/*****************************************************
            SERVACARE
*****************************************************/
#contenedor-servacare {
    display: block;
    z-index: 1;
    padding-top: 64px;
}
#serva_titulo1 {
    margin: auto;
    position: relative;
    padding-top: 66px;
    color: #1a2c50;
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    height: 120px;
}
.serva_subtitulo1 {
    margin: auto;
    position: relative;
    color: #1a2c50;
    font-size: 19.5px;
    text-align: center;
    line-height: 24px;
    height: auto;
}
.serva_subtitulo1-a {
    width: 472px;
}

#serva_logotipo-serva {
    margin: auto;
    position: relative;
    width: 286px;
    height: 66px;
    background: url(../img/servacare/servacare_logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#serva_titulo2 {
    margin: auto;
    position: relative;
    padding-top: 24px;
    color: #e8318b;
    font-size: 19.5px;
    font-style: italic;
    text-align: center;
}

#serva_texto1 {
    margin: auto;
    position: relative;
    width: 553px;
    padding-top: 29px;
    color: #1a2c50;
    font-size: 23.5px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}
.serva_texto-rosa {
    color: #e8318b;
}
.serva_texto-rosa2 {
	font-size: 23.5px;
    color: #e8318b;
}

#serva_texto2 {
    margin: auto;
    position: relative;
    color: #e8318b;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    margin-top: -20px;

}
#serva_texto2_A {
    margin: auto;
    position: relative;
    color: #e8318b;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;

}

#serva_contenedor-card {
    position: relative;
    margin: auto;
    padding-top: 43px;
    width: 100%;
    height: auto;
}
#serva_card-rosa {
    position: relative;
    margin: auto;
    width: 582px;
    height: auto;
    background-color: #fde9f4;
    border-radius: 33px;
    padding-bottom: 10px;
}
#serva_card-texto {
    margin: auto;
    position: relative;
    width: 95%;
    color: #1a2c50;
    font-size: 19.5px;
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
}

#serva_texto3 {
    margin: auto;
    position: relative;
    width: 762px;
    color: #1a2c50;
    font-size: 19.5px;
    text-align: center;
    line-height: 24px;
    padding-top: 100px;
    height: auto;
    padding-bottom: 32px;
}

#serva_contenedor-btns {
    position: relative;
    margin: auto;
    width: 420px;
    height: 75px;
    padding-bottom: 29px;
}
.serva_btn-rosa1 {
    float: left;
    position: relative;
    margin: auto;
    width: 42%;
    height: 100%;
    background-color: #fff;
    border-style: solid;
    border-radius: 14px;
    border-color: #e8318b;
    border-width: 3px;
    cursor: pointer;
    color: #e8318b;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
}
.serva_btn-rosa2 {
    float: right;
}


#serva_texto-aprobacion {
    font-size: 16px;
    font-weight: bold;
}

/*****************************************************
            POPUP PRUEBA DIAGNOSTICA
*****************************************************/
#contenedor-popup-prueba {
    width: 100%;
    position: relative;
    display: none;
    background: url(../img/servacare/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 114px;
    z-index: 2;
    height: 898px;
    min-height: 100vh;
}

#prueba_popup {
    position: relative;
    margin: auto;
    width: 655px;
    height: auto;
    background-color: #fff;
    border-radius: 51px;
}
#prueba_popup-btn-cerrar {
    float: right;
    position: relative;
    padding-right: 24px;
    padding-top: 22px;
    width: 42px;
    height: 41px;
    color: #1a2c50;
    font-size: 27px;
    text-align: left;
    line-height: 20px;
    z-index: 10;
    cursor: pointer;
}
#prueba_popup-titulo {
    margin: auto;
    position: relative;
    padding-top: 63px;
    color: #1a2c50;
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    height: auto;
}
#prueba_popup-subtitulo {
    margin: auto;
    position: relative;
    color: #1a2c50;
    font-size: 21px;
    text-align: center;
    height: auto;
    padding-bottom: 5px;
}

#prueba_popup-contenedor-texto1 {
    position: relative;
    margin: auto;
    width: 300px;
    height: 147px;
    padding-bottom: 44px;
}
#prueba_popup-num-rosa-grande {
    margin: auto;
    position: relative;
    color: #e8318b;
    font-size: 94px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    height: 87px;
    line-height: 95px;
}
sup {
    font-size: 35px;
    top: -39px;
}
.prueba_popup-texto-chico {
    margin-right: 0px;
    margin-left: auto;
    width: 86px;
    position: relative;
    color: #1a2c50;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 15px;
}

#prueba_popup-contenedor-texto2 {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    padding-bottom: 36px;
}
.prueba_popup-texto1 {
    margin: auto;
    position: relative;
    color: #1a2c50;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    width: 532px;
    height: auto;
}
.prueba_popup-texto1-a {
    line-height: 27px;
}
.prueba_popup-texto-rosa {
    color: #e8318b;
    font-weight: bold;
    font-size: 24.5px;
}
.prueba_popup-texto2 {
    margin: auto;
    position: relative;
    color: #1a2c50;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    height: auto;
}
.prueba_popup-texto2-a {
    line-height: 16px;
}
.prueba_popup-texto2-b {
    line-height: 38px;
    font-size: 30px;
}
.prueba_popup-texto2-c {
    line-height: 33px;
}

#prueba_popup-contenedor-texto3 {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    padding-bottom: 35px;
}

#prueba_logotipo-serva {
    margin: auto;
    position: relative;
    width: 232px;
    height: 51px;
    background: url(../img/servacare/servacare_logo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#prueba_logotipo-columbia {
    margin: auto;
    position: relative;
    width: 190px;
    height: 70px;
    background: url(../img/servacare/logotipo-columbia_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 42%;
}

#logotipo-columbia-biotec {
    margin: auto;
    position: relative;
    width: 200px;
    height: 45px;
    background: url(../../img/contacto/biotec_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 39%;
}

#prueba_popup-texto3 {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    padding-top: 33px;
    color: #1a2c50;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    padding-bottom: 28px;
}

#serva_btn-aprobacion{
    display: block;
}

/*****************************************************
            RESPONSIVIDAD
*****************************************************/
/* Ancho disenio */
@media (max-width: 868px) {
    #serva_texto3 {
        width: 95%;
    }
}
@media (max-width: 768px) {
    #prueba_popup {
        width: 561px;
    }

    .serva_subtitulo1,
    #serva_texto1,
    #serva_contenedor-card {
        width: 95%;
    }

    #serva_card-rosa {
        width: 100%;
    }
}
@media (max-width: 576px) {
    #prueba_popup {
        width: 405px;
    }
    .prueba_popup-texto1 {
        width: 100%;
    }

    #contenedor-popup-prueba {
        height: 953px;
    }

}
@media (max-width: 420px) {
    #serva_contenedor-btns,
    #prueba_popup {
        width: 300px;
    }

    #prueba_popup-contenedor-texto1,
    #prueba_popup-contenedor-texto2,
    .prueba_popup-texto1,
    .prueba_popup-texto2 {
        width: 95%;
    }

    .prueba_popup-texto1-a {
        font-size: 20px;
    }

    #contenedor-popup-prueba {
        height: 1203px;
    }
}