.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
  

  

h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.nav-item{
    text-decoration: none;
    padding-right:10px;
    padding-left:10px;
    /* background-color: #415051; */
}

body{
    font-size: 15px;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
	color: #727272;
}

p, blockquote{
	line-height: 180%; 
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	
}

strong{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.cont{
	max-width: 1140px; margin: 0 auto; padding: 0 15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.text-white{
    color: #fff;
}
.text-black{
    color: #000;
}

.btn-verde{
    font-size: 15px;  text-transform: uppercase; color: #fff;  
    background: #19b95f; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 10px; 
}
.btn-verde:hover{
   text-decoration: none;
   color: #fff;
   background:#169f52; 
       
}

.btn-black{
    font-size: 16px;  text-transform: uppercase; color: #fff;  
    background: #000; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; width: 100%
}
.btn-black:hover{
   text-decoration: none;
   color: #fff;
   background:#3b0000; 
       
}


/* HEADER */
header{
    position:fixed !important; 
    top: 0;
    left: 0;
    width: 100%;

}
.navstick {
   
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 10px 0;
    z-index: 10000;
  }
  
  .navstick.scrolled {
    background-color: #415051; 
  }


.navbar-nav{
    margin: 0 auto;
    border:1px solid #fff;
    border-radius: 30px;
    width: 100%;
}
.block-top{
    margin: 10px 0;
}
.nav-link{
    font-family: 'Bahnschrift';
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: .5rem 1rem;
    border: 1px solid transparent;
}
.nav-link:hover{
    color: #169f52;
    text-decoration: none;
}



.navbar-toggler
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #415051;
    border: 1px solid #fff;
    border-radius: .25rem;
    color: #fff;
}
.block-main-contact{
    display: flex;
}

.block-contact-h{
    display: flex;
    padding-right: 20px;
    align-items: flex-start;
}

.block-contact-h a{
    display: block;
    font-weight: 600;
    color: #fff;
    padding-left: 10px;
    margin-top: -5px;
}

.block-contact-h span{
    display: block;
    font-weight: 400;
}

/* HERO BANNER */
 .banner-hero-main{
    width: 100%;
    top: 0;
}

.main-btn-hero{
    color: black;
    padding: 18px 10px 4px 0;
    position: relative;
    text-align: right;
}

.back-hero{
    display: block;
    position: relative;
    content: '';
    width:100%;
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.main-contain-hero{
    width: 100%;
    height:80vh;
    position: static;
    z-index: 100;
}
.block-text-hero{
    margin-top: -60px;
    text-align: center;
}

/* CALIDAD */
.img-left{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.img-right{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.calidad{
    margin: 80px 0 40px 0;
   
}
.boder-line-calidad{
    border-bottom:2px solid #500000;
    padding-bottom: 40px;
}
.title-calidad{
    font-size: 30px;
    color: #500000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}
.title-calidad:before{
    width: 40px;
    height: 2px;
    background-color: #19b95f;
    position: absolute;
    display: block;
    content: '';
    left:0;
    bottom: 0;
}
.sub-calidad{
    color: #bababa;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
}

/* MISION */
.title-mision{
    font-size: 30px;
    color: #500000;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-top: 20px;
}
.title-mision:before{
    width: 40px;
    height: 2px;
    background-color: #19b95f;
    position: absolute;
    display: block;
    content: '';
    left:0;
    bottom: 0;
}
.block-mision p{
   padding-right: 20px;
}

/* VALORES */
.valores{
    margin-top: 40px;
}
.text-white{
    color:#fff;
}

.title-valores{
    font-size: 30px;
    color: #500000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
.title-valores:before{
    width: 40px;
    height: 2px;
    background-color: #19b95f;
    position: absolute;
    display: block;
    content: '';
    left:0;
    bottom: 0;
}
.block-valores{
    padding: 20px 25px;
    background-color: #f8f8f8;
    border-radius: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-valores figure {
    text-align: center;
}
.block-valores figure img{
    width: 160px;
}

.block-valores h3{
    font-size: 16px;
    font-weight: 600;
}
.block-text-valores{
    height: 140px;
}

.verde{
    background-color: #19b95f;
}

.gris{
    background-color: #415051;
}
/* PRODUCTOS */
.productos{
    margin-top: 80px;
}
.title-productos{
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
}
.title-productos:before{
    width: 70%;
    height: 2px;
    background-color: #19b95f;
    content: '';
    display: block;
    position: absolute;
    right: 0;    
    bottom: 27px;
}

.block-productos{
    margin-bottom: 40px;
}

.block-productos h4{
    font-size: 17px;
    color: #727272;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
.block-productos h4:before{
    width: 40px;
    height: 2px;
    background-color: #19b95f;
    position: absolute;
    display: block;
    content: '';
    left:0;
    bottom: 0;
}
.block-productos p{
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

/* PROCESOS */
.produccion{
    padding-bottom: 80px;
}
.title-produccion{
    background-color:#3b0000;
    font-weight: 600;
    font-size: 30px;
    border-radius: 10px;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 60px;
}
.icon-block-p{
    text-align: center;
}
.icon-p{
    border:2px solid #19b95f;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    padding: 10px 5px;
    text-align: center;
    margin: 0 auto 30px auto;
   
}
.title-p{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

/* BENEFICIOS */
.beneficios{
    margin-top: 60px;
}
.block-beneficios{
    display: flex;
    margin: 15px 0;
}
.title-beneficios{
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.title-beneficios:before{
    width: 40px;
    height: 2px;
    background-color: #19b95f;
    position: absolute;
    display: block;
    content: '';
    left:0;
    bottom: 0;
}

.title-b{
    font-size: 16px;
    color: #000;
}
.icon-b{
    border:2px solid #19b95f;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    padding: 5px 4px;
    text-align: center;
    margin:0 20px 30px auto;
    background-color: #19b95f;
}

/* CONTACTO */
.back-form{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-contacto.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    padding:  0;
    background-size: cover;
}

.back-conctac2{
    background-color: rgba(5, 130, 60, .70);
    padding: 80px 65px;
    border-radius: 30px;
}
.back-form h6{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-align: center;
}
.back-form span{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.back-form span:before{
    width: 70px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 1rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 7px;
    font-size: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder { color: #fff; }      /* Modern browsers */
.form-control::-webkit-input-placeholder { color: #fff; } /* Chrome/Safari */
.form-control::-moz-placeholder { color: #fff; }  /* Firefox */
.form-control:-ms-input-placeholder { color: #fff; } /* IE 10+ */
.form-control:-moz-placeholder { color: #fff; }   /* Older Firefox */

   
/* FOOTER */

.footer{
    background: #222222;
    padding: 50px 15px;
    margin-top: 30px;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-footer.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    border-bottom:60px solid #121212;
}
.footer p{
    color: #bababa;
}

.title-footer{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}

.title-footer:before{
    width: 40px;
    height: 2px;
    background-color: #19b95f;
    position: absolute;
    display: block;
    content: '';
    left:0;
    bottom: 0;
}

.horario{
    color: #bababa;
}

.horario span{
   color: #fff;
}
.oficinas{
    padding-left: 30px;
}

.icon-redes{
    background-color: #393939;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 10px;
    margin-top: 40px;
    text-align: center;
}

.icon-redes:hover{
    background-color: #19b95f;
}

@media screen and (max-width: 991px) {
   
   
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {
    .logo-hero img{
        width: 100%;height: auto;
    }
}