html {
	scroll-behavior: smooth
}

body {
  padding-top: 50px;  
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
		
	}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
a:focus {
	outline: none;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.qs-title {
	font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
	font-style: italic
}
.dot {
	color: #698615;
	font-size: 12px;	
}
#comparativo i {
	color: #698615;
}
.bold-text {
	font-weight: bold
}
.img-somos {
	margin-top: 30px
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #7FA347;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #7FA347;
  border-radius: 20px;
  background: #1b1b1b;
}

.section-box .title-box {
  font-size: 24px;
  color: #fff;  
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 10px;
	font-weight: normal;
	text-align: center;
	top:-70px
}
.bgtitle{
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #2D9ABA;
	width: 100px;
	height: 100px;
	margin: auto;
}
.bgtitle-plagas{
	background-color: transparent;
	
	
	width: 100%;
	height: 80px;
	margin: auto;
}
.section-box .title-box:before {
  content: "";
  position: absolute;
  width: 70px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  height: 1px;
  background: #2D9ABA;
}
.section-box .title-box:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border: 2px solid #2D9ABA;
  border-radius: 20px;
  background: #1b1b1b;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar-default {
    background-color: #fff;    
}

.navbar.navbar-default {
 box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;	
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
.navbar-default .navbar-toggle  {
    border: 2px solid #7FA347;	
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent; 
		border: 2px solid #98b56b
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: transparent;
    border: 1px solid #7FA347;
	transition: all 300ms ease-in-out;	
}
.navbar-default .navbar-toggle:hover .icon-bar {
	border-color: #98b56b
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  border-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}
@media only screen and (max-width: 992px) {
	.btn-submit {
		margin: 0 auto!important;		
	}
	
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	 
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
	  color:#666
	
  }
	
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 30px;
	  color: #689F38;    	
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-top: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;	
	  
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
	
}
#main-slider {
overflow: hidden;
margin-top: 30px;
	text-align: center
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;


}
#main-slider .slider-inner h2 {
  margin-top: 150px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;	
}
#main-slider .slider-inner h2.img-slider {
  position: relative;
  margin: 0 auto;
	width: 360px;
	top:-100px;
	z-index: 3!important;
	margin-bottom: -90px
}
#main-slider .slider-inner span {
  color: #96C01E;
  text-shadow: 3px 3px 5px black;
	
	
}
#main-slider .slider-inner p {
  color: #fff;
	font-size: 16px; font-style: italic;
	text-shadow: 2px 2px 2px black;
	margin-left: 20px;
	margin-right: 20px
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #96C01E;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;border:2px dashed #96C01E;
  z-index: 5;
 -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #96C01E;
	color: #fff;
	border-radius: 100px;
	border:2px solid #96C01E;
	-o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

@keyframes circle-spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7FA347;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta p {
  color: #666;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#cta-nosotros {
  padding-top: 50px;
	padding-bottom: 100px;
  background-color: #1b1b1b;
	margin-top: -150px
}
#cta-nosotros h2{
  color: #fff;
	text-align: justify
}#cta-nosotros p{
  color: #999;
	text-align: justify
}
#nosotros {
  padding-top: 100px;
	padding-bottom: 50px;
	background-image: url("../images/slider/plastmac_slider_03.jpg");
	background-position: 55% 50%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#nosotros .media.service-box:first-child {
  margin-top: 80px;
}
#nosotros p{
	color:#fff;
	text-align: center
}
#nosotros2 {
  padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eeeeee
}
#nosotros2 h2{
  color: #444;
	text-align: center
}#nosotros2 p{
  color: #444;
	text-align: center
}
#nosotros2 .media.service-box:first-child {
  margin-top: 80px;
}
#nosotros3 {
  padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../imagenes/bg_nosotros02.jpg");
	background-position: 60% 50%;
	background-repeat: no-repeat;
	background-size: cover
}
#nosotros3 h2{
  color: #fff;
	text-align: center
}#nosotros3 p{
  color: #fff;
	text-align: center
}
#nosotros3 .media.service-box:first-child {
  margin-top: 80px;
}

