

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-roboto);
}

body {
  background-color: #ffffff;
  color: #0f172a;
}

.background-icon {
  margin-bottom: -250px;
    width: 10%;
    height: auto;
    -webkit-user-drag: none;
  }

.monitoria-header {
  margin-top: 164px;
  background-image: url(../../images/pessoas-negocio-usando-internet-azul.jpg);
  background-attachment: fixed;
  background-size: cover;
  /*background: linear-gradient(90deg, #10133b, #1e2060);*/
  color: white;
  padding: 5rem 2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: 'Oswald';
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.2);
}

.sobre-nos-icon-one {
  width: 18px;
  animation: float-sobre-nos-one 13s ease-in-out infinite;
  margin-left: auto;
  margin-right: 360px;
  position: relative;
  top: 80px;
}

@keyframes float-sobre-nos-one {
  0%   { transform: translate(0px, 0px) rotate(0deg); }
  15%  { transform: translate(-40px, 35px) rotate(-5deg); }
  30%  { transform: translate(50px, 25px) rotate(4deg); }
  50%  { transform: translate(70px, -20px) rotate(-6deg); }
  70%  { transform: translate(25px, 40px) rotate(6deg); }
  85%  { transform: translate(-45px, -30px) rotate(-4deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

.content-grid {
  padding: 3rem;
  padding-right: 150px;
  padding-left: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 1800px;
  margin: auto;
}

.info-block {
  padding: 1rem 0;
  margin-left: 190px;
}

.info-block h2 {
  color: #10133B;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: uppercase;
  font-optical-sizing: auto;
}

.info-block h2::before {
  content: none !important;
  display: none !important;
}

.info-block p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: justify;
  color: #334155;
  hyphens: auto;
  text-justify: inter-word;
}

.visual-element {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -40px;
}

.visual-element img {
  width: 230px;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
}

.feature-icon {
  width: 80px;
  margin-bottom: 1rem;
}

.icon-wrapper {
  text-align: center;
}

/* ==================== CELULARES PEQUENOS (até 480px) ==================== */
@media (max-width: 480px) {
  .monitoria-header {
    margin-top: 110px;
    font-size: 1.1rem;
    padding: 1.5rem 1rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
    margin-bottom: 80px;
    margin-left: 0px;
    width: 100%;
  }

  .content-grid .info-block {
    order: 1;
    margin-left: 0 !important;
  }

  .info-block h2 {
    font-size: 1rem;
    text-align: left;
  }

  .info-block p {
    font-size: 0.9rem;
  }

  .content-grid .visual-element {
    order: 2;
    margin-right: 0 !important;
  }

  .visual-element img {
    width: 120px;
  }

  .feature-icon {
    width: 60px;
  }

  .background-icon {
    margin-bottom: -250px;
    width: 30%;
    height: auto;
  }
  
  .sobre-nos-icon-one {
    top: 260px;
    margin-right: 80px;
  }
}

/* ==================== CELULARES MÉDIOS (481px até 576px) ==================== */
@media (min-width: 481px) and (max-width: 576px) {
  .monitoria-header {
    margin-top: 120px;
    font-size: 1.2rem;
    padding: 2rem 1rem;
  }

  .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1.8rem 1.2rem;
    justify-items: center;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 50px;
    width: 100%;
  }

  .info-block {
    margin-left: 0 !important;
    width: 100%;
  }

  .info-block h2 {
    font-size: 1.1rem;
    text-align: left;
  }

  .info-block p {
    font-size: 0.95rem;
  }

  .visual-element {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0 !important;
  }

  .visual-element img {
    width: 130px;
  }

  .feature-icon {
    width: 65px;
  }

  .background-icon {
    width: 28%;
    margin-bottom: -250px;
  }

  .sobre-nos-icon-one {
    top: 260px;
    margin-right: 80px;
  }
}

/* ==================== CELULARES GRANDES (577px até 767px) ==================== */
@media (min-width: 577px) and (max-width: 767px) {
  .monitoria-header {
    margin-top: 120px;
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
  }

  .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
    justify-items: center;
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }

  .info-block {
    margin-left: 0 !important;
    width: 100%;
  }

  .info-block h2 {
    font-size: 1.4rem;
    text-align: left;
  }

  .info-block p {
    font-size: 0.9rem;
  }

  .visual-element {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 150px;
  }

  .visual-element img {
    width: 140px;
  }

  .feature-icon {
    width: 60px;
  }

  .background-icon {
    width: 10%;
    margin-bottom: -250px;
  }
  
  .sobre-nos-icon-one {
    top: 200px;
    margin-right: 80px;
  }
}

/* ==================== TABLETS (768px até 1024px) ==================== */
@media (min-width: 768px) and (max-width: 1200px) {
  .monitoria-header {
    margin-top: 140px;
    font-size: 2.3rem;
    padding: 2.5rem 2rem;
  }

  .content-grid {
    grid-template-columns: 1fr 1fr;
    padding: 2.5rem 50px;
    margin-bottom: 100px;
    margin-left: 0px;
    width: 100%;
  }

  .content-grid .info-block {
    order: unset;
    margin-left: 80px;
  }

  .info-block h2 {
    font-size: 1.4rem;
    text-align: left;
  }

  .info-block p {
    font-size: 1.1rem;
  }

  .content-grid .visual-element {
    order: unset;
    margin-right: -20px;
  }

  .visual-element img {
    width: 170px;
  }

  .feature-icon {
    width: 70px;
  }

  .background-icon {
    width: 12%;
  }
  
  .sobre-nos-icon-one {
    top: 90px;
    margin-right: 75px;
  }
}

/* ==================== NOTEBOOKS GRANDES (1201px até 1439px) ==================== */
@media (min-width: 1201px) and (max-width: 1439px) {
  .monitoria-header {
    font-size: 2.5rem;
    padding: 3rem 2.5rem;
  }

  .content-grid {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 120px;
    margin-bottom: 60px;
    column-gap: 60px;
    margin-left: 0px;
    width: 100%;
  }

  .info-block {
    margin-left: 95px;
  }

  .info-block h2 {
    font-size: 1.8rem;
  }

  .info-block p {
    font-size: 1.2rem;
  }

  .visual-element {
    width: 70%;
    margin-left: 40px;
    margin-right: 0;
  }

  .visual-element img {
    width: 190px;
  }

  .feature-icon {
    width: 80px;
  }

  .sobre-nos-icon-one {
    margin-right: 140px;
  }
}

/* ==================== DESKTOPS PEQUENOS (1440px até 1599px) ==================== */
@media (min-width: 1440px) and (max-width: 1699px) {
  .monitoria-header {
    font-size: 2.8rem;
    padding: 3rem 3rem;
  }

  .content-grid {
    padding: 3rem 120px;
    margin-left: 0px;
    width: 100%;
  }

  .info-block {
    margin-left: 140px;
  }

  .info-block h2 {
    font-size: 1.9rem;
  }

  .info-block p {
    font-size: 1.25rem;
  }

  .visual-element img {
    width: 190px;
  }

  .feature-icon {
    width: 80px;
  }

  .sobre-nos-icon-one {
    margin-right: 180px;
  }
}