*,
*::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: #303030;
    font-size: 15px;
    font-weight: 400;
}

/* header */
.header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 162px;
    background-image: url(https://image.furukawasolutions.com/lib/fe2f117371640474731673/m/1/03db9304-82fb-414c-a626-3773d85b0305.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;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}



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

/* tarjas */

 .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 .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
 }

 .sect2 {
    background-image: linear-gradient(to bottom, transparent 0%, transparent 100%), url(https://image.furukawasolutions.com/lib/fe2f117371640474731673/m/1/dfe3f9e4-ca3d-450c-baff-dc4338fbf2b9.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
 }

.sect2 .content {
    background-color: transparent;
}


.sect2 .bl1 {
    background-color: #fbfbfb;
    border-bottom-style: solid;
    border-color: transparent;
    border-left-style: solid;
    border-radius: 10px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    padding: 10px 30px;
    min-height: auto0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

 .sect2 .tit{
    font-size: 42px; 
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 103%;
}

 .sect2 .corpo {
    font-size: 18px;
 }


 .sect2 .blFoot {
    align-items: flex-start;
 }

/* botao tarja*/
.section-tarja .btn {
    width: 425px;
}
.section-tarja input[type="submit"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ec1a3a;
    border-bottom-style: none;
    border-color: transparent;
    border-left-style: none;
    border-radius: 100px;
    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 Pro, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    height: 55px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 330px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.sect2 input[type="submit"]:hover {
    background-color: #ef3551;
}

/* botao */
.section-tarja .form__button {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* form */

.form {
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 15px 30px;
    width: 400px;
}

.form input[type=text], .form input[type=email], .form textarea {
    display: block;
    width: 100%;
    padding: 0 0.5em;
    line-height: 1.42857;
    color: #303030;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-color: #a73131;
    border-radius: 1px;
    border-width: 1px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    box-shadow: inset 0px 2px 3px #ddd;
    -webkit-box-shadow: inset 0px 2px 3px #ddd;
    -moz-box-shadow: inset 0px 2px 3px #ddd;
}
.form input[type=text]:not(textarea), .form input[type=email]:not(textarea) {
   height: 34px;
}

.form .input_box {
    margin-top: 10px;
}

.form .form_checkbox {
    padding-bottom: 3px;
}


/* msgs erro */
.form input.borda-erro {
    border: solid 1px #DC3543;
}

.form .error-text {
    color: #DC3543;
    font-size: 12px;
    font-weight: bold;
}

.foot a {
    color: #303030;
    text-decoration: underline;
}



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

.footer img {
    width: 200px;
    margin: 10px 0px;
}

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


  /* loader */
  #pageloader2 {
    background: rgba(255, 255, 255, 0.7);
    display: none;
    height: 1079px;
    min-height: 1079px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    max-width: 960px;
    margin-top: 0px;
    margin-left: 0px;
}

@media only screen and (min-device-width: 280px) and (max-device-width: 429px) {
    #pageloader2 {
        min-height: 1079px;
        height: 1079px;
        margin-top: -10px;
    }
}

@media only screen and (min-device-width: 430px) and (max-device-width: 767px) {
    #pageloader2 {
        min-height: 1024px;
        height: 1024px;
        max-width: 100%;
    }
}

@media only screen and (device-width: 375px) {
    #pageloader2 {
        min-height: 812px;
    }
}

@media only screen and (device-width: 390px) {
    #pageloader2 {
        height: 1054px;
        min-height: 1054px;
    }
}

@media only screen and (device-width: 414px) {
    #pageloader2 {
        height: 1034px;
        min-height: 1034px;
    }
}

@media only screen and (device-width: 412px) {
    #pageloader2 {
        height: 1034px;
        min-height: 1034px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #pageloader2 {
        min-height: 1016px;
        max-height: 1016px;
    }
}

#pageloader2 img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}



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

    /* tarjas */
    .section-tarja {
        width: 100vw;
        padding: 0;
        margin: 0px;
    }
    
    #sec-form {
        padding: 50px 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;
    justify-content: space-around;
    }

    .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%;
        display: flex;
        justify-content: center;
    }
    
    .form, .bl2 {
        padding: 0px 20px;
        width: 100%;
    }

    .sect2 .bl1 {
        padding: 0px;
        padding-bottom: 20px;
        width: 100%;
    }

    .sect2 .tit {
        margin: 0px 20px;
    }
    .sect2 .corpo {
        padding: 0px 20px;
    }

    .footer {
        background-color: #ec1a3a;
        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%; */
        display: flex;
    }

    .form, .bl2 {
        padding: 0px 20px;
        width: 100%;
    }
    
    .sect2 .bl1 {
        padding: 0px;
        padding-bottom: 20px;
        width: 100%;
    }

    .sect2 .tit {
        margin: 0px 20px;
    }
    .sect2 .corpo {
        padding: 0px 20px;
    }

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