Theme Name: IDHAL - PUCP
Description: IDHAL - PUCP
Author: DCI
Author URI: http://dci.pucp.edu.pe
Version: 1.0.0
Tags: blank

/** FUENTES **/



@font-face {
    font-family: 'Segoe-ui';
    font-weight: bold;
    font-style: italic;
    src: url(fonts/segoeu-italic-bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: bold;
    font-style: italic;
    src: url(fonts/segoeu-italic-bold.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: normal;
    font-style: italic;
    src: url(fonts/segoeui-italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: normal;
    font-style: italic;
    src: url(fonts/segoeui-italic.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: normal;
    font-style: normal;
    src: url(fonts/segoeu-regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: normal;
    font-style: normal;
    src: url(fonts/segoeu-regular.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: bold;
    font-style: normal;
    src: url(fonts/segoeui-bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: bold;
    font-style: normal;
    src: url(fonts/segoeui-bold.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 600;
    font-style: normal;
    src: url(fonts/segui-semibold.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 600;
    font-style: normal;
    src: url(fonts/segui-semibold.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 600;
    font-style: italic;
    src: url(fonts/segui-semibold-italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 600;
    font-style: italic;
    src: url(fonts/segui-semibold-italic.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight:  300;
    font-style: normal;
    src: url(fonts/segoeui-light.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 300;
    font-style: normal;
    src: url(fonts/segoeui-light.eot);
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 300;
    font-style: italic;
    src: url(fonts/segui-light-italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe-ui';
    font-weight: 300;
    font-style: italic;
    src: url(fonts/segui-light-italic.eot);
}



/*FIN FUENTES*/

body{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    font-family: 'Segoe-ui', sans-serif;
    /*font-family: 'Cabin', sans-serif;*/
}

a{
	color: #014476;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    border-bottom: 1px solid rgba(16, 139, 167, 0);
    text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #940C30;
    border-bottom: 1px solid #940C30;
}
img{
    max-width: 100%;
}
:focus{
	outline: 0 !important;
	text-decoration: none !important;
}
.izq{
    float:left;
}
.der{
    float: right;
}
.clear {
	clear: both;
}
.cero {
	font-size: 0px;
	height: 0px;
}
.pb-70{
	padding-bottom: 70px;
}
.carousel-indicators {
    z-index: 1;
}


.logos-wrapper{
}
.logos .logo-pucp{
	text-align: right;
	line-height: 0;
}
.logos .logo-pucp a{
	height: 84px;
	width: 206px;
	display: inline-block;
	/*background: url(images/logo-pucp.png) center center no-repeat;*/
	background: url(images/logo-pucp.svg) center center no-repeat;
	border-bottom: none;
}
.logos .logo-web h1{
	margin: 0;
	line-height: 0;
}
.logos .logo-web a{
	height: 84px;
    width: 182px;
	display: inline-block;
	/*background: url(images/logo-web.png) center center no-repeat;*/
	background: url(images/logo-web.svg) center center no-repeat;
	overflow: hidden;
	font-size: 10px;
	text-indent: -200%;
	border-bottom: none;
}
.logo-movil {
    background: url(images/logo-web-movil.png) 0 center no-repeat;
    height: 50px;
    width: 172px;
    float: left;
    margin-left: 15px;
}
.menu-prin {
    background: #014476;
    border: 0 none;
    /* border-top: 1px solid #108ba7; */
    min-height: 52px;
    margin: 0;
    /* box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4); */
}
#menu-prin{
	padding-left: 0;
	padding-right: 0;
    border: none;
}
#menu-prin > ul > li.active:hover,
#menu-prin > ul > li.active:focus,
#menu-prin > ul > li.active{
    background-color: #F0F0F0;
}
#menu-prin > ul > li.active > a:hover,
#menu-prin > ul > li.active > a:focus{
}
#menu-prin > ul > li.active > a:hover:before,
#menu-prin > ul > li.active > a:focus:before {
    content: '';
    display: none;
}
#menu-prin > ul > li.active:hover,
#menu-prin > ul > li.active:focus,
#menu-prin > ul > li.active{
    background-color: #940C30;
    /* box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4); */
}
#menu-prin > ul > li:hover,
#menu-prin > ul > li:focus {
    background: #ffffff;
}
#menu-prin > ul > li:hover > a,
#menu-prin > ul > li:focus > a{
    color: #111111;
    background: #F5F5F5;
}
#menu-prin > ul > li.active:hover > a,
#menu-prin > ul > li.active:focus > a{
    color: #fff;
    background-color: #940C30;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0F75DA;
}
#menu-prin > ul > li > a:hover:before,
#menu-prin > ul > li > a:focus:before{
	content: '';
}
#menu-prin > ul > li.current-menu-item > a,
#menu-prin > ul > li.current-menu-item > a:hover,
#menu-prin > ul > li.current-menu-item > a:focus,
#menu-prin > ul > li.current-menu-ancestor > a,
#menu-prin > ul > li.current-menu-ancestor > a:hover,
#menu-prin > ul > li.current-menu-ancestor > a:focus{
	/*background-color: #940C30;*/
    background-color: #940C30;;
	color: #fff;
}
#menu-prin > ul > li.current-menu-item > a:hover:before,
#menu-prin > ul > li.current-menu-item > a:focus:before,
#menu-prin > ul > li.current-menu-ancestor > a:hover:before,
#menu-prin > ul > li.current-menu-ancestor > a:focus:before{
	display: none;
}
#menu-prin > ul > li > ul{
    display: none;
    position: absolute;
    z-index: 20;
    padding-left: 0;
    list-style: none;
    text-align: left;
    min-width: 100%;
    padding: 0;
    border: 0;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5);
}
#menu-prin > ul > li > ul > li{
    white-space: nowrap;
    white-space: initial;
    border-top: 1px solid #b9b8b8;
}
#menu-prin > ul > li > ul > li:first-child{
	border-top: 0 none;
}
#menu-prin > ul > li > ul > li > a{
    padding: 10px 20px;
    min-width: 240px;
    max-width: 260px;
    vertical-align: top;
    display: block;
    border-bottom: 0;
    color: #000;
    background: #f5f5f5;
    /* font-family: 'Open Sans' !important; */
    font-family: 'Segoe-ui', sans-serif;
    font-size: 15px;
    /* font-weight: bold; */
    /* line-height: normal; */
    /* letter-spacing: 0.5px; */
    white-space: inherit;
}
#menu-prin > ul > li > ul> li > a:hover{
    border-bottom: none;
    color: #ffffff;
    background: #2C97EA;
}
#menu-prin > ul > li:hover > ul{
	display: block;
}
#menu-prin > ul > li > ul > li > ul{
	display: none;
}




/*SUBMENU LUPA: ;*/

#menu-prin > ul > li > a.lupa {
    background: url(images/lupa.png) center center no-repeat;
    width: 52px;
    height: 52px;
    padding-left: 8px;
    border: none;
    cursor: pointer;
    padding: 0;
    min-width: initial;
}
#menu-prin > ul > li:hover > a.lupa,
#menu-prin > ul > li.active > a.lupa{
    background: url(images/lupa-red.png) center center no-repeat;
}
#menu-prin > ul > li.lupa-wrapper > .lupa-input {
    /* float: right; */
    background: none;
    padding: 0;
    margin: 0;
    min-width: 52px;
}
.menu-prin .buscador .buscar-des {
    background: #ffffff;
    box-shadow: 0px 3px 10px #07070799;
    right: 0;
    padding: 9px 15px;
    position: absolute;
    text-align: left;
    width: 280px;
    z-index: 99;
    display: none;
}
.menu-prin .lupa-input.active .buscador .buscar-des{
    display: block;
}
.menu-prin .buscador .buscar-des input.texto-buscador {
    background: rgba(228, 230, 229, 0.45);
    border: 1px solid rgba(24, 45, 57, 0.16);
    color: #5F5F5F;
    padding: 7px 8px 7px 8px;
    width: 181px;
    float: left;
    height: 36px;
}
.menu-prin .buscador .buscar-des input.submit {
    background: #152C3E;
    border: 1px solid #152c3e;
    color: #ffffff;
    padding: 7px 8px 7px;
    float: left;
    height: 36px;
}
.menu-prin .buscador .buscar-des input.submit:hover {
    background: #940c30;
    border: 1px solid #940c30;
}

li.lupa {
}
li.lupa:after {
    display: none;
}







/*HOME-INTERNA*/

