@charset "UTF-8";
.logo-holder img {max-height: 77px;}
.footer-logo {max-height: 77px;}
.text-azul-dani{
    color: #0d56cb;
}
:root {
    --base-color: #0d56cb;
}
a:hover {
    color: #0d56cb !important;
}



.progress-step-style-03.progress {
    height: 3px;
    width: 100%;
}
nav.navbar.sidebar-nav.bootsnav .navbar-left-sidebar li.active > a {
    color: #0d56cb !important;
    font-weight: 600px !important;
}
.mobile-toggle:hover span, .white-link .mobile-toggle:hover span {
    background-color:#0d56cb;
}
.img-fondo {
    background-color:#F7F7F7;
    height: 50px;
    width: 100%;
}
.text-subheader {
    background-color:#c2fa01;
    position: absolute;
    bottom:-35%;
    padding: 0px 15px;
    font-size:26px;
    color: #0546c9;
    line-height: 40px;
}
.hover-option5 .grid-item figcaption {
    padding: 0px;
}
.bg-color-bco {
    background-color: #fff;
}
.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {
    top: 40px;
    width: 100px;
}
.btn.btn-transparent-azul:hover {
    background: #0546c9;
    border-color: #043fb4;
    color: #fff !important;
}
.btn-transparent-azul, a:hover {
    color: #fff;
}
.btn-transparent-azul {
    background: transparent;
    border-color: #232323;
    color: #232323;
}
.line-height-0 {
    line-height:0px !important;
}
.btn-gris-dani {
    background-color: #dfe2e6;
}
.btn-gris-dani:hover .btn-gris-dani:focus {
    background: transparent;
    color: #232323;
    outline: #dfe2e6;
}


.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }





@media (max-width: 991px) {
    .md-padding-50px-top {
        padding-top: 120px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .head-text {
        font-size: 38px;
        line-height: 44px;
    }
    .sm-w-50px {
        width: 90px !important;
    }
}
@media (max-width: 640px) {
    .head-text {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (max-width: 576px) {
    .head-text {
        font-size: 38px;
        line-height: 44px;
    }
}



