/*
Theme Name: divi-os
Theme URI: http://opensistemas.com
Version: 4.0
Description: Tema hijo de Divi para hacer cambios sin riesgo
Author: Marta Romero
Author URI: http://opensistemas.com
Template: Divi
*/
 
/*@import url("../Divi/style.css");*/
 
/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/
body {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #080808;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
/**************************
        HEADER
***************************/
#main-header {
    background-color: rgba(0,0,0,0);
	position:relative;
}
#main-header .container {
	display:flex;
	flex-direction:row
}
#main-header .logo_container {
	width:10%;
	height: 50px;
	margin-top: 10px;
	position:relative;
}
#main-header span.logo_helper {
	display:none;
}
#main-header .logo_container  {
	display:block;
}
#et-top-navigation {
	width:90%;
	padding:0px 30px 0px 0px;
	float:none;
	display:flex;
	flex-direction:row;
	justify-content:center;
} 
#et-top-navigation #et_mobile_nav_menu{
	min-width:180px;
	margin-top:10px;
} 
#main-header:after {
    content:'';
	background-image: url("/wp-content/uploads/2021/04/flag_UE.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 75%;
	height:45px;
	width:70px;
	position:absolute;
	top:10px;	
	right:20px;
	z-index: 1;
}

/** BUSCADOR **/
#et_top_search {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:10px 0px 0px 20px;
}
#et_top_search .et-search-field {
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.3);
} 
.et-search-form input {
    width: 100%;
    border: none;
    color: #989696;
    position: absolute;
    top: -6px;
    bottom: 0;
    right: 30px;
    margin: auto;
    background: #262626;
    padding: 0px 10px;
    height: 43px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.3);
}
#main-header .et_pb_menu_visible + .et_search_outer {
	z-index: 1;
}
#main-header .et_pb_menu_hidden + .et_search_outer  {
	background-color:black;
	z-index: 100;
}
/** MENU PRINCIPAL **/
#et-top-navigation {
	float:none;
	padding-left: 0px;
} 
ul#top-menu li a{
	font-size:15px;
}
ul#top-menu li.menu-item-has-children {
	position:relative;
	transition: transform 0.2s ease-out;
}
ul#top-menu li.menu-item-has-children:after {
    content:'';
	background-color: transparent !important;
	background-image: url(/wp-content/uploads/2020/04/arrow_next.png) !important;
	background-repeat: no-repeat;
	background-size: 6px;
	height:15px;
	width:15px;
	position:absolute;
	top:3px;
	right:16px;
	z-index: 1;
	transform: rotate(90deg);
	transition: transform 0.2s ease-out;
}
ul#top-menu li.current-menu-ancestor>a{
    font-weight:bolder;
    color:#fff !important
}

ul#top-menu li.current-menu-item>a{
	font-weight:bolder;
	color: #fff !important;
	text-transform:uppercase
}
/** items idioma **/
ul#top-menu li.lang-item {
    float:right;
    position:relative;
    opacity:.5;
}
ul#top-menu li.lang-item a {
    color:#679ab4 !important;
}
ul#top-menu li.lang-item.current-lang {
    opacity:1;
}
ul#top-menu li.lang-item.current-lang:after {
    content:'·';
    position:absolute;
    left: 5px;
    bottom: -4px;
    height: 15px;
    color: #679ab4;
    font-size: 24px;
}
ul#top-menu li.lang-item-en {
    margin-left:11px;
    margin-right:24px;
    
}
ul#top-menu li.lang-item-en:before {
    content:'';
    border-right:1px solid #fff;
    position:absolute;
    left: -6px;
    top: 0px;
    height: 15px;
}

/** efecto hover menus **/
ul#top-menu li.menu-item-has-children.et-hover:after {
	top:-5px;
	right:10px;
	transform: rotate(-90deg);
}
/** hover abrir submenu **/
#top-menu li.et-hover:hover>ul.sub-menu {
    background-color: rgba(0,0,0,0.85);
}
/** submenu n2 **/
#top-menu ul.sub-menu{
	position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    left: -70;
    right: 0;
    margin: auto;
	flex-grow:1;
    height:70px;
    padding:1% 10% 1% 10%
}

#top-menu ul.sub-menu li a{
	font-size:12px;
	color: #679ab4;
	text-transform: capitalize;
	width:auto;
	padding:0px;
	line-height:normal;
	font-weight:bold;
}

#top-menu ul.sub-menu li a:hover{
	color: #fff;
}

#top-menu ul.sub-menu li a:hover:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 50%;
	border-bottom: 2px solid #679ab4;
	height: 15px;
}
#top-menu .menu-item-has-children>a:first-child:after{
	display:none
}

/* mobil menu */
#main-header .et_menu_container {
	display:flex;
	align-items: center;
	position:relative;
}
#main-header .et_mobile_menu{
	
}


@media only screen and (max-width: 1320px){
	#main-header .et_menu_container {
        width:90%;
    }
	#main-header #et-top-navigation {
    	width: 80%;
	}
	ul#top-menu li {
		padding-right: 12px;
	}
	ul#top-menu li.lang-item-en {
		margin-left: 11px;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 768px){
	#main-header .et_menu_container {
        width:100%;
		padding:0px 30px;
    }
    #main-header .logo_container {
		width:50%;
        height: 48px;
		padding-left:0px;
    }
	
	#main-header .et_search_outer .et-search-form{
		width:100% !important;
		max-width:100% !important;
	}
	#main-header #et-top-navigation {
    	width: 100%;
		padding:0px 30px;
	}
	#main-header .mobile_nav .select_page{
		min-width: 120px;
    	line-height: 15px;
	}
    #main-header #et-top-navigation .mobile_menu_bar{
        padding-bottom: 12px;
    }
}

/**************************
    MODULOS home
***************************/
.et_pb_section{
	background-color:transparent
}
.et_pb_section h2.os-section_title {
    font-size: 55px;
    line-height: 60px;
    font-weight: 300;
    color: #080808;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.et_pb_section p.os-section_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #080808;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
h2.os-section_title,
h2.os-section_intro_title,
h2.os-section_carouselcards_title,
/* h2.os-section_whatwedo_title, */
h2.os-section_publications_title,
h2.os-section_certifications_title,
h2.os-section_follow-us_title,
h2.os-section_clients_title,
h2.os-section_textcenter-img100_title,
h2.os-section_offices_title  {
    font-size: 55px;
    line-height: 60px;
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 980px){
    h2.os-section_title,
    h2.os-section_intro_title,
    h2.os-section_carouselcards_title,
    /* h2.os-section_whatwedo_title, */
    h2.os-section_publications_title,
    h2.os-section_certifications_title,
    h2.os-section_follow-us_title,
    h2.os-section_clients_title,
    h2.os-section_textcenter-img100_title,
    h2.os-section_offices_title   {
        font-size: 44px !important;
        line-height: 48px;
        margin: 10px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }
}
@media only screen and (max-width: 767px){
    h2.os-section_title,
    h2.os-section_intro_title,
    h2.os-section_carouselcards_title,
    h2.os-section_whatwedo_title,
    h2.os-section_publications_title,
    h2.os-section_certifications_title,
    h2.os-section_follow-us_title,
    h2.os-section_clients_title,
    h2.os-section_textcenter-img100_title,
    h2.os-section_offices_title  {
        font-size: 40px !important;
        line-height: 44px;
        margin: 10px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }
}
/** *********************** **/
/** HERO HOME + CARRUSEL **/
.os-section_heroHome_title.logo-OS{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin:-20px 0px 10px 0px;
    padding:0px;
}
.os-section_heroHome_title.logo-OS span{
    color:transparent;
    box-shadow: none;
    text-shadow: none;
}

.os-section_heroHome_title_n2,
.et_pb_slide_content h2 {
    font-size: 56px;
    letter-spacing:5.6px;
    line-height:60px;
    color: #679AB4 !important;
    font-weight: 100;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_heroHome_text,
.et_pb_slide_content p {
    font-size:16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
/* HERO SUBHOME */ 
.os-section_heroSubhome_title,
.et_pb_text_0 h1 {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 3.5em;
    color: #ffffff!important;
    letter-spacing: 9px;
    text-align: center;
}
.et_pb_slide_0 .et_pb_container {
    margin-top: 0 !important;
}
.et_pb_fullwidth_slider_0 .et_pb_container.clearfix{
	    height: 768px;
    min-height: 768px;
}
.et_section_regular.et_pb_section_0.et_pb_section:not(.et_pb_fullwidth_section){
	padding-top: 10% !important;
}
.et_pb_fullwidth_slider_0 .et_pb_slide_0{
	padding-top: 50px !important;
}
@media (max-width: 980px) {
    .os-section_heroHome_title.logo-OS img{
        margin-top: 50px;
    }
    .os-section_heroSubhome.et_pb_section {
        padding:20% 10% 5% 10%;
    }
}
@media only screen and (max-width: 767px){
    .et_pb_fullwidth_slider_0, 
    .et_pb_fullwidth_slider_0 .et_pb_slide {
        height: 80vh !important;
        min-height: 80vh !important;
        max-height: 80vh !important;
    }
    .os-section_heroHome_title.logo-OS img{
        margin-top: -50px;
    }
    .os-section_heroHome_title_n2, 
    .et_pb_slide_content h2 {
        font-size: 50px;
        line-height: 53px;
    }
    .os-section_heroHome_text, 
    .et_pb_slide_content p {
        font-size: 14px;
        line-height: 20px;
    }
    .os-section_heroSubhome.et_pb_section {
        padding:35% 10% 5% 10%!important;
    }
}
/* HERO + CONTACT*/
.hero-carrusel_contact .et_pb_row_0{
    border-top:1px solid #293D68;
    border-bottom:0px;
}
.hero-carrusel_contact .et_pb_column_1_3 {
    position:relative;
}
.hero-carrusel_contact .et_pb_column_1_3:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 17px;
    border-right:1px solid #293D68;
    height:70%;
}
.hero-carrusel_contact .et_pb_column_1_3.et-last-child:before {
    border-right:0px;
}
.hero-carrusel_contact .et_pb_column_1_3:after {
    border-bottom:0px;
}
.hero-carrusel_contact .et_pb_column{
    border:0px;
}
.hero_contact {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero_contact_title {
    font-size: 14px; 
    color: #679ab4 !important;
}
.hero_contact_desc { 
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    margin-top: -10px;
}
.hero_contact_desc { 
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    margin-top: -10px;
}
@media (max-width: 980px) {
    .hero-carrusel_contact .et_pb_row_0 .et_pb_column_1_3 {
        width:33.33%;
        padding:20px 0px;
        margin:0px;
    }
    .hero-carrusel_contact .et_pb_column_1_3:after {
        border-bottom:0px;
    }
}
@media only screen and (max-width: 767px){
    .hero-carrusel_contact .et_pb_row_0{
        border-top:1px solid #293D68;
        border-bottom:1px solid #293D68;
    }
    .hero-carrusel_contact .et_pb_column_1_3 {
        padding:10px 0px;
        margin:0px 0px 0px 0px;
    }
	.hero-carrusel_contact .et_pb_column_1_3:before {
        content: "";
        border-right:0px;
    }
    .hero-carrusel_contact .et_pb_column_1_3:after {
        content: "";
        position: absolute;
        left: 24%;
        bottom: 0px;
        border-bottom:1px solid #293D68;
        width:50%;
    }
    .hero-carrusel_contact .et_pb_column_1_3.et-last-child:after {
        border-bottom:0px;
    }
    .hero-carrusel_contact p.hero_contact {
        line-height: 30px;
    }
}

/** *********************** **/
/**** ficha_rollover_25 (business line) ****/
#os-section_businessline .et_pb_row_2.et_pb_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#os-section_businessline .et_pb_column_1_4.et_pb_column {
    width: auto;
	margin: auto;
}
#os-section_businessline .et_pb_column_1_4.et_pb_column:first-child {
	margin-left: 0;
}
#os-section_businessline .et_pb_column_4_4.et_pb_column {
    width:100%
}
.ficha_rollover_25{
	border-radius:20px;
	display:flex;
    align-items:center;
}

