/* Imprimir */
@media print {
	.col-lg-3 .element.type-nav-side, 
	.col-lg-3 .div-banner, 
	.div-row-buscador, 
	#cookieNotice, 
	.boton-menu,
	.row.footer-row,
	.row-float-rrss {
		display: none;
	}
	
	.desktop body,
	.area-content .col-lg-9.flex-col,
	#mercury-page { 
		min-width: 100% !important;
	}
	
	.area-content .container:first-child {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

/* COLORES */
:root {
	--amarillo: #FFCC4D;
	--morado: #161B3D;
	--violeta: #333963;
	--violeta-suave: #536EBE;
	--cielo: #ecedfb;
	--lila: #4E5297;
	--footer: #f9fafc;
	--hover-menu: #2376e4;
	--azul-suave: #f5f7fc;
	--gris-footer: #ECECE2;
}

@font-face {
    font-family: "OpenSans Regular";
	src: url("https://cdn.jsdelivr.net/npm/@typopro/web-open-sans@3.7.5/TypoPRO-OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans Light";
    src: url("https://cdn.jsdelivr.net/npm/@typopro/web-open-sans@3.7.5/TypoPRO-OpenSans-Light.ttf");
}

@font-face {
    font-family: "OpenSans Bold";
    src: url("https://cdn.jsdelivr.net/npm/@typopro/web-open-sans@3.7.5/TypoPRO-OpenSans-Bold.ttf");
}

@font-face {
    font-family: "OpenSans Semi Bold";
    src: url("https://cdn.jsdelivr.net/npm/@typopro/web-open-sans@3.7.5/TypoPRO-OpenSans-SemiBold.ttf");
}


.border-color .container-box {
	display: none;
}

.nav-side li>span[aria-expanded][aria-controls]::after {
	position: absolute;
	display: inline-block;
	font-family: FontAwesome;
	right: 0;
	width: 40px;
	content: "\f107";
	font-weight: 400;
	text-align: center;
	transform: rotate(0) translate(0, 0);
	transition: transform .33s;
	cursor: pointer;
	margin-top: -20px;
}

.nav-side li> .arrow {
	height: 0px;
	position: absolute;
	top: 25px;
	left: 99%;
}

.nav-side li a {
	text-decoration: none !important;
}

.nav-side li a:hover {
	text-decoration: underline;
}

ul.pagination>li.active>a {
	color: #fff;
	background-color: #161b3d;
	border-color: #161b3d;
}

img {
    outline: 0;
    vertical-align: top;
    border: 0;
    height: auto;
}

a {
    color: #999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1F2555;
}




.margbot0 {
    margin-bottom: 0;
}

.margbot5 {
    margin-bottom: 5px;
}

.margbot10 {
    margin-bottom: 10px;
}

.margbot20 {
    margin-bottom: 20px;
}

.margbot25 {
    margin-bottom: 25px;
}

.margbot30 {
    margin-bottom: 30px;
}

.margbot40 {
    margin-bottom: 40px;
}

.margbot50 {
    margin-bottom: 50px;
}

.margbot60 {
    margin-bottom: 60px;
}

.margbot70 {
    margin-bottom: 70px;
}

.margbot80 {
    margin-bottom: 80px;
}

.pad0 {
    padding: 0 !important;
}

.padbot0 {
    padding-bottom: 0 !important;
}

.padbot10 {
    padding-bottom: 10px !important;
}

.padbot20 {
    padding-bottom: 20px !important;
}

.padbot30 {
    padding-bottom: 30px !important;
}

.padbot40 {
    padding-bottom: 40px !important;
}

.padbot50 {
    padding-bottom: 50px !important;
}

.padbot60 {
    padding-bottom: 60px !important;
}

.padbot70 {
    padding-bottom: 70px !important;
}

.padbot80 {
    padding-bottom: 80px !important;
}

.padtop0 {
    padding-top: 0 !important;
}

.padtop50 {
    padding-top: 50px !important;
}

.overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 166, 124, 0.5);
}

.relative_block {
    position: relative;
    z-index: 5;
}


/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
    border-color: #ededed;
}

p {
    margin: 0 0 20px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    text-transform: none;
    font-weight: 300;
    color: #1F2555;
}

h1 {
    margin: 0 0 26px;
    line-height: 46px;
    font-size: 46px;
}

h2 {
    margin: 0 0 26px;
    line-height: 40px;
    font-size: 20px;
}

h2 b {
    font-weight: 500;
}

h3 {
    margin: 0 0 21px;
    line-height: 25px;
    font-size: 22px;
}

h3 b {
    font-weight: 900;
}

h4 {
    margin: 0 0 34px;
    line-height: 25px;
    font-size: 20px;
}

h4 b {
    font-weight: 500;
}

h5 {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 15px;
}

h6 {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 12px;
}


.color_text {
    color: #30a67c;
}

.color_dark {
    color: #505050;
}

.color_light {
    color: #979797;
}

.color_white {
    color: #fff;
}

.color_red {
    color: #c10707;
}

.color_yellow {
    color: #fec400;
}

.color_bg {
    background: #30a67c;
}


/* COLORES */

.sistema-archivos a{
	text-decoration:none;
}

/* ESTILOS ACORDEON */
.accordion .acco-header>a {
	text-decoration:none;
}

.accordion .acco-header>a:focus, .accordion .acco-header>a:hover{
	background: var(--morado);
}
/* ESTILOS ACORDEON */
.menu-responsive .oc-container {
	/*display: none;*/
}

body{
	background-color:var(--azul-suave); 
}

h2{
    color: var(--violeta);
	font-weight: bold;
}

.heading h2 {
	font-size: 22px;
}

h3{
	font-size: 20px;
    font-weight: bold;
    color: var(--violeta)!important;
}

h4{
	font-size: 18px;
    font-weight: bold;
    color: var(--violeta)!important;
}
/* IDIOMAS */



/*GENERAL*/
.desdecol {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.aright {
    text-align: right;
}
button.navbar-toggler {
	appearance:none;
}

.boton-organigrama button a {
	font-size: 14px;
    font-weight: bold;
	color: #000000;
}
.link button {
	font-size: 14px;
}
.link button:hover{
	background-color: #010000;
}


.heading a h2:hover{
	cursor: pointer;
	text-decoration: underline;
}

.list-entry .dl-teaser-compact a.dl-link {
    text-decoration: none;
}

.list-entry .dl-teaser-compact a.dl-link:hover {
    text-decoration: underline;
	cursor: pointer;
}
.pagination>li.first.gap::after {
    display: none !important;
}

.type-article .content a h2:hover {
	text-decoration: underline;
}

/*GENERAL*/
.footer-redes-sociales i {
    font-size: 22px !important;
}
.footer-redes-sociales a {
    font-size: 0px !important;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text .teaser-date {
	font-size: 14px !important;
}
.div-logo img {
	/*height: 58px;*/
}

.div-logo .heading {
	font-size: 0px;
	display:none;
}

#logoempleo {
	display: none;
}

#logoempleo img{
	height: 125px !important;
    margin-top: -40px !important;
}


#main_nav {
   justify-content: end;
}

.nav-side li.currentpage>a:not(.btn) {
    font-weight: bold !important;
}

.lupa-top {
	font-size: 0px;
    color: var(--violeta);
}

.lupa-top .search {
	color: var(--violeta);
    position: absolute;
    left: 50px;
    top: 4px;
    font-size: 14px;
    display: block;
}

.logo-mundo{
	display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 4px;
	color: black;
}
.search-item {
	font-size: 14px;
	margin-right: 5px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding-left: 8px;
	border-left: 1px solid;
}
.menu-select{
	display: flex;
	flex-direction: row;
	padding-right: 3px;
}
.menu-select select {
	background-color: transparent;
    border: none;
    width: 80px;
    font-size: 14px;
    font-family: 'Open Sans';
	color: #1D1D1B;
}
.menu-select select option{
	color: var(--violeta);
}
.flecha{
	margin-bottom: 0px;
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.flecha::after {
	content: "\25BC" !important;
	color: var(--lila);
	font-size: 9px !important;
}
/* IDIOMAS */

/* BANNER ILUSTRACIONES*/
div.body div.heading a{
	text-decoration: none;
}
/* BANNER ILUSTRACIONES*/

/* HEADER */
.bg-red {
	height: 8px;
    background: #AD1519;
}
.bg-yellow {
	height: 8px;
    background: #FABD00;
}
.header-down {
	background-color: #f8f9fa;
	min-height: 115px;
}

.menu-idiomas { 
	padding-top: 23px !important;
	padding-right: 15px !important;
    padding-bottom: 23px !important;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	margin-bottom: 0rem !important;
}

.div-logo{
	padding-top: 38px !important;
    /*padding-left: 15px !important;*/
}

.items-menu{
	background-color: white;
	padding: 16px 0 16px 0;
}

.items-menu .flex-col{
    justify-content: center;
}

.menu-items ul{
	justify-content: flex-start;
}

.menu-items ul li a{
    color: black !important; 
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    color: #666;
	padding: 0 14px 0px 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav-main-items>li>a{
	text-decoration: underline 5px transparent !important;
	transition: text-decoration-color 1s, text-underline-offset 300ms !important;
	text-underline-offset: 35px !important;
}
.nav-main-items>li.active>a, .nav-main-items>li.active>a:focus, .nav-main-items>li.active>a:hover, .nav-main-items>li>a:focus, .nav-main-items>li>a:hover, .nav-main-items>li[aria-expanded=true]>a, .nav-main-items>li[aria-expanded=true]>a:focus, .nav-main-items>li[aria-expanded=true]>a:hover{
	text-decoration: underline 5px var(--hover-menu) !important;
	text-underline-offset: 35px !important;
}

.nav-breadcrumbs>li{
	font-size: 13px !important;
}

.nav-breadcrumbs>li a{
	color: #000 !important;
}

.nav-breadcrumbs>li:last-child a{
	color: black !important;
    font-weight: 600;
}

.navbar-nav .nav-link {
	font-size: 16px;
}

.nav-breadcrumbs>li+li::before {
    content: ">" !important;
    display: inline-block !important;
    font-family: 'Open Sans' !important;
    margin-right: .5rem !important;
    color: black !important;
	font-size: 14px !important;
	font-weight: 600;
}

.nav-item .nav-link ul a{
	font-weight: normal;
}	

.navbar-nav .nav-item {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
	margin-right: 6px;
}
.dropdown-toggle {
    margin-left: 2px;
}

.navbar-nav .nav-item a{ 
	color: #1D1D1B;
	padding-right: 0 !important;
}

.navbar-nav .nav-item ul li a{ 
    color: #2d2e33;
    width: 163px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li.nav-item {
	display: flex;
	flex-direction: column;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li.nav-item {
	align-items: end;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li.nav-item ul a{ 
	color: #2d2e33;
	font-weight: normal !important;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li.nav-item ul{ 
	padding-left: 0px;
	padding-bottom: 9px;
	min-height: 551px;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li.nav-item{ 
    /*width: auto;
    float: inherit;
    margin-left: 15px;
    margin-right: 15px;*/
    width: 163px;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
}

ul.navbar-nav li.nav-item ul.dropdown-menu ul li.nav-item{ 
	margin-left: 0px;
	margin-right: 0px;
}

.nav-side li>a.nav-label+a[aria-controls] {
    text-decoration: none;
	width: 32px !important;
}

.col-lg-8 .element a, .col-lg-9 .element a, .row-12 .element a{
	text-decoration: underline;
	cursor:ponter;
}


.dropdown-menu[data-bs-popper] {
	left: -36.5% !important;
    margin-top: 0.125rem !important;
    width: 138.3% !important;
}

html .dropdown-menu {
    box-shadow: none !important;
    border: none !important;
    padding: 25px !important;
    z-index: 150001 !important;
}

.col-logo-ministerio h1.heading {
	position: absolute;
    z-index: -4000;
}
/* HEADER */




/*
SEARCH
*/

.type-search .search-result-heading {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.search-result-heading a {
	word-break: break-all;
}

.div-buscador #searchNavQuery {
	min-width: 75%;
}

#search-form input {
    padding: 11px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    color: black;
    background: none;
    border: 0;
    box-shadow: none;
    /*transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
}

.boton-buscador{
	background-color: white !important;
    border: none !important;
    width: 40px;
	font-size:14px !important;
	/* margin-left: 40px !important; */
}


/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
#galeria #pause{
	position: absolute;
    z-index: 9000;
    color: white;
    top: 20px;
    left: 49%;	
}

.banners {
    padding-top: 40px;
}

.banners .item img {
    width: 100%;
}

.carousel-caption {
    right: 0% !important;
    left: 0% !important;
    padding-bottom: 0px !important;
    background: #353535;
    bottom: 0px;
    text-align: left;
    padding-left: 15px;
    opacity: 0.8;
}
.carousel {
    position: relative !important;
    overflow: hidden !important;
    max-height: 500px !important;
}
.carousel-inner>.item {
    max-height: 400px !important;
}
.carousel-control a {
	text-decoration: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 40%;
    left: 40%;
    font-size: 45px;
}

#slider-home .banner-left {
    display: flex;
    flex-direction: column;
    padding: 100px 60px 100px 60px;
    background-position: center;
    background-size: cover;
	margin-bottom: 0px !important;
}

#slider .banner-left {
    display: flex;
    flex-direction: column;
    padding: 100px 60px 100px 60px;
    background: url("../images/chica-covid-2.jpg");
    background-position: center;
    background-size: cover;
}

#home .banner-left p {
    font-family: "OpenSans Regular";
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}

#slider .banner-left span,
#slider-home .banner-left span {
    font-family: "OpenSans Bold";
    font-size: 45px;
    line-height: 45px;
    color: white;
}
.ul-slider {
	padding: 0px !important;
}
.ul-slider a:hover{
	text-decoration:none;
}
.ul-slider span:hover{
	text-decoration:underline;
}
.ul-slider i:hover{
	text-decoration:none;
}

#slider .banner-left button,
#slider-home .banner-left button {
    font-family: "OpenSans Bold";
    width: 162px;
    height: 48px;
    color: white;
    background: #FFCC4D;
    color: #1F2555;
    border: 0px;
    border-radius: 3px;
    margin-top: 22px;

}

