@charset "UTF-8";
/* variables.scss */
@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;
}
/* Hamburger 2 */
html {
  overflow-x: hidden;
}

h1 {
  color: white;
  font-weight: 600;
}

h2 {
  color: #C17A5B;
  font-size: 4rem;
}

h3.title {
  font-size: 3rem;
  color: #C17A5B;
}

h3.subtitulo {
  color: #2C2C2C;
  text-transform: uppercase;
}

.z-index-top {
  position: relative;
  z-index: 93;
}

.bg-grey {
  background-color: #E8E8E8;
}
.bg-grey h3 {
  color: #A25828;
}

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

.toptitulo {
  font-size: 3rem;
  color: #A25828;
}

.home .toptitulo {
  font-size: 4rem;
}

.featured-text {
  font-size: 3.4rem;
  line-height: 160%;
  color: #2C2C2C;
}

.home .featured-text {
  font-size: 2.9rem;
}

.text-black {
  color: #2C2C2C;
}

.fondo-menu {
  display: none;
  transition: all 0.5s ease-in;
}
.fondo-menu.open {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/bg-menu.jpg");
  background-size: cover;
  background-position: bottom center;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 94;
}

strong {
  font-weight: bold !important;
}

.texto {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #2C2C2C;
}

.txt-black {
  color: #2C2C2C;
}

.border-left {
  border-left: 2px solid #A25828;
}

.bg-gray {
  background-color: #E8E8E8;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.btn-primary {
  background-color: white;
  border: 0;
  color: #2C2C2C;
  position: relative;
  height: 45px;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 60px;
  display: inline-flex;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #2C2C2C;
}
.btn-primary:visited, .btn-primary:active, .btn-primary:focus {
  background-color: #2C2C2C;
  color: white;
}
.btn-primary:after {
  font-family: "bootstrap-icons";
  content: "\f27b";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #2C2C2C;
  border: 0px solid #2C2C2C;
  color: white;
  width: 40px;
  height: 45px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: all 0.5s ease-in-out;
}
.btn-primary.btn-download {
  background-color: white;
  color: #2C2C2C;
}
.btn-primary.btn-download:after {
  font-family: "bootstrap-icons";
  content: "\f1b9";
  font-size: 2rem;
}
.btn-primary:hover {
  background-color: #2C2C2C;
  color: white;
}
.btn-primary:hover:after {
  background-color: white;
  color: #2C2C2C;
}
.btn-primary.btn-submit {
  border: 1px solid #A25828;
  color: #A25828;
}
.btn-primary.btn-submit:after {
  background-color: #A25828;
}
.btn-primary.btn-submit:hover {
  background-color: #A25828;
  color: white;
}
.btn-primary.btn-submit:hover:after {
  background-color: white;
  color: #A25828;
}

.btn-secondary {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2C2C2C;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in;
}
.btn-secondary:before {
  font-family: "bootstrap-icons";
  content: "\f27b";
  position: absolute;
  top: 0px;
  left: -5px;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.btn-secondary:after {
  font-family: "bootstrap-icons";
  content: "\f27a";
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #2C2C2C;
}
.btn-secondary:hover:before {
  color: #A25828;
  left: 5px;
}
.btn-secondary:hover:after {
  left: -3px;
}
.btn-secondary.btn-white {
  color: white;
}
.btn-secondary.btn-white:before {
  font-size: 3.5rem;
}
.btn-secondary.btn-white:after {
  font-size: 3.5rem;
}
.btn-secondary.btn-lg {
  font-size: 2.5rem;
}
.btn-secondary.btn-lg:before {
  left: -30px;
  font-size: 3rem;
}
.btn-secondary.btn-lg:after {
  left: -15px;
  font-size: 3rem;
}
.btn-secondary.btn-lg:hover:before {
  left: -2px;
}
.btn-secondary.btn-lg.inactive:hover:before {
  color: #A25828;
  left: -30px;
}
.btn-secondary.btn-lg.inactive:hover:after {
  color: #A25828;
  opacity: 1;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #CCC !important;
  border-color: #CCC;
  color: #666;
  font-style: italic;
}
.btn.disabled:hover,
.btn:disabled:hover,
fieldset:disabled .btn:hover {
  cursor: not-allowed !important;
}

.btn-link {
  position: relative;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2C2C2C;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.btn-link:before, .btn-link:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: -40px;
  border-bottom: 3px solid #A25828;
  width: 20px;
  transition: all 0.2s ease-in-out;
}
.btn-link:hover {
  background-color: transparent !important;
  border-color: transparent;
  color: #2C2C2C;
}
.btn-link:hover:after {
  transform: rotate(90deg);
}
.btn-link:visited, .btn-link:active, .btn-link:focus {
  background-color: transparent !important;
  border-color: transparent;
  color: #2C2C2C;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  color: #A25828;
}

.fancybox-stage h3 {
  font-size: 1.8rem;
}
.fancybox-stage h4 {
  font-size: 1.6rem;
  font-weight: bold;
}

#fp-nav {
  z-index: 10 !important;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  color: #A25828;
  z-index: 94;
}

