#gt-nvframe{
    display: none;
}
@font-face {
  font-family:'bld';
  src: url('../fuentes/SourceSansPro/bld/SourceSansPro-Bold_gdi.eot');
  src: url('../fuentes/SourceSansPro/bld/SourceSansPro-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/SourceSansPro/bld/SourceSansPro-Bold_gdi.woff') format('woff'),
    url('../fuentes/SourceSansPro/bld/SourceSansPro-Bold_gdi.ttf') format('truetype'),
    url('../fuentes/SourceSansPro/bld/SourceSansPro-Bold_gdi.svg#SourceSansPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}


@font-face {
  font-family:'blk';
  src: url('../fuentes/SourceSansPro/blk/SourceSansPro-Black_gdi.eot');
  src: url('../fuentes/SourceSansPro/blk/SourceSansPro-Black_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/SourceSansPro/blk/SourceSansPro-Black_gdi.woff') format('woff'),
    url('../fuentes/SourceSansPro/blk/SourceSansPro-Black_gdi.ttf') format('truetype'),
    url('../fuentes/SourceSansPro/blk/SourceSansPro-Black_gdi.svg#SourceSansPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family:'ext';
  src: url('../fuentes/SourceSansPro/extra/SourceSansPro-ExtraLight_gdi.eot');
  src: url('../fuentes/SourceSansPro/extra/SourceSansPro-ExtraLight_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/SourceSansPro/extra/SourceSansPro-ExtraLight_gdi.woff') format('woff'),
    url('../fuentes/SourceSansPro/extra/SourceSansPro-ExtraLight_gdi.ttf') format('truetype'),
    url('../fuentes/SourceSansPro/extra/SourceSansPro-ExtraLight_gdi.svg#SourceSansPro-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family:'lig';
  src: url('../fuentes/SourceSansPro/lig/SourceSansPro-Light_gdi.eot');
  src: url('../fuentes/SourceSansPro/lig/SourceSansPro-Light_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/SourceSansPro/lig/SourceSansPro-Light_gdi.woff') format('woff'),
    url('../fuentes/SourceSansPro/lig/SourceSansPro-Light_gdi.ttf') format('truetype'),
    url('../fuentes/SourceSansPro/lig/SourceSansPro-Light_gdi.svg#SourceSansPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family:'reg';
  src: url('../fuentes/SourceSansPro/reg/SourceSansPro-Regular_gdi.eot');
  src: url('../fuentes/SourceSansPro/reg/SourceSansPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/SourceSansPro/reg/SourceSansPro-Regular_gdi.woff') format('woff'),
    url('../fuentes/SourceSansPro/reg/SourceSansPro-Regular_gdi.ttf') format('truetype'),
    url('../fuentes/SourceSansPro/reg/SourceSansPro-Regular_gdi.svg#SourceSansPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}


@font-face {
  font-family:'sem';
  src: url('../fuentes/SourceSansPro/sem/SourceSansPro-Semibold_gdi.eot');
  src: url('../fuentes/SourceSansPro/sem/SourceSansPro-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/SourceSansPro/sem/SourceSansPro-Semibold_gdi.woff') format('woff'),
    url('../fuentes/SourceSansPro/sem/SourceSansPro-Semibold_gdi.ttf') format('truetype'),
    url('../fuentes/SourceSansPro/sem/SourceSansPro-Semibold_gdi.svg#SourceSansPro-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

*{
  outline: none;
}


a{
  text-decoration: none;
  color: inherit;
}

iframe{
  overflow: hidden;
}

body{
  margin: 0px !important;
}

.free{
  overflow: visible !important;
}

#top1{
  margin-top: 1%;
}

.main{
  max-width: 1366px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.container{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.row{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-9{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-95{
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-8{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-7{
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-6{
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-5{
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-4{
  width: 40%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-3{
  width: 30%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-2{
  width: 20%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.col-1{
  width: 10%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#col-15{
  width: 15%;
}

#col-85{
  width: 85%;
}

.left{
  float: left;
  margin: 0;
}

.right{
  float: right;
  margin: 0;
}

.center{
  margin: 0 auto;
}

.clear{
  clear: both;
}

/*Header*/
  .redes-{
    margin: 0;
    padding: 0;
    color: #0083cc;
    font-family: "lig";
    font-size: 12pt;
    letter-spacing: 1px;
    margin-top: 4%;
  }

  .redes- i{
    color: #0083cc;
    margin-left: 4%;
  }
  
  .traductor{
    padding: 8px 0 0;
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
  .traductor .flag{
    width: 28px;
    cursor: pointer;
  }
  .traductor .flag img{
    width: 100%;
    height: auto;
  }

  .text-head{
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: "lig";
    font-size: 11pt;
  }

  .text-head i{
    font-size: 10pt;
    margin-right: 1%;
  }

  .men-l1{
        margin: 0;
    padding: 0;
    float: right;
    font-family: "reg";
    font-size: 10pt;
    color: #4d4d4d;
    margin-left: 7%;
    margin-top: 1%;
    margin-bottom: 3%;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .logo{
    margin: 0;
    padding: 0;
    margin-top: -5%;
    width: 80%;
    float: left;
  }
/*Fin del Header*/

/*Index*/
  .banner{
    position: relative;
    margin:0;
    padding: 0;
    background-size: cover;
    background-position: 100%;
    overflow: hidden;
    height: 597px;
  }

  .title-nom{
    margin: 0;
    padding: 0;
    font-size: 40pt;
    font-family: "blk";
    color: #0083cc;
    line-height: 100%;
    text-transform: uppercase;
    text-align: left;
  }

  .title-nom2{
    margin: 0;
    padding: 0;
    font-size: 40pt;
    font-family: "blk";
    color: #17a0dd;
    line-height: 73%;
    text-transform: uppercase;
    text-align: left;
  }

  .text-acom{
    margin: 0;
    padding: 0;
    font-family: "reg";
    font-size: 15pt;
    color: #333333;
    line-height: 100%;
  }

  .contan-banner{
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 598px;
  }

  .conten-text-banner{
    margin: 0;
    padding: 0;
    margin-top: 25%;
  }

  .carousel-banner > .slick-dots {
    bottom: 31%;
    left: 5%;
    width: 10%;
    text-align: left;
  }

   .carousel-banner > .slick-dots li.slick-active button:before {
      opacity: 0.9;
      color: #0083cc;
       font-size: 7pt; 
      
  }

  .carousel-banner > .slick-dots li button:before {
    color: #b3b3b3;
    opacity: 0.9;
    font-size: 7pt; 
  }

  .banner-azul{
    width: 100%;
    position: absolute;
    bottom:0;
    z-index: 7;
  }

  .blue-2{
    width: 100%;
    overflow: hidden;
    background-color: #0083cc;
  }

  .textblu{
    margin: 0;
    padding: 22pt 0pt 22pt;
    font-family: "ext";
    font-size: 19pt;
    color: white;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
  }

  .conten-datos-ban-blu{
    border-left: 0.5px solid #0d567f;
    border-right: 0.5px solid #0d567f;
    margin-top: 5%;
    cursor: pointer;

  }

  .carousel-mov{
    margin-top: 2% !important;
  }

  .icon-{
    margin: 0;
    padding: 0;
    color: #0d567f;
    text-align: left;
  }

  .icon{
    width: 90%;
    margin: 0 auto;
    margin-top: 2%;
    overflow: hidden;
  }

  .icon- i{
      font-size: 28pt;
  }

  .icon td{
    vertical-align: middle;
  }

  .text-nom{
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-family: "lig";
    color: white;
    text-transform: uppercase;
    text-align: left;
    padding-left: 11%;
  }

  #maletin{
    margin: 0;
    font-size: 23pt;
    color: #808080;
  }

  .super-title{
    font-family: "ext";
    font-size: 40pt;
    text-align: left;
    color: #4d4d4d;
    margin: 0;
    padding: 0;
  }

  .subtitle p{
    margin: 0;
    font-size: 14pt;
    font-family: "sem";
    color: #0083cc;
    text-align: justify;
    line-height: 120%;
    padding:2% 0 2%;
  }

  .text-seci p{
    margin: 0;
    font-size: 13pt;
    font-family: "lig";
    color: #4d4d4d;
    text-align: justify;
    line-height: 120%;
  }

  .conten-fotos-categoris{
    width: 100%;
    height: 474px;
    overflow: hidden;
    overflow: hidden;
    background-image: url(../img/aluvicom-web-12.jpg);
    background-size: cover;
    background-position: center;
  }

  .ver-more{
    margin: 0;
    padding: 0;
    font-family: "blk";
    font-size: 12pt;
    color: #0083cc;
    text-align: right;
    cursor: pointer;
  }

  .conten-blu{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-image: url(../img/aluvicom-web_om-12.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 309px;
    background-attachment: fixed;
  }

  .texto-banner-blu{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .texto-banner-blu p{
    margin: 0;
    padding: 0;
    font-family: "lig";
    color: white;
    font-size: 36pt;
    text-align: center;
    line-height: 100%;
  }

  #sem{
    font-family: "sem";
  }

  .texto-banner-blu{
    margin-top: 6%;
  }

  .contend-descatados{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
  }

  .text-tiltle-des{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    font-family: "lig";
    letter-spacing: 2px;
    font-size: 22pt;
    text-transform: uppercase;
  }

  .text-2-title{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #808080;
    font-family: "lig";
    letter-spacing: 1px;
    font-size: 14pt;
    padding-top: 1%;
  }

  .conten-white{
    width: 100%;
    overflow: hidden;
    height: 281px;
    background-color: white;
    margin-bottom: 12%;
  }

  .text-nombre-prod{
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: "reg";
    color: #333333;
    text-transform: uppercase;
    height: 50px;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 100%;
  }

  .descr-produc{
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-family: "lig";
    color: #808080;
    height: 90px;
    letter-spacing: 1px;
    text-align: justify;
  }

  .btn-lupa{
    width: 36px;
    height: 36px;
    background-color: #0083cc;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
  }

   .btn-lupa p{
    margin: 0;
    padding: 10px;
    color: white;
    text-align: center;
   }

   .carousel-destacados > .slick-dots {
        bottom: -28%;
    left: 47%;
    width: 30%;
    text-align: left;
  }

  .no_hay{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "sem";
  }

   .carousel-destacados > .slick-dots li.slick-active button:before {
      opacity: 0.9;
      color: #0083cc;
       font-size: 7pt; 
      
  }

  .carousel-destacados > .slick-dots li button:before {
    color: #b3b3b3;
    opacity: 0.9;
    font-size: 7pt; 
  }

    .carousel-products > .slick-dots li.slick-active button:before {
      opacity: 0.9;
      color: #0083cc;
       font-size: 7pt; 
      
  }

  .carousel-products > .slick-dots li button:before {
    color: #b3b3b3;
    opacity: 0.9;
    font-size: 7pt; 
  }

.oscuro {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  background: rgba(0,0,0,0.7);
  display: none;
}

.iniciar-sesion {
position: fixed;
width: 872px;
z-index: 9;
top: 50%;
margin-top: -470px;
left: 0;
right: 0;
margin-right: auto;
margin-left: auto;
display: none;
opacity: 0;
background-color: white;
background-repeat: no-repeat;
background-size: cover;
background-position: 100%;
padding: 5px;
}

.cerrar{
  margin: 0;
  text-align: right;
  font-family: "reg";
  font-size: 23pt;
  color: #808080;
  cursor: pointer;
}

.title-prod-max{
  margin: 0;
  padding: 0;
  font-size: 15pt;
  font-family: "reg";
  color: #333333;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
}

.ref{
  margin: 0;
  padding: 0;
  font-size: 14pt;
  font-family: "blk";
  color: #333333;
  letter-spacing: 2px;
  padding-top: 2%;
  text-transform: uppercase;
}

.title-descript{
  margin: 0;
  padding: 0;
  font-size: 13pt;
  font-family: "lig";
  color: #0083cc;
  letter-spacing: 2px;
  padding-top: 2%;
  text-transform: uppercase;
  padding-bottom: 3%;
}

.descripcion-prod p{
  margin: 0;
  padding: 0;
  font-family: "lig";
  font-size: 13pt;
  color: #808080;
  line-height: 130%;
  text-align: justify;
  letter-spacing: 1px;
}

.descripcion-prod li{
  margin: 0;
  padding: 0;
  font-family: "lig";
  font-size: 13pt;
  color: #808080;
  line-height: 130%;
  text-align: justify;
  letter-spacing: 1px;
}

.descripcion-prod{
  width: 100%;
  overflow-y:auto;
  height: 250px;
}

.conten-imagen-prod{
  width: 100%;
}

.conten-imagen-prod img{
  width: 100%;
}

.title-sec{
  margin: 0;
  padding: 0;
  font-size: 17pt;
  font-family: "ext";
  color: #666666;
  text-align: left;
  padding-bottom: 2%;
}

.linea{
  width: 100%;
  height: 2px;
  background-color: #17a0dd;
  overflow: hidden;
}

.conten-fecha{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  background-color: #17a0dd;
}

.conten-fecha p{
  margin: 0;
  text-align: center;
  padding: 8px;
  font-family: "lig";
  font-size: 12pt;
  color: white;
}

.title-not{
  margin: 0;
  text-align: left;
  padding: 0;
  font-family: "reg";
  font-size: 14pt;
  color: #333333;
  padding-top: 1%;
}

.breve-descr{
  margin: 0;
  padding: 0;
  color: #808080;
  font-family: "lig";
  font-size: 12pt;
  text-align: justify;
}

.leere{
  margin: 0;
  padding: 0;
  color: #0083cc;
  font-family: "reg";
  font-size: 12pt;
  padding-top: 2%;
  cursor: pointer;
  text-align: justify;
}
/*Fin del Index*/

/*Footer*/
  .conten-footer{
    background-color: #333333;
    overflow: hidden;
    margin: 0;
    width: 100%;
  }

  .footer-men{
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-family: "lig";
    float: left;
    color: white;
    margin-right: 6%;
    text-transform: uppercase;
    padding-top: 3%;
    letter-spacing: 2px;
  }

  .sig{
    margin: 0;
    padding: 0;
    font-size: 13pt;
    font-family: "lig";
    float: left;
    color: #0083cc;
  }

  .suscribe{
    margin: 0;
    padding: 0;
    font-size: 13pt;
    font-family: "sem";
    float: left;
    color: #0083cc;
  }

  .text-2-su{
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: "lig";
    float: left;
    color: white;
  }

  .conten-news-le{
    width: 100%;
    overflow: hidden;
    margin:0;
    margin-top: 5%;
  }

  .conten-newsletter{
    width: 100%;
    overflow: hidden;
    padding: 2%;
    margin: 0;
    background-color: white;
  }

  .conten-newsletter input{
    padding-left: 2%;
    font-family: "lig";
    font-size: 13pt;
    color: #999999;
    overflow: hidden;
    border:none;
    width: 100%;
  }

  .conten-buttom-b{
    background-color: #0083cc;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
  }

  .conten-buttom-b p{
    text-align: center;
    padding: 5.7px;
    color: white;
    font-size: 12pt;
    margin: 0;
    margin-top: 16%;
  }

  .text-foot{
    margin: 0;
    padding: 0;
    color: #999999;
    font-family: "lig";
    font-size: 12pt;
    float: left;
    margin-right: 1%;
  }

  #mid{
        width: 35%;
    margin-top: 1%;
    float: right;

  }

  .oculta-seo{
     position:fixed; top:-99999px;
  }
/*Fin de Footer*/

/*Sobre Nosotros*/
  .banner-nos{
    margin: 0;
    padding: 0;
    height: 460px;
    background-image: url(../img/aluvicom-web-imges-8-12.png);
    overflow: hidden;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .title-somos{
    margin: 0;
    padding: 0;
    color: #0083cc;
    font-family: "blk";
    font-size: 13pt;
    letter-spacing: 2px;
    padding-top: 4%;
        margin-bottom: -1%;
  }

  .conten-banner-no{
    margin-top: 4%;
  }

  .conten-imagen-3{
    overflow: hidden;
    height: 437px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .icon-w{
    margin: 0;
    padding: 0;
    font-size: 25pt;
    color: #17a0dd;
    text-align: center;
  }

  .title-proy{
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "reg";
    font-size: 12pt;
    text-align: center;
    padding-top: 2%;
  }

  .text-frase{
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-family: "ext";
    font-size: 25pt;
    text-align: center;
    padding-top: 2%;
  }

  .contedne{
    margin-top: 12%;
  }

  .conten-backgr{
    width: 100%;
    overflow: hidden;
    margin: 0;
    background-color: #f2f2f2;
  }

  .title-nuestros-val{
    margin: 0;
    padding: 0;
    font-family: "reg";
    font-size:20pt;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
  }

  .conten-valores{
    float: left;
    margin-right: 2%;
  }

  .valor-{
    margin: 0;
    padding: 0;
    font-family: "ext";
    font-size:17pt;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
  }

  .descrip_valo p{
    margin: 0;
    padding: 0;
    font-family: "lig";
    font-size:14pt;
    color: #17a0dd;
    padding-top: 2%;
    line-height: 140%;
    text-align: center;
  }

  .conten-bl-2{
    width: 100%;
    overflow: hidden;
    background-color: #0083cc;
    height: 100%;
  }

  .imagen-ppoli{
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 442px;
  }

  .title-politica{
    margin: 0;
    padding: 0;
    font-family: "reg";
    color: white;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    font-size: 20pt;
  }

  .descrp-val{
    margin: 0;
    padding: 0;
    font-family: "lig";
    color: white;
    text-align: justify;
    font-size: 13pt;
  }
/*Fin de Nosotros*/

/*Contactenos*/

.banner-contac{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url(../img/aluvicom-web-contacto-12.png);
  height: 238px;
  background-size: cover; 
}

.texto-banner-co{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 7%;
}

.texto-banner-co p{
  margin: 0;
  padding: 0;
  font-size: 36pt;
  font-family: "lig";
  color: #1a1a1a;
  padding-left: 2%;
}

#mi_mapa{
  width: 100%;
  overflow: hidden;
  height: 389px;
}

.pregunta-tltle{
  margin: 0;
  padding: 0;
  font-family: "lig";
  font-size: 17pt;
  color: #000000;
  text-align: left;
}

.desc-contan{
  margin: 0;
  padding: 0;
  font-family: "lig";
  font-size: 13pt;
  color: #666666;
  line-height: 130%;
  text-align: justify;
}

.contactenos input{
  width: 100%;
  margin: 0;
  padding:1% 2% 1% 2%;
  font-size: 14pt;
  font-family: "lig";
  color: #999999;
  height: 25px;
  background-color: #f2f2f2;
  border:none;
  margin-bottom: 4%;
}

.contactenos textarea{
  width: 100%;
  margin: 0;
  padding:1% 2% 1% 2%;
  font-size: 14pt;
  font-family: "lig";
  color: #999999;
  height: 125px;
  background-color: #f2f2f2;
  border:none;
  margin-bottom: 4%;
}

.btn-contact{
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
  background-color: #0083cc;
  cursor: pointer;
}

.btn-contact p{
  margin: 0;
  padding: 6px;
  color: white;
  text-transform: uppercase;
  font-size: 11pt;
  text-align: center;
  font-family:"lig";  
}

.ttle-2-con{
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 13pt;
  text-align: left;
  font-family:"sem"; 
}

.icon-cont{
  margin: 0;
  padding: 0;
  color: #0083cc;
  font-size: 11pt;
  text-align: center;
}

.datos{
   margin: 0;
  padding: 0;
  color: #999999;
  font-size: 13pt;
  text-align: left;
  font-family:"lig"; 
  line-height: 100%;
}

.siguen{
   margin: 0;
  padding: 0;
  color: #0083cc;
  font-size: 13pt;
  text-align: left;
  font-family:"lig"; 
  line-height: 100%;
}

#enfasis{
  font-family: "sem";
}
/*Fin Contacto*/

/*Proyectos*/
  .banner-proyect{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/aluvicom-web-prod-13.png);
    height: 238px;
  }

  .banner-proyect p{
    color: white;
    margin: 0;
    padding: 0;
    font-family: "lig";
    font-size: 36pt;
    text-align: left;
    margin-top: 7%;
  }

   .carousel-pryectos > .slick-prev:before
  {
      opacity: .75;
      content: url(../img/aluvicom-flec-12.png);
     
  }

  .carousel-pryectos > .slick-next:before
  {
       opacity: .75;
      content: url(../img/aluvicom-flec-13.png);
     
  }

  .carousel-pryectos > .slick-prev {
        left: 44%;
            top: 104%;
  }

  .carousel-pryectos > .slick-next {
        right: 44%;
        top: 104%;
  }

  .conten-restos-proy{
    background-color: #f2f2f2;
    overflow: hidden;
    margin: 0;
  }

  .title-restos{
    margin: 0;
    font-size: 16pt;
    font-family: "lig";
    color: #666666;
    text-align: left;
    line-height: 100%;
    padding-bottom: 1%;
  }

  .linea-sutil{
    width: 100%;
    overflow: hidden;
    height: 1px;
    background-color: #d8d8d8;
  }

  .nombre_proy{
    margin: 0;
    font-size: 13pt;
    font-family: "reg";
    color: #333333;
    text-align: center;
    line-height: 100%;
    padding: 4% 0;
    cursor: pointer;
    text-transform: uppercase;
  }

  

  .carousel-resto-proyectos > .slick-dots {
       bottom: 122%;
    right: 1%;
        width: 40%;
    text-align: right;
  }

   .carousel-resto-proyectos > .slick-dots li.slick-active button:before {
      opacity: 0.9;
      color: #0083cc;
       font-size: 7pt; 
      
  }

  .carousel-resto-proyectos > .slick-dots li button:before {
    color: #b3b3b3;
    opacity: 0.9;
    font-size: 7pt; 
  }

  .nombre-proyecto{
    margin: 0;
    padding: 0;
    color: #808080;
    font-family: "lig";
    font-size: 28pt;
    text-align: justify;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .ciudad-proyecto{
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: "blk";
    font-size: 13pt;
    text-align: justify;
    padding: 6px 0;
  }

  .descripcion{
    margin: 0;
    padding: 0;
    color: #0083cc;
    font-family: "lig";
    font-size: 13pt;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .texto-descrip-proyec p{
    margin: 0;
    padding: 0;
    font-size: 12.5pt;
    font-family: "lig";
    color: #666666;
    line-height: 130%;
    text-align: justify;
  }

  .conten-frase-bienver p{
    margin: 0;
    padding: 0;
    font-size: 15pt;
    font-family: "lig";
    color: #666666;
    line-height: 130%;
    text-align: center;
  }
/*Fin de Proyectos*/

/*Productos*/
  #productos{
    background-image: url(../img/aluvicom-web_psa-12.png);
  }

  .conten-imagen-categor{
    width: 100%;
    overflow: hidden;
  }

  .conten-productos-dest{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
  }

  .title-pos{
    margin:0;
    padding: 0;
    font-family: "lig";
    font-size: 14pt;
    color: #1a1a1a;
    text-align: left;
    margin-top: 10%;
  }

  .descr-catehro{
    margin:0;
    padding: 0;
    font-family: "lig";
    font-size: 13pt;
    color: #666666;
    text-align: justify;
    line-height: 130%;   
  }

  .nombre-categorisa{
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: "blk";
    color: #0083cc;
    text-align: left;
    text-transform: uppercase;
    padding: 4% 0%;
    cursor: pointer;
  }

  .nombre-sin-r{
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: "lig";
    color: #666666;
    text-align: left;
    text-transform: uppercase;
    padding: 4% 0%;
    cursor: pointer;
  }

  .reciente-nl{
     margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: "lig";
    color: #666666;
    text-align: left;
    text-transform: uppercase;
    padding: 2% 0%;
    cursor: pointer;
  }

  .title-not-a{
     margin: 0;
    padding: 0;
    font-size: 20pt;
    font-family: "reg";
    color: #666666;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 3%;
  }

  .conten-blog-0 p{
    margin: 0;
    padding: 0;
    line-height: 140%;
    text-align: justify;
    font-family: "reg";
    font-size: 12pt;
    color: #666666;

  }
/*Fin de Productos*/

/*Media Queries*/
  @media   (max-width: 1280px){
    .main{
      max-width: 1280px;
      min-width: 1024px;
    }

    #top1 {
      width: 70%;
    }

    .redes- i {
      margin-left: 3%;
    }

    .redes- {
      margin-top: 6%;
    }

    .men-l1 {
      font-size: 11pt;
      margin-left: 4%;
      margin-top: 1%;
    }

    .textblu {
      padding: 24pt 0pt 22pt;
      font-size: 16pt;
    }

    .text-nom {
      font-size: 9pt;
    }

    .title-nom {
      font-size: 29pt;
    }

    .text-acom {
      font-size: 13pt;
      padding-top: 2%;
    }

    .carousel-banner > .slick-dots {
      width: 20%;
    }

    .conten-fotos-categoris {
      height: 383px;
    }

    .super-title {
      font-size: 28pt;
    }

    .subtitle p {
      font-size: 12pt;
    }
    
    .text-seci p {
      font-size: 12pt;
    }

    .texto-banner-blu {
        margin-top: 9%;
    }

    .carousel-destacados > .slick-dots {
      bottom: -19%;
      width: 13%;
    }

    .footer-men {
      font-size: 9pt;
      margin-right: 4%;
    }

    .text-2-su {
      font-size: 10pt;
    }

    .text-foot {
      font-size: 10pt;
    }

    .descrp-val {
      font-size: 11pt;
      line-height: 120%;
    }

    .descrip_valo p {
      font-size: 12pt;
    }

    .text-frase {
      font-size: 21pt;
    }

    .descr-catehro {
        font-size: 11pt;
    }
  }

  @media   (max-width: 1024px){
    .main{
      max-width: 1024px;
      min-width: 800px;
    }

    .logo {
      margin-top: -3%;
      width: 83%;
    }

    #top1 {
        margin-top: 1%;
        width: 74%;
    }

    .redes- i {
      color: #0083cc;
      margin-left: 1%;
    }
    .redes- {
      margin-top: 5%;
    }

    .men-l1 {
      margin-left: 5%;
      font-size: 9pt;
    }

    .title-nom {
      font-size: 29pt;
    }

    .text-acom {
      padding-top: 2%;
      font-size: 13pt;
    }

    .textblu {
      padding: 25pt 0pt 22pt;
      font-size: 14pt;
    }

    .text-nom {
      font-size: 10pt;
    }

    .carousel-banner > .slick-dots {
      width: 20%;
    }

    .super-title {
      font-size: 25pt;
    }

    .subtitle p {
      font-size: 12pt;
    }

    .text-seci p {
      font-size: 12pt;
    }

    .conten-fotos-categoris {
      height: 368px;  
    }

    .texto-banner-blu {
        margin-top: 10%;
    }

    .texto-banner-blu {
        font-size: 9pt;
    }

    .descr-produc {
      height: 81px;
    }

    .conten-white {
        height: 251px;
    }

    .carousel-destacados > .slick-dots {
      width: 24%;
    }

    .footer-men {
      font-size: 9pt;
      font-family: "lig";
      margin-right: 3%;
    }

    .text-2-su {
      font-size: 10pt;
    }

    .text-foot {
      font-size: 10pt;
      margin-right: 2%;
    }

    .text-frase p{
      font-size: 19pt;
    }

    .descrip_valo p {
      font-size: 11pt;
    }

    .descrp-val p{
      font-size: 12pt;
    }

    .banner-proyect p {
      font-size: 30pt;
      margin-top: 10%;
    }

    .nombre-sin-r {
      font-size: 11pt;
    }

    .descr-catehro {
      font-size: 10pt;
    }

    .text-nombre-prod {
      font-size: 9pt;
    }

    .contn-i{
      width: 95%;
    }

    .texto-descrip-proyec p {
      font-size: 11.5pt;
    }

    .carousel-pryectos > .slick-next {
      right: 39%;
    }
  }
/*Fin del Media Querie*/

