/*****************************************************
            ESTILOS GLOBALES
*****************************************************/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
    font-family: 'Fira Sans', sans-serif;
}
.bold-regular {
    font-weight: 400;
}
.bold-medium {
    font-weight: 500;
}
.bold-bold {
    font-weight: 700;
    font-style: normal;
}
.italic {
    font-style: italic;
}
.Wrapper {
    width: 100%;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
}


/*****************************************************
            NAVBAR
*****************************************************/
.navbar-custom {
    position: fixed;
    width: 100%;
    background-color: #e8318b;
    height: 64px;
    z-index: 10;
}
.container1 {
    width: 1185px;;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.navbar-menu {
    display: block;
}
.navbar-custom ul {
    position: relative;
    padding-top: 0.9rem;
    float: right;
    z-index: 10;
    list-style: none;
}
.navbar-custom ul li {
    float: left;
    position: relative;
    padding: 0px 15px;
    height: 30px;
    border-left: 1px solid #fff;
    line-height: 30px;
    z-index: 10;
}
.navbar-custom ul li:first-child {
    border-left: none;
}
.navbar-custom ul li a {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    z-index: 10;
}
.logotipo_anim {
    position: absolute;
    width: 243px;
    height: 72px;
    margin-top: 27px;
    z-index: 10;
    background: url(./../img/PAP_Puls_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.logotipo_animBiotec {
    position: absolute;
    width: 150px;
    height: 40px;
    z-index: 10;
    background: url(./../img/PAP_Puls_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 15px;
}

.navbar-toggle {
    position: relative;
    display: none;
    float: right;
    padding: 5px 10px 9px;
    margin-top: 8px;
    background-color: transparent;
    border: 1px solid #d1d4dd;
    border-radius: 4px;
    cursor: pointer;
}
.icon-bar {
    margin-top: 4px;
    display: block;
    width: 25px;
    height: 4px;
    background-color: #fff;
}

/*****************************************************
            FOOTER
*****************************************************/
.footer-custom {
    position: absolute;
    background-color: #e8318b;
    width: 100%;
    height: 125px;
    z-index: 9;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.footer-container1 {
    padding-top: 60px;
    text-align: right;
    float: left;
    width: 26.3%;
    font-size: 11px;
}
.footer-container2 {
    padding-top: 37px;
    float: left;
    width: 47.2%;
    line-height: 25px;
}
.footer-container3 {
    float: left;
    width: 111px;
    padding-left: 19px;
    padding-top: 28px;
}
.logo-columbia {
    position: relative;
    width: 100%;
    height: 64px;
}
.copyright1 {
    float: left;
    width: 198px;
    height: 23px;
    text-align: right;
    margin-bottom: 0px;
}
.copyright2 {
    float: left;
    width: 112px;
    height: 24px;
    text-align: left;
    padding-left: 12px;
}
.copyright3 {
    float: left;
    width: 146px;
    font-size: 10.5px;
    height: 23px;
    text-align: left;
    margin-bottom: 0px;
}
.logo-byron {
    position: relative;
    width: 93px;
    height: 23px;
    margin-top: -2px;
}
.pie-footer-container2 {
    margin: auto;
    text-align: center;
    width: 299px;
    margin-bottom: 0px;
    padding-top: 26px;
    font-size: 9.5px;
}

/*****************************************************
         FORMS
*****************************************************/
.form-group {
    padding-top: 14px;
    margin-bottom: 2px;
}
.form-group label {
    padding-bottom: 3px;
    margin-bottom: 0px;
}

/* Inputs fondo rosa*/
.form-control-1 {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 25px;;
    color: #fff;
    background-color: #e8318b;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 14px;
}
.form-control-1::placeholder {
    color: #fff;
    font-size: 15px;
}

/* Inputs letras azules*/
.form-control-2 {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 24px;
    color: #1a2c50;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1a2c50;
    border-radius: 5px;
    padding-left: 14px;
}
.form-control-2::placeholder {
    color: #1a2c50;
    font-size: 15px;
}

/* Inputs letras blancas*/
.form-control-3 {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 27px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    padding-left: 14px;
}
.form-control-3::placeholder {
    color: #1a2c50;
    font-size: 15px;
}
/*****************************************************
         MENU
*****************************************************/
.btn-menu {
    position: fixed;
    width: 34px;
    height: 132px;
    margin-top: 164px;
    background: url(./../img/btn-menu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 11;
    cursor: pointer;
}
.menu_contenedor {
    position: fixed;
    display: none;
    padding-top: 72px;
    width: 441px;
    z-index: 10;
}
#menu_contenedor-aqua {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-color: #1A2D50;
    border-radius: 0px 39px 39px 0px;
}
#menu_titulo {
    position: relative;
    margin-left: 75px;
    color: #1a2c50;
    font-size: 25px;
    font-weight: ;
    text-align: left;
    padding-top: 14px;
}
#menu_menu-opciones {
    position: relative;
    margin: auto;
    width: 333px;
    height: auto;
    padding-top: 9px;
}
#menu_menu-opciones ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
#menu_menu-opciones ul li {
    position: relative;
    padding-left: 15px;
    width: 100%;
    height: 78px;
    padding-bottom: 12px;
    cursor: pointer;
}
#menu_menu-opciones ul li a {
    text-decoration: none;
}
#menu_menu-opciones ul li img {
    float: left;
    position: relative;
    width: 55px;
    height: 55px;
}
.menu_menu-opcion-titulo {
    position: relative;
    width: 306px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    padding-left: 70px;
    padding-top: 7px;
    line-height: 21px;
    font-style: normal;
}

