:root{

}
.carousel-indicators{
    top:34rem;
}
.captcha {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-indicators [data-bs-target] {
  width: 15px !important; /* Ajusta el tamaño del indicador */
  height: 15px !important; /* Ajusta el tamaño del indicador */
  border-radius: 50%; /* Hace que el indicador sea redondo */
  background-color: black !important; /* Puedes cambiar el color de fondo */
  margin:0 6px !important;
}
.carousel-control-prev i, .carousel-control-next i{
  color:black;
  font-size: 5rem;
}
.carousel-indicators{
  z-index: 5;
}
/* CINTIA */
.cinta-negra{
  background-color: whitesmoke;
  padding: 5rem 0rem;
}
.cinta-negra .cont{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.cinta-negra .cont h5{
  color:2rem;
  font-family: titulos;
  text-transform: uppercase;
}
.btn-index{
  background-color: black !important;
  color:white !important;
  width: 50%;
  border: 1px solid black;
  margin-top: 1.5rem;
}
.btn-index:hover{
  background-color: transparent !important;
  color:black !important;
  border: 1px solid black;
}

/* RESET */
*{
	margin: 0;
	padding: 0;
	list-style: none !important;
	text-decoration: none !important;
	border: none;
	outline: none;
}
.row > *{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container-fluid{
  padding:0 !important;
}
.row{
  margin:0 !important;
}
h1,h2,h3,h4{
	margin:0 !important;
}
p{
	margin:0 !important;
}
ul{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
html{
  scroll-behavior: smooth;
}
textarea {
  resize: none !important;
}
body{
  overflow-x: hidden !important;
  font-family: textos !important;
}
/* RESET */

/* FUENTES */
@font-face {
    font-family: textos;
    src: url("../font/Raleway-Light.ttf");
}

@font-face {
    font-family: titulos;
    src: url("../font/VisbyCF-Medium.ttf");
}

@font-face {
    font-family: titulos-bold;
    src: url("../font/VisbyCF-bold.otf");
}

@font-face {
    font-family: logo;
    src: url("../font/neogroteskessalt-regular.otf");
}
/* FUENTES */

/* HEADER */
.burger > img{
  /*width: 160px;*/
  height: 70px;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
    position: fixed;
    left:87%;
    top:2.5rem;
    z-index:5;
  }
  .burguer > img:hover{
    opacity: 0.3 !important;
  }
  header{
    background-position: center;
    padding: 1rem 0 !important;
    width: 100%;
    position: fixed;
    z-index: 20 !important;
  }
  header nav .logo{
    width: 100% !important;
  }
  header nav .logo h1{
    font-family: logo !important;
    color: black !important;
  }
  header nav .menu{
    position: absolute;
    top: 100px;
    left: -100%;
    width: 100%;
    z-index: 4 !important;
    margin-top: -8rem;
  }
  header nav .menu .lista{
    width: 100%;
    height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: whitesmoke;
  }
  header nav .menu .lista li{
    width: 70%;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
}
header nav .menu .lista li a{
  color:black;
  font-family: titulos;
  font-size: 3rem;
  text-transform: uppercase;
  transition: .5s;
}
header nav .menu .lista li a:hover{
  opacity: .5;
}
header nav .menu .lista .card-body{
  padding: 0rem;
}
header nav .menu .lista .card{
  background-color: whitesmoke;
  border: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header nav .menu .lista .card ul,
header nav .menu .lista .card ul li{
  width: 100%;
}
header nav .menu .lista .card ul li a{
  font-size: 2.5rem;
}

.columnas .contenedor{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: justify;
  padding: 3rem;
}
.columnas .contenedor h3{
  font-family: titulos;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
.columnas{
  padding-bottom: 6rem;
}
.columnas .borde-izq{
  border-right: 1px solid silver;
}

/* TITULO PRINCIPAL */
.titulo-p{
  padding-top: 2rem;
}
.titulo-p img{
  width: 40% !important;
  height:auto;
}
.titulo-p .cont-idioma{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-right:5rem;
}
.titulo-p .cont-idioma hr{
  width: 5%;
  margin:.15rem 0rem;
  background-color: black;
  opacity: 1;
  height: .15rem;
}
.titulo-p .cont-idioma .texto{
  text-align: center;
  width: 5%;
}
.titulo-p .cont-idioma a{
  color:black;
  font-family:titulos;
  transition: .5s;
}
.titulo-p .cont-idioma a:hover{
  opacity: .5;
}
/* TITULO PRINCIPAL */

/* CABECERA */
.cabecera h1{
    font-family: logo !important;
    color: black !important;
    padding-top:4.5rem;
    line-height: 0 !important;
}
.texto-bottom{
  display: flex;
}
/* CABECERA */



/* FRASE */
.btn-index{
  background-color: black !important;
  color:white !important;
  width: 70%;
  border: 1px solid black;
}
.btn-index:hover{
  background-color: transparent !important;
  color:black !important;
  border: 1px solid black;
}
#frase .columna-left{
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: -.8rem;
  flex-direction: column;
}
#frase .columna-left-02{
  display: flex;
  justify-content: start;
  align-items: start;
}
#frase .columna-right{
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
}
#frase{
  padding:5rem 0rem 4.5rem;
  overflow: hidden;
}
#frase #text{
  /*line-height:3rem;*/
  font-size: 1.8rem;
  /*text-align: justify;*/
}
#frase #text img{
  width: 50%;
}
#frase-blog img{
  width: 20%;
}
#frase .titulo-sistema{
  font-family: textos !important;
  line-height: 3rem;
}
#frase #text p{
  line-height: 3rem;
  text-align: justify;
}
#frase #text p #bold{
  font-family: titulos !important;
}
#frase #text p b{
  font-family: logo;
  font-size: 2rem;
}
#frase #text span{
  margin-top:2rem !important;
  font-family: textos !important;
  text-transform: uppercase;
  font-size: 2.5rem;
}
#frase #contF{
  margin-top:2rem !important;
}
#frase #cta{
  font-family: logo !important;
  font-size: 1.8rem !important;
}
/* FRASE */

/* FRASE */
#frase-about{
  padding:10rem 0rem !important;
}
#frase-about #text{
  line-height:7rem;
  font-size: 3rem;
  font-family: subTitulos !important;
}
/* FRASE */

/* FRASE ACAPULCO */
#frase-acapulco{
  padding:6rem 0rem 8rem;
}
#frase-acapulco #text{
  /*line-height:3rem;*/
  font-size: 2rem;
  text-align: justify;
}
#frase-acapulco .titulo-sistema{
  font-family: textos !important;
  line-height: 4rem;
}
#frase-acapulco #text p{
  line-height: 4rem;
}
#frase-acapulco #text p #bold{
  font-family: titulos !important;
}
#frase-acapulco #text p b{
  font-family: logo;
  font-size: 2rem;
}
#frase-acapulcoe #text span{
  margin-top:2rem !important;
  font-family: textos;
  text-transform: uppercase;
  font-size: 2.5rem;
}
#frase-acapulco #contF{
  margin-top:2rem !important;
}
#frase-acapulco #cta{
  font-family: logo !important;
  font-size: 1.8rem !important;
}
/* FRASE ACAPULCO */

