/*
Theme Name: Enerland
Text Domain: Enerland
Theme URI: https://www.integratecnologia.es/
Version: 1.0
Description: Tema hijo de Divi para hacer cambios que modifiquen el aspecto del tema padre sin que los perdamos cuando el tema padre tenga actualizaciones
Author: Integra - Estrategia y tecnologia
Author URI: https://www.integratecnologia.es/
Template: Divi
*/


@import url("../Divi/style.css");

/*---- A partir de aquí añadimos las modificaciones que queremos hacer sobre el tema padre -----*/

h1, h2, h3, h4, h5, h6 {
    /*-- font-family: 'Roboto Slab', serif  !important; --*/
    color: #10304c !important;
    font-weight: 600 !important;
}

.titulo_slider p {
	font-family: 'Roboto Slab', serif  !important;
	text-rendering:optimizeLegibility;


}

h3{
  font-size:25px !important;
}

body{
	margin: 30px !important;
	font-weight: 400;
}

h5.et_pb_toggle_title {
	padding: 0 !important;
}

.et_pb_text_inner .titular {
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	text-rendering:optimizeLegibility;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
}
.interior-acordeon {
	font-size:16px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	text-rendering:optimizeLegibility;
	letter-spacing: 1px;

}
/*.et_pb_text_inner p, .et_pb_text, .et_pb_text_2 p, .et_pb_text_9, .et_pb_text_9 p {
	font-style:500!important;
	letter-spacing:3px !important;
}*/

/*------------------------------------------------Header----------------------------------------------------------------------------------------*/
/*-- cambios en hover de navegación -- */

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    color: #f6a610;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #f6a610 !important;
}
/*-- Fin cambios en hover de navegación -- */

#main-header{
  background-color:transparent;
}
#main-header .logo_container{
	width:20%;
}
#top-menu a{
  color:#ffffff;
  text-transform: uppercase;
  font-weight: 400;
}

#top-menu .sub-menu a{
  color:#10304c;
}
#et_search_icon:before{
  color:#ffffff;
}

.et-fixed-header  #et_search_icon:before{
  color:#10304c;
}
#main-header{
    padding-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#main-header.et-fixed-header{
    top: 0 !important;
    width: 100%;
    left:0;
}
/*#main-header.et-fixed-header .container{
    padding:0 60px;
}*/

header.et-fixed-header {
  background-color:white!important;
}
header.et-fixed-header #top-menu a {
  color:#10304c !important;
}
@media (max-width:767.9px){
    #main-header{
        top: 0 !important;
        width: calc(100% - 30px);
    }
	#main-header .container{
        width:100%;
    }
}
@media (min-width:1710px){
    #top-menu-nav {margin-right:125px;}
	#top-menu li { padding-right:50px;}
}
@media (max-width:1200px){
	#top-menu li { padding-right: 10px;}
	#top-menu li a { font-size: 13px!important;}
	#main-header.et-fixed-header .container {padding: 0px;}
}
/*---------------------------------------- Animation on hover --------------------------------------------------------------------------------*/

.custom-hover-effect .et_pb_column {
    position: relative;
}
.custom-hover-effect .et_pb_column:after {
    background-color: rgba(16, 48, 76, .4);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    content: "";
    transition:all .25s ease;
    opacity:1;
}
.custom-hover-effect .et_pb_column:hover{
  cursor:pointer;
}
.custom-hover-effect .et_pb_column:hover:after{
  opacity: 0;
  transition:all .5s ease;
}
.custom-hover-effect .et_pb_column:hover .et_pb_text {
  background-color: #f6a611;
  transition: all .25s ease;
}
.custom-hover-effect .et_pb_column:hover p{
  color:#10304c;
  transition: all .25s ease;
}
.show-hide-text p{
  display:none;
}
.custom-hover-effect .et_pb_column:hover .show-hide-text p{
  display:block;
  transition: all .25s ease;
}
.custom-hover-effect .et_pb_column p {
    position: relative;
}
.custom-hover-effect .et_pb_column p:after {
    content: "";
    background-image: url(/wp-content/uploads/2021/03/up-arrow.png);
    right: 0;
    top: calc(50% - 6.25px);;
    width: 25px;
    height: 12.5px;
    position: absolute;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-hover-effect .et_pb_column:hover p:after {
    content: "";
    background-image: url(/wp-content/uploads/2021/03/down-arrow.png);
}
.custom-hover-effect .et_pb_column .show-hide-text p:after {
    display:none;
}

/*----------------------------------------------Página de inicio--------------------------------------------------------------------------------------------*/
.altura-cabecera{
    height: calc(85vh - 110px);
}
.et_pb_section_3 { display: flow-root;}
.page-id-18 .et_pb_section_4 .et_pb_text_16 {
	padding-left: 150px;
	padding-right: 150px;
}



/*------------------------------------------------Carousel home----------------------------------------------------------------*/
.wdcl-carousel figure {
    display: none !important;
}
.slick-list {
    padding-bottom: 60px;
}

.projects-slider .et_pb_fh_post_carousel .owl-carousel .et_pb_fh_carousel_item{
  background-color:transparent;
  position:relative;
}
.projects-slider .et_pb_fh_post_carousel_description {
  z-index: 7;
  bottom: 0;
  width: 100%;
}
.projects-slider .owl-stage .et_pb_fh_post_carousel_image{
  height: 400px;
}
.projects-slider .owl-stage .et_pb_fh_post_carousel_image img{
  height: 400px;
}
.projects-slider .et_pb_fh_post_carousel_description {
    color:#ffffff !important;
    bottom:-125px;
    transition:all .5s ease;
}
.projects-slider .et_pb_fh_post_carousel .owl-carousel .et_pb_fh_carousel_item:hover .et_pb_fh_post_carousel_description {
    bottom:0;
    transition:all .5s ease;
}
.projects-slider .et_pb_fh_post_carousel_description a {
    color:#ffffff !important;
}
.projects-slider .plus{
  bottom:15px;
}
.projects-slider .et_pb_fh_post_carousel_container_inner .radius-hover{
  background-color:transparent;
  border:1px solid #ffffff;
  opacity:0;
  z-index:8;
  bottom:15px;
}

.projects-slider .et_pb_fh_post_carousel_container_inner:hover .radius-hover{
  opacity:1;
  transition: all .75s ease;
}



/*----------------------------------------------Slider noticias Home------------------------------------------------------------------------------------*/

.owl-stage .et_pb_fh_post_carousel_container_inner{
  position:relative;
}
.owl-stage .post-meta.category-custom {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.et_pb_fh_post_carousel_title {
    position: absolute;
    color: #fff !important;
    height: 200px;
    width: 100%;
    background-color: rgba(16,48,76,0.35);
}
.et_pb_fh_post_carousel_title:hover {
    background-color: rgba(16,48,76,0.75);
}
.bloque-noticias h2.et_pb_fh_post_carousel_title a {
    text-transform: uppercase;
}
h2.et_pb_fh_post_carousel_title a {
    font-family: "Roboto", sans-serif;
	text-rendering:optimizeLegibility;
    font-size: 20px;
    line-height: 1.3em;
    margin-left: 40px;
    margin-top: 40px;
    color: #fff !important;
    font-weight: 700;
    display: block;
	padding-right:25px;
}

h2.et_pb_fh_post_carousel_title a:hover {
    font-weight: 700;
	transition:all .5s ease;
}

.et_pb_fh_post_carousel_description {
    margin: 0;
    height: 200px;
    position: relative;
    top: -315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.et_pb_fh_post_carousel_description a:hover {
    font-style: bold;
}

.owl-stage .post-meta.category-custom a {
    color: #ffffff;
    padding: 7.5px 15px;
    display: block;
    text-transform: uppercase;
}
.owl-stage .et_pb_fh_post_carousel_container_inner:hover .post-meta.category-custom a{
    background-color:#f6a611;
    transition:all .5s ease;
}
.owl-stage .et_pb_fh_post_carousel_image {
    height: 430px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.owl-stage .et_pb_fh_post_carousel_image img {
    height: 430px;
    object-fit:cover;
    filter: grayscale(1);
}
.owl-stage .et_pb_fh_post_carousel_image img:hover {
    filter: none;
}


.owl-stage .et_pb_fh_post_carousel_container_inner:hover .radius-hover {
    background-color: #f6a611;
    transition:all .5s ease;
}
.owl-stage .et_pb_fh_post_carousel_container_inner:hover .plus, .owl-stage .et_pb_fh_post_carousel_container_inner:hover .radius-hover{
  cursor:pointer;
}

.bloque-noticias .plus {
  display:inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  top: 230px;
  background:
    linear-gradient(#fff,#fff),
    linear-gradient(#fff,#fff);
  background-position:center;
  background-size: 25% 2px,2px 25%;
  background-repeat:no-repeat;
  background-color: #f6a610;
  z-index: 9;
}


.bloque-noticias .radius-hover {
	border:none;
}

/*-------------------------------- Cambio en texto de sliders -----------------------------------------------------------------------------------------*/

.et_pb_text_0 {
	font-family: 'Roboto' !important;
	text-rendering:optimizeLegibility;
	}


/*------------------------------- Hide sidebar -------------------------------------------------------------------------------------------------------*/

#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/

@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
    }
}

#sidebar {display:none;}

@media(max-width: 981px){
  .post-type-archive-project #main-content .container, .tax-project_category #main-content .container{
    width:90% !important;
  }
  .tax-project_category #left-area article, .post-type-archive #left-area article{
    width:100% !important;
    margin:15px 0 !important;
  }
}

/*---------------------------- NOTICIAS ----------------------------------------------------------------------------------------------------*/

.custom-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #10304c;
	margin: 0 auto;
	Width: 90%;
}


.category-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
}
.category-filter a {
	background-color: none;
	padding: 2.5px 20px;
	color: rgba(16,48,76,0.70);
	margin: 0 10px;
	text-transform: none;
	font-family: "Roboto Condensed", sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
}
.category-filter a:hover,
.category-filter a:active {
	color: rgba(16,48,76,1);
	text-decoration: underline;
	transition:all .25s ease;
	}

