.contenedor{
    position: relative;
    font-family: 'Share Happiness Around';
}
p{
    margin-bottom: 0 !important;
}
.banner-principal{
    position: relative;
    width: auto;
    margin-bottom: -1px;
}
.banner-principal > .col-lg-7{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-principal .textos{
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.banner-principal > div > .textos > .texto-grande{
    font-size: 1.5rem;
    text-align: left;
    font-weight: 500;
    color: #d57c00;
}
.banner-principal > div > .textos > .texto-medio{
    font-size: 1.3rem;
    font-weight: 300;
    color: #0048a4;
}
.banner-principal > div > .textos > .texto-pequeno{
    font-size: 0.5rem;
}
.banner-principal > div > .textos > p > span{
    font-size: 1.4rem;
}
.banner-principal > div > .textos > p > .span-big{
    font-size: 2.2rem;
    color: #d57c00;
    font-weight: 500;
}
.banner-principal > div > .textos > p > p > .span-small{
    font-size: 0.5rem !important;
}
.header{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 60px;
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 5px 5px #cfcfcfbf;
    background-color: rgb(255 255 255 / 46%);
}
.header > img{
    height: 100%;
}
.btn-whatsapp{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 10px;
    z-index: 1000;
    background-color: #15a34a;
    border-radius: 25px;
    padding: 5px;
}
.btn-whatsapp:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.btn-whatsapp > h5{
    color: #fff;
    /* text-shadow: 2px 2px 10px #fff; */
    margin: 0;
    /* font-weight: 700; */
}
.btn-whatsapp > button{
    font-size: 50px;
    /* padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-top: 10px; */
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #15a34a;
    color: #fff;
    border: none;
}
.img-banner-1{
    display: block;
    width: 100%;
    height: 100%;
}
.img-banner-movil{
    display: none;
}
.banner-principal .list{
    list-style: none;
}
.banner-principal > div > .textos > .list > li > .fa-check{
	margin-right:8px;
    color: #0048a4 !important;
}
#btn-comprar-aqui{
    display: none;
}
.banner-medio{
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d5d5d5;
}
.banner-medio > img{
    height: 100%;
    margin-right: 20px;
}
.div-pasos{
    background-color: #d5d5d5;
    /* margin-left: 20px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.div-pasos div{
    display: flex;
    align-items: center;
}
.div-pasos h4{
    background-color: #15a34a;
    border-radius: 40px;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
.div-pasos > p{
    font-size: 1.4rem;
}
.div-pasos .lead{
    font-weight: 500;
    font-size: 1.1rem;
    text-align: start;
}
.banner-medio > .div-pasos > .texto-banner-medio{
    text-align: left;
    margin-top: 20px;
}
.banner-medio > .div-pasos > .texto-banner-medio > p{
    font-size: 1.8rem;
}
.banner-medio > .div-pasos > .texto-banner-medio > p > .span-big{
    font-size: 2.1rem;
    color: #d57c00;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
}
.banner-medio > .div-pasos > .texto-banner-medio > .text-2{
    margin-bottom: 20px !important;
}
.banner-medio > .div-pasos > .texto-banner-medio > .span-small{
    font-size: 0.5rem !important;
}
.div-pasos .img-pasos{
    width: 60px;
}
.banner-medio .text-1{
    font-weight: 500;
    font-size: 1.6rem;
    color: #0048a4;
}
.banner-medio .text-2{
    display: flex;
    justify-content: start;
    align-items: end;
}
.banner-inferior{
    background-color: #cfcfcf;
    /* margin-top: 10px; */
    display: flex;
    justify-content: center;
}
.banner-inferior > .form-div{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-inferior .titulo-form{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.banner-inferior > .form-div > div > .titulo-form > h4{
    border-bottom: solid 0.5px #cfcfcf;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    background-color: #ff9500;
    padding: 10px;
    border-radius: 10px;
}
.banner-inferior > .form-div > div > .titulo-form:hover{
    transform: scale(1.1);
}
.banner-inferior .col-campo-form{
    margin-bottom: 10px;
}
.banner-inferior > .form-div > #FormTeleMedicina > div > div > .form-check > .form-check-input{
    float: initial;
}
.div-terminos-condiciones{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.div-terminos-condiciones .texto-pequeno{
    font-size: 0.5rem;
    text-align: start;
}
@media(max-width:767px){
    #btn-comprar-aqui{
        display: block;
    }
    .img-banner-1{
        display: none;
    }
    .img-banner-movil{
        display: block;
        width: 100%;
    }
    .div-pasos > div{
        margin-left: 50px;
    }
    .div-terminos-condiciones{
        width: 100%;
        margin-bottom: 50px;
    }
    .btn-whatsapp{
        border-radius: 50%;
        padding: 10px;
    }
    .btn-whatsapp h5{
        display: none;
    }
}
@media(max-width: 991px){
    .btn-whatsapp{
        top: initial;
        bottom: 10px;
    }
    .banner-medio{
        flex-direction: column;
        padding: 10px;
        height: auto;
    }
    .banner-medio > img{
        height: 100%;
        width: auto;
        margin-right: 0;
    }
    .banner-medio > .div-pasos > .texto-banner-medio > p{
        font-size: 1.2rem;
    }
    .div-pasos{
        width: 100%;
    }
}
@media(min-width:1400px) and (max-width:1999px){
    .banner-medio > .div-pasos > .texto-banner-medio{
        margin-top: 100px;
    }
}