@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Poppins:ital,wght@1,300&display=swap');

@import url('https://fonts.googleapis.com/css2? family= Mea+Culpa & display=swap');

@import url('https://fonts.googleapis.com/css2? familia= Nunito+Sans:peso@200 & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Great+Vibes & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Sacramento & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Niconne & display=swap');



/* margen general */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url(assets/logo.mouse.rosa.grueso.png), auto;
}



/* margen no tan general pero si a veces perjudica----posiblemente lo quitemos */
body {
    min-height: 100vh;
    background-color: #eafdfc;
    font-family: 'Poppins', sans-serif;
}



/* boton de whatsapp flotante */
.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #eafdfc;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px, 1px, 10px rgb(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #eafdfc;
    background: #fff;
}



/* banner principal */
.banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: rgb(241, 224, 172);
    background-size: cover;
    background-position: center;
    transition: all .1s ease-in-out;
    background-image: url(assets/imagenes.banner/rsz_1olivia-bauso-30uoqdm5qw0-unsplash.jpg);
    animation: banner 16s infinite linear;
}

.banner-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: rgb(241, 224, 172);
    background-color: rgba(0, 22, 41, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-content h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 35px;
    font-size: 55px;
    text-align: center;
    font-family: 'Sacramento';
}

.banner-content a {
    text-decoration: dashed;
    color: rgb(253, 255, 174);
    padding: 9px 20px;
    border: 1px solid rgb(195, 237, 192);
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-family: 'Sacramento';
}

.banner-content a:hover{
    background: rgb(210, 233, 233);
    color: rgb(195, 237, 192);  
}

@keyframes banner {
    0%{
        background-image: url(assets/imagenes.banner/rsz_1olivia-bauso-30uoqdm5qw0-unsplash.jpg); 
    }
    25% {
        background-image: url(assets/imagenes.banner/rsz_1olivia-bauso-30uoqdm5qw0-unsplash.jpg);
    }
    26%{
        background-image: url(assets/imagenes.banner/rsz_josh-applegate-mjn1lcou1cw-unsplash.jpg); 
    }
    50% {
        background-image: url(assets/imagenes.banner/rsz_josh-applegate-mjn1lcou1cw-unsplash.jpg);
    }
    51%{
        background-image: url(assets/imagenes.banner/rsz_megan-lynette-u3aprmgex40-unsplash.jpg); 
    }
    75% {
        background-image: url(assets/imagenes.banner/rsz_megan-lynette-u3aprmgex40-unsplash.jpg);
    }
    76%{
        background-image: url(assets/imagenes.banner/rsz_sj-4ott5vqaprw-unsplash.jpg); 
    }
    100% {
        background-image: url(assets/imagenes.banner/rsz_sj-4ott5vqaprw-unsplash.jpg);
    }
}

@media screen and (max-width: 850px) {
    body {
        background-color: rgb(210, 247, 245);
    }
}



/* titulo y general */
.titulos {
    color: rgb(79, 79, 206);
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Niconne';
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}



/* logo */
.logo {
    position: absolute;
    left: 50px;
    width: 200px;
    height: 200px;
    z-index: 1;
    margin-top: 15px;
}



/* redes sociales */
.facebook {
    position: absolute;
    right: 80px;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: 15px;
}

.instagram {
    position: absolute;
    right: 40px;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: 15px;
}

/*.whatsapp {
    position: absolute;
    right: 40px;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: 15px;
}*/



/* menu */
.menu {
    /*position: absolute;
    left: 30px;*/
    display: flex;
    justify-content: space-between;
}

nav {
    text-align: left;
    padding: 30px 0 0 0;
}
  
nav > a, .color {
    color: rgb(7, 25, 82);
    font-weight: 300;
    text-decoration: none;
    margin-left: 45px;
    font-family: Nunito;
}

nav a:hover {
    text-decoration: underline; 
}



/* invitaciones digitales */
/*.bodydispositivos {
    height: 80vh;
    width: 85%;
    display: flex;
    justify-content: right;
    background-image: url(assets/dispositivos.png);
    background-repeat: no-repeat;
}

.parrafodispositivos li {
    line-height: 5;
    color: rgb(130, 170, 227);
    margin-left: 35;
}*/



/* nosotros */
.bodynosotros {
    height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/original.flower.png);
    background-size: 100vw 150vh;
    background-repeat: no-repeat;
}

.contenedorfondo {
    display: flex;
    background-color:  rgb(130, 170, 227, 0.7);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgb(145, 216, 228);
    margin-left: 15px;
    margin-right: 15px;
}

