/*
Theme Name: Braskem Theme
Theme URI: 
Author: Marlon Antolin
Author URI: 
Description: Braskem Theme is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Version: 1.1
Text Domain: brasekmtheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body p {
  font-size: 18px;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #353535;
  --color-footer: #1e351333;
  --color-green: #a7d95280;
  --color-green-light: #a4bb81;
  --color-green-dark: #1e3513;
  --color-green-darker: #1e3513b2;
  --scale: 0.1;
}

a.btn-white,
input.btn-white {
  font-size: 15px;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  width: fit-content;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  border-radius: 40px;

  box-shadow: inset 0 0 0 0 var(--color-white);
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

a.btn-white:hover,
input.btn-white:hover {
  color: var(--color-white) !important;
  box-shadow: inset 300px 0 0 0 var(--color-gray);
  text-decoration: none;
}

a.btn-black,
input.btn-black {
  font-size: 15px;
  color: var(--color-white);
  text-decoration: none;
  background-color: rgba(11, 29, 39, 0.4);
  border: 1px solid var(--color-white);
  width: fit-content;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  border-radius: 40px;
  box-shadow: inset 0 0 0 0 var(--color-black);
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

a.btn-black:hover,
input.btn-black:hover {
  color: var(--color-black) !important;
  box-shadow: inset 300px 0 0 0 var(--color-white);
  text-decoration: none;
}

a.btn-green {
  font-size: 15px;
  color: var(--color-black);
  text-decoration: none;
  background-color: rgba(167, 217, 82, 1);
  width: fit-content;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  border-radius: 40px;

  box-shadow: inset 0 0 0 0 rgba(167, 217, 82, 1);
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

a.btn-green:hover {
  color: var(--color-white) !important;
  box-shadow: inset 300px 0 0 0 var(--color-gray);
  text-decoration: none;
}

.container-fluid {
  max-width: 1440px;
}

.bounce {
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-15%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-7%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0);
  }
}

.home-main {
  background: rgba(11, 29, 39, 1) url("./images/background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

/*NAVBAR**********************************************************************/
.navbar.navbar-expand-lg.navbar-dark.bg-nav {
  background: #0b1d27d1;
  border-bottom: 1px solid var(--color-white);
  z-index: 9;
  width: 100%;
}

.navbar .navbar-brand {
  transition: all 0.5s ease-in-out;
  font-size: 61px;
  line-height: 61px;
  font-weight: 800;
  color: var(--color-white);
  text-transform: uppercase;
}

.navbar .navbar-brand:hover {
  transform: scale(1.03);
}

.navbar>.container.main-menu-container #navbarNav {
  justify-content: flex-end;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu {
  gap: 2rem;
  align-items: center;
}

