  /*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */



  /*

   * What follows is the result of much research on cross-browser styling.

   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

   * Kroc Camen, and the H5BP dev community and team.

   */



  /* ==========================================================================

     Base styles: opinionated defaults

     ========================================================================== */



  html {

      color: #222;

      font-size: 1em;

      line-height: 1.4;

  }



  /*

   * Remove text-shadow in selection highlight:

   * https://twitter.com/miketaylr/status/12228805301

   *

   * These selection rule sets have to be separate.

   * Customize the background color to match your design.

   */



  ::-moz-selection {

      background: #b3d4fc;

      text-shadow: none;

  }



  ::selection {

      background: #b3d4fc;

      text-shadow: none;

  }



  /*

   * A better looking default horizontal rule

   */



  hr {

      display: block;

      height: 1px;

      border: 0;

      border-top: 1px solid #ccc;

      margin: 1em 0;

      padding: 0;

  }



  /*

   * Remove the gap between audio, canvas, iframes,

   * images, videos and the bottom of their containers:

   * https://github.com/h5bp/html5-boilerplate/issues/440

   */



  audio,

  canvas,

  iframe,

  img,

  svg,

  video {

      vertical-align: middle;

  }



  /*

   * Remove default fieldset styles.

   */



  fieldset {

      border: 0;

      margin: 0;

      padding: 0;

  }



  /*

   * Allow only vertical resizing of textareas.

   */



  textarea {

      resize: vertical;

  }



  /* ==========================================================================

     Browser Upgrade Prompt

     ========================================================================== */



  .browserupgrade {

      margin: 0.2em 0;

      background: #ccc;

      color: #000;

      padding: 0.2em 0;

  }



  /* ==========================================================================

     Author's custom styles

     ========================================================================== */



  /*

   * Agregar en este bloque todos nuestros estilos,

   * debidamente identado y ordenado el código

   * como buenas prácticas.

   */



  a{

    -webkit-transition: all 500ms ease-out;

    -moz-transition: all 500ms ease-out;

    -ms-transition: all 500ms ease-out;

    -o-transition: all 500ms ease-out;

    transition: all 500ms ease-out;

    text-decoration: none!important;

  }



  a:hover{

    -webkit-transition: all 500ms ease-out;

    -moz-transition: all 500ms ease-out;

    -ms-transition: all 500ms ease-out;

    -o-transition: all 500ms ease-out;

    transition: all 500ms ease-out;

  }




@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');

  html,
  body{
    overflow-x: hidden;
    width: 100%;
    float: left;
    font-family: 'Barlow', sans-serif;
  }

