/* tipografias */
@font-face {
  font-family: "almaqrefined";
  src: url("asset/fuentes/almaq-webfont.woff2") format("woff2"),
    url("asset/fuentes/almaq-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lane_-_narrowregular";
  src: url("asset/fuentes/lane-webfont.woff2") format("woff2"),
    url("asset/fuentes/lane-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Header */
/* Fin del Header */

body {
  overflow-x: hidden;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.boton-carrusel {
  width: 200px;
  padding: 10px;
}

.carrusel-section2 {
  background-size: cover;
}

.carrusel-section1 {
  margin-top: 0px;
}

#DescriccionSlider button a {
  color: white;
  text-decoration: none;
}



#DescriccionSlider button a:hover {
  color: #4e61c1;
}

.preguntar h4 {
  margin-bottom: 20px;
  text-align: center;
}

.separator {
  border-left: 1px solid #d3d3d3;

  margin: 3px 12px;
}

.faq_respuesta_two {
  width: 98% !important;
}

.text_categorias-primer--slide {
  font-weight: 100;
  color: #131313;
  font-size: 1rem;
  font-family: "almaqrefined";
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero-inner .social-icons a {
  background-color: #131313 !important;
}

.container_boton--seleccion {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2px;
}

.changeLenguaje button:hover {
  text-decoration: underline;
  color: #4267b2;
}

.transparente .separator {
  border-left: 1px solid black;

  margin: 3px 12px;
}

.transparente .changeLenguaje button:hover {
  text-decoration: underline;
  color: #4267b2;
}

@media screen and not (orientation: portrait) and (max-aspect-ratio: 1/1) {
  .hero-inner .iconsB {
    display: block !important;
  }
}

@media screen and (orientation: portrait) and (max-aspect-ratio: 1/1) {
  .sumir {
    display: none;
  }
}

/* COOKIES */
#cookieModal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  background: #1d2758;
  box-shadow: 0 0 10px #888;
  position: fixed;
  width: 100%;
  z-index: 9998;
  bottom: 0;
  left: 0;
  padding: 0px;
}

#cookieModal p {
  width: 100%;
  display: inline-block;
  font-family: "Open Sans", "PT Sans Narrow", "Open Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  z-index: 1000;
  letter-spacing: 0;
  line-height: 1.6em;
  color: #ffffff;
}

#cookieModal p a {
  color: cyan;
}

.container-texto {
  width: 70%;

  justify-content: flex-start;
  align-items: center;
  text-align: center;
  display: flex;
}

.flex-box_cookies {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.container-btn {
  width: 30%;
  height: 100%;
  display: flex;
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.btn-cookies {
  display: inline;
  padding: 14px 10px 14px 10px !important;
  text-decoration: none;
  background: #ffc000;
  cursor: pointer;
  border-radius: 5px;
  border: none !important;
  color: #434343 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold !important;
}

.btn-cookies:hover {
  color: black !important;
}

.modal_fondo--difuminado {
  width: 100%;
  height: 100vh;
  background-color: #04040454;
  position: fixed;
  backdrop-filter: blur(5px);
  z-index: 900;
}

.modal-container {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1000;
}

#closeModalButton {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgb(24 23 23 / 45%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  position: absolute;
  top: -1px;
  right: -39px;
  border: none;
  cursor: pointer;
}

.content_interno--modal {
  width: 100%;
  height: auto;
  overflow: auto;
  height: 450px;
}

.modal-body p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6em;
  color: rgba(26, 26, 26, 0.7);
}

.modal-body p.first {
  text-align: center;
}

.modal-content {
  position: relative;
  background-color: #fff;
  outline: 0;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
  width: 500px;
  height: 500px;
  padding: 30px;
  overflow-x: none;
  overscroll-behavior-x: none;
  border-radius: 15px;
}

#modal {
  padding: 20px;
  z-index: 900;
}

#cookieModal.hide {
  transform: translateY(100%);
}

/* fIN DE COOKIES */

/* estilos footer */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  background: #131313;
  font-family: "lane_-_narrowregular";
}

.container-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.columna-izquierda img {
  width: 70%;
}

.columna-central {
  display: grid;
  width: 30%;
  padding: 10px;
}

.columna-central p {
  text-align: left;
  font-size: 15px;
}

.columna-derecha p {
  text-align: right;
  font-size: 13px;
  font-weight: 100;
}

.menu-footer {
  font-size: 13px;
  float: left;
}

.menu-footer a {
  color: white;
  float: right;
}

.menu-footer ul {
  list-style: none;
}

.menu-footer li {
  display: inline-block;
  margin-left: 5px;
}

