*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: 'Open Sans';
    background: #F7F7FF;
}

html{
    scroll-behavior: smooth;
}


header {

}


/* ----------------- Menu ----------------- */

.logo img{
    width: 200px;
    margin: 20px;
}



/* ----------------- Banner Curvado ----------------- */

.banner{
    width: 100%;
    height: 600px;
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, hsla(247, 27%, 19%, 0.61), hsla(245, 39%, 28%, 0.514), hsla(246, 55%, 10%, 0.555)), url(../img/banner_LF1.png);
    background: linear-gradient(to right, hsla(247, 27%, 19%, 0.61), hsla(245, 39%, 28%, 0.514), hsla(246, 55%, 10%, 0.555)), url(../img/banner_LF1.png);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}



/* ------- Titulos animados ------- */

.container-banner{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}

.container-banner span{
    display: block;
    text-shadow: #CCC 1px 0 10px;

}

.titulo-animado{
    color: #F0F8FF;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 8px;
    position: relative;
    animation: text 3s 1;

}

.subtitulo-animado{
    font-size: 30px;
    color: #00FFFF;

}

@keyframes text {
    0%{
        color: #00FFFF;
        margin-bottom: -500px;
    }


    30%{
        letter-spacing: 25px;
        margin-bottom: -30px;
    }

    85%{
        letter-spacing: 8px;
        margin-bottom:  -30px;
    }
}



/* ------------------------------ Cards Hover Parallax ----------------------------------- */

.container_cards{
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;/*Margen alto respecto a la sección*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-tune{
    width: 300px;
    margin: 30px;/*Espaciado entre cada card*/
    transition: all 200ms;
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.5));
}

.card-tune:hover{
    width: 350px;
}

.card-tune .cover{
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.card-tune .cover img{
    width: 250px;
    display: block;
    margin: auto;
    position: relative;
    top: 40px;/*Posición arriba en donde se coloca la imagén al inicio */
    z-index: 1;/*Para que la imagen se vaya hacia atras*/
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.5));
    transition: all 300ms;
}

.card-tune:hover .cover img{
    top: 10px;/*Posición a donde regresa la imagén al pasar el cursor */
    filter: none;
}

.card-tune .img_back{
    width: 100%;
    height: 230px;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-size: cover;
    border-radius: 20px;
    transition: all 300ms;
}

.card-tune:hover .img_back{
    bottom: -40px;
}

.card-tune:nth-of-type(2) .img_back{
    background-image: url(../img/bg1.png);
}

.card-tune:nth-of-type(1) .img_back{
    background-image: url(../img/bg2.png);
}

.card-tune:nth-of-type(3) .img_back{
    background-image: url(../img/bg3.png);
}

.card-tune:nth-of-type(4) .img_back{
    background-image: url(../img/bg1.png);
}

.card-tune:nth-of-type(5) .img_back{
    background-image: url(../img/bg2.png);
}

.card-tune:nth-of-type(6) .img_back{
    background-image: url(../img/bg3.png);
}


.card-tune .descripcion{
    background: white;
    margin-top: 0px;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;  
    transition: all 300ms;
}

.card-tune:hover .descripcion{
    padding: 30px;
}

.card-tune .descripcion h3{
    margin-top: 5px;
    text-align: center;
}

.card-tune .descripcion p{
    margin-top: 10px;
    text-align: center;
}

.card-tune .descripcion input{
    padding: 10px 40px;
    margin-top: 20px;
    border: none;
    background: #A6359D;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 300ms;
}

.card-tune .descripcion input:hover{
    background: #83277b;
}


/* ------------------------------------ Generales ------------------------------------ */

.parrafo{
    font-size: 22px;
    text-align: justify;
}

.parrafo-light{
    color: white;
    font-size: 22px;
    text-align: center;
}


.titulos-content-dark{
    font-size: 45px;
    color: #A60F37;
    font-weight: 900;
    text-shadow: 1px 1px 1px #0D0D0D;
}

.titulos-content-light{
    font-size: 40px;
    color: #D9D9D9;
    font-weight: 900;
    text-shadow: 1px 1px 1px #0D0D0D;
}


.container-titulo-1{
    background: #fff;
    width: 400px;
    height: 90px;
    margin: auto;
    margin-left: -100px;
    margin-top: -100px;
    padding-top: 10px;
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    transition: all 400ms;

}

