/*
Theme Name: Divi-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*MENU*/
nav.et-menu-nav > ul > li > a {
	background-size: contain;
	padding: 41px 9px 25px 9px !important;
	position: relative;color: #0d3333;
	font-size: 17px;
    font-weight: 600;
}
#top-menu li.current-menu-item>a {
    color: #0d3333 !important;
}
/*nav.et-menu-nav > ul > li > a:before {
	content: '';
	background-image: url(/wp-content/themes/divi-child/images/menu_1.svg);
	position: absolute;
	top: 0px;
	height: 95px;
	width: 0px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: contain;
	background-position: center bottom;
	left: 52%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}*/
#top-menu li {padding-right: 0px;}

nav.et-menu-nav > ul > li.et-hover > a::before,
nav.et-menu-nav > ul > li:hover > a::before
{
	background-image: url(/wp-content/themes/divi-child/images/menu_1.svg);
	width: 243px;
}
header#main-header {
	overflow: hidden;
}
.et-l--footer a {
    color: #b6e900 !important;
}
nav.et-menu-nav > ul > li.et-hover > a,
nav.et-menu-nav > ul > li:hover > a
{
	color: #a5d302 !important;
}
nav.et-menu-nav > ul > li:nth-last-child(-n+2) > a:before {
	width: 0px !important;
	height: 0px !important;
}
nav.et-menu-nav > ul > li.menu_2.et-hover > a::before,
nav.et-menu-nav > ul > li.menu_2:hover > a::before
{
	background-image: url(/wp-content/themes/divi-child/images/menu_2.svg);
	width: 340px;
}
nav.et-menu-nav > ul > li.menu_2 > a::before {
	left: 54%;
}
nav.et-menu-nav > ul > li.menu_3.et-hover > a::before,
nav.et-menu-nav > ul > li.menu_3:hover > a::before
 {
	background-image: url(/wp-content/themes/divi-child/images/menu_3.svg);
    width: 430px;
    height: 103px;
}
nav.et-menu-nav > ul > li.menu_3 > a::before {
	left: 50%;
}
nav.et-menu-nav > ul > li.menu_4.et-hover > a::before,
nav.et-menu-nav > ul > li.menu_4:hover > a::before
 {
	background-image: url(/wp-content/themes/divi-child/images/menu_4.svg);
	width: 340px;
}

/*End Menu*/

/*Logo*/
img#logo {
	width: 235px !important;
	max-height: initial !important;
	max-width: 235px !important;
	height: auto !important;
}
/*END Logo*/

/*Buscador*/
div#et_top_search {padding-top: 65px !important;width: 26px !important;}
div#et_top_search span#et_search_icon {font-size: 24px !important;}
div#et_top_search span#et_search_icon:before {font-size: 24px !important;font-weight: bold !important;padding-top: 34px;color: #b7eb00;}
div#et_top_search span#et_search_icon:hover:before {color: #0a3333;}
/*END Buscador*/


/*Banner*/
	div#banner_principal:before {
		border-radius: 0px 23px 23px 0px;
		content: '';
		position: absolute;
		z-index: 999;
		top: 35%;
		height: 181px;
		width: 54px;
		background: #b6e900;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	div#banner_principal {
		position: relative;
	}
	div#banner_principal:after 
	{
	    content: '';
	    background-image: url(/wp-content/themes/divi-child/images/fondo_1.png);
	    width: 100%;
	    height: 124px;
	    position: absolute;
	    bottom: 0px;
	    background-size: cover;z-index: 11;
	}
	div#banner_principal .et-pb-controllers {
		bottom: 59px;
		z-index: 999;
	}
	div#banner_principal .et-pb-controllers a {
		width: 12px;
		height: 12px;
	}
/*Banner*/

/*Quienes somos*/
.titulo h2 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 16px;
    padding-bottom: 18px;
}

.titulo {
    text-align: center;
}

.titulo h2:before {
    content: '';
    background: #b6e900;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 5px;
    position: absolute;
    bottom: 0px;
}
.quienes_somos .et_pb_row:nth-child(2) {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: revert;
    flex-flow: wrap;
}
body h3 {
    position: relative;
    padding-left: 12px;
    padding-bottom: 21px;
    margin-bottom: 30px;
}
body h3:before {
    content: '';
    background: #b6e900;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 2px;
    position: absolute;
}
body h3:after {
    content: '';
    background: #b6e900;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 43px;
    position: absolute;
}
.parent_texo {
    padding: 42px 0px;
    position: relative;
    position: relative;
    margin-right: 2% !important;
    padding-right: 46px;
}
.parent_texo:before {
    content: '';
    left: -100%;
    width: 100%;
    height: 100%;
    background: #edf2f2;
    position: absolute;
    top: 0px;
}
.que_vamos_lograr {
    padding-top: 0px !important;
}
.toggle_principal .et_pb_toggle_title:before {
    content: '' !important;
}
.toggle_principal .et_pb_toggle_title {
    position: relative !important;
}
.toggle_principal .et_pb_toggle_open {
    position: relative;
}
.toggle_principal .et_pb_toggle_open:before {
    content: '-';
    position: absolute;
    right: 10px;
    font-size: 69px;
    line-height: 0.2;
    top: 9px;
    width: 30px;
    height: 30px;
    border: 4px solid #b5e713;
    border-radius: 50%;
    text-align: center;
    color: #0f3436;
}
.toggle_principal .et_pb_toggle_title:before {
    content: '' !important;
}
.toggle_principal .et_pb_toggle_title {
    position: relative !important;
}
.toggle_principal .et_pb_toggle_open {
    position: relative;
}
.toggle_principal .et_pb_toggle_open:before {
    content: '-';
    position: absolute;
    right: 10px;
    font-size: 69px;
    line-height: 0.2;
    top: 9px;
    width: 30px;
    height: 30px;
    border: 4px solid #b5e713;
    border-radius: 50%;
    text-align: center;
    color: #0f3436;
}
.toggle_principal .et_pb_toggle_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.toggle_principal:hover .et_pb_toggle_content img {
    transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
body {
    overflow-x: hidden;
}
.parent_fondo_left {
    padding: 42px 0px 78px 52px;
    position: relative;
    position: relative;
    margin-right: 2%;
    padding-right: 46px;
}
.et_pb_text ul {
    margin-top: 20px;
}
.et_pb_text ul li {
    position: relative;
    padding-left: 21px;
    display: block;
}
.et_pb_text ul li:before {
    content: '';
    background: url('/wp-content/themes/divi-child/images/vineta.png');
    left: 0px;
    top: 8px;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
}
.parent_fondo_left > div {margin-bottom: 0px !important;}
.toggle_general_second .et_pb_toggle_open {width: auto !important;max-width: inherit !important;border-radius: 28px;}
.toggle_general_second .et_pb_toggle {padding: 17px  10px 14px 21px;border: 2px solid #fff;}
.toggle_general_second {width: auto !important;max-width: max-content !important;}
.toggle_general_second .et_pb_toggle.et_pb_module.et_pb_accordion_item {position: relative;}
.toggle_general_second .et_pb_toggle.et_pb_module.et_pb_accordion_item .et_pb_toggle_title {font-size: 18px;}
.toggle_general_second .et_pb_toggle.et_pb_module.et_pb_accordion_item:before {
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 34px;
    line-height: 0.8;
    top: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #0f3436;
    background: #fff;
    font-weight: 700;
}
.parent_fondo_left {position: relative;}

.parent_fondo_left:before {
	content: '';
    right: -100%;
    width: 100%;
    height: 100%;
    background: #edf2f2;
    position: absolute;
    top: 0px;
}
.quienes_somos:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_01.png);
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0px;
    background-size: cover;
    z-index: 9;
}
.quienes_somos.quienes_somos_reportes:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_0001.png);
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0px;
    background-size: cover;
    z-index: 9;
}
/*End Quienes somos*/

.bloque{
  background: transparent; 
  width: 110px;  
  height: 110px; 
  border-radius:50%; 
  margin: 40px 10px;
  animation: pulse 2s infinite; 

}
//Aquí definimos el color que queremos 
.cool{
 background:rgb(181 231 19);
}

/*Aquí se hace la animación infinta yendo desde el 0 hasta el 100%, a tomar en cuenta el nombre del keyframe 'pulse' es el mismo que el de animation: pulse 2s infinite;  */
@keyframes pulse{
  0%{
    transform:scale(0.9);
    box-shadow: 0 0 0 0 rgb(185 232 32)
  }
  70%{
    transform:scale(1);
    box-shadow: 0 0 0 10px rgba(247, 159, 121, 0)
    
  }
  100%{
    transform:scale(0.9);  
  }
}
.icono_efecto {width: 124px;height: 110px;position: absolute;top: -90px;left: -36px;}

.fondo_bg em {font-weight: 300;font-size: 15px;}
.fondo_bg strong {font-weight: 500;padding-left: 60px;display: inline-block;}

.comoparticipar {
    position: relative;
}
.comoparticipar:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_3.png);
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -74px;
    background-size: cover;
    z-index: 9;
}
.comoparticipar.comoparticipar_reportes:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_3.png);
    width: 0px;
    height: 0px;
    position: absolute;
}
div#main-content .toggle_general_verde .et_pb_toggle_open {
    position: relative;border-radius: 17px;
}
div#main-content .toggle_general_verde .et_pb_toggle_open:before {
    content: '-';
    position: absolute;
    right: 12px;
    font-size: 69px;
    line-height: 0.2;
    top: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #0f3436;background: #fff;
}
div#main-content .toggle_general_verde .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #000 !important;
    font-size: 20px;
}
div#main-content .toggle_general_verde .et_pb_toggle_close {
    background: #dee7e8 !important;
    border-radius: 17px;
}
.tabla_reporte.tabla_experiencias {
    justify-content: space-evenly;
    align-items: flex-start;
}
div#main-content .toggle_general_verde .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #000 !important;
    font-size: 20px;
}
div#main-content .toggle_general_verde .et_pb_toggle_close h5.et_pb_toggle_title:before {
    content: '+' !important;
    position: absolute;
    right: -9px;
    font-size: 34px;
    line-height: 1.1;
    top: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #0f3436;
    background: #fff;
    font-weight: 700;
    font-family: 'Martel',Georgia,"Times New Roman",serif !important;
}
.porque_participar {
    background-image: url(/wp-content/themes/divi-child/images/fondo_principal.jpg);
    background-size: cover;
    background-position: right bottom;
    background-attachment: fixed;
    padding-top: 125px !important;
    padding-bottom: 115px !important;
    overflow: hidden;
}
.texto_bloque_left {
    background: rgba(255, 255, 255, 0.7);
    padding: 45px 38px;
    border-radius: 28px;
}
.texto_bloque_left {
    background: rgba(255, 255, 255, 0.7);
    padding: 45px 38px;
    border-radius: 28px;
}
.porque_participar {
    padding-top: 125px !important;
}
.porque_participar:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_1.png);
    width: 100%;
    height: 136px;
    position: absolute;
    bottom: -15px;
    background-size: cover;
    z-index: 99;
}
.encuesta {
    padding-bottom: 89px !important;
    padding-top: 113px !important;
}
.encuesta:after {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_0008.png);
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -1px;
    background-size: cover;
    z-index: 9;
}
.entidades_participantes {padding-top: 124px !important; padding-bottom: 147px !important;}
.entidades_participantes.entidades_participantes_reportes {
    padding-top: 60px !important;
}
.entidades_participantes:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_6.png);
    width: 100%;
    height: 151px;
    position: absolute;
    bottom: -15px;
    background-size: cover;
    z-index: 99;}
}