/* SLIDER */
.transcripcion{
	color:white;
	padding-left: 20px;
}
.boton-transcripcion{
	background:none;
	color: white;
	font-size:12px;
	border:2px solid white;
	border-radius:15px;
	margin-left:15px;
	margin-bottom:10px;
}
.boton-transcripcion:hover{
	text-decoration:underline;
}

.row-slider .col-lg-7{
	padding-left:0px;
	padding-right:0px;
}
.row-slider .element{
	margin-bottom:0px;
}
.row-slider strong{
	font-size: 16px;
	text-align: left;
}

.row-slider .caption{
	bottom: 4rem;
}
.row-slider {
	background: #154481;
}

.row-slider .piece-heading {
	font-family: "OpenSans Regular";
	color: white !important;
	font-size: 16px;
	padding:15px;
	margin-bottom:0px;
}
#slider .right-menu .ul-slider li:last-child {
	border-bottom: none;
}

.type-slick-slider .slide-wrapper .caption.foreground small, .type-slick-slider .slide-wrapper .caption.foreground strong {
	font-size: 16px;
	text-align: left;
}


#slider .right-menu{
    padding: 34px 55px 40px 50px;
    background: #154481;
}
#slider-home .right-menu {
    padding: 32px 55px 31px 50px;
    background: #154481;
}
#slider .right-menu h3,
#slider-home .right-menu h3 {
    font-size: 14px;
    font-family: "OpenSans Regular";
    color: white;
    margin-bottom: 0px;
}

#slider .right-menu ul li {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-family: "OpenSans Bold";
    color: white;
    border-bottom: 1px solid #333963;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

#slider .right-menu ul li a,
#slider-home .right-menu ul li a {
    font-size: 14px;
    font-family: "OpenSans Bold";
    color: white;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

#slider .right-menu ul li i,
#slider-home .right-menu ul li i {
    font-size: 30px;
    color: white;
}

#slider-home .right-menu ul li {
    padding: 14px 0px 15px 0px;
    font-size: 14px;
    font-family: "OpenSans Bold";
    color: white;
    border-bottom: 1px solid #333963;
    justify-content: space-between;
    display: flex;
    align-items: center;

}

.video_home {
	display: flex; 
	width: 100%;
	max-height: 448px;
	background-color: #161B3D;
}

/*	AVISO
/*-----------------------------------------------------------------------------------*/
.aviso {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aviso i {
	font-size: 50px;
	margin-bottom: 20px;
}

.titulo-aviso {
	font-size: 18px;
}

/* SLIDER */

.type-slick-slider .slide-wrapper .caption.right {
	right: auto !important;
	left: 0px !important;
    text-align: left !important;
}

.type-slick-slider .slide-wrapper .caption.bottom {
	bottom: 4rem !important;
}

.type-slick-slider .slide-wrapper .caption strong {
	font-size: 16px !important;
}

/*	NOTICES
/*-----------------------------------------------------------------------------------*/
.slider-noticias {
	display: flex;
	width: 100%;
}
#notices .row {
    padding: 40px;
	background-image: url('../images/web-fondo-noticias.png;')
}
../images/
#notices .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

#notices .title .left {
    font-size: 35px;
    color: #1F2555;
    font-family: "OpenSans Bold"
}

#notices .title .right {
    font-size: 16px;
    color: #4E5297;
    font-family: "OpenSans Bold";
    display: flex;
    align-items: center;
}

#notices .item {
    display: flex;
    flex-direction: column;
}

#notices .item .noticia {
    display: flex;
    border: 1px solid gainsboro;
    border-radius: 5px 5px 0px 0px;
}

#notices .item .noticia .img {
    width: 46%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#notices .item .noticia .content {
    width: 54%;
    display: flex;
    font-family: "OpenSans Bold";
    flex-direction: column;
    font-size: 22px;
    color: #4E5297;
    line-height: 26px;
    font-weight: bold;
    padding: 28px;
}

#notices .item .noticia .content .fecha {
    font-size: 14px;
    color: #535DA6;
    font-weight: lighter;
}

#notices .item .vermas {
    font-size: 16px;
    color: #000000;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border: 1px solid gainsboro;
    border-radius: 0px 0px 5px 5px;
    padding-left: 15px;
    border-top: none;
    margin-bottom: 20px;
}

#notices .item-second {
    display: flex;
    flex-direction: column;
}

#notices .item-second .noticia {
    display: flex;
    flex-direction: column;
    border: 1px solid gainsboro;
    border-radius: 5px 5px 0px 0px;
}

#notices .item-second .noticia .img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#notices .item-second .noticia .content {
    width: 100%;
    display: flex;
    font-family: "OpenSans Bold";
    flex-direction: column;
    font-size: 22px;
    color: #4E5297;
    line-height: 26px;
    font-weight: bold;
    padding: 28px;
}

#notices .item-second .noticia .content .fecha {
    font-size: 14px;
    color: #4E5297;
    font-weight: lighter;
}
#notices .item-second .noticia .content .text {
    font-size: 14px;
    color: #4E5297;
    font-weight: lighter;
}
#notices .item-second .vermas {
    font-size: 16px;
    color: #000000;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border: 1px solid gainsboro;
    border-radius: 0px 0px 5px 5px;
    padding-left: 15px;
    border-top: none;
    margin-bottom: 20px;
}

.type-article .content {
	background: #161B3D;

}



/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/


#about .row {
    background: #f2f3fd;
    padding: 70px 60px 70px 60px;
}

#about .item {
    border: 1px solid #ccd0ea;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
}

#about .row p {
    color: #161B3D;
    font-size: 16px;
    font-family: "OpenSans Bold";
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about .row span {
    font-size: 14px;
    font-family: "OpenSans Regular";
}


/*-----------------------------------------------------------------------------------*/
/*	PUBLIC
/*-----------------------------------------------------------------------------------*/

#public{
	background: url("../images/bckgr_01.png");
	background-color:#161b3d;
}

#public .row {
    color: white;
    padding: 75px 65px 50px 50px;
}

#public .left {
    display: flex;
    flex-direction: column;
}

#public .left h2 {
    font-size: 35px;
    font-family: "OpenSans Bold";
    color: white !important;
    margin-bottom: 35px;
    margin-top: 30px;
}

#public .right h2 {
    font-size: 29px;
    font-family: "OpenSans Bold";
    color: white !important;
    margin-bottom: 35px;
    margin-top: 30px;
	padding-right: 60px;
}

@media (max-width: 1200px) {
	#public .right h2 {
		min-height: 115px;
	}
}
@media (max-width: 765px) {
	#public .right h2 {
		min-height: 150px;
	}
}
@media (max-width: 550px) {
	#public .right h2 {
		min-height: 0px;
		margin-bottom: 20px;
	}
}
#public .left span {
    font-size: 16px;
    font-family: "OpenSans Regular";
    color: white;
    display: block;
    max-width: 80%;
	line-height: 30px;
}

#public .left ul {
    margin-top: 20px;
}

#public .left ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#public .left ul li a {
    font-family: "OpenSans Bold";
    color: white;
    display: flex;
    align-items: center;
}

#public .left ul li a span {
    text-decoration: underline;
    font-family: "OpenSans Bold";
    margin-right: 10px;

}


#public .right {
    display: flex;
    flex-direction: column;
}

#public .right .element a{
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#public .right .element {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-family: "OpenSans Regular";
    background: rgba(50, 56, 100, 0.8);
    opacity: 0.8;
    padding: 50px 35px 40px 40px;
    margin-bottom: 20px;
}

#public .right .element .title {
    font-size: 18px;
    font-family: "OpenSans Bold";
    margin-top: 10px;
    margin-bottom: 10px;
}

#public .right .element .body {
    font-size: 14px;
    font-family: "OpenSans Regular";
}



/*-----------------------------------------------------------------------------------*/
/*	DANA
/*-----------------------------------------------------------------------------------*/


#dana {
    background: url("../images/bckgr_01.png");
	background-color:#161b3d;
    color: white;
    padding: 20px;
	margin-bottom: 20px;
}

#dana .left {
    display: flex;
    flex-direction: column;
}