#productos {
  padding-top: 150px;
	padding-bottom: 100px;
	background-image: url("../imagenes/bg_productos.jpg");
	background-position: 40% 50%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#productos .media.service-box:first-child {
  margin-top: 80px;
}
#productos p{
	color:#fff;
	text-align: center;
	font-size: 16px;
	text-shadow: 2px 2px 2px black
}
#productos2 {
  padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eeeeee
}
#productos2 h2{
  color: #444;
	text-align: justify;
	
}
#productos2 p{
  color: #444;
	text-align: justify
}
#productos2 .media.service-box:first-child {
  margin-top: 80px;
}
#cta-productos {
  padding-top: 60px;
	padding-bottom: 60px;
  background-color: #2E2E2E;
	
}
#cta-productos h2{
  color: #fff;	
	border-bottom: 1px solid #7FA347;
	font-size: 22px
	
}
#cta-productos p{
  color: #999;
	text-align: justify
}
video {
	margin-top: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
	-moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    overflow:hidden;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	height: 450px;	
}
.video-container {
  max-width: 80%;
  height: auto;
	margin: 0 auto
}
.video-container video {
  width: 100%;
  height: auto;
}
.video-container video {
  object-fit: cover;
}
#aplicaciones {
  padding-top: 60px;
	padding-bottom: 60px;
  background-color: #2E2E2E;
	
}
#aplicaciones h2{
  color: #fff;
}
#aplicaciones h3 {
	color: #fff;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px
}
#aplicaciones p{
  color: #999;
	text-align: justify
}
#instalacion {
  padding-top: 60px;
	padding-bottom: 60px;
  background-color: #fff;
	
}
#instalacion h2{
  color: #222;
}
#instalacion h3 {
	color: #222;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px
}
#instalacion p{
  color: #444;
	text-align: center
}
#instalacion span {
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
	
}
.proced {
	text-align: left!important;
	font-style: italic!important		
}
.productos-text {
	font-size: 16px;
	color: #fff;	
}
.consultorias-text {
	font-size: 16px;
	color: #222;
	font-style: italic
}
.bottom-line {
	border-bottom: 1px dashed #999;	
		
}
#comparativo {
  padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff	
}
#comparativo h2 {
	color: #222;
	margin-top: 0px;
	margin-bottom: 20px;	
}
#comparativo h3 {
	color: #444;
	text-align: center;	
	font-style: italic
}
#comparativo p{
	color:#222;
	margin-top: 30px
}

#equipamiento {
  padding-top: 150px;
	padding-bottom: 100px;
	background-image: url("../imagenes/bg_equipamiento.jpg");
	background-position: 40% 50%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#equipamiento .media.service-box:first-child {
  margin-top: 80px;
}
#equipamiento p{
	color:#fff;
	text-align: center;
	font-size: 16px;
	text-shadow: 2px 2px 2px black
}
#cta-equipamiento {
  padding-top: 80px;
	padding-bottom: 100px;
	background-color: #2E2E2E	
}
#cta-equipamiento h2 {
	color: #fff;
	
	font-size: 16px;
	margin-bottom: 30px;	
}
#cta-equipamiento p{
	color:#222;	
}
#cta-equipamiento2 {
  padding-top: 80px;
	padding-bottom: 100px;
	background-color: #fff	
}
#cta-equipamiento2 h2 {
	color: #222;	
	font-size: 16px;
	margin-bottom: 30px;	
}
#cta-equipamiento2 p{
	color:#222;	
}
.border-equip {
	border-bottom: 1px dashed #666;
	margin-bottom: 20px;
	margin-top: -20px
}
#contacto {
  padding-top: 150px;
	padding-bottom: 100px;
	background-image: url("../imagenes/bg_contacto.jpg");
	background-position: 20% 50%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#contacto .media.service-box:first-child {
  margin-top: 80px;
}
#contacto p{
	color:#fff;
	text-align: center
}

#cta-contacto {
  padding-top: 55px;
	padding-bottom: 55px;
  background-color: #eeeeee;
	
}
#cta-contacto h2{
  color: #fff;
	text-align: justify;
	border-bottom: 1px solid #A8CF45;
	font-size: 20px;
	font-weight: normal
	
}
#cta-contacto p{
  color: #333;
	text-align: center;	
}
#cta-contacto span{
  color: #333;
	text-align: center;
	font-size: 24px
}
#cta-contacto2 {
  padding-top: 100px;
	padding-bottom: 55px;
  background-image: url("../imagenes/bg_contacto2.jpg");
	background-position: 60% 30%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#cta-contacto2 p{
  color: #999;
	text-align: justify
}
#consultorias {
  padding-top: 150px;
	padding-bottom: 100px;
	background-image: url("../imagenes/bg_consultorias.jpg");
	background-position: 40% 50%;
	background-repeat: no-repeat;
	background-size: cover	
}
#consultorias p{
	color:#fff;
	text-align: center;
	font-size: 16px;
	text-shadow: 2px 2px 2px black
}
#cta-consultorias {
  padding-top: 60px;
	padding-bottom: 60px;
  background-color: #fff;
	
}
#cta-consultorias h2{
  color: #222;	
	border-bottom: 1px solid #7FA347;
	font-size: 22px
	
}
#cta-consultorias p{
  color: #666;
	text-align: justify
}
#desarrollos {
  padding-top: 60px;
	padding-bottom: 60px;
	background-color: #2E2E2E	
}
#desarrollos h2 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;	
}

