


.formulario-imagen
{
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('../images/doctor.jpeg')center no-repeat;
    background-size: cover;
    background-position-y: top;
    height: 100vh;
    text-align: center;
}


.formulario-imagen img
{
    padding-top: 10vh;
    width: 40%;
}

.titulo-imagen
{
    margin-top: 20vh;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 900;
    font-size: 70px;
    color: #FFF;
    padding: 25px 60px 0px;
    margin-bottom: -5px;
}

.subtitulo-imagen
{
    text-align: center;
    font-size: 40px;
    color: #62928e;
    font-weight: 400;
}


.Recuadro__Busqueda
{
    background-color: rgba(163,163,163,1);
    margin-top: 25px;
    margin-left: 30%;
    margin-right: 30%;

}

.Titulo__Busqueda
{
    font-size: 20px;
    margin: 0px;
    font-family: 'Roboto Condensed';
    padding-bottom: 10px;

}

.Row__Recuadro
{
    padding: 20px;
}

.Col__Recuadro
{
    padding: 0px;
    align-self: center;
}


.formulario__select
{
    width: 90%;
    margin-bottom: 5px;
    background: #fff;
    border: 3px solid transparent;
    border-radius: 3px;
    height: 35px;
    line-height: 22px;
    padding: 0 40px 0 10px;
    transition: .3s ease all;
    font-family: 'Roboto Condensed';
    font-size: 14px;
}


.formulario__select:focus
{
    border: 3px solid #0075ff;
    outline: none;
    box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

.formulario__btn
{
    height: 45px;
    line-height: 40px;
    width: 90%;
    background: #000;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: .1 ease all;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 15px;
}

.formulario__btn:hover
{
    box-shadow: 3px 0px 30px rgba(163,163,163,1);
}

.titulo-segunda-division
{
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #4d4d4d;
    font-size: 35px;
    margin-bottom: 0px;
}

.sub-segunda-division
{
    font-family: 'Roboto Condensed';
    font-weight: 600;
    color: rgb(0, 146, 101);
    font-size: 20px;
    margin-bottom: 0px;
}

.titulo-tercera-division
{
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #4d4d4d;
    font-size: 35px;
    margin-bottom: 0px;
}

.sub-tercera-division
{
    font-family: 'Roboto Condensed';
    font-weight: 600;
    color: rgb(0, 146, 101);
    font-size: 20px;
    margin-bottom: 0px;
}



main
{
    background-color: rgba(198, 198, 198, 0.9);
    width: 100%;
    margin: auto;
    padding: 0px;
}

.division-row
{
    padding: 0px;
    margin: 0px;
}

.form-segunda-division
{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 80px;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb #cbcbcb;
}

.formulario
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}



.area__doble
{
    grid-column: span 4;
}


.area__unica
{
    grid-column: span 2;
}

.btn__segunda_division
{
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 40px;
    background: #000;
    color: #FFF;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 15px;
}

.cuadro-planes
{
    padding: 2px;
}

.cuadro-texto-plan
{
    text-wrap: nowrap;

}


.plan-1
{
    background-color: #f1f1f1;
    padding: 5px;
}

.plan-2
{
    background-color: #f1f1f1;
    padding: 5px;
}

.plan-3
{
    background-color: #f1f1f1;
    padding: 5px;
}

.plan-4
{
    background-color: #f1f1f1;
    padding: 5px;
}

.modal-btn
{
    border: none;
    background-color: black;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
}

.ion-md-arrow-dropdown-circle
{
    vertical-align: middle;
    font-size: 22px;
}

.titulo-plan
{
    padding-top: 30px;
    font-family: 'Roboto Condensed';
    text-align: center;
    color: #000000;
}

.precio-plan
{
    font-family: 'Roboto Condensed';
    text-align: center;
    color: rgb(0, 146, 101);
    font-size: 17px;
    height: 30px;
}
.texto-plan
{
    color: #000000;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto Condensed';
    white-space: normal;
}

.plan__btn
{
    height: 45px;
    line-height: 40px;
    width: 100%;
    background: #000;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: .1 ease all;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 15px;
}
.modal-content {
    background-color: #ededed;
}

.modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.fs-5
{
    color: rgb(0, 146, 101);
    font-size: 35px !important;
    font-weight: 200;
}

.sub-modal
{
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 20px;
}

.modal-texto-plan
{
    color: #464646;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    white-space: normal;
}





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

    .formulario-imagen img {
        padding-top: 15vh;
        width: 90%;
    }

    .Recuadro__Busqueda {
        background-color: rgba(163, 163, 163, 1);
        margin-top: 25px;
        margin-left: 10%; 
        margin-right: 10%; 
    }

    .formulario__select {
    
        margin-bottom: 10px;
    }

    .form-segunda-division {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 80px;
        overflow: scroll;
        scrollbar-width: thin;
        scrollbar-color: #cbcbcb #cbcbcb;
    }

    .titulo-segunda-division
{
    font-family: 'Roboto Condensed';
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin-bottom: 0px;
}

.titulo-tercera-division
{
    font-family: 'Roboto Condensed';
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin-bottom: 0px;
}

.plan-1
{
    margin-top: 15px;
    background-color: #f1f1f1;
    padding: 10px;
}

.plan-2
{
    margin-top: 15px;
    background-color: #f1f1f1;
    padding: 10px;
}

.plan-3
{
    margin-top: 15px;
    background-color: #f1f1f1;
    padding: 10px;
}

.plan-4
{
    margin-top: 15px;
    background-color: #f1f1f1;
    padding: 10px;
}

.titulo-plan
{
    padding-top: 20px;
    font-family: 'Roboto Condensed';
    text-align: center;
    color: #000;
}
}

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


    
}







/** ROTADO **/

@media only screen and (max-height: 550px) {

    .formulario-imagen
    {
        height: auto;
        
    }

    .Recuadro__Busqueda {

        margin-bottom: 5%;
    }
}
