body{
    font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: OpenSansBold;
    src: url('../fonts/OpenSans-Bold.ttf');
}
.navbar-nav{
    padding-top: 1%;
    padding-bottom: 1%;
}
.loading{
    display: none;
}
#contenido_a_mostrar_en_modales{
	display: none;
}
.navbar{
    background-color: #F3F3F3 !important;
    padding-left: 61.3167px;
    padding-top: 0;
    text-transform: uppercase;
    font-family: sans-serif !important;
    position: fixed !important;
    width: 100%;
    z-index: 999999;
    opacity: .8;
}/*
.navbar-brand{
    padding-right: 2%;
}
li.nav-item > a{
    color: black !important;
    font-size: 14px;
}
li.nav-item > a:hover{
    color:  #1184be !important;
    cursor: default;
}*/

.dropdown-menu {
    margin-top: 0;
}
.nav-link{
    font-size: 14px;
    font-family: OpenSansBold, sans-serif;
    font-weight: 100;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-link a:hover,
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	color: #1184BE !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: .4em;
  padding-left: .4em;
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}
.slick-list{
  height: 100px;
}
.jumbotron{
    text-align: center;
    font-family: 'Open Sans ', sans-serif;
    font-weight: 900 !important;
}
.jumbotron > hr{
    background-color: #1184BE;
    width: 40px !important;
    height: 4px !important;
}
.bg-black{
    background-color: #000 !important;
}
.app{
    background-color: #F1F1F1;
    padding-top: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
}
div.container-fluid:nth-child(3){
    background-color: #F3F3F3 !important;
}
footer{
    background-color: #131313 !important;
    padding-left: 62.05px;
    padding-right: 62.05px;
    padding-top: 20px;
}
.descriptions{
    padding-top: 2%;
}
.footer_titles{
    font-size: 20px;
    font-weight: 600 !important;
}
.contact_a_tag{
    color: white;
}
.contact_a_tag:hover{
    text-decoration: none;
    color: #1277AF;
}
.slide_item{
    width: 197.2px !important;;
    height: 74.0333px !important;
}
.slide_item:hover{
    filter: grayscale(100%);
}
.footer_logo{
    width: 45px;
    height: 45px;
    padding-right: 5%;
}
.social_footer_icons{
    padding-bottom: 8%;
}
#icaic_logo{
    padding: 0;
}
#mincult_logo{
    padding-left: 0 !important;
}
.filling{
    height: 81px;
}
.show_responsive_bar{
    display:none
}
.dropdown-toggle::after{
    display: none;
}
#social_network_sup_panel{
    width: 10%;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.nav-item{
    margin-top: 1%;
    margin-left: 1%;
}
.nav-link:hover{
    display: block;
}
.dropdown-menu:hover{
    display: block;
}
.dropdown-menu{
    opacity: 1;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
}
.dropdown-item{
    text-transform: capitalize;
    font-size: 14px;
    opacity: 1;
    line-height: 18.3833px;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}
.black_logo > img:nth-child(1){
    opacity: 1;
}
.paginate-links{
    list-style: none;
    display: flex;
    justify-content: center;
}
.right-arrow, .left-arrow {
    width: 4%;
    color: white;
	padding-top: 10px;
    background-color: #131313;
    cursor: pointer;
}
li.right-arrow, li.left-arrow{
	padding-left: 10px;
}
li.number{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #131313;
}
li.number > a {
    color: black;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
}
ul.paginate-links > li.active{
    background-color: #131313;
    color: white !important;
}
li.number:hover{
    background-color: #131313;
    color: white !important;
    cursor: pointer;
}
@media (max-width: 1254px) {
    .navbar{
        background-color: #131313 !important;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        padding-top: 1%;
    }
    .btn-outline-info:hover{
        background-color: transparent;
        border-color: #1184BE;
        color: #1184BE !important;
    }
    .black_logo{
        display: none;
    }
    .show_responsive_bar{
        display: block;
        width: 100%;
        position: relative !important;
    }
    .hide_responsive_bar{
        display: none;
    }
    .show_responsive_bar > div:nth-child(1){
        visibility: hidden;
        position: abosulte !important;
        right: 0 !important;
        z-index: 333;
        margin-left: 2%;
    }
    .show_responsive_bar > div:nth-child(2){
        position: abosulte !important;
        left: 0 !important;
        margin-top: -4%;
    }
    .show_responsive_bar > div:nth-child(3){
        position: abosulte !important;
        right: 0 !important;
        z-index: 333;
        margin-top: -5%;
        margin-right: 5%;
        padding-bottom: 1%;
    }
    .btn-outline-info{
        background-color: white;
        border-color: white;
        color: black;
    }
    #navbarSupportedContent{
        background-color: #C4C4C4;
    }
    .nav-item{
        margin-left: 50px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .nav-link{
        font-size: 12px !important;
    }
    .dropdown-toggle::after{
        display: inline-block;
        float: right;
        margin-right: 50px;
        margin-top: 3px;
    }
    .dropdown-menu{
        background-color: #C4C4C4;
        border-color: transparent;
    }
    .dropdown-item{
        padding-bottom: 2%;
        text-transform: capitalize;
        font-size: 14px;
    }
    .dropdown-item:hover{
        background-color: transparent;
        color: #1184BE;
    }
    #social_network_sup_panel{
        display: none;
    }
}