#dana .left h2 {
    font-size: 35px;
    font-family: "OpenSans Bold";
    color: white !important;
}

#dana .right h2 {
    font-size: 29px;
    font-family: "OpenSans Bold";
    color: white !important;
    margin-bottom: 35px;
    margin-top: 30px;
	padding-right: 30px;
}

@media (max-width: 1200px) {
	#dana .right h2 {
		min-height: 115px;
	}
}
@media (max-width: 765px) {
	#dana .right h2 {
		min-height: 150px;
	}
}
@media (max-width: 550px) {
	#dana .right h2 {
		min-height: 0px;
		margin-bottom: 20px;
	}
}

#dana .left span {
    font-size: 16px;
    font-family: "OpenSans Regular";
    color: white;
    display: block;
}

#dana .left ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#dana .left ul li a {
    font-family: "OpenSans Bold";
    color: white;
    display: flex;
    align-items: center;
}

#dana a {
    font-family: "OpenSans Bold";
    color: white;
    text-decoration: none;
}

#dana a:hover {
    text-decoration: underline;
}

#dana .left ul li a span {
    text-decoration: underline;
    font-family: "OpenSans Bold";
    margin-right: 10px;

}


#dana .right {
    display: flex;
    flex-direction: column;
}

#dana .right .element a{
	color: white;
	text-decoration: none !important;
}

#dana .right .element a:hover{
	text-decoration: underline !important;
}

#dana .right .element {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-family: "OpenSans Regular";
    background: #1d1d1b;
    opacity: 0.8;
	margin-top: 20%
}

#dana .right .element .title {
    font-size: 18px;
    font-family: "OpenSans Bold";
    margin-top: 10px;
    margin-bottom: 10px;
}

#dana .right .element .body {
    font-size: 14px;
    font-family: "OpenSans Regular";
}

#dana .ls-item{
	display: grid;
	font-size: 14px;
    font-family: "OpenSans Regular";
    background: #1d1d1b;
    opacity: 0.8;
    margin-bottom: 10px;
    padding: 5px;
	min-height: 55px;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



/*-----------------------------------------------------------------------------------*/
/*	DANA enlaces sin fondo
/*-----------------------------------------------------------------------------------*/

#dana-enlaces-sinfondo strong{
	font-family: "OpenSans Bold";
    color: black;
}

#dana-enlaces-sinfondo {
    padding: 20px;
	background-color: white;
	margin-bottom: 20px;
}


#dana-enlaces-sinfondo a {
    font-family: "OpenSans Bold";
    text-decoration: none;
}

#dana-enlaces-sinfondo a:hover {
    text-decoration: underline;
}



#dana-enlaces-sinfondo .ls-item{
	display: grid;
	font-size: 14px;
    font-family: "OpenSans Regular";
    background: #fabd00;
    padding: 5px;
	min-height: 55px;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-bottom: 10px;
}


/*-----------------------------------------------------------------------------------*/
/*	DANA enlaces dos botones
/*-----------------------------------------------------------------------------------*/


#dana-enlaces-dos-botones {
    background: url("../images/bckgr_01.png");
	background-color:#161b3d;
    color: white;
    padding: 20px;
	margin-bottom: 20px;
}

#dana-enlaces-dos-botones h2{
	font-size: 35px;
    font-family: "OpenSans Bold";
    color: white !important;
}

#dana-enlaces-dos-botones p {
	font-size:16px;
}

#dana-enlaces-dos-botones .subtitle p{
	font-size: 16px;
    margin-bottom: 20px;
    margin-top: 35px;
}


#dana-enlaces-dos-botones a {
    font-family: "OpenSans Bold";
    color: white;
    text-decoration: none;
}

#dana-enlaces-dos-botones a:hover {
    text-decoration: underline;
}

#dana-enlaces-dos-botones .ls-item{
	display: grid;
	font-size: 14px;
    font-family: "OpenSans Regular";
    background: #5993f0;
    margin-bottom: 10px;
    padding: 5px;
	max-width: 65%;
	min-height: 55px;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#dana-enlaces-dos-botones .row{
	display: flex;
	align-items: flex-end;
}


/*-----------------------------------------------------------------------------------*/
/*	DANA acordeón preguntas frecuentes
/*-----------------------------------------------------------------------------------*/


.acordeon-infoDANA .acco-toggle {
	font-size: medium;
}





/*-----------------------------------------------------------------------------------*/
/*	LASTEST
/*-----------------------------------------------------------------------------------*/
#lastest .row {
    background: #f5f7fc;
    padding: 55px 60px 80px 60px;
}

#lastest .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

#lastest .title .left {
    font-size: 24px;
    color: #1F2555;
    font-family: "OpenSans Bold";
}

#lastest .title .right {
    font-size: 16px;
    color: #535DA6;
    font-family: "OpenSans Bold";
    display: flex;
    align-items: center;
}

#lastest .title .right span {
    text-decoration: underline;
}

#lastest .title .right i {
    margin-left: 5px;
}


#lastest .item {
    border: 1px solid #ccd0ea;
    padding: 20px 30px 10px 25px;
    background: white;
}

#lastest .item p {
    font-size: 16px;
    color: #2D2E33;
    font-family: "OpenSans Regular";
    margin-bottom: 0px;
}

#lastest .item span {
    font-size: 18px;
    color: #161B3D;
    font-family: "OpenSans Bold";
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}


/*-----------------------------------------------------------------------------------*/
/*	BANNERS
/*-----------------------------------------------------------------------------------*/


#banners .row {
    background: url("../images/Image_bckgr_02.png");
    color: #1F2555;
    padding: 30px 60px 30px 60px;
}


#banners .title {
    font-size: 35px;
    color: #1F2555;
    font-family: "OpenSans Bold";
    margin-bottom: 25px;
}

#banners .item {
    border: 1px solid #ccd0ea;
    padding: 24px;
    background: white;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 15px;
}

#banners .item p {
    color: #535BA6;
    font-size: 22px;
    font-family: "OpenSans Bold";
}

#banners .item span {
    color: #2D2E33;
    font-size: 16px;
    font-family: "OpenSans Semi Bold";
    display: block;
}



/*-----------------------------------------------------------------------------------*/
/*	PLANS
/*-----------------------------------------------------------------------------------*/

.list-entry .dl-date {
	display: none;
}

#plans .row {
    background: url("../images/Image_bckgr_02.png");
    color: #1F2555;
    padding: 50px 60px 95px 60px;
}


#plans .title h2{
    color: #1F2555;
    font-family: "OpenSans Bold";
    margin-bottom: 25px;
	font-weight:bold;
}

#plans .item {
    border: 1px solid #ccd0ea;
    padding: 24px;
    background: white;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#plans .item p {
    color: #4E5297;
    font-size: 20px;
    font-family: "OpenSans Bold";
}

#plans .item span {
    color: #2D2E33;
    font-size: 16px;
    font-family: "OpenSans Semi Bold";
    display: block;
}

.square-col.min-height.square-small .text-overlay, .tile-col.min-height.square-small .text-overlay {
	min-height: 24% !important;
	background: #161B3D;
}

.square-col .text-overlay div, .square-col .text-overlay h2, .square-col .text-overlay h3, .tile-col .text-overlay div, .tile-col .text-overlay h2, .tile-col .text-overlay h3 {
	color: #fff !important;
	text-shadow: none !important;
	font-size: 1.4rem !important;
	line-height: 1.2;
	margin: 0;
}

/* LISTADO PRENSA */

/* DETALLES Y LISTADOS */

.teaser {
    margin-bottom: 2rem;
    background: white;
    padding: 20px;
}

.detail-page {
	background: white;
    padding: 20px;
}

/* AUDIOS */

.div-transcripcion{
	padding-bottom: 10px;
}

/* AUDIOS */

/*ENCABEZADO DE NOTICIAS*/

.detail-content .piece .heading h2{
	font-size: 16px;
	font-weight: bold;
    font-style: italic;
}

.introduccion-parrafo{
	font-size: 16px;
    font-weight: bold;
    font-style: italic;
	color: var(--violeta);
	padding-bottom:30px;
}

.introduccion-parrafo a{
	text-decoration:underline;
	color:blue;
}

/*ENCABEZADO DE NOTICIAS*/

/*ENLACES DE LAS NOTICIAS*/

.div-enlace{
	display: flex;
    flex-direction: column;
}
.div-enlace .link {
	margin-bottom: 20px;
}

.div-enlace .link a{
	font-size: 14px !important;
}

/*ENLACES DE LAS NOTICIAS*/
@media (min-width: 1200px) {

	.menu-responsive-izq{
		display: none;
		margin-bottom: 0 !important;
	}

	.col-logo-ministerio{
		padding: 0 !important;
		margin: 0 !important;
		display: flex;
		flex-direction: row !important;
		justify-content: center;
	}

	.otros-enlaces{
		padding-top: 50px;
		padding-left: 30px;
	}
	
	.div-links-destacados{
		display:flex;
		justify-content: center;
		margin-bottom:0px !important;
	}

	.div-texto-links{
		display: flex;
		flex-direction: column;
		border: 1px solid #CCD0EA;
		padding: 40px 35px 40px 25px;
		width: 25%;
		background-color: white;
		align-items: stretch;
	}

	.footer-idiomas{
		/*display: flex;
		justify-content: flex-start;*/
	}
}

/* RESPONSIVE */
@media (max-width: 1199px) {

	/*#main_nav {
	   justify-content: center;
	}*/
	
	
	.styled-form.search-form {
		display: none;
	}

	.menu-responsive-izq{
		margin-bottom: 0 !important;
	}
	
	.dropdown-toggle {
    	display: none !important;
	}

	.otros-enlaces{
		padding-top: 0px;
	}
	
	.footer-idiomas{
		display:none;
	}
	
	.footer-seccion{
		text-align:center;
	}

	.div-links-destacados{
		margin-bottom:0px !important;
	}

	.div-texto-links{
		display:flex;
		flex-direction:column;
		border:1px solid #CCD0EA;
		padding: 40px 10px 40px 10px;
		background-color:white;
	}
	
	.footer-paginas{
		margin-top:15px;
	}
	
	.area-organismos-enlaces{
		padding:15px;
	}
	
	/* BOTÓN MENU RESPONSIVE */
	.menu-barras{
		display:flex;
		margin-top:-17px;
	}
	
	#nav-button{
		top: 0;
		left: 0;
	}
	#nav-button span,
	#nav-button span:after,
	#nav-button span:before {
	  transition: all 500ms ease-in-out;
	  border-radius: 1px;
	  height: 3px;
	  width: 21px;
	  position: absolute;
	  display: block;
	  content: "";
	  background: var(--lila);
	  z-index: 1;
	}
	#nav-button span:before {
	  top: -6px;
	}
	#nav-button span:after {
	  bottom: -6px;
	}
	#nav-button.active span {
	  background-color: transparent;
	}
	#nav-button.active span:before,
	#nav-button.active span:after {
	  top: 0;
	}
	#nav-button.active span:after {
	  transform: rotate(-45deg);
	}

	#nav-button.active span:before {
	  transform: rotate(45deg);
	}
	/* BOTÓN MENU RESPONSIVE */
	
	.col-logo-ministerio{
		margin: 16px 0 0 0 !important;
		min-width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: row !important;
	}
	

	
	.menu-items{
		/*display: none;*/
	}
	
	.div-logo{
		width: auto;
		margin-bottom: 1em !important;
		margin-left: 0rem !important;
	}
	
	.menu-responsive{
		/*padding-top: 17px;*/
		min-width: 100%;
		justify-content: center;
		display: flex;
	}
	
	#notices .title {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 35px;
	}

	#lastest .title {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.div-menu-barras {
		min-height: 0px;
		margin-bottom: 0px !important;
	}
	
	.menu-items ul li a {
		line-height: 50px;
	}
	
	.nav-main-items>li>a{
		text-decoration: underline 5px transparent !important;
		transition: text-decoration-color 1s, text-underline-offset 300ms !important;
		text-underline-offset: 0.4em !important;
	}
	.nav-main-items>li.active>a, .nav-main-items>li.active>a:focus, .nav-main-items>li.active>a:hover, .nav-main-items>li>a:focus, .nav-main-items>li>a:hover, .nav-main-items>li[aria-expanded=true]>a, .nav-main-items>li[aria-expanded=true]>a:focus, .nav-main-items>li[aria-expanded=true]>a:hover{
		text-decoration: underline 5px var(--hover-menu) !important;
		text-underline-offset: 0.4em !important;
	}

	.items-menu {
		flex-direction: column;
		/* padding: 16px 0 16px 0 !important; */
		padding: 0 !important;
	}

	.menu-items .nav-main-items .nav-last{
		margin-bottom: 16px;
	}
	
	.centrar{
		padding: 0 5px 0 5px !important;
	}

	/*.menu-idiomas .flex-col .col-lg-4 .default-margin, .element, .sub-element{
		margin: 0px !important;
	}*/
}
/* RESPONSIVE */

