.toplayer-inline {
    width: 530px;
    background: #253C4A!important;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center!important;
    display: none;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.toplayer-inline .fancybox-close-small {
    display: none!important
}

.toplayer-inline .wrap-login {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    color: #FFF;
    font-style: italic
}

.toplayer-inline .wrap-login a {
    color: #FFF;
    font-weight: bold
}

.toplayer-inline .form-group input[type=submit] {
    background: #A678B9;
    color: #FFF;
    font-style: normal;
    padding: 10px 42px
}

.toplayer-inline .logo {
    margin-bottom: 20px!important
}

#mensaje{
    width: 60%;
    max-width: 400px;
    overflow: visible !important;
}

#mensaje img{
    width: 60%;
    margin: 0 auto;
}

.div-oculto{
    display: none;
}

#mensaje .cerrar{
    position: absolute;
    top: -18px;
    right: -18px;
    background: #fff;
    color: #5C0C89;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 14px 11px;
    font-size: 23px;
    margin: 0px;
    line-height: 10px;
    cursor: pointer;

}

.main-procesos{

}

.main-procesos div{
     display: inline-block;
     vertical-align: top;
     width: 32.4%;
     text-align: center;
}
.main-procesos h5{
    margin: 0 0 5px;
    color: #009530;
    font-weight: 900;
    font-size: 23px;
}

.main-procesos img{

}

.main-procesos a{
    position: relative;
}

.main-procesos p{
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-weight: 700;
}

.sucursales .col{
    margin:0px;
}

#contenido-interior .imagen:after {
    content: "";
    background: rgba(0, 0, 0, 0.5) url(/img/ver-imagen.png) no-repeat center center;
    background-size: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


footer .logos .img-responsive{
    max-width: 95% !important;
}

footer .logo-promather {
    margin-right: 2%;
}

.col-imagen-video a{
    display: block;
    background-size: cover;
    background-position: center center;
    height: 12vw;
    position: relative;
}
.col-imagen-video .video:after {
    content: "";
    background: rgba(0, 0, 0, 0.5) url(/img/ver-video.png) no-repeat center center;
    background-size: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 }



#contenido-interior .imagen a {
    text-decoration: none;
    position: relative;
}

#contenido-interior .imagen p {
    color:#fff;
    position: absolute;
}
.exito{
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#texto-exito{
    font-size: 27px;
    }




/*footer .form .form-group.has-error .form-control select{*/
footer .form .form-group.has-error .form-input select { 
    background-color: #e0bbbb !important;
    background: #e0bbbb url(/img/icono-select.png) no-repeat 97% center !important;
}

.slick-dots{

}

.slick-dots li{
    display: inline-block;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    }

footer .form .form-group .form-input select{
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    background: #bccad1;
    color: #898989;
    border: none;
    background: #FFF url(../img/icono-select.png) no-repeat 97% center;
    background-size: 20px;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.titulo_servicios {
    font-size: 30px
}


@media screen and (max-width: 800px){
    .col-imagen-video a{
        height: 30vw;
    }

    footer .logos{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 400px){
    .main-procesos{
        margin:0 0 20px 0;
    }
    .main-procesos div{
         width: 100%;
    }
}