.navbar .navbar-brand img {
  width: 237px;
  height: auto;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li a {
  text-decoration: none;
  color: var(--color-white);
  font-size: 18px;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.current-menu-item a {
  color: var(--color-green);
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li a::after {
  content: "";
  border-bottom: 1px solid;
  display: block;
  width: 0;
  margin-top: 0.2rem;
  transition: all 0.5s ease-in-out;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li a:hover::after {
  width: 100%;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.social a {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
  display: block;
  transition: all 0.5s ease-in-out;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.social a::after {
  border: 0;
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.social a:hover {
  transform: scale(1.1);
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.social.social-fb a {
  background: url(./images/facebook-icon.svg);
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.social.social-inst a {
  background: url(./images/instagram-icon.svg);
}

.navbar>.container.main-menu-container #navbarNav #menu-main-header-menu li.social.social-in a {
  background: url(./images/linkedin-icon.svg);
}

/*SLIDESHOW**********************************************************************/
section.secslidergral .swiper-slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

section.secslidergral .swiper-slide .content-slidergral {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

section.secslidergral .swiper-slide .artist-caption {
  position: relative;
}

section.secslidergral .swiper-slide .position {
  font-family: "Poppins", serif;
  font-size: 86px;
  line-height: 86px;
  font-weight: 700;
  color: var(--color-white);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-shadow: rgba(0, 0, 0, 0.15) 0px 14px 20px;
  position: relative;
  z-index: 2;
}

section.secslidergral .swiper-slide .artist-caption .name {
  color: transparent;
  font-family: "Poppins", serif;
  font-size: 300px;
  line-height: 300px;
  width: fit-content;
  margin: -4rem auto;
  /*text-shadow: rgba(0, 0, 0, 0.15) 0px 14px 20px;*/
  font-weight: bold;
  position: relative;
}

section.secslidergral .swiper-slide .artist-caption .last_name {
  display: flex;
  justify-content: flex-end;
  text-align: left !important;
  position: relative;
  z-index: 2;
}

section.secslidergral .swiper-slide .artist-caption .last_name>div {
  max-width: 700px;
}

section.secslidergral .swiper-slide .artist-caption .last_name h3 {
  font-size: 43px;
  font-weight: 900;
  color: #ffffff;
  width: fit-content;
}

section.secslidergral .swiper-slide .artist-caption .last_name p {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-white);
  width: fit-content;
}

.secslidergral {
  position: relative;
  padding: 19rem 0 18rem;
}

.secslidergral .scroll-down {
  position: absolute !important;
  bottom: 0;
  z-index: 9;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  cursor: pointer;
  text-align: center;
  color: var(--color-white);
  padding: 0.5rem 0 0;
  text-decoration: none;
}

.secslidergral .scroll-down span {
  font-size: 40px;
}

.secslidergral .scroll-down span.letters {
  font-size: 18px;
}

.secslidergral .scroll-down span.arrow {
  transform: rotate(180deg);
}

section .socials {
  position: fixed !important;
  top: 200px;
  z-index: 9;
  left: 0;
  background: #0b1d27b2;
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  transform: rotate(90deg);
  gap: 0.5rem;
  padding: 0.4rem 1rem;
}

section .socials p {
  color: var(--color-white);
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 26.82px;
}

img.colour {
  display: none;
}

.in-color img.colour {
  display: block;
}

.in-color img.blackwhite {
  display: none;
}

img.blackwhite {
  display: block;
}

.secslidergral .pagination {
  width: fit-content !important;
  right: 30px !important;
  top: 100px !important;
  left: auto !important;
  flex-direction: column;
  display: flex;
  height: fit-content;
  position: fixed;
  z-index: 999;
  align-items: flex-end;
}

.secslidergral .pagination .pagination-bullet {
  background: transparent;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  opacity: 1;
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  padding-right: 30px !important;
  width: fit-content;
  height: 70px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.secslidergral .pagination .pagination-bullet.pagination-bullet-active {
  border-right: 3px solid rgba(255, 255, 255, 1);
}

.toggler {
  position: fixed !important;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  width: 60px;
  cursor: pointer;
  text-align: center;
  background: var(--color-white);
  color: var(--color-black);
  padding: 0.5rem 0 0;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.6);
}

.toggler span {
  font-size: 40px;
}

.slide-btns {
  display: flex;
  gap: 1rem;
}

/*FOOTER**********************************************************************/
.general-footerbg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  padding: 2rem 0;
  position: relative;
}

.general-footerbg .gral-row-footer.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 450px;
  min-height: 1000px;
}

.general-footerbg .gral-row-footer.container h2 {
  color: var(--color-white);
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.general-footerbg .gral-row-footer.container h3 {
  color: rgba(11, 29, 39, 1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.general-footerbg .gral-row-footer.container .footer-section-menu a {
  font-size: 13px;
  font-weight: 400;
  color: var(----color-green-darker);
  text-decoration: none;
  text-transform: uppercase;
}

.gotop.fixo span {
  font-size: 20px;
  margin: auto;
  color: var(--color-green-dark);
  height: 46px;
  z-index: 2;
  width: 46px;
  border-radius: 46px;
  cursor: pointer;
  text-align: center;
  background: #1e35130d;
  border: 1px solid #1e351326;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.gotop.fixo {
  display: flex;
  position: absolute;
  right: 40px;
  align-items: center;
  gap: 1rem;
  bottom: 0;
  height: 60px;
}

.gotop.fixo p {
  margin: 0;
  color: var(--color-green-dark);
  font-size: 13px;
  text-transform: uppercase;
}

#datause .section-title-container::after {
  content: "";
  border-bottom: 6px solid var(--color-black);
  display: block;
  width: 299px;
  margin-top: 0.4rem;
  margin-bottom: 2rem;
  margin-right: auto;
}

#datause .modal-header {
  border-bottom: 0;
}

#datause .modal-content {
  border-radius: 0;
}

#datause .modal-header .btn-close {
  opacity: 1;
  font-size: 22px;
}

.general-footerbg .disclaimer-row-footer.container {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}

.general-footerbg .disclaimer-row-footer.container p,
.general-footerbg .disclaimer-row-footer.container p span a {
  margin: 0;
  font-size: 16px;
  color: var(--color-white);
}

.general-footerbg hr {
  border-color: var(--color-white);
  opacity: 1;
}

/*HOME DESTACADOS**********************************************************************/
.destacados-section {
  padding: 4rem 0;
}

.destacados-section .destacado {
  padding: 2rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
}

.destacados-section .destacado .legend {
  max-width: 336px;
}

.destacados-section .destacado h4 {
  color: var(--color-white);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 2rem;
  font-family: "Poppins", serif;
}

.destacados-section .destacado h3 {
  color: var(--color-white);
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Poppins", serif;
}

.destacados-section .destacado h2 {
  color: var(--color-white);
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
}

.destacados-section .destacado p {
  color: var(--color-white);
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.destacados-section .destacado {
  min-height: 668px;
  margin-bottom: 1rem;
  border: 1px solid rgba(80, 117, 137, 1);
}

.destacados-section .destacado-dos {
  display: flex;
  gap: 1rem;
  margin: 0 auto;
}

.destacados-section .destacado-dos>div:first-of-type {
  width: 70%;
}

.destacados-section .destacado-dos>div {
  width: 30%;
  background: rgba(11, 29, 39, 1);
}

.destacados-section .destacado-dos>div .cta-destacado {
  height: 202px;
  width: 100%;
  margin-top: 2rem;
  padding: 0.3rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.destacados-section .destacado-tres {
  display: flex;
  gap: 1rem;
  margin: 0 auto;
}

.destacados-section .destacado-tres>div.destacado {
  min-height: 363px !important;
  flex: 1;
  background: linear-gradient(180deg, #1da182 0%, #0b1d27 81.52%);
  flex-direction: row !important;
  justify-content: space-between !important;
  border: 0;
}

.destacados-section .destacado-tres>div:first-of-type {
  background: linear-gradient(180deg, #1da121 0%, #0b1d27 81.52%);
  border: 0;
}

.destacados-section .destacado-tres>div .material-symbols-outlined {
  font-size: 110px;
  font-weight: 500;
  line-height: 174.57px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(167, 217, 82, 1);
}

.destacados-section .view-more-section {
  padding: 0 0 3rem;
}

.destacados-section .view-more-section a {
  margin: 0 auto;
  padding: 0.5rem 3rem;
}

/*HOME PROGRAMAS**********************************************************************/
.programas-section {
  padding: 0 0 4rem;
}

.programas-section .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.programas-section h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 39.88px;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 3rem;
}

.programas-section .container .programa {
  transition: all 0.5s ease-in-out;
}

.programas-section .container .programa:hover a span {
  background: #0a2401cc;
}

.programas-section .container .programa {
  background-size: cover;
  width: 266px;
  height: 266px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/*HOME SUBSCRIBE**********************************************************************/
#home-subscribe {
  padding: 4rem 0 2rem;
}

#home-subscribe .subscribe-form {
  display: flex;
  gap: 2rem;
}

#home-subscribe .subscribe-form #email {
  flex: 1;
  background: transparent;
  border: 1px solid var(--color-white);
  padding: 0.3rem;
}

#home-subscribe .subscribe-title span {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

#home-subscribe .btn-black {
  padding: 0.5rem 3rem;
}

/*MAP SECTION*************************************************************************/
.section-map {
  padding: 4rem 0;
}

.section-map .container {
  display: flex;
}

.section-map .container .legend {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.section-map .container .the-map {
  width: 65%;
  position: relative;
}

.section-map .container .legend h2 {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
}

.section-map .container .legend p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: left;
}

.section-map .container .the-map img {
  max-width: 100%;
}

.section-map .container .the-map .locator {
  position: absolute;
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  width: 12px;
  height: 12px;
}

.section-map .container .the-map .map-legend h4 {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  margin: 0;
}

.section-map .container .the-map .map-legend h3 {
  color: rgba(167, 217, 82, 1);
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  margin: 0;
}

.section-map .container .the-map .map-legend {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.section-map .container .the-map .locator:hover .map-legend {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.section-map .container .the-map .locator.locator-one {
  right: 233px;
  top: 258px;
}

.section-map .container .the-map .locator.locator-two {
  right: 223px;
  top: 280px;
}

.section-map .container .the-map .locator.locator-three {
  right: 209px;
  top: 300px;
}

/*HOME MANGLARES**********************************************************************/
#manglares .btn-black,
#manglares-page .btn-black {
  margin: 0 auto 4rem;
}

#manglares .programa,
#manglares-page .programa {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

#manglares .programa h2,
#manglares-page .programa h2 {
  color: var(--color-white);
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}

#manglares .programa .label,
#manglares-page .programa .label {
  position: absolute;
  bottom: -34px;
}

#manglares .programa p,
#manglares-page .programa p {
  color: var(--color-white);
  font-size: 14px;
  line-height: 16px;
  text-align: left;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#manglares-page {
  padding: 6rem 0;
}

#manglares-page .container {
  display: flex;
  justify-content: center;
}

.weird-caption .inner-caption {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.weird-caption p {
  color: var(--color-white);
  line-height: normal;
  margin: 0;
}

.weird-caption p.normal {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}

.weird-caption p.small {
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
}

.weird-caption p.smaller {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.weird-caption p.big {
  font-size: 98px;
  line-height: 88px;
  font-weight: 700;
}

.weird-caption p.green,
.weird-caption p span.green {
  color: #a7d952;
}

.weird-caption p.caps {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.weird-caption p span.bold {
  font-weight: 700;
}

/*HOME SLOGAN**********************************************************************/
.home-slogan {
  padding: 4rem 0;
}

.home-slogan .data {
  display: flex;
  justify-content: space-around;
}

.home-slogan .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.home-slogan .logos img {
  max-height: 80px;
  width: auto;
  max-width: 200px;
}

.home-slogan .logos.the-first {
  margin-top: 6rem;
}

.home-slogan .data h2 {
  color: var(--color-white);
  font-size: 37px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
}

.home-slogan .data p small {
  color: var(--color-white);
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.home-slogan .container hr {
  border-color: rgba(167, 217, 82, 0.5);
  width: 567px;
  margin: 2rem auto;
  opacity: 1;
}

/*PAGES**********************************************************************/
section.secslidergral #page-swiper .swiper-slide .artist-caption .last_name {
  display: flex;
  justify-content: center;
  text-align: left !important;
  position: relative;
  z-index: 2;
}

.reporte-main {
  background: rgba(11, 29, 39, 1) url("./images/background-reporte.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.reporte-main section.secslidergral .swiper-slide .position {
  color: #ffffff;
}

.reporte-main #manglares-page .container {
  margin-bottom: 2rem;
}

.reporte-main .programa .label h2,
.reporte-main .programa .label p {
  text-align: center !important;
}

.reporte-main .reporte-btns-section {
  padding: 4rem 0;
}

.reporte-main .reporte-btns-section .rep-btn {
  background: #163242;
  border-bottom: 1px solid #a7d95280;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  box-shadow: inset 0 0 0 0 #a7d95280;
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  cursor: pointer;
}

.reporte-main .reporte-btns-section .rep-btn:hover {
  box-shadow: inset 0 -300px 0 0 #a7d95280;
  text-decoration: none;
}

.reporte-main .reporte-btns-section .rep-btn p.main-overlay {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #87a7b9;
  margin-bottom: 0;
}

.reporte-main .reporte-btns-section .rep-btn:hover p.main-overlay {
  display: none;
}

.reporte-main .reporte-btns-section .rep-btn p.hover-overlay {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
  display: none;
  margin-bottom: 0;
}

.reporte-main .reporte-btns-section .rep-btn:hover p.hover-overlay {
  display: block;
}

.reporte-main .reporte-btns-section .container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.single-field {
  border: 1px solid #ffffff;
  background: transparent;
  padding: 0.4rem 0.2rem;
  margin: 2rem 0;
  color: #ffffff;
  max-width: 266px;
}

.single-btn {
  border: 1px solid #ffffff4d;
  background: transparent;
  padding: 0.4rem 0.2rem;
  color: #ffffff4d;
  max-width: 204px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
}

.reporte-main .reporte-graphic-one-section {
  padding: 4rem 0 0;
}

.reporte-main .reporte-graphic-one-section .container {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

.reporte-main .reporte-graphic-one-section .graphic {
  flex: 1;
}

.reporte-main .reporte-graphic-one-section .graphic .the-graphic {
  width: 100%;
  height: 100px;
  background: #a7d95266;
  border-radius: 100px;
  overflow: hidden;
}

.reporte-main .reporte-graphic-one-section .graphic .the-graphic .bar {
  width: 0;
  height: 100px;
  background: #a7d95299;
}

.reporte-main .reporte-graphic-one-section .graphic-caption {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}

.reporte-main .reporte-graphic-one-section .graphic-caption h2 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin: 0;
}

.reporte-main .reporte-graphic-one-section .graphic-caption p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 3px;
  text-align: center;
}

.reporte-main .section-map .single-field {
  margin: 0;
}

.reporte-main .reporte-slogan {
  padding-top: 0 !important;
}

#slogan .graphic-container {
  display: flex;
  gap: 6rem;
  padding: 2rem 0;
}

#slogan .graphic-container .graphic {
  flex: 1;
}

#slogan .graphic-container .graphic .the-graphic {
  height: 322px;
  background: #a7d95266;
  border-radius: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

#slogan .graphic-container .graphic .the-graphic .bar-two {
  width: 100%;
  height: 0;
  background: #a7d95299;
}

#slogan .graphic-container .graphic .the-graphic .cottage {
  font-size: 198px;
  font-weight: 300;
  line-height: 141px;
  letter-spacing: 0.02em;
  color: #82ac47;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  transition: all 0.5s ease-in;
  bottom: 0;
}