#img-carousel a,
#img-carousel a:hover{
  background: transparent!important;
}
.flickity-button:disabled {
  opacity: 0;
}
.header-menu{
  background: #fff;
  margin-top: -2.5rem;
}

  .img-responsive{

    width: 100%;

  }

  nav.navbar.navbar-expand-lg.navbar-expand-sm.navbar-light{
    padding: 0;
  }



  .header{

    font-size: 12px;

    padding: 20px 0 0;

    width: 100%;

    float: left;

  }



  .header .border-top{

    top: 0;

    width: 90%;

    right: 0;

    border-top: 1px solid #ebebeb;

  }



  .header a{

    color: #103db2;
    position: relative;
    z-index: 9;

  }



  .header a span{

    color: #202020;

  }



  .header .tel{

    font-size: 15px;

  }



  .header .tel img{

    margin-right: 10px;

  }
  .header .dir .pin-dir{
    width: 4%;
    margin-right: 10px;
    margin-top: -4px;
  }

  .header .tel span,
  .header .dir span{
    font-weight: normal;
    font-size: 15px;

  }



  .header .navbar-light .navbar-nav .nav-link{
    font-size: 18px;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 999;
    padding: 0;
    font-weight: bold;
  }



  .header .navbar-light .navbar-nav .nav-link:hover{
    color: #103db2;

  }

  .header .navbar-light .navbar-nav .nav-link:hover::after {
      display: block!important;
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -ms-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
  }

  .header .navbar-light .navbar-nav .nav-link::after{
    display: none;
    content: "";
    background: url(../images/hover-menu.png)no-repeat;
    width: 80%;
    height: 33px;
    position: absolute;
    background-position: left;
    z-index: -1;
    background-size: contain;
    float: left;
    left: 15%;
    top: -6px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }


  .header-menu.fixed-top{
    margin-top: 0;
  }

  .float-rigth{
    float: right;
  }



  ul.navbar-nav {
    width: 100%;
  }



  ul.navbar-nav li {

    float: right;

    width: 100%;

    padding: 0 .5rem;

  }



  .carrusel{

    width: 100%;

    float: left;

    position: relative;

  }



  .carrusel .absoluto{
    position: absolute;
    top: 25%;
    left: 2%;
    width: 40%;
    height: 100%;
  }



  .carrusel .absoluto .bg-negro{
    width: 100%;
    height: 100%;
    float: left;
    padding: 2rem 3rem;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  }


  .carrusel .carousel{

    width: 100%;

    float: left;

  }



  .bg-negro .carousel-control-prev-icon,

  .bg-negro .carousel-control-next-icon{

    display: none;

  }



  .bg-negro .carousel-control-next{

    background: url(../images/slider/flecha_minislider_derecha.svg);

    width: 33px;

    height: 33px;

    opacity: 1;

    top: 45%;

    z-index: 999999999999999999999999999999999999;

  }



  .bg-negro .carousel-control-prev{

    background: url(../images/slider/flecha_minislider_izquierda.svg);

    width: 33px;

    height: 33px;

    opacity: 1;

    top: 45%;

     z-index: 999999999999999999999999999999999999;

  }



  .carrusel .absoluto .bg-negro .carousel-item{

    z-index: 1;

  }



  .carrusel .absoluto .bg-negro a.verproductos{

    color: #126c30;

    text-transform: uppercase;

    font-size: 14px;

    float: right;

    width: 100%;

    position: relative;

    z-index: 1;

    text-align: right;

    margin-top: -6%;

  }



  .carrusel .carousel-indicators {

     margin: 0;

     margin-top: 0;

     position: absolute;

     text-align: left;

     white-space: nowrap;

     width: 50%;

     bottom: -13%;

  }



  .carrusel .carousel-indicators li {

    background-color: transparent;

    -webkit-border-radius: 0;

    border-radius: 0;

    display: inline-block;

    height: auto;

    margin: 0 2%!important;

    width: auto;

  }

  .carrusel .carousel-indicators li img {

    display: block;

  }

  .carrusel .carousel-indicators li.active img {

    opacity: 1;

  }

  .carrusel .carousel-indicators li:hover img {

    opacity: 0.75;

  }



  .carrusel h1 {
    text-transform: uppercase;
    color: #103db2;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-right: 3rem;
    position: relative;
    z-index: 1;
    box-shadow: rgb(41, 41, 41) 0px 0px 8px -1px;
  }



  .carrusel p{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 42px;
    background: #103db2;
    padding: 10px;
    text-align: center;
    margin-left: 3rem;
    margin-top: -1rem;
    box-shadow: rgb(41, 41, 41) 0px 0px 8px -1px;
  }


  .carrusel .absoluto .item img{

    margin: 0 auto;

    display: block;

  }



  .carrusel .carousel-caption {

    position: absolute;

    bottom: 0;

    top: 20%;

    left: 65%;

    right: 0;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: left;

  }



  .carrusel .carousel-caption h5{
    font-size: 15px;

    margin: 0;

  }



  .carrusel .carousel-caption h5 span{

  }



  .bg-personas{

    background: url('../images/fondo-quienes-somos.jpg')no-repeat;

    background-size: 100%;

    width: 100%;

    float: left;

    position: relative;

    padding: 10rem 0 ;

    z-index: 0;

    background-size: cover;

  }



  .bg-personas h1{

    text-transform: uppercase;

    color: #246a23;

    letter-spacing: 30px;

    position: absolute;

    top: 50%;

  }



  .bg-personas h6{

    font-weight: bold;

    font-size: 45px;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    padding: 3rem 0 3rem;

    position: relative;

  }



  .bg-personas h6 strong{
    color: #103db2;
  }



  .bg-personas p{
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }





  .bg-personas p span{

    color: #103db2;

  }





  .bg-personas a, .link-button {

    width: 70%;
    font-weight: bold;

    display: block;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    font-size: 15px;

    background: #000;

    margin-left: 15%;

    padding: 10px;

    border-radius: 10px;

    -webkit-box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);

    -moz-box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);

    box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);

    z-index: 999999999999999999999999999;

    position: relative;

    margin-top:10px;
    margin-bottom: 4rem;

  }



  .bg-personas a:hover, .link-button:hover{

    background: #c1c1c1;

  }

  .bg-personas .carousel {
    width: 100%;
  }

  .bg-personas .carousel-cell {
    width: 30%;
    margin-right: 10px;
  }


  .rec-blanco{
    background: #fff;
    min-height: 312px;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 3rem;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none!important;
  }

  .rec-blanco img{
    width: 30%;
    margin: 0 auto 1rem;
    display: block;

  }

  .rec-blanco p{
    font-weight: bold;
    font-size: 17px;

  }

  .rec-blanco .uno{
    min-height: 200px;

    padding: 3rem 0 0;
  }

  .rec-blanco .dos{
    min-height: 200px;
    padding: 13% 0;
    display: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none!important;
  }

  .rec-blanco:hover .dos{
    display: block;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none!important;
  }

  .rec-blanco:hover .uno{
    display: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none!important;
  }


  .bg-verde{

    background-size: cover;

    padding: 5rem 0;

    width: 100%;

    float: left;

    color: #fff;

  }



  .bg-verde h6{

    font-size: 22px;

  }



  .bg-verde h4{

    font-size: 20px;

    text-align: center;

    color: #fff;

  }



  .bg-verde h3{

    font-size: 24px;

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    margin-bottom: 4rem;

  }



  .bg-verde img{

    margin: 0 auto;

    display: block;

  }



  .bg-verde h5{

    font-size: 16px;

    text-align: center;

    margin: 2rem 0;

  }



  .bg-verde p{


    font-size: 14px;

    text-align: center;

  }



  .bg-verde a{


    font-size: 13px;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    width: 80%;

    margin-left: 10%;

    border: 1px solid;

    display: block;

    padding: 10px;

    border-radius: 10px;

    margin-top: 2rem;

  }



  .bg-verde a:hover{

    background: #fff;

    color: #008e39;

  }



  .catalogo-productos{

    width: 100%;
    float: left;

    padding: 2rem 0 0;

    position: relative;

    background: url(../images/bg-proyectos.jpg) no-repeat;

    background-size: 100%;

    background-position: bottom;

  }



  .catalogo-productos .absoluto{

    position: absolute;

  }



  .catalogo-productos h1{

    font-weight: bold;

    font-size: 45px;
    text-transform: uppercase;

    text-align: center;

    padding: 2rem 0;

    position: relative;

    z-index: 1;

  }

  .catalogo-productos h1 strong{

    color: #103db2;
  }

  .catalogo-productos #myCarousel .list-inline {

      white-space:nowrap;

  }



  .catalogo-productos #myCarousel .carousel-indicators {

      position: static;

      left: initial;

      width: initial;

      margin: 2rem auto;

  }





  .catalogo-productos .carousel-control-prev-icon,

  .catalogo-productos .carousel-control-next-icon{

    display: none;

  }



  .catalogo-productos .carousel-control-next{

    background: url(../images/derecha_normal.svg);

    width: 80px;

    height: 80px;

    opacity: 1;

    top: 45%;

    z-index: 999999999999999999999999999999999999;

  }



  .catalogo-productos .carousel-control-next:hover{

    background: url(../images/derecha_verde.svg);

  }



  .catalogo-productos .carousel-control-prev{

    background: url(../images/izquierda_normal.svg);

    width: 80px;

    height: 80px;

    opacity: 1;

    top: 45%;

     z-index: 999999999999999999999999999999999999;

  }



  .catalogo-productos .carousel-control-prev:hover{

    background: url(../images/izquierda_verde.svg);

  }



  .catalogo-productos #myCarousel .carousel-indicators > li {

      width: initial;

      height: initial;

      text-indent: initial;

      background: transparent;

  }



  .catalogo-productos #myCarousel .carousel-indicators > li.active img {

      opacity: 0.7;

  }



  .catalogo-productos h6{
    color: #103db2;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
    width: 100%;
  }

  .catalogo-productos h6 img{
    width: 100%;
  }