.entidades_participantes:before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/fondo_6.png);
    width: 100%;
    height: 151px;
    position: absolute;
    bottom: -15px;
    background-size: cover;
    z-index: 99;}
}



.que_vamos_lograr {overflow-x: hidden;}
.texto_bloque_left .h3_up {font-size: 20px;margin-top: 26px;}
.boton_encuesta {border-radius: 53px !important;line-height: 1 !important;padding-top: 20px !important;padding-bottom: 17px !important;padding-left: 51px !important;padding-right: 177px !important;position: relative;background: #fff;}
.boton_encuesta:after {
    content: '' !important;
    background-color: #0a3333;
    top: 50%;height: 86%;
    position: absolute;
    width: 45%;right: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #b6e900;
    background-image: url('/wp-content/themes/divi-child/images/encuesta.png');
    background-size: contain;
    background-position: center;
    border-radius: 0px 31px 31px 0px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.boton_encuesta:hover:after {width: 96%;border-radius: 31px;background-image: url(/wp-content/themes/divi-child/images/encuesta-1.png);}
footer p {
    padding-bottom: 0px;
    line-height: 1;
    font-size: 15px;
}
footer ul.et_pb_social_media_follow  a.icon {height: 50px !important;width: 50px !important;background-color: #b5e713 !important;}
footer ul.et_pb_social_media_follow a.icon:before {font-size: 30px;padding: 10px  10px;}
footer ul.et_pb_social_media_follow a.icon:hover {background-color: #96c400 !important;}

.toggle_principal.close_principal .et_pb_toggle_content {display: none;}
.toggle_principal.close_principal .et_pb_accordion_item:before {content: '+' !important;
    position: absolute;
    
    font-size: 34px;
    line-height: 1.1;
    top: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #0f3436;
    background: #fff;
    font-weight: 700;
    font-family: 'Martel',Georgia,"Times New Roman",serif !important;
}
.toggle_principal.close_principal .et_pb_toggle_open {background: #b6e900;}

.animation__img {
    animation: grow-and-shrink 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes grow-and-shrink {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.3);
}
100% {
  transform: scale(1);
}
}
.que_vamos_lograr .texto {padding: 42px 0px 78px 18px;}

div#encuesta_mini {
    position: fixed;right: 0px;z-index: 999999;bottom: 50%;width: 178px;height: 196px;border-radius: 9px;line-height: 1.1;padding: 10px 10px;overflow: hidden;top: 50%;transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);animation: slide-in 1000ms infinite;
    animation-iteration-count: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;

}
footer {position: relative;z-index: 0;}
div#encuesta_mini img {width: 57px;height: auto;margin-bottom: 5px;}
div#encuesta_mini div {margin: 0px !important;padding: 0px !important;}
div#encuesta_mini p {text-align: left !important;font-size: 18px;}
div#encuesta_mini p strong {color: #b5e713;}
div#encuesta_mini .boton_mini_encuesta {
    font-size: 14px !important;padding: 11px 26px 9px 8px !important;line-height: 1 !important;margin-top: 9px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
body #page-container  div#encuesta_mini .boton_mini_encuesta:after {color: #000;background: #fff;border-radius: 50%;font-size: 25px !important;top: 6px;height: 20px;width: 20px;line-height: 0.8 !important;margin-left: 5px !important;}
div#encuesta_mini:before {border-radius: 0px 23px 23px 0px;
    content: '';
    position: absolute;
    z-index: 999;
    top: 35%;
    height: 117px;
    width: 6px;
    background: #b6e900;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);left: 0;
}

.et_pb_module.et_pb_code.et_pb_code_1 {
    position: absolute;
    height: 144%;
    width: 153%;
    background: url('/wp-content/themes/divi-child/images/fondo_cruces.png');
    top: 0px;left: -42px;
    background-size: cover;
    animation: grow-and-shrink 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
div#bg_pop_encuesta {
    position: absolute;
    height: 144%;
    width: 153%;
    background: url('/wp-content/themes/divi-child/images/fondo_cruces.png');
    top: 0px;left: -42px;
    background-size: cover;
    animation: grow-and-shrink 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes slide-in {
    from {
      transform: translateY(0%);
      top: 0px;
      opacity: 0.25;
    }
    to {
      transform: translateY(-50%);
      top: 50%;
      opacity: 1;
    }
}
div#encuesta_mini:hover {box-shadow: 1px 8px 18px 0px rgb(181 231 19 / 73%);}
div#encuesta_mini .boton_mini_encuesta:hover:after {width: 0px;font-size: 0px !important;}
body #page-container div#encuesta_mini .boton_mini_encuesta:hover:after {font-size: 0px !important;width: 0px;height: 0px;}
div#encuesta_mini .boton_mini_encuesta:hover {
    padding: 11px 11px 9px 8px !important;
    background: transparent !important;
}
body div#et-boc {overflow-x: hidden !important;}
div#pop_up_encuesta {width: 850px;overflow: hidden !important;height: 471px !important;position: relative;}
div#pop_up_encuesta .et_pb_row.et_pb_row_12 {margin-top: 0px !important;padding-top: 12px;}
div#pop_up_encuesta .texto_encuesta {position: relative;padding-right: 28px;}
div#pop_up_encuesta .texto_encuesta p {font-size: 42px;line-height: 1;text-align: left;left: 0px;}
.texto_encuesta_pop {position: relative;}
.texto_encuesta_pop:before {border-radius: 0px 23px 23px 0px;
    content: '';
    position: absolute;
    z-index: 999;
    top: 35%;
    height: 206px;
    width: 15px;
    background: #b6e900;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.img_encuesta_pop {margin-right: 0px !important;}
.texto_encuesta {padding-top: 28px;padding-bottom: 25px;padding-left: 38px;}
div#pop_up_encuesta .texto_encuesta p strong {color: #b5e713;}
div#pop_up_encuesta .boton_mini_encuesta {font-size: 33px !important;border: 3px solid #fff;}
body #page-container div#pop_up_encuesta .boton_mini_encuesta {/* background: rgba(0, 0, 0, 0); */}
body #page-container div#pop_up_encuesta .boton_mini_encuesta:after {color: #000;
    background: #fff;
    border-radius: 50%;
    font-size: 32px !important;
    top: 18px;
    height: 30px;
    width: 30px;
    line-height: 0.8 !important;
    margin-left: 4px !important;letter-spacing: revert;padding: 0px !important;content: '>' !important;transform: rotate(87deg);transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.img_encuesta_pop {padding-left: 42px !important;padding-right: 17px !important;}
body #page-container div#pop_up_encuesta .boton_mini_encuesta:hover:after {font-size: 0px !important;width: 0px !important;height: 0px !important;}
body #page-container div#pop_up_encuesta .boton_mini_encuesta:hover {background:transparent !important;}
a.da-close.evr-close {border: 3px solid #b6e900;font-size: 28px !important;border-radius: 21px;margin-top: 16px;margin-right: 15px;}

a.da-close.evr-close {background: #fff !important;}

body div#et-boc div#pop_up_encuesta {
    overflow: hidden !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
span.da-close-wrap.evr-close_wrap {height: 450px !important;max-height: 451px !important;}


div#banner_principal .et_pb_slides:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 109%;
    background-image: url(/wp-content/themes/divi-child/images/fondo_cruces.png);
    top: 0px;
    left: 0px;
    background-size: cover;
    animation: grow-and-shrink 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
}

div#banner_principal .et_pb_slides .et_pb_slide {
    background-color: transparent !important;
}
div#banner_principal {background-color: #0c4546;}

.et_pb_bg_layout_dark .et_pb_slide_2  .et_pb_slide_content {
    margin-left: 44%;
    position: relative;
    text-align: left;
    padding-left: 31px !important;
}
.et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_slide_content:before {border-radius: 0px 23px 23px 0px;
    content: '';
    position: absolute;
    z-index: 999;
    top: -11px;
    height: 117px;
    width: 6px;
    background: #b6e900;
    left: 0;
}
.et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_slide_content h1 strong {
    color: #b5e713;
}
.et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper {padding-left: 47%;}
.et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper:hover a {background: transparent !important;border: 2px solid #fff !important;}
div#et_top_search {display: none !important;}

.wpls-logo-showcase-slider-wrp ul.slick-dots {display: none !important;}
.wpls-logo-showcase button.slick-prev,
.wpls-logo-showcase button.slick-prev:active,
.wpls-logo-showcase button.slick-prev:hover
{
    background: rgb(255 255 255) url(/wp-content/themes/divi-child/images/arrow-left.png) center center no-repeat !important;
    background-size: contain !important;border-radius: 0px !important;border: 0px !important;
}
body .wpls-logo-showcase button.slick-next,
body .wpls-logo-showcase button.slick-next:hover,
body .wpls-logo-showcase button.slick-next:active {
    background: rgb(255 255 255) url(/wp-content/themes/divi-child/images/arrow-right.png) center center no-repeat !important;
    background-size: contain !important;
    border-radius: 0px !important;
    border: 0px !important;}
body .wpls-logo-showcase button.slick-next:before {
    content: '' !important;
    font-size: 0px !important;
    width: 0px !important;
    height: 0px !important;
}



nav.et-menu-nav > ul > li.menu_1.menu_1_en > a::before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/menu_4_en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    left: 50%;
}
nav.et-menu-nav > ul > li.menu_2.menu_2_en > a::before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/menu_2_en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    left: 51%;
}
nav.et-menu-nav > ul > li.menu_3.menu_3_en > a::before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/menu_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    left: 53%;
}
nav.et-menu-nav > ul > li.menu_3.menu_3_en.et-hover > a::before,
nav.et-menu-nav > ul > li.menu_3.menu_3_en:hover > a::before
{
    width: 392px;
    height: 114px;
}
nav.et-menu-nav > ul > li.menu_4.menu_4_en > a::before {
    content: '';
    background-image: url(/wp-content/themes/divi-child/images/menu_4_en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    left: 51%;
}
div#encuesta_mini .et_pb_text_inner  strong {color: #b5e713;}

div#encuesta_mini .et_pb_text_inner  {text-align: left;}
.banner_content_primary .caso_exito {
    background: #b6e900;
    border-radius: 0px 12px 12px 0px;
    display: inline-block;
    padding: 7px 24px 6px 35px;
    margin-left: -25px;
    line-height: 1;
    font-size: 27px;
}
.banner_content_primary h1 {
    font-style: normal !important;
    color: #afd135 !important;
    font-size: 33px;
    line-height: 1.3;
}
.banner_content_primary p {
    font-size: 18px;
    line-height: 1.3;
}
.banner_content_primary a.Enlace_banner {
    background: #b5e713;
    color: #ffffff !important;
    text-shadow: 0 0px 0px rgb(0 0 0 / 30%) !important;
    font-size: 24px;
    border-radius: 20px;
    padding: 4px 10px 4px 20px;
    border: 3px solid #fff;
    position: relative;
    width: 194px;
    margin-top: 15px;
    margin-bottom: 0px !important;
    display: block;
    float: right;
}
.banner_content_primary h1 em {
    font-style: normal;
    display: block;
}

.banner_content_primary a.Enlace_banner:after {
    content: '>';
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: inline-block;
    padding: 3px !important;
    max-width: 28px;
    max-height: 28px;
    min-width: 28px;
    min-height: 28px;
    text-align: center;
    line-height: 1;
    margin-left: 7px;
}
.parent_texo.parent_texto:before {
    left: 0px;
    width: 0px;
    height: 0px;
    padding-left: 35px;
}
.parent_texo.parent_texto {
    padding-left: 0px !important;
    border-radius: 13px;
}
.parent_texo.parent_texto .texto {
    font-size: 22px;
}
.parent_texo.left_content h3 {
    font-size: 19px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
}
.parent_texo.left_content h3:before, .parent_texo.left_content h3:after {
    width: 0px;
    height: 0px;
}

div#fondo_video_parent {
    position: absolute;
    left: 0px;
    top: -15px;
    height: 123%;
    width: 138%;
    background: #3d2e79;
    max-width: 100%;
    z-index: 1;
}
/*.porque_participar:after {
    content: '';
    background: #ededed;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0px;
    height: 242px;
}*/
div#fondo_video_parent:before {
    content: '';
    background: rgb(232, 232, 232, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9;
}
div#fondo_video_parent video#video_fondo {
    min-height: 100%;
    max-width: initial !important;
}
.et_pb_column.et_pb_column_4_4.et_pb_column_13.texto_bloque_left.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_had_animation {}


