:root{
  --acent: #D61F39;
  --acent2: #ffffff;
  --text-regular: 'text-regular', sans-serif;
  --text-extrabold: 'text-extrabold', sans-serif;
  --text-bold: 'text-bold', sans-serif;
  --text-semibold: 'text-semibold', sans-serif;
  --text-medium: 'text-medium', sans-serif; 
  --text-thin: 'text-thin', sans-serif;
}
*{
  padding: 0;
  margin: 0;
  font-family: var(--text-regular);
  color: #606060;
  box-sizing: border-box;
}
b{
  font-family:var(--text-bold);
  color: #4a4a4d;
}
html {
  scroll-behavior: smooth;
}
body{
  background: white;
  font-size: 16px;
  position:relative;
}
section{
  overflow: hidden;
}
.no-line-height{
  line-height: 0;
}
.w-100{
  width: 100%;
}
.w-50{
  width: 50%;
}
.w-33{
  width: 33.33%;
}
.w-25{
  width: 25%;
}
.text-acent{
  color: var(--acent);
}
.text-white{
  color: white;
}
.text-center{
  text-align: center;
}
.text-regular{
  font-family: var(--text-regular) !important;
}
.text-extrabold{
  font-family: var(--text-extrabold) !important;
}
.text-bold{
  font-family: var(--text-bold) !important;
  color: #4a4a4d;
}
.text-semibold{
  font-family: var(--text-semibold) !important;
}
.text-medium{
  font-family: var(--text-medium) !important;
}
.text-thin{
  font-family: var(--text-thin) !important;
}
.text-upercase{
  text-transform: uppercase;
}
.text-10{
  font-size: 10px !important;
}
.text-12{
  font-size: 12px !important;
}
.text-14{
  font-size: 14px !important;
}
.text-18{
  font-size: 18px !important;
}
.text-20{
  font-size: 20px !important;
}
.text-22{
  font-size: 22px !important;
}
.text-32{
  font-size: 32px !important;
}
.text-42{
  font-size: 42px !important;
}
.d-flex{
  display: flex;
}
.box-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.box-shadown-radial{
  box-shadow: 3px 1px 37px -5px rgba(59, 59, 59, 0.29);
  -webkit-box-shadow: 3px 1px 37px -5px rgba(59, 59, 59,.29);
  -moz-box-shadow: 3px 1px 37px -5px rgba(59, 59, 59,.29);
}
.item-tablet,
.item-mobile{
  display: none !important;
}
.item-desktop{
  display: block !important;
}
.btn-acent{
  padding: 7px 10px;
  background: var(--acent);
  color: white;
  margin: 35px auto 0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border: none;
  width: 120px;
  border-radius: 5px;
  text-decoration: none;
}
.btn-lg{
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active{
  background: white;
  width: 10px;
  height: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0px;
}
/* $NAV */
.nav-top{
  width: 100%;
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: white;
  height: 90px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
}
.box-nav-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  align-content: center;
  height: 100%;
}
.box-nav-top .lista-menu{
  display: flex;
  height: 100%;
  align-items: center;
}
.box-nav-top .lista-menu a{
  text-decoration: none;
  margin: 0 30px;
  font-size: 14px;
  transition: 1s;
  border-bottom: 1px solid transparent;
  font-family: var(--text-semibold);
}
.box-nav-top .lista-menu a.btnContacto{
  background: var(--acent);
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px 30px 9px;
  margin-right: 20px;
  text-transform: uppercase;
}
.nav-top .lista-menu img{
  transition: 1s;
  height: 20px;
}
.box-nav-top .lista-menu a.redes-menu{
  margin: 0 8px 0;
}
.box-nav-top .lista-menu a.redes-menu:hover{
  border-bottom: 1px solid transparent;
}
.box-nav-top .lista-menu a:hover{
  border-bottom: 1px solid var(--acent);
}
.nav-top .logo-nav{
  transition: 1s;
  width: 350px;
  height: auto;
}
.nav-top .nav-redes{
  margin-left:30px;
}
.nav-top .nav-redes a{
  text-decoration: none;
  margin-right: 10px;
  transition: 1s;
}
.nav-top .nav-redes img{
  transition: 1s;
}
.nav-top.active{
  height: 70px;
  background: rgba(255,255,255,0.90);
}
.nav-top.active .logo-nav{
  width: 200px;
}
.nav-top.active .nav-redes a{
  margin-right: 7px;
}
.nav-top.active .box-nav-top .lista-menu a{
  font-size: 13px;
}
.nav-top.active .lista-menu img{
  height: 18px;
}
.nav-top .menu-mobile{
  height: 0;
  transition:.5s;
  overflow: hidden;
  width: 100%;
}
.nav-top .btn-menu-mobile{
  display: none;
}
.nav-top .menu-mobile .lista-menu{
  margin: 20px 0;
}
.nav-top .menu-mobile .lista-menu a{
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}
.nav-top .menu-mobile .nav-redes{
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .item-mobile,
  .item-desktop{
    display: none !important;
  }
  .item-tablet{
    display: block !important;
  }
  .w-md-25{
    width: 25%;
  }
  .w-md-33{
    width: 33.3%;
  }
  .w-md-50{
    width: 50%;
  }
  .w-md-100{
    width: 100%;
  }
  /* $NAV */
  .nav-top {
    padding: 15px 20px;
    height: auto;
  }
  .nav-top.active {
    height: auto;
  }
  .nav-top .logo-nav{
    width: 160px;
  }
  .nav-top.active .logo-nav{
    width: 140px;
  }
  .nav-top .btn-menu-mobile{
    width: 40px;
    text-align: center;
    display: block;
  }
  .nav-top .btn-menu-mobile img{
    width: 35px;
  }
  .nav-top .menu-mobile.active{
    height: 130px;
  }
  .nav-top .nav-redes{
    margin-left: 0;
  }
  .box-nav-top .lista-menu.menu-desktop{
    display: none;
  }
}

@media (max-width: 450px) {
  .item-tablet,
  .item-desktop{
    display: none !important;
  }
  .item-mobile{
    display: block !important;
  }
  .w-sm-25{
    width: 25%;
  }
  .w-sm-33{
    width: 33.3%;
  }
  .w-sm-50{
    width: 50%;
  }
  .w-sm-100{
    width: 100%;
  }
}