/*.naturalezaimagen {
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
}*/

/*.contenedorfondo .naturalezaimagen {
    width: 500px;
    border-radius: 6px;
    overflow: hidden;
}*/

.contenedorfondo p {
    color: rgb(234, 253, 252);
    margin-left: 10px;
}



/* que puede incluir */
a {
    text-decoration: none;
}

input {
    display: none;
}

.fondoincluir {
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/fondonuestromomento.png);
    background-size: 100vw 60vh;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: column;
    margin-bottom: 100px;
}

.cards {
    position: relative;
    height: 500px;
    width: 430px;
    margin-bottom: 20px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.cards label {
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.55s ease;
}

.cards .card {
    position: relative;
    height: 100%;
    background-color: rgb(191, 234, 245);
    border-radius: 10px;
    padding: 10px 15px;
}

.cards .image {
    display: flex;
    justify-content: space-between;
}

.cards .image img {
    margin-top: 15px;
    width: 35%;
    height: 34%;
    object-fit: cover;
    transition: all .7s;
}

.cards .image img:hover {
    transform: scale(1.05);
}

.card .infos {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.card .infos span {
    display: block;
}

.infos .name {
    font-size: 20px;
    font-family: 'Aria';
    color: black;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-left: 25%;
    transition: all .6s ease;
}

.card .lorem {
    font-size: 14px;
    color: black;
    letter-spacing: 1px;
    font-family: Poppins;
}

#s1:checked~.cards #slide4,
#s2:checked~.cards #slide5,
#s3:checked~.cards #slide1,
#s4:checked~.cards #slide2,
#s5:checked~.cards #slide3 {

    box-shadow: 0 15px 30px rgb(130, 170, 227, 45%);
    transform: translate3d(-70%, 0, -220px);
    --currente-color: rgb(145, 216, 228);
    --currente-color2: rgb(191, 234, 245);
}

#s1:checked~.cards #slide5,
#s2:checked~.cards #slide1,
#s3:checked~.cards #slide2,
#s4:checked~.cards #slide3,
#s5:checked~.cards #slide4 {

    box-shadow: 0 20px 40px rgb(130, 170, 227, 45%);
    transform: translate3d(-35%, 0, -120px);
    --currente-color: rgb(145, 216, 228);
    --currente-color2: rgb(191, 234, 245);
}

#s1:checked~.cards #slide1,
#s2:checked~.cards #slide2,
#s3:checked~.cards #slide3,
#s4:checked~.cards #slide4,
#s5:checked~.cards #slide5 {

    box-shadow: 0 25px 50px rgb(130, 170, 227, 50%);
    transform: translate3d(0, 0, 0);
    --currente-color: rgb(191, 234, 245);
    --currente-color2: rgb(145, 216, 228);
}

#s1:checked~.cards #slide2,
#s2:checked~.cards #slide3,
#s3:checked~.cards #slide4,
#s4:checked~.cards #slide5,
#s5:checked~.cards #slide1 {

    box-shadow: 0 20px 40px rgb(130, 170, 227, 45%);
    transform: translate3d(35%, 0, -120px);
    --currente-color: rgb(145, 216, 228);
    --currente-color2: rgb(191, 234, 245);
}

#s1:checked~.cards #slide3,
#s2:checked~.cards #slide4,
#s3:checked~.cards #slide5,
#s4:checked~.cards #slide1,
#s5:checked~.cards #slide2 {

    box-shadow: 0 15px 30px rgb(130, 170, 227, 45%);
    transform: translate3d(70%, 0, -220px);
    --currente-color: rgb(145, 216, 228);
    --currente-color2: rgb(191, 234, 245);
}

.linea-division {
    width: 100%;
    height: 2px;
    background-color: rgb(130, 170, 227);
    margin-top: 50px;
}



/* paquetes */
.contenido {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1500px; 
}

.cardcolumnas {
    position: relative;
    width: 400px;
    height: 670px;
    margin: 20px;
}

.cardcolumnas .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 50px;
    overflow: hidden;
    transition: .5s;
    background: rgb(149, 188, 242)
}

.cardcolumnas .frontal {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px rgb(130, 170, 227);
}

.cardcolumnas .frontal h4 {
    margin-top: 65px;
    /* bottom: 0; */
    width: 100%;
    height: 70px;
    line-height: 5px;
    color: rgb(234, 253, 252);
    text-align: center;
    font-family: 'Sacramento';  
    font-size: 50px;
}

.cardcolumnas .frontal p {
    letter-spacing: 1px;
    font-size: 15px;
    color: rgb(234, 253, 252);
    text-align: center;
}

.cardcolumnas .atras {
    transform: perspective(600px) rotateY(180deg);
    background: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px rgb(145, 216, 228);
}

.cardcolumnas .atras h4 {
    font-size: 50px;
    margin-top: 10px;
    letter-spacing: 2px;
    color: rgb(130, 170, 227);
    font-family: 'Sacramento';  
}

.contenido .cardcolumnas h5 {
    color: rgb(239, 242, 246);
    font-family: 'Sacramento';
    font-size: 30px;
    text-align: center;
    margin-top: 33px;
} 

.cardcolumnas .atras p {
    letter-spacing: 1px;
    font-size: 15px;
    color: rgb(130, 170, 227);
    text-align: center
}

.cardcolumnas:hover .frontal {
    transform: perspective(600px) rotateY(180deg);
}

.cardcolumnas:hover .atras {
    transform: perspective(600px) rotateY(360deg);
}



/* demos */
/*h6 {
    color:rgb(130, 170, 227);
}*/

.tira-productos {
    overflow-x: scroll;
    padding-top: 1rem;
    padding-bottom: 1rem;

    margin-left: 20px;

    /*display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1500px;*/
}

.stripe-container {
    display: flex;
    flex-direction: row;  
}

.stripe-container .cardss {
    width: 115px;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.responsive-iframe {
    position: relative;
    padding-top: 56.25%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover {
    height: 250px;
    color: white;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.cardss a {
    font-size: 18px;
    font-family: Sacramento;
}



/* contacto */
/*.bodycompu {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/andrew-neel-cckf4TsHAuw-unsplash.jpg);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}

.parrafocompu {
    width: 98%;
    height: 98vh;
    background-color: rgb(130, 170, 227, 0.7);
    border-radius: 6px;
    overflow: hidden;
    color: aliceblue;
}

.bodyformulario {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.contactgeneral .confirmar.activo h19 {
    color: rgb(73, 83, 113);
    font-size: 2em;
    margin-bottom: 10px;
}

.contactgeneral .confirmar.activo p8 {
    color: whitesmoke;
    line-height: 1.5;
    margin-bottom: 20px;
}

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

.confirmar {
	display: none;
}

.confirmar.activo {
	display: block;
}

.contenedor-input {
	position: relative;
}

.contactgeneral form .inputBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.contactgeneral form .inputBox label {
    color: rgb(241, 224, 172);
    font-weight: 700;
}

.contactgeneral form .inputBox input[type="nombre"],
.contactgeneral form .inputBox input[type="correo"],
.contactgeneral form .inputBox input[type="telefono"],
.contactgeneral form .inputBox textarea {
    border: none;
    background: #cbebfb;
    padding: 10px;
    border-radius: 15px;
    color: #1766a3;
    resize: none;
}

.contactgeneral form .inputBox input[type="nombre"]:focus
.contactgeneral form .inputBox input[type="correo"]:focus
.contactgeneral form .inputBox input[type="telefono"]:focus 
.contactgeneral form .inputBox textarea:focus {
    outline: 2px solid #1766a3;
}

@media(max-width:991px) {
    body {
        padding: 30px;
    }

    form {
        width: 100%;
    }
}

.exito {
	display: none;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.exito.activo {
	display: flex;
}

.exito svg {
	width: 50px;
	height: 50px;
	color: var(--primario);
}


input {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 0 20px 0 45px;
	margin-bottom: 20px;
	background: #f4f8f7;
	color: var(--primario);
	font-family: 'Quicksand', sans-serif;
	border: 2px solid transparent;
	transition: .3s ease all;
}

input:focus {
	outline: none;
	border: 2px solid var(--primario);
}

.contenedor-boton {
	display: flex;
	justify-content: center;
}

button {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	background: none;
	height: 50px;
	color: var(--primario);
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: end;
	border: 2px solid var(--primario);
	cursor: pointer;
	transition: .3s ease all;
	outline: none;
}

button:hover {
	background: var(--primario);
	color: #fff;
}

button svg {
	margin-left: 10px;
	width: 20px;
	height: 20px;
}

.contactgeneral .confirmar.activo h20 {
    color: rgb(73, 83, 113);
    font-size: 2em;
    margin-bottom: 10px;
}

.contactgeneral .confirmar.activo p20 {
    color: whitesmoke;
    line-height: 1.5;
    margin-bottom: 20px;
}*/



/* datos personales */
.datos-personales {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/original.flower.png);
    width: 250;
    height: 900;
}

.cardspersonales {
    position: relative;
    width: 450px;
    height: 190px;
    background: rgb(130, 170, 227);
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgb(130, 170, 227);
    transition: 0.5s;
}

.cardspersonales:hover {
    height: 450px;
}

.imgBx {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: rgba(49, 92, 152, 0.7);
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgb(130, 170, 227);
    overflow: hidden;
    transition: 0.5s;
}

.cardspersonales:hover .imgBx {
    width: 250px;
    height: 250px;
}

.imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    object-fit: cover;
}

.cardspersonales .contentredessociales {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.cardspersonales .contentredessociales .details {
    padding: 40px;
    text-align: center;
/*    width: 100%;*/
    transition: 0.5s;
    transform: translateY(150px);
}

.cardspersonales:hover .contentredessociales .details {
    transform: translateY(0px);
}

.cardspersonales .contentredessociales .details h7 {
    font-size: 1.25em;
    font-weight: 600;
    color: azure;
    line-height: 1.2em;
}

.cardspersonales .contentredessociales .details h7 span{
    font-size: 1em;
    font-weight: 500;
    opacity: 0.5;
}

.cardspersonales .contentredessociales .details p {
    font-size: 1em;
    color: azure;
    line-height: 1.2em;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.cardspersonales .contentredessociales .details p span {
    font-size: 1em;
    font-weight: 500;
    opacity: 0.5;
}



/* dudas */
.cardquestion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1500px; 
}

.cardpregunta {
    position: relative;
    width: 300px;
    height: 400px;
    margin: 20px;
}

.cardpregunta .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: rgb(149, 188, 242);
}

.delante {
    width: 10%;
    height: 12.5%;
    margin-top: 280px;
    margin-left: 130px;
}

.cardpregunta .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px rgb(130, 170, 227);
}

