/*
    Theme Name: ana-carolina-maciel
    Theme URI: https://carolinamaciel.com/
    Author: Kleberson Vinicius
    Author URI: http://klebervini.dev
    Description: Tema criado para a jornalista Ana Carolina Ramos Maciel
    Version: 1.0
*/
/*##### FONTES E CORES #####*/
@font-face {
  font-family: Glamor Regular;
  src: url("assets/fonts/Glamor-Regular.ttf");
}
@font-face {
  font-family: Open Sans;
  src: url("fonts/OpenSans.ttf");
}

:root {
  --main-color: #e191b1;
  --main-font: "Inter", sans-serif;
  --second-font: Glamor Regular, serif;
}

/*##### FONTES E CORES #####*/

body {
  font-family: var(--main-font);
  overflow-x: hidden;
}

/*##### RESETE #####*/
* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

a:visited {
  color: #000;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

/*##### RESETE #####*/

/*##### SCROLLBAR #####*/
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.151);
  border-radius: 20px;
}

/*##### SCROLLBAR #####*/

/*##### SCREEN ONE #####*/
header {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
	position: fixed;
	z-index: 999;
}

header .container {
  max-width: 1180px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
}

header .container #logo {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
@media (max-width: 250px) {
  header .container #logo {
    display: none !important;
  }
}
header .container #logo span {
  width: 0.25rem;
  height: 0.938rem;
  background: var(--main-color);
  margin-right: 0.188rem;
}

header .container #logo p {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  header.container #logo p {
    font-size: 16px;
  }

  header .container #logo span {
    width: 0.25rem;
    height: 0.9rem;
  }
}

header .container #menu {
  display: flex;
}

header .container #menu li {
  font-weight: 400;
  font-size: 0.875rem;
  margin-left: 20px;
}

header .container #menu li a {
  padding-bottom: 2px;
  text-transform: uppercase;
}

@media (max-width: 430px) {
  header .container #menu {
    /*display: none; */
  }

  header .container nav {
    /* display: flex; */
  }
}

