@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: SocialCircles;
    src: url("https://static.wixstatic.com/ufonts/1ad91e_7c41ec2cca844de6a6916c31d2e9d677/woff2/file.woff2") format("woff2"),
    url("https://static.wixstatic.com/ufonts/1ad91e_7c41ec2cca844de6a6916c31d2e9d677/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/1ad91e_7c41ec2cca844de6a6916c31d2e9d677/ttf/file.ttf") format("ttf");
    
    
    }

body {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}




.heading {

    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)),url(https://imagizer.imageshack.com/img922/8551/XTHRVy.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
    display: grid;
    justify-content: center;
    
}

.box-form {

    background: rgba(0, 0, 0, 0.673);
    width: 1000px;
    display: flex;
    flex-direction: column;
    height: 800px;
}

.question-box {

    height: 70px;
}

.input-box input[type=text], .input-box input[type=email], .input-box input[type=tel], .input-box input[type=date], .input-box input[type=file] {

    width: 800px;
  padding: 12px 10px;
  margin: 0px 0;
  font-size: 22px;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid white;
  background: transparent;
  color: white;
  transition: 1.6s;
  
}

.input-box input[type=text]:focus, .input-box input[type=email]:focus, .input-box input[type=tel]:focus, .input-box input[type=date]:focus, .input-box input[type=file]:focus {

    outline: none;
}

.input-box input[type=checkbox] {

    width: 1px;
}

.input-box label {

    color: rgb(251, 252, 250)!important;
    width: 800px;
    height: 40px;
    font-weight: 400;
    background: transparent;
    border: white 1px solid;
    display: flex;
    align-items: center;
    margin: 3px;
    font-size: 22px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: rgba(76, 83, 76, 0.6) 0px 0px 0px 1px inset;
    color: rgb(228, 228, 228);
    transition: 0.6s;

}

.input-box label:hover {

        background-color: rgb(255, 255, 255);
        box-shadow: rgba(230, 238, 230, 0.6) 0px 0px 0px 1px inset;
        color: rgb(0, 0, 0)!important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    
  }

.input-box select {

    width: 800px;
    padding: 12px 10px;
    margin: 0px 0;
    font-size: 22px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    transition: 1.6s; 
    
}



select:focus {

    
    color: white;
    background-color: rgb(68, 61, 61)!important;
    border: none!important;
    outline: none;
}




.all-Content {

    margin-left: 100px;
    padding-top: 100px;
}



.question-box h1 {

    color: white;
    opacity: 1!important;
    font-weight: 400;
    
}

.button-box {

    margin-top: 35px;
}

.button-box a {

    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: space-evenly;
    border: white solid 2px;
    color: white;
    background: transparent;
    width: 125px;
    height: 50px;
    cursor: pointer;
    transition: 0.6s;
}

.button-box a:hover {

    color: black;
    border: rgb(27, 194, 124) 1px solid;
    background: white;
    border-radius: 8px;
    padding: 5px;

}

a i {

    font-size: 25px!important;
    color: white;
    transition: 0.6s;
    
}

label i {

    padding-left: 10px;
}

.button-box a:hover > i {

    font-size: 25px!important;
    color: black;
}

.hidden {
   
    opacity: 0;
    z-index: -999;
    transition: 1.0s;
    
}

.quest-1 {

    position: absolute;
    z-index: 999;
}



.final, .quest-2, .quest-3, .quest-4, .quest-5, .quest-6, .quest-7, .quest-8, .quest-9, .quest-10, .quest-11, .quest-12, .quest-13, .quest-14, .quest-15 {

    position: absolute;
    top: -50%;
}

.none-class {

    position: absolute;
    z-index: 999;
    top: 0.5%;
    transition: 1.2s;
}

.d-grid {

    display: flex;
    flex-direction: column;
}

.final-box {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 800px;
    text-align: center;
    color: white;
}

.m-5 {

    flex-direction: row;
    padding-top: 130px;
    gap: 10px;
}