.ficha_rollover_25 .et_pb_blurb_content {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-height: 391px;
    height: 391px;
    max-height: 391px;
    display: flex;
    align-items: center;
}
[class*=ficha_rollover] h1,
[class*=ficha_rollover] .ficha_rollover_title {
	font-size:21px;
}
[class*=ficha_rollover] p,
[class*=ficha_rollover] .ficha_rollover_text {
	font-size:14px;
}

.ficha_rollover_25:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    margin: auto;
    padding: 0px;
    background-repeat: no-repeat;
}
.ficha_rollover_25.darkblue:before{
    background-image: url(/wp-content/uploads/2020/04/mask_blue.png);
    width: 248px;
    max-width: 248px;
    min-width: 248px;
}
.ficha_rollover_25.green:before{
    background-image: url(/wp-content/uploads/2020/04/mask_green.png);
    background-size: 100%;
    width: 250px;
    max-width: 250px;
    min-width: 250px;
}
.ficha_rollover_25:hover .seemore:before {
    content: '';
    width: 20%;
    position: absolute;
    height: 30px;
}
.ficha_rollover_25.green:hover .seemore:before {
    border-bottom: 3px solid #08c0bd;
}
.ficha_rollover_25.darkblue:hover .seemore:before {
    border-bottom: 3px solid #679ab4;
}

.ficha_rollover_100.lightblue{
	border-radius:20px;
	display:flex;
	align-items:center;
}
.ficha_rollover_100.lightblue:before{
    content: '';
    background-image: url(/wp-content/uploads/2020/05/mask_bluelight.png);
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    border-radius: 20px;
    margin: auto;
    padding: 0px;
    background-repeat: no-repeat;
    background-size:cover;
}
.ficha_rollover_100:hover .seemore:before{
	content: '';
    border-bottom: 3px solid #24263D;
    width: 20%;
    position: absolute;
    height: 30px;
    margin:auto;
    left:0;
    right:0;
}


/*-- hover --*/
[class*=ficha_rollover]:hover:before{
    transition: transform 1s;
    transform: scale(0);
    transform-origin: bottom right;
}

[class*=ficha_rollover]:hover span {
	color:#fff !important
}
[class*=ficha_rollover]:hover h2,
[class*=ficha_rollover]:hover .ficha_rollover_title {
	color:#fff !important
}
[class*=ficha_rollover]:hover p,
[class*=ficha_rollover]:hover .ficha_rollover_text {
	display:none;
}
[class*=ficha_rollover] p.seemore {
	display:none;
}
[class*=ficha_rollover]:hover p.seemore,
[class*=ficha_rollover]:hover p.seemore a {
	display:block;
	color:#fff;
	font-weight:bolder
}
@media only screen and (max-width: 1100px){
    #os-section_businessline .et_pb_column_1_4.et_pb_column {
        width: 50%;
		margin: 0 0 20px 0;
    }
}
@media only screen and (max-width: 980px){
    #os-section_businessline .et_pb_column_4_4.et_pb_column {
        width:92%;
        padding:0px;
    }
    #os-section_businessline .et_pb_row_3 {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    [class*=et_pb_blurb_].et_pb_blurb.et_pb_module {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .ficha_rollover_100.lightblue:before{
        background-image: url(/wp-content/uploads/2020/05/mask_bluelight.png);
        width: 100%;
    } 

}
@media only screen and (max-width: 767px){
    #os-section_businessline .et_pb_column_1_4.et_pb_column,
    #os-section_businessline .et_pb_column_4_4.et_pb_column {
        width:100%;
    }
    #os-section_businessline [class*=et_pb_blurb_].et_pb_blurb.et_pb_module { 
        height: 390px;
        min-height: 390px;
        max-height: 390px;
        width: 250px;
        max-width: 250px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    #os-section_businessline [class*=et_pb_blurb_].et_pb_blurb.et_pb_module .et_pb_blurb_content {
        align-items: left;
    }
    .ficha_rollover_100.lightblue:before{
        background-image: url(/wp-content/uploads/2020/05/mask_bluelight_mobile.png);
        width: 248px;
        max-width: 248px;
        min-width: 248px;
        left: inherit;
    } 
    
}

/***************************/
/***** carousel ficha 1/2 **/
.slider_ficha_50 .et-pb-arrow-next{	
	float: right;
	margin-top: 20px;
	margin-right: 22px;
	transition:none;
	right: 22px;
}
.slider_ficha_50 .et-pb-arrow-prev{
	float: left;
	margin-top: 20px;
	margin-left: 22px;
	transition:none;
	left:22px;
}

.slider_ficha_50 .et-pb-controllers {
	position: relative;
    margin-top: 30px;
    bottom: initial;
}
@media only screen and (max-width: 767px){
    .slider_ficha_50 .et-pb-arrow-next{	
        float: right;
        margin-top: 20px;
        margin-right: 0px;
        transition:none;
        right: 0px;
    }
    .slider_ficha_50 .et-pb-arrow-prev{
        float: left;
        margin-top: 20px;
        margin-left: 0px;
        transition:none;
        left:0px;
    }
}

/** *********************** **/
/** Section carrusel clientes/partners **/
#os-clientes {}
.os-section-clientes h2.os-section_title,
.os-section-carrusel h2.os-section_title {
    text-align: center;
}
#os-clientes .sa_owl_theme .owl-stage-outer {
    height: 150px;
}
.owl-carousel .owl-dots {
    position:absolute;
    bottom: -20px;
}
.os-section-clientes .sa_owl_theme .owl-dots .owl-dot span,
.os-section-carrusel .sa_owl_theme .owl-dots .owl-dot span{
    background-color:#fff !important;
    border:1px solid #679AB4 !important;
}
.os-section-clientes .sa_owl_theme .owl-dots .owl-dot.active span,
.os-section-carrusel .sa_owl_theme .owl-dots .owl-dot.active span{
    background-color:#679AB4 !important;
}
.os-section-clientes .sa_owl_theme .owl-nav,
.os-section-carrusel .sa_owl_theme .owl-nav {
    position:absolute;
    bottom: -22px;
    width: 50%;
    left: 25%;
}
.os-section-clientes .white .sa_owl_theme .owl-nav .owl-prev,
.os-section-carrusel .white .sa_owl_theme .owl-nav .owl-prev{
    background-color:transparent !important;
    background-image: url(/wp-content/uploads/2020/04/arrow_preview.png) !important; 
}
.os-section-clientes .white .sa_owl_theme .owl-nav .owl-next,
.os-section-carrusel .white .sa_owl_theme .owl-nav .owl-next {
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2020/04/arrow_next.png) !important; 
}
@media only screen and (max-width: 981px){
}
@media only screen and (max-width: 767px){
    .os-section-clientes .sa_owl_theme .owl-dots,
    .os-section-carrusel .sa_owl_theme .owl-dots {
        display:none !important;
    }
}


