.background {
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-fluid{
    font-size: 100%;
}
.content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.ul-navbar{
    margin-left: 2%;
}
.ul-navbar li{
    margin-right: 2em;
}
.ul-navbar li a{
    color: #2E2E39;

}
div h1{
    font-size:5em;
    margin-top: 25%;
    margin-left: 10%;
}
div p{
    font-size: 2em;
    margin-left: 10%;
}
.logos-container{
    display: inline-flex;
    margin-left: 10%;
}

.image-iphone2 {
    max-width: 100%;
    height: auto; 
    display: block; 
    margin: 0 auto;
    margin-top: 8%;
    position: absolute;
    margin-left: 10%;
}

.container-beneficios{
    margin-top: 8%;
    padding-bottom: 4%;
    position: relative;

}

.image-beneficios{
    position: absolute;
}

h2{
    font-size: 4em;
    margin-left: 25%;
}

.title-historial{
    font-size: 2.5em;
    margin-top: 20%;
}
.text-historial{
    font-size: 2.2em;
    padding-right: 14%;
}

.container-agenda{
    margin-top: -8%;
    margin-left: 5%;
    height: 950px;
}
.container-agenda .text-agenda{
    font-size: 2.1em;
}

.img-iphone-right{
    position: absolute;
    right: 0;
    margin-top: 15.6em;
}
.title-agenda{
    font-size: 2.5em;
    margin-top: 45%;
    margin-bottom: 0.5em;
}
.title-paciente{
    margin-top: 10%;
}
.text-paciente{
    font-size: 2.2em;
    color: #231F20;
    padding-right: 14%;
}
.title-asistente{
    margin-top: 5%;
    color: #231F20;
}
.text-asistente{
    font-size: 2.2em;
    color: #231F20;
    padding-right: 14%;
}
.container-perfil{
    height: 715px;
}
.title-perfil{
    font-size: 2.5;
    margin-top:20%;
    margin-left: 10%;
}
.text-perfil{
    font-size: 2em;
    margin-left: 10%;
}
.image-pantalla{
    position: absolute;
    right: 0;
}

.image-pantalla-uno{
    position: relative;
    z-index: 1;
}

 .image-pantalla-dos {  
    position: absolute;
    z-index: 2;
    left: 0;
    margin-left: 10%;
    margin-top: 10%;
}
.title-archivos{
    font-size: 2em;
    margin-top: 30%;
}
.text-archivos{
    font-size: 2.3em;
    padding-right: 14%;
}
.title-recetas{
    font-size: 2em;
    margin-top: 30%;
    margin-left: 10%;
}
.text-recetas{
    font-size: 2.2em;
    margin-left: 10%;
}
.image-pantalla-tres{
    position: relative;
    margin-top: 10%;
}
.container-planes{
    height: 680px;
}
.title-planes{
    font-size: 4em;
    margin-left: 30%;
    margin-top: 0%;
}
.container-contador{
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 5%;
    
}
.numeros-contador .number{
    font-size: 3.5em;

}
.text-contador .label{
    font-size: 1.2em;
}
.card-plan-mensual{
    margin-top: 10%;
}
.card-plan-anual{
    margin-top: 10%;

}

.image-oferta{
    position: absolute;
    z-index: 1;
    right: 5%;
}
.image-iphone-left{
    position: absolute;
    margin-top:-10%;
    margin-left: 5%;
}
.title-benefecios-plan{
    font-size: 3em;
    margin-top: 10%;
}
.container-lista-beneficios ul{
    margin-top: 5%;
}
.container-lista-beneficios ul li{
    font-size: 1.5em;
    color: #303030;
    margin-bottom: 0.5em;
}
.container-lista-beneficios ul li img{
    width: 1.2em;
    margin-right: 1em;
}
.title-video{
    font-size: 5em;
    text-align: center;
    margin-top: 10%;
}

.div-contactanos{
    margin-left: 25%;
    width: 27em;
}
.title-contactanos{
    margin-top: 10%;
    font-size: 4em;
}
.text-contactanos{
    font-size:1.5em !important;
}
span{
    color: #cbc9d5 !important;
    font-size: 1.2em !important;
}
.div-contactanos label{
    color: #cbc9d5;
}
textarea{
    height: 10em !important;
}
.div-footer{
    background-color: #3377FF;
    color: #ffff;
    padding-top: 1em;
    bottom: 0;
}
.div-footer p{
    font-size: 1em;
}
.div-footer a{
    color: #fff;
}
.div-a{
    position: absolute;
    right: 5%;
}
.input-telephone{
    height: 50px; 
    width: auto;
}

@media (max-width: 912px) {
    .background{
        height: 590px;
    }
    .container-fluid{
        font-size: 60%;
    }
    .logos-container{
        display: inline-flex;
        margin-left: 5%;
    }
    .image-google .image-apple{
        width: 10em;
    }
    .image-iphone2 {
        max-width: 100%;
        height: auto; 
        display: block; 
        margin: 0 auto;
        margin-top: 35%;
        position: relative;
    }
    /* .image-apple{
        margin-left: 10%;
    } */
    .title-historial{
        margin-top: 5%;
    }
    .text-historial{
        padding-right: 0%;
    }
    .container-beneficios{
        height: 320px;
    }
   
    .image-beneficios{
        position: absolute;
        width: 40em;
    }
    .container-agenda{
        height: 500px;;
    }
    .title-agenda{
        margin-top: 25%;
    }
    .text-paciente{
        padding-right: 0%;
    }
    .text-asistente{
        padding-right: 0%;
    }
    .img-iphone-right{
        position: absolute;
        right: 0;
        width: 34.4em;
    }
    .iphone-muchos{
        display: none;
    }
    .container-perfil{
        height: 400px;
    }
    .image-pantalla{
        position: absolute;
        right: 0;
        width: 50em;
    }
    .image-pantalla-uno{
        margin-top: 10%;
        position: absolute;
        z-index: 1;
        width: 35em;
    }
    
     .image-pantalla-dos {  
        position: absolute;
        z-index: 2;
        left: 0;
        margin-left: 10%;
        margin-top: 15%;
        width: 35em;
    }
    .text-archivos{
        padding-right: 0%;
    }
    .image-pantalla-tres{
        position: absolute;
        margin-top: 10%;
        width: 40em;
    }
    .container-planes{
        height: 480px;
    }
    .title-planes{
        margin-top: 0%;
        text-align: center;
        margin-left: 0%;
    }
    .card-plan-mensual{
        margin-top: 4%;
    }
    .card-plan-anual{
        margin-top: 4%;
    
    }
    .container-contador{
        text-align: center;
        color: #fff;
        font-weight: 400;
        padding-left: 20%;
        padding-right: 20%;
        margin-top: 0%;
    }
    .image-oferta{
        position: absolute;
        z-index: 1;
        right: 0%;
        width: 6em;
    }
    .image-iphone-left{
        position: absolute;
        margin-top:1%;
        margin-left: 10%;
        width: 25em;
    }
    .title-benefecios-plan{
        margin-top: 30%;
    }
   
    .title-video{
        font-size: 3em;
        text-align: center;
        margin-top: 20%;
    }
    .div-contactanos{
        margin-left: 10%;
        width: 40em;
    }
    .text-contactanos{
        font-size:2em !important;
        text-align: center;
        margin-left: 0%;
    }
    .image-contactanos{
        position: relative;
        width: 35em;
        margin-top: 10%;
        margin-left: 10%;
    }
   
   
}
@media (max-width: 480px) {
    .background{
        height: 400px;
    }
    .container-fluid{
        font-size: 70%;
    }
  
    .image-google{
        width: 20em;
    }
    .image-apple{
        width: 20em;
    }
   
    .image-iphone2{
        display: none;
    }
    .container-beneficios{
        height: 450px;
    }
    .image-beneficios{
        position: relative;
        margin-left: 10%;
        width: 40em;
    }
    .container-agenda{
        margin-top:10%;
        height: 310px;
    }
    .title-agenda{
        margin-top: 0%;
    }

    .img-iphone-right{
       display: none;
    }
    .container-paciente-asistente{
        height: 460px;
    }
    .title-paciente{
        margin-top: 0%;
    }
    .image-pantalla{
        position: absolute;
        right:0;
        width: 25em;
        margin-top: -20%;
    }
    .image-pantalla-uno{
        display: none;
    }
    
     .image-pantalla-dos {  
       display: none;
    }
    .title-archivos{
        margin-top: 12%;
    }
    .title-recetas{
        margin-top: 10%;
    }
    .image-pantalla-tres{
        position: relative;
        margin-top: 5%;
    }
    .container-contador{
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 5%;
    }
    .container-planes{
        height: 680px;
    }
    .title-planes{
        font-size: 2.5em;
        margin-top: 1em;
    }
    .image-iphone-left{
       display: none;
    }
    .title-benefecios-plan{
        margin-top: 10%;
        text-align: center;     
    }
    ul{
        margin-left: 15%;
    }
    .title-video{
        font-size: 2.2em;
        text-align: center;
        margin-top: 10%;
    }
    .div-contactanos{
        /* margin-left:5%; */
        width: 80%;
    }
    .text-contactanos{
        font-size:2em !important;
        text-align: center;
        margin-left: 0%;
    }
    .image-contactanos{
        display: none;
    }
    .div-a{
        position: absolute;
        right: 0;
    }
    .input-telephone{
        height: 50px; 
        width: 220px;
    }
    
    
}

 