@media(max-width: 981px){
  .category-filter {
    margin: 30px;
    flex-wrap: wrap;
	text-align: center;
  }
  .blog .container, .category .container{
    width:90% !important;
    padding-top:0 !important;
  }
  .blog div#left-area article, .category div#left-area article{
    width: 95% !important;
    margin: 15px 0 !important;
  }
  .flex-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.custom-blog .tit-blog {
	font-family: "Roboto Condensed", sans-serif;
	text-rendering:optimizeLegibility;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0;
	color: #10304c;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.custom-blog .flex-links a {
    color: #10304c;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}
.custom-blog .flex-links span {
    color: #10304c;
    font-weight: 400;
    text-transform: uppercase;
}
@media(max-width: 981px){
  .custom-blog {
      padding: 60px 30px;
      padding-top:160px;
  }
  .custom-blog .tit-blog{
    font-size:30px;
  }
}
.blog .container, .post-template-default .container{
  padding-top:0 !important;
}
.blog div#left-area, .category div#left-area {
    display: flex;
    flex-wrap: wrap;
}
.blog div#left-area article, .category div#left-area article {
    margin: 15px;
    width: calc(33.33% - 30px);
    position:relative;
}
.blog div#left-area article .entry-featured-image-url, .category div#left-area article .entry-featured-image-url, .noticias figure {
  height: 450px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.blog div#left-area article .entry-featured-image-url img, .category div#left-area article .entry-featured-image-url img, .et_pb_post .entry-featured-image-url img, .noticias img {
    height: 450px;
    object-fit: cover;
	filter: grayscale(1);
}
.blog div#left-area article .entry-featured-image-url img:hover,
.category div#left-area article .entry-featured-image-url img:hover,
.et_pb_post .entry-featured-image-url img:hover, .noticias img:hover {
	filter: none;
    transition:all .325s ease;

}

.blog div#left-area article .entry-date, .category div#left-area article .entry-date{
    text-transform: uppercase;
}
.blog div#left-area article .category-custom-blog, .category div#left-area article .category-custom-blog{
    position: absolute;
    display: block;
    top: 7.5px;
    right: 15px;
    z-index: 9;
    color: #ffffff;
}
.category-custom-blog {
	display:none !important;
}

.noticias .owl-prev, .noticias .owl-next {
	display: none;
}

.blog article .entry-title, .category .entry-title, .noticias .title {
	width: 100%;
	position: absolute;
	font-family: "Roboto", sans-serif;
	text-rendering:optimizeLegibility;
	font-size:22px;
	line-height: 26px;
	text-transform: uppercase;
	top: 85px;
	color: #fff !important;
	background-color: rgba(16,48,76,0.35);
	height: 275px;
	padding: 40px 50px 40px 40px;
	font-weight:700 !important;

}
.destacados .title{
	font-family: "Roboto condensed", sans-serif;
	text-transform: none!important;
    display: block;
    padding-top: 50px;
    letter-spacing: 2px;
	font-weight: 600;
	font-size: 26px;
}
.destacados .item span{
    letter-spacing: 1px!important;
	cursor: default;
}



.blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 0px;
}

.blog article .entry-title:hover, .category .entry-title:hover, .noticias .title:hover {
	background-color: rgba(16,48,76,0.75);
	font-weight:700 !important;
	 transition:all .325s ease;

}

.blog article .entry-title a:hover, .category .entry-title a:hover, .noticias .title span:hover {
	font-weight: 700;
	color: #f6a610;
	transition:all .325s ease;

}

.blog article .excerpt, .category .excerpt, .noticias .excerpt {
	position: absolute;
	top: 190px;
	color: #fff !important;
	font-size: 16px;
	line-height:23px;
	font-family: "Roboto", sans-serif;
	text-rendering:optimizeLegibility;
	font-weight:400;
	padding-left: 40px;
	padding-right: 40px;
}


.pagination { clear: both; width: 100%; margin:60px 0 40px; text-align: center; }
.pagination .alignleft, .pagination .alignright { float: none!important; }
.pagination a {
	font-size: 18px;
    font-weight: 500;
    font-weight: 700!important;
	letter-spacing: 1px;
	padding: 8px 35px;
	text-decoration: underline;
	background-color: #f6a610;
	color:#ffffff;
	width: 35%;
}
.pagination a:hover { text-decoration: underline; font-weight: 900!important;	background-color:#e29a13;   transition:all .325s ease;
 }

/*---------------------------- BOTONES ----------------------------------------------------------------------------------------------------*/

.noticias .et_pb_button_0{
    text-decoration: none !important;
}


.et_pb_section_6 .et_pb_button_module_wrapper,
.blog .et_pb_button_module_wrapper,
.category article .et_pb_button_module_wrapper,
.noticias .et_pb_button_module_wrapper {
	margin-left:40px!important;
	position:absolute!important;
	top:280px;bottom:auto;
	left:0px;right:auto;
}
.page-id-361 .et_pb_button_module_wrapper{
	left:25px!important;
}


.et_pb_section_6 .et_pb_row_9 .et_pb_button_module_wrapper {top:210px;}


.et_pb_section_6 .et_pb_button_module_wrapper>a, .blog .et_pb_button_module_wrapper>a, .noticias .et_pb_button_module_wrapper>a  {display:inline-block}
.et_pb_section_6 .et_pb_button_module_wrapper>a:hover, .blog .et_pb_button_module_wrapper>a:hover .noticias .et_pb_button_module_wrapper>a:hover {display:inline-block; width:150px; background-color: #999999; }

.et_pb_section_6 .et_pb_button, .blog .et_pb_button, .category article .et_pb_button, .noticias .et_pb_button,
#construidos .et_pb_post .et_pb_button {
    font-size: 17px;
    font-weight: normal!important;
    padding:0.3em 1em!important;
    line-height: 30px !important;
    background-color: #f6a610;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    height: 40px;
    text-align: center;
	border: none !important;
    border-radius: 0 !important;
	color:#FFFFFF!important;
	font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
	text-rendering:optimizeLegibility;
	background-color:#f6a610;
	letter-spacing: 2px;
    text-decoration: none;
}

.et_pb_section_6 .et_pb_button:hover,
.blog .et_pb_button:hover,
.category article .et_pb_button:hover,
.noticias .et_pb_button:hover,
#construidos .et_pb_post .et_pb_button:hover  {
    font-weight: 700;
    padding:0.3em 1.2em!important;
    background-color: #f6a610;
    border: none !important;
    border-radius: 0 !important;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-align: center;

}

.et_pb_section_6 .et_pb_button:after, .blog .et_pb_button:after,
.category article .et_pb_button:after, .noticias .et_pb_button:after,
#construidos .et_pb_post .et_pb_button:after,
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after {
    transition: all 300ms ease 0ms;
	display: none;
}
.et_pb_section_6 .et_pb_button, .blog .et_pb_button, .category article .et_pb_button, .noticias .et_pb_button {
    z-index: 10;
}
body #page-container .et_pb_section.et_pb_section_5 .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,
body #page-container .entry-content .et_pb_section.et_pb_section_2 .et_pb_button_1,
body #page-container .entry-content .et_pb_section.et_pb_section_2 .et_pb_button_0,
/*body #page-container .entry-content .et_pb_section.et_pb_section_4 .et_pb_button_0,
body #page-container .entry-content .et_pb_section.et_pb_section_4 .et_pb_button_1,*/
body #page-container .entry-content .et_pb_section.et_pb_section_5 .et_pb_button_0,
.contacto-btn {
	color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 1px!important;
    font-size: 18px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
	text-rendering:optimizeLegibility;
    background-color: #f6a610;
	padding: 8px 40px !important;
	text-decoration: underline;
    font-weight: 700!important;
}

body #page-container .et_pb_section.et_pb_section_5 .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:hover,
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:hover,
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:hover,
body #page-container .entry-content .et_pb_section.et_pb_section_2 .et_pb_button_1:hover,
body #page-container .entry-content .et_pb_section.et_pb_section_2 .et_pb_button_0:hover,
/*body #page-container .entry-content .et_pb_section.et_pb_section_4 .et_pb_button_0:hover,
body #page-container .entry-content .et_pb_section.et_pb_section_4 .et_pb_button_1:hover,*/
body #page-container .entry-content .et_pb_section.et_pb_section_5 .et_pb_button_0:hover,
.contacto-btn:hover {
	text-decoration: underline;
	font-weight: 900!important;
	background-color:#e29a13;
}

.puntos { position: absolute; top: 223px; right: 25px; color:#ffffff; }

.single-post #compartir-publicacion a {
	position: relative;
	top: 90px;
    background-position-x: 100%;
    background-position-y: 70%;
    background-repeat: repeat;
    background-size: auto;
	background-repeat: no-repeat;
	background-size: 20px;
	color: rgba(16,48,76,1);
	letter-spacing: 2px;
	font-size:1.5em;
    text-decoration: none;
}

.single-post #compartir-publicacion a:hover {
	color: rgba(16,48,76,0.70);
}

#separador {
	width: 90%;
	border-bottom: 1px solid #10304c;
	margin: 25px auto;
	margin-bottom: 80px;
}


/*---------------------------------------------------------- Entradas blog ------------------------------------------------------------------------------ */

.single-post .category-filter {
	display: none;
}

.single-post #content-area {
	width: 85%;
	margin: 0 auto;
}

.single-post #left-area {
	padding: 50px 0px 0px !important;
}

.single-post article .entry-title {
	font-family: "Roboto Condensed", sans-serif !important;
	text-rendering:optimizeLegibility;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 36px;
	width: 85%;
	text-transform:	uppercase;
	font-weight: 400 !important;
	color: #10304c !important;
}

.single-post article a {
	font-family: "Roboto Condensed", sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 700;
	color: rgba(16,48,76,0.70);
	display: inline-block;
	text-decoration: underline;
}

.single-post article #fecha {
	font-family: "Roboto Condensed", sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 700;
	color: #f6a610;
	position: absolute;
	top: 10px;
	right: 0;
}

.single-post article img {
	margin-top:30px;
	width: 100%;
}

.single-post article p img {
	width: auto;
}

