@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

:root {
  --cor-background: #fff;
  --color-icones: #fff;
  --color-linhaVertical: #fff;
  --color-fonteBranca: #fff;
  --color-header: #e30613;
  --color-linhaFooter: #e30613;
  --color-borderIMG: #9a1915;
  --color-corLinha: #9a1915;
  --color-footer: #9a1915;
  --color-menu: #9a1915;
  --color-abaCheck: #9a1915;
  --color-fontePreto: #000;
  --color-aba: #e0e0e0;
  --color-quadroSimulados: #c2c2c281;
  --cor-link: #2cc3ff;
  --cor-carrossel-p: #484848;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #ffffffff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 50;
  font-style: normal;
}

/* inicio do conteudo */

.main-div-header {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  padding: 10rem;
}


.div-ajuste {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.div-filho-1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.img-professor {
  margin-top: 6.25rem;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}

#line-text-01 {
  height: 0.3rem;
  width: 13%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem 0;
}

#line-text-02 {
  height: 0.3rem;
  width: 19%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

.text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-align: justify;
  padding: auto;
  width: 60%;
}

.line-intro {
  height: 5px;
  margin: 20px auto;
  width: 85%;
  background-color: var(--color-corLinha);
}

.video-esq {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10rem;
}

.iframe {
  width: 100%;
}

.video-dir {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-around;
  padding: 10rem;
}

.text-just {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 60%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}

.div-itens {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.div-itens h2 {
  font-size: 40px;
}

#line-experiencia {
  height: 0.3rem;
  width: 60%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

#line-vestibular {
  height: 0.3rem;
  width: 67%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

#line-evolucao {
  height: 0.3rem;
  width: 39%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

#line-estudo {
  height: 0.3rem;
  width: 55%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

#line-problemas {
  height: 0.3rem;
  width: 74%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

#line-resumo {
  height: 0.3rem;
  width: 68%;
  background-color: var(--color-corLinha);
  margin-left: 0.2rem;
  margin: 1.5rem 0;
}

.h3-p {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  align-items: flex-end;
}

.titulo-video-dir {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .sociologia-header {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0rem;
    padding: 1rem;
  }

  .vertical-line {
    display: none;
  }

  .logo-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 100%;
  }

  .logo-header img {
    max-width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0;
  }

  .header-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .image-banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-banner img {
    width: 100%;
    height: auto;
  }

  .links p {
    font-size: 1rem;
  }

  .links {
    gap: 30px;
  }

  .topics-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

  }

  .aba-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .main-div-header {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 2rem;
  }

  .div-ajuste {
    gap: 20px;
  }

  .div-filho-1 {
    flex-direction: column;
    gap: 10px;
  }

  .video-dir,
  .video-esq {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  #line-evolucao {
    height: 0.3rem;
    width: 90%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-vestibular {
    height: 0.3rem;
    width: 90%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-experiencia {
    height: 0.3rem;
    width: 90%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-problemas {
    height: 0.3rem;
    width: 90%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  .text-just {
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }

  .texto-1 {
    display: flex;
    align-items: center;
    text-align: justify;
    padding: auto;
    width: 100%;
  }

  .text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    text-align: justify;
    padding: auto;
    width: 100%;
  }

  .img-professor {
    margin-top: 2rem;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  #line-text-01 {
    width: 50%;
  }

  #line-text-02 {
    width: 60%;
  }

  .h3-p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
    align-items: flex-start;
  }

  .titulo-video-dir {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }

  iframe{
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sociologia-header {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .logo-header {
    display: flex;
    gap: 0px;
  }

  .logo-header img {
    max-width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0;
  }

  .vertical-line {
    display: none;
  }

  .links p {
    font-size: 1rem;
  }

  .main-div-header {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 2rem;
  }

  .topics-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .div-ajuste {
    gap: 10px;
    align-items: center;
  }

  .div-filho-1 {
    flex-direction: column;
    gap: 10px;
  }

  .titulo-001 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .img-professor {
    margin-top: 2rem;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .video-dir,
  .video-esq {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .text-just {
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }

  .texto-1 {
    display: flex;
    align-items: center;
    text-align: justify;
    padding: auto;
    width: 100%;
  }

  .line-text-01 {
    width: 50%;
  }

  #line-text-02 {
    width: 60%;
  }

  .h3-p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
    align-items: flex-start;
  }

  .titulo-video-dir {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
    
  }

  #line-experiencia {
    height: 0.3rem;
    width: 80%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-vestibular {
    height: 0.3rem;
    width: 87%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-evolucao {
    height: 0.3rem;
    width: 90%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-estudo {
    height: 0.3rem;
    width: 55%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-problemas {
    height: 0.3rem;
    width: 100%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }

  #line-resumo {
    height: 0.3rem;
    width: 68%;
    background-color: var(--color-corLinha);
    margin-left: 0.2rem;
    margin: 1.5rem 0;
  }
}

/* RESPONSIVIDADE PARA DESKTOP */
@media screen and (max-width: 1440px){
  #line-text-01 {
    width: 26%;
    margin-top: -1.2rem;
  }
  
  #line-text-02 {
    width: 32%;
    margin-top: 0.2rem;
  }

  #line-experiencia{
    width: 56%;
    margin-top: -0.1rem;
  }

  #line-vestibular{
    width: 67.5%;
    margin-top: -1.5rem;
  }

  #line-evolucao{
    width: 61%;
    margin-top: -0.2rem;
  }

  .dicas-filmes{
    margin-left: 35%;
  }

  #line-vestibular{
    width: 64.3%;
    margin-top: -0.2rem;
  }

  .titulo{
    width: 40rem;
  }
}