
.parallax_wi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax_wi img{

    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}

.card-title{
    
    color: #525252 !important;
}

.background_blue{
    background-color: #23a9ba;
}

.color_blue{
    
    color: #23a9ba;
}

.color_blue_dark{
    color: #1a2eeb;
}

.color_base{
    color: #525252;
}

.subtitulo_ciclo{
    font-size: 20px !important;
}

.titulo_ciclo{
    font-size: 28px;
}

.text_selecciona_ciclo{
    
    font-size: 28px;
}

.footer_background{
    background-color: #f5f8f8 !important;
}

.header_nav {
    height: 80px;
    line-height: 80px !important;
}

.dropdown-item{
    
    color: #525252 !important;
}

.container-form{

    max-width: 450px;
    margin: auto;
    background-color: white;
}

.cabecera-form{
    
    margin-top: 100px;
    background-color: #2A88AD;
}

.btn{
    background-color: white !important;
}

.margin_header{
    
    margin-top: 100px;
}

.heightImgEmpleo{
    height: 150px;
}