.home-interna{
    padding: 30px 0 0;
}
.home-interna h2{
    /*font-family: 'Segoe-ui', sans-serif;*/
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 50px 0 15px;
}
.home-interna h2:first-child{
    margin: 0 0 15px;
}
.homenoti-wrapper{
    /*border-bottom: solid 2px #d9dfe0;*/
    padding-bottom: 45px;
    padding-top: 20px;
}
.homenoti-modu{
}
.homenoti-text{
}
.homenoti-text h3{
    line-height: 20px;
    margin: 0 0 5px;
}
.homenoti-text h3:hover a{
    color: #108ba7;
}
.homenoti-text h3 a {
    /* font-family: 'Cabin', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #111111;
    text-decoration: none;
    border-bottom: 0;
    position: relative;
    padding-left: 92px;
    display: inline-block;
}
.homenoti-text h3 a.linea-img1 {
    padding-left: 120px;
    padding-top: 8px;
}
.homenoti-text h3 a.linea-img1:before{
    content: '';
    background: url(images/linea1.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 10px;
    left: 25px;
    width: 82px;
    height: 62px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.homenoti-text h3 a.linea-img1:hover:before{
    background: url(images/linea1-hover.png) center center no-repeat;
}
.homenoti-text h3 a.linea-img2:before{
    content: '';
    background: url(images/linea2.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 15px;
    left: 10px;
    width: 64px;
    height: 56px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.homenoti-text h3 a.linea-img2:hover:before{
    background: url(images/linea2-hover.png) center center no-repeat;
}
.homenoti-text h3 a.linea-img3:before{
    content: '';
    background: url(images/linea3.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 15px;
    left: 10px;
    width: 64px;
    height: 46px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.homenoti-text h3 a.linea-img3:hover:before{
    background: url(images/linea3-hover.png) center center no-repeat;
}
.linea-wrapper{
    border-left: 1px solid #D4D4D4;
}
.linea-wrapper:first-child{
    border-left: 0;
}
.homenoti-text h3 a:hover{
    color: #940C30;
}
.boton1{
    margin: 20px 0;
}
.boton1 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    border-bottom: 1px solid #940C30;
}
.boton1 a:after {
    content: '';
    background: url(images/flecha-roja.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 10px;
    right: -15px;
    width: 6px;
    height: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.boton1 a:hover {
    color:#940C30;
}
.boton1.mar-right{
    margin-right: 15px;
}






/*SLIDER*/
.slidermodu-wrapper{ 
    /*margin: 14px 0 0;*/
    /*z-index: 999;*/
    position:relative;
    padding: 52px 0 36px;
    /*-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.3);*/
}
.destacados-wrapper{}
.destacados{
}
.destacados .item{
    height: 507px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.destacados .item .well{
    border: 0 none;
    color: #fff;
    top: 66px;
    background: rgba(255, 255, 255, 0.9);
    left: 63px;
    text-align: center;
    padding: 60px 35px;
    width: 340px;
    position: absolute;
    height: 340px;
    border-radius: 50%;
}
.destacados .item .well h2{
    font-family: 'Segoe-ui', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    margin: 15px 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 34px;
    line-height: 30px;
    color: #111;
    text-transform: uppercase;
}
.destacados .item .well p{
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 17px;
    margin: 0;
    line-height: 23px;
    color: #212121;
}
.destacados .item .well .flechas{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}
.destacados .item .well .flechas a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #00B6FB;
    position: relative;
    color: #fff;
}
/*.destacados .item .well .flechas a i{
    margin-left: 6px;
    margin-top: 5px;
}
.destacados .item .well .flechas a:first-child{
    margin-right: 1px;
}*/
.destacados .carousel-indicators{
    position: absolute;
    bottom: 20px;
    padding: 0;
    /*width: 80px;*/
    height: 20px;
    left: inherit;
    margin: 0;
    right: 25px;
    text-align: right;
    margin-bottom: 0;
}
.destacados .carousel-indicators li{
    border: 1px solid #fff;
    background: none;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}
.destacados .carousel-indicators li.active{
    background: #fff;
}
.flechas {
    /*position: absolute;*/
    /*top: 50%;*/
    /*z-index: 1;*/
}
.flechas .flecha-ant{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #DDDDDD;
    background: #fff url(images/home-slider-izq.png) center center no-repeat;
}
.flechas .flecha-sig{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff url(images/home-slider-der.png) center center no-repeat;
}
.flechas .flecha-ant:hover{
    border: 1px solid #940C30;
    background: #940C30 url(images/home-slider-izq-hover.png) center center no-repeat;
}
.flechas .flecha-sig:hover{
    border: 1px solid #940C30;
    background: #940C30 url(images/home-slider-der-hover.png) center center no-repeat;
}
.slider-flecha-down{
}
.slider-flecha-down a{
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #014476;
    background: #014476 url(images/slider-flecha-down.png) center center no-repeat;
}
.slider-flecha-down a:hover{
    border: 1px solid #940C30;
    background: #940C30 url(images/slider-flecha-down.png) center center no-repeat;
}


/*HOME NOTICIAS SLIDER*/

.home-noticias-wrapper{
    border-top: 1px solid #D8D8D8;
    padding-bottom: 80px;
}
.home-noticias-modu{
    border-bottom: 1px solid #D8D8D8;
    padding: 25px 0;
}
.home-noticias-img{
    float: left;
    margin-right: 20px;
}
.home-noticias-img img{
    width: 230px;
    height: auto;
    max-width: 100%
}
.home-noti-text{
    overflow: hidden;
}
.home-noti-text h3{
    margin-top: 0;
    font-size: 22px;
    line-height: 23px;
}
.home-noti-text h3 a{
    border-bottom: 0;
}
.home-noti-text h3 a:hover{
    border-bottom: 0;
}
.home-noti-text p{
    font-size: 15px;
    color: #525252;
}

/*HOME CALENDARIO*/

.home-calen-wrapper{
    border: 1px solid #D4D4D4;
    padding: 30px 22px;
}
.home-calen-modu{
    border-top: 1px solid #D8D8D8;
    padding: 20px 0 0;
    margin-top: 20px;
}
.home-calen-modu:first-child{
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.calendario{
    float: left;
    background: #2C97EA;
    padding: 5px 8px;
    margin-right: 15px;
    width: 60px;
    height: 70px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.home-calen-modu a{
    color: #111111;
    display: block;
    border: 0;
}
.home-calen-modu a:hover{
    color: #940C30;
}
.home-calen-modu a:hover .calendario{
    background: #940C30;
}
.calen-mes{
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0 0 3px;
    line-height: 23px;
}
.calen-dia{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0;
    line-height: 34px;
}
.calen-link{
    overflow: hidden;
    font-size: 15px;
    line-height: 19px;
}
.home-col-izq{
    padding-right: 50px;
}
.home-col-der{
    padding-bottom: 60px;
}

/*HOME PUBLICA*/

.slider-home-publica{
    border-top: 3px solid #E4EEF3;
    border-bottom: 3px solid #E4EEF3;
    padding: 15px 30px;
    margin-bottom: 60px;
}
.home-publica{
}
.home-publica-img{
    float:left;
    margin-right: 15px;
}
.home-publica-img img{
    width: 119px;
    height: auto;
    max-width: 100%;
}
.home-publica-text{
    overflow: hidden;
    padding-top: 10px;
}
.home-publica-text a{
    display: block;
    font-size: 14px;
    color: #545454;
    border:0;
    margin-bottom: 10px;
}
.home-publica-text a:hover{
    color: #940C30;
}
.flechas-publi .flecha-ant{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: -25px;
    z-index: 1;
    width: 12px;
    height: 22px;
    background: url(images/slider-home2-izq.png) center center no-repeat;
    border:0;
}
.flechas-publi .flecha-sig{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: -25px;
    z-index: 1;
    width: 12px;
    height: 22px;
    background: url(images/slider-home2-der.png) center center no-repeat;
    border:0;
}
.flechas-publi .flecha-ant:hover{
    background: url(images/slider-home2-izq-hover.png) center center no-repeat;
}
.flechas-publi .flecha-sig:hover{
    background: url(images/slider-home2-der-hover.png) center center no-repeat;
}

.home-publica  .carousel-indicators{
    position: absolute;
    bottom: -50px;
    padding: 0;
    /* width: 80px; */
    height: 20px;
    /* left: inherit; */
    /* margin: 0; */
    /* right: 25px; */
    text-align: center;
    margin-bottom: 0;
}
.home-publica  .carousel-indicators li{
    border: 1px solid #940C30;
    background: none;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.home-publica  .carousel-indicators li.active{
    background: #940C30;
}
.home-interna .boton1 a {
    font-size: 14px;
    text-transform: uppercase;
}


/*FOOTER*/

.footer-wrapper{
    background-color: #2E6085;
    position: relative;
}
.dark-footer-wrapper{
    background: #2e6085;
}
.footer{
    padding-top: 55px;
    padding-bottom: 20px;
    margin-left: -40px;
    margin-right: -40px;
}
.footer .col-col {
    padding-left: 40px;
    padding-right: 40px;
}
.footer h3{
    /* font-family: 'Cabin', sans-serif; */
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
}
.footer p{
    margin-bottom: 5px;
    color: #B7CBD9;
    font-size: 15px;
    margin-bottom: 15px;
}
.footer p a{
    color: #2893EB;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer p a:hover {
    /*text-decoration: underline;*/
}
.footer ul{
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    margin-top: 0;
    margin: 30px 0 20px;
    border-top: solid 1px #67A0CB;
}
.footer ul li{
    font-size: 15px;
    position: relative;
    border-bottom: solid 1px #67A0CB;
    padding: 0;
}
.footer ul li a{
    border-bottom: none;
    font-size: 15px;
    color: #B7CBD9;
    padding: 10px 0;
    position: relative;
    display: block;
}
.footer ul li a:after {
    content: '';
    background: url(images/flecha-blanca2.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    top: 14px;
    right: 0px;
    width: 8px;
    height: 12px;
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer ul li a:hover{
    color: #fff;
    border-bottom: none;
}
.footer ul li a:hover:after {
    opacity: 1;
}

ul.footer-enlaces{
    margin: 30px 0 20px;
    border: 0;
}
ul.footer-enlaces li{
    border: 0;
    padding: 10px 15px 10px 35px;
}
ul.footer-enlaces li a{
    text-transform: uppercase;
    padding: 0;
    position: relative;
    display: initial;
    color: #B7CBD9;
    font-size: 14px;
    border-bottom: 1px solid;
}
ul.footer-enlaces li a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
ul.footer-enlaces li a:after {
    content: '';
    background: url(images/flecha-blanca.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    bottom: 5px;
    top: initial;
    right: -14px;
    width: 6px;
    height: 8px;
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
ul.footer-enlaces li a:hover:after {
    opacity: 1;
}
ul.footer-enlaces li a.mensaje{
}
ul.footer-enlaces li a.ubicacion{
}
.footer ul.footer-enlaces li:before {
    display: none;
}
.footer .foot-contact a{
    position: relative;
    display: inline-block;
    background: #2C97EA;
    color: #fff;
    padding: 9px 20px 9px 50px;
    border: 1px solid #2C97EA;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
}
.footer .foot-contact a:hover {
    background: #ffffff;
    color: #2c97ea;
    border: 1px solid #ffffff;
}
.footer .foot-tele {
    color: #B7CBD9;
    position: relative;
    font-size: 15px;
    padding-left: 30px;
    margin: 10px 0 22px;
}
.footer .foot-tele:before {
    content: '';
    background: url(images/foot-tele.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 20px;
}
.footer .foot-contact a:before {
    content: '';
    background: url(images/footer-contacto.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    top: 8px;
    left: 15px;
    width: 22px;
    height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .foot-contact a:hover:before {
    background: url(images/footer-contacto-hover.png) center center no-repeat;
}
.footer ul.footer-enlaces li a.ubicacion:before {
    content: '';
    background: url(images/footer-mapa.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    top: -5px;
    left: -35px;
    width: 23px;
    height: 30px;
    opacity: 0.7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer ul.footer-enlaces li a.mapa-sitio:before {
    content: '';
    background: url(images/mapa-sitio.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    top: 0px;
    left: -35px;
    width: 20px;
    height: 20px;
    opacity: 0.7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer ul.footer-enlaces li a.mapa-sitio:hover:before,
.footer ul.footer-enlaces li a.ubicacion:hover:before  {
    opacity: 1;
}

.dark-footer{
    padding: 20px 0 35px;
    border-top: 1px solid #67A0CB;
    font-size: 14px;
    line-height: 1.4;
    /*font-family: 'Cabin', sans-serif;*/
    color: #B7CBD9;
}



/*BREADCRUMBS*/

.breadcrumbs {
}
.breadcrumbs-content {
    padding-top: 46px;
    padding-bottom: 12px;
    margin-bottom: 35px;
}
.breadcrumbs-content a {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 18px;
    border-bottom: 0;
    line-height: normal;
    font-size: 15px;
    color: #888;
    font-weight: 600;
    font-family: 'Segoe-ui', sans-serif;
}
.breadcrumbs-content a:hover {
    color: #940c30;
}
.breadcrumbs-content a:after {
    content: '';
    background: url(images/flecha-bread.png) center center no-repeat;
    position: absolute;
    width: 8px;
    height: 12px;
    right: 0;
    top: 5px;
}


/*INTERNA*/

.wrapper-nav-interna {
    padding-right: 22px;
}
.nav-interna {
    /*position: absolute;*/
    /*left: 15px;*/
    /*right: 40px;*/
    /*top: 0;*/
    background: #fff;
    z-index: 1;
    /*padding-bottom: 40px;*/
}
.nav-interna > ul.pp {
    padding-left: 0;
    margin: 0;
    /*border-top: solid 4px #f6d356;*/
    list-style: none;
    margin-bottom: 40px;
}
.nav-interna > h2 {
}
.nav-interna > h2:after{
}
.nav-interna > ul.pp > li {
    border-bottom: 2px solid #ffffff;
    line-height: 1.2;
    position: relative;
    font-size: 16px;
}
.nav-interna > ul.pp > li:first-child {
    border-top: 0 none;
}
/*.nav-interna > ul.pp > li.current-menu-item {
    border-left: 6px solid #940c30;
}
.nav-interna > ul.pp > li.current-menu-item > a {
    color: #940C30 !important;
    background: #E5E5E5 !important;
}
.nav-interna > ul.pp > li.ph.current-menu-item > a {
    color: #ffffff !important;
    border-bottom: none;
    position: relative;
}*/
.nav-interna > ul.pp > li.current_page_item {
    border-left: 6px solid #940c30;
}
.nav-interna > ul.pp > li.current_page_item > a {
    color: #940C30 !important;
    background: #E5E5E5 !important;
}
.nav-interna > ul.pp > li.ph.current_page_item > a {
    color: #ffffff !important;
    border-bottom: none;
    position: relative;
}
.nav-interna > ul.pp > li {
    border-bottom: 1px solid #D1D1D1;
    line-height: 1.2;
    position: relative;
    /* font-size: 16px; */
    background: #F1F1F1;
    border-left: 6px solid #014476;
}
.nav-interna > ul.pp > li.ph {
    background: #fff;
    position: relative;
    border-left: 6px solid #940c30;
}
.nav-interna > ul.pp > li.ph:after {
/*    content: '';
    background: url(images/flecha-bread-down.png) center center no-repeat;
    position: absolute;
    width: 10px;
    height: 7px;
    right: 15px;
    top: 16px;*/
}
.nav-interna > ul.pp > li.ph > a {
    color: #940c30;
    background: #E5E5E5;
}
.nav-interna > ul.pp > li > a {
    display: block;
    font-family: 'Segoe-ui', sans-serif;
    padding: 14px 15px 14px 15px;
    border-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    font-weight: 500;
}
.nav-interna > ul.pp > li > a:focus {
    color: #182D39;
}
.nav-interna > ul.pp > li > a:hover {
    color: #014476;
    background: #ffffff;
    text-decoration: none;
}
.nav-interna > ul.pp > li > ul {
    display: block;
    padding: 6px 0 6px 15px;
    list-style: none;
    border-top: solid 1px #d1d1d1;
}
.nav-interna > ul.pp > li > ul > li:before {
}
.nav-interna > ul.pp > li > ul > li.current-menu-item:before {
}
.nav-interna > ul.pp > li > ul > li {
    position: relative;
    padding-left: 15px;
}
.nav-interna > ul.pp > li > ul > li:first-child {
    /*border-top: solid 1px #cccccc;*/
}
.nav-interna > ul.pp > li > ul > li > a {
    border-bottom: 0;
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #202020;
    font-family: 'Segoe-ui', sans-serif;
}
.nav-interna > ul.pp > li > ul > li.current-menu-item > a {
    color: #940c30;
}
.nav-interna > ul.pp > li > ul > li > a:focus,
.nav-interna > ul.pp > li > ul > li > a:hover{
    /* background: #E5EAEC; */
    color: #940c30;
}
.nav-interna > ul.pp > li.ph:after {
}
.nav-interna > ul.pp > li.ph.current-menu-item:after {
}
.nav-interna > ul.pp > li > ul > li:before {
    content: '';
    background: #202020;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 0px;
    width: 4px;
    height: 4px;
}
.nav-interna > ul.pp > li > ul > li.current-menu-item:before {
    background: #940c30;
}


h1.titulo-h1  {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #202020;
}
.texto-destacado{
    /*margin-bottom: 25px;*/
    /*font-size: 20px;*/
    /*font-weight: 300;*/
    /*line-height: 1.4;*/
    /*color: #182d39;*/
}
.formato {
    padding-bottom: 32px;
    font-family: 'Open Sans', sans-serif;
    /*background-color: #ffffff;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #555555;
}
.formato .bloque-img{
    margin-bottom: 40px;
    position: relative;
    margin-top: 25px;
    /*background: #d8d8d8;*/
    /*min-height: 300px;*/
}
.formato .bloque-img:first-child{
    margin-top:0;
}
.formato .bloque-img img {
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
}
.formato .bloque-img.video:after {
    content: '';
    background: url(images/play.png) center center no-repeat;
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
    z-index: 999;
    cursor: pointer;
}
.formato .bloque-img .texto-img {
    max-width: 100%;
    margin: 15px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #566e78;
}
.formato p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
}
.formato p a{
    border-bottom: 1px solid;
}
.formato .txt-destacado p{
    font-size: 19px;
    line-height: 30px;
    color: #182D39;
    margin-bottom: 30px !important;
}
.formato h2 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #1F1F1F;
}
.formato h2:first-child {
    margin-top: 0;
}
.formato h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: #1F1F1F;
    margin: 20px 0 10px;
}
.formato h4 {
    margin-top: 30px;
    margin-bottom: 0;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
}
.formato ul{
    padding: 2px 0 2px 20px;
    margin: 0 0 10px;
    list-style: none
}
.formato ol {
    /*list-style: none;*/
    /*counter-reset: li*/
}

.formato ol {
    /*padding: 6px 0 16px 0;*/
    /*margin: 0;*/
}
.formato ul li{
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
}
.formato ol li{
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.44;
    color: #444444;
}
.formato ol li {
}
.formato ol li ul{
    padding-top: 22px;
}

.formato ul li:before {
    content: '';
    background: #1C82CE;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: -20px;
    top: 10px;
}
.formato ul li ul{
    padding-top: 10px;
}
.formato ul li ul li{
}
.formato ul li ul li:before {
    content: '';
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border:1px solid #C5161F;
    position: absolute;
    display: block;
    left: -20px;
    top: 9px;
}
.titu-externo{
    padding: 0 15px;
}
.titu-externo h1{
    font-size: 38px;
    line-height: 1.11;
    text-align: center;
    color: #182d39;
    margin-top: 0;
    margin-bottom: 25px;
    margin-bottom: 30px;
}
.titu-externo .texto-destacado {
    margin-bottom: 50px;
    text-align: center;
}


/*CONSEJO DIRECTIVO*/

.consejo-wrapper{
}
.consejo-row{
    border-top: 1px solid #D8D8D8;
    padding: 30px 0;
}
.consejo-row:first-child{
    border-top: 0;
    padding-top:0;
}
.consejo-modu{
}
.consejo-img{
    float:left;
    margin-right: 20px;
    width: 145px;
}
.consejo-img img{
    max-width: 100%;
    height: auto
}
.consejo-text{
    overflow: hidden;
}
.consejo-text h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin:15px 0 8px;
    color: #1F1F1F;
}
.consejo-text h4{
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin:0 0 10px;
    color: #777777;
}

.consejo-wrapper.consul{
}
.consejo-wrapper.consul .consejo-modu{
    border-top: 1px solid #D8D8D8;
    padding: 30px 0;
}
.consejo-wrapper.consul .consejo-modu:first-child{
    border-top: 0;
    padding-top: 0;
}
.consejo-wrapper.consul .consejo-img{
    width: 170px;
    margin-right: 34px;
}
.consejo-wrapper.consul .consejo-text{
}
.consejo-wrapper.consul .consejo-text h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 12px;
    color: #1F1F1F;
}
.consejo-wrapper.consul .consejo-text p{
    font-size: 15px;
    line-height: 23px;
}


.boton2 {
    margin: 20px 0;
}
.boton2 a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    background: #2C97EA;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 35px 10px 18px;
}
.boton2 a:after {
    content: '';
    background: url(images/icon-ver.png) center center no-repeat;
    position: absolute;
    top: 16px;
    right: 12px;
    width: 7px;
    height: 8px;
}
.boton2 a:hover {
    background: #940C30;
}
.consejo-wrapper.consul .consejo-text .boton2 {
    margin: 0 0 10px;
}


/*TABS NAVEGACION*/

.barra-nav{
    margin: 40px 0 30px;
}
.barra-nav .nav-tabs{
    padding: 0;
    border-bottom: 1px solid #BFC9CC;
    margin-bottom: 0;
}
.barra-nav .nav-tabs > li{
    /*border-bottom: 1px solid #BFC9CC;*/
}
.barra-nav .nav-tabs > li a{
    font-family: 'Segoe-ui', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #BFC9CC;
    border-top: 4px solid #BFC9CC;
    padding: 13px 15px;
    margin-left: 6px;
    border-bottom: 0;
}
.barra-nav .nav-tabs > li:first-child a{
    margin-left:0;
}
.barra-nav .nav-tabs > li a:hover{
    background-color: #eee;
}
.barra-nav .nav-tabs > li.active{
    /*border-bottom: 1px solid rgba(191, 201, 204, 0);*/
}
.barra-nav .nav-tabs > li.active a,
.barra-nav .nav-tabs > li.active a:focus,
.barra-nav .nav-tabs > li.active a:hover{
    color: #2C97EA;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #BFC9CC;
    border-top: 4px solid #2C97EA;
    border-bottom: 0;
    position: relative;
    background: #fff;
}
.barra-nav .nav-tabs > li.active a:after{
    content: '';
    background: #fff;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    height: 1px;
}
.barra-nav .nav-tabs > li.active a:hover{
}
.formato .barra-nav ul.nav-tabs > li:before {
    content: '';
    display: none;
}
.tab-content.proyectab-content {
    border: 1px solid #BFC9CC;
    border-top: 0;
    padding: 25px 25px;
}
.tab-content.proyectab-content h3:first-child {
    margin-top: 0;
}
.equipo-links{
}
.equipo-links .boton2{
    display: inline-block;
    margin-right: 20px !important;
}
.boton-mail{
    display: inline-block;
}
.boton-mail a{
    position: relative;
    margin-left: 30px;
}
.boton-mail a:hover{
}
.boton-mail a:after{
    content: '';
    background: url(images/link-mail.png) center center no-repeat;
    position: absolute;
    top: 5px;
    width: 18px;
    left: -30px;
    height: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.boton-mail a:hover:after{
    background: url(images/link-mail-hover.png) center center no-repeat;
}
.equipo-links .boton2 a {
    padding: 8px 35px 8px 18px;
}
.equipo-links  .boton2 a:after {
    top: 14px;
}

/*NAVEGADOR*/


nav.paginacion-interna {
    border-top: solid 1px #b8b4b4;
    padding: 45px 0 0;
}
.formato ul.pagination {
    padding: 1px 0;
}
.paginacion-interna .pagination > li > a {
    background: #fff;
    padding: 10px 4px;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #1F1F1F;
    border: 1px solid #DDDDDD;
}
.paginacion-interna .pagination > li.active > a{
    /*background: #014476;*/
    /*border-color: #014476;*/
    background: #940c30;
    color: #ffffff;
    border-color: #940c30;
}
.paginacion-interna .pagination > li.active > a:hover {
    background: #940c30;
    color: #ffffff;
    border-color: #940c30;
}
.paginacion-interna .pagination > li > a:hover,
.paginacion-interna .pagination > li > a:focus {
    background: #dbd7d7;
}
.paginacion-interna .pagination > li > a.pagi-izq {
    background: url(images/pagi-left.png) center center no-repeat;
}
.paginacion-interna .pagination > li > a.pagi-der {
    background: url(images/pagi-right.png) center center no-repeat;
}
.paginacion-interna .pagination > li > a.pagi-izq:hover {
    background: #dbd7d7 url(images/pagi-left.png) center center no-repeat;
}
.paginacion-interna .pagination > li > a.pagi-der:hover {
    background: #dbd7d7 url(images/pagi-right.png) center center no-repeat;
}
.paginacion-interna .pagination > li > a.pagi-der:hover {
}
.paginacion-interna .pagination > li > a.pagi-izq:hover {
}
.formato .paginacion-interna ul.pagination li:before {
    content: '';
    display: none;
}


/*CONSEJO INTERNA*/

.consejo-interna{
}
.quote-interna{
}
.consejo-interna h1{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1F1F1F;
}
.consejo-interna h2{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #444444;
}
.consejo-intern-img{
    width: 180px;
    max-width: 100%;
}
.consejo-intern-img img{
}

.boton3 {
    margin: 26px 0 20px;
}
.boton3 a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #111111;
    position: relative;
    font-weight: 600;
    /*font-family: 'Segoe-ui', sans-serif;*/
    border-bottom: 1px solid #940c30;
    margin-left: 15px;
    line-height: 26px;
}
.boton3 a:hover {
    color: #940c30;
}
.boton3 a:after {
    content: '';
    background: url(images/flecha-roja-back.png) center center no-repeat;
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 8px;
}


/*LINEAS INVESTIGACION*/

.lineas-texto{
    padding: 0 100px;
}
.lineas-interna-wrapper {
    margin-top: 55px;
    margin-bottom: 60px;
}
.lineas-interna-wrapper a.lineas-interna-modu{
    display: block;
    position: relative;
    border: 1px solid #BFBFBF;
    border-bottom: 6px solid #BFBFBF;
    padding: 20px 10px 20px 110px;
    min-height: 140px;
    color: #111111;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}
.lineas-interna-wrapper a.lineas-interna-modu:hover{
    border-bottom: 6px solid #940C30;
}

.lineas-interna-modu.linea-img1:before {
    content: '';
    background: url(images/linea1.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 35px;
    left: 20px;
    width: 82px;
    height: 62px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lineas-interna-modu.linea-img2:before {
    content: '';
    background: url(images/linea2.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 28px;
    left: 22px;
    width: 64px;
    height: 56px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lineas-interna-modu.linea-img3:before {
    content: '';
    background: url(images/linea3.png) center center no-repeat;
    position: absolute;
    display: block;
    top: 34px;
    left: 21px;
    width: 64px;
    height: 46px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lineas-interna-modu.linea-img1:hover:before {
    background: url(images/linea1-hover.png) center center no-repeat;
}
.lineas-interna-modu.linea-img2:hover:before {
    background: url(images/linea2-hover.png) center center no-repeat;
}
.lineas-interna-modu.linea-img3:hover:before {
    background: url(images/linea3-hover.png) center center no-repeat;
}

.buscador-modu{
}
.buscador-modu .navbar-form {
    border-bottom: 4px solid #E4E4E4;
    padding: 10px 0 36px;
    margin-bottom: 40px;
}
.buscador-modu .navbar-form .form-group{
}
.buscador-modu .navbar-form .form-group .form-control{
    border: 1px solid #AEB8C8;
    min-width: 500px;
    color: #666666;
}
.buscador-modu .navbar-form .btn.btn-default{
    color: #ffffff;
    background-color: #2C97EA;
    border-color: #2C97EA;
    border-radius: 7px;
    width: 106px;
    margin-left: 13px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.buscador-modu .navbar-form .btn.btn-default:hover{
    background-color: #940C30;
    border-color: #940C30;
}


.listados-wrapper{
}
.listados-modu{
    border-top: 1px solid #D8D8D8;
    padding: 25px 0;
}
.listados-modu:first-child{
    border-top: 0;
    padding-top: 0;
}
.formato h3 a{
    border-bottom: 1px solid rgba(39, 96, 139, 0.3);
    color: #27608B;
}
.formato h3 a:hover{
    border-bottom: 1px solid #940C30;
    color: #940C30;
}
.lista-datos-wrapper{
    font-size: 15px;
    margin-bottom: 5px;
}
.lista-datos-modu{
    display: inline-block;
    margin-right: 35px;
}
.lista-datos-modu:last-child{
    margin-right: 0;
}
.lista-datos-modu strong{
}
.formato .listados-modu h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    color: #1F1F1F;
    margin: 0 0 15px;
}
.listados-modu h3{
    margin-top: 0;
}

.no-bread{
    margin-top: 65px;
}

.modu-dato{
    background: #F2F5F6;
    border-bottom: 4px solid #DEDFE4;
    padding: 25px 25px 15px;
    margin-bottom: 45px;
}
.modu-dato p{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}
.modu-dato p strong{
}

.pagi-intern h1.titulo-h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #202020;
}
.formato.pagi-intern{
    padding-left: 0;
}

.boton4-des{
    margin: 20px 0;
}
.boton4-des a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    background: #2C97EA;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 18px 10px 50px;
}
.boton4-des a:after {
    content: '';
    background: url(images/icon-descarga.png) center center no-repeat;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 24px;
    height: 24px;
}
.boton4-des a:hover {
    background: #940C30;
}

.borde-separador{
    border-top: 1px dashed #014476;
    margin: 55px 0 45px;
}
.bloque-extra-wrapper h4{
    font-size: 22px;
    margin-bottom: 12px;
}
.bloque-extra{
    background: #ECF3F7;
    padding: 20px 25px 10px;
    margin-bottom: 30px;
}
.bloque-extra ul{
    margin-bottom: 0;
}
.bloque-extra ul li{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.bloque-extra ul li a{
    color: rgba(0, 68, 118, 0.8);
    border-bottom: 1px solid rgba(0, 68, 118, 0.3);
}
.bloque-extra ul li a:hover{
    color: #940C30;
    border-bottom: 1px solid #940C30;
}

.bloque-extra ul li:before {
    background: #235E89;
    width: 4px;
    height: 4px;
}



/*LISTADO*/

.dato-fecha{
    color: #777777;
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    margin: 20px 0 15px;
}
.dato-fecha:after{
    content: '';
    background: url(images/dato-fecha.png) center center no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
}
.listado-img{
    float: left;
    margin-right: 35px;
    width: 295px;
}
.listado-img img{
}
.listado-text{
    overflow: hidden;
}
.modu-dato-img{
    float: left;
    margin-right: 35px;
    width: 370px;
    margin-bottom: 15px;
}
.modu-dato-img img{
}
.modu-dato-text{
    overflow: hidden;
}


/*LISTADO LIBROS*/

.listados-wrapper.listado-libros{
}
.listados-wrapper.listado-libros .listado-img{
    border:1px solid #D8D8D8;
    width: 132px;
}

.listados-wrapper.listado-libros p{
    /*margin-bottom: 5px;*/
}
.listados-wrapper.listado-libros .lista-datos-wrapper{
    margin-top: 18px;
}
.listados-wrapper.listado-libros .lista-datos-modu {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
}

.listados-wrapper.listado-libros .dato-inline  .lista-datos-modu:last-child {
    margin-right: 0;
}
.listados-wrapper.listado-libros .lista-datos-wrapper.dato-inline{
    margin-bottom: 0;
}


/*FILTRO MODU*/

.filtro-wrapper{
    background: #F8FAFA;
    border-bottom: 4px solid #E4E4E4;
    padding: 30px 28px 15px;
    margin-bottom: 45px;
}

.buscador-inp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.busca-input {
    background: #ffffff;
    padding: 12px 50px 11px 13px;
    max-height: 40px;
    border: solid 1px #D6D6D6;
    width: 100%;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.buscador-inp .busca-submit {
    cursor: pointer;
    padding: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0px;
    top: 0;
    border: 0;
    border-left: #fff;
    background: url(images/buscador-interno.png) center center no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.buscador-inp .busca-submit:hover {
    background: url(images/buscador-interno-hover.png) center center no-repeat;
}
.bloque-filtros .filtro-titu {
    /* display: inline-block; */
    /* margin-right: 20px; */
    /* width: 16%; */
    /* min-width: 100px; */
    font-size: 14px;
    color: #222222;
    margin-bottom: 7px;
    font-weight: 600;
}
.seccion-filtro {
    font-size: 15px;
    padding: 3px 25px 3px 6px;
    /*min-height: 40px;*/
    min-width: 170px;
    /*background-color: rgba(238, 238, 231, 0.3);*/
    border: solid 1px #D6D6D6;
    font-weight: 500;
    color: #666666;
    margin-bottom: 15px;
}
.filtro-modu{
    display: inline-block;
    margin-right: 15px;
}
.filtro-modu .navbar-form {
    margin: 0;
}
.filtro-modu .navbar-form .btn.btn-default {
    color: #ffffff;
    background-color: #2C97EA;
    border-color: #2C97EA;
    border-radius: 4px;
    width: 106px;
    height: 40px;
    font-size: 15px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.filtro-modu .navbar-form .btn.btn-default:hover {
    background-color: #940C30;
    border-color: #940C30;
}
.boton5 {
    margin: 20px 0;
}
.boton5 a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    background: #2C97EA;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 18px;
    min-width: 106px;
    text-align: center;
}
.boton5 a:hover {
    background: #940C30;
}
.filtro-modu .boton5{
    margin: 0;
}

/*PUBLICACIONES INTERNA*/

.modu-dato.publi-intern{
    padding: 30px 35px 15px;
}
.modu-dato.publi-intern .modu-dato-img{
    width: 205px;
    margin-right: 45px;
}






/*ACORDEN NOTICIAS*/


.filtro-noticias-titulo, .acordeon-noticias h2 {
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.acordeon-noticias{
    margin-bottom: 35px;
}
.acordeon-noticias .panel-group {
    margin-bottom: 0;
}
.acordeon-noticias .panel-default {
    border: none;
    /*margin-bottom: -5px;*/
}
.acordeon-noticias .panel-default > .panel-heading h4{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: normal;
}
.acordeon-noticias .panel-group .panel + .panel {
     margin-top: 0; 
}
.acordeon-noticias .panel-default > .panel-heading {
    border-bottom: 1px solid #fff;
    padding: 12px 16px;
    cursor: pointer;
    background:#275B81;
    position:relative;
}
.acordeon-noticias .panel-default:first-child > .panel-heading {
    /*border-top: 1px solid #DCE1E2;*/
}
.acordeon-noticias .panel-default > .panel-heading[aria-expanded="true"] {
}
.acordeon-noticias .panel-default > .panel-heading[aria-expanded="false"]{
}
.acordeon-noticias .panel-default > .panel-heading:after{
    content: '';
    background: url(images/flecha-false-w.png) center center no-repeat;
    position: absolute;
    width: 5px;
    height: 10px;
    right: 12px;
    top: 15px;
}
.acordeon-noticias .panel-default > .panel-heading[aria-expanded="true"]:after{
    content: '';
    background: url(images/flecha-true-w.png) center center no-repeat;
    position: absolute;
    width: 10px;
    height: 5px;
    right: 12px;
    top: 17px;
}
.acordeon-noticias .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 0;
}
.acordeon-noticias ul {
    list-style: none;
    padding: 4px 0;
    margin: 0;
    /* border-bottom: 1px solid #C4CDD0; */
    background: #EFF1F1;
}
.acordeon-noticias ul li {
}
.acordeon-noticias ul li:first-child {
}
.acordeon-noticias ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 10px 12px 10px 16px;
    border: 0;
}
.acordeon-noticias ul li a span{
    /*color:#525252;*/
}
.acordeon-noticias ul li a:first-child{
}
.acordeon-noticias ul li.active a,
.acordeon-noticias ul li.active a:hover {
    color: #930C30;
    background: #DBE0E1;
}
.acordeon-noticias ul li a:hover {
    color: #940c30;
    background: #fff;
}

.filtro-noticias .buscador-inp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.filtro-noticias {
    padding-right: 32px;
}

.filtro-tags{
    color: #333333;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 23px;
}
.filtro-tags a{
}

.listados-wrapper.noticias-lista{
}
.listados-wrapper.noticias-lista .dato-fecha{
    margin: 0 0 8px;
}
.listados-wrapper.noticias-lista .listado-img{
    width: 230px;
    margin-right: 25px;
}
.listados-wrapper.noticias-lista .listado-text p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.event-clase-wrapper .evento-clase{
    display: inline-block;
    color: #888888;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid #b0b0b0;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.event-clase-wrapper .dato-fecha{
    display: inline-block;
}
.event-datos{
    margin-bottom: 15px;
}
.filtro-noticias-modu {
    background: #E4EEF3;
    padding: 15px 18px 10px 18px;
    margin-bottom: 35px;
}
.filtro-noticias-modu .input-checks {
    display: block;
    padding: 0;
}
.filtro-noticias-modu .input-checks input {
    margin: 0 5px 0px 0px;
}
.filtro-noticias-modu .input-checks label {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 10px;
    color: #1F1F1F;
    /* font-weight: 600; */
}

/*GALERÍA*/

.slider-galeria{
    margin-bottom: 40px;
}
.slider-galeria .carrusel{
}
.slider-galeria .carousel-inner{
}
.slider-galeria .slide-gale-modu{
}
.slider-galeria .carou-gale-baja{
    background-color: #222;
    text-align: center;
    padding: 17px 15px;
}
.slider-galeria .slide-gale-modu img{
    width: 100%;
}

.slider-galeria ol.carousel-indicators {
    position: relative;
    padding: 0;
    bottom: initial;
    width: initial;
    margin: 0;
    left: initial;
    display: inline-block;
}
.slider-galeria ol.carousel-indicators li {
    display: inline-block;
    width: 155px;
    height: auto;
    margin: 0px 3px;
    text-indent: initial;
    border-radius: 0;
    border: 0;
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.slider-galeria ol.carousel-indicators li img{
}
.slider-galeria ol.carousel-indicators li.active,
.slider-galeria ol.carousel-indicators li.active:hover{
    /*border: 6px solid #fff;*/
}
.slider-galeria ol.carousel-indicators li:hover {
    /*border: 6px solid rgb(138, 139, 140);*/
}
.slider-galeria ol.carousel-indicators li.active img{
}
.slider-galeria .flechas .flecha-ant,
.slider-galeria .flechas .flecha-sig {
    top: 40%;
}
.bloque-negro{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.slider-galeria ol.carousel-indicators li.active .bloque-negro,
.slider-galeria ol.carousel-indicators li:hover .bloque-negro{
        background: rgba(0, 0, 0, 0);
}



/*BARRA LATERAL*/


.lat-vermas {
    padding-left: 22px;
    margin-bottom: 80px;
}
.lat-vermas h3{
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}
.lat-vermas ul {
    border-top: 4px solid #E4EEF3;
    border-bottom: 4px solid #E4EEF3;
    padding: 12px 0 0;
    margin-bottom: 40px;
}
.lat-vermas ul li{
    list-style: none;
    padding: 20px 0;
    border-top: 1px dotted #444444;
}
.lat-vermas ul li:first-child{
    padding-top: 0;
    border-top: 0;
}
.lat-vermas ul li a{   
    border-bottom: 0;
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
}
.lat-vermas-img{
    position: relative;
    max-width: 240px;
}
.lat-vermas ul li a .lat-vermas-img img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    position: relative;
}
.lat-vermas ul li a:hover .bloque-negro{
    background: rgba(0, 0, 0, 0);
}
.lat-vermas ul li a:hover{
    /*background: #fff;*/
}
.dato-fecha.fecha-intern {
    font-size: 15px;
    margin-top: 0;
}
.dato-fecha.fecha-intern:after {
    top: 3px;
}


.noti-tags-intern{
    position: relative;
    padding-left: 45px;
    margin: 40px 0;
}
.noti-tags-intern a{
    border-radius: 15px;
    background-color: #E4EEF3;
    color: #555;
    padding: 4px 20px;
    font-size: 13px;
    display: inline-block;
    border: 0;
    margin-right: 7px;
    margin-bottom: 10px;
     background-color: #2C97EA;
    color: #fff;
}
.noti-tags-intern a:hover{
    background-color: #2C97EA;
    color: #fff;
    background-color: #940c30;
    color: #fff;
}
.noti-tags-intern:after{
    content: '';
    background: url(images/tag-intern.png) center center no-repeat;
    position: absolute;
    width: 30px;
    height: 26px;
    left: 0;
    top: 1px;
}
.formato.forma-left{
    padding-left: 0;
    padding-right: 7px;
}

/*EVENTO*/

.modu-dato-evento{
    background: #F2F5F6;
    border-bottom: 4px solid #DEDFE4;
    padding: 0;
    margin-bottom: 45px;
}
.modu-dato-evento-img{
    float: left;
    width: 380px;
}
.modu-dato-evento-img img{
    max-width: 100%;
}
.modu-dato-evento-texto{
    padding: 25px 25px;
    overflow: hidden;
}
.modu-dato-evento-texto p{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}




/*SHARE*/

.share {
    border-top: 1px solid #DFDFDF;
    margin: 20px 0 70px;
    border-left: 1px solid #DFDFDF;
}
.share span.txt {
    display: inline-block;
    height: auto;
    padding: 11px 10px 11px 15px;
    vertical-align: top;
    color: #111;
    font-size: 16px;
    line-height: normal;
}
.share a {
    /*float: left; */*/
    position: relative;
    display: inline-block;
    width: 44px;
    height: 40px;
    color: #666;
    margin: 0;
    /*opacity: 0.8;*/
    padding: 0 20px;
    margin-left: -5px;
    border-bottom: 0;
}
.share-borde-left {
    border-left: 1px solid #d8d8d8;
}
.share-borde-right {
    border-right: 1px solid #d8d8d8;
}
span.txt.noborde-left {
    border-left: none;
    padding-left: 5px;
}
.share-face{
    background: url(images/share-face2.png) center center no-repeat;
}
.share-twit{
    background: url(images/share-twit2.png) center center no-repeat;
}
.share-linked{
    background: url(images/share-linked2.png) center center no-repeat;
}
.share-redes{
    background: url(images/share-redes2.png) center center no-repeat;
}
.share-impr{
    background: url(images/share-impr2.png) center center no-repeat;
}
.share-pdf{
    background: url(images/share-pdf2.png) center center no-repeat;
}
.share-mail{
    background: url(images/share-mail2.png) center center no-repeat;
}

.share-face:hover{
    background: url(images/share-face.png) center center no-repeat;
}
.share-twit:hover{
    background: url(images/share-twit.png) center center no-repeat;
}
.share-linked:hover{
    background: url(images/share-linked.png) center center no-repeat;
}
.share-redes:hover{
    background: url(images/share-redes.png) center center no-repeat;
}
.share-impr:hover{
    background: url(images/share-impr.png) center center no-repeat;
}
.share-pdf:hover{
    background: url(images/share-pdf.png) center center no-repeat;
}
.share-mail:hover{
    background: url(images/share-mail.png) center center no-repeat;
}





/*CONTACTO*/

.contacto-wrapper{
    padding: 54px 0 15px;
    padding-left: 0 !important;
}
.contacto-modu{
    position: relative;
}
.contacto-modu:after{
    content: '';
    background: url(images/esquina-icon.gif) center center no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    display: block;
    right: -1px;
    top: -1px;
}
.contacto-modu h3{
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    color: #444;
}
.contacto-modu .form-content .nombre .input-group,
.contacto-modu .form-content .correo-men .input-group{
    width:100%;
    margin-bottom: 20px;
}
.contacto-modu .form-content .nombre input,
.contacto-modu .form-content .correo-men input,
.contacto-modu .form-content .captcha-wrapper input {
    font-size: 15px;
    padding: 2px 0 0 7px;
    width: 100%;
    height: 38px;
    border: solid 2px #E1E1E1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.contacto-modu .form-content .captcha-wrapper input {
    height: 40px;
    width: 174px;
}
.contacto-modu .form-content .seccion-filtro {
    background: #fff;
    font-size: 15px;
    padding: 3px 8px;
    height: 38px;
    min-height: initial;
    min-width: initial;
    width: 100%;
    color: #555555;
    background-color: rgba(222, 218, 218, 0.4);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*.contacto-modu .form-content .filtro-wrapper {
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
}*/
.formato.contacto{
    padding-left: 0;
    padding-bottom: 80px;
}
.contacto-modu .form-content .mensaje textarea {
    font-size: 15px;
    color: #7C7C7C;
    border: solid 2px #E1E1E1;
    height: 142px;
    padding: 8px;
    resize: none;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.contacto-modu .form-content .input-group {
    display: block;
}
.contacto-modu  .captcha-span,
.contacto-modu .captcha-wrapper .input-group {
    float: left;
    margin-right: 10px;
}
.contacto-modu  .captcha-span img {
    width: 93px;
    height: 40px;
    border: solid 1px rgba(173, 186, 190, 0.5);
}
.contacto-modu h4{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    color: #444;
}
.captcha-wrapper {
    margin-bottom: 25px;
}
.contacto-modu .form-content .btn-wrapper .btn-enviar,
.contacto-modu .form-content .btn-wrapper  .btn-limpiar {
    display: inline-block;
}
.contacto-modu .form-content .btn-wrapper .btn-enviar{
    margin-right: 25px;
}
.contacto-modu .form-content .btn-wrapper .btn-limpiar input {
    background: none;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #878787;
    margin-right: 10px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #878787;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contacto-modu .form-content .btn-wrapper .btn-limpiar input:hover {
    border-bottom: 1px solid #940c30;
    color: #940c30;
}
.contacto-modu .form-content .btn-wrapper .btn-enviar input {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    background: #2C97EA;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 18px;
    min-width: 98px;
    text-align: center;
}

.contacto-modu .form-content .btn-wrapper .btn-enviar input:hover {
    background: #940C30;
}
.contacto-modu .form-content .mensaje textarea:hover,
.contacto-modu .form-content input:hover,
.contacto-modu .form-content .seccion-filtro:hover {
    border-color: #cacaca;
}
.contacto-lat h3{
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}
.contacto-lat p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 14px;
}
.contacto-lat p strong{
    margin: 15px 0 5px;
    display: inline-block;
}
.bloque-conlat{
    background: #EDF1F1;
    border-bottom: 5px solid #DADADA;
    padding: 20px;
    margin-bottom: 40px;
}
.bloque-conlat h4{
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #444;
}
.bloque-conlat ul.contact-enlace {
    border-top: 1px dotted #444;
    padding: 20px 0 0 30px;
    margin: 20px 0 0;
}
.bloque-conlat ul.contact-enlace li:before{
    display: none;
}
.bloque-conlat ul.contact-enlace li a {
    text-transform: uppercase;
    padding: 0;
    position: relative;
    display: initial;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    border-bottom: 1px solid #940c30;
    margin-right: 20px;
}
.bloque-conlat ul.contact-enlace li a.ubicacion:before {
    content: '';
    background: url(images/contact-lugar.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    top: -7px;
    left: -32px;
    width: 23px;
    height: 30px;
    /*opacity: 0.7;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bloque-conlat ul.contact-enlace li a:after {
    content: '';
    background: url(images/flecha-roja.png) center center no-repeat;
    position: absolute;
    display: block;
    border-radius: initial;
    bottom: 6px;
    right: -15px;
    width: 6px;
    height: 8px;
    /* opacity: 0.6; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bloque-conlat ul.contact-enlace li a:hover {
    color: #940c30;
    /*border-bottom: 1px solid #fff;*/
}
.bloque-conlat .footer ul.contact-enlace li a.mapa-sitio:hover:before,
.bloque-conlat .footer ul.contact-enlace li a.ubicacion:hover:before {
    /*opacity: 1;*/
}




/*MAPA DE SITIO*/

.mapa-sitio{
    padding: 60px 0 40px;
}
    
.mapa-sitio h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #08343e;
    padding-bottom: 7px;
    padding: 8px 0 8px 20px;
    border-bottom: 3px solid #E4EEF3;
    border-top: 3px solid #E4EEF3;
    margin: 35px 0 15px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
.mapa-sitio h3:first-child{
    margin-top: 0;
}
.mapa-sitio h3 a{
    color: #265F8B;
    border-bottom: 0;
}
.mapa-sitio h3 a:hover{
    border-bottom: 0;
}
.mapa-sitio h3:before {
    content: '';
    background: url(images/mapa-flecha.png) center center no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
}



.mapa-sitio ul{
    /*padding: 0;*/
}
.mapa-sitio ul li{
    margin-bottom: 10px;
    /*border-bottom: solid 1px #dfdcdc;*/
    /*margin: 0;*/
    /*padding: 8px 0;*/
}
.mapa-sitio ul li a{
    /*font-size: 16px;*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: 1.38;*/
    /*letter-spacing: normal;*/
    /*color: #08343e;*/
    /*border:0;*/
    border-color: #BBBBBB;
}
.mapa-sitio ul li a:hover{
    color: #940C30;
    border-color: #940C30;
}
.mapa-sitio ul li:before {
    content: '';
    background: #444444;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: -20px;
    top: 10px;
}


/*ERROR 404*/



.error-404{
    padding: 40px 0;
}
.error-titus{
    margin: 15px 0 40px;
}
.error-titus h1{
    font-size: 40px;
    line-height: normal;
    color: #1F1F1F;
    margin: 0;
    position: relative;
    padding-left: 78px;
    font-weight: bold;
}
.error-titus h1:before{
    content: '';
    background: url(images/error-icon.png) center center no-repeat;
    width: 53px;
    height: 53px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.error-404 h3{
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.error-404 ul li{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    color: #444444;
    margin-bottom: 2px;
}
.row-404{
    border-top: 1px dashed #014476;
    padding: 40px 0px;
}
.error-404 .buscador-inp {
    position: relative;
    display: block;
    width: 100%;
}
.modu-error{
    /*padding-top: 30px*/
}


/*RESULTADOS*/

.dato-busqueda{
    float: left;
    margin-right: 46px;
    width: 154px;
}
.fuente-busqueda{
    font-size: 13px;
    color: #777777;
    font-weight: 600;
}
.fuente-busqueda a{
    font-weight: normal;
    border-bottom: 1px solid rgba(119, 119, 119, 0.5);
    color: #777;
}
.fuente-busqueda a:hover{
    color: #940c30;
    border-bottom: 1px solid #940c30;
}
.arti-busqueda{
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
    padding: 0;
}
.dato-busqueda .dato-fecha {
    margin: 0 0 8px;
    font-size: 15px;
}
.listados-wrapper.busquedas p{
    font-size: 15px;
    line-height: 24px;
}
.listados-wrapper.busquedas  .listados-modu {
    border-top: 0;
    padding: 30px 0 0;
}
nav.paginacion-interna.resultados {
    border-top: 0;
    padding-top: 50px;
}

.filtro-wrapper.resultados-bus{
}
.filtro-wrapper.resultados-bus .resul-datos{
    padding-top: 7px;
    float: left;
    font-size: 15px;
}
.filtro-wrapper.resultados-bus .resul-select{
    float: right;
    margin-right: 0;
}
.resul-select .filtro-titu {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}
.resul-select .seccion-filtro {
    margin-bottom: 0;
}
.filtro-wrapper.resultados-bus {
    background: #F8FAFA;
    border-bottom: 4px solid #E4E4E4;
    padding: 15px 25px 15px;
    margin-bottom: 45px;
}
.resul-p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


@media (min-width: 1200px){
    .formato {
        padding-left: 7px;
    }
    .listados-wrapper.listado-libros .dato-inline .lista-datos-modu {
        display: inline-block;
        margin-right: 35px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    #menu-prin > ul > li > a {
        min-width: 100px !important; 
    }
    /*.slider-galeria ol.carousel-indicators li {
        width: 100px;
    }*/
    .home-publica-img img{
        width: 85px;
    }
    .home-noticias-img img {
        width: 180px;
    }

}
@media (min-width: 768px) {

	#menu-prin > ul{
		display: table;
		float: none;
        border-left: solid 1px rgba(28, 130, 206, 0.65);
	}
	#menu-prin > ul > li{
		display: table-cell;
		float: none;
		text-align: center;
		line-height: 1;
		vertical-align: middle;
        border-right: solid 1px rgba(28, 130, 206, 0.65);
		-webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	    -o-transition: all .3s ease;
	}
	#menu-prin > ul > li:first-child{
	}
	#menu-prin > ul > li > a {
        display: table-cell;
        vertical-align: middle;
        height: 52px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        min-width: 166px;
        background: 0;
        border-bottom: none;
        font-family: Roboto;
        font-family: 'Segoe-ui', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.06;
        color: #ffffff;
    }
    #menu-prin > ul > li.inicio{
    }
	#menu-prin > ul > li.inicio > a{
		overflow: hidden;
		position: relative;
		text-indent: 200%;
		font-size: 0;
        width: 52px;
        min-width: 52px;
		background: url(images/inicio.png) center center no-repeat;
		border-bottom: none;
	}
    #menu-prin > ul > li.inicio{
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #menu-prin > ul > li.inicio:hover{
        /*background: #1c6778;*/
    }

}
@media  (max-width: 1199px) {
   
}

@media (max-width: 991px) {
    #menu-prin > ul > li > a {
        min-width: initial;
        font-size: 14px;
        padding: 0 5px;
    }
    #menu-prin > ul > li.inicio > a {
        width: 40px;
        min-width: 40px;
    }

    #menu-prin > ul > li > ul > li > a {
        min-width: 235px;
        max-width: initial;
    }


    /*IDHAL*/

    .destacados .item .well {
        top: 25px;
        left: 50px;
    }
    .destacados .item {
        height: 400px;
    }
    .homenoti-text h3 a {
        font-size: 15px;
        line-height: 22px;
    }
    .home-col-izq{
        padding-right: 15px;
    }
    .linea-wrapper {
        /*border-left: 0;*/  
    }
    .flechas{
        display: none;
    }
    .col-md-6:first-child .consejo-modu {
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .consejo-wrapper.consul .consejo-img {
        width: 145px;
    }
    .lineas-texto{
        padding: 30px 0 0;
    }
    .listado-img {
        width: 240px;
    }
    .modu-dato-img {
        width: 230px;
    }
    .filtro-modu {
        display: block;
        margin-right: 0;
    }
    .seccion-filtro {
        width: 100%;
    }
    .filtro-wrapper {
        padding: 30px 20px 15px;
    }
    .filtro-noticias {
        padding-right: 0;
    }
    .listados-wrapper.noticias-lista .listado-img {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .slider-galeria ol.carousel-indicators li {
        width: 110px;
    }
    .lat-vermas {
        padding-left: 0;
    }
    .formato.forma-left{
        padding-right: 0;
    }
    .modu-dato-evento-img {
        float: none;
        width: 100%;
    }
    .modu-dato-evento-img img {
        /*max-width: 100%;*/
        width: 100%;
    }
    .filtro-wrapper.resultados-bus .resul-datos {
        float: none;
        margin-bottom: 15px;
    }
    .filtro-wrapper.resultados-bus .resul-select {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
        .resul-select .filtro-titu {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px) {
	.logos .logo-pucp {
	    text-align: left;
	}
	.logos .logo-pucp a {
	    height: 58px;
	    width: 133px;
	    background-size: auto 38px;
	    background-position: left center;
	}
	#menu-prin > ul > li.menu-color {
	    border: none !important;
	}
    .select-movil {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .visible-xs-block {
        display: block !important;
    }
    .select-movil select {
        display: block;
        width: 100%;
        height: 46px;
        padding: 9px 9px 9px 16px;
        font-size: 17px;
        line-height: 1.42857;
        color: #666;
        background-color: #FFF;
        background-image: none;
        border: 2px solid #D8D8D8;
        border-radius: 4px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }
    #menu-prin > ul > li.active:hover,
    #menu-prin > ul > li.active:focus,
    #menu-prin > ul > li.active {
        /*background: #0c7087;*/
        box-shadow: none;
    }
    #menu-prin > ul > li:hover,
    #menu-prin > ul > li:focus {
        background: none;
        border-bottom: none;
    }
    #menu-prin > ul > li > a:hover {
    }
     #menu-prin > ul > li:hover  > a{
        color: #ffffff;
        background: #2c97ea;
    }
    #menu-prin > ul > li.active > a:hover,
    #menu-prin > ul > li.active > a:focus {
        color: #ffffff;
    }

    #menu-prin > .nav.navbar-nav {
        margin-left: 0;
        margin-right: 0;
        margin: 0;
        overflow: initial;
        border-top: 1px solid #fff;
    }
    .footer {
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer .col-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu-prin > ul > li.inicio > a {
        width: initial;
        text-transform: capitalize;
    }
    #menu-prin > ul > li > a{
        border: none;
        background: none;
        padding: 10px 20px 8px;
        font-size: 16px;
        color: #ffffff;
        font-weight: 300;
        border-top: 1px solid #a8282800;
        border-bottom: 1px solid #a8282800;
    }
    #menu-prin > ul > li.active:after {
    }
    #menu-prin > ul > li:hover > ul {
        display: none;
    }
    .footer h3 {
        margin: 25px 0 20px;
        font-size: 18px;
    }
    .footer ul {
        margin-top: 20px;
    }

    /*submenu*/

    
    .breadcrumbs-content {
        padding-top: 25px;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .footer {
        padding-top: 15px;
    }
    .select-movil select {
    }
    .select-movil option{
    }

    /*NUEVO*/

    
    
    #menu-prin > ul > li.visible-xs > a {
        color: rgba(255, 255, 255, 0.6);
    }
    #menu-prin .dropdown-menu {
    }
    #menu-prin .open .dropdown-menu {
        display: block;
        position: inherit;
        box-shadow: none;
        padding-bottom: 10px;
        background: #FFF;
    }
    #menu-prin > ul > li > ul > li > a {
        min-width: initial;
        max-width:initial;
        /*color: #108ba7;*/
        background: #ffffff;
    }
    #menu-prin > ul > li > ul > li {
        border-top: 0;
    }
    #menu-prin > ul > li > ul> li > a:hover {
        color: #940c30;
        background: #e5e5e5;
    }
    #menu-prin > ul > li > ul > li > a {
        padding: 8px 20px;
    }
    #menu-prin > ul > li > ul > li.active > a {
        background: #DEDFE4;
    }
    .nav > li.dropdown:after {
        content: '';
        background: url(images/flecha-down.png) center center no-repeat;
        position: absolute;
        width: 14px;
        height: 8px;
        right: 12px;
        top: 17px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .nav > li.dropdown.open:after {
        background: url(images/flecha-up.png) center center no-repeat;
    }
    .share a {
        width: 36px;
        padding: 0 16px;
    }
    .share {
        border-right: 1px solid #DFDFDF;
        text-align: center;
        margin: 20px 0 50px;
    }
    .share-borde-left {
        border-left: none; 
    }


    /*IDHAL*/


    .homenoti-text h3 a {
        min-height: 92px;
        padding-top: 11px;
        padding: 12px 0 12px 92px;
    }
    .home-noticias-img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home-publica-img img {
        width: 85px;
    }
    .homenoti-text h3 a.linea-img1 {
        padding-left: 92px;
    }
    .homenoti-text h3 a.linea-img1:before {
        left: 1px;
    }
    .destacados .item .well {
        padding: 45px 25px;
        width: 270px;
        height: 270px;
        top: 24px;
        left: 50%;
        margin-left: -135px;
    }
    .destacados .item .well h2 {
        margin: 5px 0 12px;
        font-size: 25px;
        line-height: 30px;
    }
    .destacados .item .well p {
        font-size: 15px;
        line-height: 20px;
    }
    .well .boton1 {
        margin: 15px 0;
    }
    .homenoti-text h3 {
        line-height: 20px;
        margin: 0 0 0px;
        border-top: 1px solid #D4D4D4;
    }
    .linea-wrapper:first-child .homenoti-text h3 {
        border-top: none;
    }
    .homenoti-wrapper {
        padding-bottom: 15px;
    }
    .home-noticias-wrapper {
        padding-bottom: 35px;
    }
       .homenoti-text h3 a {
        font-size: 17px;
        line-height: 27px;
    }
    #menu-prin .lupa .buscador-inp {
        /* display: block; */
        /* float: left; */
        /* margin: 15px 0; */
        padding: 15px 20px;
        width: 100%;
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        min-width: initial;
        background: rgba(44, 151, 234, 0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
     #menu-prin .lupa .buscador-inp:hover {
        background: #2c97ea;
    }

    .lupa .busca-input {
        background: none;
        padding: 10px 50px 11px 0px;
        max-height: 32px;
        border: 0;
        display: block;
        position: relative;
        line-height: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.70);
        font-size: 16px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.7);
        width: 85%;
        min-width: initial;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .lupa .buscador-inp .busca-submit {
        cursor: pointer;
        padding: 0;
        position: absolute;
        height: 32px;
        width: 36px;
        right: 20px;
        top: 15px;
        background: url(images/lupa.png) center center no-repeat;
        border-radius: 8px;
        border: solid 1px #fff;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .lupa .buscador-inp .busca-submit:hover {
        border: solid 1px #fff;
        background: #fff url(images/lupa-red.png) center center no-repeat;
    }
    .consejo-img {
        width: 126px;
    }
    .consejo-wrapper.consul .consejo-img {
        width: initial;
        float: none;
        margin: 0 0 20px;
    }
    .barra-nav .nav-tabs > li a {
        margin-left: 0;
        border-bottom: 1px solid #BFC9CC;
    }
    .barra-nav .nav-tabs > li.active a:after {
        display: none;
    }
    .barra-nav .nav-tabs > li.active a,
    .barra-nav .nav-tabs > li.active a:focus,
    .barra-nav .nav-tabs > li.active a:hover {
        border-bottom: 1px solid #BFC9CC;
    }
    .consejo-intern-img {
        width: 100%;
        margin-bottom: 30px;
    }
    h1.titulo-h1 {
        font-size: 34px;
    }
    .listado-img {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .buscador-modu .navbar-form .form-group .form-control {
        min-width: initial;
    }
    .buscador-modu .navbar-form {
        margin: 0 0 40px;
    }
    .buscador-modu .navbar-form .form-group {
        margin-bottom: 15px;
    }
    .buscador-modu {
        text-align: left;
    }
    .buscador-modu .navbar-form .btn.btn-default {
        margin-left: 0;
    }
    .lista-datos-modu {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .modu-dato-img {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .pagi-intern h1.titulo-h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .slider-galeria .carou-gale-baja {
        padding: 17px 5px;
    }
    .slider-galeria ol.carousel-indicators li {
        width: 110px;
        margin-bottom: 10px;
    }
    .contacto-modu .captcha-span{
        margin-bottom: 15px;
    }
    .error-titus h1 {
        font-size: 34px;
        line-height: 38px;
        padding-left: 68px;
    }
    .dato-busqueda {
        float: none;
        margin-right: 0;
        width: initial;
        margin-bottom: 20px;
    }
                        
}


@media (min-width: 992px) and (max-width: 1199px) {
    #menu-prin > ul > li > a {
        min-width: initial;
        font-size: 15px ;
    }
    #menu-prin > ul > li.inicio > a {
        font-size: 0;
    }
    
}

