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

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

	

#contenedor{
  	width:100%;
  	overflow:hidden;
  	z-index:9999;
  	font-family:"Montserrat-Regular";
  	position:relative;
}

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

.clear{
  	clear:both;
}

#head{
  	background: #1a8108;
  	text-align: right;
  	padding-bottom: 5px;
}

#head #fb{
  	background: url(../img/redes.png) no-repeat 0px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
}

#head #fb:hover{
  	background: url(../img/redes-h.png) no-repeat 0px 0px;
}

#head #in{
  	background: url(../img/redes.png) no-repeat -121px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
}

#head #in:hover{
  	background: url(../img/redes-h.png) no-repeat -121px 0px;
}

#head #yt{
  	background: url(../img/redes.png) no-repeat -177px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
}

#head #yt:hover{
  	background: url(../img/redes-h.png) no-repeat -177px 0px;
}

#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
  	min-height: 10px;
  	margin-top: 30px;
}

.menu{
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	justify-content: space-around;
}

.menu li{
  	text-align: center;
}

#navbar a{
  	color:#000;
  	font-size: 18px;
  	float: left;
  	position: relative;
  	padding:8px;
  	text-decoration: none !important;
  	font-family:"ProstoOne";
}

#navbar a:hover{
  	color: #aedf36;
  	border-bottom: solid 1px #aedf36;
}

#navbar .selec{
  	color: #aedf36;
  	border-bottom: solid 1px #aedf36;
}

#ber{
  	margin-top: 20px;
}

#botones{
  	padding: 20px 0px;
}

.btn{
  	display: flex;
  	flex-direction: row;
  	text-align: left;
  	justify-content: center;
  	align-items: center;
  	font-size: 18px;
  	background: #f0f0f1;
  	min-height: 112px;
  	box-shadow: -5px 1px 4px #0006;
  	line-height:27px;
}

.btn img{
  	margin-right:8px;
}

.btn-verde{
  	border-right: solid 29px #1a8108;
  	float: left;
  	color: #1a8108  !important;
  	padding: 3px;
  	position: relative;
  	width: 100%;
}

.btn-verde:hover{
  	background: #1a8108;
	color: #fff  !important;
}

.btn-claro{
  	border-right: solid 29px #abde36;
  	color: #abde36  !important;
  	float: left;
  	padding: 3px;
  	position: relative;
  	width: 100%;
}

.btn-claro:hover{
  	background: #abde36;
	color: #fff  !important;
}

#home-quienes{
  	padding: 82px 0px;
  	background: url(../img/bg-home.webp) no-repeat top center;
  	background-size: cover;
}

.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
}

#home-quienes h1{
  	color: #fff;
  	font-family:"ProstoOne";
  	font-size: 30px;
  	margin-top: 20px;
}

#home-quienes p{
  	color: #fff;
  	margin-top: 15px;
  	text-align: justify;
  	line-height: 19px;
  	font-size:16px;
	}
#home-quienes a{
  	display: inline-block;
  	margin-top: 30px;
  	color: #fff;
  	padding: 5px 15px;
  	border: solid 4px #fff;
  	font-size:18px;
	}
#home-quienes a:hover{
  	color: #abde36;
  	border: solid 4px #abde36;
  	text-decoration: none;
	}
.programa-home{
  	float: left;
  	position: relative;
  	background-size: cover;
  	width: 100%;
  	height:618px;
  	box-sizing: border-box;
	}
.programa-home h1{
  	font-family:"ProstoOne";
  	font-size:30px;
  	text-shadow: -2px 2px 2px #000;
  	text-align: center;
  	color: #fff;
  	margin-top: 30px;
	}
.texto-home-p{
  	border-left: solid 12px #abde36;
  	background: rgba(255, 255, 255, 0.8);
  	padding: 15px;
  	margin-top: 264px;
  	color: #000;
  	line-height: 19px;
	}
.texto-home-p a{
  	display: inline-block;
  	margin-top: 30px;
  	color: #abde36;
  	font-size:18px;
  	padding:8px 15px;
	}
.texto-home-p a:hover{
  	display: inline-block;
  	margin-top: 30px;
  	color: #fff;
  	padding: 8px 15px;
  	background: #abde36;
  	font-size:18px;
  	text-decoration:none;
	}
.p1{
  	background-image: url(../img/home/p1.webp);
	}
.p2{
  	background-image: url(../img/home/p2.webp);
	}
