

/* Desktop: 960px https://amway.codefactori.com/confluence/display/WR/Project+Requirements */
/* Tablet: 768px https://amway.codefactori.com/confluence/display/WR/Project+Requirements */
/* Mobile: 320px https://amway.codefactori.com/confluence/display/WR/Project+Requirements */

/* For mobile phones: */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  width: 100%;
  float: left;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.text-center { text-align: center !important; }

/* Hidden class */
.hidden-on-desktop { display: none !important; }
.hidden-on-table-and-up { display: none !important; }

/* Desktop Style */
@media only screen and (min-width: 768px) {
}


/* Tablet Style */
@media only screen and (max-width: 960px) {
  /* Remove hidden class */
  .hidden-on-desktop { display: block !important; }
  /* Hidden class */
  .hidden-on-table { display: none !important; }
  .hidden-on-table-and-up { display: none !important; }
  .hidden-on-table-and-down { display: none !important; }
  
  .center,
  .HomeLandingPage,
  .slideshowOn,
  .slideshowOn .slide img,
  .slideshowOn a.hero_img {
      width: 100% !important;
    }
    .slideshowOn .slide img{
        height: auto;
    }

    #ctl00_MasterMainArea_HomeSlide{
        position: relative  !important;
        height: 0 !important;
        padding-top: 42.70%  !important;
        overflow: hidden;
    }
    #ctl00_MasterMainArea_HomeSlide > a{
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        z-index: 5 !important;
        opacity: 1 !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    /* Indicar estilos para el contenedor del bullets Image Slider*/
    .cont_thumbnails.bullets-applicated {
        height: auto;
        border: 0;
        width: auto;
        z-index: 10;
    }
    .cont_thumbnails.bullets-applicated div#listThumbnails {
        width: 100%;
        border: 0px;
        text-align: center;
        height: auto;
        top: -30px;
    }

    .bullets-item {
        display: inline-block !important;
    }

    #carousel_container {
        height: 340px;
        background: none;
        margin: 0 auto;
        /* width: 695px; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        width: 80%;
    }

    #carousel_inner {
        width: 590px;
    }

    #carousel_inner li {
        background: none !important;
        height: 360px;
    }

    #carousel_inner li a.a-btn {
        margin: 0 auto;
        width: 75px;
        display: block;
    }
}

/* Movil Style */
@media (max-width: 790px) {
    #carousel_container {
        width: 365px;
        
    }

    #carousel_inner {
        width: 305px;
    }

    #simplePrevious{
        padding-right: 20px !important;
    }
    
    #simpleNext{
        padding-left: 15px !important;
    }

}

/* Movil Style */
@media (max-width: 450px) {
    #carousel_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
       padding-left: 20px;
        padding-right: 20px;
        width: auto;
        height: 375px;
    }

    #carousel_inner {
        width: 220px;
    }

    #carousel_inner li {
        width: 190px;
    }

    #simplePrevious{

        padding-right: 15px;
    }
    
    #simpleNext{
        padding-left: 15px;
    }
}

/* Movil Style */
@media  (max-width: 400px) {


    #simplePrevious{

        padding-right: 15px;
    }
    
    #simpleNext{
        padding-left: 15px;
    }
}

@media  (max-width: 320px) {
  /* Remove hidden class */
  .hidden-on-desktop { display: block !important; }
  /* Hidden class */
  .hidden-on-mobile { display: none !important; }
  .hidden-on-table-and-down { display: none !important; }

    #carousel_container {
        height: 310px;
    }

    #carousel_inner li {
        height: 330px;
    }
}
