/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/*   OVEJABEJA CSS   */

/* ------------------------------------------ */
/* ----------------- Grid ------------------- */
/* ------------------------------------------ */

.container {
    width: 100%;
    padding-left: 20px  !important;
    padding-right: 20px  !important;
}

.oculto {display: none;}

.centrado {
    display: table;
    margin: 0 auto !important;
}

.centrado-vertical {
	display: flex;
	justify-content: center;
	align-items: center;
}

.texto-centrado {text-align: center;}

.texto-derecha {text-align: right;}

.clearfix {clear: both;}

.cont-img-fw {
	position: relative;
	overflow: hidden;
	min-height: 200px;
}

.cont-img-fw img {
	position: absolute;
	display: block;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    /*width: 100vw;*/
    height: 100vh;
    object-fit: cover;
    max-height: 100%;
}

.relative {position: relative;}

.absolute {position: absolute;}

.margin-botom-50 {margin-bottom: 50px;}






.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-1-4 {
	width: 100%;
	min-height: 1px;
	clear: both;
}

.flex-col-1-2, .flex-col-1-3, .flex-col-2-3 {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.hentry.for-bloque-fw, .entry-content.for-bloque-fw {
	margin: 0;
}

@media screen and (min-width: 576px) {
    
    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
}

@media screen and (min-width: 768px) { 
    
    .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
	
	.col-1-2, .col-1-3, .col-1-4, .col-2-3 {
		width: 48%;
		width: calc( 50% - 15px );
		float: left;
		margin-right: 15px;
		margin-left: 15px;		
	}

	.col-1-2:nth-child(odd), .col-1-3:nth-child(odd), .col-1-4:nth-child(odd), .col-2-3:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}

	.col-1-2:nth-child(even), .col-1-3:nth-child(even), .col-1-4:nth-child(even), .col-2-3:nth-child(even) {
		margin-right: 0;
		clear: right;
	}
	
	.flex-container {
		align-items: stretch;
	}
	
	.flex-col-1-2, .flex-col-1-3 {
		width: 50%;		
		-ms-flex-preferred-size: 50%;		
		flex-basis: 50%;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 1;
		order: 1;
	}
    
}

@media screen and (min-width: 992px) {
    
    .container,
	.narrow-container {
        padding-left: 70px !important;
        padding-right: 70px  !important;
    }
	
	.col-1-3:nth-child(odd), .col-1-4:nth-child(odd),
	.col-1-3:nth-child(even), .col-1-4:nth-child(even) {
		margin-left: 15px;
		margin-right: 15px;
		clear: none;
	}
	
	.col-1-3 {	
		width: 31.333%;	
		width: calc( 33.333% - 20px );
	}
	
	.col-1-3:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col-1-3:last-child,
	.col-1-3:nth-child(3n)  {
		margin-right: 0;
		clear: right;
	}

	.col-1-4 {
		width: 23%;	
		width: calc( 25% - 23px );
	}
	
	.col-1-4:nth-child(4n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col-1-4:last-child,
	.col-1-4:nth-child(4n)  {
		margin-right: 0;
		clear: right;
	}

    .col-2-3 {
        width: 66.666%;
        width: calc( 66.666% - 40px );
        float: left;
    }
	
	.flex-col-1-3 {
		width: 33.333%;	
		-ms-flex-preferred-size: 33.333%;	
		flex-basis: 33.333%;
	}
	
	.flex-col-2-3 {
		width: 66.666%;
		-ms-flex-preferred-size: 66.666%;
		flex-basis: 66.666%;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 0;
		order: 0;
	}
    
}

@media screen and ( min-width: 1366px ) {
    
    .container {
        max-width: 1155px !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
	
	.narrow-container {		
		max-width: 740px;
		width: 100%;
		margin-left: auto;
        margin-right: auto;		
	}
    
}


/* ESTILOS COMUNES */

html, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Open Sans';
}

#top #wrap_all .header_color h1, 
#top #wrap_all .header_color h2, 
#top #wrap_all .header_color h3, 
#top #wrap_all .header_color h4, 
#top #wrap_all .header_color h5, 
#top #wrap_all .header_color h6, 
#top #wrap_all .main_color h1, 
#top #wrap_all .main_color h2, 
#top #wrap_all .main_color h3, 
#top #wrap_all .main_color h4, 
#top #wrap_all .main_color h5, 
#top #wrap_all .main_color h6, 
#top #wrap_all .alternate_color h1, 
#top #wrap_all .alternate_color h2, 
#top #wrap_all .alternate_color h3, 
#top #wrap_all .alternate_color h4, 
#top #wrap_all .alternate_color h5, 
#top #wrap_all .alternate_color h6 {
	    color: #FF6720;
	    font-family: 'Open Sans';
}

#top #wrap_all .main_color h1 {
    text-transform: capitalize;
    font-size: 70px;
    font-weight: 100;
    color: #FF6720 !important;
}

.texto-centrado {
    text-align: center;
    max-width: 80%;
    display: table;
    margin: 0 auto;
}

.contenido-centrado {
    display: table;
    margin: 0 auto; 
}

.minusculas {text-transform: lowercase !important;}

.negrita {font-weight: bold;}

.italic {font-style: italic;}

