@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;
}

@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 Black Italic";
	src:url("../fonts/Roboto-BlackItalic.eot?") format("eot"),
	url("../fonts/Roboto-BlackItalic.woff") format("woff"),
	url("../fonts/Roboto-BlackItalic.ttf") format("truetype"),
	url("../fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
	font-weight:normal;
	font-style:normal;
}


#contenedor{
	width:100%;
	overflow:hidden;
	position:relative;
	color: #535453;
	font-family:"Roboto Regular";
}

.pad{
	padding-left:0px;
	padding-right:0px;
}

.clear{
	clear:both;
}

#header{
	border-top: solid 8px #009B32;
}

#header h1{
	background: #009B32;
	padding: 10px 23px;
	color: #fff;
	float: right;
	position: relative;
	text-transform: uppercase;
	font-family:"Roboto Bold";
	font-size: 18px;
}

#header .numero{
	float: right;
	clear: both;
	background: url(../imagenes/p.jpg) no-repeat;
	padding: 30px 20px;
	background-size: cover;
}

#header p{
	text-align: right;
	float: right;
	margin-top: 20px;
	font-size: 18px;
}

#header p span{
	color: #009B32;
	font-family:"Roboto Bold";
}

.logo{
	text-align: left;
}

.logo img{
	display: inline-block;
}

#barra-menu{
	z-index: 1;
	float: left;
	position: relative;
	width: 100%;
	background: #000;
	border-top: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;
}

#menu{
  min-height: 40px;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
	border-radius: 0;
}

.menu {
  text-align: center;
  background-color: #000;
}

#navbar li{
  display: inline-block;
  margin: 0px 94px;
}

#navbar a{
  color:#fff;
	font-family:"Roboto Bold";
	display:inline-block;
	padding: 14px 15px;
	font-size: 20px;
	text-transform: uppercase;
}

#navbar a:hover{
	color: #009b32;
	text-decoration: none;
}

#navbar .selec{
	color: #009b32;
}

nav .me{
  text-align:center;
  margin:auto;
  padding-bottom: 4px;
  display: block;
  color: #fff;
}

.navbar-toggle .icon-bar{
  width: 38px;
  background-color: #fff !important;
}

.navbar-default {
  background-color: #000 !important;
  border-color: #e7e7e7;
}

#carousel-home .caption{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 50%;
	text-align:right;
	padding: 20px;
	padding-right: 10%;
	font-family:"Roboto Black Italic";
}

#carousel-home .carousel-indicators{
	text-align: right;
	bottom: 8px;
	width: 67%;
}

#carousel-home .carousel-indicators li{
	width: 18px;
	height: 18px;
  background: #FFF;
  border-color: #FFF;
}

#carousel-home .carousel-indicators .active{
  background: #009b32;
  border-color:#009b32;
}

#pro-home{
	background: url(../imagenes/bg-home1.webp) center;
	padding: 110px 15px;
}

.pro-home{
	float: left;
	position: relative;
	width: 100%;
	background: #000;
	border: solid 2px #6e6e6e;
	padding: 20px; box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 20px;
}

.pro-home h1{
	color: #fff;
	border-bottom: solid 2px #fff;
	padding-bottom: 4px;
	font-family:"Roboto Bold";
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.pro-home p{
	margin-top: 15px;
	color: #e8e7e7;
	text-align: center;
	line-height: 21px;
}

.pro-home a{
	float: right;
	margin-top: 30px;
	color: #009B32;
}

.pro-home a:hover{
	color: #fff;
	text-decoration: none;
}

.arrows {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
	margin-top: 20px;
}

#prev {
	left: 46%;
	display: flex;
	background: #009B32;
	opacity: 1;
	width: 38px;
	height: 38px;
	padding: 10px;
	justify-content: center;
	align-items: center;
}

#prev:hover{
	background: #000;
}

#next {
	right: 47%;
	display: flex;
	background: #009B32;
	opacity: 1;
	width: 38px;
	height: 38px;
	padding: 10px;
	justify-content: center;
	align-items: center;
}

#next:hover{
	background:#000;
}

#emp-home{
	background: #000;
	padding: 70px 15px;
	margin-top: 20px;
}

#emp-home h1{
	background: url(../imagenes/title.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #fff;
	font-size: 44px;
	margin-top: 20px;
}

#emp-home h1 span{
	color: #009B32;
}

#emp-home p{
	color: #e8e7e7;
	text-align: justify;
	margin-top: 10px;
	line-height: 20px;
}