.single-post .entry-content p {
	font-family: "Roboto Condensed", sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 30px;
	font-weight: 400;
	color: #5b5b5b;
}
.single-post .entry-content p strong {
	font-size: 20px;
	letter-spacing: 2px;

}
#nav-post {
    display: flex;
    align-items: baseline;
    flex-direction: row;
	justify-content: right;
	margin-top: 55px;
  justify-content: flex-end;
}

#nav-post .post-anterior {
	background: #f6a610;
	padding: 10px 30px;
	margin-right: 30px;
}
#nav-post .post-anterior a {
	color: #fff;
	font-family: "Robboto", sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: underline;
}
#nav-post .post-siguiente {
	background: #f6a610;
	padding: 10px 30px;
}
#nav-post .post-siguiente a {
	color: #fff;
	font-family: "Robboto", sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: underline;
}
#nav-post .post-anterior a:hover {
	text-decoration: none;
	cursor: pointer;
}
#nav-post .post-siguiente a:hover {
	text-decoration: none;
	cursor: pointer;
}



/*----------------------------------------------Services Breadcrumbs--------------------------------------------------------------------------------------------*/
.custom-breadcrumbs {
    color: white !important;
    text-decoration: underline;
}
.custom-breadcrumbs:hover {
    text-decoration: underline;
}
.image-cover img{
  object-fit:cover !important;
}
.max-height .et_pb_text_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.triangle-before, .triangle-after{
  position:relative;
}

.triangle-before:before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebeae9;
    transform: rotate(-90deg);
}

.triangle-after:before {
    content: "";
    position: absolute;
    right: -30px;
    top: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebeae9;
    transform: rotate(90deg);
}

.listado-custom li {
    margin: 15px 0;
    position: relative;
}
.listado-custom li:before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #f6a611;
    left: -15px;
    top: 50%;
    position: absolute;
    z-index: -1;
}
@media(max-width:768px){
  .listado-custom li:before{
    height: 90px;
    top: 19%;
  }
}
.listado-custom li:last-child:before {
    display:none;
}
span.sub-text {
    font-size: 16px;
    display: block;
    color: #10304c;
}

/*---------------------------------Img object fit--------------------------------------------*/

.img-object-fit img {
    object-fit: cover;
}




/*---------------------------------------------- Bloque últimos proyectos ----------------------------------------------*/

.projects-slider .et_pb_fh_post_carousel_description:hover {
	background: none;
}
.projects-slider  .et_pb_fh_post_carousel_description {
	position: static;
	padding: 0;
	background: none;
}
.projects-slider .et_pb_fh_carousel_item .et_pb_fh_post_carousel_title {

	position: absolute;
	top: 0px;
	color: #fff !important;
	background-color: rgba(16,48,76,0.35);
	height: 250px;
	width: 100%;
	padding-left: 20px;
}
.projects-slider .et_pb_fh_carousel_item .et_pb_fh_post_carousel_title a {
	font-size: 30px;
	font-family: "Roboto condensed", sans-serif;
	text-rendering:optimizeLegibility;
	font-weight: 800;
	letter-spacing: 1.5px;
	margin-left:20px;
}

.projects-slider .et_pb_fh_carousel_item .et_pb_fh_post_carousel_title a:hover {
	color:#f6a610 !important;
}

.projects-slider .et_pb_fh_carousel_item p {
	position: absolute;
	top: 90px;
	color: #fff !important;
	font-size: 16px;
	line-height:23px;
	font-family: "Roboto", sans-serif;
	text-rendering:optimizeLegibility;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 40px;
}

.projects-slider .plus {
  display:inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  top: 230px;
  background:
    linear-gradient(#fff,#fff),
    linear-gradient(#fff,#fff);
  background-position:center;
  background-size: 25% 2px,2px 25%;
  background-repeat:no-repeat;
  background-color: #f6a610;
  z-index: 9;
}
.projects-slider .plus.radius {
	border-radius:0;
}
.projects-slider .radius-hover {
	border:none;
}

.projects-slider .published {
    text-transform: uppercase;
}
.projects-slider .basic-link p{
  text-decoration:underline;
}
.projects-slider .basic-link:hover p{
  text-decoration:none;
}

/*-------------------------------------------------------------------------------------- Proyecto individual --------------------------------------------------------------------------------------*/
.et_pb_text_inner .lupa {
	padding-top:11px;
	padding-left: 10px;
}
.et_pb_text_inner .lupa:hover {
	padding-top:11px;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
	width: 50% !important;
	margin-right: 0% !important;
	margin-bottom: 2.5% !important;
	}
@media (max-width: 981px){
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
	width: 50%;
	}
}
@media (max-width: 576px){
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
	width: 100%;
	}
}
/*------------------------------------------------------------------------------------Projects------------------------------------------------------------------------------------*/
.cnt-ubication {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
}
.cnt-ubication p {
    padding: 0;
    font-weight: 800;
    letter-spacing:5px;
}
.cnt-ubication img {
    margin-right: 10px;
}
.columns-image .et_pb_image_wrap {
    width: 100%;
}
.columns-image .et_pb_image_wrap img {
    width: 100%;
    object-fit: cover;
}

/*------------------------------------------------------------------------------------Map----------------------------------------------------------------------------------------------------------------*/
h1.titular { text-transform: uppercase; font-family: "Roboto condensed", sans-serif; letter-spacing:2px; font-weight:500 !important; font-size:32px; }

.cnt-map {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image:url("/wp-content/uploads/2021/04/fondo-mapa.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
.header-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 40px 0px;
}

.header-map .cnt-tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #10304c;
    padding-bottom: 0;
    padding-top: 50px;
}
.header-map  .cnt-tabs li { font-size: 25px; padding:0px 150px 20px; letter-spacing:1.5px;  margin: 0 10px; position:relative; font-family: "Roboto condensed"; text-rendering:optimizeLegibility; }

.header-map .cnt-tabs ul li:hover {
    cursor:pointer;
	color:#10304c;
}
.header-map .cnt-tabs ul li.active {
	color:#10304c;
	font-weight:600;
}
.header-map .cnt-tabs ul li.active:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    background-color: #10304c;
    left: 0;
    bottom: 0;
}
g {
    fill: white;
    transition:all .325s ease;
}

.construidos-selected .has-construidos, .construidos-selected .has-construidos g {
    fill: #bfbfc1;
    transition: all .625s ease;
}

.desarrollo-selected .has-desarrollo, .desarrollo-selected .has-desarrollo g {
    fill: #bfbfc1;
    transition: all .625s ease;
}

g.active{
  fill:#10304c !important;
}
g.active g{
  fill:#10304c !important;
}
.construidos-selected .has-construidos:hover,
.desarrollo-selected .has-desarrollo:hover,
.construidos-selected .has-construidos:hover g,
.desarrollo-selected .has-desarrollo:hover g {
    fill: #10304c;
}



article{
  position:relative;
}
.post-info {
    position: absolute;
	top:275px;
    left: 0;
	height:250px;
    padding: 15px 30px;
    color: white;
    background-color: rgba(16,48,76,0.35);
    width: 100%;
}
.post-info:hover {
    background-color: rgba(16,48,76,0.75);
}
.post-info h2 a {
  color:white;
  font-family: Roboto condensed, sans-serif!important;
	display:block;
	padding-top:50px;
	letter-spacing: 2px;
	font-weight: 800!important;
}
.post-info h2 a:hover {
  color:#f6a610;
  transition: all .625s ease;
}
.post-info p{
	margin-bottom:20px;
	letter-spacing:1px;
}
.tax-project_category #left-area, .post-type-archive #left-area {
    display: flex;
    flex-wrap: wrap;
}
.tax-project_category #left-area article, .post-type-archive #left-area article {
    width: calc(25% - 0px);
    margin: 10px 0px 30px;
    height: 834px;
}
.tax-project_category #left-area article .entry-featured-image-url img, .post-type-archive #left-area article .entry-featured-image-url img{
    object-fit: cover;
    width: auto;
    min-height: 834px;
}
.tax-project_category #left-area article:hover .post-info, .post-type-archive #left-area article:hover .post-info{

}
.tax-project_category #left-area article .entry-featured-image-url, .post-type-archive #left-area article .entry-featured-image-url{
  margin-bottom:0 !important;
}

/*---------------------------------------------------------BLOQUE ESTADO PROYECTOS EN DESARROLLO------------------------------------------------------*/

.cnt-estado{
  display:none;
	margin-top:30px;
}
.cnt-estado.show{
  display:block;
}
.article-desarrollo {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom:15px;
  padding: 25px 350px;
  background-color: #f9f9f9;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  text-rendering:optimizeLegibility;
  letter-spacing:3px;

}
.article-desarrollo .article-info{
  width: 100%;
  display: flex;
  transition:all .325s ease;
}
.article-desarrollo .pais {
    min-width: 25%;
    font-weight: 800;
    text-transform: uppercase;
	font-size:22px;
	letter-spacing:2px;
}
.article-desarrollo .dato {
	font-size:22px;
	font-weight: 900;
	letter-spacing:2px;
	margin-right:5px;
}
.article-desarrollo .tag {
	font-size:22px;
}
.article-desarrollo .greenfield,
.article-desarrollo .brownfield,
.article-desarrollo .r2b {
	margin-right:20px;
}

.article-desarrollo .separador {
	color: #f6a611;
	font-weight:900;
	margin-right:20px;
}
.article-desarrollo .article-info p {
    font-weight: 600;
}
.article-desarrollo .article-info a {
    color: #8c8c8c;
    font-weight: 400;
    text-decoration: underline;
    transition:all .325s ease;
}

.contacto{
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	text-rendering:optimizeLegibility;
	font-size: 20px;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	margin-bottom:40px;
	margin-top:80px;
}

