.topo{
    position: relative;
}



.topo.topo-layout-t1 .navbar.navbar-main{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    min-height: auto;
    height: auto;
    background-color: rgba(255, 255, 255, .65);
}

@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main{
        background-color: transparent;
    }
}

@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main .navbar-header{
        padding-top: 19px;
    }
}

.topo.topo-layout-t1 .navbar.navbar-main .navbar-brand{
    height: auto;
    max-width: 200px;
    padding: 10px 15px;
}

@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main .navbar-brand{
        max-width: 230px;
    }
}


.topo.topo-layout-t1 .navbar.navbar-main .navbar-line{
    border-color: #d0d0d1;
    margin: 0;
}


@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main .navbar-collapse,
    .topo.topo-layout-t1 .navbar.navbar-main .navbar-form{
        padding: 15px;
    }
}

.topo.topo-layout-t1 .navbar.navbar-main ul.nav{
    padding-bottom: 0;
}

@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main ul.nav{
        padding-top: 19px;
    }
}


.topo.topo-layout-t1 .navbar.navbar-main .navbar-text{
    font-size: 16px;
    color: rgb(237, 196, 63);
    line-height: 1.202;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 11px;
}

.topo.topo-layout-t1 .navbar.navbar-main .navbar-btn{
    margin: 4px 0;
}


.topo.topo-layout-t1 .navbar.navbar-main ul.nav > li > a{
    font-size: 14px;
    color: rgb(50, 50, 50);
    line-height: 1.202;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: color ease-in-out 333ms;
    text-transform: uppercase;
    font-weight: 500;
}

