@charset "UTF-8";
@font-face {
  font-family: "MonumentGrotesk-Regular";
  src: url("../fonts/MonumentGrotesk-Regular.woff2") format("woff2"), url("../fonts/MonumentGrotesk-Regular.woff") format("woff"), url("../fonts/MonumentGrotesk-Regular.ttf") format("truetype"); /* Legacy iOS browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MonumentGrotesk-Bold";
  src: url("../fonts/MonumentGrotesk-Bold.woff2") format("woff2"), url("../fonts/MonumentGrotesk-Bold.woff") format("woff"), url("../fonts/MonumentGrotesk-Bold.ttf") format("truetype"); /* Legacy iOS browsers */
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-family: "MonumentGrotesk-Regular", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
body strong {
  font-family: "MonumentGrotesk-Bold";
}

h1 {
  color: #C17A5B;
  font-weight: 600;
}

h2 {
  color: #C17A5B;
}

h3 {
  color: #C17A5B;
}

h3.title {
  font-size: 3rem;
  color: #C17A5B;
  padding-bottom: 20px;
}

.subtitulo {
  color: #C17A5B;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
  padding: 10px 0;
  display: inline-block;
  font-family: "MonumentGrotesk-Bold";
}
.subtitulo:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  border-top: 2px solid;
  width: 50%;
}
.subtitulo:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  border-top: 2px solid;
  width: 50%;
}

.volver {
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-right: 35px;
  padding-top: 5px;
  color: #999;
  text-decoration: none;
  opacity: 0;
  transition: all 0.5s ease;
}

a.content__logo {
  text-decoration: none;
}
a.content__logo:hover .volver {
  opacity: 1;
}

.text-gray {
  color: #cccccc !important;
}

.bg-grey {
  background-color: #fafafa !important;
}
.bg-grey h3 {
  color: #A25828 !important;
}

.intro-small {
  min-height: 100vh;
}

.content-image-100 {
  height: 100vh;
}

.text-justify {
  text-align: justify;
}

