@media screen and  (min-width:1400px) and (max-width: 1600px){
section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 45px;
    margin-right: 200px;
    background: #1d1d2e;
    width:500px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
section h2{
    color: #f5f5f5;
    font-size: 2.5rem;
    margin: 2rem;
}
section form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
form label{
    color: #f5f5f5;
    font-size: 17px;
    margin-bottom: 4px;
}
form input{
    padding: 15px;
    outline: none;
    border: 0;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.5s;
}
form input:focus{
    border-radius: 16px;
}
form textarea{
    padding: 10px;
    outline: none;
    border: 0;
    font-size: 15px;
    margin-bottom: 30px;
    transition: all 0.5s;
}
form textarea:focus{
    border-radius: 16px;
}
form button{
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    background: transparent;
    border: 2px solid #f5f5f5;
    color: #f5f5f5;
    transition: all 1s;
    margin-bottom: 20px;
}
form button:hover{
    background: #f5f5f5;
    color: #101026;
    border-radius: 16px;
}
.formulario{
    margin-top: 57px;
    display: flex;
    flex-direction: row-reverse;
}

.select-box select {
    padding: 15px;
    width: 100%;
    outline: none;
    border: 0;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.5s;
  }

.mapa-google {
    height: 400px;
    width: 600px;
    padding-right: 140px;
    margin-left: 100px;
}
.lista-email {
    color: white;
    width: 300px;
    height: 150px;
    margin-left: 200px;
}
/*Página do Obrigado*/

.main{
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
   background: #101026;
   flex-direction: column;
}
.text{
    font-size: 45px;
    color: #f5f5f5;
    margin-bottom: 30px;
}
.paragrafo{
    color: #f5f5f5;
    margin-bottom: 50px;
}
.btn{
    padding: 15px 55px;
    background: #f5f5f5;
    text-decoration: none;
    color: #101026;
    font-size: 18px;
    transition: all 0.5s;
}
.btn:hover{
    border-radius: 16px;
}
/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 200px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 60px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 255px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */
}
@media screen and  (min-width:1300px) and (max-width: 1399px){
    section{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 10px 45px;
        margin-right: 100px;
        background: #1d1d2e;
        width:500px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }
    section h2{
        color: #f5f5f5;
        font-size: 2.5rem;
        margin: 2rem;
    }
    section form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    form label{
        color: #f5f5f5;
        font-size: 17px;
        margin-bottom: 4px;
    }
    form input{
        padding: 15px;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
    }
    form input:focus{
        border-radius: 16px;
    }
    form textarea{
        padding: 10px;
        outline: none;
        border: 0;
        font-size: 15px;
        margin-bottom: 30px;
        transition: all 0.5s;
    }
    form textarea:focus{
        border-radius: 16px;
    }
    form button{
        padding: 15px;
        cursor: pointer;
        font-size: 16px;
        background: transparent;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        transition: all 1s;
        margin-bottom: 20px;
    }
    form button:hover{
        background: #f5f5f5;
        color: #101026;
        border-radius: 16px;
    }
    .formulario{
        margin-top: 57px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .select-box select {
        padding: 15px;
        width: 100%;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
      }
    
    .mapa-google {
        height: 400px;
        width: 600px;
        padding-right: 140px;
        margin-left: 100px;
    }
    .lista-email {
        color: white;
        width: 300px;
        height: 150px;
        margin-left: 170px;
    }
    /*Página do Obrigado*/
    
    .main{
       display: flex;
       align-items: center;
       justify-content: center;
       min-height: 100vh;
       background: #101026;
       flex-direction: column;
    }
    .text{
        font-size: 45px;
        color: #f5f5f5;
        margin-bottom: 30px;
    }
    .paragrafo{
        color: #f5f5f5;
        margin-bottom: 50px;
    }
    .btn{
        padding: 15px 55px;
        background: #f5f5f5;
        text-decoration: none;
        color: #101026;
        font-size: 18px;
        transition: all 0.5s;
    }
    .btn:hover{
        border-radius: 16px;
    }
/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 275px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 60px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 200px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */
}
@media screen and  (min-width:1024px) and (max-width: 1299px){
    section{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 10px 45px;
        margin-right: 50px;
        background: #1d1d2e;
        width:500px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }
    section h2{
        color: #f5f5f5;
        font-size: 2.5rem;
        margin: 2rem;
    }
    section form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    form label{
        color: #f5f5f5;
        font-size: 17px;
        margin-bottom: 4px;
    }
    form input{
        padding: 15px;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
    }
    form input:focus{
        border-radius: 16px;
    }
    form textarea{
        padding: 10px;
        outline: none;
        border: 0;
        font-size: 15px;
        margin-bottom: 30px;
        transition: all 0.5s;
    }
    form textarea:focus{
        border-radius: 16px;
    }
    form button{
        padding: 15px;
        cursor: pointer;
        font-size: 16px;
        background: transparent;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        transition: all 1s;
        margin-bottom: 20px;
    }
    form button:hover{
        background: #f5f5f5;
        color: #101026;
        border-radius: 16px;
    }
    .formulario{
        margin-top: 57px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .select-box select {
        padding: 15px;
        width: 100%;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
      }
    
    .mapa-google {
        height: 400px;
        width: 600px;
        padding-right: 140px;
        margin-left: 100px;
    }
    .lista-email {
        color: white;
        width: 300px;
        height: 150px;
        margin-left: 100px;
    }
    /*Página do Obrigado*/
    
    .main{
       display: flex;
       align-items: center;
       justify-content: center;
       min-height: 100vh;
       background: #101026;
       flex-direction: column;
    }
    .text{
        font-size: 45px;
        color: #f5f5f5;
        margin-bottom: 30px;
    }
    .paragrafo{
        color: #f5f5f5;
        margin-bottom: 50px;
    }
    .btn{
        padding: 15px 55px;
        background: #f5f5f5;
        text-decoration: none;
        color: #101026;
        font-size: 18px;
        transition: all 0.5s;
    }
    .btn:hover{
        border-radius: 16px;
    }
    /*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 50px;
    margin-bottom: 15px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 30px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
    padding-right: 20px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 10px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
}
@media screen and  (min-width:768px) and (max-width: 1023px){
    section{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 10px 45px;
        margin-right: 10px;
        background: #1d1d2e;
        width:500px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }
    section h2{
        color: #f5f5f5;
        font-size: 2.5rem;
        margin: 2rem;
    }
    section form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    form label{
        color: #f5f5f5;
        font-size: 17px;
        margin-bottom: 4px;
    }
    form input{
        padding: 15px;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
    }
    form input:focus{
        border-radius: 16px;
    }
    form textarea{
        padding: 10px;
        outline: none;
        border: 0;
        font-size: 15px;
        margin-bottom: 30px;
        transition: all 0.5s;
    }
    form textarea:focus{
        border-radius: 16px;
    }
    form button{
        padding: 15px;
        cursor: pointer;
        font-size: 16px;
        background: transparent;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        transition: all 1s;
        margin-bottom: 20px;
    }
    form button:hover{
        background: #f5f5f5;
        color: #101026;
        border-radius: 16px;
    }
    .formulario{
        margin-top: 57px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .select-box select {
        padding: 15px;
        width: 100%;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
      }
    
    .mapa-google {
        height: 400px;
        width: 600px;
        padding-right: 50px;
        margin-left: 120px;
    }
    .lista-email {
        color: white;
        width: 300px;
        height: 150px;
        margin-left: 30px;
    }
    /*Página do Obrigado*/
    
    .main{
       display: flex;
       align-items: center;
       justify-content: center;
       min-height: 100vh;
       background: #101026;
       flex-direction: column;
    }
    .text{
        font-size: 45px;
        color: #f5f5f5;
        margin-bottom: 30px;
    }
    .paragrafo{
        color: #f5f5f5;
        margin-bottom: 50px;
    }
    .btn{
        padding: 15px 55px;
        background: #f5f5f5;
        text-decoration: none;
        color: #101026;
        font-size: 18px;
        transition: all 0.5s;
    }
    .btn:hover{
        border-radius: 16px;
    }
/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 50px;
    margin-bottom: 15px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 30px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
    padding-right: 20px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 10px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

}
@media screen and (max-width: 500px){
    h5 {
        color: white;
    }
    #waurlsite {
        display: none;
    }
    .bt-whatsApp {
        display: none;
    }
    .botao-whats {
        display: none;
    }
    html {
        width: 340px;
        background-color: #0f1642;
    }
    body {
        margin: 0;
        padding: 0;
        background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        overflow-x: hidden;
        width: 377px;
    }

    /* NAVBAR ESTILO */
.navbar {
    display: flex;
    align-items: center;
    padding: 0px;
    background-color: #0f1642;
    color: #fff;
    position: fixed;
    width: 377px;
}
.nav-links a {
    color: #fff;
}

/* LOGO */
.logo {
    font-size: 32px;
}
#logo-menu {
    color: white;
    height: 80px;
}

/* NAVBAR MENU */
.menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
}
.menu li:hover {
    background-color: #20c2eb;
    border-radius: 5px;
    transition: 0.5s ease;
}
.menu li {
    padding: 0px;
}