#emp-home a{
	float: right;
	margin-top: 5px;
	position: relative;
	color: #fff;
	background: url(../imagenes/arrow.png) no-repeat top right;
	padding: 10px;
	padding-right: 35px;
}

.line{
	background: #009B32;
	width: 100%;
	height: 3px;
	float: left;
	position: relative;
}

.fondo{
	background: #e03335;
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#clientes-title{
	background: #3c3c3c;
	padding: 30px 15px;
}

#clientes-title h1{
	background: url(../imagenes/title.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #fff;
	font-size: 44px;
	margin-top: 20px;
}

#clientes-title h1 span{
	color: #009B32;
}

#clientes{
	padding: 10px 15px;
	background: #fff;
}

footer{
	background: #009B32;
	padding: 30px 15px;
}

footer p{
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 18px;
	line-height: 30px;
}

footer h2{
	color: #fff;
	text-align: right;
	font-size: 20px;
	line-height: 22px;
}

#fb{
	background: url(../imagenes/redes.png) no-repeat right;
	width: 50px;
	height: 45px;
	margin-top: 10px;
	float: right;
}

#in{
	background: url(../imagenes/redes.png) no-repeat center;
	width: 50px;
	height: 45px;
	margin-top: 10px;
	float: right;
}

#linkd{
	background: url(../imagenes/redes.png) no-repeat left;
	width: 50px;
	height: 45px;
	margin-top: 10px;
	float: right;
}

#web{
	background: #fff;
}

#web a {
	background: url(../imagenes/web.png) no-repeat right;
	padding: 8px;
	padding-right: 122px;
	display: inline-block;
	color: #0000003d;
	font-size: 14px;
	text-decoration: none !important;
	float: right;
}

#web a:hover{
	background: url(../imagenes/web-h.png) no-repeat right;
}

#titulo{
  padding-top: 350px;
  padding-bottom: 85px;
  background-size: cover;
}

.bg-1{
  background: url(../imagenes/bg1.webp) no-repeat center top;
}

#titulo .titulo{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 50%;
	padding: 10px;
	background: url(../imagenes/textura.webp);
}

#titulo .titulo h1{
	color:#fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family:"Roboto Black Italic";
	text-transform:
	display: inline-block;
	margin-left: 15%;
	text-shadow: 2px 2px 6px #000;
}

#nosotros{
	padding: 80px 15px;
	margin-top: 20px;
}

#nosotros h1{
	background: url(../imagenes/title.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #000;
	font-size: 44px;
	margin-top: 20px;
}

#nosotros h1 span{
	color: #009b32;
}

#nosotros  p{
	margin-top: 15px;
	line-height: 20px;
	color: #888888;
	font-size: 18px;
	padding: 48px;
	background: #eff0f0;
}

#mision{
	background:url(../imagenes/nosotros/bg.webp) no-repeat center;
	background-size: cover;
	padding: 73px 15px;
	margin-top: 20px;
}

#mision h1{
	background: url(../imagenes/title-b.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #009B32;
	font-size: 44px;
	margin-top: 20px;
}

#mision h1 span{
	color: #fff;
}

#mision  p{
	margin-top: 15px;
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 18px;
	line-height: 26px;
}

.bg-2{
  background: url(../imagenes/bg2.webp) no-repeat center top;
}

#servicios{
	padding: 60px 15px;
	text-align: center;
}

#servicios h1{
	background: url(../imagenes/title.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #000;
	font-size: 44px;
	margin-top: 20px;
	display: inline-block;
}

#servicios h1 span{
	color: #009b32;  
}

#servicios h2{
	background: url(../imagenes/title2.png) no-repeat left top;
	padding: 0px;
	padding-left: 39px;
	font-family:"Roboto Black Italic";
	color: #000;
	font-size:33px;
	margin-top: 20px;
	display: inline-block;
}

#servicios h2 span{
	color: #009b32;
}

.servicios{
	float: left;
	position: relative;
	width: 100%;
	background: #eff0f0;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 20px;
}

.servicios h1{
	float: left;
	text-align: left;
}

.servicios img{
	float: right;
}

.servicios p{
	margin-top: 15px;
	color: #7e7e7e;
	float: left;
	width: 100%;
	text-align: justify;
	font-size: 18px;
	line-height: 22px;
}

.servicios a{
	float:left;
	margin-top: 39px;
	background: #000;
	padding:10px 16px;
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 20px;
}

.servicios a:hover{
	background: #009b32;
	text-decoration: none;
}

.bg-3{
  background: url(../imagenes/bg3.webp) no-repeat center top;
}

#interna{
	padding: 30px 15px;
}

