@media screen and  (min-width:1400px) and (max-width: 1600px) {
    /*INICIO GRID INTRODUÇÃO*/
.introducao-grid {
	display: grid;
	grid-template-columns: repeat(2, 50% 50%);
	grid-template-areas: "texto1 texto2";
	text-align: center;
	color: #0e1641;
	padding-top: 20px;
    height: 200px;

	}
    #h1-introducao {
        margin-left: 50px;
        height: 150px;
        width: 250px;
        padding-top: 150px;
        color: white;
        
    }
    #p-introducao {
        width: 1200px;
        height: 110px;
        text-align: justify;
        padding-top: 150px;
        color: white;
        margin-left: 140px;
    }
    .link-introducao {
        color: white;
        margin-right: 180px;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
    /*SERVIÇOS*/
.servicos {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
}
.servicos-flex {
    margin-top: 50px;
    display: flex;
    color: white;
    justify-content: space-between;
    height: 300px;
    width: 1100px;
    margin-left: 130px;
    margin-right: 400px;
}
.card {
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 350px;
    height: 300px;
    position: relative;
    background-image: linear-gradient(
  180deg,
  hsl(231deg 65% 15%) 5%,
  hsl(213deg 61% 34%) 92%,
  hsl(212deg 60% 45%) 100%
);
    border-radius: 20px;
    box-shadow: 0px 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.card:hover {
    height: 400px;
}

.card .img-box {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0px;
    transition: 0.5s;
}

.card:hover .img-box {
    top: -100px;
    scale: 0.75;
}

.card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 250px;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.card:hover .content {
    top: 130px;
    height: 250px;
}

.card .read-more {
   background: #20c2eb;
    padding: 12px;
    margin-top: 20px;
   color: #fff;
   text-decoration: none;
   border-radius: 8px;
}
.card .read-more:hover {
    background-color: #0e1641;
        border-radius: 3px;
        transition: 0.9s ease;
 }
 /*INICIO GRID TEXTOS */
.textos-grid {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 200px;
    border-radius: 30px;
    height: 40px;
    margin-top: 80px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 975px;
    margin-left: 200px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 1000px;
    height: 500px;
    margin-left: 200px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-miche {

    background-image: url(../IMAGENS/Teste-para-nossotime.jpg);
    background-size: cover;
    width: 1390px;
    padding: 30px;
}
.time {
    display: flex;
    color: white;
    width: 1090px;
    height: 400px;
    margin-left: 200px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 25px;
    text-align: justify;
    padding-right: 100px;
}
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 200px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 200px;
    margin-top: 250px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
/*FINAL FLEX TIME */
.time2 {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 200px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 25px;
    text-align: justify;
    padding-right: 140px;
}
/*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 */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
/*FINAL ESTILIZAÇÃO GRID FOOTER */

.imagens-fotos {
    height:450px;
}
}

@media screen and (min-width:1300px) and (max-width: 1399px) {
     /*INICIO GRID INTRODUÇÃO*/
.introducao-grid {
	display: grid;
	grid-template-columns: repeat(2, 50% 50%);
	grid-template-areas: "texto1 texto2";
	text-align: center;
	color: #0e1641;
	padding-top: 20px;
    height: 100px;

	}
    #h1-introducao {
        margin-left: 240px;
        height: 150px;
        width: 250px;
        padding-top: 150px;
        color: white;
        
    }
    #p-introducao {
        width: 1100px;
        height: 110px;
        margin-left: 140px;
        text-align: justify;
        padding-top: 50px;
        color: white;
    }
    .link-introducao {
        color: white;
        margin-right: 180px;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
     /*SERVIÇOS*/
.servicos {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
}
.servicos-flex {
    margin-top: 50px;
    display: flex;
    color: white;
    justify-content: space-between;
    height: 300px;
    width: 1100px;
    margin-left: 130px;
    margin-right: 400px;
}
.card {
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 350px;
    height: 300px;
    position: relative;
    background-image: linear-gradient(
  180deg,
  hsl(231deg 65% 15%) 5%,
  hsl(213deg 61% 34%) 92%,
  hsl(212deg 60% 45%) 100%
);
    border-radius: 20px;
    box-shadow: 0px 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.card:hover {
    height: 400px;
}

.card .img-box {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0px;
    transition: 0.5s;
}

.card:hover .img-box {
    top: -100px;
    scale: 0.75;
}

.card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 250px;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.card:hover .content {
    top: 130px;
    height: 250px;
}

.card .read-more {
   background: #20c2eb;
    padding: 12px;
    margin-top: 20px;
   color: #fff;
   text-decoration: none;
   border-radius: 8px;
}
.card .read-more:hover {
    background-color: #0e1641;
        border-radius: 3px;
        transition: 0.9s ease;
 }
   /*INICIO GRID TEXTOS */
.textos-grid {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 200px;
    border-radius: 30px;
    height: 40px;
    margin-top: 80px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 975px;
    margin-left: 200px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 1000px;
    height: 500px;
    margin-left: 200px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-miche {

    background-image: url(../IMAGENS/Teste-para-nossotime.jpg);
    background-size: cover;
    width: 1360;
    padding: 30px;
}
.time {
    display: flex;
    color: white;
    width: 1090px;
    height: 400px;
    margin-left: 200px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 25px;
    text-align: justify;
    padding-right: 100px;
}
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 200px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 200px;
    margin-top: 200px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
/*FINAL FLEX TIME */
.time2 {
    display: flex;
    color: white;
    width: 980px;
    height: 400px;
    margin-left: 200px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 25px;
    text-align: justify;
    padding-right: 100px;
}
  /*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;
      padding-right: 60px;
  }
  .footer4 {
      grid-area: footer4;
      color: white;
      padding-top: 30px;
      padding-right: 80px;
  }
  .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 */
  
  .imagens-fotos {
      height:450px;
      margin-left: 0px;
  }
  
  }
@media screen and (min-width:1024px) and (max-width: 1299px) {
  /*INICIO GRID INTRODUÇÃO*/
  .introducao-grid {
	display: grid;
	grid-template-columns: repeat(2, 50% 50%);
	grid-template-areas: "texto1 texto2";
	text-align: center;
	color: #0e1641;
	padding-top: 20px;
    height: 250px;

	}
    #h1-introducao {
        margin-left: 100px;
        height: 150px;
        width: 250px;
        padding-top: 150px;
        color: white;
        
    }
    #p-introducao {
        width: 900px;
        height: 110px;
        margin-left: 20px;
        text-align: justify;
        padding-top: 150px;
        color: white;
        font-size: 20px;
    }
    .link-introducao {
        color: white;
        margin-right: 0px;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
    /*SERVIÇOS*/
.servicos {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
}
.servicos-flex {
    margin-top: 0px;
    display: flex;
    color: white;
    justify-content: space-between;
    height: 300px;
    width: 950px;
    margin-left: 30px;
}
.card {
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    width: 300px;
    height: 285px;
    position: relative;
    background-image: linear-gradient(
  180deg,
  hsl(231deg 65% 15%) 5%,
  hsl(213deg 61% 34%) 92%,
  hsl(212deg 60% 45%) 100%
);
    border-radius: 20px;
    box-shadow: 0px 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.card:hover {
    height: 400px;
}

.card .img-box {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0px;
    transition: 0.5s;
}

.card:hover .img-box {
    top: -100px;
    scale: 0.75;
}

.card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 250px;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.card:hover .content {
    top: 130px;
    height: 250px;
}

.card .read-more {
   background: #20c2eb;
    padding: 12px;
    margin-top: 20px;
   color: #fff;
   text-decoration: none;
   border-radius: 8px;
}
.card .read-more:hover {
    background-color: #0e1641;
        border-radius: 3px;
        transition: 0.9s ease;
 }
 /*INICIO GRID TEXTOS */
.textos-grid {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 40px;
    border-radius: 30px;
    height: 40px;
    margin-top: 50px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 900px;
    margin-left: 40px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 900px;
    height: 400px;
    margin-left: 40px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-miche {

    background-image: url(../IMAGENS/Teste-para-nossotime.jpg);
    background-size: cover;
    height: 1200px;
    width: 1025px;
    padding: 30px;
}
.time {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 40px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 25px;
    text-align: justify;
    padding-right: 100px;
}
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 40px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 40px;
    margin-top: 200px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
/*FINAL FLEX TIME */
.time2 {
    display: flex;
    color: white;
    width: 900px;
    height: 400px;
    margin-left: 40px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 25px;
    text-align: justify;
    padding-right: 100px;
}
/*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: 80px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 60px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
    padding-right: 60px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 50px;
}
.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 */

.imagens-fotos {
    height:450px;
}

}

@media screen and (min-width:768px) and (max-width: 1023px) {
   /*INICIO GRID INTRODUÇÃO*/
  .introducao-grid {
	display: grid;
	grid-template-columns: repeat(2, 50% 50%);
	grid-template-areas: "texto1 texto2";
	text-align: center;
	color: #0e1641;
    height: 200px;

	}
    #h1-introducao {
        margin-left: 30px;
        height: 150px;
        width: 250px;
        padding-top: 30px;
        color: white;
        
    }
    #p-introducao {
        width: 700px;
        height: 110px;
        padding-left: 10px;
        margin-left: 35px;
        text-align: justify;
        padding-top: 30px;
        color: white;
        font-size: 18;
    }
    .link-introducao {
        color: white;
        margin-right: 0px;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
    /*SERVIÇOS*/
.servicos {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
}
.servicos-flex {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    gap: 3px;
    color: white;
    height: 900px;
    width: 700px;
    margin-left: 30px;
}
.card {
    color: white;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 300px;
    position: relative;
    background-image: linear-gradient(
  180deg,
  hsl(231deg 65% 15%) 5%,
  hsl(213deg 61% 34%) 92%,
  hsl(212deg 60% 45%) 100%
);
    border-radius: 20px;
    box-shadow: 0px 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.card:hover {
    height: 400px;
}

.card .img-box {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0px;
    transition: 0.5s;
}

.card:hover .img-box {
    top: -100px;
    scale: 0.75;
}

.card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 250px;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.card:hover .content {
    top: 130px;
    height: 250px;
}

.card .read-more {
   background: #20c2eb;
    padding: 12px;
    margin-top: 20px;
   color: #fff;
   text-decoration: none;
   border-radius: 8px;
}
.card .read-more:hover {
    background-color: #0e1641;
        border-radius: 3px;
        transition: 0.9s ease;
 }
 /*INICIO GRID TEXTOS */
.textos-grid {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 40px;
    border-radius: 30px;
    height: 40px;
    margin-top: 500px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 19px;
    width: 700px;
    margin-left: 40px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 700px;
    height: 400px;
    margin-left: 40px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-miche {

    background-image: url(../IMAGENS/Teste-para-nossotime.jpg);
    background-size: cover;
    height: 1200px;
    width: 770px;
    padding: 20px;
    margin-top: 480px;
}
.time {
    display: flex;
    color: white;
    width: 740px;
    height: 400px;
    margin-left: 50px;
    margin-top: 10px;
}
.estilização-time {
    font-size: 20px;
    text-align: justify;
    padding-right: 30px;
}
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 40px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 20px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
    margin-top: 90px;
}
/*FINAL FLEX TIME */
.time2 {
    display: flex;
    color: white;
    width: 680px;
    height: 400px;
    margin-left: 30px;
    margin-top: 10px;
}
.estilização-time2 {
    font-size: 20px;
    text-align: justify;
    padding-right: 30px;
}
/*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: 10px;
    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: 60px;
}
.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;
}
/*FINAL ESTILIZAÇÃO GRID FOOTER */

.imagens-fotos {
    height:350px;
}
.imagens-fotos1 {
    height:350px;
}
}

@media screen and (min-width:501px) and (max-width: 767px) {
       
section.slider{
    display: none;
}

.slider-content{
    display: none;
}

.slider-content input, .img-mobile{
    display: none;
}

.slide-box{
    display: none;
}

.slide-box img{
    display: none;
}

.nav-manual, .nav-auto{
    display: none;
}

.nav-manual .manual-btn, .nav-auto div{
    display: none;
}

.nav-manual .manual-btn:not(:last-child), .nav-auto div:not(:last-child){
    display: none;
}

.nav-manual .manual-btn:hover{
    display: none;
}

#radio1:checked ~ .nav-auto .auto-btn1, #radio2:checked ~ .nav-auto .auto-btn2, #radio3:checked ~ .nav-auto .auto-btn3{
    display: none;
}

#radio1:checked ~ .primeiro{
    display: none;
}

#radio2:checked ~ .primeiro{
    display: none;
}

#radio3:checked ~ .primeiro{
    display: none;
}
    #waurlsite {
        display: none;
    }
    .bt-whatsApp {
        display: none;
    }
    .botao-whats {
        display: none;
    }
    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;
    }

    /* NAVBAR ESTILO */
