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

@font-face {
    font-family: 'caslon';
    src: url('../fonts/Adobe_Caslon_Pro_Semibold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}


body {
	color: #8E8D8D;
	font-size:1rem;
	font-weight: 100;
	line-height: 1.3;
	padding: 0px;
	margin: 0px;
	
}	

article {
	
}

.header {
	background-color:#0c3c60;
	  overflow: hidden;
  /*position: fixed;*/
  width: 100%;
  top: 0px;
  height: 100px;
  z-index: 99;
  
}

.contenedorRow {
	max-width:1200px;
	
	display:flex;
	flex-direction:row;
	margin:auto;
	flex-flow: wrap;
	justify-content:center;
	
}

.contenedorRow img {
	width:300px;
	padding: 20px;
}


.contenedorRow3 {
	max-width:1100px;
	margin:auto;
	
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.contenedorRowEs {
	max-width:1100px;
	margin:auto;
	
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.contenedorRow3 img {
	width:200px;
	
}

.contenedorRow9 {
	max-width:650px;
	text-align:center;
	
	display:flex;
	flex-direction:row;
	justify-content: center;
	flex-wrap:wrap;
	margin:auto;
}

.contenedorRow 9 img {
	width:210px;
}

.contenedorRowUs {
	max-width:1200px;
	
	display:flex;
	flex-direction:row;
	margin:auto;
	flex-flow: wrap;
	justify-content:center;
	
}

.contenedorRowUs img {

}

.img350 img {
	width:350px;
}

.size img {
	width: 370px;
	
}

.contenedorAzul {
	background-color:#0c3c60;
	display:flex;
	flex-direction:column;
	margin: 25px;
	width: 300px;
    margin: 20px;
	padding-bottom: 40px;
	
}

/*.contenedorAzul img {
	width:180px;
	padding-left: 60px;
    padding-right: 60px;
	padding-top: 0px;
}*/

.contenedorAzul img {
	width:250px;
	height:auto;
	padding-left: 20px;
    padding-right: 20px;
	padding-top: 0px;
}

.contenedorAzul-cont {
	background-color:#0c3c60;
	display:flex;
	flex-direction:column;
	margin: 25px;
    margin: 20px;
	padding-bottom: 40px;
	
}

.imagen-home {
	margin-left: auto;
    margin-right: auto;
}

.imagen-home img {
	width:170px;
	height:auto;
	padding-left: 20px;
    padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}


article h1 {
	
	
}

article h2 {
	font-family: 'Raleway', sans-serif;
	color:#0c3c60;
	font-size:4rem;
	text-align:center;
	font-weight:100;
}

article h3 {
	color:#0C3C60;
	font-family: 'Raleway', sans-serif;
	font-size:1.4rem;
	text-align:center;
	
}


article p {
	font-family: 'Open Sans', sans-serif;
	color:#0C3C60;
	text-align:center;
	
}


article h4 {
	color:#FFF;	
}

article h5 {
	font-family: 'Open Sans', sans-serif;
	color:#6EA4CA;
	text-align:left;
	font-weight: 100;
    font-size: 2rem;
	padding:10px;
	margin-top: 10px;
}

article h6 {
	color:#39729B;
	font-family: 'Raleway', sans-serif;
	font-size:1.4rem;
	text-align:left;
	font-weight:200;
	padding-left: 20px;
	margin-top: 0px;
    margin-bottom: 0px;
	
}



.contenedor-header {
	
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
		
}

.logo h4{
	font-family: 'Libre Caslon Text', serif;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	line-height:10px;
	padding:10px;
	text-align:center;
}

.text-just {
	text-align: justify;
    max-width:650px;
}

.text-lista {
	text-align: justify;
    max-width: 650px;
    font-family: 'Open Sans', sans-serif;
    color: #0C3C60;
	
}

.ima-list img {
	width:125px;
	margin:auto;
}


.text-us {
	text-align: justify;
    max-width:430px;
	padding-top:10px;
	padding-bottom:10px;
}

.lang {
    width: 120px;
    text-align: center;
    background-color: #fff;
	color:#666;
    border-radius: 50px;
    height: 35px;
	display:inline;
	margin-left: 15px;
	
}

.band {
	align-items:center;
	display: inline-flex;
	margin-top: -8px;
}

.band-en {
	background-color: white;
	width: 110px;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
	padding-left:10px;
}

.band-link {
	text-decoration: none;
    display: inherit;
}
	
.band img {
	width: 30px;	
	padding-left: 10px;
    padding-right: 10px;
}

.arrow img {
	height: 8px;
    width: 11px;
	
}

#en {
 	display:none;	
}

/******  menu ****/

#nav-container > nav > ul {
  list-style-type: none;
}

/* NAVIGATION */
#nav-background {
  /*position: fixed;
  top: 0;*/
  z-index: 9000;
  width: 100%;
  background-color: #0c3c60;
  /*border-bottom: 1px solid #ddd;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  */
}

#nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
}

#nav-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