/** *********************** **/
/** Section galeria partners **/
#os-partners h2.os-section_title {
    text-align: center;
	margin-bottom:0px;
}
#os-partners .sa_owl_theme .owl-stage-outer {
    height:200px;
}
#os-partners .sa_owl_theme.sa_hover_container {
	padding:0px 5%;
}
#os-partners .et_post_gallery {
    display: flex;
    align-items: center;
    justify-content: center;
	margin:40px 0px 20px 0px;
}
/**************************
    MODULOS subhome
***************************/
/** section INTRO **/
.os-section_intro {}
.os-section_intro_title {
    font-size: 56px;
    line-height:60px;
    font-weight: 300;
    text-align: center;
    color: #080808;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_intro_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    color: #080808;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
/** bloques de la SH Lineas **/
.os-section_block_lines_title {
    font-size: 29px;
    line-height:32px;
    font-weight: 600;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_block_lines_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.bg-dark {
    color: #fff;
}
.bg-light {
    color:#080808;
}

/**************************
    MODULOS interiores
***************************/
/** section content **/
.os-content {}
.os-content_title {
    font-size: 26px;
    line-height:34px;
    font-weight: 900;
    color: #080808;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.os-content_title_n2 {
    font-size: 24px;
    line-height:28px;
    font-weight: 600;
    color: #080808;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.os-content_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #080808;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.os-content_list {
    text-align: left;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.os-content_list li{
    list-style: none;
    position: relative;
    margin-bottom:15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
.os-content_list li:before{
    content: "";
    border-bottom: 2px solid #679AB4;
    width: 17px;
    height: 20px;
    position: absolute;
    top: -8px;
    left: -26px;
    right: 0px;
}

/** *********************** **/
/** section squares **/
.os-section_squares {}
.os-section_squares_row {
    width: 70%;
    height: 400px;
    overflow: hidden;
    border-bottom: 4px solid #fff;
}
.os-section_squares_row .et_pb_column:first-child {
    border-right: 2px solid #fff;
}
.os-section_squares_row .et_pb_column:last-child {
    border-left: 2px solid #fff;
}

.os-section_squares_title,
.os-section_squares_row .et_pb_module_header,
.et_pb_cta_2.et_pb_promo h2, 
.et_pb_cta_2.et_pb_promo h1.et_pb_module_header, 
.et_pb_cta_2.et_pb_promo h3.et_pb_module_header, 
.et_pb_cta_2.et_pb_promo h4.et_pb_module_header, 
.et_pb_cta_2.et_pb_promo h5.et_pb_module_header, 
.et_pb_cta_2.et_pb_promo h6.et_pb_module_header {
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 900 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_squares_text {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_squares_text_small {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_squares_text.text_line:before {
    content: "";
    border-bottom: 5px solid #679AB4;
    width: 40%;
    height: 20px;
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.os-section_squares_row .os-section_squares_block,
.os-section_squares_row .et_pb_column {
    height:400px;
    min-height: 400px;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.os-section_squares_block.b-photo {
    height:400px;
    padding:0px !important;
}
.os-section_squares_block.b-photo img {
    object-fit: cover;
}

.os-section_squares_block.b-white {
    background-color:#fff;
}
.os-section_squares_block.b-green {
    background-color: linear-gradient(rgb(0,42,79) 0%, rgba(0,193,190) 100%);
}
.os-section_squares_block.b-darkblue {
    background-color:#24263d;
}
#os-squares_certification .os-section_squares_block.b-darkblue p{
    font-size:24px;
    line-height:28px;
    margin-bottom:20px;
}
@media only screen and (max-width: 981px){
    .os-section_squares_row.et_pb_row{
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .os-section_squares_row.et_pb_row .et_pb_column.et_pb_column_1_2 {
        width:50%
    }
}

@media only screen and (max-width: 767px){
	.os-section_squares_row.et_pb_row {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .os-section_squares_row.et_pb_row .et_pb_column.et_pb_column_1_2 {
        width:100%;
    }
    .os-section_squares_row,
    .os-section_squares_row .et_pb_column:first-child,
    .os-section_squares_row .et_pb_column:last-child {
        border:0px;
    }
    .os-section_squares_row.et_pb_row_2 .et_pb_column:first-child {order: 2;}/*texto*/
    .os-section_squares_row.et_pb_row_2 .et_pb_column:last-child {order: 1;}/*foto*/

    .os-section_squares_row.et_pb_row_3 .et_pb_column:first-child {order: 1;}/*foto*/
    .os-section_squares_row.et_pb_row_3 .et_pb_column:last-child {order: 2;}/*texto*/

    .os-section_squares_row.et_pb_row_4 .et_pb_column:first-child {order: 2;}/*texto*/
    .os-section_squares_row.et_pb_row_4 .et_pb_column:last-child {order: 1;}/*foto*/

    .os-section_squares_row.et_pb_row_5 .et_pb_column:first-child {order: 1;}/*foto*/
    .os-section_squares_row.et_pb_row_5 .et_pb_column:last-child {order: 2;}/*texto*/
    
    .os-section_squares_row.et_pb_row_6 .et_pb_column:first-child {order: 2;}/*texto*/
    .os-section_squares_row.et_pb_row_6 .et_pb_column:last-child {order: 1;}/*fptp*/

    .os-section_squares_row.et_pb_row_7 .et_pb_column:first-child {order: 1;}/*foto*/
    .os-section_squares_row.et_pb_row_7 .et_pb_column:last-child {order: 2;}/*texto*/
}
/** *********************** **/
/** section use cases o join us **/
.os-section_carouselcards {}
.os-section_carouselcards_title {
    font-size: 44px;
    line-height: 45px;
    font-weight: 300;
    color:#fff;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_carouselcards_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_carouselcards_card_title,
.os-section_carouselcards h3.et_pb_slide_title {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_carouselcards_card_text {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
    border-radius:20px;
}
@media only screen and (max-width: 980px){
    .os-section_carouselcards {}
}
@media only screen and (max-width: 767px){
}
/** *********************** **/
/** seccion text25+img75 **/
.os-section_text25-img75 {}
.os-section_text25-img75_title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_text25-img75_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

/** *********************** **/
/** seccion textcenter+img100 **/
.os-section_textcenter-img100 {}
.os-section_textcenter-img100_title {
    font-size: 56px;
    line-height: 60px;
    font-weight: 300;
    color: #080808;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}
.os-section_textcenter-img100_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #080808;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
/** *********************** **/
/** seccion dinamic banner o tabs verticales **/
[class*=dinamic-banner] .et_pb_module, 
[class*=dinamic-banner] .banner-menu-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
[class*=dinamic-banner] ul{
	list-style:none;
  	color:#fff;
}

[class*=dinamic-banner] ul li{
  	font-size: 18px;
    padding: 8px 0px;
    cursor:pointer;
      min-width: 100%;
      position:relative;
}

[class*=dinamic-banner] ul li.active{
  font-weight:bolder;
}
[class*=dinamic-banner] ul li:hover:before, 
[class*=dinamic-banner] ul li.active:before {
    content: "";
    color: #fff;
    width: 15%;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom:0px;
    left:0px;
}
[class*=dinamic-banner] .et_pb_blurb{
    width:100%
}
[class*=dinamic-banner] .et_pb_blurb_content{
    max-width:50%;
}

[class*=dinamic-banner] .content-dinamic-banner-box{
    height:450px;
}

[class*=dinamic-banner] .content-dinamic-banner-box > div {
  position:absolute;
  top:0;
  left:0;
  z-index:1
}
[class*=et_pb_promo]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/**/
.os-section_dinamic-banner {}
.os-section_dinamic-banner_menu {}
.os-section_dinamic-banner_menu li {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 0px;
    cursor: pointer;
    min-width: 100%;
}
.os-section_dinamic-banner_menu li.active {
    font-weight: 700 !important;
}
.os-section_dinamic-banner_menu li.hover {
    font-weight: 500;
}

.os-section_dinamic-banner_menu li:before {
    content: "";
    color: #fff;
    height: 30px;
    width: 0%;
    border-bottom: 2px solid #fff;
    position: absolute;
    transition: width .3s;
}
.os-section_dinamic-banner_menu li:hover:before,
.os-section_dinamic-banner_menu li.active:before  {
    width:15%;
}
.os-section_dinamic-banner_content_text {
    font-size: 15px;
    line-height: 20px !important;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 980px){
    [class*=dinamic-banner] ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding:10px 20px;
    }
    [class*=dinamic-banner] ul li {
        width:50%;
        min-width:50%;
        padding-right:10px;
        font-size:14px;
        line-height: 16px;
    }

}
@media only screen and (max-width: 767px){
   [class*=dinamic-banner] ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    [class*=dinamic-banner] ul li {
        width:50%;
        min-width:50%;
        padding-right:10px;
        font-size:14px;
        line-height: 16px;
    }
    [class*=dinamic-banner] .et_pb_blurb_content {
        width:100%;
        padding:10px 20px;
    }
}

/** *********************** **/
/** seccion de doble imagen**/
.os-section_dobleimg {}
.os-section_dobleimg_title {}
.os-section_dobleimg_text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 980px){
    .os-section_dobleimg .et_pb_column.et_pb_column_1_2 {
        width:50%;
    }
}
@media only screen and (max-width: 767px){
    .os-section_dobleimg .et_pb_column.et_pb_column_1_2 {
        width:100%;
    }
}

/** *********************** **/
/** seccion follow us **/
.os-section_follow-us  {}
.os-section_follow-us_title  {}
.os-section_follow-us ul.et_pb_social_media_follow li a.icon {
    background-color:#679AB4!important;
    color: #679AB4!important;
    transition: background-color .3s;
	margin-right:5px;
	width:52px;
	height:52px;
}
.os-section_follow-us ul.et_pb_social_media_follow li a.icon:before {
    color: #ffffff;
}
.os-section_follow-us ul.et_pb_social_media_follow li a.icon:hover {
    background-color: #072946;
    color: #fff!important;
}
.os-section_follow-us ul.et_pb_social_media_follow li a.icon:hover::before {
    background-color: #072946;
    color: #fff!important;
}

/************************************
    SUBHOME del blog-publicaciones
************************************/
/**colores negro menu y submenu en páginas de publicaciones**/
#main-header, 
.et-fixed-header#main-header .nav li ul, 
.et-fixed-header .sub-menu{
    background-color: rgba(0,0,0,0.85) !important
} 
/*** colores de categorias ***/
.categories-links a,
.categories-links a[href$="empresa/"]{
    background-color: #000/*negro*/;
}
.categories-links a[href$="teletrabajo/"]{
    background-color: #38C5A2/*verde*/;
}
.categories-links a[href$="infograpfia/"]
.categories-links a[href$="infographic/"]{
    background-color: #76C538/*verde*/;
}
.categories-links a[href$="video/"]{
    background-color: #bc38c5/*rosa*/;
}
.categories-links a[href$="noticias/"],
.categories-links a[href$="articulo/"],
.categories-links a[href$="article/"]{
    background-color: #C54038/*rojo*/;
}
.categories-links a[href$="success-story/"]{
    background-color: #3850C5/*morado*/;
}
.categories-links a[href$="whitepaper/"]{
    background-color: #C59E38/*mostaza*/;
}
.categories-links a[href$="opensistemas/"]{
    background-color: #24263D/*morado*/;
}
.categories-links a[href$="descargas/"],
.categories-links a[href$="downloads/"]{
    background-color: rgb(0, 188, 212);
}
/*** posición etiquetas categorias *************/
#os-custom-post i{
    display:none;
}
#os-custom-post .categories-links a{
    padding: 10px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 5px;
    pointer-events: none; 
    cursor: default;
    font-size: 12px;
}

/*** campo búsqueda en publicaciones ****/
#os-custom-post .rt-search-filter-wrap{
    padding: 0;
    position: absolute !important;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width:50%;
    margin:0px auto;
    border:none;
    border-radius:20px;
    padding:20px;
}

#os-custom-post .os-publicaciones .rt-search-filter-wrap:before {
    content: "";
    position: absolute;
    top: 30px;
    background: url(/wp-content/uploads/2020/04/search.png) no-repeat right;
    width: 40px;
    height: 20px;
}
#os-custom-post .os-publicaciones .rt-search-input {
    background-color:#f1f1f1;
    width:100%;
    border-radius:20px;
    border:none;
    padding: 12px 50px;
}

:lang(en) #os-custom-post .os-publicaciones .rt-search-input::placeholder{
    content: "Search...";
}
:lang(en) #os-custom-post .os-publicaciones .rt-search-input::placeholder{
    content: "Buscar...";
}

#os-custom-post .os-publicaciones .rt-action{
    display:none
}
#os-custom-post .post-meta-user {
    position: absolute;
    top: 0;
    display: flex;
    height: 500px;
    flex-wrap: wrap;
    align-content: flex-end;
    min-height: 85px;
    padding: 0;
    left: 5px;
}
#os-custom-post .categories-links{
    height:30px;
    align-self:flex-end;
}
#os-custom-post .read-more a{
    color: #679AB4 !important;
    font-weight: 700;
}
#os-custom-post .read-more{
    float:left !important;
    padding:0 !important;
}
#os-custom-post .entry-title{
    margin-bottom:0px;
}
#os-custom-post .tpg-excerpt{
    font-weight:500
}
#os-custom-post .rt-img-holder{
    overflow: hidden;
    width:auto;
    height:500px;
    box-shadow:5px 5px 13px 0px rgba(0, 0, 0, 0.19);
}
#os-custom-post .rt-img-holder img {
    height: 500px;
    /*width: auto;*/
    /*max-width: initial;*/
		/*display:block;*/
		/*margin: auto;*/
  	width: auto;
}