/* FOOTER */
.footer-row{
	background-color:white;
	padding: 45px 40px 25px 45px;
}
.footer-seccion h3{
	color: var(--morado);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.footer-texto h3{
	color: var(--morado);
    font-size: 24px;
    font-weight: bold;
}

.footer-texto {
	color: black;
}

.footer-texto  p{
	padding-top:10px;
}

.footer-idiomas{
	color: var(--violeta-suave);
}

.copyright{
	color:black;
}

.footer-paginas{
	color:black;
	display: flex;
    justify-content: flex-end;
}

.img-footer img{
	width:25px;
	height:25pz;
	padding-left:5px;
}
.img-footer span{
	font-weight:bold;
	padding-right:5px;
	color:black;
	font-size:13px;
}
.img-footer{
	padding-bottom:70px;
	padding-top: 25px;
}

.footer-idiomas-enlaces{
	background-color: var(--footer);
	padding:15px 0px 15px 0px;
}
.footer-idiomas-enlaces .element{
	margin-bottom:0px !important;
}
/* FOOTER */


/* ESTILOS LOGIN */
.logo-login {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
/* ESTILOS LOGIN */

/* LISTAS CON PDF */
.lista-pdf h2{
	font-size: 22px;
    font-weight: bold;
    color: var(--violeta)!important;
}
.lista-pdf a{
	background-color:white !important;
}
/* LISTAS CON PDF */

/* BANNER IDIOMAS */
.idiomas{
	font-family: 'Open Sans';
	background-color:white;
	color:black;
	font-weight:bold;
}
.idiomas ul {
   display: flex;
   justify-content: flex-end;
}

.idiomas ul li {
    border-right: 2px solid black;
    padding-right: 20px;
}

.idiomas ul li a span{
	color: black;
}

.idiomas ul li a span:hover{
	color: #2197db;
}

.idiomas ul li:last-child {
    border-right: 0px;
	padding-right: 0px;
}
/* BANNER IDIOMAS */


/* MENU DESPLEGABLE */
.nav-side li a{
	font-size:14px !important;
	color: black !important;
}
	
.nav-side li:first-child a{
	padding-top: 2px !important;
}
.nav-side li{
    display:inline-block;
}
/* MENU DESPLEGABLE */


/* BANNER ORGANISMOS Y OTROS ENLACES */
.organismos-otros-enlaces{
	background-color: var(--cielo);
	padding: 45px 45px 25px 50px;
	font-weight:bold;
}
.organismos-otros-enlaces li{
	color: var(--morado);
	text-decoration:underline;
	font-size:16px;
	padding:13px;
}
.organismos-otros-enlaces h2{
	font-size:24px;
	font-weight:bold;
	color: var(--morado);
	text-decoration:none;
}
.otros-enlaces h2{
	display:none;
}
.otros-enlaces li{
	color: var(--morado);
	text-decoration:underline;
	font-size:16px;
	padding:13px;
}

.fondo-organismos-enlaces{
	padding-top: 10px;
	background-color: var(--cielo);
}
/* BANNER ORGANISMOS Y OTROS ENLACES */


/* BUSCADOR */
.select .form-control {
    height: auto !important;
}
.type-search button, .type-search select, .input-group input {
    font-size: 14px;
}
.type-search .filterbox>div{
	border:none !important;
}
.search-result-heading a{ 
	color: var(--lila) !important;
}
.search-result-heading a:hover{ 
	color: black !important;
}
.resultados-busqueda{
	background: url("../images/flecha-buscador.png");
	background-repeat: no-repeat;
	padding-bottom:20px;
}
.input-group{
	padding-top: 25px;
	padding-right:15px;
}
.busqueda-avanzada{
	width: -webkit-fill-available !important;
    border: 1px solid rgba(31, 37, 85, 0.28) !important;
	padding-left: 10px !important;
}
.search-results{
	padding-top:15px;
	background-color: var(--azul-suave) !important;
}
.span-resultados{
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-top:10px;
    padding-left: 170px !important;
}
.span-top{
	font-size: 14px;
	color:black;
	font-weight: bold;
}
.span-bot{
	font-size: 26px;
    font-weight: bold;
	color: var(--morado);
}
.span-izq{
	padding-left: 15px;
    color: black;
    font-size: 18px;
    font-weight: bold;
}
.boton-buscar{
	content: "\f002";
	color: var(--lila) !important;
	background-color:white !important;
}

.type-search .search-result {
	background-color: white;
    padding: 15px;
}
.type-search .search-results-header {
    margin-bottom: 4rem !important;
	
}
.search-results-header{
    padding-left: 10px;
}
.search-results-head{
	color: var(--morado) !important;
	font-weight:bold;
}
.search-results-count{
	color: var(--morado) !important;
}
.search-result-heading{
	font-weight:bold !important;
}
.list-append-position{
	display: flex;
    justify-content: center;
}
.search-facets{
	background-color:white;
}
.search-options-row{
	background-color:white;
}
.select{
	width: 95%;
    padding-left: 25px;
}

@media (max-width: 479px) {
	.resultados-busqueda{
		height: 160px;
		width: 150px;
	}

	.type-list-filter{
		padding-bottom: 50px;
	}

	.search-results-header{
		display: block !important;
		height: 80px;
	}

	#search-form form{
		display:none;	
	}

	.row .select{
		width: max-content;
	}

	.search-sort-options{
		padding-top: 80px;
	}

	.search-input{
		margin-top: -30px;

	}
}

@media (min-width: 764px) and (max-width: 1013px) {
	.resultados-busqueda {
		width: initial !important;
		background-size: 110px !important;
	}
	
	.resultados-busqueda .span-resultados {
		padding-left: 110px !important;
		height: 100px;
	}
	
	.search-options-row .search-input{
		height: 166px;
	}
}

/* BUSCADOR */



/* FORMATTER LINKS DESTACADOS */

.lightBlue{
	background-color: var(--cielo);
}

.div-texto-links span {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.links-destacados-enlace{
	font-weight:bold;
	font-size:16px;
	color: var(--morado);
}

.div-texto-links a{
	padding-bottom:15px;
}

.row-destacados{
	padding:40px;
}

/* FORMATTER LINKS DESTACADOS */

/* FORMATTER CARRUSEL NOTICIAS */

/*@media (max-width: 991px) {
	
	#carrusel-noticias{
		display: none;
	}
	
	.div-cintillo-simple{
		display: none;
	}
}*/

/*
.header-web{
	margin-bottom: 1rem;
}*/

.div-row-buscador{
	margin-bottom: 1rem;
	margin-top: 20px;
}
#carrusel-noticias {
	padding-bottom: 20px;
}
#carrusel-noticias .row
{
    padding-top:4px;
    padding-bottom:4px;
}
#carrusel-noticias .boton-noticias-derecha
{
    display: flex;
    justify-content: center;
	align-items:center;
}
#carrusel-noticias .boton-noticias-derecha button
{
    background-color: black;
	/*color:#ffcc4d;*/
	color:white;
    padding: 3px;
    font-weight: bold;
    border-radius:5px;
	min-width:92px;
	border:none;
}
#carrusel-noticias .texto-noticia
{
    font-size: 14px;
	padding-top: 5px;
    /*display: flex;*/
    align-items: center;
    /*padding-left:50px !important;*/
    text-align: left;
}
#carrusel-noticias a
{
	padding-left:5px;
}
#carrusel-noticias .texto-noticia span
{
	padding-right:10px;
	color:#1D1D1B;
	width:1000px;
	white-space:normal;
	text-overflow:ellipsis;
	overflow:hidden;
	display:inline;
}

#carrusel-noticias .texto-noticia span:hover
{
	color: #1D1D1B;
    text-decoration: underline;
    text-decoration-color: #1D1D1B;
}
.texto-noticia i{
	font-size: 18px;
}

.texto-noticia strong {
	width: max-content;
    padding-left: 10px;
}

/* Flechas */
.flecha-izq, .flecha-der {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 14px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.flecha-izquierda, .flecha-derecha {
  cursor: pointer;
  text-align:center;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  user-select: none;
}

.flecha-izquierda:hover, .flecha-derecha:hover {
  background-color: white;
  color: #333963 !important;
}

.flecha-der {
  position: absolute;
  right: -15px;
  border-radius: 3px 0 0 3px;
}

.flecha-izq:hover, .flecha-der:hover {
  background-color: white;
  color: #333963 !important;
}

.div-video-col{
	padding: 0 !important;
}

/* Responsive */
@media (max-width: 1013.98px) {
   .slider-noticias{
       display: flex;
		justify-content: space-between;
		align-items: center;
    }
    .boton-noticias-derecha{
       padding-top:15px;
     }
     #carrusel-noticias .texto-noticia span{
       padding-right:25px;
     }
	 #carrusel-noticias .texto-noticia{
		/*flex-direction: column;*/
	}
	
	.div-video-col{
		margin-bottom: 1.5rem;
	}
	
	.div-enlaces-col{
		margin-bottom: 1.5rem;
	}
}
/* FORMATTER CARRUSEL NOTICIAS */

/* MAPA WEB*/
.mapaWeb  ul.nav-side li:first-child{
	background-color:white !important;
	
}

.mapaWeb  ul.nav-side > li:first-child a{
	background-color: var(--violeta);
	font-size:16px;
}
.mapaWeb  ul.nav-side li  {
	background-color: var(--violeta);
	color:white !important;
	
	font-weight:bold;
}

