html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family:  sans-serif;
    min-height: 100%;
    position: relative;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    margin: 0; 
    background-color:#24375f;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover, a:focus {
    text-decoration: none;
    color: #fff;
    opacity:0.75;
}

p {
    padding: 0;
    margin: 0;
    text-transform: none;
}
img {
    -ms-interpolation-mode: bicubic;
    /* Allow smoother rendering of resized image in Internet Explorer */
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url('../fonts/Dosis-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Gotham-Bold.ttf') format('truetype');
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.img-center {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.padding-z {
    padding: 0;
    margin: 0;
}
.a-center {
    text-align: center !important;
}
.bold {
    font-family: 'Dosis-Bold', sans-serif !important;
}

.no-wrap{
    white-space:nowrap;
}

.lk-gr{
    transition:all 0.3s ease 0s;
    cursor: pointer;
}

.lk-gr:hover{
    transform: scale(0.98, 0.98);
    opacity:0.7;
}

.mr-sec{
    margin: 30px 0;
}

.super-wrp{
    display: block;
    margin: 102px auto 0 auto;
    width:100%;
    max-width: 100%;
    padding:0;
}


/*NAV*/



.logo-pr{
    width:80px;  
    margin-top: -20px; 
}


.logo-pr-txt{
    font-family: 'Roboto-Bold', sans-serif !important;
    color:#fff;
    font-size: 28px;
    padding-top:10px;
    padding-left: 10px;  
}

.navbar-brand {
    margin-left: 5%;
    float:left;
    padding-top: 27px;
}

.scroll {
    width: 100%;
    height: 40px;
    margin-top: -40px;
}

.navbar {
    background-color: #496aad;
    position: fixed!important;
    width: 100%;
    z-index: 99;
    height:70px;
    transition: height 0.4s, padding 0.4s linear!important;
    padding-top: 80px;
    padding-bottom: 40px;
    --bs-navbar-color: #FAB207;
    --bs-navbar-hover-color: #FAB207;
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.3);
    --bs-navbar-active-color: rgba(255, 255, 255, 0.9);
}


.navbar-nav{
   float: right;
   display: block;
   width: 540px;
   margin-right: 20px;
  }


 .navbar-expand-lg .navbar-collapse {
    display: block !important;
    flex-basis: auto;
  }

.nav-link {
    color: #FAB207;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 1.5px; 
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3px;
    transition: .3s;
}

.nav-link:hover {
   color: #FAB207!important;
   opacity: 0.6;
   text-decoration: underline;
}

.nav-link:visted, .nav-link:focus {
   color: #FAB207!important;
}

.bllt{
    font-size:28px !important;
    margin:0;
    padding:0;
    line-height: 23px; 
}

.bllt:hover{
    text-decoration: none!important;
}


.navbar-fixed-top.scrolled {
    background-color: rgba(73,103,173,0.9) !important;
    height: 40px;
    padding: 40px 0;
    transition: background-color 200ms, height 0.6s, padding 0.6s linear!important;
    box-shadow: 1px 1px 23px #0000001c;
}


/* Add animation (Chrome, Safari, Opera) */
@-webkit-keyframes anm-m {
    0%   {top: 300px;}
    50% {top: 330px}
    100%  {top: 300px;}
}

@-moz-keyframes anm-m {
    0%   {top: 300px;}
    50% {top: 330px}
    100%  {top: 300px;}
}

/* Add animation (Standard syntax) */
@keyframes anm-m {
   0%   {top: 300px;}
    50% {top: 330px}
    100%  {top: 300px;}
}

.anm-m{
    -webkit-animation-name: anm-m;
    -webkit-animation-duration:2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: anm-m;
    -moz-animation-duration:2s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    animation-name: anm-m;
    animation-delay: 0s;
    animation-duration:2s;
    animation-iteration-count: infinite;
}

.socialvar {
  position: fixed!important;
  background-color: #496aad;
  color: #fff;
  text-align: right;
  padding: 10px 0 10px 0;
  width: 100%;
  z-index: 100;
  border-bottom: solid 1px rgba(255,255,255,.2);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
  transition:.5s;
  margin-bottom:0;
}

.socialvar.scrolled {
    opacity: 0;
    transition: opacity 0.6s linear !important;
    animation: unset;
}

#navbarNavAltMarkup{
    padding-top:2px;
    float: right;
}

.social-list{
    margin: 0;
    padding: 0;
   text-align: right;
}

