.header-1 {
  width: 100vw;
  height: 100vh;
  background: url('/assets/images/img-new/bgofc.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20%;
}

.header-1 h1 {
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-shadow: #000000 2px 2px 2px;
  overflow-y: hidden;
  font-family: 'Belanosima', sans-serif;
  text-transform: uppercase;
}

.header-1 h2 {
  font-weight: 600;
  line-height: 2.5ch;
  text-shadow: #000000 2px 2px 2px;
}

.header-2 {
  width: 100vw;
  height: 100vh;
  background: url('/assets/images/img-new/bgofc2.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20%;
}

.header-2 h1 {
  font-weight:900;
  overflow-y: hidden;
  font-family: 'Belanosima', sans-serif;
  text-transform: uppercase;
  text-shadow: #000000 2px 2px 2px;
}

.header-2 h2 {
  font-weight: 600;
  line-height: 2.5ch;
  text-shadow: #000000 2px 2px 2px;
}

.header-3 {
  width: 100vw;
  height: 100vh;
  background: url('/assets/images/img-new/bgofc3.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20%;
}

.header-3 h1 {
  font-weight: 900;
  overflow-y: hidden;
  font-family: 'Belanosima', sans-serif;
  text-transform: uppercase;
  text-shadow: #000000 2px 2px 2px;
}

.header-3 h2 {
  font-weight: 600;
  line-height: 2.5ch;
  text-shadow: #000000 2px 2px 2px;
}

.portaco {
  width: 80vw;
  margin: auto;
  position: relative;
  padding: 40px 0 40px 0;
  top: -10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  background: linear-gradient(rgba(2, 2, 2, 0.9), rgba(10, 10, 10, 0.9)), url('/assets/images/bg-blur.png');
  background-size: cover;
  align-items: center;
  justify-content: center;
}


.portaco .img-service-1 {
  width: 600px;
  border-radius: 10px;
  margin-top: 100px;
}

.portaco .div-text {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 100px;
  margin-left: 60px;
}
.portaco h1 {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px 30px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 25px 0 0 25px;
  z-index: 10;
}

.portaco .img-portaco-mobile {
  display: none;
  padding: 20px;
}

.portaco .img-portaco-mobile img {
  width: 100%;
  border-radius: 10px;
}

.portaco2 {
  width: 80vw;
  margin: auto;
  position: relative;
  top: -10px;
  padding: 40px;
  border-radius: none;
  display: flex;
  background-color: #252525;
  background-size: cover;
  align-items: center;
  justify-content: center;
}


.portaco2 .img-service-1 {
  width: 600px;
  border-radius: 10px;
}

.portaco2 .div-text {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 60px;
}

.portaco2 .img-portaco-mobile {
  display: none;
  padding: 20px;
}

.portaco2 .img-portaco-mobile img {
  width: 100%;
  border-radius: 10px;
}

main {
  width: 80vw;
  position: relative;
  padding: 50px;
  top: -10px;
  display: flex;
  margin: auto;
  background-color: rgb(73, 72, 72);
  border-radius: 0 0 10px 10px;
}

main h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: white !important;
}

main h3 {
  padding: 0 0 30px 0;
  font-size: medium;
  text-align: center;
  width: 100%;
  color: white;
}

main .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

main .card {
  width: 90% !important;
  border-radius: 20px;
}

.card img {
  width: 100%;
  height: 350px;
}

.card .card-footer {
  background-color: white;
  display: flex;
  margin: 0 !important;
  padding: 50x;
  border: none;
  justify-content: center;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  header {
    height: 60vh;
    position: static !important;
  }

  .header-1 {
    height: 60vh;
    background: url('/assets/images/img-new/bg-mobile-1.jpeg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .header-2 {
    height: 60vh;
  }

  .header-2 {
    height: 60vh;
    padding: 0 12% !important;
  }

  .header-3 {
    height: 60vh;
  }

  header h1 {
    font-size: 36px !important;
  }

  header h2 {
    font-size: 20px;
  }

  .portaco {
    width: 100%;
    height: 100% !important;
    position: static !important;
    flex-direction: column;
    border-radius: 0;
  }

  .portaco div {
    width: 100%;
  }

  .portaco .div-text {
    width: 100%;
    margin: 0 !important;
  }

  .portaco .img-service-1 {
    display: none;
    position: static !important;
    width: 80%;
    height: 250px;
    border-radius: 5px;
    justify-self: center;
    align-self: center;
    margin: 30px;
  }

  .portaco h1 {
    position: static;
    font-size: 32px;
    margin: 30px 0 0 30px;
  }

  .portaco div h3 {
    font-size: 24px;
    padding: 30px 30px 10px 30px;
  }

  .portaco div ul {
    width: 80%;
  }

  .portaco div button {
    margin-bottom: 50px;
  }

  .portaco .img-portaco-mobile {
    display: block;
    padding: 20px;
  }
  
  .portaco .img-portaco-mobile img {
    width: 100%;
    border-radius: 10px;
  }

  .portaco2 {
    width: 100%;
    height: 100% !important;
    position: static !important;
    flex-direction: column;
    border-radius: 0;
  }

  .portaco2 div {
    width: 100%;
  }

  .portaco2 .div-text {
    width: 100%;
    margin: 0 !important;
  }

  .portaco2 .img-service-1 {
    display: none;
    position: static !important;
    width: 80%;
    height: 250px;
    border-radius: 5px;
    justify-self: center;
    align-self: center;
    margin: 30px;
  }

  .portaco2 h1 {
    position: static;
    font-size: 32px;
    margin: 30px 0 0 30px;
  }

  .portaco2 div h3 {
    font-size: 24px;
    padding: 30px 30px 10px 30px;
  }

  .portaco2 div ul {
    width: 80%;
  }

  .portaco2 div button {
    margin-bottom: 50px;
  }

  .portaco2 .img-portaco-mobile {
    display: block;
    padding: 20px;
  }
  
  .portaco2 .img-portaco-mobile img {
    width: 100%;
    border-radius: 10px;
  }

  main {
    width: 100%;
    position: static;
    border-radius: 0px;
    padding: 0;
  }

  main h1 {
    padding: 30px 30px 0 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: white !important;
  }

  main h3 {
    padding: 0;
    font-size: small;
    text-align: center;
    width: 100%;
    color: white;
  }

  main .wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    padding: 30px 0;
  }

  main .card {
    width: 90% !important;
    border-radius: 20px;
  }
}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    height: 60vh;
    position: static !important;
  }

  .header-1 {
    height: 60vh;
  }

  .header-2 {
    height: 60vh;
  }

  .header-2 {
    height: 60vh;
    padding: 0 12% !important;
  }

  .header-3 {
    height: 60vh;
  }

  header h1 {
    font-size: 36px !important;
  }

  header h2 {
    font-size: 20px;
  }

  .portaco {
    width: 100%;
    height: 100% !important;
    position: static !important;
    flex-direction: column;
    border-radius: 0;
  }

  .portaco div {
    width: 80%;
  }

  .portaco .div-text {
    width: 80%;
    margin: 0 !important;
  }

  .portaco .img-service-1 {
    display: none;
    position: static !important;
    width: 80%;
    height: 250px;
    border-radius: 5px;
    justify-self: center;
    align-self: center;
    margin: 30px;
  }

  .portaco h1 {
    position: static;
    font-size: 32px;
    margin: 10px 0 0 40px;
  }

  .portaco div h3 {
    font-size: 24px;
    padding: 30px 30px 10px 30px;
  }

  .portaco div ul {
    width: 80%;
  }

  .portaco div button {
    margin-bottom: 50px;
  }

  .portaco .img-portaco-mobile {
    width: 100% !important;
    display: block;
  }
  
  .portaco .img-portaco-mobile img {
    border-radius: 10px;
  }

  .portaco2 {
    width: 100%;
    height: 100% !important;
    position: static !important;
    flex-direction: column;
    border-radius: 0;
  }

  .portaco2 div {
    width: 80%;
  }

  .portaco2 .div-text {
    width: 80%;
    margin: 0 !important;
  }

  .portaco2 .img-service-1 {
    display: none;
    position: static !important;
    width: 80%;
    height: 250px;
    border-radius: 5px;
    justify-self: center;
    align-self: center;
    margin: 30px;
  }

  .portaco2 h1 {
    position: static;
    font-size: 32px;
    margin: 10px 0 0 40px;
  }

  .portaco2 div h3 {
    font-size: 24px;
    padding: 30px 30px 10px 30px;
  }

  .portaco2 div ul {
    width: 80%;
  }

  .portaco2 div button {
    margin-bottom: 50px;
  }

  .portaco2 .img-portaco-mobile {
    width: 100% !important;
    display: block;
  }
  
  .portaco2 .img-portaco-mobile img {
    border-radius: 10px;
  }

  main {
    width: 100%;
    position: static;
    border-radius: 0px;
    padding: 0;
  }

  main h1 {
    padding: 30px 30px 0 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: white !important;
  }

  main h3 {
    padding: 0;
    font-size: small;
    text-align: center;
    width: 100%;
    color: white;
  }

  main .wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    padding: 30px 30px;
  }

  main .card {
    width: 100% !important;
    border-radius: 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    height: 80vh;
    position: static !important;
  }

  .header-1 {
    height: 80vh;
  }

  .header-2 {
    height: 80vh;
  }

  /* .header-2 {
    height: 0vh;
    padding: 0 12% !important;
  } */

  .header-3 {
    height: 80vh;
  }

  header h1 {
    font-size: 56px !important;
  }

  header h2 {
    font-size: 24px;
  }

  .portaco {
    width: 100%;
    height: 100% !important;
    position: static !important;
    flex-direction: column;
    border-radius: 0;
  }

  .portaco div {
    width: 100%;
  }

  .portaco .div-text {
    width: 100%;
    margin: 0 !important;
    padding: 30px;
  }

  .portaco .img-service-1 {
    display: none;
    position: static !important;
    width: 80%;
    height: 250px;
    border-radius: 5px;
    justify-self: center;
    align-self: center;
    margin: 30px;
  }

  .portaco h1 {
    position: static;
    font-size: 32px;
    margin: 80px 0 0 30px;
  }

  .portaco div h3 {
    font-size: 32px;
    padding: 30px 30px 10px 30px;
  }

  .portaco div ul {
    width: 80%;
    padding: 30px;
  }

  .portaco div ul li {
    font-size: x-large;
  }

  .portaco div button {
    margin-bottom: 50px;
  }

  .portaco .img-portaco-mobile {
    display: block;
    padding: 20px;
  }
  
  .portaco .img-portaco-mobile img {
    width: 100%;
    border-radius: 10px;
  }
  
  .portaco2 {
    width: 100%;
    height: 100% !important;
    position: static !important;
    flex-direction: column;
    border-radius: 0;
  }

  .portaco2 div {
    width: 100%;
  }

  .portaco2 .div-text {
    width: 100%;
    margin: 0 !important;
    padding: 30px;
  }

  .portaco2 .img-service-1 {
    display: none;
    position: static !important;
    width: 80%;
    height: 250px;
    border-radius: 5px;
    justify-self: center;
    align-self: center;
    margin: 30px;
  }

  .portaco2 h1 {
    position: static;
    font-size: 32px;
    margin: 80px 0 0 30px;
  }

  .portaco2 div h3 {
    font-size: 32px;
    padding: 30px 30px 10px 30px;
  }

  .portaco2 div ul {
    width: 80%;
    padding: 30px;
  }

  .portaco2 div ul li {
    font-size: x-large;
  }

  .portaco2 div button {
    margin-bottom: 50px;
  }

  .portaco2 .img-portaco-mobile {
    display: block;
    padding: 20px;
  }
  
  .portaco2 .img-portaco-mobile img {
    width: 100%;
    border-radius: 10px;
  }

  main {
    width: 100%;
    position: static;
    border-radius: 0px;
    padding: 0;
  }

  main h1 {
    padding: 30px 30px 0 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: white !important;
  }

  main h3 {
    padding: 0;
    font-size: small;
    text-align: center;
    width: 100%;
    color: white;
  }

  main .wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    padding: 30px 30px;
  }

  main .card {
    width: 90% !important;
    border-radius: 20px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portaco {
    width: 100%;
    border-radius: 0;
    padding: 80px;
    height: 100%;
    top: 0;
  }

  .portaco h1 {
    text-align: center;
  }

  main {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    top: 0;
  }

  main h1 {
    padding: 60px 30px 0 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: white !important;
  }

  main h3 {
    padding: 0;
    font-size: medium;
    text-align: center;
    width: 100%;
    color: white;
  }

  main .wrapper {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding: 60px 30px;
  }

  main .card {
    width: 100% !important;
    border-radius: 20px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */