/*
 Theme Name:   My Team Abroad
 Theme URI:    https://myteamabroad.com
 Description:  My Team Abroad
 Author:       My Team Abroad
 Author URI:   https://myteamabroad.com
 Template:     myteamabroad
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  myteamabroad-child
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  /* background-color: #FCF8F8; */
}

h1,
h2,
h3,
h4,
h5,
p,
span {
  font-family: Roboto, "sans-serif" !important;
}

a {
  text-decoration: none;
  color: #424141;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #221d51;
}

.text-red {
  color: #cd0a47;
}

.bg-blue {
  background-color: #254787;
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #fcf8f8;
}

.gray-dark {
  color: #424141;
}

.bg-green {
  background: #2a9838;
}

.bg-orange {
  background: #f38400;
}

.bg-gray {
  background: #828a97;
}

.bg-red {
  background: #e13247;
}

.bg-purple {
  background: #7834ad;
}

.bg-yellow {
  background: #eadb48;
}

.bg-blue-light {
  background: #48eac3;
}

.bg-green-dark {
  background: #00a900;
}

.bg-green-low {
  background: #5c9742;
}

.bg-brown {
  background: #721712;
}

header {
  width: 100%;
  display: flex;
  font-family: "Montserrat", sans-serif !important;
  padding: 40px;
}

.header nav img {
  width: auto;
  object-fit: contain;
}

.header nav {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

#menuDesktop {
  display: flex;
  align-items: center;
  list-style: none;
}

#menuDesktop ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 9px;
  display: inline-block;
}

#menuDesktop ul li a:hover {
  background-color: rgba(243, 199, 96, 0.2);
}

#menuDesktop ul li a.menu-active {
  background-color: #f3c760;
  color: #002959;
  font-weight: 700;
}

#menuDesktop li {
  font-weight: 500;
  padding: 5px;
  float: left;
  cursor: pointer;
}

.images {
  position: relative;
  left: -100px !important;
  top: -100px;
}

.images-right {
  width: 10px;
  position: relative;
  left: 80%;
  bottom: 50px;
}

.images img {
  width: 200px;
  object-fit: cover;
}

.images .img2 {
  position: absolute;
  left: 50px;
  bottom: -10px;
}

.images2 {
  position: absolute;
  right: 0px;
  top: 2200px;
}

.images2 img {
  width: 200px;
  object-fit: cover;
}

.images2 .img1 {
  position: absolute;
  right: 50px;
}

.images2 .img2 {
  position: absolute;
  right: 0;
}

.padding {
  padding: 20px;
}

.section_wrapper_dark {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: rgba(19, 17, 40, 1) !important;
  background-image: url("../assets/img/dark_line.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}

.section_category {
  padding: 40px 0 0 0;
  margin: 0;
  position: relative;
  background: transparent;
}

.container_category {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.grid_productos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  padding: 20px 50px 60px;
}

.card_producto {
  background: transparent;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.card_producto:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.card_producto_imagen {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: block;
}

.card_producto_imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card_producto_tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #1C3377;
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.card_producto_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 15px 60px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  z-index: 2;
}

.card_producto_title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.card_producto_descripcion {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}

.card_producto_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  background: transparent;
  z-index: 3;
}

.btn_comprar {
  background: #992B1C;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
}

.btn_comprar:hover {
  background: #a00838;
  color: #fff;
}

/* Estilos para secci¨®n de categor¨ªas */
.section_categorias {
  padding: 0 0 40px 0;
  margin: 0;
  position: relative;
  background: transparent;
}

.section_prefooter {
  padding: 40px 0;
  margin: 0;
  height: 400px;
  position: relative;
  background-color: #1f030c !important;
}

.section_prefooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/red_line.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* opacity: 0.3; */
  /* filter: brightness(0.5); */
  z-index: 0;
}

.grid_categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  padding: 20px 0 60px;
}

