/*

	¡ÍNDICE!

	GENERAL:
		0.- MARGENES, ESPACADOS Y BORDES
	HEADER:
		1.- ENCABEZADO ORDENADOR
		2.- ENCABEZADO MÓVIL
	
*/

/*GENERAL*/
	/*0.- MARGENES, ESPACADOS Y BORDES*/
	body{
		margin: 0px;
		padding: 0px;
		border: 0px;
        background: #f7f7f7;
		font-family:sans-serif;
		}
	/*1.- ENCBEZADO ORDENADOR*/
	.header{
		font-family: 'open_sansbold';
		font-style:italic;
		width: 260px;
		height: 100%;
		position: fixed;
		display: block;
		background: #f7f7f7;
		z-index: 9;
		padding-top:2%;
		}
	.logotipo{
		width: 180px;
		margin: 0 auto;
		text-align: center;
		}
	.logotipo img{
		width: 80%;
		}
	.header_movil{
		display: none;
		}
	.menu_ordenador{
		width: 260px;
		text-align: center;
		font-size: 16px;
		position: absolute;
		top: 50%;
		margin-top: -250px;
		}
	.menu_ordenador a{
		text-decoration: none;
        color: #008080;
        font-weight:bolder;
		}
	.menu_o{
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 18px;
		}
	.logotipos{
		position: relative;
		top: -40px;
		}
	.menu_o:hover, .activo{
		color: #14525f;
        text-decoration:line-through;
		}
	.linea_vertical{
		width: 5px;
		background: #279EA8;
		height: 100%;
		position: fixed;
		z-index: 9;
		left: 260px;
		}
	/*2.- ENCBEZADO MÓVIL*/
	.header_movil{
		width: 100%;
		min-width: 270px;
		background: #f7f7f7;
		z-index: 9;
		}
	.logotipo_mo{
		width: 100px;
		float: left;
		text-align: center;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		}
	.logotipo_mo img{
		width: 80%;
		}
	.menu_mo{
		float: right;
		}
	.icon{
		width: 50px;
		text-align: center;
		float: left;
		padding-top: 33px;
		padding-bottom: 34px;
		}
	.menu_m{
		width: 70px;
		float: left;
		font-family: 'open_sansbold';
		padding-top: 38px;
		padding-bottom: 37px;
		font-size: 20px;
		}
	.menu_mo a{
		color: #008080;
		}
	.linea_horizontal{
		width: 100%;
		height: 5px;
		background: #279EA8;
		}
	/* 3.- MENÚ MÓVIL */
	.menu, .footer_mov{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		background: #f7f7f7;
		font-family: 'open_sansbold';
		font-style:italic;
		text-align: center;
		}
	.footer_mov{
		font-size: 12px;
		line-height: 18px;
		color: #008080;
		}
	.footer_mov a{
		color: #008080;
		text-decoration: none;
		}
	.logo_movil{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding-top: 50px;
		}
	.logo_movil img{
		width: 100%;
		max-width: 250px;
		}
	.menu_movil{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 30px;
		}
	.menu_movil a{
		text-decoration: none;
		color: #008080;
		}
	.men{
		margin-bottom: 15px;
		padding-top: 15px;
		font-size: 20px;
		}
	/*4.- FOOTER*/
	.footer{
		width: 260px;
		height: 120px;
		text-align: center;
		position: fixed;
		font-size: 10px;
		line-height: 16px;
		top: 100%;
		z-index: 999;
		color: #008080;
		margin-top: -120px;
		}
	.footer h1{
		font-size:large;
	}
	.footer a{
		color: #008080;
		text-decoration: none;
		font-style:italic;
		}
	.footer a:hover{
		text-decoration: underline;
		}
	.contenedor_redes{
		width: 96px;
		height: 25px;
		margin: 0 auto;
		margin-bottom: 5px;
		}
	.facebook{
		width: 32px;
		height: 30px;
		float: left;
		background: url(../img/facebook.png) 0px 0px no-repeat;
		}
	.facebook:hover{
		background-position: 0px -29px;
		}
	.location{
		width: 32px;
		float: left;
		height: 30px;
		background: url(../img/location.png) 0px 0px no-repeat;
		}
	.location:hover{
		background-position: 0px -29px;
		}
	.contacto1{
		width: 32px;
		height: 30px;
		float: left;
		background: url(../img/mail.png) 0px 0px no-repeat;
		}
	.contacto1:hover{
		background-position: 0px -29px;
		}
	.texto_footer h2{
		font-family: 'open_sanssemibold';
		font-size: 12px;
		}
	
	.scroll-down{
		display: none;
		width: 50px;
		height: 50px;
		background: url(../img/scrolldown.jpg) no-repeat;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 9;
		margin-top: -100px;
		margin-left: -25px;
		}
        