.social-list li{
    display: inline-block;
    margin-left: 15px;
    font-size:13px;
    color:#ffffff;
}

.social-list li:hover{
    display: inline-block;
    margin-left: 15px;
    font-size:13px;
    color:#FAB207;
}


.social-list li i{
    color:#ffffff;
}

.social-list li i:hover{
    color:#FAB207;
}

.dropdown-menu{
    background-color: rgba(169,212,255,0.9);
    border: none;
    box-shadow: 1px 1px 5px #5ca4c8;
}


.hermes .tp-bullet { 
  display: none;
}

.icon-mn{
    display: none;
}

.mn-disp{
   display: none;
}


/*END-NAV*/



.back-link a {
        color: #4ca340;
        text-decoration: none; 
        border-bottom: 1px #4ca340 solid;
    }
    .back-link a:hover,
    .back-link a:focus {
        color: #408536; 
        text-decoration: none;
        border-bottom: 1px #408536 solid;
    }
   
    .entry-header {
        text-align: left;
        margin: 0 auto 50px auto;
        width: 80%;
        max-width: 978px;
        position: relative;
        z-index: 10001;
    }
    #demo-content {
        padding-top: 100px;
    }




.tit-gr{
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 24px;
    text-align: justify; 
    color:#053eb2;
    margin:20px 0 10px 0;
}

.txt-gr{
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    text-align: justify; 
    color:#5a596c;
    margin:25px 0;
}

/*HOME*/


.mn{
    display: none;
}

#inicio{
    margin-top: 120px;
}

.tit-gr{
    width: 400px;
    max-width: 100%;
}

.txt-gr{
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #5a596c; 
    width: 280px; 
    margin-top:20px;
}

.hglht1{
    color: #053eb2;
}

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

.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span i {
  font-size: 6px;
  padding: 0;
  margin: 0;
  float: none;
  color: #FAB207;
}


.line-dark.separator span:before, .line-dark.separator span:after {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.separator span:before, .separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,.1);
    top: 5px;
    width: 300px;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

/*END-HOME*/


/*NOSOTROS*/

.swrp-nos{
   display: flex;
   align-items: center;
   min-height: 360px;
   width: 620px;
   max-width: 100%;
   margin:0 auto;
}

/*.wrp-nos {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}*/

.nosotros{
  background-color:#6a7488; 
}


.tit-nosotros{
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 1.2em;
    color: #eceff3;
    text-align: center;
}

.txt-nosotros{
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
  color: #ddd;
  line-height: 1.8em;
  text-align: center;
}

.img-nos{
    display: inline-block;
    width: 100%;
    height:auto;
}


/*END-NOSOTROS*/

/*FAB*/

.fab{
    background-color:#4e5562;
    padding:50px 0; 
    width: 100%;
}


.tit-fab{
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 30px auto;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
}

/*END-FAB*/


/*PRODUCTOS*/


 .productos{
        height:auto;
        background-image:url('../img/fondo-inicio.png');
        background-size:cover;
        background-attachment: fixed;
        background-position: bottom;
        padding: 50px 0;
    }



    .lk-prod {
        font-family: "Dosis-Bold", Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 18px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight:bold;
        text-align:center;
        width:360px;
        max-width:100%;
        display:block;
        margin:0 auto;
        padding-top: 15px;
        padding-bottom: 25px;
        cursor: pointer;
        transition: all 0.3s ease 0s;

    }

    .lk-prod:hover{
        transform: scale(1.02, 1.02);
        text-decoration:underline !important;
    }

/*END-PRODUCTOS*/



/*SEC-INTERLUDE*/

.sec-interlude{
    background-color:#140c32;
    padding: 20px 20px;
    width: 100%;

}

.txt-interlude{
  font-family: "Dosis", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #ddd;
  line-height: 1.8em;
  text-align: center;
}

/*END-SEC-INTERLUDE*/



.fab{
    background-color:#4e5562;
    padding:50px 20px;
    width: 100%;
}


.tit-fab{
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-size: 32px
    letter-spacing: 2px;
    font-weight: 300;
    margin: 30px auto;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
}

/*END-FAB*/


/*FEATURES*/

.bg-feat{
    background-color: #6a7488;
}

#filtros-aceite{
    background-image: url('../img/filtros-aceite/encabezado01.png');

}

#filtros-polvo{
    background-image: url('../img/filtros-polvo/encabezado02.png');
}

#mallas{
    background-image: url('../img/mallas/encabezado03.png');
}