.catalogo-productos .flickity-button {
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #103db2;
}

  .catalogo-productos h4{


    color: #000;

    font-size: 16px;

    text-align: center;

    cursor: pointer;

  }



 .catalogo-productos .carousel-indicators a,

 .catalogo-productos .flickity-slider .carousel-cell a{


   color: #fff!important;

   background: #f29100;

   border-radius: 10px;

   font-size: 12px;

   text-align: center;

   width: 100%;

   display: block;

   padding: 10px;

   text-transform: uppercase;

   cursor: pointer;

 }



 .catalogo-productos .carousel-indicators a:hover,

 .catalogo-productos .flickity-slider .carousel-cell a:hover{

   background: #c1c1c1!important;

 }



  .catalogo-productos .list-inline-item:not(:last-child) {

    margin:0 1rem;

  }



  .catalogo-productos .carousel-item img,

  .catalogo-productos .carousel-cell img{

    margin: 0 auto;
    width: 80%;
    display: block;

  }



  .catalogo-productos .carousel-indicators{

    color: #000;

  }



  .catalogo-productos .carousel-caption {

    position: absolute;

    right: 15%;

    bottom: 0;

    top: 25%;

    left: 68%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    text-align: left;

  }



  .catalogo-productos .carousel-caption h5{

    font-size: 26px;

    color: #008e39;

    margin: 0;

  }



  .catalogo-productos .carousel-caption h3{

    font-size: 26px;


    color: #000;

  }

  .carousel-main{
    width: 100%;
  }


  .carousel-main .carousel-cell{
    width: 100%;
    margin-right: 10px;
  }


  .contacto{

    width: 100%;

    float: left;

  }

  .transparente{
    color: transparent;
  }


  .contacto input{
    border-radius: 10px;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 10px 0;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

  }




  .contacto textarea{
    width: 100%;
    float: left;
    background: transparent;
    border-radius: 10px;
    resize: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border:0;

  }



  .contacto input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {


    color: #fff;

    font-size: 16px;

   }



  .contacto input:-moz-placeholder,
  textarea:-moz-placeholder{

    color: #fff;

    font-size: 16px;

  }



  .contacto input::-moz-placeholder,
  textarea::-moz-placeholder {

    color: #fff;

    font-size: 16px;

   }



  .contacto input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {

    color: #fff;

    font-size: 16px;

  }



  .contacto input#submit{
    width: 100%;
    font-weight: bold;
    float: right;
    background: #fff;
    color: #000;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none!important;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }



  .contacto input#submit:hover{

    background: #c1c1c1;

    -webkit-transition: all 500ms ease-out;

    -moz-transition: all 500ms ease-out;

    -ms-transition: all 500ms ease-out;

    -o-transition: all 500ms ease-out;

    transition: all 500ms ease-out;

    text-decoration: none!important;

  }



  .mapa{

    width: 100%;

    float: left;

    position: relative;

  }



  .mapa a img.vista{

    position: absolute;

    top: -7px;

    left: 53%;

  }





  .mapa a i.pin{

    position: absolute;
    top: 37%;
    left: 45%;
    color: #103db2;
    font-size: 50px;

  }



  footer{

    width: 100%;
    color: #fff;
    float: left;
    background: #000;

  }



  .parallax-window {
    width: 100%;
    float: left;
    height: 450px;
    background: transparent;
  }



  .contacto{
    width: 100%;
    float: left;
    color: #fff;
  }



  .contacto .negro{
    width: 100%;
    float: left;
    background: #1e1e1e;
    padding: 5rem 3rem;
  }



  .contacto .negro h4{

    font-size: 40px;
    font-weight: bold;

    text-transform: uppercase;

    margin-bottom: 2rem;

  }



  .contacto .bg-naranja{

    background: #ffb000;

    width: 100%;

    float: left;

    padding: 4rem 3rem;

  }



  .contacto .bg-naranja h3{

    font-size: 24px;

    margin-bottom: 1rem;

    text-transform: uppercase;

  }



  .contacto .bg-naranja p{

    font-size: 15px;


  }



  .contacto .bg-naranja .info{

    width: 100%;

    float: left;

  }



  .contacto .bg-naranja .info a{

    color: #fff;

    margin-bottom: 1rem;

    display: block;

    width: 100%;

  }



  .contacto .bg-naranja .info a:hover{

    color: #333;

  }



  .contacto .bg-naranja .info a svg,

  .contacto .bg-naranja .info a strong{

    color: #333333;

  }





  .sin-padding{

    padding: 0;

  }



  .mapa{

    width: 100%;

    float: left;

  }





  .marcas{

    width: 100%;

    float: left;

    padding: 2rem;

  }



 .marcas h1{


      font-weight: bold;
      font-size: 45px;

      color: #000;

      text-transform: uppercase;

      text-align: center;

      padding: 3rem 0;

      position: relative;

      z-index: 1;

    }



  .marcas  h1 span {

    color: #103db2;

  }



  .marcas #carousel{

    padding: 3rem 0;

  }



  .marcas .carousel-indicators .active{

    background-color: #ababab!important;

  }





  .marcas .carousel-indicators li{

    width: 10px!important;

    height: 10px!important;

    border-radius: 50%!important;

    margin:0 10px!important;

    background-color: #246a23!important;

  }



  .marcas .carousel .carousel-item img{

    margin: 0 auto 4rem;

  }



  footer{

    width: 100%;

    float: left;

    padding: 2rem;

  }

  footer h6{
    font-weight: bold;
  }

  footer p{
    font-size: 14px;
    margin: 1.5rem 0;
  }


  footer a{
    font-size: 14px;
    color:#fff;
  }

  footer a:hover{
    color:#103db2;
  }


  footer a i{
    color: #103db2;
  }



  .flickity-prev-next-button.next,

  .flickity-prev-next-button.previous{

    -webkit-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

    -moz-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

    box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  }



  .flickity-prev-next-button .flickity-button-icon {

      position: absolute;

      left: 30%;

      top: 30%;

      width: 40%;

      height: 40%;

  }