#desarrollos h3 {
	color: #fff;
	text-align: center;	
	font-style: italic;
	font-size: 22px;
	margin-top: 60px 
}
#desarrollos h4 {
	color: #fff;
	text-align: center;	
	font-style: italic;
	font-size: 18px;
	
}
#desarrollos p{
	color:#fff;
	margin-top: 20px;
	margin-bottom: 20px
	
}
#desarrollos2 {
  padding-top: 60px;
	padding-bottom: 60px;
  background-color: #fff;
	
}
#desarrollos2 h2{
  color: #222;
}
#desarrollos2 h3 {
	color: #222;
	text-align: center;	
	font-style: italic;
	font-size: 22px;
	margin-top: 60px 
}
#desarrollos2 p{
  color: #222;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center
}
#desarrollos2 h4 {
	text-align: center;
	margin-bottom: -30px
}
#desarrollos3 {
  padding-top: 60px;
	padding-bottom: 60px;
	background-color: #2E2E2E	
}
#desarrollos3 h2 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;	
}

#desarrollos3 h3 {
	color: #fff;
	text-align: center;	
	font-style: italic;
	font-size: 22px;
	margin-top: 60px 
}
#desarrollos3 h4 {
	color: #fff;
	text-align: center;	
	font-style: italic;
	font-size: 18px;
	
}
#desarrollos3 p{
	color:#fff;
	margin-top: 20px;
	margin-bottom: 20px
	
}
#socios {
  padding-top: 60px;
	padding-bottom: 60px;
  background-color: #fff;
	
}
#socios h2{
  color: #222;
}
#socios h3 {
	color: #222;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px
}
#socios p{
  color: #444;
	text-align: center
}
#socios span {
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
	
}
#socios a {
	font-size: 14px;
	color:dodgerblue
}
#socios a:hover {
	font-size: 14px;
	color:deepskyblue
}
#socios i {
	font-size: 24px
}
.logo_iws {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
	-o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.logo_iws:hover {
    filter: none;
    -webkit-filter: grayscale(0);
	-o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	cursor: pointer
}


.logo_iws.hover {
    filter:none;
    -webkit-filter: grayscale(0);
	-o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	cursor: pointer
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}

#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
 
 .btn-whatsapp {
        display:block;
        position: fixed;
        right:20px;
        bottom:20px;
        text-align:center;
        z-index:999;
	 
}
 
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#objetivos {
  padding: 100px 0 100px;
	background-image: url("../imagenes/plastmac-objetivos.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
  
}
.objetivos {
	padding: 15px;
	background-color: rgba(0,0,0,0.40);
	border-radius: 12px
}
#polizas p {
  color: #fff;
	font-size: 14px;
	
}

#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #666;
  background: #2E2E2E;

}
div.centerTable table {
    margin-bottom: 0;
    margin: 0 auto;
}
.form-control {
  
  -webkit-box-shadow: none;
    box-shadow: none;
}
.bg-slider{
	background-color: rgba(0,0,0,0.30)
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;  
  background-color: #1b1b1b ;
  z-index : 99999;
  
	
  
}

.percentage {
  z-index: 100;  
  text-align:center;
  color: #ccc;  
  font-size: 12px;
  margin-top: -20px
 

}

.loader,
.percentage{
  height: 3px;
  max-width: 250px; 
  border: 1px solid transparent;  
  font-weight: 300;
  position: absolute; 
  top: 50%; 
  bottom: 0; 
  left: 50%; 
  right: 0;
  margin-left: -125px 
}
.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: repeating-linear-gradient(
  45deg, 
    #6f0000, 
    #6f0000 10px, 
    #6f0000 10px,
    #6f0000 15px
  ); /* Stripes Background Gradient */
   
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;

}

.glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  
  position: absolute;
  bottom: -5px;
  animation: animation 5s infinite;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

