﻿.texto-align {
    text-align: center;
}

.linha {
    width: 95%;
    margin-left: 1%;
}

.pos-icones {
    margin-left: 3%;
    margin-top: 3%;
}

.imagens-secundarias {
    width: 80% !important;
    /* height: auto; */
    max-height: 145px;
}

.text-other {
    text-align: center;
    font-size: 16px;
}

.tamanho-princ {
    height: 237px;
}

.tamanho-icones {
    height: 170px;
}

.padding-descricao {
    padding-top: 3%;
    padding-bottom: 2%;
}

.modal-product-thumb {
    border-top: none;
}

    .modal-product-thumb a img {
        width: 100% !important;
        max-height: 100px !important;
    }

    .modal-product-thumb a {
        width: 60% !important;
        margin-bottom: 10%;
        border: none;
    }

.texto-descricao {
    font-size: 15px;
    line-height: 1.7;
}

.espaço-1 {
    padding-bottom: 7%;
}

.espaço-2 {
    padding-bottom: 4%;
}

.title-principal {
    font-size: 37px;
}

.title-secundario {
    font-size: 29px;
    text-align: center;
    margin-bottom: 2%;
}

.image-principal {
    width: 34%;
    max-height: 290px;
}

@media (max-width: 1600px) {
    .pos-icones {
        margin-left: 3%;
        margin-top: 3%;
    }

    .imagens-secundarias {
        width: 82% !important;     
    }
}

@media (max-width: 1440px) {
    .pos-icones {
        margin-left: 3%;
        margin-top: 3%;
    }

    .imagens-secundarias {
        width: 84% !important;
    }
}

@media (max-width: 1367px) {

    .imagens-secundarias {
        width: 86% !important;
    }


    .pos-icones {
        margin-left: 3%;
        margin-top: 3%;
    }
}


@media (max-width: 1199px) {
    
    .imagens-secundarias {
        width: 95% !important;
    }
}


@media (max-width: 1024px) {
    .imagens-secundarias {
        width: 90% !important;
        max-height: 121px;
    }

    .pos-icones {
        margin-left: 3%;
        margin-top: 3%;
    }
}


@media (max-width: 991px) {

    .image-principal {
        width: 56%;
        height: 243px;
    }

    .title-principal {
        font-size: 29px;
    }

    .imagens-secundarias {
        width: 100% !important;
        /* height: auto; */
        max-height: 82px;
    }

    .pos-icones {
        margin-left: 0%;
        margin-top: 5%;
    }

    .modal-product-thumb a img {
        max-height: 58px !important;
    }

}



@media (max-width: 768px) {

    .image-principal {
        width: 58%;
        height: 243px;
    }

    .title-principal {
        font-size: 29px;
    }

    .pos-icones {
        margin-left: 3%;
        margin-top: 5%;
    }

    .imagens-secundarias {
        width: 90% !important;
        max-height: 68px;
    }

    .modal-product-thumb a img {
        max-height: 53px !important;
        height: auto;
    }


}


@media(max-width: 540px) {

    .image-principal {
        width: 65%;
        height: 195px;
    }

    .title-principal {
        font-size: 29px;
    }

    .linha {
        width: 65%;
        margin-left: 13%;
    }

    .text-other {
        text-align: center;
        font-size: 11px;
    }

    .pos-icones {
        margin-left: 0%;
        margin-top: 10%;
    }

    .imagens-secundarias {
        width: 100% !important;
        max-height: 65px;
    }

    .padding-descricao {
        text-align: center;
        padding-top: 7%;
    }

}



@media (max-width: 418px) {

    .image-principal {
        width: 75%;
        height: 195px;
    }

    .title-principal {
        font-size: 29px;
    }

    .linha {
        width: 65%;
        margin-left: 13%;
    }

    .text-other {
        text-align: center;
        font-size: 11px;
    }

    .pos-icones {
        margin-left: 0%;
        margin-top: 15%;
    }

    .imagens-secundarias {
        width: 100% !important;
        max-height: 45px;
    }

    .padding-descricao {
        text-align: center;
        padding-top: 7%;
    }

    .modal-product-thumb a img {
        max-height: 35px !important;
        height: 35px;
    }
}



@media (max-width: 375px) {

    .image-principal {
        width: 75%;       
    }

    .title-principal {
        font-size: 29px;
    }

    .linha {
        width: 65%;
        margin-left: 13%;
    }

    .text-other {
        text-align: center;
        font-size: 11px;
    }

    .pos-icones {
        margin-left: 0%; 
        margin-top: 15%;
    }

    .imagens-secundarias {
        width: 107% !important;
        max-height: 45px;
    }

    .padding-descricao {
        text-align: center;
        padding-top: 7%;
    }

    .modal-product-thumb a img {
        max-height: 35px !important;
        height: 35px;
    }
    
}