#cartuchos-liquidos{
    background-image: url('../img/cartuchos-liquidos/encabezado04.png');
}

#filtros-marco{
    background-image: url('../img/filtros-marco/encabezado05.png');
}

#filtros-aire{
    background-image: url('../img/filtros-aire/encabezado06.png');
}

#tamices{
    background-image: url('../img/tamices/encabezado07.png');
}

#filtros-bolsa{
    background-image: url('../img/filtros-bolsa/encabezado08.png');
}

#equipos-resistencia{
    background-image: url('../img/equipos-resistencia/encabezado09.png');
}

#lonas-papel{
    background-image: url('../img/lonas-papel/encabezado10.png');
}


.sec-feat{
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
}


.wrp-top{
    padding-top:130px;
}

.tit-feat{
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-size: 32px;
    color:#fff !important;
    text-transform: uppercase;
    margin-top: 85px;
    display:inline-block;
}

.crumb{
  float: right;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 100px;
  text-transform: uppercase;
  clear:both;
  color: #fff;
  letter-spacing: 3px;
}

.cr-crumb{
    color: #FAB207;;
}

.crumb li{
    display:inline-block;
    list-style:none;
    color:#eceff3;
    padding-left:5px;
}


.wrp-feat{
    background-color: #4e5562;
    padding: 30px;
    width: 90%;
    margin:70px auto 70px auto;
    display:block;
    border-radius: 50px; 
}

.txt-feat{
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-size: 21px;
    color:#fff;
    text-align: left; 
    width: 95%;
    margin:0 auto;
    padding-top:20px;
}

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

.img-feat{
    display: block;
    margin: 50px auto 0 auto;
    width: 320px;
    max-width: 100%;
}

/*END FEATURES*/



/*CONTACTO*/

.wrp-iframe{
    position: relative;
    padding-bottom: 42.25%;
    height: 0;
    overflow: hidden;
}


.wrp-iframe iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sec-cnt{
    background-color:#4e5562;
}

.tit-cnt{
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 30px auto;
    line-height: 1.2em;
    color: #ffffff;
    text-align: left; 
    text-transform:uppercase;
}


.frm-cnt{
    padding:30px 30px;
    margin: 0 auto;
    width: 780px;
    max-width: 100%;
}

.inp-cnt{
    background-color:#5c6576;
    border:1px solid rgba(255,255,255,.2);
    border-radius:5px;
    height:40px;
    width:440px;
    max-width: 100%;
    margin:11px auto 27px auto;
    padding:3px 15px;
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    color:#cccccc;
    display: block;
    transition: all 0.3s ease 0s;
}


.inp-cnt:hover, .inp-cnt:focus, .inp-txtarea:hover, .inp-txtarea:focus{
    opacity: 0.93;
    border:1px solid #FAB207;
}

.inp-txtarea{
    background-color:#5c6576;
    border:1px solid rgba(255,255,255,.2);
    border-radius:5px;
    height: 175px;
    width:440px;
    max-width: 100%;
    margin: 10px auto;
    padding:3px 15px;
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    color:#cccccc;
    display: block;
}

.bt-frm{
    border:1px solid rgba(255,255,255,.2);
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    padding:8px;
    color: #eceff3;
    width:120px;
    margin: 0 0 30px 0;
    background-color:#5c6576;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.bt-frm:hover{
    background-color:#363c46;
    border:solid 1px #363c46;
}

.inp-cnt input[type="text"], .inp-cnt input[type="email"], .inp-cnt input[type="tel"], .inp-cnt input[type="number"], .inp-cnt select.inp-cnt-select {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0,0,0,.3);
  background: rgba(0,0,0,.2);
  border-radius: 0;
  height: auto;
  width: 100%;
}

.inp-cnt input[placeholder], .inp-cnt textarea[placeholder] {
  color: #eee;
}


.wrp-info2-cnt div{
    display: block;
    border-bottom: solid 1px rgba(255,255,255,.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
    font-family: "Dosis", Arial, Helvetica, sans-serif;
}


.wrp-info2-cnt div strong{
    color:#FAB207;
    min-width: 60px;
    display: inline-block;
}

.wrp-info2-cnt div a{
    color:#ffffff;
}

/*END-CONTACTO*/


/*PRODUCTOS*/



/*END-PRODUCTOS*/


#back-to-top{
   position: fixed;
    right:40px;
    bottom:40px;
    border-radius:5px;
    background-color: #FAB207;
    border:none;
    outline: none;
    transition: 0.6s; 
}

