*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

p{
    margin: 0;
}

.text-center{
    text-align: center;
}

body {
    overflow-x: hidden;
}

/* menu */

header{
    display: flex;
    position: fixed;
    padding: 20px 30px;
    width: 100%;
    z-index: 10;
}

.video1{
    width: 100%;
    position: fixed;
    z-index: -100
}

.box_header{
    position: relative;
}

.box_header::after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background-color: white;
    height: 80%;
    top: 10%;
    left: 5%;
}

.logo{
    padding-left: 45px;
    padding-bottom: 4px;
}

.menu{
    display: flex;
    list-style: none;
    border-top: 1px solid #ffffff;
    width: 500px;
    padding-left: 30px;
}

.menu a{
    display: block;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

/* primera seccion */


.section{
    width: 100%;
    min-height: 100vh;
}

.btn-menu{
    display: none;
}

.inicio{
    background:rgba(0,0,0,0.8);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_fessta{
    width: 60%;
}

.titulo{
    color: #ffffff;
    font-size: 30px;
    margin-top: 15px;
    border-top: 2px solid #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.store{
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

.store img{
    margin-right: 25px;
}

/* que es */

.que_es{
    background-image: url("../images/ima2.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.phone{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.phone img{
    width: 200px;
    height: 100%;
    padding-top: 80px;
}

.content-btn{
    margin-top: 50px;
    width: 100% ;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.btn-descargar{
    background-color: #FD6D66 ;
    border-radius: 12px;
    padding: 12px 35px;
    box-shadow: 4px 4px 0px 0px #846D66;
    color: #ffffff;
    /*margin-right: 60px;*/
    font-size: 18px;
    transform: translateX(-105%);
    cursor: pointer;
}

.contenido-que-es{
    width: 55%;
    padding-left: 80px;
}

.contenido-que-es img{
    width: 50%;
    padding-left: 60px;
}

.parrafo_que_es{
    color: #ffffff;
    font-size: 18px;
    width: 60%;
    text-align: justify;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #FD6D66;
}

/* beneficios */

.datos{
    background-image: url("../images/ima3.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 120px;
}

.titulo-datos{
    width: 40%;
    color: #FD6D66;
    font-size: 60px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.content-datos{
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px;
    justify-content: center;
}

.dato{
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 30px;
}

.dato h2{
    font-size: 30px;
    color: #FD6D66;
    font-weight: 100;
}

.dato p{
    font-size: 20px;
    color: #ffffff;
    text-align: justify;
    margin-top: 15px;
}

.gente{
    position: absolute;
    z-index: 2;
    bottom: -200px;
    width: 100%;
}

.gente img{
    width: 100%;
}

.lo_que_buscas{
    background-image: url("../images/ima4.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.alinear{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.titulo_buscas{
    color: #FD6D66;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contenido_buscas{
    width: 50%;
    color: #ffffff;
    font-size: 22px;
    margin-top: 15px;
}

.video{
    width: 50%;
}

.video iframe{
    width: 100%;
}

.beneficios{
    background-image: url("../images/ima5.jpg");
    background-size: cover;
    background-position: center;
}

.beneficios-titulo{
    color: #FD6D66;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
}

.items-beneficios{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.iten-left, .iten-right{
    width: 35%;
}

.items-beneficios .phone{
    width: 26%;
}

.iten h2{
    text-align: center;
    color: #FD6D66;
    text-transform: uppercase;
}

.iten p{
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
}

.registrate{
    background-image: url("../images/ima6.jpg");
    background-size: cover;
    background-position: center;
}

.context-registrare{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100vh;
}

.registrate-left{
    width: 40%;
}

.registrate-left h2{
    margin-top: 70px;
    color: #FD6D66;
    font-size: 50px;
    margin-left: 0;
}

.form{
    margin-top: 25px;
}

label{
    color: #FD6D66;
    font-size: 19px;
}

.form-control {
    background-color: rgba(225,225,225,0.6);
    border: none;
}

.registrate-rigth{
    width: 60%;
    padding-left: 50px;
    color: #ffffff;
    text-align: center;
}

.registrate-rigth h3{
    font-size: 30px;
    text-transform: uppercase;
}

.registrate-rigth h2{
    font-size: 45px;
}

.social{
    margin-top: 25px;
    margin-bottom: 25px;
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    padding: 25px;
}

.footer img{
    width: 120px;
    height: 100%;
}

.footer-left, .footer-right{
    width: 20%;
    display: flex;
    align-items: center;
}

.footer-left img {
    height: auto;
}

.footer-center{
    width: 60%;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.footer-right{
    display: flex;
    justify-content: flex-end;
}

.XD{
        display: flex;
    align-items: center;
}

.none{
opacity:0;
}
.block{
opacity:1;
}

.flex{
    display: flex;
}

@media(max-width: 968px){

.btn-menu{
    display: block;
}

.logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 44px;
    align-items: center;
}

.activar{
    display: block !important;
}

.content_menu {
    display: none;
    margin-top: 15px
}

.box_header.animated.none.bounceInLeft.block {
    width: 100%;
}

    .store {
        align-items: center;
        justify-content: space-around;
    }

    .store img {
        margin-right: 0px;
        width: 150px;
        height: 100%;
    }

    .phone{
        width: 100%;
        justify-content: center;

    }

    .contenido-que-es{
        width: 100%;
         padding-left: 20px;
         padding-right: 20px;
         padding-bottom : 20px;
    }

    .que_es {
        background-image: url(../images/ima2.jpg);
        background-size: cover;
        background-position: center;
        display: block;
        align-items: center;
    }

    .contenido-que-es img {
        width: 50%;
        padding-top: 40px;
        padding-left: 0px;
        transform: translate3d(50%,0,0);
    }
    
    .parrafo_que_es {
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        text-align: justify;
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid #FD6D66;
    }

    .content-btn {
        margin-top: 50px;
        width: auto;
        text-align: center;
        display: flex;
        justify-content: flex-end;
    }
    
    .btn-descargar {
        transform: translateX(0%);
    }
    
    .XD{
        display: block;
        align-items: center;
    }

    .datos{
            flex-wrap: wrap;
    }

    .titulo-datos {
        width: 100%;
        color: #FD6D66;
        font-size: 35px;
        text-transform: uppercase;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0px;
        text-align: center;
    }

    .content-datos {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px 20px;
        justify-content: center;
    }

    .dato {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-right: 0px;
    }

    .dato h2 {
        text-align: center;
    }

    .gente{
        display: none;
    }

    .contenido_buscas {
        width: 100%;
        color: #ffffff;
        font-size: 22px;
        margin-top: 15px;
    }

    .titulo_buscas {
        color: #FD6D66;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: center;
    }

    .p_contenido_buscas{
        font-size: 16px;
        text-align: justify;
    }

    .video {
        margin-top: 25px;
        width: 100%;
    }

    .iten-left, .iten-right {
        width: 100%;
        padding-bottom: 35px;
    }

    .items-beneficios .phone {
        width: 50%;
    }

    .phone img {
        width: 100% !important;
    }

    .registrate-left {
        width: 100%;
    }

    .registrate-rigth h3 {
        font-size: 15px;
        text-transform: uppercase;
    }

    .registrate-rigth {
        width: 100%;
        padding-left: 0px;
        color: #ffffff;
        text-align: center;
        margin-top: 0px !important;
    margin-bottom: 30px;
    }

    .footer-left, .footer-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-center {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer-right {
        justify-content: space-around;
    }


    .box_header::after {
        content: "";
        display: none;
        position: absolute;
        width: 2px;
        background-color: white;
        height: 80%;
        top: 10%;
        left: 5%;
    }

    .menu {
        border-top: none;
        flex-wrap: wrap;
    }

    .menu li {
        width: 100%;
    }
    
    header {
        display: flex;
        position: fixed;
        padding: 8px 0px;
        width: 100%;
        z-index: 10;
        background-color: rgba(0,0,0,0.8);
    }
    
    .btn-menu{
        font-size: 25px;
        color: #ffffff;
    }

    .inicio {
    background-image: url(../images/ima1.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .beneficios-titulo
    {
        font-size: 38px;
    }

    .iten h2
    {
        font-size: 20px;
    }

    .iten p {
        font-size: 13px;
    }

    .registrate-left h2 {
        font-size: 35px;
        text-align: center;
    }

    .registrate-rigth h2 {
        font-size: 27px;
    }

    .phone img {
        width: 36% !important;
        transform: translateX(30%);
        padding-top: 60px;
    }

    .tras{
        transform: translate3d(-30px , 25px ,0px) !important
    }

    .items-beneficios .phone img {
        transform: translateX(0%);
        width: 100% !important;
    }
    
    .contenido_buscas p{
        font-size: 15px;
        text-align: justify;
    }

    .contenido_buscas .titulo_buscas p
    {
        font-size: 28px;
        text-align: center;
    }
    
    .box_header {
        position: relative;
        width: 100%;
    }
    
    .social {
        margin-top: 18px;
        margin-bottom: 10px;
        width: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }

}