/*

Theme Name: wp_iphan_obs
Author: Bárbara Dora Ross Veitía - IBICT
Description: IPHAN
Requires at least: 5.6
Tested up to: 7.4.1
Requires PHP: 7.4.1
Version: 1.0
Tags: one-column, custom-menu, custom-logo, featured-images

*/

@import url('./fonts/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');


:root {
  --verde: #007350;
  --azul1: #1351B4;
  --orange: #CA4D37;
  --azul2: #071D41;
  --branco: #FFFFFF;
  --cinza: #2E2E2A;


  /*novas fontes*/
  --rawline: "Rawline400", sans-serif;
  --raleway: "Raleway", sans-serif;
}

* {
  box-sizing: border-box;
  transition: 0.3s;
}

*,
*:focus,
*:hover {
  outline: none;
}

html,
body {
  font-family: var(--rawline) !important;
  margin: 0 !important;
  position: relative;
}

.font-raw {
  font-family: var(--rawline);
}

.font-ral {
  font-family: var(--raleway);
}

a {
  text-decoration: none !important;
}

p {
  color: #2E2E2A;
  font-family: var(--rawline);
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-weight: 500;
}

a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
}

img {
  max-width: 100%;
}

/* FONT WEIGHT */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.text-center {
  text-align: center;
}


/* BACKGROUND */
.bg-azul1 {
  background-color: var(--azul1) !important;
}

.bg-azul2 {
  background-color: var(--azul2) !important;
}

.bg-verde {
  background-color: var(--verde) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-branco {
  background-color: var(--branco) !important;
}



/* FONT COLOR */

.text-azul1 {
  color: var(--azul1) !important;
}

.text-cinza {
  color: var(--cinza1) !important;
}

.text-blank {
  color: var(--branco) !important;
}


h1,
h2,
h3,
h4,
h5 {
  color: var(--cinza3) !important;
  font-family: var(--rawline) !important;
 
}


/* BUTTONS */
.botao {
  border-radius: 6px;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
}

.botao-pequeno {
  padding: 0px 10px !important;
  font-size: 0.8rem !important;
}

.botao-medio {
  padding: 7px 30px !important;
  font-size: 1rem !important;
}

.botao-grande {
  font-weight: 600 !important;
  padding: 10px 35px !important;
}

.botao-azul1 {
  background-color: var(--azul1);
  color: var(--bs-white);
  border: none;
  
}

/* .botao-azul1:hover,
.botao-azul1:hover .wp-block-button__link {
  background-color: var(--azul2) !important;
} */

.botao-blankb {
  background-color: var(--branco) !important;
  border-bottom: 3px solid var(--azul2);
  color: var(--azul1);
}

/* .botao-blankb:hover,
.botao-blankb:hover .wp-block-button__link {
  background-color: var(--azul1) !important;
  border-bottom: 3px solid var(--azul2);
  color: var(--branco);
} */


/* Z INDEX */
.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

/* PADDING & MARGIN */
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-2 {
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ms-4{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  margin-right: 2rem!important;
}
.ms-2{
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
}

.ms-3{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.ml-1{ 
  margin-left: 1rem !important;
}


.py-7 {
  padding-top: 0rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

#interno {
  padding: 70px 0px;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

/* ===== HEADER ====== */
.user-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

header {
  position: fixed;
  background-color: var(--bs-white);
  z-index: 11;
  box-shadow: 2px 2px 6px 0px #00000014;
}

header ul {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  list-style-type: none;
}

header ul.sub-menu li a {
  color: var(--cinza);
  padding: 0px;
}

header ul a {
  text-decoration: none;
  color: var(--cinza);
  padding: 10px 15px;
  transition: 0.2s;
  /* font-size: 1rem;
  height: 75px; */
  align-items: center;
  font-family: var(--rawline) !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}

header ul li a:hover {
  color: var(--pink);
  font-weight: 400;
}

header ul#menu-header>li.current-menu-parent,
header ul#menu-header>li.current-menu-item {
  /* border-bottom: 2px solid var(--amarelo1); */
}

header ul#menu-header>li.current-menu-parent>a,
header ul#menu-header>li.current-menu-item>a {
  color: var(--pink);
  font-weight: 500;
}

header ul.sub-menu li.current-menu-item a {
  color: var(--pink) !important;
  border-bottom: none;
  padding: 0;
}

header .main-menu {
  display: flex;
}

header ul.sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 0px;
  background-color: #FFF;
  left: 0;
  top: 0;
  width: 230px;
  margin-top: 40px;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  border: 1px solid var(--pink);
  box-shadow: 0px 1px 3px 0px #1018281A;
  backdrop-filter: blur(2px);
  border-radius: 4px;
  z-index: 10;
}

header ul li {
  margin: 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

header li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

header li.menu-item-has-children>a::after {
  content: '\f078';
  font-family: "FontAwesome";
  color: var(--yellow);
  font-size: 0.7rem;
  margin-left: 5px;
}

header ul.sub-menu li {
  border-right: none;
  padding: 7px 15px;
}

header .menu-icon-responsive,
header .menu-icon {
  cursor: pointer;
  display: none;
}

header .menu-icon .bar,
header .menu-icon-responsive .bar {
  width: 28px;
  height: 3px;
  background-color: var(--azul1);
  margin: 5px 0;
  transition: 0.4s;
}



.menu-icon {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 22px;
  border: none;
}

.menu-icon .bar {
  margin: 5px 0;
  transition: all 0.3s ease;
}

.menu-icon.active #bar1 {
  transform: rotate(45deg);
  top: 8px;
}

.menu-icon.active #bar2 {
  opacity: 0;
}

