body {
    font-family: 'Lato', sans-serif!important;
    height: 100%;
    margin: 0;
    /*background: url(img/principal.jpg) no-repeat center center fixed;*/
}
*{
    font-family: 'Lato', sans-serif!important;';
}
p{
    font-family: 'Lato', sans-serif!important;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: white;

}
body::-webkit-scrollbar {
    width: 10px;
    background-color: white;
}

body::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background-color: black!important;

}

section.video .video-contenedor {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
section.video .video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.max-height-130 {
    max-height: 130px;
    margin: 1.7em;
}
.font-big{
    font-size: 1.7em!important;
}


.video1 {
    background: url(../img/bg-video.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video1 .container {
    text-align: center;
    padding: 150px 0px;
}
.video1 .container button {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 2rem;
}
.video1 .container a:hover {
    text-decoration: none;
}

.modal.show .modal-dialog {
    padding-top: 10%;
}
.modal-content {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-big-2{
    font-size: 1.4em!important;
}


.carousel{
    box-shadow: #204392 1px 3px 10px;
}

.dbb-imagen-principal {
    background: url(img/principal.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
    max-height: 1000px;
    box-shadow: #204392 3px 2px 8px;
}


.yellow{
    background-color: #efef37 !important;
    color: black!important;
}

.dbb-imagen-principal2 {
    background: url(img/principal2.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
    max-height: 1000px;
    box-shadow: #204392 3px 2px 8px;
}

.dbb-imagen-principal3 {
    background: url(img/principal3.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
    max-height: 1000px;
    box-shadow: #204392 3px 2px 8px;
}

.dbb-h1-font{
    font-size: 2em!important;
    font-weight: 400;
    background-color: #008472;
    width: 75%;
    margin: 50px auto 0;
    border-radius: 10px;
    padding: 8px;
    transition: .4s ease;
    box-shadow: #008472 3px 2px 4px;

}
.dbb-h1-font:hover{
    transform: scale(1.08);
}



.dbb-imagen-logo{
    border-radius: 12px;
    width: 100px;
    max-height: 100px;
    text-align: right!important;
    justify-content: right!important;
    align-items: end;
    align-content: end;
    display: inline-block;
    float: left;
}
.btn{
    background-color: #204392;
    color: white;
    width: 70%;
    text-align: center;
    font-size: 2.5em;
    transition: .4s;
}

.text-justify-{
    text-align:justify!important;
}

.btn.medium {
    background-color: #008472;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 16px;
    font-size: 1em;
    width: 80% !important;
    margin-top: 1em;
}



.dbb-imagen-logo-2{
    padding-top: 20px;
    width: 100px;

}
.dbb-imagen-logo-3{
    max-width: 30px;

}

.dbb-header{
    background-color: transparent;
    width: 90%;
    height: 80%;
    margin: 0 auto;
    border-radius: 0px;
    text-align: center;
    color: #FFF;
    align-items: center;
    justify-content: center;
    max-width: 1050px;
    min-height: 400px;
}

.low-font{
    font-size: 0.9em!important;
}

.high-margin-bottom{
    margin-top: 200px;
}

.high-padding-top{
    padding-top: 7em;
}

.weight700{
    font-weight: 700;
}

.low-padding-top{
    padding-top: 10px;
}
.low-margin-bottom{
    margin-top: 10px;
    font-size: 0.8em!important;
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    font-weight: bold;
}

.countdown .title{
    font-size: 0.6em!important;
    padding-top: 14px;
    text-align: center;
}
.countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
    padding-top: 14px;
    padding-left: 6px;
    text-align: center;
}
.countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
    display: unset;
    font-size: 0.6em;
}
.countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
    display: unset;
    font-size: 0.6em;
}
.row{
    --bs-gutter-x:0;
}
.blue{
    background-color: #204392;
}
.font-paneles{
    font-size: 1.0em;
    margin-top: 16px;

}
.section-custom{
    color: whitesmoke;
    width: 70%;
    margin:auto;

    margin-top: 0!important;
    margin-bottom: 0!important;
    font-weight: 400!important;

}

.finaliza {
    display: block;
    position: relative;
    bottom: inherit;
    left: inherit;
    background: #c6ced6;
    border-radius: 10px;
}

.finaliza p {
    font-size: 1em;
    color: #000;
    margin: 0 0 10px;
}

.finaliza p+p {
    color: #071123;
    padding: 10px;
    font-size: 1.3em;
}

.accordion-body{
    text-align: justify;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(img/down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(img/up.png);
    transform: rotate(0deg);
}

.margin-top{
    margin-top: 60px!important;
}
.margin-paneles{
    margin-bottom: 20px!important;
    margin-top: 25px!important;
}

.margin-bottom{
    margin-bottom: 60px!important;
}
.bottom-section{

    background-color: #008472!important;
    color: #FFFFFF!important;
}

.texto{
    font-size: 1.4em;

}

.black {
    color: black !important;
}

.footer {
    background-color: #273b8f;
    color: white;

}
.footer .container {
    padding: 30px 0px;
    text-align: center;
}

.dbb-padding-left{
    padding-left: 1em;
    padding-right: 0.5em;
}
.dbb-padding-left ol{
    list-style-type: upper-alpha;
}
li::marker {
    font-size: 1em;
    font-weight: 700;
}


.dbb-padding-right{
    padding-right: 1em;
    padding-left: 0.5em;
}

.mgl-blue{
    background-color: #204392!important;
    color: white;
}
.bright-blue{
    background-color: #0361a2 !important;
    color: white;
}

.mgl-red{
    background-color: #FF3E1D!important;
    color: white;
}
.mgl-red:not(.collapsed){
    color: white!important;
    background-color: #FF3E1D!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}





.letter-spacing-m{
    letter-spacing: 0.5px;
}
.space-text{
    margin-right: 4%;
}

.logo-1 {
    margin-top: -0.15em;
    float: left;
    width: 180px;
    margin-left: 1.5em;
}
.navbar-expand-md .navbar-collapse{
    display: flow-root!important;
}
.logo-2 {
    float: right;
    width: 190px;
    margin-right: 1.5em;
    margin-top: -0.10em;
}

.red-bg{
    background-color: #FF3E1D!important;
    color: white;
    text-align: center;
}

.logo-3 {
    max-height: 100px;

}
.navbar{
    max-height: 120px!important;
}
.navbar-nav{
    display: contents;
}

.col-medio {
    margin-right: 85px;
    margin-left: 85px;
}

.col-center{
    text-align: center;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #0c63e4!important;
    outline: 0;
    box-shadow: 0 0 0 0.15rem #0c63e4!important;
}

.mgl-blue:not(.collapsed){
    color: white!important;
    background-color: transparent!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

@media (min-width: 768px) and (max-width: 1025px) {
    .section-custom{
        width: 100%!important;
        border-radius: 0;
    }
    .btn{
        width: 50%;
    }

    .max-height-130{
        max-height: unset;
        font-size: unset;
        margin: unset;
    }

    .logo-1 {
        margin-top: 1.5em;
        max-width: 80%;
    }
    
    .logo-2 {
        margin-top: 0.2em;
    }
    
    

}

@media (min-width: 300px) and (max-width: 767px) {
    .dbb-imagen-logo{
        max-width: 160px;
        max-height: 200px;
        float: left;
        margin-left: -30px;
    }

    .max-height-130{
        max-height: unset;
        font-size: unset;
        margin: unset;
    }
    .navbar-nav{
        display: contents;

    }
    .btn{
        width: 85%;
    }

    .btn.medium{
        width: 70% !important;
    }

    .dbb-h1-font{
        font-size: 1.2em!important;
        width: 100%;
    }


    .high-padding-top{
        padding-top: 2em!important;
    }

    .section-custom{
        width: 100%!important;
        border-radius: 0;
    }
    .font-paneles{
        font-size: 0.9em;
    }

    .dbb-padding-left{
        padding-left: 1em;
        padding-right: 1em;
    }

    .dbb-padding-right{
        padding-right: 1em;
        padding-left: 1em;
    }

    .bottom-section{
        border-radius: 0;

    }

    .dbb-header{
        font-size: 0.7em!important;
        width: 100%;

    }

    .dbb-imagen-principal {
        background: url(img/principal.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        box-shadow: unset;
        height: auto;

    }


    .dbb-imagen-principal2 {
        background: url(img/principal2.jpeg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        box-shadow: unset;
        height: auto;
    }
    .dbb-imagen-principal3 {
        background: url(img/principal3.jpeg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        box-shadow: unset;
        height: auto;
    }

    .logo-1 {

        max-width: 150px;
    }
    
    .logo-2 {
        width: 150px;
    }
    
    .logo-3 {
        max-height: 75px;
        width: 90px;
        padding-top: 1em;
    }
    .margin-right-important{
        margin-right: auto!important;
    }

    .col-medio {
        margin-right: 0px;
        margin-left: 0px;
    }

    .low-margin-bottom{
        margin-top: 5px;
        font-size: 1.4em!important;
    }


    .dbb-imagen-logo-2{
        padding-top: 0px;
        width: 90px;
        height: 50px;
        text-align: right!important;
        justify-content: right!important;
        align-items: end;
        align-content: end;
        display: inline-block;

    }
    .dbb-imagen-logo-3{
        padding-top: 0px;
        width: 35px;
        max-height: 55px;
        text-align: right!important;
        justify-content: right!important;
        align-items: end;
        align-content: end;
        display: inline-block;

    }
    .high-padding-top{
        padding-top: 400px;
    }
    .low-padding-top{
        padding-top: 18px;
    }




}