.contacto-btn{
	margin: 0 auto 100px;
	display: table;

}
.cnt-estado .titular {
	text-transform: uppercase;
    font-family: "Roboto condensed", sans-serif;
	text-rendering:optimizeLegibility;
    letter-spacing: 2px;
    font-weight: 500 !important;
    font-size: 30px;
	text-align: center;
	margin-bottom:50px;
	line-height: 100%;
}
.cnt-estado .leyenda {
	width:738px;
	margin:0 auto 50px;
}
.cnt-estado .leyenda .greenfield,
.cnt-estado .leyenda .brownfield,
.cnt-estado .leyenda .R2B {
	display: inline-block;

}
.cnt-estado .leyenda .greenfield .icon {
	display: block;
	margin: 0 auto;
	height: 37px;
	width: 37px;
	background-image: url(/wp-content/uploads/2021/06/evo-1.png)
}
.cnt-estado .leyenda .brownfield .icon {
	display: block;
	margin: 0 auto;
	height: 37px;
	width: 258px;
	background-image: url(/wp-content/uploads/2021/06/evo-2.png)
}
.cnt-estado .leyenda .R2B .icon {
	display: block;
	margin: 0 auto;
	height: 37px;
	width: 387px;
	background-image: url(/wp-content/uploads/2021/06/evo-3.png)
}
.cnt-estado .leyenda .tag {
	font-weight: 600;
	text-align:center;
	font-size: 16px;
	display: block;
	padding-bottom:10px;
	position:relative;
}
.cnt-estado .leyenda .brownfield .tag {
	left:110px;
}
.cnt-estado .leyenda .R2B .tag {
	left:135px;
}

.cnt-estado .leyenda .nombre-continente {
	margin-top:75px;
}
@media (max-width:1700px){
	.article-desarrollo {
	  padding: 25px 150px;
	}
}

@media(max-width: 981px){
  .article-desarrollo {
    flex-wrap:wrap;
	padding: 25px 50px;

  }
  .article-desarrollo .pais{
    padding: 7.5px;
    min-width: 100%;
    text-align: center;
  }
  .article-desarrollo .article-info{
    flex-wrap: wrap;
    justify-content: center;
  }
    #main-content .container {
        padding-top: 0px;
    }
    .tax-project_category #main-content, .post-type-archive #main-content{
      position:relative;
    }
	.tax-project_category #footer-bottom .container {
        padding-top:25px !important;
    }
    .post-type-archive #construidos {
        margin-top: 50px;
    }
    .cnt-tabs-paises {
        margin: 50px 0;
    }
}


@media(max-width: 981px){
  .cnt-tabs-paises {
      margin: 50px 0 0;
  }
}
.cnt-tabs-paises ul {
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	text-rendering:optimizeLegibility;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	letter-spacing: 1px;
}
.cnt-tabs-paises ul li {
	padding:0px 30px;
	color: #F3A60E;
	opacity: 0.6;
	border-right: solid 2px #F3A60E;
	letter-spacing:2px;
}

.cnt-tabs-paises ul li:last-child {
	border-right: none;
}
.cnt-tabs-paises ul li:hover, .cnt-tabs-paises ul li.active {
    font-weight: 800;
	opacity:1;
	text-decoration:underline;
	cursor: pointer;
}
.cnt-tabs-paises ul li.nombre-continente {
    margin: 20px 10px;
	font-size: 22px;
	padding-right:0px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight: 500;
	border-right: none;
	color: #10304c;
	opacity: 1;
	cursor:default;
}
#main-content .nombre-continente{
	font-size: 22px;
	padding-right:0px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight: 500;
	border-right: none;
	color: #10304c;
	opacity: 1;
	cursor:default;
	display: block;
	text-align:center;
	text-decoration: underline;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	text-rendering:optimizeLegibility;
	margin-bottom:20px;

}
.cnt-tabs-paises ul li.nombre-continente:hover, .cnt-tabs-paises ul li.nombre-continente:active {
	font-weight: 500;
	opacity:1;
	text-decoration:none;
	cursor: default;
}

.post-type-archive #en-desarrollo {
    margin-top: 50px;
}
.leyenda {
	margin-bottom:50px;
	margin-top:100px;
}



.request-loader {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #f6a610;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.25);
}
.request-loader span {
  position: relative;
  font-size: 72px;
  top: 5px;
  left: -5px;
}
.request-loader::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.request-loader::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

/*------------------------------------------------------------------------------------Contacto------------------------------------------------------------------------------------*/
.form-column-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-column-2 > span {
    width: calc(50% - 7.5px);
    margin-right: 15px;
}
.form-column-2 > span:last-child {
    margin-right: 0;
}
.form-column-2 > span input {
    width: 100%;
    border:none;
    background-color:#eeedec;
    padding: 7.5px 15px;
    margin-bottom: 15px;
    color:#10304c;
    font-weight: 500;
}
.wpcf7 textarea{
    width: 100%;
    border:none;
    background-color:#eeedec;
    padding: 7.5px 15px;
    margin-bottom: 15px;
    color:#10304c;
    font-weight: 500;
}
form-aceptacion{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.form-aceptacion .cnt-aceptacion {
    color: grey;
    font-weight: 400;
    font-size: 0.8em;
}
.form-aceptacion input.wpcf7-submit {
    background-color: orange;
    min-width: 125px;
    border: none;
    box-shadow: none;
    color: white;
    min-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
}
.form-aceptacion > p > span.ajax-loader {
    display: none !important;
}
.et_pb_contact_field_checkbox label {
	width: 65%;
	font-size: 11px !important;
	margin-left: 20px;
	padding-left: 20px;
}
.et_pb_contact_field_checkbox label i {
	margin-left: -25px;
	display: block;
	float: left;
}
.et_contact_bottom_container {
	position: relative;
	top: -95px;
	right: 20px;
}

.info_titulo {
	margin-bottom: 15px;
}
.info_telefono {
	font-weight: 600;
	color: #10304c;
}
.info_mail a  {
	font-weight: 500;
	text-decoration: underline;
	color: #10304c;
}
.info_mail a:hover {
	color: #f6a610;;
}
.info_linkedin a  {
	font-weight: 500;
	text-decoration: underline;
	color: #10304c;
}
.info_linkedin a:hover {
	color: #f6a610;;
}
.page-id-1118 .et_pb_contact_field_5 {
    z-index: 0 !important;
}
.cantacto-sedes{
	padding-top: 30px!important;
    padding-bottom: 30px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.contacto-bloques{
	padding:0px!important
}


@media(max-width: 981px){
  .form-aceptacion{
    flex-wrap:wrap;
  }
  .form-aceptacion p{
    width:100%;
  }
  .form-aceptacion p input{
    width:100%;
    margin-top:30px;
  }
  iframe{
    height: 300px !important;
  }
}
#main-header .et_mobile_menu{
  background-color:white !important;
}
.et_mobile_menu li a{
  color:#10304c !important;
}
.single-project .et_pb_gallery_image a {
	cursor: pointer;
}




@media(max-width:768px){
  .order-change {
      display: flex;
      flex-wrap: wrap;
  }
  .order-change > div:first-of-type{
      order:2;
  }
  .order-change > div:last-child{
      order:1;
  }
}

/*------------------------------------------------------------------------------------Footer----------------------------------------------------------------------------------------------------------------*/
#main-footer{
	padding:75px 0px;
	border-left:50px solid #ffffff;
	border-right:50px solid #ffffff;
	border-bottom: 25px solid #ffffff;
	margin-top:40px;
}
#main-footer .container {
	width:85%
}
#footer-info {
	width:100%;
}
#footer-widgets {
  padding-top:0px;
}
#footer-widgets .title {
  color: #242424 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 15px;
  text-transform: uppercase;
	letter-spacing: 1px;
}
#footer-widgets .footer-widget li:before{
  display:none !important;
}
#footer-widgets .footer-widget li{
 	padding-left:0 !important;
	line-height: 18px;
}
#footer-widgets .footer-widget li a{
    font-weight: 400 !important;
    font-size: 14px;
	letter-spacing: 1px;
}
#footer-widgets .footer-widget li a:hover{
  text-decoration:underline !important;
}
.footer-widget {
    margin-bottom: 15px !important;
}
#footer-bottom{
	padding-top:25px;
}

#footer-bottom .container {
    border-top: 1px solid #10304c;
    padding-top: 25px !important;
	width:85%;
}
.tax-project_category #footer-bottom .container {
    padding-top:25px !important;
}
#footer-bottom .container li {
    margin-left:15px;
}
#footer-bottom .container li a {
    font-size:20px;
}
.footer-bottom_child .copyright {
	float:right;
	margin-left: 20px;
	font-size:12px;
	letter-spacing:1px;
}
.footer-bottom_child .logo-footer {
	float:left;
	height: 37px;
	width: 159px;
	background-image: url(/wp-content/uploads/2021/06/footer-logo.png)
}
.footer-bottom_child .facebook,
.footer-bottom_child .instagram,
.footer-bottom_child .youtube,
.footer-bottom_child .linkedin {
	float:right;
	height: 20px;
	width: 20px;
	margin-left:15px
}
.footer-bottom_child .facebook {
	background-image: url(/wp-content/uploads/2021/06/rrss-fb.png)
}
.footer-bottom_child .instagram {
	background-image: url(/wp-content/uploads/2021/06/rrss-insatgram)
}
.footer-bottom_child .linkedin {
	background-image: url(/wp-content/uploads/2021/06/rrss-linkedin.png)
}
.footer-bottom_child .youtube {
	background-image: url(/wp-content/uploads/2021/06/rrss-youtube.png)
}
/*-------------------------------------------------------------Navegación Footer--------------------------------------------------------------*/