.scroll-downs {
  position: absolute;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3%;
  z-index: 9;
  width: 27px;
  height: 45px;
}
.scroll-downs .mousey {
  width: 0px;
  padding: 8px 13px 6px 9px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroll-downs .mousey .scroller {
  width: 3px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.pattern {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/pattern.svg");
  background-repeat: no-repeat;
}

.pattern-claro {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/pattern-claro.svg");
  background-repeat: no-repeat;
}

.flecha-sticky {
  min-height: 800px;
  position: relative;
}
.flecha-sticky div.flecha {
  position: sticky;
  top: 122px;
  width: 100%;
  height: 247px;
  background-image: url("../img/flecha-logo-clara-complete.svg");
  background-repeat: no-repeat;
}

#comprueba {
  display: flex;
  justify-content: space-between;
}
#comprueba input#n1, #comprueba input#n2, #comprueba #res {
  border: 1px solid #A25828 !important;
  background-color: #f3f3f3 !important;
  width: 60px;
  height: 35px;
  display: inline-block;
  padding: 0;
  text-indent: 10px;
  font-size: 1.4rem !important;
}
#comprueba input#n1:focus, #comprueba input#n1:focus-visible, #comprueba input#n2:focus, #comprueba input#n2:focus-visible, #comprueba #res:focus, #comprueba #res:focus-visible {
  border: 1px solid #A25828;
  outline: none;
}
#comprueba #n1, #comprueba #n2 {
  color: #777;
  font-style: italic;
}
#comprueba #res {
  background-color: #fff !important;
}
#comprueba #res.ok {
  border-color: #29c829 !important;
}
#comprueba .error-txt {
  opacity: 1;
  display: block;
  padding-top: 10px;
  color: #A25828;
  transition: all 0.4s ease-in;
  font-weight: 400;
}
#comprueba .error-txt.hide {
  opacity: 0;
}
#comprueba .check-ok {
  opacity: 0;
}
#comprueba .check-ok i {
  color: #29c829;
  font-size: 2.2rem;
  padding-left: 5px;
}
#comprueba .check-ok.show {
  opacity: 1;
  margin-left: -33px;
}

/* CHECK FORM ANIMATION */
.form-check {
  padding-left: 0;
}
.form-check .wpcf7-list-item .wpcf7-list-item-label {
  color: white;
  font-size: 1.5rem;
}
.form-check .wpcf7-list-item .wpcf7-list-item-label a {
  color: #C17A5B;
}
.form-check .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1.4rem;
}

.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal ul {
  margin: 0;
  padding: 0;
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px;
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: all 0.5s ease-in-out;
  z-index: 2000;
  background-color: white;
  transition: all 1s ease;
}
header .logo-nexo {
  transition: all 0.5s ease;
}
header.fixed .logo-nexo {
  width: 150px;
}
header.transparent {
  background-color: transparent;
}
header .navbar {
  padding-top: 5px;
  padding-bottom: 0px;
}
header .menu {
  margin-top: 40px;
}
header .menu span {
  bottom: 45px;
}
header .navbar-collapse {
  align-items: center;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
}
header .navbar-collapse .navbar-nav li a {
  font-size: 3.2rem;
}
header .iconos {
  bottom: 200px;
}
header.mobile .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
header.mobile .navbar-collapse .navbar-nav {
  width: 100%;
}
header.mobile .navbar-collapse .navbar-nav li a {
  font-size: 2rem;
}
header.mobile .iconos {
  bottom: 50px;
}
header.mobile .menu {
  margin-top: 20px;
}
header.mobile .menu span {
  bottom: 35px;
}

.proyecto-in-mobile {
  position: fixed;
  top: 86px;
  z-index: 9;
  width: 100%;
  text-align: center;
  background-color: #A25828;
  padding: 5px 0;
  color: white;
}

.navbar {
  padding-bottom: 15px;
}

/* Estilos para el logo */
.navbar-brand {
  margin-right: 30px;
}

/* Estilos para el menú hamburguesa */
.navbar-toggler {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-size: cover;
  display: block !important;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 30px;
}

.navbar-toggler.collapsed {
  color: #2C2C2C;
}

/* Estilos para el menú desplegable */
.navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: right 0.3s ease;
}
.navbar-collapse ul.navbar-nav li {
  transform: translate(800px, 0px);
}

