/*
Theme Name: Los Andes
Theme URI: http://www.kunturweb.com
Description: Theme Los Andes de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
@font-face {
    font-family: MrEavesXLSanOT;
    src: url(fuente/MrEavesXLSanOT-Light.otf);
}
@font-face {
    font-family: MrEavesXLSanOT-italic;
    src: url(fuente/MrEavesXLSanNarOT-LightItalic.otf);
}
@font-face {
    font-family: MrEavesXLSanOT2;
    src: url(fuente/MrEavesXLSanOT-Heavy.otf);
}
@font-face {
    font-family: MrEavesXLSanOT3;
    src: url(fuente/MrEavesXLSanNarOT-UltraItalic.otf);
}
@font-face {
    font-family: MrEavesXLSanOT-Bold;
    src: url(fuente/MrEavesXLSanOT-Bold.otf);
}
@font-face {
    font-family: MrEavesXLSanOT-regular;
    src: url(fuente/MrEavesXLSanNarOT-Reg.otf);
}
*{margin:0px;padding:0px;}
.oculto{
     opacity:0;
}
.visible{
     opacity:1;
}
p, pre{
	font-family: 'MrEavesXLSanOT';
	font-size: 17px;
	color: #444444;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
}
.cuerpo-tabs pre{
    color: #fff;
}
h1, h2, h3, h4{
	font-family: 'MrEavesXLSanOT';
    color: #1e1e1e;
    text-transform: uppercase;
}
a, ul li{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #444444;
	text-decoration: none;
    font-weight: normal;
    text-transform: none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
body{
	background: #fff;
	overflow-x: hidden;
    font-family: 'Lato', sans-serif;    
}
/*
    Estilos para contenido general
*/
.wrap{
    width: 1200px;    
    height: auto;
    min-height: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
}
/*
**************************************************************************
    Estilos para Header: Menu / Logo / Redes sociales
**************************************************************************
*/
.header{
	width: 100%;
	height: 80px;
	float: left;		
    position: relative;    
    box-sizing: border-box;  
    z-index: 1100;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    background: #fff;
    padding: 0 20px;
}
.logo{
    height: 60px;
    width: auto;
    float: left;
    margin: 10px 0;
    padding: 0 30px 0 0;
    z-index: 2;
    position: relative;
}
.logo img{
    height: 100%;
    width: auto;
    margin: 0;
}
/*
**************************************************************************
    Estilos para Redes Sociales top
**************************************************************************
*/
.redessocialestop{
    float: right;
    margin: 0;
    padding: 0;
    height: 80px;
    z-index: 1;
    position: relative;
}
.redessocialestop a{
    width: auto;
    margin: 20px 3px;
    padding: 0 15px;
    color: #fff;
    float: left;        
    width: 12px;
    height: 40px;
    position: relative;
    z-index: 2;
    transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    background: red;
}
.redessocialestop a:nth-child(1){
    background: #2e4da7;
}
.redessocialestop a:nth-child(2){
    background: #1da1f3;
}
.redessocialestop a:nth-child(3){
    background: #d62424;
}
.redessocialestop a:nth-child(1):hover{
    background: #203b87;
}
.redessocialestop a:nth-child(2):hover{
    background: #1885c9;
}
.redessocialestop a:nth-child(3):hover{
    background: #aa1717;
}
.redessocialestop a i{
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 2;
    line-height: 40px;
    position: relative;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
}
.redessocialestop a:hover i{
    color: #fff;
}
/*
**************************************************************************
    Estilos para Header: Menu Principal
**************************************************************************
*/
.menuderecha{
    float: left;
    position: relative;   
    width: auto;
    z-index: 1;
}
#menu2{
	display: none;
}
.menuderecha ul{
	width: auto;
	margin: 20px 0;
    padding: 0 5px;
    box-sizing: border-box;
    height: 40px;
}
.menuderecha ul li{
	list-style: none;
	text-align: center;
	float: left;
    margin: 0;
	height: 40px;
    line-height: 40px;
    padding: 0;
    position: relative;
    font-family: 'MrEavesXLSanOT';  
    transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg); 
    z-index: 1;        
}
.menuderecha ul li:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -10px;
    background: #fff;
    width: 20px;
    height: 40px;    
    z-index: 10;
}
.menuderecha ul li:last-child:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -10px;
    left: auto;
    background: #fff;
    width: 20px;
    height: 40px;    
    z-index: 10;
}
.menuderecha ul li a{
	text-decoration: none; 
    position: relative;
    line-height: 40px;
	color: #457d18;
	display: block;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'MrEavesXLSanOT';
    box-sizing: border-box;
    width: auto;    
    text-align: center;
    padding: 0 20px;    
    margin: 0;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg); 
    z-index: 3;
}
.menuderecha ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #457d18;
    background: #e7e7e7;
}
.menuderecha ul li a:hover:not(.current-menu-item){			
    background: #e7e7e7;
    color: #457d18;
}
.menuderecha ul li a:hover, 
.menuderecha ul li.current-menu-item > a, 
.menuderecha ul li.current_page_item > a {	
	color: #457d18;
    background: #e7e7e7;
}
.menuderecha ul li > ul li.current-menu-item > a{			
    background: none !important;
    color: #457d18;
}
.menuderecha ul li > ul{
	width: 280px;
    height: auto;
	position: absolute;
	top: 0px;
    padding: 20px;
	left: 10px;	
	opacity: 0;
    margin: 0;	
	overflow: hidden;
    visibility: hidden;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    border: solid 1px #e7e7e7;
    height: 0;
}
.menuderecha ul li:hover ul{
	height: auto;
	opacity: 1; 
    top: 40px;
    visibility: visible;
}
.menuderecha ul li:hover a{
    color: #457d18;
    background: #e7e7e7;
}
.menuderecha ul li > ul li{
	width: 100%;
	float: left;	
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;   
    transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.menuderecha ul li > ul li:last-child{
    border: none;
}
.menuderecha ul li > ul li:after, .menuderecha ul li > ul li:before{
    width: 0 !important;
}
.menuderecha ul li > ul li:last-child:after{
    width: 0 !important;
}
.menuderecha ul li > ul li:nth-child(1) a{
    color: #e36e05 !important;
}
.menuderecha ul li > ul li:nth-child(2) a{
    color: #4d7a29 !important;
}
.menuderecha ul li > ul li:nth-child(3) a{
    color: #f1b700 !important;
}
.menuderecha ul li > ul li a{
	width: 100%;
	text-align: left;
    display: block;
	border: none;
    float: left;
	box-shadow: none;	
	font-family: 'MrEavesXLSanOT2';
    text-transform: none;
    color: #2a2b2c !important;
    margin-left: 0;
    font-size: 17px;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    background: none !important;
}
.menuderecha ul li > ul li a:hover{
    background: none !important;
}
.menuderecha ul li > ul li > ul{
    float: left;
    width: 180px;
    padding: 0 !important;
    left: 0;
    top: 10px !important;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    border: none !important;
    background: none !important;
}
.menuderecha ul li > ul li > ul li{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-top: solid 1px rgba(0,0,0,0.2);
}
.menuderecha ul li > ul li > ul li:nth-child(1) a, .menuderecha ul li > ul li > ul li:nth-child(2) a, .menuderecha ul li > ul li > ul li:nth-child(3) a{
    color: #2a2b2c !important;
}
.menuderecha ul li > ul li > ul li a{
    font-family: 'MrEavesXLSanOT';
    color: #2a2b2c !important;
}
.menuderecha ul li > ul li > ul li a:hover{
    color: #878988 !important;
}
/*
**************************************************************************
    Estilos para Buscador principal en el header
**************************************************************************
*/
.buscar{
    float: right;
    height: 40px;
    margin: 20px 3px;
    width: 50px;
    z-index: 1200;
    position: relative;
}
.mrbuscar{
    display: block !important;
    background: #f1b600;
    width: auto;
    padding: 0 15px;
    height: 40px;
    float: right;
    transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);  
}
.mrbuscar i{
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg); 
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.buscar form{
    width: 260px;
    height: auto;
    float: right;
    background: #f1b600;
    padding: 10px 20px;
    margin-right: 14px;
    box-sizing: border-box;
    position: relative;
    transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);    
}
.buscar form input[type=text]{
    height: 40px;
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    position: relative;
}
.buscar form .icon-only{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    background: none;
    border: none;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
}
.buscar form .icon-only i{
    font-size: 17px;
    text-align: center;
    color: #a8a8a8;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.buscar form .icon-only:hover i{
    color: #457c1f;
}
/*
**************************************************************************
    Estilos para Header 2
**************************************************************************
*/
.headerdos{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200; 
    padding: 0 20px;
    box-sizing: border-box;
    height: 40px;
    opacity: 1;
    top: -70px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
    overflow: hidden;
}
.headerdos .logo{
    height: 36px;
    margin: 2px;
    padding: 0;
    float: left;

}
.headerdos .logo img{
    margin: 0;
}
.headerdos .redessocialestop{
    height: 40px;
}
.headerdos .redessocialestop a{   
    margin: 0 3px;
}
.headerdos .redessocialestop a i{
    line-height: 40px;
}
.headerdos .menuderecha ul{
    margin: 0 10px;
}
.headerdos .menuderecha ul li a{
    font-size: 15px;
}
.headerdos .buscar{
    margin: 0 3px;
}
.headerdos .menuderecha ul{
    left: 0;
}
.headerdos .menuderecha ul li > ul li a:hover:not(.current-menu-item){
    background: none !important;
}
/*
*********************************************
 * estilos para slider touch screen
*********************************************
 */
#slidertop{
	width: 100%;
	height: auto;
    min-height: 350px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
    overflow: hidden;
    
}