#back-to-top:hover{
 background-color: transparent;
}

#back-to-top::before {
  color: #222;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  margin: 3px;
  position: relative;
}

#back-to-top:hover::before {
    color: #fff;
}


.wafl{
    position: fixed;
    right:5px;
    bottom:140px;
    width:50px;
}

footer{
    background-color:#496aad; 
    padding: 30px 80px 20px 80px;
    width: 100%;
}

.logo-ft{
    width: 80px;
    display:block;
    margin:0 auto 10px auto;
}

.wrp-rrss-ft {
    float: right;
}

.wrp-rrss-ft a{
    display:inline-block;
    color:#fff;
    padding:0 10px;
}

.wrp-rrss-ft a:hover{
    display:inline-block;
    color:#FAB207;

}

.txt-ft{
    font-family: "Open Sans",Arial, Helvetica, sans-serif; 
    font-size: 12px;
    color: #cccccc;
    font-weight:400;
}

.txt-ft2{
    font-family: 'AmsiProNarw-Regular', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.lk-ft{
    color: #fff;
    margin:0 10px;
}

.icon-ft{
    width:15px;
    margin-left:10px;
    margin-right: 5px;
}

.dots-ft{
   margin-left: 20px;
   margin-bottom: -40px;
   width: 250px; 
}



@media screen and (max-width: 1680px) {


}

@media screen and (max-width: 1440px) {
 /* .logo-pr{
    margin-left: 260px;
    }*/ 

}

@media screen and (max-width: 1366px) {


}


@media screen and (max-width: 1200px) {

/*.tit-feat{
    margin-top: 35px;
}*/
   

}

@media screen and (max-width: 1024px) {
    }

@media screen and (max-width: 991px) {

    .mn-disp{
        display:block;
        width:130px;
        position: absolute;
        right: 85px;
        top:15px;
    }

    
    .socialvar{
        display: none;
    }

    .navbar {
        padding-top: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: 20px;
    }

    .logo-pr {
        width: 60px;
        margin-left: 30px;
        margin-top: -7px;
    }

    .logo-pr-txt{
        font-size: 18px;
    }

    .nav-link {
        background-color: #8adef2;
        box-shadow: 1px 1px 5px #5ca4c8;
        margin: 10px 0;
        padding: 10px;
    }

    .line-nav-active2 {
        display: none;
    }

    .navbar-collapse{
        padding-bottom: 80px; 
        background-image: url('../img/txt-mn.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 120px 71px;
    }

    .dropdown-menu {
        background-color: rgba(73,106,173,0.9);
    }

    .crumb{
        display: none;
    }

    #inicio {
        margin-top: 60px;
    }

    /*.tit-feat {
        margin-top: 10px;
    }*/

}

@media screen and (max-width: 860px) {
   

}


@media screen and (max-width: 770px) {

    #dk{
        display: none;
    }

    .mn{
        display: block;
    }

    .frm-cnt{
        width: 100%;
    }

    .sec-feat{
        background-position: bottom right;
    }
    

    .inp-cnt{
        width: 90%;
    }

    .inp-txtarea{
        width:90%;
    }

    .wrp-rrss-ft {
        float: none;
    }

    .wrp-rrss-ft a {
        padding: 0 10px 0 0;
    }

    .wrp-info2-cnt{
       width: 540px;
       max-width:90%;
       margin:0 auto; 
    }

    .wafl{
        width: 50px;
    }
    
}

@media screen and (max-width: 640px) {

 
   
}

@media screen and (max-width: 575px) {

    .swrp-nos {
        min-height: 250px;
    }

    .txt-interlude {
        font-size: 26px;
        line-height: 1.3em;
    }


    .wrp-rrss-ft {
        float: none;
    }

    .wrp-rrss-ft a {
        padding: 0 10px 0 0;
    }

    .wrp-feat {
        margin: 20px auto 20px auto;
    }

    .tit-feat{
        font-size:24px;
        margin-top: 0 !important;
    }


    .txt-feat{
        font-size: 16px;
    }

}

@media screen and (max-width: 480px) {

 
    .logo-ft {
        width: 60px;
    }

    .wafl {
        bottom: 150px;
    }

}

@media screen and (max-width: 410px) {
   
 
}

@media screen and (max-width: 375px) {

   

}

@media screen and (max-width: 360px) {

   
}

@media screen and (max-width: 320px) {

    

}