.parallax {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.simple-btn {
  color: #2C2C2C;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
}
.simple-btn i {
  transition: all 0.5s ease;
}
.simple-btn:hover {
  color: #C17A5B;
}
.simple-btn:hover i {
  padding-left: 10px;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/** 
 *  H1 - effects
 *  []
 */
.content_ml5 {
  position: absolute;
  bottom: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ml5 {
  position: relative;
  font-weight: 300;
  color: #ffffff;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  line-height: 1em;
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  transform-origin: 0.5 0;
}

.ml5 .ampersand {
  font-weight: 400;
  width: 1em;
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.ml5 .letters {
  display: inline-block;
  opacity: 0;
}

/**
 *  HAMBURGER MENU
 *  [https://codepen.io/ainalem/pen/LJYRxz]
 *  
*/
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate.active .line {
  stroke: #000 !important;
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

/** 
* CAL TO ACTION 
* [] 
*/
.ezy__cta19 {
  padding: 50px 0;
  background-color: #A25828;
  color: white;
}
.ezy__cta19 h2 {
  color: white;
  text-transform: uppercase;
}

.ezy__cta19 .form-control {
  min-height: 48px;
  line-height: 40px;
  border-color: transparent;
  background: #C17A5B;
  border-radius: 0px;
  color: var(--bs-body-color);
  font-size: 1.6rem;
}

.ezy__cta19 .form-control::placeholder {
  color: #fff !important;
}

.ezy__cta19 .form-control:focus {
  border-color: white;
  box-shadow: none;
  color: #fff;
}

.ezy__cta19-btn {
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #c27c5d;
  border-color: none;
  min-height: 48px;
  line-height: 40px;
  border-radius: 0;
}

.ezy__cta19-btn:hover {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  border-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  color: #ccc;
}

/** 
  * CONTACT FORM - PAGINA
  */
.ezy__contact9 {
  /* Bootstrap variables */
  --bs-body-color: $color-primary;
  --bs-body-bg: rgb(255, 255, 255);
  /* Easy Frontend variables */
  --ezy-theme-color: #C17A5B;
  --ezy-theme-color-rgb: 162, 88, 40;
  --ezy-form-card-bg: rgb(162, 88, 40);
  --ezy-form-card-shadow: none;
  --ezy-link-bg: rgb(248, 234, 228);
  --ezy-link-hover-shadow: 0 16px 24px 0 rgba(222, 214, 197, 0.25);
  background-color: var(--bs-body-bg);
}

@media (min-width: 768px) {
  .ezy__contact9 {
    padding: 100px 0;
  }
}
.ezy__contact9-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__contact9-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.ezy__contact9-heading {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  color: #333;
}

@media (min-width: 768px) {
  .ezy__contact9-heading {
    font-size: 35px;
    line-height: 35px;
  }
}
.ezy__contact9-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: #333;
}

.ezy__contact9-form-card {
  background-color: var(--ezy-form-card-bg);
  border: none;
  box-shadow: var(--ezy-form-card-shadow);
}

.ezy__contact9 .form-control {
  min-height: 48px;
  line-height: 40px;
  border-color: transparent;
  border: 1px solid #C17A5B;
  color: #333 !important;
  font-size: 1.6rem;
}

.ezy__contact9 .form-control:focus {
  border-color: #fff;
  box-shadow: none;
  color: #C17A5B !important;
}

.ezy__contact9-btn {
  padding: 12px 30px;
  color: #ffffff;
  background-color: var(--ezy-theme-color);
  border-color: white;
  width: 100%;
  font-size: 1.6rem;
}
.ezy__contact9-btn:hover {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  color: white;
}

.ezy__contact9-link {
  background-color: var(--ezy-link-bg);
  border: none;
  width: 100%;
  transition: box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) {
  .ezy__contact9-link {
    max-width: 350px;
  }
}
.ezy__contact9-icon,
.ezy__contact9-link .ezy__contact9-link-content {
  color: var(--bs-body-color);
}

.ezy__contact9-link-content {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.ezy__contact9 {
  /* Para navegadores basados en WebKit (Chrome, Safari, Opera) */
  /* Para Firefox */
  /* Para Internet Explorer */
  /* Para Edge */
}
.ezy__contact9 input::placeholder,
.ezy__contact9 textarea::placeholder {
  color: #C17A5B; /* Cambia 'red' al color que desees */
}
.ezy__contact9 input::-moz-placeholder,
.ezy__contact9 textarea::-moz-placeholder {
  color: #C17A5B; /* Cambia 'red' al color que desees */
  opacity: 1; /* Opcional: para asegurar que el color se vea como esperas */
}
.ezy__contact9 input:-ms-input-placeholder,
.ezy__contact9 textarea:-ms-input-placeholder {
  color: #C17A5B; /* Cambia 'red' al color que desees */
}
.ezy__contact9 input::-ms-input-placeholder,
.ezy__contact9 textarea::-ms-input-placeholder {
  color: #C17A5B; /* Cambia 'red' al color que desees */
}

.form-check {
  color: white;
}

.form-check-label {
  font-size: 1.3rem;
  color: #fff;
}
.form-check-label a {
  color: #ccc;
  transition: all 0.3s ease;
}
.form-check-label a:hover {
  color: #C17A5B;
}

.contacto .form-check-label {
  font-size: 1.3rem;
  color: #333;
}
.contacto .form-check-label a {
  color: #999;
}

/* form contacto */
.form-cta .wpcf7 .wpcf7-submit {
  background: #8e4d23;
  border-radius: 0;
  color: white;
  border: 0px;
  transition: all 0.3s ease;
}
.form-cta .wpcf7 .wpcf7-submit:hover {
  background: #814620;
}

.form-cta .wpcf7 .wpcf7-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  font-style: italic;
  color: #2C2C2C;
  border: 0px;
}
.form-cta .wpcf7 .wpcf7-submit:disabled:hover {
  background: #CCC;
}

.wpcf7-list-item label .wpcf7-list-item-label a {
  color: #ccc;
}

header {
  position: fixed;
  z-index: 4;
  height: 100px;
  width: 100%;
}
header #logo {
  opacity: 1;
  transition: all 0.3s ease;
}
header #logo.hidden-logo {
  opacity: 0;
}
header:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  z-index: -1;
}
header .info a {
  color: #2C2C2C;
  text-decoration: none;
  font-size: 1.3rem;
  transition: all 0.5s ease;
}
header .info a:hover {
  color: #C17A5B;
}
header #info {
  opacity: 1;
}
header #info.hidden-info {
  opacity: 0;
}
header .line {
  stroke: #2C2C2C;
}
header.scrolled:after {
  top: 0;
}
header.scrolled .info a {
  color: #2C2C2C;
}
header.scrolled .line {
  stroke: #000;
}
header.scrolled-menu:after {
  top: -100px;
}
header.scrolled-menu .info a {
  color: #2C2C2C;
}
header.scrolled-menu .line {
  stroke: #000;
}