.card_categoria {
  width: 240px;
  height: 240px;
  background: #484848;
  border-radius: 12px;
  padding: 18px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card_categoria_icono {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}

.card_categoria:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.card_categoria_title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  text-align: left;
}

.card_categoria_count {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #ccc;
  margin: 0 0 15px 0;
  text-align: left;
}

.btn_ver_categoria {
  background: #fff;
  color: #484848;
  padding: 8px 20px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
  margin-top: auto;
}

.btn_ver_categoria:hover {
  background: #f0f0f0;
  color: #484848;
}

/* Secci¨®n de people */
.section_people {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.container_people {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.container_people img {
  width: 25%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}

.footer_people_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top;
  z-index: 10;
}

@media (max-width: 1116px) {
  .content_second_section .grid-1 h1 {
    line-height: 35px !important;
    font-size: 24px !important;
  }

  .section.bg-yello {
    height: auto !important;
  }

  .section.bg-yello .grid {
    padding: 30px 20px;
    flex-wrap: wrap;
    min-height: 200px;
  }

  .section.bg-yello .grid > div {
    flex: 1;
    min-width: 250px;
  }

  .section.bg-yello .grid > div img {
    width: 40px !important;
  }

  .section.bg-yello .grid > div .p-custom-subtitle {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .section.bg-yello .grid > div .p-custom {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .grid_productos {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    justify-items: center;
  }
  
  .card_producto {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .card_producto_imagen {
    height: 250px;
  }

  .grid-header-2 {
    flex-direction: column;
    padding: 20px;
  }

  .grid-1 {
    width: 100%;
    padding: 0;
  }

  .grid-1 h1,
  .grid-1 p {
    width: 100% !important;
    max-width: 100%;
  }

  .container_buttons_header {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .button_red,
  .button_white {
    width: 100%;
    max-width: 300px;
  }

  .header-img {
    margin-top: 30px;
  }

  .section.bg-yello .grid {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    justify-content: center;
  }

  .section.bg-yello .grid > div {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
  }

  .section.bg-yello .grid > div img {
    width: 35px !important;
  }

  .section.bg-yello .grid > div p {
    width: 100% !important;
    margin: 10px auto;
  }

  .section_prefooter {
    height: auto;
    padding: 40px 20px;
  }

  .section_prefooter h1 {
    padding: 0 10px !important;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .section_prefooter p {
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  .button_white_lg {
    width: 90%;
    max-width: 300px;
  }

  .grid_categorias {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px;
  }

  .card_categoria {
    width: 100%;
    max-width: 240px;
  }

  .container_category {
    padding: 0 10px;
  }

  .section_category h1 {
    font-size: 24px !important;
    padding: 20px 10px !important;
  }

  .section_categorias h1 {
    font-size: 24px !important;
    padding: 20px 10px !important;
  }

  .section_categorias p {
    font-size: 14px !important;
    padding: 0 10px !important;
  }

  .section_people {
    padding: 0;
    height: auto;
  }

  .container_people img {
    width: 100% !important;
    height: auto !important;
  }

  .footer_people_overlay {
    display: none;
  }
}

.content-background {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: rgba(19, 17, 40, 1) !important;
}

.content-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/background_home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  filter: brightness(0.5);
  z-index: 0;
}

.content_second_section {
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
}

.content_second_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/baseball.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  filter: brightness(0.8);
  z-index: 0;
}

.content_second_section > * {
  position: relative;
  z-index: 1;
}

.content-background > * {
  position: relative;
  z-index: 1;
}

.content-background #header {
  z-index: 100;
}

.grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.grid-card {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.grid-card .grid-card-content {
  width: 100%;
  margin-left: 20px;
}

.grid-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  margin: auto;
  padding: 10px;
}

.grid-1 a {
  padding-top: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
}

.grid-header-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 50px;
}

.grid-2 {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 50px;
}

.grid-2 img {
  width: 100% !important;
}

.grid-values {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-value {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.grid-values .card-blue {
  min-width: 150px;
  min-height: 150px;
}

.grid-savings {
  width: 80%;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.saving .img-contry {
  width: 40px;
  position: relative;
  top: -85px;
  left: -120px;
}

.saving .img-contry2 {
  width: 40px;
  position: relative;
  top: -92px;
  left: -122px;
}

.saving .img-country3 {
  width: 40px;
  position: relative;
  top: -80px;
  left: -122px;
}

.grid-dots {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-dot {
  min-width: 220px;
  height: 80px;
  display: flex;
  font-family: "Roboto" !important;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.blue {
  color: #003057 !important;
}

.card {
  min-width: 120px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin: auto;
}

.card-column {
  width: 250px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

.card-example {
  width: 100%;
  max-width: 300px;
  height: 400px;

  background: #f4f4f4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
}

.card-example .example-header {
  width: 100%;
  height: 120px;
  background-color: #254787;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-example .example-content {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.card-example .example-header img {
  object-fit: cover;
  position: relative;
  top: 35px;
}

.p-custom-title {
  font-family: "Montserrat", sans-serif !important;
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}

.p-custom-subtitle {
  font-family: "Montserrat", sans-serif !important;
  font-style: bold;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
}

.p-custom-subtitle span {
  font-family: "Montserrat", sans-serif !important;
  font-style: bold;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
}

.p-custom {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.p-custom-mintitle {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
}

img {
  object-fit: cover;
}

.button {
  width: 300px;
  height: 56px;
  background: #254787;
  color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}

.button-green {
  width: 300px;
  height: 56px;
  background: #5c9742;
  color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}

.button_yellow {
  width: 180px;
  height: 50px;
  border-radius: 9px;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f3c760;
  color: #002959;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 0 5px 0 !important;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}

.header-img {
  width: 100%;
  max-width: 800px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.section {
  width: 100%;
  height: 130px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #e7b759;
  color: #fff;
}

.section-developers {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.section-images {
  height: 400px;
  margin-top: -400px;
}

.img-person {
  position: relative;
  top: -300px;
  left: 18px;
  width: 350px;
}

.img-rectangle42 {
  box-sizing: border-box;
  position: relative;
  left: 60px;
  top: 480px;
  width: 300px;
  height: 300px;

  border: 4px dashed #5c9742;
  border-radius: 30px;
  transform: rotate(45.35deg);
}

.img-rectangle43 {
  box-sizing: border-box;
  position: relative;
  left: 10px;
  top: 130px;
  width: 100%;
  max-width: 400px;
  height: 400px;
  border: 4px dashed #5c9742;
  border-radius: 30px;
  transform: rotate(45.35deg);
}

.card-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.card-icon img {
  width: 70%;
  object-fit: cover;
}

.php {
  position: relative;
  top: -1050px;
  left: 0px;
}

.cplus {
  position: relative;
  top: -675px;
  left: -150px;
}

.blockchain {
  position: relative;
  top: -625px;
  left: -250px;
}

.js {
  position: relative;
  top: -550px;
  left: -185px;
}

.java {
  position: relative;
  top: -500px;
  left: -80px;
}

.laravel {
  position: relative;
  top: -1240px;
  left: 0px;
}

.react {
  position: relative;
  top: -1080px;
  left: 20px;
}

.ios {
  position: relative;
  top: -1450px;
  left: 280px;
}

.csharp {
  position: relative;
  top: -1300px;
  left: 390px;
}

.node {
  position: relative;
  top: -1225px;
  left: 280px;
}

.python {
  position: relative;
  top: -1120px;
  left: 420px;
}

.image11 {
  position: relative;
  top: -1040px;
  left: 510px;
}

.kotlin {
  position: relative;
  top: -950px;
  left: 610px;
}

.vue {
  position: relative;
  top: -880px;
  left: 490px;
}

.footer_main {
  width: 100%;
  background-color: #000;
  padding: 60px 20px;
  margin: 0;
}

.footer_content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer_logo {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer_text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}

.footer_info {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer_column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_social {
  display: flex;
  gap: 20px;
}

.footer_social_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.footer_social_icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer_contact {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media (max-width: 768px) {
  .footer_info {
    flex-direction: column;
    gap: 20px;
  }
}

footer {
  width: 100%;
  height: auto;
  background-color: #000;
}

.content-footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 40px;
}

.rectangle-footer {
  box-sizing: border-box;

  position: relative;
  left: -410px;
  top: 10px;
  width: 300px;
  height: 250px;
  z-index: 1;
  border: 3px dashed #ffffff;
  border-radius: 30px;
  transform: rotate(-43.37deg);
}

.content-image-footer {
  width: 50%;
  z-index: 99999;
}

.content-footer {
  width: 50%;
}

.content-image-footer img {
  width: 100%;
  max-width: 380px;
  margin: auto;
}

.content-input {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.content-input input {
  width: 80%;
  height: 50px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
  border: none;
  padding-left: 5px;
}

.content-input button {
  width: 20%;
  height: 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  outline: none;
  border: none;
  background-color: #5c9742;
  color: #fff;
  cursor: pointer;
}

.content-media {
  width: 100%;
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

.circle {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.circle-blue {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #254787;
  margin: auto;
  position: relative;
  top: -30px;
  left: 0px;
}

.copyright {
  width: 100%;
  text-align: center;
}

.rectangle-blue {
  position: absolute;
  width: 180px;
  height: 180px;

  background: #254787;
  border-radius: 35px;
  transform: matrix(-0.73, 0.69, 0.69, 0.73, 0, 0);
}

.rectangle-border {
  box-sizing: border-box;

  position: absolute;
  left: 50px;
  width: 180px;
  height: 180px;

  border: 3px solid #424141;
  border-radius: 35px;
  transform: matrix(-0.73, 0.69, 0.69, 0.73, 0, 0);
}

.grid-section {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
}

.card-section {
  width: 400px;
  min-height: 350px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
}

.section-hire-team {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

#menuDesktop ul li {
  list-style: none;
}

#menuResponsive {
  display: none;
}

#iconMenuClose {
  display: none;
}

#iconMenuOpen {
  display: none;
}

/* STYLES CONTACT */
.content-menu {
  width: 100%;
  padding: 0px;
}

.content-logo img {
  width: 150px;
  object-fit: cover;
}

.content-menu nav {
  width: 100%;
  /* padding: 10px; */
  display: flex;
  justify-content: space-between;
}

.content-menu nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.content-menu nav ul li {
  font-weight: 500;
  padding: 5px;
  float: left;
  cursor: pointer;
}

.content-menu nav ul li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.content-logo {
  width: 40%;
  height: 100px;
}

.content-menu {
  height: 100px;
}

.grid-header-2-contact {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.grid-contact-1 {
  width: 40%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    252.63deg,
    #ffffff 1.73%,
    #dedddd 100%
  ) !important;
}

.contentFormResponsive {
  display: none;
}

.content-p-contact {
  margin-top: 150px;
}

.grid-contact-2 {
  width: 60%;
  height: 100%;
  padding: 30px;
  background-color: #254787;
}

.p-custom-contact {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  margin-top: 10px;
}

.content-input-contact {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.content-input-contact input {
  width: 80%;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  outline: none;
  border-radius: 10px;
  padding-left: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.content-input-contact textarea {
  width: 80%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  outline: none;
  border-radius: 10px;
  padding-left: 5px;
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  resize: none;
  font-family: "Roboto", sans-serif;
}

.content-input-contact label {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.content-button-contact {
  margin-top: 20px;
}

.wpcf7-response-output {
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: red;
}

.content-button-contact input[type="submit"] {
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  background-color: #5c9742;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  cursor: pointer;
}

.headerContact {
  display: none;
}

/* STYLES BLOG */

.containerBlog {
  width: 100%;
  background-color: #fcf8f8;
  display: flex;
  justify-content: space-between;
}

.contentSidebarBlog {
  width: 30%;
  padding: 50px;
  margin-top: 10px;
}

.contentSidebarBlog .filterCategories {
  width: 350px;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.contentSidebarBlog .filterCategories ul li {
  height: 40px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  border-bottom: 1px solid #828a97;
}

.contentPostsBlog {
  width: 70%;
  padding: 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.contentPostsBlog li {
  width: 350px;
  list-style: none;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.contentPostsBlog li div a h3 {
  padding: 10px;
}

.contentPostsBlog li div a p {
  padding: 10px;
  color: #828a97;
}

.contentPostsBlog li div a img {
  width: 350px !important;
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover !important;
}

.metaNickname {
  color: #828a97;
  font-size: 14px;
}

.container_buttons_header {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-around;
}

.button_red {
  width: 180px;
  height: 50px;
  border-radius: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #cd0a47;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
}

.button_white {
  width: 180px;
  height: 50px;
  border-radius: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: white;
  color: #003057;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}

.button_white_lg {
  width: 230px;
  height: 50px;
  border-radius: 30px;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: white;
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 1538px) {
  .contentPostsBlog {
    max-width: 50%;
  }
}

@media (max-width: 1144px) {
  .containerBlog {
    width: 100% !important;
    flex-direction: column !important;
  }

  .contentSidebarBlog {
    width: 100% !important;
  }

  .contentSidebarBlog .filterCategories {
    width: 100%;
    /* height: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px; */
  }

  .contentPostsBlog {
    width: 100%;
    margin: auto;
    gap: 20px;
  }

  .contentPostsBlog li {
    width: 90%;
    margin: auto;
  }

  .contentPostsBlog li div a img {
    width: 100% !important;
  }
}

@media (max-width: 460px) {
  .content-value {
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1325px) {
  .images-right {
    display: none;
  }
}

@media (max-width: 978px) {
  .img-person {
    position: relative;
    top: 300px;
    width: 80%;
  }

  .img-rectangle42 {
    display: none;
  }

  .img-rectangle43 {
    display: none;
  }

  #menuDesktop {
    display: none;
  }

  #iconMenuOpen {
    width: 35px;
    height: 35px;
    display: block;
    filter: brightness(0) invert(1);
    margin-left: auto;
  }

  #menuResponsive {
    width: 200px;
    position: fixed;
    top: 0;
    right: -200px;
    height: auto;
    max-height: 400px;
    background: #fff;
    padding: 60px 15px 20px 15px;
    z-index: 9999998 !important;
    box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    border-radius: 0 0 0 15px;
    transition: right 0.3s ease;
  }

  #menuResponsive ul {
    padding: 0;
    margin: 0;
  }

  #menuResponsive ul li {
    list-style: none;
    margin: 0 0 5px 0;
  }

  #menuResponsive ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  #menuResponsive ul li a:hover {
    background: #f0f0f0;
  }

  #menuResponsive ul li a.menu-active {
    background-color: #002959;
    color: #fff;
    font-weight: 700;
  }

  #iconMenuClose {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999999;
    cursor: pointer;
    filter: brightness(0);
    transition: opacity 0.3s ease;
  }

  #iconMenuClose:hover {
    opacity: 0.7;
  }

  .header {
    position: relative;
    z-index: 100;
  }

  .grid-header-2 {
    position: relative;
    z-index: 1;
  }

  .p-custom-title {
    font-size: 32px !important;
    font-family: "Montserrat", sans-serif !important;
    font-style: italic;
    line-height: 40px !important;
  }

  .p-custom-subtitle {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .grid-header-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding: 20px;
  }

  .header {
    padding: 20px;
  }

  .header nav img {
    width: 200px !important;
    height: auto;
    margin-top: 10px;
  }

  .header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .container_people {
    flex-wrap: wrap;
  }

  .container_people img {
    width: 50% !important;
    height: auto;
  }

  .footer_people_overlay {
    height: 100px;
  }

  .grid-2 {
    width: 100%;
    padding: 20px;
  }

  .content_second_section {
    padding: 20px;
  }

  .button_yellow {
    width: 100%;
    max-width: 300px;
  }

  #menuResponsive {
    z-index: 9999;
  }

  .p-custom-title {
    font-size: 40px;
    font-family: "Montserrat", sans-serif !important;
    font-style: italic;
    line-height: 50px;
  }

  .grid-header-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding: 50px;
  }

  .grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 20px !important;
  }

  .card {
    height: auto !important;
    margin-top: 20px;
  }

  .card-icon {
    display: none;
  }

  .grid-dots {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .content-dot {
    width: 100px;
    height: 80px;
    display: flex;
    font-family: "Roboto" !important;
  }

  .grid-savings {
    display: block;
    height: 700px;
    margin: auto;
  }

  .saving {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
  }

  .saving .img-contry {
    width: 40px;
    position: relative;
    top: 0px;
    left: -120px;
  }

  .saving .img-contry2 {
    width: 40px;
    position: relative;
    top: 0px;
    left: -122px;
  }

  .saving .img-country3 {
    width: 40px;
    position: relative;
    top: 0px;
    left: -122px;
  }

  .p-custom {
    width: auto !important;
  }

  /* nav ul {
    display: none !important;
  } */

  .images2 {
    display: none;
  }

  .header {
    width: auto;
    display: flex;
    justify-content: space-between !important;
  }

  .header nav .openMenu {
    width: 50px;
    cursor: pointer;
  }

  /* ABOUT US */

  .grid-section {
    height: auto;
    flex-direction: column;
    gap: 20px;
  }

  .grid-values {
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }

  .content-value {
    width: 90%;
    text-align: center;
    gap: 20px;
  }

  .card-section {
    width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
  }

  footer {
    height: auto;
    padding: 50px 0px 50px 0px;
  }

  .content-footer-main {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0px;
    background-color: #254787;
  }

  .content-footer {
    width: 90%;
    margin: auto;
  }

  .content-image-footer {
    width: 300px;
    z-index: 99999;
  }

  .content-image-footer img {
    width: 100%;
    object-fit: cover;
    z-index: 99999;
  }

  .rectangle-footer {
    display: none;
  }

  .grid-1 {
    padding: 0px;
  }

  .images {
    display: none;
  }

  .grid-header-2-contact {
    flex-direction: column;
    height: 3000% !important;
    overflow: auto;
  }

  .content-p-contact {
    margin-top: 50px;
  }

  .grid-contact-1 {
    width: 100%;
    margin: auto;
  }

  .contentFormResponsive {
    display: block;
    margin-top: 20px;
  }

  .logo-contact {
    display: none;
  }

  .grid-contact-2 {
    display: none;
  }

  .content-input-contact {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column !important;
    margin: auto;
  }

  .content-input-contact input {
    width: 80%;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 10px;
    padding-left: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #000 !important;
    font-family: "Roboto", sans-serif;
  }

  .content-input-contact textarea {
    width: 80%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 10px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #fff !important;
    color: #000 !important;
    resize: none;
    font-family: "Roboto", sans-serif;
  }

  .content-input-contact label {
    color: #000 !important;
    font-family: "Roboto", sans-serif;
  }

  .content-input-contact input {
    width: 80%;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 10px;
    padding-left: 5px;
    background-color: #fff !important;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
  }

  .content-input-contact textarea {
    width: 80%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 10px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #fff !important;
    color: #000 !important;
    resize: none;
    font-family: "Roboto", sans-serif;
  }

  .content-input-contact label {
    color: #000 !important;
    font-family: "Roboto", sans-serif;
  }

  .wpcf7-response-output {
    color: #000 !important;
  }

  .wpcf7-not-valid-tip {
    color: red;
  }

  label {
    color: #000 !important;
  }

  .headerContact {
    display: block;
    padding: 0;
  }

  .footerDesktop {
    display: none;
  }
}


.section_prefooter h1,
.section_prefooter p {
  position: relative;
  z-index: 1;
}

.container_prefooter {
  position: relative;
  z-index: 1;
}
