body{
    overflow-x: hidden;
}
.bg-morado-about{
    background-color: #b0a0bf;
}
.bg-morado-oscuro{
    background-color: #806BAC;
}
.bg-morado-claro{
    background-color: #e1d8f1;
}
.bg-morado-services{
    background-color: #d7c6e8;
}
.bg-blanco{
    background-color: #FFFCF5;
}
@font-face{
    font-family: Sageyl;
    src: url(Fonts/SageylSageyl-rgGnB.ttf);
}
@font-face{
    font-family: Mirage;
    src: url(Tipografias/Mirage.otf);
}
@font-face{
    font-family: Kastelov;
    src: url(Tipografias/Kastelov.otf);
}
body{
    overflow-x: hidden;
}
.carousel-item{
	height: auto !important;
  	margin: auto 0;
}
.totalcard{
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}
.cabecera{
    color: #FFFCF5;
    font-size: 0.8rem;
    height: fit-content;
}
.carousel-indicators{
    display: none !important;
}
.usa{
    width: 20px;
    margin-right: 5px;
}
.traducir{
    font-size: 1rem;
    color: #FFFCF5 !important;
    text-decoration: none;
    text-align: center;
}
.nav{
    justify-content: end;
}
.navbar{
    width: 100%;
}
.nav a{
    color: #3e3452;
    font-size: 1rem;
    font-weight: bold;
}
.nav a:hover, .nav a:focus{
    color: #FFFCF5;;
}
.subtitle{
    color: #806BAC;
    font-weight: bold;
    font-size: 1.2rem;
}
.banner{
    background-image: url(Images/Landing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 95vh;
    position: relative; 
}
.imgbanner{
    position: absolute;
    left: 3%;
    top: 5%;
    width: 25%;
}
.about{
    height: initial;
}
.luna{
    width: 250px;
    position: absolute;
    left: 120px;
    bottom: 60px;
}
.about .row .col-6{
    height: initial;
}
.aboutfoto{
    height: initial;
    align-items: center;
    justify-content: center;
    display: flex;
}
.about .row{
    height: 100%;
}
.texto_about{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fotoluna{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.foto2{
    position: absolute;
    border-radius: 50px;
    width: 450px;
    height: 450px;
}
.nombre{
    font-family: Mirage;
    font-size: 6.5rem;
    color: #806BAC;
    text-align: center;
}
.texto1{
    font-family: Kastelov;
    font-size: 0.9rem;
    margin-bottom: 40px;
}
.texto2{
    font-family: Kastelov;
    font-size: 15px;
    margin: 20px 20px;
    text-align: start;
}
.about a{
    align-items: center;
    justify-content: center;
    display: flex;
}
.cont_boton{
    display: flex;
    justify-content: center;
    align-items: center;
}
.boton{
    border-color: #806BAC;
    background-color: #806BAC;
    border: 1px solid #806BAC;
    width: 20%;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Mirage;
    color: #FFFCF5;;
    text-decoration: none;
    text-align: center;
}
.hover{
    margin-bottom: 25px;
}
.hover a:hover{
    color: #e1d8f1;
}
.service_banner{
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    font-family: Mirage;
}
.services img{
    height: 500px;
}
.popover{
    background-color: #3e3452 !important;
    font-family: Kastelov !important;
}
.popover-body{
    color: #FFFCF5 !important;
    font-size: 1rem;
}
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}
	100% {
		opacity: 0.95;
		transform: scale(1);
	}
}
.boton2{
    border-color: #806BAC;
    background-color: #806BAC;;
    border: 1px solid #806BAC;
    width: 100px;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Mirage;
    color: #FFFCF5;;
    text-decoration: none;
    text-align: center;
}
.ventana{
    background-color:#806BAC;
    opacity: 0.8;
    width: 40%;
    font-family: Kastelov;
    font-size: 1.5rem;
    display: flex;
    text-align: center;
    min-height: 350px;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    left: 30%;
    top: 15%;
    display: none;
    color: #FFFCF5;
    z-index: 1;
    animation: myAnim 1s ease 0s 1 normal forwards;
}
.totalcard a:hover{
    color: #3e3452;
}
#cerrar{
    position: absolute;
    right: 3px;
    top: 1px;
    font-size: 20px;
}
.container{
    position: relative;
}
.boton3{
    border-color: #806BAC;
    background-color: #806BAC;
    border: 1px solid #806BAC;
    width: 10% !important;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Mirage;
    color: #FFFCF5;
    text-decoration: none;
    text-align: center;
}
.texto7{
    color: #3e3452;
    font-size: 20px;
}
.rituals{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
}
.rituals video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resenas{
    padding: 150px 150px;
    background-size: cover;
    background-image: url(Images/fondo_reviews.png);
}
.testimonio{
    color: #FFFCF5;
    background-color: #806BAC;
    opacity: 0.8;
    width: 85%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    padding: 0px 40px;
    font-family: Kastelov;
    font-size: 1.2rem;
}
.centrartest{
    display: flex;
    flex-direction: column;
  	align-items: center;
  	justify-content: center;
}
.centrarboton{
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-item{
    height: 35vh;
}
.centreview{
    display: flex;
    justify-content: center;
    align-items: center;
}
.stars i{
    color: #FFFCF5;
}
.getin_touch img{
    width: 100%;
    height: 100%;
}
.fotoget1{
    padding: 10px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photoig{
    position: relative;
}
.logoig{
    position: absolute;
    font-size: 50px;
}
.fotoget2{
    padding: 10px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fotoget3{
    padding: 10px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fotoget4{
    padding: 10px 0px !important;
    padding-right: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photobox{
    padding: 0px 10px;
}
.estrella{
    height: 40px !important;
    width: 40px !important;
}
.colestrella{
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0px !important;
}
.tit{
    color: #FFFCF5;
    padding: 0px;
}
.logom img{
    width: 10%;
}
.logom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
.redes i{
    color: #806BAC;
    font-size: 40px;
}
.mail{
    font-family: Kastelov;
    font-size: 1.5rem;
}
.contact a{
    text-decoration: none;
    color: #806BAC;
    font-weight: bold;
}
:root { scroll-behavior: smooth; }
.stt {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 6rem;
    height: 3rem;
    border-radius: 10%;
    box-shadow: 0 0.25rem 0.5rem 0 gray;
    opacity: 0.7;
  	text-decoration: none;
  	color: #FFFCF5;
  	font-weight: bold;
  	background-color: #806BAC;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
  }
  .stt:hover {
    opacity: 0.8;
    color: #FFFCF5;
  }
  .stt:focus {
    opacity: 0.9;
  }
  .stt:active {
    opacity: 1;
  }
  .totalcard {
    padding: 50px;
  }
  .container {
    display: flex;
  } 
  .customcard {
    width: 250px;
    height: 400px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    margin: auto;
    margin-top: 0;
  }
  .customcard:hover {
    transform: rotateY(180deg);
  }
  .customcard .front,
  .customcard .back {
     position: absolute;
     width: 100%;
     height: 100%;
     backface-visibility: hidden;
     border-radius: 50%/35% 35% 0 0;
     overflow: visible;
  }
  .bg-1 .front {
     background: url(Images/Foto3.png) no-repeat center center;
     background-size: contain;
  }
  .bg-1 .back {
      background: url(Images/Foto4.png) no-repeat center center;
      background-size: contain;
      transform: rotateY(180deg);
  }
  .bg-2 .front {
    background: url(Images/Foto5.png) no-repeat center center;
    background-size: contain;
 }
 .bg-2 .back {
     background: url(Images/Foto6.png) no-repeat center center;
     background-size: contain;
     transform: rotateY(180deg);
 }
 .bg-3 .front {
    background: url(Images/Foto7.png) no-repeat center center;
    background-size: contain;
 }
 .bg-3 .back {
     background: url(Images/Foto8.png) no-repeat center center;
     background-size: contain;
     transform: rotateY(180deg);
 }
 .bg-4 .front {
    background: url(Images/Foto9.png) no-repeat center center;
    background-size: contain;
 }
 .bg-4 .back {
     background: url(Images/Foto10.png) no-repeat center center;
     background-size: contain;
     transform: rotateY(180deg);
 }
 .form{
    text-align: center;
    padding-bottom: 20px;
 }
 .emailbox{
    width: 30%;
    margin-bottom: 20px;
 }
 @media only screen and (max-width: 1366px){
    .boton2{
        width: 100px;
        font-size: 0.8rem;
    }
    .ventana{
        font-size: 1rem;
        width: 50%;
        position: absolute;
        left: 25%;
        top: 13%;
    }
    .ventana p{
        margin-bottom: 0;
    }
      .customcard {
        width: 160px;
        height: 300px;
      }
      .subtitle{
        font-size: 0.8rem;
      }
      .totalcard {
        padding: 20px;
        padding-top: 0px !important;
      }
      .customcard{
        height: 250px;
      }
      .tit{
        font-size: 2rem;
      }
      .estrella{
        height: 50px !important;
        width: 50px !important;
      }
      .logoig{
        font-size: 35px;
      }
      .banner{
        background-position-x: -0px;
      }
      .nombre{
        font-size: 3.5rem;
      }
      .luna{
        display: none;
      }
      .about{
        height: initial;
        }
        .foto2{
            width: 50vw;
            height: auto;
            border-radius: 30px;
            margin-left: 20px;
        }
        .boton{
            width: 30%;
        }
        .services .row{
            margin: 0;
        }
        .service_banner{
            margin: 0 !important;
        }
        .resenas{
            margin: 0 !important;
            padding: 50px 0px;
        }
        .testimonio{
            font-size: 0.9rem;
            padding-bottom: 30px;
        }
        .photobox{
            margin: 0 !important;
        }
        .logom{
            margin: 0 !important;
        }
        .redes{
            margin: 0 !important;
        }
        .mail{
            margin: 0 !important;
        }
        .centerabout, .texto_about{
            max-width: 100vw !important;
        }
        .about .row{
            max-width: 100vw;
        }
        .about .row {
            --bs-gutter-x: 0;
        }
        .boton3{
            width: 40% !important;
        }
        .about .row .col-6{
            height: initial;
        }
        .aboutfoto{
            height: initial;
        }
        .about .row{
            height: initial;
        }
        .fotoluna, .foto2{
            position: relative;  
        }
        .logom img{
            width: 30%;
        }
 }
 @media only screen and (max-width: 1024px){
    .boton2{
        width: 100px;
        font-size: 0.8rem;
    }
    .ventana{
        font-size: 1rem;
        width: 50%;
        position: absolute;
        left: 25%;
        top: 13%;
    }
    .ventana p{
        margin-bottom: 0;
    }
      .customcard {
        width: 160px;
        height: 300px;
      }
      .subtitle{
        font-size: 0.8rem;
      }
      .totalcard {
        padding: 20px;
        padding-top: 0px !important;
      }
      .customcard{
        height: 250px;
      }
      .tit{
        font-size: 2rem;
      }
      .estrella{
        height: 50px !important;
        width: 50px !important;
      }
      .logoig{
        font-size: 35px;
      }
      .banner{
        background-position-x: -0px;
      }
      .nombre{
        font-size: 3.5rem;
      }
      .luna{
        display: none;
      }
      .about{
        height: initial;
        }
        .foto2{
            width: 50vw;
            height: auto;
            border-radius: 30px;
            margin-left: 20px;
        }
        .boton{
            width: 30%;
        }
        .services .row{
            margin: 0;
        }
        .service_banner{
            margin: 0 !important;
        }
        .resenas{
            margin: 0 !important;
            padding: 50px 0px;
        }
        .testimonio{
            font-size: 0.9rem;
            height: max-content;
        }
        .testimonio p{
            height: auto;
        }
        .photobox{
            margin: 0 !important;
        }
        .logom{
            margin: 0 !important;
        }
        .redes{
            margin: 0 !important;
        }
        .mail{
            margin: 0 !important;
        }
        .centerabout, .texto_about{
            max-width: 100vw !important;
        }
        .about .row{
            max-width: 100vw;
        }
        .about .row {
            --bs-gutter-x: 0;
        }
        .boton3{
            width: 40% !important;
        }
        .about .row .col-6{
            height: initial;
        }
        .aboutfoto{
            height: initial;
        }
        .about .row{
            height: initial;
        }
        .fotoluna, .foto2{
            position: relative;  
        }
        .logom img{
            width: 30%;
        }
 }
 @media only screen and (max-width: 992px){
    .boton2{
        width: 100px;
        font-size: 0.8rem;
    }
    .ventana{
        font-size: 1rem;
        width: 70%;
        position: absolute;
        left: 15%;
        top: 5%;
        min-height: auto;
    }
    .ventana p{
        margin-bottom: 0;
    }
      .customcard {
        width: 120px;
        height: 300px;
      }
      .subtitle{
        font-size: 0.7rem;
      }
      .totalcard {
        padding: 20px;
        padding-top: 0px !important;
      }
      .customcard{
        height: 250px;
      }
      .tit{
        font-size: 2rem;
      }
      .estrella{
        height: 50px !important;
        width: 50px !important;
      }
      .logoig{
        font-size: 35px;
      }
      .banner{
        background-position-x: -682px;
      }
      .nombre{
        font-size: 3.5rem;
      }
      .luna{
        display: none;
      }
      .about{
        height: initial;
        }
        .foto2{
            width: 50vw;
            height: auto;
            border-radius: 30px;
            margin-left: 20px;
        }
        .boton{
            width: 30%;
        }
        .services .row{
            margin: 0;
        }
        .service_banner{
            margin: 0 !important;
        }
        .resenas{
            margin: 0 !important;
            padding: 50px 0px;
        }
        .testimonio{
            font-size: 0.9rem;
            padding-bottom: 30px;
        }
        .photobox{
            margin: 0 !important;
        }
        .logom{
            margin: 0 !important;
        }
        .redes{
            margin: 0 !important;
        }
        .mail{
            margin: 0 !important;
        }
        .centerabout, .texto_about{
            max-width: 100vw !important;
        }
        .about .row{
            max-width: 100vw;
        }
        .about .row {
            --bs-gutter-x: 0;
        }
        .boton3{
            width: 40% !important;
        }
        .about .row .col-6{
            height: initial;
        }
        .aboutfoto{
            height: initial;
        }
        .about .row{
            height: initial;
        }
        .fotoluna, .foto2{
            position: relative;  
        }
        .logom img{
            width: 30%;
        }
 }
 @media only screen and (max-width: 600px){
    .boton2{
        width: 60px;
        font-size: 0.5rem;
    }
    .ventana{
        font-size: 0.75rem;
        width: 90%;
        position: absolute;
        left: 5%;
        top: 5%;
        min-height: auto !important;
    }
    .ventana p{
        margin-bottom: 0;
    }
      .customcard {
        width: 80px;
        height: 300px;
      }
      .subtitle{
        font-size: 0.5rem;
      }
      .totalcard {
        padding: 8px;
        padding-top: 0px !important;
      }
      .customcard{
        height: 200px;
      }
      .tit{
        font-size: 2rem;
      }
      .estrella{
        height: 50px !important;
        width: 50px !important;
      }
      .logoig{
        font-size: 20px;
      }
      .banner{
        background-position-x: -682px;
      }
      .nombre{
        font-size: 3.5rem;
      }
      .luna{
        display: none;
      }
      .about{
        height: initial;
        }
        .foto2{
            width: 100vw;
            height: auto;
            border-radius: 0;
            margin-left: 0px;
        }
        .boton{
            width: 30%;
        }
        .services .row{
            margin: 0;
        }
        .service_banner{
            margin: 0 !important;
        }
        .resenas{
            margin: 0 !important;
            padding: 50px 0px;
        }
        .testimonio{
            font-size: 0.6rem;
        }
        .photobox{
            margin: 0 !important;
        }
        .logom{
            margin: 0 !important;
        }
        .redes{
            margin: 0 !important;
        }
        .mail{
            margin: 0 !important;
        }
        .centerabout, .texto_about{
            max-width: 100vw !important;
        }
        .about .row{
            max-width: 100vw;
        }
        .about .row {
            --bs-gutter-x: 0;
        }
        .boton3{
            width: 40% !important;
        }
        .about .row .col-6{
            height: initial;
        }
        .aboutfoto{
            height: initial;
        }
        .about .row{
            height: initial;
        }
        .fotoluna, .foto2{
            position: relative;  
        }
        .logom img{
            width: 50%;
        }
 }
 @media only screen and (max-width: 400px){
    .boton2{
        width: 50px;
        font-size: 0.3rem;
    }
    .banner{
        background-position-x: -500px;
      }
}
@media only screen and (max-height:500px){
    .centrartest{
        font-size: 0.6rem;
        height: fit-content;
        padding: 30px;
    }
    .banner{
        background-position-x: 0px;
      } 
}