/* CIRCULOS ANIMADOS */
.circulos-animados{
  background-color: white;
  padding: 6rem 0rem;
  overflow: hidden;
}
.circulos-animados-02{
  background-color: white;
  padding: 2rem 0rem 6rem;
  overflow: hidden;
}
.galeria-circulos{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.galeria-circulos .IMG{
  width: 22% !important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: none !important;
}
/*.galeria #img-1{
  animation: latidos 2s infinite;
}
.galeria #img-2{
  animation: latidos-2 2s infinite;
}*/
@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.1); }
    to { transform: none; }
}
@keyframes latidos-2 {
    from { transform: scale(1.1); }
    50% { transform: none; }
    to { transform: scale(1.1); }
}
.galeria-circulos .IMG .titulo h4{
  background-color: whitesmoke !important;
  width: 100% !important;
}
.galeria-circulos .IMG > img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

/* EFECTO HOVER */
.galeria-circulos .IMG .hover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  background:white;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black;
  border-radius: 10rem;
  overflow: hidden;
}
.galeria-circulos .IMG:hover .hover{
  top: 0;
}
.galeria-circulos .IMG .hover img{
  width: 15%;
}
.galeria-circulos .IMG .hover p{
  font-size: .9rem;
  max-width: 100%;
  padding:0rem 1rem;
  font-family: titulos;
}
.circulo-linea{
  position: relative;
  width: 100%;
  height: auto;
}
.titulo-linea{
  width: 100% !important;
  height: 100%;
  position: absolute;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.titulo-linea h3{
  color:white;
}
/* CIRCULOS ANIMADOS */

/* VIDEOS */
.video-fondo-marca{
  position: relative;
  background-color: black !important;
  overflow: hidden;
}
.video-fondo-marca .video-marca{
  opacity: .7;
  margin-top: -.2rem;
}
.texto-marca{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.texto-marca .row{
  width: 100%;
  height: 100%;
}
.texto-marca .cont-text{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-content: start;
  width: 100%;
  height: 100%;
  padding-bottom:10rem;
}
.texto-marca .cont-text .marca-negro{
  color:black !important;
    font-family: logo !important;
    font-size: 3rem;
    opacity: 1;
}
.texto-marca .cont-text .txt-negro{
  font-size: 1.5rem;
  color:black;
  margin-top: 2rem !important;
  font-family: titulos;
}
.texto-marca .cont-text .marca-blanco{
  color:white;
  font-family: logo;
  font-size: 3rem;
  opacity: 1;
}
.texto-marca .cont-text .txt-blanco{
  font-size: 1.5rem;
  color:white;
  margin-top: 2rem !important;
  font-family: titulos;
}
.texto-marca .cont-text .flecha{
  margin-top:1.5rem;
  transition: .5s;
}
.texto-marca .cont-text .flecha:hover{
  padding-left: 1rem;
}
.video-marca .video{
  width: 100%;
  height: 100%;
}
.no-first{
  margin-top: -.5rem !important;
}
/* VIDEOS */
.formulario-02 .titulo p, .patrocinadores .titulo h2{
  font-family: titulos-bold;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
}
.formulario-02 .titulo p span{
  font-family: textos;
  font-size: 1.5rem;
}

/* BULLETS ANIMADOS */
#back-white{
  background-color: white;
}
.espacio-bullets{
  padding: 4rem;
}
.espacio-top-bullets{
  background: linear-gradient(180deg, silver, transparent);
  padding: 1rem;
}
.espacio-bottom-bullets{
  background: linear-gradient(0deg, black, transparent);
  padding: 1rem;
}
.bullets-animados{
  /*background:url(../img/fondo-bullets.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;*/
  overflow: hidden;
  background-color: white;
}
.bullets-animados .titulo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, black, transparent);
  padding: 6rem 0rem 8rem !important;
}
.bullets-animados .titulo h2{
  font-size: 2rem;
  font-family: fuente-bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  text-transform: uppercase;
}
.bullets-animados .titulo h2 img{
  width: 40%;
}
.bullets-animados .titulo p{
  font-size: 1.1rem;
  margin-top: 1rem;
  font-family: fuente-light;
  padding:0rem 10rem;
  color:white;
}
.bullets-animados .titulo p span{
  font-family: fuente-bold;
}
.bullets-animados .logo-enciende{
  width: 100%;
  text-align: center;
  background: linear-gradient(0deg, black, transparent);
  padding: 8rem 0rem 3rem !important;
}
.bullets-animados .logo-enciende img{
  width: 40%;
}
.bullets-animados .cont-senal{
  width: 100%;
  height: 100%;
}
.bullets-animados .cont-texto-derecha{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align:start;
  padding-left: 2rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bullets-animados .cont-texto-derecha h4{
  font-family: titulos;
  font-size: 2rem;
  color:black;
  text-transform: uppercase;
}
.bullets-animados .cont-texto-derecha p{
  color:black;
  font-size: 1.3rem;
  text-align: justify;
  /*padding-left: 4rem;*/
}
.bullets-animados .cont-texto-derecha .bullets-d{
  margin-top: 2rem;
}
.bullets-animados .cont-texto-derecha .bullets-d li{
  color:black;
  font-size: 1.2rem;
  list-style: square !important;
  margin-left: 1.5rem;
}
.bullets-animados .cont-texto-izquierda{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bullets-animados .cont-texto-izquierda h4{
  font-family: titulos;
  font-size: 2rem;
  color:black;
  text-transform: uppercase;
}
.bullets-animados .cont-texto-izquierda p{
  color:black;
  font-size: 1.3rem;
  text-align: justify;
  padding-right: 2rem;
}
.bullets-animados .cont-texto-izquierda .bullets-i{
  margin-top: 2rem;
}
.bullets-animados .cont-texto-izquierda .bullets-i li{
  color:black;
  font-size: 1.2rem;
  list-style: square !important;
  margin-left: 1.5rem;
}

.bullets-animados-02{
  /*background:url(../img/fondo-bullets.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;*/
  overflow: hidden;
  background-color: white;
}
.bullets-animados-02 .titulo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.bullets-animados-02 .titulo h2{
  font-size: 2rem;
  font-family: titulos;
  display: flex;
  justify-content: center;
  align-items: center;
  color:black;
  text-transform: uppercase;
}
.bullets-animados-02 .titulo h2 img{
  width: 40%;
}
.bullets-animados-02 .titulo p{
  font-size: 1.1rem;
  margin-top: 1rem;
  font-family: fuente-light;
  padding:0rem 10rem;
  color:white;
}
.bullets-animados-02 .titulo p span{
  font-family: fuente-bold;
}
.bullets-animados .logo-enciende{
  width: 100%;
  text-align: center;
  background: linear-gradient(0deg, black, transparent);
  padding: 8rem 0rem 3rem !important;
}
.bullets-animados-02 .logo-enciende img{
  width: 40%;
}
.bullets-animados-02 .cont-senal{
  width: 100%;
  height: 100%;
}
.bullets-animados-02 .img-texto-01{
  background: url(../img/blog/blog-01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.bullets-animados-02 .cont-texto-derecha{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align:start;
  padding-left: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bullets-animados-02 .cont-texto-derecha h4{
  font-family: titulos;
  font-size: 2rem;
  color:black;
  text-transform: uppercase;
}
.bullets-animados-02 .cont-texto-derecha p{
  color:black;
  font-size: 1.2rem;
  text-align: justify;
}
.bullets-animados-02 .cont-texto-derecha .bullets-d{
  margin-top: 1rem;
}
.bullets-animados-02 .cont-texto-derecha .bullets-d li{
  color:black;
  font-size: 1.2rem;
  list-style: square !important;
  margin-left: 1.5rem;
}
.bullets-animados-02 .cont-texto-izquierda{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align:start;
  padding-right: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bullets-animados-02 .cont-texto-izquierda h4{
  font-family: titulos;
  font-size: 2rem;
  color:black;
  text-transform: uppercase;
}
.bullets-animados-02 .cont-texto-izquierda p{
  color:black;
  font-size: 1.2rem;
  text-align: justify;
}
.bullets-animados-02 .cont-texto-izquierda .bullets-i{
  margin-top: 1rem;
}
.bullets-animados-02 .cont-texto-izquierda .bullets-i li{
  color:black;
  font-size: 1.2rem;
  list-style: inside !important;
  /*margin-left: 1.5rem;*/
}
.bullets-animados-02 .acordeones{
  background-color: white;
  padding: 3rem;
}
.bullets-animados-02 .acordeones-02{
  background-color: whitesmoke;
  padding: 3rem;
}
.bullets-animados-02 .accordion-item{
  background-color: black;
}
.bullets-animados-02 .accordion-button{
  background-color: black;
  color:white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-size: 1.5rem;
  text-transform: uppercase;
}
.bullets-animados-02 .espacio-top{
  margin-top: .1rem;
}

.bullets-animados-w{
  /*background:url(../img/fondo-bullets.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;*/
  overflow: hidden;
  background-color: white;
}
.bullets-animados-w .titulo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.bullets-animados-w .titulo h2{
  font-size: 2rem;
  font-family: titulos;
  display: flex;
  justify-content: center;
  align-items: center;
  color:black;
  text-transform: uppercase;
}
.bullets-animados-w .titulo h2 img{
  width: 40%;
}
.bullets-animados-w .titulo p{
  font-size: 1.1rem;
  margin-top: 1rem;
  font-family: fuente-light;
  padding:0rem 10rem;
  color:white;
}
.bullets-animados-w .titulo p span{
  font-family: fuente-bold;
}
.bullets-animados .logo-enciende{
  width: 100%;
  text-align: center;
  background: linear-gradient(0deg, black, transparent);
  padding: 8rem 0rem 3rem !important;
}
.bullets-animados-w .logo-enciende img{
  width: 40%;
}
.bullets-animados-w .cont-senal{
  width: 100%;
  height: 100%;
}
.bullets-animados-w .img-texto-01{
  background: url(../img/blog/blog-01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.bullets-animados-w .cont-texto-derecha{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align:start;
  padding-left: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bullets-animados-w .cont-texto-derecha h4{
  font-family: titulos;
  font-size: 2rem;
  color:black;
  text-transform: uppercase;
}
.bullets-animados-w .cont-texto-derecha p{
  color:black;
  font-size: 1.2rem;
  text-align: justify;
}
.bullets-animados-w .cont-texto-derecha .bullets-d{
  margin-top: 1rem;
}
.bullets-animados-w .cont-texto-derecha .bullets-d li{
  color:black;
  font-size: 1.2rem;
  list-style: inside !important;
  /*margin-left: 1.5rem;*/
}
.bullets-animados-w .cont-texto-izquierda{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align:start;
  padding-right: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bullets-animados-w .cont-texto-izquierda h4{
  font-family: titulos;
  font-size: 2rem;
  color:black;
  text-transform: uppercase;
}
.bullets-animados-w .cont-texto-izquierda p{
  color:black;
  font-size: 1.2rem;
  text-align: justify;
}
.bullets-animados-w .cont-texto-izquierda .bullets-i{
  margin-top: 1rem;
}
.bullets-animados-w .cont-texto-izquierda .bullets-i li{
  color:black;
  font-size: 1.2rem;
  list-style: square !important;
  margin-left: 1.5rem;
}
.bullets-animados-w .acordeones{
  background-color: white;
  padding: 3rem;
}
.bullets-animados-w .acordeones-02{
  background-color: whitesmoke;
  padding: 3rem;
}
.bullets-animados-w .accordion-item{
  background-color: black;
}
.bullets-animados-w .accordion-button{
  background-color: black;
  color:white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-size: 1.5rem;
  text-transform: uppercase;
}
.bullets-animados-w .espacio-top{
  margin-top: .1rem;
}

.bullets-animados-w .accordion-button:not(.collapsed){
  background-color: whitesmoke;
  color:black;
}
.bullets-animados-w .accordion-body{
  padding: 0rem;
}
.bullets-animados-w .accordion-body p{
  color:white;
  text-align: justify;
  font-size: 1.1rem;
}
.bullets-animados-w .accordion-body .renglon-01{
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 3rem 2rem;
  color:black;
  text-align: center;
}
/* BULLETS ANIMADOS */

/* DESCARGA FICHA */
.descarga-ficha{
  background-color: whitesmoke;
  padding: 5rem 0rem;
}
.descarga-ficha .titulo{
  text-align: center;
}
.descarga-ficha .titulo span{
  text-transform: uppercase;
  font-family: titulos;
}
.descarga-ficha .boton-descarga{
  text-align: center;
  margin-top: 2rem;
}
.descarga-ficha .boton-descarga .btn-descarga{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 35%;
}
.descarga-ficha .boton-descarga .btn-descarga-x3{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 90%;
}
.descarga-ficha .boton-descarga .btn-descarga:hover,
.descarga-ficha .boton-descarga .btn-descarga-x3:hover{
  background-color: transparent;
  color:black;
}
/* DESCARGA FICHA */

/* RESEÑAS */
.resenas{
  padding: 5rem 0rem;
  text-align: center;
}
.resenas .titulo{
  font-family: titulos;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.resenas .titulo span{
  font-family: logo;
  font-size: 2.1rem;
}
#exampleSlider02{
  position: relative;
}
#exampleSlider02 .MS-content {
  margin: 0px 5%;
  overflow: hidden;
  white-space: nowrap;
}
#exampleSlider02 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 50% !important;
  white-space: normal;
}
#exampleSlider02 .MS-content .item #cont{
  background-color: whitesmoke;
  padding:1rem 2rem !important;
  color:black !important;
  width: 100% !important;
  height: 18rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: start !important;
  flex-direction: column !important;
  box-shadow: 1px 1px 3px silver;
}
#exampleSlider02 .MS-content .item #cont h3{
  font-size: 1.5rem !important;
}
#exampleSlider02 .MS-content .item #cont h4{
  font-size: 1.5rem !important;
  text-transform: uppercase;
  font-family: titulos;
}
#exampleSlider02 .MS-content .item #cont h4 span{
  font-family: textos !important;
  font-size: 1.2rem !important;
}
#exampleSlider02 .MS-content .item #cont h5{
  font-size: .8rem !important;
}
#exampleSlider02 .MS-content .item #cont #texto{
  width: 100% !important;
  position: relative !important;
  height: 100% !important;
  overflow:hidden !important;
  color:black !important;
  text-align: justify;
}
#exampleSlider02 .MS-content .item #cont #texto p{
  margin-bottom: 0 !important;
  font-size: 1.2rem;
}
#exampleSlider02 .MS-content .item #cont ul li i{
  color:gold !important;
}
#exampleSlider02 .MS-content .item #text{
  background-color: white !important;
  color:black !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
}
#exampleSlider02 .MS-content .item #text h3{
  font-size:1.2rem;
  padding: .5rem 2rem !important;
  position: relative !important;
  overflow: hidden !important;
}
#exampleSlider02 .MS-content .item .content{
  overflow: hidden !important;
}
#exampleSlider02 .MS-content .item .content img{
  transition: 0.5s !important;
}
#exampleSlider02 .MS-content .item .content img:hover{
  transform: scale(1.2);
}
#exampleSlider02 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 40% !important;
  color:var(--gris-oscuro)
}
#exampleSlider02 .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider02 .MS-controls .MS-left {
  left: 2% !important;
}
#exampleSlider02 .MS-controls .MS-right {
  right: 2% !important;
}
/* RESEÑAS */