.menu-icon.active #bar3 {
  transform: rotate(-45deg);
  top: -8px;
}

#hamburger-menu-second {
  display: flex;
}

#hamburger-menu-second #bar1,
#hamburger-menu-second #bar2,
#hamburger-menu-second #bar3 {
  color: var(--azul1);
}

.top-bar-home,
#top-bar {
  padding: 1rem 5rem;
}

.nav-2 {
  padding: 3rem 5rem;
}



header .btn-header {
  font-size: 13px;
  display: flex;
  padding: 4px 15px !important;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
  gap: 10px;
}

header .botao {
  margin-right: 150px;
}

header .botao a {
  height: auto;
}

header hr {
  margin: 5px;
  border: 1px solid var(--azul3);
}

.logo {
  display: flex;
  align-items: center;
}

.separator-text {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.separator {
  width: 1px;
  height: 30px;
  background-color: #CCCCCC;
  margin-right: 1rem;
  
}

.separator-h {
  width: 100px;
  height: 1px;
  background-color: #CCCCCC;
  margin-right: 1rem;
}

.ministerio-cultura {
  font-size: 1rem;
}

.icons-container {
  display: flex;
  gap: 1rem;
}

.icons-container img {}

/* Botón de "Entrar" */
.btn-entrar {
  align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.btn-entrar {
  margin-left: 1rem;
}

header .title-menu-obs {
  font-family: var(--raleway);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;

}

/* ======= HOME ======= */
#page-content p {
  color: var(--cinza);
}

.breadcrumbs {
  padding-top: 20rem;
  width: 90%;
  margin: auto;
  padding-bottom: 3rem;
}

#content {  
  width: 100%;
  margin: auto;
  padding-bottom: 3rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs span {
  display: flex;
  align-items: center;
}

.breadcrumbs img {
  width: 20px;
  height: auto;
  margin-right: 5px!important; 
  vertical-align: middle; 
}


.breadcrumbs span,
.breadcrumbs span * {
  display: flex; 
  margin-right: 2px; 
}

.home #banner,
.home #explorar,
#content #snpc,
.mapa #mapa, #espaco-agente, #steps-agente {
  width: 90%;
  margin: auto;
  padding-bottom: 3rem;
}

.home #services .content-services {
  width: 90%;
  margin: auto;
}

.home #mapa-home .content-mapa-home {
  width: 90%;
  margin: auto;
}



.home #banner .card-slide-home {
  background-color: var(--verde);
  background-image: url(static/img/home/bg.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.home #banner .card-slide-home .btn-item { 
  border: 1px solid var(--azul1);
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 16.8px;
}

