 html {

   scroll-behavior: smooth;

 }

 body {

   font-family: 'Open Sans', sans-serif;

   overflow-X: hidden;

 }
#myNavbar ul ul{
	margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
	font-size: 19px;
	padding-inline-start: 15px;
}
.color-texto {
    color: white;
}
section#slider-principal{
	margin-top: 8%;
}

@media only screen and (max-width: 1440px) {
  .overlay {
	height: 75% !important;
  }
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 17px;
		width: 60% !important;
		text-align: center;
		margin-bottom: -18px;
	}
}
@media only screen and (max-width: 767px) {
  .overlay {
	height: 70% !important;
  }
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 17px;
		width: 100% !important;
		text-align: center;
		margin-bottom: -18px;
	}
	.number-left{
		margin-left: -275px;
	}
	.number-right{
		margin-top: -57px;
	}
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 16px;
		width: 35%;
		text-align: center;
		margin-bottom: -54px !important;
	}
}
@media only screen and (max-width: 425px) {
	.color-fondo{
    background-color: white !important;
  }

  .color-texto{
    color: #9dae47 !important;
  }
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 16px;
		width: 35%;
		text-align: center;
		margin-bottom: -54px !important;
	}
	
	#back-section {
		margin-top: 185px !important;
		margin-bottom: 0px;
		background-color: #0c7713;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
@media only screen and (max-width: 333px) {
	.number-right {
		margin-left: 98px;
		margin-top: -47px !important;
		margin-bottom: -3px !important;
	}
	
	.color-fondo{
    background-color: white !important;
  }

  .color-texto{
    color: #9dae47 !important;
  }
}
@media only screen and (max-width: 333px) {
	.color-fondo{
    background-color: white !important;
  }

  .color-texto{
    color: #9dae47 !important;
  }
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 13px !important;
		width: 35%;
		text-align: center;
		margin-bottom: -54px !important;
	}
	.number-right {
		margin-left: 98px;
		margin-top: -47px !important;
		margin-bottom: -3px !important;
	}
	
	#back-section {
		margin-top: 151px !important;
		margin-bottom: 0px;
		background-color: #0c7713;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
@media only screen and (max-width: 551px) {
  .overlay {
	height: 72% !important;
  }
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 17px;
		width: 100% !important;
		text-align: center;
		margin-bottom: -18px;
	}
	.number-left{
		margin-left: -275px;
	}
	.number-right{
		margin-top: -57px;
		margin-bottom: 50px;
	}
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 16px;
		width: 35%;
		text-align: center;
		margin-bottom: -54px !important;
	}
	
	#back-section {
		margin-top: 280px !important;
		margin-bottom: 0px;
		background-color: #0c7713;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
@media only screen and (max-width: 551px) {
  .overlay {
	height: 72% !important;
  }
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 17px;
		width: 100% !important;
		text-align: center;
		margin-bottom: -18px;
	}
	.number-left{
		margin-left: -188px;
	}
	.number-right{
		margin-left: 98px;
		margin-top: -57px;
		margin-bottom: 50px;
	}
	.top-contactos {
		text-align: right;
		font-weight: 700;
		color: #0c7713;
		font-size: 16px;
		width: 35%;
		text-align: center;
		margin-bottom: -54px !important;
	}
	
	#back-section {
		margin-top: 0px !important;
		margin-bottom: 0px;
		background-color: #0c7713;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.navbar-nav {
		margin: 0;
		position: absolute;
		/* top: 78px; */
		left: 0;
		width: 100%;
		padding: 20px 40px;
		background: #fff;
		top: 89px !important;
	}
}

.nosotros-info{

  text-align: justify;

}

.image {

  display: block;

  width: 100%;

  height: auto;

}

.overlay {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 288px;

  width: 100%;

  opacity: 0;

  transition: .5s ease;

  background-color: #288b2e9e;

}

.servicios-nosotros{

  margin-right: 0px;

}
.contacto-black input, #contacto textarea {
    background: transparent !important;
    border: solid 1px #fff;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    resize: none;
    margin-bottom: 20px;
    outline: none !important;
    color: black !important;
}



.servicios-preview:hover .overlay {

  opacity: 1;

}