.warningClass {

    border-bottom: crimson solid 2px!important;
}

.box-all-white {

    display: flex;
    flex-direction: column;
    gap: 1px;
    font-weight: 500;
    font-size: 23px;
    background: #111111;
    align-items: center;
    text-decoration: none;
    padding: 50px;

}

span i {

    background-color: white;
    color: black;
    font-size: 22px!important;
    padding: 10px 12px;
    border-radius: 100px;
}

.facebooki {

    padding: 10px 15px;
}

.email-box a, .contato a, .adress-box a {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: white;
}

.email-box, .contato {

    height: 40px;
}

.social-box span, .social-box a{

    font-family: SocialCircles;
    font-size: 60px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.social-box {

    margin-bottom: 20px!important;
}

footer {

    height: 120px;
    background: black;

}

.box-rodape {

    display: flex;
    gap: 40px;
    align-items: center;
    height: 110px;
    justify-content: center;
    color: white;
}

.box-rodape p {

    height: 10px;
    font-size: 20px;
}

.box-rodape a {

    text-decoration: none;
    font-weight: bold;
    color: #A9CF46;
    
}



@media screen and (max-width:1440px) {

    .none-class {

        position: absolute;
        z-index: 999;
        right: 23%;
        transition: 1s;
    }
}

@media screen and (max-width:1024px) {

    .none-class {

        position: absolute;
        z-index: 999;
        right: 10%;
        transition: 1s;
    }
}

@media screen and (max-width:428px) {

    body {

        width: 100%!important;
    }

    .none-class {

        position: absolute;
        z-index: 999;
        right: 11%;
        transition: 1s;
    }

    .contato a {

        font-size: 16px;
        text-align: center;
        
    }

    .adress-box {

        margin-top: 25px;
    }

    .adress-box a {

        font-size: 16px;
        text-align: center;
        margin-top: 15px;
    }

    .final-box {

        width: 300px;
        display: flex;
        justify-content: center;
    }

    .all-Content {

        margin-left: 20px;
        padding-top: 100px;
        align-items: center;
    }

    .input-box input[type=text], .input-box input[type=email], .input-box input[type=tel], .input-box input[type=date], .input-box input[type=file] {

        width: 300px!important;
      padding: 12px 10px;
      margin: 0px 0;
      font-size: 22px;
      box-sizing: border-box;
      border: none;
      border-bottom: 2px solid white;
      background: transparent;
      color: white;
      transition: 1.6s;
      
    }

    .input-box input[type=text]::placeholder {

        font-size: 12px;
    }

    .input-box select {

        width: 300px;
        padding: 12px 10px;
        margin: 0px 0;
        font-size: 22px;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid white;
        background: transparent;
        color: white;
        transition: 1.6s; 
        
    }
    
    .input-box input[type=checkbox] {
    
        width: 1px;
    }
    
    .input-box label {
    
        color: white!important;
        width: 300px;
        height: 40px;
        background: transparent;
        border: white 1px solid;
        display: flex;
        align-items: center;
        margin: 3px;
        font-size: 22px;
        cursor: pointer;
        
    
    }

    .box-form {

        background: rgba(0, 0, 0, 0.473);
        width: 350px;
        display: flex;
        height: 500px;
    }

    .question-box h1 {

        font-size: 20px;
        width: 300px;
    }

    .box-all-white {

        display: flex;
        gap: 1px;
        font-weight: 500;
        font-size: 16px;
        color: #A9CF46;
        align-items: center;
        text-decoration: none;
    
    }

    .box-rodape {

        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .heading {


        height: 500px;

        
    }
    
    

    
}

@media screen and (max-width:375px) {

    .box-all-white {

        display: flex;
        flex-direction: column;
        gap: 1px;
        font-weight: 500;
        font-size: 13px;
        color: #A9CF46;
        align-items: center;
        text-decoration: none;
    
    }

}