.bottom-nav li, .bottom-nav a {
    font-weight: 400;
    display: block;
	float:left;
    font-size: 14px;
    padding-right: 22px;
    text-decoration: underline;
    text-transform: uppercase;
}
.bottom-nav a:hover {color: #f6a610 !important;}

@media (max-width: 576px) {
	.bottom-nav li, .bottom-nav a {
		float: none;
		text-align: left;
		margin-bottom: 5px;
	}
}
/*---------------------------------------------------------BLOQUE ICONOS PROYECTOS----------------------------------------------------------------------------*/

.indices {
	width:100%;
	padding:40px 200px;
	background-color: #f9f9f9;
	height: 220px;
	margin-top:25px;
}
.energia,
.co2,
.hogares{
	width: 33%;
    float: left;
}
.energia span,
.co2 span,
.hogares span{
	display: block;
	text-align:center;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	text-rendering:optimizeLegibility;
    font-size: 20px;
    line-height: 30px;
	text-transform:uppercase;
}
.icono{
	height:57px;
	width:57px;
	margin:0 auto;
	background-repeat: no-repeat;
	margin-bottom:15px;
}
.energia .icono{

	background-image: url(/wp-content/uploads/2021/06/potencia-producida-icon.png)
}
.co2 .icono{
	background-image: url(/wp-content/uploads/2021/06/icon_mano-2.png)
}
.hogares .icono{
	background-image: url(/wp-content/uploads/2021/06/icon_casa.png)
}
.dato{
	color: #f6a611!important;
	font-weight: 700;

}
.tag{
	letter-spacing: 1px;
	color: #10304c;
}


/*----------------------------------------------------------Cosas raras------------------------------------------------------------------------------*/

@media (min-width: 981px){
 .et_pb_section {
    padding: 0 0;
	}
}
.page-id-1986 .et_pb_main_blurb_image {margin-bottom:0px!important}
.page-id-1986 .et_had_animation {margin-bottom:0px!important}



/*----------------------------------------------------------OTROS------------------------------------------------------------------------------*/

#construidos .type-project,
#construidos .type-project .post-info,
#construidos .type-project h2 a					{ transition: all .3s;}
#construidos .type-project img					{ transition: all 1s; }
#construidos .type-project						{ overflow: hidden; }
#construidos .type-project img  				{ position: relative; left: 0px; max-width: inherit!important; }
#construidos .type-project:hover img  			{ transition: all 1s; filter: grayscale(0); position: relative; left: -300px; }
#construidos .type-project:hover .post-info 	{ background: rgba(16,48,76,0.75); }
#construidos .type-project:hover h2 a			{ color: #f6a610; }
#construidos .et_pb_image_container img,
#construidos .et_pb_post a img					{ max-width: inherit!important; }

/*------------------------------------  Map  ------------------------------------------------------------------------*/

.cnt-pin-map                                    { max-width: 873px; width: 100%; margin: 0 auto; position: relative; }
.cnt-pin-map > div:not(.cnt-pin-map)            { position: absolute; z-index: 9; }

.europa-loader                                  { top: 36%; right: 46%; }
.americalatina-loader, .latinoamerica-loader    { top: 70%; right: 68%; }
.africa-loader                                  { top: 60%; right: 44%; }
.norteamerica-loader                            { top: 37%; right: 78%; }
.asia-loader                                    { top: 40%; right: 25%; }
.oceania-loader                                 { top: 75%; right: 10%; }

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

@media (max-width: 1366px) {
	#main-header .container {
		width:93%!important

	}
	.page-id-18 .et_pb_section_4 .et_pb_text_16 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.page-id-18 .et_pb_text_3 {
		padding-left: 0px;

	}
	.page-id-18 .et_pb_number_counter .percent {
		height:90px!important;
	}
	.page-id-18 .percent-value {
		letter-spacing: -3px!important;
	}
	.page-id-361 .percent-value {
		font-size:30px!important;
	}
	.page-id-361  .et_pb_section_6 .et_pb_row_9 .et_pb_button_module_wrapper{
		top: 240px;
	}

	.article-desarrollo {
		padding:25px 100px;
	}
	.blog article .entry-title, .category .entry-title, .noticias .title {
		height:340px;
		top:55px;
	}
	.blog article .excerpt,
	.category .excerpt,
	.noticias .excerpt {
		top:185px;
	}
	.et_pb_section_6 .et_pb_button_module_wrapper,
	.blog .et_pb_button_module_wrapper,
	.category article .et_pb_button_module_wrapper,
	.noticias .et_pb_button_module_wrapper {
		top:320px;
	}
	.blog #main-content .container {
		margin-left:30px!important;
		margin-right:30px!important;
		width:95%!important;
	}
	.page-id-905 .et_pb_row_3.et_pb_row,
	.page-id-905 .et_pb_row_2.et_pb_row{
		width:75%!important;
	}
	.indices {
		padding: 40px 150px;
	}
	.post-info {
		height: 300px;
	}

}
@media (max-width: 1200px) {
	.et_pb_row_7 .percent-value{
		font-size:40px;
	}
	.destacados .title{
		font-size: 26px!important;
	}
	.page-id-1986 .et_pb_number_counter_0.et_pb_number_counter,
	.page-id-339 .et_pb_number_counter_0.et_pb_number_counter {
    	margin-left: 0px!important;
	}
	.et_pb_text_8 p {
		line-height:30px;
		padding-left:10px;
	}
	.page-id-1986 .et_pb_text_12{
		height: auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}
	.et_mobile_menu .menu-item-has-children>a {
		background-color: transparent;
	}
	.indices {
		padding:40px 60px;
	}
	.et_pb_row_4,
	body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row,
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_4.et_pb_row {
		width:95%!important;
	}
	.post-info {
		height: 350px;
	}
	.article-desarrollo {
		padding:25px 25px;
	}
	.blog article .entry-title,
	.category .entry-title,
	.noticias .title {
		font-size:20px;
		line-height: 105%;
	}
	.et_pb_number_counter .percent p {
		font-size:30px!important;
	}
	.page-id-1986 .et_pb_number_counter .percent p {
		font-size:24px!important;
	}
	.page-id-905 .et_pb_row_3.et_pb_row,
	.page-id-905 .et_pb_row_2.et_pb_row{
		width:90%!important;
	}
	.page-id-905 .et_pb_row_1.et_pb_row {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	.page-id-905 .et_pb_row {
		width:100%;
	}
}

@media (max-width: 770px) {

	#main-header .logo_container {
		width: 60%!important;
	}
	.home .et_pb_text_12 {
		height: auto;
	}
	.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
		margin-bottom: 30px!important;
	}
	.page-id-18 .et_pb_section_4.et_pb_section {
		margin-top: 0px!important;
		margin-left: 15px!important;
		margin-right: 15px!important;
	}
	.page-id-18 .et_pb_text_7,
	.page-id-18 .et_pb_text_9/*,
	.page-id-18 .et_pb_text_11 */ {
		font-size:25px;
	}
	.destacados .title{
		font-size: 26px!important;
	}
	.page-id-361 .et_pb_section_2.et_pb_section {
		width: 100%
	}
	.page-id-361 .et_pb_row_2.et_pb_row {
		padding:0px 10px!important;
	}
	.page-id-361 .et_pb_text_5 {
		padding: 0px!important;
	}
	.page-id-361 .et_pb_section_3 .et_pb_row_4 {
		width:100%;
	}
	.page-id-361 .et_pb_section_3 .et_pb_row_4 .et_pb_image_1 {
		max-width:100%;
	}
	.page-id-361 .et_pb_section_4.et_pb_section,
	.page-id-361 .et_pb_section_5.et_pb_section {
		padding: 0px;
	}
	.page-id-361 .et_pb_image_2{
		margin-right: 35px!important;
	}
	.page-id-361 .et_pb_image_3{
		margin-right: 40px!important;
	}
	.page-id-361 .et_pb_section_6 .et_pb_row_9 .et_pb_button_module_wrapper {
    	top: 195px!important;
	}
		.page-id-361 .et_pb_section_7 .et_pb_row_12,
	.page-id-361 .et_pb_section_7 .et_pb_row_14,
	.page-id-361 .et_pb_section_7 .et_pb_row_16,
	.page-id-361 .et_pb_section_7 .et_pb_row_17,
	.page-id-361 .et_pb_section_7 .et_pb_row_18,
	.page-id-361 .et_pb_section_7 .et_pb_row_20,
	.page-id-361 .et_pb_section_7 .et_pb_row_22,
	.page-id-361 .et_pb_section_7 .et_pb_row_24{
		margin-left:47%;
		width:50%!important;

	}
	.page-id-361 .et_pb_section_7 .et_pb_row_11,
	.page-id-361 .et_pb_section_7 .et_pb_row_13,
	.page-id-361 .et_pb_section_7 .et_pb_row_15,
	.page-id-361 .et_pb_section_7 .et_pb_row_19,
	.page-id-361 .et_pb_section_7 .et_pb_row_21,
	.page-id-361 .et_pb_section_7 .et_pb_row_23,
	.page-id-361 .et_pb_section_7 .et_pb_row_25 {
		margin-right:48%;
		width:50%!important;
	}

    .page-id-361 .et_pb_section_7 .et_pb_column_16,
	.page-id-361 .et_pb_section_7 .et_pb_column_21,
	.page-id-361 .et_pb_section_7 .et_pb_column_22,
	.page-id-361 .et_pb_section_7 .et_pb_column_27,
	.page-id-361 .et_pb_section_7 .et_pb_column_28,
	.page-id-361 .et_pb_section_7 .et_pb_column_33,
	.page-id-361 .et_pb_section_7 .et_pb_column_39,
	.page-id-361 .et_pb_section_7 .et_pb_column_40,
	.page-id-361 .et_pb_section_7 .et_pb_column_45,
	.page-id-361 .et_pb_section_7 .et_pb_column_46,
	.page-id-361 .et_pb_section_7 .et_pb_column_51,
	.page-id-361 .et_pb_section_7 .et_pb_column_52,
	.page-id-361 .et_pb_section_7 .et_pb_column_57,
	.page-id-361 .et_pb_section_7 .et_pb_column_58 {
   		width: 90%!important;
	}

	#post-905 .et_pb_row_2.et_pb_row .et_pb_text_4,
	#post-905 .et_pb_row_2.et_pb_row .et_pb_text_5,
	#post-905 .et_pb_row_2.et_pb_row .et_pb_text_6,
	#post-905 .et_pb_row_3.et_pb_row .et_pb_text_7,
	#post-905 .et_pb_row_3.et_pb_row .et_pb_text_8 {
		width: 65%!important;
		margin: 0 auto!important;
		padding: 10px 20px!important;
	}
	#post-905 .et_pb_row_2.et_pb_row,
	#post-905 .et_pb_row_3.et_pb_row {
		width: 100%!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
		padding-bottom: 30px!important;
		padding-top: 0px!important;
	}
	#post-905 .et_pb_row_1.et_pb_row {
		padding-left: 0px!important;
		padding-right: 0px!important;
		padding-bottom: 30px!important;
		padding-top: 0px!important;
	}
	.et_pb_row_0,
	body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
		width:100%!important
	}

	.et_pb_text_0{
		font-size:40px!important;
	}
	.page-id-1986 .et_pb_text_2 {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.page-id-1986 .et_pb_column_2 {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.page-id-1986 .et_pb_section_2 {
		min-height:650px!important;
		padding:0px!important;
	}


	.header-map .cnt-tabs ul {
		width:90%!important
	}
	.header-map .cnt-tabs li {
		font-size: 20px;
		padding: 0px 23px 20px;
	}
	.tax-project_category .container {
		padding-top:0px!important;
	}
	.post-type-archive-project .nombre-continente {
		margin-bottom: 30px!important;
	}
	.post-type-archive-project .article-desarrollo {
		padding: 25px 30px!important;
	}
	.cnt-estado .leyenda {
		width:90%;
	 	margin:0 auto 40px;
        text-align: center;
    }
	.cnt-estado .leyenda .icon {
		background-repeat:no-repeat;
	}
	.cnt-estado .leyenda .greenfield  {
		margin-left:20%;
	}
	.cnt-estado .leyenda .greenfield .icon {
		height: 37px;
		width: 37px;
		background-image: url(/wp-content/uploads/2021/06/evo-1b.png)
	}
	.cnt-estado .leyenda .brownfield .icon {
		height: 37px;
		width: 110px;
		background-image: url(/wp-content/uploads/2021/06/evo-2b.png)
	}
	.cnt-estado .leyenda .R2B .icon {
		height: 37px;
		width: 150px;
		background-image: url(/wp-content/uploads/2021/06/evo-3b.png)
	}
	.cnt-estado .leyenda .tag {
		font-weight: 600;
		text-align:center;
		font-size: 12px;
		display: block;
		padding-bottom:10px;
		position:relative;
	}
	.cnt-estado .leyenda .brownfield .tag {
		left:22px;
	}
	.cnt-estado .leyenda .R2B .tag {
		left:66px;
	}
	.tax-project_category .wrapper-indices .indices {
		padding: 25px 10px;
		height: auto;
		margin:0px!important;
	}
	.post-info {
		height: 250px;
	}
	.energia span, .co2 span, .hogares span {
		font-size: 16px;
		line-height: 100%;
	}
	.category-filter {
		margin: 30px 0px;
	}

	.et_pb_row_4,
	body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row,
	body.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l .et_pb_row_4.et_pb_row,
	.et_pb_row_5,
	body #page-container .et-db #et-boc .et-l .et_pb_row_5.et_pb_row,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_5.et_pb_row,
	body.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l .et_pb_row_5.et_pb_row {
		width:90%!important;
	}

	.custom-blog {
		padding: 25px 30px!important;
	}
	.single-post #content-area {
		width: 100%;
	}

}
@media only screen and (max-width: 770px) and (min-width: 577px) {


	.page-id-18 .et_pb_number_counter_1.et_pb_number_counter,
	.page-id-18 .et_pb_number_counter_2.et_pb_number_counter,
	.page-id-18 .et_pb_number_counter_0.et_pb_number_counter {
		padding:0px!important;
		margin:0px!important;
	}

	.page-id-18 .et_pb_text_3,
	.page-id-18 .et_pb_text_4,
	.page-id-18 .et_pb_text_5 {
		font-size:16px!important;
		padding:0px!important;
		margin:0px!important;
	}
	.page-id-18 .et_pb_number_counter .percent {
		height:50px!important;
		padding:0px!important;
		margin:0px!important;
		text-align: left!important;
	}
	.page-id-18 .et_pb_number_counter_2.et_pb_number_counter {
		min-height: 50px!important;
	}
	.page-id-18 .et_pb_number_counter .percent p {
		font-size: 30px!important;
	}

}