.navbar {
    display: flex;
    align-items: center;
    padding: 0px;
    background-color: #0f1642;
    color: #fff;
    position: fixed;
    width: 410px;
}
.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: 5px 5px;
}

/* CHECKBOX HACK */
input[type=checkbox]{
    display: none;
}

/*HAMBURGER MENU*/
.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
    z-index: +1;
}
/*FINAL MENU*/
      /*INICIO GRID INTRODUÇÃO*/
  .introducao-grid {
	display: flex;
    flex-direction: column;
	text-align: center;
	color: #0e1641;
    height: 200px;

	}
    #h1-introducao {
        margin-left: 70px;
        height: 150px;
        width: 250px;
        padding-top: 30px;
        color: white;
        
    }
    #p-introducao {
        width: 300px;
        height: 110px;
        text-align: justify;
        padding-top: 30px;
        margin-left: 20px;
        color: white;
    }
    .link-introducao {
        color: white;
        margin-right: 0px;
        border: 1px solid white;
        border-radius: 15px;

    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
    /*SERVIÇOS*/
.servicos {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
}
.servicos-flex {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 3px;
    color: white;
    height: 900px;
    width: 700px;
    margin-left: 30px;
}
.card {
    color: white;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 300px;
    position: relative;
    background-image: linear-gradient(
  180deg,
  hsl(231deg 65% 15%) 5%,
  hsl(213deg 61% 34%) 92%,
  hsl(212deg 60% 45%) 100%
);
    border-radius: 20px;
    box-shadow: 0px 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.card:hover {
    height: 400px;
}

.card .img-box {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0px;
    transition: 0.5s;
}

.card:hover .img-box {
    top: -100px;
    scale: 0.75;
}

.card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 250px;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.card:hover .content {
    top: 130px;
    height: 250px;
}

.card .read-more {
   background: #20c2eb;
    padding: 12px;
    margin-top: 20px;
   color: #fff;
   text-decoration: none;
   border-radius: 8px;
}
.card .read-more:hover {
    background-color: #0e1641;
        border-radius: 3px;
        transition: 0.9s ease;
 }
 /*INICIO GRID TEXTOS */
.textos-grid {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 500px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 40px;
    border-radius: 30px;
    height: 40px;
    margin-top: 600px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 15px;
    width: 300px;
    margin-left: 40px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 400px;
    height: 300px;
    margin-left: 0px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-miche {

    background-image: url(../IMAGENS/Teste-para-nossotime.jpg);
    background-size: cover;
    height: 1700px;
    width: 403px;
    padding: 5px;
    margin-top: 850px;
}
.time {
    display: flex;
    flex-direction: column;
    color: white;
    width: 400px;
    height: 1000px;
    margin-left: 0px;
    padding-top: 40px;
}
.estilização-time {
    font-size: 20px;
    text-align: justify;
    padding-right: 5px;
    margin-top: 40px;
}
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 0px;
    margin-bottom: 15px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 0px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
    margin-top: 270px;
}
/*FINAL FLEX TIME */
.time2 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 400px;
    height: 1000px;
    margin-left: 0px;
    margin-top: 18px;
}
.estilização-time2 {
    font-size: 20px;
    text-align: justify;
    padding-right: 5px;
}
/*INICIO GRID FOOTER */
.footer-grid {
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #0f1642;
}

.footer1 {
	color: white;
	padding-top: 20px;
	margin-left: 10px;
    margin-bottom: 15px;
}
.footer2 {
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 30px;
}
.footer3 {
	color: white;
	padding-top: 30px;
    padding-right: 60px;
}
.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;
}
/*FINAL ESTILIZAÇÃO GRID FOOTER */

