html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(206 221 223);
}

.swiper-container {
  position: relative;
}

.text-overlay {
  animation: unset !important;
  animation: none;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;

}

.text-overlay h3 {
  animation: unset !important;

  opacity: 1;
  margin: 0;
  color: #fff;
  /* Color del texto */
}

#gg {
  font-size: 10px;
  animation: none !important;
}

.tite {
  display: flex;
  flex-direction: column;
  color: #fff;
  height: 100%;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tite {

  text-align: center;
  background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #ffffff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2vh;
  font-family: "Montserrat", serif;
  /* animation: reveal 3000ms ease-in-out forwards 200ms,
    glow 2500ms linear infinite 2000ms; */
}

@keyframes reveal {
  20% {
    letter-spacing: 0px;
  }

  100% {
    background-size: 300% 300%;
  }
}

@keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff;
  }
}


.__area.active {
  background-color: rgba(0, 0, 0, 0.534);
  max-width: 100%;
  position: fixed;
  border-radius: 0;
  top: 0;

}


:root {
  ---color--links: #CFDEE1;
  --color-principal: #2B8CBE;
  --color-secundario: #4EB3D3;
  --color-claro: #0B2A3E;
  --color-h3: #2C3B4E;
  --color-blanco: #fff;
}

body {
  margin: 0;
  font-family: "Montserrat", serif;
}

main {
  margin-top: 10vh;
}

.close-icon {
  font-size: 22px;
  color: var(--color-principal);
}

.menu-icon {
  font-size: 22px;
  color: var(--color-principal)
}


.navbar {
  height: 10vh;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  overflow: hidden;
  background-color: var(--color-claro);
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  z-index: 99990;
}

a {
  font-family: "Montserrat", serif;
  font-weight: 500;
  float: left;
  display: block;
  color: var(---color--links);
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 15px;
}

.nav-link:hover,
.nav-link.active {
  color: white;
  border-radius: 12px;
  background-color: var(--color-secundario);
  transition: all 0.5s ease-in-out;
}

.navbar a.active {

  background-color: var();
  color: white !important;
}

.navbar .icon {
  display: none;
}

