@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
#logo-portada {
  max-width: 80%;
}
#icono-vaca {
  max-width: 26%;
}
#servicios-seccion {
  background-image: url(../images/imagen-granja.jpg);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: bottom right;
}
#servicios-seccion, #seccion-capacitacion {
  background-color: #154634;
  padding-top: 9em;
  padding-bottom: 12em;
}
.cuadro {
  padding: 40px;
  background-color: #154634;
  border-radius: 10px;
  margin: 30px 15px;
  height: 380px;
}
#metodologia-seccion {
  background-color: #103829;
  padding-top: 9em;
  padding-bottom: 9em;
}
.texto-metodologia {
  font-size: 18px;
}
#icono-color {
  color: #95c31f;
  padding: 20px;
  background-color: #144636;
  border-radius: 10px;
  border-color: #95c31f;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 3px;
}
#seccion-pruebas-de-campo {
  background-color: #154634;
      padding: 7em 0em;
}
#seccion-pruebas-de-campo p {
  padding-left: 50px;
}
#parallax-capacitacion p {
  padding-right: 50px;
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#productos-title {
  margin-top: 50px;
}
#historia-title {
  margin-top: 50px;
}
#nosotros-title {
  margin-top: 50px;
}
#row-analisis {
  margin-top: 5em;
}
#contacto-title {
  margin-top: 50px;
}
#titulos-servicios {
  font-size: 30px;
  margin-bottom: 1em;
}
#galeria-seccion {
  background-color: #144635;
}
#asesoramos-texto, #capacitacion-texto, #pruebas-texto {
  font-size: 50px;
  margin-top: 2.5em;
  text-shadow: 0 4px 9px rgba(31, 57, 64, 0.8);
}
#servicios-seccion h4 {
  margin-bottom: 4em;
}
#pruebas-texto {
  padding-left: 50px;
}
#capacitacion-texto {
  margin-top: 2em;
  padding-right: 50px;
}
#parallax-nosotros {
  padding: 0px 0px;
}
.parallax-container-nosotros {position:relative;overflow:hidden;height:500px}
.parallax-container-nosotros .parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.parallax-container-nosotros .parallax img{opacity:30;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pin-top,.pin-bottom{position:relative}.pinned{position:fixed !important}

#parallax-capacitacion {
  padding: 0px 0px;
}
.parallax-container-capacitacion {position:relative;overflow:hidden;height:500px;padding-top: 4em;}
.parallax-container-capacitacion .parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.parallax-container-capacitacion .parallax img{opacity:30;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pin-top,.pin-bottom{position:relative}.pinned{position:fixed !important}

#disenopor {
  color: grey;
}
#contacto-subtitulo {
  font-size: 18px;
}
#datos-contacto {
padding-top: 82px;
}
#contacto-seccion {
  background-color: #ffffff;
    background-image: url(../images/fondo-contacto.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: center;
}
#forma-contacto {
  background-color: #ffffff;
  padding: 40px;
  max-width: 100%;
  -webkit-box-shadow: 10px 14px 8px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 14px 8px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 14px 8px -3px rgba(0, 0, 0, 0.2);

}
#submit-btn {
  width: 125px;
  background-color: #154634;
  border-radius: 21px;
  border: none;
}  
#formulario {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#subt {
  font-size: 46px;
  text-shadow: 0 4px 9px rgba(0, 0, 0, 0.75);
}
#subt2 {
line-height: 1.4em;
font-size: 32px;
padding-bottom: 40px;
text-shadow: 0 4px 9px rgba(0, 0, 0, 0.75);
}
#subt3 {
font-size: 20px;
text-shadow: 0 4px 9px rgba(0, 0, 0, 0.75);
}
#barra {
  height: 320px;
}
#info-barra {
  margin-top: 35px;
}
#historia-seccion {
  background-color: #144635;
}

#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  color: #5C282A;
  text-align: center;
  z-index: 900;
  /* Adds shadow to the bottom of the bar */
  -webkit-box-shadow: 0px 0px 25px -8px #000000;
  -moz-box-shadow: 0px 0px 25px -8px #000000;
  box-shadow: 0px 0px 25px -8px #000000;
  /* Adds the transparent background */
  background-color: rgb(21 70 52 / 93%);
  color: rgba(0, 0, 0, 0.6);
}