.container-titulo{
    /*background: #fff;*/
    background-color: rgb(255, 255, 255);
    width: 400px;
    height: 90px;
    margin: auto;
    margin-top: -100px;
    padding-top: 10px;
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    transition: all 400ms;
    justify-content: center;

}


/* ------------------------------------ Seccion Nosotros ------------------------------------ */

#Nosotros{
    background:#F7F7FF; 
    height: 100%;
    margin: 0px;
    padding: 50px;
    
}

.wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.img-3D{
    width: 90%;
}



/* ------------------------------------ Seccion Servicios ------------------------------------ */

#Servicios{
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-bottom: 120px;
    /*background: #DBDBEC*/
    /*background-image: url(../img/Animated_Shape.svg);*/
    background-image: url(../img/services_background.svg);

}


/* ------------------------------------ Parallax ------------------------------------ */

.parallax{
    background: #fff fixed no-repeat 50% 50%;
    background-size: cover;

}

#img-parallax-1{
    background-image: url(../img/banner-parallax-1.gif);
    width: 100%;
    height: 400px;
}

#img-parallax-2{
    background-image: url(../img/banner-parallax-2.gif);
    width: 100%;
    height: 400px;
}


/* ------------------------------------ Seccion Soluciones ------------------------------------ */

#Soluciones{
    width: 100%;
    height: 100%;
    background:#F7F7FF;
    padding: 50px ;
    margin-bottom: 150px;

}


.container-box{
    max-width: 1100px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box{
    width: 218px;
    height: 200px;
    background: #fff;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
}

.box:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
    background: #0099E9;
    z-index: 1;
}

.box i{
    font-size: 60px;
    color: #0099E9;
}

.box:hover i{
    color: #fff;
}

.box h5{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
}

.box h4{
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    filter: blur(5px);
    opacity: 0;
}

.box:hover h4{
    font-size: 14px;
    opacity: 1;
    filter: blur(0px);
    color: #fff;
    transition: all 600ms ease;
}


.titulo-solucion{
    text-align: center;
}

/* ------------------------------------ Seccion Contacto ------------------------------------ */

#Contacto{
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-bottom: 100px;
    background-image: url(../img/banner-footer.svg);

}


.back-box{
    border-radius: 20px;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 128, 255, 0.3);
    margin-top: 10px;
    padding: 50px;
    color: white;
    text-align: center;
}

.back-box div{
    height: 70%;
}


.container-contac-form{
    align-items: center;
    position: relative;

}

.container-contac-form form{
    width: 100%;
    padding: 50px 20px;
    background: #fff;
    border-radius: 20px;
}

.container-contac-form form h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #425B8C;/*Color azul Lifework*/
}

.container-contac-form form input{
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    background: #F2F2F2;
    font-size: 16px;
    outline: none;
}

.btn-contacto{
    margin-top: 30px;
    padding: 10px 40px;
    border: none;
    background: #425B8C;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    outline: none;
    border-radius: 10px;
    transition: all 300ms;
    align-items: center;
}

.btn-contacto:hover{
    background: #A60F37;
}




.logo-footer{
    width:500px;
    display: block;
    margin: 0px auto;
}

.astro{
    width: 300px;
    display: block;
    margin: 0px auto;
}

.cupon{
    width: 85%;
    display: block;
    margin: 0px auto;
}


/*----------------------------------- Responsive ------------------------------------*/

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

    .astro{
        width: 200px;
    }
   
    .logo-footer{
        width: 200px;
    }
   
}

@media screen and (max-width: 450px)
{
    .titulo-animado
    {
        font-size: 60px;
        font-weight: 500;
        letter-spacing: 5px;
    }

    .container-titulo
    {

        width: 250px;
        height: 90px;
        margin: auto;
        margin-top: -100px;
        padding-top: 12px;
        justify-content: center;
    }

    .container-titulo-1
    {
        background: #fff;
        width: 300px;
        height: 90px;
        margin: auto;
        margin-left: -90px;
        margin-top: -100px;
        padding-top: 12px;
    }

    .titulos-content-dark
    {
        font-size: 38px;
        color: #A60F37;
        font-weight: 800;
        text-shadow: 1px 1px 1px #0D0D0D;
    }


}



/*----------------------------------- Modals ------------------------------------*/

.img_modal{
    width: 60%;
    display: block;
    margin: 0px auto;
}

.contenido_modal
{
    text-align: justify;
}