@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
}

/* HOME  */

.section_pd{
    padding: 80px 0;
    background-color: #000;
}

.bg_home{
    background: url('img/home/bg_01.jpg') no-repeat center;
    background-size: cover;
}

footer{
    background-color: #ca8716;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.title-section-pd h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: center;
}

.title-section-pd p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.bg_02{
    background: url('img/home/bg_01.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.bg_03{
    background: url('img/home/bg_03.jpg') no-repeat top;
    background-size: cover;
}

.bg_04{
    background: url('img/home/bg_01.jpg') no-repeat center;
    background-size: cover;
}

.title-section-03 p {
    font-size: 20px;
    font-weight: 400;
}

.orange__box {
    background: linear-gradient(182deg,rgba(216, 146, 24, 0.7) 0%, rgba(220, 189, 72, 1) 100%);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
}

.title-section-02 p {
    font-size: 16px;
    font-weight: 400;
}

.box_orange_p {
    background: linear-gradient(182deg,rgba(216, 146, 24, 0.7) 0%, rgba(220, 189, 72, 1) 100%);
    border-radius: 20px;
    padding: 10px 10px;
    margin: 10px;
}

.title-section-03 ul {
  list-style: none; 
}

.title-section-03 ul li {
    margin: 10px 0 30px;
    font-size: 20px;
}

.title-section-03 li::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #dbae36;
    margin-right: 10px;
    transform: rotate(90deg);
}

h3.title__apresentador {
    font-weight: 900;
    font-size: 30px;
}

section.section_pd.bg_04{
    padding: 60px 0 0;
}

@media(min-width: 992px){
    h3.title__apresentador {
        font-size: 40px;
    }
    section.section_pd.bg_04{
        padding: 80px 0 0;
    }

    .title-section-pd h1{
        font-size: 30px;
        text-align: left;
    }

    .orange__box{
           padding: 10px 40px;
        border-radius: 20px;
        font-size: 20px;
    }

    .box_orange_p {
        padding: 10px 0;
    }

    .section_pd.bg_02:after{
        content: url(img/home/fabio_absolute.png);
        position: absolute;
        top: 10px;
        left: -380px;
        width: 100%;
        height: 100%;
        transform: scale(0.6);
    }
    .title-section-02 p{
        font-size: 20px;
    }

    .title-section-02 p {
        font-size: 20px;
        margin-left: 30px;
    }
}

/* Form */

#formContato input, #formContato select{
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 0 0 15px;
    width: 100%;
}

#formContato button {
    background-color: rgb(39, 137, 28);
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    transition: 0.3s linear;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

#formContato button:hover {
    background-color: rgb(40, 170, 26);
}

#formContato select option:disabled{
    color: #949da1
}

img.report{
    width: 75%;
}