/*

Theme name: Template Padrão

Author: Pedro Henrique Marçal

Author URI: https://www.linkedin.com/in/pedrohmarcal/;

*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

.container{
    width: 100%;
}

.light-blue-gradient{
    background: rgb(148,201,255);
    background: linear-gradient(36deg, rgba(148,201,255,1) 5%, rgba(47,150,255,1) 64%, rgba(183,219,251,1) 100%);
}

.top-light-blue{
    width: 100%;

    position: absolute;
    top: 0px;
    background-color: #2f96ff;
    z-index: -2;
}


.img-top{
    position: absolute;
    right: 0px;
    top: 50px;
    border-bottom: 5px solid #FC263B;
    max-width: 55vw;
    max-height: 700px;
    -webkit-filter: drop-shadow(-100px 0px 100px #fff );
    filter: drop-shadow(-100px 0px 100px #fff);
    z-index: 1;
}

.content-header{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.content-header .top{
    width: 100%;
    display: flex;
}

.content-header .top .logo{
    flex-basis: 330px;
    padding: 20px;
    width: 290px;
    flex-grow: 0;
}

.header-cta{
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.header-cta h1{
    font-size:5em;
    line-height: 1em;
    font-weight: 700;
    color: #112884;
}

.header-cta .text-red{
    margin-top: 30px;
    flex-basis: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 500;
    background-color: #FC263B;
    border-radius: 5px;
}

.header-cta .text-cta{
    width: 320px;
    margin-top: 40px;
}

.header-cta .text-cta p{
    font-weight: 700;
    font-size: 1.7em;
    color: #112884;
    text-align: center;
    display: inline-block;
    line-height: 1em;
}

.header-cta .text-cta .arrow-left{
    height: 3.5em;
}

.header-cta .text-cta .arrow-right{
    height: 3.5em;
}

.header-cta .btn-red{
    margin-top: 20px;
    background-color: #FC263B;
    display: inline-block;
    width: 320px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    -webkit-box-shadow: 0px 7px 8px -2px #333;
    box-shadow: 0px 7px 8px -2px #333;
    border-radius: 10px;
}

.header-cta .btn-red:hover{
    background-color: #112884;
}

.fold-2{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    padding-bottom: 50px;
}

.fold-2 .left{
    width: 50%;
}

.fold-2 .left .escudo{
    max-width: 80%;
    margin-top: 40px;
}

.fold-2 .right{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fold-2 .right h1{
    font-weight: 700;
    font-size: 2.8em;
    color: #112884;
    text-align: left;
    width: 100%;
    line-height: 1.2em;
}

.fold-2 .right p{
    margin-top: 30px;
    font-weight: 500;
    font-size: 1.6em;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
}

.fold-2 .right p b{
    font-weight: 600;
}

.fold-2 .right a{
    margin-top: 30px;
    background-color: #FC263B;
    display: inline-block;
    width: 300px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    -webkit-box-shadow: 0px 7px 8px -2px #333;
    box-shadow: 0px 7px 8px -2px #333;
    border-radius: 10px;
}

.fold-2 .right a:hover{
    background-color: #112884;
}

.dark-blue{
    background-color: #102B83;
}

.contact-form{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.contact-form h1{
    font-size:3.5em;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-form hr{
    border-bottom: 5px solid #FC263B;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.contact-form .text-contact{
    margin-top: 25px;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.contact-form form{
    width: 60%;
    margin: 0 auto;
}

.contact-form form p{
    width: 100%;
    text-align: center;
}

.contact-form .form-input{
    width: 100%;
    margin-top: 25px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.contact-form form button{
    background-color: #FC263B;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    -webkit-box-shadow: 0px 7px 8px -2px #333;
    box-shadow: 0px 7px 8px -2px #333;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 25px;
    padding: 0px 40px;
}

.copyright{
    width: 100%;
    background-color: #060606;
    padding: 20px;
}

.copyright p{
    color: #FFFFFF;
    text-align: center;
}

.copyright p a{
    color: #6ec1e4;
}

.tks{
    margin: 0 auto;
    width: 308px;
}

.tks img{
    width: 100%;
    margin-top: 10vh;
}

.tks p{
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
}

.tks p a{
    margin-top: 30px;
    font-weight: 500;
    font-size: 0.8em;
    color: #E20014;
}

.tks p a:hover {
    text-decoration: underline;
}
@media (max-width: 1300px){
    .img-top{
        max-width: 50%;
    }

    .contact-form, .fold-2, .content-header{
        width: 100%;
    }
}


@media (max-width: 1024px){

    .content-header .top{
        justify-content: center;
    }

    .img-top{
        position: relative;
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        top: 0px;
        margin-top: 25px;
        border: none;
        margin-bottom: 25px;
    }

    .header-cta{
        max-width: 80%;
        align-items: center;
    }

    .content-header .top{
        max-width: 80%;
    }

    .content-header{
        justify-content: center;
    }

    .contact-form, .fold-2, .content-header{
        width: 100%;
    }

    .fold-2{
        margin-top: 0px;
    }

    .fold-2 .left{
        margin-top: 50px;
        width: 50%;
        order: 2;
    }

    .fold-2 .right{
        width: 80%;
        order: 1;
    }

    .fold-2 .left .escudo{
        max-width: 100%;
    }

    .fold-2 .right h1{
        text-align: center;
    }

    .fold-2 .right p{
        text-align: center;
    }

}

@media (max-width: 768px){



    .header-cta .text-red{
        font-size: 1.5em;
    }

    .header-cta h1{
        font-size: 3em;

    }

    .fold-2 .right h1{
        font-size: 2em;
    }

    .fold-2 .right p{
        font-size: 1.2em;
    }

    .contact-form h1{
        font-size: 2em;
    }

    .contact-form .text-contact{
        font-size: 1.5em;
    }

    .top-light-blue {
        height: auto;
    }

    .contact-form form{
        width: 100%;
    }
}

@media (min-width: 1700px){


    .fold-2{
        margin-top: 120px;
    }

}