.bloque {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bloque-texto {margin-bottom: 40px;}

.bloque-texto p {margin-bottom: 20px;}

.margin-bottom-50 {margin-bottom: 50px;}

.fondo-gris {background-color: #eeeeee;}

.fondo-azul {background-color: #003C71;}

.fondo-naranja {background-color:#FF6720;}

.fondo-gris.cont-img-cover {
    padding: 0;
    position: relative;
}

.fondo-gris.cont-img-cover img {
    position: absolute;
    display: block;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    max-height: 100%;
}

.naranja {color: #FF6720 !important;}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
    font-size: 2em;
}

.main_color strong {color: #003C71 !important;}

.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a {
    text-transform: uppercase;
}

.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul.sub-menu > li a {
    text-transform: capitalize;
}

#top .alternate_color.title_container .main-title a {text-transform: uppercase;}


.template-page .entry-content-wrapper h2 {
    text-transform: none;
}


.header_color .av-subnav-menu a:hover,
.header_color .main_menu ul:first-child > li a:hover,
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a,
.header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #FF6720 !important;
}

.header_color, 
.header_color .site-background, 
.header_color .first-quote, 
.header_color .related_image_wrap, 
.header_color .gravatar img .header_color .hr_content, 
.header_color .news-thumb, 
.header_color .post-format-icon, 
.header_color .ajax_controlls a, 
.header_color .tweet-text.avatar_no, 
.header_color .toggler, 
.header_color .toggler.activeTitle:hover, 
.header_color #js_sort_items, 
.header_color.inner-entry, 
.header_color .grid-entry-title, 
.header_color .related-format-icon, 
.grid-entry .header_color .avia-arrow, 
.header_color .avia-gallery-big, 
.header_color .avia-gallery-big, 
.header_color .avia-gallery img, 
.header_color .grid-content, 
.header_color .av-share-box ul, 
#top .header_color .av-related-style-full .related-format-icon, 
.header_color .related_posts.av-related-style-full a:hover, 
.header_color.avia-fullwidth-portfolio .pagination .current, 
.header_color.avia-fullwidth-portfolio .pagination a, 
.header_color .av-hotspot-fallback-tooltip-inner, 
.header_color .av-hotspot-fallback-tooltip-count {
    color: #FF6720 !important;
}

::selection {
    background-color: #FF6720 !important;
}

.header_color .primary-background, 
.header_color .primary-background a, 
div .header_color .button, .header_color #submit, 
.header_color input[type='submit'], 
.header_color .small-preview:hover, 
.header_color .avia-menu-fx, 
.header_color .avia-menu-fx .avia-arrow, 
.header_color.iconbox_top .iconbox_icon, 
.header_color .iconbox_top a.iconbox_icon:hover, 
.header_color .avia-data-table th.avia-highlight-col, 
.header_color .avia-color-theme-color, 
.header_color .avia-color-theme-color:hover, 
.header_color .image-overlay .image-overlay-inside:before, 
.header_color .comment-count, 
.header_color .av_dropcap2, 
.header_color .av-colored-style .av-countdown-cell-inner, 
.responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover, 
#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: #FF6720 !important;
    border-color: #FF6720 !important;
}

.header_color .sub_menu>ul>li>a, 
.header_color .sub_menu>div>ul>li>a, 
.header_color .main_menu ul:first-child > li > a, 
#top .header_color .main_menu .menu ul .current_page_item > a, 
#top .header_color .main_menu .menu ul .current-menu-item > a, 
#top .header_color .sub_menu li ul a {
    color: #003C71 !important;
}

.header_color .meta-color, 
.header_color .sidebar, 
.header_color .sidebar a, 
.header_color .minor-meta, 
.header_color .minor-meta a, 
.header_color .text-sep, 
.header_color blockquote, 
.header_color .post_nav a, 
.header_color .comment-text, 
.header_color .side-container-inner, 
.header_color .news-time, .header_color .pagination a, 
.header_color .pagination span, 
.header_color .tweet-text.avatar_no .tweet-time, 
#top .header_color .extra-mini-title, 
.header_color .team-member-job-title, 
.header_color .team-social a, 
.header_color #js_sort_items a, 
.grid-entry-excerpt, 
.header_color .avia-testimonial-subtitle, 
.header_color .commentmetadata a, 
.header_color .social_bookmarks a, 
.header_color .meta-heading>*, 
.header_color .slide-meta, 
.header_color .slide-meta a, 
.header_color .taglist, 
.header_color .taglist a, 
.header_color .phone-info, 
.header_color .phone-info a, 
.header_color .av-sort-by-term a, 
.header_color .av-magazine-time, 
.header_color .av-magazine .av-magazine-entry-icon, 
.header_color .av-catalogue-content, 
.header_color .wp-playlist-item-length, 
.html_modern-blog #top div .header_color .blog-categories a, 
.html_modern-blog #top div .header_color .blog-categories a:hover {
    color: #666666 !important;
}

.header_color .header_bg, 
.header_color .main_menu ul ul, 
.header_color .main_menu .menu ul li a, 
.header_color .pointer_arrow_wrap .pointer_arrow, 
.header_color .avia_mega_div, 
.header_color .av-subnav-menu > li ul, 
.header_color .av-subnav-menu a {
    color: #666666 !important;
}

.html_header_top .header_color .main_menu ul:first-child >li > ul, 
.html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #ff6720 !important;
}

#scroll-top-link {
     border: none;
}

html, 
#scroll-top-link {
    background-color: #ff6720 !important;
}

p {
    line-height: 1.4em !important;
}

h2 {
    line-height: 1em !important;
}


.form_element input[type='submit'] {
    color: #ffffff;
background: rgb(255,205,0);
background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
    border-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.6s;
}

.form_element input[type='submit']:hover {
    background: #666666;
    border-color: transparent;
}



.boton-lwm {
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    background: rgba(245,207,54,1);
background: rgb(255,205,0);
background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
}

.boton-lwm:hover {
    background: #003C71;
}

.botones-lwn {
    margin: 0 auto;
    display: table;
}

.botones-lwn .boton-lwm:first-child {
    margin-right: 80px;
}

.max-w-800 {
    max-width: 800px;
    display: table;
    margin: 0 auto;
}

.respira {
    margin-top: 40px;
    margin-bottom: 20px;
}


@media screen and (max-width: 1120px)  {
    .logo, .logo a {
        height: 115px;
    }
}

@media screen and (max-width: 1075px)  {
    .logo, .logo a {
        height: 85px;
    }
}

@media screen and (max-width: 1020px)  {
    .logo, .logo a {
        height: 65px;
        margin-top: 9px;
    }
}

@media screen and (max-width: 930px)  {
    .logo, .logo a {
        margin-left: -16px;
    }
}

@media screen and (max-width: 830px)  {
    .bloque-texto {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px)  {
    .logo, .logo a {
        margin-left: 0;
    }

    #top #wrap_all .main_color h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 620px)  {

    .responsive #header .sub_menu {
        padding: 0;
    }

    .responsive #header_meta .sub_menu>ul>li {
        padding: 0;
        width: calc((100%/2) - 2px);
    }

}

@media screen and (max-width: 420px)  {

    #top #wrap_all .main_color h1 {
        font-size: 35px;
    }

}



/* GENÉRICA PAGE */

.page-template-generica-page .template-page-no-padding {
    padding: 0;
}

@media screen and (max-width: 882px) {
    .av-main-nav > li > a {font-size: 10px;}
}

/* Cabecera genérica páginas */

.icon-logo {
    display: none;
}

.cabecera-pagina-generica {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.cabecera-pagina-generica h2 {
    position: absolute;
    color: #fff !important;
    top: 40%;
    left: 215px;
    z-index: 1;
    text-transform: capitalize !important;
}

.cabecera-pagina-generica div.logo-letswomen {
    position: absolute;
    right: 60%;
    bottom: 15px;
    z-index: 1;
}

.cabecera-pagina-generica div.logo-letswomen i {
    font-size: 130px;
    color: #fff;
}

.cabecera-pagina-generica img {
	position: absolute;
    z-index: 0;
    display: block;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}

.title-page-sub-cabecera h2 {
    font-size: 60px;
    font-weight: 100;
    color: #FF6720 !important;
    margin: 30px 0;
    margin-top: 0;
}


@media screen and (max-width: 1390px) {
    .cabecera-pagina-generica div.logo-letswomen {
        right: 39%;
    }
}

@media screen and (max-width: 920px) {
    .cabecera-pagina-generica div.logo-letswomen {
        right: 13%;
    }
    
    .cabecera-pagina-generica div.logo-letswomen i {
        font-size: 160px;
    }
    
    .title-page-sub-cabecera h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .cabecera-pagina-generica {
        height: 450px;
    }
    
    .cabecera-pagina-generica h2 {
        left: 115px;
    }
    
    .title-page-sub-cabecera h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 520px) {
    .title-page-sub-cabecera h2 {
        font-size: 50px;
    }
    
    .texto-centrado {
        max-width: 100%;
    }
    
    .cabecera-pagina-generica h2 {
        top: 30%;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        text-align: center;
        font-size: 23px;
    }
    
    .cabecera-pagina-generica {
        height: 360px;
    }
    
    .cabecera-pagina-generica div.logo-letswomen i {
        font-size: 170px;
    }
    
    .cabecera-pagina-generica div.logo-letswomen {
        right: 11%;
    }
    
    .title-page-sub-cabecera h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 450px) {
    .cabecera-pagina-generica {
        height: 250px;
    }
    
    .cabecera-pagina-generica div.logo-letswomen i {
        font-size: 140px;
    }
    
    .cabecera-pagina-generica div.logo-letswomen {
        right: 50%;
        transform: translate(50%);
    }
    
    .title-page-sub-cabecera h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 390px) {
    .title-page-sub-cabecera h2 {
        font-size: 40px;
    }
    
    .title-page-sub-cabecera h2 {
        font-size: 22px;
    }
    
    .cabecera-pagina-generica h2 {
        font-size: 20px;
        padding: 0 20px;
        top: 20%;
    }
}


/* SLIDER TESTIMONIOS */

.testimonios h3 {
    font-size: 40px;
    text-align: center;
    color: #999999 !important;
}

.slider-testimonios li {
    margin: 0;
    display: block;
    color: #999999;
}

.slider-testimonios.testimonios-2 li {
    color: #fff;
}

.slider-testimonios p {
    text-align: center;
    font-size: 17px;
}

.slider-testimonios p.autor,
.slider-testimonios p.cargo {
    font-weight: bold;
}

.slider-testimonios p.cargo {
    color: #FF6720;
    font-size: 15px;
    margin-top: 0;
}

.slider-testimonios p.autor {
    font-size: 18px;
    margin-bottom: 0;
}

.slider-testimonios .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}

