@charset "UTF-8";
/*
Theme Name: Cisepa | PUCP 
Description: Cisepa | PUCP 
Author: PUCP - Dirección de comunicación Institucional
Author URI: http://dci.pucp.edu.pe/
Version: 1.0.0
Tags: blank
*/

a{
	 color: #62285f;
 	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a{
	color: #62285f;
 	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover{
	 color: #e28904;
	text-decoration: none;
}
body{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito Sans', sans-serif;
}

/*HOME SLIDER 1*/

.home-interna.homeback-slider{
	background: #4a2148 url(images/franja-bg2.png) center center no-repeat;
	padding: 40px 0 0;
    margin-bottom: 50px;
    position: relative;
    margin-top: 4px;
}

.home-main-slider{
	height: 660px;
}
.home-main-slider .carousel{
}
.home-main-slider .carousel-item{
}
.home-main-slider .carousel-item h2{
    font-family: 'Nunito Sans', sans-serif;
    text-transform: initial;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #ffffff;
    text-align: left;
}
.home-main-slider .carousel-item p{
	opacity: 0.9;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
    margin-bottom: 0.5rem;
}
.home-main-slider .carousel-item img{
    max-width: 100%;
}
.home-main-slider .carousel-control-prev{
    background: url(images/carrusel-right.png) center center no-repeat;
    width: 45px;
    left: 0;
    transform: rotate(180deg);
    height: 80px;
    top: 80px;
    -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-main-slider .carousel-control-next{
	background: url(images/carrusel-right.png) center center no-repeat;
    width: 45px;
    right: 0px;
    height: 80px;
    top: 80px;
    -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-main-slider .carousel-indicators{
    bottom: -30px;
    justify-content: left;
    margin-right: 0;
    margin-left: 0;
}
.carousel-indicators li{
    border: solid 1px #fff;
    border:0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 3px 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.carousel-indicators li:hover{
    background-color:  #e28d04;
}
.carousel-indicators li.active,
.carousel-indicators li.active:hover{
    background-color: #e28d04;
    border:0;
}
.homeforma-dato{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #555555;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.homeforma-autor{
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #444444;
}
.homepubli-slider {
    padding: 20px 5px 80px;
    border: 1px solid rgba(9, 41, 61, 0.3);
}
.homepubli-slider .homeforma-tag{
    margin: 0 0 10px;
}
.homepubli-slider  .carousel-item img {
    max-width: 100%;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.35);
}
.home-slide-b-img{
    padding: 10px;
}
.boton2 {
}
.boton2 a {
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 13px 28px;
    display: inline-block;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #562553;
}
.boton2 a:hover {
    background-color: #e28904;
    color: #ffffff;
}

/*Home Interna*/

.home-interna  h2{
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2rem;
	margin-bottom: 2rem;
    letter-spacing: normal;
    color: #4a2148;
    text-transform: uppercase;
}

/*HOME CURSOS*/

.home-cursos{
}
.home-cursos .card{
	display: block;
    border-color: #c7c6c6;
    border-radius: 10px;
   	margin-bottom: 2rem;
    max-width: 390px;
}
.home-cursos .card:hover{
    border-color: #7d7a7a
}

.home-cursos .card .curso-img{
	position: relative;
    border-radius: 10px 10px 0 0;
}
.home-cursos .card .curso-dato{
	display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.65;
    border-radius: 14px;
    background-color: #2f182e;
    text-transform: uppercase;
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 5px 17px;
}
.home-cursos .card .curso-img img{
    border-radius: 10px 10px 0 0;
}
.home-cursos .card .card-body{
}
.home-cursos .card .card-body h5{
	font-size: 22px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f;
    margin-bottom: 1rem;
    -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-cursos .card:hover .card-body h5{
	color: #e28904;
}
.home-cursos .card .card-body p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #555555;
    margin-bottom: 0.5rem;
    padding-left: 24px;
}
.home-cursos .card .card-body p ion-icon{
    font-size: 18px;
    color: #cccaca;
    padding-right: 0.5rem;
    position: absolute;
    left: 17px;
}
.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    /*grid-gap: .5rem;*/
}

.boton-mas{
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #62285f;
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 0;
   	white-space: initial;
    text-align: left;
}
.boton-mas:hover{
	background: none;
    border: none;
    color: #e28904;	
}
.boton-mas ion-icon{
    font-size: 23px;
    padding-left: 5px;
    vertical-align: sub;
}

/*HOME NOVEDADES*/

.home-novedades .card{
	border: 0;
	padding: 20px 0;
	border-bottom: solid 1px #cccccc;
}
.home-novedades .card:first-child{
	border-top: solid 1px #cccccc;
}
.home-novedades .card .card-body {
	padding: 15px 0 0;
}
.home-novedades .card .card-body h5 {
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #62285f;
    margin-bottom: .5rem;
    -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-novedades .card .card-body h5 a{
    color: #62285f;
}
.home-novedades .card .card-body h5 a:hover{
    color: #e28904;
}
.home-novedades .card .card-body p {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: normal;
	color: #555555;
}
.home-novedades .card .card-body p small.text-muted{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #888888 !important;
}
.home-novedades .card .curso-img {
    position: relative;
}
.home-novedades .card .curso-dato {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.65;
    border-radius: 14px;
    background-color: #2f182e;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: 14px;
    padding: 5px 17px;
}
.home-novedades .card img.card-img-top {
    border-radius: 0;
}

/*HOME EVENTOS*/

.home-eventos .card{
	border-radius: 10px;
	background-color: #efece6;
	border: 0;
}
.home-eventos .card .card-body {
    padding: 1.8rem;
  	padding-right: 15px;
 	padding-bottom: 0;
}
.home-eventos .card .card-body h5{
	font-size: 24px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f;
    -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-eventos .card:hover .card-body h5{
	color: #e28904;
}
.home-eventos .card .card-body p {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: normal;
	color: #555555;
}
.home-event-fecha{
    padding: 1.8rem 0 0;
   	max-width: 76px;
	margin: 0 auto;
}
.home-event-nar{
	font-family: 'Cabin', sans-serif;
	border-radius: 5px 5px 0 0;
    background-color: #e28d04;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 0;
}
.home-event-mora{
    border-radius: 0 0 5px 5px;
    background-color: #62285f;
    text-align: center;
    color: #ffffff;
    padding: 2px 0 12px;
}
.home-event-dia{
	font-family: 'Cabin', sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.home-event-mes{
	font-family: 'Cabin', sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.76;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}
.link-extern{
    padding: 0.5rem 1rem 1rem;
}
.home-eventos .card .link-extern ion-icon{
	color: #62285f;
    font-size: 27px;
    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;
}
.home-eventos .card:hover .link-extern ion-icon{
	color: #62285f;
    font-size: 27px;
    opacity: 1;
}

/*HOME CIFRAS*/

.home-cifras{
	background: #f3f3f3 url(images/cisepa-img-back.jpg) top center no-repeat;
    padding: 4.5rem 0;
}
.home-circu{
    border-radius: 50%;
    width: 245px;
    height: 245px;
    max-width: 100%;
	margin: 0 auto 2rem;
}
.home-circu-num{
	font-size: 60px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 55px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
    margin-bottom: .8rem;
}
.home-circu-text{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.cor-1{
	background-color: #e28904;
}
.cor-2{
	background-color: #e19d2d;
}
.cor-3{
 	background-color: #80366a;
}
.cor-4{
 	background-color: #723d6e;
}
.home-interna.home-cifras h2 {
    font-size: 26px;
    color: #de8637;
}
.home-interna.home-cifras h2.cifra-dato{
	opacity: 0.65;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #733f70;	
}
/*HOME REDES*/

.home-interna.slider-redes {
	padding: 90px 0;
}
.home-slider-redes{
}

.home-slider-redes{
}
.home-slider-redes .carousel{
}
.home-slider-redes .carousel-item{
}
.home-slider-redes .carousel-item h2{
    font-family: 'Nunito Sans', sans-serif;
    text-transform: initial;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #ffffff;
    text-align: left;
}
.home-slider-redes .carousel-item p{
	opacity: 0.9;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
    margin-bottom: 0.5rem;
}
.home-slider-redes .carousel-item a{
	display: block;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
}
.home-slider-redes .carousel-item a:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.home-slider-redes .carousel-item img{
    max-width: 100%;
    /*margin-bottom: 1.5rem;*/
}
.home-slider-redes .carousel-control-prev{
    background: url(images/carrusel-right-mora.png) center center no-repeat;
    width: 45px;
    left:  0;
    transform: rotate(180deg);
    height: 100%;
    /*top: 80px;*/
    -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-slider-redes .carousel-control-next{
	background: url(images/carrusel-right-mora.png) center center no-repeat;
    width: 45px;
    right: 0;
    height: 100%;
    /*top: 80px;*/
    -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-slider-redes .carousel-indicators{
    bottom: -10px;
    justify-content: left;
    margin-right: 0;
    margin-left: 0;
}

.section-sombra{
    box-shadow: inset 0px 3px 10px 0px #cccccc;
    -webkit-box-shadow: inset 0px 3px 10px 0px #cccccc;
    -moz-box-shadow: inset 0px 3px 10px 0px #cccccc;
    margin-top: 7px;
    padding-top: 1rem;
}


/*BREADCRUMBS*/

.breadcrumbs-content {
    padding-top: 5px;
    padding-bottom: 15px;
}
.breadcrumbs-content a {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 18px;
    border-bottom: 0;
    size: 13px;
    font-size: 15px;
    line-height: normal;
    color: #7f8987;
}
.breadcrumbs-content a:last-child {
    /*color:#444444;*/
}
.breadcrumbs-content a:hover {
    color: #e28904;
}
.breadcrumbs-content a:after {
    content: '';
    background: url(images/breadcrumb.png) center center no-repeat;
    position: absolute;
    width: 8px;
    height: 10px;
    right: 0;
    top: 2px;
}
.breadcrumbs-content a:nth-child(2):after  {
    /*display: none;*/
}


/*SHARE*/

.share {
    margin: 55px 0 75px;
}
.share span.txt {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 20px 0;
    border-radius: 4px;
    margin: 0 4px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #222222;
}
.share a {
   /* position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #666;
    margin: 0;
    padding: 0 20px;
    margin-left: -5px;
    border-bottom: 0;*/

    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #666;
    padding: 0 20px;
    border-radius: 4px;
    border: solid 1px #eaeaea;
    background-color: #ffffff;
    margin: 0 4px;
}
.share a.nomar-left{
    margin-left: 0;
}
.share-borde-left {
    border-left: 1px solid #d8d8d8;
}
.share-borde-right {
    border-right: 1px solid #d8d8d8;
}
.share a.noborde-left {
    border-left: none;
}
.share a.noborde-right{
    border-right: none;
}
.share-face{
    background: url(images/share-face.png) center center no-repeat;
}
.share-twit{
    background: url(images/share-twit.png) center center no-repeat;
}
.share-linked{
    background: url(images/share-linked.png) center center no-repeat;
}
.share-redes{
    background: url(images/share-redes.png) center center no-repeat;
}
.share-impr{
    background: url(images/share-impr.png) center center no-repeat;
}
.share-pdf{
    background: url(images/share-pdf.png) center center no-repeat;
}
.share-mail{
    background: url(images/share-mail.png) center center no-repeat;
}
.share a:hover{
    background-color: #eee;
}


/*NAV INTERNA*/

.wrapper-nav-interna {
}
.nav-interna {
    background: #fff;
    z-index: 1;
    padding-right: 10px;
}
.nav-interna > ul.pp {
    padding-left: 0;
    margin: 0;
    border-right: 0;
    list-style: none;
    margin-bottom: 40px;
	border-top: solid 1px #dcdcdc;
}
.nav-interna > h2 {
}
.nav-interna > h2:after{
}
.nav-interna > ul.pp > li {
    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 {
    background: #fff;
}
.nav-interna > ul.pp > li.current-menu-item > a,
.nav-interna > ul.pp > li.current-menu-item > a:hover {
    background-color: rgba(239, 236, 230, 0.5);
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #e28904;
    position: relative;
	padding-right: 28px;
}

.nav-interna > ul.pp > li.current-menu-item > a:after{
    content: '';
    background: url(images/flecha-menulat.png) center center no-repeat;
    position: absolute;
    width: 10px;
    height: 18px;
    right: 12px;
    top: 14px;
}
.nav-interna > ul.pp > li.link-exterior > a,
.nav-interna > ul.pp > li.link-exterior > a:hover {
	position: relative;
	padding-right: 28px;
}
.nav-interna > ul.pp > li.link-exterior > a:after {
    content: '';
    background: url(images/link-exterior.png) center center no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 12px;
    top: 14px;
}
.nav-interna > ul.pp > li {
    line-height: 1.2;
    position: relative;
    font-size: 17px;
	border-bottom: solid 1px #dcdcdc;
}
.nav-interna > ul.pp > li > a {
	display: block;
    padding: 14px 15px 14px;
    border-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #62285f;
}
.nav-interna > ul.pp > li > a:focus {
}
.nav-interna > ul.pp > li > a:hover {
    background: rgba(239, 236, 230, 0.5);
}
.nav-interna > ul.pp > li > ul{
	padding:0;
    border-top: 1px solid #dcdcdc;
}
.nav-interna > ul.pp > li > ul > li{
}
.nav-interna > ul.pp > li > ul > li a{
	background-color: rgba(239, 236, 230, 0.5);
    position: relative;
    padding: 14px 15px 14px;
    padding-left: 30px;
    display: block;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #4a2148;
}
.nav-interna > ul.pp > li > ul > li a:after{
    content: '';
    position: absolute;
    border: 1px solid #4a2148;
    width: 8px;
    height: 8px;
    left: 14px;
    top: 19px;
    border-radius: 50%;
}
.nav-interna > ul.pp > li > ul > li > a:hover{
	color: #e28904;
}
.nav-interna > ul.pp > li.ph > ul > li{
	list-style: none;
}
.nav-interna > ul.pp > li.ph > ul > li.current-menu-item a{
	background-color: rgba(239, 236, 230, 0.5);
    color: #e28904;
    text-decoration: underline;
}
.nav-interna > ul.pp > li.ph > ul > li.current-menu-item a:hover{
}
.nav-interna > ul.pp > li.ph > a{
	background-color: rgba(239, 236, 230, 0.5);
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #e28904;
    position: relative;
    padding-right: 28px;

}
.nav-interna > ul.pp > li > ul > li.current-menu-item a:after{
    border: 1px solid #e28904;
}
.nav-interna > ul.pp > li.ph > a:after{
    content: '';
    background: url(images/flecha-menulat.png) center center no-repeat;
    position: absolute;
    width: 10px;
    height: 18px;
    right: 12px;
    top: 14px;
}



.select-movil select {
    display: block;
    width: 100%;
    height: 46px;
    padding: 9px 9px 9px 16px;
    font-size: 17px;
    line-height: 1.42857;
    color: #666;
    margin-bottom: 45px;
    margin-top: 25px;
    background-color: #FFF;
    border: 2px solid #D8D8D8;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select-movil select optgroup{
    line-height: 0;
    margin: 0;
}
.select-intern{
    margin-top: 20px;
}

.formato h1{
	font-size: 34px;
	/*font-size: 40px;*/
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	line-height: 2.5rem;
	letter-spacing: normal;
	color: #4a2148;
	margin-bottom: 1.5rem;
}
img{
	max-width: 100%;
}
.formato img{
}
.formato p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #555555;
    margin-bottom: 1.5rem;
}

.consejos-wrapper{
}
.card.consejo-main{
  	border-radius: 10px;
  	background-color: #7f687d;
  	border:0;
    /*padding: 18px 18px;*/
}
.card.consejo-main h4.card-title{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #ffffff;
}
.card.consejo-main h5{
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.card.consejo-main p{
	opacity: 0.9;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
    line-height: 1.3rem;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.9);
}
.card.consejo-secun{
	border-radius: 10px;
	border: solid 1px #dcdcdc;
    /*padding: 18px 18px;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.card.consejo-secun:hover{
	border: solid 1px #9d9d9d;
}
.card.consejo-secun h4.card-title{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f
}
.card.consejo-secun h5{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #999999;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
    margin-bottom: 1rem;
}
.card.consejo-secun p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
    line-height: 1.3rem;
	letter-spacing: normal;
	color: #555555;
}
.card .card-img {
	/*border-radius: 10px 10px 0 0;*/
	border-radius: 0;
    max-width: 100%;
    width: initial;
    padding: 18px 18px;
}
.consejos-wrapper .card .card-body{
    /*padding: 0;*/
    /*padding-left: 1.25rem;*/
}

.boton3 a {
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 4px;
    background: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #562553;
    background-color: #f0ebf0;
}
.boton3 a:hover {
    background-color: #e28904;
    color: #ffffff;
}
.boton3 a ion-icon{
    color: #4a2148;
    font-size: 20px;
    padding-left: 4px;
   	vertical-align: middle;	
   	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.boton3 a:hover ion-icon{
	color: #fff;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("images/select-down.svg") no-repeat right .75rem center;
    background-size: auto;
    background-size: auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.consejo-equipo{
}
.consejo-equipo .card.consejo-secun h4.card-title{
	font-size: 21px;
    line-height: 1.1;
    color: #4a2148;
}
.consejo-equipo .card.consejo-secun h5{
    font-size: 13px;
}
.consejo-equipo .card.consejo-secun p{
    font-size: 14px;
    line-height: normal;
}
.consejo-equipo .card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    grid-gap: .5rem;
}


/*REDES*/

.redes-wrapper{
}
.redes-wrapper .card{
	display: block;
  	border-radius: 10px;
	border: solid 1px #dcdcdc;
    /*min-height: 200px;*/
}
.redes-wrapper .card:hover{
	border: solid 1px #9d9d9d;
}
.redes-wrapper .card img{
}
.redes-wrapper .card .card-title{
	font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #62285f;
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.redes-wrapper .card .card-title ion-icon{
    vertical-align: middle;
    padding-left: 5px;
/*   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}
.redes-wrapper .card:hover .card-title{	
	color: #e28904;
}
.redes-wrapper .card:hover .card-title ion-icon{
 	color: #e28904;	
}
.redes-wrapper .card p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #555555;
}
.redes-wrapper .card .card-img {
    padding: 18px 18px;
    padding-bottom: 0;
    /*padding-right: 0;*/
}


/*PAGINACION*/

.formato .paginacion-interna{
    padding: 0;
    margin: 40px 0 0;
}
.paginacion-interna ul li{
}
.formato ul.paginacion-interna li:before {
    display: none;
}
.formato ul.paginacion-interna li{
    border: 0;
}
.formato ul.paginacion-interna li a {
    border: 0;
    padding: 13px 0;
    margin: 0 4px;
    width: 44px;
    height: 44px;
    font-size: 16px;
    text-align: center;
    color: #62285f;
	border-radius: 5px;
}
.formato ul.paginacion-interna li a.previous,
.formato ul.paginacion-interna li a.next{
    padding: 13px 0;
}
.formato ul.paginacion-interna li a:hover{
}
.formato ul.paginacion-interna li.active a:hover{
  background-color: #efece6;

}
.formato ul.paginacion-interna li.active a,
.formato ul.paginacion-interna li.active a:hover{
    background-color: #e19419;
    color: #fff;
}
.formato ul.paginacion-interna li a.next img{
    height: 10px;
}
.formato ul.paginacion-interna li a.previous img{
    height: 10px;
   -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}




/*FILTRO*/

.filtro {
	border-radius: 10px;
    background-color: #947a92;
}

.filtro .input-group input.busca-submit {
    cursor: pointer;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 42px;
    right: 0px;
    top: 0;
    border: 0;
    background: #fff url(images/ico-lupa.png) center center no-repeat;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    z-index: 30;
    border: 1px solid #ced4da;
    border-left: 0;
}
.filtro .input-group input.busca-submit:hover {
	opacity: 0.7;
}

.filtro label{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0;
    /*vertical-align: middle;*/
    padding-right: 12px;
}

.filtro .custom-select,
.filtro input.form-control,
.filtro-small .custom-select {
    font-size: .95rem;
    width: 100%;
}

.filtro .input-group input {
	border-radius: 4px !important;
}
.btn-buscar{
	font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #4a2148;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.btn-buscar:hover{
	color: #fff;
    background: #62285f;
}
.filtro-busque{
}


/*DOCUMENTOS*/

.redes-wrapper.documentos{
}
.redes-wrapper.documentos .card{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 25px 18px;
    padding-left: 70px;
    position: relative;
}
.redes-wrapper.documentos .card:after {
	content: '';
    background: url(images/docu-icon.png) center center no-repeat;
    position: absolute;
    width: 38px;
    height: 52px;
    left: 18px;
    top: 30px;
}
.redes-wrapper.documentos p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #888888;
	margin: 0;
}
.redes-wrapper.documentos h4.card-title,
.redes-wrapper.documentos .card:hover h4.card-title{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f;
}


/*INTERNA*/

h2.intern-h2{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a2148;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.interna-background{
    margin-bottom: 125px;
    background: #f0ece5 url(images/franja-bg.png) center center no-repeat;
    height: 274px;
    position: relative;
}
.intern-back-img{
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -140px;
}
.intern-back-img img{
    border-radius: 50%;
    width: 280px;
    border: 25px solid #fff;
}
.btn-volver{
}
.wrapper-cuerpo-interna {
    padding-top: 1rem;
}
.consejo-equipo.investiga p a{
	font-size: 15px;
}

/*INVESTIGA GRUPOS*/


.consejo-equipo.investiga-grupos{
}
.consejo-equipo.investiga-grupos .card .card-img {
    padding: 18px 18px;
}
.consejo-equipo.investiga-grupos .card h4.card-title{
	margin-bottom: 1.5rem;
}
.boton4{
}
.boton4 a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.76;
	letter-spacing: normal;
	color: #947a92;
}
.boton4 a:hover{
    color: #e19419;
}
.boton4 a ion-icon{
    color: #947a92;
    font-size: 20px;
    padding-left: 4px;
    vertical-align: middle;
       -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.boton4 a:hover ion-icon{
    color: #e19419;
}

.investiga-grupos{
}


/*FILTRO PROYECTO*/

.filtro.filtro-proyecto{
}

/*PROYECTOS*/

.proyectos-wrapper{
}
.proyecto-text{
}
.proyectos-wrapper h4.card-title{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f;
}
.proyecto-text p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #555555;
	margin-bottom: 0.2rem;
}

/*POP UP*/

.proyectos-wrapper .modal{
}
.proyectos-wrapper .modal-dialog{
}
.proyectos-wrapper .modal-content{
	border:0;
}
.proyectos-wrapper .modal-header{
    border: 0;
	padding: 2.5rem;
	padding-bottom: 1rem;
}
.proyectos-wrapper .modal-header h5{
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a2148;
}
.proyectos-wrapper .modal-header button{
    padding: 0;
}
.proyectos-wrapper .modal-header button span{
    color: #4a2148;
    font-size: 46px;
}
.proyectos-wrapper .modal-body{
	padding: 2.5rem;
    padding-top: 0;
}
.proyectos-wrapper .modal-body p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #555555;
}

/*INTERNA 2*/

.interna-datos{
	margin-bottom: 3rem;
}
.interna-datos p{
	margin-bottom: 0.2rem;
}
.interna-datos p ion-icon{
	font-size: 22px;
    vertical-align: middle;
    padding-right: 10px;
}


/*FORMACION CONTINUA*/


.formato h3{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f;
}
.formacion-datos{
	margin-bottom: 4rem;
}
.formacion-datos p{
	margin-bottom: 0.2rem;
}
.formacion-datos p ion-icon {
    font-size: 21px;
    vertical-align: middle;
    padding-right: 4px;
    color: #947a92;
}

.interna-background2{
    background: #f0ece5 url(images/franja-bg2.png) center center no-repeat;
    position: relative;
    padding: 60px 0;
}
.interna-background2 .card .card-img{
	padding: 0;
	margin-bottom: 1rem;
	border-radius: 10px 10px 0 0;
}
.interna-background2 h4.card-title{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #62285f;
}
.interna-background2 p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #555555;
}
.interna-background2 .card-deck .card{
	 border-radius: 10px;
}
.interna-background2 .boton4{
}
.interna-background2 .boton4 a{
    border-radius: 4px;
    background-color: #4a2148;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 12px 21px;
    text-transform: uppercase;
}
.interna-background2 .boton4 a:hover{
	background-color: #e28904;
}
.interna-background2 .boton5{
}
.interna-background2 .boton5 a{
    border-radius: 4px;
 	background-color: #e28904;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 12px 21px;
    text-transform: uppercase;
}
.interna-background2 .boton5 a:hover{
    background-color: #62285f;
}

/*INVESTIGADORES*/

.filtro.filtro-invest .filtro-select{
	width: 100%;
    /*width: 84%;*/
}
.investiga-wrapper{
}
.investiga-wrapper .card .curso-img {
    position: relative;
    margin: 15px;
    /*border-radius: 10px 10px 0 0;*/
}
.investiga-wrapper .card .curso-dato {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.65;
    border-radius: 14px;
    background-color: #2f182e;
    text-transform: uppercase;
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 17px;
}
.investiga-wrapper .card .curso-img img{
    width: initial;
    max-width: 100%;
}
.investiga-wrapper .card.consejo-secun p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
    line-height: 1.5;
	letter-spacing: normal;
	color: #555555;
	margin-bottom: 0.6rem;
    padding-left: 24px;
}
.investiga-wrapper .card .card-body p ion-icon {
    font-size: 18px;
    color: #cccaca;
    padding-right: 0.5rem;
    position: absolute;
    left: 17px;
}


/*CHECKBOX*/

.filtros-nove .custom-control-label{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #555555;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    background-color: #fff;
    top: 0.1rem;
}
.custom-checkbox .custom-control-label::after {
    border: 1px solid #ccc;
    border-radius: .05rem;
    top: 0.1rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #e28904;
    top: 0.1rem;
}






/*ALERTA*/

.alerta{
	border-radius: 10px;
    background-color: #947a92;
    padding: 30px 25px;
    margin-bottom: 3rem;
}
.alerta h4{
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #ffffff;
}
.alerta p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #ffffff;
}
.alerta-datos{
}
.alerta-men{
}
.alerta-men a{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #62285f;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 7px 21px;
    text-transform: uppercase;
}
.alerta-men a ion-icon{
	font-size: 31px;
    padding-right: 5px;
    vertical-align: middle;
}
.alerta-tel{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: middle;
    border-right: solid 1px rgba(69, 58, 68, 0.47);
    padding-right: 15px;
    margin-right: 15px;
}
.alerta-tel ion-icon {
	font-size: 30px;
    padding-right: 8px;
}


/*CURSO SLIDER*/

.home-slider-redes.curso-slider{
    padding: 0 60px;
}
.curso-perso{
	position: relative;
}
.curso-perso img{
}
.curso-perso .curso-nombre{
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color: rgba(80, 70, 54, 0.6);
    position: absolute;
    bottom: 0;
    display: block;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}
.home-slider-redes.curso-slider .carousel-control-next {
    right: -60px;
}
.home-slider-redes.curso-slider .carousel-control-prev {
    left: -60px;
}

/*FORMACION INTERNA*/

.interna-background3 {
    background: #4a2148 url(images/franja-bg2.png) top center;
    position: relative;
    padding: 38px 0 30px;
   	margin-bottom: 4rem;
}
.interna-background3 h1{
	font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
	letter-spacing: normal;
	color: #ffffff;
    margin-bottom: 1.5rem;
}
.interna-background3 img{
	width: 	100%;
}
.formain-dato-wrapper{
}
.formain-dato{
	/*margin-bottom: 1rem;*/
}
.formain-dato p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.formain-dato p strong{
    color: rgba(255, 255, 255, 0.8);
}
.forma-borde {
    border-top: 1px solid rgba(156, 127, 154, 0.4);
    padding: 15px 0;
}
.interna-background3 .boton5 a {
    border-radius: 4px;
    background-color: #e28904;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 13px 28px;
    text-transform: uppercase;
}
.interna-background3 .boton5 a:hover {
    background-color: #62285f;
}
.forma-icons ion-icon{
    font-size: 22px;
    padding-right: 6px;
    vertical-align: middle;
}

/*ENLACES RELACIONADOS*/

.wrapper-relacionados{
}

.wrapper-relacionados h4{
	padding-bottom: 0.3rem;
	margin-bottom: 1.5rem;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a2148;
    border-bottom: 1px solid;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.enlaces-rela{
}

.enlaces-rela .card{
    display: block;
    border-radius: 0;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid #c7c6c6;
}
.enlaces-rela .card:hover{
    border-color: #7d7a7a
}
.enlaces-rela .card-body{
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.enlaces-rela .card .curso-img{
	position: relative;
    border-radius: 0;
    padding: 0 1.25rem;
}
.enlaces-rela .card .curso-dato{
	display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.65;
    border-radius: 14px;
    background-color: #2f182e;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    left: 26px;
    padding: 5px 17px;
}
.enlaces-rela .card .curso-img img{
    border-radius: 0;
}
.enlaces-rela.card .card-body{
}
.enlaces-rela .card .card-body h5{
    margin-bottom: 0.7rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #62285f;
    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;
}
.enlaces-rela .card:hover .card-body h5{
	color: #e28904;
}
.enlaces-rela .card .card-body p{
	margin-bottom: 0.3rem;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #555555;
}
.enlaces-rela .card .card-body p ion-icon{
    font-size: 18px;
    color: #cccaca;
    padding-right: 0.5rem;
       vertical-align: text-top;
}


/*DESPLEGABLES */

.desplegables{
    /*margin-top: 15px;*/
    margin-bottom: 50px;
}
.desplegables > h2{

}
.desplegables .panel-group{}
.desplegables .card{
    border: 0;
    margin-bottom: 15px;
    background: none;
}
.desplegables .card:first-child{
    /*border-top: 1px solid #d7d7d7;*/
}
.desplegables .card-header{
    padding: 0;
    border: 0;
}
.desplegables .card-header h5{
    margin: 0;
    font-weight: normal;
    background: #fff;
}
.desplegables .card-body{
	padding: 1.25rem 1rem;
    padding-top: 0;
    /*padding-right: 3rem;*/
    border-radius: 0 0 4px 4px;
    border: solid 1px #dcdcdc;
    border-top: 0;
}
.desplegables .card-header h5 button{
	text-decoration: none;
    display: block;
    padding: 10px 70px 10px 15px;
    position: relative;
    background-color: #efece6;
    width: 100%;
    text-align: left;
    white-space: initial;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #62285f;
    border: solid 1px #efece6;
    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;
}
.desplegables .card-header h5 button:hover {
    /*background: #FFDF80;*/
}
.desplegables .card-header h5 button:after{
    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;
}
.desplegables .card-header h5 button[aria-expanded="true"]{
	margin-bottom: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border: solid 1px #dcdcdc;
    border-bottom: 1px solid #fff;
}
.desplegables .card-header h5 button:hover{
	margin-bottom: 0;
    background-color: #fff;
}
.desplegables .card-header h5 button[aria-expanded="true"]:after{
    background: url(images/menos-icon.png) center center no-repeat;
}
.desplegables .card-header h5 button:hover:after{
    /*color: #25425C;*/
    /*border-color: #25425C;*/
}
.desplegables .card-header h5 button:hover:after{
    /*background: url(images/mas-icon-hover.png) center center no-repeat;*/
}
.desplegables .card-header h5 button[aria-expanded="true"]:after,
.desplegables .card-header h5 button[aria-expanded="true"]:hover:after{
    background: url(images/menos-icon.png) center center no-repeat;
}
.desplegables .panel-group .panel-heading + .panel-collapse > .panel-body,
.desplegables .panel-group .panel-heading + .panel-collapse > .list-group {
/*    border-top: 0;
    padding: 24px 20px 15px;
    margin-bottom: 10px;
    margin-top: -5px;*/
}
.formato .desplegables .panel-group ul {
    /*padding-bottom: 0;*/
    /*padding-left: 35px;*/
}
.desplegables ul li {
    /*color: #666666;*/
}
.formato .desplegables h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #62285f;
}
.formato .desplegables ul{
    margin-bottom: 0;
}
.formato .desplegables p,
.formato .desplegables ul li{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #555555;
}
.desplegables .acor-contenido{
	border-top: solid 1px #dcdcdc;
    padding-top: 1.5rem;
}

/*BOTON SUBSCRIBETE*/

.btn-subscribete{
	right: 80px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.btn-subscribete P{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ffffff;
}
.btn-subscribete button{
    width: 215px;
    height: 50px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.33);
    background-color: #e19d2d;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a2148;
    text-transform: uppercase;
}
.btn-subscribete button ion-icon{
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-top;
}
.btn-subscribete .dropdown-toggle::after{
    display: none;
}
.btn-subscribete button:hover{
    color: #e28904;
    background-color: #ffffff;
    /* border-color: #545b62; */
}
.btn-subscribete .drop-contenido{
    position: absolute;
    bottom: 70px;
    border-radius: 3px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.33);
    background-color: #81697f;
    padding: 35px 14px 22px 14px;
    width: 270px;
    height: 308px;
    right: 2px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
   color: rgba(255, 255, 255, 0.9);
}
.btn-subscribete .boton4 a {
    border-radius: 4px;
    background-color: #4a2148;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 12px 21px;
    text-transform: uppercase;
}
.btn-subscribete .boton4 a:hover {
    background-color: #e28904;
}
.btn-subscribete label{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
   color: rgba(255, 255, 255, 0.61);
}
.btn-subscribete label a{
   color: rgba(255, 255, 255, 0.61);
   text-decoration: underline;
}
.btn-subscribete label a:hover{
	color: #fff;
}
.btn-cerrar{

}
.btn-cerrar a{
    display: block;
    background: url(images/x-close.png) center center no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;   
}
.drop-contenido.drop-subscri{
    right: 288px;
}
.drop-contenido.drop-subscri h4{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
.drop-contenido.drop-subscri p{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.btn-up{
    right: 20px;
    position: fixed;
    bottom: 7px;
    z-index: 20;
}
.btn-up a ion-icon{
    color: #969696;
    font-size: 30px;
    background: #fff;
    border: 3px solid #969696;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-up a:hover ion-icon{
    color: #e19d2d;
    border: 3px solid #e19d2d;
}



/*LIBROS*/

.investiga-wrapper.libros{
}


/*NOVEDADES*/

.filtros-nove{
}
.filtros-nove h4{
	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a2148;
    text-transform: uppercase;
    border-bottom: solid 2px #4a2148;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    font-family: 'Roboto', sans-serif;
}
.filtros-nove select{

}
.filtros-nove h5{
	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a2148;
    margin-bottom: 0.6rem;
    font-family: 'Roboto', sans-serif;
}
.nove-tags{
}
.nove-tags a{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	color: #947a92;
	border-bottom: 1px solid
}
.nove-tags a:hover{
	color: #e28904;	
}
.custom-select.color-1{
    border-radius: 4px;
    background-color: #947a92;
    color: #fff;
}
.custom-select.color-2{
	border-radius: 4px;
    background-color: rgba(148, 122, 146, 0.23);
    color: #fff;
}
.nove-datos{
	margin-bottom: 1.2rem;
}
.nove-pas{
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.65;
    border-radius: 14px;
    background-color: #2f182e;
    text-transform: uppercase;
    padding: 5px 17px;
}
.nove-fecha {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #888888;
}
.icon-face{
	position: relative;
	padding-left: 33px;
}
.icon-face:after{
    content: '';
    background: url(images/ico-face-mor.png) center center no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
       -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
 }
.icon-face:hover:after{
    background: url(images/ico-face-nar.png) center center no-repeat;
 }

/*EVENTOS*/

.consejo-equipo.eventos .card.consejo-secun p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #555555;
    margin-bottom: 0.6rem;
    padding-left: 24px;
}
.consejo-equipo.eventos .card .card-body h4 a ion-icon {
    vertical-align: bottom;
}
.consejo-equipo.eventos .card .card-body p ion-icon {
    font-size: 18px;
    color: #cccaca;
    padding-right: 0.5rem;
    position: absolute;
    left: 17px;
}
.interna-datos-wrapper{
	border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.interna-datos-wrapper p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #555555;
	margin-bottom: 0.8rem;
}
.interna-bc-libros {
	margin-bottom: 160px;
    background: #f0ece5 url(images/franja-bg.png) center center no-repeat;
    height: 274px;
    position: relative;
}
.intern-backlibros-img {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -100px;
}
.intern-backlibros-img img {
    /* border-radius: 50%; */
    width: 200px;
}
.btn-buscar.icon-busca ion-icon {
    font-size: 17px;
    vertical-align: bottom;
    padding-left: 5px;
}


/*NOVEDADES INTERNA*/

.nove-int-dato{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: normal;
	color: #888888;
	margin-bottom: 2rem;
}
.notis-rela{
}
.notis-rela a{
	border-radius: 0;
    border: 0;
    border-bottom: solid 1px #dcdcdc;	
}
.notis-rela a:hover{
background-color: rgba(239, 236, 230, 0.7);
}
.notis-rela .card-body{
	padding: 1rem;
}
.notis-rela img{
    border-radius: 0;
    margin-bottom: 1rem;
}
.notis-rela a h5.card-title{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	margin-bottom: 0;
}



/* GALERIA */
.slider-galeria {
    margin-bottom: 30px;
}
.carousel-inner {
    /*margin-bottom: 11px;*/
}
.slider-galeria .carousel-inner .carousel-item img {
    margin: 0;
    display: none;
}
.slider-galeria .slide2 .carousel-control-prev {
    border: 0;
    width: 6%;
    /* margin-top: -10px; */
}
.slider-galeria .slide2 .carousel-control-next {
    border: 0;
    width: 6%;
    /* margin-top: -10px; */
}
.slider-galeria .slide2 .carousel-control-prev-icon {
    width: 12px;
    height: 24px;
    background: url(images/flecha-galeriap-mov.png) center center no-repeat;
}
.slider-galeria .slide2 .carousel-control-next-icon {
    width: 12px;
    height: 24px;
    background: url(images/flecha-galeriap-mov.png) center center no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-galeria .carousel-indicators {
    margin: 0;
    position: relative;    
    padding: 6px 35px;
    bottom: 0;
    /* bottom: -65px; */
    /* background: #444; */
}
.slider-galeria .carousel-indicators li {
    height: 12px;
    width: 12px;
    border: 1px solid #a0a0a1;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.slider-galeria .carousel-indicators li.active,
.slider-galeria .carousel-indicators li.active:hover {
    /*border: 0;*/
    /*background: none;*/
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #e28904;
}
.slider-galeria .carousel-indicators li:hover  img{
	border: 4px solid #e28904;
    border-radius: 8px;
}
.slider-galeria .carousel-indicators li.active img,
.slider-galeria .carousel-indicators li.active:hover  img{
    border: 4px solid #e28904;
    border-radius: 8px;
    opacity: 1;
}

.icon-video{
	display: none;
}




/*ERROR 404*/

.h1-error{
}
.error-404{
    /*padding-top: 60px;*/
    padding-bottom: 115px;
}
.error-404 .formato h2{
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a2148;
}

.error-404 .formato h4{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0 0 20px;
}
.error-404 .formato p{
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
  color: #555555;
}
.links-404{
    margin-top: 30px;
}
.ardilla-404{
}
.ardilla-404 img{
    max-width: 100%;
    width: initial;
}
.error-404 .filtro{
	background: none;
    border-radius: 0;
}







/*MAPA DE SITIO*/

.mapa-sitio{
    /*margin-top: 20px;*/
    margin-bottom: 80px;
}
.mapa-bloque{
    border-radius: 10px;
    background-color: rgba(239, 236, 230, 0.6);
    padding: 20px;
    margin-bottom: 1.5rem;
}
.mapa-sitio h3{
    border-bottom: 1px solid #e28904;
    padding-bottom: 8px;
    margin: 0 0 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    font-family: 'Roboto', sans-serif;
}
/*.mapa-sitio h3 a:hover{
    color: #00a3e1;
}*/
.mapa-sitio ul{
	padding: 0;
    list-style: none;
    margin-bottom: 0.5rem;
}
.mapa-sitio ul li{
    margin-bottom: 0;
    border-bottom: solid 1px #dfdcdc;
    padding: 4px 0;
}
.mapa-sitio ul li a{
	border-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
}
.mapa-sitio ul li a ion-icon{
    font-size: 20px;
    vertical-align: text-top;
    padding-left: 5px;
}
.mapa-sitio ul li:before {
    display: none;
}
.mapa-sitio ul li a:hover{
    /*color: #2a619d;*/
}





/*RESULTADOS BUSQUEDA*/

.filtro-bole.filtro-resul{
    margin-bottom: 35px;
    border-radius: 10px;
    background-color: #947a92;
    padding: 20px;
}
.resul-filtro{
}
.resul-filtro p{
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: initial;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
}
.resultados{
}
.resultados .busca-resul {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 28px;
}
.resul-dato .homeforma-tag a{
	text-decoration: underline;
}
.resultados-wrapper{
    margin-bottom: 40px;
}
.result-item{
	padding: 22px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
	margin-bottom: 1.5rem;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.result-item:hover{
	border: solid 1px #9d9d9d;
}
.resul-dato{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: initial;
    letter-spacing: normal;
     color: #62285f;
}
.resul-fecha{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: initial;
    letter-spacing: normal;
    color: #888;
    margin-bottom: 15px;
}
.result-item h3{
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
}
.result-item h3 a{
}
.result-item h3 a:hover{

}
.result-item p{
	margin-bottom: 22px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #333333;
}
.result-item .boton-mas {
    font-size: 14px;
}
.result-item .boton-mas ion-icon {
    font-size: 20px;
    padding-left: 2px;
    vertical-align: sub;
}
.resultado-text{
    /*overflow: hidden;*/
}
.resul-dato{
    margin-bottom: 8px;
}
.formato p.p-resultados{
    color: #333333;
    font-size: 17px;
}


/*CONTACTO*/


.contacto .form-contacto{
}
.contacto .formato p{
}
.contacto .form-content label {
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
}
.contacto .form-content label a{
    border-bottom: 1px solid;
    margin-left: 10px;
}
.contacto .custom-select {
    border-radius: 5px;
    height: 40px;
    border: solid 2px #dddddd;
    font-size: 15px;
    color: #808080;
}
.contacto .capt img {
}

.contacto .boton3{
}
.contacto .boton3 a{
    /*min-width: 180px;*/
}
.contacto input,
.contacto textarea.form-control{
    border-radius: 0;
}

/*.contacto .form-content label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}*/
.contacto input,
.contacto textarea.form-control,
.contacto .form-control {
    border-radius: 0;
}

/*UBICACIÓN CONTACTO*/

.contacto .ubicacion-wrapper{
	margin-bottom: 110px;
    border-radius: 10px;
    background-color: #947a92;
}
.contacto .ubicacion-iframe{
}
.contacto .ubicacion-iframe iframe{
    height: 350px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.contacto .mapa-content{
    padding: 25px 38px 35px;
}
.contacto .mapa-content h3{
    margin-top: 0;
	margin: 0 0 2px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.contacto .mapa-content h5{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    margin: 0 0 1px;
}
.mapa-content ion-icon{
    font-size: 27px;
    vertical-align: bottom;
    padding-right: 4px;
}
.mapa-linea{
	border-bottom: 1px solid #62285f;
    margin-bottom: 20px;	
}
.contacto .mapa-content p{ 
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 15px;
}
.contacto .mapa-content p a{
    color: #ffffff;
    border-bottom: 1px solid;
}
.contacto .mapa-content p a:hover{
    color: #fbb245;
    /*border-bottom: 1px solid #222222;*/
}
.contacto .mapa-content p a.contacto-gm{
    position: relative;
    margin-left: 25px;
    display: inline-block;
    display: initial;
    font-size: 15px;
    font-weight: 500;
    line-height: initial;
    border-bottom: 1px solid;
}
.contacto .mapa-content p a.contacto-gm:hover{
}
.contacto .mapa-content p a.contacto-gm:before{
    content: '';
    background: url(images/minicon-googlemaps.png) center center no-repeat;
    display: block;
    width: 15px;
    position: absolute;
    height: 20px;
    top: -1px;
    left: -25px;
}




/*-------------- MEDIA QUERIES------------------------------------*/

@media all and (transform-3d), (-webkit-transform-3d) {}

@media (min-width: 496px) {
	.card .card-img {
	    /*border-radius: 0;*/
	    padding: 18px 18px;
	}
	
}

/*--------------Small devices (landscape phones, 576px and up)------*/

@media (min-width: 576px) {
	.home-novedades .card .card-body {
	    padding: 0 0 0 1.6rem;
	}
	.home-circu {
	    width: 220px;
	    height: 220px;
	}
	.consejo-equipo .card-deck {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	    grid-gap: .5rem;
	}
	.redes-wrapper .card .card-img {
	    padding-right: 0;
	}
	.home-main-slider .carousel-indicators {
	    bottom: -25px;
	}

}

/*--------------Medium devices (tablets, 768px and up)--------------*/

@media (min-width: 768px) {
	.home-main-slider .carousel-control-prev{
	    top: 140px;
	}
	.home-main-slider .carousel-control-next{
	    top: 140px;
	}
	.home-circu {
	    width: 220px;
	    height: 220px;
	}
	.home-main-slider {
	    height: 450px;
	}
	.home-main-slider .carousel-item h2 {
	    margin-top: 0;
    	font-size: 23px;
    	line-height: 1.17;
	}
	
}

/*----------------Large devices (desktops, 992px and up)-------------*/

@media (min-width: 992px) {

	
	.home-circu {
	    width: 220px;
	    height: 220px;
	}
	.home-slider-redes .carousel-control-next {
	    right: -60px;
	}
	.home-slider-redes .carousel-control-prev {
	    left: -60px;
	}
	.home-interna h2 {
	    font-size: 40px;
	   	line-height: 2.5rem;
	}
	.home-interna.home-cifras h2 {
	    font-size: 38px;
	}
	.card .card-img {
	    padding: 18px 18px;
	    padding-right: 0;
	}
	.consejo-equipo .card-deck {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	    grid-gap: .5rem;
	}
	.interna-background{
	    margin-bottom: 185px;
	    background: #f0ece5 url(images/franja-bg.png) center center no-repeat;
	    height: 274px;
	    position: relative;
	}
	.intern-back-img{
	    text-align: center;
	    position: absolute;
	    top: 20%;
	    left: 50%;
	    margin-left: -168px;
	}
	.intern-back-img img{
	    border-radius: 50%;
	    width: 336px;
	    border: 25px solid #fff;
	}
	.filtro.filtro-proyecto .filtro-select {
	    width: 28%;
	    display: inline-block;
	}
	.proyectos-wrapper .modal-dialog {
	    max-width: 970px;
	}
	.interna-background3 h1 {
	    font-size: 40px;
	    line-height: 1.2;
	    margin-bottom: 1.5rem;
	}
	.investiga-wrapper.libros .card.consejo-secun{
		padding: 10px;
		padding-bottom: 0;
	}
	.home-main-slider .carousel-item h2 {
	    margin-top: 15px;
	    margin-bottom: 20px;
	    font-size: 30px;
	    line-height: 1.17;
	}
	.home-main-slider .carousel-item p {
	    font-size: 18px;
	}
	.home-main-slider {
	    height: 530px;
	}

	.interna-bc-libros {
		margin-bottom: 225px;
	    background: #f0ece5 url(images/franja-bg.png) center center no-repeat;
	    height: 274px;
	    position: relative;
	}
	.intern-backlibros-img {
	    text-align: center;
	    position: absolute;
	    top: 35%;
	    left: 50%;
	    margin-left: -115px;
	}
	.intern-backlibros-img img {
	    /* border-radius: 50%; */
	    width: 230px;
	}
	.slider-galeria .carousel-inner .carousel-item img {
        display: block;
    }
    .slider-galeria .carousel-indicators li.active, .slider-galeria .carousel-indicators li:hover {
        /*background: #fff;*/
    }
    .slider-galeria .carousel-indicators {
        background: #4a2148;
    }
    .slider-galeria .carousel-indicators li {
        width: 120px;
        height: auto;
        background: none;
        text-indent: initial;
        border: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 8px;
        border-radius: 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 .carousel-indicators li.active img, .slider-galeria .carousel-indicators li:hover img {
        /* border: 8px solid #fff; */
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }
    .slider-galeria .carousel-indicators li img {
        margin: 0;
        width: 100%;
        height: auto;
        max-height: 78px;
       	border: 4px solid #99999900;
       	border-radius: 8px;
        /* -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: Gray(); */
        -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 .carousel-indicators li.active,
    .slider-galeria .carousel-indicators li.active:hover {
        border: 0;
        background: none;
    }
    .icon-video{
	    background: url(images/icon-video.png) center center no-repeat;
	    position: absolute;
	    width: 36px;
	    height: 36px;
	    top: 50%;
	    margin-top: -18px;
	    left: 50%;
	    margin-left: -18px;
	    display: block;
	}

	.slider-galeria .slide2 .carousel-control-prev-icon {
	    width: 12px;
	    height: 24px;
	    background: url(images/flecha-galeriap.png) center center no-repeat;
	}
	.slider-galeria .slide2 .carousel-control-next-icon {
	    width: 12px;
	    height: 24px;
	    background: url(images/flecha-galeriap.png) center center no-repeat;
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.filtro.resul-filtro .filtro-select {
	    width: 50%;
	    display: inline-block;
	}

}

/*--------------Extra large devices (large desktops, 1200px and up)--*/

@media (min-width: 1200px) {
	.home-main-slider .carousel-control-next {
    	right: -60px;
    	height: 80%;
    	top: 0;
	}
	.home-main-slider .carousel-control-prev {
	    left: -60px;
	    height: 80%;
	    top: 0;
	}
	.home-interna.homeback-slider:before{
		content: "";
	    display: block;
	    position: absolute;
	    background: #fff;
	    height: 60px;
	    width: 100%;
	    bottom: 0;
	}
	.home-main-slider .carousel-indicators {
	    bottom: 65px;
	}
	.home-circu{
	    width: 230px;
	    height: 230px;
	}
	.filtro-busque {
	    width: 74%;
	    display: inline-block;
	}
	.filtro .filtro-select{
    	width: 62%;
    	display: inline-block;
	}
	.formato h1{
		font-size: 40px;
	    line-height: normal;
	}
	.filtro.filtro-proyecto .filtro-busque {
	    width: 87%;
	    display: inline-block;
	}
	.filtro.filtro-invest .filtro-select{
	    width: 81%;
	}
	.filtro.resul-filtro .filtro-select {
	    width: 66%;
	    display: inline-block;
	}
		
}

/*--------------Extra large devices (large desktops, 1600px and up)---*/

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

/*------------- XXXXlarge devices (large desktops, 1600px and up)------*/

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

/*modal suscribe size*/
/* .modal-dialog { */
   /* width: 270px; */
   /* height:308px; */
 /* } */
 .modal-form .modal-content{
	position: absolute;
    bottom: 70px;
    border-radius: 3px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.33);
    background-color: #81697f;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
    width: 270px;
    /*height: 308px;*/
	height:auto;
    right: 2px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
 }
 .modal-form .modal-body{
	/*background-color: #81697f; */
	width: 270px;
 }

.boton4 input{
	border-radius: 4px;
    background-color: #4a2148;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 12px 21px;
    text-transform: uppercase;
	border: none;
    outline:none;
	text-align: center;
}

.wpcf7-list-item-label{
	font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.61);
}

span.wpcf7-list-item{
	margin: 20px 0 0 0 !important;
}
span.wpcf7-list-item label{
	margin-bottom:0;
	position: relative;
    padding-left: 19px;
}
span.wpcf7-list-item label input[type=checkbox]{
	position: absolute;
    left: -1px;
    top: 2px;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
	font-size: 11.7px;
    font-weight: normal;    
    font-style: normal;
    line-height: 1.33;
    color: rgba(255, 255, 255, 0.61);
}
}
.custom-control-label a.terminos-suscrib{
	color: rgba(255, 255, 255, 0.61);
    text-decoration: underline;
}
.hidden-content{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #E28904 !important;
}
@media (max-width: 530px){
	.modal-content{
		padding-left:8px;
	}
	.modal-body{
		padding:22px;
	}
	.drop-contenido{
		background-color: #81697f;
	}
	.btn-form-close{
		background-color: #81697f;
	}
}
@media(min-width:1200px){
.filtro .filtro-autor{
	width:70% !important;
	display:inline-block !important ;
	}
	.filtro .filtro-especi{
		margin-left:6px;
	}
	.filtro .containt_filtro-titulopub{
		width: 85% !important;
	}
}