.description-services {

  padding-left: 41px;

  padding-right: 41px;

  font-weight: 500;

  color: black;

  font-size: 15px;

  margin-top: 11px;

  margin-bottom: 17px;

}

.description-services h2{

  font-size: 21px;

  text-align: center;

  font-weight: 700;

}

#title-section{

  color: white;

  font-size: 40px;

  font-weight: 700;

  text-shadow: 0 2px 6px rgba(0, 0, 0, .4);

  background-color: #96aa39;

  text-align: center;

}

#title-section h1{

  font-size: 35px;

  font-weight: 700;

  margin-top: 35px;

  /*margin-bottom: 35px;*/

  text-transform: capitalize;

}

.text {

  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;

  font-size: 40px;

  font-weight: 700;

  text-shadow: 0 2px 6px rgba(0, 0, 0, .4);

}

 #servicios-nosotros img{

   width: 100%;

 }

 .servicios-preview{

   /*width: 33.33%;*/

   padding-right: 0px;

   padding-left: 0px;

 }

 .servicios-nosotros-second{

   /*margin-left: 33.33%;*/

 }

 /* Slider Marcas*/

 .slick-slide {

     margin: 0px 20px;

 }



 .slick-slide img {

     width: 100%;

 }



 .slick-slider

 {

     margin-top: 20px;

     position: relative;

     display: block;

     box-sizing: border-box;

     -webkit-user-select: none;

     -moz-user-select: none;

     -ms-user-select: none;

             user-select: none;

     -webkit-touch-callout: none;

     -khtml-user-select: none;

     -ms-touch-action: pan-y;

         touch-action: pan-y;

     -webkit-tap-highlight-color: transparent;

 }



 .slick-list

 {

     position: relative;

     display: block;

     overflow: hidden;

     margin: 0;

     padding: 0;

 }

 .slick-list:focus

 {

     outline: none;

 }

 .slick-list.dragging

 {

     cursor: pointer;

     cursor: hand;

 }



 .slick-slider .slick-track,

 .slick-slider .slick-list

 {

     -webkit-transform: translate3d(0, 0, 0);

        -moz-transform: translate3d(0, 0, 0);

         -ms-transform: translate3d(0, 0, 0);

          -o-transform: translate3d(0, 0, 0);

             transform: translate3d(0, 0, 0);

 }



 .slick-track

 {

     position: relative;

     top: 0;

     left: 0;

     display: block;

 }

 .slick-track:before,

 .slick-track:after

 {

     display: table;

     content: '';

 }

 .slick-track:after

 {

     clear: both;

 }

 .slick-loading .slick-track

 {

     visibility: hidden;

 }



 .slick-slide

 {

     display: none;

     float: left;

     height: 100%;

     min-height: 1px;

 }

 [dir='rtl'] .slick-slide

 {

     float: right;

 }

 .slick-slide img

 {

     display: block;

 }

 .slick-slide.slick-loading img

 {

     display: none;

 }

 .slick-slide.dragging img

 {

     pointer-events: none;

 }

 .slick-initialized .slick-slide

 {

     display: block;

 }

 .slick-loading .slick-slide

 {

     visibility: hidden;

 }

 .slick-vertical .slick-slide

 {

     display: block;

     height: auto;

     border: 1px solid transparent;

 }

 .slick-arrow.slick-hidden {

     display: none;

 }

 #back-section{

   margin-top: 0px;

   margin-bottom: 0px;
   /*
   background-color: #1c7712; 
  */
   background-color: #9dae47;
   padding-top: 16px;

   padding-bottom: 16px;

 }

 #back-section a{

   color: white;

   font-weight: 700;

    font-size: 16px;

 }

 .logotipo img{
    margin-top: 0px;
 }

 .barra-menu{
   margin-top: 8px;
 }