h1.text_banner_1 {
    text-shadow: 0px 1px 6px #000;
}


h1.banner_text_2 {
    font-size: 24px;
}

h1.text_banner_1 em {
    font-style: normal !important;
}
h1.banner_text_3 {
    text-align: left;
    font-size: 26px;
}
h1.banner_text_3 strong {
    color: #afd135;
    display: block;
    margin-bottom: 17px;
}
h1.banner_text_3 strong em {
    font-style: normal;
    color: #fff;
}
h1.banner_text_3 strong:last-child {
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    margin-top: 18px;
    margin-bottom: 0px !important;
}
.et_pb_slide.et_pb_slide_4 .et_pb_slide_image {
    width: 39%;
    margin-right: 1%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 31px;
    padding-bottom: 13px;
    margin-top: -15%  !important;
}
/*Tabla*/
.encabezado_encuesta {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0px;
    padding-top: 36px;
    padding-bottom: 15px;
}

.encabezado_encuesta > div {
    width: 200px;
    min-width: 200px;
    text-align: center;
    margin: 0px 8px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    border: 0px;
    box-shadow: 0 0.5em 0.5em -0.4em #bcb7b7;
}

.encuesta_final {
    width: 100%;
}

.encabezado_encuesta > div > div {
    display: block;
}

.encabezado_encuesta > div > div.numeracion_tabla {
    background: #3c8787;
    border: 6px solid #ffffff;
    color: #ffffff;
    font-size: 25px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 0.5em 0.5em -0.4em #3b7957;
    -webkit-transform: translateY(-0.25em);
    margin-top: -33px;
}
.encabezado_encuesta > div:nth-child(even) {
    background: #3b8686;
}
.encabezado_encuesta > div:nth-child(odd) {
    background: #7abe99;
}
.encabezado_encuesta > div > div.pregunta_tabla {
    width: 100%;
    font-size: 13px;
    line-height: 1.1;
    color: #fff;
    padding: 0px 11px 15px 11px;
}
.resultado_encuesta {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    flex-flow: wrap;
    height: 423px;
    width: 100%;
    margin-top: 12px;
}
.resultado_encuesta .encuesta_division {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}
.resultado_encuesta .encuesta_division .encuesta_individual {
    width: 200px;
    min-width: 200px;
    text-align: center;
    margin: 0px 8px 7px 8px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    border: 0px;
    /* box-shadow: 0 0.5em 0.5em -0.4em #bcb7b7ad; */
    background: #fff;
    font-size: 13px;
    line-height: 1.1;
    color: #77787c;
    padding: 9px;
    border: 1px solid #e0dfdf;
    word-break: break-word;
}
.encabezado_encuesta > div:nth-child(even) .numeracion_tabla {
    background: #10486e;
    box-shadow: 0 0.5em 0.5em -0.4em #092e47;
}
.resultado_encuesta .encuesta_division:nth-child(even) .encuesta_individual {
    background: #e0dfdf;
}

.contenedor::-webkit-scrollbar {
    width: 12px;
}
.contenedor::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.contenedor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.contenedor {
  height: auto;
  width: 100%;
  overflow-x: scroll;
  margin-top: 10px;
}

.scroll {border: 0px;}
/*ENd Tabla*/

div#main-content .tabla_toggle_reportes .toggle_general_verde .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title {
    font-weight: bold;
    border-bottom: 2px solid #0c3535 !important;
    padding-bottom: 10px;
}
div#main-content .tabla_toggle_reportes .toggle_general_verde h3 {
    font-size: 16px;
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: center;
    margin-bottom: 0px;
}
div#main-content .tabla_toggle_reportes .toggle_general_verde h3 img {
    margin-right: 6px;
}
.tabla_reporte {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: normal;
    margin-bottom: 29px;
    margin-top: 15px;
}
.tabla_reporte .left_tabla_reporte {
    width: 50%;
    margin-right: 1%;
}
.tabla_reporte > div {border-radius: 25px 25px 25px 25px;overflow: hidden;border-width: 3px;padding-top: 26px!important;padding-right: 20px!important;padding-bottom: 20px!important;padding-left: 20px!important;box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 30%);background: #ffffff;width: 50%;}
.tabla_reporte .right_tabla_reporte {
    margin-left: 1%;
}
.tabla_reporte.table_complete_reporte .left_tabla_reporte {
    width: 100%;
    margin-right: 0px;
}
div#main-content .tabla_toggle_reportes .toggle_general_verde .tabla_reporte h3 {
    color: #375b44;
    margin-bottom: 17px;
}
a.imprime_seccion {
    color: #ffffff!important;
    border-color: #ffffff;
    border-radius: 29px;
    font-family: 'Martel',Georgia,"Times New Roman",serif!important;
    font-weight: 700!important;
    background-color: #315454;
    width: 100%;
    display: inline-block;
    padding: 13px 5px;
    line-height: 1;
    border: 2px solid #7da400;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    text-align: center;
    box-shadow: 1px 3px 1px 1px rgb(181 231 19);
}
.right_tabla_reporte.img_reporte {
    padding: 0px !important;
}
.right_tabla_reporte.img_reporte img {
    width: 100%;
    height: 100%;
}
.embed-container.grafica_3 {
    padding-bottom: 57%;
}
a.imprime_seccion.imprime_seccion.mitad_seccion {
    width: 49%;
    float: right;
}
a.imprime_seccion:hover {
    color: #7da400 !important;
    background: #fff;
}
.embed-container {
    position: relative;
    padding-bottom: 63%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container.grafica_4 {
    padding-bottom: 57%;
}

.embed-container.grafica_5 {
    padding-bottom: 103%;
}
h4.title_grafica_4 {
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: center;
    margin-top: 15px;
    font-size: 25px;
}
h4.title_grafica_4 img {
    margin-right: 10px;
}
h4.title_grafica_4 strong {
    font-weight: 400;
}
.left_tabla_reporte.tabla_robotica {
    background: #e7e7e7;
}

.left_tabla_reporte.tabla_robotica p img {
    width: 65%;
    display: block;
    margin: 0 auto;
}
.left_tabla_reporte.tabla_robotica img {
    width: 550px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.embed-container.grafica_2 {
    padding-bottom: 67%;
}
.embed-container.grafica_6 {
    padding-bottom: 81%;
}
.tabla_reporte.tabla_experiencias.experiencias_widht > p {
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    border-width: 3px;
    width: 50%;
}
.embed-container.grafica_9 {
    padding-bottom: 58%;
}
.embed-container.grafica_8 {
    padding-bottom: 83%;
}
.embed-container.grafica_10 {
    padding-bottom: 83%;
}
.embed-container.grafica_7 {
    padding-bottom: 83%;
}
.embed-container.grafica_11 {
    padding-bottom: 83%;
}
.button_descarga {
    border-radius: 16px;
    width: 245px;
    line-height: 1 !important;
}
div#tab_secciones ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
div#tab_secciones ul li {
    background: #f2f2f2;
    border: 4px solid #b5e713;
    border-radius: 19px;
    margin: 0 4%;
    color: #0a3333;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
    font-weight: bold;
    font-size: 17px;
    padding: 36px 38px;
    width: 28%;
    margin-bottom: 52px;
    line-height: 1;
    height: 112px;
    cursor: pointer;
}
div#tab_secciones ul li:before {
    content: '';
    background: url(/wp-content/themes/divi-child/images/agregar_icon.png);
    left: 50%;
    top: inherit;
    width: 50px;
    height: 50px;
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
}
div#tab_secciones ul li:nth-child(1),
div#tab_secciones ul li:nth-child(4) {
    margin-left: 0px;
}
div#tab_secciones ul li:nth-child(3),
div#tab_secciones ul li:nth-child(6) {
    margin-right: 0px;
}
div#tab_secciones ul li:hover {
    background: #b5e713;
}
div#titulo_reporte .et_pb_text_inner {
    display: flex;
    text-align: center;
    justify-content: left;
    align-items: center;
}
.texto_reportes_contenedor.current {
    display: block;
}