.translator {
  bottom: 100px !important;
  transform: rotate(30deg);
  transition: all 0.5s ease-in;
}

#slogan .graphic-container .graphic .the-graphic .clouds {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 0.02em;
  color: #a7d952;
  position: absolute;
  top: 30px;
  left: 40px;
}

#graphic-two.section-map .container {
  gap: 4rem;
  align-items: center;
}

#graphic-two.section-map .graphic-two {
  width: 300px;
  height: 300px;
  border: 1px dashed var(--color-white);
  border-radius: 300px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#graphic-two.section-map .graphic-two h2 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
}

#graphic-two.section-map .graphic-two p {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

#graphic-two.section-map .graphic-two .with-bkg {
  background: #a7d95280;
  width: 180px;
  height: 180px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}

.iniciativa-main {
  background: rgba(11, 29, 39, 1) url("./images/background-iniciativa.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.iniciativa-main .home-slogan .container {
  justify-content: center;
  align-items: flex-end;
}

.iniciativa-main .home-slogan .graphics {
  display: flex;
  gap: 1rem;
}

.iniciativa-main .home-slogan .graphics .the-graphic h2 {
  text-align: center;
  color: var(--color-white);
  font-size: 37px;
  font-weight: 700;
  line-height: 68px;
}

.iniciativa-main .home-slogan .graphics .the-graphic .bar {
  width: 100px;
  height: 400px;
  border-radius: 100px;
  background-color: #ffffff33;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.iniciativa-main .home-slogan .graphics .the-graphic .bar .inner-bar {
  width: 100%;
  height: 0;
  background: #a7d95299;
}

.iniciativa-main .home-slogan .caption {
  max-width: 400px;
}

.iniciativa-main .home-slogan .caption h2 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 39.88px;
  text-align: left;
}

