﻿@font-face {
    font-family: MuseoSans500;
    src: url('../css/fonts/MuseoSans_500.woff') format('woff');
}

@font-face {
    font-family: MuseoSans300;
    src: url('../css/fonts/MuseoSans-300.woff') format('woff');
}

@font-face {
    font-family: MuseoSans100;
    src: url('../css/fonts/MuseoSans-100.woff') format('woff');
}

html {
    max-height: 100vh;
}
 h2{
 	margin: 0;
    font-weight: normal;
    padding: 0;
 }

#header-page  h2{
    font-size: 24px;
    color: #02548e;
    font-family: MuseoSans300;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*#region NavBar*/
.navbar-brand {
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    margin-left: 23px;
    margin-top: 23px;
    padding: 9px 10px;
}

.navbar-custom {
    background-color: transparent;
    border-bottom: 1px solid #d0d0d0;
}

    .navbar-custom a:hover {
        background-color: transparent !important;
    }

    .navbar-custom .navbar-nav > .open > a {
        background-color: transparent !important;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #02548e;
        font-family: MuseoSans500;
        font-size: 18px;
        text-decoration: none;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            background-color: rgba(243, 243, 243, 0.80);
            text-decoration: none;
            color: #4ea4cc;
        }

    .navbar-custom .navbar-brand {
        color: #eeeeee;
    }

    .navbar-custom .icon-bar {
        background-color: #02548e;
    }

.navbar-nav > li > .dropdown-menu {
    border: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    color: #02548e;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #fff;
        text-decoration: none;
        color: #4ea4cc;
    }
/*#endregion*/

/*#region Carousel*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.title {
    font-family: MuseoSans100;
    font-size: 40px;
    line-height: 46px;
    width: 100%;
    color: #02548e;
    position: relative;
}

.copete {
    font-family: MuseoSans300;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    color: #444;
    position: relative;
}

.button {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: MuseoSans300;
    font-size: 13px;
    padding: 6px 17px 6px 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.organigrama-container {
    width: 85%;
}

.organigrama-container img {
    max-width: none;
    width: 120%;
    
}

.button-primary {
    background-color: #02548e;
    color: #FFF;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
/*#endregion*/

/*#region Botonera*/
#botonera > div {
    background: #ebebeb;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 28px 0 0;
    text-align: center;
}

    #botonera > div a {
        font-size: 18px;
        font-family: MuseoSans300;
        color: #666666;
        background: transparent url(../bif/img/flecha_grande.png) no-repeat left;
        padding-left: 30px;
    }

    #botonera > div span {
        font-family: MuseoSans300;
        text-decoration: none;
        font-size: 21px !important;
        color: #12b2dd !important;
        margin-top: -5px !important;
    }
/*#endregion*/

/*#region Footer*/
.footer-img {
    width: 100%;
    height: 3px;
    margin-top: 3%;
    background: transparent top repeat-x;
}

.footer {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

    .footer a {
        text-decoration: underline;
        color: #737373;
    }

    .footer > p {
        margin: 0 auto;
        font-size: 10px;
        font-family: Arial, Tahoma, Verdana;
        color: #737373;
        text-align: center;
    }
/*#endregion*/

@media (min-width: 768px) {
    .navbar {
        z-index: 1;
    }

    .navbar-custom {
        background-color: rgba(255, 255, 255, 0.75);
    }

    .navbar-nav > li > a {
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }

    .carousel {
        position: relative;
        top: -150px;
        max-height: 578px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        /*max-height: 500px;*/
    }

    .img-overlay::before {
        content: ' ';
        display: block;
        height: 20%;
    }

    .img-overlay > div {
        padding-left: 55%;
        padding-right: 18%;
        text-align: left;
    }

    .beforeBtn {
        z-index: 3;
        height: 280px;
        position: relative;
        top: -150px;
        background-color: #fff;
    }

    #botonera > div {
        height: 77px;
    }
}

@media (max-width: 767px) {
    .navbar {
        margin-bottom: 0;
    }

    .navbar-nav {
        text-align: center;
    }

        .navbar-nav .open .dropdown-menu {
            text-align: center;
        }

            .navbar-nav .open .dropdown-menu > li {
                border-top: 1px solid #e3e3e3;
            }

    .navbar-brand {
        padding: 15px 0px;
    }

    .nav > li {
        border-top: 1px solid #e3e3e3;
    }

    .dropdown-menu > li > a {
        color: #9d8420;
    }

    .title {
        font-size: 26px;
    }

    .copete {
        display: none;
    }

    .footer-img {
        margin-top: -4%;
    }

    .footer {
        margin-top: 0;
    }

        .footer .col-md-offset-5 {
            text-align: center;
        }
}
/*Fin Default*/

/*#region Conozca*/
.conozca {
    margin-top: -1.5%;
    background: transparent url(../bif/img/binaria_fondo.jpg) no-repeat;
    background-position: 100% 1%;
    text-align: justify;
}

    .conozca p {
        font-size: 14px;
        font-family: MuseoSans300;
        color: #424242;
        width: 50%;
    }

.conoce {
    background-color: #ececec;
    font-family: MuseoSans300;
    padding-bottom: 50px;
}

    .conoce h2 {
        color: #02548e;
        font-size: 24px;
    }

    .conoce p {
        font-size: 14px;
        font-family: MuseoSans300;
        color: #424242;
    }

@media (max-width: 767px) {
    .conozca p {
        width: 90%;
    }

    .conoce {
        text-align: justify;
    }

        .conoce a {
            margin-left: 40%;
        }
}
/*#endregion*/

/*#region Contacto*/
.contacto {
    background: transparent url(../bif/img/contacto_bg.jpg) no-repeat top right;
}
/*#endregion*/

/*#region Agencias*/
.breadcrumb {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #F6F4F1;
}

@media (max-width: 767px) {
    .table-agencias td {
        width: 50%;
    }
}


#contenidoh > h2 {
    color: #02548e;
    font-size: 24px;
    font-family: MuseoSans300;
    background: #ffffffa6;
    display: inline-block;
}

/*#endregion*/

/*#region Def-consumidor Prev-fraude*/
.def-prev-p {
    font-size: 14px;
    font-family: MuseoSans300;
    color: #424242;
    text-align: justify;
}
/*#endregion*/


/*#region gobierno coorporativo*/
.img-avatar {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    padding: 20px;
}
/*#endregion*/