@media screen and  (min-width:1400px) and (max-width: 1600px){
/*INICIO FLEXBOX/ FLEX WRAP IMAGENS */
.div-titulo-imagens {
    padding-top: 100px;
}
.titulo-imagens{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 375px;
    border-radius: 30px;
    height: 40px;
    margin-left: 480px;
    color: white;
    margin-top: 26px;
}
.imagens-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 200px;
    padding-right: 200px;
	}
.imagem1{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem2{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem3{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.titulo-imagem {
    color: white;
	font-size: 23px;
	padding-bottom: 5px;
    text-align: center;
}
/*FINAL FLEXBOX/ FLEX WRAP IMAGENS */
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto1"
                         "texto2";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 195px;
    margin-left: 350px;
    color: white;
}
.texto2{
	grid-area: texto2;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 350px;
    margin-top: 20px;
}
.texto2 strong {
    color: white;
    font-size: 27px;
}
/*FINAL GRID TEXTOS */

.solucoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
    margin-bottom: 100px;
	}

.texto3{
	grid-area: texto3;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 340px;
    margin-left: 350px;
    color: white;
}
.texto4{
    grid-area: texto4;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 350px;
    margin-top: 20px;
}
.texto4 strong {
    color: white;
    font-size: 27px;
}
/*FINAL SOLUÇOES*/

.servicos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto5"
                         "texto6";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;  
    margin-top: 100px;
	}

.texto5{
	grid-area: texto5;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 660px;
    margin-left: 350px;
    color: white;
}
.texto6{
    margin-top: 10px;
    padding-top: 0;
	grid-area: texto6;
    padding-top: 20px;
	font-size: 20px;
    width: 750px;
    margin-left: 350px;
    margin-top: 20px;
}
.texto6 strong {
    font-size: 27px;
}
/*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){
/*INICIO FLEXBOX/ FLEX WRAP IMAGENS */
.div-titulo-imagens {
    padding-top: 100px;
}
.titulo-imagens{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 375px;
    border-radius: 30px;
    height: 40px;
    margin-left: 480px;
    color: white;
}
.imagens-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 200px;
    padding-right: 200px;
	}
.imagem1{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem2{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem3{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.titulo-imagem {
    color: white;
	font-size: 23px;
	padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
/*FINAL FLEXBOX/ FLEX WRAP IMAGENS */
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto1"
                         "texto2";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 100px;
    margin-left: 350px;
    color: white;
}
.texto2{
	grid-area: texto2;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 350px;
    margin-top: 20px;
}
.texto2 strong {
    color: white;
    font-size: 27px;
}
/*FINAL GRID TEXTOS */

.solucoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
    margin-bottom: 100px;
	}

.texto3{
	grid-area: texto3;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 220px;
    margin-left: 350px;
    color: white;
}
.texto4{
    grid-area: texto4;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 350px;
    margin-top: 20px;
}
.texto4 strong {
    color: white;
    font-size: 27px;
}
/*FINAL SOLUÇOES*/

.servicos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto5"
                         "texto6";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;  
    margin-top: 100px;
	}

.texto5{
	grid-area: texto5;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 600px;
    margin-left: 350px;
    color: white;
}
.texto6{
    margin-top: 10px;
    padding-top: 0;
	grid-area: texto6;
    padding-top: 20px;
	font-size: 20px;
    width: 750px;
    margin-left: 350px;
    margin-top: 20px;
}
.texto6 strong {
    font-size: 27px;
}
    /*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){
/*INICIO FLEXBOX/ FLEX WRAP IMAGENS */
.div-titulo-imagens {
    padding-top: 100px;
}
.titulo-imagens{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 375px;
    border-radius: 30px;
    height: 40px;
    margin-left: 295px;
    color: white;
}
.imagens-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 30px;
    padding-right: 30px;
	}
.imagem1{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem2{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem3{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.titulo-imagem {
    color: white;
	font-size: 23px;
	padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
/*FINAL FLEXBOX/ FLEX WRAP IMAGENS */
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto1"
                         "texto2";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 195px;
    margin-left: 150px;
    color: white;
}
.texto2{
	grid-area: texto2;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 150px;
    margin-top: 20px;
}
.texto2 strong {
    color: white;
    font-size: 27px;
}
/*FINAL GRID TEXTOS */

.solucoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
    margin-bottom: 100px;
	}

.texto3{
	grid-area: texto3;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 320px;
    margin-left: 150px;
    color: white;
}
.texto4{
    grid-area: texto4;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 150px;
    margin-top: 20px;
}
.texto4 strong {
    color: white;
    font-size: 27px;
}
/*FINAL SOLUÇOES*/

.servicos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto5"
                         "texto6";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;  
    margin-top: 100px;
	}

.texto5{
	grid-area: texto5;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 680px;
    margin-left: 150px;
    color: white;
}
.texto6{
    margin-top: 10px;
    padding-top: 0;
	grid-area: texto6;
    padding-top: 20px;
	font-size: 20px;
    width: 750px;
    margin-left: 150px;
    margin-top: 20px;
}
.texto6 strong {
    font-size: 27px;
}
/*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  (min-width:768px) and (max-width: 1023px){
/*INICIO FLEXBOX/ FLEX WRAP IMAGENS */
.div-titulo-imagens {
    padding-top: 100px;
}
.titulo-imagens{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 375px;
    border-radius: 30px;
    height: 40px;
    margin-left: 210px;
    color: white;
}
.imagens-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 80px;
    padding-right: 0px;
    margin-right: 50px;
	}