.mapaWeb  ul.nav-side li a {
	padding-left:15px;
	}
.mapaWeb  ul.collapse li a {
	background-color:#efefef;
	color: var(--violeta) !important;
}
.mapaWeb  ul.collapse li ul li a{
	background-color:white;
	padding-left: 25px;
	
}

.mapaWeb  ul.nav-side> li> a {

	color:white !important;
	font-size:16px;
}

.mapaWeb ul.nav-side> li> a:hover {

	color: var(--violeta) !important;
	
}

.mapaWeb  .nav-side li > a[aria-expanded][aria-controls]::after{
	color: white;
	font-size:21px;
	font-weight:bold;

}

.mapaWeb ul.collapse li > a[aria-expanded][aria-controls]::after{
	color: var(--violeta);
	

}
.mapaWeb ul.collapse > li > ul > li > ul > li a {
	font-weight:500;
	padding-left: 40px;
}

.mapaWeb .nav-side li > a:not(.btn):hover{
	background:#c8c8ce;
}

/* MAPA WEB*/

/* FORMATTER ORGANIGRAMA */
.cargo{
    display: flex;
    background-color: white;
	height: 200px;
	margin-bottom: 20px;
}

.cargo-elaborado{
    display: flex;
    background-color: white;
    /*background-image: url(../images/web-fondo-cargo-circulo.png);*/
    /* background: orchid; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.detalles-cargo .ancla {
	position: absolute;
    margin-top: -40px;
    z-index: -40;
}


.cargo-img{
	margin-right: 24px;
}

.cargo-img img{
	width: 200px;
	min-width: 200px;
}


.cargo-textos{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cargo-textos-elaborado{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.cargo-encabezado h4{
	color: var(--lila);
	font-size: 2.2rem
}

.cargo-encabezado-elaborado h1{
	color: var(--violeta);
	font-weight: bold;
}

.cargo-cargo{
	margin-bottom: 10px;
	margin-right: 10px;
}

.cargo-puesto{
	margin-bottom: 10px;
}

.cargo-puesto span{
	color: #1F5A5A;
	font-size: 19px;
	font-weight: 600;
}

.cargo-cargo span{
	color: var(--lila);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.cargo-enlace a{
	color: var(--lila);
	font-size: 15px;
    font-weight: 600;
}

.cargo-enlace a::after {
	content: ">";
	color: var(--lila);
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}

.cargo-enlace a::after:hover{
	text-decoration: none;
}

.detalles-cargo{
	margin-top: 59px;
    display: flex;
}

.detalles-cargo-listado{
	width: 270px;
}

.detalles-cargo-texto a{
	font-size: 22px;
    font-weight: bold;
    color: var(--violeta)!important;
}

.detalles-cargo-texto h2{
	font-size: 22px;
    font-weight: bold;
    color: var(--violeta)!important;
}


.detalles-cargo-texto p{
	padding-top: 17px;
	color: var(--violeta)!important;
}

.detalles-cargo-texto li{
	color: var(--violeta)!important;
}

.fondo-organigrama{
    background-image: url(../images/web-fondo-organigrama.png);
    /* background: orchid; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-color: #f5f7fc;
}

#mercury-page{
    background-image: url(../images/web-fondo-lila.png);
    background-color: #f8f9fa;
    background-repeat: no-repeat;
    background-position: top right;
}

.col-lg-9 .element, .col-lg-12 .element, .col-lg-8 .element, .row-12 .element {
	padding: 25px;
}

.element, .detalles-cargo-texto {
	padding: 15px;
	background: white;
}


.header-web .element, .footer-row .element, .footer-idiomas-enlaces .element, .copyright-row .element, .slider-row .element, .row-destacados .element, .search-row .element, .organigrama-row .element{
	padding: 0px;
	background: none;
}

.col-lg-3 h3.heading {
    background-repeat: no-repeat;
    padding-left: 30px;
    min-height: 48px;
    display: flex;
    align-items: center;
	background-image: url(../images/arrow-blanca.png);
}

.footer-row {
	background-image: url(../images/fondo-footer.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 20px !important;
}


.boton-organigrama{
	display: flex;
	justify-content: flex-end;
}

.boton-organigrama button{
	color: black;
    background-color: #ffce00;
    border: none;
    border-radius: 5px;
    height: 40px;
    font-size: 12px;
    padding: 0 20px 0 20px;
}

.titulo-organigrama h2{
	color: var(--violeta);
    font-weight: bold;
    font-size: 42px;
}

.titulo-organigrama h3{
	color: var(--violeta);
    font-weight: bold;
    font-size: 24px;
}

.titulo-organigrama p{
	color: var(--violeta);
    font-weight: 600;
}

.centrar{
	justify-content: center;
}

.slider-noticias{
	justify-content: space-between;
}

.icono-redes{
	font-size: 19px;
	color: var(--lila);
	margin-left: 5px;
}

.icono-redes:hover{
	font-size: 19px;
	color: var(--hover-menu);
	margin-left: 5px;
}

.texto-enlace-rrss{
	font-size:0 !important;
}
.footer-redes .fa {
    font-size: 22px;
}

.texto-banner-1{
	color: black;
}

.texto-banner-2{
	color: var(--lila);
    font-weight: bold;
}

.texto-banner:hover{
	color: var(--hover-menu) !important;
}

.div-banner {
    margin-bottom: 2rem;
    background-color: white;
    display: flex;
    justify-content: space-between;
    min-height: 91px;
    border: 1px solid white;
    border-radius: 6px;
    padding: 0 10px;
}

.div-texto-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px;
}

.div-texto-banner a{
	font-size: 1em;
	font-weight: 600;
}

.imagen-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
}

/* BOTÓN SEDE ELECTRÓNICA */
	.boton-sede{
		background-color: #4e5297;
		padding: 8px 10px 7px 10px;
		border-radius: 5px;
		color: white; 
		text-decoration: none !important;
	}
	.boton-sede:hover{
		background-color: black;
		color:white;
		text-decoration: underline !important;
	}
/* BOTÓN SEDE ELECTRÓNICA */

/* LISTADO DE NOTICIAS */
.row-full{
	padding: 0px !important;
}

.col-full{
	padding: 0px !important;
}

.heading-noticias{
	display: flex;
	justify-content: space-between;
}

.teaser .body .text {
	padding-right:15px;
}

.ver-noticias{
	display: flex;
    flex-direction: column;
    justify-content: center;

}

.ver-noticias a{
	color: var(--violeta);
	font-size: 18px;
	font-weight: bold;
}

.ver-noticias a::after {
	content: ">";
	color: var(--violeta);
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.noticias{
	background-image: url('../images/web-fondo-noticias.png') !important;
	padding: 40px !important;
}

.noticias h2{
    font-size: 35px;
    color: #1F2555;
    font-family: "OpenSans Bold";
}
.noticias-cabecera{
    display: flex;
    flex-direction: row;
}

.noticias-cabecera ul{
    display: flex;
    min-width: 100%;
    justify-content: space-between;
}

.noticias-cabecera ul li{
    max-width: 50%;
    max-height: 50%;
    min-width: 50%;
    min-height: 50%;
}

.noticias-cabecera .teaser{
	border: 1px solid gainsboro;
    padding: 0 !important;
    margin: 15px;
}

.noticias-cabecera .text .teaser-date{
	font-size: 14px;
	color: var(--violeta);
}

.noticias-cabecera .body {
    max-width: 50% !important;
    min-width: 50% !important;
    padding: 5px 0 5px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.noticias-cabecera .visual {
    max-width: 50% !important;
    min-width: 50% !important;
	border-right: 1px solid gainsboro;
    /* margin-right: 15px; */
    padding: 0 !important;
}

/*responsive*/
@media (max-width: 750px) {
	.noticias-cabecera ul{
		display: flex;
		flex-direction: column;
		min-width: 100% !important;
		
		justify-content: space-between;
	}
	.noticias-cabecera .body {
		max-width: 100% !important;
		min-width: 10% !important;
		padding: 5px 0 5px 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.noticias-cabecera .visual {
		max-width: 100% !important;
		min-width: 10% !important;
		border-right: 1px solid gainsboro;
		/* margin-right: 15px; */
		padding: 0 !important;
		width: 100% !important;
	}
}

.noticias-cabecera .text .teaser-text{
	display:none;
}

.noticias-resto .text .teaser-text{
	display:none;
}

.noticias-resto .heading a h3 span {
    font-size: 14px !important;
    color: #4E5297 !important;
    line-height: 26px;
    font-weight: 600;
    padding: 0 12px 0 12px;
}

.noticias-cabecera .heading a h3 span {
    font-size: 14px !important;
    color: #4E5297 !important;
    line-height: 21px;
    font-weight: 600;
    padding-right: 15px;
}

.noticias-cabecera .heading a h3 intro {
    font-size: 14px !important;
    color: var(--violeta) !important;
    line-height: 21px;
    font-weight: 600;
    padding-right: 15px;
}

.noticias-cabecera .link .btn {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    user-select: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: var(--violeta);
    font-size: 14px;
	vertical-align: middle;
}

.noticias-cabecera .link .btn::after {
    vertical-align: middle;
    content: ">" !important;
    padding-left: 11px;
    color: black;
    font-size: 20px !important;
    font-weight: 600;
}

.noticias-resto{
    display: flex;
    flex-direction: row;
}

.noticias-resto ul{
    display: flex;
    min-width: 100%;
    justify-content: space-between;
}

/*.noticias-resto ul li:nth-child(1), .noticias-resto ul li:nth-child(2){
    display:none;
}*/

.noticias-resto ul li{
    display: flex;
	width: 33%;
}

.noticias-resto .teaser{
	padding: 0 !important;
	margin: 15px !important;
	border: 1px solid gainsboro;
}

.noticias-resto .text{
	padding: 0 10px 0 10px;
}

.noticias-resto .text .teaser-date{
	font-size: 14px;
	color: var(--violeta);
}

.noticias-resto .body {
    max-width: 100% !important;
    min-width: 100% !important;
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
}

.noticias-resto .visual {
    max-width: 100% !important;
    min-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.noticias-resto .link .btn {
    margin: 0;
    /* padding: 0; */
    display: inline-block;
    text-align: center;
    user-select: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: var(--violeta);
    font-size: 14px;
    vertical-align: middle;
    padding: 0 10px 10px 10px;
}


.noticias-resto .link .btn::after {
    vertical-align: middle;
    content: ">" !important;
    padding-left: 11px;
    color: black;
    font-size: 16px !important;
    font-weight: 600;
}
/*responsive*/

@media (min-width: 1200px) {
	.cargo-img-elaborado{
		padding-left: 0px !important;
	}

	.cargo-img-elaborado img{
		width: 270px;
	}
}

@media (max-width: 750px) {
	.noticias-resto ul{
		display: flex;
		flex-direction: column;
		min-width: 100%;
		justify-content: space-between;
	}
	.noticias-resto ul li{
		display: flex;
		width: 100%;
	}
	
	.cargo-img-elaborado{
		padding: 15px !important;
	}
	
	.footer-texto, .footer-redes{
		display: none !important;
	}
	
	.cargo-textos-elaborado{
		padding-bottom: 15px;
	}
	
	.div-transcripcion span p{
		font-size: 14px;
	}
	
	.div-transcripcion span{
		font-size: 14px;
	}
	
	.titulo-media h3{
		font-size: 15px;
	}
}
/* LISTADO DE NOTICIAS */


/* RECURSO REDES SOCIALES */

.iconos-redes{
	display:flex;
	flex-direction:column;
	justify-content: center;
	max-width: 30%;
}
.iconos-redes img{
	width:60px;
}

.iconos-redes .element{
	margin-bottom: 0px !important;
	padding: 10px !important;
}

.enlaces-redes{
	padding-left: 20px;
	display:flex;
	flex-direction:column;
	justify-content: center;
	max-width: 70%;
}
.enlaces-redes a{
	font-size:14px;
	font-weight:bold;
}

.red-social{
	border-bottom:2px dotted #dddddf;
	display: flex;
	padding: 10px;
	background: white;
}

.red-social:last-child{
	border: none;
	display: flex;
	padding: 10px;
	background: white;
}

/* RECURSO REDES SOCIALES */

/* LISTADO PRENSA */
.noticia-cabecera{
	display: flex;
}

.noticias-cabecera-prensa{
	display: flex;
	flex-direction: column;
}

@media (min-width: 920px){
	.square-col.min-height.square-large .text-overlay, .tile-col.min-height.square-large .text-overlay {
		padding: 1rem 2rem;
		background-color: #161B3D;
		min-height: 18.5%;
	}
}



/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .parallax,
    .cleancode_block,
    #team,
    .top_slider .slide1,
    .top_slider .slide2,
    .top_slider .slide3 {
        background-attachment: scroll !important;
        background-position: 0 0;
    }

    .top_slider .slide1,
    .top_slider .slide2,
    .top_slider .slide3 {
        background-size: cover !important;
    }

}

@media (max-width: 1013px) {

	.div-texto-links span {
		font-size: 14px;
	}
	
	#public .left h3 {
		font-size: 25px;
		font-family: "OpenSans Bold";
		color: white !important;
		margin-bottom: 15px;
		margin-top: 15px;
	}
		
	#public .left > span > p {
		font-size: 14px;
	}
	
	.noticias h2 {
		font-size: 24px;
	}
	
	.ver-noticias a {
		color: var(--violeta);
		font-size: 14px;
		font-weight: bold;
	}
	
	.noticias-cabecera ul li{
		max-width: 100%;
		max-height: auto;
		min-width: auto;
		min-height: auto;
	}
	
	.list-content .teaser {
		margin-bottom: 0rem !important;
	}
	
	#lastest .row {
		background: #f5f7fc;
		padding: 20px 15px 20px 15px;
	}

	#plans .row {
		background: url(../images/Image_bckgr_02.png);
		color: #1F2555;
		padding: 20px 20px 30px 20px;
	}

	#plans .title > span {
		font-size: 24px;
	}
	
	#plans .item p {
		font-size: 15px;
	}
	
	.organismos-otros-enlaces {
		padding: 20px 20px 20px 20px;
	}
	
	.footer {
		padding-top: 0px;
	}
	
	.footer-row {
		background-color: white;
		padding: 20px 15px 20px 15px;
	}
	
	.organigrama-header {
	    display: flex;
		flex-direction: column;
	}
	
	.organigrama-header .flex-col {
		width: 100% !important;
		max-width: 100%;
	}
	
	.organigrama-row div.heading h2 {
		font-size: 24px;
	}
	
	.cargo-img {
		margin-right: 15px;
	}
	
	.cargo-cargo {
		line-height: 12px;
    	padding-bottom: 5px;
	}
	
	.cargo-encabezado {
		width: 100%;
	}
	
	.cargo-encabezado h4 {
		font-size: 14px;
	}
	
	.cargo-enlace {
		line-height: 14px;
	}
	
	.cargo-enlace a {
		font-size: 14px;
	}
	

	
}

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

    .parallax,
    .cleancode_block,
    #team {
        background-attachment: scroll !important;
        background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
    }


    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    /* __________ Menu __________ */
    .navmenu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* __________ Index __________ */
    .cleancode_block p.title {
        font-size: 70px;
        line-height: 70px;
    }

    .cleancode_block .nav-tabs li a {
        width: 136px;
        height: 136px;
        padding-top: 35px;
    }

    .cleancode_block .nav-tabs li a i {
        width: 45px;
        height: 45px;
    }

    .cleancode_block .nav-tabs li a span {
        font-size: 16px;
    }

    .cleancode_block .nav-tabs li a i {
        background-position: 0 -45px;
    }

    .nav-tabs li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    .nav-tabs li.active a i {
        background-position: 0 0;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }


    .purpose_block p {
        font-size: 15px;
        line-height: 22px;
    }


    .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }

    .work_item:hover a.zoom {
        bottom: 30px;
    }


    .img_wrapper {
        width: 137px !important;
    }


    .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }

    .post_item_img a.link:hover {
        background-position: 0 -24px;
    }

    .post_item_content a.title {
        font-size: 19px;
        line-height: 24px;
    }


    .owl-theme .owl-controls {
        top: -69px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }



    /* __________ Blog __________ */
    .blog_post_descr hr {
        margin: 15px 0;
    }

    .blog_post_img {
        width: 400px;
        height: 314px;
    }

    .blog_post_title {
        font-size: 24px;
        line-height: 27px;
    }

    .blog_post_content {
        font-size: 14px;
        line-height: 22px;
    }


    .single_blog_post_title {
        font-size: 44px;
        line-height: 50px;
    }



    /* __________ Sidebar __________ */
    .widget_meta li a {
        font-size: 17px;
        line-height: 20px;
    }

    .post_item_img_widget {
        width: 220px;
        height: 146px;
    }

    .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }





    /* __________ All Styles __________ */
    .breadcrumbs_block {
        padding: 50px 0;
    }


    .map_hide {
        margin-left: 435px;
    }


}

