
@font-face {
    font-family: 'bebas_neueregular';
    src: url("../fonts/bebasneue-webfont.eot");
    src: url("../fonts/bebasneue-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/bebasneue-webfont.woff") format('woff'),
         url("../fonts/bebasneue-webfont.ttf") format('truetype'),
         url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family:"Roboto Regular";
	src:url("../fonts/Roboto-Regular.eot?") format("eot"),
	url("../fonts/Roboto-Regular.woff") format("woff"),
	url("../fonts/Roboto-Regular.ttf") format("truetype"),
	url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
	}


@font-face {
	font-family:"Roboto Bold";
	src:url("../fonts/Roboto-Bold.eot?") format("eot"),
	url("../fonts/Roboto-Bold.woff") format("woff"),
	url("../fonts/Roboto-Bold.ttf") format("truetype"),
	url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
	}



#contenedor{
	width:100%;
	overflow:hidden;
	position:relative;
	font-family:"Roboto Regular";
	}
.pad{
	padding-left:0px;
	padding-right:0px;
	}
.clear{
	clear:both;
	}
header{
	z-index: 1;
	background: #000;
	height: 50px;
}
#log img{
	position: absolute;
    z-index: 1;
	float: left;
	left: -6px;}
#menu{
  background: #000;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
  text-align: center;
	border-radius: 0;
}
#text p {
	margin-top: 17px;
	font-family: "decker";
	font-size: 19px;
	float: left;
	position: absolute;}
#navbar li{
  display: inline-block;
}
#navbar a{
    color: #fff;
	display: block;
    padding:10px;
	font-size: 24px;
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
	margin-left:20px;
}
#navbar a:hover{
	color: #f0c800;
	border-bottom: solid 5px #f0c800;
    text-decoration: none;
}
#navbar .selec{
	color: #f0c800;
	border-bottom: solid 5px #f0c800;
}
nav .me{
  text-align:center;
  margin:auto;
  padding-bottom: 4px;
  display: block;
  color: #fff;
}
.navbar-toggle .icon-bar{
  width: 38px;
  background-color: #fff !important;
}
#carousel-home{
	background: url(../img/banner/bg.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#carousel-home img{
	width: 80%;
	float: right;
	margin-top: 128px;
}

.carousel-indicators{
	left:21%;
}


#carousel-home .carousel-indicators li{
  background: #e5c600;
	width:12px;
	height: 12px;
  border-color: #e5c600;
  margin-left:17px;
}
#carousel-home .carousel-indicators .active{
	background-color:#fff;
  border: #000 4px solid;
}
#form-reserva{
	background: url(../img/bg-form.jpg) no-repeat;
	background-size: cover;
	padding: 30px 15px;
}
.formulario-home{
	background:#fff;
	width: 76%;
	margin-left: 12%;
	box-sizing: border-box;
	float: left;
	padding-bottom: 10px;
}
.bottom-form{
	background: url(../img/bottom.png) no-repeat;
	height: 50px;
	width: 80%;
	margin-left: 10%;
	background-size:contain;
	float: left;
}
.top-form{
	background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(242,242,242,1) 51%, rgba(207,207,207,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(51%, rgba(242,242,242,1)), color-stop(100%, rgba(207,207,207,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(242,242,242,1) 51%, rgba(207,207,207,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(242,242,242,1) 51%, rgba(207,207,207,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(242,242,242,1) 51%, rgba(207,207,207,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(242,242,242,1) 51%, rgba(207,207,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cfcfcf', GradientType=0 );
	height: 15px;
	width: 80%;
	margin-left: 10%;
	background-size:contain;
}
.titulo-form{
	background: #006b99;
	padding: 10px 15px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 25px;
	letter-spacing: 1px;
}

.titulo-form h1{
	font-family: 'bebas_neueregular';
	font-size:36px;
}


#form-reserva .form-home{
	padding: 15px;
	text-align: right;
}
#form-reserva h2{
	color: #000 !important;
    margin-left: 5px;
	text-transform: none;
	font-size: 14px;
	margin-top: 5px;
	text-align: left;
	font-family:"Roboto Regular";
}
#form-reserva input{
	width:100%;
	background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
}
#form-reserva select{
	width:100%;
	background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding:5px;
	margin-top: 5px;
}
#form-reserva textarea{
	width:100%;
    background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
    height: 128px;
}
#form-reserva #enviar{
	width:83px !important;
	cursor:pointer;
	position:relative;
	font-size:14px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px !important;
	padding:10px 0px !important;
	background: #006a95 !important;
	margin-right: 5px;
    border: none !important;
	font-family:"Roboto Regular"!important;
}
#form-reserva #enviar:hover{
  background: #000 !important;
	color: #FFF !important;
}
#form-reserva #borrar{
	width:83px !important;
	cursor:pointer;
	position:relative;
	font-size:14px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px!important;
	padding:10px 0px !important;
	background: #1a6a96 !important;
    border: none !important;
	font-family:"Roboto Regular"!important;
	}
