@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600&display=swap");

* {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  /* padding-top: 15px; */
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  transition: all 0.2s linear;
}

.geral_drone {
  /* position: absolute; */
  width: 450px;
  height: 100px;
}

.video_drone {
  /* position: absolute;
    height: 100%;
    width: 300%;
    top: -300px;
    overflow: hidden;
    display:flex ;
    justify-content: center; */
  position: relative;
  top: -350px;
  opacity: 100;
  width: 200%;
  left: -50px;
  border-radius: 10%;
  padding: 20px;
  /* right: 0px; */
  /* bottom: 0; */
  min-width: 100%;
  min-height: 800%;
  opacity: 100%;
}

/* .video_drone2{
   position: relative; 
   top: -450px;
   opacity: 100;
   width: 200%;
   left: 750px;
   border-radius: 10%;
   padding: 20px;
   min-width: 100%;
    min-height: 800%;
    opacity: 100%;

} */


.video_inicial{
  width: 134%;
  height: 130%;
  margin-left: -3%;
  margin-right: -7%;
  margin-top: -15%;
  display: block;
  background-color: rgba(50, 100, 200, 100.5);
  opacity: 15%;
}




.alok_drone {
  position: relative;
  width: 500px;
  border-radius: 5%;
  right: -825px;
  top: -450px;
}

.drone_ico {
  position: absolute;
  width: 300px;
  top: 1200px;
  right: 300px;
}

.drone_ico2 {
  position: absolute;
  width: 300px;
  top: 1600px;
  right: 1000px;
}

/* LOGO SOBRAL ONLINE */

.sobralnm {
  position: relative;
  color: white;
  left: 100px;
  font-size: 28px;
  top: 40px;
}

.logosobral {
  position: relative;
  top: 200px;
  left: 80px;
}

.nmsobral {
  color: red;
}

.sobralh2 {
  position: relative;
  color: white;
  left: 110px;
  top: 40px;
}

.logosobralonline {
  position: relative;
  max-width: 90px;
  border-radius: 90px;
  left: 10px;
  top: 120px;
}
/* FIM */

/* LOGO PROMOVA */
.logoGeralpro {
  position: relative;
  top: -50px;
  left: 600px;
  right: 4720px;
}

.promovah1 {
  position: relative;
  color: white;
  font-size: 28px;
  left: 120px;
  top: 35px;
}

.producoesh2 {
  position: relative;
  color: white;
  left: 140px;
  top: 35px;
}
/* FIM */

/* LOGO MANDACARU */
.logoMandacaru {
  position: relative;
  top: -100px;
  left: 1100px;
  right: 110px;
}

.mandacaruimg {
  position: relative;
  max-width: 90px;
  border-radius: 90px;
  left: 10px;
  top: 120px;
}

.mandacaruh1 {
  position: relative;
  color: white;
  font-size: 28px;
  left: 120px;
  top: 35px;
}

.proh2 {
  position: relative;
  color: white;
  left: 185px;
  top: 35px;
}

/* LOGO PLUGWIN */

.logoGeralplug {
  position: absolute;
  top: -150px;
  left: 600px;
  right: 4720px;
}

.logoplugwin {
  position: absolute;
  max-width: 90px;
  border-radius: 90px;
  left: 10px;
  top: 1260px;
}

.plugwinh1 {
  position: absolute;
  color: white;
  font-size: 28px;
  left: 120px;
  top: 1267px;
}

.plugwinh2 {
  position: absolute;
  color: white;
  left: 140px;
  top: 1300px;
}

/* FIM */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  /*o que fica abaixo da barra*/
  background: rgba(23, 23, 23, 255);
}

html::-webkit-scrollbar-thumb {
  /*cor da barra*/
  background: red;
}

body {
  background: rgba(23, 23, 23, 255);
}

section {
  padding: 15rem 5%;
}

/*Cabeçalho das sessões*/
.heading {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 0.1rem;
  width: 100%;
  background: #aaa;
  z-index: -1;
}
.heading span {
  font-size: 3rem;
  color: white;
  background: black;
  padding: 0.5rem 1.5rem;
  border: 0.1rem solid #aaa;
  border-radius: 0.5rem;
}
.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 2.8rem;
  padding-right: 3rem;
  background: linear-gradient(130deg, rgb(188, 0, 0) 93%, transparent 90%);
  color: white;
  cursor: pointer;
  font-size: 1.7rem;
}
.btn:hover {
  transform: scale(1.3);
}