main.conteudo_tela_inicial {
  display: flex;
  border-top: 1px solid #f2f4f7;
  padding: 0 20px;
  height: calc(100vh - 50px);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  background-image: url("assets/imgs/bg-inicio.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main.conteudo_tela_inicial .container {
  display: flex;
  max-width: 1180px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

main.conteudo_tela_inicial .container .content {
  margin-top: 20px;
  align-content: stretch;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  main.conteudo_tela_inicial .container .content {
    flex-direction: column;
  }
}

main.conteudo_tela_inicial .container .content .title {
  font-family: var(--second-font);
  flex: 0 0 50%;
}

@media (max-width: 600px) {
  main.conteudo_tela_inicial .container .content .title {
    font-family: var(--second-font);
    flex: 0;
  }
}

main.conteudo_tela_inicial .container .content .title h1 {
  font-size: 3.125rem;
  text-transform: uppercase;
  font-weight: 500;
}

main.conteudo_tela_inicial .container .content .title h2 {
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
}

main.conteudo_tela_inicial .container .content .text {
  padding-left: 50px;
  text-align: justify;
  flex: 0 0 50%;
}

main.conteudo_tela_inicial .container .content .text p {
  font-family: var(--main-font);
  font-weight: 300;
  font-size: 1.25rem;
}

@media (max-width: 600px) {
  main.conteudo_tela_inicial .container .content .title h1 {
    font-size: 35px;
  }

  main.conteudo_tela_inicial .container .content .title h2 {
    font-size: 25px;
  }

  main.conteudo_tela_inicial .container .content .text {
    flex: 0;
    padding-left: 0px;
  }

  main.conteudo_tela_inicial .container .content .text p {
    margin-top: 10px;
    font-size: 18px;
  }
}

main.conteudo_tela_inicial .mouse-alt {
  margin-bottom: 20px;
  display: flex;
  font-size: 1.875rem;
  color: var(--main-color);
  -webkit-animation: shake-vertical 4s 5s 4;
  animation: shake-vertical 4s 5s 4;
  user-select: none;
}

main.conteudo_tela_inicial .mouse-alt:hover {
  color: #fa99c0;
  -webkit-animation: shake-vertical 4s 5s 4;
  animation: shake-vertical 4s 1s 4;
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }

  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }

  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

section {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  align-items: center;
}

section .container {
  max-width: 1180px;
}

section .container.section_meet {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

section .container.section_meet .meet_title {
  margin-top: 4rem;
  margin-bottom: 40px;
  display: flex;
  width: 100%;
}

section .container.section_meet .meet_title .title_container {
  display: flex;
}

section .container.section_meet .meet_title .title_container .title_main {
  width: 100%;
  user-select: none;
  font-size: 25px;
  font-weight: bold;
  font-family: var(--second-font);
}

section
  .container.section_meet
  .meet_title
  .title_container
  .title_main
  .title_menor {
  font-style: italic;
}

section#start_to_meet_me .container.section_meet .titled_body_meet {
  align-items: center;
  margin-top: 50px;
  text-align: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  font-family: var(--second-font);
  margin-bottom: 40px;
  text-transform: uppercase;
}

section .container.section_meet .titled_body_meet .title_menor {
  font-style: italic;
}

section .container.section_meet .meet_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1000px) {
  section .container.section_meet .meet_body {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

section .container.section_meet .meet_body p.body_text {
  font-size: 18px;
  flex: 1;
  padding-right: 30px;
  font-weight: 300;
  text-align: justify;
  max-width: 50%;
  letter-spacing: 0.02em;
  line-height: 30px;
}

@media (max-width: 600px) {
  section#start_to_meet_me .container.section_meet .titled_body_meet {
    display: flex;
    font-size: 23px;
  }

  section .container.section_meet .meet_body p.body_text {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  section .container.section_meet .meet_body p.body_text {
    flex: 0;
    letter-spacing: initial;
    line-height: 26px;
    text-align: justify;
    padding-right: 0;
    margin-top: 3px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

section .container.section_meet .meet_body img.body_img {
  width: auto;
  max-height: 400px;
}

@media (max-width: 1000px) {
  section .container.section_meet .meet_body img.body_img {
    max-width: 100%;
  }
}

section#start_infos {
  padding-top: 5.25rem;
  padding: 0 20px;
  margin: 20px 0;
  margin-bottom: 40px !important;
}
div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos
  span.infos_type
  ul
  li:not(:first-child) {
  display: none;
}
section .container.section_infos {
  display: flex;
  width: 100%;
  align-items: baseline;
  align-content: stretch;
}

section .container.section_infos > div {
  margin-top: 20px;
  margin-right: 10px;
	width: 33%;
}

section .container.section_infos .content .title {
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: bold;
  display: flex;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

section .container.section_infos .content .body .body_li {
  margin-bottom: 20px;
  border-bottom: 1px solid #00000005;
  padding-bottom: 5px;
}

section .container.section_infos .content .body .body_li h3.body_title {
  font-weight: 400;
  font-size: 18px;
}

section .container.section_infos .content .body .body_li p.body_text {
  font-weight: lighter;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 940px) {
  section .container.section_infos {
    flex-direction: column;
  }
  section .container.section_infos {
    max-width: 500px;
  }
  section .container.section_infos > div {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
  }
  section .container.section_infos .content .title {
    justify-content: center;
  }
}
section#start_project {
  padding-top: 5.25rem;
  height: 1000px;
}

section .container.section_projects {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section .container.section_projects .projects_title {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

section .container.section_projects .projects_title .title_container {
  display: flex;
}

section
  .container.section_projects
  .projects_title
  .title_container
  .title_main {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--second-font);
}

section
  .container.section_projects
  .projects_title
  .title_container
  .title_main
  .title_menor {
  font-style: italic;
}

section .container.section_projects .social {
  width: 500px;
  height: auto;
}

/*##### SCREEN PROJETOS #####*/
section#start_projects .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  user-select: none;
}

section#start_projects .container .projects_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

section#start_projects .container .projects_header .header_titled .titled_one {
  color: #7f56d9;
  font-size: 14px;
  margin-bottom: 5px;
}

section#start_projects .container .projects_header .header_titled .titled_two {
  font-weight: 600;
  font-size: 20px;
}

section#start_projects
  .container
  .projects_header
  .header_titled
  .titled_two
  span {
  padding-bottom: 3px;
  border-bottom: 2px solid black;
}

section#start_projects .container .projects_header .header_option {
  display: flex;
}