.slidertop-destacados{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.slider-wrap{
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: auto;
    max-height: 600px;
    min-height: 350px;
	text-align: center;
	margin: 0 auto;
}
.swiper-slide{
    width: 100%; 
    height: auto;
    position: relative;
    max-height: 1200px;
    min-height: 360px;
    z-index: 2;
    overflow: hidden;    
}
.thumbnail{
    width: 100%;
    height: 550px;
    max-height: 5500px;
    min-height: 350px;
    background: #fff;
    float: left;
    position: relative;
}
.thumbnail img{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
}
.slider-texto{
    position: absolute;
    top: 120px;/*top: 100px;*/
    left: auto;
    right: 100px;/*right: 100px;*/
    width: 450px;
    padding: 30px;
    box-sizing: border-box;
    max-width: 85%;
    height: auto;    
    background: rgba(0,0,0,0.6);  
    border-radius: 5px;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg); 
}
.slider-texto h1{
    padding: 0; 
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    font-family: 'MrEavesXLSanOT2';
    text-transform: none;
    vertical-align: baseline;
}
.slider-texto p{ 
    color: #fff;
    font-family: 'MrEavesXLSanOT';
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    line-height: 18px;
}
.st-diseno h1, .st-diseno p{
    color: #2d2d2d;
}
.st-diseno h1 i{
    color: #cf0508;
}
.slider-texto p big{    
    font-size: 60px;
    line-height: 60px;
}
.swiper-container-horizontal>.swiper-pagination, .swiper-paginationv2{
    bottom: 20px !important;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet, .swiper-paginationv2 .swiper-pagination-bullet{
    margin: 0 3px !important;
}
.swiper-pagination-bullet {
	/*border: solid 1px rgba(255,255,255,0.9) !important;*/
    width: 15px !important;
    height: 15px !important;
	background: rgba(0,0,0,0.2) !important;
    opacity: 0.9 !important; 
    margin: 0px 2px;   
}
.swiper-pagination-bullet-active {
	opacity: 1;
	/*border: solid 1px rgba(255,255,255,1) !important;*/
    background: rgba(255,255,255,1) !important;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0);
    /*border: solid 1px rgba(0,0,0,0.2) !important;*/
}
.swipercont2{
    position: relative;
}
.swiper-button-next0, .swiper-button-prev0, .swiper-button-next2, .swiper-button-prev2, .swiper-button-next3, .swiper-button-prev3, .swiper-button-next5, .swiper-button-prev5, .swiper-button-next6, .swiper-button-prev6, .swiper-button-next7, .swiper-button-prev7, .swiper-button-next8, .swiper-button-prev8, .swiper-button-nextejev2, .swiper-button-prevejev2, .swiper-button-nextnotiv2, .swiper-button-prevnotiv2{
    background: none !important;
    left: -5px;
    top: 45%;
    margin-top: -20px;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    width: 50px;
    height: auto;
    perspective: 1000px;
}
.swiper-button-next0 img, .swiper-button-prev0 img, .swiper-button-next2 img, .swiper-button-prev2 img, .swiper-button-next3 img, .swiper-button-prev3 img, .swiper-button-next5 img, .swiper-button-prev5 img, .swiper-button-next6 img, .swiper-button-prev6 img, .swiper-button-next7 img, .swiper-button-prev7 img, .swiper-button-next8 img, .swiper-button-prev8 img, .swiper-button-nextejev2 img, .swiper-button-prevejev2 img, .swiper-button-nextnotiv2 img, .swiper-button-prevnotiv2 img{
    opacity: 0.4;
    width: 100%;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.swiper-button-next0 img:hover, .swiper-button-prev0 img:hover, .swiper-button-next2 img:hover, .swiper-button-prev2 img:hover, .swiper-button-next3 img:hover, .swiper-button-prev3 img:hover, .swiper-button-prev5 img:hover, .swiper-button-next5 img:hover, .swiper-button-prev6 img:hover, .swiper-button-next6 img:hover, .swiper-button-prev7 img:hover, .swiper-button-next7 img:hover, .swiper-button-prev8 img:hover, .swiper-button-next8 img:hover, .swiper-button-nextejev2 img:hover, .swiper-button-prevejev2 img:hover, .swiper-button-nextnotiv2 img:hover, .swiper-button-prevnotiv2 img:hover{
    opacity: 0.6;
    transform: rotateY(30deg) scale(1.1);
    -o-transform: rotateY(30deg) scale(1.1);
    -webkit-transform: rotateY(30deg) scale(1.1);
    -moz-transform: rotateY(30deg) scale(1.1);
}
.swiper-button-next0, .swiper-button-next2, .swiper-button-next3, .swiper-button-next5, .swiper-button-next6, .swiper-button-next7, .swiper-button-next8, .swiper-button-nextejev2, .swiper-button-nextnotiv2{
    right: -5px;
    left: auto;
}
.swiper-button-next2 i, .swiper-button-prev2 i, .swiper-button-next3 i, .swiper-button-prev3 i, .swiper-button-prev5 i, .swiper-button-next5 i, .swiper-button-prev6 i, .swiper-button-next6 i, .swiper-button-prev7 i, .swiper-button-next7 i, .swiper-button-prev8 i, .swiper-button-next8 i{
    font-size: 60px;
    color: #58595b;
    opacity: 0.5;
}
.swiper-button-next2 i:hover, .swiper-button-prev2 i:hover, .swiper-button-next3 i:hover, .swiper-button-prev3 i:hover, .swiper-button-prev5 i:hover, .swiper-button-next5 i:hover, .swiper-button-prev6 i:hover, .swiper-button-next6 i:hover, .swiper-button-prev7 i:hover, .swiper-button-next7 i:hover, .swiper-button-prev8 i:hover, .swiper-button-next8 i:hover{
    opacity: 0.9;
}
.botongeneral{
    width: auto;
    height: 35px;
    background: #e16a02;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 20px;
    transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg); 
}
.botongeneral span{
    float: left;
    color: #fff;
    font-family: 'MrEavesXLSanOT';
    font-size: 16px;
    transform: skewX(20deg) !important;
    -o-transform: skewX(20deg) !important;
    -webkit-transform: skewX(20deg) !important;
    -moz-transform: skewX(20deg) !important;
    line-height: 35px;
}
.botongeneral i{
    margin: 0 0 0 5px;
}
.botongeneral:hover{
    background: #f1b602;
}
.slider-texto .botongeneral, .textonothis .botongeneral{
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg); 
}
.slider-texto .botongeneral span, .textonothis .botongeneral span{
    float: left;
    color: #fff;
    transform: skewX(0deg) !important;
    -o-transform: skewX(0deg) !important;
    -webkit-transform: skewX(0deg) !important;
    -moz-transform: skewX(0deg) !important;
    line-height: 35px;
}
/*
**************************************************************************
    Estilos para cuerpo genéricos
**************************************************************************
*/
.cuerpo{
    padding: 50px 20px 20px 20px; /* estaba 100 antes*/
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.titulogeneral{
    width: 100%;
    height: auto;
}
.titulogeneral h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
}
.titulogeneral h2:after, .titulogeneral h2:before{
    width: 1px;
    height: 70%;
    background: #fff;
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.titulogeneral h2:before{
    right: 0;
    left: auto;
}
.titulogeneral h2 span{
    font-family: 'MrEavesXLSanOT-Bold';    
}
/*
**************************************************************************
    Estilos para Ejes estratégicos - inicio
**************************************************************************
*/
.eje{
    width: 33.3%;
    height: auto;
    min-height: 200px;
    float: left;
    padding: 30px;
    margin: 10px 0;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
    border-radius: 5px;
}
.eje img{
    margin: 0 0 20px 0;
    height: 60px;
}
.texto-eje h3, .texto-eje h3 a{
    font-size: 20px;
    margin: 0 0 20px 0;
    font-family: 'MrEavesXLSanOT2'; 
    color: #e16a02;
    text-transform: uppercase;
}
.te2 h3, .te2 h3 a{
    color: #457c1f;
}
.te3 h3, .te3 h3 a{
    color: #f1b600;
}
.texto-eje p{
    text-align: center;
}
.eje:hover{
    background: rgba(0,0,0,0.07);
}
.eje1 a{
    color: #e16a02;
}

/*.eje1 a:hover{
    text-decoration: underline;
}*/

.eje2 a{
    color: #457c1f;
}

/*.eje2 a:hover{
    text-decoration: underline;
}*/

.eje3 a{
    color: #f1b600;
}

/*.eje3 a:hover{
    text-decoration: underline;
}*/
/*
**************************************************************************
    Estilos para Resultados en index
**************************************************************************
*/
.cuerpo-resultados{
    background: #f1b602;
    padding: 50px 10px 20px 10px;
}
.cuerpo-resultados #slidertop, .cuerpo-resultados .slider-wrap, .cuerpo-resultados .swiper-slide{
    background: none;
    
}
.cuerpo-resultados .swiper-slide{
    padding: 0 0 0px 0 !important;
}
.texto-resultados{
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 250px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.descripcion-resultados{
    width: auto;
    margin: 0 450px 0 0;
    padding: 30px 30px 30px 10px;
    box-sizing: border-box;
}

.resultados-educa, .resultados-desarrollo, .resultados-agua{
    margin: 0 540px 0 0;
}

.descripcion-resultados h4, .descripcion-resultados p{
    text-align: right;
    color: #1e1e1e;
}
.descripcion-resultados h4 a{
    margin: 0 0 20px 0;
    font-size: 23px;
    color: #1e1e1e;
	text-transform: uppercase;
	font-family: 'MrEavesXLSanOT2';
	font-weight: bold;
}
.descripcion-resultados h4 a span{
    font-family: 'MrEavesXLSanOT2';
} 
.descripcion-resultados p a{
    font-family: 'MrEavesXLSanOT-italic';
    color: #1e1e1e;
}
.descripcion-resultados p{
    font-family: 'MrEavesXLSanOT-italic';
    font-size: 19px;
    letter-spacing: 0.5px;
}


.info-resultados{
    position: absolute;
    top: 0;
    right: 10px;
    left: auto;
    height: auto;
    width: 445px;
    min-height: 220px;
}


.info-resultados-educa, .info-resultados-desarrollo, .info-resultados-agua{
    right: 35px;
    width: 500px;
}


.foto-resultado{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 20px 10px 0 0;
    float: left;
    position: relative;
}
.foto-resultado img{
    width: auto;
    height: 110%;
}
.shared{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
    background: rgba(241,182,2,0.6);
    border-radius: 100%;
    transform: scale(2,2);
    -o-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -ms-transform: scale(2,2);
    opacity: 0;
    transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
   -o-transition: all .15s ease-in-out;
}
.sharedverde{
    background: rgba(68,125,31,0.6);
}
.sharedamarillo{
    background: rgba(241,182,2,0.6);
}
.sharededuca{
    background: rgba(225,108,3,0.6);
}
.shared a{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
    background: #1da1f3;
    margin: 95px 5px 0 0;
}
.shared a:nth-child(2){
    background: #2e4da7;
}
.shared a:hover{
    opacity: 0.8;
}
.shared a i{
    line-height: 30px;
    color: #fff;
}
.foto-resultado:hover .shared{
    transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    opacity: 1;
}
.datos-resultado{
    width: auto;
    margin: 0 0 0 270px; 
    padding: 40px 0 0 0;
}

.datos-resultado-desarrollo{
    padding: 20px 0 0 0;
}


.titulo-dato{
    color: #1e1e1e;
    font-size: 60px;
    text-align: left;
    font-family: 'MrEavesXLSanOT3';
    margin: 0 0 10px 0;
}
.desc-dato{
    font-family: 'MrEavesXLSanOT3';
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1e;
}



/* Resultados: Equipo */

.texto-resultados-equipo{
    width: 100%;
    max-width: 850px;
    height: auto;
    min-height: 220px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.descripcion-resultados-equipo{
    width: auto;
    margin: 0 540px 0 0;
    padding: 30px 30px;
    box-sizing: border-box;
}
.descripcion-resultados-equipo h4, .descripcion-resultados-equipo p{
    text-align: right;
    color: #1e1e1e;
}
.descripcion-resultados-equipo h4{
    margin: 0 0 20px 0;
    font-size: 23px;
}
.descripcion-resultados-equipo h4 span{
    font-family: 'MrEavesXLSanOT2';
} 
.descripcion-resultados-equipo p a{
    font-family: 'MrEavesXLSanOT-italic';
    color: #1e1e1e;
}
.descripcion-resultados-equipo p{
    font-family: 'MrEavesXLSanOT-italic';
    font-size: 20px;
    letter-spacing: 1px;
}
.info-resultados-equipo{
    position: absolute;
    top: 0;
    right: 35px;
    left: auto;
    height: auto;
    width: 500px;
    min-height: 220px;
}
.foto-resultado-equipo{
    width: 220px;
    height: 220px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 20px 10px 0 0;
    float: left;
    position: relative;
}
.foto-resultado-equipo img{
    width: auto;
    height: 110%;
}
.shared{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
    background: rgba(241,182,2,0.6);
    border-radius: 100%;
    transform: scale(2,2);
    -o-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -ms-transform: scale(2,2);
    opacity: 0;
    transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
   -o-transition: all .15s ease-in-out;
}
.sharedverde{
    background: rgba(68,125,31,0.6);
}
.sharedamarillo{
    background: rgba(241,182,2,0.6);
}
.sharededuca{
    background: rgba(225,108,3,0.6);
}
.shared a{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
    background: #1da1f3;
    margin: 100px 5px 0 0;
}
.shared a:nth-child(2){
    background: #2e4da7;
}
.shared a:hover{
    opacity: 0.8;
}
.shared a i{
    line-height: 30px;
    color: #fff;
}
.foto-resultado-equipo:hover .shared{
    transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    opacity: 1;
}
.datos-resultado-equipo{
    width: auto;
    margin: 0 0 0 240px; 
    padding: 40px 0 0 0;
}
.titulo-dato-equipo{
    color: #1e1e1e;
    font-size: 60px;
    text-align: left;
    font-family: 'MrEavesXLSanOT3';
    margin: 0 0 10px 0;
}
.desc-dato-equipo{
    font-family: 'MrEavesXLSanOT3';
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1e;
}



/*
**************************************************************************
    Estilos para noticias en index
**************************************************************************
*/
.noticia{
    width: 50%;
    height: 200px;
    float: left;
    padding: 0 20px;
    margin: 30px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.foto-noticia{
    width: 270px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 35px;    
    overflow: hidden;
    margin: 0;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
   -o-transition: all .15s ease-in-out;
}
.foto-noticia img{
    width: 140%;
    margin-left: -20%;    
    height: auto;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    z-index: 9;
}
.mascaranoti{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 10;
    padding: 10px;
    box-sizing: border-box;    
}
.mascaranoti a{
    background: rgba(67,123,32,0.6);
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;    
    position: relative;
    transform: scale(2,2);
    -o-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -ms-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    opacity: 0;
}
.mascaranoti a span{
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
}
.mascaranoti2 a{
    background: rgba(241,182,2,0.6);
}
.mascaranoti3 a{
    background: rgba(225,108,3,0.6);
}
.foto-noticia:hover .mascaranoti a{
    opacity: 1;
    transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
.texto-noticia{
    width: auto;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 280px;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}
.texto-noticia h3, .texto-noticia p{
    text-transform: none;
}
.texto-noticia h3, .texto-noticia h3 a{
    font-family: 'MrEavesXLSanOT2';
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 10px 0;
}
.texto-noticia h3 a:hover{
    color: #457c1f;
}
.textonoti2 h3 a:hover{
    color: #f1b600;
}
.textonoti3 h3 a:hover{
    color: #e16a04;
}
/*
**************************************************************************
    Estilos para publicaciones index
**************************************************************************
*/
.cuerpo-publicaciones{
    background: #ebe7de;
}
.cuerpo-publicaciones #slidertop, .cuerpo-publicaciones .slider-wrap, .cuerpo-publicaciones .swiper-slide{
    min-height: 150px;
    max-height: 1500px;
}
.texres2{
    max-width: 1000px;
    min-height: 350px;
}
.texres2 .descripcion-resultados{
    padding: 60px 30px;
}
.cuerpo-publicaciones .texres2 h4{
    color: #70665a;
    font-family: 'MrEavesXLSanOT-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: -1px;
}
.cuerpo-publicaciones .texres2 h4 span{
    color: #e36f1c;
}
.cuerpo-publicaciones .texres2 h4 small{
    color: #888783;
    font-size: 25px;
}
.texres2 .descripcion-resultados .botongeneral{
    float: right;
}
.botoncatpro{
    float: right;
    background: #fff;
    margin: 20px 10px 0 0;
    color: #447d1f;
}
.botoncatpro span{
    color: #447d1f;   
}
.fotopubli{
    overflow: auto;
    padding: 0;
}
.fotopubli img{
    height: auto;
    width: 400px;
    max-width: 100%;
    float: left;
}
.cuerpo-publicaciones .botongeneral{
    margin: 20px 10px 0 0;
}
/*
**************************************************************************
    Estilos para historias index
**************************************************************************
*/
.cuerpo-historias{
    background: #447d1f;
    padding: 50px 10px;
}
.cuerpo-historias #slidertop, .cuerpo-historias .slider-wrap, .cuerpo-historias .swiper-slide{
    min-height: 150px;
    max-height: 1500px;
}
.cuerpo-historias .swiper-slide{
    padding: 0 30px !important;
    box-sizing: border-box;
}
.cuerpo-historias h2{
    color: #fff;
}
.cuerpo-historias h2:after, .cuerpo-historias h2:before{
    background: #fff;
}
.not-historia{
    padding: 0 0 0 160px;
    box-sizing: border-box;
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}
.not-historia .foto-noticia{
    left: 20px !important;
    width: 400px;
}
.cuerpo-historias .foto-noticia img{
    width: 115%;
    margin-left: -5%;
}
.not-historia h3 a, .not-historia p{
    color: #fff;
}
.swiper-container-horizontal>.swiper-pagination2{
    bottom: 20px !important;
    left: 0 !important;
    width: auto;
    background: orange;
}
.swiper-container-horizontal>.swiper-pagination2 .swiper-pagination-bullet{
    margin: 0 3px !important;
    float: left !important;
}
.swiper-pagination2 .swiper-pagination-bullet {
	border: none !important;
    width: 16px !important;
    height: 16px !important;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
	background: #ebe7de !important;
    opacity: 0.9 !important;    
    border-radius: 0 !important;  
}
.swiper-pagination2 .swiper-pagination-bullet-active {
	opacity: 1;
	border: none !important;
    background: #28560a !important;
}

.textonothis{
   /* transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);*/
    padding: 0 0 0 30px;
}

.textonothis h3, .textonothis h3 a{
    /*font-family: 'Amatic SC', "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'MrEavesXLSanOT2';
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;

}

.textonothis h3 a:hover{
    color: #f1b602;
}

.textonothis p{
    font-size: 18px;
}

.textonothis .botongeneral{
    /*transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);*/

}

.textonothis .botongeneral span{
   /* transform: skewX(20deg) !important;
    -o-transform: skewX(20deg) !important;
    -webkit-transform: skewX(20deg) !important;
    -moz-transform: skewX(20deg) !important;*/


}





/*
**************************************************************************
    Estilos para redes index
**************************************************************************
*/
.cuerpo-redes{
    background: #58595b;
    padding: 30px 20px;
}
.redes-sec{
    width: 20%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
}
.redes-sec a{
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background: #a8a9ad;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.redtwitter a{
    background: #f1b602;    
}
.redaliados a{
    background: #a71e25;
}
.redaliados a{
    background: #a71e25;
}
.redface a{
    background: #e9e5dc;
}
.redyoutube a{
    background: #d03d3d;
}
.redyoutube a i{
    color: #fff !important;
}
.redes-sec a i{
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 25px 0 20px 0;
    color: rgba(255,255,255,0.9);
}
.redes-sec a span{
    color: #fff;
    font-size: 18px;
    font-family: 'MrEavesXLSanOT';
    text-transform: uppercase;
    z-index: 3;
    position: relative;
}
.redtwitter a span, .redtwitter a i{
    color: #4f5e5b;
}
.redface a span, .redface a i{
    color: #2a57a8;
}
.redes-sec a:hover{
    transform: rotate()
}
/*
**************************************************************************
    Estilos para footer
**************************************************************************
*/
footer{
    background: #414143;
    background-size: auto 100%;
    width: 100%;
    float: left;
    position: relative;
    padding: 70px 60px 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.foto-footer{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;    
    height: 100%;
    width: 200px;    
}
.foto-footer img{
    height: 100%;
    width: auto;
}
.secfoo{
    width: 20%;
    height: auto;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 230px;
    margin: 10px 0;
}
.secfoo h4{
    color: #efb700;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'MrEavesXLSanOT';
    font-size: 22px;
    text-align: left;
}
.secfoo ul{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    float: left;
}
.secfoo ul li{
    color: #a8a9ad;
    text-align: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    position: relative;
    list-style: none;
    font-size: 16px;
    font-family: 'MrEavesXLSanOT';
    margin: 3px 0 15px 0;
    float: left;
}
.secfoo ul li i{
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 25px;
    color: #efb700;
}
.secfoo2 ul li{
    padding: 0;
    margin: 3px 0 12px 0px;
}
.secfoo2 ul li a{
    color: #a8a9ad;
    font-family: 'MrEavesXLSanOT';
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.credito{
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}
.credito p, .credito p a{
    color: #a8a9ad;
    font-size: 13px;
    font-family: 'MrEavesXLSanOT';
}
/*
**************************************************************************
    Estilos para Categorias
**************************************************************************
*/
.titgenestra h2:after, .titgenestra h2:before{
    background: #f1b602;
}


.titpubli h2::after, .titpubli h2::before {
    background: #f1b602;
}


.tithistorias h2:after, .tithistorias h2:before{
    background: #f1b602;
}


.cuerpo-cat{
    padding: 30px 20px 20px 20px;
}
.cuerpo-cat .titulogeneral{
    float: left;    
}
.cuerpo-cat .titulogeneral h1{
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 20px;
    width: auto;
    float: left;
    box-sizing: border-box;
}
.cuerpo-cat .titulogeneral h1:after, .cuerpo-cat .titulogeneral h1:before{
    width: 1px;
    height: 70%;
    background: #1e1e1e;
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
}
.cuerpo-cat .titulogeneral h1:before{
    right: 0;
    left: auto;
}
.cuerpo-cat .titulogeneral h1 span{
    font-family: 'MrEavesXLSanOT2';    
}
.buscar-noticias{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding: 0;
}
.buscar-noticias form{
    width: 220px;
}
.buscar-noticias input[type=text]{
    height: 30px;
    width: 195px;
    background: #fff;   
    border: solid 1px rgba(0,0,0,0.2);
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.buscar-noticias button{
    float: left;
    width: 20px;
    height: 30px;
    background: #fff;
    border: none;
    margin: 0 5px 0 0;
    cursor: pointer;
    transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
   -o-transition: all .15s ease-in-out;
}
.buscar-noticias button i{
    font-size: 20px;
    text-align: center;
    color: rgba(0,0,0,0.4);
}
.buscar-noticias button:hover i{
    color: rgba(0,0,0,0.7);
}
.noticias-cat{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}
.noti-foto{
    width: 400px;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    max-height: 280px;
}
.noti-foto a{
    display: block;
}
.noti-foto img{
    width: 110%;
    height: auto;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.noti-foto img:hover{
    opacity: 0.7;
}
.texto-noti-cat{
    width: auto;
    margin: 0 0 0 420px;     
}
.texto-noti-cat h2, .texto-noti-cat h2 a{
    text-align: left;
    font-size: 30px;
    font-family: 'MrEavesXLSanOT';  
    color: #343375;
    text-transform: uppercase;
}
.texto-noti-cat h2 a:hover, .texto-desarrollando h2 a:hover {
    color: #f1b602;
}
.listadatosslider{
    width: 100%;
    float: left;    
    margin: 5px 0 20px 0;
}
.listadatosslider li{
    border-right: solid 1px rgba(0,0,0,0.2);
    padding: 0 5px 0 0;
    text-align: left;
    list-style: none;
    float: left;
    font-size: 14px !important;
}
.listadatosslider li:last-child{
    border: none;
}
.listadatosslider li, .listadatosslider li a{
    text-align: left;
    list-style: none;
    font-family: 'MrEavesXLSanOT';
    font-size: 14px;
    margin: 0 5px 0 0;    
}
.texto-noti-cat p a{
    font-family: 'MrEavesXLSanOT';
    color: #ac1011;
    font-size: 17px;
}
.cuerpo-navigation{
    background: #949597;
    padding: 20px 20px;    
}
.pagenavi {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.pagenavi a {
   	float: left;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-decoration: none;
    color: #535355;
    font-size: 23px;
    line-height: 30px;
    background: #fff;
    font-family: 'MrEavesXLSanOT';
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}
.pagenavi a:hover {
    background: #f1b602;
}
.pagenavi span.pages {
	display: inline-block;
    padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;
    color: #8d8d8d;
    font-size: 23px;
    line-height: 30px;
    font-weight:bold;
    background: #e5e9ed;
    border-radius: 50%;
}
.pagenavi span.current {
	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;
    color: #535355;
    overflow: hidden;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    background: #f1b602;
    font-family: 'MrEavesXLSanOT';
    float: left;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}
.pagenavi span.expand {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    font-size: 23px;
    line-height: 30px;
    overflow: hidden;
    color: #8d8d8d;
    text-align: center;
    font-family: 'MrEavesXLSanOT';
}
.pagenavi .first, .pagenavi .last {
	display: inline-block;
	font-size: 23px;
    line-height: 30px;
    font-family: 'MrEavesXLSanOT';
}
.pagenavi .single_page {
	display: inline-block;
	font-size: 23px;
    line-height: 30px;
    font-family: 'MrEavesXLSanOT';
}
.cuerpo-navigation .titulogeneral{
    text-align: left;
}
.cuerpo-navigation .titulogeneral h2{
    color: #f2b908;
    padding: 0;
}
.cuerpo-navigation .titulogeneral h2:after, .cuerpo-navigation .titulogeneral h2:before{
    display: none;    
}
/*
**************************************************************************
    Estilos para Desarrollandotv
**************************************************************************
*/
.textdestv{
    max-width: 1200px;
    padding: 0 50px;
}
.video-desarrollando{
    position: absolute;
    top: 0;
    left: 50px;
    width: 570px;
    height: 320px;
}
.video-desarrollando iframe{
    width: 100%;
    height: 320px;
}
.texto-desarrollando{
    width: auto;
    margin: 0 0 0 590px;
    height: auto;
    position: relative;
    height: 320px;
}
.credito-desarrollando{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    border-top: solid 1px #e9b315;
    padding: 5px 0;
}
.credito-desarrollando p{
    color: #5a5a5a;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.credito-desarrollando p i{
    width: 25px;
    height: 25px;
    background: #c72f2e;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    margin: 0 5px 0 0;
    border-radius: 4px;
}
.texto-desarrollando img{
    width: auto;
    height: 60px;
    float: left;
    margin: 0 0 20px 0;
}
.texto-desarrollando h2, .texto-desarrollando h2 a{
    font-size: 25px;
    font-family: 'MrEavesXLSanOT';  
    color: #343375;
    text-transform: uppercase;
    text-align: left;
    float: left;
    width: 100%;
}
.texto-desarrollando h2{
    margin: 0 0 20px 0;
}
.texto-desarrollando p{
    float: left;
}
/*
**************************************************************************
    Estilos para Noticia single
**************************************************************************
*/
.noticia-detalle{
    width: 100%;
    height: auto;
    float: left;
    min-height: 100px;
}
.fotonoticia-principal{
    width: 100%;
    height: auto;
    max-height: 650px;
    overflow: hidden;
    margin: 0 0 30px 0;
    float: left;
}
.fotonoticia-principal img{
    width: 100%;
    height: auto;
}
.textonoticia-single{
    float: left;
    width: 100%;
    height: auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.textonoticia-single h1{
    text-align: left;
    color: #b21415;
    font-size: 25px;
}
.textonoticia-single p{
    font-size: 18px;
    line-height: 23px;
    text-align: justify;
    color: #131313;
}
.textonoticia-single ul{
    width: 100%;
}
.textonoticia-single ul li{
    font-family: 'MrEavesXLSanOT'; 
    font-size: 18px;
    line-height: 23px;
    text-align: justify;
    color: #221e1f;    
    text-align: left;
}
.textonoticia-single img{
    text-align: center !important;
    width: auto;
    height: auto;
    max-width: 100%;
    display: table;
    margin: 30px auto;
    border: solid 5px #fff;
    box-sizing: border-box;
}
.textonoticia-single h2{
    font-family: 'MrEavesXLSanOT2'; 
    font-size: 25px;
    line-height: 29px;
    margin: 20px 0;
    text-align: left;
}
.textonoticia-single h3{
    font-family: 'MrEavesXLSanOT2'; 
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
    text-align: left;
}
.textonoticia-single iframe{
    text-align: center !important;
    width: 800px;
    height: 450px;
    max-width: 100%;
    display: table;
    margin: 30px auto;
}
.gallery {
    margin: 15px -10px !important;
}
.gallery-item{
    border: solid 10px #fff;
    box-sizing: border-box;
    height: 220px;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}
.gallery-item img{
    width: 110%;
    height: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none !important;
    transition: all .20s ease-in-out;
   -moz-transition: all .20s ease-in-out;
   -webkit-transition: all .20s ease-in-out;
   -o-transition: all .20s ease-in-out;
}
.gallery-item img:hover{
    opacity: 0.6;
}
/*
**************************************************************************
    Estilos para Categoría educación
**************************************************************************
*/
.slider-interno{
    height: 550px;
    background: #fff;
    float: left;
    width: 100%;
}
.slider-interno .wrap{
    height: 550px;
}
.foto-slider-interno{
    width: 100%;
    height: 550px;
    max-height: 550px;
    min-height: 350px;
    position: relative;
    float: left;
    z-index: 2;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.foto-slider-interno img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.texto-slider-interno{
    width: 500px;
    max-width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    background: rgba(255,255,255,0.8);
    z-index: 3;
    padding: 30px;
    box-sizing: border-box;
    transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
}
.fsi-nosotros{
    background: url(images/alac-quienes-somos.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: auto;
}
.fsi-educacion{
    background: url(images/foto2.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: auto;
}
.fsi-produccion{
    background: url(images/foto4.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: auto;
}
.fsi-agua{
    background: url(images/portada-agua-3.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: auto;
}
.texto-slider-interno{
    position: relative;
    background: rgba(255,255,255,0.9);
    float: right;
    height: auto;
    min-height: 550px;
}
.textosliintedu{
    margin: 0 30px 0 0;
    background: rgba(225,108,2,0.9);
}
.texto-slider-interno h1{
    margin: 0 0 20px 0;
    font-family: 'MrEavesXLSanOT2'; 
    text-align: left;
}
.texto-slider-interno p{
    font-size: 19px;
    line-height: 23px;
    color: #000;
}

.textosliintedu p{
    color: #fff;
}
.tigeneducacion h2:after, .tigeneducacion h2:before{
    background: #dc7027;    
}
.proyectos-int{
    width: 350px;
    height: 230px;
    margin: 10px 1px;
    display: inline-block;
    float: none;
}
.mascaranoti4 a{
    background: rgba(0,0,0,0);
}
.mascaranotiagua a{
    background: rgba(241,182,2,0.6);
}
.mascaranoti4 a i{
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.6);
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 100%;
    text-align: center;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    line-height: 70px;
    color: #808183;
    font-size: 35px;
}
.mascaranoti4 a:hover i{
    background: rgba(225,108,3,0.6);
    color: #fff;
}
.mascaranoti5 a:hover i{
    background: rgba(67,123,32,0.6);
}
.mascaranoti6 a:hover i{
    background: rgba(241,182,2,0.6);
}
.proyectos-int p{
    font-size: 24px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #565656;
}
.proyectos-int p span{
    font-family: 'MrEavesXLSanOT2'; 
}
.proyectos-int .foto-noticia{
    top: 30px;
    height: 200px;
}
.proyectos-int .foto-noticia img{
    width: 130%;
    height: auto;
    margin-left: -15%;
}
.cuerpo-educa-marcha{
    background: #e16c02;
}
.cuerpo-educa-marcha .titulogeneral h2{
    color: #fff;
}
.cuerpo-educa-marcha .titulogeneral h2:after, .cuerpo-educa-marcha .titulogeneral h2:before{
    background: #fff;
}
.cuerpo-educa-marcha .texto-resultados{
    max-width: 950px;    
}
.cuerpo-educa-marcha .botongeneral{
    background: #6e6f71;
    float: right;
}
.cuerpo-educa-marcha .botongeneral:hover{
    background: #f1b602;
}
.cuerpo-educa-marcha .titulo-dato, .titulodatogen{
    font-size: 25px;
    margin: 0 0 10px 0;   
    font-family: MrEavesXLSanOT2;
    text-transform: uppercase; 
}
.descproduc{
    color: #fff !important;
}
.cuerpo-concluidos{
    padding: 80px 20px 0 20px;
}
.cuerpo-concluidos .titulogeneral h2{
    margin: 0 0 10px 40px;
}
.cuerpo-concluidos .titulogeneral h2:after, .cuerpo-concluidos .titulogeneral h2:before{
    background: #e16c02;
}
.proy-concluidos{
    float: left;
    width: 100%;
    height: auto;
    padding: 0 11px 30px 11px;
    box-sizing: border-box;
}
.proyconprod{
    border-bottom: solid 1px #447d1f;
}
.proyconagua{
    border-bottom: solid 1px #f1b602;
}
.sec-concluido{
    width: 100%;
    height: 200px;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;    
}
.sec-concluido .foto-concluido{
    width: 100%;
    height: 200px;
    float: left;
    background: orange;
    overflow: hidden;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    z-index: 1;
}
.sec-concluido .foto-concluido img{
    width: auto;
    height: 100%;
    margin-left: -10%;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    z-index: 2;
}
.texto-concluidos{
    background: rgba(225,108,2,0.8);
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.textoconprod{
    background: #447d1f;
}
.titgenprod h2{
    color: #447d1f !important;
}
.titgenprod h2:after, .titgenprod h2:before{
    background: #447d1f !important;
}
.titgenagua h2{
    color: #f1b602 !important;
}
.titgenagua h2:after, .titgenagua h2:before{
    background: #404042 !important;
}
.texto-concluidos p{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    font-family: 'MrEavesXLSanOT2'; 
}
#multimedia{
    padding: 30px;
}
#multimedia h2{
    color: #000;
}
.textsi-desarrollo{
    background: rgba(68,125,31,0.7);
}
.textsi-agua{
    background: rgba(241,182,2,0.8);
    left: 20px;
    float: left;
}
.textsi-agua p{
    color: #000 !important;
}
.textsi-desarrollo p{
    color: #fff;
}
.tigendesarrollo h2:after, .tigendesarrollo h2:before{
    background: #447d1f;    
}
.tigenagua h2:after, .tigenagua h2:before{
    background: #f1b602;
}
.cuerpo-desarrollo-marcha{
    background: #447d1f !important;
}
.cuerpo-desarrollo-marcha .titulogeneral h2{
    color: #fff;
}
.cuerpo-desarrollo-marcha .titulogeneral h2:after, .cuerpo-desarrollo-marcha .titulogeneral h2:before{
    background: #fff;
}
.cuerpo-desarrollo-marcha p{
    color: #fff;
}
.cuerpo-agua-marcha{
    background: #f1b602 !important;
}
.cuerpo-agua-marcha .titulogeneral h2{
    color: #404042;
}
.cuerpo-agua-marcha .titulogeneral h2:after, .cuerpo-agua-marcha .titulogeneral h2:before{
    background: #404042;
}
.cuerpo-agua-marcha p{
    color: #404042 !important;
}
.cuerpo-agua-marcha .botoncatpro{
    background: #6e6f71;
    color: #f1b602 !important;
}
.cuerpo-agua-marcha .botoncatpro span{
    color: #f1b602 !important;
}
.cuerpo-agua-marcha .botoncatpro:hover{
    background: #fff;
}
.cuerpo-agua-marcha .botoncatpro:hover span{
    color: #404042 !important;
}

.cuerpo-concluidos .titulogeneral{
    margin: 0 0 30px 0;
}
.cuerpo-concluidos #slidertop{
    min-height: 100px;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #d05c05;
}
.cuerpo-concluidos .swiper-slide{
    min-height: 100px;
}
.swiper-pagination5{
    margin: 0 !important;
}
.swiper-pagination5 .swiper-pagination-bullet {
	/*border: solid 1px rgba(0,0,0,0.2) !important;*/
    width: 15px !important;
    height: 15px !important;
	background: rgba(0,0,0,0.1) !important;
    opacity: 0.9 !important;    
}
.swiper-pagination5 .swiper-pagination-bullet-active {
	opacity: 1;
	/*border: solid 1px rgba(0,0,0,0.4) !important;*/
    background: rgba(0,0,0,0.3) !important;
}

.cuerpoconcluidos-agua #slidertop{
    border-bottom: solid 1px #f1b602 !important;
}
.cuerpoconcluidos-agua .texto-concluidos{
    background: rgba(241,182,2,0.9) !important;
}

.cuerpoconcluidosdesarrollo .titulogeneral h2:after, .cuerpoconcluidosdesarrollo .titulogeneral h2:before{
    background: #447d1f !important;
}
.cuerpoconcluidosdesarrollo #slidertop{
    border-bottom: solid 1px #447d1f !important;
}
.cuerpoconcluidosdesarrollo .texto-concluidos{
    background: rgba(68,125,31,0.8) !important;
}
.cuerpo-desarrollo-marcha .shared{
    background: rgba(68,125,31,0.6) !important;
}
/*
**************************************************************************
    Estilos para página de recursos
**************************************************************************
*/
.swiprecursos5, .swiprecursos6, .swiprecursos7, .swiprecursos8 {
    width: 100%;
    height: 100%;
}
.swiprecursos5 .swiper-slide, .swiprecursos6 .swiper-slide, .swiprecursos7 .swiper-slide, .swiprecursos8 .swiper-slide {
    text-align:center;
    font-size:18px;
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    padding: 0;
}
.swiprecursos5 .swiper-button-next5, .swiprecursos6 .swiper-button-next6, .swiprecursos7 .swiper-button-next7, .swiprecursos8 .swiper-button-next8{
    right: -7px !important;
    width: 30px;
}
.swiprecursos5 .swiper-button-prev5, .swiprecursos6 .swiper-button-prev6, .swiprecursos7 .swiper-button-prev7, .swiprecursos8 .swiper-button-prev8{
    left: -7px !important;
    width: 30px;
}
.recurso-sec{
    width: 170px;
    height: auto;
    min-height: 280px;
    float: left;
    margin: 0; 
}
.foto-recurso{
    width: 170px;
    position: relative;
    height: 220px;
    overflow: hidden;   
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.4);
    background: #000;
    transition: all .20s ease-in-out;
   -moz-transition: all .20s ease-in-out;
   -webkit-transition: all .20s ease-in-out;
   -o-transition: all .20s ease-in-out;
}
.foto-recurso img{
    height: 105%;
    width: auto;
    transition: all .20s ease-in-out;
   -moz-transition: all .20s ease-in-out;
   -webkit-transition: all .20s ease-in-out;
   -o-transition: all .20s ease-in-out;
}
.iconos-recurso{
    height: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    z-index: 2;
    opacity: 0;
    transition: all .20s ease-in-out;
   -moz-transition: all .20s ease-in-out;
   -webkit-transition: all .20s ease-in-out;
   -o-transition: all .20s ease-in-out;
}
.iconos-recurso a{
    width: 30px;
    height: 30px;
    background: #cdced0;
    border-radius: 4px;
    display: inline-block;
    margin: 0 3px;
}
.descarga-reporte:hover{
    background: #3aa8e3;
}
.leer-issuu:hover{
    background: #f47629;
}
.iconos-recurso a i{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    transition: all .20s ease-in-out;
   -moz-transition: all .20s ease-in-out;
   -webkit-transition: all .20s ease-in-out;
   -o-transition: all .20s ease-in-out;
}
.iconos-recurso a:hover i{
    color: #fff;
}
.titulo-recurso{
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}
.recurso-sec:hover img{
    opacity: 0.4;
}
.recurso-sec:hover .foto-recurso{  
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
}
.recurso-sec:hover .iconos-recurso{
    opacity: 1;
}
.titulo-recurso p{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
/*
**************************************************************************
    Estilos para página de Nosotros
**************************************************************************
*/
.textosliint2{
    left: auto;
    right: 20px;
}
.textslinintenos{
    background: rgba(255,255,255,0.9);
}
.misionint{
    width: 50%;
    height: auto;
    min-height: 200px;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 10px 0;
}
.misionint img{
    display: inline-block;
    width: auto;
    height: 70px;
    margin: 0 0 10px 0;
}
.misionint h3{
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 25px;
    color: #545454;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.misionint p{
    text-align: center;
    font-size: 20px;
}
.visionint h3{
    font-family: 'MrEavesXLSanOT2'; 
    color: #010101;
}

.cuerpo-team .swiper-button-next2, .cuerpo-team .swiper-button-prev2{
    top: 80px !important;
}
.swiper-pagination-nos{
    margin: 40px 0 0 0;
}
.swiper-pagination-nos span{
    width: 70px !important;
    height: 70px !important;
    overflow: hidden !important;
    display: inline-block;
    border-radius: 100%;
    margin: 5px;
}
.swiper-pagination-nos span img{
    width: auto;
    height: 100%;
    float: left;
}
.buletnuevo{
    cursor: pointer;
    top: 0;
}
.buletnoactivo img{
    opacity: 0.6;
    cursor: pointer;
}
.buletactivo img{
    opacity: 1;
    cursor: pointer;
}
.foto-team{
    width: 200px;
    height: 200px;
}
.foto-team img{
    height: 100%;
    width: auto;
}
.datre-team{
    margin: 0 0 0 240px; 
}
.titteam{
    font-size: 23px;
    line-height: 23px;
    margin: 0;
    font-family: 'MrEavesXLSanOT2'; 
}
.descteam{
    font-family: 'MrEavesXLSanOT'; 
    font-size: 17px;
}
.datre-team a{
    float: left;
    width: 25px;
    height: 25px;
    background: #0179b6;
    border-radius: 4px;
    display: block;
    color: #fff;
    margin: 10px 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.datre-team a i{
    line-height: 25px;
    font-size: 17px;
}
.cuerpo-videoinstitu, .cuerpo-video-proyecto{
    padding: 80px 20px;
}
.cuerpo-videoinstitu .texto-resultados{
    width: 100%;
    max-width: 100%;
}
.cuerpo-videoinstitu .texto-resultados .video-desarrollando, .cuerpo-video-proyecto .texto-resultados .video-desarrollando{
    left: 0;
}
.titvideointitu{
    display: inline-block;
    width: 100%;
}
.titvideointitu h2{
    color: #000;
    text-align: left;
    float: left;
    width: auto;
    font-size: 30px;
    line-height: 30px;
}
.titvideointitu h2:after, .titvideointitu h2:before{
    background: #edb80a;
}



.bullet-equipo img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}


.botonEquipo{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 10px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s;
}

.botonEquipo:hover{
    text-decoration: underline;
    transition: 0.5s;

}

.botonEquipo-seleccionado{
    font-size: 14px;
    color: #fff;
    
}

.botonEquipo-detalle{
    transition: 2s;
}


/*
**************************************************************************
    Estilos para single de proyectos
**************************************************************************
*/
.cuerpo-proyectos-single h2{
    color: #d05c05;
}
.textosli-proyectos{
    right: 0;
    left: auto;
    width: 200px;
    position: absolute;
    height: 100%;
}
.textosli-proyectos p{
    text-transform: uppercase;
    font-size: 19px;
    line-height: 26px;
    margin: 50px 0 0 0;
    font-family: 'MrEavesXLSanOT2'; 
    color: #211f20;
}
.proyecto-descripcion{
    width: 100%;
    height: auto;
    float: left;
}
.proyecto-descripcion p{
    width: 800px;
    text-align: center;
    display: inline-block;
    margin: 0;
    max-width: 100%;
}
.datos-proyectos{
    margin: 30px 20px 0 20px;
    width: 250px;
    display: inline-block;
}
.datos-proyectos img{
    float: left;
    width: auto;
    height: 70px;
    margin: 0 15px 0 0;
}
.datos-proyectos p{
    float: left;
    text-align: left;
    width: auto;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0 0;
}
.datos-proyectos p big{
    font-size: 20px;
    font-family: 'MrEavesXLSanOT2'; 
}
/*
**************************************************************************
    Estilos para single de proyectos: tabs
**************************************************************************
*/
.cuerpo-tabs{
    background: #e16c02;
    padding: 0 20px;
    position: relative;
}
.mascara-tabs{
    background: #fff;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.cuerpo-tabs .swiper-pagination-custom{
    top: 0;
    left: 10px;
    bottom: auto;
    position: absolute;
    width: auto;
    background: #a8a9ab;
    z-index: 1000;
    height: 35px;
    margin: 0;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}
.cuerpo-tabs .swiper-pagination-custom span{
    border-radius: 0;
    background: #a8a9ab;
    height: 35px !important;
    width: auto !important;
    line-height: 35px !important;
    padding: 0 20px !important; 
    margin: 0;
    float: left;
}
.cuerpo-tabs .swiper-pagination-custom span p{
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
}
.cuerpo-tabs .swiper-pagination-custom .buletactivo{
    background: #6e6f71;
}
.cuerpo-tabs .swiper-slide{
    padding: 0;
    min-height: 390px;
}
.texto-tabs{
    padding: 0 0 50px 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.descripcion-tabs{
    width: auto;
    height: auto;
    margin: 100px 0 0 0;
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 300px;
    display: table;
    width: 100%;
}
.descripcion-tabs h3{
    text-align: left;
    color: #fff;
    text-transform: none;
    font-size: 30px;
    margin: 0 0 20px 0;
}
.descripcion-tabs p{
    color: #fff;
    padding: 0;
    box-sizing: border-box;
}
.descripcion-tabs img{
    /*float: left;*/
    margin: 0 10px 10px 0;
}
.descripcion-tabs p a, .descripcion-tabs ul li a{
    color: #343375;
    text-decoration: underline;
}
.descripcion-tabs ul li{
    color: #fff !important;
    text-align: left !important;
    list-style: none;
    padding: 0 0 0 15px;
    position: relative;
    margin: 3px 0;
}
.descripcion-tabs ul li:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
}
.descripcion-tabs pre{
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;  
    margin: 0 510px 0 0;
}
.foto-tabs{
    position: absolute;
    top: 100px;
    right: 50px;
    max-width: 460px;
    width: auto;
    max-height: 300px;
    height: auto;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    overflow: hidden;
    float: right;
    margin: 0 0 0 45px;
}
.foto-tabs img{
    height: auto;
    width: 120%;
    left: -10%;
    position: relative;
    top: 0;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
}
/*
**************************************************************************
    Estilos para single de proyectos: testimonios
**************************************************************************
*/
.cuerpo-testimonios{
    padding: 70px 20px 10px 20px;
}
.cuerpo-testimonios .titulogeneral{
    float: left;
    width: 100%;
}
.cuerpo-testimonios .titulogeneral h2:after, .cuerpo-testimonios .titulogeneral h2:before{
    background: #595959;
}
.cuerpo-testimonios .titulogeneral h2{
    text-align: left;
    float: left;
    color: #e16c02;
}
.tesitmonio{
    width: 50%;
    height: auto;
    float: left;
    min-height: 100px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 20px 0;
}
.foto-testimonio{
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 100%;
}
.texto-testimonio{
    width: auto;
}
.texto-testimonio p{
    font-family: 'MrEavesXLSanOT-italic';
    font-size: 19px;
    letter-spacing: 1px;
    color: #585858;
}
.texto-testimonio p span{
    color: #e16c02;
    font-size: 16px;
    line-height: 17px;
    font-family: 'MrEavesXLSanOT';
    letter-spacing: 0;
}
.cuerpo-video-proyecto{
    padding: 0 20px 80px 20px;
}
.cuerpo-video-proyecto .wrap{
    border-top: solid 1px #e16c02;
    padding: 30px 0 0 0;
}
.cuerpo-video-proyecto .titvideointitu h2{
    font-size: 25px;
}
.cuerpo-video-proyecto .texto-desarrollando{
    margin: 0 0 0 540px;
}
/*
*******************************************************************************
    Estilos para comentarios
*******************************************************************************
*/
.comentarioyredes{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 50px;
    margin: 20px 0 0 0;
    box-sizing: border-box;    
}
.redessingle{
    border-top: solid 1px rgba(0,0,0,0.2);
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.redessingle p{
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    float: left;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #a8a7ad;
}
.redessingle p i{
    margin: 5px 0 0 5px;
    font-size: 14px;
}
.redessingle a{
    text-align: left;
    margin: 1px 3px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: #3aa9e1;
    float: left;
    vertical-align: middle;
    color: #fff;
    line-height: 25px;
}
.redessingle a:hover{
    opacity: 0.7;
}
.redessingle a i{
    color: #fff;
    line-height: 25px;
    text-align: center;
    display: inherit;
    float: none;
}
.enviaralcorreo{
    background: #a7a8aa !important;
}
.compartirenface{
    background: #2a57a8 !important;
}
.comment-list{
	width: 100%;
	float: left;
	padding: 10px 0px;
	position: relative;
    background: #fff;
}
.comment-list li{
	margin: 5px 0;
	width: 100%;
    padding: 10px 15px 30px 15px;
    box-sizing: border-box;
	height: auto;
	list-style: none;
	float: left;	
    background: #f6f6f5;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.1);
    position: relative;
}
.comment-body{
	float: left;
	width: 100%;
	margin: 5px 0px;
}
.comment-author{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.comment-author .avatar{
	background: red;
    border-radius: 5px;
    float: left;
    margin: 0 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.comment-author .author{
	float: left;
	color: #59595b;
	width: auto;
    text-align: left;
    margin: 0 0 10px 60px;
    text-transform: uppercase;
}
.comment-author span{
    font-family: 'MrEavesXLSanOT-Bold'; 
    font-size: 15px;
    line-height: 15px;
}
.extra-wrap{
	float: left;
	color: #fff;
	margin: 0 0 0 60px;
}
.extra-wrap p{
	color: #525252;
	padding: 0;
}
.comment-footer{
	position: absolute;
	height: auto;
	margin: 0;
    bottom: 10px;
    right: 15px;
}
.comment-footer .reply{
    float: right;
    margin: 0 5px 0 0;
    display: none;
}
.comment-footer .reply a{
	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'MrEavesXLSanOT';
    border-bottom: dashed 1px rgba(0,0,0,0.2);
    padding: 2px 0;
    color: #949597;
}
.comment-footer .reply a:hover{
    color: #aa1f24;
    border-color: #aa1f24;
}
.comment-footer .commentmetadata{
	text-align: left;
	font-size: 12px;
    letter-spacing: 1px;
    font-family: 'MrEavesXLSanOT';
    float: right;
    color: #949597;
    margin: 0;
    text-transform: uppercase;
}
/*
*******************************************************************************
    Formulario para comentarios
*******************************************************************************
*/
#commentform{
	padding: 20px 0px;
	float: left;
	width: 100%;
    position: relative;
}
#commentform label{
    /*display: none;*/
}
.comment-notes, .comment-form-author, .comment-form-email, .comment-form-url, .form-allowed-tags, .logged-in-as{
	color: #acacac;
	padding: 0;
	margin: 5px 0px;
	width: 100%;
	float: left;
    box-sizing: border-box;
}
.comment-notes, .comment-reply-title{
    display: none;
}
.comment-form-author, .comment-form-email{
    width: 350px;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
}
.comment-form-email{
    top: 90px;
}
.comment-form pre{
    display: none;
}
#commentform input[type=text]{
    width: 100%;
    height: 45px;
    background: #ece7e1;
    border-radius: 15px;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0 20px;
    color: #3a3a3a;
    font-family: 'MrEavesXLSanOT';
    font-size: 17px;
}
.avisocorreo{
    margin: 5px 0;
    font-family: 'MrEavesXLSanOT';
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    float: left;
    position: absolute;
    top: 125px;
    right: 0;
    width: 350px;
}
.comment-form-comment{
    width: auto;
    position: relative;
    margin: 0 370px 0 0;
    height: auto;
}
.comment-form-comment textarea{
    width: 100%;
    height: 180px;
    background: #ece7e1;
    border-radius: 15px;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 10px 20px;
    color: #3a3a3a;
    font-family: 'MrEavesXLSanOT';
    font-size: 17px;
}
.required{
	text-align: left;
}
.form-allowed-tags{
	display: none;
}
.form-submit{
	text-align: right;
    width: 350px;
    float: right;
    position: absolute;
    top: 180px;
    right: 0;
}
.form-submit #submit{
	text-align: center;
	float: left;
	background: #59595b;
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
    font-family: 'MrEavesXLSanOT';
	font-size: 16px;
	margin: 0;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}
.form-submit #submit:hover, .form-submit #submit:focus{
	background: #f1b602;
	color: #fff;
}
.logged-in-as{
    width: 100%;
    float: left;
    position: relative;
    z-index: 1000;    
}
.logged-in-as a{
    text-transform: uppercase;
    font-family: 'MrEavesXLSanOT';
    color: #949597;
    font-size: 14px;
}
.logged-in-as a:hover{
    color: #aa1f24;
    border-color: #aa1f24;
    border-bottom: dashed 1px #aa1f24;
}
.comment-form-url{
    display: none;
}
.descdato-educa{
    color: #fff !important;
}

.descdato-educa2{
    font-family: 'MrEavesXLSanOT2';
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
}

.descdato-agua{
    font-family: 'MrEavesXLSanOT2';
    text-transform: uppercase;
    font-size: 20px;
}
/*
*******************************************************************************
    Estilo para consejo
*******************************************************************************
*/
.fsi-consejo{
    background: url(images/consejo-directivo-alac.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 380px;
}
.cuerpo-consejo p, .cuerpo-consultivo p{
    text-align: center;    
}
.cuerpo-consultivo .titgenestra h2:after, .cuerpo-consultivo .titgenestra h2:before{
    background: #000;
}
.directorio p, .directorio p{
    font-family: 'MrEavesXLSanOT-Bold';
    line-height: 17px;
}
.directorio p small, .directorio p small{
    font-family: 'MrEavesXLSanOT';
}
.directorio{
    width: 100%;
    height: auto;
    float: left;
    min-height: 50px;
    margin: 20px 0;
}
.personaconsejo{
    display: inline-block;
    width: 200px;
    /*height: 220px;*/
    margin: 15px 10px;
    vertical-align: top;
}
.fotoconsejo{
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin: 0 0 15px 20px;
    overflow: hidden;
}
.fotoconsejo img{
    width: auto;
    height: 100%;
}
.cuerpo-consultivo{
    background: #f1b602;
}

/*
*******************************************************************************
    Estilo para botones del footer
*******************************************************************************
*/
.icono-boton-sobre{
    border: 1px solid #f1b602;
    font-size: 25px !important;
    padding: 6px !important;
    border-radius: 10px;
    color: #f5f5f5 !important;
    background-color: #f1b602;

}

.icono-boton-twitter{
    border: 1px solid #1da1f3;
    font-size: 25px !important;
    padding: 6px !important;
    border-radius: 10px;
    color: #fff !important;
    background-color: #1da1f3;

}

.icono-boton-aliados{
    border: 1px solid #e9e4de;
    font-size: 25px !important;
    padding: 6px !important;
    border-radius: 10px;
    color: #9f2321 !important;
    background-color: #e9e4de;

}

.icono-boton-facebook{
    border: 1px solid #274c90;
    font-size: 25px !important;
    padding: 6px !important;
    border-radius: 10px;
    color: #fff !important;
    background-color: #274c90;
    width: 20px;

}

/*
*******************************************************************************
    Estilo para proyectos en marcha Miguel
*******************************************************************************
*/

.objetivos-proyectos-en-marcha {
    font-family: 'MrEavesXLSanOT-italic';
    font-size: 26px;
    letter-spacing: 1px;
    color: #585858;
}

.componentes-proyectos-marcha{
    width: 21%;
    border: 0px solid #fff;
    float: left;
    font-family: 'MrEavesXLSanOT';
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    text-align: center;
    padding: 15px;

}

.componentes-proyectos-marcha img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
}


.descripcion-tabs ul li {
    font-family: 'MrEavesXLSanOT';
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
}

.descripcion-tabs p a, .descripcion-tabs ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'MrEavesXLSanOT';
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
}

.descripcion-tabs p a:hover, .descripcion-tabs ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


/*
*******************************************************************************
    Estilo para aliados
*******************************************************************************
*/
.fsi-aliados{
    /*background: url(images/aliados-cover.jpg) no-repeat center center;
    background-size: cover;
    position: relative;*/
    height: 0px;
}
.logosaliados{
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
    box-sizing: border-box;
}
.logosaliados img{
    width: auto;
    max-width: 100%;
    margin: 10px;
    height: auto;
    max-height: 80px;
    vertical-align: bottom;
   /* opacity: 0.7;*/
    display: inline-block;
    /*filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); */
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.logosaliados img:hover{
    opacity: 1;
    /*filter: grayscale(0);
    -webkit-filter: grayscale(0);*/
}

.content-logos{
    /*border-top: solid 1px #f1b602;*/
    margin-bottom: 0px;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 0px;

}


.logosaliados2{
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
    box-sizing: border-box;
}
.logosaliados2 img{
    width: auto;
    max-width: 100%;
    margin: 10px;
    height: auto;
    max-height: 150px;
    vertical-align: bottom;
    /*opacity: 0.7;*/
    display: inline-block;
    /*filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); */
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.logosaliados2 img:hover{
    opacity: 1;
    /*filter: grayscale(0);
    -webkit-filter: grayscale(0);*/
}
/*
*******************************************************************************
    Estilo para objetivos
*******************************************************************************
*/
.cuerpo-objetivos{
    padding: 100px 20px 0 20px;
}
.cuerpo-objetivos p{
    text-align: center;
}
.objetivos{
    width: 600px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    min-height: 200px;
    margin: 20px 0 0 0;
    position: relative;
    border-left: solid 3px #888788;
}
.secobjetivos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    margin: 0 0 35px 0;
}
.secobjetivos:after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: solid 3px #447c3b;
    background: #fff;
    border-radius: 100%;
    top: 0;
    left: -11px;
    z-index: 10;
}
.secobjetivos h4{
    text-align: left;
    color: #447c3b;
    font-family: 'MrEavesXLSanOT-Bold';
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px 0;
}
.secobjetivos p{
    text-align: left;
}
.secobjdesarrollo h4{
    color: #f0b619;
}
.secobjdesarrollo:after{
    border: solid 3px #f0b619;
}
.secobjagua h4{
    color: #e16b26;
}
.secobjagua:after{
    border: solid 3px #e16b26;
}
.secobjcomunicacion h4{
    color: #92c13e;
}
.secobjcomunicacion:after{
    border: solid 3px #92c13e;
}
.secobjgestion{
    margin: 0;
}
.secobjgestion:before{
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3px;
    background: #fff;
    z-index: 5;
}
.secobjgestion h4{
    color: #644e42;
}
.secobjgestion:after{
    border: solid 3px #644e42;
    z-index: 10;
}
.nosotrosvideo .wrap{
    border-top: solid 1px #f1b602;
    padding: 40px 0 0 0;
}

.titverde h2{
    color: #447d1f !important;
}
.tabsverde{
    background: #447d1f !important;
}
.wrapverde{
    border-top: solid 1px #447d1f !important;
}
.videotitverde h2:after, .videotitverde h2:before{
    background: #447d1f !important;
}

.titamarillo h2{
    color: #f1b602 !important;
}
.tabsamarillo{
    background: #f1b602 !important;
}
.destabamarillo h3, .destabamarillo pre{
    color: #000 !important;
}
.wrapamarillo{
    border-top: solid 1px #f1b602 !important;
}
.videotitverde h2:after, .videotitverde h2:before{
    background: #f1b602 !important;
}

/*
 * estilos para ventana flotante solicitar cotización
 */
#mask {
  position: absolute;
  z-index: 9000;
  background-color: #000;
  display: none;
  width: 100% !important;
  top: 0;
  left: 0;
}
#boxex{
    padding: 20px !important;
}
#boxes .window {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    max-width: 100%;
    height: auto;
    display: none;
    z-index: 9999;  
    padding: 0 20px;
    box-sizing: border-box;
}
#boxes #dialog{
	width: 700px;
  	max-width: 100%;
  	height: auto;
  	min-height: 100px;  
}
.closeventana{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	z-index: 100000;	
	font-size: 18px;
	line-height: 28px;
	border-radius: 50%;
	overflow: hidden;
	background: #3f3f3f;
	color: #fff;
	font-weight: bold;
	text-align: center !important
}
.closeventana:hover{
	text-decoration: none;
	background: #2172c6;
	color: #fff;
}
.contenedor{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(2,2,2,0.3);
}
.foto-suscripcion{
    width: 290px;
    height: 100%;
    left: 0;
    position: absolute;
    background: orange url(images/popup.jpg) no-repeat center center;;
    background-size: cover;
    min-height: 250px;
}
.texto-suscripcion{
    width: auto;
    position: relative;
    margin: 0 0 0 290px;
    padding: 30px;
    box-sizing: border-box;
    float: left;
}
.texto-suscripcion h4{
    font-size: 30px;
    font-family: 'MrEavesXLSanOT-Bold';
    text-align: left;
    margin: 0 0 10px 0;
}
.texto-suscripcion form{
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
}
.texto-suscripcion input[type=text], .texto-suscripcion input[type=email]{
    width: 100%;
    height: 45px;
    border-radius: 10px;
    background: #ece7e1;
    border: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    line-height: 45px;
    padding: 0 20px;
    margin: 5px 0;
}
.texto-suscripcion input[type=submit]{
    text-align: center;
	float: left;
	background: #59595b;
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
    font-family: 'MrEavesXLSanOT';
	font-size: 16px;
	margin: 10px 0 0 0;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}
.texto-suscripcion input[type=submit]:hover{
    background: #f1b602;
	color: #fff;
}
div.wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
    border: solid 1px rgba(0,0,0,0.1);
    font-size: 12px;
    color: rgba(0,0,0,0.6);
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    display: block;
    position: absolute;
    top: -15px;
    right: 10px;
}