/* CABEÇALHO HEADER */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9%;
  z-index: 10000;
  background-color: rgba(23, 23, 23, 255);
  /* background-color: white; */
}

.logo_pan {
  width: 30px;
  left: 2px;
}

.pan_nome {
  position: absolute;
  width: 70px;
  left: 175px;
}

.header .logo {
  font-weight: bolder;
  color: white;
  font-size: 20px;
}
.header .logo span {
  color: red;
}

.header .navbar a {
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  color: #fff;
}
.header .navbar a:hover {
  background: red;
}
#menu-btn {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.home {
  padding: 0;
  margin-top: 5rem;
}

.home .slide {
  position: relative;
  min-height: 90vh;
  background-size: 750px !important;
  background-position: center !important;
  padding: 2rem 2%;
  display: flex;
  align-items: center;
}


.home .slide .content {
  width: 40rem;
}

.home .slide .content span {
  position: relative;
  top: -290px;
  font-size: 15px;
  color: red;
  display: inline;
}
.home .slide .content h3 {
  position: absolute;
  top: -14px;
  font-size: 9px;
  color: #fff;
  padding: 5rem 40px;
}

/* linhas html */

.vertical {
  position: absolute;
  top: 625px;
  width: 9px;
  height: 60px;
  background-color: red;
  animation: pulsar 3.5s infinite ease-in-out;
}