@media (max-width: 700px) {

}



/* EXTRAS MQ */

@media (min-width: 1200px) and (max-width: 1300px) {
}

@media (min-width: 992px) and (max-width: 1092px) {
}

@media (min-width: 768px) and (max-width: 868px) {
}

/*AÑADIDOS*/

.boton5 {
    margin: 20px 0;
}
.boton5 input.search {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    background: #2C97EA;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 18px;
    min-width: 106px;
    text-align: center;
}
.boton5 input.search:hover {
    background: #940C30;
}
.filtro-modu .boton5{
    margin: 0;
}
.lupa-input{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*oculta págunas hijas del menu lateral*/
ul.pp li.page_item_has_children ul.children{
    display: none;
}
/*muestra paginas hijas en el menú lateral cuando te encuentras en la pag que tiene hijas*/
ul.pp li.page_item_has_children.current_page_parent ul.children{
    display: block;
}
/*oculta paginas hijas de de pagina ejes de trabajo*/
ul.pp > li.page_item.page-item-3018.page_item_has_children >ul.children{
    
    display: none;
}


ul.pp > li.page_item.page-item-3019.page_item_has_children.current_page_ancestor.current_page_parent{

        border-left: 6px solid #940c30 !important;
}
ul.pp > li.page_item.page-item-3019.page_item_has_children.current_page_ancestor.current_page_parent > a{

    color: #940C30 !important;
    background: #E5E5E5 !important;
}
ul.pp > li.page_item.page-item-3019.page_item_has_children.current_page_ancestor.current_page_parent > ul.children li.current_page_item > a{

    color: #940C30 !important;
}
@media (max-width: 530px) {
    
    img.wp-image-3411{
        
        width: auto;
        height: auto;
    }
    .modu-dato-img img{
     
        width: auto;
        height: auto;   
    }
}

/*.content-edit img{
    margin: 15px auto;
 }*/
/*
 @media (min-width: 768px){
    .content-edit img{
        display: block;
        position: relative;
        width: initial;
        margin: 25px auto;
        max-width: 100%;
        margin-right: 12px !important;
    }
}

@media (min-width: 768px){
    .content-edit img.alignleft{
        float: left;
    }
}*/

/*ESTILOS PARA EL MANEJO DE IMAGENES DEL EDITOR DE WORDPRESS*/
@media (min-width: 768px){
.content-edit img.alignright { float: right; margin: 0 0 1em 1em; }
.content-edit img.alignleft { float: left; margin: 0 1em 1em 0; }
.content-edit img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
}
@media (max-width: 530px){
    .formato.noticias-content {
        padding-bottom: 0;
    }
}

/* Cambios 11-06-2020 */

@media (min-width: 1200px) {
  #menu-prin > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #menu-prin > ul > li > a {
    min-width: 135px;
  }
}