.shadow-img {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.border-img {
	border: 3px solid #689F38;
	border-radius: 12px
}
.img-shadow {
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

.copyright{
	text-align: center
}
.social_icons {
	text-align: center;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 6px;
	
}

i.whatsapp_link{	
	color: #999
}
i.whatsapp_link:hover{
	cursor: pointer;
	color: #25D366
}
i.facebook_link{	
	color: #999
}
i.facebook_link:hover{
	cursor: pointer;
	color: #4267B2
}
i.instagram_link{	
	color: #999
}
i.instagram_link:hover{
	cursor: pointer;
	color: #45aed6;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-size: 32px; /* change this to change the size*/
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
i.gmail_link{	
	color: #999
}
i.gmail_link:hover{
	cursor: pointer;
	color: #c71610
}

.date{
	text-align: center
}
.img-shadow2 {
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}
.img-border{
	border: 3px solid #A8CF45
}
.poliza_plan{
	color: #fff;
	font-size: 16px
}
.poliza_plan_desc{
	font-size: 36px;
	color: #fff;
}
.somos{
	color:#ccc;
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.somos-box{
	width: 100%;
	height: 400px;
	background-color: rgba(0,0,0,0.50);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #7FA347;
	
	
	
	
	
}
.text-box{
	color:#999;
	text-align: justify;	
	line-height: 30px	
}
.text-box-center{
	color:#999;
	text-align: center;	
	line-height: 30px
}
.plagas-box{
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0.50);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #7FA347;
}


.margin-bottom{
	margin-bottom: 20px;
	
}
.margin-bottom2{
	margin-bottom: 25px;
	
}
.margin-bottom3 {
	margin-bottom: 60px;
		
}
.fumigacion{
	margin-bottom: -20px;
	color: #7FA347;
    letter-spacing: 1px;
    font-weight: normal
}
.fumigacion2{
	margin-bottom: -20px;
	color: #2D9ABA;
    letter-spacing: 1px;
    font-weight: 600
    
}
.borderline{
	border-bottom: 1px solid #2D9ABA;
	margin-top: -6px;
	margin-bottom: 12px
	
}
.accordion4-container {
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}
.accordion4-titulo {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;    
    background: rgba(0,0,0,0.30);
    border: 1px solid #999;
    color: #fff;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
	text-shadow: 5px 5px 5px black;
}

.accordion4-titulo:hover {
    background-color: #1d7b96;
    color: #ccc;
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
	
	
}
.active4 {
    background: rgb(0,57,74);
background: -moz-linear-gradient(90deg, rgba(0,57,74,1) 0%, rgba(37,133,161,1) 50%, rgba(0,57,74,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,57,74,1) 0%, rgba(37,133,161,1) 50%, rgba(0,57,74,1) 100%);
background: linear-gradient(90deg, rgba(0,57,74,1) 0%, rgba(37,133,161,1) 50%, rgba(0,57,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00394a",endColorstr="#00394a",GradientType=1);
    color: #ccc;
    -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
	
}
.accordion4-titulo span.toggle-icon:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
	
}
.accordion4-titulo.open span.toggle-icon:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
	
}
.accordion4-titulo span.toggle-icon {
    position: absolute;    
    right: 20px;
    font-size: 16px;
    font-weight: bold;
	color: #fff;
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.accordion4-titulo:hover span.toggle-icon {
    position: absolute;
    
    right: 20px;
    font-size: 16px;
    font-weight: bold;
	color: #ccc;
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.accordion4-titulo.active4 span.toggle-icon {
    position: absolute;
    
    right: 20px;
    font-size: 16px;
    font-weight: bold;
	color: #ccc;
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.accordion4-titulo.active4 span.toggle-icon:before{
	font-family: "Font Awesome 5 Pro";
    content: "\f068";
	-o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.accordion4-content {
    display: none;
    padding: 20px;
    overflow: auto;
    text-align: justify;
    border: 1px solid #666;
    border-top: none;
	background-color: rgba(0,0,0,0.30);
}
.accordion4-content p {
    margin: 0;
    font-size: 14px;
    color: #fff
}
.accordion4-content img {
    margin: 0 15px 10px 0;
    height: auto;
}
.plagas{
	background-color: #fff;
	border-radius: 10px;
	
	
		
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px;
	padding-right: 15px;
    padding-left: 15px
}
.col-xs-15
{
  width: 20%;
  float: left
}
@media (max-width: 578px){
	#main-slider .slider-inner h2.img-slider {
  position: relative;
  margin: 0 auto;
	width: 250px;
	top:-80px;
	z-index: 3!important;
	margin-bottom: -70px
}
	#main-slider .slider-inner h2 {
  margin-top: 150px;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;	
}
	#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #96C01E;
  font-size: 20px;
  display: inline-block;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;border:2px dashed #96C01E;
  z-index: 5;
 -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	
}
	#main-slider .owl-prev {
  left: -25px;
  text-indent: 9px;
}
#main-slider .owl-next {
  right: -25px;
  text-indent: -9px;
}
	#contacto p{
	color:#fff;
	text-align: left
}
}
@media (max-width: 998px) {
	.video-container {
  max-width: 100%;
  height: auto;
	margin: 0 auto
}
.video-container video {
  width: 100%;
  height: auto;
}
.video-container video {
  object-fit: cover;
}
}
@media (max-width: 1200px){
	#contacto p{
	color:#fff;
	text-align: left
}
}
	
