/*GLOBALES*/

:root {
  --blanco: #fff;
  --negro: #111111;
  --gris: #343440;
  --dorado: #d5bf94bc;

  --fuentePrincipal: "Saira Extra Condensed";
  --fuentesecundaria: "Saira Semi Condensed";
  --fuenteencabezadoimg: "Barlow";
  --fuentesubencabezadoimg: "barlow-thin";
}

html {
  font-size: 62.5%;
  box-sizing: border-box;

}


* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
}

*,
*::before,
*:after {
  box-sizing: inherit;
}

textarea,
select,
input,
button,
a,
li,
ul {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}


img {
  max-width: 100%;
  display: block;
}

video {
  display: block;
  height: 100vh;
}


/* Inicio HEADER*/

/* Principio de animacion menu hamburgusa */


/* Fin de animacion menu hamburgusa */

.menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  gap: 82%;
  padding-top: 20px;

}

.menu svg {
  color: white;
}

.logo {
  z-index: 10;
}


.logo img {
  height: 50px;
  z-index: 10;
  /*padding-top: 10%;*/
}


.bysi {
  position: fixed;
  top: 1.6%;
  left: 84%;
  z-index: 10;
  margin-bottom: -1px;
}


.submenu a {
  color: white;
  font-size: 18px;
  font-family: var(--fuentesecundaria);

}

.active {
  font-weight: bold;
  color: #fff;
}

.visible {
  left: 75.5% !important;
}

.visible2 {
  display: block !important;

}

.contact {
  position: relative;
  top: 0;
  left: 0;
}

.fondo_Contacto3 {
  position: absolute;
  top: 11%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 88%;
  height: 88%;
  background-color: white;
  box-shadow: 0 0 37px 0 rgba(32, 32, 32, 0.3);
  ;
}

.formularioMod {
  background-color: #FFF;
  position: absolute;
  top: 10%;
  left: 0%;
  bottom: 0%;
  right: 0;
  margin: auto;
  width: 70%;
  height: 93%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 30px;
  gap: 11%;
  max-width: 80%;
}

.formularioMod h2 {}

.formContacto {
  cursor: pointer;
}

.submenu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  list-style: none;
  text-decoration: none;
  position: absolute;
  top: 0%;
  left: 125%;
  min-width: 17%;
  background-color: rgba(0, 0, 0, 0.742);
  height: 460px;
  align-items: stretch;
  justify-content: space-evenly;
  padding: 20px;
  width: 23.7%;

}

.submenu li {
  margin-left: 30px;
}

.equis {
  display: flex;
  justify-content: end;
  margin-top: 2%;
}

.info {
  position: fixed;
  top: 75%;
  right: 3%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 4;
}

.info span {
  color: white;
  font-family:"Barlow", sans-serif;
  font-size: 40px;
  right: 3%;
  margin-top: 0;
}

.info svg {
  margin-top: 16px;
  color: white;
}

/* Fin  HEADER*/


/*Inicio Section de imagenes*/


.scroll-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
}



.section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  object-fit: cover;
  object-position: center;
  width: 100%;
}


/* Carrousel 1 */


/* Contenedor general */
#slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: arial, sans-serif;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Contenedor slider */
#slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slider>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

/* Ajuste de las imágenes */
#slider img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
}


/* Flechas de navegación */

a.mas,
a.menos {
  position: absolute;
  top: 50%;
  left: 0px;
}

a.mas {
  left: 96.5%;
  top: 55%;
  text-decoration: none;
  color: white;
}



a.menos {
  left: 96.5%;
  text-decoration: none;
  color: white;
}

.colorico:hover {
  color: black;

}


.TituloForm {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  gap: 11%;
}

/*Fin Carrousel 1*/




/* Carrousel 2 */

/* Contenedor general */
#slider-wrapper2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: arial, sans-serif;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Contenedor slider */
#slider2 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slider2>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

/* Ajuste de las imágenes */
#slider2 img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
}


/* Flechas de navegación */
a.mas2,
a.menos2 {
  position: absolute;
  top: 50%;
  left: 0px;
}

a.mas2 {
  left: 96%;
  top: 55%;
  text-decoration: none;
  color: white;
}