/**************************************************************/



.catalogo-productos .carousel {


}



.catalogo-productos .carousel-cell {
  width: 100%;
  height: 430px;
  margin-right: 2%;
  border-radius: 5px;
  margin-bottom: 20px;
}



/* cell number */

.catalogo-productos .carousel-cell:before {

  display: block;

  text-align: center;

  line-height: 200px;

  font-size: 80px;

  color: white;

}



.catalogo-productos .carousel-nav .carousel-cell {

  height: 110px!important;

  width: 23%;

}



.catalogo-productos .carousel-nav .carousel-cell:before {

  font-size: 50px;

  line-height: 80px;

}



.catalogo-productos .carousel-nav .carousel-cell.is-nav-selected {

  background: transparent;

}





.red-social{

  position: fixed;

  left: 0;

  top: 40%;

  z-index: 1;

  background: #fff;

  padding: 0 10px;

  border-radius: 8px;

  -webkit-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  -moz-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

}



.red-social a{

  font-size: 30px;

  color: #3b5998;

}

.red-social-whats{

  position: fixed;

  left: 0;

  top: 49%;

  z-index: 1;

  background: #fff;

  padding: 0 10px;

  border-radius: 8px;

  -webkit-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  -moz-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

}



.red-social-whats a{

  font-size: 30px;

  color: #00c056;

}

