*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: #FFF;
	font-family: 'Browallia New';
	font-size: 16px;
	padding-top: 65px;
}
header{
	background: #C8E9F0;
	/*position: fixed;*/
	width: 100%;
	top: 0;
}
.enc{
	position: absolute;
	background: #F5F5F5;
	width: 100%;
	top: 0;
	max-width: 3000px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}
.enc .text{
	display: inline-block;
	text-align: center;
}
.enc .text  p{
	color: #888888;
	text-decoration: none;
	display: inline-block;
	padding: 1em;
	text-align: center;
	line-height: 20px;
	padding: 0px 15px;
	font-family:Trebuchet MS,Verdana,Arial,Tahoma;
	font-weight: bold;
	font-size: 13px;
}
.enc .text a{
	color:#26AEBD;
	text-decoration: none;
	display: inline-block;
	padding: 1em;
	text-align: center;
	line-height: 50px;
	padding: 0px 15px;
	font-family:Trebuchet MS,Verdana,Arial,Tahoma;
	font-weight: bold;
	font-size: 13px;
}
.menu{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}
.menu .logo{
	display: inline-block;
	margin-right: 1em;
	margin-left: -60px;
	margin-top: -20px;
}
.menu .logo img{
	vertical-align: top;
	height: 100px;
	padding-top: 20px;
}
.menu .btn-menu{
	display: none;
	color: #FFF;
	float: right;
	text-decoration: none;
	font-size: 1em;
}
.menu .enlaces,
.menu .system{
	display: inline-block;
	text-align: center;
}
.menu .enlaces a{
	color:#0E5992;
	text-decoration: none;
	display: inline-block;
	padding: 1em;
	text-align: center;
	line-height: 80px;
	padding: 0px 15px;
	font-family:Browallia New;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 1100px){
    .menu .logo{
		margin-left: 0px;
	}
}
.menu .system a{
	margin-top: 20px;
	color:#FFF;
	text-decoration: none;
	display: inline-block;
	padding: 1em;
	text-align: center;
	line-height: 35px;
	padding: 0px 15px;
	font-family:Browallia New;
	font-weight: bold;
	font-size: 15px;
}
.menu .system a:hover{
	text-decoration: none;
	color:#FFF;
}
.menu .enlaces a:hover{
	background-color:#BDE3EB;
	text-decoration: none;
	color: #0E5992;
}
.headroom{
	transition: transform .3s ease;
}
.headroom--pinned{
	transform: translateY(0%);
}
.headroom--unpinned{
	transform: translateY(-100%);
}
@media screen and (max-width: 700px){
	header .menu{
		flex-direction: column;
	}
	header .menu.logo{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 1em;
	}
	header .menu .logo .btn-menu{
		display: inline-block;
	}
	header .menu .enlaces{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
.acceso{
	background: #72BDCD;
	font: bold 15px Browallia New;
	text-decoration: none;
	color: #FFFFFF;
	border:4px solid #AEDCE5;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;	
	transition: background 1s,color 1s;
	-webkit-transition:background 1s,color 1s;
	-moz-transition:background 1s,color 1s;
	-o-transition:background 1s,color 1s;
}
.acceso:hover{
	background: #7CC7D6;
	color: #FFFFFF;
	text-decoration: none;
}

.fondo{
	margin-top: -6%;
}
.fondo img{
	margin-top: -6%;
	height: 350px;
}
.container {
	margin-top: 0;
	max-width: 100%;
	grid-area: container;
}
.inf{
    height: 10px;
}
.inf nav{
    background: #1D447D;
	width: 100%;
	grid-area: inf;
	padding-bottom: 0px;
	position: absolute;
}
.inf nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.inf nav ul p{
    text-align: left;
    color:#3F72BD;
    line-height: 30px;
    margin-left: 90px;
    font-size: 20px;
    font-family:Arial,Tahoma;
    font-style: bold; 
}
.area {
	margin-top:1%;
	font-family:Arial,Tahoma;
	font-style: italic;
	color:  #fff;
	text-align:center;
}

.col-lg-4{
	height: 215px;
	color: #FFF;
}
.col-lg-4 li{
	margin-top:  15px;
	margin-left: 15%;
	font-size: 24px;
}
a.contacto{
    margin-left: 46%;
   transform: translateX(-46%);
	background: #3F72BD;
	font: bold 20px Browallia New;
	text-decoration: none;
	color: #FFFFFF;
	border:4px solid #3F72BD;
	padding: 3px 15px 3px 15px;
	border-radius: 5px;
	margin-top: 0;
	grid-area: contacto;
}
.enlace{
    height: 10px;
    margin-top: -2%;
}
.enlace .uno {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color:#343472;
    line-height: 60px;
    font-size: 20px;
    font-family:Arial,Tahoma;
    font-style: bold; 
    margin-top: 2.5%;
    grid-area: uno;
}
.enlace .dos {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color:#343472;
    line-height: 60px;
    font-size: 20px;
    font-family:Arial,Tahoma;
    font-style: bold; 
    margin-top: 2.5%;
    grid-area: dos;
}
@font-face{
	font-family: 'Browallia New';
	src:url('../fonts/Browallia New.ttf');
}
.contenedor1{
	width: 100%;
	max-width: 3400px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1,100%);
	grid-template-rows:repeat(1,auto);
	background-image: url('../img/fondoinicio.jpeg'); 
	background-size: 100%;
	grid-template-areas: "container";
}
.contenedor2{
	width: 100%;
	max-width: 1400px;
	display: grid;
	grid-template-columns: repeat(1,100%);
	grid-template-rows:repeat(3,70px);
	grid-template-areas: "uno"
						"contacto"
						"dos";	
}
.contenedor3{
	width: 100%;
	max-width: 1400px;
	display: grid;
	grid-template-columns: repeat(1,100%);
	grid-template-rows:repeat(1,30px);
	grid-template-areas: "inf";	
}
@media screen and (max-width: 920px){
	.contenedor2 a.contacto{
	margin-left: 42%;
   transform: translateX(-42%);
}
}
@media screen and (max-width: 335px){
	.contenedor2 a.contacto{
	margin-left: 30%;
   transform: translateX(-30%);
}
}
@media screen and (max-width: 991px){
	.contenedor1{
		background-size:  100%;
	}
	.contenedor1 .container h1{
		font-size: 10vw;
	}
.contenedor1 .container li{
	font-size: 5vw;
}
.contenedor2{
		width:100%;
	}
	.contenedor2 a.contacto{
	font: bold 20px Browallia New;
	border:4px solid #3F72BD;
	padding: 3px 15px 3px 15px;
	border-radius: 5px;
	text-decoration: none;
	}
	.contenedor2 .enlace .uno{
		font-size: 4vw;
	}
	.contenedor2 .enlace .dos{
		font-size: 4vw;
	}
	.contenedor3 .inf{
		font-size: 4vw;
	}
}
@media screen and (max-width: 731px){
	body{
		padding-top: 65px;
	}
}
@media screen and (max-width: 582px){
	body{
		padding-top: 110px;
	}
}
@media screen and (max-width: 424px){
	body{
		padding-top: 100px;
	}
}
@media screen and (max-width: 305px){
	body{
		padding-top: 103px;
	}
}
@media screen and (max-width: 304px){
	body{
		padding-top: 153px;
	}
}
@media screen and (max-width: 265px){
	body{
		padding-top: 165px;
	}
}
@media screen and (max-width: 257px){
	body{
		padding-top: 170px;
	}
}
@media screen and (max-width: 163px){
	body{
		padding-top: 210px;
	}
}
@media screen and (max-width: 157px){
	body{
		padding-top: 260px;
	}
}
.seleccion{
	margin-right: 50px;
}
.box {
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-85%, -50%);
}
.box select {
  background-color: #FFFFFF;
  color: #0E5992;
  padding: 2px;
  width: 250px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.box option{
  background-color: #FFFFFF;
  color: #0E5992;
  padding: 2px;
  width: 250px;
  border: none;
  font-size: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;	
}
.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(215, 215, 215, 0.4);
  pointer-events: none;
}
.box select option {
  padding: 30px;
}
.change{
	  position: absolute;
	top: 50%;
    left:  95%;
   transform: translate(-95%, -50%);
	background: #dde0e0;
	font: bold 20px Browallia New;
	text-decoration: none;
	color: #FFFFFF;
	border:4px solid #dde0e0;
	padding: 0.2px 10px 0.2px 10px;
	border-radius: 5px;
}
@media screen and (max-width: 1180px){
	.box{
		top: 50%;
  		left: 75%;
  		transform: translate(-75%, -50%);
	}
	.change{
		top: 50%;
  		left: 90%;
  		transform: translate(-90%, -50%);
	}
}
@media screen and (max-width: 952px){
	.box select{
		width: 100px;
	}
	.box option{
		width: 100px;
	}
	.change{
		top: 50%;
  		left: 90%;
  		transform: translate(-90%, -50%);
	}
}
.enc1{
display:flex;
flex-direction: column;}
@media screen and (max-width: 674px){
	.box{
		top: 90%;
  		left: 80%;
  		transform: translate(-80%, -90%);
	}
	.box select{
		height: 26px;
	}
	.box option{
		height:  26px;
	}
	.box::before{
		line-height: 20px;
	}
	.change{
		top: 90%;
  		left: 95%;
  		transform: translate(-95%, -90%);
  		font: bold 15px Browallia New;
		border:4px solid #dde0e0;
		padding: 0.2px 8px 0.2px 8px;
		border-radius: 5px;
	}
}
@media screen and (max-width: 542px){
	.change{
		top: 90%;
  		left: 100%;
  		transform: translate(-100%, -90%);
	}
}
@media screen and (max-width: 422px){
	.box{
		top: 90%;
  		left: 60%;
  		transform: translate(-60%, -90%);
	}
	.change{
		top: 90%;
  		left: 95%;
  		transform: translate(-95%, -90%);
	}
}
@media screen and (max-width: 300px){
	.change{
		top: 90%;
  		left: 100%;
  		transform: translate(-100%, -90%);
	}
}
@media screen and (max-width: 262px){
	.box{
		top: 90%;
  		left: 50%;
  		transform: translate(-50%, -90%);
	}
	.change{
		top: 90%;
  		left: 95%;
  		transform: translate(-95%, -90%);
	}
}
@media screen and (max-width: 254px){
	.box{
		top: 90%;
  		left: 40%;
  		transform: translate(-40%, -90%);
	}
}
.container-header{
	width: 100%;
	position: relative;
	background-size: 100%;
	display: block;
}