#nav-logo {
	/*font-family: 'Libre Caslon Text', serif;*/
	font-family: 'caslon';
	font-size:22px;
	font-weight:600;
	color:#FFF;
	line-height:10px;
	padding:0px;
	text-align:center;
  	text-decoration: none;
}
#nav-logo:hover {
  color: #fff;
  
}

.ul {
	  margin-left:0px;
  margin-right:0px;
}

.nav-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  z-index:99;

}

.nav-ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 200;
  font-size: 0.8rem;
  -webkit-transition: 200ms;
  transition: 200ms;
  
  padding-left:18px;
  padding-right:18px;
  padding-top: 18px;
  padding-bottom: 20px;
}

.nav-link:hover {
  color:#d1e0eb;
}

.active-link {
  color:#FFF;
}

/* END NAVIGATION */


/****** fin menu *****/



.topnav {
  background-color: #fff;
  overflow: hidden;
        margin: auto;
    max-width: 1400px;
    display: flex;
    justify-content: center;
	font-family: 'metamedium_roman';
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;

}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #fff;
  color: #666;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #ffffff00;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



.content-menu {
	max-width:60%;
	
	display:flex;
	justify-content:space-around;
	flex-direction:column;
	flex-wrap:wrap;
	padding:10px;
	
}

.menu-items a:link{
	color:#FFF;
	text-align: center;
    line-height: 0.8rem;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.menu-items a:hover {
	color: #D1E0EB;
    transition: color 0.4s ease 0s;
	text-decoration:none;
}

.menu-items a:visited {
	color:#FFF;
    transition: color 0.4s ease 0s;
	text-decoration:none;
}


.menu-items a:active {
	color:#FFF;
	text-align: center;
    line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}

/* Hide the link that should open and close the topnav on small screens */
.menu-items .icon {
  display: none;
}


.parallax {
  /* The image used */
  background-image: url("../images/portada.jpg");

  /* Set a specific height */
  height: 730px;

  /* Create the parallax scrolling effect */
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}


.fondo {
	position:relative;
    height:700px;
    background:red url(../images/fondo.jpg) no-repeat;
    background-attachment:fixed;
	background-size: 100%;
    z-index: 1;
}

.fondo-2 {
	width:100%;
	z-index: 1;
	background-color: #d1e0eb;

}

.fondo-2 img {
	width:100%;
	height:auto;
	
}

.desk {
	width:100$;	
}

.mobile {
	display:none;
}


.contentRow-celeste {
	background-color:#d1e0eb;
	width:100%;
	padding-top:0px;
	padding-bottom:80px;
	
}

.row-simple {
	width:340px;
	
	display:flex;
	flex-direction:column;
}
.form-control {
	max-width: 100%;
    margin-bottom: 3px;
    margin-top: 5px;
	font-size: 0.9rem;
	padding: 7px;
}

.copy {
	flex-direction: row;
    justify-content: space-around;
	align-items: center;
	background-color: #0c3c60;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copy img {
	width:30px;
	height:28px;
}

.item-copy {
	max-width:200px;
	
}

.azul {
	background-color:#0c3c60;
	padding-top: 60px;
} 

.bg-white {
	background-color:#ffff;
} 

.blanco {
	color:#FFF;
	
}

.celeste {
	color:#6EA4CA;	
}

.linea {
	width: 100px;
    height: 4px;
    background-color: #6EA4CA;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
}

.dir-col {
	flex-direction:column;
	align-content: center;
	padding-left:20px;
	padding-right:20px;
}

.btn-red {
	background-color:rgba(207, 32, 47, 1);
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	line-height: 2.4rem;
	border-radius:20px;
	color:#FFF;
	width: 150px;
	margin: auto;
	text-align:center;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration:none;
}

.btn-red:hover {
  background-color: rgb(120, 89, 191);
  color: white;
  text-decoration:none;
}

.btn-golden {
	background-color:rgba(179, 150, 55, 1);
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	line-height: 2.4rem;
	border-radius:20px;
	color:#FFF;
	width: 150px;
	margin: auto;
	text-align:center;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	text-decoration:none;
}

.btn-golden:hover {
  background-color: rgb(120, 89, 191);
  color: white;
  text-decoration:none;
}

.btn-celeste {
	background-color:rgba(110, 164, 202, 1);
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	line-height: 2.4rem;
	border-radius:20px;
	color:#FFF;
	width: 150px;
	margin: auto;
	text-align:center;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	text-decoration:none;
}

.btn-celeste:hover {
  background-color: rgb(120, 89, 191);
  color: white;
  text-decoration:none;
}

.btn-form {
	border: 0;
    margin-top: 10px;
	text-decoration:none;
}

.maps-mar {
		
	
}

.col-reverso {
	
}


.p-top {
	padding-top: 120px;
}

.p-bottom {
	padding-bottom:120px;
}

.m-top {
	margin-top: 50px;
}

.m-bottom {
	margin-bottom:50px;
}


.form-base {
	width:355px;
	padding-top:30px;
}

.m-15 {
	margin:15px;
}

.contenedorVideo {
  width:650px;
  height: auto;
  margin:auto;
}


@media only screen and (max-device-width: 1366px) {
.pad-para {
	height: 60px;
	
}

.parallax {
	height: 615px;
	padding-top: 55px;
  }
}

@media only screen and (max-device-width: 1290px) {
  
.header {
	 height: auto;
	 padding-bottom:35px;
}

.contentRow-celeste {

	padding-bottom:40px;
	height: auto;

	
}

.contenedorRow {
	margin-top:0px;
	margin-bottom:0px;
	
}

.fondo {
    background-color:#C60;
    height:572px;

}
/*.fondo {
	height: auto;

}*/

.pad-para {
	  height:50px;
	  
  }
  
  .parallax {
	height: 570px;
    padding-top: 60px;
  }
}

@media only screen and (max-device-width: 1200px) {

  


.fondo {
    height:550px;
}


.pad-para {
	height: 60px;
	
}

.parallax {
	background-size: 105%;
  }
}

@media only screen and (max-device-width: 1026px) {

  

.pad-para {
	  height:0px;
	  
  }
  
  .parallax {
	height: 500px;
    background-size: 115%;

}

}

@media only screen and (max-device-width: 800px) {


.fondo {
	position:relative;
    height:700px;
    background:#9FF url(../images/fondo-2.jpg) no-repeat center;
    background-attachment:fixed;
	background-size: 140%;
    z-index: 1;
}

.desk {
	display:none;	
}

.mobile {
	display: block;
}

#nav-logo {
    padding: 5px;
}

/*.contenedorRow {
margin-top: 60px;
}*/


.parallax {
	background-position: center top;
	height: 500px;
    background-size: 150%;
}

}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {

  


#selector {
	text-align:center;
	
}