.responsive {
  height: auto;
  border-radius: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .navegacion .ocultar-mobil {
    display: none;
  }



  .navbar a.icon {

    float: right;
    display: block;
  }

  .responsive.navbar {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    top: 0;
    position: absolute;
    right: 0;
  }

  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

.navbar a.close- {
  color: white;
  content: "X";
}



/* hero */

/* hero--imagen */

.portada {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img1 {

  width: 100%;
  height: 77vh;
  background: url("./img/rsz_hero.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
  background-attachment: fixed;
}

.img1::before {
  content: "";

  /* Agrega un pseudo-elemento antes del contenido del contenedor */
  /* position: absolute; */
  /* Permite que el pseudo-elemento se posicione de manera absoluta en relación al contenedor */
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; */
  /* Color de la capa */
  /* opacity: 0.5; */
  /* Opacidad de la capa */
}

/* .portada-text {

  background-color: rgba(0, 0, 0, 0.171);
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border: 4px solid var(--color-secundario);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 9px;
  max-width: 85vh;
  padding: 16px;
  text-align: center;
} */


/* card */

.flip-card-front img {
  height: 225px;
  width: 100%;
  object-fit: cover;
}

@media (main-width:1024) {

  .flip-card-front img {
    border-radius: 12px;
    height: 344px;
    width: 100%;
    object-fit: cover;
  }
}

.flip-card {
  width: 275px;
  height: 342px;
  border-radius: 12px;
  margin: 30px;
  background-color: transparent;

  perspective: 1000px;
}

.flip-card-inner {
  border-radius: 12px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  } */

.flip-card-front,
.-card-back {
  border-radius: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* .flip-card-back h1 {
  margin-bottom: -4px;
  padding-top: 3px;
  font-size: 23px;
  color: var(--color-claro);
}

.flip-card-back p {
  padding: 0px 17px;
} */

.flip-card-front {
  border-radius: 9px;
  background-color: #bbb;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .flip-card-back {
  border-radius: 12px;
  background: rgb(8, 196, 185);
  background: linear-gradient(90deg, rgba(8, 196, 185, 0.8547794117647058) 50%, rgba(1, 158, 205, 0.9416141456582633) 90%, rgba(0, 156, 112, 0.8295693277310925) 100%);
  color: white;
  transform: rotateY(180deg);
} */

#card {
  background-color: var(--color-claro);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flip-card-front img {

  border-radius: 12px;
  width: 220px;
  height: 100%;
  width: 100%;
}

.logo {
  margin-top: 5px;
  width: 134px;
  max-height: 38px;
}

.navegacion {
  margin-right: 25px;
  justify-content: space-around;
  display: flex;

}

.navbar {
  display: flex;
}

.responsive .navegacion {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* preguntas frecuentes */
.preguntas-frec {
  padding-bottom: 2rem;
  padding-top: 2rem;

  width: 85%;
  margin: auto;
}







.preguntas-frec {
  margin-bottom: 52px;
}

h1 {
  font-size: 27px;
  color: rgb(49, 49, 49);
  font-family: "Montserrat", serif;
}



button {

  border-width: 3px;
  cursor: pointer;
  color: var(--color-principal);
  border-color: var(--color-principal);
  font-weight: 600;
  background-color: rgb(255, 255, 255);
  font-family: "Montserrat", serif;
  padding: 10px;
  border-radius: 2px;
}




/* 
  pregutasrfercuentes */


#preg--frecuentes {

  flex-direction: column;
  display: flex;
  justify-content: space-around;
  margin-bottom: 17px;
  height: 100%;
}

.preguntas-frec h1 {
  text-shadow: 1px 2px 3px grey;
  color: rgb(236, 236, 236);
}

.collapsible {
  text-align: initial;
  font-weight: 400;
  border-right: 0px;
  border-radius: 0px;
  border-left: 0px;
  border-bottom: 0px;
  background-color: transparent;
  /* text-shadow: 1px 2px 3px grey; */
  color: rgb(32, 32, 32);
  width: 100%;
  padding: 0.5rem 0;
  border-top: none;
  position: relative;
  cursor: pointer;
  font-size: 1.15rem;
  font-family: "Montserrat", serif;
}

p {
  font-family: "Montserrat", serif;
}

.container-recomendaciones {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.img-recomendaciones {
  width: 380px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.buton-recomendaciones {
  color: #0b2a3e;
  height: 40px;
  border: none;
  width: 332px;
}

.btn-recomend {

  justify-content: center;
  height: 40px;
  width: 420px;
}

.btn-recomendaciones {
  justify-content: center;

  width: 90%;
  display: flex;

}

.active,
.collapsible:hover {}

.collapsible:after {
  content: '\2304';
  color: var(--color-claro);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #ffffff;
}


#hero {
  width: 100%;
  height: calc(108vh - 70px);
  background: url("img/rsz_hero.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: -88px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.425);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: white;
}

#hero h2 {
  color: #02296e;
  margin-bottom: 35px;
  font-size: 24px;
}

.btn-get-started {

  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 19px;
  border-radius: 2px;
  transition: 0.5s;
  border: 2px solid var(---color--links);
  ;
  color: #fff;
}

.btn-get-started:hover {
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  border-color: #fff;
  background: #74747467;
}

/* @media (min-width: 1024px) { */
#hero {
  background-attachment: fixed;
}


@media (max-width: 992px) {
  #hero {

    height: calc(85vh - 94px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.titulo-color {
  color: var(--color-secundario);
}

.titulo-color-dos {
  color: rgb(35, 226, 140);
  ;
}

h1 {

  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 600;
}



.butcard {
  font-family: 'Montserrat', sans-serif;
  ;
  font-weight: 600;
  cursor: pointer;
  /* position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%); */
  border: 2px solid var(---color--links);
  color: var(--color-principal);
  background-color: rgba(255, 255, 255, 0.849);
}

h2 {
  /* letter-spacing: 1px; */
  margin: 80px 0px 40px;
  font-family: "Montserrat", serif;
  font-size: 34px;
  font-weight: 900;
  color: rgb(49, 49, 49);
  text-align: center;
}
.novedad-card img{
  width: 300px;
}
#novedades{
display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 66px;
}

h3 {
  padding: 24px;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat", serif;
  font-size: 18px;
  color: var(--color-h3);

  font-family: "Montserrat", serif;
}


.card-content h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;

}

.preguntas-frec h2 {
  margin-bottom: 69px;
  margin-left: 0px;
  font-family: "Montserrat", serif;
  font-size: 34px;
  font-weight: 900;  color: rgb(37, 37, 37);
}

.social-links {
  margin-bottom: 13px;
  max-width: 320px;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0.875rem 72px 0.875rem 1.75rem;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  gap: 0.75rem;
  border: none;
  transition: all .6s ease;
}

.social-links span {
  display: grid;
  position: absolute;
  right: 0;
  place-items: center;
  width: 3rem;
  height: 100%;
}

.social-links span svg {
  width: 1.9rem;
  height: 1.9rem;
}

.titulo-dos {
  font-weight: 300;
}

.contacto {
  align-items: baseline;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.contenedor-social-links h3 {
  width: 27vw;
  font-size: 17px;
}

.contenedor-social-links {

  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.designby p {
  color: white;
}

.designby {
  color: white;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: auto;
}

.designby a {
  font-size: 14px;
  padding: 9px;
  color: white;
  float: none;
}

.designby a {
  font-weight: 600;
}


html {
  scroll-behavior: smooth;
}

.contacto {
  margin-bottom: 41px;
}

h2 {
  position: relative;
}



.box-info h3 {
  color: #fcfcfc;
  z-index: 22;
  text-align: center;
}

.logo-cont {
  margin-left: 25px;
}

@media (max-width: 767px) {

  .navegacion {
    margin-right: 1px;
  }

  .logo-cont {
    margin-left: -10px;
  }

  .titi {
    width: 80vw;
  }

  #tituloheader {
    font-size: 40px;
  }


}

#tituloheader {
line-height: 40px;
    letter-spacing: 2px;
    font-weight: 900;
}

#tituloheader p {
  font-family: "Montserrat", serif;

  font-weight: 500;
  letter-spacing: 2px;
  font-size: 17px;
  color: white;
}


.navbar.scrolled {
  background-color: var(--color-claro);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
  .navbar a {
    color: var(---color--links);
  }
}

.navbar a:not(:first-child):hover {
  color: white !important;
}

.titulo {
  background-color: var(--color-claro);
}

.formas-de-pago {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.formas-de-pago img,
.formas-de-pago svg {
  margin-bottom: -22px;
}

.mapa {
  text-align: center;
  max-width: 30vw;
  margin-bottom: 22px;
  margin-top: 22px;
}





@media only screen and (max-width: 1024px) {

  .icon-tarj {
    width: 159px;
    height: 129px;
  }

  .logo {
    max-height: 38px;
  }

  #texto p {
    margin-bottom: 12px;
    font-size: 16px;
  }

  #texto h4 {
    line-height: 1.1;
    margin-bottom: 7px;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 14px;
  }
}

.flip-card-back .social-links {
  margin-bottom: -3px;
  max-width: 320px;
  padding: 11px 59px;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: 400;
  padding-left: 31px;
}

.flip-card-back .contenedor-social-links {
  margin-top: 20px;
  align-items: center;
  margin-bottom: 35px;
}

.flip-card-back img {
  width: 30px;
}

.flip-card-back p {
  margin-top: 6px;
}

.texto h4 {
text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: gray;
  line-height: 1.1;
  font-family: "Montserrat", serif;
  font-size: 23px;
  margin-top: 16px;
  padding: 12px 17px;
  margin-bottom: -9px;
}

#whatsapp-logo {
  max-width: 53px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}


.mapa h3 {
  margin-bottom: 16px;
  font-size: 17px;
}

.form-container {
  margin-top: 20px;
  text-align: center;
}

.form-container input,
.form-container textarea {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

/* .form-container button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  } */
.formulariocontacto {
  max-width: 30vw;
}

@media (max-width: 767px) {
  .mapa {
    max-width: 90vw;
    text-align: center;
  }

  .contenedor-social-links h3 {
    width: 90vw;
  }

  .formulariocontacto {
    max-width: 94vw;
  }

  .flip-card {
    height: 62vh;
    width: 89vw;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.my-swal-text {
  font-size: 10px;

}

.my-swal-background {
  background-color: #b7fdfddc;
}



#forma-de-pago svg,
img {
  cursor: pointer;
}

p {
  color: var(--color-h3);
}

.contenedor-social-links img {
  width: 30px;
}



#forma-de-pago h2 {
  padding-top: 54px;
}

.contenedor-social-links a {
  padding: 0;
}


.icon-tarj {
  width: 28px;
  height: 28px;
}



#myForm .butcard {
  margin-left: 103px;
  position: static;
}

#texto p {
  margin-bottom: 12px;
  font-size: 16px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  font-size: 16px;
}



.font-size-17px {
  font-size: 15px !important;
  margin-top: -12px !important;
}

#texto p:last-child {
  margin-bottom: 3px;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.swiper-title {
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 10;
}

.tite h1 {
  font-size: 35px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Ajusta la opacidad aquí */
  z-index: 1;
}


#nosotros {
display: flex
;
    width: 100%;
    height: auto;
    background: url(./img/HeroCarruselPangui.webp) top center;
    background-size: cover;
    position: relative;
    padding: 0;
    background-attachment: fixed;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#nosotros:before {
content: "";
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(8, 34, 47, 0.8) 0%, rgba(206, 221, 224, 0) 76%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.h3-especial{
    text-shadow: 0 0 10px #0b2a3e;
font-style: italic;
    margin: 6px 0px -43px;
    letter-spacing: 1px;
    position: relative;
    color: white;
    font-weight: 400;
    font-size: 20px;
}
.box-info {
  color: white;
  position: relative;
  z-index: 1;
}

.box-info h3 {
      margin: 18px 0px;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 10px #0b2a3e;
}
.foto-perfil{
  border-radius: 50%;

}
.foto-perfil{
  width: 118px;
}
.container-sobre-mi{
    padding: 80px 0px;
    width: 100%;
    display

: flex
;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
.logo-perfil{
    margin: 40px 0px;
    width: 374px;}
.sobre-mi-perfil{
  width: 50%;
}
.nombre{
  font-size: 22px;
    margin: 10px 0px;
}
.perfil-uno{
  display: flex
;flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
#nosotros h2 {

  padding-top: 60px;
  color: white;
}
.cont-nombre p{
      margin: -5px 0px;
}
.contenedor-sec-puerta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;

}

#puerta-a-puerta img {
  width: 45vw;
}

