/*BANNET*/
.banner{
    position: relative;
}

.banner .banner-content{
    position: absolute;
    left: 25px;
    top: 40%;
    transform: translateY(-40%);
    width: 35%;
}

@media all and (max-width: 767px){
    .banner .banner-content{
        left: 25px;
        top: 87%;
        transform: translateY(-87%);
        width: calc(100% - 25px);
    }
}

.banner h1{
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 33px;
    line-height: 40px;
}

.banner p{
    font-size: 18px;
    margin-bottom: 40px;
}

.banner .btn-banner{
    background-color: #cb0a0f;
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.3s;
}

.banner .btn-banner:hover{
    text-decoration: none;
    background-color: #A70F08;
}

@media all and (max-width: 767px){
    .banner h1{
        font-size: 22px;
        line-height: 28px;
    }

    .banner p{
        font-size: 13px;
        margin-bottom: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px){
    .banner h1{
        font-size: 16px;
        line-height: 20px;
    }

    .banner p{
        font-size: 12px;
        margin-bottom: 25px;
    }

    .banner .btn-banner{
        background-color: #cb0a0f;
        padding: 15px;
        color: #ffffff;
        border-radius: 10px;
        text-transform: uppercase;
        transition: 0.3s;
        font-size: 14px;
    }
}

/*BLOCO 2 NOSSO CATÁLOGO*/
.nosso-catalogo{
    background: rgb(224,6,19);
    background: linear-gradient(-90deg, rgba(224,6,19,1) 0%, rgba(163,16,7,1) 100%);
    border-radius: 10px;
    color: #ffffff;
    margin: 20px auto;
}

.nosso-catalogo h2{
    font-size: 30px;
    line-height: 36px;
}

.nosso-catalogo .icone-lista{
    width: 60px;
    padding-bottom: 10px;
}

.nosso-catalogo h5{
    font-size: 13px;
    line-height: 18px;
}

.nosso-catalogo a, .nosso-catalogo a:hover{
    text-decoration: none;
}

/*EQUIPAMENTOS*/
.equipamentos .barra-vermelha{
    background: rgb(224,6,19);
    background: linear-gradient(-90deg, rgba(224,6,19,1) 0%, rgba(163,16,7,1) 100%);
    width: 40px;
    height: 50px;
    margin-right: 2px;
}

.equipamentos .barra-azul{
    background: #3D3C84;
    width: 25px;
    height: 50px;
    margin-right: 20px;
}

@media all and (max-width: 767px){
    .equipamentos .barra-vermelha, .equipamentos .barra-azul{
        height: 80px;
    }
}

.equipamentos a{
    color: #000000;
}

.equipamentos a:hover{
    text-decoration: none;
}

.equipamentos h2{
    margin-bottom: 0;
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 30px;
}

.equipamentos h5{
    font-size: 16px;
    font-family: 'Montserrat-bold', sans-serif;
}

.equipamentos img{
    width: 416px;
    height: 234px;
    object-fit: cover;
}

@media all and (max-width: 991px){
    .equipamentos img{
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

.j_btn{
    background: rgb(224,6,19);
    background: linear-gradient(-90deg, rgba(224,6,19,1) 0%, rgba(163,16,7,1) 100%);
    color: #ffffff;
    padding: 15px 25px;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
}

.j_btn:hover{
    background: #A70F08;
}

.lista-completa{
    background-color: #ededed;
    border-radius: 20px;
    display: none;
}

.lista-completa ul li{
    font-size: 18px;
}

.btn-esconde-lista{
    display: none;
}

/*QUEM SOMOS*/
.quem-somos{
    background-color: #EDEDED;
    margin: 80px auto;
    border-radius: 10px;
}

.quem-somos .mascote-quemsomos{
    max-width: 180px;
    height: auto;
}

@media all and (max-width: 767px){
    .quem-somos .mascote-quemsomos{
        max-width: 140px;
        height: auto;
    }
}

.quem-somos h2{
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 30px;
}

@media all and (max-width: 767px){
    .quem-somos .img-quem-somos{
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

@media all and (min-width: 768px) and (max-width: 1299px){
    .quem-somos .img-quem-somos{
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
}

/*CONTATO*/
.contato .barra-vermelha{
    background: rgb(224,6,19);
    background: linear-gradient(-90deg, rgba(224,6,19,1) 0%, rgba(163,16,7,1) 100%);
    width: 40px;
    height: 50px;
    margin-right: 2px;
}

.contato .barra-azul{
    background: #3D3C84;
    width: 25px;
    height: 50px;
    margin-right: 20px;
}

.contato .inner-col-contato{
    background-color: #ededed;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
}

.contato a{
    color: #000000;
    text-decoration: none;
}

.contato a:hover{
    text-decoration: none;
}

.contato h2{
    margin-bottom: 0;
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 30px;
}

.contato .inner-col-contato h3{
    font-family: 'Montserrat-bold', sans-serif;
    color: #3d3c84;
}

.contato .inner-col-contato h4{
    font-family: 'Montserrat-bold', sans-serif;
    color: #000000;
}

.contato .telefone a, .contato .endereco a, .contato .email a{
    font-size: 22px;
}

@media all and (max-width: 991px){
    .contato .email a{
        font-size: 16px;
    }
}

.contato iframe{
    width: 100% !important;
    height: 300px;
}