/* CARRUCEL ICONOS */
.carrucel-iconos{
  background-color: whitesmoke;
  padding: 5rem 0rem;
}

.carrucel-iconos #exampleSlider {
  position: relative;
}
.carrucel-iconos #exampleSlider .MS-content {
  margin: 0px 5%;
  overflow: hidden;
  white-space: nowrap;
}
.carrucel-iconos #exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 50%;
  white-space: normal;
  padding: 0rem 1.5rem;

}
.carrucel-iconos #exampleSlider .MS-content .item .cont-img{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid black;
  border-right: none;
}
.carrucel-iconos #exampleSlider .MS-content .item .cont-img img{
  width: 100%;
  height: 100%;
}
.carrucel-iconos #exampleSlider .MS-content .item .cont-text{
  padding: 1.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: justify;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid black;
}
.carrucel-iconos #exampleSlider .MS-content .item .cont-text p{
  font-size: 1.2rem;
  font-family: titulos;
}
.carrucel-iconos #exampleSlider .MS-content .item i {
  font-size: 3rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10% 0 !important;
}
.carrucel-iconos #exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 30% !important;
}
.carrucel-iconos #exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
.carrucel-iconos #exampleSlider .MS-controls .MS-left {
  left: 2% !important;
}
.carrucel-iconos #exampleSlider .MS-controls .MS-right {
  right: 2% !important;
}