#puerta-a-puerta h3 {
  width: 40vw;
}



.logo-nuevo {
  width: 20%;
}

.container-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.card p {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  height: 7%;
  padding: 6px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  color: var(---color--links);
}

.card p:last-child {
  color: #606060;
}

.card {
  padding-bottom: 13px;
  width: 300px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.849);
  border-radius: 4px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(---color--links);
  color: var(--color-principal);
}

.but-form {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card .boton-card:hover {
  background-color: var(---color--links);

  border-color: var(--color-secundario);
}


@media (max-width: 767px) {
  #puerta-a-puerta img {
    width: 93vw;
  }

  #puerta-a-puerta h3 {
    width: 90vw;
  }

  .card {
    width: 350px;
  }

  .logo-nuevo {
    width: 60%;
  }

  .icono-texto {
    display: flex;
    align-items: center;
    /* Asegura que los ítems estén alineados verticalmente */
    justify-content: center;
    /* Añadse espacio entre los elementos */
    gap: 10px;
    /* Añade espacio entre los ítems del flexbox, ajusta según necesidad */
  }
  .sobre-mi-perfil {
        padding: 19px 58px;
            width: 88%;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 5px;
  right: 2px;
  z-index: 1000;
}

.whatsapp-content {
  font-family: "Montserrat", serif;
  font-size: 18px;
  background-color: transparent;
  padding: 4px 13px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

.whatsapp-icon {
  margin-left: 10px;
  /* Espacio entre el texto y el ícono */
  width: 42px;
  /* Tamaño del ícono (ajustar según sea necesario) */
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 10%, 90%);
  --fg: rgb(28, 33, 40);
  --primary: hsl(var(--hue), 90%, 50%);
  --trans-dur: 0.3s;
  --trans-timing: cubic-bezier(0.76, 0.05, 0.24, 0.95);
  --trans-timing-in: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  --trans-timing-out: cubic-bezier(0.05, 0.76, 0.06, 0.86);
  /* font-size: calc(40px + (80 - 40) * (100vw - 320px) / (2560 - 320)); */
}

