
/* ///////////////////// SECTION HEADER PRODUTOS \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-header-produtos {
    width: 100%;
    height: 633px;
    background-color: #fff;
    background-image: url(../images/bg-produtos.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 633px; /* Define a largura e a altura da imagem */  
}

#section-header-produtos .text-banner-produtos {
    font-family: "Gotham";
    padding-top: 30px;
    font-weight: 300;
    padding-left: 60px;
    font-size: 1.7rem;
    line-height: 20px;
}

#section-header-produtos .slogan-produtos {
    font-family: "Gotham";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 28px;
}

#section-header-produtos #form-header {
    padding: 0.9rem 1.8rem;
    padding-bottom: 1.2rem;
    position: relative;
    margin-top: 30px;
    margin-left: 0 !important;
    right: 0 !important;
    width: 341px;
    height: auto;
    background-color: #fff;
    box-shadow: -10px 40px 14px -20px rgba(0,0,0,0.175);     
}

#section-header-produtos .col-md-7 h2 {
    padding-top: 260px;
    margin-left: -120px;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 6.4rem;
    line-height: 90px;
}

#section-header-produtos .col-md-7 p {
    margin-left: -120px;
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 1.8rem;
    line-height: 36px;
}

/* ///////////////////// SECTION PAGE PRODUTOS \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-page-produtos {
    height: auto;
    padding-bottom: 80px;
    background-color: #fff;
}

#section-page-produtos h2 {
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 60px;
    letter-spacing: 2px;
}

#section-page-produtos .card-title {
    color: #00205c;
    font-weight: bold;
    font-style: normal;
    font-size: 1.15rem;
}

#section-page-produtos .card-text {
    color: #00205c;
    font-weight: normal;
    font-style: normal;
    font-size: 0.85rem;
    margin-bottom: 0;
}

#section-page-produtos .card-body {
    background-color: #00ffea;
}

#section-page-produtos .saiba-mais {
    padding-top: 12px;
    background-color: #00ffea;    
    outline: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    border-color: #fff;
    border: 1px solid transparent;
    color: #00205c;
    transition: 0.3s;
}

#section-page-produtos .saiba-mais:hover {
    color: #00205c;
    background-color: rgba(255, 255, 255, 0.5);
}

#section-page-produtos .saiba-mais i {
    vertical-align: bottom;
    color: #34ff2d;
    font-size: 1rem;
    line-height: 22px;
}

/* ///////////////////// SECTION CONTRATAR PRODUTOS \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-contratar-produtos {
    background-color: #001a5d;
    height: auto;
}

.space {
    width: 36%;
}

.space-first {
    width: 27%;
}

#section-contratar-produtos .heart-contratar {
    justify-content: start;
}

#section-contratar-produtos h2 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 90px;
}

#section-contratar-produtos p {
    padding-top: 12px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    color: #fff;
}

/* ///////////////////// SECTION CANAIS DE ATENDIMENTO -> VER ARQUIVO 'main.css' \\\\\\\\\\\\\\\\\\\\\\\\\ */