.iframe-res a img{
	width:100%;
}


/*cambios 17-06-2020 */
.dark-footer-wrapper {
    background: #f0f0f0;
}

.dark-footer-wrapper .col-sm-7:first-child>.dark-footer{
    padding-top: 23px;
    justify-content: left;
}

    .dark-footer {
        padding:15px 0;
        color: #525252;
        border-top: none;
        display: flex;
        justify-content:flex-end;
        align-items: center;
    }

    .dark-footer> a:hover , .dark-footer> a:focus{
        text-decoration: none;
        color: transparent;
        border-bottom: none;
        filter: brightness(0.7);;
    }

    .dark-footer> a{
        text-decoration: none;
        color: transparent;
        border-bottom: none;
        text-decoration: none;
        margin-left: 10px;
    }

    .dark-footer> a > img{
        filter: invert(21%) sepia(19%) saturate(5135%) hue-rotate(182deg) brightness(92%) contrast(103%);
    }

    .menu-sec-wrapper{
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.658);
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #00345a;
        border-radius: 2px;
    }

    .menu-sec-wrapper ul li a{
        font-size: 14px;
        font-weight: 400;
        position: relative;
        padding: 9px 15px;
    }
    .menu-sec-wrapper ul li a::before{
        position: absolute;
        content: '';
        width: 1px;
        height: 14px;
        background: #a7a7a7;
        top: calc(50% - 7px) ;
        right:0;
    }
    .menu-sec-wrapper ul li:last-child a:before{
        background: transparent;
    }

    .menu-sec-wrapper ul li a:hover , .menu-sec-wrapper ul li a:focus{
        background: transparent;
    }

    .menu-sec-wrapper ul li a i{
        background: url(images/ext-link.svg) center no-repeat;
        width: 13px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px;
        filter: invert(15%) sepia(79%) saturate(2507%) hue-rotate(189deg) brightness(93%) contrast(99%);
    }

    .menu-sec-wrapper ul li a:hover i{
        filter: invert(15%) sepia(97%) saturate(2649%) hue-rotate(329deg) brightness(77%) contrast(105%);
    }

    .destacados .carousel-indicators li.active {
        background: #940C30;
    }

    .destacados .carousel-indicators li {
        border: 1px solid #ffffff;
        background: #01447642;
    }

    .flechas .flecha-sig , .flechas .flecha-ant{
        border: none;
        border-radius: 6px;
        box-shadow: 0 0 6px #00000059;
    }

    .flechas .flecha-sig:hover , .flechas .flecha-ant:hover {
        border: none;
    }
    .destacados .item {
        border-radius: 5px;
    }

    .destacados .item .well {
        box-shadow: 0 0 9px #00000038;
    }

    /*@media (min-width: 1200px){
        #menu-prin > ul > li > a {
            min-width: 166px;
        }
    }*/

    @media (max-width: 767px){
        .lupa .busca-input::placeholder {
            color:#ffffff81;
        }
        .dark-footer {
            justify-content:start;
            padding: 15px 15px;
        }

        .dark-footer:first-child {
            border-bottom: 1px solid #e0e0e0;
        }

        #menu-prin > ul > li.visible-xs > a {
            color: #ffffff;
        }

        #menu-prin > ul > li , #menu-prin > ul > li:hover, #menu-prin > ul > li:focus{
            border-bottom: 1px solid #002f52;
        }

        #menu-prin > ul > li > a {
            padding: 11px 20px 11px;
        }

        #menu-prin > ul > li > a >i{
            background: url(images/ext-link.svg) center no-repeat;
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 3px;
            filter: invert(100%) sepia(5%) saturate(22%) hue-rotate(16deg) brightness(105%) contrast(100%);
        }

        /* destacado */
        .destacados .item .well {
            padding: 42px 32px;
            width: 300px;
            height: 300px;
            left: calc(50% - 16px);
            top: 38px;
        }
    }

    @media (max-width: 480px){
        .destacados .item > .container{
            background: #0144767d;
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }
        .destacados .carousel-indicators {
            width: 174px;
            bottom: 30px;
            padding: 0;
            left: calc(50% - 87px);
            right: 0;
            text-align: center;
        }

        .destacados .item .well {
            padding: 34px 22px;
            width: 280px;
            height: 280px;
            margin: 0 auto;
            top: 25px;
            box-shadow: none;
            left: calc(50% - 140px);
        }
    }
	
	..menu-sec-wrapper ul.externo li > a::after {
		background: url(images/ext-link.svg) center no-repeat;
		width: 13px;
		height: 13px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 3px;
		filter: invert(15%) sepia(79%) saturate(2507%) hue-rotate(189deg) brightness(93%) contrast(99%);
	}