.slider-testimonios.testimonios-2 .owl-nav {display: none;}

.slider-testimonios .owl-nav .owl-prev,
.slider-testimonios .owl-nav .owl-next {
    position: absolute;
}

.slider-testimonios .owl-nav .owl-prev {left: 0;}

.slider-testimonios .owl-nav .owl-next {right: 0;}


@media screen and (max-width: 992px) {
    .testimonios h3 {
        font-size: 40px;
    }
    
    .testimonios p {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .testimonios h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 350px) {
    .testimonios h3 {
        font-size: 30px;
    }
}


/* SLIDER HOME */

.home .cabecera-pagina-generica {display: none;}

.image-overlay, .image-overlay-inside {display: none !important;}

.caption-wrap {
    position: absolute !important;
    top: 50% !important;
    left: 100px !important;
    transform: translate(0, -50%) !important;
    background-color: transparent !important;
}

.caption-wrap h2 {
    color: #666666 !important;
    font-size: 50px !important;
    margin-bottom: 20px;
}

.caption-wrap p {
    color: #666666 !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.caption-wrap a {
    padding: 15px 15px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    background-color: #FF6720;
    transition: 0.6s;
}

.caption-wrap a:hover {
    color: #fff;
    background:#aaa;
}

ul.slides:before {
    content: '\e901';
    font-family: icomoon;
    position: absolute;
    bottom: 25px;
    right: 50%;
    font-size: 230px;
    transform: translate(50%);
    z-index: 5;
    color: #fff;
}

@media screen and (max-width: 1655px) {
    ul.slides:before {
        font-size: 195px;
    }  
}

@media screen and (max-width: 1460px) {
    ul.slides:before {
        font-size: 180px;
        right: 35%;
    }  
}

@media screen and (max-width: 1350px) {
    .caption-wrap h2 {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 1220px) {
    ul.slides:before {
        right: 22%;
        font-size: 145px;
    }
}

@media screen and (max-width: 1150px) {
    .caption-wrap .caption {
        position: absolute;
        top: -50px;
    }
}


@media screen and (max-width: 950px) {
    .caption-wrap h2 {
        font-size: 25px !important;
    }
    
    .caption-wrap p {
        font-size: 15px !important;
    }
    
    .caption-wrap a {
        padding: 10px 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 940px) {
    
    .caption-wrap {top: 41% !important;}
    
    .caption-wrap .caption {top: 0;}
}

@media screen and (max-width: 896px) {
    ul.slides:before {
        font-size: 110px;
        right: 20%;
    } 

    .caption-wrap h2 {font-size: 20px;}
}

@media screen and (max-width: 767px) {
    
    .caption-wrap {
        top: 36% !important;
    }

    .caption-wrap h2 {font-size: 18px;}
    
    .caption-wrap p {
        font-size: 11px !important;
    }
    
    .caption-wrap a {font-size: 12px;}
}

@media screen and (max-width: 715px) {
    .caption-wrap .caption {
        left: -70px;
    }
    
}

@media screen and (max-width: 668px) {
    .caption-wrap h2 {
        font-size: 22px;
    }
    
    .caption-wrap {
        left: 50px !important;
    }
    
    .caption-wrap p {
        font-size: 12px !important;
        max-width: 270px;
    }
    
    .caption-wrap p br {display: none;}
    
    .metaslider .slides img {
        width: 150% !important;
        display: block !important;
        position: relative !important;
        min-height: 200px;
        right: 50%;
        transform: translate(12%);
    }
    
    .caption-wrap .caption {
        left: -20px;
        top: 15px;
    }
}

@media screen and (max-width: 590px) {
    .caption-wrap a {
        padding: 5px 10px;
    }
    
    ul.slides:before {
        font-size: 100px;
    }
}

@media screen and (max-width: 555px) {
    ul.slides:before {display: none;}
    
    .caption-wrap a {
        position: absolute;
        right: 40%;
        bottom: -25%;
    }
}

@media screen and (max-width: 535px) {
    .caption-wrap h2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 490px) {
    .caption-wrap h2 {
        font-size: 16px;
    }
    
    .caption-wrap {
        left: 30px !important;
        top: 42% !important;
    }
    
    .caption-wrap p {
        line-height: 21px;
    }
    
    .caption-wrap .caption {
        left: -10px;
        top: -12px;
    }
}

@media screen and (max-width: 415px) {
    .caption-wrap {
        top: 38% !important;
    }
    
    .metaslider .flexslider .slides li {
        position: relative;
    }
    
    .caption-wrap .caption {
        left: -20px;
        top: -5px;
    }
    
    .caption-wrap h2 {
        font-size: 17px !important;
        padding: 0 10px;
    }
    
    .caption-wrap p {
        line-height: 17px;
        padding: 0 10px;
    }
    
    .caption-wrap a {
        bottom: -30%;
        width: auto;
        right: unset;
        left: 20px !important;
    }


    
}







/* PDFs */

.pdfs .text {
    color: #FF6720;
    text-align: center;
}


@media screen and (max-width: 991px) {
    .pdfs img {
        max-width: 70%;
        margin: 0 auto;
        display: table;
    }
}

@media screen and (max-width: 991px) {
    .pdfs img {
        max-width: 100%;
    }
}




/* HOME */

.datos h3 {
    font-size: 60px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 30px;
}

.datos .contain-col .col-1-4 > h3 {
    text-align: left;
    margin-bottom: 10px;
}

.datos p {
    font-size: 15px;
    color: #fff !important;
    margin-top: -20px;
}

.datos .datos-text {
    padding: 40px 0;
}





@media screen and (max-width: 992px) {
    .datos h3 {
        font-size: 40px;
    }
    
    .datos p {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .datos p {
        text-align: center;
    }
}

@media screen and (max-width: 731px) {

    .html5gallery-container-1 > .html5gallery-car-1 .html5gallery-car-list-1 {display: none;}

    .html5gallery-container-1 > .html5gallery-car-1:before {
        content: '\f060\f061';
        font-family: fontawesome;
        position: absolute;
        top: 25px;
        right: 50%;
        transform: translate(50%);
        font-size: 25px;
        opacity: 0.7;
        z-index: 1;
    }

    .html5gallery-container-1 > .html5gallery-car-1:after {
        content: '\f0a6';
        font-family: fontawesome;
        position: absolute;
        top: 60px;
        font-size: 25px;
        /*right: 50%;*/
        transform: translate(50%);
        opacity: 0.7;
        animation-name: dedete;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    @keyframes dedete {
        0% {right: 60%;}
        50% {right: 40%;}
        100% {right: 60%;}
    }
}

@media screen and (max-width: 610px) {
    .fondo-gris.cont-img-cover img {height: 400vw;}
}

@media screen and (max-width: 420px) {
    .datos h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 350px) {
    .datos h3 {
        font-size: 30px;
    }
}



/* IMPACTO */

.pre-footer-sidebar-aside {
    height: 280px;
    position: relative;
    border: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.pre-footer-sidebar-aside .bloque-pre-footer p {
    position: absolute;
    max-width: 530px;
    text-align: right;
    font-size: 21px;
    right: 70px;
    top: 50px;
    color: #fff;
    z-index: 5;
    margin: 0;
    background-color: rgba(0,60,113,0.5);
    padding: 12px;
}

.pre-footer-sidebar-aside .bloque-pre-footer .logo {
    position: absolute;
    z-index: 5;
    width: 185px;
    height: auto;
    left: 60%;
    top: 120px;
}

.pre-footer-sidebar-aside .bloque-pre-footer > img {
    position: absolute;
    z-index: 0;
    display: block;
    transform: translate(50%, -29%);
    right: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.pre-footer-sidebar-aside .bloque-pre-footer .button-ovejabeja {
    position: absolute;
    right: 50px;
    top: 185px;
    z-index: 5;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
    text-transform: capitalize;
    min-width: 200px;
    transition: 0.6s;
    background: rgb(255,205,0);
    background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
}

.pre-footer-sidebar-aside .bloque-pre-footer .button-ovejabeja:hover {
    background: rgb(0,60,113) !important;
    background: -moz-linear-gradient(55deg, rgba(0,60,113,1) 0%, rgba(0,60,113,1) 50%, rgba(0,60,113,1) 100%) !important;
    background: -webkit-linear-gradient(55deg, rgba(0,60,113,1) 0%, rgba(0,60,113,1) 50%, rgba(0,60,113,1) 100%) !important;
    background: linear-gradient(55deg, rgba(0,60,113,1) 0%, rgba(0,60,113,1) 50%, rgba(0,60,113,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c71",endColorstr="#003c71",GradientType=1) !important;
}

.bloque-mar-pad {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 60px;
}


.wonderplugingallery-container {
    max-width: none !important;
}

.wonderplugingallery-container > .wonderplugingallery .html5gallery-container-1 .html5gallery-car-1 .html5gallery-thumbs-1 {
    margin: 0 auto !important;
}

.wonderplugingallery-container > .wonderplugingallery .html5gallery-container-1 .html5gallery-elem-img-1 > a {
    position: absolute;
    z-index: -1;
}

.html5gallery-tn-img-1 {
    width: 100% !important;
    height: 100% !important;
}

.html5gallery-tn-img-1 > div {
    width: 100% !important;
    height: 100% !important;
    top: 50% !important;
    left: auto !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
}

.html5gallery-tn-img-1 > div img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}


@media screen and (max-width: 1090px) {
    .pre-footer-sidebar-aside .bloque-pre-footer .logo {
        left: 50%;
    }
}

@media screen and (max-width: 850px) {
    .pre-footer-sidebar-aside .bloque-pre-footer .logo {
        left: 2%;
    }
}

@media screen and (max-width: 767px) {

    .pre-footer-sidebar-aside {
        margin-bottom: 0;
    }

    .pre-footer-sidebar-aside .bloque-pre-footer p {
        top: 90px;
        font-size: 18px;
        right: 50%;
        transform: translate(50%);
        width: 100%;
        text-align: center;
        padding: 10px 20px;
    }

    .pre-footer-sidebar-aside .bloque-pre-footer .button-ovejabeja {
        top: 200px;
    }

    .pre-footer-sidebar-aside .bloque-pre-footer .logo {
        width: auto !important;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (max-width: 450px) {
    .pre-footer-sidebar-aside .bloque-pre-footer p {
        font-size: 16px;
    }
}




/*PROGRAMAS*/

.botones-programas {
    width: 70%;
    display: table;
    margin: 0 auto;
}

.botones-programas a {
    vertical-align: top;
    text-decoration: none;
    display: inline-block;
    background-color: #FF6720;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: calc((100%/2) - 7px);
    padding: 0 20px;
    margin-bottom: 14px;
    transition: 0.6s;
    height: 180px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.botones-programas a:hover {
    background-color: #003C71;
    color: #fff;
}

.botones-programas a:nth-child(odd) {margin-right: 14px;}

.titulo-programas {
    text-align: left;
    color: #666666 !important;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
}

.bloque.container-programas {
    padding: 40px 30px;
}

.container-programas {
    padding: 0 30px;
}

.container-programas .bloque-texto {
    padding-right: 80px;
}

.container-programas .iconos-programas {
    margin:auto;
    display: block;
}

.container-programas .iconos-programas .icono img {width: 70px;}

@media screen and (max-width: 1057px) {
    .botones-programas a {
        font-size: 19px;
    }
}

@media screen and (max-width: 978px) {
    .botones-programas a {
        font-size: 18px;
    }
}

@media screen and (max-width: 939px) {
    .botones-programas a {
        font-size: 17px;
    }
}

@media screen and (max-width: 899px) {
    .botones-programas a {
        font-size: 16px;
    }
}

@media screen and (max-width: 861px) {
    .botones-programas a {
        font-size: 15px;
    }
}

@media screen and (max-width: 821px) {
    .botones-programas a {
        font-size: 18px;
    }
    
    .botones-programas {
        width: 85%;
    }
}

@media screen and (max-width: 791px) {
    .botones-programas a {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .botones-programas a {
        font-size: 16px;
    }
    
    .botones-programas {
        width: 100%;
    }
}

@media screen and (max-width: 761px) {
    .botones-programas a {
        font-size: 15px;
    }
}

@media screen and (max-width: 723px) {
    .botones-programas a {
        font-size: 14px;
    }
}

@media screen and (max-width:685px) {
    .botones-programas a {
        font-size: 16px;
        width: 100%;
        height: auto;
        padding: 20px 20px;
    }
    
    
}


/* PROGRAMA SINGLE */

.menus-programas-footer h2 {
    color: #003C71;
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.menus-programas-footer aside ul li a {
    color: #003C71;
    display: block;
    padding-left: 20px;
    position: relative;
    transition: 0.6s;
}

.menus-programas-footer .widget_nav_menu ul:first-child>.current-menu-item>a, 
.menus-programas-footer .widget_nav_menu ul:first-child>.current_page_item>a {
    padding: 0;
    padding-left: 20px;
}

.menus-programas-footer aside ul li a:hover {
    color: #FF6720;
}

.menus-programas-footer aside ul li a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FF6720;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.portfolio-template-default.single-portfolio .post-entry .av_textblock_section h2 {
    font-size: 30px;
    font-weight: 200;
}

.portfolio-template-default.single-portfolio .post-entry .av_textblock_section h3,
.portfolio-template-default.single-portfolio .post-entry .av_textblock_section h4 {
    font-size: 25px;
    font-weight: 400;
    color: #003C71 !important;
}

.portfolio-template-default.single-portfolio .post-entry .av_textblock_section h4 {
    font-size: 20px;
}


.portfolio-template-default.single-portfolio .post-entry .av_textblock_section .avia_textblock {margin-bottom: 30px;}

.portfolio-template-default.single-portfolio .post-entry .entry-content-wrapper .flex_column:nth-child(4) {
    background-color: #eeeeee;
    padding: 35px 60px;
}

.portfolio-template-default.single-portfolio .post-entry form,
.portfolio-template-default.single-portfolio .post-entry fieldset {
    margin-bottom: 0 !important;
}

.portfolio-template-default.single-portfolio .post-entry form input.button {
    background-color: #707070 !important;
    border-color: #707070 !important;
    transition: 0.6s;
}

.portfolio-template-default.single-portfolio .post-entry form input.button:hover {
    background-color: #FF6720 !important;
    border-color: #FF6720 !important;
}

.portfolio-template-default.single-portfolio .post-entry form input.text_input {
    color: #707070 !important;
}

.portfolio-template-default.single-portfolio .post-entry form input.text_input::placeholder {
    color: #666666 !important;
    opacity: 0.5;
}

.portfolio-template-default.single-portfolio .post-entry form #element_avia_0_1 span a {
    color: #999 !important;
    transition: 0.6s;
    text-decoration: none;
}

.portfolio-template-default.single-portfolio .post-entry form #element_avia_0_1 span a:hover {
    color: #FF6720 !important;
}

.portfolio-template-default.single-portfolio .post-entry form #element_avia_0_1 input[type="checkbox"] {
    margin-top: 10px;
}

.portfolio-template-default.single-portfolio .post-entry form #element_avia_0_1 span {
    padding-top: 6px;
    display: block;
}

.portfolio-template-default.single-portfolio .post-entry .av_textblock_section ul {
    margin-left: 20px;
}

.portfolio-template-default.single-portfolio .post-entry .av_textblock_section li {
    margin: 0;
    display: block;
    padding-left: 20px;
    position: relative;
}

.portfolio-template-default.single-portfolio .post-entry .av_textblock_section li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    border-radius: 50%;
    background-color: #FF6720;
}

@media screen and (max-width: 767px) {
    .portfolio-template-default.single-portfolio .post-entry .av_textblock_section h2 {
        margin-top: 30px;
    }
    
    .menus-programas-footer aside h2 {
        text-align: center;
    }
    
    .menus-programas-footer aside > div {
        display: table;
        margin: 0 auto;
        min-width: 300px;
    }
    
    .portfolio-template-default.single-portfolio .post-entry .av_textblock_section h4 {
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .portfolio-template-default.single-portfolio .post-entry .entry-content-wrapper .flex_column:nth-child(4) {
        padding: 20px 20px;
    }
}


/* METASLIDER */

.metaslider .caption-wrap {
    opacity: 1 !important;
}

.metaslider h2,
.metaslider p {color: #fff !important}

.metaslider .slides li > a {
    position: relative;
    display: block;
}

.metaslider .slides li > a:before {
    content: '';
}

/*
.metaslider .slides li > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255,228,0,1);
    background: -moz-linear-gradient(45deg, rgba(255,228,0,0.5) 0%, rgba(241,137,135,0.5) 90%, rgba(241,137,135,0.5) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,228,0,0.5)), color-stop(90%, rgba(241,137,135,1)), color-stop(100%, rgba(241,137,135,0.5)));
    background: -webkit-linear-gradient(45deg, rgba(255,228,0,0.5) 0%, rgba(241,137,135,0.5) 90%, rgba(241,137,135,0.5) 100%);
    background: -o-linear-gradient(45deg, rgba(255,228,0,0.5) 0%, rgba(241,137,135,0.5) 90%, rgba(241,137,135,0.5) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,228,0,0.5) 0%, rgba(241,137,135,0.5) 90%, rgba(241,137,135,0.5) 100%);
    background: linear-gradient(45deg, rgba(255,228,0,0.5) 0%, rgba(241,137,135,0.5) 90%, rgba(241,137,135,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe400', endColorstr='#f18987', GradientType=1 );
}
*/

.metaslider .caption-wrap {
    z-index: 2;
}





/* FOOTER */

#footer {
    background-color: #cccccc;
    border: none;
}

#footer .widget_media_image img {
    max-width: 55% !important;
    height: auto;
    margin: 0 auto;
    display: table;
}

#footer #element_avia_1_2,
#footer #element_avia_2_2,
#footer #element_avia_3_2,
#footer #element_avia_1_1,
#footer #element_avia_2_1,
#footer #element_avia_3_1 {
 display: none;
}

#footer ul li a {
    padding: 0;
    color: #888;
    text-decoration: none;
    font-size: 15px;
    transition: 0.6s;
}

#footer ul li a:hover {
    color: #fff;
}

footer {
    border: none !important;
    background-color: #003C71 !important;
}

.av-mailchimp-widget form input.text_input {
    border-radius: 0 !important;
    background-color: #cccccc !important;
    border: 1px solid #aaa !important;
}

#top .footer_color input[type='text'] {color: #666 !important;}

#top .footer_color input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}

#top .footer_color input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

#top .footer_color input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

.av-mailchimp-widget form input.button {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    background: rgb(255,205,0);
    background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
}

#avia_mailchimp_widget-2 form fieldset input[type="submit"]:hover {
    color: #fff !important;
    background: #003C71 !important;
    border-color: #003C71 !important;
}

#avia_mailchimp_widget-2 form fieldset #element_avia_0_2 {
    color: #003C71 !important;
}

#avia_mailchimp_widget-2 form fieldset #element_avia_0_2 a {
    color: #707070 !important;
    transition: 0.6s;
    text-decoration: none;
}

#avia_mailchimp_widget-2 form fieldset #element_avia_0_2 a:hover {
    color: #fff !important;
}

#top .av-mailchimp-widget p {
    color: #666;
}