.imagens-fotos {
    height:325px;
    width: 415px;
    margin-left: 30px;
}
.imagens-fotos1 {
    height:325px;
    width: 315px;
    margin-left: 30px;
    margin-bottom: 0px;
}
}

@media screen and (max-width: 500px) {
    
section.slider{
    display: none;
}

.slider-content{
    display: none;
}

.slider-content input, .img-mobile{
    display: none;
}

.slide-box{
    display: none;
}

.slide-box img{
    display: none;
}

.nav-manual, .nav-auto{
    display: none;
}

.nav-manual .manual-btn, .nav-auto div{
    display: none;
}

.nav-manual .manual-btn:not(:last-child), .nav-auto div:not(:last-child){
    display: none;
}

.nav-manual .manual-btn:hover{
    display: none;
}

#radio1:checked ~ .nav-auto .auto-btn1, #radio2:checked ~ .nav-auto .auto-btn2, #radio3:checked ~ .nav-auto .auto-btn3{
    display: none;
}

#radio1:checked ~ .primeiro{
    display: none;
}

#radio2:checked ~ .primeiro{
    display: none;
}

#radio3:checked ~ .primeiro{
    display: none;
}
    #waurlsite {
        display: none;
    }
    .bt-whatsApp {
        display: none;
    }
    .botao-whats {
        display: none;
    }
    html{
        background-color: #0f1642;
        width: 385px;
    }
    body {
        margin: 0;
        padding: 0;
        background-color: #0f1642;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        overflow-x: hidden;
    }

    /* NAVBAR ESTILO */