@media (max-width: 576px) {
	#main-header .logo_container {
		width:45%;
	}
	.container,
	.et_pb_row {
		width:100%;
	}
	.et_pb_text_0{
		font-size:28px!important;
		line-height:105%!important;
	}
	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width:85%;
	}

	.home .et_pb_blurb_container {
		height: 320px!important;
	}
	.home .et_pb_module_header {
		margin-top:18px!important;
		margin-left: 36px!important;
	}
	.home .et_pb_blurb_description{
		margin-left: 36px!important;
	}
	.home .et_pb_section_3 .et_pb_row .et_pb_blurb_content {
		width: 100%!important;
	}


	.page-id-18 .et_pb_blurb .et_pb_module_header,
	.page-id-18 .et_pb_blurb .et_pb_module_header a,
	.page-id-18 .et_pb_blurb p {
		padding:10px 0px!important;
		font-size: 25px!important;
		line-height: 25px!important;

	}
	.et_pb_text_1 p{
		font-size:16px!important;
		line-height: 36px!important;
	}
	.et_pb_text_15 p {
		line-height: 26px!important;
	}
	.page-id-18 .et_pb_text_3 {
		margin-right: 0px!important;
		margin-left:0px!important;
	}
	.page-id-18 .et_pb_text_10 {
		letter-spacing: 3.5px;
	}

	.page-id-18 .et_pb_section_4.et_pb_section {
		margin-right:12px!important;
		margin-left:12px!important;
		margin-top:0px!important;
		margin-bottom: 0px!important;
		padding-bottom:300px!important;

	}
	.page-id-18 .et_pb_section_4 .et_pb_text_16,
	.page-id-18 .et_pb_section_4 .et_pb_text_15 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-id-18 .et_pb_image .et_pb_image_wrap {
		max-width:75%;
	}

	.page-id-18 .et_pb_row_2.et_pb_row {
		margin: 0px!important;
	}

	.destacados .title{
		font-size: 26px!important;
	}


	.page-id-361 .et_pb_row_7 .et_pb_image_2,
	.page-id-361 .et_pb_row_7 .et_pb_image_3,
	.page-id-361 .et_pb_number_counter_0.et_pb_number_counter,
	.page-id-361 .et_pb_number_counter_1.et_pb_number_counter{
		margin: 0 auto!important;
	}

	.page-id-361 .et_pb_number_counter_0.et_pb_number_counter,
	.page-id-361 .et_pb_number_counter_1.et_pb_number_counter{
		margin-left: 0px!important;
		margin-right:0px!important;
		text-align: center;

	}
	.page-id-361 .et_pb_text_8,
	.page-id-361 .et_pb_text_9 {
		margin-top: 20px!important;
		text-align: center;
	}

	.page-id-361 .et_pb_section_6 .et_pb_row_9 .et_pb_button_module_wrapper{
		top: 280px!important;
	}
	.page-id-251 .et_pb_image_0 {
		margin: 0 auto!important;
	}
	.et_pb_row_13,
	body #page-container .et-db #et-boc .et-l .et_pb_row_13 .et_pb_row,
	body.et_pb_pagebuilder_layout .single #page-container #et-boc .et-l .et_pb_row_13.et_pb_row,
	body.et_pb_pagebuilder_layout .single .et_full_width_page #page-container #et-boc .et-l .et_pb_row_13.et_pb_row
		{width:100%!important;}


	#post-905 .et_pb_row_1.et_pb_row{
		padding-left:20px!important;
		padding-right:20px!important;
	}
	#post-905 .et_pb_row_2.et_pb_row,
	#post-905 .et_pb_row_3.et_pb_row{
		width:100%!important;
		padding-left:0px!important;
		padding-right:0px!important;
		padding-bottom:30px!important;
		padding-top:0px!important;
	}
	#post-905 .et_pb_row_2.et_pb_row .et_pb_text_4,
	#post-905 .et_pb_row_2.et_pb_row .et_pb_text_5,
	#post-905 .et_pb_row_2.et_pb_row .et_pb_text_6,
	#post-905 .et_pb_row_3.et_pb_row .et_pb_text_7,
	#post-905 .et_pb_row_3.et_pb_row .et_pb_text_8 {
		width:90%!important;
		margin: 0 auto!important;
		padding:10px 20px!important;
	}
	#post-905 .et_pb_row_3.et_pb_row .et_pb_text_8 p{
		padding-left:0px;
		line-height: 25px;
	}
	#post-905 .et_pb_toggle_content{
		font-size: 16px;
	}
	.page-id-1986 .et_pb_text_0{
		font-size:30px!important;

	}
	.et_pb_row .et_pb_blurb_content{
		max-width:90%!important;
	}
	.et_pb_blurb .et_pb_module_header,
	.et_pb_blurb .et_pb_module_header a,
	.et_pb_blurb p {
		font-size: 18px!important;
		line-height: 33px!important;
		padding:0px 20px!important;
	}

	.page-id-339 .et_pb_image_0,
	.page-id-339 .et_pb_image_1 {
		margin:0 auto!important;
	}
	.page-id-339 .et_pb_section {
		padding: 0px;
	}
	.page-id-1986 .et_pb_text_11.et_pb_text {
		line-height: 35px;
	}
	.page-id-1986 .et_pb_section_2.et_pb_section,
	.page-id-1986 .et_pb_section_3.et_pb_section{
		width:100%!important;
		margin: 20px auto!important;
	}

	.page-id-1986 .et_pb_row_3.et_pb_row {
		width:100%!important;
	}
	.page-id-1986 .et_pb_row_6.et_pb_row,
	.page-id-1986 .et_pb_text_16 {
		padding:20px!important;
	}
	.page-id-1986 .et_pb_section_6.et_pb_section,
	.page-id-1986 .et_pb_section_7.et_pb_section{
		margin-left:0px!important;
		margin-right:0px!important;
		padding-left:20px!important;
		padding-right:20px!important;
	}
	.page-id-1986 .et_pb_number_counter .percent p {
		font-size:24px!important;
	}
	.projects-slider .et_pb_fh_carousel_item .et_pb_fh_post_carousel_title a { font-size: 16px; line-height: 16px; }
	.projects-slider .et_pb_fh_carousel_item p { font-size:12px; line-height: 12px; }

	.page-id-1118 .et_pb_contact_form_0.et_pb_contact_form_container{
		height:750px!important;
		padding-top:20px!important;
	}
	.page-id-1118 .et_contact_bottom_container {
		top:0px;
		right: 65px;
	}

	.cnt-estado .leyenda .greenfield  {
		margin-left:0%;
	}

	.cnt-tabs-paises ul li {
		padding: 5px 30px 10px;
		border-right: 0px;
	}
	.energia span, .co2 span, .hogares span {
		font-size: 12px;
		line-height: 100%;
	}
	.article-desarrollo .dato,
 	.article-desarrollo .tag {
		font-size:16px;
	}
	.article-desarrollo {
		padding: 20px 40px;
	}

	.container,
	.et_pb_row,
	.et_pb_slider .et_pb_container,
	.et_pb_fullwidth_section .et_pb_title_container,
	.et_pb_fullwidth_section .et_pb_title_featured_container,
	.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_full {
		max-width:100% !important
	}

	.category-filter a {
		width:100%;
		font-size: 16px;
	}
	.custom-blog {
		padding:0px 30px 30px 30px;
	}
	.blog article .entry-title,
	.category .entry-title,
	.noticias .title {
		font-size: 1.2em!important;
		line-height:20px;
	}
	.page-id-1986 .blog article .entry-title,
	.category .entry-title,
	.noticias .title {
		line-height:105% !important;
	}


	.blog article .excerpt,
	.category .excerpt,
	.noticias .excerpt {
		font-size: 14px;
		line-height: 20px;
	}
	.et_pb_button_0_wrapper,
	.et_pb_button_1_wrapper,
	.et_pb_button_2_wrapper {
		top:300px!important;
	}
	.single-post article #fecha {
		top:0px;
		font-size: 16px;
	}
	.single-post #compartir-publicacion a {
		top: 25px;
	}
	.single .et_pb_number_counter .percent p {
		font-size: 20px!important;
	}

	#nav-post .post-anterior {
		margin-right: 15px;
	}
	#nav-post .post-anterior,
	#nav-post .post-siguiente {
		padding: 10px 24px!important;
	}
	#nav-post .post-anterior a,
	#nav-post .post-siguiente a {
		font-size: 15px!important;
	}

	#main-footer {
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
	padding:30px 0px;
	}
	.footer-bottom_child .logo-footer {
    width: 99px;
	background-size:90%;
	background-repeat: no-repeat;
	}
	#footer-bottom {
		padding-top: 0px;
	}
}