.horizontal {
  position: absolute;
  background-color: red;
  top: 685px;
  left: 0px;
  width: 60px;
  height: 9px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.horizontal1 {
  position: absolute;
  background-color: white;
  right: 3px;
  top: 56px;
  width: 70px;
  height: 9px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.vertical1 {
  position: absolute;
  background-color: white;
  right: 3px;
  top: 65px;
  width: 9px;
  height: 70px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.vertical2 {
  position: absolute;
  top: 64px;
  left: 0px;
  width: 9px;
  height: 60px;
  background-color: red;
  animation: pulsar 3.5s infinite ease-in-out;
}

.horizontal2 {
  position: absolute;
  background-color: red;
  top: 55px;
  left: 0px;
  width: 60px;
  height: 9px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.vertical3 {
  position: absolute;
  background-color: white;
  right: 3px;
  top: 685px;
  width: 70px;
  height: 9px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.horizontal3 {
  position: absolute;
  background-color: white;
  right: 0px;
  top: 624px;
  width: 9px;
  height: 70px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.vertical5 {
  position: absolute;
  background-color: white;
  right: 100px;
  top: 1835px;
  width: 70px;
  height: 9px;
  animation: pulsar 3.5s infinite ease-in-out;
}

.horizontal5 {
  position: absolute;
  background-color: white;
  right: 100px;
  top: 1765px;
  width: 9px;
  height: 70px;
  animation: pulsar 3.5s infinite ease-in-out;
}

@keyframes pulsar {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.2);
    opacity: 2.5;
  }
}

/*class de swipwer para criar as bolinhas*/
.swiper-pagination-bullet {
  height: 2rem;
  width: 2rem;
  background: #fff;
  border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8rem;
}

.about .image {
  flex: 1 1 42rem;
  position: relative;
}
.about .image::before,
.about .image::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: red;
  height: 7rem;
  width: 7rem;
}

.imggeralpr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_conteudo {
  width: 40px;
}

.nome_panorama {
  width: 150px;
}

.about .image::before {
  top: 0;
  left: 0;
}

.about .image::after {
  bottom: 0;
  right: 0;
}
.about .image img {
  width: 100%;
  padding: 1rem;
}

.about .content {
  flex: 1 1 42rem;
}
.about .content span {
  font-size: 4rem;
  color: red;
}

.about .content .title {
  font-size: 4rem;
  color: #fff;
  margin-top: 0.5rem;
}
.about .content p {
  font-size: 1.5rem;
  color: #aaa;
  padding: 1rem 0;
  line-height: 2;
}

.about .content .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.about .content .box-container .box {
  flex: 1 1 30rem;
}

.about .content .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
}

.about .content .box-container .box h3 i {
  padding-right: 1.5rem;
  color: red;
}
.features .box-container {
  display: grid;
  /*Vai cria o auto-fit também tenta 
    colocar quantas colunas der, expandindo os itens para caber no espaço disponível.
    E com controle do tamanho mínimo e máximo dos itens.*/
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.features .box-container .box {
  background: rgba(23, 23, 23, 255);
}

.features .box-container .box.second {
  display: flex;
  flex-flow: column-reverse;
}

.features .box-container .box:hover .image img {
  transform: scale(1.1);
}
.features .box-container .box .image {
  height: 30rem;
  width: 100%;
  overflow: visible;
}

.features .box-container .box .image img {
  height: 100%;
  width: 100%;
  /*a imagem é dimensionado para manter sua proporção e preencher 
    toda a caixa de conteúdo do elemento*/
  object-fit: cover;
}
.features .box-container .box .content {
  padding: 1rem;
  padding-top: 30px;
  text-align: center;
}

.features .box-container .box .content img {
  height: 9rem;
  margin-bottom: 1rem;
  filter: invert(1);
}

.features .box-container .box .content h3 {
  font-size: 2rem;
  color: red;
}

.features .box-container .box .content p {
  line-height: 2;
  font-size: 1.5rem;
  color: #aaa;
  padding: 1rem 0;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}

.pricing .information span {
  font-size: 2rem;
  color: red;
}
.pricing .information h3 {
  font-size: 4rem;
  padding-top: 0.5rem;
  color: #fff;
  margin-top: 20%;
}

.pricing .information p {
  line-height: 2;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
}

.pricing .information p i {
  padding-right: 1rem;
  color: red;
}

.pricing .plan {
  text-align: center;
  padding: 2rem;
}

.pricing .plan.basic {
  border-radius: 10%;
  /* background: linear-gradient(130deg, #111 93%, transparent 90%); */
  /* background-image: url('caminho-da-imagem.jpg'); */
  background-image: url(./img/streamer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 20%;
}

.pricing .plan.basic2 {
  border-radius: 10%;
  /* background: linear-gradient(130deg, #111 93%, transparent 90%); */
  /* background-image: url('caminho-da-imagem.jpg'); */
  background-image: url(./img/setup.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 20%;
}

.pricing .plan h3 {
  font-size: 2.5rem;
  margin: 3rem 0;
  color: white;
}

.pricing .plan .price {
  font-size: 5rem;
  font-weight: bolder;
  color: rgb(5, 238, 21);
}

.pricing .plan .price span {
  color: #fff;
  font-size: 2rem;
}

.pricing .plan .list {
  padding: 1rem 0;
}

.pricing .plan .list p {
  line-height: 2;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: white;
}

.pricing .plan .list p i {
  padding-right: 1rem;
  color: red;
}

/* icone drone */

.drone_aerio {
  position: relative;
  top: -180px;
  left: 180px;
}

.foto_logo {
  position: absolute;
  width: 100px;
  top: 3830px;
  left: 720px;
}

.parceiros_icon {
  position: absolute;
  width: 100px;
  left: 720px;
  top: 5961px;
}

/* parceiros */

.trainers .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
  gap: 13%;
}

.trainers .box-container .box {
  height: 100%;
  border-radius: 10%;
  border: 1px solid red;
  overflow: hidden;
  position: relative;
}
.trainers .box-container .box:hover .content {
  transform: translateY(0);
}

.trainers .box-container .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trainers .box-container .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  padding: 15px;
  transform: translateY(6.5rem);
}

.trainers .box-container .box .content span {
  font-size: 1.5rem;
  color: rgb(5, 238, 21);
}

.trainers .box-container .box .content h3 {
  font-size: 2rem;
  color: #fff;
  padding-top: 0.5rem;
}
.trainers .box-container .box .content .share {
  padding-top: 2rem;
  margin-top: 1.5rem;
  border-top: 0.1rem solid #aaa;
}

.trainers .box-container .box .content .share a {
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
  margin-left: 3rem;
}

.trainers .box-container .box .content .share a:hover {
  color: red;
}

.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/panorama_escale.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;

  background-size: 700px;
  height: 400px;
}

/* .banner span {
    font-size: 2rem;
    color: white;
}

.banner h3 {
    padding-top: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 3.5rem;
}

.banner p {
    margin: 1rem auto;
    max-width: 60rem;
    font-size: 1.5rem;
    color: #aaa;
    line-height: 2;
} */

.banner a {
  background: white;
  color: #000;
  border-radius: 100px;
  position: relative;
  top: 210px;
}

.review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.review .information {
  flex: 1 1 35rem;
}
.review .information span {
  font-size: 2rem;
  color: red;
}

.review .information h3 {
  font-size: 3rem;
  color: #fff;
  padding-top: 1rem;
}

.review .information p {
  font-size: 1.5rem;
  line-height: 2;
  color: #aaa;
  padding: 1rem 0;
}

.review .review-slider {
  flex: 1 1 60rem;
}

.review .review-slider .slide {
  background: linear-gradient(130deg, #111 93%, transparent 90%);
  padding: 2rem 3rem;
}

.review .review-slider .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: #aaa;
}

.review .review-slider .slide .user {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.review .review-slider .slide .user img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 2rem;
  color: #fff;
}

.review .review-slider .slide .user span {
  color: white;
  font-size: 1.5rem;
}

.review .review-slider .slide .user i {
  font-size: 5rem;
  margin-left: auto;
  margin-right: 2rem;
  color: white;
}


.video_blogs{
  opacity: 100%;
 
}


.blogs .slide {
  background:rgba(23,23,23,255) ;
  margin-bottom: 2rem;
}

.blogs .slide:hover .image img {
  transform: scale(1.1);
}

.blogs .slide .image {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.blogs .slide .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogs .slide .content {
  padding: 2rem;
}

.blogs .slide .content .link {
  padding-bottom: 1.5rem;
  font-size: 5.5rem;
}

.blogs .slide .content .link a {
  color: red;
}

.blogs .slide .content .link a:hover {
  color: #fff;
}

.blogs .slide .content .link span {
  color: #fff;
  padding: 0 1rem;
}

.blogs .slide .content h3 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
}

.blogs .slide .content p {
  font-size: 1.5rem;
  color: #aaa;
  line-height: 2;
  padding: 1rem 0;
}





.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem 1rem;
}

.footer .box-container .box .links {
  font-size: 1.5rem;
  display: block;
  color: #aaa;
  padding: 1rem 3rem;
}

.footer .box-container .box .links:hover {
  color: red;
}

.footer .box-container .box p {
  font-size: 1.5rem;
  color: #aaa;
  padding: 1rem 3rem;
  margin-left: 37%;
}

.footer .box-container .box p i {
  padding-right: 0.5rem;
  color: white;
}

.footer .box-container .box .share {
  padding: 1rem 3rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 2.7rem;
  color: #fff;
  background: #111;
  border-radius: 50%;
  margin-right: 0.5rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background: red;
}

.footer .box-container .box form {
  margin-left: 2rem;
}

.footer .box-container .box form .email {
  margin-bottom: 1rem;
  width: 100%;
  background: #111;
  padding: 1.2rem;
  font-size: 1.5rem;
  color: #fff;
  text-transform: none;
}





/*Responsividade*/

@media (max-width: 1000px) {
  html {
    font-size: 55%;
    scroll-padding: 7rem;
  }
  .header {
    padding: 0 2rem;
  }

  section {
    padding: 3rem 2rem;
    
  }

  .video_inicial{
    width: 284%;
    height: 130%;
    margin-left: -78%;
    margin-right: -7%;
    margin-top: -15%;
    display: block;
    background-color: rgba(50, 100, 200, 100.5);
  }

  /* linhas animadas  vermelho e branco */

  .vertical {
    display: none;
  }

  .horizontal {
    display: none;
  }

  .horizontal1 {
    display: none;
  }

  .vertical1 {
    display: none;
  }

  .vertical2 {
    display: none;
  }

  .horizontal2 {
    display: none;
  }

  .vertical3 {
    display: none;
  }

  .horizontal3 {
    display: none;
  }

  .vertical4 {
    display: none;
  }

  .horizontal4 {
    display: none;
  }

  .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/panorama_escale.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    text-align: center;
    width: 100px;
    background-size: 700px;
    height: 350px;
    display: none;

  }

  .banner a {
    /* display: none; */
    bottom: 316px;
    margin-bottom: 417px;
    left: 13px;
    top: 263px;
  }

  .pricing {
    align-items: center;
  }

  .pricing .plan.basic {
    display: none;
  }

  .pricing .plan.basic2 {
    display: none;
  }

  .trainers {
    text-align: center;
  }

  .trainers .box-container {
    position: absolute;
    align-items: center;
    left: 60px;
    /* margin-bottom: 200px;*/
    /* margin: 20px; */
    /* display: flex; */
    gap: 50px;
  }

  .footer {
    position: relative;
    top: 1100px;
    

  }

  .video {
    position: relative;
    /* align-items: center; */
    left: 145px;
  }

  .home .slide {
    position: relative;
    min-height: 72vh;
    background-size: 350px !important;
    background-position: center !important;
    padding: 9rem 2%;
    display: flex;
    align-items: center;
  }

  .blogs-slider {
    align-items: center;
    /* left: 10px; */
    right: 20px;
    width: 390px;
  }
  

  .trainers .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
    gap: 9%;
    left: 15%;
    width: 50%;
  }

  .trainers .box-container .box {
    height: 90%;
    border-radius: 10%;
    border: 1px solid red;
    overflow: hidden;
    position: relative;
    /* align-items: center; */
  }

  .trainers .box-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 700px) {
  #menu-btn {
    display: inline-block;
  }

  #menu-btn.fa-times {
    transform: rotate(180deg);
  }

  .header {
    padding: 2rem;
  }

  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: rgba(23, 23, 23, 255);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  .header .navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .header .navbar a {
    display: block;
    font-size: 2rem;
  }

  .about {
    gap: 3rem;
  }

  .about .image {
    margin-top: 5rem;
  }

  .about .content .title {
    font-size: 3rem;
  }

  .features .box-container .box.second {
    flex-flow: column;
  }
}
@media (max-width: 450px) {
   html {
    font-size: 50%;
  } 




}





