h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto', serif !important;
    font-weight: 500 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}
p{
    font-family: 'Roboto', sans-serif;
    background: transparent;
    color: rgba(0,0,0,0.6);
}
hr{
    border-top: 1px solid #ccc;
    height: 0;
    margin: 0 !important;
}
h1 > a, h2 > a, h3 > a, h4 > a, h1 > a:visited, h2 > a:visited, h3 > a:visited, h4 > a:visited{
    background: transparent;
    color: #222;
    line-height: 1.1;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus{
    background: transparent;
    color: #151515;
}
p a:not(.btn) {
text-decoration: underline;
}
img{
    border-radius: 0;
}
.enlaces-bar,
.enlaces-bar:visited{
    background: transparent;
    text-decoration: none;
    width: 32px;
    height: 32px;
    margin: 2px;
}
.enlaces-bar:hover{
    background: transparent;
    color: #555;
}
#header .navbar-light{
    background: rgba(255,255,255, 1);
    padding: 0 15px;
    /*background: #E1E1E3;
    color: #eee;*/
    border: 0;
    transition: all 1s ease-in-out;
}
#header .navbar-light button{
    background: transparent;
    border: none;
}
.navbar-border-gradient{
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: rgb(191,11,52);
    background: linear-gradient(90deg, rgba(191,11,52,1) 20%, rgba(213,11,52,1) 20%);
    -webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
    z-index: 5;
}
.btn-primary{
  background-color: #051E73 !important;
  border-color: #051E73 !important;
}
.btn-primary:hover{
  background-color: #053295 !important;
  border-color: #053295 !important;
}
.btn-danger{
  background-color: #BF0B34 !important;
  border-color: #BF0B34 !important;
}
.btn-danger:hover{
  background-color: #D50B34 !important;
  border-color: #D50B34 !important;
}