section#start_projects .container .projects_header .header_option li {
  margin-left: 14px;
  cursor: pointer;
}

section#start_projects .container .projects_header .header_option li.selected {
  font-weight: 600;
}

section#start_projects
  .container
  .projects_content
  .swiper
  .swiper-wrapper
  .swiper-slide
  iframe {
  width: 100%;
  height: 100%;
}

/*##### SCREEN CONTATO #####*/
section#screen_contato {
  display: flex;
  backdrop-filter: blur(100px);
}

section#screen_contato .container {
  display: flex;
  padding-bottom: 84px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/*##### SCREEN CONTATO #####*/
section#screen_contato .container .contato_area_form {
  flex: 0 0 40%;
}

@media (max-width: 885px) {
  section#screen_contato .container .contato_area_form {
    flex: 0 0 70%;
  }
}

@media (max-width: 600px) {
  section#screen_contato .container .contato_area_form {
    flex: 0 0 100%;
  }
}

section#screen_contato .container .contato_area_form h1 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
}

section#screen_contato .container .contato_area_form .area_form_text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  section#screen_contato .container .contato_area_form h1 {
    font-size: 23px;
  }

  section#screen_contato .container .contato_area_form .area_form_text p {
    font-size: 18px;
  }
}

section#screen_contato .container .contato_area_form .area_form_text ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
}


section#screen_contato .container .contato_area_form .area_form {
  display: flex;
  flex-direction: column;
}

section#screen_contato .container .contato_area_form .area_form .form_name {
  display: flex;
  width: 100%;
}

section#screen_contato
  .container
  .contato_area_form
  .area_form
  .form_name
  .name_ {
  flex: 1;
}

section#screen_contato
  .container
  .contato_area_form
  .area_form
  .form_name
  .sobrenome_ {
  flex: 1;
}

section#screen_contato
  .container
  .contato_area_form
  .area_form
  .form_name
  > label {
  margin-right: 20px;
}

section#screen_contato
  .container
  .contato_area_form
  .area_form
  .form_name
  .sobrenome_ {
  margin-right: 0;
}

section#screen_contato .container .contato_area_form .area_form > label {
  margin-bottom: 24px;
}

section#screen_contato .container .contato_area_form .area_form h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

section#screen_contato .container .contato_area_form .area_form input {
  border: 1px solid #d0d5dd;
  font-size: 14px;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
  height: 35px;
  border-radius: 3px;
}

section#screen_contato .container .contato_area_form .area_form textarea {
  resize: none;
  font-family: var(--main-font);
  border: 1px solid #d0d5dd;
  font-size: 16px;
  margin-top: 5px;
  width: 100% !important;
  padding: 5px;
  border-radius: 3px;
  height: 190px !important;
}

section#screen_contato .container .contato_area_form .area_form button {
  width: 100%;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  background-color: rgba(225, 145, 177, 0.3);
}
section#screen_contato .container .conta_area_img {
  display: flex;
  align-items: flex-start;
}
section#screen_contato .container .conta_area_img img {
  min-width: 80%;
  width: 100%;
}

@media (max-width: 885px) {
  section#screen_contato .container .conta_area_img img {
    display: none;
  }
}

/*##### SCREEN CONTATO #####*/

/*##### SCREEN BLOG #####*/
div#screen_blog {
  display: flex;
  flex-direction: column;
}

div#screen_blog footer {
  align-self: flex-end;
}

div#screen_blog div#start_content {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 35px;
  justify-content: center;
  margin-bottom: 150px;
	margin-top: 100px;
}