.red-social-insta{

  position: fixed;

  left: 0;

  top: 58%;

  z-index: 1;

  background: #fff;

  padding: 0 10px;

  border-radius: 8px;

  -webkit-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  -moz-box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

  box-shadow: 2px 1px 11px 0px rgba(199,199,199,1);

}



.red-social-insta a svg{

  margin: 9px 0;

}



p.ver{
  font-weight: 100;
  margin: 0;
  display: none;
}

video{
  width: 100%;
}

  @media (min-width: 768px) {



      /* show 3 items */

      #carousel .carousel-inner .active,

      #carousel .carousel-inner .active + .carousel-item,

      #carousel .carousel-inner .active + .carousel-item + .carousel-item,

      #carousel .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {

          display: block;

      }



      #carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),

      #carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,

      #carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,

      #carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {

          transition: none;

      }



      #carousel .carousel-inner .carousel-item-next,

      #carousel .carousel-inner .carousel-item-prev {

        position: relative;

        transform: translate3d(0, 0, 0);

      }



      #carousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {

          position: absolute;

          top: 0;

          right: -25%;

          z-index: -1;

          display: block;

          visibility: visible;

      }



      /* left or forward direction */

      #carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,

      #carousel .carousel-item-next.carousel-item-left + .carousel-item,

      #carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,

      #carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,

      #carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {

          position: relative;

          transform: translate3d(-100%, 0, 0);

          visibility: visible;

      }



      /* farthest right hidden item must be abso position for animations */

      #carousel .carousel-inner .carousel-item-prev.carousel-item-right {

          position: absolute;

          top: 0;

          left: 0;

          z-index: -1;

          display: block;

          visibility: visible;

      }



      /* right or prev direction */

      #carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,

      #carousel .carousel-item-prev.carousel-item-right + .carousel-item,

      #carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,

      #carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,

      #carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {

          position: relative;

          transform: translate3d(100%, 0, 0);

          visibility: visible;

          display: block;

          visibility: visible;

      }



  }




.header-menu a img{
  width: 85px;
  height: 130px;
}



/*MEDIAS*/

/* Small devices (landscape phones, 544px and up) */



@media only screen

and (min-device-width : 414px)

and (max-device-width : 736px) {



}



@media only screen

and (min-device-width : 375px)

and (max-device-width : 667px) {





}



@media (max-width: 360px){





}