.navbar {
    display: flex;
    align-items: center;
    padding: 0px;
    background-color: #0f1642;
    color: #fff;
    position: fixed;
    width: 385px;
}
.nav-links a {
    color: #fff;
}

/* LOGO */
.logo {
    font-size: 32px;
}
#logo-menu {
    color: white;
    height: 80px;
}

/* NAVBAR MENU */
.menu {
    display: flex;
    gap: 0.5em;
    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;
}
/*FINAL MENU*/
      /*INICIO GRID INTRODUÇÃO*/
  .introducao-grid {
	display: flex;
    flex-direction: column;
	text-align: center;
    height: 200px;
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
	}
    #h1-introducao {
        margin-left: 70px;
        height: 150px;
        width: 250px;
        padding-top: 30px;
        color: white;
        
    }
    #p-introducao {
        width: 300px;
        height: 110px;
        text-align: justify;
        padding-top: 100px;
        margin-left: 40px;
        color: white;
    }
    .link-introducao {
        color: white;
        margin-right: 0px;
        border: 1px solid white;
        border-radius: 15px;

    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
    .introducao {
        height: 300px;
    }
    /*SERVIÇOS*/
.servicos {
    height: 1050px;
    width:378px;
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
}
.servicos-flex {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    color: white;
    height: 1000px;
    width: 320px;
    margin-left: 10px;
}
.card {
    color: white;
    display: flex;
    justify-content: center;
    width: 320px;
    height: 330px;
    position: relative;
    background-image: linear-gradient(
  180deg,
  hsl(231deg 65% 15%) 5%,
  hsl(213deg 61% 34%) 92%,
  hsl(212deg 60% 45%) 100%
);
    border-radius: 20px;
    box-shadow: 0px 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.card:hover {
    height: 400px;
}

.card .img-box {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0px;
    transition: 0.5s;
}

.card:hover .img-box {
    top: -100px;
    scale: 0.75;
}

.card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 250px;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.card:hover .content {
    top: 130px;
    height: 250px;
}

.card .read-more {
   background: #20c2eb;
    padding: 12px;
    margin-top: 20px;
   color: #fff;
   text-decoration: none;
   border-radius: 8px;
}
.card .read-more:hover {
    background-color: #0e1641;
        border-radius: 3px;
        transition: 0.9s ease;
 }
 /*INICIO GRID TEXTOS */
.textos-grid {
    background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 800px;
    width: 370px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 40px;
    border-radius: 30px;
    height: 40px;
    margin-top: 0px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 15px;
    width: 300px;
    margin-left: 40px;
    margin-top: 0px;
}
.texto3{
	grid-area: texto3;
    width: 370px;
    height: 300px;
    margin-left: 0px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-miche {

    background-image: url(../IMAGENS/Teste-para-nossotime.jpg);
    background-size: cover;
    height: 1470px;
    width: 380px;
    padding: 5px;
    margin-bottom: 3px;
    margin-top: 0px;
}
.time {
    display: flex;
    flex-direction: column;
    color: white;
    width: 380px;
    height: 400px;
    margin-left: 0px;
    margin-top: 10px;
}
.estilização-time {
    font-size: 20px;
    text-align: justify;
    padding-right: 5px;
    margin-top: 15px;
}
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 375px;
    margin-left: 0px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width:360px;
    margin-left: 0px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
    margin-top: 285px;
}
/*FINAL FLEX TIME */
.time2 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 380px;
    height: 400px;
    margin-left: 0px;
    margin-top: 10px;
}
.estilização-time2 {
    font-size: 20px;
    text-align: justify;
    padding-right: 5px;
    margin-top: 15px;
}
/*INICIO GRID FOOTER */
h5 {
    color: white;
}
#logo-menu {
    padding-right: 20px;
}
.footer-grid {
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #0f1642;
    width: 385px;
}

.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 */

.imagens-fotos {
    height:315px;
    width: 305px;
    margin-left: 45px;
}
.imagens-fotos1 {
    height:290px;
    width: 240px;
    margin-left: 45px;
    margin-bottom: 15px;
}
}