#interna h1{
	background: url(../imagenes/title.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #000;
	font-size: 44px;
	margin-top: 20px;
	display: inline-block;
}

#interna h1 span{
	color: #009B32;
}

.interna{
	float: left;
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 20px;
}

.interna h1{
	text-align: left;
}

.interna h2{
	margin-top: 15px;
	color: #000;
	font-size: 18px;
	line-height: 21px;
}

.interna img{
	float: right;
}

.interna p{
	margin-top: 15px;
	color: #7e7e7e;
	float: left;
	width: 100%;
	line-height: 21px;
	font-size: 18px;
}

.interna a{
	float:left;
	margin-top: 30px;
	background: #000;
	padding: 7px 15px;
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 24px;
}

.interna a:hover{
	background: #e03335;
	text-decoration: none;
}

.fondo-r{
	position: absolute;
	width: 131%;
	right: -32%;
	top:213px;
	background: #eff0f0;
	height: 414px;
}

.fondo-r2{
	position: absolute;
	width: 131%;
	right: -32%;
	top:169px;
	background: #eff0f0;
	height: 337px;
}

.fondo-l{
	position: absolute;
	width:131%;
	left: -34%;
	top:217px;
	background: #eff0f0;
	height: 450px;
}

.fondo-l2{
	position: absolute;
	width:131%;
	left: -34%;
	top:165px;
	background: #eff0f0;
	height: 331px;
}

.internas{
	margin-top: 74px;
}

.bg-4{
  background: url(../imagenes/bg4.webp) no-repeat center top;
}

#oferta{
	background: url(../imagenes/servicios/bg.jpg) center;
	padding: 83px 15px;
	text-align: center;
	padding-bottom: 88px;
}

#oferta h1{
	background: url(../imagenes/title-b.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #dd3237;
	font-size: 44px;
	margin-top: 20px;
	display: inline-block;
}

#oferta h1 span{
	color: #fff;
}

#oferta p{
	margin-top: 20px;
}

.ofertas{
	float: left;
	position: relative;
	width: 100%;
	background: #000;
	border: solid 1px #23100c;
	padding: 20px; box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
}

.ofertas h2{
	color: #fff;
	padding-bottom: 4px;
	font-family:"Roboto Bold";
	margin-top: 15px;
	font-size: 27px;
}

.ofertas p{
	margin-top: 10px !important;
	color: #fff;
	line-height:20px;
	padding-bottom: 78px;
	min-height:262px !important;
}

.linea{
	width: 20%;
	margin: 10px auto;
	height: 3px;
	background: #777777;
	display: inline-block;
}

.bg-5{
  background: url(../imagenes/bg5.webp) no-repeat center top;
}

.bg-6{
  background: url(../imagenes/bg6.webp) no-repeat center top;
}

.bg-7{
  background: url(../imagenes/bg7.webp) no-repeat center top;
}

.bg-8{
  background: url(../imagenes/bg8.webp) no-repeat center top;
}

.bg-9{
  background: url(../imagenes/bg9.webp) no-repeat center top;
}

.pdf{
	float: right;
	position: relative;
	background: #000;
	padding: 8px 15px;
	font-size: 24px;
	font-family:"Roboto Bold";
	color: #fff;
	width: 140px;
	text-align: center;
}

.pdf:hover{
	background:#e03335;
	color: #fff;
	text-decoration: none;
}

.bg-10{
  background: url(../imagenes/bg10.webp) no-repeat center top;
}

#contacto{
	padding: 75px 15px;
}

#contacto h1{
	background: url(../imagenes/title.png) no-repeat left top;
	padding: 5px;
	padding-left: 50px;
	font-family:"Roboto Black Italic";
	color: #000;
	font-size: 44px;
	margin-top: 20px;
	display: inline-block;
}

#contacto h1 span{
	color: #009B32;
}

.btn{
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 30px;
}

.btn a{
	display: inline-block;
	padding: 6px 20px;
	background: #009B32;
	color: #fff;
	font-size: 24px;
}

.btn a:hover{
	background: #000;
	text-decoration: none;
}

#contacto p{
	margin-top: 50px;
	line-height: 24px;
	color: #7e7e7e;
	font-size: 18px;
}

.fondo-r-c{
	position: absolute;
	width: 134%;
	right: -34%;
	top:90px;
	background: #eff0f0;
	height: 356px;
}

#mapa-bg{
	background: #efefee;
	margin-top: 20px;
}

#map{
	height:400px;
}