#form-reserva #borrar:hover{
  background: #000 !important;
	color: #FFF !important;
}
#alquiler-home{
	padding: 118px 15px;
	text-align: center;
	background: #000;
	border-bottom: 40px;
}

#alquiler-home h1{
    font-family: 'bebas_neueregular';
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 60px;
    border: solid 3px #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 12px;
}
.titulo-alquiler{
	margin-top: 100px;
}
#alquiler-home h1 span{
	position: absolute;
}
.home{
	margin-top: 20px;
	float: left;
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.home h2{
	color: #FFF;
	position: absolute;
	font-family: 'bebas_neueregular';
	width: 100%;
	top: 30%;
	left: 0px;
	font-size: 36px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
}
.home a{
	background: #1a6a96;
	color: #FFF;
	padding: 5px 10px;
	position: absolute;
	left: 0px;
	bottom: 20%;
	font-family:"Roboto Regular";
	font-size:18px;
}
.home a:hover{
	background: #e5c600;
	text-decoration: none;
	color: #000;
}
#frase{
	background: url(../img/imagen.jpg);
	background-size: cover;
	padding:259px 15px;
	text-align: center;
}
#frase h1{
	font-size: 60px;
	font-family: 'bebas_neueregular';
	color: #fff;
	text-shadow: 2px 1px 7px #e5c600;
}
#frase p{
	color: #fff;
	margin-top: 20px;
	font-size:24px;
}
#text2 h2{
	font-size: 45px;
	line-height: 1.2em;
	font-family: "Avante";
	font-weight: normal;
	color: #000;
	border-bottom: solid 2px #000;
	position: absolute;
	z-index: 111;
	padding-top: 100px;
	}
#text2 p{
	font-size: 20px;
	font-family: "Avante";
	color: #000;
	position: absolute;
	z-index: 111;
	padding-top: 175px;
	width:320px;
	}	
#quienes-home{
	padding: 68px 0px;
}
#texto-quienes{
	text-align: right;
}
#texto-quienes img{
	float: right;
}
#texto-quienes p{
	padding-right: 75px;
	margin-top: 20px;
	line-height: 22px;
	font-size:20px;
}

#texto-quienes h1 {
    font-size: 60px;
    font-family: 'bebas_neueregular';
    padding: 10px 1px;
    color: #fff;
    background-color: #000;
    text-align: center;
    position: relative;
    right: 22%;
}

#texto-quienes a{
	float: right;
	font-size:18px;
	margin-right: 75px;
	margin-top:49px;
	background: #f1c701;
	color: #000;
	padding: 9px 16px;
	font-family:"Roboto Regular";
}
#quienes-home a:hover{
	background: #000;
	color:#fff;
	text-decoration: none;
}
#logos{
	background: #e1e1e1;
	padding: 30px 0px;
}
footer{
	background: #000;
	padding-top: 15px;
}
.datos{
	margin-top:20px;
	background: url(../img/datos.png) no-repeat left top;
	padding-left: 33px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 32px;
	font-family:"Roboto Bold";
	font-size:20px;
}
#redes{
	text-align: center;
}
#redes p{
	color: #fff;
	margin-bottom: 20px;
	font-family:"Roboto Bold";
	font-size:20px;
}
#card{
	margin-top: 185px;
}
#fb{
	display: inline-block;
	background: url(../img/redes.png) 0px 0px;
	width: 63px;
	height: 66px;
}
#tw{
	display: inline-block;
	background: url(../img/redes.png) -65px 0px;
	width: 55px;
	height: 66px;
}
#in{
	display: inline-block;
	background: url(../img/redes.png) -120px 0px;
	width: 63px;
	height: 66px;
}
#web-cont{
	background:#006b99;
}
#politicas{
	background: #e5c600;
	padding: 8px 10px;
	float: left;
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}
#web{
	float: right;
	position: relative;
	padding: 7px;
	padding-right: 145px;
	background: url(../img/web.png) no-repeat right;
	color: #fff;
	font-size: 16px;
}
#web:hover{
	text-decoration: none;
	background: url(../img/web-h.png) no-repeat right;
}
#quienes-somos{
	padding: 90px 15px;
	padding-bottom: 50px;
	background: url(../img/bg.jpg) no-repeat center;
}
#quienes-somos p{
	line-height: 28px;
	margin-top: 30px;
	font-size:20px;
	float: left;
}