.contenedor-header {
	flex-direction:column;
}


  .topnav.responsive {position: relative;
      display: contents;
	  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
article h2 {
	padding-top:50px;
	font-size: 1.8rem;
}

.maps-mar {
	width:100%;	
	
}

.contenedorRow img {
	width:300px;
	height:auto;
}

.contenedorAzul img {
	width:250px;
	height:auto;

}

.contenedorRowEs {
	flex-direction:column;
	
	justify-content:center;
}

.contenedorRowEs img {
	width:280px;
	margin:auto;
}

.contenedorRow9 {
	justify-content:center;
}

.contenedorRow9 img {
	justify-content:center;
}


.col-reverso {
	flex-direction:column-reverse;
}

.contenedorRow3 {
	flex-direction:column;
}

.contenedorRow3 img {
	width: 200px;
    margin: auto;
	
}

.text-us {
	padding-left: 20px;
    padding-right: 20px;
    max-width:430px;

}


.imagen-home {
}

.imagen-home img {
	width:170px;
	height:auto;
	padding-left: 20px;
    padding-right: 20px;
	padding-top: 0px;
}

.parallax {
	background-position: center;
    height: 600px;
    background-size: 200%;
}

.ima-list img {
    width: 125px!important;
}

}


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

  

.fondo {
	background-size: 160%;
}

.parallax {	
	background-image: url("../images/portada-2.jpg");
	background-size: 280%;
	
}
}

@media screen and (max-width: 450px) {
.parallax {	
	background-size: 100%;
    height: 500px;	
}
}

@media screen and (max-width: 350px) {
.parallax {	
	background-size: 100%;
    height: 480px;	
}

.row-simple {
	width: 300px;
}

}


/* MOBILE MENU */
@media screen and (max-width: 700px) {

  #nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  #nav-menu-button {
    padding: 1rem;
    cursor: pointer;
	align-self: flex-end;
    margin-top: -145px;
    margin-bottom: 60px;
	
  }


.hamb {
  	width: 28px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
	
}


  .nav-ul {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    direction: rtl;
    transition: max-height 400ms;
    max-height: 80vh;
	margin-left: 45px;
	z-index:99;
  }

  .hide-ul {
    max-height: 0;
  }

  .nav-link {
    font-size: 1rem;
    border-bottom: 1px solid #f4f4f4;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	padding-left: 0px;
	padding-right:0px;
  }
  
.cel {
	 flex-direction: column; 
	 margin-top: 30px;
	 
	  
  }

#nav-logo {
    margin-right: 0px;
	font-size: 1.5rem;
  }
  
#selector {
	margin-top: 0px;
	align-self: center;
    width: 170px;
	margin-bottom: 15px;
} 

#nav-header {
align-items: flex-start;
}

.pad-left-rig {
	padding-left: 10px;
    padding-right: 10px;
}

.contenedorRowUs img {
	width:100%;
}

.m-15 {
	margin-left:0px;
	margin-right:0px;
}

.m-title {
	margin-top: 120px;
}


}
/* END MOBILE MENU */

/* DESKTOP MENU */
@media screen and (min-width: 701px) {

  #nav-menu-button {
    display: none;
  }

  .nav-link {
    flex-basis: auto;
    padding-top: 1.1rem;
    padding-right: 1.2rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
  }
}

/* This moves the logo so that it's not touching the left side */
/*@media screen and (max-width: 1040px) {
  #nav-logo {
    margin-left: 1rem;
  }
}
/* END DESKTOP MENU */

