@charset "UTF-8";
/* CSS Document */

@font-face 
{
    font-family: 'montserratblack';
    src: url('../fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratextralight';
    src: url('../fonts/montserrat/montserrat-extralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratitalic';
    src: url('../fonts/montserrat/montserrat-italic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratlight';
    src: url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratregular';
    src: url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'montserratthin';
    src: url('../fonts/montserrat/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*
{
	margin: 0;
	padding: 0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline: none;
}
a
{
	text-decoration:none;
}
body
{
	font-family: 'montserratregular';
	font-size:17px;
	color:#383838;
	line-height:23px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	width: 100%;
}
li
{
	list-style: none;
}
h1
{
	width: 68%;
	font-size: 15px;
	text-transform: uppercase;
}
h1 span
{
	display: block;
	font-size: 21px;
	line-height: 27px;
	font-family: 'montserratsemibold';
}
h3
{
	font-size: 35px;
	line-height: 41px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h3 span
{
	font-family: 'montserratbold';
}
header
{
	background: #282828;
	font-size: 0;
	height: 79px;
}
nav
{
	width:  60%;
	color: #fff;
	text-align: right;
	position: relative;
	padding-right: 15px;
}
nav > ul
{
	position: relative;
}
nav > ul > li
{
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
	position: relative;
}
nav > ul > li:nth-child(2) > a i
{
	font-size: 32px;
	height: 39px;
	line-height: 39px;
}
nav > ul > li > a
{
	display: block;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 15px;
	border-right: 2px dotted #ffbe00;
}
nav > ul > li:last-child > a
{
	border-right: none;
}
nav > ul > li > a i
{
	color: #ffbe00;
}
form
{
	padding: 30px 100px 0 100px;
}
form input,
form textarea
{
	border: none;
	color: #fff;
}
form input[type="text"],
form input[type="email"],
form input[type="number"]
{
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	border-bottom: 1px dotted #ffbe00;
	margin-bottom: 15px;
	padding: 0 10px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form textarea:focus
{
	background: rgba(0,0,0,0.15);
}
form textarea
{
	display: block;
	background: transparent;
	width: 100%;
	height: 100px;
	border-left: 1px dotted #ffbe00;
	border-bottom: 1px dotted #ffbe00;
	border-right: 1px dotted #ffbe00;
	resize: none;
	padding: 10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
form input[type="submit"]
{
	display: block;
	padding: 10px 10px 10px 75px;
	margin-top: 20px;
	background: #ffbe00 url(../images/enviar.png) 10px center no-repeat;
	color: #282828;
	text-transform: uppercase;
}
footer
{
	background: #ffbe00;
	text-align: center;
}
footer p
{
	padding: 15px;
	font-size: 15px;
}
footer p a
{
	font-family: 'montserratsemibold';
	text-decoration: underline;
}

/*transitions*/

nav > ul > li,
nav > ul > li > a,
.submenu > li > a,
#contacto .boton,
form input[type="submit"],
#quienes-somos .boton,
.scrollup
{
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.submenu
{
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
}

/*ID*/

#banner,
#banner-interno
{
	position: relative;
	background: url(../images/banner-back.jpg) center center no-repeat;
	background-size: cover;
}
#banner:after,
#banner-interno:after
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 108px;
	width: 100%;
	background: url(../images/forma-banner.png) center top no-repeat;
	z-index: 1;
}
#banner-interno
{
	overflow: hidden;
	height: 300px;
}
#banner-interno img
{
	width: 100%;
	position: relative;
	margin-top: -80px;
}
#centro .content
{
	max-width: 1041px;
	padding: 0 15px;
	padding-bottom: 50px;
}
#centro .content h3
{
	display: inline-block;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
#centro .content.b h3
{
	margin-top: 0px;
}
#centro p
{
	text-align: justify;
}
#centro article
{
	border-bottom: 1px solid #e9e9e9;
}
#centro article:last-child
{
	border-bottom: none;
}
#contacto
{
	position: relative;
	background: #282828;
}
#contacto .content
{
	background: url(../images/back-contacto.png) 30px top no-repeat;
	padding-bottom: 50px;
}
#contacto .content:after
{
	display: block;
	content: "";
	clear: both;
}
#contacto article
{
	float: right;
	width: 50%;
	text-align: center;
}
#contacto:after
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -108px;
	width: 100%;
	height: 108px;
	background: url(../images/forma-bottom.png) center top no-repeat;
	z-index: 1;
}
#contacto h3
{
	color: #fff;
	margin-bottom: 40px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
#contacto h3 span
{
	color: #ffbe00;
}
#contacto p
{
	color: #fff;
}
#contacto p b
{
	font-family: 'montserratbold';
}
#contacto p i
{
	color: #ffbe00;
}
#contacto .boton
{
	background: #ffbe00 url(../images/pdf.png) 10px center no-repeat;
	background-size: auto 35px;
	padding: 10px 10px 10px 80px;
	text-align: left;
	margin-top: 15px;
	box-shadow: 0 0 3px #000;
}
#logos
{
	background: #ededed;
	padding: 50px 0 158px 0;
	text-align: center;
}
#logos .content
{
	font-size: 0;
}
#logos article
{
	display: inline-block;
	width: 18%;
	margin: 0 2%;
}
#logos article img
{
	width: 100%;
	max-width: 150px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.40);
}
#quienes-somos .content
{
	max-width: 1041px;
	font-size: 0;
	padding: 0 15px;
	margin-bottom: 50px;
}
#quienes-somos h3
{
	display: inline-block;
	text-align: center;
	margin-top: -75px;
	margin-bottom: 20px;
}
#quienes-somos h3 span,
#centro h3 span
{
	color: #ffbe00;
}
#quienes-somos .boton
{
	color: #fff;
	font-family: 'montserratsemibold';
	font-size: 20px;
}

/*CLASS*/

.back-amarillo
{
	background: #ffbe00;
}
.boton
{
	display: inline-block;
	padding: 10px 30px;
}
.content
{
	width: 100%;
	max-width: 1240px;
	margin: auto;
}
.documentos ul li
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 15px;
}
.documentos ul li a
{
	display: block;
	padding: 15px 15px 15px 60px;
	background: rgba(255,255,255,0.50);
	box-shadow: 0 0 3px rgba(0,0,0,0.30);
	border-radius: 5px;
	color: #333;
	position: relative;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	min-height: 76px;
}
.documentos ul li a i
{
	background: url(../images/pdf-icono.png) center center no-repeat;
	background-size: 40px;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ico-quienes-somos,
.ico-contacto,
.ico-biografia,
.ico-documentacion
{
	width: 112px;
	height: 70px;
	display: inline-block;
}
.ico-quienes-somos
{
	background: url(../images/ico-quienes-somos.png) no-repeat;
	background-size: 100%;
}
.ico-contacto
{
	background: url(../images/ico-contacto.png) no-repeat;
	background-size: 100%;
}
.ico-biografia
{
	background: url(../images/ico-biografia.png) no-repeat;
	background-size: 100%;
}
.ico-documentacion
{
	background: url(../images/ico-documentacion.png) no-repeat;
	background-size: 100%;
}
.img
{
	display: block;
	clear: both;
	position: relative;
}
.img:after
{
	content: "";
	display: block;
	clear: both;
}
.img img
{
	margin-right: 2%;
	width: 46%;
	border-right: 2px solid rgba(255, 190, 0, 0.4);
	border-bottom: 2px solid rgba(255, 190, 0, 0.4);
	border-radius: 0 0 30px 0;
	float: left;
}
.logo, h1
{
	display: inline-block;
	vertical-align: top;	
}
.logo
{
	width: 32%;
	max-width: 170px;
	position: relative;
	z-index: 2;
}
.open-menu, .closed-menu
{
	position: absolute;
	top: 20px;
	right: 15px;
	color: #fff;
	font-size: 40px;
	color: #ffbe00;
	display: none;
}
.quienes-somos-foto,
.quienes-somos-texto
{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.quienes-somos-foto
{
	z-index: 2;
	width: 40%;
	padding-top: 25px;
}
.quienes-somos-foto img
{
	float: right;
	width: 550px;
	border-right: 2px solid rgba(255, 190, 0, 0.4);
	border-bottom: 2px solid rgba(255, 190, 0, 0.4);
	border-radius: 0 0 30px 0;
}
.quienes-somos-texto
{
	z-index: 3;
	width: 60%;
}
.quienes-somos-texto p
{
	background: rgba(255,255,255,0.45);
	padding: 10px 10px 10px 0;
	margin-bottom: 15px;
	text-align: justify;
}
.quienes-somos-texto p span
{
	display: block;
	background: rgba(255,255,255,0.93);
	padding: 20px 15px 20px 0;
}
.scrollup 
{
    position: fixed;
    bottom: 60px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 99999999;
    background: rgba(240, 178, 10, 0.89);
	color:#fff;
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
	border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	font-size:20px;
	text-align:center;
	line-height:48px;
	cursor:pointer;
}
.submenu
{
	position: absolute;
	top: -500px; /*79px*/
	left: 50%;
	margin-left: -100px;
	background: #ffbe00;
	width: 200px;
	padding: 5px;
	opacity: 0;
	z-index: 2;
}
.submenu > li
{
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.50);
	
}
.submenu > li:last-child
{
	border-bottom: none;
}
.submenu > li > a
{
	color: #282828;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	padding: 10px 5px;
}
nav > ul > li:hover .submenu
{
	top: 79px;
	opacity: 1;
}
.top, nav
{
	display: inline-block;
	vertical-align: top;
}
.top
{
	width:  40%;
	background: #fff;
	position: relative;
	padding-left: 15px;
	padding-top: 10px;
}
.top:after
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -25px;
	border-left: 25px solid #fff;
	border-top: 39.5px solid transparent;
	border-bottom: 39.5px solid transparent;
}

@media only screen and (min-width : 900px)
{
	/*Hover*/

	form input[type="submit"]:hover
	{
		padding: 10px 10px 10px 85px;
	}
	nav > ul > li:hover,
	nav > ul > li.active
	{
		background: #161616;
	}
	nav > ul > li:hover > a,
	nav > ul > li.active > a
	{
		color: #ffbe00;
	}
	#contacto .boton:hover
	{
		padding: 10px 10px 10px 90px;
	}
	#quienes-somos .boton:hover
	{
		background: #282828;
	}
	.submenu > li:hover > a
	{
		background: rgba(255,255,255,0.38);
		padding: 10px 5px 10px 10px;
	}
	.scrollup:hover
	{
		background: rgba(240, 178, 10, 1);
	}
	.documentos ul li:hover a
	{
		background: rgba(255, 190, 0, 0.38);
	}

}

@media only screen and (min-width : 901px) and (max-width : 1024px)
{
	nav 
	{
		width: 55%;
	}
	nav > ul > li > a 
	{
		padding: 0 5px;
	}
	form
	{
		padding: 30px 50px 0 50px;
	}
	.quienes-somos-foto img
	{
		width: 500px;
	}
	.top 
	{
		width: 45%;
	}
	
}
@media only screen and (max-width : 900px)
{
	form
	{
		padding: 0 50px;
	}
	form input[type="submit"] 
	{
		display: inline-block;
	}
	nav
	{
		text-align: center;
	}
	nav > ul
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(40,40,40,0.98);
		padding-top: 80px;
		padding-bottom: 50px;
		display: none;
		z-index: 9;
		overflow-y: auto;
	}
	nav > ul > li 
	{
		display: block;
		border-bottom: 1px dotted #ffbe00;
		padding: 0;
	}
	nav > ul > li:last-child
	{
		border-bottom: none;
	}
	nav > ul > li > a 
	{
		height: auto;
		line-height: 23px;
		text-transform: uppercase;
		font-size: 17px;
		border-right: none;
		padding: 20px 15px;
	}
	#banner:after,
	#banner-interno:after
	{
		height: 70px;
		background: url(../images/forma-banner.png) center top no-repeat;
		background-size: auto 70px;
	}
	#banner-interno
	{
		height: 200px;
	}
	#banner-interno img
	{
		width: 878px;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	#contacto:after 
	{
		top: -70px;
		height: 70px;
		background: url(../images/forma-bottom.png) center top no-repeat;
		background-size: auto 70px;
	}
	#contacto .content 
	{
		background: url(../images/back-contacto.png) center top no-repeat;
	}
	#contacto article 
	{
		float: none;
		width: 100%;
	}
	#contacto article:first-child
	{
		margin-bottom: 30px;
		padding-top: 30px;
	}
	#contacto h3 
	{
		margin-top: 0px;
	}
	#logos 
	{
		padding: 50px 0 120px 0;
	}
	#quienes-somos h3,
	#centro .content h3
	{
		display: block;
		margin-top: 20px;
	}
	.documentos ul li
	{
		display: block;
		width: 100%;
	}
	.img
	{
		text-align: center;
	}
	.img img 
	{
		margin-right: 0;
		width: 100%;
		float: none;
		max-width: 600px;
		margin-bottom: 30px;
	}
	.open-menu, .closed-menu
	{
		display: block;
	}
	.quienes-somos-texto 
	{
		width: 100%;
		text-align: center;
	}
	.quienes-somos-texto p 
	{
		padding: 10px;
	}
	.quienes-somos-texto p span 
	{
		background: rgba(255,255,255,0.93);
		padding: 20px 15px;
	}
	.quienes-somos-foto 
	{
		width: 100%;
		text-align: center;
	}
	.quienes-somos-foto img 
	{
		float: none;
		width: 100%;
		max-width: 600px;
		border-right: 2px solid rgba(255, 190, 0, 0.4);
		border-bottom: 2px solid rgba(255, 190, 0, 0.4);
		border-radius: 30px 0 30px 0;
	}
	.submenu
	{
		position:inherit;
		top: 0px; /*79px*/
		left: 0%;
		margin-left: 0px;
		background: #ffbe00;
		width: 100%;
		padding: 0px;
		opacity: 0;
		overflow: hidden;
		height: 0;
	}
	.submenu > li 
	{
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.50);
	}
	nav > ul > li:hover .submenu
	{
		top: 0px;
		opacity: 1;
		padding: 5px;
		height: auto;
	}

}

@media only screen and (min-width : 601px) and (max-width : 900px)
{
	nav
	{
		width: 30%;
	}
	#logos article
	{
		width: 28%;
		margin: 0 2%;
	}
	.top
	{
		width: 70%;
	}
	/*banner*/
	
	#banner-slide
	{
		height: 390px !important;
		overflow: hidden;
	}
	ul.bjqs
	{
		height: 390px !important;
		width: 899px !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	li.bjqs-slide
	{
		height: 390px !important;
		width: 899px !important;
	}
	li.bjqs-slide img
	{
		height: 390px !important;
		width: 899px !important;
	}

}

@media only screen and (max-width : 600px)
{	
	h1 
	{
		width: 100%;
		text-align: center;
		background: #282828;
		padding: 30px 15px 10px 15px;
		color: #fff;
		position: relative;
		margin-top: -25px;
	}
	header
	{
		height: auto;
		background: #161616;
	}
	nav
	{
		width: 100%;
		height: 60px;
		padding-right: 0;
	}
	form
	{
		padding: 0 20px;
	}
	#logos 
	{
		padding: 50px 0 80px 0;
	}
	#logos article
	{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.logo, h1 
	{
		display: block;
	}
	.logo 
	{
		width: 100%;
		max-width: 150px;
		margin: auto;
	}
	.open-menu 
	{
		top: 10px;
		right: auto;
		left: 50%;
		margin-left: -17px;
	}
	.top
	{
		width: 100%;
		padding-left: 0;
	}
	.top:after 
	{
	display: none;
	}
	
	/*banner*/
	
	#banner-slide
	{
		height: 300px !important;
		overflow: hidden;
	}
	ul.bjqs
	{
		height: 300px !important;
		width: 692px !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	li.bjqs-slide
	{
		height: 300px !important;
		width: 692px !important;
	}
	li.bjqs-slide img
	{
		height: 300px !important;
		width: 692px !important;
	}
	
	
}

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