#navigation a {
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  text-decoration: none;
}

#navigation a:hover {
  color: #95c220;
}

#footer-last {
  background-color: #144635;
}
#datos-contacto {
  background-color: #144635;
}
#wrapper .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper2 .col2 {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 50px;
}
#wrapper3 .col3 {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 50px;
}
.btn-animado {
  font-size: 16px;
  font-weight: 600;
  background-color: #154633;
  padding: 24px 24px 24px 32px;
  display: flex;
  align-items: center;
  border-radius: 99px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-animado .text {
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 5;
  margin-right: 32px;
}
.btn-animado svg {
  display: inline-block;
  position: relative;
  z-index: 5;
  transform: rotate(0deg) translateX(0);
  transform-origin: left;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-animado::before {
  content: '';
  background-color: #95C11F;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 99px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-animado:hover svg {
  transform: rotate(45deg) translateX(-8px);
}
.btn-animado:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
}
#img-servicios {
  margin: 2em 10px;
  opacity: 1;
  display: inline-block;
  background-color: solid rgba(0, 0, 0, 0.7);
  transition:all 0.3s ease-in-out;
}

#img-servicios:hover {
opacity: 1;
}
#textos-carne {
  width: 683px;
  margin-right: 40%;
  padding-left: 3%;
}

.navbar-nav > li {
  display: inline-block;
      padding: 0 20px;
}
#lineas-subt {
  margin: 0 auto;
  padding-bottom: 2em;
  text-align: center;
}
.sect-banner ul.kf-slider li {
    margin-left: -41px;
    margin-right: auto;
}


/*-- El poderoso Slider --*/
.sect-banner {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  /*----------------------------------------------   
  -DEMO1: Unordered list
  -----------------------------------------------  */
  /*----------------------------------------------   
  -DEMO2: Banner bg
  -----------------------------------------------  */ }


  .sect-banner ul.kf-slider li {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #154634;
    z-index: 0;
    opacity: 0;
    -webkit-animation: fade-out 10s infinite both;
    -moz-animation: fade-out 10s infinite both;
    animation: fade-out 10s infinite both;
    background-image: url("../images/banner-principal-1.jpg"); }
    @media (min-width: 58em) {
      .sect-banner ul.kf-slider li {
        background-image: url("../images/banner-principal-1.jpg"); } }
  .sect-banner ul.kf-slider li:nth-child(2) {
    background-image: url("../images/banner-principal-2.jpg");
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s; }
    @media (min-width: 58em) {
      .sect-banner ul.kf-slider li:nth-child(2) {
        background-image: url("../images/banner-principal-2.jpg"); } }
  .sect-banner ul.kf-slider li:nth-child(3) {
    background-image: url("../images/banner-principal-3.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s; }
    @media (min-width: 58em) {
      .sect-banner ul.kf-slider li:nth-child(3) {
        background-image: url("../images/banner-principal-3.jpg"); } }
  .sect-banner .banner-bg {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    background-image: url(../images/banner-1-sm.jpg);
    -webkit-animation: slider-sm ease-in-out 30s both infinite;
    -moz-animation: slider-sm ease-in-out 30s both infinite;
    animation: slider-sm ease-in-out 30s both infinite; }
    @media (min-width: 58em) {
      .sect-banner .banner-bg {
        background-image: url(../images/banner-1.jpg);
        -webkit-animation: slider-lg ease-in-out 30s both infinite;
        -moz-animation: slider-lg ease-in-out 30s both infinite;
        animation: slider-lg ease-in-out 30s both infinite; } }

        @-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

    @-webkit-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }

    #adelante {
      z-index: 60;
    }

.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#volver-boton {
    border-color: #3EACA8;
    border: 2px;
    color: #3EACA8;
    }
#logo-navbar {    
    max-width: 70%;
    margin-top: -7px;
}

@media (max-width: 1500px) {
#servicios-seccion {
  background-size: 30%;
}
#forma-contacto {
padding: 28px;
}
#contacto-title {
    margin-top: 30px;
}
#contacto-seccion {
background-size: cover;
}
}