/** General **/

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

  .text {

      font-size: 33px;

  }

  .overlay {

      position: absolute;

      top: 0;

      bottom: 0;

      left: 0;

      right: 0;

      height: 200px;

      width: 100%;

      opacity: 0;

      transition: .5s ease;

      background-color: #288b2e9e;

  }

  #cabecera h2 {

    font-size: 40px;

  }

  .number-left {

    float: left;

    margin-left: -46px;

  }

  .number-right{

    float: right;

    margin-top: 0px;

    margin-right: -32px;

  }

  .llamanos{

    display: none;

  }

  .eleccion{

    margin-top: 98px !important;

  }

  .navbar-nav {

    top: 94px !important;

  }

  .top-contactos{

    font-size: 14px !important;

  }

}

.numeros, .numeros a{

  list-style-type: none;

  color: #fff;

}

.numeros a:hover{

  list-style-type: none;

  color: black;

}

.llamanos{

    background: #0c7713;

    color: white !important;

    padding-top: 14px;

    padding-left: 14px;

    padding-right: 14px;

    padding-bottom: 14px;

    text-align: center;

}

.top-contactos{

  text-align: right;

  font-weight: 700;

  color: #0c7713;

  font-size: 16px;

  width: 35%;

  text-align: center;

  margin-bottom: -18px;

}

.top-contactos a{

  text-decoration: none;

}

 /***  HomePage  ***/

 .certificaciones{

   height: 100%;

   background-color: #fff;

 }

 .eleccion {

   height: calc(95vh - 125px);

   width: 100%;

   display: flex;

   flex-direction: row;

   flex-wrap: nowrap;

   margin-top: 126px;

 }

 .certificaciones h2{

   font-size: 37px;

   font-weight: 700;

   color: white;

   text-shadow: 0 2px 6px rgb(0, 0, 0);

 }

 .eleccion a.half {

   display: flex;

   width: 50%;

   height: 100%;

 }



 .eleccion a.residencial {

   background-color: rgba(255, 255, 255, 0.41);

   background-size: 200%;

   transition: 2s ease;

   position: relative;

   overflow: hidden;

 }



 .eleccion a.residencial::after {

   content: '';

   display: block;

   position: absolute;

   top: 0;

   left: 0;

   /*min-height: 100%;

   min-width: 100%;*/

   background: url('../img/residencial-home.jpg') center no-repeat;

   z-index: -1;

   transition: 3.7s ease-in-out;
	 
   height: 100%;

   width: 100%;
	 
   background-size: cover;

 }



 .eleccion a.residencial:hover {

   background-color: rgba(40, 139, 46, 0.4);

 }



 .eleccion a.residencial:hover::after {

   transform: scale(1.3);

 }



 .eleccion a.industrial {

   background-color: rgba(255, 255, 255, 0.44); /*rgba(150, 170, 57, 0.9);*/

   background-size: 200%;

   transition: 2s ease;

   position: relative;

   overflow: hidden;

 }



 .eleccion a.industrial::after {

   content: '';

   display: block;

   position: absolute;

   top: 0;

   left: 0;

  /* min-height: 100%;

   min-width: 100%;*/

   background: url('../img/industrial-home.jpg') center no-repeat;

   z-index: -1;

   transition: 3.7s ease-in-out;
	
   height: 100%;
	 
   width: 100%;
	 
   background-size: cover;
	 

 }



 .eleccion a.industrial:hover {

   background-color: rgba(150, 170, 57, 0.4);

 }



 .eleccion a.industrial:hover::after {

   transform: scale(1.3);

 }



 .eleccion a::before {

   content: '';

   display: block;

   position: absolute;

   top: 50%;

   left: 50%;

   height: calc(100% - 40px);

   width: calc(100% - 40px);

   border: solid 2px #fff;

   border-radius: 5px;

   transform: translateX(-50%) translateY(-50%);

 }



 .eleccion a .info {

   position: absolute;

   top: 50%;

   transform: translateY(-50%);

   padding: 0 80px;

   color: #fff !important;

   text-shadow: 0 2px 6px rgb(0, 0, 0);

 }
.eleccion .info p{
	text-shadow: 0 2px 6px rgb(0, 0, 0);
}


 .eleccion a.residencial .info {

   text-align: right;

   /*padding-left: 40%;*/

   padding-left: 40%;

 }



 .eleccion a.industrial .info {

   padding-right: 26%;

   /*padding-right: 40%;*/

 }