/*INDEX*/
        
.contain{
    float:right;
	position:relative;
    }
.slider_contain{
	width:100%;
    float:right;
	/*background-image:url(../img/Bravado&Ocean-FrankyArchitect/6.jpg);
	background-size:cover;*/
	text-align:center;
    }
.slider_main{
	width:100%;
	height:100%;
    float:right;
	/*background-image:url(../img/Bravado&Ocean-FrankyArchitect/6.jpg);
	background-size:cover;*/
	text-align:center;
    }
.slider_main h1{
	margin-top:300px;
	font-size:xx-large;
    }
.slider_main h2{
	margin-top:30px;
    }
.slider_txt{
	padding-bottom: 2px;
	position: absolute; 
	top: 120px; 
	left: 193px; 
	font-size: 30px; 
	padding-left: 7px;
	padding-right: 10px;
	line-height: 30px; 
	text-align: center; 
	font-family: 'open_sansextrabold';
	font-style: italic;
	transform-origin: 100% 50% 0px; 
	z-index: 1; 
	margin-top: 0px; 
	margin-left: 0px;
	width:200px;
	color:white;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.slider_subtxt{
	font-family: 'open_sanslight';
	font-style: italic;
	position: absolute; 
	top: 155px; 
	left: 210px; 
	font-size: 9px; 
	line-height: 16px; 
	text-align: center; 
	transform-origin: 100% 50% 0px; 
	z-index: 1; 
	margin-top: 0px; 
	margin-left: 0px;
	width:180px;
	color:white;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.slider_txt1{
	padding-bottom: 2px;
	position: absolute; 
	top: 120px; 
	left: 205px; 
	font-size: 30px; 
	padding-left: 3px;
	padding-right: 10px;
	line-height: 30px; 
	text-align: center; 
	font-family: 'open_sansextrabold';
	font-style: italic;
	transform-origin: 100% 50% 0px; 
	z-index: 1; 
	margin-top: 0px; 
	margin-left: 0px;
	width:180px;
	color:white;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.slider_subtxt1{
	font-family: 'open_sanslight';
	font-style: italic;
	position: absolute; 
	top: 155px; 
	left: 233px; 
	font-size: 9px; 
	line-height: 16px; 
	text-align: center; 
	transform-origin: 100% 50% 0px; 
	z-index: 1; 
	margin-top: 0px; 
	margin-left: 0px;
	width:125px;
	color:white;
	padding-right: 1px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.slider_txt2{
	padding-bottom: 2px;
	position: absolute; 
	top: 120px; 
	left: 201px; 
	font-size: 30px; 
	padding-left: 1px;
	padding-right: 10px;
	line-height: 30px; 
	text-align: center; 
	font-family: 'open_sansextrabold';
	font-style: italic;
	transform-origin: 100% 50% 0px; 
	z-index: 1; 
	margin-top: 0px; 
	margin-left: 0px;
	width: 185px;
	color:white;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.slider_subtxt2{
	font-family: 'open_sanslight';
	font-style: italic;
	position: absolute; 
	top: 155px; 
	left: 210px; 
	font-size: 9px; 
	line-height: 16px; 
	text-align: center; 
	transform-origin: 100% 50% 0px; 
	z-index: 1; 
	margin-top: 0px; 
	margin-left: 0px;
	width:180px;
	color:white;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }

.visualiza{
    width:49.8% !important;
    height:300px;
    float:left;
    text-align:right !important;
    margin-top:2px;
    margin-left:0px;
    color:white;
	background-position:center;
	background-size:cover;
	background-image:url(../img/visualiza.jpg);
    }
.visualiza:hover{
	background-color: rgba(0,0,0,.5);
	background-blend-mode: overlay;
}
.visualiza_txt{
    width:50%;
	margin:0 auto;
	float:right;
    }
.visualiza_txt a, .proyecto_txt a{
	padding: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #008080;
	}
.visualiza_txt a:hover, .proyecto_txt a:hover{
	padding: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	background: #008080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	}
	
.visualiza h1{ 
	margin-top: 80px;
	font-family: 'open_sansextrabold';
	font-style: italic;
    margin-right:15px;
    text-decoration:underline;
	font-size: 35px;
    }
.visualiza p{
	font-family: 'open_sansitalic';
    margin-right:15px;
    margin-top:15px;
    font-size:16px;
	width:450px;
	float:right;
    }
.proyecto{
    width:50% !important;
    height:300px;
    float:right !important;
    text-align:left;
    margin-top:2px;
    color:white;
	min-width:300px;
	background-position:center;
	background-size:cover;
	background-image:url(../img/proyectos.jpg);
    }
.proyecto:hover{
    background-color: rgba(0,0,0,.5);
	background-blend-mode: overlay;
}
.proyecto_txt{
    width:50%;
	margin:0 auto;
	float:left;
    }
.proyecto h1{
	margin-top: 80px;
	font-family: 'open_sansextrabold';
	font-style: italic;
    margin-left:15px;
    text-decoration:underline;
	font-size: 35px;
    }
.proyecto p{
    font-family: 'open_sansitalic';
    margin-left:15px;
    margin-top:15px;
    font-size:16px;
	width:400px;
	float:left;
    }
.razon_main{
	height:600px;
    width:100%;
    float:left;
	margin-bottom: 2px;
	margin-top: 2px;
    }
.razon{
	margin-top: 1px;
    width:60%;
    text-align:left;
    margin:0 auto;
    float:left;
    }
	
.razon_txt{ 
	margin:0 auto;
	width:400px;
	color: #008080;
    }
.razon h1{
	font-family: 'open_sansextrabold';
	font-style: italic;
    font-size:xx-large;
	margin-top:170px;

    }
.razon p{
	font-family: 'open_sansregular';
	font-style: italic;
	line-height: 22px;
    margin-top:20px;
    }
.razonimg{     
    float:left;
    width:40%;
    height:100%;
    }
.razon1{     
    float:left;
    width:100%;
    height:50%;
	background-image:url(../img/pasion1.jpg);
	background-position:center;
	background-size:cover;
	margin-bottom: 2px;
    }
.razon2{     
    float:left;
    width:100%;
    height:50%;
	background-image:url(../img/pasion2.jpg);
	background-position:center;
	background-size:cover;
    }
.news_main{
	width: 100%;
	margin-top: 1%;
	float:left;
    }
	
.news_head{
    text-align:center;
    width:100%;
    height:34px;
    padding-top: 20px;
    color:white;
	float:left;
	padding-bottom: 25px;
	background-image:url(../img/backmid.png);
	background-size:100% 100%;
	font-family: 'open_sansextrabold';
	font-style: italic;
    font-size:xx-large;
    }

.news{
    text-align:center;
    width:32%;
	margin-left: 1%;
    float:left;
	color: #008080;
    }
.news_txt{
    text-align:center;
    width:100%;
	padding-bottom: 30px;
	padding-top: 30px;
	font-family: 'open_sansregular';
	font-style: italic;
    }
.news_txt h4{
	font-family: 'open_sansextrabold';
	font-style: italic;
	}
.mas{
    text-align:center;
    width:100%;
    height:26px;
    padding-top:10px;
    color:white;
    font-size:medium;
	font-weight:normal;
	background-image:url(../img/backmid.png);
	background-size:100% 100%;
    }
	
.mas a{
    color:white;
	text-decoration:none;
    }
.mas a:hover{
	font-weight:bold;
}

/*INDEX*/

/*NOSOTROS*/
.we_contain{
    float:right;
	position:relative;
    }

.we_main{
	height:800px;
    width:100%;
	background-image: url(../img/nosotros01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.we{
    width:60%;
	height:100%;
    text-align:left;
    margin:0 auto;
    float:left;
	color: #008080;
    }
	
.we_txt1{ 
	margin:0 auto;
	width:80%;
	margin-top:400px;
    }
.fondo02{
	background-image: url(../img/nosotros02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
.fondo03{
	background-image: url(../img/pasion01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
.we_txt1-movil{
	display: none;
	}
.we h1{ 
    font-size:xx-large;
	margin-top:70px;
	width: 310px;
	box-shadow: -5px 3px 10px #444444;
	color: #fff;
	font-family: 'open_sansbold_italic';
	font-size: 33px;
	padding: 20px;	
	background: url(../img/backop.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: relative;
	z-index: 1;
    }
.we_txt3 h1{
	width: 400px;
	}
.textito{
	background: url(../img/backop.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	box-shadow: -5px 3px 10px #444444;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: 'open_sansitalic';
	padding-right: 15px;
	margin-top: 10px;
	color: #fff;
	width: 400px;
	}
.textito03{
	background: url(../img/backop.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	box-shadow: -5px 3px 10px #444444;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: 'open_sansitalic';
	padding-right: 15px;
	margin-top: 10px;
	color: #fff;
	width: 500px;
	}
.textito2{
	background: url(../img/backop.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	box-shadow: -5px 3px 10px #444444;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: 'open_sansitalic';
	padding-right: 15px;
	margin-top: 10px;
	color: #fff;
	width: 400px;
	}
.we_txt2{ 
	margin:0 auto;
	width:300px;
	text-align:right;
	margin-top:500px;
	float: right;
	margin-right: 10%;
    }
.we_txt2 h1{
	float: right;
	}
.we_txt2 .textito2{
	float: right;
	}
.we_txt3{ 
	margin:0 auto;
	width:80%;
	margin-top:570px;
    }

.we p{     
    margin-top:20px;
    }
.we_img1{     
    float:left;
    width:40%;
    height:100%;
	background-size:cover;
	background-position:center;
    }
.we_img2{     
    float:left;
    width:40%;
    height:100%;
	background-size:cover;
	background-position:center;
    }
.we_img3{     
    float:left;
    width:40%;
    height:100%;
	background-size:cover;
	background-position:center;
    }
.vertical_values{
	width:2px;
	height:80%;
	display:inline-block;
	float:right;
	margin-top:15%;
	background-image:url(../img/backmid.png);
	background-size:100% 100%;
}

.linea_hori{
    width:100%;
    height:5px;
	background-image:url(../img/backmid.png);
    }	
.honest_head{
    text-align:center;
    width:100%;
    padding-top:35px;
    padding-bottom:35px;
    color:white;
	background-image:url(../img/backmid.png);
	background-size:100% 100%;
	font-size: 40px;
	font-family: 'open_sansextrabold_italic';
    }
.honest{
    text-align:left;
    width:33%;
	height: 250px;
    float:left;
	border-left-style:outset;
	border-top-style:outset;
	border-width:thin;
	border-color:#008080;
    }
.honest_txt h1{
	font-family: 'open_sansextrabold';
	font-size: 20px;
	margin-bottom: 10px;
}
.honest_txt p{
	font-family: 'open_sansitalic';
	font-size: 15px;
	line-height: 20px;
}
.honest_img{
    width:100px;
	float:left;
	height: 250px;
    }
.value_01{
	width: 340px;
	margin: 0 auto;
	color:#008080;
	}
.value_01 .honest_txt{
	padding-top: 65px;
	padding-left: 20px;
	float: left;
	width: 220px;
	}
.img1{
	background-image:url(../img/icon01.png);
	background-position:center;
	background-repeat:no-repeat;	
	}
.value_02{
	width: 320px;
	margin: 0 auto;
	color:#008080;
	}
.value_02 .honest_txt{
	padding-top: 75px;
	padding-left: 20px;
	float: left;
	width: 200px;
	}
.img2{
	background-image:url(../img/icon02.png);
	background-position:center;
	background-repeat:no-repeat;	
	}
.value_03{
	width: 350px;
	margin: 0 auto;
	color:#008080;
	}
.value_03 .honest_txt{
	padding-top: 65px;
	padding-left: 30px;
	float: left;
	width: 220px;
	}
.img3{
	background-image:url(../img/icon03.png);
	background-position:center;
	background-repeat:no-repeat;	
	}
.value_04{
	width: 335px;
	margin: 0 auto;
	color:#008080;
	}
.value_04 .honest_txt{
	padding-top: 70px;
	padding-left: 20px;
	float: left;
	width: 215px;
	}
.img4{
	background-image:url(../img/icon04.png);
	background-position:center;
	background-repeat:no-repeat;	
	}
.value_05{
	width: 330px;
	margin: 0 auto;
	color:#008080;
	}
.value_05 .honest_txt{
	padding-top: 65px;
	padding-left: 20px;
	float: left;
	width: 200px;
	}
.img5{
	background-image:url(../img/icon05.png);
	background-position:center;
	background-repeat:no-repeat;	
	}
.value_06{
	width: 340px;
	margin: 0 auto;
	color:#008080;
	}
.value_06 .honest_txt{
	padding-top: 60px;
	padding-left: 25px;
	float: left;
	width: 210px;
	}
.img6{
	background-image:url(../img/icon06.png);
	background-position:center;
	background-repeat:no-repeat;	
	}

	
/*NOSOTROSFIN*/

/*PORTAFOLIO*/

.port_cat{
	width:33.33%;
	height:400px;
	float:left;
	min-width:300px;
	color:white;
}

.port_cat h1{
	text-align:center;
	margin-top:200px;
}
.port_fade{
	width:100%;
	height:400px;
	background-size:cover;
	float:left;
	opacity:0;
	background-color:#008080;
}
.port_fade:hover{
	opacity:0.5;
}
.port_head{
    text-align:center;
    width:100%;
    height:50px;
    background-color:#008080;
    padding-top:10px;
    color:white;
	float:left;
	background-image:url(../img/backmid.png);
	background-size:100% 100%;
    }
.port_head h1{
	margin-bottom:5px;
	font-size:larger;
    }
.port_head a{
    color:white;
	font-size:small;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
    }
.port_head a:hover{
	font-weight:bold;
}
.vertical{
	width:2px;
	background-color:white;
	height:9px;
	display:inline-block;
}
.port_proyect{
	width:100%;
	height:400px;
	background-color:#008080;
	float:left;
	min-width:300px;
}
.port_proyect h1{
	text-align:center;
	margin-top:200px;
}

.port_sub1{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/bravado/1.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub2{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/lozano/5.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub3{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/banbajio/2.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub4{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/glenn/1.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub5{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/fumero/2.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub6{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/gasmart/4.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub7{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/casa/3.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub8{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/cosmocali/1.jpg);
	background-size:cover;
	background-position:center;
}
.port_sub9{
	width:100%;
	height:400px;
	float:left;
	background-image:url(../img/bravado/1.jpg);
	background-size:cover;
	background-position:center;
}

/*PORTAFOLIOFIN*/




.background{
	background-image:url(../img/nosotros.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}

.back_txt_contain{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -226px;
	margin-top: -90px;
}

.back_txt{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:420px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_subtxt{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 350px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_subtxt_interno{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 280px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }

.scroller{
	position:fixed;
	width:30px;
	height:30px;
	top: 100%;
	left:50%;
	margin-left: 110px;
	margin-top: -50px;
	background-image:url(../img/arrow.gif);
	background-size:contain;
	background-repeat:no-repeat;
    }
.fp-nav .right{
	display: none !important;
	}
.portafolio{
	background-image:url(../img/portafolio.jpg);
	width:100%;
	height:100%;
	background-position:left bottom;
	background-size:cover;
}

.back_txt_portafolio{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:500px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_subtxt_port{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	padding-bottom: 15px;
	padding-bottom: 10px;
	margin:0 auto;
	width: 380px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_portafolio{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -80px;
}
.fp-nav{
	display: none;
	}
.fp-tableCell{
	height: auto !important;
	}
.fp-table{
	height: auto !important;
	}
	
.port_cat_main{
}

.port_cat_cv{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	color: #008080;
	font-family: 'open_sansregular';
    font-style: italic;
    line-height: 20px;
	float:right;
	width:100%;
	display:none;
}
.port_cat_cv table{
	text-align:left;
	float:left;
	width:50%;
}
.port_cat_cv td{
	width:90%;
}
.port_cat_cv th{
	text-align:center;
}
.port_cat_cv li{
	width:50%;
	margin:0 auto;
	min-width:220px;
}
/*BRAVADO*/
.bravado{
	background-image:url(../img/bravado/2.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.port_subhead{
    text-align:center;
    width:100%;
    color:white;
	float:left;
    }
.port_subhead button{
	width:50%;
	float:left;
	color: white;
	font-weight:bolder;
	font-size:x-large;
	font-family: 'open_sansregular';
    font-style: italic;
	background-image:url(../img/backmid.png);
	background-size:100% 100%;
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	height:100%;
}
.port_subhead button:hover{
	background-color: rgba(0,0,0,0.25);
	background-blend-mode: overlay;
}
.back_subtxt_bravado{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 250px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_bravado{
	font-size: 70px; 
	color:white;
	padding:10px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	max-width:500px;
    }
.back_txt_contain_bravado{
	padding-top:300px;
}
/*PORTAFOLIO INTERIOR*/
.port_cat1 img{
	width: 90%;
	margin-left:5%;
	}
.port_cat1{
	width:33.33%;
	margin-top: 25px;
	float:left;
	min-width:300px;
	color:white;
}
/*LOZANO STUDIO*/
.lozano{
	background-image:url(../img/lozano/1.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_lozano{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 300px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_lozano{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:600px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_lozano{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -90px;
}
/*BANCO DEL BAJÍO*/
.banbajio{
	background-image:url(../img/banbajio/2.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_banbajio{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 200px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_banbajio{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:450px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_banbajio{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -90px;
}
/*TORRE GLENN*/
.tglenn{
	background-image:url(../img/glenn/15.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_tglenn{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 300px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_tglenn{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:550px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_tglenn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -90px;
}
/*CASA*/
.casa{
	background-image:url(../img/casa/2.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_casa{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 150px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_casa{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:500px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_casa{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -280px;
	margin-top: -120px;
}
/*	GASMART*/
.gasmart{
	background-image:url(../img/gasmart/2.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_gasmart{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 150px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_gasmart{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:400px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_gasmart{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -120px;
}
/*FUMERO*/
.fumero{
	background-image:url(../img/fumero/4.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_fumero{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 100px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_fumero{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:350px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_fumero{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -220px;
	margin-top: -120px;
}
/*COSMOCALI*/
.cosmocali{
	background-image:url(../img/fumero/4.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.back_subtxt_cosmocali{
	font-size: 22px;   
	font-family: 'open_sansitalic';
	color:white;
	padding:5px;
	margin:0 auto;
	width: 100px;
	margin-top:5px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
	}
.back_txt_cosmocali{
	font-size: 70px; 
	color:white;
	padding:10px;
	padding-bottom:0px;
	font-family: 'open_sansextrabold';
	padding-bottom: 15px;
	font-style: italic;
	margin:0 auto;
	padding-right: 20px;
	width:450px;
	background-image:url(../img/backop.png);
	background-size:100% 100%;
    }
.back_txt_contain_cosmocali{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -100px;
}
/*NOTICIAS*/

.noticia_main{
	height:400px;
    width:100%;
    float:left;
    }
.noticia{
    width:60%;
    text-align:left;
    margin:0 auto;
    float:left;
    }
.noticia_txt{
	float: right;
	margin-right: 30px;
	width:500px;
	text-align:right;
	color: #008080;
	padding-top: 55px;
    }
.noticia h1{ 
	font-family: 'open_sansextrabold';
    font-size:25px;
	margin-top:30px;
    }
.noticia h5{ 
	font-family: 'open_sansitalic';
    font-size:15px;
	margin-top:30px;
    }

.noticia p{     
    font-family: 'open_sanssemibold';
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
    margin-top:20px;
    }
.abril2517{
	background-image:url(../img/noticias/abril2517.jpg);   
    float:left;
    width:40%;
    height:100%;
	background-position:center;
	background-size:cover;
    }
.abril2417{
	background-image:url(../img/noticias/abril2417.jpg);   
    float:left;
    width:40%;
    height:100%;
	background-position:center;
	background-size:cover;
    }
.noticia_mas{
	margin-top: 15px;
    font-size:15px;
	float:right;
	background-color:#008080;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
    font-family: 'open_sanssemibold';
	background-image:url(../img/back.png);
	background-size:100% 100%;
    color:white;
    }
a.noticia_mas{
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
    }
.noticia_mas a:hover{
	font-weight:bold;
}
.noticia_mas h2{ 
    font-size:xx-large;
	color:white;
	font-weight:normal;
    }
.noticia_regresar{ 
    font-size:xx-large;
	float:left;
	background-color:#008080;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../img/back.png);
	background-size:100% 100%;
    }
.noticia_regresar a{
    color:white;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
    }
.noticia_regresar a:hover{
	font-weight:bold;
}
.noticia_regresar h2{ 
    font-size:xx-large;
	color:white;
	font-weight:normal;
    }
.articulo_txt{ 
	margin:0 auto;
	width:100%;
	height:100%;
	text-align:right;
	color: #008080;
    }
.articulo_txt h1{ 
	font-size:xx-large;
	margin-top:30px;
	text-align:center;
    }
.articulo_txt p{
	text-align:center;
	margin:100px;
	line-height: 30px;
	margin-top:30px;
	margin-bottom:10px;
    }
.articulo_main{
    width:100%;
    float:left;
	margin-top:2px;
    }
.noticias{
	background-image:url(../img/noticias.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	}
.coachella{
	background-image:url(../img/noticias/abril2517.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	}
/*NOTICIASFIN*/
/*CONTACTO*/
.contacto_c{
	background-image:url(../img/contact3.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	}
.contact_head{
    text-align:center;
    width:100%;
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 30px;
	font-family: 'open_sansextrabold';
    background-color:#008080;
    color:white;
	float:left;
	background-image:url(../img/back.png);
	background-size:100% 100%;
    }
.contact_head h1{
	margin-bottom:5px;
	font-size:larger;
    }
.contact_form{
	width:80%;
	font-family: 'open_sansitalic';
	padding-top: 50px;
	padding-bottom: 30px;
	color:#008080;
	margin: 0 auto;
    }
.contact_form input{
	color: #008080;
	font-family: 'open_sansitalic';
	padding-bottom: 15px;
	padding-top: 15px;
    }
#contact_map{
	width:100%;
	height:600px;
	float:left;
    }
.contact_send{ 
    font-size:xx-large;
	float:right;
	background-color:#008080;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../img/back.png);
	background-size:100% 100%;
    }
.contact_send h2{ 
    font-size:xx-large;
	color:white;
    }
#contacto{
	width: 70%;
	margin: 0 auto;
}
#contacto input{
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
}
#type{
	width:initial !important;
	margin-top:0px !important;
	margin-bottom:20px !important;
}
#text{
	height:100px;
}
.contact_foot{
    text-align:center;
    width:100%;
    height:40px;
    background-color:#008080;;
    padding-top:10px;
    color:white;
	float:left;
	margin-top:20px;
	background-image:url(../img/back.png);
	background-size:100% 100%;
    }
.contact_foot h1{
	margin-bottom:5px;
	font-size:larger;
    }
.contact_menu{
	width:100%;
	float:left;
}
.contact_submenu{
	height:160px;
	width:32%;
	border-left-style:inset;
	border-width:thin;
	float:left;
	text-align:right;
	padding-right:1%;
	font-weight:bold;
	color:#008080;
	min-width:250px;
}
.contact_submenu p{
	margin-top:10px;
    font-family: 'open_sanssemibold';
	font-style: italic;
}
.contact_menulogo{
	width:200px;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}
.contact_menulogo1{
	width:200px;
	padding-top: 30px;
	text-align: center;
	margin: 0 auto;
}
.enviar{
	font-size: 18px;
	width: 200px !important;
	background: #f0f0f0;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border: 0px;
	}
.enviar:hover{
	font-size: 18px;
	width: 200px !important;
	background: #008080;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border: 0px;
	color: #f0f0f0;
	}
#map{
	width: 100%;
	height: 500px;
	background: #fff;
	}
/*CONTACTOFIN*/

/*SERVICIOS*/
.servicios01{
	background-image:url(../img/servicios.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}

.service_main{
	height:800px;
    width:100%;
	background-image: url(../img/servicios01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondo04{
	background-image: url(../img/servicios02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
.fondo05{
	background-image: url(../img/servicios03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
.fondo06{
	background-image: url(../img/servicios04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
/*DATOS TÉCNICOS*/
.hor{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	}
.tema{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../img/backmid.png);
	background-size:100% 100%;
	font-family: 'open_sansextrabold';
	color: #fff;
	}
.texto{
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	}
.title{
	padding-bottom: 20px;
	padding-top: 20px;
    background:#13515f;
	font-family: 'open_sansextrabold';
	}
.subtitle{
	width: 48%;
	float: left;
	padding-left: 2%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-style:italic;
    font-family: 'open_sanssemibold';
	background: #2eacb8;
	}
.texto{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 48%;
	font-size: 14px;
	float: left;
    font-family: 'open_sanssemibold';
	color: #2eacb8;
	text-align: left;
	padding-left: 2%;
	}
.tabla-izq{
	width: 50%;
	float: left;
	}
.dato-uno{
	width: 100%;
	}
.subtitle_big{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style:italic;
    font-family: 'open_sanssemibold';
	background: #2eacb8;
	}
.texto_big{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #08809f;
    font-family: 'open_sanssemibold';
	color: #2eacb8;
	text-align: center;
	padding-left: 0%;
	}
.bravado1{
	background-image:url(../img/Portafolio/25-rmsgespeculativo/001.jpg);
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.copleto{
	width: 100%;
	}
	
@media (max-width: 730px){
.texto_big, .subtitle_big, .dato-uno, .tabla-izq, .texto, .subtitle{
	height: auto;
	width: 100%;
	font-size: 14px;
	float: center;
	line-height:normal;
	border-bottom: none;
	text-align: center;
	padding-left: 0%;
	}
	}