a.menos2 {
  left: 96%;
  text-decoration: none;
  color: white;
}

.colorico:hover {
  color: gray;

}

.movil {
  display: none;
}

/*Fin Carrousel 2*/

/* Carrousel 2 */

/* Contenedor general */
#slider-wrapper5 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: arial, sans-serif;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Contenedor slider */
#slider5 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slider5>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

/* Ajuste de las imágenes */
#slider5 img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
}

.fot-texD {
  display: block;
}

.fot-texM {
  display: none;
}

/* Flechas de navegación */
a.mas5,
a.menos5 {
  position: absolute;
  top: 50%;
  left: 0px;
}

a.mas5 {
  left: 96%;
  top: 55%;
  text-decoration: none;
  color: white;
}



a.menos5 {
  left: 96%;
  text-decoration: none;
  color: white;
}

.colorico:hover {
  color: gray;

}

.movil {
  display: none;
}

/*Fin Carrousel 2*/


/* Inicio Formulario*/

#Captcha_t,
#t3-content {
  padding: 0 !important;
  margin: 0 !important;
}



.imagen-contacto {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.contformulario {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;

}

.contactanosSpan {
  padding: 10px 0 10px 0;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.contactanosSpan2 {
  font-weight: 400;
}

.text-input {
  padding: 15px !important;
}

.tex {
  text-align: justify !important;
}

.bor {
  border-left: 1px solid var(--dorado);
  ;
}

.formulario h2 {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--dorado);
  font-size: 21px;
  padding-bottom: 35px;
}

.formulario {
  background-color: #FFF;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 21%;
  right: 0;
  margin: auto;
  width: 1080px;
  height: auto;
  max-height: 633px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 30px;
  gap: 11%;
  max-width: 1200px;
}

.mapa1 {
  display: block;
}

.mapa2 {
  display: none;
}

.input-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}


.envi {
  background-color: var(--dorado) !important;
  color: var(--blanco) !important;
}

.enviar-input {
  margin-top: 12%;
  margin-left: 10px;
}

.logoAnzures {
  position: fixed;
  top: 2%;
  left: 7%;
  z-index: 9;
  width: 4%;
}

.btnM {
  display: none;
}

.btndesk {
  display: block;
}

.enviar-input input {
  margin-top: 10%;
}

.enviar-input input {
  width: 185px;
  height: 30px;
  background-color: var(--dorado);
  border: 1px solid var(--dorado);
  font-size: 15px;
  font-family: var(--fuentesecundaria);
  color: var(--blanco);
}


.container-img {
  position: relative;
  height: 100vh;
  cursor: pointer;
}

.container-img img {
  height: 100vh;
  object-fit: cover;
  cursor: pointer;
}

.input-select {
  height: 30px;
  width: 350px;
  text-align: center;
  border: 1px solid var(--dorado);
  font-size: 15px;
  font-family: var(--fuentesecundaria);

}

.datos {
  text-align: left !important;
}

.cont-vali {
  width: 350px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  gap: 10px;
}

.envio-tel {
  height: 30px;
  width: 150px;
  border: 1px solid var(--dorado);
  background-color: #fff;
  font-family: var(--fuentesecundaria);
  font-size: 15px;
}

.cont-vali input {
  height: 30px;
  width: 170px;
  border: 1px solid var(--dorado);
  background-color: #fff;
  font-family: var(--fuentesecundaria);
  font-size: 15px;
}

/*Fin Formulario*/

/* departamentos  */