.p3{
  	background-image: url(../img/home/p3.webp);
	}
#home-prod-aseo{
  	padding:132px 0px;
  	background: url(../img/bg-home2.webp) no-repeat top center;
  	background-size: cover;
	}
#home-prod-aseo h1{
  	color: #FFF;
  	border-bottom: solid 3px #fff;
  	padding-bottom: 8px;
  	font-size: 56px;
  	font-family:"ProstoOne";
	}
#home-prod-aseo p{
  	color: #FFF;
  	font-size:18px;
	}
.noticia-home{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 80px;
	}
.title-not{
  	background:#abde36;
  	padding: 10px;
  	color: #fff;
  	float: left;
  	position: relative;
  	width: 100%;
  	font-family:"ProstoOne";
  	font-size:16px;
  	box-sizing: border-box;
	}
.noticia-home:hover .title-not{
  	background: #000;
  	color: #fff;
	}
.texto-not{
  	background: #fff;
  	padding: 10px;
  	box-sizing: border-box;
  	width: 100%;
  	float: left;
  	position: relative;
  	color: #000;
	line-height: 21px;
	}
.mas{
  	position: absolute;
  	width: 57px;
  	height: 53px;
  	background: url(../img/mas.png);
  	top: -15px;
  	right: 5px;
}

.noticia-home:hover .mas{
  	background: url(../img/mas-h.png);
}

.noticia-home2{
  	width: 100%;
  	float: left;
  	position: relative;
  	min-height:278px;
  	display: flex;
  	flex-direction: column;
  	padding: 15px;
  	box-sizing: border-box;
  	background: #abde36;
  	margin-top: 80px;
  	text-align: center;
  	color: #FFF !important;
  	font-size: 30px;
  	font-family:"ProstoOne";
  	text-decoration: none !important;
  	justify-content: center;
  	align-items: center;
}

.noticia-home2 img{
  	margin-top: 50px;
}






footer h1{
  	color: #ff0000;
  	font-family:"ProstoOne";
  	font-size: 18px;
	margin-top: 15px;
}

footer p{
  	margin-top: 10px;
  	font-size: 18px;
  	line-height: 25px;
  	color: #000;
}

footer p i{
  	color: #1a8108;
}

footer p span{
  	padding-left: 20px;
}

#fb2{
  	background: url(../img/redes2.png) no-repeat 0px 0px;
  	width: 63px;
  	height: 48px;
  	display: inline-block;
}

#fb2:hover{
  	background: url(../img/redes2-h.png) no-repeat 0px 0px;
}

#in2{
 	background: url(../img/redes2.png) no-repeat -129px 0px;
  	width: 55px;
  	height: 48px;
  	display: inline-block;
}

#in2:hover{
  	background: url(../img/redes2-h.png) no-repeat -129px 0px;
}

#yt2{
  	background: url(../img/redes2.png) no-repeat -186px 0px;
  	width: 60px;
  	height: 48px;
  	display: inline-block;
}

#yt2:hover{
  	background: url(../img/redes2-h.png) no-repeat -186px 0px;
}

#web{
  	padding: 3px 0px;
  	padding-right: 145px;
  	background: url(../img/web.png) no-repeat right;
  	color: #00000024;
  	font-size: 10px;
  	margin-top: 55px;
  	float: left;
  	position: relative;
}


#titulo{
  	padding-top: 125px;
  	padding-bottom: 125px;
  	background-size: cover;
  	border-top: solid 3px #abde36;
  	text-align: center;
	}
#titulo h1{
  	font-size: 44px;
  	color: #fff;
  	text-shadow: 2px 4px 2px #000;
  	font-family:"ProstoOne";
	}
.bg-1{
  	background: url(../img/bg1.webp) no-repeat center top;
	}

.bg-1a{
  	background: url(../img/puntos-ecologicos/bg.webp) no-repeat center top;
}

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


#volver {
    padding: 40px 120px;
    background-color: #aedf36;
}

#volver a{
    padding:10px 20px;
    background:#000;
    color:#fff;
    margin-top:20px;
    margin-bottom:20px;
    font-size:18px;
    text-decoration: none!important;
}

#volver a:hover {
    background:#1a8108;
    text-decoration: none!important;
}



#carousel-egresados{
  	padding-bottom: 30px;
	}
#carousel-egresados .carousel-indicators {
  	bottom: 0;;
	}