.av-mailchimp-widget .form_element span a {color: #444 !important}

.av-mailchimp-widget .avia-form-success.avia-mailchimp-success {
background: rgb(255,205,0);
background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
    color: #fff !important;
}

.av-mailchimp-widget .avia-mailchimp-ajax-error {
    border: 1px solid #FF6720 !important;
    color: transparent !important;
    position: relative;
}

.av-mailchimp-widget .avia-mailchimp-ajax-error:before {
    content: 'Esta dirección de correo electrónico ya se ha suscrito, ¡gracias!';
    position: absolute;
    top: 50%;
    right: 50%;
    left: -40px;
    transform: translate(50%, -50%);
    color: #666 !important;
    text-align: center;
}

#footer .email-footer {
    color: #888 !important;
    transition: 0.6s;
}

#footer .email-footer:hover {
    color: #fff !important
}

#footer > .container > div:nth-child(4) h3 {
    margin-bottom: 15px;
}

#footer > .container > div:nth-child(4) #element_avia_0_1,
#footer > .container > div:nth-child(4) #element_avia_0_1 > input:first-child,
#footer > .container > div:nth-child(4) #element_avia_4_1 {
    margin-bottom: 10px;
}

#top #wrap_all .social_bookmarks li {
    margin-right: 8px;
}

