/*****************************************************
            INDEX
*****************************************************/
#contenedor-principal {
    position: relative;
    background: url(../img/bg/bg-index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 804px;
    z-index: 1;
}
#contenedor-popup {
    position: fixed;
    display: block;
    padding-top: 580px;
    height: 927px;
    z-index: 11;
}
#contenedor-1 {
    position: relative;
    width: 366px;
    height: 704px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 64px;
    z-index: 1;
}

#contenedor-rosa {
    position: relative;
    width: 356px;
    height: 640px;
    margin: auto;
    background-color: #e8318b;
    border-radius: 0 0 28px 28px;
}
#img-columbia {
    position: relative;
    display: block;
    margin-left: 83px;
    width: 211px;
    height: 145px;
    background: url(../img/logotipo-columbia.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
#rosa-texto1 {
    position: relative;
    margin: auto;
    padding-top: 43px;
    padding-bottom: 33px;
    width: 303px;
    height: 160px;
    color: #fff;
    font-size: 12.8px;
    line-height: 17px;
    text-align: justify;
    font-weight: 200;
}
#rosa-texto2 {
    position: relative;
    margin: auto;
    width: 303px;
    height: 256px;
    padding-bottom: 188px;
    color: #fff;
    font-size: 12.8px;
    line-height: 17px;
    text-align: justify;
    font-weight: 200;
}
#img-logotipo {
    position: absolute;
    margin-top: 416px;
    margin-left: 5px;
    width: 95%;
    height: 108px;
    background: url(../img/PAP_Puls_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}
#rosa-titulo1 {
    position: relative;
    margin: auto;
    padding-bottom: 24px;
    width: 256px;
    height: 39px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
#contenedor-botones1 {
    position: relative;
    margin: auto;
    width: 100%;
    height: 62px;
}
.btn-seccion {
    float: left;
    position: relative;
    background-color: #1a2c50;
    width: 127px;
    height: 40px;
    margin-left: 110px;
    border-radius: 13px 13px 0 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    line-height: 40px;
    cursor: pointer;
}
.btn-seccion2 {
    margin-left: 30px;
}

/*****************************************************
            POPUP AVISO
*****************************************************/
#popup-aviso {
    position: relative;
    display: block;
    background-color: #1a2c50;
    width: 100%;
    height: 200px;
}
#popup-aviso-titulo {
    position: relative;
    margin: auto;
    padding-top: 28px;
    width: 77px;
    height: 61px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
#popup-aviso-texto {
    position: relative;
    margin: auto;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    font-weight: 200;
    width: 730px;
}
#contenedor-popup-boton {
    position: relative;
    margin: auto;
    width: 297px;
    height: 44px;;
}
.popup-boton {
    float: left;
    position: relative;
    background-color: #fff;
    margin-top: 1px;
    margin-left: 15px;
    width: 124px;
    height: 30px;
    border-radius: 7px 5px 5px 7px;

    color: #1a2c50;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    z-index: 11;
    cursor: pointer;
    margin-top: 13px;
    font-weight: 600;
    margin-top:5px;
}
.popup-boton2 {
    margin-top:5px;
    margin-left: 12px;
}
#popup-boton-cerrar {
    float: right;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #3b3b39;
    font-size: 27px;
    text-align: center;
    line-height: 32px;
    z-index: 11;
    cursor: pointer;
    margin-top: 14px;
}

/*****************************************************
            RESPONSIVIDAD
*****************************************************/
@media (max-width: 768px) {
    #popup-aviso-texto {
        width: 561px;

    }
}
@media (max-width: 576px) {
    #contenedor-principal {
        min-height: 837px;
    }
    #popup-aviso-texto {
        font-size: 12px;
        width: 405px;
    }
    #popup-aviso {
        height: 233px;
    }
    #contenedor-1 {
        height: 737px;
    }
    #contenedor-popup {
        height: 967px;
        padding-top: 550px;
    }
}
@media (max-width: 420px) {
    #contenedor-principal {
        min-height: 886px;
    }
    #contenedor-popup {
        padding-top: 520px;
        height: 1014px;
    }
    #popup-aviso-texto {
        font-size: 12px;
        width: 300px;
    }
    #popup-aviso {
        height: 266px;
    }
    #contenedor-1 {
        width: 300px;
        height: 785px;
    }
    #contenedor-rosa {
        width: 290px;
    }
    #img-columbia {
        margin-left: -105.5px;
        left: 52%;
        width: 211px;
    }
    #rosa-texto1 {
        height: 193px;
        width: 250px;
    }
    #rosa-texto2 {
        height: 223px;
        width: 250px;
    }
    #img-logotipo {
        margin-top: 449px;
    }
    .btn-seccion {
        width: 110px;
        margin-left: 27px;
    }
    .btn-seccion2 {
        margin-left: 20px;
    }
}

.contenedor-popup{
display: none;    
}

.contenedor-popup.active {
display: block;

}