body,
input {
  color: var(--fg);
  /* font: 1em/1.5 sans-serif; */
}

body {
  /* background-color: var(--bg); */

  transition:
    background-color var(--trans-dur),
    color var(--trans-dur);
}

body:has(.switch__input:checked) {
  background-color: var(--fg);
  color: var(--bg);
}

.switch {
  margin: auto;
  position: relative;
}

.switch__icon,
.switch__input {
  display: block;
}

.switch__icon {
  position: absolute;
  top: 0.375em;
  right: 0.375em;
  width: 0.75em;
  height: 0.75em;
  transition:
    opacity calc(var(--trans-dur) / 2),
    transform calc(var(--trans-dur) / 2);
}

.switch__icon polyline {
  transition: stroke-dashoffset calc(var(--trans-dur) / 2);
}

.switch__icon--light,
.switch__icon--light polyline {
  transition-delay: calc(var(--trans-dur) / 2);
  transition-timing-function: var(--trans-timing-out);
}

.switch__icon--dark {
  opacity: 0;
  transform: translateX(-0.75em) rotate(30deg) scale(0.75);
  transition-timing-function: var(--trans-timing-in);
}

.switch__input {
  background-color: hsl(210, 90%, 70%);
  border-radius: 0.75em;
  box-shadow:
    0 0 0 0.125em hsla(var(--hue), 90%, 50%, 0),
    0.125em 0.125em 0.25em hsla(var(--hue), 90%, 10%, 0.2);
  outline: transparent;
  position: relative;
  width: 3em;
  height: 1.5em;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color var(--trans-dur) var(--trans-timing),
    box-shadow 0.15s linear;
}

