@font-face {
    font-family: LektoratCondensedBold;  
    src: url('../fonts/Lektorat-CondensedBold.woff');  
}

@font-face {
    font-family: LektoratCondensedLight;  
    src: url('../fonts/Lektorat-CondensedLight.woff');  
}

@font-face {
    font-family: LektoratCondensedSemibold;  
    src: url('../fonts/Lektorat-CondensedSemibold.woff');  
}

@font-face {
    font-family: LektoratNarrowBold;  
    src: url('../fonts/Lektorat-NarrowBold.woff');  
}

@font-face {
    font-family: LektoratNarrowExtralight;  
    src: url('../fonts/Lektorat-NarrowExtralight.woff');  
}

@font-face {
    font-family: LektoratNarrowRegular;  
    src: url('../fonts/Lektorat-NarrowRegular.woff');  
}

@font-face {
    font-family: LektoratNarrowSemibold;  
    src: url('../fonts/Lektorat-NarrowSemibold.woff');  
}

@font-face {
    font-family: LektoratTextBold;  
    src: url('../fonts/LektoratText-Bold.woff');  
}

@font-face {
    font-family: LektoratTextRegular;  
    src: url('../fonts/LektoratText-Regular.woff');  

}


@font-face {
    font-family: LektoratTextSemibold;  
    src: url('../fonts/LektoratText-Semibold.woff');  
    font-weight: 600;  
}
/* Lektorat Css */
.LektoratCondensedBold {
    font-family: LektoratCondensedBold!important; 
    font-weight: bold!important;  
}

.LektoratCondensedLight {
    font-family: LektoratCondensedLight!important;
    font-weight: 300;  
}

.LektoratCondensedSemibold {
    font-family: LektoratCondensedSemibold!important;  
    font-weight: 600!important; 
}

.LektoratNarrowBold {
    font-family: LektoratNarrowBold!important;  
    font-weight: bold!important;  
}

.LektoratNarrowExtralight {
    font-family: LektoratNarrowExtralight!important;
    font-weight: 200!important;  
}

.LektoratNarrowRegular {
    font-family: LektoratNarrowRegular!important; 
    font-weight: 400!important; 
}

.LektoratNarrowSemibold {
    font-family: LektoratNarrowSemibold!important;  
    font-weight: 600!important; 
}

.LektoratTextBold {
    font-family: LektoratTextBold!important;
    font-weight: bold!important;    
}

.LektoratTextRegular {
    font-family: LektoratTextRegular!important;  
    font-weight: 400!important; 
}

.LektoratTextSemibold {
    font-family: LektoratTextSemibold!important;  
    font-weight: 600!important; 
}



#interna_1_no_vid_2023 #interna_2_blue_header, #interna_2_no_vid_2023 #interna_2_blue_header{
	background-size:cover!important;
	background-repeat:no-repeat!important;
}
#interna_2_blue_prefooter{

    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
}

#bloque_blanco_negro h2{
    z-index: 10;
}

#bloque_blanco_negro p{
    z-index: 10;
}

.destacado{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
/*institucional*/ 
#institucional_nav a{
    font-family: 'Lektorat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 10px 20px;
    padding: 7.5px 15px;
}
#institucional_nav a.active{
    background: #0069DE;
}

#institucional-header p{
    font-size: 18px;
}

.autoridad-foto {
    width: 75%;
    height: auto;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.3));
}

#autoridades_block hr{
    border-top: 1px solid #0069DE;
}   

.icons-cont{
    position: relative;    
}
.icons-cont .separator{
    background-color: #999;
    width:2px;
    height: 30px;
    position: absolute;
    right:0;
    top:100px;
}

.blue-icons{
    position: relative;    
}

.blue-icons{
    position: relative;    
}
.blue-icons .separator{
    background-color: #fff;
    width:2px;
    height: 30px;
    position: absolute;
    right:0;
    top:100px;
}




@media (max-width:768px) {
    .blue-icons .separator, .icons-cont .separator{
        display: none;
    }
}

@media (max-width:1200px) {
    #institucional_nav a{
        font-size: 16px;
    }
}