#top #wrap_all .social_bookmarks li:last-child {
    margin-right: 0;
}

#top #wrap_all .social_bookmarks a {
    font-size: 15px;
}





@media screen and (max-width: 767px) {
    #footer .widget_media_image img {
        max-width: 25% !important;
    }
    
    #footer .widget {
        margin-bottom: 0;
        text-align: center;
    }
    
    #footer .widget.avia_mailchimp_widget {
        text-align: left;
    }
    
    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
    
    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #footer .widget_media_image img {
        max-width: 35% !important;
    }
}

@media screen and (max-width: 450px) {
    #footer .widget_media_image img {
        max-width: 45% !important;
    }
}

@media screen and (max-width: 350px) {
    #footer .widget_media_image img {
        max-width: 75% !important;
    }
}
    
    
    

/* Slider COTRANSFORMACIÓN SOCIAL */

.slider-cotransformacion {
    position: relative;
}

.slider-cotransformacion .slider-cotransformacion-item .img {
    display: table;
    margin: 0 auto;
    max-width: 650px;
}

.slider-cotransformacion .slider-cotransformacion-item .contenido {
    display: table;
    margin: 0 auto;
    max-width: 75%;
}

.slider-cotransformacion .slider-cotransformacion-item .icono {
    display: table;
    margin: 0 auto;
    max-width: 259px;
}

.slider-cotransformacion .slider-cotransformacion-item .titulo h3 {
    font-size: 25px;
    color: #666666;
    font-weight: 400;
}