@supports(object-fit: cover){
    #os-custom-post .rt-img-holder img {
      height: 500px;
      object-fit: cover;
      object-position: center center;
    }
}

#os-custom-post .masonry-grid-item{
    padding-left:5px !important;
    padding-right:5px !important;
}
@media only screen and (max-width: 981px){
    #os-custom-post .rt-holder {
        display:flex;
        flex-direction: row;
    }
    #os-custom-post .rt-img-holder{
        width:40%;
        height: 300px;
    }
    #os-custom-post .rt-detail{
        width:60%;
        padding-left:20px;
    }

    #os-custom-post .rt-img-holder img,
    #os-custom-post .post-meta-user {
        height: 300px;
    }
}
  
@media only screen and (max-width: 767px){
    #os-custom-post .rt-holder {
        display:flex;
        flex-direction: column;
    }
    #os-custom-post .rt-img-holder{
        width:100%;
        height: 300px;
    }
    #os-custom-post .rt-detail{
        width:100%;
        padding-left:0px;
    }
    #os-custom-post .rt-img-holder img,
    #os-custom-post .post-meta-user {
        height: 300px;
    }
}
/***** filtro superior de taxonomias ****** */
#os-custom-post .rt-layout-filter-container{
    margin: -5px -5px 50px
}
#os-custom-post .rt-filter-button-wrap{
    display:flex;
    overflow-x:auto;
    padding:20px 0px;
    align-items: center;
}

#os-custom-post .rt-filter-button-wrap {  -ms-overflow-style: none; }

#os-custom-post .rt-filter-button-item{
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 20px;
    text-align: center;
    min-width:180px;
    max-width: max-content;
}
#os-custom-post .rt-filter-button-item.selected{
    background-color:#679AB4 !important;
    color:#fff;
    border-width:0px;
}
#os-custom-post .sub-button-group {
	margin:10px 0px;
}
#os-custom-post .sub-button-group .rt-filter-button-item{
    padding: 10px;
    border: 1px solid #679AB4 !important;
	color:#679AB4;
    border-radius: 20px;
    text-align: center;
    min-width:180px;
    max-width: max-content;
}
#os-custom-post .sub-button-group .rt-filter-button-item:hover,
#os-custom-post .sub-button-group .rt-filter-button-item.selected{
	background-color:#0C4D6F !important;
	color:white;
}
/*** scroll chrome ***/
/* width */
#os-custom-post .rt-filter-button-wrap::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	margin-top: 20px;
}
/* Track */
#os-custom-post .rt-filter-button-wrap::-webkit-scrollbar-track {
	box-shadow: inset 0 1px 3px 0 transparent;
	background-color: transparent;
}
#os-custom-post .rt-filter-button-wrap::-webkit-scrollbar-track-piece {
	background-color: #d1d1d1;
	margin-top: 10vh;
	margin-bottom: 10vh;
}
/* Handle */
#os-custom-post .rt-filter-button-wrap::-webkit-scrollbar-thumb {
	background: #679AB4;
	margin-top: 10vh;
	height: 40px;
	margin-bottom: 10vh;
}
/* Handle on hover */
#os-custom-post .rt-filter-button-wrap::-webkit-scrollbar-thumb:hover {
	background: #5e5c5c;
}
/* si no hay publicaciones*/
#os-custom-post .rt-content-loader>p {
    text-align: center;
}
/* paginacion */
.paginationjs .paginationjs-pages li a:hover{
    background-color:#072946 !important;
    border:1px solid #072946 !important;
    color:#fff;
    font-weight: 500;
}
.paginationjs .paginationjs-pages li.active a{
    background-color:#679AB4 !important;
    color:#fff;
    font-weight: 500;
    border:1px solid #679AB4 !important;
}
.paginationjs .paginationjs-pages li.paginationjs-prev,
.paginationjs .paginationjs-pages li.paginationjs-next {
    position:relative;
}
.paginationjs .paginationjs-pages li.paginationjs-prev a{
    background-color:transparent !important;
    background-image: url(/wp-content/uploads/2020/04/arrow_preview.png) !important;
    background-repeat: no-repeat;
    background-position:3px 3px;
    border:none !important; 
    position: absolute;
    top:10px;
}
.paginationjs .paginationjs-pages li.paginationjs-next a{
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2020/04/arrow_next.png) !important;
    background-repeat: no-repeat;
    border:none !important; 
    background-position:10px 3px;
    position: absolute;
    top:10px;
}

/*******************************************************
            PAGINA DETALLE - TIPO POST
      p/publicaciones, ofertas y casos de uso
********************************************************/
.single .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-top: 0px !important;
}