.navbar-collapse.show {
  right: -2px;
}
.navbar-collapse.show ul.navbar-nav li {
  transform: translate(0px, 0px);
  transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(1) {
  transition-delay: 0.15s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(2) {
  transition-delay: 0.12s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(3) {
  transition-delay: 0.19s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(4) {
  transition-delay: 0.22s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(5) {
  transition-delay: 0.1s;
}

.nav-item {
  margin: 10px;
}
.nav-item .nav-link {
  color: #F0F0F0;
  opacity: 0;
  font-weight: 400;
  transition: all 0.5s ease;
}
.nav-item .nav-link:hover {
  color: #2C2C2C;
}
.nav-item .nav-link.show-element {
  opacity: 1;
  margin-left: 0px !important;
}
.nav-item.active .nav-link {
  text-decoration: underline;
}

.idiomas {
  position: absolute;
  bottom: 100px;
}

.navbar-nav {
  flex-direction: column !important;
}
.navbar-nav li {
  padding-bottom: 10px;
  text-align: center;
}
.navbar-nav li a {
  text-transform: uppercase;
}

.nombre-proyecto {
  font-size: 4rem;
  border-left: 3px solid #A25828;
  padding-left: 50px;
  font-weight: 400;
  opacity: 1;
  color: #A25828;
  transition: all 0.3s ease-in-out;
}
.nombre-proyecto.hidden {
  opacity: 0;
}

/* HAMBURGER MENU */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 999;
  position: relative;
}
.menu span {
  position: absolute;
  font-size: 1.3rem;
  right: 70px;
  color: #A25828;
}
.menu.menu-oscuro span {
  color: #2C2C2C;
}
.menu.opened span {
  color: #2C2C2C;
  opacity: 0;
}

.menu:not(.opened):hover .line1 {
  stroke-dasharray: 60 207 !important;
}
.menu:not(.opened):hover .line2 {
  stroke-dasharray: 60 60 !important;
}

.line {
  fill: none;
  stroke: #A25828;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 40 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 40 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.menu.opened .line {
  stroke: #A25828;
}

.menu-oscuro .line {
  stroke: #2C2C2C;
}

/* Menu Hambuerer 2 */
.btn1 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  transition-duration: 0.5s;
}
.btn1 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 20px;
  top: 30px;
  background-color: #A25828;
  left: 0px;
}
.btn1 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #A25828;
  content: "";
  top: -15px;
}
.btn1 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #A25828;
  content: "";
  top: 15px;
}
.btn1 .icon-left:hover {
  cursor: pointer;
}
.btn1 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 20px;
  top: 30px;
  background-color: #A25828;
  left: 20px;
}
.btn1 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #A25828;
  content: "";
  top: -15px;
}
.btn1 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #A25828;
  content: "";
  top: 15px;
}
.btn1.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.btn1.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
}
.btn1.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
}
.btn1.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.btn1.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
}
.btn1.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
}
.btn1:hover {
  cursor: pointer;
}

/* Hamburger 3 */
.container {
  cursor: pointer;
  display: flex;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/* HAMBURGER 4 */
/* GENERAL STYLES */
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hamburger {
  margin: 0 auto;
  margin-top: 40px;
  width: 48px;
  height: 30px;
  position: relative;
  text-align: right;
}

.hamburger .bar {
  padding: 0;
  width: 48px;
  height: 4px;
  background-color: #2C2C2C;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 4 */
.hamburger4 {
  z-index: 9;
}
.hamburger4:hover {
  cursor: pointer;
}
.hamburger4:hover .bar4 {
  width: 100%;
}
.hamburger4:hover .bar5 {
  width: 100%;
}

.hamburger4 .bar4 {
  top: 13px;
  width: 70%;
  right: 0;
}

.hamburger4 .bar5 {
  bottom: 0px;
  width: 85%;
  right: 0;
}

.hamburger4 .bar {
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 24px;
}

.hamburger4 .bar3 {
  width: 1px;
  left: 24px;
}

.checkbox4 + label {
  height: 80px;
}

.checkbox4:checked + label > .hamburger4 > .bar1 {
  top: 13.5px;
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2 {
  left: 0px;
  width: 48px;
  transform: rotate(45deg);
  background-color: white;
}

.checkbox4:checked + label > .hamburger4 > .bar3 {
  left: 0;
  width: 48px;
  transform: rotate(-45deg);
  background-color: white;
}

.checkbox4:checked + label > .hamburger4 > .bar4 {
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar5 {
  bottom: 13.5px;
  background-color: transparent;
}

.txt-menu {
  position: absolute;
  top: 43px;
  right: 70px;
  color: #2C2C2C;
  font-weight: 500;
  transition: all 0.8s ease-in-out;
}
.txt-menu.hide {
  opacity: 0;
}

.iconos {
  position: absolute;
  border: 10px;
  left: 10%;
  z-index: 9;
}
.iconos ul {
  list-style: none;
}
.iconos ul li {
  display: inline-block;
  margin: 0 10px;
}
.iconos ul li a {
  transition: all 0.5s ease-in;
}
.iconos ul li a i {
  color: #A25828;
  font-size: 25px;
}
.iconos ul li ahover i {
  color: #F0F0F0;
}
.iconos .cambio-idoma {
  margin-top: 20px;
}
.iconos .cambio-idoma img {
  width: 25px;
  margin: 0 10px;
}

.tab-contacto {
  position: fixed;
  top: 42%;
  right: 0;
  background-color: #2C2C2C;
  height: 100px;
  width: 50px;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: all 0.5s ease-in;
  z-index: 9;
}
.tab-contacto.show {
  right: -200px;
}
.tab-contacto img {
  width: 25px;
  height: auto;
}
.tab-contacto img.flag {
  filter: grayscale(1);
  transition: all 0.5s ease-in;
}
.tab-contacto img.flag:hover {
  filter: grayscale(0);
}
.tab-contacto img:hover {
  cursor: pointer;
}

#logo {
  height: auto;
}

html {
  font-size: 10px;
}

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

.languages {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
}
.languages a {
  height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main {
  overflow-x: hidden;
}

#fullpage .fp-table {
  justify-content: end;
}
#fullpage .fp-overflow {
  overflow-y: initial;
}

#cover,
.proyecto-1,
.proyecto-2,
.proyecto-3 {
  height: 100vh;
  width: 100vw;
  position: initial;
  background-size: cover;
  background-position: bottom center;
}
#cover.small,
.proyecto-1.small,
.proyecto-2.small,
.proyecto-3.small {
  height: 70vh;
}

body.home #cover {
  background-image: url("../img/bg-home.jpg");
}

#cover.team {
  background-image: url("../img/bg-team.jpg");
}