#ampliar{
	background: #009B32;
	color: #fff;
	font-family:"Roboto Bold";
	padding: 7px 30px;
	font-size: 24px;
	position: absolute;
  text-decoration:none!important;
	bottom:40px;
	right:10%;
}

#ampliar:hover{
	background: #000;
}

#frase2 {
  background: url(../imagenes/volver.webp) no-repeat center;
  padding: 66px 15px;
  text-align:center;
}

#frase2 a {
  display: inline-block;
  padding: 10px 30px;
  background: #009b32;
  color: #fff;
  font-size: 24px;
  font-family:"Roboto Bold";
}

#back-top {
  background-image: url(../imagenes/whatsapp.png);
  width: 62px;
  height: 63px;
  position: fixed;
  right: 22px;
  z-index: 900;
  bottom: 440px;
}





@media (max-width: 800px){
	
	.logo{
		text-align: center;
	}

	.logo img {
	    display: inline-block;
	    max-height: 50px;
	}

	#header .numero {
    padding: 9px 0px;
	}

	#header p {
    margin-top: 5px;
	}

	#barra-menu {
    background: #000;
    margin-top: 0px;
	}

  #menu {
		background: #fff;
		padding-bottom: 0;
  }

	.menu {
    flex-direction: column;
	}

	.navbar-header {
	    float: none;
	}

	.navbar-left,.navbar-right {
	    float: none !important;
	}

	.navbar-toggle {
	    display: block;
			background: #000 !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%;
		 margin: 0;
	}

	#navbar a{
	  width: 100%;
	  text-align: left;
		padding: 5px;
		margin-top: 2px;
    border: none;
	}

	#carousel-home .caption {
    bottom: 25px;
    right: 0;
    width: 72%;
    padding: 6px;
	}
	
	#prev {
    left: 40%;
	}
	
	#next {
    right: 34%;
	}
	
	#titulo .titulo {
    width: 75%;
	}
	
	#nosotros p {
    margin-bottom: 20px;
	}
	
	#titulo {
    padding-top: 150px;
	}
	
	.servicios a {
    margin-top: 30px;
    font-size: 15px;
	}
	
	#servicios h1 {
    font-size: 36px;
	}

	#servicios h2 {
  	font-size: 22px;
 	}
	
	#titulo .titulo h1 {
    font-size: 22px;
	}
	
	.interna {
    padding: 0px;
	}
	
	#interna h1 {
    font-size: 35px;
	}
	
	.internas {
    margin-top: 20px;
	}
	
	.fondo-l {
    display: none;
	}
	
	.fondo-r {
	display: none;
	}
	
	#oferta {
    text-align: left;
	}
	
	#clientes-title h1 {
    font-size: 36px;
	}
	
	.btn a {
    padding: 10px 10px;
		font-size: 12px;
	}
	
	.fondo-r-c{
		display: none;
	}

	#contacto h1 {
  	font-size: 36px;
  }
	
	#contacto p {
    margin-top: 20px;
	}
}



@media (max-width:900px) and (min-width:801px){

	#navbar li{
		margin: 0px -3px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#next {
  	right: 43%;
  }

	.servicios p{
		font-size: 16px;
	}
	#servicios h2{
		font-size: 22px;
	}

	#interna h1{
		font-size: 31px;
		margin-top: -28px;
	}

	#titulo .titulo h1 {
  	font-size: 27px;
  }

  .fondo-l {
  	height: 531px;
	}

}


@media (max-width:1000px) and (min-width:901px){

	#navbar li{
		margin: 0px -3px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#next {
  	right: 43%;
  }

	.servicios p{
		font-size: 16px;
	}
	#servicios h2{
		font-size: 27px;
	}

	#interna h1{
		font-size: 31px;
	}

	.fondo-l {
  	height: 715px;
	}

}


@media (max-width:1100px) and (min-width:1001px){

	#navbar li{
		margin: 0px 5px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#next {
  	right: 43%;
  }

	.servicios p{
		font-size: 16px;
	}
	#servicios h2{
		font-size: 32px;
	}

	#interna h1{
		font-size: 31px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

  .interna p{
		font-size: 15px;
	}

	footer p {
  	font-size: 17px;
  }
}


@media (max-width:1200px) and (min-width:1101px){

	#navbar li{
    margin: 0px 5px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#next {
  	right: 46%;
 	}

	#servicios h2{
		font-size: 34px;
	}

	#interna h1{
		font-size: 31px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	.interna p{
		font-size: 15px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 425px;
		top: 87px;
	}

	.fondo-l{
		top: 90px;
	}
}