div#screen_blog div#start_content .container {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

div#screen_blog div#start_content .container .titled_blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

div#screen_blog div#start_content .container .titled_blog h1 {
  font-size: 25px;
  font-weight: 600;
}

div#screen_blog div#start_content .container .titled_blog p {
  font-size: 18px;
  margin-top: 5px;
  line-height: 1.5rem;
}

@media (max-width: 600px) {
  div#screen_blog div#start_content .container .titled_blog h1 {
    font-size: 23px;
  }

  div#screen_blog div#start_content .container .titled_blog p {
    font-size: 16px;
  }
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 470px) {
  div#screen_blog
    div#start_content
    .container
    .content_blog
    .content_blog_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 730px) {
  div#screen_blog
    div#start_content
    .container
    .content_blog
    .content_blog_container {
    grid-template-columns: repeat(3, 1fr);
  }
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link {
  display: flex;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 16px 24px;
  box-shadow: 0px 0px 15px 0px rgba(16, 24, 40, 0.05),
    0px 4px 6px -2px rgba(16, 24, 40, 0.01);
}
div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .container_img_post {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .container_img_post
  img.content_img {
  width: 100%;
  height: 200px;
}
div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos {
  display: flex;
  flex-direction: column;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos
  span.infos_type {
  font-weight: 600;
  margin: 10px 0;
  font-size: 14px;
}
div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos
  span.infos_type
  ul
  li
  > * {
  color: #6941c6;
}
div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos
  .infos_titled {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  min-height: 45px;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos
  .infos_titled
  h1.infos_title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_infos
  div.infos_desc
  > * {
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_author {
  display: flex;
  align-items: center;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_author
  img.author_img {
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_author
  .author_infos
  p.author_infos_name {
  font-family: "Inter";
  font-weight: 600;
  font-size: 13px;
  color: #101828;
}

div#screen_blog
  div#start_content
  .container
  .content_blog
  .content_blog_container
  .blog_link
  .blog_link_content
  .content_author
  .author_infos
  p.author_infos_date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #475467;
  text-transform: capitalize;
}

/*##### SCREEN BLOG #####*/

/*##### SCREEN BLOG POST #####*/
#screen_post section#header_to_post {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 400px) {
  #screen_post section#header_to_post {
    padding: 0 10px;
	    padding-top: 80px;
  }
}
#screen_post section#header_to_post .container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 600px) {
  #screen_post section#header_to_post .container {
    display: initial;
  }
}
#screen_post section#header_to_post .container .time_read {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: #f9f5ff;
  border-radius: 50px;
  color: #6941c6;
  font-size: 12px;
  margin-bottom: 10px;
}

#screen_post section#header_to_post .container .time_read .cate {
  border-radius: 50px;
  background-color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
  text-transform: capitalize;
}
#screen_post
  section#header_to_post
  .container
  .time_read
  .cate
  ul
  li:not(:first-child) {
  display: none;
}
@media (max-width: 250px) {
  #screen_post section#header_to_post .container .time_read .cate {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  #screen_post section#header_to_post .container .time_read {
    display: flex !important;
    flex-wrap: wrap;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    align-content: center;
  }
  #screen_post section#header_to_post .container .time_read .cate {
    margin-bottom: 5px;
    margin-right: 0px;
    background-color: #f9f5ff;
  }
}
@media (max-width: 400px) {
  #screen_post section#header_to_post .container .time_read {
    width: 50% !important;
  }
}
@media (max-width: 325px) {
  #screen_post section#header_to_post .container .time_read {
    width: 65% !important;
  }
}
@media (max-width: 325px) {
  #screen_post section#header_to_post .container .time_read {
    width: 100% !important;
  }
}
#screen_post section#header_to_post .container h1.title_post {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  word-break: break-word;
  margin: 10px 0;
}

#screen_post section#header_to_post .container div.line_fine > * {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #475467;
}