.grid-dep {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

/* SECTION contacto*/

.container-img2 {
  position: absolute;
  width: 100%;

}

.container-img2 p {
  font-size: 14px;
  font-family: var(--fuentesecundaria);
  color: black;

}

.icono_contacto {
  display: flex;
  justify-content: center;
  gap: 60px;
  height: 300px;
  align-items: center;
}

/*Conoce mas mapa*/
.mapa img {
  max-width: 100%;
  height: auto;

}


.circuloPar {
  position: absolute;
  top: 21.5vw;
  left: 27.5vw;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background-color: transparent;
}

.circuloEst {
  position: absolute;
  top: 16vw;
  left: 36vw;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background-color: transparent;
}

.circuloTra {
  position: absolute;
  top: 9.5vw;
  left: 44.2vw;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background-color: transparent;
}

.formularioAnzures {
  display: flex;
  justify-content: space-around;
  padding: 0 5% 5% 5%;
}


.parque svg {
  color: black;
}

.estadio {
  position: absolute;
  top: 31.3%;
  left: 36.3%;
}

.estadio svg {
  color: black;
}

.trace {
  position: absolute;
  top: 31.3%;
  left: 80.2%;

}

.trace svg {
  color: black;
}

/*Conoce mas mapa fin*/

/*Conoce mas boton*/


.cont-conoce {
  position: relative;
}

.conoce-mas {
  position: absolute;
  left: 0;
  top: 80%;
  right: 0;
  bottom: -110px;
  margin: auto;
  font-family: var(--fuentesecundaria);
  display: flex;
  flex-direction: column;
  align-items: center;

}

/*boton hover animacion*/


.draw-border p {
  font-size: 19px;
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.draw-border {
  -webkit-transition: color 0.35s 0.0833333333s;
  transition: color 0.35s 0.0833333333s;
  position: relative;
  text-decoration: none;

}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
}

.draw-border::after {
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}

.draw-border:hover {
  color: #ffffff;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #ffffff;
  -webkit-transition: border-color 0s, width 0.35s, height 0.35s;
  transition: border-color 0s, width 0.35s, height 0.35s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.35s;
  transition-delay: 0s, 0s, 0.35s;
}

.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.35s, 0s;
  transition-delay: 0s, 0.35s, 0s;
}

.draw-border2 p {
  font-size: 19px;
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.draw-border2 {
  -webkit-transition: color 0.35s 0.0833333333s;
  transition: color 0.35s 0.0833333333s;
  position: relative;
  text-decoration: none;

}

.draw-border2::before,
.draw-border2::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border2::before {
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
}

.draw-border2::after {
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}

.draw-border2:hover {
  color: #ffffff;
}

.draw-border2:hover::before,
.draw-border2:hover::after {
  border-color: #ffffff;
  -webkit-transition: border-color 0s, width 0.35s, height 0.35s;
  transition: border-color 0s, width 0.35s, height 0.35s;
  width: 100%;
  height: 100%;
}

.draw-border2:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.35s;
  transition-delay: 0s, 0s, 0.35s;
}

.draw-border2:hover::after {
  -webkit-transition-delay: 0s, 0.35s, 0s;
  transition-delay: 0s, 0.35s, 0s;
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  text-decoration: none;
  border: 3px solid white;
}

.btn p {
  font-size: 19px;
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}


.btnDep {
  position: absolute;
  top: 17%;
  left: 36%;
  right: 0;
  bottom: 0;
  height: 4%;
  width: 33%;
}

.btnDep2 {
  text-decoration: none;
}

/*
.btnDep p {
  font-size: 15px;
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 10px;
  border: 1px solid white;
}

.btnDep p:hover {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
.grid-dep2 {
  display: none;
}

.burger-menu {
  display: none;
}

#cerrar3 {
  display: none;
}

.carrucelMovil {
  display: none;
}

.MovilIMG {
  display: none;
}

.desktopIMG {
  display: block;
}

.g-recaptcha {
  transform: scale(0.89);
  -webkit-transform: scale(0.89);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.capcha {
  padding-top: 5px;
  padding-left: 11%;
}






/****************************************** HEADER PARA MOVIL ***************************************/

@media (max-width: 768px) {

  .capcha {
    padding-top: 2%;
    padding-left: 25%;

  }

  .desktopIMG {
    display: none;
  }

  .MovilIMG {
    display: block;
  }

/*Carrousel 3 movil*/

  #slider-wrapper5 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider5 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider5>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider5 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
  }

  /* Flechas de navegación */

  a.mas5,
  a.menos5 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas5 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: white;
  }



  a.menos5 {
    left: 91%;
    text-decoration: none;
    color: white;

  }

    
  /*Carrousel 1 movil*/

  #slider-wrapper3 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider3 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider3>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider3 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
  }

  /* Flechas de navegación */

  a.mas3,
  a.menos3 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas3 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: white;
  }

  a.menos3 {
    left: 91%;
    text-decoration: none;
    color: white;
  }

  /*Carrousel 2 movil*/

  #slider-wrapper4 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider4 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider4>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider4 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
  }

  /* Flechas de navegación */

  a.mas4,
  a.menos4 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas4 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: white;
  }



  a.menos4 {
    left: 91%;
    text-decoration: none;
    color: white;
  }


  /*Carrousel 4 movil*/

  #slider-wrapper7 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider7 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider7>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider7 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
  }

  /* Flechas de navegación */

  a.mas7,
  a.menos7 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas7 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: var(--dorado);
  }



  a.menos7 {
    left: 91%;
    text-decoration: none;
    color: var(--dorado);

  }


  .carrucelMovil4 {
    display: block;
  }

  .carrucelMovil3 {
    display: block;
  }
    