.texto_reportes_contenedor {
    display: none;
}
div#titulo_reporte  h3 {
    margin-bottom: 0px;
    padding-bottom: 11px;
}
div#titulo_reporte .et_pb_text_inner {
    display: flex;
    text-align: center;
    justify-content: left;
    align-items: center;
}
div#titulo_reporte  h3 {
    margin-bottom: 0px;
    padding-bottom: 11px;
}
div#tab_secciones ul li.current {
    background: #b5e713;
}
.titulo_second_reporte {
    overflow: inherit !important;
}
.titulo_second_reporte h2 {
    position: relative;
    padding-left: 17px;
}
.titulo_second_reporte h2:before {
    content: '';
    background: url(/wp-content/themes/divi-child/images/agregar_icon_1.png);
    left: -59px;
    top: 42%;
    width: 70px;
    height: 70px;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
div#grafica_division > div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #868686;
    font-size: 13px;
    line-height: 1;
    font-weight: 100;
}
div#grafica_division > div div:nth-child(1) {
    width: 26%;
    margin-right: 13px;
}
div#grafica_division > div div:nth-child(2) {
    width: 74%;
}
div#grafica_division > div strong {
    font-weight: 400;
}
div#grafica_division > div div:nth-child(1) img {
    width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 11px;
}
div#grafica_division > div div:nth-child(2) img {
    width: 100%;
}
.titulo_second_reporte.titulo_tercero_reporte h2:before {
    background: url(/wp-content/themes/divi-child/images/agregar_icon_01.png);
    background-size: contain;
}
div#contribuciones_actores {
    margin-bottom: 0px;
}
div#contribuciones_actores ul {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: wrap;
    margin: 0px;
    padding: 0px;
}
div#contribuciones_actores ul li {
    width: 31%;
    color: #868686;
    line-height: 1;
    font-size: 12px;
    margin: 0px 1% 11px 1% !important;
    padding: 0px !important;
}

div#contribuciones_actores ul li:before {
    width: 0px;
    height: 0px;
}

div#contribuciones_actores ul li i {
    content: '';
    background: url(/wp-content/themes/divi-child/images/patentes_sobre_productos.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain !important;
    position: relative;
    display: inline-block;
    background-position: center;
    margin-bottom: 4px;
}
div#contribuciones_actores ul li strong {
    color: #0b4546;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    display: block;
}
div#contribuciones_actores ul li span strong {
    color: #868686;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}
div#contribuciones_actores ul li span {
    display: flex;
    width: 100%;
    margin-bottom: 11px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
div#contribuciones_actores ul li:nth-child(2) i {
    background: url(/wp-content/themes/divi-child/images/modelos_de_utilidad.png) no-repeat;
    width: 31px;
}
div#contribuciones_actores ul li:nth-child(3) i {
    background: url(/wp-content/themes/divi-child/images/disenos-industriales.png) no-repeat;
    width: 31px;
}
div#contribuciones_actores ul li:nth-child(4) i {
    background: url(/wp-content/themes/divi-child/images/Secreto-Empresarial.png) no-repeat;
    width: 31px;
}
div#contribuciones_actores ul li:nth-child(5) i {
    background: url(/wp-content/themes/divi-child/images/Licenciamiento-tecnologico.png) no-repeat;
    width: 31px;
}
div#contribuciones_actores ul li:nth-child(6) i {
    background: url(/wp-content/themes/divi-child/images/Valoracion-de-tecnologias.png) no-repeat;
    width: 40px;
}
div#contribuciones_actores ul li:nth-child(7) i {
    background: url(/wp-content/themes/divi-child/images/Vigilancia-Tecnologica.png) no-repeat;
    width: 19px;
}
div#contribuciones_actores ul li:nth-child(8) i {
    background: url(/wp-content/themes/divi-child/images/Marcas.png) no-repeat;
    width: 40px;
}
div#contribuciones_actores ul li:nth-child(9) i {
    background: url(/wp-content/themes/divi-child/images/Derechos-de-autor.png) no-repeat;
    width: 40px;
}
.roles_estilos {
    background: #ecf1f1;
    border-radius: 15px;
}
.roles_estilos ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    padding-top: 15px;
}
.roles_estilos ul li:before {
    width: 0px;
    height: 0px;
}
.roles_estilos ul span {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
}

.roles_estilos ul li i {
    content: '';
    background: url(/wp-content/themes/divi-child/images/patentes_sobre_productos.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain !important;
    position: relative;
    display: inline-block;
    background-position: center;
    margin-bottom: 4px;
}
.roles_estilos ul li {
    position: relative;
    display: block;
    width: 31%;
    color: #868686;
    line-height: 1;
    font-size: 12px;
    margin: 0px 1% 11px 1% !important;
    padding: 0px !important;
    text-align: center;
}
.roles_estilos ul li strong {
    color: #0b4546;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    display: block;
}
.roles_estilos ul li.titulo_roles strong {
    color: #868686;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}
.roles_estilos ul li.titulo_roles {
    width: 80%;
}
.roles_estilos ul.tipos_instituciones {
    margin-top: 0px;
    border-top: 1px solid #fff;
}
select.roles_select {
    width: 100%;
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid #ced4da;
    font-size: 1rem;
}
.embed-container.grafica_2 {
    width: 100% !important;
}
.roles_estilos ul.tipos_instituciones li {
    margin-bottom: 0px !important;
}
div#banner_principal.banner_principal_reporte .et_pb_slides:before {
    height: 0px !important;
    width: 0px !important;
}
div#banner_principal.banner_principal_reporte h1.text_banner_1.h1_reporte {
    font-size: 53px;
}
div#banner_principal.banner_principal_reporte::after {
    width: 0px;
    height: 0px;
}
div#banner_principal.banner_principal_reporte::before {
    top: 45%;
}
.roles_estilos ul li.titulo_roles i {
    background: url(/wp-content/themes/divi-child/images/Principales-roles-de-los-actores.png) no-repeat;
    width: 70px;
    height: 70px;
}
.roles_estilos ul li:nth-child(2) i {
    background: url(/wp-content/themes/divi-child/images/Formador.png) no-repeat;
    width: 35px;
}
.roles_estilos ul li:nth-child(3) i {
    background: url(/wp-content/themes/divi-child/images/Gestor-de-conocimiento-o-asesor.png) no-repeat;
    width: 35px;
}
.roles_estilos ul li:nth-child(4) i {
    background: url(/wp-content/themes/divi-child/images/Innovador.png) no-repeat;
    width: 35px;
}
.roles_estilos ul li:nth-child(5) i {
    background: url(/wp-content/themes/divi-child/images/Facilitador-o-conector.png) no-repeat;
    width: 35px;
}
.roles_estilos ul li:nth-child(6) i {
    background: url(/wp-content/themes/divi-child/images/Financiador-o-acelerador.png) no-repeat;
    width: 40px;
}
.button_descarga.button_descarga_informe {
    width: auto;
    padding-left: 63px !important;
}
.button_descarga.button_descarga_informe:before {
    content: '' !important;
    background: url(/wp-content/themes/divi-child/images/agregar_icon_03.png);
    left: 0px;
    top: -20px;
    width: 90px;
    height: 90px;
    background-size: contain;
    position: absolute;
}
div#redes_footer {
    position: absolute;
    width: 50px !important;
    right: 4%;
    bottom: 24px;
}
div#redes_footer ul.et_pb_module.et_pb_social_media_follow li {
    display: block;
    width: 50px;
}
div#redes_footer ul.et_pb_module.et_pb_social_media_follow a.icon.et_pb_with_border {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
div#imagen_experiencia {
    background: #fff;
    border-radius: 10px;
}
body a {
    color: #9fc41a;
}
div#botones_abajo .button_descarga.button_descarga_informe.consultar_mas:before {
    content: '' !important;
    background: url(/wp-content/themes/divi-child/images/icono_informacion.png);
    left: 0px;
    top: -20px;
    width: 90px;
    height: 90px;
    background-size: contain;
    position: absolute;
}
div#botones_abajo .button_descarga.button_descarga_informe {
    width: 100%;
}
div#power_by_one iframe,
div#power_by_tw iframe {
    width: 100%;
    height: 500px;
}
div#iconos_innovan ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
div#iconos_innovan ul li:before {
    width: 0px;
    height: 0px;
}
div#iconos_innovan ul span {
    color: #868686;
    line-height: 1;
    font-size: 12px;
    padding: 0px !important;
    display: block;
}
div#iconos_innovan ul li {
    margin: 0px;
    padding: 0px;
    border: 1px solid #b5e713;
    border-radius: 10px;
    padding: 24px 18px;
    margin: 0px 1%;
}
div#iconos_innovan ul li br {
    display: none;
}
div#iconos_innovan ul strong {
    background: #b5e713;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-bottom: 7px;
}
div#iconos_innovan ul span:nth-child(3) {
    font-weight: bold;
    color: #092f2f;
    text-transform: uppercase;
    margin-block: 3px;
}
nav.et-menu-nav > ul > li {
    margin: 0px !important;
    padding: 0px !important;
}
div#menu_pri {
    padding-top: 33px;
}
div#menu_header span.et_pb_image_wrap {
    padding-top: 15px;
}
div#menu_header {
    overflow: hidden;
}
div#menu_pri .et_pb_menu__wrap {
    justify-content: right;
}
div#logos_patricinadores .et_pb_column {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
div#logos_patricinadores .et_pb_column img {
    width: 81%;
}
div#logos_patricinadores .et_pb_column 
 .et_pb_module {
    margin-bottom: 0px;
}
/*MEDIA QUERIES*/
a.et_pb_button.et_pb_custom_button_icon.et_pb_button_2.button_descarga.button_descarga_informe.consultar_mas.consultar_mas_nuevo.et_pb_bg_layout_light {
    width: 95% !important;
    margin-top: 17px;
}
.tabla_grafica_dividido {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #868686;
    font-size: 13px;
    line-height: 1;
    font-weight: 100;
    margin-top: 44px;
}
.tabla_grafica_dividido img {
    width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 11px;
}
.tabla_grafica_dividido > div:nth-child(1) {
    width: 25%;
    padding-right: 34px;
}
.tabla_grafica_dividido > div:nth-child(2) {
    width: 75%;
}

.productos_servicios {
    min-height: 380px;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}
.productos_servicios h2 {
    position: relative;
    margin-bottom: 16px;
}
.productos_servicios h2:before {
    content: '';
    width: 50px;
    background: #0b3434;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
}
div#grafica_nueva_estadistica {
    font-size: 16px;
    line-height: 1em;
    background-color: #f9f8f8;
    position: relative;
    border-radius: 13px 13px 13px 13px;
    overflow: hidden;
    padding-top: 16px!important;
    padding-right: 21px!important;
    padding-bottom: 16px!important;
    padding-left: 21px!important;
}
div#grafica_nueva_estadistica ul {
    margin: 0px;
    padding: 0px;
}
div#grafica_nueva_estadistica ul li em {
    padding: 0px;
    color: #000000!important;
    font-size: 14px;
    line-height: 1.3em;
    font-style: normal;
    background: #f9f8f8;
    display: inline-block;
    position: relative;
    z-index: 1;
}
div#grafica_nueva_estadistica ul li:before {
    z-index: 1;
    width: 100%;
    height: 2px;
    background: transparent;
    border-bottom: 1px dashed #9bc80b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