@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
   float: left
  }
	
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left
  }
}
.form-control-reg {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ccc;
    /*vertical-align: middle;*/
    background-color: transparent;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-reg:hover {
    
    border: 1px solid #777;
    
}

.form-control-reg:focus {
    border-color: #F46D70;
    outline: 0;
    
}
 .form-control-reg:-moz-placeholder {
 color: #ccc;
}
 .form-control-reg::-moz-placeholder {
 color: #ccc;
}
 .form-control-reg:-ms-input-placeholder {
 color: #ccc;
}
 .form-control-reg::-webkit-input-placeholder {
 color: #ccc;
}
.form-control-reg[disabled], .form-control-reg[readonly], fieldset[disabled] .form-control-reg {
    cursor: not-allowed;
    background-color: rgba(0,0,0,0.25);
	border: 1px solid #666;
	
	
}
textarea.form-control-reg {
    height: auto;
	resize: none
}input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666;
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666;
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}


.form-group {
    margin-bottom: 15px;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
    height: auto;
	resize: none
}
.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
    height: auto;
	resize: none
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ED3237;
    
}
.has-warning .form-control {
    border-color: #ED3237;
   
}
.has-warning .form-control:focus {
    border-color: #ED3237;
    
}
.has-warning .input-group-addon {
    color: #ED3237;
    background-color: #fcf8e3;
    border-color: #c7ac4c;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #FFE082;
	font-size: 0.8em;    
    letter-spacing: 1px;
	margin-left: 5px
}
.has-error .form-control-reg {
    border-color: #b94a48;
    
}
.has-error .form-control-reg:focus {
    border-color: #953b39;
   
}
.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #A8CF45;
}
.has-success .form-control-reg {
    border-color: #468847;
    
}
.has-success .form-control-reg:focus {
    border-color: #356635;
    
}
.has-success .input-group-addon {
    color: #A8CF45;
    background-color: #dff0d8;
    border-color: #c7ac4c;
}

#suma-dark .help-block, #suma-light .help-block {
	margin-top: -18px
}
#cargando {
    text-align: center;
	margin-top: -20px;
	display: none
}
.gear {
	margin-left: -4px
}
.btn-submit {
    border: none;
    display: block;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    background-color: #486f27;
    padding: 10px 0px;
    width: 236px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 6px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-right: 0px;
	top: 27px
}
.btn-submit:hover {
	background-color: #3e5f21;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
	color: #fff;
}
.btn-submit span {
    position: relative;
    font-size: 18px;
    z-index: 1;
    color: #ccc;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: auto;
    height: auto
}
.btn-submit:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    cursor: pointer;
}

.g-recaptcha > div {
  margin: 0 auto;
	transform:scale(0.97);
-webkit-transform:scale(0.97);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.loaderpage {
background-color:#263238;
position:fixed;
top:0%;
left:0%;
width:100%;
height:100%;
z-index:100000;
    overflow: hidden
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #263238;
  z-index: 2;
    overflow: hidden
  
}


#time {
        color: #666;       
        display: none;
        height: 0px;
		top:5px;
       
        
    }
    #loader_time {
        position: absolute;
        left: 50%;
        margin-left: -93px;
        top: 50%;
        margin-top: 0px;
        width: 186px;
        height: 71px;        
        font-family: Arial;
        font-size: 1em;
        text-align: left;
        color: #666;
    }