#carousel-egresados .carousel-indicators li{
  	background: #1a8108;
  	border-color: #1a8108;
  	width: 11px;
  	height: 11px;
	}
#carousel-egresados .carousel-indicators .active{
  	background: #abde36;
  	border-color: #abde36;
  	width: 15px;
  	height: 15px;
	}
#egresados-img{
  	padding: 50px 0px;
  	background: url(../img/bg-home2.webp) no-repeat top center;
  	background-size: cover;
	}
#egresados-img h1{
  	color: #fff;
  	font-size: 60px;
  	margin-top: 150px;
  	font-family:"ProstoOne";
	}

#quienes{
  	padding: 40px 7px;
	}
#quienes p{
	line-height: 24px;
  	margin-bottom:20px;
	}
.azul{
  	color: #5271af;
	}
.mision{
  	padding-bottom: 0px !important;
	}
.mision img{
  	margin-top: 20px;
	}
.bg-3{
  	background: url(../img/bg3.webp) no-repeat center top;
	}
#servicios{
  	padding: 30px 0px;
	}
#servicios h1{
  	color: #ff0000;
  	border-bottom: solid 3px #ff0000;
  	padding-bottom: 8px;
  	font-size: 44px;
  	font-family:"ProstoOne";
	}
#servicios p{
  	color: #000;
	text-align: justify;
	line-height: 19px;
  	margin-bottom:20px;
	}
#programas2{
  	padding: 50px 0px;
  	background: url(../img/bg-pro.jpg) no-repeat top center;
  	background-size: cover;
	}
#programas2 h1{
  	color: #fff;
  	font-size: 30px;
  	text-align: center;
  	text-shadow: 2px 2px 2px #000;
  	margin-top: 100px;
  	font-family:"ProstoOne";
	}
 #programas2 p{
   	color: #fff;
   	padding: 15px;
   	line-height: 22px;
   	font-size: 18px;
   	text-align: justify;
	}

#titulo-blanco{
  	padding:66px 0px;
  	text-align: center;
	}
#titulo-blanco h1{
  	color: #ff0000;
  	border-bottom: solid 6px #ff0000;
  	display: inline-block;
  	font-size: 44px;
  	font-family:"ProstoOne";
  	font-weight:normal;
	}
.bg-4{
  	background: url(../img/bg4.webp) no-repeat center top;
	}
#noticias{
  	padding: 30px 0px;
	}
#noticias p{
	line-height: 20px;
  	margin-bottom:20px;
	}

.noticia{
  	margin-top: 30px;
  	margin-bottom: 20px;
  	float: left;
  	position: relative;
  	background: #000;
	}
.texto-not2{
  	padding: 21px 15px;
  	box-sizing: border-box;
	}
.texto-not2 h1{
  	color: #fff;
    font-family:"ProstoOne";
  	text-shadow: 2px 2px 2px #000;
	font-size: 20px;
  	line-height: 30px;
	}
.texto-not2 p{
  	margin-top: 15px;
  	color: #fff;
	}
.texto-not2 a{
  	color: #fff;
  	display: inline-block;
  	margin-top: 105px;
  	border: solid 2px #fff;
  	padding: 5px 10px;
	}
.texto-not2 a:hover{
  	color: #1a8108;
  	border: solid 2px #1a8108;
  	text-decoration: none;
	}
.texto-not h1{
  	color: #fff;
  	font-family:"ProstoOne";
  	text-shadow: 2px 2px 2px #000;
	}
.texto-not p{
  	margin-top: 15px;
  	color: #fff;
	}
.texto-not a{
  	color: #fff;
  	display: inline-block;
  	margin-top: 15px;
  	border: solid 2px #fff;
  	padding: 5px 10px;
	}
.texto-not a:hover{
  	color: #ffd61a;
  	border: solid 2px #ffd61a;
  	text-decoration: none;
	}
#frase{
  	padding-top:30px;
  	background: url(../img/bg-home2.webp) no-repeat top center;
	}
#frase h1{
  	color: #fff;
  	text-shadow: 2px 2px 2px #000;
  	font-size: 30px;
  	margin-top: 100px;
  	font-family:"ProstoOne";
	}
.bg-5{
  	background: url(../img/bg5.webp) no-repeat center top;
	}
#formulario{
  	margin-top: 30px;
	margin-bottom: 30px;
	}

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

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

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