.proyecto-1 h2,
.proyecto-2 h2,
.proyecto-3 h2 {
  font-size: 5rem;
}
.proyecto-1 h3,
.proyecto-2 h3,
.proyecto-3 h3 {
  opacity: 0;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: lighter;
  transition: all 1.5s ease-in;
  background-color: rgba(124, 94, 62, 0.3);
  padding: 20px;
  border-radius: 10px;
}
.proyecto-1.active h3,
.proyecto-2.active h3,
.proyecto-3.active h3 {
  opacity: 1;
}

.proyecto-1 {
  background-image: url("../img/bg-alcala.jpg");
}

.proyecto-2 {
  background-image: url("../img/bg-home.jpg");
}

.proyecto-3 {
  background-image: url("../img/bg-solana.jpg");
}

#fp-nav ul li:last-child {
  display: none !important;
}
#fp-nav ul li a span {
  background: white !important;
}

.mensaje {
  width: 800px;
  height: 300px;
  position: absolute;
  bottom: 100px;
  left: -650px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
  transition: left 1s ease-in-out;
  animation: parpadeo 1s infinite;
}
.mensaje.visible {
  background-image: url("../img/bg-flecha-red.svg");
  background-position: right center;
}
.mensaje .flecha {
  height: 300px;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 150px;
  height: 100%;
  background-image: url("../img/flecha-red.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.mensaje h1 {
  text-transform: uppercase;
  font-weight: 400;
}

@keyframes parpadeo {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.proyecto div.contenido {
  background-position: bottom center;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.proyecto div.contenido .situacion {
  position: absolute;
  top: 60px;
  right: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.proyecto div.contenido h3 {
  position: absolute;
  bottom: 150px;
  left: 40px;
  color: white;
  font-size: 3.4rem;
  font-weight: 500;
}
.proyecto div.contenido .btn-primary-pro {
  position: absolute;
  bottom: 70px;
  left: 40px;
}
.proyecto div.contenido .btn-primary-pro .btn-primary {
  background: rgba(255, 255, 255, 0.35);
  overflow: visible;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 0;
  color: white;
}
.proyecto div.contenido .btn-primary-pro .btn-primary:after {
  right: -40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.proyecto div.contenido .btn-primary-pro .btn-primary:hover:after {
  background: rgba(255, 33, 33, 0.5);
  color: white;
}

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;
}
footer h3 {
  font-family: "MonumentGrotesk-Bold";
}
footer a {
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
}
footer a:visited {
  color: white;
}
footer a:hover {
  color: #2C2C2C;
}
footer ul {
  list-style: none;
}

.fp-watermark {
  display: none !important;
}

#sendemail {
  position: fixed;
  right: -3px;
  top: 50%;
  margin-top: 80px;
  width: 80px;
  height: 170px;
  background-image: url("../img/featured-flecha.svg");
  background-size: cover;
  z-index: 9999999;
  opacity: 1;
  transition: all 0.3s ease-in;
}
#sendemail.hide {
  opacity: 0;
}
#sendemail:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  background-image: url("../img/call_ico.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}
#sendemail.open {
  right: -90px;
}
#sendemail:hover {
  cursor: pointer;
}
#sendemail:hover:after {
  animation-name: shakeAnim;
}
#sendemail.hidden {
  opacity: 0;
}

@keyframes shakeAnim {
  0% {
    left: 0;
  }
  1% {
    left: -3px;
  }
  2% {
    left: 5px;
  }
  3% {
    left: -8px;
  }
  4% {
    left: 8px;
  }
  5% {
    left: -5px;
  }
  6% {
    left: 3px;
  }
  7% {
    left: 0;
  }
}
@keyframes shake {
  0% {
    left: 0;
  }
  2% {
    left: -3px;
  }
  4% {
    left: 5px;
  }
  6% {
    left: -8px;
  }
  8% {
    left: 8px;
  }
  10% {
    left: -5px;
  }
  12% {
    left: 3px;
  }
  14% {
    left: 0;
  }
}
#sendemail_content {
  position: fixed;
  right: -380px;
  top: 50%;
  margin-top: 80px;
  width: 380px;
  min-height: 170px;
  padding: 30px;
  background-color: #A25828;
  border: 1px solid #a32626;
  border-right: 0;
  transition: all 0.5s ease-out;
  z-index: 999999;
}
#sendemail_content span {
  color: white;
}
#sendemail_content form {
  margin-top: 10px;
}
#sendemail_content form input,
#sendemail_content form select {
  margin-bottom: 5px;
  height: 35px;
  font-size: 1.5rem;
  border-radius: 5px;
}
#sendemail_content form button {
  width: 100%;
  height: 38px;
  text-align: center;
  border: 0;
  background-color: #2C2C2C;
  color: white;
  padding: 4px;
  border-radius: 5px;
}
#sendemail_content.open {
  right: 0px;
}
#sendemail_content #sendemail_close {
  position: absolute;
  right: 15px;
  top: 10px;
}
#sendemail_content #sendemail_close i {
  color: white;
}

/* SLIDESHOW Ken Burns Effect */
.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.nav.nav-tabs {
  justify-content: center;
  border: 0;
}
.nav.nav-tabs li {
  margin-bottom: 0;
}
.nav.nav-tabs li button {
  color: #2C2C2C;
  opacity: 1;
  border-radius: 0;
  padding: 20px 40px;
  font-size: 2rem;
}
.nav.nav-tabs li button.active {
  background-color: #A25828;
  color: white;
}

.galeria .col-12 a {
  display: block;
  height: 100%;
}
.galeria .col-12 a img {
  display: block;
  height: 100%;
  max-height: 530px;
  width: 100%;
  object-fit: cover;
}