@media (max-width: 767px) {
  .bg-personas .carousel-cell {
      width: 80%;
      margin-right: 20px;
    }

  .bg-personas h6.movh6{
    color: #000;
  }

  .bg-personas h6{
    color: #fff;
  }

  .bg-personas .carousel {
      width: 100%;
      margin: 0 5%;
  }

  .carusel-movil{
    width: 100%;
    float: left
  }

  .carusel-movil .carousel-cell{
    width: 100%;
    float: left;
    min-height:150px;
  }

  .carusel-movil img{
      margin: 0 auto;
      display: block;
  }

  .header {
    padding: 0 0 20px 0;
  }

  .header a{
    font-size: 12px;
  }



  a.float-right img,

  .tel img{

    display: none;

  }



  .navbar {

      padding: 3rem 0 1rem!important;

  }
  .header-menu.fixed-top .navbar {
      padding: 0!important;
  }
  .rec-blanco {
      padding: 1rem 1rem;
  }

  .rec-blanco .dos {
      min-height: 350px;
  }

  .header .tel,
  .header .dir {

    display: none;

  }


  .header .navbar-light .navbar-toggler {

    color: #126c30;

    border-color: transparent;

  }

p.ver{
  display: block;
}

  .carrusel .carousel-indicators {

    display: none;

  }



  .carrusel .absoluto {
    width: 100%;
    top:35%;

  }

  .carrusel .absoluto .bg-negro{
    padding: 0;
  }

  .carrusel h1 {

    font-size: 18px;

  }

  .bg-personas {
    padding: 2rem 0 5rem;
    background-size: cover;

  }

  .carrusel p {
      font-size: 32px;
      margin-top: -.5rem;
  }



  .bg-personas h1 {

    text-align: center;

    width: 100%;

    font-size: 25px;

    letter-spacing: 10px;

    position: relative;

  }



  .bg-personas img{

    margin: 2rem auto;
    display: block;

  }



  .bg-personas h6 {
    font-size: 25px;
    padding: 0 0 2rem;

  }

  .bg-personas p {
    color: #000;
    font-size: 18px;
  }

  .bg-personas a {
    margin-bottom: 5rem;
  }



  .bg-personas h6::after{

      font-size: 42px;

      top: -24%;

      width: 100%;

  }

  .bg-verde{

    background: #018d3c;

  }



  .catalogo-productos h1::after{

    display: none;

  }



  .marcas h1::after{

    display: none;

  }



  .catalogo-productos{

    background: none;

  }



  .bg-verde h4 {

    font-size: 18px;

  }



  .bg-verde h5 {

    font-size: 20px;

  }



  .catalogo-productos {

    padding: 3rem 0 0;

  }



  .contacto .bg-naranja .info {

    margin-top: 0rem;

    text-align: center;

  }



  .bg-verde h6 {

    text-align: center;

  }



  .catalogo-productos .carousel-item img{

    width: 100%;

  }



  .carousel-control-next,

  .carousel-control-prev,

  .catalogo-productos .carousel-indicators {

    display: none;

  }



  .parallax-window {

    display: none;

  }



  .contacto input#submit {

    width: 100%;

    padding: 12px;
    margin-bottom: 5rem;

  }



  .contacto textarea {

    margin: 10px 0;

  }



  .contacto .bg-naranja h3,

  .contacto .bg-naranja p {

    text-align: center;

  }



  .info{

    text-align: center;

  }



  .contacto .bg-naranja {

    background-size: cover;

  }



  .carrusel .absoluto .bg-negro a.verproductos {

    z-index: 9999999999999999999999999999;

  }



  .mapa a i.pin {
    top: 6%;
    left: 36%;
  }



  .mapa a img.vista{

    display: none;

  }



  .catalogo-productos .carousel-cell img {

    width: 100%;

  }



  .catalogo-productos .carousel-cell{

    height: 200px;

    top: 0;

  }

  h4.transparente {
      display: none;
  }

  .contacto .negro {
      padding: 2rem 3rem 0;
  }

  .catalogo-productos h6 {
    font-size: 17px;
    text-align: center;
  }

  .catalogo-productos h1,
  .marcas h1 {
      font-size: 24px;
  }


  .catalogo-productos h4 {

    font-size: 14px;
    height: 53px;

  }



  .catalogo-productos .carousel-nav .carousel-cell{

    width: 36%;

    height: 130px!important;

  }



  .flickity-prev-next-button.next,

  .flickity-prev-next-button.previous{

    display: none;

  }



  .marcas h1::after{

    top: 34%;

  }



  .movil{

    width: 100%;

    float: left;

  }



  a.verproductosmovil {

      width: 100%;

      display: block;

      color: #fff;

      text-align: center;

      text-transform: uppercase;

      font-size: 12px;

      background: #f29100;

      padding: 10px;

      -webkit-box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);

      -moz-box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);

      box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);

      z-index: 999999999999999999999999999;

      position: relative;

      margin-top: -2px;

  }



  a.navbar-brand{

    width: 100%;

  }



  a.navbar-brand img{

    margin: 0 auto;

    display: block;

  }



  .header .navbar-light .navbar-toggler {

    float: right;

    margin-top: -100px;
    z-index: 9999999;
  }


  footer img {
    margin: 0 auto;
    display: block;
  }

  footer p,
  footer a,
  footer h6{
    text-align: center;
    display: block;
    font-size: 12px;
  }



}