.carrucelMovil2 {
    display: block;
  }

  .carrucelMovil {
    display: block;
  }






  #cerrar3 {
    display: block;
    color: white;
    position: absolute;
    top: 6%;
    left: 90%;
  }

  .burger-menu {
    display: block;
    position: absolute;
    top: 3%;
    left: 88%;
    z-index: 1;
  }

  .grid-dep {
    display: none;
  }

  .grid-dep2 {
    display: block;
    height: 100vh;
  }

  .cuerpo {

    background-color: #CF0003;
  }

  video::-webkit-media-controls {
    display: none;
  }

  video::-webkit-media-controls-fullscreen-button,
  video::-webkit-media-controls-play-button,
  video::-webkit-media-controls-pausebutton {
    display: none;
  }

  .iconoWhatsapp {
    position: absolute;
    top: 87%;
    left: 91%;
    z-index: 1;
  }

  .btnM {
    display: block;
  }

  .btndesk {
    display: none;
  }

  .contact {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }

  .TituloForm {
    display: flex;
    justify-content: space-around;
    padding: 8px;
  }

  .formularioMod h2 {
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--dorado);
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 0;
  }


  .formularioMod {
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 7%;
    right: 0;
    margin: auto;
    width: 82%;
    height: 85%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0%;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
  }



  .formulario {
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 82%;
    height: auto;
    max-height: 770px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
  }

  .contactanosSpan {
    padding: 0;
    font-size: 11px;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .contactanosSpan2 {
    font-weight: 400;
  }

  .text-input {
    padding: 10px !important;
  }

  .tex {
    text-align: justify !important;
    padding-bottom: 10px;
  }

  .bor {
    /*border-left: 1px solid  var(--dorado); */
    padding-top: 5px;
  }

  .espaciomovil {
    padding-top: 0px;
  }


  .formulario h2 {
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--dorado);
    font-size: 12px;
    padding-bottom: 0;
  }

  .mapa1 {
    display: none;
  }

  .mapa2 {
    display: block;
  }

  .cont-vali {
    width: 350px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    gap: 3px;
  }

  .cont-vali input {
    height: 24px;
    width: 100px;
    border: 1px solid var(--dorado);
    background-color: #fff;
    font-family: var(--fuentesecundaria);
    font-size: 11px;
  }

  .envio-tel {
    height: 24px;
    width: 100px;
    border: 1px solid var(--dorado);
    background-color: #fff;
    font-family: var(--fuentesecundaria);
    font-size: 11px;
  }

  .iconoArroba {
    position: absolute;
    top: 80%;
    left: 91%;
    z-index: 1;
  }

  .enviar-input input {
    width: 100px;
    height: 33px;
    background-color: var(--dorado);
    border: 1px solid var(--dorado);
    font-size: 10px;
    font-family: var(--fuentesecundaria);
    color: var(--blanco);
  }

  .g-recaptcha {
    transform: scale(0.59);
    -webkit-transform: scale(0.59);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  option,
  select {
    color: black;
    border-radius: none;
    background-color: transparent;
  }

  .text-input input {
    color: black;
    border-radius: none;
    background-color: transparent;
  }

  .formularioAnzures {
    display: grid;
    grid-template-rows: 287px 215px;
  }

  .input-form {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    width: 100%;
    top: 38%;
    left: 0%;
  }

  .input-select {
    height: 30px;
    width: 260px;
    text-align: center;
    border: 1px solid var(--dorado);
    font-size: 12px;
    font-family: var(--fuentesecundaria);
  }

  .enviar-input {

    display: flex;
    width: 250px;
    margin-top: 0;
    flex-direction: column;
    gap: 0px;
  }

  .bor {
    display: none;
  }

  .menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    left: 0;
    top:3px;
    z-index: 1;
    width: 100%;
    gap: 54%;
    padding-top: 20px;
  }

  .desaparece {
    left: -100%;
  }

  .aparece {
    left: 0%;
  }


  .logo img {
    height: 50px;
    margin-left: 10px;
    z-index: 5;
  }

  .submenu {

    cursor: pointer;
    display: flex;
    flex-direction: column;
    list-style: none;
    text-decoration: none;
    position: absolute;
    top: 0%;
    left: 100%;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.742);
    height: 310px;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 15px;

  }

  .visible {
    width: 100%;
    left: 0% !important;
    height: 300px;
  }

  .equis {

    display: flex;
    justify-content: end;
  }

  .conoce-mas input {
    font-family: var(--fuentesecundaria);
    background-color: transparent;
    padding: 7px 80px;
    color: white;
    font-size: 19px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.485);
    border-radius: 5px;
    transition: all 2s ease 0;
  }

  .conoce-mas {
    position: absolute;
    left: 0;
    top: 85%;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: var(--fuentesecundaria);
    display: flex;
    flex-direction: column;
    align-items: center;

  }