#contacto{
  	padding: 45px 0px;
}

#contacto h1{
  	color: #1a8108;
  	border-bottom: solid 6px #1a8108;
  	padding-bottom: 8px;
  	font-size: 44px;
  	font-family:"ProstoOne";
}

#contacto p{
  	color: #000;
  	font-size: 18px;
  	line-height: 22px;
}

#contacto h3{
  	color: #fff;
  	background: #ff0000;
  	padding: 10px;
  	margin-top: 20px;
  	font-family:"ProstoOne";
  	font-size:18px;
}

#map{
	height:300px;
  	margin-bottom: 30px;
}

#ampliar{
	background-color: #abde36;
  	color: #FFF;
  	text-align: center;
	padding: 8px 10px;
	position: absolute;
	bottom: 20px;
  	left: 10%;
  	font-weight: bold;
  	margin-top: 10px;
  	text-decoration: none !important;
  	text-transform: uppercase;
}

#ampliar:hover{
	background: #1a8108;
}

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

.sticky-container{
	/*background-color: #333;*/
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -172px;
	top:340px;
	width: 238px;
	z-index: 99999999;
}

.sticky li{
	border-radius: 45px;
	list-style-type: none;
	background-color:#aedf36;
	color: #efefef;
	height: 64px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	cursor: pointer;
}