/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

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

  .header .tel span,
  .header .dir span{
    font-size: 12px;
  }

  .header .tel {
    font-size: 12px;

  }



  .header .navbar-light .navbar-nav .nav-link {

    font-size: 14px;

  }



  .header .navbar-brand img {

    width: 80%;

  }

  .carrusel .carousel-indicators {

    display: none;

  }



  .carrusel .absoluto{
    width: 60%;
    margin-top: -0.5rem;
  }



  .carrusel .absoluto .bg-negro {

    padding: 2rem;

  }



  .carrusel h1 {

    font-size: 16px;

   }


   .carrusel p{
      font-size: 30px;
      margin-top: 0rem;
   }

   .carrusel .absoluto .bg-negro .carousel-item img{

    width: 60%;

    margin-left: 10%;

   }



   .carrusel .carousel-caption h5 {

      font-size: 14px;

   }



  .carrusel .absoluto .bg-negro::after {

    height: 79px;

  }



  .bg-personas h1 {
      text-transform: uppercase;

      color: #246a23;

      letter-spacing: 10px;

      position: absolute;

      top: 50%;

  }



  .bg-personas h6::after{

    font-size: 50px;

    top: 26%;

    left: 25%;

  }



  .catalogo-productos .carousel-caption {

    left: 70%;

  }



  .catalogo-productos h1::after,

  .marcas h1::after{

    font-size: 50px;

    top: 26%;

  }



  .bg-personas p {

    color: #1d1d1d;

    font-size: 14px;

  }



  .bg-personas {

    background-size: cover;

    padding: 2rem 0;

  }

  .bg-personas a{
    margin-bottom:3rem;
  }

  .bg-verde h4 {

    font-size: 16px;

  }

  .catalogo-productos .carousel-cell {
     height: 350px;
  }

  .bg-verde h3 {

    font-size: 20px;

  }



  .bg-verde h6 {

    font-size: 20px;

  }



  .bg-verde h5 {

    font-size: 13px;

    margin: 1.5rem 0;

  }



  .bg-verde p {

    font-size: 12px;

  }



  .bg-verde a {

    font-size: 12px;

  }



  .catalogo-productos .carousel-caption h3,

  .catalogo-productos .carousel-caption h5 {

    font-size: 22px;

  }



  .catalogo-productos .list-inline-item:not(:last-child) {

      margin: 0 1rem;

  }



  .catalogo-productos h6 {

    font-size: 20px;

  }

  footer p {
      font-size: 11px;
      margin: 1.5rem 0;
  }

  footer a {
      font-size: 12px;
  }

  footer p img {
      width: 10%;
  }


  .catalogo-productos h4 {

    font-size: 13px;

  }



  .catalogo-productos .carousel-indicators a{

    font-size: 10px;

    padding: 8px;

  }



  .parallax-window {

    height: 340px;

  }


  .catalogo-productos{
    background: transparent;
  }

  .catalogo-productos .carousel-item img {

    width: 55%;

  }



  .contacto input#submit {

    font-size: 14px;

  }



  .contacto .bg-naranja p {

    font-size: 12px;

  }



  .contacto .bg-naranja .info a {

    font-size: 12px;

  }



  .contacto .bg-naranja {

    background-size: cover;

    padding: 5rem 1rem;

  }



  .mapa a img.vista {

    width: 14%;

  }







}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {



}



