zzz@charset "utf-8";
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Base Styles
- Special theme
- Navigation
- Content
- Buttons
- Forms
- Map
- Footer
- Typography

*/

/*Base Styles*/
html,body{
 font-family: 'Oswald', sans-serif;
	width:100%;
	height:auto;
	color:#716F6F;
}

 h3 h4 h5 h6{ color:#00112c !important;

}

span{ color:#00112c !important;

}

h1{
	font-size:36px;
	background:#00112c;
	padding:7px;
	color:#ffffff;
	height:auto;
	text-align:center;

	}


h2{
	font-size:30px;
	padding:7px;
	color:#ffffff;
	height:auto;
	text-align:center;
	margin-bottom:70px;


	}
h3 {
	color:#00112c;
	font-size:28px;
	text-align:center;
	}
p{
	font-size:14px;
	color:#716F6F;
	padding:10px;
	font-weight:100;
}

ul{
	font-size:14px;
	color:#716F6F;
	padding:10px;
	font-weight:100;
	font-weight:bold;
}


#centrar  { display: block; margin-left: auto; margin-right: auto; width:80%; height:auto; }

.textgrande_centrar
{position:relative;
    left: 60%;
    top:100px;
    transform: translate(-60%, -60%);
    -webkit-transform: translate(-60%, -60%);}
 	.button_call a{
		color:#ffffff;
		text-align:center;
		border:#ffffff solid thin;
		width:100px;
		font-size:14px;
		margin-left:40%;
		padding:5px;
		background: rgba(255, 255, 255, 0.1);
		cursor:pointer;
		}
			.button_call a:hover{
				background: rgba(255, 255, 255, 0.3);
				cursor:pointer;
			}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*Special theme*/
.caja{
	background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);


	}
	.caja p{
		font-size:16px;
		font-weight:bold;
		padding: 10px;
		}
.caja_white{

	/* nice browsers */
	background: rgba(255, 255, 255, 0.90);
	padding: 10px;


	}
.iconos{ margin-left:12%; margin-top:25px;}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width:100%;
height:100%;
}
.articulo{
	margin:20px;
	width:100%;
	}

/*Buttons*/
.button_2{
	display:block;
	width:50px;
	height:35px;
	position:absolute;
	bottom:0px;
	left:47%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button_2:hover{
	background-color:#494949;
	cursor:pointer;
}
.btn_ver{
	color:#ffffff;
	background:#13a5d9;
	padding:10px;
	font-size:14px;
	text-align:center;
	width:auto;
	height:auto;
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-ms-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
	cursor:pointer;
	margin-left:15%;
	margin-right:15%;
	width: 60%;
	height: auto;
	}
.btn_ver:before {
content: url("../images/btn_ver.png");
display:inline-block;
vertical-align: middle;
margin-right:5px;
}
.btn_ver:hover {
	background:#36c1f2;

	}

/*Content*/
.logo{
	width:200px;
	height:auto;
	padding: 0px;
	margin-right:40px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}

.english{
	width:103px;
	height:auto;
	padding: 0px;
	margin-right:40px;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:10px;
	}


.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:100%;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
/******************************
 SLIDE 1
*******************************/
#slide1{
	background-image:url(../images/slide1/home.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;

	width:100%;
}
/******************************
 SLIDE 2
*******************************/
#slide2{
	background-image:url(../images/slide2/back-textura.jpg);
	height:auto;
	width:100%;
	padding-bottom:100px;

}
#slide2 img:first-child{
	position:absolute;
top: 700px;
left: -150px;
}
#slide2 img:nth-child(2){
	position:absolute;
	top:300px;
	left:100px;
}
#slide2 img:nth-child(3){
	position:absolute;
	top:600px;
	left:300px;
}
#slide2 img:nth-child(4){
	position:absolute;
	top:400px;
	left:300px;
}
#slide2 img:nth-child(5){
	position:absolute;
	top:600px;
	right:300px;
}
#slide2 img:nth-child(6){
	position:absolute;
	top:600px;
	right:300px;
}
#slide2 img:nth-child(7){
	position:absolute;
	top:400px;
	right:100px;
}
#slide2 img:nth-child(8){
	position:absolute;
	top:100px;
	right:300px;
}
/******************************
 SLIDE INTER
*******************************/

#slideinter{
	background-image:url(../images/interslide/inter.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
}
#slideinter .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

/******************************
 SLIDE 3
*******************************/
#slide3{
	background-image:url(../images/slide3/back-textura_azul.jpg);
	height:auto;
	width:100%;
}

/******************************
 SLIDE INTER 02
*******************************/

#slideinter02{
	background-image:url(../images/interslide02/inter02.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
}
#slideinter02 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

/******************************
 SLIDE 02
*******************************/

#slide4{
	background-image:url(../images/slide4/desktop4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
}
#slide4 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}


/*Forms*/

.form_personal{
	padding:20px;
	}
		.form_personal div {
			margin-bottom:10px;
			color:#716F6F !important;

			}
textarea::placeholder{ margin-left:10px;}
/*Map*/
.map{
	margin:0;
	padding:0;
	}

/*Footer*/
.footer{

	background:#032534;
	color:#ffffff !important;
	padding:10px;
	font-size:14px;
	text-align:right;

	}


/*Media Querry*/




/* Larger than mobile */
@media (min-width: 300px) {



	h3 {
	color:#00112c;
	font-size:20px;
	text-align:center;
	}

	#centrar  { display: block; margin-left: auto; margin-right: auto; width:40%; height:auto; }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {


	h3 {
	color:#00112c;
	font-size:18px;
	text-align:center;
	}
	#centrar  { display: block; margin-left: auto; margin-right: auto; width:70%; height:auto; }
}


/* Larger than tablet */
@media (min-width: 750px) {


	h3 {
	color:#00112c;
	font-size:18px;
	text-align:center;
	}
	#centrar  { display: block; margin-left: auto; margin-right: auto; width:70%; height:auto; }

}

/* Larger than desktop */
@media (min-width: 1000px) {

	h3 {
	color:#00112c;
	font-size:28px;
	text-align:center;
	}
	#centrar  { display: block; margin-left: auto; margin-right: auto; width:70%; height:auto; }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

	h3 {
	color:#00112c;
	font-size:28px;
	text-align:center;
	}

	#centrar  { display: block; margin-left: auto; margin-right: auto; width:80%; height:auto; }
}

