@media only screen and (min-width : 481px) and (max-width : 767px) {
  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  /*Fuentes:;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;*/

  /*
    SECCION:
    ENCABEZADO INFORMACION DE CONTACTO
  */
  .icon-whatsapp{
      width: 23px;
      height: 23px;
      margin-left: 4px;
      float: left;
      margin-top:4px;
      background-image: url("../images/icons/Whatsapp-Logo-Icon-PNG-Android-Ios-20-520x520.png");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
   .header-info{
    width: 100%;
    height: 33px;
    background: #C60011;
  }
   .cont-header-info{
    width: 480px;
    height: 33px;
    margin: 0 auto;
  }
  .social{
    width: 120px;
    height: 33px;
    float: left;
  }
  .info{
    width: 330px;
    height: 33px;
    float: right;
    line-height: 30px;
    font-size: 13px;
  }
  .hi-icon-face:before {
    content: "\ea90";
  }
  .hi-icon-twiter:before {
    content: "\ea96";
  }
  .hi-icon-insta:before {
    content: "\ea92";
  }
  .hi-icon-mail:before {
    content: "\e945";
  }
  .hi-icon-phone:before {
    content: "\e942";
  }
  .hi-icon-not-hover{
    float: left;
    font-size: 0px;
    margin: 5px 3px;
    width: 22px;
    height: 22px;
    text-decoration: none;
    color: white;
    border-radius: 1px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .hi-icon-not-hover:before {
    font-family: 'icomoon';
    speak: none;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
  }
  .hi-icon {
    float: left;
    font-size: 0px;
    cursor: pointer;
    margin: 5px 6px;
    width: 22px;
    height: 22px;
    text-decoration: none;
    color: white;
    border-radius: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
  }
  .hi-icon:before {
    font-family: 'icomoon';
    speak: none;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
  }
  .hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
  }
  /* Effect 3 */
  .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 1px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }

  .hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
  }
  /* Effect 3b */
  .hi-icon-effect-3b .hi-icon {
    color: #fff;
  }

  .hi-icon-effect-3b .hi-icon:hover {
    color:  #C60011;
  }
  .hi-icon-effect-3b .hi-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  .hi-icon-effect-3b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .item-header-info-text{
    font-family: 'Lato', serif;
    width: auto;
    height: 23px;
    margin-top: 5px;
    line-height: 22px;
    float: left;
    color: white;
    font-size: 11px;
  }

  /*FIN
    SECCION:
    ENCABEZADO INFORMACION DE CONTACTO
  */

  /* SECCION:
    BARRA DE NAVEGACION
  */

  .header-section{
    width: 100%;
    height: 106px;
    background: black;
    -webkit-box-shadow: 0 4px 2px -2px #C60011;
    -moz-box-shadow: 0 4px 2px -2px #C60011;
    box-shadow: 0 4px 2px -2px #C60011;
  }
   .header-section-internal{
    width: 100%;
    height: 60px;
    background: black;
    -webkit-box-shadow: 0 4px 2px -2px #C60011;
    -moz-box-shadow: 0 4px 2px -2px #C60011;
    box-shadow: 0 4px 2px -2px #C60011;
  }
  .container-header-section{
    width: 480px;
    height: auto;
    margin: 0 auto;
  }
  .logo-page{
    width:86px;
    height: 50px;
    margin-top: 5px;
    background-color: white;
    float: right;
    background-image: url(../images/content/logo_header.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
   .logo-page-internal{
    width:86px;
    height: 50px;
    margin-top: 5px;
    float: right;
    background-image: url(../images/content/logo_header_internal.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .menu-nav-pc{
    width: 510px;
    height: 31px;
    float: right;
    display: none;
    margin-top: 37px;
  }
  /*FIN
    SECCION:
    BARRA DE NAVEGACION
  */

   /* SECCION:
    BARRA DE NAVEGACION MOBILE
  */
  .container-index-slider{
    width: 100%;
    height: auto;
    float: left;
    background: white;
    /*margin-top: 70px;*/
  }
  .text-slider-format-1{
      color: #FFF;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 200px;
      height: 60px;
      line-height: 20px;
      margin-left: 225px;
      margin-top: 30px;
  }
  .text-slider-format-2{
      color: #FFF;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 200px;
      height: 60px;
      margin-left: 13px;
      margin-top: 20px;
      line-height: 20px;
  }
  .text-slider-format-3{
      color: #FFF;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 175px;
      height: 100px;
      margin-left: 265px;
      margin-top: -10px;
      line-height: 20px;
  }
  .text-slider-format-4{
      color: #FFF;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 135px;
      height: 105px;
      margin-left: 295px;
      margin-top: 10px;
      line-height: 20px;
  }
  /*FIN
    SECCION:
    BARRA DE NAVEGACION MOBILE
  */

    /* SECCION:
      MENU INDEX
  */
  .container-menu-index{
    width:100%; 
    height:975px; 
    float:left; 
  }
  .container-info-menu-index{
    width: 420px;
    height: 975px;
    margin: 0 auto;
  }
  .title-info-menu-index{
    width: 380px;
    height: 45px;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #424242;
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
  }
  .options-menu-index{
    width: 420px;
    height: 855px;
    float: left;
  }
   .option-menu-index{
    width: 380px;
    height: 271px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    background: gray;
  }

  /* Common style */
/* Common style */
/* Common style */
/* Common style */
/* Common style */
/* Common style */
.options-menu-index figure {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 271px;
  background: #3085a3;
  text-align: center;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.options-menu-index figure:nth-child(1) {
   margin-top: 0px !important;
}
.options-menu-index figure img {
  position: relative;
  display: block;
  height: 106px;
  width: 146px;
  margin-left: 117px;
  margin-top: 45px;
}

.options-menu-index figure figcaption {
  color: #424242;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
}

.options-menu-index figure figcaption::before,
.options-menu-index figure figcaption::after {
  pointer-events: none;
}

.options-menu-index figure figcaption,
.options-menu-index figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.options-menu-index figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.options-menu-index figure h2 {
  font-weight: 300;
}

.options-menu-index figure h2 span {
  font-weight: 800;
}

.options-menu-index figure h2,
.options-menu-index figure p {
  margin: 0;
}

.options-menu-index figure p {
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
/* Common style */
/* Common style */
/* Common style */
/* Common style */
/* Common style */

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #FFFFFF;
  border: 1px solid #424242;
}
figure.effect-ruby:hover {
  background-color: #C60011;
}
figure.effect-ruby img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 45%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
  margin: 15px 89px;
  padding: 15px 25px 15px 25px;
  
  opacity: 0;
  background: white;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0) scale(1.1);
  transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color: white;
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

   /* FIN
      SECCION:
      MENU INDEX
  */


 /*   SECCION:
      FOOTER
  */
  .footer-container{
    background:#000000; 
    width:100%; 
    height:860px;
    float: left;
  }
  .footer-container-info{
    width:420px; 
    height:740px;
    margin: 0 auto;
  }
  .footer-seccion-placa{
    width:480px; 
    height:5px;
    margin: 0 auto;
    position: relative;
  }
  .footer-seccion-info-container-placa{
    width:135px; 
    height:282px;
    float: left;
    position: relative;
  }
  .footer-copy-container-section-placa{
    width:400px; 
    height:5px;
    margin: 0 auto;
    position: relative;
  }
  .footer-seccion-info{
    width:420px; 
    height:600px;
    margin-top: 74px;
  }
  .footer-copy-container{
    width: 100%;
    height: 59px;
    background: #C60011;
    float: left;
  }
  .footer-copy-container-info{
    width: 400px;
    height: 59px;
    margin: 0 auto;
  }
  .footer-item-info-1{
    width: 400px;
    height: 222px;
    float: left;
    margin-left: 10px !important;
  }
  .footer-item-info-2{
    width: 400px;
    height: 245px;
    float: left;
    margin-left: 10px !important;
    margin-top: 20px !important;
  }
  .footer-item-info-3{
    width: 400px;
    height: 232px;
    float: left;
    margin-left: 10px !important;
    margin-top: 20px !important;
  }

  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  .footer-info-title-section{
    width: 100%;
    height: 65px;
    float: left;
  }
  .footer-sep-title-section{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #C60011;
  }
  .footer-img-title-section{
    background-image: url(../images/content/logo_footer.png);
    width: 85px;
    height: 55px;
    float: left;
    margin-top: 5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cont-item-footer-info-title-1{
    width:200px;
    height: 30px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
  }
   .cont-item-footer-info-title-2{
    width:350px;
    height: 30px;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
  }
  .item-link-footer-info-title{
    float: left;
    width: 397px;
    height: 19px;
    line-height: 20px;
    font-family: 'Lato', serif;
    font-weight: 500;
    color: white;
    padding-left: 3px;
    font-size: 14px;
    transition:all 0.2s ease;
  }
  .item-link-footer-info-title.sub-item-link{
    padding-left: 15px;
    line-height: 20px;
    width: 100px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .item-link-footer-info-title.hover-item-link-footer:hover{
    color:#C60011;
    cursor: pointer;
  }
  .icon-menu-drop.sub-item-link:before{
    height: 1px;
    margin-top: -6px;
  }
  .item-link-footer-info-title.sub-item-link-first{
    margin-top: 25px;
  }
  .hi-icon-location:before {
    content: "\e947";
  }
  .item-adress-footer-info-title{
    float: left;
    width: 350px;
    height: 19px;
    line-height: 20px;
    font-family: 'Lato', serif;
    font-weight: 500;
    color: white;
    padding-left: 3px;
    font-size: 14px;
  }
  .item-adress-footer-info-title.sub-item-adress-first{
    margin-top: 25px;
  }
  .item-adress-footer-info-title.sub-item-adress-first-location{
    padding-left: 18px;
  }
  .item-us-footer-info-title{
    float: left;
    width: 97%;
    height: 95px;
    margin-top: 15px;
    line-height: 20px;
    font-family: 'Lato', serif;
    font-weight: 500;
    color: white;
    text-align: justify;
    padding-left: 3px;
    font-size: 14px;
  }
  .btn-footer {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #FFFFFF;
    cursor: pointer;
    width: 100px;
    border: none;
    height: 42px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #C60011;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn-footer:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn-1a:hover,
  .btn-1a:active {
    color: #000000;
    background: #fff;
  }
  .item-copy-footer-info-title{
    width: 280px;
    height: 54px;
    line-height: 60px;
    color: #d3d3d3;
    float: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    font-size: 7px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .item-social-footer-info-title{
    width: 105px;
    height: 32px;
    float: right;
    margin-top: 12px;
  }
  .icon-menu-drop{
    float: left;
    width: 15px;
    height: 8px;
  }
  .icon-menu-drop:before{
    font-family: 'icomoon';
    speak: none;
    font-size: 10px;
    line-height: 32px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
  }
  .hi-icon-truck:before {
    content: "\e9b0";
  }
  .hi-icon-stop:before {
    content: "\ea1e";
  }
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
  /*info add -info add- info add - info add*/
 /*   FIN
      SECCION:
      FOOTER
  */
  /* 
      SECCION:
      HEADER TITLE SECTIONS INTERNAL
  */
  .container-header-title-sections{
    width: 100%;
    height: 100px;
    float: left;
  }
  .header-title-sections{
    width: 480px;
    height: 100px;
    margin: 0 auto;
  }
   .back-button-producto{
    width:100px; 
    height:30px; 
    right:0px; 
    top:0; 
    background:#FF6D01; 
    font-family: 'Montserrat', sans-serif;  
    font-size: 14px;
    position:absolute; 
    font-weight: 700;
    line-height:30px; 
    text-align:center; 
    color:white;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .back-button-producto:hover {
    background:#424242; 
    cursor: pointer;
  }
  .item-header-title-sections{
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;  
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    color: #424242;
  }
  .item-header-sub-title-sections{
    width: 100%;
    height: 15px;
    float: left;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;  
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #424242;
  }
  .sub-title-item-action:hover{
    color: #FF6D01;
    cursor: pointer;
  }
  /*   FIN
      SECCION:
      HEADER TITLE SECTIONS INTERNAL
  */
   /* 
      SECCION:
      CONTAINER MISION
  */
  .container-setions-cont-us{
    width:100%; 
    height:500px; 
    float:left; 
  }
  .info-setions-cont-us{
    width: 480px;
    height: 500px;
    margin: 0 auto;
 }
  .img-us-type-info{
    width: 100%;
    height:150px;
    float: left;
    background-image: url("../images/content/mision.png");
     -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin-top: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .img-us-type-info-vision{
    width: 100%;
    height:150px;
    float: left;
    background-image: url("../images/content/vision.png");
     -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin-top: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
   .img-us-type-info-valores{
    width: 100%;
    height:150px;
    float: left;
    background-image: url("../images/content/valores.png");
     -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin-top: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .us-title-type-info{
    width: 100%;
    height: 80px;
    float: left;
    margin-top: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;  
    font-size: 30px;
    text-align: center;
    line-height: 95px;
    color: #424242;
  }
  .cont-info-us-text{
    width: 380px;
    height: auto;
    float: left;
    margin-left: 50px;
  }
  .sep-us-title-type-info{
    width: 70%;
    margin-left: 15%;
    float: left;
    height: 2px;
    background-color: #C60011;
  }
  .info-us-title-type-info{
    width: 100%;
    float: left;
    margin-top: 30px;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #424242;
    font-family: 'Lato', serif;
    font-weight: 500;
  }
  /*  FIN
      SECCION:
      CONTAINER MISION
  */
   /*  
      SECCION:
      CONTACT
  */
  .container-map-contact-section{
    width: 100%;
    height: 453px;
    float: left;
  }
  .container-section-info-contact{
    width: 100%;
    height: 310px;
    float: left;
    background: #C60011;
  }
  .cont-section-info-contact{
    width: 480px;
    height: 310px;
    background: white;
    margin: 0 auto;
  }
  .item-section-info-contact{
    width: 160px;
    height: 310px;
    float: left;
  }
  .item-section-info-contact.center{
    width: 160px;
  }
  .icon-item-section-info-contact{
    width: 64px;
    height: 64px;
    margin-left: 48px;
    margin-top: 30px;
    float: left;
  }
  .title-item-section-info-contact{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    float: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;  
    font-size: 11px;
    color: white;
    letter-spacing: 1px;
  }
  .sep-item-section-info-contact{
    width: 26%;
    height: 2px;
    background: white;
    float: left;
    margin-left:37%; 
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .info-text-item-section-info-contact{
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    float: left;
    font-weight: 700;
    color: white;
    font-family: 'Lato', serif;
    font-weight: 500;
    font-size: 11px;
  }
  .icon-menu-drop.contact:before{
    height: 66px;
    width: 66px;
    font-size: 45px;
    color: white;
    float: left;
    text-align: center;
    line-height: 66px;
  }
  .hi-icon-clock:before {
    content: "\e94f";
  }
     /*CSS INFO FORMULARIO CONTACT*/
  /*CSS INFO FORMULARIO CONTACT*/
  /*CSS INFO FORMULARIO CONTACT*/
  /*CSS INFO FORMULARIO CONTACT*/
  .container-section-contact-form{
    width: 100%;
    height: 574px;
    float: left;
  }
  .cont-section-contact-form{
    width: 440px;
    height: 524px;
    margin: 0 auto;
  }
  .container-form-contact{
    width: 440px;
    height: 324px;
    float: left;
    margin-top: 20px;
  }
  .section-1-form-contact{
    width: 440px;
    height: 115px;
    float: left;
  }
  .section-2-form-contact{
    width: 440px;
    height: 324px;
    float: left;
  }
  .hi-icon-bubbles:before {
    content: "\e96d";
  }
  .cont-title-form{
    width: 440px;
    height: 80px;
    float: left;
    margin-top: 10px;
    background: #C60011;
  }
  .icon-menu-drop.form:before{
    height: 36px;
    width: 36px;
    font-size: 36px;
    color: white;
    float: left;
    margin-top: 22px;
    margin-left: 22px;
    text-align: center;
    line-height: 26px;
  }
  .text-title-form{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;  
    font-size: 16px;
    color: white;
    width: 200px;
    height: 56px;
    float: left;
    margin-top: 20px;
    line-height: 18px;
    margin-left:59px;
    letter-spacing: 1px;
  }
  .information-section-title-form{
    width: 100%;
    height: auto;
    margin-top: 5px;
    color: #424242;
    font-family: 'Lato', serif;
    font-weight: 400;
    float: left;
    text-align: center;
    font-size: 11px;
  }
  .cont-input-name-form{
    width: 90%;
    margin-left: 5%;
    float: left;
    height: 50px;
    margin-top: 10px;
  }
  .cont-input-tel-form{
    width: 45%;
    margin-left: 5%;
    float: left;
    height: 50px;
    margin-top: 10px;
  }
  .cont-input-email-form{
    width: 43%;
    margin-left: 2%;
    float: left;
    height: 50px;
    margin-top: 10px;
  }
  .cont-input-mensaje-form{
    width: 89.5%;
    margin-left: 5%;
    float: left;
    height: 150px;
    margin-top: 10px;
  }
  .label-input-contact-form{
    width: 100%;
    height: 20px;
    font-family: 'Lato', serif;
    font-weight: 700;
    font-size: 13px;
    color: #424242;
    line-height: 22px;
  }
  .input-text-item-form{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #424242;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .textarea-iteam-form{
    resize: none;
    width: 100%;
    height: 130px;
     border-bottom: 1px solid #424242;
    border-top: none;
    border-left: none;
    border-right: none;
    float: left;
  }
  .btn-form-contact {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #FFFFFF;
    cursor: pointer;
    width: 100px;
    border: none;
    height: 42px;
    float: right;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    margin-right: 25px;
    background: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn-form-contact:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-1a-form:hover,
  .btn-1a-form:active {
    color: #FFFFFF;
    background: #C60011;
  }
  .message-text-warning{
    width: 140px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #FF6D01;
    color: white;
    text-align: left;
    font-family: 'Lato', serif;
    font-weight: 700;
    font-size: 9px;
    padding-left: 10px;
    line-height: 20px;
    display: none;
  }
  /*CSS INFO FORMULARIO CONTACT*/
  /*CSS INFO FORMULARIO CONTACT*/
  /*CSS INFO FORMULARIO CONTACT*/
  /*  FIN
      SECCION:
      CONTACT
  */

  /* 
      SECCION:
      CATALOG
  */
  .container-full-products-catalog{
    width: 100%;
    height: 2450px;
    float: left;
  }
  .cont-items-products-catalog{
    width: 480px;
    height: 2290px;
    margin: 0 auto;
  }
  .item-product-catalog{
    width: 216px;
    height: 370px;
    float: left;
    background: #FFFFFF;
    margin-left: 16px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .image-item-product-catalog{
    width: 206px;
    margin-left: 5px;
    height: 179px;
    float: left;
    margin-top: 5px;
  }
  .title-item-product-catalog{
    width: 100%;
    height: 40px;
    color: #424242;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;  
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 40px;
    margin-top: 2px;
    text-align: center;
  }
  .description-item-product-catalog{
    width: 100%;
    height: 85px;
    float: left;
    margin-top: 0px;
    padding-top: 5px;
    text-align: center;
    color: #424242;
    font-weight: 400;
    font-family: 'Lato', sans-serif;  
    font-size: 12px;
    text-align: center;
  }
  .button-item-product-catalog{
    width: 100px;
    height: 44px;
    float: left;
    margin-left: 58px;
    margin-top: 6px;
    text-align: center;
  }
  .btn-catalog{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #000000;
    cursor: pointer;
    width: 100px;
    border: none;
    height: 42px;
    border: 1px solid #000;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    margin-right: 0px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn-catalog:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-1a-catalog:hover,
  .btn-1a-catalog:active {
    color: #FFFFFF;
    background: #FF6D01;
  }
.cont-sections-items-products-and-paginator{
    width:480px; 
    height: 50px;
    margin-top: 30px;
    margin: 0 auto;
  }
.cont-paginator{
  width:480px; 
  height:45px;
  margin: 0 auto;
  margin-top: 2px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;  
  font-size: 14px;
  text-align: center;
}
.item-paginator{
  width:30px; 
  height:30px; 
  border:1px solid #424242; 
  display: inline-block;
  text-align:center; 
  color: #424242;
  line-height:30px;
  cursor: pointer;
  -webkit-transition:color 0.3s linear, background 0.3s linear; 
  -moz-transition:color 0.3s linear, background 0.3s linear;  
  -o-transition:color 0.3s linear, background 0.3s linear;  
  transition:color 0.3s linear, background 0.3s linear;
}
.item-paginator.pre-next:hover{
  border: 1px solid #c60011;
  background: #c60011;
}
.item-paginator-selected{
  background: #C60011;
  color: white;
  border: 1px solid #FF6D01;
}
.item-paginator:hover{
  background: rgba(198,0,17,0.4);
  color: #000000;
}


  /*  FIN
      SECCION:
      CATALOG
  */

  /*  
      SECCION:
      PRODUCT SELECTED
  */
  .container-info-product-selected{
    width:100%; 
    height:1800px; 
    float:left;
  }
  .cont-info-product-selected{
    width: 480px;
    height: 1800px;
    margin: 0 auto;
  }
  .product-select-info-section-product{
    width: 480px;
    height: 600px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
  }
  .cont-description-info-section-product{
    width: 400px;
    height: 208px;
    margin-top: 25px;
    float: left;
    margin-left: 40px;
  }
  .description-information-product-selected{
    color: #424242;
    font-weight: 400;
    font-family: 'Lato', sans-serif;  
    font-size: 24px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .cont-other-product-section-product{
    width: 480px;
    height: 850px;
    margin-top: 0px;
    float: left;
  }
  .title-other-products-product-select{
    width: 472px;
    height: 40px;
    float: left;
    padding-left: 8px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #424242;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 4px solid #FF6D01;
  }
  .cont-image-product-select-section{
    width: 400px;
    height: 486px;
    margin-top: 0px;
    float: left;
    margin-left: 40px;
    background-color: white;
  }
  .cont-info-product-select-section{
    width: 400px;
    height: 113px;
    margin-left: 40px;
    float: left;
  }
  .title-type-product-select-section{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #424242;
    font-size: 16px;    
    text-align: center;
    margin-top: 10px;
  }
  .subtitle-type-product-select-section{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #424242;
    font-size: 35px;    
    text-align: center;
    margin-top: 10px;
  }
  .item-product-catalog.number-product-4{
    display: inline-block;
  }
  /*  FIN
      SECCION:
      PRODUCT SELECTED
  */
  .container-send-mail{
    width:420px; 
    height:280px; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -210px;
    background:#000000;
  }
  .text-mail-send-title{
    width:100%; 
    height:80px;
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
    color: #424242;
    color: white;
    font-size: 24px;
    float: left;
  }
  .text-mail-send-subtitle{
    width:70%; 
    height:80px;
    margin-left: 15%;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;  
    color: #FFFFFF;
    color: white;
    float: left;
    font-size: 18px;
  }
  .img-logo-send-mail{
    width:100%;
    height: 106px;
    float: left;
    background-image: url(../images/content/logo_header_internal.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  .itemCatalogoNew{
    width:215px;
    height: 281px;
    float:left;
    margin-left:12px;
    margin-top:75px;
    background-size: 98% 98%;
    background-color: #C60011;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #C60011;
    cursor: pointer;
  }
  .btnAmpliarImage{
    width:80px;
    height: 26px;
    float:left;
    font-size: 11px;
    background-image: url('../images/content/expand.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    background-color:#C60011;
    text-align:center;
    line-height:28px;
    color: white;
    padding-left: 15px;
    margin-top: 292px;
    margin-left:-4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
  }
  .itemCatalogoNew:hover{
  }
  .itemCatalogoNew:hover > .btnAmpliarImage{
    background-color:black; 
    border-color: black; 
  } 
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #FFFFFF;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 330px; /* Could be more or less, depending on screen size */
    position: relative;
  }
  #modalImageCatalogo{
    width: 330px;
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: 27px;
    color: white;
    background-color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .close:hover,
  .close:focus {
    color: #FFFFFF;
    background-color: #c60011; 
    text-decoration: none;
    cursor: pointer;
  }
}