div#grafica_nueva_estadistica ul li {
    padding: 0px 49px 0px 0px;
    margin-bottom: 10px;
}
div#grafica_nueva_estadistica ul li strong {
    position: absolute;
    right: 0px;
    z-index: 9;
    background: #f9f8f8;
    font-size: 20px;
    color: #000000;
}
div#bloque_emprendedores_parent {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
}
.bloque_emprendedores {
    background: #b1cb1c;
    color: #000000!important;
    font-size: 11px;
    border-radius: 43px;
    position: relative;
    width: 27%;
    line-height: 1;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    margin: 0px 3%;
    height: 86px;
}
.bloque_emprendedores strong {
    position: absolute;
    background: #fff;
    border: 5px solid #000;
    width: 40px;
    height: 40px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    top: -20px;
    left: -32px;
    padding: 8px 0px;
}
.bloque_emprendedores .et_pb_text_inner {
    position: inherit;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}
.bloque_emprendedores .et_pb_text_inner br {
    display: none;
}
.bloque_emprendedores.claro {
    background: #cfdc77;
}
.button_descarga.button_descarga_informe.consultar_mas.consultar_mas_nuevo {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}
.button_descarga.button_descarga_informe.consultar_mas {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}
.button_descarga.button_descarga_informe {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}
.button_descarga_informe.button_descarga_inf {
    width: 300px !important;
}
div#quienes_somos .parent_texo.parent_texto {
    margin-right: 0px !important;
    padding-right: 0px;
    padding-top: 0px;
}
div#toggle_rueda {
    margin-left: 3%;
}
.banner_principal_parent .et_pb_slide {
    padding: 0 0%;
}
div#comoparticipar strong {
    color: #b5e713;
}
.page-id-1368 div#menu_pri.menu_principal_nuevo ul.et-menu > li:hover {
    background-image: linear-gradient(to bottom, #e8e8e8, #dce6e5);
}







@media (min-width: 1537px) {
    div#banner_principal:after {height: 150px;}
    .quienes_somos:before {height: 175px;}
    .porque_participar:before {height: 158px;}
    .encuesta:after {height: 172px;}
    .porque_participar:before {
        height: 164px;
    }
    .et_pb_slides .et_pb_slide_0.et_pb_slide .et_pb_slide_description {
        padding-top: 15%!important;
    }
}

@media (max-width: 1391px) {
    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_slide_content {margin-left: 53%;}

    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper {padding-left: 57%;}

    h1.text_banner_1 {
        font-size: 33px;
    }
}
@media (max-width: 1280px) {
    .toggle_principal .et_pb_toggle_content img {
        max-width: 100%;
    }
    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_slide_content {margin-left: 61%;}
    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper {padding-left: 63%;}
}
@media (max-width: 1700px) {
    div#banner_principal h1 {font-size: 53px;}
    h1.banner_text_2 {
        font-size: 20px !important;
    }
}
@media (max-width: 1232px) {
    img#logo {
        width: 162px !important;
        max-height: initial !important;
        max-width: 162px !important;
    }
    header div#et-top-navigation {
        padding-left: 185px !important;
    }
}
@media (max-width: 1141px) {
    body #page-container .et_pb_section .et_pb_button_6,
    div#botones_abajo .button_descarga.button_descarga_informe.consultar_mas {
        font-size: 12px;
    }
    body #page-container .et_pb_section .et_pb_button_6,
    div#botones_abajo .button_descarga.button_descarga_informe.consultar_mas {
        font-size: 12px !important;
    }
    .embed-container.grafica_6,
    .embed-container.grafica_7 {
        padding-bottom: 86%;
    }
    .embed-container.grafica_8,
    .embed-container.grafica_9 {
        padding-bottom: 59%;
    }
    .embed-container.grafica_10,
    .embed-container.grafica_11 {
        padding-bottom: 89%;
    }




}
@media (max-width: 1133px) {
    nav.et-menu-nav > ul > li > a {font-size: 14px;padding: 41px 4px 25px 7px !important;}
    nav.et-menu-nav > ul > li > a:before {height: 81px;width: 0px;top: 22px !important;left: 55%;}
    div#fondo_bg_2 {padding-bottom: 21px !important;}
    nav.et-menu-nav > ul > li.menu_3.et-hover > a::before,
    nav.et-menu-nav > ul > li.menu_3:hover > a::before
     {
        width: 375px;
        height: 88px;
    }
    nav.et-menu-nav > ul > li.menu_3.menu_3_en.et-hover > a::before,
    nav.et-menu-nav > ul > li.menu_3.menu_3_en:hover > a::before
    {
        width: 382px;
        height: 92px;
    }
}
div#banner_principal h1.banner_text_nuevo {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 33px;
    line-height: 1.1;
}
div#banner_principal h1.banner_text_nuevo > span {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    font-size: 27px;
}
div#banner_principal h1.banner_text_nuevo > span.parrafo_new_1 {
    font-weight: bold;
    font-size: 34px;
}
.parrafo_new_4 {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
}
.parrafo_new_4 strong {
    color: #b5e713;
    font-weight: 400;
}
.banner_nuevo_pinnos .link_encuesta {
    background: #fff;
    border: 0px !important;
    color: #0c3839;
    font-weight: 800;
    padding-left: 84px !important;
}
.banner_nuevo_pinnos .link_encuesta:after {
    background: #b5e713;
    height: 100%;
    left: 0px;
    width: 74px;
    z-index: 1;
    top: 0px;
}
div#banner_principal .link_encuesta:before {
    z-index: 9;
}
div#banner_principal .link_encuesta:hover {
    background: #b5e713;
}
div#banner_principal h1.banner_text_nuevo span.bg_white {
    background: #fff;
    color: #0c3839;
    display: inline-block;
    line-height: 1;
    border-radius: 21px;
    padding: 2px 12px 7px 11px;
    vertical-align: middle;
}
div#banner_principal h1.banner_text_nuevo > span span.color_green {
    color: #b5e713;
    display: inline-block;
    line-height: 1;
    border-radius: 8px;
    padding: 2px 0px 7px 0px;
    vertical-align: middle;
    font-weight: bold;
}
div#banner_principal h1.banner_text_nuevo span.bg_green {
    background: #b5e713;
    color: #0c3839;
    display: inline-block;
    line-height: 1.2;
    border-radius: 23px;
    padding: 2px 13px 1px 14px;
    vertical-align: middle;
    font-weight: bold;
}
div#banner_principal h1.banner_text_nuevo > span.parrafo_new_3 {
    padding-top: 6px;
        font-weight: 500;
}
div#banner_principal .link_encuesta {
    border: 3px solid #b5e713;
    border-radius: 32px;
    padding: 6px 18px 8px 68px;
    display: inline-block;
    margin-top: 12px;
    position: relative;
}
.parrafo_new_4 {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
}

.parrafo_new_4 strong {
    color: #b5e713;
    font-weight: 400;
}
.link_encuesta:before {
    content: '';
    background: url('/wp-content/themes/divi-child/images/icono_encuesta.svg') no-repeat;
    height: 30px;
    width: 40px;
    position: absolute;
    left: 25px;
    top: 7px;
}
.link_encuesta:after {
    content: '';
    background: #fff;
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 29px;
    top: -8px;
    right: 6px;
}
div#menu_logo > div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
div#banner_principal h1.banner_text_nuevo > span.parrafo_new_1 {
    font-weight: bold;
    font-size: 34px;
}

@media (max-width: 1126px) {
    div#tab_secciones ul li {
        padding: 20px 16px 36px 16px;
        font-size: 15px;
        height: 98px;
    }

}
@media (max-width: 1089px) {
    .embed-container.grafica_6, .embed-container.grafica_7 {
        padding-bottom: 95%;
    }

}
@media (max-width: 1053px) {
    .embed-container.grafica_8, .embed-container.grafica_9 {
        padding-bottom: 100%;
    }
    .embed-container.grafica_10, .embed-container.grafica_11 {
        padding-bottom: 96%;
    }
}