@media (min-width: 768px) and (max-width: 920px) {
    .logo a {
        font-size: 22px;
    }


    #search-form input:focus {
        width: 42px;
    }

	.type-search .search-input {
	    margin-bottom: 0rem;
	}
	
	
	
    /* __________ Menu __________ */
    .navmenu ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }



    /* __________ Index __________ */
    .cleancode_block p.title {
        font-size: 60px;
        line-height: 60px;
    }

    .cleancode_block span {
        font-size: 20px;
        line-height: 24px;
    }

    .cleancode_block .nav-tabs li a {
        width: 100px;
        height: 100px;
        padding-top: 24px;
    }

    .cleancode_block .nav-tabs li a i {
        width: 45px;
        height: 45px;
    }

    .cleancode_block .nav-tabs li a span {
        font-size: 13px;
    }

    .cleancode_block .nav-tabs li a i {
        background-position: 0 -45px;
    }

    .nav-tabs li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    .nav-tabs li.active a i {
        background-position: 0 0;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }


    .purpose_block {
        padding-top: 35px;
    }

    .purpose_block .ipad_img1 {
        margin-top: -50px;
    }

    .purpose_block p {
        font-size: 12px;
        line-height: 20px;
    }


    .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }

    .work_item:hover a.zoom {
        bottom: 30px;
    }


    .img_wrapper {
        width: 100px !important;
    }


    .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }

    .post_item_img a.link:hover {
        background-position: 0 -24px;
    }

    .post_item_content a.title {
        font-size: 15px;
        line-height: 20px;
    }

    .post_item_content {
        padding-top: 15px;
    }

    .post_item_inf a {
        font-size: 12px;
        padding-right: 5px;
    }

    .post_item_inf li {
        padding-right: 5px;
    }


    .owl-theme .owl-controls {
        top: -69px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }


    .crewman_item .crewman_social a {
        width: 36px;
        height: 36px;
        margin: 0 2px 0 5px;
        font-size: 17px;
        line-height: 34px;
    }

    .crewman_item:hover .crewman_social {
        bottom: 30px;
    }


    .testim_content {
        font-size: 17px;
        line-height: 24px;
    }


    /* __________ Blog __________ */
    .blog_post_descr hr {
        margin: 15px 0;
    }

    .blog_post_img {
        width: 400px;
        height: 314px;
    }

    .blog_post_title {
        font-size: 24px;
        line-height: 27px;
    }

    .blog_post_content {
        font-size: 14px;
        line-height: 22px;
    }


    .single_blog_post_title {
        font-size: 44px;
        line-height: 50px;
    }



    /* __________ Sidebar __________ */
    .widget_meta li a {
        font-size: 17px;
        line-height: 20px;
    }

    .post_item_img_widget {
        width: 220px;
        height: 146px;
        float: left;
        margin-right: 30px;
    }

    .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }





    /* __________ All Styles __________ */
    .breadcrumbs_block {
        padding: 50px 0;
    }

    .breadcrumbs_block h2 {
        font-size: 60px;
        line-height: 64px;
    }

    .breadcrumbs_block p {
        font-size: 21px;
        line-height: 24px;
    }


    /* __________ Footer __________ */
    footer {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
    }


    .map_hide {
        margin-left: 325px;
    }


    .respond_clear {
        clear: both;
        height: 0;
        font-size: 0;
    }


}

@media (max-width: 767px) {

	.organigrama-row .col-6 {
		max-width: 100%;
		width: 100%;
	}
	
	.cargo {
		height: auto; 
		flex-direction: row;
	}
	
	.cargo-enlace a {
		font-size: 12px;
	}
	
	.cargo-img {
		margin-right: 15px;
	}
	.cargo-img img {
		min-width: 160px;
	}
	
	.organigrama-row .col-6 {
		flex: 0 0 100%;
	}
	
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

	.square-col .text-overlay h2, .square-col .text-overlay h3, .tile-col .text-overlay div, .tile-col .text-overlay h2, .tile-col .text-overlay h3 {
		font-size: 12px !important;
	}

	.type-linksequence a {
		font-size: 14px
	}
	
	.search-sort-options {
		padding-top: 0px;
		margin-bottom: 0rem;
}
	}
 