.switch__input:focus-visible {
  box-shadow:
    0 0 0 0.125em hsl(var(--hue), 90%, 50%),
    0.125em 0.125em 0.25em hsla(var(--hue), 90%, 10%, 0.2);
}

.switch__input:before,
.switch__input:after {
  content: "";
  display: block;
  position: absolute;
}

.switch__input:before {
  background-color: hsl(0, 0%, 93%);
  border-radius: inherit;
  mask-image: linear-gradient(120deg, hsl(0, 0%, 0%) 20%, hsla(0, 0%, 0%, 0) 80%);
  -webkit-mask-image: linear-gradient(120deg, hsl(0, 0%, 0%) 20%, hsla(0, 0%, 0%, 0) 80%);
  inset: 0;
  transition: background-color var(--trans-dur) var(--trans-timing);
}

.switch__input:after {
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  box-shadow: 0.05em 0.05em 0.05em hsla(var(--hue), 90%, 10%, 0.1);
  top: 0.125em;
  left: 0.125em;
  width: 1.25em;
  height: 1.25em;
  transition:
    background-color var(--trans-dur) var(--trans-timing),
    transform var(--trans-dur) var(--trans-timing);
  z-index: 1;
}

.switch__input:checked {
  background-color: hsl(189, 90%, 40%);
}