.cargando {
    text-align: right;
    color: #666;
    font-size: 1em;
    font-family: sans-serif;    
    top: 5px;
    z-index:9999;
    display: none
}
.saving span {
        font-size: 2.2em;
        color: #7FA347;
        line-height: 0px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        
    }
    .saving span:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }
    .saving span:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
@-webkit-keyframes blink {
        0% {
            opacity: .2;
        }
        20% {
            opacity: 1;
        }
        100% {
            opacity: .2;
        }
    }
    @keyframes blink {
        0% {
            opacity: .2;
        }
        20% {
            opacity: 1;
        }
        100% {
            opacity: .2;
        }
    }

@keyframes pulse-preloader {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse-preloader {
  animation-name: pulse-preloader;
  animation-duration: .5s;
  
}
.animated-preloader {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  
}


.bar_loader {
  width: 100%;
  background: none;
}

#progress_loader {
  width: 0%;
  height: 1px;
  background: #7FA347;
}
.img_loader{
	width: 186px;
	height: 90px;
	text-align: center;
	left:50%;
	margin-left: -93px;
	position: relative;
	top:50%;
	margin-top: -100px;
	color:#666;
}
.logo{
    padding: 5px;
    text-align: left;
    margin-left: 10px
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
  touch-action: pan-y;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
  transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.ecoshop {
	background-image: url("../imagenes/plastmac_ecoshop.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 75px;
    right: 5px;
    background-color: #128C7E;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    z-index: 100;
	opacity: .75;
	transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.ecoshop:hover {
    opacity: 1;
    cursor: pointer;
	transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.whatsapp-icon {
    margin-top: 5px;
}
.facebook {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 5px;
    background-color: #4267B2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
	opacity: .75;
	transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.facebook:hover {
    opacity: 1;
    cursor: pointer;
	transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.facebook-icon {
    margin-top: 13px
}
.icon-fal-calculator{
	font-size: 18px;
	
	margin-top: 7px
}

.popover{
	position: absolute!important;
	border: 1px solid #00695c;
	background-color: #00695c;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
	z-index: 999999!important;
	margin-left:-15px!important;
	width: 140px;
}
.popover-body {
	background-color: #00695c;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 10px!important;
	padding: 0px;
	text-align: center
}
.popover .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #00695c!important;
}
.popover .arrow::after{	
	position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
	border-top-color: #00695c!important;
}
.popover.top>.arrow {
	border-top-color: #00695c!important;
}
.popover-header {
	background-color: #dddcd8;
	color: #222;
	text-align: center!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-size: 14px;
	padding: 4px 0px;
	border: none
	
}
.popover-title {
	background-color: #dddcd8;
	color: #222;
	text-align: center!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-size: 14px;
	padding: 4px 0px;
	border: none
}
.popover-content {
	background-color: #00695c;
	color: #fff;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center!important
}
.fa-exclamation-triangle{
	font-size: 20px;
	color: #FF8800;
	
}


.time-of-year {  
   position: absolute;
  text-align: right;
  transform: translateZ(0);  
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
	right: 10px!important;
}
.time-of-year .tooltip {
  background: #dddcd8;
  border: 1px solid #00695c;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 6px;
  bottom: 100%;
  font-size: 12px;
  display: block;  
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  width: 100px;
  margin-left: -80px;
	margin-bottom: 5px;
  z-index: 1102;
	color: #222;
	text-align: center;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .7s ease-out;
     -moz-transition: all .7s ease-out;
      -ms-transition: all .7s ease-out;
       -o-transition: all .7s ease-out;
          transition: all .7s ease-out;
}

/* Yellow triangle */
.time-of-year .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #00695c 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 90%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}


.time-of-year:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .time-of-year .tooltip {
  display: none;
}

.lte8 .time-of-year:hover .tooltip {
  display: block;
}


 #captchaOperation-light{
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px
} 

 
@keyframes spinnerRotate {
 from {
transform:rotate(0deg);
}
 to {
transform:rotate(360deg);
}
}

.spin {
	animation-name: spinnerRotate;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	
	
}
.reload-light{
	color:#ccc;
	font-size: 10px;
}
.reload-light:hover{
	color:#fff;
	cursor: pointer
}
.form-result {
	width: 100%;
	color: darkgreen;
	text-align: center;
	margin-bottom: 20px
}
.alert-danger {
  background-color: #efb7b7;  
  color: rgba(114, 28, 36,1);
	border-radius: 6px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.alert-success {
    color: #0f5132;
    background-color: #88c1a7;   
	border-radius: 6px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	margin-top: -20px
}