#quienes-somos h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    background-color: #000;
    font-family: 'bebas_neueregular';
    margin-top: 78px;
    float: left;
    position: relative;
}

#quienes-somos .title{
	margin-left: -85px;
}
#quienes-somos .foto{
	margin-top: 143px;
}
#mision{
	background: #000;
	padding: 30px 15px;
	color: #fff;
}
#mision p{
	line-height: 26px;
	margin-top: 20px;
	font-size:20px;
}

#mision h1 {
    font-size: 50px;
    color: #fff;
    width: auto;
    position: relative;
    float: left;
    border: 2px solid #fff;
    border-radius: 2px;
    text-align: center;
    padding: 10px 25px;
    background-color: #000;
    font-family: 'bebas_neueregular';
}


#mision h2{
    font-size: 50px;
    color: #fff;
    width: auto;
    position: relative;
    float:right;
    border: 2px solid #fff;
    border-radius: 2px;
    text-align: center;
    padding: 10px 25px;
    background-color: #000;
    font-family: 'bebas_neueregular';
}


#mision .mision img{
	margin-left: -85px;
}
#mision .vision img{
	margin-right: -85px;
	float: right;
}
#mision .vision{
	text-align: right;
}
#foto {
    margin-top: -120px;
}
.vehiculos1{
	padding: 20px 15px;
	background: url(../img/bg.jpg) no-repeat center;
}
.vehiculos2{
	padding: 50px 15px;
	background: #000;
}
.vehiculos3{
	padding: 50px 15px;
	background: #fff;
}
#vehiculos .abajo{
	margin-top: 120px;
}
#interna{
	background: url(../img/banner/bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 101px;
	box-sizing: border-box;
}

#interna2{
	background: url(../img/banner/bg2.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.detalle{
	background:#fff;
	width: 76%;
	margin-left: 12%;
	box-sizing: border-box;
}
.descripcion{
	margin-top: 140px;
}
.tabla-detalle{
	padding: 20px 10px;
}
.tabla-detalle table{
	position: relative;
	width: 100%;
}
.tabla-detalle td{
	width: 50%;
	padding: 3px;
}
.botones{
	background: #000;
	padding: 20px 0px;
	text-align: center;
}
#prev{
	display: inline-block;
	width: 41px;
	height: 40px;
	background: url(../img/arrows.png) no-repeat left;
	left: auto;
	position: relative;
	opacity: 1;
}
#prev:hover{
	background: url(../img/arrows-h.png) no-repeat left;
}
#next{
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url(../img/arrows.png) no-repeat right;
	right: auto;
	position: relative;
	opacity: 1;
}
#next:hover{
	background: url(../img/arrows-h.png) no-repeat right;
}
#contacto p{
	line-height: 25px;
	margin-top: 30px;
	font-size:20px;
	float: left;
}

#contacto h1 {
    font-size: 52px;
    color: #fff;
    background-color: #000;
    border: solid 3px #fff;
    border-radius: 3px;
    font-family: 'bebas_neueregular';
    float: left;
    margin-top: 75px;
    position: relative;
    padding: 15px 25px;
}


.title_pro{
	padding: 16px 29px;
	border: 3px solid #fff;
	border-radius: 3px;
	margin-top: 50px;
	color: #fff;
	font-family: 'bebas_neueregular';
	font-size: 52px;
	position: relative;
	float: left;
	left: 8%;
}

.color1{
	background-color: #0073AD;
}

.color2{
	background-color: #000000;
}

.color3{
	background-color: #FFC800;
}


#contacto img{
	margin-left: -115px;
}
#formulario{
	margin-top:160px;
}
#formulario h2{
	color: #000 !important;
  margin-left: 5px;
	text-transform: none;
	font-size: 18px;
	margin-top: 5px;
  font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
#formulario input{
	width:100%;
	background-color:#0171a1;
	color:#fff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
}
#formulario textarea{
	width:100%;
  background-color:#19709d;
	color:#fff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
    height: 87px;
}
#enviar{
	width:109px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #e5c600 !important;
	margin-right: 15px;
    border: none !important;
	font-family:"Roboto Regular";
}
#enviar:hover{
  background: #19709d !important;
	color: #FFF !important;
}
#borrar{
	width:109px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:20px!important;
	padding:10px 0px !important;
	background: #eac600 !important;
  border: none !important;
	font-family:"Roboto Regular";
	}