@media (max-width: 600px) {
  #screen_post section#header_to_post .container h1.title_post {
    font-size: 23px;
  }

  #screen_post section#header_to_post .container div.line_fine {
    font-size: 16px;
    width: 100%;
  }
}

#screen_post section#header_to_post .container img.capa_post {
  max-width: 100%;
  margin: 0 auto;
}

#screen_post section#header_to_post .container div.about_post {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 600px) {
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_created {
    width: 100%;
    justify-content: space-between;
  }
}

#screen_post section#header_to_post .container div.about_post div.post_created {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_created {
    width: 100%;
    justify-content: space-between;
  }
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_author {
  margin-right: 30px;
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_author,
#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_date {
  display: flex;
  flex-direction: column;
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_author
  .author_titled,
#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_date
  .date_titled {
  font-weight: 600;
  font-size: 15px;
  color: #7f56d9;
}

@media (max-width: 600px) {
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_created
    .created_author
    .author_titled,
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_created
    .created_date
    .date_titled {
    font-size: 12px;
  }
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_author
  .author_name,
#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_created
  .created_date
  .date_time {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 28px;
  color: #101828;
}

@media (max-width: 600px) {
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_created
    .created_author
    .author_name,
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_created
    .created_date
    .date_time {
    font-size: 13px;
  }
}

#screen_post section#header_to_post .container div.about_post div.post_options {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 250px) {
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_options {
    display: none;
  }
}
#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_options
  button.option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  gap: 8px;
  margin-right: 10px;
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_options
  button.option.copy {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_options
  button.option
  .uil.uil-copy {
  color: #344054;
}

#screen_post
  section#header_to_post
  .container
  div.about_post
  div.post_options
  button.option
  .uil {
  font-size: 18px;
  color: #98a2b3;
}

@media (max-width: 600px) {
  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_options {
    margin-top: 10px;
  }

  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_options
    button.option.copy {
    font-size: 12px;
  }

  #screen_post
    section#header_to_post
    .container
    div.about_post
    div.post_options
    button.option
    .uil {
    font-size: 16px;
  }
}
#screen_post section#header_to_post .container div.container_conteudo {
  margin-top: 30px;
  word-break: break-world;
  width: 100%;
}
#screen_post
  section#header_to_post
  .container
  div.container_conteudo
  .alignleft {
  float: left;
  margin-right: 15px;
}
#screen_post
  section#header_to_post
  .container
  div.container_conteudo
  .alignright {
  float: right;
  margin-left: 15px;
}
#screen_post section#header_to_post .container div.container_conteudo > * {
  max-width: 100%;
}
#screen_post section#header_to_post .container div.container_conteudo p {
  margin-bottom: 20px;
  line-height: 25px;
}
@media (max-width: 600px) {
  #screen_post
    section#header_to_post
    .container
    div.container_conteudo
    .alignleft {
    float: none;
    margin-right: 0;
    margin: 0 auto;
  }
  #screen_post
    section#header_to_post
    .container
    div.container_conteudo
    .alignright {
    float: none;
    margin-left: 0;
    margin: 0 auto;
  }
}

#screen_post section#header_to_post .container div.container_conteudo iframe {
  width: 100%;
  max-width: 100%;
}

.option {
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
}

.option:hover {
  transform: scale(1.05);
  background-color: #f0f0f0;
}

.option:active {
  transform: scale(0.95);
  background-color: #e0e0e0;
}

.toast {
  max-height: 70px;
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s;
  top: unset !important;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

/*##### SCREEN BLOG POST #####*/
footer {
  position: absolute;
  padding: 0 20px;
  margin: 0 auto;
  width: 100vw;
  display: flex;
  background-color: #f9fafb;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}

footer .container {
  max-width: 1180px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

footer .container .footer_up {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  border-bottom: 2px solid #eaecf0;
}

footer .container .footer_up #logo {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  user-select: none;
}
@media (max-width: 250px) {
  footer .container .footer_up #logo {
    display: none !important;
  }
}
footer .container .footer_up #logo span {
  width: 0.25rem;
  height: 0.938rem;
  background: var(--main-color);
  margin-right: 0.188rem;
}