/*Carrousel 3 movil*/

  #slider-wrapper5 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider5 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider5>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider5 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
  }

  /* Flechas de navegación */

  a.mas5,
  a.menos5 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas5 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: white;
  }



  a.menos5 {
    left: 91%;
    text-decoration: none;
    color: white;

  }

    
  /*Carrousel 1 movil*/

  #slider-wrapper3 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider3 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider3>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider3 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }

  /* Flechas de navegación */

  a.mas3,
  a.menos3 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas3 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: white;
  }

  a.menos3 {
    left: 91%;
    text-decoration: none;
    color: white;
  }

  .movilForm {
    margin-top: -20%;
  }

  /*Carrousel 2 movil*/

  #slider-wrapper4 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider4 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider4>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider4 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }

  /* Flechas de navegación */

  a.mas4,
  a.menos4 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas4 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: white;
  }



  a.menos4 {
    left: 91%;
    text-decoration: none;
    color: white;
  }


  /*Carrousel 4 movil*/

  #slider-wrapper7 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Contenedor slider */
  #slider7 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #slider7>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }

  /* Ajuste de las imágenes */
  #slider7 img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }

  /* Flechas de navegación */

  a.mas7,
  a.menos7 {
    position: absolute;
    top: 50%;
    left: 0px;
  }

  a.mas7 {
    left: 91%;
    top: 55%;
    text-decoration: none;
    color: var(--dorado);
  }



  a.menos7 {
    left: 91%;
    text-decoration: none;
    color: var(--dorado);
  }

  /*CONOCE MAS*/

  .desktop {
    display: none;
  }

  .movil {
    display: block;
  }

  /*MAPA*/

  .circuloPar1 {
    position: absolute;
    top: 48.5vw;
    left: 63.8vw;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background-color: black;
  }



  .circuloEst2 {
    position: absolute;
    top: 68.8vw;
    left: 86.8vw;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-color: black;
  }

  .circuloTra3 {
    position: absolute;
    top: 29.9vw;
    left: 52.2vw;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-color: black;
  }

  .bysi {
    position: fixed;
    top: 1.6%;
    left: 57%;
    margin-top: 10px;
    z-index: 10;
    width: 100px !important;
    /*display: block;*/
  }

  .contformulario {
    position: relative;
    top: 0;
    left: 0;
    height: 93vh;

  }

  .logoAnzures {
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 5;
    width: 11%;
  }

  .logoAnzures img {
    position: absolute;
    z-index: 30;
  }

  .iconoTel {
    position: absolute;
    top: 93%;
    left: 91%;
    z-index: 1;
  }

  a {
    text-decoration: none !important;
  }

  .btnM1 {
    position: absolute;
    top: 75%;
    left: 6%;
  }

  .btnM2 {
    position: absolute;
    top: 75.5%;
    left: 6%;
  }

  .btnM3 {
    position: absolute;
    top: 76%;
    left: 6%;
  }

  .btnM4 {
    position: absolute;
    top: 79%;
    left: 6%;
  }

  .fot-tex {
    font-size: 15px;
    gap: 22px;
    /*margin-right: 27px;*/
  }

  .fot-text1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .fot-texD {
    display: none;
  }

  .fot-texM {
    display: block;
  }
}