.bg-bloque{
    padding: 30px 0 30px;
}
.bg-gris{
    background: #F5F6F6;
}
.bg-gris1{
    background: #f5f5f5;
}
.bg-gris2{
    background: #eaeaea;
}
.bg-blanco{
    background: #fff;
}
.bg-azul{
    background: #12375C;
}
.bg-rojo{
    background: #DD1A2B;
}
.color-rojo{
    background: transparent;
    color: #DD1A2B;
}
.bg-resumen-servicios{
    background: rgb(35,37,81);
    background: linear-gradient(90deg, rgba(35,37,81,1) 0%, rgba(18,19,44,1) 100%);
    /*background-image: url("../images/bg-trama-azul.svg");*/
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    padding: 20px 0;
    transition: all 2s ease-in-out;
}
.bg-resumen-servicios:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.bg-prensa{
    background: rgb(35,37,81);
    background: linear-gradient(90deg, rgba(35,37,81,1) 0%, rgba(18,19,44,1) 100%);
    /*background-image: url("../images/bg-trama-azul.svg");*/
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    padding: 20px 0;
    transition: all 2s ease-in-out;
}
.bg-prensa:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.texto-blanco{
    background: transparent;
    color: rgba(255,255,255,1);
}
.texto-blanco1{
    background: transparent;
    color: rgba(255,255,255,0.7);
}
.texto-blanco1 a, .texto-blanco1 a:visited{
    background: transparent;
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}
.texto-blanco1 a:hover{
    background: transparent;
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.texto-blanco2{
    background: transparent;
    color: rgba(255,255,255,0.5);
}
.texto-blanco2 a, .texto-blanco2 a:visited{
    background: transparent;
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
}
.texto-blanco2 a:hover{
    background: transparent;
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.texto-azul{
    background: transparent;
    color: #1C3E6D;
}
.nav-vertical-azul{
    background: #0F2D66;
    color: rgba(255,255,255,0.5);
}
.nav-vertical-azul > li > a{
    background: transparent;
    color: rgba(255,255,255,0.5);
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-vertical-azul > li > a:hover{
    background: #12377C;
    color: rgba(255,255,255,1);
}
.nav-vertical-blanco{
    background: transparent;
    color: rgba(0,0,0,0.7);
}
.nav-vertical-blanco > li > a{
    background: transparent;
    color: rgba(0,0,0,0.7);
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.nav-vertical-blanco > li > a:hover{
    background: rgba(0,0,0,0.1);
    color: rgba(0,0,0,1);
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  TITULOS
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.btn-icono{
    position: relative;
    min-width: 160px;
}
.btn-icono > img{
    position: absolute;
    vertical-align: top;
    border-style: none;
    top: 7px;
    left: 8px;
    margin-right: 5px;
}
.btn-icono:hover{
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  TITULOS
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.bg-titulo-1{
    background: url("../images/divisoria-titulo-1.png") 0 bottom no-repeat;
    padding-bottom: 10px;
}
.bg-titulo-2{
    background: url("../images/divisoria-titulo-2.png") 0 bottom no-repeat;
    padding-bottom: 10px;
}
.bg-titulo-3{
    background: url("../images/divisoria-titulo-3.png") 0 bottom no-repeat;
    padding-bottom: 10px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FOOTER                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.main-footer{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    color: #222;
    overflow: hidden;
    padding: 30px 0;
    font-size: 14px;
    border-top: 10px solid rgb(191,11,52);
}

.main-footer h4{
    background: transparent;
    margin-top: 0;
    color: #222;
}

.main-footer a,
.main-footer a:visited{
    background: transparent;
    color: #111;
    text-decoration: underline;
}

.main-footer h4 > a,
.main-footer h4 > a:visited{
    background: transparent;
    text-decoration: none;
    color: #222;
    font-weight: 700;
}
.main-footer p{
    background: transparent;
    color: #333;
    font-family: Arial;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
    margin:  0 0 5px 0;
}
.main-footer span{
    background: transparent;
    color: #333;
    font-weight: 700;
}
.main-footer p span,
.main-footer p address{
    background: transparent;
    color: #333;
}
.main-footer #logo-footer{
    height: 50px;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Images Backgrounds                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.bg-home-bienvenida{
    background: #fff;
}
.bg-home-bienvenida .col-md-4{
    padding: 0;
}
.bg-home-bienvenida .col-md-8{
    padding: 0;
}
.bg-home-inicio{
    background: #fff url("../images/bg-home-inicio.jpg") no-repeat center center;
    background-size: cover;
    padding: 83px 0;
    height: 100%;
}
.bg-home-inicio h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #111;
    transition: all 0.5s ease-in-out;
}
.bg-home-inicio:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.bg-home-inicio p{
    background: transparent;
    color: #fff;
    font-size: 16px;
}
.bg-home-servicios{
    background: #fff;
}
.bg-home-servicios h2 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-home-servicios:hover h2 a{
    color: rgba(10,10,10,1.0);
}
.bg-home-proyectos{
    background: #fff url("../images/bg-home-proyectos.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
}
.bg-home-proyectos h3 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-home-proyectos:hover h3 a{
    color: rgba(10,10,10,1.0);
}
.bg-home-noticias{
    background: #eee;
}
.bg-home-noticias h4 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-home-noticias:hover h4 a{
    color: rgba(10,10,10,1.0);
}
.bg-home-partners{
    background: #fff;
    background-size: cover;
    padding: 0;
}
.bg-home-partners h4{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-home-partners:hover h4{
    color: rgba(10,10,10,1.0);
}
.bg-home-energia{
    background: #eee;
    background-size: cover;
    padding: 0;
}
.bg-home-partners h4{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-home-partners:hover h4{
    color: rgba(10,10,10,1.0);
}
.bg-servicios{
    background: #fff url("../images/bg-servicios.jpg")  center center no-repeat;
    background-size: cover;
    padding: 95px 0 0 0;
}
.bg-noticias{
    background: #e9e9e9;
    padding: 95px 0 0 0;
}
.bg-noticias h1 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-noticias:hover h1 a{
    color: rgba(10,10,10,1.0);
}
.bg-una-noticia{
    background: #fff;
}
.bg-una-noticia h2{
    font-size: 18px;
    margin-bottom: 20px;
}
.bg-una-noticia p{
    font-size: 16px;
}
.bg-proyectos{
    background: url("../images/bg-proyectos.jpg") no-repeat top center;
    background-size: cover;
    margin: 95px 0 0 0;
    padding: 80px 0;
}
.bg-proyectos h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-proyectos:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.bg-proyectos h2{
    color: #fff;
}
.bg-proyectos p{
    color: #fff;
}
.bg-proyectos a{
    color: #a0a0a0;
    transition: all 0.3s ease-in-out;
}
.bg-proyectos a:hover{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.bg-trabaja-con-nosotros{
    background: #fff  url("../images/bg-trabaja-con-nosotros.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 0;
    margin: 95px 0 0 0;
}
.bg-trabaja-con-nosotros h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 50px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-trabaja-con-nosotros:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.bg-trabaja-con-nosotros h1{
    margin-bottom: 0;
}
.bg-trabaja-con-nosotros p{
    color: #fff;
    font-size: 14px;
}
.bg-trabaja-con-nosotros p strong{
    font-weight: 700;
}
.bg-trabaja-con-nosotros label{
    color: #fff;
}
.custom-file-label::after{
    background: #D9262E;
    color: #fff;
}
.bg-nosotros-gris{
    background: #e9e9e9;
    padding: 95px 0 0 0;
}
.bg-nosotros-gris h1 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-nosotros-gris:hover h1 a{
    color: rgba(10,10,10,1.0);
}
.bg-media-room{
    background: #e9e9e9;
    padding: 95px 0 0 0;
}
.bg-media-room h1 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-media-room:hover h1 a{
    color: rgba(10,10,10,1.0);
}
.bg-recursos{
    background: #fff url("../images/bg-recursos.jpg") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
    margin: 95px 0 0 0 !important;
}
.bg-recursos h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-recursos:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.bg-nosotros{
    background: #fff url("../images/bg-nosotros.jpg")  center center no-repeat;
    background-size: cover;
    padding: 95px 0 0 0;
}
.bg-medidas{
    background: #fff url("../images/bg-medidas.jpg")  center center no-repeat;
    padding: 95px 0 0 0;
}
.bg-medidas h1 a{
    background: transparent;
    color: rgba(10,10,10,0.7);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-medidas:hover h1 a{
    color: rgba(10,10,10,1.0);
}
.bg-medidas p{
    font-size: 14px;
}
.bg-medidas p strong{
    font-size: 16px;
    font-weight: 700;
}
.bg-medidas a{
    color: #F6262E;
}
.bg-contacto{
    background: #fff  url("../images/bg-contacto.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 0;
    margin: 95px 0 0 0;
}
.bg-contacto h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 50px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-contacto:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.bg-contacto h1{
    margin-bottom: 0;
}
.bg-contacto p{
    color: #fff;
    font-size: 14px;
}
.bg-contacto p strong{
    font-weight: 700;
}
.bg-contacto label{
    color: #fff;
}
.bg-gris-claro{
    background: #e9e9e9;
}
.bg-rojo{
    background: #D9262E;
    margin: 95px 0 0 0;
}
.bg-rojo h1 a{
    background: transparent;
    color: rgba(255,255,255,1.0);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-rojo:hover h1 a{
    color: rgba(255,255,255,0.7);
}
.box-espacio{
    padding: 60px;
}
.box-lateral{
    padding: 55px 30px;
    background: rgba(10,10,10,0.7);
}
.box-lateral h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 50px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #111;
    transition: all 0.5s ease-in-out;
}
.box-lateral:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.box-lateral h1{
    margin-bottom: 40px;
}
.box-lateral p{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.box-lateral ul li{
    color: #fff;
    font-size: 18px;
}
.divisoria{
    display: block;
    width: 100%;
    height: 20px;
    background: url("../images/divisoria.png") no-repeat top left;
}
.sombra-texto{
    background: transparent;
    color: #eee !important;
    font-size: 16px !important;
    text-shadow: 2px 2px 2px #111;
    font-weight: 700;
}
.color-gris{
    background: transparent;
    color: #6C6C6C !important;
    font-size: 12px !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Noticias                                                                                                                             */
/*---------------------------------------------------------------------------------------------------------------------------------------*/

.noticia-fondo-img{
    position: relative;
}
.noticia-fondo-img .fondo{
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0.95;
    transition: all 0.5s ease-in-out;
}
.noticia-fondo-img .fondo:hover{
    opacity: 1;
}
.noticia-fondo-img img{
    transition: all 2s ease-in-out;
}
.noticia-fondo-img:hover img{
    scale: 1.2;
}
.noticia-fondo-img .textossuperiores{
    background: transparent;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    z-index: 2;
}
.noticia-fondo-img .textossuperiores .categoria{
    display: inline-block;
    background: #DD1A2B;
    color: rgba(255,255,255,1);
    padding: 3px 8px;
    border-radius: .25rem;
    text-shadow: none;
}

.noticia-fondo-img .textos{
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 2;
}
.noticia-fondo-img .textos h2,
.noticia-fondo-img .textos h2 a,
.noticia-fondo-img .textos h2 a:visited{
    background: transparent;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    font-weight: 700;
}
.noticia-fondo-img .textos h2 a:hover{
    background: transparent;
    color: rgba(255,255,255,1);
}
.noticia-fondo-img .textos p,
.noticia-fondo-img .textossuperiores p{
    background: transparent;
    color: rgba(255,255,255,0.9);
    margin-bottom: 5px;
    font-size: 12px;
}
.noticia-fondo-img .textos p{
    background: transparent;
    color: rgba(255,255,255,0.9);
    margin-bottom: 5px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Listas                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.navbar-nav li{
    background: transparent;
    padding: 0;
    margin: 0 5px;
}
.navbar-nav li:hover{
    background: transparent;
}
.navbar-light .navbar-nav .nav-link{
    background: transparent;
    color: rgba(10,10,10,0.8);
    font-size: 18px;
    padding: 0 5px 3px 5px;
}
.navbar-light .navbar-nav .nav-link.active{
    color: rgba(10,10,10,1.0);
    font-weight: 700;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover{
    color: rgba(10,10,10,1.0);
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(10,10,10,0.7);
}
/* Listas */
.lista-horizontales li{
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lista-servicios li{
    /*position: relative;*/
    display: block;
}
.lista-servicios li .box{
    /*z-index: 1;*/
    border: 2px solid rgba(255,255,255,0.1);
    transition: all 1s ease-in-out;
}
.lista-servicios li .box:hover{
    border: 2px solid rgba(255,255,255,1);
}
.lista-btn-emergencias > div > a > img{
    transition: all 0.5s ease-in-out;
}
.lista-btn-emergencias > div > a > img:hover{
    scale: 1.05;
}


/*
.lista-servicios li > img{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: all 2s ease-in-out;
}
.lista-servicios li .box:hover img{
    opacity: 0.4;
}*/

.lista-servicios li .contenido{
    display: block;
    /*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;*/
    padding: 15px;
}
.lista-servicios li .contenido h2{
    display: block;
    background: transparent;
    color: #fff;
    text-align: center;
}
.lista-servicios li .contenido .lista-botones{
    margin: 15px;
}
.lista-servicios li .contenido .lista-botones li{
    margin-bottom: 15px;
}
.lista-enlaces li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lista-enlaces li{
    position: relative;
}

.lista-enlaces li{
    position: relative;
}
.lista-licitaciones li .box{
    padding: 15px;
    background: #e1e1e1;
    z-index: 1;
    border: 2px solid transparent;
    transition: all 1s ease-in-out;
    border: 2px solid rgba(0,0,0,0.1);
}
.lista-licitaciones li:hover .box{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    border: 2px solid rgba(0,0,0,0.5);
}
.lista-licitaciones li .box h3{
    min-height: 105px;
    max-height: 105px;
    padding: 5px 0;
    border-top: 1px solid #0082C4;
    border-bottom: 1px solid #0082C4;
    overflow: hidden;
}
.lista-licitaciones li .box .ubicacion{
    min-height: 25px;
    max-height: 25px;
    overflow: hidden;
}
.lista-licitaciones li .box .ejecucion{
    font-size: 12px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
.lista-licitaciones li .box .financiacion{
    font-size: 12px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
.lista-zocalo{
    margin: auto;
}
.lista-zocalo li{
    margin: 20px 10px;
}
.lista-zocalo li a{
    font-size: 12px;
    text-decoration: none;
}
.lista-zocalo li a:hover{
    text-decoration: underline;
}
.lista-home-servicios{
    margin: 20px 0;
}
.lista-home-servicios li{
    margin: 10px 0;
}
.lista-home-servicios li p{
    margin: 20px 0 0 0;
    color: #a0a0a0;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.lista-home-servicios li:hover p{
    color: #0a0a0a;
}
.lista-proyectos{
    margin: 20px 0;
}
.lista-proyectos li{
    position: relative;
    margin: 15px 0;
}
.lista-proyectos li .bg-blanco{
    background: #fff;
    padding: 10px 10px 60px 10px;
    height: 100%;
}
.lista-proyectos li h3 a{
    background: transparent;
    color: rgba(10,10,10,0.7) !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}
.lista-proyectos li:hover h3 a{
    color: rgba(10,10,10,1.0) !important;
}
.lista-proyectos li h3{
    margin: 15px 0;
}
.lista-proyectos li h3:hover{
    text-decoration: underline;
}
.lista-proyectos li p{
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 5px;
}
.lista-proyectos li img{
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: scale(1.0);
}
.lista-proyectos li:hover img{
    transform: scale(1.05);
}
.lista-proyectos li span{
    position: absolute;
    top: 20px;
    right: 35px;
    height: 40px;
    width: 40px;
    background: #FF0000;
    border-radius: 50%;
}
.lista-proyectos li span img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.lista-proyectos li .btn{
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.nuestro-equipo p{
    font-size: 18px;
    margin-bottom: 0;
}
.nuestro-equipo p strong{
    font-weight: 700;
}
.lista-nuestro-equipo{
    margin: 20px 0 0 0;
}
.lista-nuestro-equipo li{
    margin: 10px 0;
}
.lista-nuestro-equipo li p{
    font-size: 16px;
    margin-bottom: 0;
}
.lista-nuestro-equipo li p strong{
    font-weight: 700;
}
.lista-fotos{
    margin: auto;
}
.lista-fotos li{
    margin: 10px 0;
}
.lista-fotos li h2{
    font-size: 16px;
    font-weight: 700;
    margin-top: 7px;
}
.lista-fotos li p{
    font-size: 10px;
    margin-bottom: 0;
}
.lista-fotos li span{
    font-size: 10px;
    line-height: 1 !important;
    margin: 0;
}
.lista-fotos li img{
    margin-top: 5px;
    transition: all 0.5s ease-in-out;
    transform: scale(1.0);
}
.lista-fotos li:hover img{
    transform: scale(1.05);
}
.lista-descargas{
    margin: 10px 0;
}
.lista-descargas li{
    margin: 10px 0;
}
.lista-descargas li .btn{
    font-size: 18px;
}
.lista-descargas li a{
    transition: all 0.5s ease-in-out;
    transform: scale(1.0);
}
.lista-descargas li:hover a{
    transform: scale(1.1);
}
.lista-partners{
    margin: 20px 0;
}
.lista-partners li{
    margin: 10px 0;
}
.lista-partners li img{
    transition: all 0.3s ease-in-out;
    transform: scale(1.0);
}
.lista-partners li:hover img{
    transform: scale(1.1);
}
.pagination .page-link{
    background: #D9262E;
    color: #fff;
}
.pagination .page-link:hover{
    background: #FF7F3F;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.lista-redes-sociales{
    display: block;
}
.lista-redes-sociales li{
    display: inline-block;
    margin-top: 5px;
    padding: 0 2px;
    transition: all 0.5s ease-in-out;
    transform: scale(1.0);
}

.nombre-funcionario{
    background: #12377C;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.nombre-funcionario span{
    display: block;
    background: transparent;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    margin-top: 5px;
}

.banners img{
    transition: all 0.5s ease-in-out;
}
.banners img:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    transform: scale(1.05);
}

.lista-videos li{
    position: relative;
}
.lista-videos li .un-video{
    position: relative;
    cursor: pointer;
}

.lista-videos li .un-video .bg-play-video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.lista-videos li .un-video .bg-play-video img{
    transition: all 1s ease-in-out;
    opacity: 0.6;
}
.lista-videos li .un-video .bg-play-video:hover img{
    opacity: 1;
}
.lista-partes li p{
    min-height: 100px;
}

#NominaAutoridades > .card > .card-header{
    background: #1D4581;
    color: #fff;
}
#NominaAutoridades > .card > .card-header > h2 > .btn-link{
    background: transparent;
    color: #fff;
}
#NominaAutoridades .btn-link:hover, #NominaAutoridades .btn-link:active, #NominaAutoridades .btn-link:focus{
    text-decoration: none !important;
}
#NominaAutoridades .btn-link .badge-light{
    color: #F8F9FA !important;
}

.transmisionvivo h2, .transmisionvivo h4{
    font-weight: 700 !important;
}
.badge a, .badge a:visited .badge a:hover{
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.badge a:hover{
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  MOVIMIENTOS                                                                                                                          */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.slide-in-r{
    animation-duration: 3s;
    animation-name: slideinr;
}
.slide-in-l{
    animation-duration: 1s;
    animation-name: slideinl;
}

@keyframes slideinr {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to{
        margin-left: 0%;
        width: 100%;
    }
}

@keyframes slideinl {
    from {
        margin-left: -100%;
        width: 100%;
    }

    to{
        margin-left: 0%;
        width: 100%;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FIN MOVIMIENTOS                                                                                                                      */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.fa{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-angle-double-down:before {content: "\f107";}

.bounce {
    position: absolute;
    bottom: 0;
    left: 15px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce{
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  RADIO ONLINE                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  MOVIMIENTOS AGUS                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.animatable {

  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0%{
        background:none;
    }
  70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}
@-o-keyframes fadeBgColor {
    0%{
        background:none;
    }
  70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}
@keyframes fadeBgColor {
    0%{
        background:none;
    }
  70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}

.animated.animationDelay{
    animation-delay:.4s;
    -webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
    animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}
.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}
.delay05{
    animation-delay: 0.5s;
}
.delay10{
    animation-delay: 1s;
}
.delay15{
    animation-delay: 1.5s;
}
.delay20{
    animation-delay: 2s;
}
.delay25{
    animation-delay: 2.5s;
}
.delay30{
    animation-delay: 3s;
}
.delay35{
    animation-delay: 3.5s;
}
.delay40{
    animation-delay: 4s;
}
.delay45{
    animation-delay: 4.5s;
}
.lista-agendas .agenda-numeros span{
    font-size: 5em;
    font-weight: 700;
}