@media (max-width: 991px) {
    .titulo_second_reporte {
        width: 100% !important;
    }
    .embed-container.grafica_6, .embed-container.grafica_7 {
        padding-bottom: 307px;
        width: 250px;
        display: block;
        margin: 0 auto;
    }
    .embed-container.grafica_8,
    .embed-container.grafica_9 {
        padding-bottom: 62%;
        display: block;
        margin: 0 auto;
    }
    .embed-container.grafica_10, .embed-container.grafica_11 {
         padding-bottom: 0px;
         width: 233px;
         display: block;
         margin: 0 auto;
         height: 297px;
    }
    div#iconos_innovan ul li {
        width: 100%;
        margin-bottom: 17px;
    }
    div#iconos_innovan ul {
        flex-flow: wrap;
    }
    body #page-container .et_pb_section .et_pb_button_6 {
        margin-bottom: 52px;
    }
    div#botones_abajo .button_descarga.button_descarga_informe.consultar_mas {
        margin-top: 44px;
    }
    div#quienes_impulsan_innovacion_salud {
        padding-bottom: 0px !important;
    }

    div#botones_abajo .button_descarga.button_descarga_informe.consultar_mas {
        margin-top: 36px;
    }

    .button_descarga_informe.button_descarga_inf {
        width: 100% !important;
        margin-top: 68px;
    }

    div#botones_abajo {
        margin-top: 0px !important;
    }
    div#banner_principal h1.banner_text_nuevo > span {
        line-height: 1;
    }
    div#banner_principal h1.banner_text_nuevo {
        text-align: center;
        font-size: 22px;
    }
    div#banner_principal .link_encuesta {
        width: 100%;
        text-align: center;
    }
    .banner_nuevo_pinnos .link_encuesta {
        max-width: 200px;
        margin: 0 auto;
        display: block !important;
    }
}
@media (max-width: 980px) {
    div#et_mobile_nav_menu {position: fixed;right: 3%;top: 13px;z-index: 9;}
    div#et-top-navigation div#et_top_search {padding-top: 56px !important;margin-right: 1px !important;z-index: 1;position: relative;padding-right: 0px !important;}
    div#et_top_search span#et_search_icon:before {padding-top: 0px;z-index: 1;position: absolute;top: 0px;left: 0px;}
    span.mobile_menu_bar.mobile_menu_bar_toggle {border-radius: 50% !important;background: #fff !important;width: 50px;height: 50px;padding: 8px 6px;z-index: 99999;border: 3px solid #b7eb01;}
    div#et_mobile_nav_menu ul#mobile_menu {width: 240px !important;left: inherit !important;position: fixed;right: 0px;height: 100% !important;top: 0px;padding-top: 106px !important;background: #b6ea01;z-index: 9999;}
    div#et_top_search span#et_search_icon {height: 40px;width: 40px;position: absolute;top: 0px;z-index: 1;}
    div#et-top-navigation {position: relative;z-index: 1 !important;}
    .toggle_principal .et_pb_toggle_content img {width: 100%;max-width: 100%;}
    footer ul.et_pb_social_media_follow {justify-content: center !important;text-align: center;}
    .quienes_somos {padding-top: 21px !important;padding-bottom: 4px;}
    .quienes_somos:before {height: 105px;bottom: 0px;}
    .que_vamos_lograr {padding-bottom: 0px;}
    header#main-header {height: 77px;}
    div#pop_up_encuesta .et_pb_row {
        display: flex;
        text-align: left;
        justify-content: left;
        align-items: center;
    }
    div#pop_up_encuesta .texto_encuesta p {font-size: 25px;}
    div#pop_up_encuesta .boton_mini_encuesta {font-size: 23px !important;}
    div#pop_up_encuesta {max-width: 95%;max-height: 95%;}
    div#banner_principal:before {
        width: 19px;
    }
    h1.banner_text_3 {
        font-size: 19px !important;
    }

    h1.banner_text_3 strong:last-child {
        font-size: 14px;
    }

}
@media (max-width: 850px) {
    h1.banner_text_2 {
        font-size: 17px !important;
    }
}
@media (max-width: 767px) {
    div#banner_principal .et_pb_module, div#banner_principal, div#banner_principal .et_pb_module .et_pb_slides, div#banner_principal .et_pb_module .et_pb_slides .et_pb_slide {
        height: 350px !important;
        max-height: 350px !important;
    }
    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_slide_content {margin-left: 37%;}
    div#banner_principal h1 {font-size: 20px;}
    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper {padding-left: 43%;}
    .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper a.et_pb_button.et_pb_custom_button_icon.et_pb_more_button {margin-top: 0px;}
    div#banner_principal:after {height: 81px;}
    .titulo h2 {font-size: 23px;}
    .entidades_participantes .et_pb_row {padding: 0px 0px;margin-bottom: 17px;}
    body h3 {font-size: 22px;}
    .parent_texo:before {width: 0px;height: 0px;}
    .quienes_somos .parent_texo {padding-left: 35px;}
    .quienes_somos .que_vamos_lograr .texto {padding: 24px 0px 21px 18px;}
    .quienes_somos:before {height: 80px; left: 0px;}
    .quienes_pueden_participar {padding-bottom: 0px;padding-top: 0px;}
    .comoparticipar {padding-top: 9px;}
    .porque_participar {padding-top: 89px !important;}
    .comoparticipar:before {height: 80px;}
    .porque_participar .et_pb_row {padding-bottom: 0px;}
    /*.encuesta {padding-top: 5px;}*/
    .encuesta .et_pb_row {padding-bottom: 0px;}
    body #page-container .et_pb_section .et_pb_button_0 {font-size: 25px !important;}
    .porque_participar:before {height: 80px;}
    .encuesta:after {height: 80px;}


    div#et-top-navigation div#et_top_search {margin-right: 41px !important;}
    .code_img_slider {
        display: none;
    }
    div#banner_principal .et_pb_slide_content {text-align: center !important;background: rgba(10, 61, 62, 0.7);padding: 10px 10px 5px 10px !important;border-radius: 10px;}
    div#banner_principal h1 {font-size: 15px;}
    div#banner_principal .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_slide_content:before {width: 0px;height: 0px;}
    div#banner_principal .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {margin-left: 0px;}
    div#banner_principal .et_pb_bg_layout_dark .et_pb_slide_2 .et_pb_button_wrapper {padding-left: 0px;text-align: center;}
    div#banner_principal .et_pb_button_wrapper {width: 100% !important;justify-content: center !important;text-align: center;}
    .banner_content_primary a.Enlace_banner {display: none;}
    .banner_content_primary a.Enlace_banner:after {
        font-size: 22px;
    }
    .banner_content_primary .caso_exito {
        margin-left: 0px;
        border-radius: 12px;
        padding: 7px 24px 6px 24px;
    }
    .banner_content_primary p {
        font-size: 13px;
        line-height: 1.3;
    }
/*    .porque_participar:after {
        content: '';
        background: #ededed;
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 0px;
        height: 212px;
    }*/
    div#banner_principal h1 {
        text-align: center;
    }
    h1.banner_text_3 strong {
        margin-bottom: 9px;
    }
    h1.banner_text_3 strong:last-child {
        margin-top: 9px;
    }
    .et_pb_slides .et_pb_slide_4.et_pb_slide .et_pb_slide_description {
        padding-top: 5%!important;
    }
    .tabla_grafica_dividido > div {
        width: 100%;
    }
    .tabla_grafica_dividido > div {
        width: 100% !important;
    }
    .tabla_grafica_dividido {
        flex-flow: wrap;
    }
    .tabla_grafica_dividido > div:nth-child(1) {
        margin-bottom: 20px;
    }
    .roles_estilos ul {
        flex-flow: wrap;
        padding-right: 17px;
    }
    .roles_estilos ul li {
        width: 100%;
        margin-bottom: 19px !important;
    }
    div#banner_principal .link_encuesta {
        line-height: 1;
    }
    div#banner_principal h1.banner_text_nuevo > span.parrafo_new_3 {
        padding-top: 4px;
    }
    div#banner_principal h1.banner_text_nuevo {
        font-size: 15px;
    }
    div#banner_principal h1.banner_text_nuevo > span.parrafo_new_2 {
        padding-top: 2px;
    }
    div#banner_principal .link_encuesta {
        margin-top: 0px;
    }
    div#banner_principal .link_encuesta {
        padding: 11px 18px 17px 68px;
    }
    div#banner_principal h1.banner_text_nuevo > span.parrafo_new_1,
    div#banner_principal h1.banner_text_nuevo > span.parrafo_new_2,
    div#banner_principal h1.banner_text_nuevo > span.parrafo_new_3{
        font-size: 14px;
    }
    .parrafo_new_4 {
        font-size: 14px;
    }
    div#banner_principal .link_encuesta {
        padding: 16px 18px 12px 68px;
    }
    div#banner_principal .link_encuesta:before {
        height: 19px;
        width: 40px;
    }

}

@media (max-width: 600px) {
    div#encuesta_mini {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%) scale(0.6);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -35px;
    }
    input.et-search-field {background: #fff;}


    div#pop_up_encuesta .texto_encuesta {padding: 0px 0px 1px 13px;}
    div#pop_up_encuesta .boton_mini_encuesta {padding: 0px 10px !important;font-size: 17px !important;}
    body #page-container div#pop_up_encuesta .boton_mini_encuesta:after {font-size: 0px !important;width: 0px !important;height: 0px !important;}
    .texto_encuesta_pop:before {width: 2px;}
    div#pop_up_encuesta .texto_encuesta p {font-size: 21px;}
    div#banner_principal.banner_principal_reporte h1.text_banner_1.h1_reporte {
        font-size: 29px;
    }
    .et_pb_slide_description {
        margin-right: 0px !important;
        padding-left: 0px !important;
    }
    div#banner_principal .et_pb_slide_description {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
    div#tab_secciones ul li {
        width: 46%;
        margin-left: 2% !important;
        margin-right: 2% !important;
        padding: 20px 11px 36px 11px;
        font-size: 12px;
    }
    div#tab_secciones ul {
        padding-left: 0px;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .titulo_second_reporte h2:before {
        left: -30px;
        top: 31%;
        width: 50px;
        height: 50px;
    }
    .titulo_second_reporte h2 {
        font-size: 14px;
        padding-left: 28px;
    }
    div#tab_pestanas_reportes .et_pb_row.et_pb_row_1 {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .roles_estilos ul {
        flex-flow: wrap;
        padding-left: 0px;
    }
    div#grafica_division > div {
        flex-flow: wrap;
    }
    div#grafica_division > div div:nth-child(1) {
        margin-bottom: 17px;
        margin-right: 0px;
        width: 100%;
    }
    div#grafica_division > div div:nth-child(2) {
        width: 100%;
    }
    body #page-container .et_pb_section .et_pb_button_0 {
        font-size: 16px !important;
        width: 100% !important;
        padding: 10px 10px !important;
    }

}

@media (max-width: 550px) {

    div#encuesta_mini {transform: translateY(-50%);
        -webkit-transform: translateY(-50%) scale(0.6);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -35px;
    }

}
@media (max-width: 510px) {
    div#banner_principal .et_pb_slider .et_pb_slide_0 {
        background-position-x: 90% !important;
    }
    div#logos_patricinadores .et_pb_column > div {
        width: 33%;
    }

    div#logos_patricinadores .et_pb_column {
        flex-flow: wrap;
    }

    div#logos_patricinadores .et_pb_column > div:nth-child(2) img {
        width: 56%;
    }
    div#banner_principal h1.banner_text_nuevo > span.parrafo_new_3 {
        padding-top: 0px;
    }
    div#banner_principal h1.banner_text_nuevo > span span.color_green {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    div#banner_principal .link_encuesta {
        padding: 7px 18px 9px 68px;
    }

}
@media (max-width: 410px) {
    div#banner_principal .et_pb_slider .et_pb_slide_0 {
        background-position-x: 80% !important;
    }
    h1.banner_text_2 {
        font-size: 15px !important;
    }
}
@media (max-width: 400px) {
    h1.banner_text_3 {
        font-size: 17px !important;
    }
    h1.banner_text_3 strong:last-child {
        font-size: 11px;
    }
}
@media (max-width: 370px) {
/*    .porque_participar:after {
        height: 231px;
    }*/
}


/*PINNOS NUEVA*/
.banner_new_pinnos  h1.banner_text_nuevo {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 43px;
}
.banner_new_pinnos h1.banner_text_nuevo span.parrafo_new_1 {
    display: block;
    padding-bottom: 10px;
    margin-top: 0px;
}
.banner_new_pinnos h1.banner_text_nuevo span.bg_green {
    display: inline-block;
    background: #abc91e;
    color: #0d3234;
    border-radius: 36px;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-right: 26px;
    margin-top: 0px;
}
.banner_new_pinnos h1.banner_text_nuevo > span {
    display: block;
    margin-top: 11px;
}
.banner_new_pinnos span.color_green {
    border-bottom: 4px solid #abc91e;
    line-height: 1;
    display: inline-block;
}
.pinnos h2 {
    position: relative;
}
.pinnos h2:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    background: #abc91e;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    border-radius: 17px;
}
.division_content .et_pb_module.et_pb_image {
    height: 600px;
    width: 600px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #abc91e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    z-index: 9;
}

.division_content .et_pb_image_wrap {
    box-shadow: 8px 13px 7px -8px #00000029;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 95%;
    width: 95%;
}