.switch__input:checked:before {
  background-color: hsl(220, 90%, 40%);
}

.switch__input:checked:after {
  background-color: hsl(0, 0%, 0%);
  transform: translateX(1.5em);
}

.switch__input:checked~.switch__icon--light,
.switch__input:checked~.switch__icon--light polyline {
  transition-delay: 0s;
  transition-timing-function: var(--trans-timing-in);
}

.switch__input:checked~.switch__icon--light {
  opacity: 0;
  transform: translateX(-0.75em) rotate(-30deg) scale(0.75);
}

.switch__input:checked~.switch__icon--light polyline {
  stroke-dashoffset: 1.5;
}

.switch__input:checked~.switch__icon--dark {
  opacity: 1;
  transform: translateX(-1.5em);
  transition-delay: calc(var(--trans-dur) / 2);
  transition-timing-function: var(--trans-timing-out);
}

.switch__sr {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.swiper-container {
  display: flex;
}



/* Estilo para modo oscuro */
body.dark-mode .navbar,
body.dark-mode .content,
body.dark-mode .swal2-popup {
  background-color: var(--fg) !important;
}

body.dark-mode a {
  color: rgb(255, 248, 234);
}

body.dark-mode h3,
body.dark-mode p,
body.dark-mode h2 {
  color: rgb(255, 243, 222);
}

.card p,
.boton-card {
  color: #2C3B4E !important;
}

/* Estilo por defecto para #forma-de-pago */
#forma-de-pago {
  background: url(img/patrones/white_wall_hash.webp);
  margin-top: -27px;
  padding-bottom: 35px;
  position: relative;
}

body.dark-mode #forma-de-pago::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(32 33 36 / 86%);
  z-index: 1;
}

#forma-de-pago>* {
  position: relative;
  z-index: 2;
}


.dark-mode .swal2-popup {
  background-color: #333 !important;
  /* o cualquier otro color oscuro */
}


.stro {
  color: #2C3B4E;
}

.switch-container {
  display: flex;
}

.dark-mode .swal2-html-container {
  color: white !important;
}


/* Estilos para elementos de administración */
.admin-control {
  display: none;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.edit-btn,
.delete-btn {
  padding: 5px 10px;
  margin: 0 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.edit-btn {
  background-color: #4CAF50;
  color: white;
}

.delete-btn {
  background-color: #f44336;
  color: white;
}
.logout-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: #c62828;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

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

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 340px;
}

.popup h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.popup form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup input,
.popup textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.popup textarea {
  height: 22px;
  min-height: 18px;
  resize: vertical;
}

.popup button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  background-color: #0b2a3e;
  color: white;
}

.popup button[type="button"] {
  background-color: #f44336;
}
.popup-content .close-popup{
      right: -21px;
    top: -31px;
    position: absolute;
    background-color: transparent;
}
/* Estilos para el botón de crear nuevo destino */
.add-destino-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4CAF50;
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.add-destino-btn.visible {
  display: flex;
}

.card {
  position: relative;
}

.card .admin-control {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: none;
  /* Se mostrará con showAdminControls() */
  gap: 5px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  border-radius: 4px;
}

.card .admin-control button {
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.card .edit-btn {
  background: #4CAF50;
  color: white;
}

.card .delete-btn {
  background: #f44336;
  color: white;
}



.card-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}
.equip{
font-weight: 700;}
.equipamiento h3{
  letter-spacing: 2px;
  color: white;
}
.equipamiento{
  background-image: url(img/cajon.png);
      display: flex
;
    /* color: white; */
    padding: 44px;
    height: 280px;
    background-color: #0b2a3e;
    flex-direction: column;
    align-items: center;
}

