    @font-face {
        font-family: 'Dosis';
        src: url(/css/HhyaU5sn9vOmLzloC_U.woff2);
    }
    
    body{
        background-color:#cd3329 ;
        font-family: 'Dosis', Arial, Helvetica, sans-serif;
    }
    .cont-principal{
        background-color: #fff;
    }
    h1{
        font-size: 1.8rem;
        color:#cd3329
    }
/* INICIA HEADER */
    .cont-logo{
        padding:30px 0px;
    }
    #menu-principal{
        background-color: #fff;    
        border-bottom: #ebebeb solid 1px;
        border-top: #ebebeb solid 1px;
        
    }
    #menu-principal li{
        border-left: #ebebeb solid 1px;    
        padding: 0px 20px;
    }
    #menu-principal li.solo{
        border-right: #ebebeb solid 1px;    
    }
    a.nav-link{
        font-size: 0.9rem;
        display: flex!important;
        justify-content: center!important;
        font-weight: 600;
    }
    a.nav-link .fa{
        font-size: 1.3rem;
    }
    a.nav-link span{
        margin-left: 10px;
    }
    .navbar-nav  li:hover{
        background-color: #cd3329 !important;
    }
    .navbar-nav  li:hover > a.nav-link{
        color: #fff  !important;

    }
    .navbar-nav  li.active{
        background-color:#cd3329 !important;
    }
    li.active a.nav-link{
        color: #fff  !important;
        
    }
    @media (min-width: 992px) {
        #menu-principal {
        margin:0px;
        padding:0px;
        }
    }
/* TERMINA HEADER */
/* INICIA FOOTER */
    footer{
        padding:80px 0px 50px 0px;
        background-color: rgba(214, 76, 37, 1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    footer .redes-footer{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    footer .redes-footer a{
        width: 50px;
        height: 50px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: rgba(255, 124, 63, 1)  !important;
        color: rgba(214, 76, 37, 1);;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin:10px
    }
   
    footer .redes-footer a .fa{
       font-size: 2rem;
    }
    footer .redes-footer a:hover{
        text-decoration: none;
        background: rgba(255, 124, 63, 0.5)  !important;
    }

    footer p.uniglobaunion{
        font-size: 1rem;
        color: #fff;
        margin-top: 50px;
    }
    footer .logo-uni{
        margin-top: 50px;
    }
/* TERMINA FOOTER */
/* INICIA HOME */
    .home{
        margin:50px 40px 0px 30px
    }

    div.home-accordin{
        margin-top:5rem;
    }
    .cont-tit{
        margin-bottom:50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tit-acordeon{
        color: #cd3329;
        text-transform: uppercase;
        font-size: 1.1rem;
    }
    .home .btn-link:hover{
        text-decoration:none  !important;
    }
    .tit-acordeon i{
        font-size: 1.5rem;
        margin-right: 10px;
    }
    .tit-acordeon:hover{
        color: #cd3329  !important;
        opacity: 0.6;
    }
    .home .card{
        margin-bottom: 10px;
    }
    #accordion h5{
        font-size: 1.0rem;

    }
    .home-noticias{
        margin-top: 5rem;
    }
    #owl-carousel-1{
        margin-bottom: 40px;
    }
    #owl-carousel-1 .owl-nav{
        position: absolute;
        top: -60px;
        right: 0;
    }
    #owl-carousel-1 .owl-prev{
        margin-right: 3px;
    }
    #owl-carousel-1 .owl-next, #owl-carousel-1 .owl-prev{
        width: 30px;
        height: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50% !important;
        border: rgba(219, 222, 225, 0.9)  1px solid ;
        color: rgba(214, 76, 37, 1);
      
    }    
    #owl-carousel-1 .owl-next:hover, #owl-carousel-1 .owl-prev:hover{
        background: rgba(214, 76, 37, 1) !important  ;
        border: #cd3329  1px solid ;
        box-shadow: none !important;
        color: #fff;
        outline:#cd3329;
    }
    #owl-carousel-1 .owl-next:focus, #owl-carousel-1 .owl-prev:focus{       
        outline:#cd3329;
    }

    .color-img{
        display:none
    }
  
    #owl-carousel-1 p.card-text{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #owl-carousel-1 .card-text a{
        color:#cd3329;
        font-size: 1.2rem;
    }
    #owl-carousel-1 .cmsms_slider_post_category{
        color:#cd3329;
        font-size: 0.8rem;
    }
    #owl-carousel-1 .cmsms_slider_post_category a{
        text-transform: uppercase;
        color:#cd3329;
        text-decoration: none;
    }
    #owl-carousel-1 .card-footer{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color:#cd3329;
        direction: ltr;
    }
    #owl-carousel-1 .owl-dots{
        display: none;
    }
    #owl-carousel-1 .card-footer i{
        padding-left:5px;
        display: inline;
    }
    #owl-carousel-2{
        padding-bottom: 40px;
        margin-bottom: 0px;
        z-index: 20;
    }
    #owl-carousel-2 .owl-nav{
        padding-bottom: 50px;
        margin-top: 30px;
        text-align: center;
    }
    #owl-carousel-2 .owl-next, #owl-carousel-2 .owl-prev{
        width: 30px;
        height: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50% !important;
        background: rgba(214, 76, 37, 1)  !important;
        border:#fff 1px solid;
        color:#fff !important;
        margin:3px
    }
    #owl-carousel-2 .owl-next:hover,#owl-carousel-2 .owl-prev:hover{
        background: rgba(255, 124, 63, 0.5)  !important;
       
    }
    #owl-carousel-2 .owl-next:focus,#owl-carousel-2 .owl-prev:focus{
        outline: rgba(255, 124, 63, 0.5)  !important;
       
    }
    #owl-carousel-2 .owl-dots{
        display: none;
    }
    
    #owl-carousel-2 .card{
        background-color: transparent !important;
        border: none;
    }
    #owl-carousel-2  .comentarios{
        display: flex;
        flex-direction: column;
        align-items: center;      
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 60%);
        
    }
    .color-fondo{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #cd431c;
        opacity: 0.7;
        z-index: 10;
    }
    .home-comentarios{
       position: relative;
        background-image: url(../imagenes/Twitter3.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;      

    }
    .home-comentarios  div.tit-comen{
     
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
        align-items: center ;
        padding-top: 100px;
        z-index: 20 !important;
    }
    .home-comentarios  div.tit-comen a,.home-comentarios  div.tit-comen span{
        display: inline;
        font-size: 1.2rem;
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 60%)  !important;
        z-index: 20 !important;

    }
    .home-comentarios  div.tit-comen a{
        font-size: 3rem;
    }
    
    .text-comen{
        max-width:600px ;
        text-align: center;
        font-size: 1.2rem;
    }
    
