.bg-vindex-dark {
    background-color: #003852 !important;
}

.bg-vindex-light {
    background-color: #f4c31b !important;
}

.bg-vindex-secondary {
    background-color: #818305 !important;
}

.bg-vindex-darkgreen {
    background-color: #bdbdbd !important;
}

.text-vindex-dark {
    color: #003852 !important;
}

.text-vindex-darkgreen {
    color: #bdbdbd !important;
}

.text-vindex-secondary {
    color: #818305 !important;
}

.text-vindex-light {
    color: #f4c31b !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.text-header {
    font-size: 8pt !important;
    color: #fff !important;
}

.mnu-dropdown {
    border-radius: 0 !important;
    border-color: #fff !important;
}

.dropdown-item:hover {
    background-color: #003852 !important;
    color: #fff !important;
}

.dropdown-item:active {
    background-color: #f4c31b !important;
    color: #003852 !important;
}

.br-3 {
    border-radius: 3px !important;
}

.br-left-3 {
    border-radius: 3px 0px 0px 3px !important;
}

.br-right-3 {
    border-radius: 0px 3px 3px 0px !important;
}

.otto {
    color: white;
    text-shadow: 0 1px 0 #aaa,
        0 2px 0 #003852,
        0 3px 0 #003852,
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2);
}

.otto2 {
    color: #fff;
    /*
    color: #003852 !important;
    text-shadow: 0 1px 0 #aaa,
        0 2px 0 #a9a9a9,
        0 3px 0 #999;
    // #f4c31b
    */
}

/* Titulo de la imagen de la portada */
.otto3 {
    color: #fff;
    font-size: 30pt !important;
    /*
    color: #f4c31b !important;
    text-shadow: 0 2px 0 #003852;
    */
}

.download-info {
    min-height: 175px;
}

.page-header {
    height: 250px !important;
    background-size: cover !important;
}

.nosotros-div {
    border: 1px solid #DDDDDD;
}

.nosotros-tag {
    float: left;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    background-color: #000;
    padding: 10px;
    color: #fff;
    opacity: .5;
}

.clickeable {
    cursor: pointer;
}

.fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* ***** FADE IN - INICIO ***** */
.fade-in-icon {
    display: inline-block;
    animation: fadeIn linear 7s;
    -webkit-animation: fadeIn linear 7s;
    -moz-animation: fadeIn linear 7s;
    -o-animation: fadeIn linear 7s;
    -ms-animation: fadeIn linear 7s;
}

.fade-in-text {
    display: inline-block;
    animation: fadeIn linear 7s;
    -webkit-animation: fadeIn linear 7s;
    -moz-animation: fadeIn linear 7s;
    -o-animation: fadeIn linear 7s;
    -ms-animation: fadeIn linear 7s;
    opacity: 0;
    animation-fill-mode: forwards;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ***** FADE IN - FINAL  ***** */

.tab-corporativo .nav-link {
    color: #003852 !important;
}

.tab-corporativo .nav-link:hover {
    color: #f4c31b !important;
}

.tab-corporativo .active {
    color: #003852 !important;
    font-weight: bold !important;
}

.tab-corporativo .active .nav-link:hover {
    color: #f4c31b !important;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.5);
}

.zoom2 {
    transition: transform .2s;
}

.zoom2:hover {
    transform: scale(1.1);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

@media (max-width: 600px) {
    .br-left-3 {
        border-radius: 25px 0px 0px 0px !important;
    }

    .br-right-3 {
        border-radius: 0px 0px 25px 0px !important;
    }

    .br-mobile-right {
        border-radius: 0px 25px 0px 0px !important;
    }

    .br-mobile-left {
        border-radius: 0px 0px 0px 25px !important;
    }

    .row-servicios {
        margin: 10px !important;
    }
}