.home #banner .card-slide-home h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.home #banner .card-slide-home p {
  font-weight: 400;
  font-size: 16.8px;
  line-height: 100%;
  letter-spacing: 0%;
}

.slick-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex !important;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.home #explorar .card-slide-explorar .card-item-e{
  box-shadow: 0px 1px 6px 0px #33333329;
  border-radius: 1rem;
  padding: 1rem;
}
.home #explorar .card-slide-explorar .card-item-e h4,
.home #explorar .card-slide-explorar .card-item-e p{
 text-align: center;
}

.home #explorar .card-slide-explorar  .card-item-e {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center; 
}
.home #explorar .card-slide-explorar  .card-item-e a{
  display: block!important;
 
}

.home #explorar .card-slide-explorar  .card-item-e img {
  display: block;
  margin: 0 auto; 
}

.home #explorar .btn-explorar {
 
  display: flex;
  justify-content: center;
}

.home #explorar .btn-explorar button{
  border: none;
  border-radius: 3rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}

.home #services .btn-services {
  border: none;
  border-radius: 3rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home #services .btn-services button{
  border: none;
  border-radius: 3rem;
  padding: 1rem 2rem;
 
}

.home #mapa-home .btn-mapa button{
  border: none;
  border-radius: 3rem;
  padding: 1rem 2rem;
 
}

.home #mapa-home .btn-mapa {
  
  display: flex;
  align-items: center;
  justify-content: center;
}


.home #services .card-slide-services  .card-item-e {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center; 
  border: 2px solid var(--branco);
  border-radius: 3rem;
  padding: 2rem;
}

#prev {
  position: absolute;
  top: 51%;
  left: -5px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#next {
  position: absolute;
  top: 51%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#prev-services {
  position: absolute;
  top: 51%;
  left: 3rem;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#next-services {
  position: absolute;
  top: 51%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#next img,
#prev img {
  width: 100%;
}

.home #services {
  max-width: 100%!important;
}

/*====== Reserva Ambientais=======*/
.column-container {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; /* No wrap to force same row */
  width: 100%;
  box-sizing: border-box;
}

.column-content {
  width: 40%;
  box-sizing: border-box;
}

.column-iframe {
  width: 60%;
  height: 60vh;
  overflow: hidden;
  box-sizing: border-box;
}

.column-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Para móviles: apila columnas verticalmente */
@media (max-width: 768px) {
  .column-container {
      flex-direction: column;
      gap: 10px;
  }

  .column-content,
  .column-iframe {
      width: 100%;
  }

  .column-iframe {
      height: 400px;
  }
}



/* ======= SNPC ======= */

.snpc #snpc img{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* ======= MAPA ======= */
.mapa #mapa h1, .mapa #mapa p{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mapa #mapa img {
  display: block;
  margin: 0 auto; 
}


.mapa #mapa .mapa-v {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
}

.mapa #mapa .mapa-v .card {
  background: var(--branco);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 1px 6px 0px #33333329;

}

.mapa #mapa .text-content {
  margin-bottom: 3rem;
}

.mapa #mapa .mapa-v .card:nth-child(4) {
  grid-column: 1 / 2;
}

/* Estilos del Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
/* ======= ESPAÇO DO AGENTE ======= */
#steps-agente .steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap; /* Para que sea responsivo */
}

#steps-agente .steps .steps-item {
  flex: 1;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  min-width: 250px; /* Para que no se haga muy estrecha en pantallas pequeñas */
}
#steps-agente .opcoes-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}



/* ======= FOOTER ======= */


#footer-menu ul {
  list-style-type: none;
  padding: 0px;
}

#footer-menu ul li a {
  color: var(--bs-white);
}

.owl-theme .owl-nav {
  position: absolute !important;
  top: 35% !important;
  width: 100% !important;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  font-size: 40px;
  color: var(--pink);
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
}

.owl-theme .owl-dots {
  margin-top: -25px !important;
}