body.home header .info a {
  color: #fff;
}
body.home header .line {
  stroke: #fff;
}
body.home header.scrolled .info a {
  color: #2C2C2C;
}
body.home header.scrolled .line {
  stroke: #2C2C2C;
}

#menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #FaFaFa;
  background-image: url("../img/patron-1_v2.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
}
#menu.open {
  z-index: 3;
  opacity: 1;
}
#menu .patron2 {
  width: 100%;
  height: calc(100vh - 100px);
  position: fixed;
  bottom: 0;
  right: 0;
  background-image: url("../img/pattern4_v2.svg");
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}
#menu .content_menu {
  text-align: center;
}
#menu .content_menu .column-a ul li,
#menu .content_menu .column-b ul li {
  list-style: none;
}
#menu .content_menu .column-a ul li a,
#menu .content_menu .column-b ul li a {
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #C17A5B;
  text-decoration: none;
  font-family: "MonumentGrotesk-Bold";
  transition: all 0.5s ease;
}
#menu .content_menu .column-a ul li a:hover,
#menu .content_menu .column-b ul li a:hover {
  color: #2C2C2C;
}
#menu .content_menu .column-a ul li.active a, #menu .content_menu .column-a ul li.current-menu-item a,
#menu .content_menu .column-b ul li.active a,
#menu .content_menu .column-b ul li.current-menu-item a {
  color: #A25828;
  position: relative;
}
#menu .content_menu .column-a ul li.active a:before, #menu .content_menu .column-a ul li.current-menu-item a:before,
#menu .content_menu .column-b ul li.active a:before,
#menu .content_menu .column-b ul li.current-menu-item a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 105%;
  height: 17px;
  background-color: rgba(193, 122, 91, 0.3);
  z-index: -1;
}

.social li {
  display: inline-block;
  margin: 0 10px;
}
.social li a {
  color: #A25828;
  font-size: 2rem;
  transition: all 0.5s ease;
}
.social li a:hover {
  color: #2C2C2C;
}

.ezy__cta19 .social li a {
  color: white;
}
.ezy__cta19 .social li:first-child {
  margin-left: 0;
}
.ezy__cta19 .wpcf7-not-valid-tip {
  color: #000;
}

footer {
  background-color: #A25828;
  color: white;
  background-image: url("../img/pattern-claro-opacity.svg");
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -5px;
  position: relative;
  z-index: 2;
}
footer h3 {
  color: white;
}
footer ul li {
  list-style: none;
}
footer a {
  color: white;
  transition: all 0.5s ease;
  text-decoration: none;
}
footer a:visited {
  color: white;
}
footer a:hover {
  color: #2C2C2C;
}

section.cover {
  height: 100vh;
  width: 100%;
  margin-top: 0px;
  z-index: 1;
  position: relative;
}
section.cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.cta-lateral {
  position: fixed;
  right: 0;
  top: 40%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(193, 122, 91, 0.8);
  z-index: 2;
  padding: 10px 20px;
}
.cta-lateral ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cta-lateral ul li {
  list-style: none;
  margin-bottom: 10px;
}
.cta-lateral ul li a {
  color: white;
}
.cta-lateral ul li a i {
  font-size: 2rem;
}
.cta-lateral ul li:last-child {
  margin-bottom: 0;
}

section {
  z-index: 3;
}