.eleccion a .info p {
    font-size: 22px !important;
}

 .eleccion a .info h2 {

   font-size: 47px;

   font-weight: 700;

 }



 .eleccion a .info p {

   font-size: 20px;

 }



 @media (max-width:1200px) {

   .eleccion a.industrial .info {

     padding-right: 80px !important

   }



   .eleccion a.residencial .info {

     padding-left: 80px !important

   }

 }


 @media (max-width:991px) {

   .eleccion {

     height: calc(100vh - 70px);

     width: 100%;

     display: flex;

     flex-direction: row;

     flex-wrap: wrap;

     margin-top: 145px;

   }



   .eleccion a.half {

     display: flex;

     width: 100%;

     height: 50%;

   }



   .eleccion a .info h2 {

     font-size: 30px;

     font-weight: 700;

   }



   .eleccion a .info p {

     font-size: 18px;

   }



   .eleccion a.residencial .info {

     padding-left: 35%;

   }



   .eleccion a.industrial .info {

     padding-right: 35%;

   }

 }



 @media (max-width:767px) {
	
   .eleccion {

     height: calc(100vh - 70px);

     width: 100%;

     display: flex;

     flex-direction: row;

     flex-wrap: wrap;

     margin-top: 98px;

   }
   .eleccion a .info h2 {

     font-size: 26px;

     font-weight: 700;

   }



   .eleccion a .info p {

     font-size: 16px;

   }



   .eleccion a.residencial .info {

     padding-left: 20%;

   }



   .eleccion a.industrial .info {

     padding-right: 20%;

   }

 }



 /***  HomePage  ***/

 /***  Header & Menu  ***/

 header {

   position: fixed;

   top: 0;

   width: 100%;

   padding: 15px 4%;

   background: #288b2e;

   z-index: 999;

   transition: .4s ease-in-out;

 }



 .barra-menu {

   display: flex;

   flex-direction: row;

   flex-wrap: nowrap;

   justify-content: space-between;

   align-items: center;

 }



 header .logotipo img {

   height: 80px;

 }



 header .navbar-nav>li>a {

   font-weight: 700;

   color: #fff;

   font-size: 20px;

 }



 header .navbar-nav .dropdown-menu {

   padding: 15px;

   font-size: 16px;

   border: none;

   border-radius: 0;

 }



 header .navbar-nav .dropdown-menu>li>a {

   color: #0c7713;

   padding: 10px;

 }



 header .navbar-nav>li.telefono {

   background: #0c7713;

 }



 header .navbar-nav .telefono .dropdown-menu {

   background: #0c7713;

 }



 header .navbar-nav .telefono .dropdown-menu .dropdown-header {

   color: #fff;

   font-weight: 700;

   font-size: 20px;

 }



 header .navbar-nav>li.telefono a {

   color: #fff;

 }



 header .navbar-nav>li.telefono a:hover, header .navbar-nav>li.telefono a:active, header .navbar-nav>li.telefono a:focus, header .navbar-nav>li.telefono a:visited {

   background: transparent;

 }



 .navbar-toggle {

   border: solid 1px #0c7713;

 }



 .navbar-toggle .icon-bar {

   background: #0c7713;

 }



 @media(max-width: 991px) {

   header {
     padding: 10px 15px;
   }

   header .logotipo a img {
     height: 42px;
     margin-top: 10px;
     margin-bottom: 10px;
   }

 }



 @media(max-width: 800px) and (min-width: 768px) {

   header .navbar-nav>li>a {

     font-weight: 600;

     font-size: 14px;

   }

 }



 @media(max-width: 767px) {

   .navbar-nav {

     margin: 0;

     position: absolute;

     /*top: 78px;*/

     left: 0;

     width: 100%;

     padding: 20px 40px;

     background: #288b2e;

     top: 98px;

   }

   .top-contactos{

     width: 100%;

   }

 }



 /***  Header & Menu  ***/

 .item {

   background: #000;

 }



 .owl-carousel {

   position: relative;

 }



 .owl-carousel .item img.chc {

   position: absolute;

   right: 5%;

   max-height: 80%;

   width: auto;

   bottom: 0;

 }



 .owl-carousel .item h2 {

   position: absolute;

   left: 5%;

   color: #fff;

   font-weight: 700;

   font-size: 65px;

   text-shadow: 0 0 15px rgba(0, 0, 0, .9);

   top: 50%;

   transform: translateY(-50%);

 }



 .owl-carousel .item img.sec {

   left: 5%;

 }



 .owl-carousel .item h2.inv {

   right: 5%;

   text-align: right;

 }



 .owl-carousel .owl-nav {

   font-size: 40px;

   color: rgba(255, 255, 255, 0.8);

   outline: none !important;

 }



 .owl-carousel .owl-nav button {

   text-shadow: 0 0 10px rgba(0, 0, 0, .6);

 }



 .owl-carousel .owl-next {

   position: absolute;

   top: 50%;

   right: 50px;

   outline: none !important

 }



 .owl-carousel .owl-prev {

   position: absolute;

   top: 50%;

   left: 50px;

   outline: none !important

 }



 .owl-carousel .item h2 {

   position: absolute;

   left: 10%;

   color: #fff;

   font-weight: 700;

   font-size: 48px;

   text-shadow: 0 0 15px rgba(0, 0, 0, .9);

   top: 50%;

   transform: translateY(-50%);

 }



 @media (max-width: 1200px) {

   .owl-carousel .item h2 {

     font-size: 55px;

   }

 }



 @media (max-width: 991px) {

   .owl-carousel .item h2 {

     font-size: 40px;

   }



   .owl-carousel .item .slide-p {

     /* height: 80vh;

     min-width: 230% !important;

     max-width: 230% !important;

     position: relative;*/
     margin-top: 24%;
   }



   .owl-carousel .item img.chc {

     max-height: 60%;

     bottom: 0;

     left: 50%;

     transform: translateX(-50%);

   }



   .owl-carousel .owl-nav {

     display: none !important;

   }



   .owl-carousel .item h2 {

     top: 50% !important;

     left: 50% !important;

     transform: translateX(-50%) translateY(-50%) !important;

     width: 95% !important;

     text-align: center !important;

   }

 }



 #sistemas {
	
   background: #288b2e;

   padding: 5px 0;

   color: #fff;

 }



 #sistemas h3 {

   font-size: 40px;

   text-transform: uppercase;

   font-weight: 700;

   margin-top: 0;

   margin-top: 0;

 }