.sticky li:hover{
	margin-left: -160px;
	/*-webkit-transform: translateX(-115px);
	-moz-transform: translateX(-115px);
	-o-transform: translateX(-115px);
	-ms-transform: translateX(-115px);
	transform:translateX(-115px);*/
	/*background-color: #8e44ad;*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    text-decoration: none !important;
}

.sticky li a{
	text-decoration: none;
}

.sticky li img{
	float: left;
	margin: 0px 4px 0px 0px;
}

.sticky li p{
	padding-top:11px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px !important;
	font-family:"ProstoOne";
}

.sticky p{
	color: #fff;
	font-family:"ProstoOne";
	line-height: 23px;
	font-size: 15px;
}




@media (max-width: 800px){
  
	#head {
    	text-align: center;
  	}
    #menu {
    	margin-top: 5px;
    	padding-bottom: 0;
  	}
	.navbar-header {
	    float: none;
      	background: #1a8108;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
		background: #afdf34 !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;
	}
	.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{
	  	width: 100%;
	  	text-align: left;
		padding: 5px;
		margin-top: 2px;
    	border: none;
	}
  	#ber {
    	margin-top: 5px;
    	text-align: center;
  	}
  	#ber img{
    	margin: auto;
  	}
  	.caption {
    	bottom: 30px;
  	}
  	.caption h1 {
    	font-size: 16px;
  	}
  	.caption p {
    	margin-top: 10px;
    	font-size: 16px;
  	}
  	.texto-home-p {
    	margin-top: 96px;
  	}

  	#home-prod-aseo h1 {
  		font-size: 32px;
  	}

  	footer h1 {
    	margin-top: 10px;
    	margin-bottom: 10px;
  	}
  	#web {
    	margin-top: 20px;
  	}
  	
  	#servicios p {
    	margin-top: 10px;
  	}
  	#servicios2 h1 {
    	margin-top: 10px;
    	margin-bottom: 30px;
  	}
  	#frase h1 {
    	font-size: 22px;
    	margin-top: 20px;
    	margin-bottom: 20px;
  	}
  	#contacto p {
    	margin-top: 20px;
  	}
  	.btn{
	  	font-size:22px;
  	}
  	.programa-home{
	  	height:487px;
  	}
  	footer p{
	  	font-size:14px;
  	}
  
  	#titulo{
	  	padding-top:97px;
	  	padding-bottom:97px;
  	}
  
  	#titulo h1{
	  	font-size:36px;
  	}
  
  	#servicios h1{
	  	font-size:32px;
  	}
  
  	#titulo-blanco h1{
	  	font-size:36px;
  	}
  
  	#home-prod-aseo{
	  	padding:60px 0px;
  	}
  
  	.cbp-ntaccordion h3{
	  	font-size:19px;
  	}
  
  	#home-prod-aseo p{
	  	font-size:13px;
  	}
  
  	#formulario h2{
	  	font-size:15px;
  	}
}


@media (max-width: 900px) and (min-width: 801px){
	
	#navbar a{
		font-size:15px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		min-height:78px;
		font-size:14px;
	}
	
	#home-quienes h1{
		margin-top:0px;
	}
	
	.texto-home-p{
		margin-top:134px;
		font-size:15px;
		line-height:17px;
	}
	
	.programa-home{
		height:515px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:339px;
	}

	#home-prod-aseo h1 {
  		font-size: 33px;
  	}
	
	footer h1{
		margin-top:37px;
	}
	
	#frase h1{
		margin-top:0px;
	}
	
	#home-prod-aseo{
		padding:56px 0px;
	}
	
	#servicios h1{
		font-size:29px;
	}
	
	#home-prod-aseo p{
		font-size:14px;
	}
	
	.texto-not2{
		padding: 77px 15px;
	}
	
	#contacto h1{
		font-size:29px;
	}
}


@media (max-width: 1000px) and (min-width: 901px){
	
	#navbar a{
		font-size:15px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	.btn{
		min-height:78px;
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:138px;
	}
	
	.programa-home{
		height:522px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:379px;
	}
	
	#titulo h1{
		font-size:37px;
	}
	
	#frase h1{
		margin-top:56px;
	}
	#home-prod-aseo h1 {
  		font-size: 38px;
  	}
	
	#contacto h1{
		font-size:34px;
	}
}


@media (max-width: 1100px) and (min-width: 1001px){
	
	#navbar a{
		font-size:15px;
	}
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:20px;
		min-height:92px;
	}
	
	.texto-home-p{
		margin-top:160px;
	}
	
	.programa-home{
		height:514px;
	}
	
	.noticia-home2{
		font-size:29px;
		min-height:224px;
	}
	
	footer p{
		font-size:16px;
	}
	
	#quienes p{
		font-size:13px;
	}

	.texto-not2 a {
  		margin-top: 58px;
  	}
	
	#home-prod-aseo h1{
		font-size:52px;
	}
	
	footer h1{
		font-size:12px;
	}
	
	#servicios h1{
		font-size:35px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	#frase h1{
		margin-top:53px;
	}
	
	#contacto h1{
		font-size:33px;
	}
	
}


@media (max-width: 1200px) and (min-width: 1101px){
	
	#navbar a{
		font-size:15px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:21px;
	}
	
	.texto-home-p{
		margin-top:205px;
	}
	
	.programa-home{
		height:557px;
	}
	
	.noticia-home2{
		font-size:35px;
		min-height:244px;
	}
	
	
	footer p{
		font-size:16px;
	}
	
	#quienes p{
		font-size:14px;
	}
	
	#home-prod-aseo{
		padding:53px 0px;
	}
	
	#servicios h1{
		font-size:36px;
	}
	
	.texto-not2 h1{
		font-size:15px;
	}
	
	#frase h1{
		font-size:26px;
	}
	
	#contacto h1{
		font-size:39px;
	}
	

}

@media (max-width: 1300px) and (min-width: 1201px){
	
	#navbar a{
		font-size:15px;
		padding: 0px;
		margin-top: -9px;
	}
	
	.caption{
		left:21%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:13px;
		min-height:78px;
	}
	
	.texto-home-p{
		margin-top:119px;
		font-size:14px;
		line-height:16px;
	}
	
	.programa-home{
		height:484px;
	}
	
	.noticia-home2{
		font-size:18px;
		min-height:149px;
	}
	
	footer p{
		font-size:14px;
	}
	
	#quienes p{
		font-size:12px;
	}
	
	#home-prod-aseo h1{
		font-size:40px;
	}

	.title-not {
  		font-size: 13px;
 	}
	
	#servicios h1{
		font-size:28px;
	}

	#noticias p {
  		line-height: 18px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 h1{
		font-size:10px;
	}
	.texto-not2 p{
		font-size:11px;
	}
	
	.texto-not2 a{
		margin-top:9px;
		font-size:13px;
	}
	
	#formulario h2{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:28px;
	}
	
	#contacto p{
		font-size:12px;
	}
	
	#contacto h3{
		font-size:15px;
	}
	
	.texto-not{
		font-size:14px;
	}
	
	
	#titulo h1{
		font-size:32px;
	}
	
	#home-prod-aseo{
		padding:61px 0px;
	}
	
	#frase h1{
		font-size:22px;
		margin-top:47px;
	}
	
	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  	}
  
}

@media (max-width: 1400px) and (min-width: 1301px){
	
	#navbar a{
		font-size:14px;
		margin-top: -18px;
	}
	
	.caption{
		left:21%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:14px;
	}
	
	.texto-home-p{
		margin-top:137px;
		font-size:14px;
	}

	.btn img {
  		margin-right: -7px;
	}
	
	.programa-home{
		height:529px;
	}
	
	.noticia-home2{
		font-size:23px;
		min-height:194px;
	}
	
	footer p{
		font-size:15px;
	}
	
	#quienes p{
		font-size:12px;
	}
	
	#home-prod-aseo{
		padding:56px 0px;
	}
	
	#home-prod-aseo h1{
		font-size:41px;
	}
	
	#servicios h1{
		font-size:30px;
	}
	
	.texto-not2{
		padding:12px 15px;
	}
	
	.texto-not2 h1{
		font-size:11px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	.texto-not2 a{
		margin-top:9px;
	}
	
	#frase h1{
		margin-top:54px;
		font-size:24px;
	}
	
	#formulario h2{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:30px;
	}
	
	#home-quienes p{
		line-height:16px;
		font-size:14px;
	}

  	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  }

}


@media (max-width: 1500px) and (min-width: 1401px){
	
	#navbar a{
		font-size:14px;
		margin-top: -10px;
	}
	
	.caption h1{
		font-size:49px;
	}
	
	.btn{
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:163px;
	}
	
	.programa-home{
		height:542px;
	}
	
	.noticia-home2{
		font-size:25px;
		min-height:210px;
	}
	
	
	footer p{
		font-size:16px;
	}
	
	#quienes p{
		font-size:13px;
	}
	
	#home-prod-aseo h1{
		font-size:47px;
	}
	
	#servicios h1{
		font-size:34px;
	}
	
	#home-prod-aseo p{
		font-size:15px;
	}
	
	
	.texto-not2{
		padding:9px 15px;
	}
	.texto-not2 a{
		margin-top:8px;
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	#frase h1{
		margin-top:38px;
	}
	
	#contacto h1{
		font-size:32px;
	}
	
	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  	}

}

@media (max-width: 1600px) and (min-width: 1501px){
	
	#navbar a{
		font-size:14px;
		margin-top: -13px;
	}
	
	.caption h1{
		font-size:49px;
	}
	
	.btn{
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:195px;
	}
	
	.programa-home{
		height:544px;
	}
	
	
	.noticia-home2{
		min-height:223px;
		font-size:26px;
	}

	.texto-not2 a {
  		margin-top: 75px;
  	}
	
	footer p{
		font-size:17px;
	}
	
	#quienes p{
		font-size:14px;
	}
	
	#home-prod-aseo h1{
		font-size:47px;
	}
	
	#servicios h1{
		font-size:35px;
	}
	
	#home-prod-aseo p{
		font-size:15px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 p{
		font-size:14px;
		margin-top:9px;
	}
	
	#frase h1{
		margin-top:59px;
	}
	
	#contacto h1{
		font-size:35px;
	}
	
	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  	}
	
}

@media (max-width: 1700px) and (min-width: 1601px){
	
	#navbar a{
		font-size:16px;
		margin-top: -13px;
	}
	
	.btn{
		font-size:17px;
	}
	
	.texto-home-p{
		margin-top:170px;
	}
	
	.programa-home{
		height:530px;
	}
	
	.noticia-home2{
		font-size:25px;
		min-height:237px;
	}
	
	footer p{
		font-size:18px;
	}
	
	footer h1{
		font-size:13px;
	}
	
	#quienes p{
		font-size:14px;
	}
	
	#servicios h1{
		font-size:36px;
	}
	
	.texto-not2{
		padding:13px 15px;
	}
	
	.texto-not2 p{
		font-size:14px;
	}
	
	#frase h1{
		font-size:25px;
	}
	
	#contacto h1{
		font-size:36px;
	}

  	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  	}

}


@media (max-width: 1800px) and (min-width: 1701px){
	
	#navbar a{
		font-size:18px;
	}
	
	.texto-home-p{
		margin-top:199px;
	}
	
	.programa-home{
		height:555px;
	}
	
	.noticia-home2{
		min-height:251px;
		font-size:31px;
	}
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:15px;
	}

  	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  	}
}


@media (max-width: 1920px) and (min-width: 1800px){
	
	footer p{
		font-size:16px;
	}

  	.modal-dialog {
    	width: 505px;
    	margin: 50px auto;
  	}
}