@media (max-width: 1200px) {
#servicios-seccion {
  background-size: 35%;
}
}

@media (max-width: 1024px) {
#servicios-seccion img {
  margin: 0 auto;
  text-align: center;
}
#titulos-servicios {
    margin-top: 2em;
    text-align: center;
}
#parrafo-asesoria {
text-align: center;
}
#img-servicios {
  max-width: 30%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}
#capacitacion-texto, #pruebas-texto {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
#parallax-capacitacion p {
  text-align: center;
  padding-right: 0px;
}
#seccion-pruebas-de-campo p {
  text-align: center;
  padding-left: 0px;
}
#wrapper2 .col2 {
    justify-content: center;
    padding-right: 0px;
}
#wrapper2 {
  text-align: center;
}
#wrapper3 .col3 {
    justify-content: center;
    padding-left: 0px;
}
#wrapper3 {
  text-align: center;
}
.parallax-container-capacitacion {
    padding-top: 1.5em;
}
#asesoramos-texto, #capacitacion-texto, #pruebas-texto {
    font-size: 40px;
    margin-top: 1em;
}
#asesoramos-texto {
    font-size: 34px;
    padding-top: 40px;
}
.lead {
   font-size: 19px;
  }
  .cuadro {
    margin: 35px 50px;
    height: 340px;
}
#row-segundo {
  margin-top: -35px;
}
.parallax-container-nosotros {
    height: 420px;
}
  .navbar-nav > li {
    padding: 0 12px;
  }
  #asesoramos-texto {
    font-size: 40px;
  }
  #navigation a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
#datos-contacto img {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
}

@media (max-width: 767px) {
  .navbar-nav > li {
    display: block;
    padding: 7px 12px;
  }
  #asesoramos-texto {
    font-size: 30px;
  }
  #subt2 {
  line-height: 1.3em;
  font-size: 26px;
  }
  #subt3 {
  font-size: 18px;
  }
  #logo-navbar {    
    margin-left: 25px;
    max-width: 60%;
  }
  #icono-vaca {
    max-width: 40%;
}
}

@media (max-width: 750px) {
#formulario {
  width: 500px;
  margin: 0 auto;
}
#servicios-seccion {
  background-size: 45%;
}
}

@media (max-width: 650px) {
#servicios-seccion {
  background-size: 50%;
}
#img-servicios {
  max-width: 35%;
  padding-top: 20px;
  }
.cuadro {
  height: 360px;
  }
      #forma-contacto {
        padding: 50px 20px;
    }
    #contacto-title {
        margin-top: 65px;
    }
}

@media (max-width: 550px) {
#formulario {
  width: 400px;
  margin: 0 auto;
}
#servicios-seccion {
  background-size: 55%;
  background-position: bottom center;
}
#img-servicios {
  max-width: 40%;
  }
#asesoramos-texto, #capacitacion-texto, #pruebas-texto {
  font-size: 32px;
  }
.cuadro {
  margin: 40px 40px;
  height: 340px;
  }
}

@media (max-width: 500px) {
    #subt2 {
        font-size: 20px;
    }
    #asesoramos-texto {
      font-size: 24px;
    }
    #datos-contacto img {
  max-width: 80%;
}
}

@media (max-width: 450px) {
.cuadro {
  margin: 35px 25px;
  height: 360px;
  padding: 35px;
  }
  #formulario {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
#formulario {
  margin: 0 auto;
}
#servicios-seccion {
  background-size: 65%;
}
#img-servicios {
  max-width: 50%;
  }
  .texto-metodologia {
    font-size: 16px;
}
}

@media (max-width: 400px) {
#servicios-seccion {
  background-size: 75%;
}
#datos-contacto img {
  max-width: 100%;
}
.cuadro {
  margin: 35px 2px;
  height: 370px;
  padding: 30px;
  }
    #subt2 {
  line-height: 1.2em;
  font-size: 22px;
  }
  #subt3 {
  font-size: 16px;
  }
  #icono-vaca {
    max-width: 50%;
}
}

@media (max-width: 320px) {
#formulario {
  width: 250px;
  margin: 0 auto;
}
}