.icons_bus li .icon {
  width: 75px;
  text-align: center;
}
.icons_bus li img {
  height: 30px;
}
.icons_bus li span {
  font-weight: 500;
  font-size: 1.8rem;
}

.list-icons .h-fix {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Esto asegura que el div tenga la misma altura que su contenedor */
}
.list-icons h3 {
  height: 75px;
}

.list-icons-como .h-fix {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.list-icons-como h3 {
  color: #2C2C2C;
  font-size: 2.2rem;
}

.ele {
  padding: 30px 30px 0 30px;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 90;
  position: relative;
}

.item a {
  min-height: 200px;
  background-color: white;
  border: 1px solid #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #2C2C2C;
  text-decoration: none;
  transition: all 0.5s ease;
}
.item a:hover {
  background-color: #A25828;
  border: 1px solid white;
  color: white;
}
.item.active a {
  background-color: #A25828;
  border: 1px solid white;
  color: white;
}

.contenido_contenido-variable {
  min-height: 400px;
}

.img-fondo-contenido {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#contenido-variable {
  position: absolute;
  text-align: left;
  z-index: 2;
  background-color: white;
  border: 1px solid #2C2C2C !important;
  color: #2C2C2C;
}

.contenido_item.hide {
  display: none;
}

.table {
  width: auto !important;
}
.table th {
  background-color: #ccc !important;
  border: 2px solid white;
  min-width: 150px;
  padding-left: 10px;
}
.table th span {
  font-weight: lighter;
  font-size: 1.4rem;
}
.table td {
  background-color: #dcdcdc !important;
  border: 2px solid white;
  min-width: 150px;
  padding-left: 10px;
  font-weight: 400;
}

.icono_large {
  position: absolute;
  top: 10px;
  right: 10px;
}
.icono_large i {
  font-size: 2.5rem;
  color: #2C2C2C;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.white-popup-block .popup-modal-dismiss {
  position: absolute;
  right: 20px;
  top: 10px;
}
.white-popup-block .popup-modal-dismiss i {
  color: #2C2C2C;
}
.white-popup-block h3 {
  font-size: 3rem;
}
.white-popup-block i {
  font-size: 2.5rem;
  color: #0a66c2;
}

.contacto {
  margin-top: 80px;
}
.contacto .container-fluid {
  height: 100%;
}
.contacto .container-fluid .row {
  height: 100%;
}
.contacto .container-fluid .row .imgh {
  background-image: url("../img/img-contacto.jpg");
  background-size: cover;
  background-position: center;
}
.contacto .container-fluid .row .content_info {
  width: 70%;
  margin-bottom: 20%;
}
.contacto .container-fluid .row .content_info ul {
  padding-left: 0;
}
.contacto .container-fluid .row .content_info ul li {
  list-style: none;
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.contacto .container-fluid .row .content_info ul li .icon {
  min-width: 60px;
}
.contacto .container-fluid .row .content_info ul li .icon i {
  font-size: 3rem;
  color: white;
}
.contacto .container-fluid .row .content_info ul li .txt {
  color: white;
}
.contacto .container-fluid .row .content_info ul li .txt a {
  color: white;
}

.info-hp li .icon {
  color: #A25828;
}
.info-hp li .txt a {
  color: #2C2C2C;
  text-decoration: none;
  transition: all 0.5s ease;
}
.info-hp li .txt a:hover {
  color: #A25828;
  text-decoration: none;
}

/* FORMULARIO CONTACTO */
.contacto form input[type=text],
.contacto form input[type=email],
.contacto form textarea {
  height: 40px;
  width: 100%;
  padding: 10px 10px 10px 5px;
  border-radius: 0px;
  background-color: transparent !important;
  display: block;
  outline: none;
  font-size: 1.8rem !important;
  border: 0;
  border-bottom: 1px solid #a1a1a1;
  color: #2C2C2C;
}
.contacto form input[type=text]:focus,
.contacto form input[type=email]:focus,
.contacto form textarea:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #A25828;
}
.contacto form textarea {
  height: 80px;
}
.contacto form label {
  color: #a1a1a1;
}
.contacto form label.form-label {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease-in;
}
.contacto form input:focus + label.form-label,
.contacto form textarea:focus + label.form-label {
  top: -20px;
  font-size: 12px;
}
.contacto form input:invalid + label.form-label,
.contacto form textarea:invalid + label.form-label {
  top: -20px;
  font-size: 12px;
}
.contacto form input.active + label.form-label,
.contacto form textarea.active + label.form-label {
  top: -20px;
  font-size: 12px;
  color: #A25828;
}

.list-servicios i {
  font-size: 3.5rem;
}
.list-servicios h4 {
  color: #2C2C2C;
}

.aspect-ratio {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aspect-ratio video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.aspect-ratio .video-fluid {
  max-width: 600% !important;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.video video {
  width: 100%;
}

#cover .call-to-action {
  width: 100%;
  background-color: rgba(41, 41, 41, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 92;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#cover .call-to-action h3 {
  color: white !important;
  font-size: 2.5rem;
}
#cover .call-to-action input[type=text],
#cover .call-to-action input[type=email] {
  border-radius: 0;
  height: 35px;
  width: 100%;
  font-size: 1.4rem;
}
#cover .call-to-action input[type=submit] {
  width: 100%;
  height: 35px;
  background-color: #2C2C2C;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
}
#cover .call-to-action .small-form .form-check .form-check-label {
  color: white;
}
#cover .call-to-action .small-form .form-check .form-check-label a {
  color: #efefef;
}
#cover .call-to-action .wpcf7-response-output {
  background-color: #ffb900;
  color: #333;
}