#sistemas p strong{
    font-weight: 700;
    font-size: 45px;
}
 #sistemas p {

   font-size: 34px;

   margin: 0;

 }



 #sistemas ul {

   text-align: left;

   font-size: 20px;

   list-style: none;

   padding-left: 0;

   letter-spacing: .1em;

 }



 #sistemas ul.der {

   text-align: right;

 }



 #sistemas ul li {

   margin-bottom: 8px;

 }



 #sistemas ul li::before {

   content: '\f188';

   font-family: "FontAwesome";

   color: #fff;

   margin-right: 10px;

   display: inline-block;

   transform: rotate(-45deg);

 }



 #prevencion {

   padding: 120px 0;

   font-size: 19px;

   position: relative;

   background: linear-gradient(90deg, rgba(255, 255, 255, .95) 30%, rgba(255, 255, 255, 0.5) 90%), url('../img/Nosotros/slider-4.jpg') center no-repeat;

   background-size: cover;

 }



 #prevencion p {

   margin-bottom: 15px;

   color: #000;

 }



 #prevencion .asociaciones {

   max-height: 100px;

   margin-right: 20px;

 }



 #prevencion .fumigador {

   position: absolute;

   right: 0;

   height: 135%;

   bottom: 0;

   right: -200px;

 }



 @media (max-width: 991px) {

   #prevencion {

     padding: 120px 0 0 0;

   }



   #prevencion .fumigador {

     position: relative;

     right: 0;

     width: 100%;

     bottom: 0;

   }

 }



 #plagas {

   padding: 80px 0;

   background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/plagas.jpg') center no-repeat;

   background-size: cover;

   background-attachment: fixed;

   color: #e95924;

 }



 #plagas h3 {

   color: #fff;

   font-weight: 700;

   font-size: 40px;

 }



 #plagas ul {

   list-style: none;

   padding-top: 40px;

   font-size: 22px;

   font-weight: 300;

 }



 #plagas ul li {

   margin-bottom: 10px;

 }



 #plagas ul li::before {

   content: '\f188';

   font-family: "FontAwesome";

   color: #e95924;

   margin-right: 10px;

   display: inline-block;

   transform: rotate(-45deg);

   border: solid 1px #e95924;

   height: 40px;

   width: 40px;

   text-align: center;

   line-height: 38px;

   border-radius: 20px;

 }



 #plagas p.poliza {

   color: #fff;

   font-size: 24px;

   margin-top: 40px;

 }



 #plagas p.poliza.puntos {

   border-left: solid 4px #e95924;

   padding-left: 10px;

   font-weight: 300;

   font-size: 20px;

   padding: 10px 0 10px 10px;

   background: rgba(255, 255, 255, 0.1)

 }



 #comercial {

   background: linear-gradient(rgba(166, 190, 56, 0.85), rgba(166, 190, 56, 0.85)), url('../img/comercial.jpg') center, no-repeat;

   background-size: cover;

   padding: 100px 0;

   color: #fff;

   font-size: 20px;

 }



 #comercial h3 {

   font-weight: 700;

   color: #fff;

   font-size: 45px;

   margin-top: 0;

   margin-bottom: 30px;

 }



 #comercial .txt-gde {

   font-weight: 300;

   font-size: 26px;

 }



 #comercial ul {

   list-style: none;

 }



 #comercial ul li {

   font-size: 20px;

 }



 #comercial ul li::before {

   content: '\f188';

   font-family: "FontAwesome";

   color: #fff;

   margin-right: 5px;

   display: inline-block;

   transform: rotate(-45deg);

   height: 40px;

   width: 40px;

   text-align: center;

   line-height: 38px;

 }



 #industrial {

   padding: 100px 0;

   background: linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.15)), url(../img/industrial2.jpg) center no-repeat;

   background-size: cover;

   background-attachment: fixed;

 }



 #industrial h3 {

   color: #e95924;

   font-weight: 300;

   font-size: 40px;

   margin-top: 0;

   margin-bottom: 50px;

 }



 #industrial .inds {

   min-height: 120px;

   border: solid 1px #e95924;

   display: flex;

   justify-content: center;

   align-items: center;

   padding: 0 15px;

   font-weight: 600;

   font-size: 16px;

   text-align: center;

   margin-bottom: 30px;

   border-radius: 5px;

   /*box-shadow: 0 0 10px 2px rgba(233, 89, 36, 0.3);*/

   background: #fff;

 }



 #contacto {

   background: #f9f9f9;

   padding: 100px 0;

 }



 #contacto input, #contacto textarea {

   background: #f9f9f9;

   border: solid 1px #000;

   padding: 15px;

   border-radius: 4px;

   font-size: 16px;

   width: 100%;

   resize: none;

   margin-bottom: 20px;

   outline: none !important;

 }



 #contacto input:-ms-input-placeholder {

   color: #000;

 }



 #contacto textarea:-ms-input-placeholder {

   color: #000;

 }



 #contacto input:-moz-placeholder {

   color: #000;

 }



 #contacto textarea:-moz-placeholder {

   color: #000;

 }



 #contacto input::-webkit-input-placeholder {

   color: #000;

 }



 #contacto textarea::-webkit-input-placeholder {

   color: #000;

 }



 #contacto textarea {

   height: 120px;

 }



 #contacto button {

   background: #0c7713;

   padding: 10px 50px;

   border-radius: 4px;

   border: none;

   color: #fff;

   font-weight: 300;

   text-transform: uppercase;

   font-size: 18px;

 }



 #contacto h3 {

   color: #fff;

   font-size: 45px;

   font-weight: 700;

   margin-top: 0;

   margin-bottom: 30px;

   line-height: 40px;

   text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);

 }



 #contacto h3 small {

   font-weight: 400;

   color: #000;

 }



 #contacto p {

   color: #fff;

   text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);

   font-weight: 700;

   font-size: 20px;

 }



 #cabecera {

   height: 580px;

   margin-top: 120px;

   background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/cabeceras.jpg') center no-repeat;

   background-size: cover;

   position: relative;

 }



 #cabecera h2 {

   position: absolute;

   left: 0%;

   top: 50%;

   transform: translateY(-168%);

   color: #fff;

   font-size: 37px;

   font-weight: 700;

   line-height: 43px;

   text-transform: uppercase;

 }



 #cabecera h2 small {

   color: #a6be38;

   font-weight: 300;

   text-transform: capitalize;

 }



 #info {

   padding: 80px 0;

   font-size: 16px;

 }



 #info hr {

   margin-bottom: 40px;

   margin-top: 40px;

   border-top: solid 1px rgba(40, 139, 46, 0.2);

 }



 #info h4 {

   color: #0c7713;

   margin: 0;

   margin-bottom: 10px;

   font-weight: 700;

   font-size: 20px;

 }



 #info .lista {

   background: rgba(40, 139, 46, 0.2);

   padding: 30px;

 }



 #info .lista ul {

   list-style: none;

   padding-top: 20px;

   padding-left: 20px;

 }



 #info .lista ul li {

   margin-bottom: 10px;

 }



 #info .lista hr {

   border-color: #fff;

 }



 footer {

   background: #111;

   color: #a6be38;

   text-align: center;

   padding: 20px 0;

   font-size: 18px;

 }



 #forms {

   background: #0c7713;

   padding: 100px 0;

   color: #fff;

 }



 #forms h3 {

   font-size: 40px;

   margin-top: 0;

   font-weight: 800;

   margin-bottom: 30px;

 }



 #forms p {

   font-size: 18px;

   font-weight: 300;

   margin-bottom: 30px;

 }



 #forms form {

   color: #333;

 }



 #forms input, #forms select, #forms textarea {

   border: none;

   border-radius: 5px;

   background: #fff;

   padding: 15px;
   font-size: 16px;
   resize: none;
   width: 100%;
   margin-bottom: 30px;
 }

 #forms textarea {
   height: 120px;
 }
 #forms button {
   background: #e95924;
   font-weight: 800;
   border: none;
   border-radius: 4px;
   text-transform: uppercase;
   font-size: 20px;
   padding: 7px 60px;
 }
 footer {
   background: #222;
   padding: 30px 0;
   text-align: center;
   color: #fff;
 }