/*****************************************************
            RESPONSIVIDAD
*****************************************************/
@media (max-width: 1200px) {
    .container1 {
        width: 977px;
    }
    .copyright1 {
        width: 148px;
    }
}
@media (max-width: 992px) {
    .container1 {
        width: 753px;
    }
    .copyright1 {
        width: 94px;
    }
    .footer-container1 {
        padding-right: 45px
    }
    .footer-container3 {
        margin-left: 50px
    }
}
@media (max-width: 768px) {
    .container1 {
        width: 561px;
    }
    .footer-container1 {
        padding-right: 12px;
        width: 20%;
        padding-top: 50px;
    }
    .footer-container2 {
        width: 63.5%;
    }
    .footer-container3 {
        float: right;
        margin-left: 0px;
        padding-left: 0px;
        width: 92px;
    }

    .navbar-toggle {
        display: block;
    }
    .navbar-custom {
        height: auto;
        min-height: 64px;
    }
    .navbar-menu {
        padding-top: 55px;
        display: none;
    }
    .navbar-custom ul {
        float: none;
        padding-left: 0px;
    }
    .navbar-custom ul li {
        float: none;
        padding: 0px 0px;
        border-left: none;
        text-align: right;
    }
    .geno_ul{

    }
}
@media (max-width: 576px) {
    .container1,
    .menu_contenedor {
        width: 405px;
    }
    .footer-container1 {
        text-align: left;
        padding-top: 21px;
        width: 75%;
        float: none;
    }
    .footer-container2 {
        float: none;
        padding-top: 10px;
        width: 75%;
    }
    .footer-container3 {
        float: right;
        margin-top: -100px;
    }
    .copyright1 {
        width: 81px;
    }
    .copyright3 {
        line-height: 12px;
    }
    .pie-footer-container2 {
        width: 100%;
        text-align: left;
        line-height: 10px;
        padding-top: 47px;
    }
    .footer-custom {
        height: 132px;
    }
}
@media (max-width: 420px) {
    .container1,
    .menu_contenedor {
        width: 300px;
    }
    .logotipo_anim {
        width: 153px;
        height: 47px;
        margin-top: 40px;
    }

    #menu_menu-opciones {
        width: 95%;
        padding-left: 20px;
    }
    #menu_menu-opciones ul li {
        height: 79px;
    }
    .menu_menu-opcion-titulo {
        width: 95%;
    }
}
/*****************************************************
            REFERENCIAS
*****************************************************/
.btn-referencias {
    position: relative;
    width: 197px;
    height: 27px;
    background-color: #fad5e7;
    border-radius: 0px 13px 0px 0px;
    color: #1a2c50;
    font-size: 13px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}
.btn-ref-texto-ocultar {
    font-size: 9px;
    display: inline-block;
    margin-left: 16px;
}
.contenedor-referencias {
    display: none;
    position: relative;
    background-color: #fad5e7;
    margin: auto;
    width: 100%;
    height: auto;
    color: #1a2c50;
    font-size: 10px;
    line-height: 10px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 14px;
    padding-bottom: 20px;
}

/*****************************************************
         FONDOS
*****************************************************/
.vph_contenedor-img-fondo {
    position: relative;
    width: 100%;
    height: 386px;
    padding-top: 64px;
    background: url(../img/bg/bg-vph.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.epide_contenedor-img-fondo {
    position: relative;
    width: 100%;
    height: 401px;
    padding-top: 64px;
    background: url(../img/bg/bg-epidemiologia.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

        /* SCREEN LOADER */
.cont-st{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 10000000000;
    opacity:0.8;
}
.top-part-st{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: white;
    transition: 1s;
    -webkit-transition: 1s;
}
.bottom-part-st{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: white;
    transition: 1s;
    -webkit-transition: 1s;
}
.half-logo-top {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -275px;
    width: 550px;
    height: 150px;
    background: url(../img/PAP_Puls_logo.png) center top;
    background-size: 550px;
}
.open-half-top{
    transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
}
.half-logo-bottom {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -275px;
    width: 550px;
    height: 27.5px;
    background: url(../img/PAP_Puls_logo.png) center bottom;
    background-size: 550px;
}
.text-datoscarga{
    text-align: center;
    color: black;
    padding-top: 30px;
    font-family: sans-serif;
    font-size: 15px;
}
.img-loader{
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}
.open-half-bottom{
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
}
@media (max-width: 570px) {
    .half-logo-top {
        margin-left: -145px;
        width: 290px;
        height: 14.5px;
        background-size: 290px;
    }
    .half-logo-bottom {
        margin-left: -145px;
        width: 290px;
        height: 14.5px;
        background-size: 290px;
    }
}