.slider-cotransformacion .slider-cotransformacion-item .subtitulo p {
    font-size: 20px;
    font-weight: 300;
}

.slider-cotransformacion .slider-cotransformacion-item .texto p {
    font-weight: 300;
}

.slider-cotransformacion .slider-cotransformacion-item .links a {
    display: inline-block;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 18px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    text-decoration: none;
    transition: 0.6s;
background: rgb(255,205,0);
background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
}

.slider-cotransformacion .slider-cotransformacion-item .links a:hover {
    background: #003C71;
}

.slider-cotransformacion .slider-cotransformacion-item .contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-cotransformacion .slider-cotransformacion-item .col-2-3 {
    padding-right: 90px;
}

.slider-cotransformacion .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.slider-cotransformacion .owl-next,
.slider-cotransformacion .owl-prev {
    position: absolute;
}

.slider-cotransformacion .owl-next {
    right: 0;
}

.slider-cotransformacion .owl-next:before {
    content: '\f0da';
    font-family: fontawesome;
    position: absolute;
    bottom: 100%;
    font-size: 40px;
    left: 0;
}

.slider-cotransformacion .owl-prev {
    left: 0;
}

.slider-cotransformacion .owl-prev:after {
    content: '\f0d9';
    font-family: fontawesome;
    position: absolute;
    bottom: 100%;
    font-size: 40px;
    right: 0;
}

.owl-carousel .owl-stage-outer {min-height: 330px;}

.slider-testimonios .owl-carousel .owl-stage-outer {min-height: auto;}




@media screen and (max-width: 1050px) {
    .slider-cotransformacion .owl-prev {
        left: -4%;
    }

    .slider-cotransformacion .owl-next {
        right: -4%;
    }
}

@media screen and (max-width: 950px) {
    .slider-cotransformacion-item .contenido .col-1-3 {display: none;}
    
    .slider-cotransformacion .slider-cotransformacion-item .col-2-3 {
        width: 100%;
        padding: 0 80px;
        margin: 0;
    }
    
}

@media screen and (max-width: 935px) {
    
    .slider-cotransformacion .slider-cotransformacion-item .titulo {
        position: relative;
    }

    .slider-cotransformacion .slider-cotransformacion-item .contenido {
        display: grid;
    }
    
    .slider-cotransformacion .slider-cotransformacion-item .contenido .col-1-2:first-child {
        order: 2;
    }

    .slider-cotransformacion .slider-cotransformacion-item .contenido .col-1-2:last-child {
        order: 1;
    }

    .slider-cotransformacion .slider-cotransformacion-item .contenido .col-1-2 {
        width: 100%;
    }
    
    /*.slider-cotransformacion .slider-cotransformacion-item .titulo:before {
        content: '\f060\f061';
        font-family: fontawesome;
        position: absolute;
        top: -45px;
        right: 50%;
        transform: translate(50%);
        font-size: 25px;
        opacity: 0.7;
    }
    
    .slider-cotransformacion .slider-cotransformacion-item .titulo:after {
        content: '\f0a6';
        font-family: fontawesome;
        position: absolute;
        top: 0;
        font-size: 25px;
        right: 50%;
        transform: translate(50%);
        opacity: 0.7;
    }*/
    
    .slider-cotransformacion .slider-cotransformacion-item .img {
        max-width: 400px;
    }

    .slider-cotransformacion .owl-nav {bottom: 85%;}

    .slider-cotransformacion .owl-next span,
    .slider-cotransformacion .owl-prev span { display: none; }

    .slider-cotransformacion .owl-next {
        right: 0;
    }

    .slider-cotransformacion .owl-prev {
        left: 0;
    }


}

@media screen and (max-width: 650px) {
    .slider-cotransformacion .owl-next {
        right: 5%;
    }

    .slider-cotransformacion .owl-prev {
        left: 5%;
    }
}



/* COTRANSFORMACIÓN SOCIAL */