.la_sinergia_actores  h2 {
    position: relative;
    
}
footer .footer_new .left_new p {
    font-size: initial;
    margin-bottom: 21px;
    line-height: 1.4;
    font-size: 12px;
}
footer .right_foo p, footer .right_foo p a {
    font-size: 12px;
}
footer .footer_new a {
    font-style: italic;
}
footer .footer_new ul.et_pb_social_media_follow a.icon {
    height: 30px !important;
    width: 30px !important;
}
footer .footer_new ul.et_pb_social_media_follow a.icon span {
    font-size: 12px;
}
footer .footer_new ul.et_pb_social_media_follow a.icon::before {
    font-size: 17px;
    padding: 0px;
}
.content_expertos > div {
    display: flex;
    justify-content: space-between;
}
.content_expertos > div .titulo_expertos h2 {
    font-weight: 800;
    font-size: 38px;
    color: #0d3234!important;
    letter-spacing: 6px;
    line-height: 0.9em;
    text-align: left;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 6%;
}
.content_expertos > div .titulo_expertos h2:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    background: #abc91e;
    left: 0px;
    bottom: 0px;
    border-radius: 17px;
}
.content_expertos > div .left_expertos {
    width: 70%;
    display: flex;
    flex-flow: wrap;
    align-items: inherit;
    padding-left: 24px;
}
.content_expertos > div .right_expertos {
    width: 30%;
    border: 4px solid #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    height: 319px;
}
.content_expertos > div .right_expertos img {
    position: absolute;
    height: 170%;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
}
.equipos_expertos ul.slick-dots {
    position: relative;
    bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.equipos_expertos ul.slick-dots > li:before {
    background: inherit;
}
.content_expertos > div .left_expertos p {
    color: #143a3b;
    line-height: 1.5;
}

.expertos_contenido {
    margin-bottom: 0px !important;
}
.la_sinergia_actores  h2:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 25%;
    background: #abc91e;
    right: 7px;
    bottom: 0px;
    border-radius: 17px;
}
.division_content > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .row_down {
    font-size: 12px !important;
    line-height: 1.2;
    position: relative;
}
footer .row_down:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 157px;
    background: #abc91e;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    border-radius: 17px;
}
footer .row_down {
    padding-top: 17px;
}
div#participar_page h2 {
    position: relative;
}
div#participar_page h2:before{
        content: '';
    position: absolute;
    height: 4px;
    width: 25%;
    background: #abc91e;
    left: 0px;
    bottom: 0px;
    border-radius: 17px;
}
.iconos_page > div {
    border-left: 2px solid #aac917;
}
.iconos_page {
    padding: 0px 24px;
}
.iconos_page img {
    width: 70px;
    margin-left: -32px;
    margin-right: 9px;
}
.iconos_page p {
    display: flex;
    align-items: center;
}
.iconos_page .et_pb_text_inner {
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.border_green {
    border-radius: 0 130px 130px 0 !important;
}
.logo_asociado_left .et_pb_text_inner {
    display: flex;
    flex-flow: wrap;
}
.logo_asociado_left .et_pb_text_inner img {
    height: 54px;
    max-width: initial;
    margin: 0px;
    width: auto;
}
.logo_asociado_left .et_pb_text_inner p {
    width: 50%;
    text-align: center;
}
.logo_asociado_right .et_pb_text_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.logo_asociado_right  .et_pb_text_inner p {
    width: 33%;
    text-align: center;
}
.logo_asociado_right .et_pb_text_inner img {
    height: 54px;
    max-width: 100%;
    margin: 0px;
    width: auto;
}
.logo_asociado_center  .et_pb_text_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.logo_asociado_center .et_pb_text_inner img {
    height: 36px;
    max-width: 100%;
    width: auto;
}
.logo_asociado_center .et_pb_text_inner p {
    margin: 0px 1%;
}
.titulo_green .et_pb_text_inner {
    position: relative;
}
.titulo_green .et_pb_text_inner:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background: #abc91e;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    border-radius: 17px;
}
.banner_new_pinnos .et_pb_slides .et_pb_slide_0.et_pb_slide .et_pb_slide_description {
    padding-top: 0px !important;
}
.banner_new_pinnos .slider_nuevo_pinnos .et_pb_slides .et_pb_slider_container_inner {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.actores_new .actores > div > div.modal_windows {
    position: absolute;
    z-index: 99 !important;
    top: 0px;
    left: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    width: 0px;
    padding: 0px !important;
    opacity: 0;
    height: 0px;
    overflow: inherit;
}
.actores_new .actores > div > div {
    position: relative;
    z-index: 9 !important;
}
.actores_new .actores > div {
    position: relative;
    z-index: 9;
}
.actores_new .actores > div:hover {
    z-index: 99;
}
.actores_new .actores > div:hover .modal_windows {
    width: auto;
    padding: 15px !important;
    opacity: 1;
    height: auto;
}
.actores_new .actores > div > div.modal_windows ul {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.actores_new .actores > div > div.modal_windows ul li:before {
    background: transparent;
    content: '-';
    height: auto;
    width: 5px;
    line-height: 1;
    top: 2px;
}
.actores_new .actores > div > div.modal_windows ul li {
    padding-left: 0px;
    line-height: 1.3;
    margin-bottom: 0px;
    opacity: 0;
}
.actores_new .actores > div:hover > div.modal_windows:before {
    content: '';
    position: absolute;
    left: -29px;
    border-left: 15px solid rgb(0 0 0 / 0%);
    border-right: 15px solid #fff;
    border-top: 15px solid rgb(0 0 0 / 0%);
    border-bottom: 15px solid rgb(0 0 0 / 0%);
}
.actores_new .actores > div:hover > div.modal_windows ul li {
    padding-left: 10px;
    margin-bottom: 7px;
    opacity: 1;
}
.actores_new .actores > div > div.modal_windows p {
    opacity: 0;
}
.actores_new .actores > div:hover > div.modal_windows p {
    opacity: 1;
}
.actores_new .actores > div > div.modal_windows ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
div#menu_header.header_new {
    border-radius: 0px 0px 20px 20px;
    overflow: hidden !important;
    box-shadow: 1px 1px 15px -2px rgba(0,0,0,0.75);
}
div#menu_header.header_new div#menu_registro {
    position: absolute;
    right: 0px;
    top: 10px;
}
.pinnos h2 {
    padding-bottom: 23px;
}
div#menu_header.header_new div#menu_registro a {
    padding: 9px 13px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    color: #000 !important;
    opacity: 1 !important;
}
div#menu_header.header_new div#menu_registro li.lang-item a {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 0px !important;
    height: 28px !important;
    width: 28px !important;
}
div#menu_header.header_new div#menu_registro a:hover {
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 66%);
    color: #000 !important;
}
div#menu_header.header_new div#menu_registro ul > li:first-child:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #000;
    right: -7px;
    position: absolute;
    top: 6px;
}
div#menu_header.header_new div#menu_registro ul > li {
    position: relative;
}
div#menu_header.header_new div#menu_registro ul > li:first-child {
    margin-right: 10px !important;
}
div#menu_header.header_new div#menu_registro ul > li.lang-item {
    padding-top: 3px !important;
}
div#menu_header.header_new div#menu_registro ul > li.lang-item#menu-item-1334-en {
    margin-right: 6px !important;
}
div#menu_header.header_new div#menu_registro ul > li.lang-item#menu-item-1334-en img,
div#menu_header.header_new div#menu_registro ul > li#menu-item-1337-en img
 {
    content: url('/wp-content/themes/divi-child/images/english.png');
    width: 100% !important;
    height: auto !important;

}
div#menu_header.header_new div#menu_registro ul > li.lang-item#menu-item-1334-es img,
div#menu_header.header_new div#menu_registro ul > li#menu-item-1337-es img
 {
    content: url('/wp-content/themes/divi-child/images/espanol.png');
    width: 100% !important;
    height: auto !important;

}
.page-id-1175 header.et-l.et-l--header {
    background: #010203;
}
div#menu_pri.menu_principal_nuevo {
    padding-top: 77px;
}
div#menu_pri.menu_principal_nuevo ul.et-menu > li > a {
    padding: 9px 9px 9px 9px !important;
    font-size: 15px;
}
div#menu_pri.menu_principal_nuevo ul.et-menu > li {
    background-image: linear-gradient(to bottom,transparent, rgb(5 5 5 / 0%));
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 66%);
    border-radius: 10px 10px 0px 0px;
    padding: 7px 7px 12px 7px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    opacity: 1 !important;
}
div#menu_pri.menu_principal_nuevo ul.et-menu > li > a {
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    color: #000 !important;
    opacity: 1 !important;
}
div#menu_pri.menu_principal_nuevo ul.et-menu > li:hover {
    background-image: linear-gradient(to bottom, #e8e8e8, #050505);
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 66%);
}
body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button {
    line-height: 1 !important;
}
.actores {
    overflow: inherit !important;
}
.content_gestores {
    padding: 16px;
}
.content_gestores > div {
    background: #143a3b;
    border-radius: 10px;
    padding: 31px 18px;
    text-align: center;
}
.right_gestores {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.content_gestores .right_gestores {
    margin-bottom: 10px;
}
.content_gestores p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.2;
}
.content_gestores p strong {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 16px;
}
.content_gestores p strong:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 64px;
    background: #abc91e;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    border-radius: 17px;
}
.que_vamos_lograr ul strong {
    background: #143a3b;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 24px;
    line-height: 1;
}
div#como_logramos ul li:before {
    background: url('/wp-content/themes/divi-child/images/vineta_white.png') no-repeat;
    background-size: contain;
    background-position: center;
}
.titulo_expertos h2 {
    line-height: 1;
}
.titulo_expertos strong {
    background: #143a3b;
    color: #abc91e;
    line-height: 1;
    border-radius: 28px;
    padding: 0px 15px;
}
div#nuestro_equipo_expertos button.slick-arrow {
    background: #143a3b;
    box-shadow: 3px 1px 6px -1px rgba(0,0,0,0.75);
    border-radius: 14px;
    color: grey;
    line-height: 1;
}
div#nuestro_equipo_expertos button.slick-prev:before {
    content: '<';
    font-weight: bold;
    color: #dcdbdb;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
}
div#nuestro_equipo_expertos button.slick-next:before {
    content: '>';
    font-weight: bold;
    color: #dcdbdb;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
}
.content_expertos > div .left_expertos p {
    position: relative;
    padding-left: 35px;
}
/*.content_expertos > div .left_expertos p:before {
    content: '';
    background: url('/wp-content/themes/divi-child/images/info_icono.png') no-repeat;
    background-size: contain;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 0px;
    top: 5px;
}*/
.content_expertos > div .left_expertos p {
    position: relative;
/*    padding-left: 35px;*/
    display: block;
}
.content_expertos > div .left_expertos p:before {
    content: '';
/*    background: url('/wp-content/themes/divi-child/images/info_icono.png') no-repeat;*/
    background-size: contain;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.pinnos_2 h2 {
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: 38px;
    letter-spacing: 6px;
    line-height: 0.9em;
    text-align: center;
    padding-bottom: 19px;
}

.pinnos_2 h2:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 50%;
    background: #abc91e;
    right: 0px;
    bottom: 0px;
    border-radius: 17px;
}
div.equipos_gestores button.slick-arrow {
    background: #143a3b;
    box-shadow: 3px 1px 6px -1px rgba(0,0,0,0.75);
    border-radius: 14px;
    color: grey;
    line-height: 1;
}
div.equipos_gestores button.slick-prev:before {
    content: '<';
    font-weight: bold;
    color: #dcdbdb;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
}
div.equipos_gestores button.slick-next:before {
    content: '>';
    font-weight: bold;
    color: #dcdbdb;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
}
.banner_new_pinnos .slider_nuevo_pinnos.banner_bitacora .et_pb_slides .et_pb_slider_container_inner {
    padding-top: 47px !important;
    padding-bottom: 20px !important;
}
.galeria_bitacora .galeria a {
    border: 2px solid #9fc41a;
    border-radius: 30px;
    display: inline-block;
    overflow: overlay;
}
.galeria_bitacora .galeria {
    padding: 0px 10px;
}
.texto_bosque  p strong {
    color: #9fc41a;
}
.descargar_aqui p {
    color: #0a3333;
}
.descargar_aqui p a {
    display: inline-block;
    background: #22423e;
    color: #fff;
    padding: 6px 8px 8px 38px;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.descargar_aqui p a em {
    color: #abc91e;
}
.descargar_aqui p a:after {
    content: '>';
    position: relative;
    height: 30px;
    width: 30px;
    background: #a0bc1c;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: 7px;
}
.descargar_aqui p a:hover {
    transform: scale(1.1);
}
.descargar_aqui p > em {
    color: #565656;
    font-style: normal;
    font-size: 15px;
}
div.galeria_bitacora button.slick-arrow {
    background: #9cb71b;
    box-shadow: 3px 1px 6px -1px rgba(0,0,0,0.75);
    border-radius: 14px;
    color: grey;
    line-height: 1;
    z-index: 99;
}
div.galeria_bitacora button.slick-prev {
    left: 26px;
}
div.galeria_bitacora button.slick-next {
    right: 26px;
}
div.galeria_bitacora button.slick-prev:before {
    content: '<';
    font-weight: bold;
    color: #0d3234;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
}
div.galeria_bitacora button.slick-next:before {
    content: '>';
    font-weight: bold;
    color: #0d3234;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Martel',Georgia,"Times New Roman",serif;
}
.actores_new .actores {
    overflow: initial !important;
}
div#tab_informacion ul.et_pb_tabs_controls {
    background-color: transparent;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #abc91e;
}
div#tab_informacion .et_pb_all_tabs .et_pb_tab_content h3 {
    padding: 8px 11px;
    border: 1px solid #abc91e;
    display: inline-block;
    font-size: 17px;
    border-radius: 21px;
    margin-left: -28px;
}
.slider_nuevo_pinnos.banner_bitacora h1.banner_text_nuevo {
    font-size: 41px;
    letter-spacing: 9px;
}
div#tab_informacion .et_pb_all_tabs .et_pb_tab_content h3:before {
    width: 0px;
    height: 0px;
}
div#tab_informacion .et_pb_all_tabs .et_pb_tab_content h3:after {
    width: 0px;
    height: 0px;
}
div#tab_informacion .et_pb_all_tabs .et_pb_tab_content ul {
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
div#tab_informacion .et_pb_all_tabs .et_pb_tab_content ul li {
    margin: 0px 1%;
    display: inline-block;
    width: 16%;
    justify-content: center;
}
div#tab_informacion ul.et_pb_tabs_controls li a {
    font-size: 20px !important;

}
div#tab_informacion ul.et_pb_tabs_controls li.et_pb_tab_active a {
    padding-top: 11px;
}
div#tab_informacion ul.et_pb_tabs_controls > li {
    margin-right: 10px;
}
div#tab_informacion ul.et_pb_tabs_controls > li {
    border-radius: 0px 10px 0px 0px;
}
.slider_nuevo_pinnos.banner_bitacora span.parrafo_new_1 {
    position: relative;
}