/* CHECKBOX HACK */
input[type=checkbox]{
    display: none;
}

/*HAMBURGER MENU*/
.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
    z-index: +1;
}
/*FINAL MENU*/ 
    section{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 10px 45px;
        margin-right: 0px;
        background: #1d1d2e;
        width:287px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }
    section h2{
        color: #f5f5f5;
        font-size: 2.5rem;
        margin: 2rem;
    }
    section form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    form label{
        color: #f5f5f5;
        font-size: 17px;
        margin-bottom: 4px;
    }
    form input{
        padding: 15px;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
    }
    form input:focus{
        border-radius: 16px;
    }
    form textarea{
        padding: 2px;
        outline: none;
        border: 0;
        font-size: 15px;
        margin-bottom: 30px;
        transition: all 0.5s;
    }
    form textarea:focus{
        border-radius: 16px;
    }
    form button{
        padding: 15px;
        cursor: pointer;
        font-size: 16px;
        background: transparent;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        transition: all 1s;
        margin-bottom: 20px;
    }
    form button:hover{
        background: #f5f5f5;
        color: #101026;
        border-radius: 16px;
    }
    .formulario{
        width: 377px;
        padding-top: 93px;
        margin-top: 0px;
        margin-left: 0px; 
        display: flex;
        flex-direction: column-reverse;
    }
    
    .select-box select {
        padding: 15px;
        width: 100%;
        outline: none;
        border: 0;
        margin-bottom: 20px;
        font-size: 15px;
        transition: all 0.5s;
      }
    
    .mapa-google {
        height: 400px;
        width: 377px;
        padding-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    /*Página do Obrigado*/
    
    .main{
       display: flex;
       align-items: center;
       justify-content: center;
       min-height: 100vh;
       background: #101026;
       flex-direction: column;
    }
    .text{
        font-size: 45px;
        color: #f5f5f5;
        margin-bottom: 30px;
    }
    .paragrafo{
        color: #f5f5f5;
        margin-bottom: 50px;
    }
    .btn{
        padding: 15px 55px;
        background: #f5f5f5;
        text-decoration: none;
        color: #101026;
        font-size: 18px;
        transition: all 0.5s;
    }
    .btn:hover{
        border-radius: 16px;
    }
    /*INICIO GRID FOOTER */
.footer-grid {
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #0f1642;
    width: 370px;
    margin: 0px;
    padding: 0px;
}

.footer1 {
	color: white;
	padding-top: 20px;
	margin-left: 10px;
    margin-bottom: 15px;
}
.footer2 {
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 0px;
}
.footer3 {
	color: white;
	padding-top: 30px;
    padding-right: 0px;
}
.footer4 {
	color: white;
	padding-top: 30px;
	padding-right:0px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
/*INICIO GRID FOOTER */
#logo-menu {
    padding-right: 20px;
}
.footer-grid {
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #0f1642;
}

.footer1 {
	color: white;
	padding-top: 20px;
	margin-left: 10px;
    margin-bottom: 5px;
}
.footer2 {
	color: white;
	padding-top: 15px;
    text-align: center;
    padding-right: 15px;
}
.footer3 {
	color: white;
	padding-top: 30px;
    padding-right: 15px;
}
.footer4 {
	color: white;
	padding-top: 30px;
	padding-right: 0px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
/*FINAL ESTILIZAÇÃO GRID FOOTER */

}