.container-body-header{
	font-family: 'Literata', serif;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.titlei h1{
	text-align: center;
	margin: 20px 0 15px 0;
	font-weight: 300;
}
.lineai{
	border-top: 5px solid #0077C0;
	margin-bottom: 40px;
}


.titlei{
	text-align: center;
	font-family: 'open sans';
	font-size: 40px;
	color:  #6a6a6a;
	margin-top: 70px;
	font-weight: 100;
}

.colum1{
	max-width: 350px;
	width: 100%;
	position: relative;
	top: 20px;
	color: black;
}

.colum1 h3{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}

.colum2{
	max-width: 350px;
	width: 100%;
	position: relative;
	top: 20px;
	color: black;
}

.colum2 h3{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}

.colum3{
	max-width: 350px;
	width: 100%;
	position: relative;
	top: 20px;
	color: black;
}
.colum3 h3{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}

.colum4{
	max-width: 450px;
	width: 100%;
	position: relative;
	top: 20px;
	color: black;
}

.colum4 h3{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}

.colum5{
	max-width: 450px;
	width: 100%;
	position: relative;
	top: 20px;
	color: black;
}

.colum5 h3{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}

.quien{
margin-top: 25px;
}
.logog{
	float: right;
	margin-right: 25%;
	margin-top: 2%;
	position: static;
	grid-area: logog;
}
.nosotrosin{
	background: #FFF;
	height: 340px;
	width: 460px;
	float: right;	
	margin-top: 5%;
	margin-right:  10%;
	position: relative;
	padding-left: 8px; 
	padding-right:8px; 
	margin-bottom: 0px;
	grid-area: nosotrosin;
}
.nosotrosin::after{
	position: absolute;
	top: 0px;
	left: 0px;
	content: ' '; /* fallback for old browsers */
   	background: #2193b0; /* fallback for old browsers */
  	background: -webkit-linear-gradient(to right, #2193b0, #2193b0); /* Chrome 10-25, Safari 5.1-6 */
  	background: linear-gradient(to right, #2193b0, #2193b0);
	width: 100%;
	height: 100%;
	filter: blur(5px);
	z-index: -1;
}
.nosotrosin h1{
	margin-top: 5px;
	font-family:Arial,Tahoma;
	
	color:  #343472;
	text-align: center;
}
.nosotrosin p{
	color:  #000000;
	margin-top: -40px;
}
.int{
	background: #F7F7F7;
display: block;
width: 100%;
float: left;
grid-area: int;
z-index: 1;
}
.contenedor{
	width: 100%;
	max-width: 3400px;
	display: grid;
	grid-template-columns: repeat(2,60% 40%);
	grid-template-rows:repeat(1,auto);
	grid-template-areas: "swiper-container int";
}
.contenedor .logog{
	justify-content: center;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1066px){
	.contenedor{
	grid-template-areas: "swiper-container int";
	}
	
	.contenedor .nosotrosin {
	width: 80%;
	margin: 50px;
	height: auto;
}
	.contenedor .nosotrosin p{
		margin: 0;
		padding: 0;
		text-align: left;
	}
.quien{
margin-top: -25px;
}	
}
@media screen and (max-width: 361px){
	
	.contenedor .nosotrosin {
	width: 80%;
	margin: 20px;
	height: auto;
	max-width: 300px;
}
.contenedor .nosotrosin h1{
	font-size: 15px;
}
	.contenedor .nosotrosin p{
		margin: 0;
		padding: 0;
		text-align:center;
		font-size: 12px;
	}
}

@media screen and (max-width: 1297px){
	.contenedor{
		grid-template-columns: repeat(2,50%);
	grid-template-rows:repeat(1,auto);
	grid-template-areas: "swiper-container int";
	}
}	
@media screen and (max-width: 698px){
	.contenedor{
		grid-template-columns: repeat(1,100%);
	grid-template-rows:repeat(2,auto);
	grid-template-areas: "int"
	"swiper-container";
	}
}
