    .hs_contenedor {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
  

    .hs_contenedor{
        background-color: black;
    }

    .hs_banner{
        display: block;
        width: 100%;
    }

    .hs_marcas{
        width: 90%;
        margin: 10px auto;
    }

    .hs_titulos{
        color: coral;
        text-transform: uppercase;
        font-weight: lighter;
        text-align: center;
        margin: 50px 0px 30px 0px;
        letter-spacing: 2px;
    }

    .ht_marcas_icon{
        width: 100%;
        margin-left: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-wrap: wrap;
        margin: 20px;
    }

    .ht_marca{   
        width: 185px;
        height: 185px;
        border-radius: 50%;
        border: .8px solid coral;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .5s all;
        background-color: black;
        margin:10px;
    }

    

    .ht_marca:hover{
        transform: scale(1.2);
        grid-column: auto;
        box-shadow: 0px 0px 18px 0px coral;
        cursor: pointer;
    }

    .ht_marca > img{
        width: 80%;
    }

    .container {
        position: relative;
        width: 100%;
        padding-top: 100%; /* 3:2 Aspect Ratio */
    }

    .text {
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        font-size: 20px;
        color: white;
    }

    .hs_slider{
        width: 100%;
        height: auto;
        position: relative;
    }
    .swiper-container {
      width: 100%;
      height: auto;
      margin: 10px 0px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
     
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 450px !important;
      width: 360px !important;
      
    }

    .swiper-slide > div{
        width: 85%;
        height: 85%;
        background-color: #d84903;
        transition: .5s all;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        justify-content: space-between;
    }
    .swiper-slide > div > figure{
        width: 80%;
        height: auto;
        margin: 0px;
    }
    .swiper-slide > div > figure img{
        width: 100%;
    }
    .swiper-slide:hover > div{
        transform: scale(1.1);
        box-shadow: 0px 0px 18px 0px coral;
    }
    .swiper-slide > div > h2{
        width: calc(100% - 20px);
        padding: 5px 10px;
        font-size: 18px;
        color: #fff;
        margin: -30px 0px 0px 0px;
        text-align: center;
        text-transform: uppercase;
        min-height: 22px;;
    }
    .swiper-slide > div > p{
        height: 50px;
        width: calc(100% - 20px);
        padding: 5px 10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px;
    }
    .swiper-slide > div > a{
        padding: 8px 16px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.5);
        margin-top: 10px;
        margin-bottom: 15px;
        border-radius: 25px;
    }
    .swiper-button-next, .swiper-button-prev{
        color: #fff;
    }
    .hs_restan{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .swiper-wrapper{
        padding: 30px 0px;
        height: auto !important;
    }

    .hs_vermas{
        text-align: center;
    }

    .hs_vermas > a{
        padding: 8px 16px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.5);
        margin-top: 10px;
        margin-bottom: 15px;
        border-radius: 25px;
        background-color: #d84903;
        font-weight: bold;
        font-size: 18px;
    }

    .hs_vermas > a:hover{
        background-color: #;
    }

    /* ----- responsive ----- */
    @media only screen and (max-width: 1280px) {
      .swiper-slide {
         height: 400px !important;
        width: 300px !important;
      }
    }
  
    @media only screen and (max-width: 980px) {
        .ht_marcas_icon{
            margin: 0px;
        }
        .swiper-slide > div{
            width: 85%;
        }
          .swiper-slide {
         height: 400px !important;
        width: 270px !important;
      }
     
      
    }
    @media only screen and (max-width: 820px) {
       
       .hs_restan > img{
        width: 90%; 
      }
      
    }
    @media only screen and (max-width: 480px) {
        .ht_marca {
            width: 120px;
            height: 120px;
        }
        
        
    }