.pictos .content-pictos .col-11 {
  position: relative;
  text-transform: uppercase;
}
.pictos .content-pictos .col-11 .content-btn {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.pictos .icon {
  width: 90px;
}
.pictos h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

/** intro */
.intro {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro .content-text {
  min-height: 50vh;
  width: 100%;
  background-color: #fff;
}
.intro .content-image {
  height: 50vh;
  width: 100%;
  background-color: #2a2a2a;
  position: relative;
}
.intro .content-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.info-pictos img {
  width: 90px;
}
.info-pictos h3 {
  font-size: 1.8rem !important;
  font-style: normal !important;
  text-transform: uppercase;
}

.quote {
  padding: 20px 0;
  background-color: #A25828;
}
.quote h3 {
  font-size: 3rem;
  line-height: 4rem;
  color: white;
  font-style: italic;
}

.contactos li {
  list-style: none;
  margin-bottom: 10px;
}
.contactos li a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.5s ease;
}
.contactos li a:hover {
  color: #2C2C2C;
}
.contactos li a span {
  padding-left: 10px;
}

.max-height {
  max-height: 500px;
}

.mapa-interes h3 {
  text-transform: uppercase;
  font-size: 3rem;
}
.mapa-interes .orange h4, .mapa-interes .azul h4, .mapa-interes .rojo h4, .mapa-interes .verde-claro h4, .mapa-interes .verde h4, .mapa-interes .azul-claro h4, .mapa-interes .marron h4, .mapa-interes .rosa h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-bottom: 10px;
  margin-top: 30px;
  font-family: "MonumentGrotesk-Bold";
}
.mapa-interes .orange {
  color: #DB994D;
}
.mapa-interes .azul {
  color: #124066;
}
.mapa-interes .rojo {
  color: #E35C26;
}
.mapa-interes .verde-claro {
  color: #62A96F;
}
.mapa-interes .verde {
  color: #2EA19E;
}
.mapa-interes .azul-claro {
  color: #697D9E;
}
.mapa-interes .marron {
  color: #A35929;
}
.mapa-interes .rosa {
  color: #d1aabf;
}
.mapa-interes ul li {
  list-style: none;
  font-size: 12px;
}
.mapa-interes .mapa-interes__filtros {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: white;
  border: 1px solid #333;
  padding: 10px 20px;
}
.mapa-interes .mapa-interes__filtros ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.mapa-interes .mapa-interes__filtros ul li {
  list-style: none;
  margin-right: 10px;
}
.mapa-interes .mapa-interes__filtros ul li a {
  text-decoration: none;
  color: #000;
}
.mapa-interes .mapa-interes__filtros ul li a span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.mapa-interes .mapa-interes__filtros ul li a span.all {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapa-interes .mapa-interes__filtros ul li a span.all i {
  color: #fff;
}
.mapa-interes .mapa-interes__filtros ul li a span.orange {
  background-color: #DB994D;
}
.mapa-interes .mapa-interes__filtros ul li a span.azul {
  background-color: #124066;
}
.mapa-interes .mapa-interes__filtros ul li a span.red {
  background-color: #E35C26;
}
.mapa-interes .mapa-interes__filtros ul li a span.verde {
  background-color: #62A96F;
}
.mapa-interes .mapa-interes__filtros ul li a span.verde-claro {
  background-color: #2EA19E;
}
.mapa-interes .mapa-interes__filtros ul li a span.azul-claro {
  background-color: #697D9E;
}
.mapa-interes .mapa-interes__filtros ul li a span.marron {
  background-color: #A35929;
}
.mapa-interes .mapa-interes__filtros ul li a span.rosa {
  background-color: #d1aabf;
}

#pin {
  margin-top: -50px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#pin.show {
  opacity: 1;
  margin-top: 0;
  animation: bounce 1.2s ease;
}

/* Definición de la animación bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* PLANOS */
.planos {
  min-height: 500px;
}
.planos .content_plano__content {
  position: fixed;
  top: 100px;
  width: 48%;
  height: calc(100vh - 100px);
}
.planos .content_plano__content svg {
  width: 100%;
  height: 100%;
}
.planos .content_plano__content svg .piso text {
  font-family: "MonumentGrotesk-Regular";
}
.planos .table tr td,
.planos .table tr th {
  text-align: center;
}
.planos .table tr th {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.planos .table tr td {
  font-size: 14px;
}
.planos .table .cent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.planos .table .cent svg {
  margin-bottom: 5px;
}
.planos .table .cent span {
  margin-bottom: 5px;
}
.planos .table tbody tr {
  transition: all 0.3s ease;
}
.planos .table tbody tr:hover {
  background-color: rgba(193, 122, 91, 0.5) !important;
}
.planos .table tbody tr.activo, .planos .table tbody tr.fixed {
  background-color: rgba(193, 122, 91, 0.5) !important;
}
.planos .table tbody tr td a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}
.planos .table tbody tr td span {
  color: #C17A5B;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.mas-info {
  min-height: 300px;
}