#borrar:hover{
  background: #19709d !important;
	color: #FFF !important;
}
#mapa-bg {
	padding: 50px 15px;
	background: #000;
}
#map{
	height:400px;
	border: solid 2px #e5c600;
	}
#ampliar{
	background-color: #e5c600;
	text-shadow: 1px 1px 3px #000;
    color: #FFF;
    text-align: center;
	width: 90px;
	height:90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
    text-decoration: none !important;
	bottom:-30px;
	right: 50%;
	font-size:18px;
	}
#ampliar:hover{
	background: #4a5f7b;
	}
@media (max-width: 800px){
	header {
    position: relative;
		top: 0;
		height: auto;
	}
	.pin {
    font-size: 11px;
		float: left;
	}
	.telefono {
    font-size: 11px;
		float: left;
		margin-left: 14px;
		margin-right: 0;
	}
  #menu {
    margin-top: 5px;
		padding-bottom: 0;
  }
	.menu {
    flex-direction: column;
	}
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
			background:#e5c600  !important
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
			margin-left: 0;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px ;
	    padding-bottom: 10px;
	}
	.collapse.in{
	    display:block !important;
	}
	#navbar li {
	   width: 100%;
	 }
	#navbar a{
	  text-align: left;
	  padding: 5px;
	  margin-top: 2px;
      border: none;
	  font-size:18px;
	}
	#carousel-home {
    padding: 10px 15px;
	}
	.home h2 {
    top: 8%;
    font-size: 30px;
	}
	#texto-quienes p {
    padding-right: 55px;
	}
	#card {
    margin-top: 15px;
    margin-bottom: 15px;
	}
	#quienes-somos {
    padding: 30px 15px;
	}
	#foto {
    margin-top: 20px;
	}
	.descripcion {
    margin-top: 30px;
	}
	#contacto img {
    margin-left: -55px;
	}
	#interna {
    padding-top: 30px;
	}
	#ampliar {
    right: 35%;
	}
		#text2 h2{
	font-size: 28px;
	padding-top: 48px;
	}
	
    #text2 p{
	font-size: 12px;
	padding-top: 90px;
	}
}


@media (max-width: 900px) and (min-width:800px){
	
	#navbar a{
		margin-left:8px;
		font-size:18px;
	}
	
	.bottom-form{
		background-image:none;
	}
	
	.home h2{
		font-size:29px;
		top:14%;
	}
	
	#frase{
		padding:182px 15px;
	}
	
	#texto-quienes p{
		font-size:15px;
		padding-right:42px;
	}
	
	.datos{
		font-size:14px;
		line-height:20px;
	}
	
	#quienes-somos p{
		line-height:21px;
		font-size:16px;
	}
	
	#mision p{
		line-height:21px;
		font-size:16px;
	}
	#text2 h2{
	font-size: 40px;
	padding-top: 55px;
	}
	
    #text2 p{
	font-size: 18px;
	padding-top: 105px;
	}

}

@media (max-width: 1000px) and (min-width:900px){
	
	#navbar a{
		margin-left:8px;
		font-size:21px;
	}
	
	.home h2{
		top:19%;
		font-size:33px;
	}
	
	#frase{
		padding:198x 15px;
	}
	
	#texto-quienes p{
		font-size:17px;
		padding-right:44px;
	}
	
	.datos{
		font-size:12px;
	}
	
	.bottom-form{
		background-image:none;
	}
	
	#frase{
		padding:205px 15px;
	}
	
	#quienes-somos p{
		line-height:22px;
		font-size:15px;
	}
	
	#mision p{
		font-size:17px;
		line-height:21px;
	}
	
	.titulo-form h1{
		font-size:22px;
	}
	
	.tabla-detalle td{
		font-size:11px;
	}
	#text2 h2{
	font-size: 40px;
	padding-top: 72px;
	}
	
    #text2 p{
	font-size: 18px;
	padding-top: 130px;
	}

}


@media (max-width: 1100px) and (min-width:1000px){
	
	#navbar a{
		margin-left:8px;
		font-size:21px;
	}
	
	.bottom-form{
		background-image:none;
	}
	
	#frase{
		padding:210px 15px;
	}
	
	#texto-quienes p{
		padding-right:51px;
	}
	
	.datos{
		font-size:14px;
	}
	
	#quienes-somos p{
		font-size:17px;
		line-height:25px;
	}
	
	#mision p{
		font-size:18px;
		line-height:23px;
	}
	
	.titulo-form h1{
		font-size:25px;
	}
	
	.tabla-detalle td{
		font-size:13px;
	}
	#text2 h2{
	font-size: 40px;
	padding-top: 72px;
	}
	
    #text2 p{
	font-size: 18px;
	padding-top: 130px;
	}
	
}