/* FONT FACE */


@font-face {
    font-family: 'Roboto condensed';
    src: url('fonts/RobotoCondensed-Regular.eot');
    src: url('fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Bold.woff2') format('woff2'),
    url('fonts/Roboto-Bold.woff') format('woff'),
    url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light.woff2') format('woff2'),
    url('fonts/Roboto-Light.woff') format('woff'),
    url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Regular.woff2') format('woff2'),
    url('fonts/Roboto-Regular.woff') format('woff'),
    url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ICONOS MAPA  */

/*
#mapa-nosotros .construidos-selected div .request-loader {
	position: relative;
	animation-name: fadeIn;
	animation-duration: 1s;
	background-color: #10304c;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	opacity: 0;
	-webkit-animation: backInDown 1.5s;
	animation: backInDown 1.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;

  }
*/


/* Iconos del mapa */

.et_pb_code_inner .cnt-pin-map.construidos-selected .request-loader ,
.page-id-361 .construidos-selected .request-loader {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	background: #10304c;
	box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.25);
  }
.page-id-361 .construidos-selected .request-loader span {
	position: relative;
	font-size: 72px;
	top: 5px;
	left: -5px;
  }
.page-id-361 .construidos-selected .request-loader::after {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -8px;
	left: -8px;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 8px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-animation-name: ripple;
			animation-name: ripple;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
			animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
  }
.page-id-361 .construidos-selected .request-loader::before {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -8px;
	left: -8px;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 8px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-animation-name: ripple;
			animation-name: ripple;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
			animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
  }

  @-webkit-keyframes ripple {
	from {
	  opacity: 1;
	  transform: scale3d(0.75, 0.75, 1);
	}
	to {
	  opacity: 0;
	  transform: scale3d(1.5, 1.5, 1);
	}
  }

  @keyframes ripple {
	from {
	  opacity: 1;
	  transform: scale3d(0.75, 0.75, 1);
	}
	to {
	  opacity: 0;
	  transform: scale3d(1.5, 1.5, 1);
	}
  }


/* Posición localizaciones del mapa */