.cardpregunta .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    line-height: 35px;
    color: rgb(234, 253, 252);
    text-align: center;
    font-family: 'Sacramento';  
    font-size: 40px;
}

.cardpregunta .back {
    transform: perspective(600px) rotateY(180deg);
    background: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px rgb(145, 216, 228);
}

.cardpregunta .back h3 {
    font-size: 35px;
    margin-top: 20px;
    letter-spacing: 2px;
    color: rgb(130, 170, 227);
    font-family: 'Sacramento';  
}

.cardpregunta .back p {
    letter-spacing: 1px;
    color: rgb(130, 170, 227)
}

.cardpregunta:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.cardpregunta:hover .back {
    transform: perspective(600px) rotateY(360deg);
}



/* testimonios */
.generalbody {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(assets/compuonix.jpg);
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
}

.wrapper {
    width: 85%;
    height: 85vh;
    background-color: rgb(130, 170, 227, 0.7);
    border-radius: 6px;
    overflow: hidden;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .testimoniocard {
    background: rgb(191, 234, 245);
/*    width: 600px;*/
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    animation: animate 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
}

.wrapper:hover .testimoniocard {
    animation-play-state: paused;
}

.wrapper .testimoniocard:last-child {
    animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translateY(100%) scale(0.5);
    }
    5%, 20% {
        opacity: 0.4;
        transform: translateY(100%) scale(0.7);
    }
    25%, 40% {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0%) scale(1);
    }
    45%, 60% {
        opacity: 0.4;
        transform: translateY(-100%) scale(0.7);
    }
    65%, 100% {
        opacity: 0;
        transform: translateY(-100%) scale(0.5);
    }
}

.testimoniocard .details{
    margin-left: 80px;
    justify-content: center;
    align-items: center;
}

.details span {
    font-weight: 600;
    font-size: 18px;
    color: aliceblue;
    justify-content: center;
    align-items: center;
}

h9 {
    color: black;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: 'Sacramento';
}

p5 {
    color: black;
   
}

p6 {
    color: black;

}



/* finish */
.colorfinish {
    background: rgb(130, 170, 227);
    width: 100%;
    height: 100%;
    margin-top: 100px;
    padding: 80px;
    position: relative;
}

.finishname h7 {
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    margin-bottom: 30px;
}

.finishname h8 {
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    margin-bottom: 35px;
}

.facebook2 {
    position: absolute;
    right: 120px;
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-top: 15px;
}

.instagram2 {
    position: absolute;
    right: 80px;
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-top: 15px;
}

/*.whatsapp2 {
    position: absolute;
    right: 40px;
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-top: 15px;
}*/