@media (max-width: 1200px) and (min-width:1100px){
	
	#navbar a{
		margin-left:8px;
		font-size:21px;
	}
	
	#texto-quienes p{
		padding-right:59px;
	}
	
	.datos{
		font-size:16px;
	}
	
	#quienes-somos p{
		line-height:25px;
		font-size:18px;
	}
	
	.titulo-form h1{
		font-size:27px;
	}
	
	.bottom-form{
		background-image:none;
	}
	   #text2 h2{
	font-size: 40px;
	padding-top: 72px;
	}
	
    #text2 p{
	font-size: 18px;
	padding-top: 130px;
	}

}

@media (max-width: 1300px) and (min-width:1200px){
	
	#navbar a{
		margin-left:8px;
		font-size:18px;
	}
	
	.titulo-form h1{
		font-size:21px;
	}
	
	#form-reserva input{
		padding:6px;
	}
	
	#form-reserva textarea{
		height:68px;
	}
	
	#carousel-home img{
		margin-top:179px;
		width:93%;
	}
	
	.home h2{
		top:17%;
		font-size:33px;
	}
	
	.datos{
		font-size:14px;
		line-height:20px;
	}
	
	#quienes-somos p{
		font-size:15px;
		line-height:22px;
	}
	
	#mision p{
		font-size:17px;
		line-height:22px;
	}
	
	.tabla-detalle td{
		font-size:12px;
	}
	
	#contacto p{
		font-size:18px;
	}
	
	#text2 h2{
	font-size: 40px;
	padding-top: 72px;
	}
	
    #text2 p{
	font-size: 18px;
	padding-top: 130px;	
	}
}

@media (max-width: 1400px) and (min-width:1300px){
	
	#navbar a{
		margin-left:8px;
		font-size:22px;
	}
	
	#carousel-home img{
		width:100%;
		margin-top:201px;
	}
	
	.home h2{
		top:22%;
		font-size:33px;
	}
	
	.datos{
		font-size:12px;
		line-height:24px;
	}
	
	#frase{
		padding:222px 15px;
	}
	
	#quienes-somos p{
		font-size:17px;
		line-height:22px;
	}
	
	#mision p{
		font-size:18px;
		line-height:23px;
	}
	
	.titulo-form h1{
		font-size:28px;
	}
	#text2 h2{
	font-size: 40px;
	}
	
    #text2 p{
	font-size: 18px;
	}
	
}


@media (max-width: 1500px) and (min-width:1400px){
	
	#navbar a{
		margin-left:8px;
	}
	
	#carousel-home img{
		width:99%;
		margin-top:176px;
	}
	
	.datos{
		font-size:13px;
	}
	
	#quienes-somos p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision p{
		line-height:24px;
		font-size:17px;
	}
	
	.titulo-form h1{
		font-size:29px;
	}
	
	#frase{
		padding:241px 15px;
	}
	#text2 h2{
	font-size: 40px;
	}
	
    #text2 p{
	font-size: 18px;
	}

}

@media (max-width: 1600px) and (min-width:1500px){
	
	#navbar a{
		margin-left:8px;
	}
	
	#carousel-home img{
		width:100%;
		margin-top:139px;
	}
	
	.datos{
		font-size:14px;
	}
	#text2 h2{
	font-size: 40px;
	}
	
    #text2 p{
	font-size: 18px;
	}
	
}

@media (max-width: 1700px) and (min-width:1600px){
	
	#navbar a{
		margin-left:16px;
	}
	
	#carousel-home img{
		width:95%;
	}
	
	.datos{
		font-size:16px;
	}
	
	#quienes-somos p{
		font-size:19px;
		line-height:23px;
	}
	#text2 h2{
	font-size: 40px;
	}
	
    #text2 p{
	font-size: 18px;
	}
	
}

@media (max-width: 1800px) and (min-width:1700px){
	
	#navbar a{
		margin-left:16px;
	}
	
	#carousel-home img{
		width:90%;
	}
	
	.datos{
		font-size:16px;
	}
	#text2 h2{
	font-size: 40px;
	}
	
    #text2 p{
	font-size: 18px;
	}

}

@media (max-width: 1900px) and (min-width:1800px){
	
	#navbar a{
		margin-left:15px;
	}
	
	#carousel-home img{
		width:85%;
	}
	
	.datos{
		font-size:17px;
	}
	
	#quienes-somos p{
		font-size:18px;
		line-height:26px;
	}
	#text2 h2{
	font-size: 40px;
	}
    #text2 p{
	font-size: 18px;



}

}

