.video {
    width: 100%;
    height: 215px;
    position: relative;
    border: 5px solid #28698e;
}

.detalle-news h1, .detalle-news p {
	font-family: 'Figtree', sans-serif !important;
}

.video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    transition: opacity 0.8s ease-in-out;
}
.playing .video-layer {
    opacity: 1;
}
.video-layer iframe {
    width: 100%;
    height: 100%;
}
.video-preview {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: opacity 0.8s ease-in-out;
}
.playing .video-preview {
    opacity: 0;
}
.video-preview .play-ico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 74px;
    margin: auto;
}
.newsletter-section {
    background-color: #f3f3f3;
}
.newsletter-section h1 {
    font-size: 2.5em;
    font-weight: 500;
    color: #468dbf;
    background-color: #e1e8ed;
    border: 5px solid #0a96bc;
    border-radius: 15px;
    padding: 2rem 1rem;
}
.newsletter-section-wrap {
    background: transparent;
    width: 950px;
    margin: 40px auto 0;
    padding: 20px;
    overflow: hidden;
}
.newsletter-section-wrap .mail-circle {
    margin-bottom: -74px;
}
.newsletter-section-wrap .mail-circle img {
    width: 90px;
}
.newsletter-section-wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 28rem;
    margin: auto;
}
.newsletter-section.form-news .w-form input[type="text"] {
    width: 28rem;
    height: 4.5rem;
    padding: 0.5rem 8.8rem 0.5rem 0.8rem;
}
.newsletter-section.form-news .w-form input[type="text"]::placeholder {
    color: #468dbf;
}
.newsletter-section.form-news .w-form input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: url(../images/hand-ico.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
}
footer.footer-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url(../images/footer.png);
    background-size: cover;
    text-align: center;
    color: #ffffff;
    width: 100%;
}
footer.footer-section h3 span {
    font-weight: 300;
}
/** noticias insight **/
.noticias.noticia-insight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.noticias.noticia-insight .box-noticia-insight {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    border-bottom: 1px solid #eaebef;
    padding-right: 15px;
    padding-bottom: 1rem;
    padding-left: 15px;
    margin-bottom: 2rem;
}
.noticias.noticia-insight .box-noticia-insight figure {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.noticias.noticia-insight .box-noticia-insight figure img {
    width: 100%;
}
.noticias.noticia-insight .box-noticia-insight figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    font-weight: 600;  
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 75%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}  
/** fin noticias insight **/
@media (max-width: 1024px) {
    .video {
        height: 140px;
    }
}
@media (max-width: 768px) {
    .s-block.c-blog.main-wrap .wrap {
        flex-direction: column;
    }
    .c-blog.main-wrap .sidebar {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-width: 100%;
        padding: 4.5rem 0;
    }
    .c-blog.main-wrap .sidebar h3 {
        display: none;
    }
    .c-blog.main-wrap .sidebar .ultimas-publicaciones {
        display: none;
    }
    .video {
        height: 440px;
    }
    .newsletter-section-wrap {
        width: 100%;
        height: 100vh;
    }
    .newsletter-section-wrap .mail-circle {
        margin-bottom: -60px;
    }
    .newsletter-section-wrap .mail-circle img {
        width: 70px;
    }
    .newsletter-section h1 {
        font-size: 1.5em;
    }
    .newsletter-section-wrap form {
        width: 60vw;
        padding: 0;
    }
    .newsletter-section.form-news .w-form input[type="text"] {
        width: 60vw;
    }
    .newsletter-section.form-news .w-form input[type="submit"] {
        right: 1rem;
    }
    /** noticias insight **/
    .noticias.noticia-insight .box-noticia-insight {
         width: 50%;
        padding-right: 10px;
        padding-left: 0;
        margin-bottom: 0;       
    }    
    .noticias.noticia-insight .box-noticia-insight figure figcaption {
        font-size: 12px;
    }        
    /** fin noticias insight **/
}
@media (max-width: 541px) {
    .video {
        height: 250px;
    }
}
.s-block {
	padding-top: 1rem !important;
}




/* SubmenÃº 17/05/22 */
header .wrap .bottom-bar-menu {
    display: inline-flex;
    padding-left: 0;
    margin: 0;
}
header .wrap .bottom-bar-menu li {
    display: inline-flex;
    text-decoration: none;
    border-right: 1px solid #005784;
}
header .wrap .bottom-bar-menu li:last-child {
    border: none;
}
header .wrap .bottom-bar-menu li a {
    border: none;
}
header .wrap .bottom-bar-menu li:first-child a {
	padding-left: 0;
}
header .wrap .bottom-bar-menu li:last-child a {
	padding-right: 0;
}
header .wrap .bottom-bar-menu li.dropdown {
    position: relative;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
    width: 100%;
    list-style: disc;
    background-color: #ffffff;
    border: 1px solid #005784;    
    padding: 10px 0 10px 26px;
    transition: all ease .4s;
	min-width:133px;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu ul.sub-menu {
	left:auto;
	right:-95%;
	top:0;
}
header .wrap .bottom-bar-menu li.dropdown:hover > ul.sub-menu {
    display: block;
    transition: all ease .4s;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu li {
    display: list-item;
    border: none;
    width: 100%;
    padding-bottom: 10px;
	min-width:120px;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu li:last-child {
    padding-bottom: 0;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu li::marker {
    color:#005784;   
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu li a {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu li a img {
    width: 25px;
    margin-left: 10px;
}
header .wrap .bottom-bar-menu li.dropdown ul.sub-menu li a img.onlymobile {
	display:none;
}



@media (max-width: 768px) {
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu img {
		display:none;
	}
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu img.onlymobile {
		display:inline-block;
	}
    .menu-mobile {
        padding-left: 0;
        list-style-type: none;
    }
   .menu-mobile .c-menu .temas .items .dropdown .sub-menu {
        list-style-type: disc;
	   padding-left:1rem;
    }
	
   .menu-mobile .c-menu .temas .items .dropdown .sub-menu img {
        width: 20px;
        margin-left: 10px;
    }
	
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu li a {
		display:inline-block;
	}
   .menu-mobile .c-menu .temas .items .dropdown .sub-menu li::before {
       color: #ffffff;
	   content:'• ';
	   font-size: 1.75rem;
    }
}

header .wrap .bottom-bar-menu a {
    padding: 0 0.3rem;
	font-size: 15px;
}