@media (max-width: 575px) {
	.cargo {
		flex-direction: column;
	}
	
	.cargo-img {
		margin-right: 0px;
	}
	
	.cargo-img img {
		width: 100%;
	}
	
	.cargo-textos { 
		padding: 21px;
	}
}
	
    h2 {
        font-size: 30px;
        line-height: 1.3 !important;
    }


    .logo a {
        font-size: 22px;
    }
	
	.search-result-heading a {
		text-decoration: underline;
		font-size: 16px;
	}
	.search-result-text {
		font-size: 14px;
	}
	
	.resultados-busqueda {
		width: 305px;
	}
	
	/*AREAS*/
	#areas .row-areas {
		background: url("../images/area_trans.png");
		background-color:var(--cielo);
		color: white;
		padding: 25px !important;
	}
	
	#areas h2.left  {
		font-size: 35px;
		font-family: "OpenSans Bold";
		color: var(--morado);
		margin-bottom: 20px;
		margin-top: 10px;
		padding-left: 15px !important;
	}
	#areas .element {
		display: flex;
		flex-direction: column;
		font-size: 13px;
		font-family: "OpenSans Regular";
		background: rgb(255 255 255 / 80%);
		padding: 30px;
		min-height: 310px;
	}
	#areas .element h3{
		font-size: 17px;
	}
	#areas .element .area-links a{
		font-size: 14px;
		padding-bottom: 2px;
		display: block;
		padding-top: 2px;
	}
	#areas .element .area-links i{
		margin-right: 5px;
	}
	/*AREAS*/
	
	#public .row {
		color: white;
		padding: 25px !important;
	}


    /* __________ Menu __________ */
    a.menu_toggler {
        display: inline-block;
        float: right;
        margin: 20px 0 0 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        font-size: 23px;
        color: #fff;
        background-color: #1F2555;
    }

    a.menu_toggler:hover {
        background-color: #1F2555;
    }

    .navmenu {
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        background-color: #fff;
    }

    .navmenu ul {
        padding: 10px 0;
    }

    .navmenu ul li {
        display: block;
        text-align: left;
    }

    .navmenu ul li a {
        padding: 4px 20px;
    }

    .sub-menu ul {
        display: block;
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .sub-menu ul:before {
        display: none !important;
    }

    .navmenu li.sub-menu:hover,
    .navmenu li.sub-menu.active_page {
        background: none;
    }

    .sub-menu ul li a {
        background: none;
        border: 0;
        padding-left: 30px;
    }

    .sub-menu ul li a:hover,
    .sub-menu ul li.active a {
        background: none !important;
        color: #333 !Important;
    }

    .sub-menu ul li a:before {
        content: '-';
        position: absolute;
        z-index: 10;
        left: 17px;
        top: 4px;
        color: #666;
    }


    /* __________ Index __________ */
    .cleancode_block p.title {
        font-size: 40px;
        line-height: 40px;
    }

    .cleancode_block span {
        font-size: 15px;
        line-height: 22px;
    }

    .cleancode_block .nav-tabs {
        margin: 0 auto;
        width: 450px;
    }

    .cleancode_block .nav-tabs li a {
        width: 120px;
        height: 120px;
        padding-top: 24px;
    }

    .cleancode_block .nav-tabs li a i {
        width: 45px;
        height: 45px;
    }

    .cleancode_block .nav-tabs li a span {
        font-size: 13px;
    }

    .cleancode_block .nav-tabs li a i {
        background-position: 0 -45px;
    }

    .nav-tabs li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    .nav-tabs li.active a i {
        background-position: 0 0;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }


    .purpose_block {
        padding-top: 35px;
    }

    .ipad_img_in {
        width: 350px;
        margin: 0 auto;
    }

    .purpose_block .ipad_img1 {
        margin-top: 40px;
    }

    .purpose_block p {
        font-size: 12px;
        line-height: 20px;
    }


    .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }

    .work_item:hover a.zoom {
        bottom: 30px;
    }


    .our_clients .row {
        text-align: center;
        margin: 0 auto;
        width: 450px;
    }

    .client_img {
        width: 140px;
        display: inline-block;
    }

    .img_wrapper {
        width: 110px !important;
    }


    .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }

    .post_item_img a.link:hover {
        background-position: 0 -24px;
    }

    .post_item_content a.title {
        font-size: 15px;
        line-height: 20px;
    }

    .post_item_content {
        padding-top: 15px;
    }

    .post_item_inf a {
        font-size: 12px;
        padding-right: 5px;
    }

    .post_item_inf li {
        padding-right: 5px;
    }


    .owl-theme .owl-controls {
        top: -69px;
    }

    .testimonials .owl-theme .owl-controls {
        top: -49px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }


    .crewman_item .crewman_social a {
        width: 36px;
        height: 36px;
        margin: 0 2px 0 5px;
        font-size: 17px;
        line-height: 34px;
    }

    .crewman_item:hover .crewman_social {
        bottom: 30px;
    }


    .testim_content {
        font-size: 17px;
        line-height: 24px;
    }



    #news .recent_posts {
        width: 450px;
        margin: 0 auto;
    }


    /* __________ Blog __________ */
    .blog_post_descr hr {
        margin: 15px 0;
    }

    .blog_post_img {
        width: 200px;
        height: 157px;
        margin-right: 20px;
    }

    .blog_post_title {
        font-size: 19px;
        line-height: 22px;
    }

    .blog_post_descr hr {
        clear: both;
        border: 0;
    }

    .blog_post_content {
        font-size: 14px;
        line-height: 22px;
    }

    .blog_post_info li a {
        font-size: 13px;
    }

    .blog_post_info li {
        padding-right: 15px;
    }

    .blog_post_info li:before {
        right: 6px;
    }

    .blog_post_content {
        padding-top: 20px;
    }

    .pagination li {
        margin-right: 4px;
        margin-left: 4px;
        height: 40px;
    }

    .pagination li.active,
    .pagination li:focus,
    .pagination li:hover {
        transform: scale(1.06);
    }

    
    .pagination li a {
        font-size: 16px;
        line-height: 38px;
    }


    .single_blog_post_title {
        font-size: 44px;
        line-height: 50px;
    }


    /* __________ Single Blog Post __________ */
    .single_blog_post_date {
        margin: 0;
    }

    .single_blog_post_title {
        font-size: 26px;
        line-height: 32px;
    }

    .comment_note {
        padding: 0 0 20px;
    }



    /* __________ Sidebar __________ */
    .widget_meta li a {
        font-size: 17px;
        line-height: 20px;
    }

    .post_item_img_widget {
        width: 220px;
        height: 146px;
        float: left;
        margin-right: 30px;
    }

    .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }





    /* __________ All Styles __________ */
    .breadcrumbs_block {
        padding: 40px 0;
    }

    .breadcrumbs_block h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .breadcrumbs_block p {
        font-size: 16px;
        line-height: 20px;
    }


    /* __________ Footer __________ */
    footer {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
    }


    .map_hide {
        margin: 0;
        left: auto;
        right: 15px;
    }


    .respond_clear {
        clear: both;
        height: 0;
        font-size: 0;
    }
	
	#notices .item .noticia {
    	display: flex;
		flex-direction: column;
		border: 1px solid gainsboro;
		border-radius: 5px 5px 0px 0px;
	}

	#notices .item .noticia .img {
		width: 265px;
		height: 196px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#notices .item .noticia .content {
		width: 100%;
		display: flex;
		font-family: "OpenSans Bold";
		flex-direction: column;
		font-size: 14px;
		color: #4E5297;
		line-height: 26px;
		font-weight: lighter;
		padding: 28px;
	}


}

@media (max-width: 479px) {

    /*#search-form {
        display: none;
    }
	*/

    /* __________ Index __________ */
    h2 {
        font-size: 26px;
        line-height: 26px;
    }


    .purpose_block .btn {
        padding: 10px;
        margin: 10px 5px 0 0;
    }


    .cleancode_block p.title {
        font-size: 26px;
        line-height: 26px;
    }

    .cleancode_block .nav-tabs {
        width: 290px;
    }

    .cleancode_block .nav-tabs li {
        padding: 0;
    }

    .cleancode_block .nav-tabs li a {
        width: 96px;
        height: 96px;
    }


    .ipad_img_in {
        width: 290px;
    }


    .our_clients .row {
        width: 290px;
    }


    .testimonials .owl-theme .owl-controls {
        top: 0;
    }


    #news .recent_posts {
        width: 290px;
    }


    /* __________ Blog __________ */
    .blog_post_img {
        float: none;
        margin: 0 0 20px;
        width: 290px;
        height: 227px;
    }

    .blog_post_descr hr {
        border-bottom: 2px solid #e9e9e9;
    }

    .blog_post_content {
        padding-top: 0;
    }

    /* __________ Single Blog Post __________ */
    .single_blog_post_title {
        font-size: 17px;
        line-height: 22px;
    }

    .single_blog_post_content {
        font-size: 13px;
        line-height: 20px;
    }



    /* __________ Sidebar __________ */
    .post_item_img_widget {
        float: none;
        margin-right: 0;
    }



    /* __________ Bootstrap Style __________ */
    .col-ss-1,
    .col-ss-2,
    .col-ss-3,
    .col-ss-4,
    .col-ss-5,
    .col-ss-6,
    .col-ss-7,
    .col-ss-8,
    .col-ss-9,
    .col-ss-10,
    .col-ss-11 {
        float: left;
    }

    .col-ss-12 {
        width: 100%;
    }

    .col-ss-11 {
        width: 91.66666666666666%;
    }

    .col-ss-10 {
        width: 83.33333333333334%;
    }

    .col-ss-9 {
        width: 75%;
    }

    .col-ss-8 {
        width: 66.66666666666666%;
    }

    .col-ss-7 {
        width: 58.333333333333336%;
    }

    .col-ss-6 {
        width: 50%;
    }

    .col-ss-5 {
        width: 41.66666666666667%;
    }

    .col-ss-4 {
        width: 33.33333333333333%;
    }

    .col-ss-3 {
        width: 25%;
    }

    .col-ss-2 {
        width: 16.666666666666664%;
    }

    .col-ss-1 {
        width: 8.333333333333332%;
    }

}

.section-padding{
	padding:15px 0;
}
.brand-carousel {
	background: aliceblue;
}
.owl-dots {
	text-align: center;
}
.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #000 !important;
}
.list-entry .teaser .visual {
	max-height: 160px; 
	overflow:hidden;
}

.skip-link{
	background:black;
	color:white;
	padding:5px 5px 5px 10px;
	font-size:12px;
	display:block;
}
.skip-link:hover{
	color:white;
	text-decoration:underline;
}
.text a {
	text-decoration: underline
}
.body tbody, td, tfoot, th, thead, tr {
	border-width: thin;
}