/* TERMINA HOME */
/* INICIA legal-documents y good-practices */

     .cont-titulo{
        background-color: rgba(219, 222, 225, 0.2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:30px 0px;
    }
     .cont-principal{
        padding: 50px 0px 0px;
    }
     .cont-rojo{
        background-color: rgba(211, 49, 62, 1) ;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:40px 20px;
        margin-bottom: 30px;
        color:#fff;
        border-radius: 10px;
    }
     .cont-rojo .fa{
        text-align: center;
        font-size: 2.2rem;
        font-weight: 900;
        margin-bottom: 30px;
    }
     .cont-rojo h2{
        text-align: center;
        font-size: 1.7rem;
        max-width: 250px;
        line-height:38px;
        margin-bottom: 30px;
    }
     .cont-rojo p{
        margin-bottom: 30px;
        font-size: 1.1rem;
    }
     .cont-rojo a{
        color: #fff;
        border: 2px solid #fff;
        padding:10px 20px;
        border-radius: 10px;
    }
/* TERMINA legal-documents y good-practices */
/* INICIA noticias */
    .ruta
    {
        color: rgba(127, 127, 127, 1);
        text-align: center;
        padding-top: 20px;
    }
    #noticia .titulo-noti{
        display: flex;
        flex-direction: row;
        justify-content:left;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #noticia .titulo-noti img{
        padding-right: 20px;
    }
    #noticia .contenido  a{
        color: rgba(244, 85, 41, 1) !important;
        text-decoration: none;
        font-weight: 500;
    }
    #noticia .fecha p{
        color: #cd3329;
        text-align: right;
    }
    #noticia .fecha p span{
        margin-right: 20px;
    }
    #noticia .fecha p span i{
        margin-left: 5px;
    }
    #noticia .cont-about{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        background-color: rgba(219, 222, 225, 0.5);
        padding:20px
    }
    #noticia .avatar{
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        image-rendering: -webkit-optimize-contrast;
    }
    #noticia .text-about h2{
        font-size: 20px;
        color: #cd3329;
    }
    #noticia .text-about p
    {
        color: rgba(127, 127, 127, 1);
    }
  
/* TERMINA noticias */

/* INICIA TOOLS */
#tools .poster{
    padding: 1rem !important;
}
#tools .poster .cont-img{
   position: relative;
    border:solid 1px rgba(127, 127, 127, 0.2);
    padding:0.5rem;
    transition:all .5s ease-in-out;
}
#tools .poster .cont-cuadro{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 85, 41, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

#tools .poster div.texto{
    background-color: rgba(219, 222, 225, 0.5);
    color: #cd3329;
    padding:20px;
    border:solid 1px rgba(127, 127, 127, 0.2);
}
#tools .poster div.texto a{
   
    color: #f45529;
}
#tools .poster div.texto a{
    font-size: 0.7rem;
    transition: weight  linear 0.5s;   
    line-height: 10px; 
}
#tools .poster div.texto a span{
    display: block;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
    color: #cd3329;
    
}
#tools .poster .opaca{
    transition: opacity  linear 0.3s;   

}
#tools .poster .opaca:hover {
    opacity: .5;
}
#tools .poster div.texto a:hover{
    font-weight: 900;
    text-decoration: none;
}
/* TERMINA TOOLS */