.linkLoja a{
    color: #ff8b4a;
    text-decoration: underline;
}

#clientes a{
    cursor: pointer;
}

#clientes a:hover{
    text-decoration: underline;
}

.separador{
    border-left: solid 2px #b0b0b0;
}

.categorias h4{
    font-size: 20px;
}
.categorias a{
    cursor: pointer !important;
}

.categorias a:hover{
    color: #363636 !important;
}

/*========== SWIPER  ==========*/
.principal {
    width: 100%;
    height: 440px;
    overflow: hidden;
}
 .swiper-container {
    width: 100%;
    height: 100%;
}
 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    width: 85%;
    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;
    overflow: hidden;
}
 .swiper-wrapper{
    width: 61% !important;
}
 .banner {
    padding-left: 0.1px;
    padding-right: 0.1px;
}

 img{
    width: 100%;
}
.swiper-portifolio{
    width: 100%;
    height: auto;
}

/*========== CONTROLES  ==========*/

 .swiper-control-prev i {
    border: solid 2px #363636;
    border-radius: 50%;
    padding: 8px 12px;
}
.swiper-control-next i {
    border: solid 2px #363636;
    border-radius: 50%;
    padding: 8px 12px;
    margin-left: 5px;
}
.controls a{
    color: inherit;
    text-decoration: none;
}


/*========== MEDIAS  ==========*/

@media (min-width: 320px)  and (max-width: 320px){
    .principal {
        width: 100%;
        height: 175px !important;
        /*height: 165px !important;*/
    }
    .swiper-wrapper{
        width: 100% !important;
    }
}
@media (min-width: 320px)  and (max-width: 425px) {
     .principal {
        width: 100%;
        height: 215px ;
    }
    .swiper-wrapper{
        width: 100% !important;
    }
    /* .swiper-portifolio{
        height: 100%;
    } */
}
@media (min-width: 560px)  and (max-width: 720px){
     /* .swiper-portifolio{
        height: 240px;
    } */
}

@media (min-width: 768px){
     /* .swiper-portifolio{
        height: 95%;
        margin-top: -12px;
    } */
    /* .principal{
        height: 300px;
    } */

    .swiper-slide {
        padding: 5%;
    }

    .swiper-slide img{
        -moz-box-shadow: 1px 1px 35px 0px rgba(54,54,54,0.39);
        -webkit-box-shadow: 1px 1px 35px 0px rgba(54,54,54,0.39);
        box-shadow: 1px 1px 35px 0px rgba(54,54,54,0.39);
    }
}

@media (min-width: 1024px){

    .swiper-slide {
        padding: 10%;
    }
}

@media (min-width: 1366px){

    .swiper-slide {
        padding: 5%;
    }
}

@media (min-width: 1024px)  and (max-width: 1024px){
    
     /* .swiper-portifolio{
        height: 440px;
    } */
    .principal {
       height: 410px;
    }
    /* .swiper-portifolio{
        height: 100%;
    } */
}
@media (min-width: 1150px)  and (max-width: 1340px){
    .principal {
        height: 370px;
    }
    /* .swiper-portifolio{
        height: 100%;
    } */
}
@media (min-width: 1440px)  and (max-width: 1440px){
    .principal {
        height: 540px;
    }
    /* .swiper-portifolio{
        height: 100%;
    } */
}
@media (min-width: 1920px)  and (max-width: 1920px){
     .principal {
        height: 630px!important;
    }
    /* .swiper-portifolio{
        height: 100%;
    } */
}


/* @media (min-width: 320px)  and (max-width: 767px){
    #portifolio p{
        text-align: justify;
    }
} */