.swiper-wrapper .swiper-slide{
  margin-left: 0%;
}






/* CSS NOVO  */


/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

/* body {
  background-color: #f8f9fa;
  color: #333;
} */

.contato-section {
  background-color: #1a1a1a00;
  color: #fff;
  padding: 60px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #e11b22;
}

.contato-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.contato-card {
  background-color: #262626;
  border-radius: 10px;
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.contato-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgb(243 15 15 / 39%);
}

.contato-card h3 {
  font-size: 24px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
}

.contato-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #e11b22;
}

.contato-info p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.contato-info i {
  width: 40px;
  height: 40px;
  background-color: #e11b22;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 18px;
}

.social-media {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.social-icon {
  width: 45px;
  height: 45px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #e11b22;
  transform: translateY(-5px);
}

.newsletter-form {
  margin-top: 20px;
}

.newsletter-form p {
  margin-bottom: 20px;
  font-size: 16px;
}

.input-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group input {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: background-color 0.3s;
}

.input-group input:focus {
  background-color: #444;
}

.input-group input::placeholder {
  color: #aaa;
}

.btn-subscribe {
  display: inline-block;
  background-color: #e11b22;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-subscribe:hover {
  background-color: #f02f36;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(225, 27, 34, 0.4);
}

@media (max-width: 768px) {
  .contato-grid {
      grid-template-columns: 1fr;
  }
  
  .section-title {
      font-size: 32px;
  }
  
  .contato-card {
    padding: 20px;
    position: relative;
    /* width: 39%; */
    margin-top: 270%;
    margin-bottom: -250%;
  }

  .container h1 {
    display: none;
  }

  .footer .box-container .box p{
    /* display: none; */
    margin-left: 10%;
    margin-top: -11%;
  }
}


.footer .box-container .box p a{
  color: red;
}