a.img-conten img {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}

a.img-conten{
    position:relative;
}

a.img-conten:before{
    content:'';
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    width: 56px;
    height: 56px;
    background: url(images/player-ico.svg) center no-repeat;
}


/* cambios 7/6/21 */
.dato-fecha,.dato-docen,.dato-insc {
    color: #777777;
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    margin: 0 0 10px;
}

.dato-docen:after {
    content: '';
    background: url(images/dato-docen.png) center center no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
}

.dato-insc:after {
    content: '';
    background: url(images/dato-inscrip.png) center center no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 17px;
    height: 15px;
}

.w-acord-fc h4 {
    margin-top: 0;
}

.w-acord-fc .panel-heading {
    padding: 0;
}

.w-acord-fc .panel-heading > h4 > a{
    display: block;
    padding: 10px 7px 10px 15px;
    position: relative;
}

.w-acord-fc .panel-heading > h4 > a:after{
    display: block;
    position: relative;

    content: "";
    display: block;
    position: absolute;
    background: url(images/mas-icon.png) center center no-repeat;
    height: 24px;
    width: 24px;
    margin: 0;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.w-acord-fc .panel-heading > h4 > a[aria-expanded="true"]:after{
    background: url(images/menos-icon.png) center center no-repeat;
}

.w-acord-fc .panel-default .panel-body h3{
    margin-top: 10px;
    font-size: 22px;
}
.w-acord-fc .panel-default .panel-body h4{
    margin-top: 10px;
}
.w-acord-fc .panel-default .panel-body h5{
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
.w-acord-fc .panel-default .panel-body ol li{
    font-size: 16px;
}
.w-acord-fc .panel-default .panel-body ol li::marker{
    font-weight: 600;
    color: #1C82CE;
}
.w-acord-fc .panel-default .panel-body ul,.w-acord-fc .panel-default .panel-body ol{
    padding-left: 40px;
    margin-bottom: 40px;
    margin-top: 5px;
}

@media (max-width: 767px){
    .w-acord-fc .panel-default .panel-body ul,.w-acord-fc .panel-default .panel-body ol{
        padding-left: 18px;
    }
}