.single .entry-content {
    padding-top: 30px;
    width: 80%;
    margin: 0px auto;
    max-width: 1080px   
}
.single .et_pb_post_content h2 {
    font-size: 28px;
    line-height:34px;
    font-weight: 800;
    color: #080808;
    margin: 50px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.single .et_pb_post_content h3 {
    font-size: 24px;
    line-height:28px;
    font-weight: 300;
    color: #080808;
    margin: 50px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.single .et_pb_post_content h4 {
    font-size: 20px;
    line-height:28px;
    font-weight: 600;
    color: #056ea0;
    margin: 50px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.single .et_pb_post_content p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #080808;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.single .et_pb_post_content p strong {
    font-weight: 600;
    font-size: 14px;
}
.single .et_pb_post_content a {
    font-weight: 500;
}
.single .et_pb_post_content a:hover {
    color: #33434c;
}
.single .et_pb_post_content ul{
    text-align: left;
    margin: 20px 0px 30px 20px;
    padding: 0px 0px 0px 0px;
}
.single .et_pb_post_content ul li{
    position: relative;
    margin-bottom:15px;
	line-height: 20px;
}
.single .et_pb_post_content ul li:before {
    content: "\2015";
    display: list-item;
    margin-right: 10px;
    color: #679AB4;
    font-size: 20px;
    font-weight: bold;
	 position:absolute;
	top:0px;
	left:0px
}
.single .et_pb_post_content blockquote{
   width:80%;
    margin: 40px auto;
	padding:40px;
}
.single .et_pb_post_content blockquote p{
   font-size: 22px;
   line-height: 25px;
}
.single .et_pb_post_content blockquote cite{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.single .et_pb_post_content figcaption {
    font-size: 12px;
    line-height: 14px;
    color: #484848;
}
.single .et_pb_post_content pre{
   width:80%;
   margin: 40px auto;
	padding:40px;
	background-color: #f7f7f7;
    border-left: 3px solid #679ab4;
}
.single .et_pb_post_content pre p{
   font-size: 22px;
   line-height: 25px;
}
.single .et_pb_post_content pre code{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
	font-family:Courier New;
}

/**** cabeceras generales single-post: entradas ***** */
article.type-post .et_post_meta_wrapper h1.entry-title {
    padding-top:7%;
    text-align: center;
    font-size: 2.5em;
    color:#fff;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
  } 
  
.head-single-post{
    padding-bottom:3%;
    background-size: cover;
    width:100% !important;
    max-width:100% !important;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    background-image: linear-gradient( 180deg, #679AB4 0%, #3A6181 100% ) !important;
}
article.et_pb_post.not_found .entry{
    background:initial
  }
.post-meta {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff !important;
}
.post-meta a{
color: #fff !important;
}

.post-meta-data{ /* clase añadida en divi para meta-datos*/
    justify-content:center;
}
.post-meta-data > div {
    display:flex;   
    justify-content:center;
    align-items:center;
    min-width: max-content;
    max-width: max-content;
    width: auto;
    padding:10px;
}
.post-meta-data .et_pb_blurb_content{
    padding:0 5px;
}
.post-meta-data .et_pb_main_blurb_image{
    margin-bottom:0px;
    width:max-content;
    padding-right:5px
}
.post-meta-data .et_pb_blurb_position_left .et_pb_blurb_container{
    padding-left:0px
}
/*************************************
        PAGINA detalle 
      p/detalle caso de uso
***************************************/
.use_case-template-default.single .container{
	width: 80%;
   max-width: 1080px;
}
/*************************************
        PAGINA detalle 
      p/detalle evento
***************************************/
#os-events_detalle_form {
    background-color: #f5f5f5;
    padding:20px;
}
#os-events_detalle_form #form-events .container{
    margin:0px;
	padding:0px !important;
}
#os-events_detalle_form h3{
    margin-bottom:20px;
}
#os-events_detalle_form #custom-form .wpcf7-text, 
#os-events_detalle_form #custom-form ::placeholder, 
#os-events_detalle_form #custom-form p label {
    font-size: 13px;
}
/*************************************
        PAGINA detalle 
      p/detalle publicacion
***************************************/
#os-publicacion_detalle .et_pb_post_content ul li:before {
    content: "\2015";
    display: list-item;
    margin-right: 10px;
    color: #679AB4;
    font-size: 20px;
    font-weight: bold;
	 position:absolute;
	top:0px;
	left:0px
}
/* etiquetas */
#os-publicacion_detalle.et_pb_section {
    padding-bottom:0px
}

#os-publicacion_detalle .os-modulo_etiquetas a{
    color:#080808 !important;
}
#os-publicacion_detalle .os-modulo_etiquetas a:hover{
    color:#3A6181;
}
/* columna derecha */
#os-publicacion_detalle .et_pb_widget select {
    width: 100%;
    height: 28px;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,.6);
}
#os-publicacion_detalle .et_pb_widget h4.widgettitle {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#os-publicacion_detalle .et_pb_widget ul li {
    margin-bottom: 15px;
    display:flex;
    flex-direction: column;
}
#os-publicacion_detalle .et_pb_widget ul li span.post-date,
#os-publicacion_detalle .et_pb_widget ul li span.wpp-date{
    font-size:10px;
    font-weight: 600;
}

/* relacionados */
#os-publicacion_detalle .yarpp-related h3{
    font-size:20px;
    font-weight: 700;
}

/* related posts */
#os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal{
    display: flex;
}
#os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: none;
    width: 100%;
    height: auto;
    margin: 15px;
    flex: 1;
}

#os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail > img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin: 10px 0;
    object-position: center;
}
#os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-default{
    margin: 10px 0;
}
#os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title{
    width: 100%;
    height: auto;
    max-height: inherit;
}
@media only screen and (max-width: 767px){
    #os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal{
        flex-direction: column;
    }
    #os-publicacion_detalle .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
        margin: 15px 0;

    }
}
/* otras publicaciones al final */
#os-publicacion_publicaciones.os-publicacion_sinform > .et_pb_row {
    border-top: 1px solid #679AB4;
}
#os-publicacion_publicaciones #os-custom-post > .et_pb_row {
    width:100%;
}
#os-publicacion_publicaciones .et_pb_widget_area_left {
    border-right: 0px solid rgba(0,0,0,.1);
    padding-right: 0px;
}
/* formulario dentro del content */
#os-publicacion_detalle  .os-modulo_form_detalle_title{
    background-color:#679AB4;
    padding:40px 40px 10px 40px;
    margin:0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color:#fff;
}
#os-publicacion_detalle .os-modulo_form_detalle_text{
    background-color:#679AB4;
    padding:10px 40px 40px 40px;
    margin:0px;
    font-size: 15px;
    color:#fff;
}
#os-publicacion_detalle .os-modulo_form_detalle {
    background-color: #f6f6f6;
    padding:40px 20px 40px 40px;
}
#os-publicacion_detalle .os-modulo_form_detalle#custom-form .wpcf7-text, 
#os-publicacion_detalle .os-modulo_form_detalle#custom-form ::placeholder, 
#os-publicacion_detalle .os-modulo_form_detalle#custom-form p label {
    font-size:15px;
}
#os-publicacion_detalle .os-modulo_form_detalle .container:before {
    display:none;
}
/* formulario fuera del content como seccion */
#os-section_form .os-section_form_title{
    padding:40px 40px 10px 40px !important;
    margin:0px !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color:#fff;
}
#os-section_form .os-section_form_text{
    padding:10px 40px 40px 40px !important;
    margin:0px !important;
    font-size: 15px;
    color:#fff;
}
#os-section_form .os-section_form_code{
    padding:40px 20px;
}
/*************************************
        PAGINA subhome 
      p/ofertas de empleo
***************************************/
/****** campo búsqueda en ofertas ********/
.offers-grid .rt-search-filter-wrap{
    padding: 0;
    position: absolute !important;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width:50%;
    margin:0px auto;
    border:none;
    border-radius:20px;
    padding:20px;
  }
  
.offers-grid .rt-search-filter-wrap:before {
      content: "";
      position: absolute;
      top: 30px;
      background: url(/wp-content/uploads/2020/04/search.png) no-repeat right;
      width: 40px;
        height: 20px;
  }
  
.offers-grid .categories-links{
      position: absolute;
      top: 0;
      display: flex;
      height: 500px;
      flex-wrap: wrap;
      align-content: flex-end;
      min-height: 85px;
      padding: 0;
      left: 0px;
  }
  
  .offers-grid .read-more a{
    color: #fff;
    font-weight: 700;
  }
  .offers-grid .read-more{
    float:left !important;
    padding:0 !important;
  }
  .offers-grid .entry-title{
    margin-bottom:0px;
    min-height:75px;
    display: flex;
    align-items: flex-end;
  }
  .offers-grid .rt-img-holder img{
    min-height:500px;
  }
  .offers-grid .masonry-grid-item{
    padding-left:0px !important;
    padding-right:0px !important
  }
  
  /* ************* filtro superior de taxonomias ***************** */ 
  .offers-grid .rt-layout-filter-container{
    margin: -5px -5px 50px
  }
  
  .offers-grid .rt-filter-button-wrap{
      display:flex;
        overflow-x:auto;
        padding:20px;
      align-items: center;
        justify-content:center;
  }
  
  .offers-grid .rt-filter-button-wrap::-webkit-scrollbar {   display: none; }  
  .offers-grid .rt-filter-button-wrap {  -ms-overflow-style: none; }
  
  .offers-grid .rt-filter-button-item{
    padding: 20px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 20px;
    text-align: center;
    min-width:180px;
    max-width: max-content;
  }
  
  .offers-grid .rt-filter-button-item.selected{
    background-color:#679AB4 !important;
    color:#fff;
    border-width:0px;
    
  }
  .offers-grid .rt-filter-button-item:hover{
    background-color:#679AB4 !important;
    color:#fff;
    border-width:0px;
  }
  .offers-grid .rt-filter-wrap {
      text-align:center;
  }

/* ********** cards grid ofertas de empleo  ************ */
h3.offers-grid-subtitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 100;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: space-around;
}
h3.offers-grid-subtitle:after {
    content:'';
    width:30%;
    border-top:1px solid rgba(0, 0, 0, 0.15);
}
h3.offers-grid-subtitle:before {
    content:'';
    width:30%;
    border-top:1px solid rgba(0, 0, 0, 0.15);
}
    
.offers-grid [class*='rt-col-']{
    padding-left:0px;
    padding-right:0px;
    margin-bottom:0px;
    margin-top:0px;   
}
  