@media (min-width: 992px) {
	.slider-portada-div-texto{
	padding: 15px;
    position: absolute;
    bottom: 0rem;
    background-color: #154481;
    width: 100%;
    opacity: 0.9;
	}
	
	.div-cintillo-simple{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	.div-row-buscador{
		display: none;
	}
	
	/*
	.header-web {
		margin-bottom: 20px;
	}*/
    
    .selector-responsive{
        display:none !important;
    }
	
	.slider-portada-div-texto-video{
		padding: 15px; 
		position: absolute; 
		top: 0rem; 
		background-color:#144382e3; 
		width:100%;
	}

	.slider-portada-div-texto a h2{
		color: white;
		font-size: 1.6rem;
	}
	
	.slider-portada-div-texto-video a h2{
		color: white;
		font-size: 1.6rem;
	}
}

@media (min-width: 479px) {
	.div-video-portada{
		max-height:448px;
	}
	
	.boton-slider-portada{
		top: 45% !important;
		bottom: 50% !important;
		height: 4rem !important;
		width: 4rem !important;
		background-color:#144382e3 !important; 
		margin: 0 5px 0 5px;
		border-radius: 4px;
	}
	
	.boton-slider-portada span{
		height: 3rem !important;
		width: 3rem !important;
	}

}

@media (max-width: 479px) {
	.div-video-portada{
		max-height:219px;
	}
	
	.boton-slider-portada{
		top: 30% !important; 
		height: 3rem !important;
		width: 3rem !important;
		background-color:#144382e3 !important;
		margin: 0 5px 0 5px;
		border-radius: 4px;
	}
	
	.boton-slider-portada span{
		height: 2rem !important;
		width: 2rem !important;
	}

}

@media (max-width: 992px) {
	.slider-portada-div-texto{
		padding: 15px; 
		background-color:#144382e3; 
		width:100%;
	}
	
	.selector-responsive{
		padding: 1rem 0 1rem 0.3rem;
		display: flex;
		justify-content: space-between;
	}
	
	.list-entry .teaser .visual {
		width:100% !important;
	}
	
	.slider-portada-div-texto-video{
		padding: 15px; 
		background-color:#144382e3; 
		width:100%;
	}

	.slider-portada-div-texto a h2{
		color: white;
		font-size: 1.3rem;
	}
	
	.slider-portada-div-texto-video a h2{
		color: white;
		font-size: 1.3rem;
	}
	
	.slider-portada-div-texto .teaser-date span{
		font-size: 1.2rem;
	}
	
	.slider-portada-div-texto-video .teaser-date span{
		font-size: 1.2rem;
	}
}

.slider-portada-div-texto a:hover{
	color: white !important;
}

.slider-portada-div-texto-video a:hover{
	color: white !important;
}

/* Workaround orden menú lateral */
@media (min-width: 992px) and (max-width: 1013px)  {
	.col-lg-9.order-lg-last {
		order: initial !important;
	}
	.col-lg-3.order-lg-first {
		order: initial !important;
	}
}

/* Cabecera nueva */
/* Menú responsive */
@media (min-width: 992px) {
	.boton-menu {
		display: none;
	}
}

@media (min-width: 1014px) {
	.menu-responsive {
		height: 0px;
	}
	
	.menu-responsive .navbar {
		top: -55px;
	}
	
	.header-web-nuevo-menu .menu-responsive .navbar {
		top: -74px;
	}
	
	.div-col-texto-concienciacion{
		padding-left: 3rem !important;
	}
	
}

.div-col-texto-concienciacion{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 991px) {
	#main_nav {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.menu-idiomas{
		display:none !important;
	}
	
	.boton-menu{
		margin-right: 1rem;
	}
}

@media (max-width: 1013px) {
	.navbar {
		padding: 0px !important;
	}
	
	#main_nav {
		justify-content: center;
	}
}

.boton-menu {
	background: none;
	padding: 0px !important;
	text-align: right;
}

.menu-responsive {
	background: #FFDB00;
}

.menu-responsive .dropdown-menu[data-bs-popper] {
	left: -15px !important;
	margin-top: 0.125rem !important;
	width: 102.3% !important;
}

@media (max-width: 1399px) {
	.menu-responsive .dropdown-menu[data-bs-popper] {
		width: 102.7% !important;
	}
}

.menu-responsive .dropdown-toggle::after {
	display: block !important;
	background: url("/opencms/.galleries/iconos/angle-circle-down.svg") round;
	width: 16px;
	height: 30px;
	border: initial;
	margin-right: -2px;
}

.dropdown-toggle:empty::after {
	margin-left: -2px !important;
}

.menu-responsive .navbar-nav .nav-item a {
	padding-right: 0 !important;
	padding-left: 0.6rem;
}

/* Estilos */
#main_nav .nav-link:focus, .nav-link:hover {
	text-underline-offset: 5px;
	opacity: 0.7;
}

#main_nav .active {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.header-down {
    height: 130px;
}

.div-logo {
	background: none;
	position: absolute;
	z-index: 9999;
	display: flex;
}


.div-logo img {
	/*height: 75px;*/
}

.header-web-nuevo .div-logo img {
	height: 75px;
	margin-top: -15px;
}



.menu-idiomas {
	background: none;
}

.icono-buscar {
	height: 16px;
}

.boton-menu-texto {
	margin-top: 6px;
}

.div-float-rrss {
	position: absolute;
}

#logopresidencia {
    padding-left: 20px;
}

.header-web-nuevo  {
	/*background: #FFDB00;
	max-width: 100%;*/
	margin-bottom: 0px;
}

.header-web-nuevo .header-down {
	background: #FFDB00;
}

.header-web-nuevo.bandera {
	margin-bottom: 20px;
}

.navbar-toggler .fa-bars {
	font-size: 28px;
}
/* Tablet */
@media (min-width: 541px) and (max-width: 991px) {
	.header-down {
		min-height: initial;
		height: 110px;
	}
	
	.div-logo {
		margin-top: -3px;
	}
	
	.div-logo img {
		height: 70px !important;
	}
	
	.menu-idiomas {
		position: absolute;
		right: 75px;
	}
	
	.boton-menu {
		position: absolute;
		right: 4px;
		top: 35px;
	}
	
	.boton-menu-texto {
		font-size: 16px;
	}
	
	.header-web-nuevo.bandera {
		margin-bottom: 0px;
	}
}

/* Móvil */
@media (max-width: 540px) {
	.header-down {
		min-height: initial;
		height: 95px;
	}
	
	.div-logo {
		padding: initial !important;
	}
	
	#logoempleo img {
		height: 80px !important;
		margin-top: 8px !important;
		margin-left: -8px;
	}
	
	.div-boton-menu-responsive{
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}
	
	.boton-menu{
		display: flex;
		/* height: 100%; */
		justify-content: flex-end;
		margin-bottom: 0px !important;
		position: absolute;
		right: -5px;
	}
	
	.div-logo img {
		height: 62px !important;
		margin-left: 4px;
		margin-top: 16px !important;
	}
	
	.menu-idiomas {
		padding-top: 12px !important;
	}
	
	.menu-responsive .col.col-12 .container-fluid {
		padding: 0px;
	}
	
	.boton-menu-texto {
		font-size: 14px;
	}
	
	.navbar-toggler {
		margin-top: 7px;
	}
	
	.header-web-nuevo.bandera {
		margin-bottom: 0px;
	}
}
/* Fín nueva cabecera*/

/* Botón to top */
#topcontrol::after {
	content: initial !important;
}

#topcontrol .fa-chevron-up:before {
	position: absolute;
	top: 4px;
	left: 5px;
}

/* Descargas */


/* Tabla teléfonos*/
@media (min-width: 1014px) and (max-width: 1399px) {
	.tabla-telefonos {
		display: flex;
		text-align: center;
		border: 1px solid #dddddf;
	}
	
	.tabla-telefonos tbody {
		width: 100%;
		border-style: hidden;
	}
	
	.tabla-telefonos tr {
		display: flex;
		flex-direction: column;
		border-style: hidden;
	}
	
	.tabla-telefonos th {
		padding-bottom: 0px !important;
		width: 100% !important;
		border-style: hidden;
	}
	
	.tabla-telefonos td {
	    padding-top: 0px !important;
		border-style: hidden;
	}
	
	.tabla-telefonos td, .tabla-telefonos th {
		border-top: none !important;
	}
}

/* Footer Nuevo */

.footer-mir{
	background-color: var(--gris-footer);
	color: #1D1D1B;
}
.footer-mir a{
	color: #1D1D1B;
}
.footer-mir a:hover{
	opacity: 70%;
	text-decoration: none;
}
.footer-redes-sociales a{
	padding-left: 30px;
}
.footer-redes-sociales{
	display: flex;
    justify-content: flex-end;
}
.img-mir-footer{
	background: transparent;
	padding: 0px 0px 0px 10px !important;
}
.img-mir-footer img{
	height:75px;	
}
.texto-mir-footer{
	background: transparent;
	padding-top: 0px !important;
}
.iconos-redes-footer{
	background: transparent;
}
.iconos-redes-footer img{
	background: transparent;
	width: 25px;
}
.links-footer{
	background: transparent;
}

@media (max-width: 1199px) {

	.links-footer ul{
		display: flex;
		flex-direction: column;
		padding-bottom: 0px;
	}
	
	.links-footer{
		padding-bottom: 0px !important;
		margin-bottom: 0px;
	}
	
	.footer-redes-sociales{
		display: flex;
		justify-content: flex-start;	
	}
	
	.iconos-redes-footer{
		padding-left: 0px;
	}
	
	.img-mir-footer img{
		height: 70px;	
	}
}

/* Móvil */
@media (max-width: 540px) {

	.img-mir-footer img{
		height: 62px;	
	}

}

.div-video-portada .fluid-width-video-wrapper{
	position:absolute !important;
}

.only-visual{
	display:flex !important;
	justify-content: center !important;
}
.detail-content .piece .visual{
	width: calc((100% + 50rem) * .333333) !important;
}


.bandera{
	background: linear-gradient(to right,#ad1519 0,#ad1519 25%,#fabd00 25%,#fabd00 75%,#ad1519 75%,#ad1519) no-repeat;
    height: 8px !important;
}
.bandera .container-box.box-row{
	display:none;
}

.menu-responsive .container-box.box-element{
	display:none;
}

.cerrar-menu{
	transition: box-shadow 0.6s ease-in-out !important;
	font-weight: 600;
}

.my-select, .search-item a span{
	font-weight: 400;
}

.input-buscador{
	border:none !important;
}

.tab-list>li>a{
	font-size: 1.6rem !important;
}

#carrusel-noticias{
	display:none;
}

.disable-div{
	display: none !important;
}

.active-div{
	display: flex !important;
	justify-content: center;
	flex-direction: column;
}

.pag-youtube:hover{
	color: white !important;
}

/* Filtro buscador fecha */
#filtro-fecha {
	padding-top: 10px;
	padding-bottom: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#filtro-fecha input.input-fecha {
	border-radius: 2px;
	width: 100%;
	font-size: 14px;
    border: 1px solid #a8adb4;
	height: 38px;
	margin-bottom: 9px;
}

#filtro-fecha input.input-fecha:focus {
    width: 100% !important;
}

#filtro-fecha .fecha-label {
	padding-left: 9px;
	text-align: right;
	margin-top: 6px;
}

#filtro-fecha .container-filtro-fecha {
	margin-top: 10px;
}

/* Carrusel de logos */
.iconos-col{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.iconos-row img{
	width: 100%;
}
.icono-div{
	padding: 10px;
	width: 14%;
}
@media (max-width: 1000px) {
	.icono-div {
		width: 20%;
	}
}
@media (max-width: 550px) {
	.icono-div {
		width: 45%;
	}
}
/* Canal interno de comunicación */
.boton-sede a {
    color: white !important;
    text-decoration: none !important;
}






/* Portada Newsletter */
.newsletter_portada_estilos {
	background-color: white;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}
.newsletter_portada_estilos .visual{
	width: 60% !important;
}
.newsletter_portada_estilos img{
	height: auto !important;
	position: relative !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.newsletter_portada_estilos .link{
	display: none;
}

.newsletter_portada_estilos p{
	font-size: 22px;
}


@media (max-width: 1000px) {
	.newsletter_portada_estilos .visual{
		width: 80% !important;
	}
	.newsletter_portada_estilos p{
	font-size: 14px;
	}
}
@media (max-width: 550px) {
	.newsletter_portada_estilos .visual{
		width: 100% !important;
	}
	.newsletter_portada_estilos p{
	font-size: 10px;
	}
}

/* Para que no se corten las palabras en el banner de servicios al ciudadano - CNDES */
.cndes-servicios-ciudadano{
	word-break: auto-phrase;
}