#cover .call-to-action#call-to-action.fixed {
  position: fixed !important;
  top: 73px;
  left: auto;
  bottom: auto;
  width: 100vw;
}

.claim {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.text-featured .text-h2 {
  letter-spacing: 1px;
  font-family: "MonumentGrotesk-Bold";
}
.text-featured .text-h3 {
  color: #ece1dd;
}
.text-featured .text-h3 span {
  color: #A25828;
}

/* custom style.css */
.proyecto-nombre {
  /* font-size: 3.5rem; */
  font-weight: 400;
  color: #A25828;
}

.galeria {
  background-color: #2C2C2C;
}

.iti__flag {
  margin-right: 5px;
}

.iti__selected-dial-code {
  font-size: 13px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

/** Thank you */
.thankyou h1 {
  color: #2C2C2C;
}
.thankyou p {
  color: #2C2C2C;
}
.thankyou .img-sent i {
  color: #C17A5B;
}
.thankyou .img-sent-mobile i {
  color: #C17A5B;
}

/********************************************
            Color 1  -  Alcalá Studios
********************************************/
.proyecto-col1 .nombre-proyecto {
  color: white;
  border-color: white;
}
.proyecto-col1 header {
  background-color: #F5C960;
}
.proyecto-col1 header.transparent {
  background-color: transparent;
}
.proyecto-col1 .hamburger .bar {
  background-color: white;
}
.proyecto-col1 .txt-menu {
  color: white;
}
.proyecto-col1 #sendemail {
  background-image: url("../img/featured-flecha-naranja.svg");
}
.proyecto-col1 #sendemail_content {
  background-color: #F5C960;
  border-color: #C13421;
}
.proyecto-col1 .toptitulo,
.proyecto-col1 h2, .proyecto-col1 h3 {
  color: #F5C960 !important;
}
.proyecto-col1 footer {
  background-color: #F5C960;
}
.proyecto-col1 footer h3 {
  color: white !important;
}
.proyecto-col1 .nav.nav-tabs li button.active {
  background-color: #F5C960;
}
.proyecto-col1 #backToTop {
  color: #F5C960;
}

/********************************************
            Color 2  -  Sagasta 20
********************************************/
.proyecto-col2 .nombre-proyecto {
  color: white;
  border-color: white;
}
.proyecto-col2 header {
  background-color: #1d71cc;
}
.proyecto-col2 header.transparent {
  background-color: transparent;
}
.proyecto-col2 .hamburger .bar {
  background-color: white;
}
.proyecto-col2 .txt-menu {
  color: white;
}
.proyecto-col2 #sendemail {
  background-image: url("../img/featured-flecha-azul.svg");
}
.proyecto-col2 #sendemail_content {
  background-color: #1d71cc;
  border-color: #225b99;
}
.proyecto-col2 .toptitulo,
.proyecto-col2 h2, .proyecto-col2 h3 {
  color: #1d71cc !important;
}
.proyecto-col2 footer {
  background-color: #1d71cc;
}
.proyecto-col2 footer h3 {
  color: white !important;
}
.proyecto-col2 .nav.nav-tabs li button.active {
  background-color: #1d71cc;
}
.proyecto-col2 #backToTop {
  color: #1d71cc;
}
.proyecto-col2 .svg_box {
  background-color: #E8E8E8;
}

.proyecto-col1 footer, .proyecto-col2 footer {
  background-image: url("../img/pattern-claro-opacity.svg");
  background-repeat: no-repeat;
}

.svg_box {
  position: relative;
  width: 100%;
}

.svg_box svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.botones {
  position: absolute;
  text-align: center;
  width: 100%;
}
.botones a {
  height: 28px;
  flex-grow: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin: 0 20px;
  border-radius: 20px;
  display: inline-flex;
  padding: 10px 40px;
}
.botones a#salud {
  background-color: rgba(160, 160, 159, 0.7);
}
.botones a#educacion {
  background-color: rgba(192, 152, 198, 0.7);
}
.botones a#comercio {
  background-color: rgba(104, 89, 137, 0.7);
}
.botones a#cultura {
  background-color: rgba(220, 176, 0, 0.7);
}
.botones a.active#salud {
  background-color: rgb(160, 160, 159);
}
.botones a.active#educacion {
  background-color: rgb(192, 152, 198);
}
.botones a.active#comercio {
  background-color: rgb(104, 89, 137);
}
.botones a.active#cultura {
  background-color: rgb(220, 176, 0);
}

#Capa_Salud,
#Capa_Educacion,
#Capa_Comercio,
#Capa_Cultura {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#Capa_Salud.hide,
#Capa_Educacion.hide,
#Capa_Comercio.hide,
#Capa_Cultura.hide {
  opacity: 0;
}

[id^=icon_x5F_educacion_x5F_],
[id^=icon_x5F_salud_x5F_],
[id^=icon_x5F_comercio_x5F_],
[id^=icon_x5F_cultura_x5F_] {
  cursor: pointer;
}