/* ------------------ Seccion de Contacto ----------------- */
/* Imagen de fondo */
.fondo-imagen-contact {
  background-image: url('../img/formulario.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}


/* Imagen de fondo d la primera seccion  */
.inicio {
  background-image: url('../img/inicio.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}






/* Sección de contacto */
#contactSection {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 99.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Contenedor del formulario */
.contformularioContact {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 20px;
  max-width: 80%;
  width: 60vw;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: none;
  top: 0;
}


/* Ajuste del texto */
.h2modContact {
  font-family: "Saira Semi Condensed", sans-serif;
  color: #d5bf94;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Inputs */
.input-selectContact {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #d5bf94;
  border-radius: 5px;
  font-size: 16px;
}

/* Grupos del formulario */
.form-group {
  margin-bottom: 20px;
}

/* Contenedor del mapa */
.map-container {
  border: 3px solid #d5bf94;
  border-radius: 5px;
  padding: 5px;
}

/* Información de contacto */
.info-block {
  margin-bottom: 15px;
}

/* Título de la información de contacto */
.contact-info-title {
  font-size: 16px;
  font-weight: bold;
}

/* Texto de la información de contacto */
.contact-info {
  font-size: 14px;
  color: #666;
}

/* Botón de contacto */
.btnContact {
  background-color: #d5bf94;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.btnContact:hover {
  background-color: #bfa978;
}

/* Ajustes para el contenedor del formulario en móviles */

@media (max-width: 990px) {
	
.inicioM {
  background-image: url('../img/inicioM.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

	
  .contformularioContact {
    padding: 15px;
    max-width: 90%;
    width: 90vw;
    top: 5vh;
    margin-bottom: 10vh;
    transform: translateY(0);
    height: calc(80vh - 30px);
    max-height: calc(80vh - 30px);
    overflow-y: auto;
  }

  .modal-content {
    padding: 10px;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Aseguramos que el formulario se ajuste al contenedor */
  form#miFormulario {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    /* Espaciado adecuado entre los elementos */
  }

  .row {
    display: flex;
    flex-direction: column;
    /* Mantiene las columnas una debajo de la otra */
    align-items: center;
    /* Centramos el contenido para una mejor presentación */
  }

  .col-lg-6,
  .col-sm-12,
  .col-xs-12 {
    width: 100%;
    /* Hacemos que las columnas ocupen todo el ancho */
    padding: 10px 0;
    /* Añadimos un pequeño padding para separación vertical */
  }

  /* Reducimos los tamaños de los títulos y los elementos para que entren en el contenedor */
  .h2modContact {
    font-size: 16px;
  }

  .input-selectContact {
    font-size: 12px;
    padding: 8px;
  }

  .form-group {
    margin-bottom: 8px;
    /* Reducimos los márgenes para que todo encaje mejor */
  }

  .btnContact {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    /* Aseguramos que el botón ocupe todo el ancho disponible */
  }

  .contact-info-title {
    font-size: 14px;
  }

  .contact-info {
    font-size: 12px;
  }

  /* Ajustamos el tamaño del reCAPTCHA */
  .form-group .g-recaptcha {
    transform: scale(0.75);
    /* Reducimos un poco más el tamaño del reCAPTCHA */
    transform-origin: 0 0;
  }
}

/* Estilos para el Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Estilos para el contenido del modal con animación de "genio" */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  transform: scale(0);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}


/* Mostrar el modal y su contenido con animación */
.modal.show {
  display: flex;
}

/* Animación de "genio" para el modal al abrir */
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

/* Animación de cierre */
.modal.hide .modal-content {
  transform: scale(0);
  opacity: 0;
}

/* Estilos para el botón de cerrar */
.close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*  ---------- Sección de comparador de crédito --------------- */

.h2mod_bm {
  color: white;
  font-size: 6.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.comparador-content {
  border: 1px solid #d5bf94;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
}

.comparador-content:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.comparador-content img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}

.comparador-content img:hover {
  transform: scale(1.05);
}

/* Mostrar la versión de escritorio y ocultar la versión móvil por defecto */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Mostrar la versión móvil y ocultar la de escritorio cuando el ancho es menor a 768px */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .comparador-creditos {
    height: 80vh;
    background-position: left top;
    background-size: auto 100%;
  }

  .comparador-content {
    width: 90%;
    max-width: 600px;
  }

  .h2mod_bm {
    font-size: 2.8rem;
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .h2mod_bm {
    font-size: 2.5rem;
    margin-top: 40px;
  }

  .comparador-content {
    padding: 20px;
  }

  .comparador-creditos {
    background-position: left top;
    background-size: auto 100%;
  }
}

/* Para dispositivos en orientación horizontal */
@media (orientation: landscape) {
  .comparador-creditos {
    height: 80vh;
    background-position: left center;
  }

  .h2mod_bm {
    font-size: 2.8rem;
    margin-top: 40px;
  }

  .comparador-content {
    width: 85%;
    padding: 25px;
  }
}

/* ------------------ Sección de Departamentos ------------------ */
/* Sección de Departamentos */
.grid-dep {
  display: flex;
  height: 90vh;
  /* Ocupa el 90% de la altura de la pantalla */
  width: 100%;
  overflow: hidden;
}

/* Contenedor de las imágenes */
.container-img {
  position: relative;
  width: 25%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Imágenes dentro de los contenedores */
.container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

/* Efecto de expansión al pasar el mouse sobre la imagen */
.container-img:hover img {
  transform: scale(1.1);
}

/* Botones centrados horizontalmente */
.btnDep {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Estilo del botón */
.btnDep2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
  min-width: 180px;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/* Bordes dorados */
.draw-border2 {
  position: relative;
  /* Posicionamiento relativo */
  border: 2px solid #d5bf94;
  /* Borde dorado */
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  /* Transición suave para hover */
}

/* Pie de página móvil */
.fot-texM {
  display: none;
}

/* Pie de página para escritorio */
.fot-texD {
  display: flex;
  justify-content: center;
  background-color: #000;
  color: #FFF;
  font-size: 20px;
  gap: 100px;
  height: 10vh;
  /* Ocupa el 10% de la altura de la pantalla */
}

/* Responsive */
@media (max-width: 768px) {
  .grid-dep {
    flex-direction: column;
  }

  .container-img {
    width: 100%;
    height: 25vh;
  }

  /* Centrar el botón tanto vertical como horizontalmente en móviles */
  .btnDep {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .btnDep2 {
    width: 180px;
    /* Establecer un ancho uniforme */
    height: 50px;
    /* Establecer una altura uniforme */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    /* Ajustar el tamaño de la fuente */
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 2px solid #d5bf94;
    /* Mantener el borde dorado */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;

  }

  /* Pie de página móvil */
  footer.fot-texM p {
    padding-left: 20px;
    padding-right: 0px;
    font-size: 12px;
    /* Ajustar el tamaño de la fuente */
    line-height: 1.5;
    /* Espaciado entre líneas */
    text-align: center;
    /* Mantener el texto centrado para los párrafos */
  }

  footer.fot-texM a {
    text-align: center;
    /* Alinea el texto al centro */
    padding-left: 30px;
    /* Aumenta el padding para alejarlo más del borde izquierdo */
    padding-right: 10px;
    /* Añade algo de espacio para no acercarlo al borde derecho */
    margin-left: 0;
    /* Remueve cualquier margen adicional */
    font-size: 12px;
    /* Mantener consistencia con el tamaño del texto */
  }

  footer.fot-texM {
    padding: 10px 0;
    /* Separación adicional entre el contenido y los bordes */
    margin: 0 20px;
    /* Margen en los lados para ajustarlo al contenido */
  }

}



/* Efecto de Sliders de obscurecer */
.carrucelImg {
  border: 3px solid #fff;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: brightness(70%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* Efecto Zoom Out en hover, con borde más delgado */
figure:hover .carrucelImg {
  filter: brightness(100%);
}