.matriz-cotransformacion {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.matriz-cotransformacion p.texto-centrado {
    padding-top: 25px;
    margin-bottom: 10px;
}

.matriz-cotransformacion img {
    max-width: 90%;
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 1268px) {
    .matriz-cotransformacion .col-1-2 {
        width: 100%;
        margin: 0;
        padding: 0 20%;
    }
}

@media screen and (max-width: 1080px) {
    .matriz-cotransformacion .col-1-2 {
        padding: 0 15%;
    }
}

@media screen and (max-width: 890px) {
    .matriz-cotransformacion .col-1-2 {
        padding: 0 10%;
    }
}

@media screen and (max-width: 790px) {
    .matriz-cotransformacion .col-1-2 {
        padding: 0 5%;
    }
}

@media screen and (max-width: 690px) {
    .matriz-cotransformacion .col-1-2 {
        padding: 0;
    }
}

@media screen and (max-width: 620px) {
    .acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 450px) {
    .acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 396px) {
    .cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo:before {
        right: 10px !important;
        bottom: 10px !important;
    }
}


/* LET´S WO+MEN */

@media screen and (max-width: 991px) {
    .botones-lwn {
        text-align: center;
    }

    .botones-lwn a {
        margin-right: 0 !important;
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .botones-lwn {
        margin-top: 30px;
    }
}


/* MISIÓN */

.mision .col-2-3 img {
    display: table;
    margin: 0 auto;
    width: 75%;
}

.destacado {font-size: 25px;}

.lista-letswomen {
    margin-bottom: 25px;
    margin-left: 0;
}

.lista-letswomen li {
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.lista-letswomen li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #FF6720;
    border-radius: 50%;
    top: 9px;
}




/* SHORTCODES */

/* Columnas superpuestas */

.dos-col-superpuestas {
    position: relative;
    margin-bottom: 50px;
}

.dos-col-superpuestas .col-abajo .col-1-2 {position: relative;}

.dos-col-superpuestas .col-abajo img {
    position: absolute;
    display: block;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}

.dos-col-superpuestas .col-arriba {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}

.dos-col-superpuestas .col-arriba p {margin-top: 0;}


@media screen and (max-width: 767px) {
    .dos-col-superpuestas.img-der .col-abajo .col-1-2:first-child {display: none;}
    .dos-col-superpuestas.img-izq .col-abajo .col-1-2:last-child {display: none;}
    
    .dos-col-superpuestas .col-arriba .col-1-2:first-child {
        margin-top: 20px;
    }
    
    .dos-col-superpuestas .col-arriba {
        position: static;
    }
    
    .dos-col-superpuestas {
        height: auto !important;
        margin-bottom: 0;
    }
}


/* Acordeón horizontal */

.acordeon-horizontal {
    margin-bottom: 50px;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque {
    position: relative;
    margin: 0;
    padding: 0;
    height: 107px;
    overflow: hidden;
}


.acordeon-horizontal ul.acordeon-horizontal-bloque:first-child {
    /*height: 459px;*/
}

/*
.acordeon-horizontal.acordeon-horizontal-2 ul.acordeon-horizontal-bloque:first-child {
    height: 459px;
}
*/

.acordeon-horizontal ul.acordeon-horizontal-bloque > li {
    display: inline-block;
    margin-left: 0;
    margin-right: 2px;
    width: calc((100%/4) - 5px);
    vertical-align: top;
    padding: 0;
    margin-bottom: 7px;
    /*cursor: pointer;*/
}

.acordeon-horizontal.acordeon-horizontal-2,
.acordeon-horizontal.acordeon-horizontal-3,
.acordeon-horizontal.acordeon-horizontal-4 {
    display: none;
}

.acordeon-horizontal.acordeon-horizontal-2 ul.acordeon-horizontal-bloque > li {
    width: calc((100%/3) - 5px);
}

.acordeon-horizontal.acordeon-horizontal-3 ul.acordeon-horizontal-bloque > li {
    width: calc((100%/2) - 5px);
}

.acordeon-horizontal.acordeon-horizontal-4 ul.acordeon-horizontal-bloque > li {
    width: 100%;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li:last-child {
    margin-right: 0;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    padding-left: 110px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    background: rgb(255,205,0);
    background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    left: -27px;
    border-radius: 50%;
    background-color: #003C71;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo img {
    position: absolute;
    top: 10%;
    left: 3%;
    width: calc((100%/3) - 6px);
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenedor-contenido {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 107px;
    overflow: hidden;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido {
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    background-color: #f2f2f2;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*
.acordeon-horizontal.acordeon-horizontal-1 ul.acordeon-horizontal-bloque:first-child > li:first-child .acordeon-horizontal-contenido {
    opacity: 1;
}

.acordeon-horizontal.acordeon-horizontal-2 ul.acordeon-horizontal-bloque:first-child > li:first-child .acordeon-horizontal-contenido {
    opacity: 1;
}
*/

.acordeon-horizontal ul.acordeon-horizontal-bloque > li.activa .acordeon-horizontal-contenido {
    opacity: 1;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido:before {
    content: '\e900';
    font-family: icomoon;
    color: #ececec;
    position: absolute;
    font-size: 700px;
    right: -35%;
    top: 50%;
    transform: rotate(25deg) translate(0, -50%);
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido li {
    display: block;
    margin: 0;
    padding-left: 40px;
    padding-bottom: 15px;
    position: relative;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido li:last-child {
    padding-bottom: 0;
}

.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FF6720;
    top: 10px;
    left: 20px;
    border-radius: 50%;
}


@media screen and (max-width: 1170px) {
    .acordeon-horizontal.acordeon-horizontal-1 {display: none;}
    
    .acordeon-horizontal.acordeon-horizontal-2 {display: block;}
    
    .acordeon-horizontal.acordeon-horizontal-2 ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo img {
        width: 80px;
    }
}

@media screen and (max-width: 865px) {
    .acordeon-horizontal.acordeon-horizontal-2 {display: none;}
    
    .acordeon-horizontal.acordeon-horizontal-3 {display: block;}
    
    .acordeon-horizontal.acordeon-horizontal-3 ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo img {
        width: 75px;
    }
}

@media screen and (max-width: 865px) {
    .acordeon-horizontal.acordeon-horizontal-3 {display: none;}
    
    .acordeon-horizontal.acordeon-horizontal-4 {display: block;}
    
    .acordeon-horizontal.acordeon-horizontal-4 ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo img {
        width: 73px;
    }
}



/* Shortcode equipo desc derecha */

.equipo-desc-der > div {
    width: calc((100%/2) - 10px);
    display: inline-block;
    vertical-align: middle;
}

.equipo-desc-der > div .img {
    float: right;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
}

.equipo-desc-der > div .img img {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.equipo-desc-der > div.text p {
    font-size: 22px;
    text-align: center;
}

.equipo-desc-der > div.text p span {
    display: block;
    font-size: 17px;
    margin-top: 7px;
}



@media screen and (max-width: 400px) {
    .equipo-desc-der > div {
        width: 100%;
    }
    
    .equipo-desc-der > div .img {
        float: none;
        margin: 0 auto;
    }
    
}




/* Shortcode equipo desc bajo */

.equipo-desc-bajo > div {
    display: table;
    margin: 0 auto;
}

.equipo-desc-bajo > div .img {
    float: right;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    margin-top: 25px;
}

.equipo-desc-bajo > div .img img {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.equipo-desc-bajo > div.text p {
    font-size: 22px;
    text-align: center;
}

.equipo-desc-bajo > div.text p span {
    display: block;
    font-size: 17px;
    margin-top: 7px;
}

.equipo-desc-bajo .titulo {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.titulo-seccion-equipo {
    font-size: 40px;
    padding: 0 20px;
    color: #003C71 !important;
    margin-bottom: 40px;
    padding-top: 40px;
}


.equipo-desc-der .img .rrss,
.equipo-desc-bajo .img .rrss {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 3;
    transition: 0.6s;
}

.equipo-desc-der .img .rrss a,
.equipo-desc-bajo .img .rrss a {
    padding: 10px;
    font-size: 35px;
    transition: 0.6s;
    color: transparent;
}

.equipo-desc-der .img .rrss:hover a,
.equipo-desc-bajo .img .rrss:hover a {
    color: #666;
}

.equipo-desc-der .img .rrss a i,
.equipo-desc-bajo .img .rrss a i {
    font-family: fontawesome;
}

.equipo-desc-der .img .rrss a:hover,
.equipo-desc-bajo .img .rrss a:hover {
    color: #FF6720;
}

.equipo-desc-der > div .img:before,
.equipo-desc-bajo > div .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    transition: 0.6s;
    cursor: pointer;
}

.equipo-desc-der > div .img:hover:before,
.equipo-desc-bajo > div .img:hover:before {
    background-color: rgba(255,255,255,0.6);
}



/* Acordeón COTRANSFORMACIÓN SOCIAL */

.cotransformacion-social.acordeon-horizontal {
    margin-top: 50px;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque > li {
    width: 100%;

}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(1) > li .acordeon-horizontal-titulo,
.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(2) > li .acordeon-horizontal-titulo,
.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(3) > li .acordeon-horizontal-titulo,
.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(4) > li .acordeon-horizontal-titulo {
    background: transparent;
    text-transform: none;
    color: #666666;
    text-align: center;
    font-size: 19px;
    padding: 0 20px;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(1) > li .acordeon-horizontal-titulo {
    /*background-color: #f1dbdb;*/
    background-color: #ffa072;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(2) > li .acordeon-horizontal-titulo {
    /*background-color: #f2d9b6;*/
    background-color: #fdcd3d;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(3) > li .acordeon-horizontal-titulo {
    /*background-color: #f3e4b9;*/
    background-color: #fda935;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(4) > li .acordeon-horizontal-titulo {
    /*background-color: #f3d6c8;*/
    background-color: #ff9190;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-titulo:before {
    content: '\f0d7';
    font-family: fontawesome;
    position: absolute;
    width: 20px;
    height: 20px;
    left: auto;
    right: 10px;
    border-radius: 50%;
    background-color: transparent;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido li:before {
    display: none;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido li {
    padding: 0
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque > li .acordeon-horizontal-contenido:before {
    display: none;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(1) > li .acordeon-horizontal-contenido {
    background-color: #f2eaea;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(2) > li .acordeon-horizontal-contenido {
    background-color: #f4e8d8;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(3) > li .acordeon-horizontal-contenido {
    background-color: #f0ebdc;
}

.cotransformacion-social.acordeon-horizontal ul.acordeon-horizontal-bloque:nth-child(4) > li .acordeon-horizontal-contenido {
    background-color: #f2e5de;
}




/* Botón programas */

/*.bloque-botones-programas {margin-bottom: 50px;}*/

.bloque-botones-programas .image-overlay.overlay-type-extern {
    display: none !important;
    position: relative;
}

.boton-programa {
    display: inline-block;
    margin-bottom: 20px;
}

.boton-programa a {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 230px;
    margin: 0 auto;
}

.boton-programa a .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    transition: 0.3s;
}

.boton-programa a .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: 0.3s;
}

.boton-programa a .back .sub-back {
    position: absolute;
    top: 51%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 70%;
}

.boton-programa a .back .sub-back p {
    color: transparent;
    text-align: center;
    display: none;
}

.boton-programa a:hover .front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}

.boton-programa a:hover .back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    background-color: #003C71;
}

.boton-programa a:hover .back .sub-back p{
    color: #fff;
    text-align: center;
    display: block;
}

.boton-programa a .borde-externo {
    display: table;
    margin: 0 auto;
    border: 10px solid #E4002B;
    border-radius: 50%;
    transition: 0.6s;
}

.boton-programa a .borde-externo:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    border-radius: 50%;
    transform: translate(50%, -50%);
    width: 230px;
    height: 230px;
    background: rgb(255,205,0);
    background: -moz-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: -webkit-linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    background: linear-gradient(55deg, rgba(255,205,0,1) 0%, rgba(255,103,32,1) 50%, rgba(228,0,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd00",endColorstr="#e4002b",GradientType=1);
}

.boton-programa a:hover .borde-externo {
    border: 10px solid #ffc950;
}

.boton-programa .borde-externo .borde-interno:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.boton-programa .borde-externo .borde-interno {
    position: relative;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 210px;
    height: 210px;
}

.boton-programa .borde-externo .borde-interno img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
}

.boton-programa .borde-externo .borde-interno p {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 44%;
    right: 50%;
    width: 80%;
    text-align: center;
    transform: translate(50%, -50%);
    transition: 0.4s;
    display: block;
}

.boton-programa a:hover .borde-externo .borde-interno p {
    color: transparent;
    display: none;
}

.iconos-programas .icono img {
    width: 60px !important;
}

.iconos-programas .icono p {
    font-size: 12px !important;
}

@media screen and (max-width: 1890px) {
    .boton-programa .borde-externo .borde-interno {
        width: 170px;
        height: 170px;
    }
    
    .boton-programa a .borde-externo:before {
        width: 190px;
        height: 190px;
    }

    .iconos-programas .icono img {
        width: 60px !important;
    }

    .iconos-programas .icono p {
        font-size: 12px !important;
    }

    .iconos-5 .icono:nth-child(1),
    .iconos-5 .icono:nth-child(2),
    .iconos-5 .icono:nth-child(3) {
        width: calc((100%/3) - 10px);
        margin-right: 15px;
    }

    .iconos-5 .icono:nth-child(3) {margin: 0;}

    .iconos-5 .icono:nth-child(4),
    .iconos-5 .icono:nth-child(5) {
        width: calc((100%/2) - 10px);
        margin-right: 20px;
    }

    .iconos-6 .icono {
        width: calc((100%/3) - 10px);
        margin-right: 15px !important;
    }

    .iconos-6 .icono:nth-child(3),
    .iconos-6 .icono:nth-child(6) {margin: 0;}

    .boton-programa a .back {
        max-width: 190px;
        max-height: 190px;
    }
}

@media screen and (max-width: 1535px) {
    .bloque-botones-programas .boton-programa-3 {
        width: calc((100%/2) - 10px) !important;
    }

    .bloque-botones-programas .boton-programa-3:last-child {
        width: 100% !important;
    }
}

@media screen and (max-width: 1120px) {
    .boton-programa .borde-externo .borde-interno {
        width: 175px;
        height: 175px;
    }

    .boton-programa a .borde-externo:before {
        width: 195px;
        height: 195px;
    }
    
    .boton-programa .borde-externo .borde-interno p {
        font-size: 14px;
    }

    .container-programas .bloque-texto {
        padding-right: 20px;
    }

    .boton-programa a .back {
        max-width: 195px;
        max-height: 195px;
    }
}

@media screen and (max-width: 975px) {
    .boton-programa .borde-externo .borde-interno {
        width: 135px;
        height: 135px;
    }

    .boton-programa a .borde-externo:before {
        width: 155px;
        height: 155px;
    }

    .boton-programa a .back {
        max-width: 170px;
        max-height: 170px;
    }
}

@media screen and (max-width: 925px) {
    .boton-programa .borde-externo .borde-interno {
        width: 150px;
        height: 150px;
    }

    .boton-programa a .borde-externo:before {
        width: 170px;
        height: 170px;
    }

    .iconos-4 .icono {
        width: calc((100%/2) - 10px);
        margin-right: 20px !important;
    }

    .iconos-4 .icono:nth-child(2),
    .iconos-4 .icono:nth-child(4) {
        margin: 0 !important;
    }
}

@media screen and (max-width: 865px) {
    .boton-programa-2,
    .boton-programa-1 {
        width: 100% !important;
    }
}

@media screen and (max-width: 830px) {

    .bloque-botones-programas .boton-programa-3,
    .bloque-botones-programas .boton-programa-2 {
        width: 100% !important;
    }

    .container-programas .bloque-texto {
        padding-right: 0;
    }

    .home .boton-programa {
        width: calc((100%/2) - 10px) !important;
    }

}

@media screen and (max-width: 767px) {
    .col-1-2 .bloque-botones-programas:first-child {
        margin-top: 20px;
    }

    .titulo-programas,
    .container-programas .bloque-texto {
        text-align: center;
    }

    .container-programas .iconos-programas {
        display: table !important;
        margin: 0 auto !important;
    }

    .centrado-vertical.responsiblock {
        display: block;
    }

    .iconos-6 .icono {
        width: calc((100%/2) - 10px) !important;
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .iconos-programas .icono {
        margin-right: 15px;
    }
}

@media screen and (max-width: 440px) {
    .boton-programa,
    .home .boton-programa {
        width: 100% !important;
    }
    
    .boton-programa a .borde-externo {
        margin-bottom
    }
    
    .bloque-botones-programas .boton-programa:last-child a .borde-externo {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 385px) {
    .iconos-4 .icono {
        width: calc(100%/2) !important;
        margin-right: 0 !important;
    }
}


/* Iconos programas */

.iconos-programas {
    display: table;
    margin: 0 auto;
}

.iconos-programas .icono {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.iconos-programas .icono:last-child {
    margin-right: 0;
}

.iconos-programas .icono a {
    display: block;
    text-decoration: none;
    transition: 0.6s;
}

.iconos-programas .icono a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.iconos-programas .icono a:hover p {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.iconos-programas .icono img {
    display: table;
    margin: 0 auto;
    width: 85px;
    transition: 0.6s;
}

.iconos-programas .icono p {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #003C71;
    font-size: 15px;
    font-weight: 600;
    transition: 0.6s;
}

@media screen and (max-width: 943px) {
    .iconos-programas.iconos-6 .icono {
        max-width: 100%;
        width: calc(100%/3);
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .iconos-programas .icono p {
        font-size: 12px;
    }
    
    .iconos-programas .icono img {
        width: 55px;
    }

    .iconos-programas {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 548px) {
    .iconos-programas.iconos-5 .icono:nth-child(1),
    .iconos-programas.iconos-5 .icono:nth-child(2),
    .iconos-programas.iconos-5 .icono:nth-child(3) {
        width: calc(100%/3);
        margin-right: 0;
    }
    
    .iconos-programas.iconos-5 .icono:nth-child(4),
    .iconos-programas.iconos-5 .icono:nth-child(5) {
        width: calc(100%/2);
        margin-right: 0;
    }
    
    .iconos-programas.iconos-5 .icono:nth-child(3) {margin-right: 0;}
}

@media screen and (max-width: 370px){
    .iconos-programas.iconos-4 .icono,
    .iconos-programas.iconos-6 .icono {
        max-width: 100%;
        width: calc(100%/2);
        margin-right: 0;
    }
    
    .iconos-programas.iconos-4 .icono img,
    .iconos-programas.iconos-5 .icono img,
    .iconos-programas.iconos-6 .icono img {
        width: 50px;
    }
}