[id^=popup_x5F_educacion_x5F_],
[id^=popup_x5F_salud_x5F_],
[id^=popup_x5F_comercio_x5F_],
[id^=popup_x5F_cultura_x5F_] {
  transition: all 0.3s ease-in;
  opacity: 1;
}
[id^=popup_x5F_educacion_x5F_].hide,
[id^=popup_x5F_salud_x5F_].hide,
[id^=popup_x5F_comercio_x5F_].hide,
[id^=popup_x5F_cultura_x5F_].hide {
  opacity: 0;
}
[id^=popup_x5F_educacion_x5F_] g text,
[id^=popup_x5F_salud_x5F_] g text,
[id^=popup_x5F_comercio_x5F_] g text,
[id^=popup_x5F_cultura_x5F_] g text {
  font-family: "Rubik", sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
}

h2 {
  font-size: 3rem;
  line-height: 4rem;
}

h3.subtitulo {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.texto {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.claimer h1 {
  font-size: 3rem;
  line-height: 4rem;
}

.contesto {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  background-color: red;
  text-align: center;
}
.contesto:after {
  content: "sm";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo {
  width: 80px;
  padding: 10px 0;
}

#menu:focus-visible {
  outline: none;
}

.navbar-collapse {
  right: -100vw;
  width: 100vw;
}

.content-num .num {
  width: 80px;
}
.content-num .num span {
  font-size: 3rem;
}
.content-num .flags img {
  width: 25px;
}

.idiomas {
  right: calc(50% - 40px);
}

.columna-padding {
  padding-top: 50px;
}

.width-form {
  width: 90%;
}

.contacto .container-fluid .row .content_info ul li .txt {
  font-size: 2rem;
}

/* TARGET */
#contenido-variable {
  width: 100%;
  left: 0;
  top: 40px;
  padding: 20px;
}

.item a {
  font-size: 1.7rem;
}

#contacto-mobile_btn {
  position: fixed;
  top: 300px;
  right: 0;
  height: 200px;
  width: 50px;
  transition: all 0.5s ease;
}
#contacto-mobile_btn img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0.8;
}
#contacto-mobile_btn.close {
  right: -55px;
}

#contacto-mobile {
  position: fixed;
  top: 150px;
  right: -100%;
  width: 350px;
  margin-right: 0px;
  background-color: #2C2C2C;
  color: white;
  text-align: center;
  z-index: 99;
  transition: all 0.5s ease;
}
#contacto-mobile #close-btn-mobile {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  text-decoration: none;
}
#contacto-mobile.open {
  right: 0;
}
#contacto-mobile h3 {
  padding: 15px 0 10px 0;
}
#contacto-mobile form {
  width: 80%;
  margin: 0 auto;
}
#contacto-mobile form .input {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#contacto-mobile form .input p {
  padding-bottom: 0;
}
#contacto-mobile form .input label {
  position: absolute;
  top: 5px;
  right: 10px;
  color: black;
  font-size: 1.3rem;
  z-index: 9;
}
#contacto-mobile form .input input[type=text],
#contacto-mobile form .input input[type=email] {
  width: 100%;
  height: 30px;
  border-radius: 0;
}
#contacto-mobile form .input input[type=submit],
#contacto-mobile form .input #submit {
  height: 30px !important;
  background-color: #C17A5B;
  color: white;
  border: 1px solid white;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
#contacto-mobile form .input input[type=submit] span,
#contacto-mobile form .input #submit span {
  display: block;
  text-decoration: none;
}
#contacto-mobile form .input.form-check {
  margin-bottom: 20px !important;
}
#contacto-mobile form .input.form-check label {
  color: white;
  font-size: 1rem;
  line-height: 10px;
}
#contacto-mobile form .input p {
  display: flex;
  width: 100%;
}
#contacto-mobile form .input p .wpcf7-form-control-wrap {
  width: 100%;
  text-align: left;
}
#contacto-mobile form .input p .wpcf7-form-control-wrap label {
  padding-left: 20px;
}
#contacto-mobile form .input p .wpcf7-form-control-wrap span.wpcf7-list-item-label {
  line-height: 1.5rem;
  text-align: left;
  font-size: 1.4rem;
}
#contacto-mobile form .inp {
  font-size: 1.5rem;
}
#contacto-mobile form .form-check-input {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0;
}
#contacto-mobile form .wpcf7-acceptance span.wpcf7-list-item-label {
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;
}

/** Thank you */
.thankyou h1 {
  font-size: 3rem;
  min-height: 4rem;
}
.thankyou p {
  font-size: 1.8rem;
}
.thankyou .img-sent-mobile i {
  font-size: 8rem;
}