.offers-grid .rt-grid-item .rt-holder {
    border-radius: 25px;
    max-height:max-content;
    padding:20px 40px;
    min-height:300px;
    border: 10px solid #fff;
}
#offers-grid .offers-grid .rt-grid-item .rt-holder {
    background-image:linear-gradient(180deg,#679AB4 0%,#3a6181 100%);
    /*background: url(/wp-content/uploads/2020/05/cards-grid.png) no-repeat right;*/
}
#offers-destacadas-grid .offers-grid .rt-grid-item .rt-holder {
    /*background-image:linear-gradient(180deg,#2C6E8F 0%,#082C48 100%);*/
    background: url(/wp-content/uploads/2020/05/cards-destacado-grid.png) no-repeat right;
}

.offers-grid .rt-holder .rt-detail {
    background:transparent !important;
    display: flex;
    flex-direction: column;
    padding:0 30px 0px;
}

.offers-grid .post-meta-user, .offers-grid .post-meta {
    order:1;
}

.offers-grid .rt-tpg-social-share{
    float:right;
    margin: 10px 0;
}
.offers-grid .rt-tpg-social-share a{
    padding: 3px 0;  
}
  .offers-grid .rt-tpg-social-share a i{
      color: #3e6786 !important ;
      background: #679AB4;
      border-radius: 50%;
      font-size: 16px;
		height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;       	
    color: #1d1d1d;
  }
.offers-grid .rt-tpg-social-share a i:before{
    font-family: ETmodules!important;
}
.offers-grid .rt-tpg-social-share a:hover i{
background:#fff;
}
  
.offers-grid a.facebook i:before{
	content:"\e093";
}
.offers-grid a.twitter i:before{
	content:"\e094";
}
.offers-grid a.linkedin i:before{
   content:"\e09d";
}
.offers-grid .post-meta{
    padding-bottom:0px
}
.offers-grid .post-meta .read-more{
    float: left;
    margin-top: 20px;
    font-weight: bold;
    color:#fff;
    padding:0px
}
.offers-grid .post-meta .read-more a{
    padding:5px 25px;
    border-radius:12px;
    background: #679AB4;
    color:#fff;
} 
.offers-grid .tpg-excerpt{
    max-width:95%;
    margin-bottom:25px;
    font-weight:500
} 
.offers-grid .entry-title{
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:10px; 
}
.offers-grid .rt-tpg-social-share:before{
    position: absolute;
    right: 70px;
    margin-top: -30px;
    font-weight: 500; 
}
:lang(en) .offers-grid .rt-tpg-social-share:before{
    content: "Share:";
}
:lang(es) .offers-grid .rt-tpg-social-share:before{
    content: "Compartir:";
}
@media only screen and (max-width: 981px){
    .offers-grid.et_pb_row {
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        width:100%;
        max-width: 100%;;
    }
    .offers-grid.rt-container-fluid {
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
    }
    .offers-grid .rt-layout-filter-container {
        margin: -5px -5px 10px;
    }
    .offers-grid .rt-row.rt-content-loader {
        padding:0px 15px 0px 15px;
        margin:0px 0px 0px 0px;
    }
    .offers-grid .rt-holder .rt-detail {
        padding: 10px 10px 0px;
    }
    .offers-grid .tpg-excerpt {
        max-width: 100%;
    }
    .offers-grid .post-meta{
        padding-bottom:20px;
        padding-top: 20px;
    }
}
  
@media only screen and (max-width: 767px){
    .offers-grid.et_pb_row {
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        width:100%;
        max-width: 100%;;
    }
    .offers-grid.rt-container-fluid {
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
    }
    .offers-grid .rt-layout-filter-container {
        margin: -5px -5px 10px;
    }
    .offers-grid .rt-row.rt-content-loader {
        padding:0px 15px 0px 15px;
        margin:0px 0px 0px 0px;
    }

    .offers-grid .rt-grid-item .rt-holder{
        padding:0px;
    }
    .offers-grid .rt-tpg-social-share{
        float:left;
        display:flex;
        justify-content:flex-start;
    }
    .offers-grid .tpg-excerpt{
      max-width:100%;
    }
    .offers-grid .rt-holder .rt-detail {
      padding: 10px 28px 0px;
    }
    .offers-grid .post-meta{
      padding-bottom:20px;
      padding-top:15px;

    }
    .offers-grid .post-meta .rt-tpg-social-share:before{
      left:40px;
      right:initial;
    }
    .offers-grid .post-meta .read-more{
        float: right!important;
        
      }
}
#offers-carrusel .offers-carrusel .rt-img-holder, 
#offers-carrusel .offers-carrusel .rt-img-responsive{
    border-radius:25px;
    height:270px;
    max-width: max-content;
    width:auto;
}

#offers-carrusel .offers-carrusel .rt-img-holder:before{
    content: "";
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(19,19,19,0.64) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}   

#offers-carrusel  .offers-carrusel .rt-grid-item .rt-holder{
    border-radius: 25px;
    background:transparent;
}

#offers-carrusel .offers-carrusel .rt-holder .rt-detail {
    background:transparent;
    position:absolute;
    top:0;
    height:270px;
    z-index:3;
    text-align:left;
    left: 5%;
    right: 5%;
}

#offers-carrusel .offers-carrusel .rt-with-title{
    left: 25px;
}

#offers-carrusel .offers-carrusel .rt-with-title h3.entry-title{
    max-width:80%;
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    margin: 40px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    
}

#offers-carrusel .offers-carrusel .tpg-excerpt{
    margin:70px 0 30px;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500;
    color: #fff;
    margin:70px 0 30px;
    padding: 0px 0px 0px 0px;
	max-width:95%;
}

#offers-carrusel .offers-carrusel .read-more{
    float:left;
    background-color: #679ab4;
    padding: 5px 35px;
    margin-top: 5px;
    border-radius: 12px;
    font-weight:700;
    transition: all 300ms ease 0ms;
}

#offers-carrusel .offers-carrusel .read-more:hover{
    cursor:pointer;
    background-color: #5a879e!important;
}
#offers-carrusel .offers-carrusel .read-more:hover:after{
    padding: 7px 37px;
}

#offers-carrusel .offers-carrusel .owl-controls{
    display: flex;
    justify-content: center;
    position:relative;
}

#offers-carrusel .offers-carrusel .owl-nav {
    position:relative;
    display:flex;
    justify-content:space-between;
    width: 95%;
    margin-top:50px;
}
#offers-carrusel .offers-carrusel .owl-nav [class*=owl-]{
    color:#679ab4 !important;
    background:transparent;
    display: flex;
    justify-content: space-around;
}

#offers-carrusel .offers-carrusel .owl-controls .owl-dots{
    bottom:initial;
    top:0;
}
#offers-carrusel .offers-carrusel .owl-controls .owl-prev .fa:before {
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background-color: transparent!important;
    background-image: url(/wp-content/uploads/2020/04/arrow_preview.png)!important;
    background-repeat: no-repeat;
    background-size: 9px;
}
#offers-carrusel .offers-carrusel .owl-controls .owl-next .fa:before {
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background-color: transparent!important;
    background-image: url(/wp-content/uploads/2020/04/arrow_next.png)!important;
    background-repeat: no-repeat;
    background-size: 9px;
}
#offers-carrusel .offers-carrusel .owl-dot span{
    background:transparent;
    border:1px solid #679ab4
}

#offers-carrusel .offers-carrusel .owl-dot.active span{
    background:#679ab4;
    border:1px solid #679ab4
}
  
@media only screen and (max-width: 981px){
  
}
@media only screen and (max-width: 767px){
    #offers-carrusel .offers-carrusel .rt-img-holder, 
    #offers-carrusel .offers-carrusel .rt-img-responsive{
      height:350px;
    }
	#offers-carrusel.use-case .offers-carrusel .rt-with-title h3.entry-title{
        font-size:17px;
        line-height:19px;
    }
    #offers-carrusel.use-case .offers-carrusel .tpg-excerpt{
        margin:105px 0 30px ;
    }
}
/**********************************
    PAGINA SUBHOME - TIPO PAGINA
          p/join us
**************************************/
@media only screen and (max-width: 981px){

}
@media only screen and (max-width: 767px){
    #os-joinus_intro,
    #os-joinus_preparados,
    #os-joinus_clientes {
        padding:0px 0px;
    }
    #os-joinus_tabs [class*=dinamic-banner] ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #os-joinus_tabs [class*=dinamic-banner] ul li {
        width:50%;
        min-width:50%;
        padding-right:10px;
        font-size:13px;
        line-height: 16px;
    }
}

/**********************************
    PAGINA SUBHOME - TIPO PAGINA
            p/cultura
**************************************/
@media only screen and (max-width: 981px){
    #os-cultura_intro.et_pb_section,
    #os-cultura_neuroons.et_pb_section,
    #os-cultura_womeninos.et_pb_section {
        padding: 0px 0px;
    }
    #os-cultura_intro.et_pb_section .et_pb_row,
    #os-cultura_neuroons.et_pb_section .et_pb_row,
    #os-cultura_womeninos.et_pb_section .et_pb_row {
        padding: 20px 0px !important;
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_row{
        display:flex;
        flex-direction: row;
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_column_1_3{
        width:50%
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_column_2_3{
        width:50%
    }
}
@media only screen and (max-width: 767px){
    #os-cultura_hero.et_pb_section {
        padding: 25% 10% 10% 10% 10% !important;
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_row{
        display:flex;
        flex-direction: column;
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_column_1_3{
        width:100%
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_column_1_3 .et_pb_module {
        width: 80%;
        max-width: 80%;
    }
    #os-cultura_nuestragente.et_pb_section .et_pb_column_2_3{
        width:100%
    }
}
/**********************************
    PAGINA SUBHOME - TIPO PAGINA
            p/lineas
**************************************/
#os-lineas_iso ul.list_iso {
      margin: 0px 0px 26px 0px;
      padding: 0;
      line-height: 26px;
      list-style: none;
  }
  
#os-lineas_iso ul.list_iso li {
      position:relative;
      margin:0px 0px 15px 20px;
      padding:0px 0px 0px 30px;
  }