.container-recomendaciones {
  width: auto;
  padding: 32px 0px 56px;
  background-image: url('img/backReseñass.png');
  /* Cambia esto por la URL real */
  background-size: cover;
  /* Cubre todo el contenedor */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que se repita */
  align-content: center;
  text-align: center;
  /* Centra texto si hay */
}

.container-recomendaciones h2 {
  color: white;
}

.container-recomendaciones h2::after {
  background-color: white;
}

.social-cont img {
  width: 24px;
}

.social-cont {
  display: flex;
  flex-direction: row;

  align-content: center;
  align-items: center;
}
.admin-control{
      display: flex
;
    flex-direction: column;
}

.footer {
  height: auto;
  background-image: url('img/backFooter.png');
  /* Cambia esta ruta */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 8px 20px;
  font-family: 'Arial', sans-serif;
}

.footer-content {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
}

.footer-logo h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.footer-logo {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  gap: 44px;
}

.footer-logo img {
  width: 100px;
}

.footer-logo p {
    display: flex
;
    color: white;
    font-size: 14px;
    opacity: 0.8;
    align-items: center;
}

.footer-links {
  display: flex;
  gap: 50px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  margin-bottom: 17px;
  font-size: 12px;
  padding: 0;
  text-decoration: none;
  color: white;
  transition: opacity 0.3s;
}

.footer-admin p {
  color: gray;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-admin {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}

.footer-admin a {
  display: flex;
  padding: 0;
  text-align: right;
  font-size: 12px;
  align-items: center;
}

.footer-admin strong {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .flip-card-back .social-links {
    font-size: 9px;
  }
  .icon-tarj {
    width: 18px;
    height: 18px;

  }
  .popup button {
    font-size: 12px;
  }

.texto h4{
  font-size: 16px;
}
  .popup h2 {
    margin: 38px;;
font-size: 18px};
  .img-recomendaciones {
  width: 440px;}
  .footer-links a{
font-size: 14px;
  }
  .footer-logo img {
    width: 300px;
  }

  .footer-content {
    margin-top: 488px;
  }

  .footer {
        padding: 20px 120px;
    height: 688px !important;
  }

  .popup-content {
    height: auto;
    padding: 20px;
    border-radius: 8px;
    width: 60%;
    max-width: 340px;
  }

  .popup input,
  .popup textarea {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px
  }
}#nosotros{
  margin-bottom: 200px;
  height: 380px;
}


.logo-ig{
  width: 24px!important;
}
.card {
  position: relative;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  z-index: 2;
  text-align: center;
  color: white;
}

.card-content h3,
.card-content p,
.card-content button {
  color: white !important;
  z-index: 2;
}

/* Degradado */
.card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(to top, rgb(11 42 62), #00000000);
    z-index: 1;
}
.card-content .boton-card{
  color: #2C3B4E!important ;
}
.card-content h3 {
  margin-bottom: -20px;
}
.card-content p{
  margin-bottom: 12px;
}

.icon-equipamiento{
  padding: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 24px;
  width: 18px;
  height: 18px;
}
.icon-equipamiento img{
  width: 30px;
}
.logout-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: #c62828;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}
.btn-agregar{
  padding: 24px;;
      display: flex
;
    align-items: center;
    width: auto;
    justify-content: center;
}
.admin-control{
   
}
.novedad-card .admin-control{
    width: auto;
    display: flex
;
    gap: 14px;
    justify-content: center;
    padding: 32px;

}
.social-cont a{
  padding: 2px;
}

.info-buttons, .cont{
   display: flex
;
    justify-content: center;
    padding: 13px 0px 0px 0px;
}

.destinos-title p {
    font-size: 4.3em;
    letter-spacing: -4px;
    font-weight: 700;
    color: #7e2ea0;
    text-align: center;
}

.cssanimation, .cssanimation span {
    animation-duration: 4s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.open {
    width: 473px;
    margin: 0 auto;
    overflow: hidden;
    animation-name: open;
}
@keyframes open {
    from { width: 0 }
}