.h1-claim-mobile {
  font-size: 1.3rem;
  color: #515151;
  display: block;
  position: fixed;
  top: 78px;
  left: 0;
  /* border: 1px solid red; */
  padding: 10px 40px;
  text-align: center;
  line-height: 2rem;
  background: rgba(236, 225, 221, 0.8);
  border: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.h1-claim-mobile.fixed {
  top: 65px;
}

.h1-claim {
  color: #C17A5B;
  font-size: 2.5rem;
}

.text-featured {
  padding: 0 40px;
}
.text-featured .text-h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #ece1dd;
}
.text-featured .text-h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* FIN MOBILE */
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h3.subtitulo {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .claimer h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
  }
  .contesto {
    background-color: orange;
  }
  .contesto:after {
    content: "md";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  header .menu {
    margin-top: 20px;
  }
  .navbar-collapse {
    right: -100vw;
    width: 100vw;
  }
  .content-num .num {
    width: 80px;
  }
  .content-num .num span {
    font-size: 3rem;
  }
  .content-num .flags img {
    width: 25px;
  }
  .columna-padding {
    padding-top: 100px;
  }
  /* TARGET */
  #contenido-variable {
    top: -10px;
  }
  .item a {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
  .contenido_item {
    font-size: 1.5rem;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 4rem;
    min-height: 4.5rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent-mobile i {
    font-size: 15rem;
  }
  .h1-claim-mobile {
    font-size: 2rem;
    color: #515151;
    display: block;
    position: fixed;
    top: 88px;
    left: 0;
    /* border: 1px solid red; */
    padding: 15px 40px;
    text-align: center;
    line-height: 2rem;
    background: rgba(236, 225, 221, 0.8);
    border: 0;
    width: 100%;
  }
  .h1-claim {
    color: #C17A5B;
    font-size: 2.5rem;
  }
  .text-featured {
    padding: 0 40px;
  }
  .text-featured .text-h2 {
    font-size: 3rem;
    line-height: 4rem;
    color: #ece1dd;
  }
  .text-featured .text-h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h2 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h3.subtitulo {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .contesto {
    background-color: yellow;
  }
  .contesto:after {
    content: "lg";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  header .menu {
    margin-top: 20px;
  }
  #logo {
    width: 100px;
    padding: 10px 0;
  }
  .idiomas {
    right: 100px;
  }
  .navbar-collapse {
    right: -100vw;
    width: 100vw;
  }
  .content-num .num {
    width: 100px;
  }
  .content-num .num span {
    font-size: 3.5rem;
  }
  .content-num .flags img {
    width: 35px;
  }
  .columna-padding {
    padding-top: 100px;
  }
  .width-form {
    width: 80%;
  }
  .svg_box {
    height: 480px;
  }
  .botones {
    bottom: 50px;
  }
  .claim {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-top: -8%;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 5rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 15rem;
  }
  .h1-claim {
    color: #C17A5B;
    font-size: 1.8rem;
  }
  .text-featured {
    padding: 0 40px;
  }
  .text-featured .text-h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #ece1dd;
  }
  .text-featured .text-h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .contesto {
    background-color: purple;
  }
  .contesto:after {
    content: "xl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
  }
  h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  h3.subtitulo {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .texto {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .claimer h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
  }
  .nav.nav-tabs li {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .content-num .num {
    width: 90px;
  }
  .content-num .num span {
    font-size: 3.5rem;
  }
  .content-num .flags img {
    width: 40px;
  }
  .contacto .container-fluid .row .content_info ul li .txt {
    font-size: 2.5rem;
  }
  .botones {
    bottom: 30px;
  }
  /* TARGET */
  #contenido-variable {
    top: 40px;
    left: auto;
    right: -10px;
    width: 100%;
  }
  .item a {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .contenido_item {
    font-size: 1.8rem;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 5rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 20rem;
  }
  .h1-claim {
    color: #C17A5B;
    font-size: 2.2rem;
  }
  .text-featured {
    padding: 0 40px;
  }
  .text-featured .text-h2 {
    font-size: 3rem;
    line-height: 4rem;
    color: #ece1dd;
  }
  .text-featured .text-h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1366px) {
  .contesto {
    background-color: aqua;
  }
  .contesto:after {
    content: "xl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
  }
  h1 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h2 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h3.subtitulo {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .texto {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .nav.nav-tabs li {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .svg_box {
    height: 530px;
  }
  #contenido-variable {
    top: 40px;
    left: auto;
    right: -30px;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 5rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 25rem;
  }
}
@media (min-width: 1440px) {
  .contesto {
    background-color: blue;
  }
  .contesto:after {
    content: "xl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
  }
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h3.subtitulo {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .texto {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .content-num .num {
    width: 115px;
  }
  .content-num .num span {
    font-size: 4rem;
  }
  .content-num .flags img {
    width: 50px;
  }
  .nav.nav-tabs li {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .svg_box {
    height: 600px;
  }
  .botones {
    bottom: 50px;
  }
  #contenido-variable {
    top: 40px;
    left: -30px;
    right: auto;
  }
  .claim {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-top: -15%;
  }
}
@media (min-width: 1920px) {
  .contesto {
    background-color: black;
  }
  .contesto:after {
    content: "xxl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
  }
  h1 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h2 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h3.subtitulo {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .texto {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .nav.nav-tabs li {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .columna-padding {
    padding-top: 200px;
  }
  .width-form {
    width: 60%;
  }
  .contacto .container-fluid .row .content_info ul li .txt {
    font-size: 3rem;
  }
  .svg_box {
    height: 750px;
  }
  /* TARGET */
  #contenido-variable {
    top: 40px;
    left: -30px;
    right: auto;
    width: 90%;
  }
  .item a {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .contenido_item {
    font-size: 1.8rem;
  }
  .claim {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-top: -12%;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 5rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 30rem;
  }
  .h1-claim {
    color: #C17A5B;
    font-size: 2.5rem;
  }
  .text-featured .text-h2 {
    font-size: 4rem;
    line-height: 4rem;
    color: #ece1dd;
  }
  .text-featured .text-h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 2050px) {
  .claim {
    font-size: 6.5rem;
    line-height: 7rem;
    margin-top: -20%;
  }
}





.contacto .form_contacto input[type="text"], 
.contacto .form_contacto input[type="email"] {
  text-indent: 15px !important;
}