.carrucel-iconos-02{
  background-color: whitesmoke;
  padding: 5rem 0rem;
}

.carrucel-iconos-02 #exampleSlider-02 {
  position: relative;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-content {
  margin: 0px 5%;
  overflow: hidden;
  white-space: nowrap;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 50%;
  white-space: normal;
  padding: 0rem 1.5rem;

}
.carrucel-iconos-02 #exampleSlider-02 .MS-content .item .cont-img{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid black;
  border-right: none;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-content .item .cont-img img{
  width: 100%;
  height: 100%;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-content .item .cont-text{
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: justify;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid black;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-content .item .cont-text p{
  font-size: 1.2rem;
  font-family: titulos;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-content .item i {
  font-size: 3rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10% 0 !important;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 30% !important;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-controls button:hover {
  cursor: pointer;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-controls .MS-left {
  left: 2% !important;
}
.carrucel-iconos-02 #exampleSlider-02 .MS-controls .MS-right {
  right: 2% !important;
}
/* CARRUCEL ICONOS */

/* BLOG */


/* BLOG */

/* FICHA */
#frase-corta-centro{
  padding:7rem 0rem 9rem !important;
  text-align: center;
}
#frase-corta-centro h2{
  font-family: logo;
  font-size: 4rem;
}
.carrucel-ficha{
  background-color: whitesmoke;
  padding: 5rem 0rem;
}
#exampleSlider,
#exampleSlider02 {
  position: relative;
}
#exampleSlider .MS-content,
#exampleSlider02 .MS-content {
  margin: 0px 5%;
  overflow: hidden;
  white-space: nowrap;
}
#exampleSlider .MS-content .item,
#exampleSlider02 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 50%;
}
#notas #text{
  background-color: white !important;
  color:white !important;
}
#exampleSlider .MS-content .item .content,
#exampleSlider02 .MS-content .item .content{
  overflow: hidden !important;
}
#exampleSlider .MS-content .item .content img,
#exampleSlider02 .MS-content .item .content img{
  transition: 0.5s !important;
}
#exampleSlider .MS-content .item .content img:hover,
#exampleSlider02 .MS-content .item .content img:hover{
  transform: scale(1.1);
}
#exampleSlider .MS-controls button,
#exampleSlider02 .MS-controls button{
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 40% !important;
}
#exampleSlider .MS-controls button:hover,
#exampleSlider02 .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left,
#exampleSlider02 .MS-controls .MS-left {
  left: 2% !important;
}
#exampleSlider .MS-controls .MS-right,
#exampleSlider02 .MS-controls .MS-right {
  right: 2% !important;
}

.informacion-ficha{
  background-color: white;
  padding: 5rem 0rem;
}
.informacion-ficha .contenedor-i{
  padding-right: 2rem;
  text-align: justify;
}
.informacion-ficha .contenedor-d{
  padding-left: 2rem;
}
.informacion-ficha .contenedor-d h4{
  font-size: .8rem;
  text-transform: uppercase;
  font-family: titulos;
  color:black;
}
.informacion-ficha .contenedor-d p{
  font-size: .8rem;
  color:black;
}
.informacion-ficha .titulo h2{
  font-family: logo;
  text-transform: uppercase;
  font-size: 2rem;
}

.paginador-ficha{
  background-color: whitesmoke;
}
.paginador-ficha .boton{
  padding: 5rem 0rem;
}
.paginador-ficha .btn-paginador{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
}
.paginador-ficha .btn-paginador:hover{
  background-color: transparent;
  color:black;
}
.paginador-ficha .subtexto-btn{
  margin-top: 1rem !important;
  text-transform: uppercase;
  font-family: logo;
  font-size: 1.5rem;
}
.paginador-ficha .paginador-parallax{
  background: url(../img/img-bullets/bullet-01.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
/* FICHA */

/* PANTALLA CONTACTO */
#frase-corta{
  padding:7rem 0rem 9rem !important;
}
#frase-contacto #text{
  line-height:7rem;
  font-size: 3rem;
  font-family: titulos !important;
  text-align: start;
}
#frase-corta-2{
  padding:7rem 0rem 4rem !important;
}
#frase-corta-2 #text{
  line-height:7rem;
  font-size: 4rem;
  font-family: titulos !important;
  text-align: center;
}

#frase-gracias .row{
  width: 100%;
}
#frase-gracias{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  text-align: center;
}
#frase-gracias #text{
  line-height:4rem;
  font-size: 3rem;
  font-family: titulos !important;
  text-align: center;
}
#frase-gracias a{
  font-size: 1.5rem;
  color:black;
}


#frase-blog{
  padding:7rem 0rem 4rem !important;
}
#frase-blog #text{
  line-height:4rem;
  font-size: 4rem;
  font-family: titulos !important;
  text-align: center;
}
#frase-blog h4, #frase-blog p{
  text-align: center;
  padding: 0rem 6rem !important;
}
/* PANTALLA CONTACTO */

/* VIDEO YT */
.videos-yt{
  padding-bottom: 5rem;
  background-color: white;
  overflow: hidden;
}
.videos-yt .titulo{
  text-align: center;
}
.videos-yt .titulo h2{
  font-family: titulos;
  font-size: 2rem;
  text-transform: uppercase;
}
.videos-yt .cont{
  padding: 0rem 1rem;
}
.videos-yt .cont img{
  cursor: pointer;
  transition: .5s;
}
.videos-yt .cont img:hover{
  transform: scale(0.9);
}
/* VIDEO YT */