.menu-footer li:first-child {
  margin-left: 0;
}

.social-icons {
  margin-top: 10px;
  display: flex;
  justify-content: right;
  align-items: right;
}

.social-icons a {
  margin: 0 10px;
  background-color: #485ab9 !important;
  color: white;
  width: 26px;
  height: 25px;
  margin-top: auto;
  text-align: center;
  border-radius: 10px;
  padding-top: 4px;
}

.social-icons a i {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.social-icons a:hover i {
  color: #4267b2;
  /* Cambia el color al hacer hover sobre el icono de Facebook */
}

/* estilos pagina contacto */
.pag-contacto {
  position: relative;
  background-size: cover;
  background-position: center;
}

.columna-contacto-1 p {
  font-family: "lane_-_narrowregular";
  font-size: 25px;
  font-weight: 100 !important;
}

.columna-contacto-1 h3 {
  font-family: "almaqrefined";
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 50px;
  font-weight: 100;
}

.columna-contacto-1 h4 {
  font-family: "almaqrefined";
  font-size: 30px;
  font-weight: 100;
}

.social-icons-contacto {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons-contacto a {
  margin: 0 10px;
  background-color: #485ab9 !important;
  color: white;
  width: 26px;
  height: 25px;
  margin-top: auto;
  text-align: center;
  border-radius: 10px;
  padding-top: 4px;
}

.social-icons-contacto a {
  margin: 0 10px;
}

.social-icons-contacto a i {
  font-size: 24px;
  color: #475ab8;
  transition: color 0.3s ease;
}

.social-icons-contacto a:hover i {
  color: #4267b2;
  /* Cambia el color al hacer hover sobre el icono de Facebook */
}

.columna-contacto-2 h4 {
  font-family: "almaqrefined";
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 30px;
}

.columna-contacto-2 p {
  font-family: "lane", sans-serif;
  /* font-size: 25px; */
  font-weight: 100;
}

/* Estilos pagina index */

.hero-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.container_portada--text {
  position: relative;
  margin-top: -100px;
}

.container_portada--img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.hero-inner h3 {
  font-family: "lane", sans-serif;
  font-size: 14px;
  text-align: center;
}

.carrusel2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.carrusel1-inner {
  font-family: "lane_-_narrowregular";
  font-size: 14px;
}

/* estilos pagina esencia */
.bloq1-esencia-izquierda {
  position: relative;
  background-size: cover;
  background-position: center;
}

.col1-izq-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col1-izq-esencia img {
  width: 80%;
  float: left;
}

.col1-der-esencia {
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col1-der-esencia p {
  font-family: "almaqrefined";
  color: #1a1a1a;
  font-weight: 700;
  font-size: 19px;
  text-align: right;
}

.col1-der-esencia span {
  color: #475ab8;
}

.col1-der-esencia h4 {
  font-size: 40px;
  font-weight: 700;
  text-align: right;
}

.bloq2-esencia-izquierda {
  position: relative;
  background-size: cover;
  background-position: center;
}

.col2-izq-esencia {
  color: black;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col2-izq-esencia p {
  font-family: "almaqrefined";
  color: #1a1a1a;
  font-weight: 700;
  font-size: 19px;
  text-align: left;
}

.col2-izq-esencia span {
  color: #edc507;
}

.col2-der-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col2-der-esencia img {
  width: 80%;
  float: right;
}

.bloq3-esencia-izquierda {
  position: relative;
  background-size: cover;
  height: 660px;
}

.col3-izq-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col3-izq-esencia img {
  width: 80%;
  float: left;
}

.col3-der-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col3-der-esencia p {
  font-family: "almaqrefined";
  font-weight: 700;
  font-size: 19px;
  text-align: right;
}

.col3-der-esencia span {
  color: black;
}

.bloq4-esencia-izquierda {
  position: relative;
  background-size: cover;
  background-position: center;
}

.col4-izq-esencia {
  color: black;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col4-izq-esencia p {
  font-family: "almaqrefined";
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.col4-der-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col4-der-esencia img {
  width: 80%;
  float: right;
}

.col4-izq-esencia span {
  color: #475ab8;
}

.bloq5-esencia-izquierda {
  position: relative;
  background-size: cover;
}

.pag-esencia-inner {
  color: white;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100vh;
}

.col5-izq-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col5-izq-esencia img {
  width: 80%;
}

.col5-der-esencia {
  color: white;
  text-align: center;
  width: 50%;
  padding: 100px 50px 100px 50px;
}

.col5-der-esencia h4 {
  font-family: "almaqrefined";
  font-size: 50px;
  font-weight: 700;
  text-align: right;
}

.col5-der-esencia p,
.col3-der-esencia p {
  font-family: "lane_-_narrowregular";
  font-size: 19px;
  text-align: right;
}

/*header section*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  font-family: "almaqrefined";
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 100;
  padding: 25px;
  transition: all 0.5s ease;
  /* margin-top: 20px; */
}

.logo {
  float: left;
}

.logo img {
  width: 10%;
}

.menu {
  width: 45%;
  float: right;
}

.menu a {
  font-family: "almaqrefined";
  color: white;
  float: right;
}

.menu ul {
  list-style: none;
}

.menu li {
  font-family: "almaqrefined";
  display: flex;
  margin-left: 20px;
}

.menu li:first-child {
  margin-left: 0;
}

/*hero section*/
.hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.hero-content img {
  width: 200px;
  margin-bottom: 30px;
}

.hero-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.5em;
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
}

/*ESTILOS PAGINA ESENCIA*/
.hero-e-2 {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.hero-content img {
  width: 200px;
  margin-bottom: 30px;
}

.hero-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.5em;
  margin-bottom: 30px;
}

.hero {
  background-image: url(tu-imagen-de-fondo-aqui.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-6 {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

p {
  font-size: 24px;
  line-height: 1.5;
}

.list {
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list li {
  list-style-type: none;
  width: 200px;
  height: 200px;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  border-radius: 2px;
  background: #9c89b8;
  transition: transform 1s, opacity 1s;
}

.list .act {
  opacity: 1;
}

.list .prev,
.list .next {
  cursor: pointer;
}

.list .prev {
  border: 3px solid salmon;
  transform: translateX(-220px) scale(0.85);
}

.list .next {
  transform: translateX(220px) scale(0.85);
}

.list .hide {
  transform: translateX(-420px) scale(0.85);
}

.list .new-next {
  transform: translateX(420px) scale(0.85);
}

.list .hide,
.list .new-next {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}

.swipe {
  width: 270px;
  height: 200px;
  position: absolute;
  background-color: green;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/*CAROUSEL*/
.items {
  /* top: 50%;
  transform: translate(0, -50%); */
  user-select: none;
}

.items .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.button-container .button {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
  background-color: rgba(255, 255, 255, 0);
}

.button-container .button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: -99;
}

.button-container .button:nth-child(1) {
  float: left;
}

.button-container .button:nth-child(2) {
  float: right;
}

/*HEADER NOVO*/
.logo img {
  min-width: 100px;
  padding: 5px;
  margin-left: 10px;
}

.menu {
  width: fit-content;
  margin-right: 20px;
  padding-bottom: 5px;
}

.menu ul {
  width: max-content;
  gap: 1.1rem;
  display: inline-flex;
  /* margin-right: 35px; */
  padding-right: 2.7rem;
}

.menu li a {
  text-decoration: none;
  font-size: 20px;
}

.menu li a:hover {
  color: #4267b2;
  text-shadow: 0px 0px 10px #7c7c7c;
}

.transparente li a {
  color: black;
}

.transparente .logo img {
  filter: invert(1);
}

@media screen and (max-aspect-ratio: 1/1) {

}

@media screen and not (max-aspect-ratio: 1/1) {
  .iconsB {
    display: none;
  }

  .hero-inner {
    width: 100%;
  }

  .hero-inner .iconsB {
    display: block;
    display: flex;
    flex-direction: column;
    position: fixed;
    transform: translate(-100%, 100px);
    bottom: 100px;
    left: 80px;
    gap: 15px;
  }

  .iconsA {
    display: flex !important;
  }

  .transparente {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 1.5s ease;
  }

  /*hamburguer NOVO*/

  hr {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  /*hamburguer NOVO*/

  .menu-hamburguer {
    display: none;
  }

  .container-footer {
    flex-direction: row;
  }

  .iconsB {
    display: none !important;
  }

  .social-icons_portada a {
    color: white;
    background: #131313;
    width: 70px;
    height: 70px;
    padding: 5px;
  }

  .social-icons svg {
    width: 100% !important;
    height: 100%;
  }

  .social-icons_portada {
    display: flex;
    position: absolute;
    flex-direction: column;
    gap: 9px;
    left: 45px;
    bottom: 130px;
  }

  .social-icons_portada a {
    background-color: black;
    width: 25px;
    height: 25px;
    padding: 4.5px;
    border-radius: 7px;
  }

  .social-icons_portada svg {
    width: 100% !important;
    height: 100%;
  }
}

@media screen and (max-width: 723px) {


  .menu-hamburguer {
    float: right;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    filter: invert(1);
    z-index: 999;
    gap: 20px;
    cursor: pointer;
    background-color: transparent;
    right: 18px;
    top:25px;
  }

  .menu-hamburguer svg.svg-inline--fa.fa-w-14 {
    width: 100%;
    height: 100%;
  }

  .menu-hamburguer i {
    font-size: 1.5rem;
    color: #333;
  }

  .menu-hamburguer:focus {
    outline: none;
  }

  .menu-hamburguer:focus i {
    color: #fff;
  }

  .menu-hamburguer:focus .menu {
    opacity: 1;
    transform: translateX(0);
  }

  .menuburguer {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100vw;
    height: 100vh;
  }

  .menuburguer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
  }

  .menuburguer li {
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: flex;
justify-content: center;
  }

  .menuburguer li a {
    margin: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
  }

  .menuburguer li a:hover {
    color: #4267b2;
  }

  .menuburguer li a:hover {
    background-color: rgb(252, 252, 252);
  }

  .menuburguer.active {
    opacity: 1;
    pointer-events: all;
  }

  .menu-hamburguer.active {
    filter: invert(0);
  }

 


}

@media only screen and (min-width: 769px) {
  .menuburguer {
    display: none;
  }
}  

@media only screen and (max-width: 769px) {
  .menu {
    display: none;
  }

  .logo{
    display: none;
  }
}  


@media screen and (max-width: 600px) {
  .social-icons_portada a {
    color: white;
    background: #131313;
    width: 70px;
    height: 70px;
    padding: 5px;
  }

  .social-icons svg {
    width: 100% !important;
    height: 100%;
  }

  .social-icons_portada {
    display: flex;
    position: absolute;
    flex-direction: row;
    gap: 9px;
    left: 37%;
    top: 55%;
  }

  .social-icons_portada a {
    background-color: black;
    width: 25px;
    height: 25px;
    padding: 4.5px;
    border-radius: 7px;
  }

  .social-icons_portada svg {
    width: 100% !important;
    height: 100%;
  }

  .container-footer {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

  .iconsA {
    display: none !important;
  }

  .iconsB {
    display: flex !important;
  }

  .transparent {
    background-color: rgba(255, 255, 255, 0);
  }

  .header {
    display: block;
  }

}

.columna-central {
  width: 60%;
}

/* .menu-footer{
      font-size: 30px;
 } */
.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.bold {
  font-weight: bold !important;
}

hr {
  width: 90vw;
  margin: 40px auto;
}

.container-footer p:not(.bold) {
  color: rgb(152, 152, 152);
}

.item {
  border-radius: 25px !important;
  overflow: hidden;
}

.item img {
  filter: drop-shadow(7px 14px 6px rgba(41, 40, 40, 0.9));
}

.boton-carrusel {
  border: 0;
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.75);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin: 20px;
}

.boton-carrusel_mas-info {
  border: 0;
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.75);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 11px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 6px;
  cursor: pointer;

  border-bottom-left-radius: 30px;
}

.boton-carrusel_mas-info:hover {
  text-decoration: underline;
}

.container_boton--seleccion img {
  margin: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* margin-top: 14px; */
}

.boton-carrusel_mas-info {
  padding: 9px 28px 9px 29px;
  font-family: "almaqrefined";
  color: white;
  background: #131313;
  gap: 5px;
}

.boton-carrusel:hover {
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  /* Estilos para dispositivos móviles */
  .changeLenguajex {
    display: flex !important;
    padding: 8px;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 7px;
    display: block;
    text-decoration: none;
    color: #333 !important;
    font-size: 2rem;
    font-weight: bold;
  }
  .changeLenguajex button{
    border:none;
    background: white;;
    
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0px;
    display: flex;
    text-decoration: none;
    color: #333 !important;
    font-size: 2rem;
    font-weight: bold;
    cursor:pointer;
  }
  .desktop_only {
    display: none;
  }

  .mobile_only {}

  .container_text--categoria {
    gap: 16px;
    display: inline-flex;
    margin-top: 15px;
  }

  .columna-izquierda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46%;
    /* padding: 10px; */
    border-right: 1px solid #666666;
    /* padding-top: 10px; */
  }

  .item.prev {
    display: none;
  }

  .carrusel1-inner p {
    text-align: center;
    font-size: 0.83rem;
  }

  .item.next {
    display: none;
  }

  .hero-index {
    /* position: relative; */
    height: 70vh;
    /* background-size: cover; */
  }

  .fondo_portada {
    background-image: url("../asset/imagenes/Fondo_portada_Home_optimizada.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(-1px 6px 43px #000);
  }

  /* Portada home inicio */
  .subtitulo {
    display: none;
  }

  .flecha__señal {
    position: absolute;
    left: 44%;
    width: 38px;
    bottom: 63px;
    z-index: 1000;
    cursor: pointer;
  }

  .container_portada--text img {
    width: 55%;
    max-width: 31rem;
  }

  .items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;

    display: flex;
    justify-content: space-between;
  }

  .item img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 32px;
  }

  .item.active {
    height: 400px;
    width: 290px;
    opacity: 1;
    z-index: 99;
    border-radius: 32px;
    padding: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flecha_left--slide {
    background-image: url("../asset/imagenes/flecha_left.png");
    width: 27px;
    height: 32px;
    background-size: cover;
    cursor: pointer;
  }

  .flecha_right--slide {
    background-image: url("../asset/imagenes/flecha_left.png");
    width: 27px;
    height: 32px;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .flecha_left--slideblanca {
    background-image: url("../asset/imagenes/flecha_blanca.png");
    width: 27px;
    height: 32px;
    background-size: cover;
    cursor: pointer;
  }

  .flecha_right--slideblanca {
    background-image: url("../asset/imagenes/flecha_blanca.png");
    width: 40px;
    width: 27px;
    height: 32px;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .carrusel1-inner h4 {
    font-family: "almaqrefined";
    font-size: 3rem;
    letter-spacing: 2px;
    color: #4e61c1;
  }

  .carrusel1-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -78px;
  }

  .carrusel-section1 {
    position: relative;
    height: 436px;
    background-size: cover;
    background-position: center;
    background: none;
  }

  .boton-carrusel {
    font-size: 1.4rem;
    width: 223px;
    padding: 10px;
    font-family: "almaqrefined";
    color: white;
    background: #131313;
  }

  /* Section tres  */
  .carrusel2-inner h4 {
    font-family: "almaqrefined";
    font-size: 3rem;
    font-weight: 500;
    color: white;
    line-height: 43px;
  }

  .carrusel2-inner p {
    font-family: "lane_-_narrowregular";
    font-weight: bold;
    line-height: 19px;
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }



  .preguntar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    font-family: "almaqrefined";
    font-size: 45px;
    font-weight: 700;
    color: #485ab9;
    margin-bottom: 50px;
  }

  /* fin section tres */
  /* FAQ */
  .preguntar .titulo_faq {
    font-weight: 500;
    font-size: 2.2rem;
  }

  .preguntar .box h4 {
    font-family: "lane_-_narrowregular";
    font-weight: bold;
    font-size: 1rem;
    width: 80%;
    margin-bottom: 0px;
    text-align: left;
  }

  .preguntar .box {
    background-color: #131313;
    max-width: 86%;
    width: 86%;
    border-radius: 22px 55px 22px 55px;
    color: white;
    padding: 15px 0px 20px 25px;
    margin-bottom: 20px;
  }

  .preguntar .box p {
    font-family: "lane_-_narrowregular";
    font-size: 0.9rem;
    font-weight: 100;
    color: rgb(187, 187, 187);
    line-height: 19px;
    width: 92%;
  }

  /* FIN DE FAQ */



  .changeLenguaje {
    display: flex !important;
    padding: 8px;
    text-align: center;
    justify-content: center;
    margin: 7px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
  }

  .transparente .changeLenguaje button {
    margin: 1px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
  }

  .changeLenguaje button {
    gap: 5px;
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    font-family: "almaqrefined";
    float: right;
    text-decoration: none;
    font-size: 2rem;
  }

  .container_description--slides {
    text-align: center;
    margin-top: 81px;
  }

  .columna-derecha,
  .columna-central {
    width: 100%;
  }

  .columna-derecha {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-right: 0rem;
  }

  .logo_menu--mobile {
    display: flex;
  }

  .separater-footer--mobile {
    border: 0.5px solid #707070;
    width: 90%;
  }

  .columna-central p {
    text-align: left;
  }


  .columna-contacto-1 {
    color: white;
    text-align: center;
    width: 100%;
    padding: 100px 0px 100px 0px;
  }

  .columna-contacto-2 {
    text-align: center;
    padding: 33px 30px 40px 30px;
    border-radius: 25px;
    background: #475ab8;
    width: 90%;
    max-width: 500px;
    margin-top: 27%;
  }
}

/* @media only screen and (min-width: 1139px) {

  .menuburguer {
    display: none;
  }

} */

/* media query tablet */
@media (min-width: 641px) and (max-width: 1140px) {


  .item.active {
    height: 300px;
    width: 300px;
    opacity: 1;
    z-index: 99;
    border-radius: 32px;
    padding: 19px;
  }

  .item.prev {
    display: none;
  }

  .carrusel1-inner p {
    text-align: center;
    font-size: 0.83rem;
  }

  .item.next {
    display: none;
  }

  .container_text--categoria {
    gap: 40px;
    display: inline-flex;
    margin-top: 15px;
  }

  .columna-derecha,
  .columna-central {
    width: 95%;
  }

  .columna-izquierda {
    width: 46%;
    /* padding: 10px; */
    border-right: 1px solid #707070;
    /* padding-top: 10px; */
    padding-top: 10px;
    padding-right: 57px;
  }

  .separater-footer--mobile {
    display: none;
  }

  .logo_menu--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .columna-central {
    width: 100%;
    display: flex;
    margin-left: 20px;
    justify-content: start;
    align-items: left;
    text-align: left !important;
    flex-direction: column;
  }

  .columna-central p {
    text-align: left !important;
  }

  .columna-derecha {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    text-align: left;
    align-items: end;
    padding-right: 4rem;
  }

  .columna-contacto-2 {
    text-align: center;
    padding: 33px 30px 40px 30px;
    border-radius: 25px;
    background: #475ab8;
    width: 50%;
    max-width: 500px;
  }

  .columna-derecha p,
  .columna-central,
  .columna-central p {
    text-align: center;
  }


  .columna-contacto-1 {
    color: white;
    text-align: center;
    width: 40%;
    padding: 100px 0px 100px 0px;
  }

  .changeLenguaje {
    gap: 5px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-family: "almaqrefined";

    float: right;
    text-decoration: none;
    font-size: 20px;
  }

  .changeLenguaje {
    display: inline-flex !important;
  }

  /* Estilos para tablets y desktops */

  .desktop_only {
    color: purple;
  }

  .mobile_only {
    display: none;
  }

  .transparente .changeLenguaje button {
    color: black;
  }

  .container_description--slides {
    width: 592px;
    text-align: center;
  }



 


  .carrusel-section1 {
    position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
  }



  .tipo_de_aventura {
    display: flex;
  }

  .boton-carrusel {
    padding: 7px 20px 7px 20px;
    font-family: "almaqrefined";
    color: white;
    background: #131313;
  }

  .carrusel1-inner p {
    text-align: center;
    font-size: 1.13rem;
  }

  .carrusel1-inner h4 {
    font-family: "almaqrefined";
    font-size: 4.4rem;
    letter-spacing: 2px;
    color: #4e61c1;
  }

  .carrusel1-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
  }

  .flecha_left--slide {
    background-image: url("../asset/imagenes/flecha_left.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    cursor: pointer;
  }

  .flecha_right--slide {
    background-image: url("../asset/imagenes/flecha_left.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .flecha_left--slideblanca {
    background-image: url("../asset/imagenes/flecha_blanca.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    cursor: pointer;
  }

  .flecha_right--slideblanca {
    background-image: url("../asset/imagenes/flecha_blanca.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
  }


  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 32px;
  }

  .items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
  }

  .container_portada--text img {
    width: 80%;
    max-width: 31rem;
  }

  .flecha__señal {
    position: absolute;
    left: 49%;
    width: 43px;
    bottom: 131px;
    z-index: 1000;
    cursor: pointer;
  }

  /* Portada home inicio */
  .subtitulo {
    color: white;
    font-family: "lane_-_narrowregular";
    font-size: 1.13rem;
    padding-top: 15px;
  }

  .fondo_portada {
    background-image: url("../asset/imagenes/Fondo_portada_Home_optimizada.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    filter: drop-shadow(-1px 6px 43px #000);
  }

  .hero-index {
    /* position: relative; */
    height: 100vh;
    /* background-size: cover; */

    background-size: cover;
  }

  .item.prev {
    z-index: 2;
    opacity: 1;
    padding: 10px;
    transform: translate(-165%, -50%);
    -webkit-transform: translate(-165%, -50%);
    -moz-transform: translate(-165%, -50%);
    -ms-transform: translate(-165%, -50%);
    -o-transform: translate(-165%, -50%);
    filter: blur(2.5px) drop-shadow(19px 14px 6px rgba(29, 28, 28, 0.9));
  }

  .item.next {
    z-index: 2;
    opacity: 1;
    padding: 10px;
    transform: translate(63%, -50%);
    -webkit-transform: translate(63%, -50%);
    -moz-transform: translate(63%, -50%);
    -ms-transform: translate(63%, -50%);
    -o-transform: translate(63%, -50%);
    filter: blur(2.5px) drop-shadow(19px 14px 6px rgba(29, 28, 28, 0.9));
  }

  .carrusel2-inner h4 {
    font-family: "almaqrefined";
    font-size: 2.7rem;
    font-weight: 500;
    color: white;
    line-height: 47px;
  }

  .carrusel2-inner p {
    font-family: "lane_-_narrowregular";
    font-weight: bold;
    line-height: 22px;
    font-size: 1.1rem;
    margin-top: 7px;
  }

  .preguntar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    font-family: "almaqrefined";
    font-size: 45px;
    font-weight: 700;
    color: #485ab9;
    margin-bottom: 50px;
  }

 

  /* FAQ */
  .preguntar .titulo_faq {
    font-weight: 500;
    font-size: 3.1rem;
  }

  .preguntar .box {
    background-color: #131313;
    max-width: 86%;
    width: 76%;
    border-radius: 30px;
    color: white;
    padding: 15px 0px 20px 25px;
    margin-bottom: 20px;
  }

  .preguntar .box p {
    font-family: "lane_-_narrowregular";
    font-size: 1.235rem;
    font-weight: 100;
    color: rgb(187, 187, 187);
    line-height: 23px;
    width: 92%;
  }

  .preguntar .box h4 {
    font-family: "lane_-_narrowregular";
    font-weight: bold;
    font-size: 1.4rem;
    width: 80%;
    margin-bottom: 0px;
    text-align: left;
  }

 

}

@media only screen and (min-width: 1140px) {

  .container_text--categoria {
    gap: 40px;
    display: inline-flex;
    margin-top: 15px;
  }

  .columna-derecha,
  .columna-central {
    width: 95%;
  }

  .columna-izquierda {
    width: 46%;
    border-right: 1px solid #707070;
    padding-top: 10px;
    padding-right: 57px;
  }

  .separater-footer--mobile {
    display: none;
  }

  .logo_menu--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .columna-central {
    width: 100%;
    display: flex;
    margin-left: 20px;
    justify-content: start;
    align-items: left;
    text-align: left !important;
    flex-direction: column;
  }

  .columna-central p {
    text-align: left !important;
  }

  .columna-derecha {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    text-align: left;
    align-items: end;
    padding-right: 4rem;
  }

  .columna-contacto-2 {
    text-align: center;
    padding: 33px 30px 40px 30px;
    border-radius: 25px;
    background: #475ab8;
    width: 50%;
    max-width: 500px;
  }

  .columna-derecha p,
  .columna-central,
  .columna-central p {
    text-align: center;
  }

  .info-contacto {
    color: white;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
  }

  .columna-contacto-1 {
    color: white;
    text-align: center;
    width: 40%;
    padding: 100px 0px 100px 0px;
  }

  .changeLenguaje button {
    gap: 5px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-family: "almaqrefined";

    float: right;
    text-decoration: none;
    font-size: 20px;
  }

  .changeLenguaje {
    display: inline-flex !important;
  }

  /* Estilos para tablets y desktops */

  .desktop_only {
    color: purple;
  }

  .mobile_only {
    display: none;
  }

  .transparente .changeLenguaje button {
    color: black;
  }

  .container_description--slides {
    width: 592px;
    text-align: center;
  }




  .carrusel-section1 {
    position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
  }



  .tipo_de_aventura {
    display: flex;
  }

  .boton-carrusel {
    padding: 7px 20px 7px 20px;
    font-family: "almaqrefined";
    color: white;
    background: #131313;
  }

  .carrusel1-inner p {
    text-align: center;
    font-size: 1.13rem;
  }

  .carrusel1-inner h4 {
    font-family: "almaqrefined";
    font-size: 4.4rem;
    letter-spacing: 2px;
    color: #4e61c1;
  }

  .carrusel1-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
  }

  .flecha_left--slide {
    background-image: url("../asset/imagenes/flecha_left.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    cursor: pointer;
  }

  .flecha_right--slide {
    background-image: url("../asset/imagenes/flecha_left.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .flecha_left--slideblanca {
    background-image: url("../asset/imagenes/flecha_blanca.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    cursor: pointer;
  }

  .flecha_right--slideblanca {
    background-image: url("../asset/imagenes/flecha_blanca.png");
    width: 40px;
    height: 45px;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .item.active {
    height: 380px;
    width: 380px;
    opacity: 1;
    z-index: 99;
    border-radius: 32px;
    padding: 19px;
  }

  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 32px;
  }

  .items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
  }

  .container_portada--text img {
    width: 80%;
    max-width: 31rem;
  }

  .flecha__señal {
    position: absolute;
    left: 49%;
    width: 43px;
    bottom: 131px;
    z-index: 1000;
    cursor: pointer;
  }

  /* Portada home inicio */
  .subtitulo {
    color: white;
    font-family: "lane_-_narrowregular";
    font-size: 1.13rem;
    padding-top: 15px;
  }

  .fondo_portada {
    background-image: url("../asset/imagenes/Fondo_portada_Home_optimizada.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    filter: drop-shadow(-1px 6px 43px #000);
  }

  .hero-index {
    /* position: relative; */
    height: 100vh;
    /* background-size: cover; */

    background-size: cover;
  }

  .item.prev {
    z-index: 2;
    opacity: 1;
    padding: 10px;
    transform: translate(-165%, -50%);
    -webkit-transform: translate(-165%, -50%);
    -moz-transform: translate(-165%, -50%);
    -ms-transform: translate(-165%, -50%);
    -o-transform: translate(-165%, -50%);
    filter: blur(2.5px) drop-shadow(19px 14px 6px rgba(29, 28, 28, 0.9));
  }

  .item.next {
    z-index: 2;
    opacity: 1;
    padding: 10px;
    transform: translate(63%, -50%);
    -webkit-transform: translate(63%, -50%);
    -moz-transform: translate(63%, -50%);
    -ms-transform: translate(63%, -50%);
    -o-transform: translate(63%, -50%);
    filter: blur(2.5px) drop-shadow(19px 14px 6px rgba(29, 28, 28, 0.9));
  }

  .carrusel2-inner h4 {
    font-family: "almaqrefined";
    font-size: 3.7rem;
    font-weight: 500;
    color: white;
    line-height: 47px;
  }

  .carrusel2-inner p {
    font-family: "lane_-_narrowregular";
    font-weight: bold;
    line-height: 22px;
    font-size: 1.1rem;
    margin-top: 7px;
  }

  .preguntar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    font-family: "almaqrefined";
    font-size: 45px;
    font-weight: 700;
    color: #485ab9;
    margin-bottom: 50px;
  }

  /* .carrusel2-inner.carru2 {
    position: relative;
    left: auto;
    right: auto;
    transform: translate(0, 18%);
    margin-top: -55px;
  } */

  /* fin section tres */

  /* FAQ */
  .preguntar .titulo_faq {
    font-weight: 500;
    font-size: 3.1rem;
  }

  .preguntar .box {
    background-color: #131313;
    max-width: 86%;
    width: 76%;
    border-radius: 30px;
    color: white;
    padding: 15px 0px 20px 25px;
    margin-bottom: 20px;
  }

  .preguntar .box p {
    font-family: "lane_-_narrowregular";
    font-size: 1.235rem;
    font-weight: 100;
    color: rgb(187, 187, 187);
    line-height: 23px;
    width: 92%;
  }

  .preguntar .box h4 {
    font-family: "lane_-_narrowregular";
    font-weight: bold;
    font-size: 1.4rem;
    width: 80%;
    margin-bottom: 0px;
    text-align: left;
  }



  /* END FAQ */
}

@media only screen and (min-width: 640px) and (max-width: 730){
  .changeLenguajex {
    display: flex !important;
    padding: 8px;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 7px;
    display: block;
    text-decoration: none;
    color: #333 !important;
    font-size: 2rem;
    font-weight: bold;
  }
  .changeLenguajex a{
    border:none;
    background: white;;
    
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0px;
    display: flex;
    text-decoration: none;
    color: #333 !important;
    font-size: 2rem;
    font-weight: bold;
    cursor:pointer;
  }
}
@media only screen and (min-width: 723px) and (max-width: 768px) {
  /* Estilos específicos para el rango de ancho */

  .menu-hamburguer {
    float: right;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    filter: invert(1);
    z-index: 999;
    gap: 20px;
    cursor: pointer;
    right:18px;
    top: 25px;
    background-color: transparent;
  }

  .menu-hamburguer svg.svg-inline--fa.fa-w-14 {
    width: 100%;
    height: 100%;
  }

  .menu-hamburguer i {
    font-size: 1.5rem;
    color: #333;
  }

  .menu-hamburguer:focus {
    outline: none;
  }

  .menu-hamburguer:focus i {
    color: #fff;
  }

  .menu-hamburguer:focus .menu {
    opacity: 1;
    transform: translateX(0);
  }

  .menuburguer {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100vw;
    height: 100vh;
  }

  .menuburguer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
  }

  .menuburguer li {
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: flex;
justify-content: center;
  }

  .menuburguer li a {
    margin: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
  }

  .menuburguer li a:hover {
    color: #4e61c1;
  }

  .menuburguer li a:hover {
    background-color: rgb(252, 252, 252);
  }

  .menuburguer.active {
    opacity: 1 !important;
    pointer-events: all !important;
  }

  .menu-hamburguer.active {
    filter: invert(0);
  }


}


