@charset "UTF-8";

/* estilos generales */
.btn-main{background-color: #E30F13;}

.box-dest .cont-btn .btn-sec:hover {
  color: #E30F13;
}
.btn-sec:hover {
  color: #E30F13;
}
.btn-sec:hover .arrow-r {
  background-image: url(../../imag/v1/icon/arrow_right_r.svg);
}
.box-icon .btn-more{
  transition: .3s all ease;
}
.box-icon .btn-more:hover{
  color: #E30F13;
}

.swiper-pagination{
  display: none;
  bottom: 0 !important;
  position: relative;
  margin-top: 30px !important;
}

.swiper-pagination-bullet-active{
  background-color: #E30F13 !important;
}

/* estilos header */

.header{
  border-bottom: none;
}

.home .menu-responsive .cont-logo .logo-white{
    display: block;
  }
.home .menu-responsive .cont-logo .logo-black{
    display: none;
  }

.header .main-navbar .nav{
  width: 100%;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header .main-navbar .nav .cont-links{
  width: 100%;
  -webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}


.header .main-navbar .cont-logo{
  -webkit-flex: 0 0 224px;
  flex: 0 0 224px;
  margin-right: 0;
}

.header .main-navbar .nav .cont-links > li > a:hover::before{
  background-color: #E30F13;
}

.header .main-navbar .nav .cont-links > li > a:hover{
  color: #262626;
}
.header .main-navbar .nav .cont-links > li > a::before{
  bottom: -10px;
}

.header .main-navbar .nav li{
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.home .menu-responsive{
  background-color: #666666;
}

.menu-responsive .cont-logo img{
    width: 142px;
  }

.menu-responsive .top-bar{
  align-items: center;
}
.menu-responsive .menu-icon .navicon, .menu-responsive .menu-icon .navicon:before, .menu-responsive .menu-icon .navicon:after {
  background: #ffffff;
}
.menu-responsive.active .menu-icon .navicon::before, .menu-responsive.active .menu-icon .navicon::after{
  background-color: #ffffff;
}
.menu-responsive.active .top-bar{
  background-color: #666666;
}
.nav-menu, .sub-menu{
  background-color: #666666;
}
.menu-responsive .menu li a{
  color: #ffffff;
}


/*estilos home*/

.home .dest-txt{
  padding: 60px 0;
}
.home .dest-txt .cont-tit{
  margin-bottom: 0;
}
.home .dest-txt .cont-tit .tit{
  font-size: 50px;
  font-family: 'bmwtypenext_bold',Helvetica Neue,-apple-system,"system-ui",BlinkMacSystemFont,serif;
}


.home .dest-txt .cont-tit .baj{
  font-size: 15px;
  font-family: 'bmwtypenext_bold',Helvetica Neue,-apple-system,"system-ui",BlinkMacSystemFont,serif;
}

.box-dest.box-bg .cont-txt .tit{
  font-size: 25px;
  font-family: 'bmwtypenext_light',Helvetica Neue,-apple-system,"system-ui",BlinkMacSystemFont,serif;
}
.box-dest.box-bg .cont-txt{
  padding: 20px 25px;
  z-index: 2;
}
.box-dest.box-bg:before{
  z-index: 1;
}

.box-bg .cont-btn{
  padding-top: 0
}
.box-bg .cont-btn .btn-sec{
  color: #ffffff;
  text-decoration: underline;
  font-size: 15px;
}
.box-bg .cont-btn .btn-sec:after{
  content: '';
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: .3s all ease;
}

.box-bg .cont-btn .btn-sec:hover:after{
  background-color:#E30F13;
}


@media (max-width: 767px){
  .box-dest.box-bg .img-wrap img {
      height: 260px;
      width: 100%;
      position: relative;
      object-fit: cover;
      object-position: 50%;
  }
  .home .dest-txt .cont-tit .tit{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .home .box-icon{
    flex-direction: column;
    align-items: center;
  }
  .home .box-icon .tit, .home .box-icon .baj, .home .box-icon .cont-btn{
    text-align: center;
  }
  .home .box-icon .baj{
    font-size: 15px;
  }

  .divider{
    max-width: 95%;
  }

  .block-2 .auxi{
    border-bottom: none;
  }

  .swiper-pagination{
    display: block;
  }

}

@media (min-width: 992px) and (max-width: 1277px){

  .auxi{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .auxi.cont-cards{
    padding: 60px 15px !important;
  }
}