#os-lineas_iso ul.list_iso li:before {
    content: "\2015";
      display: list-item;
      margin-right: 10px;
      color: #679AB4;
      font-size: 20px;
      font-weight: bold;
       position:absolute;
      top:0px;
      left:0px
}
#os-lineas_iso ul.list_iso li strong {
      margin-right:5px;
}
#os-lineas_iso a {
    font-weight: 800;
}
#os-lineas_iso .sa_owl_theme .owl-stage-outer {
    height: 230px;
}
@media only screen and (max-width: 767px){
    #os-lineas_hero.et_pb_section {
        padding: 35% 10% 5% 10% 10% !important;
    }
    #os-lineas_intro.et_pb_section,
    #os-lineas_certifications.et_pb_section,
    #os-lineas_certifications_squares.et_pb_section,
    #os-lineas_dobleimg.et_pb_section {
        padding:0px;
    }
}
/**********************************
    PAGINA SUBHOME - TIPO PAGINA
            p/innovacion
**************************************/
@media only screen and (max-width: 981px){
    #os-innovacion_intro.et_pb_section {
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 767px){

}

/*************************************
      PAGINA SUBHOME - TIPO PAGINA
    p/contacto = oficinas de os - mapa
***************************************/
#os-contacta_oficinas .dsm_embed_google_map .et_pb_module_inner {
    box-shadow:5px 5px 13px 0px rgba(0, 0, 0, 0.19);
    position: relative;
    height: 500px;
    overflow: hidden;
}
.dsm_embed_google_map .et_pb_module_inner iframe {
    min-height: 900px !important;
    position: absolute;
}
.dsm_embed_google_map {
    position:relative;
}
.dsm_embed_google_map:before{
	content: "";
    position: absolute;
    top: 0;
    height: 372px;
    width: 100%;
    z-index: 1;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.oficina-madrid:before{
    background-image: url(/wp-content/uploads/2020/08/oficina_madrid.jpg);
    right:0;
	width:100%;
}

.oficina-sevilla:before{
    background-image: url(/wp-content/uploads/2020/08/oficina_sevilla.jpg);
    left:0;
	width:100%;
}
.oficina-irlanda:before{
    background-image: url(/wp-content/uploads/2020/08/oficina_dublin.jpg);
    left:0;
	width:100%;
}
.oficina-colombia:before{
    background-image: url(/wp-content/uploads/2021/04/oficina-bogota.jpg);
    left:0;
	width:100%;
}

.oficina-madrid:hover:before,
.oficina-sevilla:hover:before,
.oficina-irlanda:hover:before,
.oficina-colombia:hover:before {
	animation-name: map-hide;
  	animation-duration: 100s;

}

@keyframes map-hide {
  0% {top:0px ;}
  2% {top:-372px;}
  100% {top:-372px;}
}

.mod_oficinas .et_pb_css_mix_blend_mode_passthrough{
  overflow:hidden;
}

@media only screen and (max-width: 980px){
    #os-contacta_hero h1.os-section_heroSubhome_title {
        font-size:52.5px;
    }
    .mod_oficinas .et_pb_module {
        width:100%;
        max-width:100%
    }
    .mod_oficinas .et_pb_module.dsm_embed_google_map:before {
        width:100%;
    }
}
@media only screen and (max-width: 767px){
    #os-contacta_hero.et_pb_section .et_pb_module{
        padding: 25% 10% 10% 10% 10% !important;
    }
    #os-contacta_hero .hero-carrusel_contact {
        display:none;
    }
    #os-contacta_hero h1.os-section_heroSubhome_title {
        font-size:30px;
    }
    #os-contacto_intro {
        padding:0px;
    }
    #os-contacto_formulario #custom-form .wpcf7-submit{
        float:inherit;
    }
    #os-contacto_formulario .et_pb_module {
        width: 80%;
        max-width: 80%;
    }
    #os-contacto_oficinas.et_pb_section {
        padding:0px;
    }
    #os-contacta_oficinas .dsm_embed_google_map:before {
        top: -46px;
    }
}

/*************************************
        PAGINA DETALLE - TIPO POST
            p/publicaciones
***************************************/
#os-publicacion_publicaciones .et_pb_column_4_4 .et_pb_widget {
    width:100%
}

/**********************************
    PAGINA DETALLE - TIPO POST
            p/404
**************************************/
#os-404_hero {
    height:100vh;
}
#os-404_hero h1 {
    text-align: left !important;
}
#os-404_hero p {
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    text-align: left;
    width: 60%;
}
#os-404_hero .et_pb_button {
    background-color:#679ab4;
    color:#fff;
    font-size:14px !important;
    font-weight:600;
    padding:5px 35px !important;
    margin-top:30px;
    border-radius:12px;
    border:none;
    max-width:200px;
}
@media only screen and (max-width: 981px){
    
}
@media only screen and (max-width: 767px){

}

/*******************************
            LAYOUT
    Paginas detalle standar
********************************/
.et_pb_post_content h2 {
    font-size: 24px;
    line-height:28px;
    font-weight: 800 !important;
    color: #080808;
    margin: 30px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.et_pb_post_content h3 {
    font-size: 24px;
    line-height:28px;
    font-weight: 300;
    color: #080808;
    margin: 30px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.et_pb_post_content a,
.et_pb_post_content b,
.et_pb_post_content strong {
	font-weight:700;
	font-size:14px;
}
.et_pb_post_content ol{
    list-style: none;
    counter-reset: my-awesome-counter;
    list-style-type: none;
    margin: 0px 0px 26px 0px;
    padding: 0;
    line-height: 26px;
}
   
.et_pb_post_content ol li {
    counter-increment: my-awesome-counter;
    position:relative;
    margin:0px 0px 10px 20px;
    padding:10px 0px 0px 40px;
    min-height: 50px;
    margin-bottom: 15px;
 }
.et_pb_post_content ol li:before {
    content: "" counter(my-awesome-counter);
    font-family: 'Open Sans', serif;
    font-weight: lighter !important;
    font-size: 25px !important;
    line-height:41px;
    display: list-item;
    position:absolute;
    top:0px;
    left:0px
}
.et_pb_post_content ol.bignumber {
	margin-top:50px;
}
.et_pb_post_content ol.bignumber li {
    counter-increment: my-awesome-counter;
    position:relative;
    margin:0px 0px 10px 20px;
    padding:10px 0px 0px 60px;
    min-height: 50px;
    margin-bottom: 2rem;
 }
.et_pb_post_content ol.bignumber li:before {
    content: "" counter(my-awesome-counter);
    font-family: 'Open Sans', serif;
    font-weight: lighter !important;
    font-size: 5rem !important;
    line-height:1px;
    display: list-item;
    position:absolute;
    top:0px;
    left:0px
}
.et_pb_post_content ul {
  	list-style-type: none;
    margin: 0px 0px 26px 0px;
    padding: 0;
    line-height: 26px;
}

.et_pb_post_content  ul li {
	position:relative;
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 30px;
}
.et_pb_post_content ul li b {
	margin-right:5px;
}
.et_pb_post_content .et_pb_text_inner ul li:before {
    content: "\2015";
    display: list-item;
    margin-right: 10px;
    color: #679AB4;
    font-size: 20px;
    font-weight: bold;
	 position:absolute;
	top:0px;
	left:0px
}
.et_pb_post_content table {
    margin:20px 0px;
}
.et_pb_post_content table thead {
	background:  linear-gradient(to bottom, rgba(103,154,180,1) 0%, rgba(58,97,129,1) 100%);
    color:#fff;
}
.et_pb_post_content table th {
    padding:10px;
    text-transform: uppercase;
}

.et_pb_post_content table td {
    padding:10px;
}

hr.wp-block-separator {
    width:50%;
    border:1px solid;
  }


/*************************************
        PAGIN DETALLE 
            cookies
***************************************/
/* tabla cookies ES/EN*/
.os-table_cookies table {
    border-bottom:2px solid #080808;
}

.os-table_cookies table td {
    border-top:1px solid #eeeeee;
 }

.os-table_cookies table tr.destacada_fila {
    border-top:2px solid #080808;
 }
 .os-table_cookies table td.destacada_celda {
   background-color: #e6e6e6;
   border-top:1px solid #eeeeee;
}

/* aviso cookies */
.pea_cook_control, .pea_cook_wrapper{
	  padding: 20px;
    text-align: left;
	margin:initial;
		border-radius:0px  !important;
		
}
.pea_cook_wrapper.pea_cook_bottomcenter{
	  bottom: 0;
    left: 0;
    margin: 0;
		bottom: 0;
    left: 0;
    height: 100px;
	  padding: 20px;
    z-index: 10000;
    right: 0;
    width: 100%;
	    box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.4);
}
.pea_cook_wrapper p {
    bottom: 30px;
    font-size: 15px !important;
    margin: 0;
	text-align:left;
		font-weight:400 !important;
	    font-family: 'Open Sans',sans-serif;
	color:#282828;
		

}
.pea_cook_wrapper p a {
   color: #679bb3 !important;
	font-weight:bold;

}

.pea_cook_wrapper.pea_cook_bottomcenter{
	  bottom: 0 !important;
    left: 0  !important;
    margin: 0  !important;
    height: 110px;
	  padding: 2% 5%;
    z-index: 10000;
    right: 0;
    width: 100%;
	background-color: #f2f2f2 !important;			
}

button.pea_cook_btn{
	background: #679bb3!important;
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 600!important;
    padding: 12px 45px!important;
    border-radius: 100px!important;
    border: none!important;
	text-shadow: none !important;
	width:auto !important;
	box-shadow:none;
	margin-top:10px;
	margin-left:0px !important;
	float:right;
	
}
@media only screen and (max-width: 767px){
	
	.pea_cook_wrapper p{
		display:flex;
	flex-direction:column;
  margin:20px;
  align-items:flex-start;
	}
	button.pea_cook_btn{
		margin-top:20px;
margin-left:0px !important	}
	.pea_cook_wrapper.pea_cook_bottomcenter{
		height:210px
	}
	
}

/*******************************
        FORMULARIOS
********************************/
#custom-form .container{
    width:100% !important;
    padding-left:0px;
    padding-top:10px !important;
}
#custom-form .container:before{
    background-color:transparent;
    width:0px;
}
#custom-form input.text, 
#custom-form input.title, 
#custom-form input[type=email], 
#custom-form input[type=password], 
#custom-form input[type=tel], 
#custom-form input[type=text], 
#custom-form select, 
#custom-form textarea{
    border:0px solid #f1f1f1;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