.form_contacto .wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}
.form_contacto .wpcf7-list-item-label {
  color: #333;
}
.form_contacto .wpcf7-list-item-label a {
  color: #999 !important;
}
.form_contacto .wpcf7-submit {
  background-color: #C17A5B;
  color: white;
  border: 1px solid white;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  display: block;
  width: 100%;
  height: 48px;
}
.form_contacto .wpcf7-submit[disabled] {
  background-color: #CCC !important;
  border-color: #CCC;
  color: #666;
  font-style: italic;
}

.wpml-ls-statics-shortcode_actions.wpml-ls {
  padding: 0;
}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li a img {
  filter: grayscale(0);
}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li:first-child a {
  padding-left: 0;
}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li.wpml-ls-current-language a img {
  filter: grayscale(1);
}

#resp {
  width: 50px;
  height: 20px;
  background-color: red;
  position: fixed;
  bottom: 5px;
  right: 5px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#resp:after {
  content: "xs";
  color: white;
  font-size: 0.7rem;
}

.ml5 {
  font-size: 1.5em;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 1.4rem;
}

header.scrolled-menu {
  width: 100px;
  right: 0;
}

#menu .content_menu .column-a, #menu .content_menu .column-b {
  width: 100%;
  float: none;
}
#menu .content_menu .column-a ul li, #menu .content_menu .column-b ul li {
  margin-bottom: 30px;
}

#menu .content__logo {
  display: block;
  padding-top: 0px;
  z-index: 99;
}
#menu .content__logo img {
  width: 200px;
  margin-left: -30px;
}

@media (min-width: 577px) and (orientation: portrait) {
  #resp {
    background-color: fuchsia;
  }
  #resp:after {
    content: "sm";
    color: white;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #resp {
    background-color: rgb(92, 6, 36);
  }
  #resp:after {
    content: "sm h";
    color: white;
  }
  header.scrolled-menu {
    width: 100px;
    right: 0;
  }
  #menu .content_menu {
    width: 100%;
  }
  #menu .content_menu .column-a, #menu .content_menu .column-b {
    width: 50%;
    float: left;
  }
  #menu .content_menu .column-a ul li, #menu .content_menu .column-b ul li {
    margin-bottom: 20px;
  }
  #menu .content_menu .column-b {
    float: right;
  }
}
@media (min-width: 768px) {
  #resp {
    background-color: green;
  }
  #resp:after {
    content: "md";
    color: white;
  }
  .ml5 {
    font-size: 3.5em;
  }
  header.scrolled-menu {
    width: 100%;
    right: 0;
  }
  #menu .content_menu {
    width: 50%;
  }
  #menu .content_menu .column-a,
  #menu .content_menu .column-b {
    width: 45%;
    float: left;
  }
  #menu .content_menu .column-a ul li,
  #menu .content_menu .column-b ul li {
    margin-bottom: 30px;
  }
  #menu .content_menu .column-b {
    float: right;
  }
  #menu .content__logo {
    display: block;
    padding-top: 0px;
  }
  #menu .content__logo img {
    width: 340px;
    margin-left: -30px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  #resp {
    background-color: rgb(49, 63, 28);
  }
  #resp:after {
    content: "md h";
    color: white;
  }
}
@media (min-width: 992px) {
  #resp {
    background-color: yellow;
  }
  #resp:after {
    padding-left: 5px;
    content: "lg";
    color: black;
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  #resp {
    background-color: rgb(97, 97, 12);
  }
  #resp:after {
    padding-left: 5px;
    content: "lg";
    color: white;
  }
}
@media (min-width: 1200px) {
  #resp {
    background-color: blue;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl";
    color: white;
  }
}
@media (min-width: 1366px) {
  #resp {
    background-color: violet;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl 1366";
    color: black;
  }
}
@media (min-width: 1400px) {
  #resp {
    background-color: #ccc;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "xxl";
    color: black;
  }
}
@media (min-width: 1536px) {
  #resp {
    background-color: #ff0000;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "xxl";
    color: black;
  }
}
@media (min-width: 1600px) {
  #resp {
    background-color: #ff00f2;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "xxl";
    color: black;
  }
}
@media (min-width: 1920px) {
  #resp {
    background-color: black;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "C";
    color: white;
  }
}
@media (min-width: 2048px) {
  #resp {
    background-color: black;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "C";
    color: white;
  }
}
@media (min-width: 2500px) {
  #resp {
    background-color: yellow;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "C";
    color: white;
  }
}