/* FORMAS CONTACTO */
.formas-contacto{
  padding-bottom: -.4rem;
  background-color: white;
}
.formas-contacto .sub-titulo{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}
.formas-contacto .sub-titulo h3{
  font-family: subTitulos;
  font-size: 3rem;
}
.formas-contacto .sub-titulo h3{
  font-family: subTitulos;
  font-size: 2rem;
}
.formas-contacto h2{
  font-family: titulos;
  font-size: 2rem;
  padding-right: 2.5rem;
}
.formas-contacto h4{
  font-family: titulos;
  font-size: 2rem;
}
.formas-contacto p{
  font-size: 1.2rem;
  opacity: .8;
}
.formas-contacto p a{
  color:black;
}
.formas-contacto .formas{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
}
/* FORMAS CONTACTO */

/* FORMULARIO */
.formulario{
  padding-bottom: 5rem;
  text-align: center;
}
.formulario .titulo{
  font-family: titulos;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.formulario .titulo span{
  font-family: logo;
  font-size: 2.2rem;
}
.formulario .btn-formulario{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 20%;
}
.formulario .btn-formulario:hover{
  background-color: transparent;
  color:black;
}

.formulario-02{
  padding: 2rem 0rem 8rem 0rem;
  text-align: center;
}
.formulario-02 .titulo{
  font-family: titulos;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.formulario-02 .titulo span{
  font-family: logo;
  font-size: 2.2rem;
}
.formulario-02 .btn-formulario{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 40%;
}
.formulario-02 .btn-formulario:hover{
  background-color: transparent;
  color:black;
}
/* FORMULARIO */

/* FORMULARIO ACAPULCO */
.formulario-acapulco{
  padding: 6rem 0rem;
  text-align: center;
  background-color: white;
}
.formulario-acapulco .titulo{
  font-family: titulos;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.formulario-acapulco .titulo span{
  font-family: logo;
  font-size: 2.2rem;
}
.formulario-acapulco .btn-formulario{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 20%;
}
.formulario-acapulco .btn-formulario:hover{
  background-color: transparent;
  color:black;
}
/* FORMULARIO ACAPULCO*/

/* ACORDEONES FAQ */
.acordeones-faq{
  background-color: whitesmoke;
  padding: 6em 0rem;
  overflow: hidden;
}
.acordeones-faq .titulo{
  text-align: center;
}
.acordeones-faq .titulo h2{
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.acordeones-faq .accordion-button{
  font-size: 1.1rem;
  background-color: black !important;
  color:white;
}
.accordion-button::after{
  background-image: url(../img/arrow.png) !important;
}
.acordeones-faq .accordion-button:not(.collapsed){
  background-color: whitesmoke;
  color:white;
}
.acordeones-faq .accordion-button:focus{
  box-shadow: none;
}
.acordeones-faq .accordion-body{
  padding: 1.5rem;
  text-align: justify;
}
.acordeones-faq .accordion-body{
  font-size: 1rem;
}
.acordeones-faq .accordion-body p{
  margin: 0rem !important;
}
/* ACORDEONES FAQ */

/* AVISO DE PRIVACIDAD */
.aviso{
  background-color: white;
  padding-bottom: 6rem;
}

.aviso p{
  text-align: justify;
  font-size: 1.2rem;
}
.aviso p a{
  color:black;
  transition: .5s
}
.aviso p a:hover{
  opacity: .5;
}
.aviso p span{
  font-weight: 900;
}
.aviso h4{
  font-weight: 900;
}

.aviso .accordion-button,
.accordion-button:not(.collapsed){
  background-color: black !important;
  color:white !important;
}
.accordion-button:focus{
  border-color: transparent !important;
  box-shadow: none !important;
}
.aviso .accordion-body{
  padding: 2rem;
  background-color: whitesmoke;
}
.aviso .accordion-body ul li{
  list-style: none !important;
}
.aviso .accordion-body .bullet .renglon-titulo{
  display: flex;
  justify-content: start;
  align-items: center;
}
.aviso .accordion-body .bullet .renglon-titulo img{
  width: 4%;
  height: auto;
}
.aviso .accordion-body .bullet .renglon-titulo h3{
  font-family:titulos;
  font-size: 1.2rem;
  font-weight: 600;
}
.aviso .accordion-body .bullet .renglon-texto p{
  font-size: 1rem;
  text-align: justify;
}
/* AVISO DE PRIVACIDAD */

/* LINEA DE TIEMPO */
.timeline{
  background-color: whitesmoke;
  padding: 2rem 0rem;
}

.timeline ul {
  background: transparent;
  padding: 5rem 0rem 5rem !important;
  position: relative;
  overflow: hidden;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: black;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 450px;
  padding: 15px;
  background: black;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent black transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -490px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent black;
}

time {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
  color:white;
  text-transform: uppercase;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 1s ease-in-out;
}

.timeline ul li.in-view::after {
  background: black;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
  padding:2rem;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  padding:2rem;
  color:white;
  text-align: justify;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent var(--verde-oscuro) transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

@media (max-width:520px){
  time{
    font-size: 1.1rem;
  }
}
/* LINEA DE TIEMPO */

/* ACORDEONES MVV */
.acordeones-MVV{
  background-color: white;
  padding: 5rem 0rem;
}
.acordeones-MVV .accordion-button{
  color:white;
  font-family: titulos;
  font-size: 1.6rem;
  background-image: none !important;
  text-align: center;
  text-transform: uppercase;
}

.acordeones-MVV .accordion-item:first-of-type .accordion-button{
  background-color: black;
  text-align: center;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acordeones-MVV .accordion-button:focus{
  border-color: transparent !important;
  box-shadow: none !important;
}
.acordeones-MVV .accordion-body p{
  font-size: 1.1rem;
  color:black;
}
.acordeones-MVV .accordion-body ul li{
  font-size: 1.1rem;
  color:black;
  list-style: square !important;
}
.acordeones-MVV .accordion-body ul{
  padding-left: 1rem !important;
}
.acordeones-MVV .accordion-body{
  padding: 2rem;
  background-color: whitesmoke;
}
/* ACORDEONES MVV */

/* FILTRO DINAMICO */
.buscador{
  background-color: white;
  padding-bottom: 6rem;
}
.buscador .titulo{
  text-align: center;
}
.buscador .titulo h2{
  font-family: titulos;
  font-size: 2rem;
  text-transform: uppercase;
}
.buscador .header {
  padding-bottom: 40px;
}

.buscador .header .logo {
  text-align: center;
  margin-bottom: 40px;
}

.buscador .header .logo p {
  color: #9B9B9B;
}

.buscador .header form {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.buscador .header .barra-busqueda {
  width: 70%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 20px;
  border-radius: 100px;
  border: none;
  text-align: center;
  font-size: 16px;
}

.buscador .header .categorias {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.buscador .header .categorias a {
  color: black;
  margin: 0px 20px 10px 20px;
  font-size: 18px;
  font-family: titulos;
}

.buscador .header .categorias a.activo {
  color: grey;
  opacity: 1 !important;
  text-decoration: underline !important;
}
.galeria{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.IMG{
  width: 100% !important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid white !important;
}

.IMG .titulo h4{
  background-color: whitesmoke;
  width: 100% !important;
  font-family: titulos;
  padding: 1rem 0rem !important;
  color:black;
}
.IMG > img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

/* EFECTO HOVER */
.IMG .hover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  background:white;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  color: black;
}
.IMG:hover .hover{
  top: 0;
}
.IMG .hover img{
  width: 15%;
}
.IMG .hover p{
  font-size: 1.2rem;
  max-width: 100%;
  padding:0rem 2rem;
}
.IMG .hover a{
  color:white;
  transition: .5s;
}

.grid {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear 1s;
}

.grid.imagenes-cargadas {
  opacity: 1;
}

.grid .item {
  position: absolute;
  display: block;
  padding: 0;
  margin: 10px;
  width: calc(33.333333% - 20px);
}

.grid .item-contenido {
  position: relative;
}

.grid .item img {
  width: 100%;
  cursor: pointer;
  vertical-align: top;
}

/* PROYECTOS */
.titulo-proyecto{
  background-color: white;
}
.titulo-proyecto .contenedor{
  padding: 6rem 0rem 8rem;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.titulo-proyecto .contenedor h2{
  font-size: 5rem;
  font-family: logo;
  text-transform: uppercase;
}
.titulo-proyecto .contenedor p{
  font-size: 1.5rem;
  font-family: textos;
}

.descripcion-proyecto{
  background-color: white;
  overflow: hidden;
}
.descripcion-proyecto .contenedor{
  padding: 5rem 0rem 5rem 5rem;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  text-align: start;
}
.descripcion-proyecto .contenedor p{
  font-size: 1.2rem;
  text-align: justify;
}

.detalles-proyecto{
  padding-bottom: 6rem;
  background-color: white;
  overflow: hidden;
}
.detalles-proyecto .titulo{
  text-align: center;
}
.detalles-proyecto .titulo h2{
  font-family: titulos;
  font-size: 2rem;
  text-transform: uppercase;
}

.acordeones-proyecto .acordeones{
  background-color: white;
  padding: 3rem;
}
.acordeones-proyecto .accordion-item{
  background-color: black;
}
.acordeones-proyecto .accordion-button{
  background-color: black;
  color:white;
  text-align: center;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.acordeones-proyecto .espacio-top{
  margin-top: .1rem;
}
.acordeones-proyecto .espacio-top-02{
  margin-top: .2rem;
}
.acordeones-proyecto .accordion-button:not(.collapsed){
  background-color: whitesmoke;
  color:black;
}
.acordeones-proyecto .accordion-body{
  padding: 1.5rem 2.5rem;
  background-color: white;
}
.acordeones-proyecto .accordion-body h3{
  font-size: 1.5rem;
  text-align: center;
  font-family: titulos;
  padding-top:1.5rem;
  padding-bottom: 1rem;
}
.acordeones-proyecto .accordion-body p{
  font-size: 1.1rem;
}
.acordeones-proyecto .accordion-body p a{
  color:black;
  transition: .5s;
  font-size: 1.1rem;
}
.acordeones-proyecto .accordion-body .contenedor{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding-left: 1rem;
  width: 100%;
  height: 100%;
}
.acordeones-proyecto .accordion-body p a:hover{
  opacity: .5;
}
.acordeones-proyecto .accordion-body .renglon-01{
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 3rem 2rem;
  color:black;
  text-align: center;
}

.ejecucion-solucion{
  background-color: white;
  overflow: hidden;
  padding: 6rem 0rem;
}
.ejecucion-solucion .titulo{
  text-align: center;
}
.ejecucion-solucion .titulo h2{
  font-family: titulos;
  font-size: 2rem;
  text-transform: uppercase;
}
.ejecucion-solucion .contenedor-texto{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: justify;
  width: 100%;
  height: 100%;
  padding-right: 2rem;
}
.ejecucion-solucion .contenedor-bullets{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  text-align: start;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
}
.ejecucion-solucion .contenedor-texto p,
.ejecucion-solucion .contenedor-bullets p{
  font-size: 1.1rem;
}
.ejecucion-solucion .contenedor-bullets ul{
  list-style: square;
  margin-left: 1rem;
  width: 100%;
}
.ejecucion-solucion .contenedor-bullets li{
  font-size: 1rem;
  width: 100%;
  text-align: justify;
}
.ejecucion-solucion .contenedor-bullets li span{
  font-family: titulos;
  text-transform: uppercase;
}
.ejecucion-solucion .contenedor-bullets li a{
  color:black;
  transition: .5s;
}
.ejecucion-solucion .contenedor-bullets li a:hover{
  opacity: .5;
}

.acordeones-paises{
  background-color: white;
  padding-bottom: 5rem;
  overflow: hidden;
}
.acordeones-paises .titulo{
  text-align: center;
}
.acordeones-paises .titulo h2{
  font-family: titulos;
  font-size: 2rem;
  text-transform: uppercase;
}

/* BLOG */
.blog{
  background-color: white;
  padding-bottom: 7rem;
}
.blog .linea-bottom{
  border-bottom: 2px solid black;
  margin:4rem 0rem !important;
  width: 100%;
}
.blog .contenedor-texto{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding-left: 3rem;
}
.blog .contenedor-texto h2{
  font-family: titulos;
  font-size: 2rem;
  color:black;
}
.blog .contenedor-texto p{
  font-family: textos;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  text-align: justify;
}
.blog .contenedor-texto .btn-nota{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 30%;
}
.blog .contenedor-texto .btn-nota:hover{
  background-color: transparent;
  color:black;
}
.blog .linea-bottom{
  border-bottom: 1px solid silver;
  margin:4rem 0rem !important;
  width: 100%;
}
.blog .contenedor-texto{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding-left: 3rem;
}
.blog .contenedor-texto h2{
  font-family: titulos;
  font-size: 2rem;
  color:black;
}
.blog .contenedor-texto p{
  font-size: 1.1rem;
  margin-top: 1.5rem !important;
  margin-bottom: 0rem;
  text-align: justify;
}
.blog .contenedor-texto .btn-nota{
  margin-top: 1.5rem;
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
}
.blog .contenedor-texto .btn-nota:hover{
  background-color: transparent;
  color:black;
}
.btn-pdf{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black !important;
  border: 1px solid black !important;
  color: white !important;
  transition: .5s !important;
  padding: .3rem 6% !important;
  letter-spacing: .2rem;
  width: 40%;
}
.btn-pdf:hover{
  background-color: transparent !important;
  color:black !important;
}
.aviso ul li{
  font-size: 1.2rem;
  list-style: square !important;
  text-align: justify;
  transition: .5s;
}
.aviso ul li a{
  color:black;
  transition: .5s;
}
.aviso ul li a:hover{
  opacity: .5;
}
/* BLOG */

/* IMG INICIAL */
.le-blanc{
  background: url(../img/proyectos/le-blanc/01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.le-blanc-02{
  background: url(../img/proyectos/le-blanc/02.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.solaz{
  background: url(../img/proyectos/solaz/01.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.solaz-02{
  background: url(../img/proyectos/solaz/02.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.ritz-carlton{
  background: url(../img/proyectos/ritz-carlton/01.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.ritz-carlton-02{
  background: url(../img/proyectos/ritz-carlton/02.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.four-seasons{
  background: url(../img/img-bullets/bullet-four.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.four-seasons-02{
  background: url(../img/proyectos/four-seasons/02.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-rush{
  background: url(../img/proyectos/casa-rush/01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-rush-02{
  background: url(../img/proyectos/casa-rush/02.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-rosentblatt{
  background: url(../img/proyectos/casa-rosentblatt/01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-h{
  background: url(../img/img-bullets/bullet-casa-h.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-c{
  background: url(../img/img-bullets/bullet-casa-c.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-rosentblatt-02{
  background: url(../img/proyectos/casa-rosentblatt/02.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.be-grand{
  background: url(../img/img-bullets/bullet-be-grand.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.be-grand-02{
  background: url(../img/img-bullets/bullet-be-grand-02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.torre-arbia{
  background: url(../img/img-bullets/bullet-torre-arbia.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.viento-ensenada{
  background: url(../img/img-bullets/bullet-viento-ensenada.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.punto-mar{
  background: url(../img/img-bullets/bullet-punto-mar.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.regis{
  background: url(../img/img-bullets/bullet-regis.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-cantil{
  background: url(../img/img-bullets/bullet-casa-cantil.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-magnolia{
  background: url(../img/img-bullets/bullet-casa-magnolia.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.casa-bella-vida{
  background: url(../img/img-bullets/bullet-casa-bella-vida.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.chileno{
  background: url(../img/img-bullets/chileno.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}


.proximo{
  overflow: hidden;
}
.proximo .contenedor{
  padding: 5rem 0rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.proximo .contenedor h4{
  font-family: titulos;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.proximo .contenedor h4 span{
  font-family: textos;
  font-size: 1.2rem;
}
.proximo .contenedor .btn-next{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 80%;
  font-size: .9rem;
  transition: .5s;
}
.proximo .contenedor .btn-next:hover{
  background-color: transparent;
  color:black;
}

.next-01{
  background: url(../img/proyectos/le-blanc/01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-02{
  background: url(../img/proyectos/casa-rosentblatt/01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.next-03{
  background: url(../img/proyectos/casa-rush/01.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-04{
  background: url(../img/proyectos/four-seasons/01.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.next-05{
  background: url(../img/proyectos/ritz-carlton/01.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-punto-mar{
  background: url(../img/next-punto-mar.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-casa-rush{
  background: url(../img/next-casa-rush.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-chileno{
  background: url(../img/next-chileno.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-le-blanc{
  background: url(../img/next-le-blanc.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-solaz{
  background: url(../img/next-solaz.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-regis{
  background: url(../img/next-regis.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.next-arbia{
  background: url(../img/next-arbia.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
/* PROYECTOS */

/*HOME*/
.home{
  position:fixed;
  bottom:20px;
  right: 75px;
  width: 65px;
  height: 65px;
  padding:3px;
  background: black;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  font-size: 2.2rem;
  color:white;
  z-index: 1000;
  border-radius: 50%;
  transition: 0.5s;
}
.home a{
  color:white;
  transition: 0.5s;
}
.home a i{
  font-size: 2.2rem;
  transition: 0.5s;
}
.home:hover{
  background:#00bb2d;
}
.home:hover a{
  color:white;
}
.home a i:hover{
  color:white;
}
/* HOME */

/* TABLET */
@media (max-width: 820px){
  #principal{
    padding: 20% 0 !important;
  }
  .galeria .IMG{
    width: 40% !important;
    margin-bottom: 5% !important;
  }
 
}

/* MOVIL */
@media (max-width: 380px){
  #principal{
    padding: 10% 0 !important;
    height: 100% !important;
  }
  .galeria .IMG{
    width: 100% !important;
    margin-bottom: 5% !important;
  }
}
/* FILTRO DINAMICO */

/* FORMULARIO DISTRIBUIDORES */
.form-distri{
  background-color: white;
  padding: 2.5rem 0rem 5rem;
}
.form-distri .titulo{
  text-align: center;
}
.form-distri .titulo h2{
  font-family: titulos;
  font-size: 2rem;
  text-transform: uppercase;
}
.form-distri .form{
  margin-top: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-distri .btn-distribuidores{
  font-family: titulos;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  color: white;
  transition: .5s;
  padding: .3rem 6%;
  letter-spacing: .2rem;
  width: 20%;
}
.form-distri .btn-distribuidores:hover{
  background-color: transparent;
  color:black;
}
/* FORMULARIO DISTRIBUIDORES */

/* FOOTER */
footer {
  padding:4rem 0 1rem 0;
  background-color:black;
  margin-top: -.4rem;
  z-index: 5;
  position: relative;
}
footer h4{
  font-size: 1.5rem;
  color:white;
  font-family: titulos;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
}
footer  img{
  height: auto;
}
footer  ul{
  list-style: none !important;
  padding-left: 0rem;
}
footer .redes{
  display: flex;
  margin-top:1.5rem;
  margin-left: 1rem;
  flex-direction: column;
}
footer .redes i, footer .redes svg{
  color:white;
  font-size: 2rem;
  transition: .5s;
}
footer .redes i:hover{
  opacity:.5;
  padding-left: 0 !important;
}
footer .redes .icono-last{
  margin-left:2.5rem;
}
footer hr{
  width: 80%;
  opacity:.3;
  margin-left: 0rem;
}
.link-secondo{
  margin-left: 20%;
}
.link-secondo-bottom{
  margin-left: 18%;
}
footer ul{
  list-style: none !important;
}
footer ul .link-no-primero{
  margin-top:1.5rem;
}
footer ul li .enlace{
  color:white;
  transition: .5s;
}
footer ul li .dropdown-menu{
  background-color: var(--verde-claro) !important;
  padding:1rem !important;
  color:white !important;
  border: 1px solid white !important;
}
footer ul li .dropdown-item{
  color:white;
  transition: .5s;
}
footer ul li .dropdown-item:hover{
  background-color: transparent !important;
  opacity: .5;
}
footer ul li{
  transition: .5s;
  color: white;
}
footer ul li .enlace:hover {
  padding-left:.5rem;
}
footer ul li i{
  font-weight: 700;
  margin-right: .5rem;
}
footer .contact li{
  display: flex;
  text-align: justify;
}
footer .contact li .title{
  font-family: titulos;
}
footer .contact li span{
  margin-right: 1rem;
  color:white;
}
footer .contact li img{
  width: 10%;
}
footer .contact a{
  color:black;
  transition: .5s;
}
footer .contact a:hover{
  opacity:.5;
}
footer .text{
  text-align: center;
}
footer .text p{
  color: black;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding:2.5rem 0rem;
}
footer .cont{
  /*padding:4rem 2rem 2rem;*/
}
footer h5{
  color:white;
  font-size: 1rem;
  font-family: titulos;
}
/* FOOTER */

  /* LOADER */
  .loading{
    width: 100%;
    height: 100vh;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100000;
    clip-path: circle(141.2% at 100% 0);
    transition: clip-path 0.8s ease-in-out;
}
.loading2{
    clip-path: circle(0% at 100% 0);
}
.loading img{
    width: 15%;
    position: absolute;
    animation: opacidad 1.8s ease-in-out;
}
@keyframes opacidad {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

/* EJES */
.ejes{
  background-color: black;
  padding:5rem 0rem 0rem;
}
.ejes .titulo{
  display: flex;
  justify-content: start;
  text-align: start;
  align-items: center;
}
.ejes .titulo h2{
  font-family: logo;
  font-size: 2rem;
  color:gold;
}
.ejes .titulo-contenido{
  display: flex;
  justify-content: start;
  text-align: start;
  align-items: center;
  margin-top:6rem;
}
.ejes .titulo-contenido h3{
  color:white;
  font-size: 4.5rem;
}
.ejes .cuerpo{
  margin-top:3rem;
}
.ejes .cuerpo p{
  color:white;
  font-size: 1.5rem;
}
.ejes .cuerpo .accordion-header a{
  font-family: logo;
  color:white;
}
.ejes .cuerpo .accordion-item{
  background-color: transparent !important;
}
.ejes .cuerpo .accordion-item .accordion-body{
  color:white;
  text-align: justify;
  padding:1.5rem 0rem;
  font-size: 1.1rem;
}
.ejes .cuerpo .accordion{
  margin-top:3rem;
}
.ejes hr{
  margin-top:5rem;
  width: 100%;
  background-color: white;
}
/* EJES */

/* BRANDS ACTUALES */
.brands-actuales{
  background-color: black;
  padding:8rem 0rem 0rem;
}
.brands-actuales .titulo{
  display: flex;
  justify-content: start;
  text-align: start;
  align-items: center;
}
.brands-actuales .titulo h2{
  color:white;
  font-family: logo;
  font-size: 4rem;
}
.brands-actuales .cont{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:2rem;
}
/* BRANDS ACTUALES */

/* HISTORIAL */
.historial{
  background-color: black;
  padding:5rem 0rem;
}
.historial .titulo{
  display: flex;
  justify-content: start;
  text-align: start;
  align-items: center;
}
.historial .titulo h2{
  color:white;
  font-family: logo;
  font-size: 3rem;
}
/* HISTORIAL */

footer .redes{
    display: block;
  }
  footer .redes-movil{
    display: none;
  }

/* MOVIL */
@media (max-width: 580px){
  .carousel-indicators{
    top:15.5rem;
}
  .btn-index{
    width: 100%;
  }
  .btn-pdf{
    width: 90%;
  }
  .aviso .accordion-body .bullet .renglon-titulo img{
    width: 10%;
  }
  #frase-corta-2{
    padding: 4rem 0rem 2rem !important;
  }
  #frase-corta-2 #text{
    font-size: 2rem;
    line-height: 3rem;
  }
  #frase .columna-left-02{
    flex-direction: column;
  }
  .titulo-p .cont-idioma{
    align-items: start;
    padding: 1rem 0rem 0rem 1rem
  }
  #frase .columna-left{
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
  }
  #frase #text img{
    width: 40% !important;
    height: auto;
  }
  .titulo-p a img{
    width: 70% !important;
  }
  .titulo-p .cont-idioma hr{
    width: 15%;
  }
  #frase .columna-right{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
  }
  .burger > img{
    left: 80%;
    height: 60px;
    top:3rem;
  }
  .texto-marca .cont-text{
    padding-bottom: 2rem;
  }
  .loading img{
    width: 40%;
  }
  .texto-marca .cont-text .marca-negro{
    font-size: 2rem;
  }
  .texto-marca .cont-text .txt-negro{
    margin-top: 0rem !important;
  }
  .texto-marca .cont-text .flecha{
    margin-top: 1rem;
  }
  footer .cont .contenedor{
    text-align: center;
    margin-bottom: 5rem;
  }
  footer .redes i, footer .redes svg{
    font-size: 2.5rem;
  }
  header nav .menu .lista li a{
    font-size: 2rem;
  }
  header nav .menu .lista li{
    width: 80%;
  }
  header nav .menu .lista .card ul li a{
    font-size: 1.5rem;
  }
  #frase #text span{
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  #frase #text p,
  #frase #text{
    font-size: 1.5rem;
    text
  }
  #frase #text p,
  #frase .titulo-sistema{
    line-height: 2rem;
    text-align: start;
  }
  .videos-yt .titulo h2{
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .videos-yt .titulo p,
  .form-distri .titulo p{
    font-size: 1.5rem;
  }
  .formulario .titulo span{
    font-size: 2rem;
  }
  .formulario .btn-formulario,
  .form-distri .btn-distribuidores,
  .descarga-ficha .boton-descarga .btn-descarga{
    width: 80%;
  }
  #frase{
    padding:6rem 0rem 5rem 0rem;
  }
  .circulos-animados{
    display: none;
  }
  .bullets-animados-w .cont-texto-derecha{
    padding-left: 0rem;
  }
  .img-texto-01{
    height: 600px !important;
  }
  .bullets-animados-02 .cont-texto-izquierda{
    padding-right: 0rem;
  }
  #exampleSlider02 .MS-content .item{
    width: 100% !important;
  }
  #exampleSlider02 .MS-content .item #cont{
    height: 22rem !important;
    padding: 2rem 3rem !important;
  }
  .buscador .header .categorias a{
    font-size: 25px !important;
  }
  .grid .item{
    width: 100%;
  }
  .bullets-animados .cont-texto-derecha,
  .bullets-animados .cont-texto-izquierda{
    padding: 5rem 0rem;
  }
  .acordeones-MVV{
    padding: 0rem 0rem 5rem 0rem;
  }
  .blog .contenedor-texto{
    padding: 3rem 0rem;
  }
  .blog .contenedor-texto .btn-nota{
    width: 100%;
  }
  .padding-0{
    padding-top: 0rem !important;
  }
  .formulario-02 .btn-formulario{
    width: 90%;
  }
  .grid .item{
    margin:0;
  }
  #frase-blog #text{
    line-height: 3rem;
    font-size: 2rem;
  }
  #frase-blog h4, #frase-blog p{
    padding:0rem 1rem !important;
  }
  .titulo-proyecto .contenedor h2{
    font-size: 3rem;
  }
  .titulo-proyecto .contenedor{
    padding-bottom: 2rem;
  }
  .descripcion-proyecto .contenedor,
  .ejecucion-solucion .contenedor-bullets{
    padding-left: 0rem;
  }
  .ejecucion-solucion{
    padding-top: 1.5rem;
  }
  .ejecucion-solucion .contenedor-texto{
    padding-left: 0rem;
    margin-bottom: 5rem;
  }
  .proximo .contenedor{
    align-items: center;
    text-align: center;
  }
  .formas-contacto .formas{
    /*align-items: center;
    text-align: center;*/
  }
  .formas-contacto h2{
    padding-left: 0rem;
  }
  footer .redes{
    display: none;
  }
  footer .redes-movil{
    display: block;
  }
  footer .redes-movil{
    margin-top: 2rem;
  }
  footer .redes-movil a{
    color:white;
    font-size: 2rem;
  }
  .columnas .borde-izq{
    border-right: none;
    border-bottom: 1px solid silver;
  }
  .formulario-02{
    padding-top: 0rem;
  }
  footer .logo-movil{
    width: 30%;
  }
  .columnas .contenedor{
    padding:3rem 0rem;
  }
}
@media (max-width: 430px){
  #exampleSlider02 .MS-content .item #cont{
    height: 30rem !important;
  }
  .descarga-ficha .titulo h2{
    padding: 0rem 3rem;
  }
  #frase #text span, #frase #text p,
  .form-distri .titulo h2{
    font-size: 1.8rem !important;
  }
  .videos-yt .titulo p, .form-distri .titulo p{
    font-size: 1.2rem;
  }
}
@media (max-width: 375px){
    #frase #text span, #frase #text p, .form-distri .titulo h2 {
      font-size: 1.5rem !important;
    }
    #frase #text p b{
      font-size: 1.7rem;
    }
}
/* MOVIL */