#custom-form input[type="checkbox"] {
    position: relative;
    visibility: hidden !important;
    -webkit-appearance: none !important;
    margin: 0 5px 0 0;
    font-size: 16px;
}
#custom-form .wpcf7-text, 
#custom-form ::placeholder, 
#custom-form p label {
    background-color:transparent;
    padding: 0px !important;
    margin-bottom: 30px !important;
    height:30px;
    font-size: 19px;
    font-weight: 300;
    color:#080808;
}

#custom-form .wpcf7-textarea{
    padding: 0;
    margin-top:20px;
    background: transparent;
    height: 150px;
    font-size: 19px;
    font-weight: 300;
    color:#080808;
}
#custom-form .wpcf7-text,
#custom-form .wpcf7-textarea,
#custom-form .wpcf7-file {
    border-bottom:1px solid rgba(0,0,0,.3);
}
#custom-form form .terminos-condiciones{
    margin-top:20px
}

#custom-form form div.txt-form{
    width: 100%;
    margin: 15px 0px;
    font-size: 12px;
}

#custom-form .wpcf7-submit,
#custom-form .et-db #et-boc .et-l .et_pb_button {
    background-color:#679ab4;
    color:#fff;
    font-size:14px !important;
    font-weight:600;
    padding:5px 35px !important;
    margin-top:30px;
    border-radius:12px;
    border:none;
    max-width:150px;
    float:right;
}
#custom-form .wpcf7-submit:hover, 
#custom-form .et_pb_button:hover,
#custom-form .et-db #et-boc .et-l .et_pb_button:hover{
    background-color:#5a879e !important;
    border-radius:12px;
}

#custom-form .wpcf7-submit:disabled {
    background-color:#333!important;
}

#custom-form .wpcf7-form-control-wrap {
    margin-bottom:10px;
    display:block;
}

#custom-form .txt_campo {
    font-size: 13px;
    margin-top:15px;
}

#custom-form span.wpcf7-list-item { 
    width: 46%; 
    width: 100%;
    margin: 0;
    position: relative;
}
#custom-form span.wpcf7-list-item-label {
    cursor: pointer;
    vertical-align: top;
    padding-left: 20px;
    font-size:13px;
}
#custom-form span.wpcf7-list-item-label a{
    font-weight: 700;
    color:#467c97;
}
#custom-form span.wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: #293D4B;
}
#custom-form span.wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: -1px;
    top: -1px;
    background: #293D4B;
    transition: all 0.4s ease-out;
    border:1px solid #fff;
}

#custom-form input:checked + span.wpcf7-list-item-label:before {
    /*content:"\02713";*/
    content:"";
    padding: 0px 0px;
    line-height: 1.5;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 41px;
    z-index: 100;
    background-color: white;
    width: 14px;
    height: 14px;
    box-shadow: inset 7px 1px 16px -4px rgba(0,0,0,0.2);
}

#custom-form .wpcf7-file{
    font-size:16px;
    margin-top:20px;
    position:relative
}

#custom-form .file p {
    background-color:transparent;
    padding: 0px !important;
    height:30px;
    font-size: 19px;
    font-weight: 300;
    color:#080808;
}


#custom-form .wpcf7-not-valid-tip, 
#custom-form .wpcf7-validation-errors{
    font-size:12px;
    color:red;
    border:none;
}

#custom-form .wpcf7-validation-errors {
    bottom: 0px;
    width: 100%;
    position: absolute;
    /*line-height: 60px;*/
    left: 0;
    padding-left: 0px;
}
#custom-form .wpcf7-validation-errors.wpcf7-mail-sent-ok{
	color:green;
}

@media only screen and (max-width: 767px){
	#custom-form .wpcf7-validation-errors {
		bottom: 6%;
		width: 100%;
		position: absolute;
		/*line-height: 60px;*/
		left: 0;
		padding-left: 0px;
	}
}

/* Modal formularios*/
.popup-content {
    transform: translatey(-50%) translatex(-50%);
    position: fixed;
    bottom: -50%;
    left: 50%;
    z-index: 9999;
    border-radius: 8px;
    overflow-y:auto;
}
.info-form.popup:before{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    content: "";
    background: rgba(0,0,0, 0.8);
    position: fixed;
    padding:20px;
}
.info-form.popup{
    display:none;
}

@media only screen and (max-width: 767px){
    #custom-form .wpcf7-textarea{
        height: 100px;
        font-size: 22px;
        margin-top: 0px;
        }  
    #custom-form .wpcf7-submit{
        float:inherit;
    }

}

/**************************
        FOOTER
***************************/
#main-footer{
	background: radial-gradient(circle at 50% 44%, #353535, #171717 77%);
}
#footer-bottom {
    background-color: #072946;
}
/* menu inferior */
#et-footer-nav{
	background: linear-gradient(to right, #3a6181 0%, #679ab4 100%), linear-gradient(to left, #549eb6, #285c73 0%);
}
.widget_title_footer{
  font-size: 3em;
  font-weight: lighter;
  font-stretch: normal;
  line-height: 1.66;
  letter-spacing: 5px;
  text-align: right;
  color: #679ab4;
}
#footer-widget{
	padding:0;
}
#footer-widgets .footer-widget li:before {
	border-style:none
}

#widget_menu ul li.current-menu-item>a:before {
	content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 50%;
    border-bottom: 2px solid #679ab4;
    height: 10px;
		color:#fff;

}
#widget_menu ul>li{
	margin-top:25px;
	text-transform:uppercase;
	color:#fff;
	width:100%;
	
}

#widget_menu ul>li.current-menu-item a {
    color: #ffffff!important;
    font-weight: bolder;	
}

#widget_menu ul{
	list-style-type:none !important
}

#widget_menu_2 ul {
    margin-top:15px;
	list-style-type:none !important
}

#widget_menu_2 ul>li{
	width:100%;
}
#widget_menu_2 ul>li.current-menu-item a {
    color: #ffffff!important;
    font-weight: bolder;
}

#widget_menu_2 ul>li>a{
	color:#679ab4!important;
}
#widget_menu_2 ul>li>a:hover{
	color: #fff !important;
	font-weight:bolder;
}

#widget_menu .et_mobile_nav_menu, 
#widget_menu_2 .et_mobile_nav_menu{
	display:none;
}

@media (max-width: 980px){
	#widget_menu .et_pb_menu__menu,#widget_menu_2 .et_pb_menu__menu{
		display:block;
	}
	
    .footer-widget:nth-child(n){
		width:100% !important
	}
}

@media only screen and (max-width: 767px){
	#widget_menu .et_pb_menu__menu,#widget_menu_2 .et_pb_menu__menu{
		display:block;
	}	
}

/** *********************** **/
/** RRSS Follow us del footer**/
ul.et_pb_social_media_follow:before {
    font-size:14px;
}
ul.et_pb_social_media_follow li a.icon:hover::before{
    background-color:#fff;
    border-radius:50%;
    color:#679AB4 !important;
  }

/** *********************** **/
/*Formulario footer*/
#custom-form.custom-form-footer .wpcf7-text, 
#custom-form.custom-form-footer ::placeholder, 
#custom-form.custom-form-footer p label {
    padding: 0px !important;
    margin-bottom: 10px !important;
    height:30px;
    font-size: 19px;
    color:#fff;
}
#custom-form.custom-form-footer .wpcf7-text {
    border-bottom:1px solid rgba(255,255,255,.3);
}
#custom-form.custom-form-footer h3 {
    font-size: 22px;
    font-weight: 800;
}
/** *********************** **/
/* modal cookies */
#onetrust-consent-sdk #onetrust-banner-sdk {
    box-shadow: 7px -7px 5px 2px rgba(0,0,0,0.52);
}
/** *********************** **/
/* sello-innovacion */
.sello-innovacion {
	margin-left: -9999px
}
.home .sello-innovacion, .page-id-2073 .sello-innovacion, .page-id-4708 .sello-innovacion {
	margin-left: 0px
}

/** *********************** **/
/* convocatoria GMI */
.convocatoria {
    display: flex;
    margin-top: 30px;
	align-items: center;
    max-width: 100%;
}
.convocatoria-col1{
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 0px 30px 0px 30px;
}
.convocatoria-col1 img{
    width: 100%;
    height: auto;
}
.convocatoria-col2{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.convocatoria-col2 img{
    width: 100%;
    height: auto;
}
/** *********************** **/
/* popup maker suscripcion */

.pum-content .popmake-content a{
	font-weight:900
}
.pum-theme-enterprise-blue{
	background-color: rgba( 0, 0, 0, 0.30 )
}

/** *********************** **/