*,
*::before,
*::after {
    /* FONTES UTILIZADAS */
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
}


body {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0px;
    background-color: #ffffff;
    color: #ffffff;
}

/* header */
.header {
    background-color: #ED1A3B;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 70px;
}

.header img {
    width: 150px;
    margin: 20px 0px;
}


/* conteudo */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* fundo da seção */
 .section-imgcta {
    width: 100vw;
    padding: 0;
    margin: 0px;
 }
 .sec1 {
    background-color: #ED1A3B;
 }
 .sec2, .sec3 {
    background-image: url(https://image.furukawasolutions.com/lib/fe2f117371640474731673/m/1/5e1d8d64-78f8-4391-b2d3-a3ab174477cc.png), 
    linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
 }

 .section-tarja {
    background-image: url(https://image.furukawasolutions.com/lib/fe2f117371640474731673/m/1/f0b1c1ba-ef11-42af-bf92-7ec958d1ede5.png), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
 }

 .sec1 .bl-txt{
    padding: 35px 30px 10px 30px;
 }
 .sec2 .bl-txt{
    padding: 35px 30px 10px 30px;
    background-color: #ffffff;
 }
 .sec3 .bl-txt{
    padding: 35px 30px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
 }

 .section-imgcta .bl-img {
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .section-imgcta .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
 }
 .section-imgcta .tit{
    font-size: 30px;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    line-height: 1.40;
    margin: 0;
    margin-bottom: 5px;
 }
 .sec2 .tit{
    font-size: 35px;
    color: #ed1a3b;
 }
 .sec3 .tit{
    font-size: 35px;
 }
 .sec1 #l2{
    font-size: 18px;
 }

 .section-imgcta .corpo {
    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    line-height: 1.30;
    margin: 35px 0px;
 }
 .sec1 .corpo {
    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    line-height: 1.30;
    margin: 35px 0px;
 }
 .sec2 .corpo {
    font-size: 20px;
    color: #000000;
 }
 .sec2 .corpo span {
    color: #ed1a3b;
    font-weight: 700;
 }
 .sec3 .corpo span {
    font-weight: 700;
 }
 .sec3 #l1 {
    margin-bottom: 20px;
 }
 .sec3 #l2 {
    margin: 0;
 }
 .sec3 #l3 {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
 }

/* imagens quadradas em bloco */
.imgBlocoQ {
    width: 480px;
    max-width: 100%;
    height: auto;
}
/* botao secao 1 */
.sec1 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: flex-start;
    background-color: #393939;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 4px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 262px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    transition: 0.5s;
}
/* botao secao 2 */
.sec2 a {
    display: flex;
    flex-direction: column;
    align-self: center;
    background-color: #ed1a3b;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 4px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 335px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    transition: 0.5s;
}
/* botoes hover */
.sec1 a:hover, .sect2 a:hover {
    background-color: #3f3f3f;
}
.sec2 a:hover {
    background-color: #ef3551;
}


/* tarjas */
.section-tarja .corpo {
    font-size: 20px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    line-height: 1.30;
    text-align: center;
    margin-bottom: 50px;
 }
 .section-tarja .bl-txt{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 10px 30px;
 }
 .sect1 .bl1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 25px;
    width: 100%;
 }
 .section-tarja .tit{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    line-height: 1.42;
 }

 .section-tarja .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .sect2 .corpo span {
    font-weight: 700;
 }
/* botao tarja*/
.section-tarja .btn {
    width: 262px;
}
.section-tarja a {
    display: flex;
    flex-direction: column;
    align-self: center;
    background-color: #393939;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 4px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 262px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    transition: 0.5s;
}


/* footer */
.footer {
    background-color: #393939;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.footer img {
    width: 180px;
    margin: 30px 0px;
}

.txt-footer {
    margin: 40px 0px;
}
.txt-footer p {
    color: #ffffff;
    font-size: 14px;
}





/* STYLE PARA DESKTOP */
@media only screen and (min-device-width: 1024px) {

    /* blocos texto e imagem */
    .section-imgcta .content {
        display: flex;
        flex-direction: row;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec1 .content {
        max-height: 430px;
    }
    .sec2 .content {
        max-height: 477px;
    }
    .sec3 .content {
        max-height: 699px;
    }

     /* imagens quadradas em bloco */
     .imgBlocoQ {
        min-width: 480px;
    }

    .sec1 .bl-txt{
        padding: 80px 30px 10px 30px;
     }
    .sec2 .bl-txt{
        padding: 45px 30px 10px 30px;
     }

    /* tarjas */
    .section-tarja {
        width: 100vw;
        padding: 0;
        margin: 0px;
    }
    .section-tarja .content {
        display: flex;
        flex-direction: row;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .sect1 .content {
    display: block;
    }

    .section-tarja .bl-txt{
        width: 480px;
        max-width: 100%;
     }

     .section-tarja .bl-txt{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 40px 30px 10px 30px;
     }

    .section-tarja .bl2 .corpo{
        padding-bottom: 26px;
     }

}








/* STYLE PARA IPAD */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .section-tarja {
        width: 100%;
    }

    .sec1 a, .sec2 a, .section-tarja a {
        height: auto;
    padding-top: 0.66em;
    padding-bottom: 0.66em;
    }
    

    .footer {
        background-color: #393939;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

}








/* STYLE PARA MOBILE */

@media only screen and (min-device-width: 280px) and (max-device-width: 767px) {
   
    .section-tarja {
        width: 100%;
    }

    .sec1 a, .sec2 a, .section-tarja a {
        height: auto;
    padding-top: 0.66em;
    padding-bottom: 0.66em;
    }
    

    .footer {
        background-color: #393939;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .txt-footer p {
        text-align: center;
    }
  
}