/* RESPONSIVO */
@media (max-width: 450px) {
  .fc .fc-toolbar {
    display: block !important;
  }

  .fc-toolbar-chunk {
    margin-bottom: 20px !important;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  #newsletter input[type="text"] {
    width: 100%;
  }

  #banner .titulo {
    font-size: 2rem !important;
  }

  #top-bar-home,
  #top-bar {
    padding: 1rem 1rem;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  #banner #banner-info .titulo {
    font-size: 1.3rem;
  }

  #banner #coluna2 {
    display: none;
  }

  .card-agenda-home .data {
    border-right: none;
    margin-bottom: 20px;
    justify-content: left;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

  #introducao .conteudo {
    padding-top: 35px;
  }

  #banner #banner-info .titulo {
    font-size: 2.3rem;
    z-index: 10;
  }


  header.paginas li.menu-item-has-children::after {
    display: none;
  }

  header.paginas ul li a,
  header ul li a {
    padding: 0px;
  }

  header .container {
    height: 65px;
    padding-top: 0px;
  }

  header .container {
    display: flex;
  }

  header .main-menu {
    margin-left: auto;
  }

  header .menu-icon,
  header .menu-icon-responsive {
    display: block;
    border: none;
    background: transparent;
    height: 55px;
  }

  header .main-menu .show-dropdown ul {
    right: 0 !important;
  }

  header .main-menu {
    position: absolute;
    /* width: 200px; */
    background: var(--bs-white);
    color: var(--azul1);
    right: -400px;
    text-align: left;
    transition: all cubic-bezier(.79, .14, .15, .86) .5s;
    padding: 0;
    margin: 0;
    margin-top: 18px;
    z-index: 10;
    box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
  }

  header .main-menu ul,
  header .main-menu {
    display: block;
    padding-left: 0px;
  }

  header ul#menu-header>li.current-menu-parent,
  header ul#menu-header>li.current-menu-item {
    border-bottom: none;
  }

  header ul#menu-header>li.current-menu-parent>a,
  header ul#menu-header>li.current-menu-item>a {
    color: var(--pink) !important;
  }

  header ul.sub-menu li.current-menu-item a {
    color: var(--pink) !important;
    border-bottom: none;
    padding: 0;
  }

  header li.menu-item-has-children ul.sub-menu {
    position: initial;
  }

  header ul.sub-menu {
    box-shadow: none;
  }

  header li.current-menu-parent>a,
  header li.current-menu-parent::after {
    color: var(--pink) !important;
    border-bottom: 3px solid var(--pink);
    font-weight: bold;
  }

  .main-menu ul li {
    display: block;
    margin: 0px 0px;
    line-height: 30px;
    text-align: left;
  }


  header ul.sub-menu {
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0px;
    position: relative;
    display: block;
    width: auto;
    margin-top: 0px;
  }

  header ul.sub-menu li {
    border-right: none;
    padding: 0px;
    padding-left: 30px;
  }

  header li.menu-item-has-children::after {
    content: '\f078';
    font-family: "FontAwesome";
    color: var(--yellow);
    font-size: 0.7rem;
    margin-left: 5px;
  }

  header li.current-menu-item a,
  header li.current-menu-parent>a {
    border-bottom: none;
  }

  header li {
    padding: 7px 15px;
    border-right: none;
  }

  header ul a {
    color: var(--pink);
  }

  .show-dropdown {
    right: 0 !important;
  }

  .animate-button #bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .animate-button #bar2 {
    opacity: 0;
  }

  .animate-button #bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  .menu-header-container {
    margin-top: 0px;
  }

  #banner .text,
  #about .text {
    width: 85%;
  }

  header ul:not(.sub-menu)>li.current_page_item,
  header ul:not(.sub-menu)>li.current-menu-parent {
    border-bottom: none;
  }

  header li.menu-item-has-children.current-menu-parent::after,
  header li.menu-item-has-children::after,
  header li.menu-item-has-children::after {
    content: none;
  }


  #newsletter {
    margin-top: 0px;
    display: block;
    justify-content: center;
    width: 100%;
    z-index: 10;
    position: relative;
  }

  #newsletter .bar {
    display: block;
    border-radius: 0px;
  }

  #newsletter .bar input {
    margin: 20px 0px;
  }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  #menu-header {
    padding-left: 0px;
  }

  #menu-header>li>a {
    text-align: center;
  }

  #banner .titulo {
    font-size: 2.5rem;
    z-index: 10;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}