/*
    Estilos para responsive
*/
@media only screen and (max-width : 1150px) {

}
@media only screen and (max-width : 1150px) {
    .slider-texto{        
        right: 40px;
    }
}
@media only screen and (max-width : 1050px) {	    
    .productodos img{
        height: 100%;
        width: auto;
    }   
    footer{
        padding: 70px 180px 10px 20px;
    }
    .secfoo{
        width: 33.3%; 
        min-height: 210px;
    }
    .foto-footer{
        position: absolute;
        top: 0;
        left: auto;
        right: 0;    
        height: 100%;
        width: 250px;    
    }    
    .cuerpo-desarrollandotv .video-desarrollando{        
        width: 430px;
        height: 240px;
    }
    .cuerpo-desarrollandotv .video-desarrollando iframe{
        width: 100%;
        height: 240px;
    }
    .cuerpo-desarrollandotv .texto-desarrollando{
        margin: 0 0 0 450px !important;    
        height: 280px;
    }
    .descripcion-tabs{
        margin: 100px 0 0 0;
    }
    .descripcion-tabs pre{
        margin: 0 360px 0 0;
    }
    .foto-tabs{       
        width: 310px;
    }
}
@media only screen and (max-width : 1000px) {		
    #menu{
        display: none;
    }
    .redessocialestop{        
        margin: 0 49px 0 0;
    }
	/*
	    Estilos para menu responsivo
	*/
	#menu2{
		width: 250px;
		height: 60px;
		float: right;
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: inline-block;
        z-index: 1100;
	}
	#menu2 .menuresp{
		text-align: center;
		float: right;
        margin: 20px 0 0 0;
		padding: 10px 5px;
		width: 46px;
        box-sizing: border-box;
	    height: 40px;
		display: inline-block;
		color: #ededed;
        background: #a8a9ad;
        transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        -moz-transform: skewX(-15deg);
	}
    #menu2 .menuresp span{
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 10px;
        margin: 2px 0;
        float: left;
    }
	.menuresp i{
	    color: rgba(255,255,255,0.8);
	    text-align: center;
	    font-size: 30px;
	    line-height: 49px;
	}
    #menu2 .menuresp:hover{
        background: #f59103;
    }
	#menu2 ul{
		width: 100%;
		height: auto;
		float: left;
	    overflow: hidden;
        padding: 10px 0 0 0;
        box-sizing: border-box;
        border: none;
        right: 3px;
	}
	#menu2 ul li{
		width: 100%;
		height: auto;
		float: left;
		text-align: right;
		margin: 0px;
        border-top: solid 1px rgba(0,0,0,0.1) !important;        
        border-left: solid 1px rgba(0,0,0,0.1) !important;  
        border-right: solid 1px rgba(0,0,0,0.1) !important;  
	    background: #fff;
	    font-family: 'MrEavesXLSanOT';
        box-sizing: border-box;
	}
    #menu2 ul li:last-child{
        border-bottom: solid 1px rgba(0,0,0,0.1) !important;
    }
	#menu2 ul li a{
		width: 100%;
		text-align: right;
		padding: 15px 20px;
		display: block;
		color: #393a3a;	
		margin: 0px;
	    box-sizing: border-box;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 15px;
        background: #fff;
        font-family: 'MrEavesXLSanOT';
	}
	#menu2 ul li a:hover{
        background: #e6e7e9;
	}
	#menu2 ul li a:hover:not(.current-menu-item){	
		background: #e6e7e9;
	}
	#menu2 ul li a:hover, 
	#menu2 ul li.current-menu-item > a, 
	#menu2 ul li.current_page_item > a {
		color: #393a3a;
	}
    #menu2 ul li ul{
        padding: 0;
    }    
    #menu2 ul li ul li{
        border-left: none !important;
        border-right: none !important;
    }
    #menu2 ul li ul li:last-child{
        border-bottom: none !important;
    }
    #menu2 ul li > ul li:nth-child(1) a{
        color: #e36e05 !important;
    }
    #menu2 ul li > ul li:nth-child(2) a{
        color: #4d7a29 !important;
    }
    #menu2 ul li > ul li:nth-child(3) a{
        color: #f1b700 !important;
    }
    #menu2 ul li.current-menu-item > a:hover:not(.current-menu-item){
        background: #e7e7e7;
    }
    #menu2 ul li a:hover:not(.current-menu-item){			
        background: #e7e7e7;
    }
    #menu2 ul li a:hover, 
    #menu2 ul li.current-menu-item > a, 
    #menu2 ul li.current_page_item > a {	
        background: #e7e7e7;
    }
    #menu2 ul li > ul li.current-menu-item > a{			
        background: #e7e7e7 !important;
    }
    .headerdos{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .headerdos .menuresp{
		text-align: center;
		float: right;
        margin: 0 !important;
    }
    .headerdos #menu2 ul{		
        padding: 0 !important;
	}
    .noticia{
        width: 100%;
    }
    .proyectos-int{
        width: 350px;
    }
    .texto-noticia{
        margin: 0 0 0 290px;
    }
}
@media only screen and (max-width : 910px) {
    .slider-texto{
        position: absolute;
        top: 70px;
    }
    .cuerpo-videoinstitu .video-desarrollando{        
        width: 450px;
        height: 250px;
    }
    .cuerpo-videoinstitu .video-desarrollando iframe{
        width: 100%;
        height: 250px;
    }
    .cuerpo-videoinstitu .texto-desarrollando{       
        margin: 0 0 0 470px !important;    
        height: 320px;
    }
    .comentarioyredes, .textonoticia-single{
        padding: 0;   
    }
    .cuerpo-desarrollandotv .video-desarrollando{        
        width: 100%;
        height: 400px;
        position: relative;
        float: left;
        left: 0;
        margin: 0 0 15px 0;
    }
    .cuerpo-desarrollandotv .video-desarrollando iframe{
        width: 100%;
        height: 400px;
    }
    .cuerpo-desarrollandotv .texto-desarrollando{       
        margin: 0 !important;    
        height: auto;
        float: left;
        width: 100%;
    }
    .cuerpo-desarrollandotv .credito-desarrollando{
        width: 100%;
        position: relative;
        height: auto;
        margin: 15px 0 0 0;
        float: left;
    }
    #boxes .window {     
        top: 10%;
        left: 0;
        width: 100%;   
        margin-left: 0;
    }
    #boxes #dialog{
        width: 100%;
    }
    .texto-testimonio p{
        float: left;
        margin: 15px 0 0 0;
    }
}
@media only screen and (max-width : 860px) {
    .descripcion-tabs{
        margin: 100px 0 0 0;
        width: 100%;
        box-sizing: border-box;
    }
    .foto-tabs{       
        display: none;
    }
    .descripcion-tabs pre{
        margin: 0;
    }
    .noti-foto{
        width: 300px;
    }
    .texto-noti-cat{
        margin: 0 0 0 320px;     
    }
}
@media only screen and (max-width : 810px) {
    .thumbnail{
        height: 460px;
        min-height: 460px;
    }
    .slider-texto{
        position: absolute;
        top: 50px;
    }
    .cuerpo-publicaciones{
        padding: 80px 5px;
    }
    .descripcion-resultados{
        width: 100%;
        float: left;
        margin: 0;
    }
    .descripcion-resultados h4, .descripcion-resultados p{
        text-align: left;
    }
    .info-resultados{
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        right: 0;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .cuerpo-publicaciones .botongeneral{
        margin: 20px 0 0 10px;
        float: left !important;
    }  
    .redes-sec{
        width: 50%;
    }   
    footer{
        padding: 70px 20px 10px 20px;
    }    
    .foto-footer{
        display: none;
    }
    .swiper-pagination-nos span{
        width: 50px !important;
        height: 50px !important;       
        margin: 0 2px;
    }
    .cuerpo-videoinstitu .video-desarrollando{        
        width: 100%;
        height: 400px;
        position: relative;
        float: left;
        margin: 0 0 15px 0;
    }
    .video-desarrollando iframe{
        width: 100%;
        height: 400px;
    }
    .cuerpo-videoinstitu .texto-desarrollando{       
        margin: 0 !important;    
        height: auto;
        float: left;
        width: 100%;
    }
    .credito-desarrollando{
        width: 100%;
        position: relative;
        height: auto;
        margin: 15px 0 0 0;
        float: left;
    }
    .cuerpo-educa-marcha .botongeneral{
        float: left;
        margin: 20px 0 0 10px;
    }
}
@media only screen and (max-width : 750px) {    
    .eje{
        width: 100%;
        height: auto;
        min-height: 100px;        
    }   
    .not-historia{
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
    .not-historia .foto-noticia{
        left: 20px !important;
        width: 90%;
        position: relative;
        float: left;
        margin: 0 0 15px 0;
        height: auto;
        max-height: 200px;
    }
    .textonothis{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        margin: 0 !important;
        padding: 0;
        transform: skewX(0);
        -o-transform: skewX(0);
        -webkit-transform: skewX(0);
        -moz-transform: skewX(0);
    }
    .buscar-noticias{
        position: relative;
        float: left;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .cuerpo-cat .titulogeneral h1{
        margin: 0 0 10px 0;    
    }
    .comentariozona{
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }
    .campos-comentario{
        width: 100%;
        position: relative;
        top: 0;
        float: left;
    }
    .form-submit{
        width: 100%;
        float: left;
        position: relative;
        top: 0;
        right: 0;
    }
}
@media only screen and (max-width : 710px) { 
    .tesitmonio{
        width: 100%;        
        padding: 0;
    }
    .noti-foto{
        width: 100%;
        height: auto;        
    }
    .texto-noti-cat{
        width: 100%;
        margin: 10px 0 0 0; 
        float: left;
    }
    .texto-noti-cat h2, .texto-noti-cat h2 a{
        font-size: 25px;
        line-height: 27px;
    }
    .swiper-pagination-single .swiper-pagination-bullet{
        display: none;
    }
}
@media only screen and (max-width : 630px) { 
    .foto-suscripcion{
        display: none;
    }
    .texto-suscripcion{
        width: 100%;
        margin: 0;
        padding: 20px;        
    }
}
@media only screen and (max-width : 600px) { 
    .titulogeneral h2, .titulogeneral h1{
        font-size: 30px !important;       
        line-height: 30px;
        padding: 0 10px;
        display: inline-block;
    }
    .noticia{
        height: auto;
        padding: 0;
    }
    .proyectos-int{        
        width: 100%;
        height: 260px !important;
    }
    .proyectos-int .foto-noticia{
        height: 230px;
        max-height: 230px;
        top: 0 !important;
    }
    .foto-noticia{
        width: 90%;
        position: relative;
        margin: 0 0 15px 0;
        height: auto;
        max-height: 200px;
        left: 20px;
        float: left;
    }
    .texto-noticia{
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        transform: skewX(0);
        -o-transform: skewX(0);
        -webkit-transform: skewX(0);
        -moz-transform: skewX(0);
    }
    .secfoo{
        width: 100%;
        padding: 0;
        min-height: 50px;
        height: auto;
        margin: 20px 0;
    }
    .misionint{
        width: 100%;       
        min-height: 50px;        
        padding: 0;
        margin: 20px 0;
    }
    .swiper-pagination-nos{
        display: none;
    }
    #multimedia{
        padding: 20px 5px;
    }
    .cuerpo-desarrollandotv .video-desarrollando{        
        height: 300px;
    }
    .cuerpo-desarrollandotv .video-desarrollando iframe{
        height: 300px;
    }
}
@media only screen and (max-width : 560px) {    
    .thumbnail img{
        width: auto;
        height: 120%;
        position: absolute;
        top: 0;
        left: 0;
    }    
    .cuerpo-resultados .swiper-slide{
        max-height: 1500px;
    }
    .cuerpo-resultados .texto-resultados{
        width: 100%;
        max-width: 1500px;
    }
    .datos-resultado{
        width: 100%;
        margin: 0; 
        padding: 40px 0 0 0;
        position: relative;
        float: left;
    }
}
@media only screen and (max-width : 500px) {
    .buscar{
        display: none;
    }   
    .slider-texto{
        max-width: 75%;
    }
    .slider-texto p{ 
        display: none;
    }
    .slider-texto h1{
        font-size: 18px;
        line-height: 21px;
    }
    .cuerpo-videoinstitu .video-desarrollando{        
        height: 250px;
    }
    .video-desarrollando iframe{
        height: 250px;
    }
    .proyectos-int .foto-noticia img{
        width: 170%;
        height: auto;
        margin-left: -15%;
    }
}
@media only screen and (max-width : 450px) { 
    .redessocialestop{
        display: none;
    }
    .foto-noticia{
        width: 80%;
    }
    .redes-sec{
        width: 100%;
    }
}
@media only screen and (max-width : 400px) {

}
@media only screen and (max-width : 330px) {	
    
}

.mascara-tabs{
    background: #fff;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.swiper-pagination-single{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 35px;
    z-index: 1001;
    padding: 0 5px;
    border: none !important;
}
.swiper-pagination-single .swiper-pagination-bullet{
    border-radius: 2px 2px 0 0 !important; 
    background: #a8a9ab !important; 
    height: 35px !important;
    width: 125px !important;
    line-height: 35px !important;
    padding: 0 !important; 
    margin: 0;
    float: left !important; 
    border: none !important; 
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    position: relative;
    border: none;
}
.swiper-pagination-single .swiper-pagination-bullet:after{
    content: "Objetivo";
    position: absolute;
    width: auto;
    top: 0;
    left: 10px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    font-size: 14px;
    padding: 0px 0px 0px 14px;
}
.swiper-pagination-single .swiper-pagination-bullet:nth-child(2):after{
    content: "Públicos";
    padding: 0px 0px 0px 12px;
}
.swiper-pagination-single .swiper-pagination-bullet:nth-child(3):after{
    content: "Aliados";
        padding: 0px 0px 0px 24px;
}
.swiper-pagination-single .swiper-pagination-bullet:nth-child(4):after{
    content: "Componentes";
    padding: 0px 0px 0px 0px;
}
.swiper-pagination-single .swiper-pagination-bullet:nth-child(5):after{
    content: "Resultados";
    padding: 0px 0px 0px 9px;
}
.swiper-pagination-single .swiper-pagination-bullet:nth-child(6):after{
    content: "Ámbito";
    padding: 0px 0px 0px 26px;
}

.swiper-pagination-single .swiper-pagination-bullet-active{
    background: #6e6f71 !important;
}

/*
***********************************************************************
***********************************************************************
    Estilos versión 2.0
***********************************************************************
**********************************************************************
*/
.topheaderv2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    height: 50px;
    background: #ede9e0;
    z-index: 100;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.redestopv2{
    float: left;
    padding: 5px 0;
}
.redestopv2 a{
    height: 30px;
    width: 30px;
    float: left;
    margin: 5px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
}
.redestopv2 a i{
    line-height: 30px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
}
.buscartopv2{
    width: auto;
    height: 30px;
    margin: 0;
    padding: 5px 0;
}
.buscartopv2 form{
    width: 380px;
    margin: 0;
    padding: 0;
    background: none;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
}
.buscartopv2 form input[type=text] {
    height: 40px;
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    border-radius: 5px;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    position: relative;
}
.buscartopv2 form .icon-only {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: none;
    border: none;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
}
.buscartopv2 form input[type=text]:focus{
    border: none;
}
.headerv2{
    height: 100px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
}
.logov2{
    height: 70px;
    margin: 15px 0px 0px -10px;
    /*height: 80px;
    margin: 10px 0;*/
    position: absolute;
    top: 0;
    left: 0;
}
.menusdoblev2{
    float: right;
    width: 100%;
}
.menuexternov2{
    float: right;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    text-align: right;
    box-sizing: border-box;
}
.menuexternov2 ul{
    display: inline-flex;
    width: auto;
    float: right;
}
.menuexternov2 li{
    list-style: none;
}
.menuexternov2 li a{
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: #e1890e;
    border-radius: 3px;
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.menuexternov2 li:nth-child(2) a{
    background: #a91e21;
}
.menuexternov2 li:nth-child(3) a{
    background: #e0e0e0;
    color: rgba(0,0,0,0.75);
}
.menuexternov2 li:nth-child(4) a{
    background: #f0be09;
    color: rgba(0,0,0,0.75);
    margin: 0;
}
.menuderechav2{
    float: right;
    height: 50px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}
.menuderechav2 ul{
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
}
.menuderechav2 ul li{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 20px 0 0;
    background: none;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    z-index: 1;
}
.menuderechav2 ul li:last-child{
    margin: 0;
}
.menuderechav2 ul li:before, .menuderechav2 ul li:last-child:after{
    display: none;
}
.menuderechav2 ul li a {
    background: #f6f4f4;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    color: #457d18;
    transform: skewX(0);
    -o-transform: skewX(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    z-index: 3;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    text-transform: none;
    font-family: 'MrEavesXLSanOT2';
}
.menuderechav2 ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #fff;
    background: #457d18;
}
.menuderechav2 ul li a:hover:not(.current-menu-item){			
    background: #457d18;
    color: #fff;
}
.menuderechav2 ul li a:hover, 
.menuderechav2 ul li.current-menu-item > a, 
.menuderechav2 ul li.current_page_item > a {	
	color: #fff;
    background: #457d18;
}
.menuderechav2 ul li > ul li.current-menu-item > a{			
    background: none !important;
    color: #457d18;
}
.menuderechav2 ul li:hover a{
    background: #457d18;
    color: #fff;
}
.menuderechav2 ul li > ul{
    left: 0;
    padding: 20px 30px;    
}
.menuderechav2 ul li > ul li {
    padding: 0;
    transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.menuderechav2 ul li > ul li a{
    padding: 10px 0;
    transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}
/*
***********************************************************************
***********************************************************************
    Estilos slider home version 2
***********************************************************************
**********************************************************************
*/
.thumbnailv2{
    width: 50%;
}
.slidertextov2{
    width: 50%;
    max-width: 650px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    padding: 20px 50px 20px 70px;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    transform: skewX(0) translate(0,-50%);
    -o-transform: skewX(0) translate(0,-50%);
    -webkit-transform: skewX(0) translate(0,-50%);
    -moz-transform: skewX(0) translate(0,-50%);
}
.slidertextov2 h1{
    color: #e58805;
}
.slidertextov2 p{
    color: #444444;
    font-size: 18px;
    line-height: 24px;
}
.botonsliderv2{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
    border-top: solid 1px #e16a02;
    box-sizing: border-box;
}
.botonsliderv2verde{
    border-color: #457a28;
}
.botonsliderv2naranja{
    border-color: #f3bd03;
}
.slidertextov2 .botongeneral{
    border-radius: 0 0 5px 5px;
    color: #fff;
    line-height: 35px;
    margin: 0;
    margin-top: -1px;
}
.botonsliderv2verde .botongeneral{
    background: #457a28;
}
.botonsliderv2naranja .botongeneral{
    background: #f3bd03;
}
.swiper-container .swiperpagev2{
    left: calc(50% + 70px) !important;
    width: auto !important;
}
.swiperpagev2 .swiper-pagination-bullet-active {
    background: #457a28 !important;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0);
}
/*
***********************************************************************
***********************************************************************
    Estilos ejes estrategicos home version 2
***********************************************************************
**********************************************************************
*/
.cuerpoejev2, .cuerporesultadosv2{
    padding: 0;
}
.ejessombrav2{
    position: absolute;
    top: -50px;
    right: -50px;
    color: rgba(0,0,0,0.05);
    font-size: 220px;
    letter-spacing: -15px;
    z-index: 100;
    font-weight: bold;
    text-transform: uppercase;
}
.slidertextov2 h1{
    font-size: 35px;
    line-height: 38px;
}
.swipercontejesv2 .swiper-slide{
    background: #e16a01;
    padding: 50px 0 60px 0;
    height: auto;
}
.swipercontejesv2 .slideprodv2{
    background: #457a20;
}
.swipercontejesv2 .slideaguav2{
    background: #f0b600;
}
.fotoejev2{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.swiper-paginationv2{
    position: absolute;
    bottom: 20px;
    left: calc(50% + 40px);
    width: auto;
    z-index: 100;
}
.textoejev2{
    width: 50%;
    height: auto;
    position: relative;
    padding: 20px 40px;
    float: left;
    margin-left: 50%;
    box-sizing: border-box;
    max-width: 600px;
}
.textoejev2 h2, .textoejev2 h2 a{
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    font-weight: bold;
    color: rgba(0,0,0,0.8);
    padding: 0 0 10px 0;
    font-size: 25px;
    line-height: 28px;
    z-index: 2;
}
.textoejev2 h2 a{
    font-family: 'MrEavesXLSanOT-Bold';
}
.textoejev2 h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: rgba(0,0,0,0.8);
}
.textoejev2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: auto;
    margin: 0;
    opacity: 0.1;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.textoejev2 h3{
    text-align: left;
    width: 100%;
    position: relative;
    margin: 30px 0 20px 0;
    color: #fff;
    text-align: left;
    float: left;
    z-index: 2;
}
.textoejev2 h3 a{
    font-size: 30px;
    line-height: 31px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    font-family: 'MrEavesXLSanOT-Bold';
}
.textoejev2 p{
    text-align: left;
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    z-index: 2;
    font-size: 18px;
}
.textoejev2 a{
    color: #fff;
    text-transform: uppercase;
}
.botongenejesv2{
    background: #fff;
}
.botongenejesv2 span{
    color: #000;
}
.botongenejesv2:hover{
    background: #000;
    color: #fff;
}
.botongenejesv2:hover span{
    color: #fff;
}
/*
***********************************************************************
***********************************************************************
    Estilos resultados home version 2
***********************************************************************
**********************************************************************
*/
.swiperresultv2 .ejessombrav2{
    left: -50px;
    right: auto;
}
.swiperresultv2 .swiper-slide{
    background: #ede9e0;
    padding: 50px 0 60px 0;
    height: auto;
}
.iconoslider{
    height: 70px;
    width: auto;
    float: left;
    margin: 0 0 15px 0;
}
.slidertextov2 h1, .slidertextov2 p{
    width: 100%;
    height: auto;
    float: left;
}
.slidetextov2verde h1{
    color: #457a28;
}
.slidetextov2naranja h1{
    color: #f3bd03;
}
.fotoresultadosv2{
    left: 50%;
}
.textoresultadosv2{
    float: right;
    text-align: right;
    margin-right: 50%;
}
.textoresultadosv2 h2{
    width: 100%;
    text-align: right;
    margin: 0 0 40px 0;
}
.textoresultadosv2 h2:after{
    left: auto;
    right: 0;
}
.textoresultadosv2 h3{
    text-align: right;
}
.textoresultadosv2 h4{
    color: #70665a;
    font-family: 'MrEavesXLSanOT-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
}
.textoresultadosv2 p{
    color: #1e1e1e;
    text-align: right;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}
.botongenv2{
    float: right;
}
.swiperpagresultv2{
    position: absolute;
    bottom: 20px;
    left: auto;
    right: calc(50% + 40px);
    width: auto;
    z-index: 100;
}
/*
***********************************************************************
***********************************************************************
    Estilos noticias home version 2
***********************************************************************
**********************************************************************
*/
.cuerponotiv2{
    padding: 50px 0 0 0;
}
.titnotiv2{
    display: inline-block;
    text-align: center;
}
.slidernotiv2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.swipernotiv2{
    overflow: hidden;
}
.swipernotiv2 .swiper-slide{
    height: 500px;
    background: #000;
}
.fotonotiv2, .mascaratextonotiv2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.swipernotiv2 .swiper-slide:hover .fotonotiv2{
    opacity: 0.5;
}
.mascaratextonotiv2{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 60px 40px 30px 40px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.mascaratextonotiv2 h3{
    text-align: left;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 5px 0;
    font-family: 'MrEavesXLSanOT-Bold';
}
.mascaratextonotiv2 h3 a{
    color: #fff;
    font-size: 28px;
    line-height: 27px;
    font-family: 'MrEavesXLSanOT-Bold';
}
.mascaratextonotiv2 h3 a:hover{
    color: #f3bd03;
}
.mascaratextonotiv2 span{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255,255,255,0.5);
    text-transform: none;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    margin: 0 0 5px 0;
}
.mascaratextonotiv2 p{
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}
.mascaratextonotiv2 p a{
    color: #e58805;
}
.mascaratextonotiv2 p a:hover{
    color: #f3bd03;
}
/*
***********************************************************************
***********************************************************************
    Estilos footer version2
***********************************************************************
**********************************************************************
*/
.footerv2{
    background: #4b4a4c;
}
.secfoocontacv2{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    min-height: 50px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.secfoocontacv2 ul li{
    width: auto;
    min-width: 300px;
    max-width: 100%;
    float: left;
}
.secfoov2 img{
    height: auto;
    max-width: 100%;
    width: 200px;
    float: left;
    margin: 0 0 10px 0; 
    filter: grayscale(1);
}
.fotofooterv2{
    position: absolute;
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    height: 450px;
    width: auto;
}

.descripresulv2{
    margin: 0 250px 0 0;
}
.descripresulv2 p{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'MrEavesXLSanOT';
    font-size: 18px;
}
.titresultav2eva{
   /* width: calc(100% - 300px);*/
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.datosresultadosv2{
    /*width: 270px;
    float: left;*/
    height: auto;
    position: relative;
    margin: 0 0 20px 20px;
    padding: 0;
}
.datosresultadosv2 p{
    font-weight: bold;
    font-family: 'MrEavesXLSanOT2';
    font-size: 18px;
    line-height: 22px;
    /*text-align: left;*/
}
.inforesulv2{
    width: 250px;
}
.botonevaluav2{
    float: left;
    margin: 20px 0 0 10px;
    background: #fff;
}
.botonevaluav2 span{
    color: #000;
}
.botonevaluav2:hover{
    background: #000;
}
.botonevaluav2:hover span{
    color: #fff;
}
/*
***********************************************************************
***********************************************************************
    Estilos responsive version 2
***********************************************************************
**********************************************************************
*/
@media only screen and (max-width: 1000px){
    .menu2v2 {
        height: 50px !important;
        float: right !important;
        position: relative !important;
    }
    .menu2v2 .menuresp {
        margin: 10px 0 0 0 !important;
        padding: 0 10px 0 36px !important;
        width: auto!important;
        height: 40px !important;
        background: #f6f4f4 !important;
        font-weight: bold !important;
        font-size: 16px !important;
        letter-spacing: 0 !important;
        color: #457d18 !important;
        line-height: 40px !important;
        transform: skewX(0) !important;
        -o-transform: skewX(0) !important;
        -webkit-transform: skewX(0) !important;
        -moz-transform: skewX(0) !important;
        border-radius: 4px 4px 0 0 !important;
        font-family: 'MrEavesXLSanOT2' !important;
    }
    .menu2v2 .menuresp i{
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        font-size: 17px;
        color: #457d18;
        line-height: 40px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
    }    
    .menu2v2 .menuresp:hover{
        background: #457d18 !important;
        color: #fff !important;
    }
    .menu2v2 .menuresp:hover i{
        color: #fff !important;
    }
    .
    .acordionv2{
        padding: 0 !important;
    }
}
@media only screen and (max-width : 950px) {
    .slidertextov2{
        padding: 20px 50px 20px 20px;
    }
}
@media only screen and (max-width : 810px) {
    .thumbnailv2{
        width: 100%;
    }
    .slidertextov2{
        width: 100%;
        max-width: 100%;
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
        -o-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
        -webkit-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
        -moz-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        padding: 80px 30px 30px 30px;
        transform: skewX(0) translate(0,0);
        -o-transform: skewX(0) translate(0,0);
        -webkit-transform: skewX(0) translate(0,0);
        -moz-transform: skewX(0) translate(0,0);
    }
    .thumbnailv2:after{
        display: none;
    }
    .slidertextov2 h1{
        color: #fff;
        font-size: 21px;
        line-height: 24px;
    }
    .slidertextov2 p{
        color: #fff;
        font-size: 17px;
        line-height: 22px;
        display: inline-block !important;
    }
}
@media only screen and (max-width : 710px) {
    .menuexternov2, .buscartopv2{
        display: none;
    }
    .swipercontejesv2 .swiper-slide, .swiperresultv2 .swiper-slide{
        padding: 0 0 60px 0;
    }
    .fotoejev2, .fotoresultadosv2{
        position: relative;
        width: 100%;
        height: 340px;
        float: left;
        left: 0;
        margin: 0 0 10px 0;
    }
    .swiper-paginationv2{
        bottom: 20px;
        left: 20px;
    }
    .textoejev2{
        width: 100%;
        padding: 20px;
        margin: 0;
        max-width: 100%;
    }
}