@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}


  /*=============== Colors ==================*/
  :root {
    --color-blue: #073763;
    --color-orange: #961806;
    --color-gray: #6E6A69;
    --color-gray-lighter: #F3EAE8;
    --color-black: #000;
    --color-white: #FFF;
  }
  body {
    font-family: "Open Sans", serif;
    color: #222;
  }
  * {
    font-family: "Open Sans", serif;
    color: #222;
  }
  h1,h2,h3,h5,h6 {
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: var(--color-gray);
  }
  p {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: "Open Sans", serif;
    font-weight: 400;
  }
  img{
    width: 100%;
    height: 100%;
  }
a{
  text-decoration: none;
}
/*=============== Ttitles ==================*/ 
  .title-1 {
    font-size: 30px;
  }

 /*=============== Colors ==================*/

  .orange-color{
    color: var(--color-orange);
  }
  .blue-color{
    color: var(--color-blue);
  }
  .gray-color{
    color: var(--color-gray);
  }
  .gray-lighter-color{
    color: var(--color-gray-lighter);
  }
  .black-color{
    color: var(--color-black);
  }
  .white-color{
    color: var(--color-white);
  }

  /*=========== Navbar ============================== */

  .navbar {
    background-color: var(--color-white);
    padding: 0 15px;
    color: var(--color-white);
  }
  .navbar .container-full{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav{
    display: flex;
    align-items: center;
  }
  .nav-center{
    display: flex;
    justify-content: center !important;
    justify-items: center;
    align-items: center;
  }
  .navbar-links {  
    display: flex; 
    list-style: none; 
    padding: 0; 
    margin: 0;
    font-size: 14px;
   }
  .navbar-links li{ 
    padding: 25px 10px;
    margin: 0 !important;
   }
  .navbar-links ul{  
    display: flex; 
    list-style: none; 
    padding: 0; 
    margin: 0;
    font-size: 14px;
   }
  .navbar-links ul li{ 
    padding: 25px 10px;
    margin: 0 !important;
   }
   .nav-top .navbar-links li{ 
    padding: 10px 10px;
    margin: 0 !important;
   }
  .navbar-links ul li a{
    color: var(--color-gray);
    text-decoration: none;
    margin: 0 10px;
    font-weight: 600;
  }
  .menu-item a:hover {
    color: var(--color-orange);
  }
  .current_page_item a{
    color: var(--color-orange) !important;
  }
  .current-menu-item a{
    color: var(--color-orange) !important;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
  }
  .navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .nav-right{
    display: flex;
    padding-right: 15px;
  }
  .navbar-logo {
  display: block;
}  
 .navbar-logo img{
    width: 250px;
    height: auto;
    display: block;
    padding: 17px 0px;
}
.nav-right .buttons {
  display: block;
  margin-top: 18px;
  margin-left: 35px;
}

.nav-b-y {
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

.dropdown-item {
  list-style: none;
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  display: none;
  background-color: #961806;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-item li {
  width: 200px;
}
.dropdown-toggle{
  text-decoration: none;
}
nav ul li ul li a {
  padding: 10px 20px;
  text-decoration: none;
}

nav ul li ul li a:hover {
 color: #073763;
}

.dropdown-open ul {
  display: flex;
}

.dropdown-toggle:after {
  content: '+';
  margin-left: 8px;
}

.dropdown-open > .dropdown-toggle:after {
  content: '-';
}
.dropdown-open > ul {
  display: flex;
}

.dropdown-toggle:after {
  content: '+';
  margin-left: 8px;
}

.dropdown-open > .dropdown-toggle:after {
  content: '-';
}


   /* Menu icon */
   .menu-toggle {
    display: none;
    width: 50px;
    cursor: pointer;
    right: 15px;
    position: absolute;
    top: 10px;
   }
   .show { left: 0 !important; transition: ease .3s;}
   .menu-icon{ padding: 15px 10px; top: 10px; width: 50px; position: absolute; }

   .close .sp1{ width: 25px !important; border: 1px solid#222; margin: 6px 4px 4px !important; transform: rotate(-45deg); transition: ease .3s;}
   /*.close .sp2{ width: 0 !important; border: 0 !important; margin: 0 !important; display: block; transition: ease .3s;}*/
   .close .sp3{ width: 25px !important; border: 1px solid#222; margin:-6px 4px 4px !important; transform: rotate(45deg); transition: ease .3s;}

   .menu-icon .sp1{ width: 25px; border: 1px solid#222; margin: 4px; display: block; transition: ease .3s;}
   /*.menu-icon .sp2{ width: 25px; border: 1px solid#222; margin: 4px; display: block; transition: ease .3s;}*/
   .menu-icon .sp3{ width: 25px; border: 1px solid#222; margin: 4px; display: block; transition: ease .3s;}

   .hvr-underline-from-center:before {
    background: var(--color-orange) !important;
    height: 2px !important;

}
.nav-mobile .nav-top{
   display: none;
   border-bottom: 1px solid;
   margin-right: 20px;
   
}
.content-center{
    display: flex;
    justify-content: center;
}
.text-center{
    text-align: center;
}

.social-links {
  list-style: none;
  display: flex;
}
.social-links a{
  margin-left: 10px;
}
.social-links a:hover i{
 color: #961806;
}

/*=========== Buttons ============================== */

.buttons {
    display: inline-grid;
    margin-top: 15px;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 12px 40px;
    text-decoration: none;
    margin-bottom: 15px;
}
.bt-white {
    background-color: var(--color-white);
    color: var(--color-black);
}
.bt-orange {
    background-color: var(--color-orange);
    color: var(--color-white);
}
.bt-blue{
    background-color: var(--color-blue);
    color: var(--color-white);
}
.bt-gray{
    background-color: var(--color-gray);
    color: var(--color-white);
}
.bt-white:hover {
  background-color: #e7e7e7;
  color: var(--color-black);
}
.bt-orange:hover {
  background-color: #f0732b;
  color: var(--color-white);
}
.bt-blue:hover{
  background-color: #164b7c;
  color: var(--color-white);
}
.bt-gray:hover{
  background-color: var(--color-gray);
  color: var(--color-white);
}

  .level{
    background-color: #00d1b2;
    padding: 5rem 0;
    color: #ffffff;
    margin: 0!important;
  }
  
  .title{
    color: inherit;
    width: 200px;
    height: 36px;
  }

  /*=========== Section 1 ============================== */

  .card.destaque {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
  }
  
  .card-image {
    position: relative;
    overflow: hidden;
    height: 445px;
  }
  
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .card-image:hover img {
    transform: scale(1.1);
  }
  
  .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: background 0.4s ease;
  }
  
  .destaque .card-content {
    color: #fff;
  }
  
  .destaque .card-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 8px 0;
  }
  
  .destaque .card-resumo {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .destaque .card-info{
    color: #ffffff !important;
    font-size: 0.8rem;
    display: flex;
    opacity: 0.8;
  }
  .destaque .card-info span i{
    color: #ffffff !important;
  }
  .destaque .card-info span{
    color: #ffffff !important;
  }
  .news-content .card-info{
    color: #ffffff !important;
    font-size: 0.8rem;
    display: flex;
    opacity: 0.8;
    margin-bottom: 15px;
  }
  .noticias-laterais {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .card-lateral {
    display: flex;
    flex-direction: row;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    height: 135px !important;
  }

  .card-lateral:hover h3{
    color: var(--color-orange);
  }
 
  .imagem-lateral {
    flex: 0 0 173px;
    overflow: hidden;
  }
  
  .imagem-lateral img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .card-lateral:hover img {
    transform: scale(1.1);
  }
  
  .conteudo-lateral {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  
  .titulo {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  
  .resumo {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 8px;
  }
  
  .info {
    font-size: 0.7rem;
    color: #777;
    display: flex;
  
  }

  .bottom-news  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    gap: 20px;
  }
  .card{
    margin-bottom: 10%;
  }
  .news-content .card-image{
    margin-bottom: 15px;
  }
  .news-content a{
    text-decoration: none;
  }
  .card-content i{
    color: #000 !important;
  }
  .card-title{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
    text-decoration:inherit;
  }

  .news-content a{
    margin-bottom: 15px;
    display: block;
  }


  
.card:nth-child(3) ~ .card {
    display: none;
}
.load-more {
    cursor: pointer;
    z-index: 1;
    display: block;
    padding: 15px 10px;
    margin: 0 auto;
    text-align: center;
}

.load-more:hover{
  color: #961806;
}

/* Loader */

.loading {
    display: none;
    position: relative;
    width: 80px;
    margin: -18px auto;
  }
  .loading span {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--color-orange);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
 .loading span:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
 .loading span:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
 .loading span:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
 .loading span:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

  .load-more.show-loader {
       text-indent: -9999px;
  }
  .load-more.show-loader .loading{
    display: block;
 }

/*=========== Search ============================== */

/* Botão flutuante ou fixo */
.btn-search {
  cursor: pointer;
}

/* Modal escuro transparente */
.modal-search {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

/* Conteúdo do modal */
.modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  position: relative;
}

.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal-content input[type="text"] {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.modal-content button {
  padding: 10px;
  background:var(--color-orange);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* Botão de fechar */

.search-close {
  position: absolute;
  top: 1px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal-search {
  display: none;
  /* ... o resto já existente */
}

.modal-search.show {
  display: flex;
}

#submit {
  width: 30% !important;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.comments {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
.comments h4 {
  font-weight: bold;
  color: #961806;
}
.comments input,
.comments textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  width: 96%;
 position: relative;
}
.comments input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  width: 95%;
 position: relative;
}

.comment textarea::placeholder,
.comment input::placeholder {
  color: #888;
  font-size: 0.95rem;
}



/*=========== Footer ============================== */


footer .wp-block-heading{
  font-size: 15px;
  color: var(--color-white);
}
footer .widget_nav_menu h5{
  color: #ffffff;
}
footer .title {
    font-size: 15px;
    color: var(--color-white);
    margin: 0;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul a{
    text-decoration: none;
    font-size: 14px;
    color: var(--color-white);
}
footer ul a:hover{
    color: var(--color-orange);
}
footer .social-media{
    display: flex;
    margin-top: 0;
}
footer .social-media i{
    margin-right: 10px;
    font-size: 18px;
}
footer .social-media i:hover{
    color: var(--color-orange);
}
.copyright{
    font-size: 12px;
    color: #ffffff;
}


#btn-toTop {
  position: fixed;
  font-size: 30px;
  right: 20px;
  bottom: 10%;
  z-index: 999;
  cursor: pointer;
}
#btn-toTop i{
  color:var(--color-orange);
}
.visible{
  visibility: visible;
}
.hidden{
  visibility: hidden;
}


/* Section slide */

.section-slide .content h1{
  font-weight: 700;
}
.section-slide .content p{
  color: var(--color-blue);
  font-weight: 400;
}
.section-slide{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.carousel-card .splide__slide{
  margin-left: 15px;
  margin-right: 15px;
}
.about-us .card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  transition: transform 0.3s ease-in-out;
}

.about-us .card-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  width: 100%; 
}

.about-us .card-item:hover img {
  transform: scale(1.1); 
}


.about-us .card-hover {
  position: absolute;
  top: 0;
  left: 0;
  /*bottom: 0;*/
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  color: var(--color-orange);
  display: flex;
  flex-direction: column;
  text-align: left;
  opacity: 1;
  /* transform: translateY(100%); */
  transition: all 0.3s ease-in-out;
  padding-top: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 0.5rem;
}

.card-item:hover .card-hover {
  opacity: 1;
  transform: translateY(0);
}

.card-hover h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  letter-spacing: 1px;
}

.card-hover p {
  font-size: 1rem;
}


/* Cookie Banner */

.cookie-banner {
  position: fixed;
  bottom: 2em;
  right: 0;
  left: 2em;
  z-index: 2147483645;
  background-color: #fff;
  width: 75%;
  border-radius: 6.5px;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
  transition: all 0.5s ease-in-out;
}
.cookie-banner.visible {
  opacity: 1;
  display: block;
}
.cookie-banner p {
  margin: 0;
  font-size: 14px;
}
.cookie-banner a {
  color: var(--color-blue);
  text-decoration: none;
}
.cookie-banner a:hover {
  text-decoration: underline;
}
.cookie-banner button {
  background-color: var(--color-blue);
  border: none;
  color: #fff;
  padding: 10px 30px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.cookie-banner .buttons {
  padding: 15px 15px;
  margin-right: 1%;
  display: flex;
  width: 100%;
}
.cookie-banner button.reject {
  background-color: var(--color-blue);
}
.cookie-banner button:hover {
  opacity: 0.9;
}

.hidden {
  display: none;
}
.line{
  border: 1px solid var(--color-gray-lighter);
  width: 70%;
}
.space{
  display: none;
}
 /* FORM */

 .modal-section{
  padding-top: 5%;
  padding-bottom: 5%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 90, 2, 0.486);
}
.modal-section h1 {
  font-size: 50px;
  margin-bottom: 10px;
  color: var(--color-white);
}
.modal-section p {
  font-size: 18px;
  color: var(--color-white);
  margin-top: 0;
}
.form-section {
  flex: 1 1 50%;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.form-section form {
  max-width: 100%;
  width: 100%;
}
.form-section form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--color-blue);
}
.form-group label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.form-group input, 
.form-group select, 
.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.form-group .mr{
 margin-right: 15px;
}
textarea {
  resize: vertical;
}
.form-section button {
  width:40%;
  padding: 10px;
  font-size: 1rem;
  color: var(--color-white);
  background-color:var(--color-orange);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
button:hover {
  background-color: #e70606;
}

 /* Toggle */
.toggle-section {
  display: none;
}
.toggle-section.active {
  display: block !important;
}
.form-section .close-button {
  font-size: 50px;
  position: absolute;
  right: 27.5%;
  top: -2.5%;
  display: block;
  cursor: pointer;
  z-index: 999;
}
.form-section .close-button i{
  font-size: 25px;
  color: var(--color-orange);
}




/* CMAP */
.contact-us .map{
  margin-left: 0;
}
#map{
    position: relative;
    overflow: hidden;
    height: 57vh;
    width: 100%;
    display: block;
}

.contact-us{
  background-color: #f8f9fa !important;
}
.contact-form  {
  padding: 80px 50px 30px 60px !important;
}
.contact-form h2{
  text-align: left;
  border-left: 2px solid var(--color-gray);
  padding-left: 15px;
  letter-spacing: 5px;
}
.contact-form button{
  border: 0;
  cursor: pointer;
}
.contact-form 
input,
textarea {
  border: none !important;
  border-bottom: 1px solid #a6a7a9 !important;
  border-radius: 0px !important;
  background: transparent !important;
  color: #4b4e53 !important;
  font-size: 14px !important;
  margin: 0 !important;
  outline: medium none !important;
  padding: 8px 20px 8px 0 !important;
  box-shadow: none !important;
  margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  header{
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
  }
  .nav-b-y {
    border-top: 0 !important; 
    border-bottom: 1px solid var(--color-gray);
}
  .ads-top{
    width: 90% !important;
  }
  .news-content .card-image {
    height: 200px !important;
  }
  h1{
    font-size: 16px !important;
  }
  .conteudo-lateral {
    flex: 1;
    padding: 12px 0 0 0;
    display: flex;
    flex-direction: column;
  }
    .space{
      width: 50px;
      display: block !important;
    }
    .menu-toggle{ 
      display: block !important;
    }
    .nav-right{
      display: none;
    }
    .navbar-logo img{
      width: 150px;
    }
        /* Menu nav */
        .nav-mobile {
          z-index: 999;
          width: 100%;
          height: 100vh;
          left: -150%;
          top:70px;
          background-color: var(--color-white);
          display: flex;
          position: fixed;
          flex-direction: column;
          transition: ease .3s
        }
  
        .nav {
            position: relative;
            top: 10%;
            bottom: 0;
            right: 0;
            left: 10px !important;
            display: block !important;
        }
        .nav .navbar-links {
          display: block;
          padding-right: 15px;
      }
      
       .nav-mobile ul li{
            writing-mode: horizontal-tb;
            padding: 10px;
        }
        .nav-mobile ul li a{
          color: var(--color-blue);
        } 
        .nav-mobile ul li a:hover{
          color: var(--color-orange) !important;
        }
        .dropdown-toggle {
         margin-left: 10px !important;
         display: block;
         width: 100%;
        }
        .dropdown-item {
          list-style: none;
          position: relative;
          top: 0;
          padding: 0;
          margin: 0;
          display: none;
          background-color: var(--color-white);
          flex-direction: column;
          box-shadow: none;
          z-index: 1000;
        }
        .dropdown-open{
          display: block;
        }
        .dropdown-toggle:after {
          content: '+';
          float: right;
          margin-right: 30px;
          font-size: 25px;
      }
      .dropdown-open > .dropdown-toggle:after {
        content: '-';
        float: right;
        margin-right: 32px;
        bottom: 6px;
        font-size: 30px;
        position: relative;
      }
  

  

   
  .cookie-banner {
    padding-top: 2rem;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .cookie-banner .buttons{
    flex-flow: column;
    width: 100%;
  }
  .cookie-banner button{
    margin-top: 10px;
    margin-left: 0;
  }
  .cookie-banner p{
    font-size: .813em;
    padding: 0 20px;
  }
  .form-group .mr{
    margin-right: 0px;
   }
  .text-m-center{
    text-align: center;
  } 
  .form-group input, .form-group select, .form-group textarea {
    font-size: 0.7rem !important;
}

  .close-button {
    position: absolute;
    right: 4% !important;
    margin-top: 5px;
    overflow-y: scroll;
}
.contact-form {
  padding: 15px 15px !important;
}
.contact-form form {
  max-width: 100%;
  width: 96% !important;
}
.contact-us .map{
  margin-left: 2% !important;
}

.nav-center{
  display: flex;
  justify-content: space-between !important;
  justify-items: center;
  align-items: center;
  flex-direction: row-reverse;
}
.nav-search{
  position: absolute;
  left: 50px;
  top: 30px;
}
.navtop{
  display: none;
}

}