.imagem1{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem2{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem3{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.titulo-imagem {
    color: white;
	font-size: 23px;
	padding-bottom: 10px;
    text-align: center;
}
/*FINAL FLEXBOX/ FLEX WRAP IMAGENS */
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto1"
                         "texto2";
	text-align: center;
	color: white;
    height: 600px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 135px;
    margin-left: 70px;
    color: white;
}
.texto2{
	grid-area: texto2;
    text-align: justify;
	font-size: 18px;
    width: 600px;
    margin-left: 70px;
    margin-top: 20px;
}
.texto2 strong {
    color: white;
    font-size: 26px;
}
/*FINAL GRID TEXTOS */

.solucoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
    margin-bottom: 100px;
	}

.texto3{
	grid-area: texto3;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 430px;
    margin-left: 70px;
    color: white;
}
.texto4{
    grid-area: texto4;
    text-align: justify;
	font-size: 18px;
    width: 600px;
    margin-left: 70px;
    margin-top: 20px;
}
.texto4 strong {
    color: white;
    font-size: 26px;
}
/*FINAL SOLUÇOES*/

.servicos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto5"
                         "texto6";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;  
    margin-top: 100px;
	}

.texto5{
	grid-area: texto5;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 740px;
    margin-left: 70px;
    color: white;
}
.texto6{
    margin-top: 10px;
    padding-top: 0;
	grid-area: texto6;
    padding-top: 20px;
	font-size: 18px;
    width: 600px;
    margin-left: 70px;
    margin-top: 20px;
}
.texto6 strong {
    font-size: 25px;
}

    /*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: 20px;
    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){
    #waurlsite {
        display: none;
    }
    .bt-whatsApp {
        display: none;
    }
    .botao-whats {
        display: none;
    }
    html {
        width: 367px;
        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;
}
    /*INICIO FLEXBOX/ FLEX WRAP IMAGENS */
.div-titulo-imagens {
    padding-top: 100px;
    width: 377px;
    padding-left: 0px;
}
.titulo-imagens{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 300px;
    border-radius: 30px;
    height: 40px;
    margin-left: 30px;
    color: white;
    
}
.imagens-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 30px;
    padding-right: 0px;
    margin-right: 0px;
    width: 367px;
	}
.imagem1{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem2{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem3{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.titulo-imagem {
    color: white;
	font-size: 23px;
	padding-bottom: 5px;
    text-align: center;
    margin-left: 10px;
}
/*FINAL FLEXBOX/ FLEX WRAP IMAGENS */
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto1"
                         "texto2";
	text-align: center;
	color: white;
    height: 800px;
    width: 377px;
    margin-bottom: 30px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 350px;
    border-radius: 30px;
    height: 40px;
    margin-top: 30px;
    margin-left: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    text-align: justify;
	font-size: 13px;
    width: 300px;
    margin-left: 20px;
    margin-top: 20px;
}
.texto2 strong {
    color: white;
    font-size: 23px;
}
/*FINAL GRID TEXTOS */

.solucoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 900px;
    width: 377px;
    margin-bottom: 100px;
    margin-top: 0px;
    padding-top: 0px;
	}

.texto3{
	grid-area: texto3;
    text-align: center;
    border: 3px solid white;
    width: 367px;
    border-radius: 30px;
    height: 40px;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    color: white;
}
.texto4{
    grid-area: texto4;
    text-align: justify;
	font-size: 13px;
    width: 300px;
    margin-left: 20px;
    margin-top: 20px;
}
.texto4 strong {
    color: white;
    font-size: 23px;
}
/*FINAL SOLUÇOES*/

.servicos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto5"
                         "texto6";
	text-align: center;
	color: white;
    height: 750px;
    width: 385px;  
    margin-top: 100px;
    margin-left: 20px;
	}

.texto5{
	grid-area: texto5;
    text-align: center;
    border: 3px solid white;
    width: 300px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 100px;
    margin-left: 5px;
    color: white;
}
.texto6{
    margin-top: 10px;
    padding-top: 0;
	grid-area: texto6;
    padding-top: 20px;
	font-size: 13px;
    width: 300px;
    margin-left: 20px;
    margin-top: 20px;
}
.texto6 strong {
    font-size: 23px;
}
/*INICIO GRID FOOTER */
#logo-menu {
    padding-right: 20px;
}
.footer-grid {
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #0f1642;
    width: 367px;
    margin-top: 10px;
}

.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;
}
}