footer .container .footer_up #logo p {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

footer .container .footer_up #menu {
  display: flex;
  align-items: center;
}
footer .container .footer_up #menu li {
  font-weight: 400;
  margin-left: 20px;
  font-size: 13px;
}
footer .container .footer_up #menu li select {
  padding: 2px;
}
footer .container .footer_up #menu li:first-child {
  margin-left: 0px;
}

footer .container .footer_up #menu li a {
  padding-bottom: 2px;
  text-transform: uppercase;
}
@media (max-width: 330px) {
  footer .container .footer_up #menu {
    flex-direction: column;
    align-items: start;
  }
  footer .container .footer_up #menu li {
    margin-left: 0px;
    margin-top: 5px;
  }
}
footer .container .footer_down {
  font-size: 12px;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container .footer_down .down_social {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .container .footer_down .down_social a i {
  font-size: 28px;
  margin-left: 5px;
  cursor: pointer;
}

footer .container .footer_down .down_social a i.uil-instagram-alt {
  color: #0092e4;
}

footer .container .footer_down .down_social a i.uil-linkedin {
  color: #0092e4;
}

/*menu hamburguer*/
header .container nav.menu_hamburguer {
  display: none;
}
@media (max-width: 430px) {
  header .container nav.menu_hamburguer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

header .container nav.menu_hamburguer .toggler {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 10px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
}

header .container nav.menu_hamburguer .hamburger {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container nav.menu_hamburguer .hamburger > div {
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  height: 2px;
  width: 30px;
  transition: all 0.4s ease;
}

header .container nav.menu_hamburguer .hamburger > div::before,
header .container nav.menu_hamburguer .hamburger > div::after {
  content: "";
  position: absolute;
  top: -10px;
  background: #000;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}

header .container nav.menu_hamburguer .hamburger > div::after {
  top: 10px;
}

header .container nav.menu_hamburguer .toggler:checked + .hamburger > div {
  background: rgba(0, 0, 0, 0);
}

header
  .container
  nav.menu_hamburguer
  .toggler:checked
  + .hamburger
  > div::before {
  top: 0;
  transform: rotate(45deg);
  background: black;
}

header .container nav.menu_hamburguer .toggler:checked ~ header {
  position: fixed;
  top: 0;
}

header
  .container
  nav.menu_hamburguer
  .toggler:checked
  + .hamburger
  > div::after {
  top: 0;
  transform: rotate(135deg);
  background: black;
}

header .container nav.menu_hamburguer #container_menu {
  width: 0%;
  transition: all 0.4s ease;
}

header .container nav.menu_hamburguer .toggler:checked ~ #container_menu {
  width: 100%;
  height: 100%;
  z-index: 5;
}

header .container nav.menu_hamburguer #container_menu > div > ul {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50px;
  padding: 10px;
  visibility: hidden;
}

header .container nav.menu_hamburguer #container_menu > div > ul > li {
  padding: 0.5rem;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

header .container nav.menu_hamburguer #container_menu > div > ul > li > p {
  font-weight: 400;
  font-size: 18px;
}

header .container nav.menu_hamburguer #container_menu > div > ul > li > a {
  color: black;
  text-decoration: none;
}

header
  .container
  nav.menu_hamburguer
  #container_menu
  > div
  > ul
  > li
  > a:hover {
  color: #e191b1;
}

header .container nav.menu_hamburguer .toggler:checked ~ #container_menu {
  width: 100%;
  height: 100%;
}

header
  .container
  nav.menu_hamburguer
  .toggler:checked
  ~ #container_menu
  > div
  > ul {
  transition: visibility 0.4s ease;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  visibility: visible;
}

.pag_dev {
  margin-top: 84px;
  margin-bottom: 120px;
}
.pag_develpmente {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pag_develpmente h1 {
  font-weight: 500;
  margin-bottom: 10px;
}
.pag_develpmente p {
  font-weight: 300;
}

.pag_develpmente .animation-lottie {
  max-width: 500px;
}