.slider_nuevo_pinnos.banner_bitacora span.parrafo_new_1:before {
/*    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    background: #abc91e;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    border-radius: 17px;*/
}
div#galeria_principal_bitacora ul.slick-dots {
    display: none !important;
}
.titulo_expertos {
    display: block;
    width: 100%;
}


div#nuestro_equipo_expertos {
    display: none;
}
.green_titulo h2 {
    background: #0e3234;
    display: inline-block;
    color: #fff;
    border-radius: 28px;
    font-size: 26px;
    padding: 15px 23px 12px 23px;
    margin-bottom: 14px;
}
.modelo_principal {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 26px;
}
.modelo_principal .left_model {
    width: 70%;
}
.modelo_principal .right_model {
    width: 30%;
    text-align: center;
}
div#tab_informacion .modelo_principal .left_model h3 {
    margin-left: 0px;
    border: 0px;
    font-weight: bold;
    color: #0c2a2b;
    font-size: 20px;
    margin-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
}
.modelo_principal a.link_model {
    padding: 5px 15px 6px 15px;
    border: 1px solid #abc91e;
    display: inline-block;
    font-size: 17px;
    border-radius: 26px;
    width: auto;
    text-align: center;
    color: #000;
    font-weight: bold;
    box-shadow: 7px 4px 19px #00000075;
}
.modelo_principal a.link_model:hover {
    box-shadow: 0px 0px 0px #00000075;
}
div#tab_informacion.tab_informacion_model .et_pb_all_tabs .et_pb_tab {
    padding-left: 0px;
    padding-right: 0px;
}
a.volver_reporte {
    padding: 5px 15px 6px 15px;
    border: 1px solid #dde7e6;
    display: inline-block;
    font-size: 17px;
    border-radius: 26px;
    text-align: center;
    color: #000;
    font-weight: bold;
    box-shadow: 7px 4px 19px #00000075;
    width: 200px;
    background: #dde7e6;
}
a.volver_reporte:hover {
    box-shadow: 0px 0px 0px #00000075;
}
.enlace_model .et_pb_text_inner {
    text-align: center;
}

@media (max-width: 1380px) {
    .actores_new .actores > div > div.modal_windows {
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
    }
    .actores_new .actores > div:hover > div.modal_windows:before {
        left: 50%;
        top: -28px;
        transform: translateX(-50%);
        border-left: 15px solid rgb(0 0 0 / 0%);
        border-right: 15px solid rgb(0 0 0 / 0%);
        border-top: 15px solid rgb(0 0 0 / 0%);
        border-bottom: 15px solid #fff;
    }

}
@media (max-width: 1100px) {
    .content_expertos > div .titulo_expertos h2 strong {
        display: inline-block;
        margin-top: 9px;
    }
    .content_expertos > div .left_expertos .titulo_expertos {
        display: block;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .equipos_gestores ul.slick-dots {
        display: none !important;
    }
    .banner_new_pinnos h1.banner_text_nuevo span.parrafo_new_1 {
        text-align: center;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .banner_new_pinnos h1.banner_text_nuevo span.bg_green {
        font-size: 20px;
        line-height: 1;
    }

    .banner_new_pinnos h1.banner_text_nuevo > span {
        font-size: 20px;
        line-height: 1;
    }

    .banner_new_pinnos h1.banner_text_nuevo {
        margin-bottom: 0px;
        text-align: center;
    }
    .banner_new_pinnos .et_pb_button_wrapper {
        text-align: center !important;
    }
    .division_content > div {
        flex-flow: wrap;
    }
    .la_sinergia_actores  .border_green {
        padding-left: 50px  !important;
        border-radius: 130px 130px 130px 130px !important;
        text-align: center;
        margin-top: 18px;
        width: auto !important;
        max-width: inherit !important;
        margin-left: 0px !important;
    }
    .division_content .et_pb_module.et_pb_image {
        height: 500px;
        width: 500px;
    }
    .la_sinergia_actores h2:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .la_sinergia_actores h2 {
        text-align: center !important;
    }
    .actores_new {
        overflow: inherit !important;
    }
    div#menu_header.header_new div#menu_registro span.mobile_menu_bar {
        display: none;
    }

    div#menu_header.header_new div#menu_registro ul#mobile_menu1 {
        display: inline-block;
        position: relative;
        padding: 0px;
        border: 0px;
        display: flex;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    div#menu_header.header_new div#menu_registro {
    }

    div#menu_header.header_new div#menu_registro a.mobile_nav.closed {
        padding: 0px !important;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    div#menu_header.header_new div#menu_registro a {
        padding: 3px 13px !important;
    }

    div#menu_header.header_new {
        overflow: inherit !important;
    }

    div#menu_pri.menu_principal_nuevo ul#mobile_menu2 {
        width: 200px;
        /* left: inherit !important; */
        /* right: 0px; */
        height: auto !important;
    }
    div#menu_pri.menu_principal_nuevo {
        position: absolute;
        left: 0px;
        top: 35px;
        padding-top: 0px;
    }
}
@media (max-width: 812px) {
    div#menu_header.header_new div#menu_registro {
        background: transparent;
    }
    div#menu_header.header_new div#menu_registro ul#mobile_menu1 {
        background: transparent !important;
    }
    div#menu_header.header_new div#menu_logo span.et_pb_image_wrap {
        padding-top: 47px;
    }
    div#menu_header.header_new div#menu_logo .et_pb_module.et_pb_image.et_pb_image_0_tb_header {
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) {
    .content_expertos > div {
        flex-flow: wrap;
    }
    .content_expertos > div .left_expertos {
        width: 100%;
    }
    .content_expertos > div .right_expertos img {
        position: relative;
        transform: inherit;
        left: inherit;
        width: 100%;
        height: auto;
    }
    .content_expertos > div .right_expertos {
        height: auto;
    }
    .content_expertos > div .right_expertos {
        width: 100%;
        margin-top: 18px;
    }
    .pinnos_2 h2 {
        text-align: center !important;
        width: 100%;
    }
    .pinnos_2 h2:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .content_expertos > div .titulo_expertos h2 {
        text-align: center;
    }
    .content_expertos > div .titulo_expertos h2:before {
        left: 50%;
        transform: translateX(-50%);
    }
    div#tab_informacion ul.et_pb_tabs_controls > li {
        height: auto !important;
        line-height: 1 !important;
        font-size: 17px !important;
    }
    div#tab_informacion ul.et_pb_tabs_controls li a {
        font-size: 15px !important;
    }
    div#tab_informacion .et_pb_all_tabs .et_pb_tab_content ul li {
        width: 31%;
    }
}
@media (max-width: 739px) {
    .division_content .et_pb_module.et_pb_image {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 500px) {
    .logo_asociado_left .et_pb_text_inner p {
        width: 100%;
    }
    .logo_asociado_right .et_pb_text_inner p {
        width: 100%;
    }
    .logo_asociado_center .et_pb_text_inner img {
        height: auto;
    }
    .logo_asociado_right .et_pb_text_inner img {
        height: auto;
    }
    body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button {
        line-height: 1 !important;
    }
    div#tab_informacion .et_pb_all_tabs .et_pb_tab_content ul li {
        width: 48%;
    }
    .modelo_principal {
        flex-flow: wrap;
    }
    .modelo_principal .left_model {
        width: 100%;
    }
    .modelo_principal .right_model {
        width: 100%;
        margin-top: 17px;
    }
    .modelo_principal .left_model p {
        line-height: 1.2;
        text-align: center !important;
    }
    div#tab_informacion .modelo_principal .left_model {
        text-align: center;
    }
}

/*end PINNOS NUEVA*/