/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1920px) {



  .catalogo-productos .carousel {

      margin-bottom: 20px;

  }



  .carrusel .absoluto .bg-negro {

    padding: 3.3rem 3rem;

  }



  .carrusel h1 {

    font-size: 30px;
  }



  .carrusel p {

    margin-bottom: 0;
    margin-top: -.5rem;

  }




  .verproductos span {

      margin-top: 4rem;

      display: block;

  }



  .bg-personas,

  .bg-verde {

    padding: 9rem 0;

  }



  .catalogo-productos {

    padding: 7rem 0;

  }



  .catalogo-productos {

     padding: 2rem 0;
  }



  .marcas {

    padding: 4rem;

  }



  .mapa a i.pin {

    top: 44%;

    left: 49%;

  }

  .parallax-window {
      height: 320px;
  }



}





  /* ==========================================================================

     Helper classes

     ========================================================================== */



  /*

   * Hide visually and from screen readers:

   */



  .hidden {

      display: none !important;

  }



  /*

   * Hide only visually, but have it available for screen readers:

   * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility

   */



  .visuallyhidden {

      border: 0;

      clip: rect(0 0 0 0);

      height: 1px;

      margin: -1px;

      overflow: hidden;

      padding: 0;

      position: absolute;

      width: 1px;

  }



  /*

   * Extends the .visuallyhidden class to allow the element

   * to be focusable when navigated to via the keyboard:

   * https://www.drupal.org/node/897638

   */



  .visuallyhidden.focusable:active,

  .visuallyhidden.focusable:focus {

      clip: auto;

      height: auto;

      margin: 0;

      overflow: visible;

      position: static;

      width: auto;

  }



  /*

   * Hide visually and from screen readers, but maintain layout

   */



  .invisible {

      visibility: hidden;

  }



  /*

   * Clearfix: contain floats

   *

   * For modern browsers

   * 1. The space content is one way to avoid an Opera bug when the

   *    `contenteditable` attribute is included anywhere else in the document.

   *    Otherwise it causes space to appear at the top and bottom of elements

   *    that receive the `clearfix` class.

   * 2. The use of `table` rather than `block` is only necessary if using

   *    `:before` to contain the top-margins of child elements.

   */



  .clearfix:before,

  .clearfix:after {

      content: " "; /* 1 */

      display: table; /* 2 */

  }



  .clearfix:after {

      clear: both;

  }



  /* ==========================================================================

     EXAMPLE Media Queries for Responsive Design.

     These examples override the primary ('mobile first') styles.

     Modify as content requires.

     ========================================================================== */



  @media only screen and (min-width: 35em) {

      /* Style adjustments for viewports that meet the condition */

  }



  @media print,

         (-webkit-min-device-pixel-ratio: 1.25),

         (min-resolution: 120dpi) {

      /* Style adjustments for high resolution devices */

  }



  /* ==========================================================================

     Print styles.

     Inlined to avoid the additional HTTP request:

     http://www.phpied.com/delay-loading-your-print-css/

     ========================================================================== */



  @media print {

      *,

      *:before,

      *:after {

          background: transparent !important;

          color: #000 !important; /* Black prints faster:

                                     http://www.sanbeiji.com/archives/953 */

          box-shadow: none !important;

          text-shadow: none !important;

      }



      a,

      a:visited {

          text-decoration: underline;

      }



      a[href]:after {

          content: " (" attr(href) ")";

      }



      abbr[title]:after {

          content: " (" attr(title) ")";

      }



      /*

       * Don't show links that are fragment identifiers,

       * or use the `javascript:` pseudo protocol

       */



      a[href^="#"]:after,

      a[href^="javascript:"]:after {

          content: "";

      }



      pre,

      blockquote {

          border: 1px solid #999;

          page-break-inside: avoid;

      }



      /*

       * Printing Tables:

       * http://css-discuss.incutio.com/wiki/Printing_Tables

       */



      thead {

          display: table-header-group;

      }



      tr,

      img {

          page-break-inside: avoid;

      }



      img {

          max-width: 100% !important;

      }



      p,

      h2,

      h3 {

          orphans: 3;

          widows: 3;

      }



      h2,

      h3 {

          page-break-after: avoid;

      }

  }

  .btn {
    width: 70%;
    font-weight: bold;
    display: block;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #000;
    margin-left: 15%;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 2px 1px rgb(204 202 198);
    -moz-box-shadow: 0px 1px 2px 1px rgba(204,202,198,1);
    box-shadow: 0px 1px 2px 1px rgb(204 202 198);
    z-index: 999999999999999999999999999;
    position: relative;
  }

  .is--primary {
    color: #0f3db2 !important;
  }

  .text-servicios {
    font-weight: bold;
    text-align: center;
  }

  .servicios-items, .servicios-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .servicios-item {
    margin-bottom: 1.75rem;
  }

  .servicios-icon {
    height: 64px;
    width: 64px;
  }