.iniciativa-main .home-slogan .caption p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.logosSwiper .swiper-wrapper {
  align-items: center;
}

.logosSwiper .swiper-slide {
  justify-content: center;
  display: flex;
}

.logosSwiper .swiper-slide img {
  display: block;
  max-width: 100%;
}

.logosSwiper .logo-swiper-pagination {
  text-align: center;
}

.logosSwiper .logo-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a7d952;
}

.logosSwiper .logo-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--color-white);
}

.home-slogan .data h2 {
  max-width: 700px;
  line-height: 50px;
}

.home-slogan .data p {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  max-width: 700px;
}

.contact-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section .container p {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 2rem;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: 0.02em;
}

.contact-section .container .wpcf7 .wpcf7-form-control {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 0.5rem 0.3rem;
  width: 100%;
}

.contact-section .container .wpcf7 .wpcf7-submit {
  padding: 0.5rem 2rem;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid #ffffff;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.contact-section .container .wpcf7 p,
.contact-section .container .wpcf7 label {
  width: 100%;
}

.spacer {
  height: 4rem;
}

.conocimiento-main {
  background: #0b1d27;
  padding: 10rem 0 4rem;
}

.conocimiento-main .conocimiento-subtitle {
  color: var(--color-white);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 416px;
  margin: 2rem auto 6rem;
}

.conocimiento-main .container {
  flex-wrap: wrap;
  justify-content: center !important;
}

.conocimiento-main .container .programa {
  position: relative;
  overflow: hidden;
}

.conocimiento-main .container .programa .overlay {
  background: linear-gradient(180deg, rgba(12, 30, 39, 0.5) 10%, #0c1e27 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.conocimiento-main .container .programa:hover .overlay {
  background: transparent;
  transition: all 1s ease-in-out;
}

.conocimiento-main .container .programa a {
  position: relative;
  z-index: 2;
}

.avisos-main {
  padding: 10rem 0 4rem;
}

.avisos-main .programas-section h2 {
  text-align: left;
  color: rgba(58, 48, 44, 1);
}

/****************************************************************************/

/*********************************INFOGRAFIA************************************/
.infografia-main {
  background: url(./images/mangle-illutration.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.info-header {
  padding: 8rem 0 40rem;
}

.info-header h1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  color: #30759B;
  text-align: center;
}

.info-header .caption {
  display: flex;
  max-width: 860px;
  margin: 4rem auto;
  gap: 1rem;
}

.info-header .caption h4 {
  width: 60%;
  font-size: 34px;
  color: #0B1D27;
  font-weight: 700;
  line-height: 34px;
}

.info-header .caption p {
  width: 40%;
  font-size: 18px;
  color: #0B1D27;
  line-height: 18px;
}

.bloques-data .bloque {
  display: flex;
  margin-bottom: 2rem;
}

.bloques-data .bloque .blue-frame {
  background-color: #30759B;
  width: 50%;
}

.bloques-data .bloque .caption {
  background-color: #ffffff;
  width: 50%;
  padding: 1rem;
}

.bloques-data .bloque .caption p {
  color: #12415B;
  font-size: 18px;
  line-height: 18px;
}

.bloques-data .bloque.bloque-tres .caption {
  width: 100%;
  padding: 2rem;
}

.bloques-data .bloque.bloque-tres .caption p {
  text-align: center;
}

.tipos-mangle .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.tipos-mangle .container .tipo {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tipos-mangle .container .tipo img {
  width: 100%;
  height: 200px;
  margin-bottom: 2rem;
}

.tipos-mangle .container .tipo h4 {
  color: #0B1D27;
  font-size: 18px;
  font-weight: 700;
}

.tipos-mangle .container .tipo p,
.tipos-mangle .container .tipo ul li {
  color: #0B1D27;
  font-size: 14px;
  margin: 0;
}

.ecosistemas {
  padding: 1rem 0;
}

.ecosistemas .container h2 {
  text-align: center;
  font-size: 40px;
  color: #30759B;
  line-height: 40px;
}

.ecosistemas .container p {
  font-size: 16px;
  color: #12415B;
  text-align: center;
  margin: 3rem 0;
}

.ecosistemas .container .columns {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.ecosistemas .container .columns p {
  margin: 0;
}

.ecosistemas .container .divisor {
  height: 3px;
  background: #58707A4D;
  border: 0;
  margin: 3rem auto;
  max-width: 850px;
}

.ecosistemas .image-container {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animales {
  padding: 4rem 0;
}

.animales .container-fluid .columns {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.animales .container-fluid .columns .column {
  flex: 1;
}

.animales .container-fluid .columns .column p {
  color: #12415B;
  font-size: 14px;
}

.animales .container-fluid .columns .column h4 {
  font-size: 30px;
  color: #30759B;
  text-align: center;
}

.animales .container-fluid.second {
  padding: 3rem 0;
}

.animales .container-fluid.second .columns {
  align-items: center;
}

.animales .container-fluid.second .columns .column img {
  max-width: 400px;
}

.page-template-page-info .general-footerbg {
  padding: 2rem 0;
  background: none !important;
}

.page-template-page-info .general-footerbg hr {
  border-color: #0B1D27;
}

.page-template-page-info .general-footerbg .disclaimer-row-footer.container {
  margin-top: 2rem;
}

.page-template-page-info .general-footerbg p,
.page-template-page-info .general-footerbg p span a {
  color: #0B1D27 !important;
}

/*******************************************************************************/


/*Responsive mobile*/
@media (min-width: 320px) and (max-width: 600px) {
  .page-template-page-info {
    text-align: center !important;
  }

  .info-header h1 {
    font-size: 60px;
    line-height: 60px;
    color: #0B1D27;
  }

  .tipos-mangle .container .tipo img {
    height: auto;
  }

  .ecosistemas .container h2,
  .animales .container-fluid .columns .column h4 {
    font-size: 30px;
    line-height: 32px;
  }

  .info-header .caption,
  .tipos-mangle .container,
  .ecosistemas .container .columns,
  .animales .container-fluid .columns,
  .general-footerbg .disclaimer-row-footer.container {
    flex-direction: column;
  }

  .info-header .caption h4,
  .info-header .caption p {
    width: 100%;
  }

  .info-header {
    padding: 8rem 0 0;
  }

  img {
    max-width: 100% !important;
  }

  section.secslidergral .swiper-slide .position {
    font-size: 46px;
  }

  section.secslidergral .swiper-slide .artist-caption .name {
    font-size: 50px;
    line-height: 100px;
  }

  section.secslidergral .swiper-slide .artist-caption .last_name h3,
  section.secslidergral .swiper-slide .artist-caption .last_name p {
    color: #ffffff;
    text-align: center;
  }

  a.btn-black,
  input.btn-black,
  a.btn-white,
  input.btn-white {
    text-align: center;
  }

  .slide-btns,
  .destacados-section .destacado-dos,
  .destacados-section .destacado-tres,
  .programas-section .container,
  #home-subscribe .subscribe-form,
  .section-map .container,
  #slogan .graphic-container,
  .reporte-main .reporte-btns-section .container,
  .reporte-main .reporte-graphic-one-section .container,
  #slogan .graphic-container {
    flex-direction: column;
    align-items: center;
  }

  .destacados-section .destacado-dos>div:first-of-type,
  .destacados-section .destacado-dos>div,
  .section-map .container .legend {
    width: 100%;
  }

  .home-slogan .data {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .home-slogan .container hr {
    max-width: 100%;
  }

  section .socials {
    position: initial !important;
    transform: none;
    margin: 2rem auto;
  }

  .secslidergral .pagination {
    display: none;
  }

  .iniciativa-main .home-slogan .graphics {
    flex-wrap: wrap;
    justify-content: center;
  }

  #slogan .graphic-container .graphic {
    width: 90%;
  }
}

/*Responsive small laptops*/

@media (min-width: 1200px) and (max-width: 1366px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px !important;
  }
}