html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  font-size: 16px;
  color: #545454;
  background: #FFFFFF;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.wrap {
  width: 85%;
  max-width: 1366px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.cwhite {
  color: #2D2D2D;
}
.cblack {
  color: black;
}
.cgreen{
  color: #6CB153;
}
.cgrey{
  color: #545454;
}

p,
.parrafo, .rowtable span {
  font-family: "Lato", sans-serif;
}

h2,
h3,
h4,
h5, .titulo, .button {
  font-family: "Montserrat", sans-serif;
}

.bold {
  font-weight: 600;
}

.txt-40{
  font-size: 40px;
}
.txt-28{
  font-size: 28px;
}
.txt-20{
  font-size: 20px;
}
.txt-16{
  font-size: 16px;
}
.txt-14{
  font-size: 14px;
}
.txt-10{
  font-size: 10px;
}
.txtupper{
  text-transform: uppercase;
}


/*  HEADER  */
header {
  z-index: 10;
}
#logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130px;
  height: 66px;
}
#logo a {
  text-indent: -99999px;
  display: block;
  width: 100%;
  height: 100%;
}
.infoheader {
  padding: 20px 0px 20px 20px;
  letter-spacing: 0.8px;
}
.navlist {
  width: 100%;
  justify-content: space-between;
}

/*  INDEX   */
#bannerppal {
  position: relative;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.backgncolor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,30%);
}
.z-indexwrap{
  z-index: 1;
}

.text-right{
  text-align: right;
}
.subtitspace {
  letter-spacing: 1px;
  line-height: 24px;
}
.titspace {
  letter-spacing: 2px;
  line-height: 49px;
}

#slidesection {
  padding: 30px 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
  z-index: 1;
  color: #6CB153;
  font-size: 30px;
}
.slick-next {
  right: 20px;
}
.slick-prev {
  left: 20px;
}


#quienesomos {
  padding: 50px 0;
}
.infosomos p {
  padding: 20px 0;
  line-height: 21px;
}
.infosomos .button {
  margin: 20px 0;
}

.button {
  display: block;
  box-shadow: 5px 5px 10px #00000029;
  border-radius: 10px;
  letter-spacing: 0.7px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
}
.buttngreen {
  background-color: #6CB153;
  color: white;
}


.bkgreen {
  background-color: #6CB153;
}
.bkblack {
  background-color: #2D2D2D;
}

.imgnosotros img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imgnosotros {
  height: 250px;
  width: 100%;
}

.infonosotros {
  padding: 40px;
}
.subtitspace1 {
  letter-spacing: 1.4px;
  line-height: 33px;
}

.infonosotros p {
  padding: 10px 0;
  line-height: 21px;
}
.infonosotros .button {
  margin-top: 40px;
}
.buttnwhite {
  background-color: white;
  color: #6CB153;
}

.contactform {
  position: relative;
}
.contactform .wrap {
  padding: 40px 0;
  z-index: 1;
}
.backgncolor.backgnwhite {
  background-color: rgb(247 246 246 / 95%);
}

.formferrocarril {
  padding-top: 40px;
}
.inputform span {
  letter-spacing: 0.5px;
}
.inputform input, .inputform textarea  {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  opacity: 1;
  padding: 7px;
  margin: 5px 0;
}
.inputform textarea {
  resize: vertical;
}

input[type="submit"] {
    outline: none;
    background: #6CB153;
    color: #ffffff;
    padding: 1em 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
.btnenviar {
  padding-top: 10px;
}
.firma {
  padding: 15px;
}

/*EMPRESA*/
header.col-12.headernoindex {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}
#bannerpage {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 200px;
}
#bannerpage {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-size: cover;
  background-position: center;
}
#bannerpage .backgncolor{
  background-color: rgba(0,0,0,50%);
}
.padd50{
  padding: 50px 0;
}
ul.pills li {
  background-image: url(../img/empresa/button_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #1DAC21;
    padding: 10px;
    border-bottom: 1px solid gray;
    transition: all 0.5s;
}
ul.pills li:hover {
    /*background-color: #6CB153;
    color: white;*/
}
ul.pills li.active {
  /*background-color: #6CB153;*/
  background-image: url(../img/empresa/button_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.imagepills {
    width: 40%;
    float: left;
}
.descripills {
  width: 58%;
  margin: 0 0 0 auto;
}
.descripcionpills {
  padding: 10px 0;
  line-height: 21px;
}

.imgproducto {
  padding: 20px;
}
.rowtittable {
  padding: 15px 0;
}
.rowtable:nth-of-type(odd) {
  background-color: #6CB15326;
  }


.rowtable > div {
  padding: 10px;
}
.titulotable {
  font-weight: 600;
}
.rowtable span {
  font-size: 14px;
}

.col-4.btnproductos {
  padding: 15px 0;
}
.col-4.btnproductos a {
  width: 90%;
  margin: 10px auto;
  padding: 15px 50px;
  line-height: 24px;
}
#marcas .d-flex {
    flex-wrap: wrap;
}
.imgmarca {
    width: 20%;
}


/*  Servicios   */
.box-service {
  background: #545454 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px #00000029;
  margin: 15px 0;
  padding: 20px;
  color: #FFFFFF;
  min-height: 350px;
}
.imgservice {
  width: 100px;
  margin: 0 auto;
}
.descservicio {
  padding-top: 20px;
}

.descservicio h3 {
  letter-spacing: 0.8px;
  line-height: 19px;
}
.descripcion {
  line-height: 21px;
}
.descripcion ul {
  list-style: disc;
}
.descripcion ul li {
  margin-left: 15px;
}

/*  Contacto  */
#infocontacto h3 {
  line-height: 33px;
  letter-spacing: 1.4px;
}
.descripcontacto {
  margin-top: 25px;
}
.direccion {
  line-height: 21px;
  font-size: 14px;
}

.oficeinfo {
  width: 20%;
}
.infoicon {
  display: block;
  margin: 10px 0;
  color: #545454;
}
.infoicon span {
  margin-left: 10px;
}
.ventasinfo {
  width: 80%;
}
.ventasinfo {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.ventasinfo h4 {
  width: 100%;
}
.personaventas {
  width: 40%;
}
.descripcontacto.row {
    padding: 0 15px;
}


.navbutton {
    display: none;
}
.navmovil {
    display: none;
}
.menuicon {
    color: white;
}



.infopills {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.8s linear;
    height: 0;
}
  
  .activo {
    visibility: visible;
    opacity: 1;
    height: auto;
}