@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main ul.nav > li > a{
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.topo.topo-layout-t1 .navbar.navbar-main ul.nav > li:hover > a{
    color: #372f37;
}

.topo.topo-layout-t1 .navbar.navbar-main ul.nav > li.active > a{
    background: none !important;
    font-weight: 600;
    color: #372f37;
}

.topo.topo-layout-t1 .navbar.navbar-main .dropdown-menu > .active > a,
.topo.topo-layout-t1 .navbar.navbar-main .dropdown-menu > .active > a:focus,
.topo.topo-layout-t1 .navbar.navbar-main .dropdown-menu > .active > a:hover{
    color: rgb(255, 255, 255);
    background-color: #b31b20;
}


.topo.topo-layout-t1 .navbar.navbar-main .navbar-flag{
    padding-top:    6px !important;
    padding-bottom: 6px !important;
}

@media (min-width: 768px){
    .topo.topo-layout-t1 .navbar.navbar-main .navbar-collapse,
    .topo.topo-layout-t1 .navbar.navbar-main .navbar-form{
        padding: 0;
    }

    .topo.topo-layout-t1 .navbar.navbar-main .navbar-collapse[data-toggle="menu-ellipsis"] > ul.nav > li{
        display: inline-block;
        float: none;
    }
}

.topo.topo-layout-t1 .dropdown > .dropdown-menu > .dropdown{
    position:relative;
}

.topo.topo-layout-t1 .dropdown > .dropdown-menu > .dropdown > .dropdown-menu{
    position: relative;
    float: none;
    margin: 0;
    top: auto;

    border-left: none;
    border-right: none;

    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.topo.topo-layout-t1 .dropdown > .dropdown-menu > .dropdown:hover > .dropdown-menu{
    display:block;
}




.topo.topo-layout-t2 .navbar.navbar-main{
    border: none;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}



@media (min-width: 768px){
    .topo.topo-layout-t2 .navbar.navbar-main .navbar-collapse,
    .topo.topo-layout-t2 .navbar.navbar-main .navbar-form{
        padding: 0;
    }
    .topo.topo-layout-t2 .navbar.navbar-main .navbar-collapse[data-toggle="menu-ellipsis"] > ul.nav > li{
        display: inline-block;
        float: none;
    }
}




.topo.topo-layout-t2 .navbar .navbar-line-1 ul.nav > li{
    margin-right: 5px;
    margin-left: 5px;
}

.topo.topo-layout-t2 .navbar .navbar-line-1 ul.nav > li > .navbar-text{
    margin: 6px 0 0 0;
    padding-top: 0;
    padding-bottom: 0;

    font-size: 18px;
    color: rgb(45, 41, 37);
    font-weight: 300;
}

.topo.topo-layout-t2 .navbar .navbar-line-1 ul.nav > li > .navbar-text > p{
    margin-bottom: 6px;
}

.topo.topo-layout-t2 .navbar .navbar-line-1 ul.nav > li > .navbar-btn{
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    display: inline-block;
}

.topo.topo-layout-t2 .navbar .navbar-line-1 ul.nav > li > .navbar-btn > p{
    margin-bottom: 10px;
}




.topo.topo-layout-t2 .topo-bg-azul{
    background-color: #00567b;
}

.topo.topo-layout-t2 .topo-bg-cinsa{
    background-color: #f5f5f5;
}

.topo.topo-layout-t2 .topo-bg-brnco-borda-azul{
    background-color: #ffffff;
    border-bottom: #00567b solid 4px;
}

.topo.topo-layout-t2 .topo-grade{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.topo.topo-layout-t2 .topo-grade > :nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.topo.topo-layout-t2 .topo-grade > :nth-child(2){
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.topo.topo-layout-t2 .navbar .navbar-line-2 .navbar-brand{
    height: auto;
    max-width: 236px;
    padding: 10px 0;
}


.topo.topo-layout-t2 .navbar .navbar-line-2 ul.nav > li{
    margin: 0 20px;
}

.topo.topo-layout-t2 .navbar .navbar-line-2 ul.nav > li:first-child{
    margin-left: 0;
}

.topo.topo-layout-t2 .navbar .navbar-line-2 ul.nav > li:last-child{
    margin-right: 0;
}

.topo.topo-layout-t2 .navbar .navbar-line-2 ul.nav > li > a{
    font-size: 20px;
    color: rgb(45, 41, 37);
    font-weight: 600;
    padding: 35px 0;
    transition: color ease-in-out 333ms, border ease-in-out 333ms;
    background: none !important;

    height: 93px;
    border-top: 3px solid #fff;
}

.topo.topo-layout-t2 .navbar .navbar-line-2 ul.nav > li:hover > a{
    color: #00567b;
    border-color: rgba(0, 86, 123, 0.5);
}

.topo.topo-layout-t2 .navbar .navbar-line-2 ul.nav > li.active > a{
    color: #00567b;
    border-color: #00567b;
}























.topo.topo-layout-t3 .navbar.navbar-main{
    border: none;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

@media (min-width: 768px){
    .topo.topo-layout-t3 .navbar.navbar-main .navbar-collapse,
    .topo.topo-layout-t3 .navbar.navbar-main .navbar-form{
        padding: 0;
    }
    .topo.topo-layout-t3 .navbar.navbar-main .navbar-collapse[data-toggle="menu-ellipsis"] > ul.nav > li{
        vertical-align: middle;
        display: inline-block;
        float: none;
    }
}

.topo.topo-layout-t3 .navbar .navbar-line-1 ul.nav > li{
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.topo.topo-layout-t3 .navbar .navbar-line-1 ul.nav > li > .navbar-text{
    margin: 6px 0 0 0;
    padding-top: 0;
    padding-bottom: 0;

    font-size: 18px;
    color: #041327;
    font-weight: 300;
}

.topo.topo-layout-t3 .navbar .navbar-line-1 ul.nav > li > .navbar-text > p{
    margin-bottom: 6px;
}

.topo.topo-layout-t3 .navbar .navbar-line-1 ul.nav > li > .navbar-btn{
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    display: inline-block;
}

.topo.topo-layout-t3 .navbar .navbar-line-1 ul.nav > li > .navbar-btn > p{
    margin-bottom: 10px;
}

.topo.topo-layout-t3 .topo-bg-azul{
    background-color: #00567b;
}

.topo.topo-layout-t3 .topo-bg-cinsa{
    background-color: #f5f5f5;
}

.topo.topo-layout-t3 .topo-bg-brnco-borda-azul{
    background-color: #ffffff;
    border-bottom: #00567b solid 4px;
}

.topo.topo-layout-t3 .topo-grade{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.topo.topo-layout-t3 .topo-grade > :nth-child(1),
.topo.topo-layout-t3 .topo-grade > :nth-child(2){
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


@media (min-width: 768px){
    .topo.topo-layout-t3 .topo-grade{
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .topo.topo-layout-t3 .topo-grade > :nth-child(1){
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.topo.topo-layout-t3 .navbar .navbar-brand{
    height: auto;
    max-width: 110px;
    padding: 10px 0;
}

@media (min-width: 768px){
    .topo.topo-layout-t3 .navbar .navbar-brand{
        max-width: 236px;
    }
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li{
    margin: 0 20px;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li:first-child{
    margin-left: 0;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li:last-child{
    margin-right: 0;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li > a{
    font-size: 20px;
    color: rgb(45, 41, 37);
    font-weight: 600;
    padding: 35px 0;
    transition: color ease-in-out 333ms, border ease-in-out 333ms;
    background: none !important;

    height: 93px;
    border-top: 3px solid #fff;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li:hover > a{
    color: #00567b;
    border-color: rgba(0, 86, 123, 0.5);
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li.active > a{
    color: #00567b;
    border-color: #00567b;
}




.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li.dropdown > a{
    color: rgb(45, 41, 37);
    padding: 15px 30px;
    background-color: #07d9db !important;
    border-radius: 25px;
    height: auto;
    border: none !important;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li.dropdown.open > a{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li.dropdown > .dropdown-menu{
    left: 0;
    right: 0;

    box-shadow: none;
    border: none;
    background-color: #07d9db !important;

    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li.dropdown > .dropdown-menu > li > a{
    white-space: normal;
    background: none;

    font-weight: 700;
    color: #fff;
}

.topo.topo-layout-t3 .navbar .navbar-line-2 ul.nav > li.dropdown > .dropdown-menu > li > a:hover{
    background-color: rgba(0, 0, 0, 0.09);
}




































.topo.topo-layout-t4{
    position: absolute;
    left: 0;
    right: 0;

    z-index: 900;
}

.topo.topo-layout-t4 .navbar.navbar-main{
    border: none;
    background-color: rgba(47, 36, 135, 0.8);
    border-radius: 0;
    margin-bottom: 0;
}

.topo.topo-layout-t4 .navbar-line-top{
    border-top: 1px solid #fff;
}

@media (min-width: 768px){
    .topo.topo-layout-t4 .navbar.navbar-main{
        background-color: transparent;
    }
}


.topo.topo-layout-t4 .navbar.navbar-main .navbar-brand{
    padding: 6px 15px;
    max-width: 112px;
    height: auto;
    color: #fff;
}

@media (min-width: 768px){
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-brand{
        max-width: 280px;
    }
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-brand .navbar-brand-bg{
    background-color: #fff;
    position: relative;
    padding: 2px;
}

@media (min-width: 768px){
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-brand .navbar-brand-bg{
        padding: 15px;
    }
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-brand .navbar-brand-bg:before{
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100vw;
    right: 100%;
    bottom: 0;
    top: 0;
}

@media (min-width: 768px){
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-brand{
        padding: 25px 0;
    }
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-toggle{
    border-color: rgb(0, 179, 254);
    background-color: rgb(0, 179, 254);
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-collapse,
.topo.topo-layout-t4 .navbar.navbar-main .navbar-form{
    border:             none !important;
    -webkit-box-shadow: none !important;
    box-shadow:         none !important;
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-line{
    border-color: #d0d0d1;
    margin: 0;
}


@media (min-width: 768px){
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-collapse,
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-form{
        padding: 15px;
    }
}



.topo.topo-layout-t4 .navbar.navbar-main ul.nav{
    padding-top:    3px;
    padding-bottom: 3px;
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-text{
    color: rgb(255, 255, 255);
    font-family: "Gotham";
    margin-bottom: 0;
    line-height: 3.3;
    font-size: 13px;
    margin-top: 0;
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-text > p{
    margin: 0;
}

.topo.topo-layout-t4 .navbar.navbar-main .navbar-text img{
    vertical-align: text-top;
}





.topo.topo-layout-t4 .navbar.navbar-main ul.nav > li > a{
    font-weight: 700;
    line-height: 2.5;
    font-size: 20px;
    padding-bottom: 0;
    padding-top: 0;
    color: #fff;

    transition: color ease-in-out 333ms;
}

.topo.topo-layout-t4 .navbar.navbar-main ul.nav > li:hover > a,
.topo.topo-layout-t4 .navbar.navbar-main ul.nav > li.active > a{
    background: none;
    color: #fbc900;
}

.topo.topo-layout-t4 .navbar.navbar-main ul.nav > li > a.btn{
    padding-top:    2px !important;
    padding-bottom: 2px !important;
    line-height: 1.4;
    font-size: 15px;
}


.topo.topo-layout-t4 .navbar.navbar-main .navbar-flag{
    padding-top:    6px !important;
    padding-bottom: 6px !important;
}

@media (min-width: 768px){
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-collapse,
    .topo.topo-layout-t4 .navbar.navbar-main .navbar-form{
        padding: 0;
    }

    .topo.topo-layout-t4 .navbar.navbar-main .navbar-collapse[data-toggle="menu-ellipsis"] > ul.nav > li{
        display: inline-block;
        float: none;
    }
}

.topo.topo-layout-t4 .dropdown > .dropdown-menu > .dropdown{
    position:relative;
}

.topo.topo-layout-t4 .dropdown > .dropdown-menu > .dropdown > .dropdown-menu{
    position: relative;
    float: none;
    margin: 0;
    top: auto;

    border-left: none;
    border-right: none;

    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.topo.topo-layout-t4 .dropdown > .dropdown-menu > .dropdown:hover > .dropdown-menu{
    display:block;
}

.topo.topo-layout-t4 #navfix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: translateY(-110%);
    transition: transform ease-in-out 333ms;

    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.notTop .topo.topo-layout-t4 #navfix{
    transform: translateY(0%);
}

.topo.topo-layout-t4 #navfix .navbar-brand{
    padding-top: 10px;
    padding-bottom: 7px;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.topo.topo-layout-t4 #navfix.navbar.navbar-main ul.nav > li > a{
    color: #000;
}





















.topo.topo-layout-t5{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*pointer-events: none;*/
    z-index: 900;
}

.topo.topo-layout-t5 .navbar{
    min-height: auto;
    background: none;
    border: none;
    box-shadow: none;
}

.topo.topo-layout-t5 .navbar-brand{
    pointer-events: all;
    height: auto;
}


.topo.topo-layout-t5 .navbar.navbar-main .navbar-brand{
    height: auto;
    max-width: 200px;
    padding: 10px 15px;
}

@media (min-width: 768px){
    .topo.topo-layout-t5 .navbar.navbar-main .navbar-brand{
        max-width: 230px;
    }
}


.btn-menu{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1100;
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

#modalMenu{
    background-color: rgba(55, 47, 55, 0.8);

}

#modalMenu .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#modalMenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

#modalMenu ul li + li{
    border-top: 1px solid #fff;
}

#modalMenu ul li a{
    display: inline-block;
    line-height: 3;
    text-decoration: none !important;
}