@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
:root{
    --primary-color-red: #b43a20;
    --primary-color-green: #07b07f;
    --primary-color-blue: #0086c5;
    --primary-color-yellow: #f1c52e;

    --primary-color-darker-red: #9e3a2b;
    --primary-color-darker-green: #02674a;
    --primary-color-darker-blue: #00415f;
    --primary-color-darker-yellow: #795e00;
}
*{

font-family: 'Maven Pro', sans-serif;

}
a{
    text-decoration: none;
}
.section-full{
    overflow: hidden;
}
.avance-logo{
    width: 250px !important;
    padding-bottom: 50px;
    z-index: 31;
}
.topo-logo::before {
    top: 0;
    content: '';
    position: absolute;
    height: 600px;
    z-index: 30;
    background: linear-gradient(360deg, rgba(255,255,255,0) 73%, rgba(0,0,0,0.8015581232492998) 120%);
    width: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px){
    .estagiaria{
        position: absolute;
        bottom: 0;
        width: 47%;
        right: 60px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
    .estagiaria{
        position: absolute;
        bottom: 0;
        width:47%;
        right: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1380px){
    .estagiaria{
        position: absolute;
        bottom: 0;
        width: 60%;
        right: -100px;
        
    }
}
@media only screen and (min-width: 1920px){
    .estagiaria{
        position: absolute;
        bottom: 0;
        width:40%;
        right: 220px;
    }
}
.error404{
    background: url(../img/papel/vista-do-papel-amarrotado-branco-copiar-3.webp);
    background-repeat: no-repeat;
}
.section-one {
    
    background: url(../img/papel/vista-do-papel-amarrotado-branco-copiar-3.webp);
    background-repeat: no-repeat;
     
}
.section-one .arrow {
  border: solid var(--primary-color-darker-red);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
}
.link-button-a{
    z-index: 31;
    position: relative;
}
.button-one{
    color: var(--primary-color-darker-red);
    border-width: 2px;
    text-align: center;
    width: 200px;
    z-index: 31;
    font-size: 23px;
    justify-content: center;
    border-color: var(--primary-color-darker-red);
}
@media only screen and (max-width: 767px) {
    
    .button-one{
        width: 150px;
        font-size: 15px;
    }
}
.down {
    margin-left: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.section-two {
    background: url(../img/papel/vista-do-papel-amarrotado-branco-copiar-5.webp);
    background-repeat: no-repeat; 
}


.section-two .arrow {
  border: solid #1a6746;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
}
.button-two{
    border-width: 2px;
    text-align: center;
    width: 200px;
    font-size: 23px;
    justify-content: center;
    color:  var(--primary-color-darker-green);
    border-color: var(--primary-color-darker-green);
}
.section-two img{
        width: 100%;
    }
.section-two p{
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .section-two .col-4{
        padding-right: 0 !important;
    }
    .section-two .col-8{
        padding-left: 0 !important;
    }
    .section-two img{
        width: 70%;
    }
    .section-two p{
        font-size: 18px;
    }
    .button-two{
        width: 150px;
        font-size: 15px;
    }
}
.section-one p{
    padding-right: 300px;
    line-height: 1.2;
}
.section-three{
    background: url(../img/papel/vista-do-papel-amarrotado-branco-copiar-2.webp);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
    .section-one .title {
    text-shadow: 
                -1px -1px 0px var(--primary-color-darker-red), 
                -1px 1px 0px var(--primary-color-darker-red),                    
                    1px -1px 0px var(--primary-color-darker-red),                  
                    3px 3px 0px var(--primary-color-darker-red);
    }
    .section-two .title {
    text-shadow: 
                -1px -1px 0px var(--primary-color-darker-green), 
                -1px 1px 0px var(--primary-color-darker-green),                    
                    1px -1px 0px var(--primary-color-darker-green),                  
                    3px 3px 0px var(--primary-color-darker-green);
    }
    .section-three .title {
    text-shadow: 
                -1px -1px 0px var(--primary-color-darker-blue), 
                -1px 1px 0px var(--primary-color-darker-blue),                    
                    1px -1px 0px var(--primary-color-darker-blue),                  
                    3px 3px 0px var(--primary-color-darker-blue);
    }
    .section-four .title {
    text-shadow: 
                -1px -1px 0px var(--primary-color-darker-yellow), 
                -1px 1px 0px var(--primary-color-darker-yellow),                    
                    1px -1px 0px var(--primary-color-darker-yellow),                  
                    3px 3px 0px var(--primary-color-darker-yellow);
    }
}
@media only screen and (min-width: 767px) {
    .section-one .title {
    text-shadow: 
                -2px -2px 0px var(--primary-color-darker-red), 
                -2px 2px 0px var(--primary-color-darker-red),                    
                    2px -2px 0px var(--primary-color-darker-red),                  
                    4px 4px 0px var(--primary-color-darker-red);
    }
    .section-two .title {
    text-shadow: 
                -2px -2px 0px var(--primary-color-darker-green), 
                -2px 2px 0px var(--primary-color-darker-green),                    
                    2px -2px 0px var(--primary-color-darker-green),                  
                    4px 4px 0px var(--primary-color-darker-green);
    }
    .section-three .title {
    text-shadow: 
                -2px -2px 0px var(--primary-color-darker-blue), 
                -2px 2px 0px var(--primary-color-darker-blue),                    
                    2px -2px 0px var(--primary-color-darker-blue),                  
                    4px 4px 0px var(--primary-color-darker-blue);
    }
    .section-four .title {
    text-shadow: 
                -2px -2px 0px var(--primary-color-darker-yellow), 
                -2px 2px 0px var(--primary-color-darker-yellow),                    
                    2px -2px 0px var(--primary-color-darker-yellow),                  
                    4px 4px 0px var(--primary-color-darker-yellow);
    }
}

.title{
    font-size: 46px;
    word-spacing: 5px;
}

@media only screen and (max-width: 767px) {
    .avance-logo{
        padding-bottom: 60px;
    }
    .section-one:not(.error404)  {
    background: url(../img/estagiarios/avance-estagiario-1.webp) no-repeat,
   url(../img/papel/vista-do-papel-amarrotado-branco-copiar-3.webp) no-repeat/* On top,    like z-index: 4; */
   ;  
   background-size: 330px, cover;
   background-position: calc(100vw - 190px) 230px, center;    
}
    .section-one p{ 
        padding-right: 0px;
        font-size: 18px;
    }
    .title{
        font-size: 30px;
    }
}
p {
    font-size: 30px;
}
.icon{
    font-size: 120px;
}

.text-section-three p{
    font-size: 25px;
}
.text-section-three b{
    font-size: 40px;
}
.button-three{
    text-align: center;
    width: 200px;
    font-size: 23px;
    justify-content: center;
    color: var(--primary-color-darker-blue);
    border-width: 2px;
    border-color: var(--primary-color-darker-blue);
}
.button-sucess{
    width: auto !important;
}
@media only screen and (min-width: 767px) {
    .numbers{
       line-height: 1.2; 
    }

    .text-section-three {
        font-size: 80px;  
        padding-left: 100px; 
    }
    .text-section-three b{
        font-size: 100px;  
    }
    
    
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
    .section-three img{
        width: 85%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1380px){
    .section-three img{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .text-section-three{
        padding-top: 30px;
        /*  */
    }
    .section-three img{
        position: absolute;
        vertical-align: middle;
        bottom: 0;
        height: 90%;
        left: -110px;
        width: auto;

    }
    .button-three{
        width: 150px;
        font-size: 15px;
    }
    .section-three p{
        line-height: 1.2;
        font-size: 18px;
    }
    
}
.button-three .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
}

.section-four{
    background: url(../img/papel/vista-do-papel-amarrotado-branco-copiar-4.webp);
    background-repeat: no-repeat;
    overflow: hidden;
}
.section-four label{
    color: #885e01;
}
.section-four form input::placeholder, .section-four form select{
    color: #835e00;
    font-size: 20px;
}
.section-four::after {
    bottom: 0;
    content: '';
    position: absolute;
    height: 600px;
    z-index: 30;
    background: linear-gradient(180deg, rgba(255,255,255,0) 73%, rgba(0,0,0,0.8015581232492998) 120%);
    width: 100%;
}
.section-four form{
    z-index: 31;
    margin-top: 50px;
}

@media only screen and (min-width: 767px){
    .section-four .estagiaria-4{
        z-index: 1;
        margin-left: -100px;
    }
    
}
.section-four input, .section-four select{
    width: 80%;
    margin: 0 auto;
    border-width: 2px;
    border-color: #845e01;
}
.button-four{
    text-align: center;
    width: 200px;
    font-size: 23px;
    justify-content: center;
    color:  #fdfdf9;
    background-color: #c89500;
    border-width: 2px;
    border-color: #845e01;
    
}
@media only screen and (max-width: 767px){
    .avance-logo-bottom{
        position: absolute;
        bottom: 5%;
        z-index: 31;
        width: 250px;
    }
}
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 4px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 14px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: whitesmoke;
    border: 1px solid #885e01;;
    border-radius: 5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: ;
}

.control input:checked ~ .control_indicator {
    background: ;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: ;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #885e01;;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