.nosotros-info{
	
}
.nosotros-info p{
	border: solid 3px #288b2e;
    margin-top: 10px;
    padding: 17px;
	font-size: 19px;
	min-height: 500px;
}
#texto-contacte{
	font-size: 65px;
    color: #fc1720;
}
#texto-contacte h3{
	text-align: left;
	font-size: 65px;
    color: #288b2e;
}
#contactanos{
	background-color: #f9f9f9;
	text-align: center;
	min-height: 267px;
}
#contactanos .row{
	margin-top: 18px;
}
#img-contactanos img{
	width: auto;
    max-height: 230px;
    max-width: 100%;
    margin-top: 31px;
}
.industrial-texto{
	font-size: 29px;
	font-weight: 500;
	margin-top: 35px;
    margin-bottom: 35px;
}
#industrial .inds {
    min-height: 120px;
    border: solid 1px #288b2e !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 5px;
    /*box-shadow: 0 0 10px 2px rgb(149, 170, 57) !important;*/
    background: #fff;
    transform: scale(1);
	transition: .3s ease-in-out;
}
#logos-residencial img{
	width: auto;
    max-height: 200px;
}
#industrial .inds:hover {
    transform: scale(1.1);
	transition: .3s ease-in-out;
}
.aplicacion .inds {
    min-height: 120px;
    border: solid 1px #288b2e !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    font-size: 25px !important;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgb(149, 170, 57) !important;
    background: #288b2e !important;
    color: #fff;
}
.logotipo{
	background: #fff;
    border-radius: 7px;
    padding: 4px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #9eaf47;
}
#poliza-anual p strong {
    font-weight: 700;
    font-size: 45px;
}
.conoce-plagas{
   margin-top: 126px;
   background: #288b2e;
   padding: 5px 0;
   color: #fff;
}
.titulo-seccion{
	font-size: 22px;
	font-weight: 900;
}
.texto-seccion {
	font-size: 19px;
	line-height: 26px;
}