@media (max-width:1300px) and (min-width:1201px){

	#navbar li{
		margin: 0px 5px;
	}

	#navbar a{
		font-size: 16px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#prev {
  	left: 42%;
  }

	#servicios h2{
		font-size: 31px;
	}

	#interna h1{
		font-size: 31px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	footer p{
		font-size: 17px;
	}


	.interna p{
		font-size: 15px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 425px;
		top: 87px;
	}

	.fondo-l{
		top: 90px;
	}

	#nosotros h1{
		font-size: 36px;
	}

	#mision p{
		font-size: 16px;
		line-height: 22px;
	}

}



@media (max-width:1400px) and (min-width:1301px){

	#navbar li{
		margin: 0px 12px;
	}

	#navbar a{
		font-size: 16px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#servicios h2{
		font-size: 31px;
	}

	#interna h1{
		font-size: 31px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	footer p{
		font-size: 17px;
	}

	.interna p{
		font-size: 15px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 527px;
		top: 119px;
	}

	.fondo-l{
		top: 217px;
		height: 560px;
	}

	#nosotros h1{
		font-size: 36px;
	}

	#mision p{
		font-size: 16px;
		line-height: 22px;
	}

	#contacto{
		font-size: 16px;
	}

	#contacto h1{
		font-size: 29px;
	}

	.btn a{
		font-size: 17px;
	}

}


@media (max-width:1500px) and (min-width:1401px){

	#navbar li{
		margin: 0px 10px;
	}

	#navbar a{
		font-size: 18px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#next {
  	right: 45%;
  }

	#servicios h2{
		font-size: 32px;
	}

	#interna h1{
		font-size: 31px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	footer p{
		font-size: 17px;
	}


	.interna p{
		font-size: 15px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 482px;
		top: 119px;
	}

	.fondo-l{
		top: 118px;
		height: 514px;
	}

	#nosotros h1{
		font-size: 36px;
	}

	#mision p{
		font-size: 16px;
		line-height: 22px;
	}

	#contacto{
		font-size: 16px;
	}

	#contacto h1{
		font-size: 29px;
	}

	.btn a{
		font-size: 17px;
	}

}



@media (max-width:1600px) and (min-width:1501px){

	#navbar li{
		margin: 0px 10px;
	}

	#navbar a{
		font-size: 20px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#servicios h2{
		font-size: 32px;
	}

	#interna h1{
		font-size: 31px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	footer p{
		font-size: 17px;
	}


	.interna p{
		font-size: 15px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 482px;
		top: 119px;
	}

	.fondo-l{
		top: 118px;
		height: 514px;
	}

	#nosotros h1{
		font-size: 36px;
	}

	#mision p{
		font-size: 16px;
		line-height: 22px;
	}

	#contacto{
		font-size: 16px;
	}

	#contacto h1{
		font-size: 29px;
	}

	.btn a{
		font-size: 20px;
	}
}



@media (max-width:1700px) and (min-width:1601px){

	#navbar li{
		margin: 0px 10px;
	}

	#navbar a{
		font-size: 22px;
	}

	#carousel-home .caption{
		width: 64%;
	}

	#servicios h2{
		font-size: 32px;
	}

	#interna h1{
		font-size: 34px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	footer p{
		font-size: 17px;
	}

	.interna p{
		font-size: 15px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 448px;
		top: 125px;
	}

	.fondo-l{
		top: 118px;
		height: 514px;
	}

	#nosotros h1{
		font-size: 42px;
	}

	#mision p{
		font-size: 16px;
		line-height: 22px;
	}

	#contacto{
		font-size: 16px;
	}

	#contacto h1{
		font-size: 29px;
	}

	.btn a{
		font-size: 20px;
	}

}


@media (max-width:1800px) and (min-width:1701px){

	#navbar li{
		margin: 0px 23px;
	}

	#carousel-home .caption{
		width: 64%;
	}


	#servicios h2{
		font-size: 32px;
	}

	#interna h1{
		font-size: 34px;
	}

	#nosotros p{
		padding: 21px;
		font-size: 15px;
	}

	footer p{
		font-size: 17px;
	}


	.interna p{
		font-size:16px;
	}

	.interna{
		margin-top: -33px;
	}

	.fondo-r{
		height: 448px;
		top: 127px;
	}

	.fondo-l{
		top: 128px;
		height: 451px;
	}

  #mision p{
		font-size: 16px;
		line-height: 22px;
	}

	#contacto{
		font-size: 16px;
	}

	#contacto h1{
		font-size: 29px;
	}

	.btn a{
		font-size: 20px;
	}

}