.filipinas-loader {
	position: relative;
	top: 55%;
	left: 84%;
	animation-delay: 1s;
}
.colombia-loader {
	top: 61%;
	left: 26%;
}
.argentina-loader {
	top: 82%;
	left: 29.5%;
	animation-delay: 0.4s;
}
.mexico-loader {
	top: 50%;
	left: 17.5%;
	animation-delay: 0.1s;
}
.el-salvador-loader {
	top: 55%;
	left: 21%;
	animation-delay: 0.2s;
}
.costa-rica-loader {
	top: 58%;
	left: 23%;
	animation-delay: 0.3s;
}
.polonia-loader {
	top: 34%;
	left: 51.5%;
	animation-delay: 0.9s;
}
.portugal-loader {
	top: 42%;
	left: 45%;
	animation-delay: 0.5s;
}
.italia-loader {
	top: 40%;
	left: 51%;
	animation-delay: 0.8s;
}
.espana-loader {
	top: 37%;
	left: 46%;
	animation-delay: 0.6s;
}
.espana-loader .request-loader {
	width: 20px !important;
	height: 30px !important;
	background: none !important;
	border-radius: none !important;
	background-image: url(img/location-map.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 20px 30px !important;
}
.tunez-loader {
	top: 45%;
	left: 50%;
	animation-delay: 0.7s;
}

/* animate css Back entrances */

/* Back entrances */
@-webkit-keyframes backInDown {
	0% {
	  -webkit-transform: translateY(-1200px) scale(0.7);
	  transform: translateY(-1200px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes backInDown {
	0% {
	  -webkit-transform: translateY(-1200px) scale(0.7);
	  transform: translateY(-1200px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  .animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
  }
  @-webkit-keyframes backInLeft {
	0% {
	  -webkit-transform: translateX(-2000px) scale(0.7);
	  transform: translateX(-2000px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes backInLeft {
	0% {
	  -webkit-transform: translateX(-2000px) scale(0.7);
	  transform: translateX(-2000px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  .animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
  }
  @-webkit-keyframes backInRight {
	0% {
	  -webkit-transform: translateX(2000px) scale(0.7);
	  transform: translateX(2000px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes backInRight {
	0% {
	  -webkit-transform: translateX(2000px) scale(0.7);
	  transform: translateX(2000px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  .animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
  }
  @-webkit-keyframes backInUp {
	0% {
	  -webkit-transform: translateY(1200px) scale(0.7);
	  transform: translateY(1200px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes backInUp {
	0% {
	  -webkit-transform: translateY(1200px) scale(0.7);
	  transform: translateY(1200px) scale(0.7);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  .animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
  }
  /* Back exits */
  @-webkit-keyframes backOutDown {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateY(700px) scale(0.7);
	  transform: translateY(700px) scale(0.7);
	  opacity: 0.7;
	}
  }
  @keyframes backOutDown {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateY(700px) scale(0.7);
	  transform: translateY(700px) scale(0.7);
	  opacity: 0.7;
	}
  }
  .animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
  }
  @-webkit-keyframes backOutLeft {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateX(-2000px) scale(0.7);
	  transform: translateX(-2000px) scale(0.7);
	  opacity: 0.7;
	}
  }
  @keyframes backOutLeft {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateX(-2000px) scale(0.7);
	  transform: translateX(-2000px) scale(0.7);
	  opacity: 0.7;
	}
  }
  .animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
  }
  @-webkit-keyframes backOutRight {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateX(2000px) scale(0.7);
	  transform: translateX(2000px) scale(0.7);
	  opacity: 0.7;
	}
  }
  @keyframes backOutRight {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateX(0px) scale(0.7);
	  transform: translateX(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateX(2000px) scale(0.7);
	  transform: translateX(2000px) scale(0.7);
	  opacity: 0.7;
	}
  }
  .animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
  }
  @-webkit-keyframes backOutUp {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateY(-700px) scale(0.7);
	  transform: translateY(-700px) scale(0.7);
	  opacity: 0.7;
	}
  }
  @keyframes backOutUp {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}

	20% {
	  -webkit-transform: translateY(0px) scale(0.7);
	  transform: translateY(0px) scale(0.7);
	  opacity: 0.7;
	}

	100% {
	  -webkit-transform: translateY(-700px) scale(0.7);
	  transform: translateY(-700px) scale(0.7);
	  opacity: 0.7;
	}
  }
  .animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
  }


@media (max-width: 980px){

    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header,
    .et_non_fixed_nav.et_transparent_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #top-header { position: fixed!important; }

}

@media (max-width: 580px){

    .et_search_outer { top: 40px; }
    .page-id-361 .et_pb_image_1 { width: inherit!important; }

}

#modelo-energetico  { padding: 20px; }

#return-to-top                      { background: #dddddd url('img/top.png') no-repeat center; width: 50px; height: 50px; position: fixed; bottom: 20px; right: 20px; z-index: 3; cursor: pointer; }


/*  Iconos home */

    #iconos-home                                            { text-align: center; }
    #iconos-home .et_pb_image                               { text-align: center; margin-bottom: 20px; }
    #iconos-home .et_pb_image img                           { max-height: 117px; }
    #iconos-home .numbers                                   { margin-bottom: 10px; }
    #iconos-home .numbers p                                 { text-align: center; font-size: 50px!important; line-height: 50px!important; font-weight: normal; color: #f6a611; }
    #iconos-home .et_pb_text p                              { font-size: 22px; line-height: 26px; text-transform: uppercase; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; }

    @media (max-width: 1200px){

        #iconos-home .et_pb_image                           { margin-bottom: 20px; }

    }



/*  Nuestros valores  */

    #nuestrosvalores .contenido                         { display: flex; flex-wrap: wrap;  }
    #nuestrosvalores .contenido .box                    { transition: all 2s ease; min-height: 700px; width: 33.333%; display: flex; align-items: center; background-size: cover!important; }
    #nuestrosvalores .contenido .box .contenedor        { transition: all .5s ease;background-color: rgba(16,48,76,0.35); color: #ffffff; padding: 30px; }
    #nuestrosvalores .contenido .box .contenedor:hover  { background-color: rgba(16,48,76,0.75); }
    #nuestrosvalores .contenido .box:first-child        { background: url('https://www.enerlandgroup.com/wp-content/uploads/2021/05/Desarrollo-bn.png') no-repeat center; }
    #nuestrosvalores .contenido .box:hover:first-child  { background: url('https://www.enerlandgroup.com/wp-content/uploads/2021/05/Desarrollo-color.png') no-repeat center; }
    #nuestrosvalores .contenido .box:nth-child(2)       { background: url('https://www.enerlandgroup.com/wp-content/uploads/2021/05/Construccion.png') no-repeat center; }
    #nuestrosvalores .contenido .box:hover:nth-child(2) { background: url('https://www.enerlandgroup.com/wp-content/uploads/2021/06/Construccion-color.png') no-repeat center; }
    #nuestrosvalores .contenido .box:last-child         { background: url('https://www.enerlandgroup.com/wp-content/uploads/2021/06/Operacion-mantenimiento-bn.png') no-repeat center; }
    #nuestrosvalores .contenido .box:hover:last-child   { background: url('https://www.enerlandgroup.com/wp-content/uploads/2021/06/Operacion-mantenimiento-color.png') no-repeat center; }
    #nuestrosvalores .contenido .box h2                 { transition: all .5s; font-size: 25px; line-height: 27px; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; font-weight: bold; color: #ffffff!important; }
    #nuestrosvalores .contenido .box:hover h2           { color: #f6a610!important; }
    #nuestrosvalores .contenido .box p                  { font-size: 16px; line-height: 20px; margin-bottom: 30px; }
    #nuestrosvalores .contenido .box a                  { transition: all .2s ease; background: #f6a610; font-size: 17px; color: #ffffff; padding: 8px 15px; }
    #nuestrosvalores .contenido .box a:hover::before    { transition: all .2s ease; content: 'Ver más'; margin-right: 10px; }
	#nuestrosvalores .contenido .box a:lang(en):hover::before { content: 'more info'; }
    #nuestrosvalores .contenido .box a::before          { transition: all .2s ease; content: ''; }

    @media (max-width: 991px){

        #nuestrosvalores .contenido .box                { width: 100%; min-height: auto; padding: 100px 0; }

    }


/*  Proyectos destacados  */

    #proyectosdestacados .et_pb_section_4 .et_pb_button,
    #proyectosdestacados .et_pb_section_4 .et_pb_button:hover { font-weight: normal!important; }


/*  Globales  */

    .mfp-figure .mfp-bottom-bar                         { display: none!important; }


/*  Cifras nosotros  */

    #cifrasnosotros .et_pb_image                        { margin: 0px 0 20px 0!important; width: auto!important; text-align: center; height: 78px; display: flex; justify-content: center; align-items: center; }
    #cifrasnosotros .et_pb_image_1                      { margin: 0px 0 20px 0!important; }
    #cifrasnosotros .numbers                            { margin: 0 0 10px 0!important; }
    #cifrasnosotros .numbers p                          { text-align: center; font-size: 50px!important; line-height: 50px!important; font-weight: normal; color: #f6a611; }
    #cifrasnosotros .et_pb_text                         { margin: 0px!important; }
    #cifrasnosotros .et_pb_text p                       { text-align: center; font-size: 22px; line-height: 26px; text-transform: uppercase; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; }


/*  Servicios integrales  */

    #serviciosintegrales .et_pb_text                    { height: auto!important; }
    #serviciosintegrales .contenido                     { display: flex; flex-wrap: wrap;  }
    #serviciosintegrales .contenido .box                { transition: all 2s ease; width: 33.333%; background-size: cover!important; color: #ffffff; padding: 30px; }
    #serviciosintegrales .contenido .box:first-child    { background: #4C6479; }
    #serviciosintegrales .contenido .box:nth-child(2)   { background: #ACB7C1; }
    #serviciosintegrales .contenido .box:last-child     { background: #4C6479; }
    #serviciosintegrales .contenido .box h2             { transition: all .5s; font-size: 25px; line-height: 27px; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; font-weight: bold; color: #ffffff!important; }
    #serviciosintegrales .contenido .box:hover h2       { color: #f6a610!important; }
    #serviciosintegrales .contenido .box p              { font-size: 16px; line-height: 20px; margin-bottom: 30px; }
    #serviciosintegrales .contenido .box a              { transition: all .2s ease; background: #f6a610; font-size: 17px; color: #ffffff; padding: 8px 15px; }
    #serviciosintegrales .contenido .box a:hover::before{ transition: all .2s ease; content: 'Ver más'; margin-right: 10px; }
    #serviciosintegrales .contenido .box a::before      { transition: all .2s ease; content: ''; }

    @media (max-width: 991px){

        #serviciosintegrales .contenido .box            { width: 100%; }

    }


/*  Cifras desarrollo  */

    #cifrasdesarrollo .numbers                          { margin: 0 0 20px 0!important; }
    #cifrasdesarrollo .numbers p                        { font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; font-size: 50px!important; line-height: 50px!important; font-weight: normal; color: #f6a611; }
    #cifrasdesarrollo .et_pb_image                      { margin: 0px 0 20px 0!important; width: auto!important; text-align: center; height: 94px; display: flex; justify-content: center; align-items: center; }
    #cifrasdesarrollo .et_pb_image_1                    { margin: 0px 0 20px 0!important; }
    #cifrasdesarrollo .et_pb_text:not(.numbers)         { margin: 0px!important; }
    #cifrasdesarrollo .et_pb_text p                     { text-align: center!important; font-size: 22px; line-height: 26px; text-transform: uppercase; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; }


/*  Cifras construccion  */

    #cifrasconstruccion .numbers                        { margin: 0 0 20px 0!important; }
    #cifrasconstruccion .numbers p                      { font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; font-size: 50px!important; line-height: 50px!important; font-weight: normal; color: #f6a611; }
    #cifrasconstruccion .et_pb_image                    { margin: 0px 0 20px 0!important; width: auto!important; text-align: center; height: 94px; display: flex; justify-content: center; align-items: center; }
    #cifrasconstruccion .et_pb_image_1                  { margin: 0px 0 20px 0!important; }
    #cifrasconstruccion .et_pb_text:not(.numbers)       { margin: 0px !important; }
    #cifrasconstruccion .et_pb_text p                   { text-align: center!important; font-size: 22px; line-height: 26px; text-transform: uppercase; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; }


/*  Cifras sostenibilidad  */

    #futuromejor .numbers                               { margin: 0 0 10px 0!important; }
    #futuromejor .numbers p                             { font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; font-size: 40px!important; line-height: 40px!important; font-weight: normal; color: #f6a611; }
    #futuromejor .et_pb_image                           { margin: 0px 0 20px 0!important; width: auto!important; text-align: center; display: flex; justify-content: center; align-items: center; }
    #futuromejor .et_pb_image_1                         { margin: 0px 0 20px 0!important; }
    #futuromejor .et_pb_text:not(.numbers)              { margin: 0px auto!important; }
    #futuromejor .et_pb_text p                          { text-align: center!important; font-size: 18px; line-height: 24px; font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; }
    #futuromejor .et_pb_text_3                          { margin: 0px!important; padding: 0px!important; width: 100%!important; }


/*  Experiencia  */

    @media (max-width: 980px) {

        #experiencia .et_pb_row                         { text-align: center!important; top: 0px!important; }
        #experiencia .et_pb_row .et_pb_column_13,
        #experiencia .et_pb_row .et_pb_column_16,
        #experiencia .et_pb_row .et_pb_column_19,
        #experiencia .et_pb_row .et_pb_column_22,
        #experiencia .et_pb_row .et_pb_column_25,
        #experiencia .et_pb_row .et_pb_column_28,
        #experiencia .et_pb_row .et_pb_column_31,
        #experiencia .et_pb_row .et_pb_column_34,
        #experiencia .et_pb_row .et_pb_column_37,
        #experiencia .et_pb_row .et_pb_column_40,
        #experiencia .et_pb_row .et_pb_column_43,
        #experiencia .et_pb_row .et_pb_column_46,
        #experiencia .et_pb_row .et_pb_column_49,
        #experiencia .et_pb_row .et_pb_column_52,
        #experiencia .et_pb_row .et_pb_column_55        { display: none!important; }
        #experiencia .et_pb_row .et_pb_column           { width: 100%!important; margin-bottom: 40px; position: relative; }
        #experiencia .et_pb_row:first-child .et_pb_column::after,
        #experiencia .et_pb_row:last-child .et_pb_column::after     { display: none; }
        #experiencia .et_pb_row .et_pb_column::after    { content:''; position: absolute; bottom: -25px; left: 50%; width: 12px; height: 12px; background: #f6a610; border-radius: 100px; margin-left: -6px; }
        #experiencia .et_pb_row .et_pb_column h5,
        #experiencia .et_pb_row .et_pb_column p         { text-align: center!important; }

    }

    @media (max-width: 770px) {

        #experiencia .et_pb_row                         { width: 100%!important; margin: 0px!important; }
        #experiencia .et_pb_row .et_pb_column           { margin-bottom: 40px!important; }

    }


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    .et_pb_text_10 p {
        line-height: 30px;
        font-size: 0.95em;
    }
}


/*  Contacto  */

    #contactoweb                                        { background: #f9f9f9; padding: 30px; }
    #contactoweb input[type="text"],
    #contactoweb input[type="tel"],
    #contactoweb input[type="email"],
    #contactoweb textarea                               { background: #ffffff; padding: 16px; font-size: 16px; }
    #contactoweb .form-aceptacion                       { font-size: 12px; line-height: 16px; }
    #contactoweb input[type="submit"]                   { cursor: pointer; margin-top: 24px; border: none; transition: all .2s ease; background: #f6a610; font-size: 16px; color: #ffffff; padding: 8px 30px; font-weight: bold; letter-spacing: 2px; }
    #contactoweb input[type="submit"]:hover             { background: #10304c; }
    #contactoweb input[type="submit"]:disabled          { background: #cccccc; cursor: default; }
