/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.Main-Hero {
  width: 100%;
  height: 85vh;
  min-height: 1024px;
  margin: 0px;
  padding-top: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.Main-Hero h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  /* 180% */
  margin: 0px;
}

.Main-Hero h2 span {
  color: #00C562;
  border-bottom: 4px solid #00C562;
}

.Main-Hero p {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  width: 60%;
  padding: 40px 0px !important;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.Main-Hero a {
  border-radius: 15px;
  background: #005B88;
  border: 1px solid #005B88;
  padding: 10px 30px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
  transition: 0.3s;
  border: 2px solid #005b88;
}

.Main-Hero a:hover {
  background-color: #fff;
  border: 2px solid #005b88;
  color: #005b88;
}

.Main-hero-list-box {
  padding: 50px 80px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.10);
  position: absolute;
  top: -175px;
  display: flex;
  align-items: center;
  height: 365px;
  justify-content: space-between;
}

div#Hero-list {
  width: 100%;
  position: relative;
  height: 190px;
  margin: 0px !important;
}

.hero-list-card {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-list-card-icon {
  border-radius: 40px;
  background: #D0EDDE;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.hero-list-card h3 {
  color: #1F2230;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  /* 145% */
  margin: 0px !important;
  padding: 22px 0px !important;
}

.hero-list-card p {
  color: #616161;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 181.25% */
  margin: 0px !important;
}

.Main-section-1 {
  width: 100%;
  padding: 60px 0px 80px 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-1-left {
  width: 48%;
}

.section-1-right {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.section-1-left h2 {
  color: #181713;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 118.182% */
  margin: 0px;
  padding: 18px 0px 28px 0px;
}

.section-1-left p {
  color: #514F4C;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  margin: 0px;
  width: 90%;
}

p {
  padding-bottom: 0px !important;
}

.section-1-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0px;
  gap: 30px;
}

.section-1-list {
  border-radius: 7px;
  background: #D0EDDE;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

span.Nosotros {
  color: #181713;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 50px;
  background: #D0EDDE;
  padding: 8px 12px;
}

.section-1-list-icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #005B88;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-1-list span {
  width: 80%;
}

.section-1-list h3 {
  color: #181713;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  margin: 0px !important;
  padding-bottom: 12px !important;
}

.section-1-list span p {
  color: #514F4C;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  width: 100% !important;
}

.section-1-left a {
  padding: 14px 30px;
  border-radius: 15px;
  background: #005B88;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
  transition: 0.3s;
  border: 2px solid #005b88;
}

.section-1-left a:hover {
  background-color: #fff;
  border: 2px solid #005b88;
  color: #005b88;
}

.section-1-right-box1 {
  width: 99%;
}

.section-1-right-box2 {
  display: flex;
  width: 28%;
  flex-direction: column;
  gap: 40px;
}

.section-1-right-box1 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  margin: 0px !important;
  border-radius: 10px;
}

.section-1-right-box2 p {
  color: #514F4C;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.section-1-right-box2 img {
  width: 100%;
  height: 374px !important;
  margin: 0px;
}

.Main-section-2 {
  width: 100%;
  padding: 50px 0px 25px 0px;
  margin: 0px;
}

.section-tital {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.section-tital span {
  color: #181713;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  padding: 10px 34px;
  border-radius: 50px;
  background: #D0EDDE;
}

.section-tital h2 {
  color: #181713;
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 118.182% */
  padding-top: 16px;
  margin: 0px !important;
  width: 50%;
}

.section-2-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-2-card {
  width: 32%;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-2-img {
  width: 100%;
  height: 305px;
}

.section-2-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0px !important;
  border-radius: 5px;
}

.section-2-card-tital {
  width: 100%;
  padding: 40px 28px;
}

.section-2-card-tital span {
  border-radius: 50px;
  background: #D0EDDE;
  padding: 5px 22px;
  color: #181713;
  font-family: Inter;
  font-size: 15.875px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 176.378% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.section-2-card-tital h2 {
  color: #1F2230;
  font-family: Inter;
  font-size: 23.063px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.425% */
  margin: 0px !important;
  padding: 30px 0px 20px 0px;
}

.section-2-card-tital p {
  color: #616161;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 181.25% */
  margin: 0px;
  padding-bottom: 30px !important;
}

.section-2-card-tital a {
  border-radius: 15px;
  background: #005B88;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
  padding: 14px 30px;
  transition: 0.3s;
  border: 2px solid #005b88;
}

.section-2-card-tital a:hover {
  background-color: #fff;
  border: 2px solid #005b88;
  color: #005b88;
}

.Main-section-3 {
  width: 100%;
  padding: 50px 0px 25px 0px;
}

.section-3-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}

.section-3-card {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-3-card-img {
  width: 100%;
  height: 360px;
}

.section-3-card-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-bottom: 10px;
  border-radius: 5% 5% 0 0;
}

img {
  height: 100% !important;
  margin: 0px !important;
}

.section-3-card-tital {
  width: 95%;
  border-radius: 8px;
  background: #D0EDDE;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 14px;
  position: absolute;
  top: -48px;
}

.section-3-card-tital h2 {
  color: #181713;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  margin: 0px !important;
}

.section-3-card-tital p {
  color: #514F4C;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  padding-top: 15px;
}

.Main-section-4 {
  width: 100%;
  padding: 50px 0px 80px 0px;
}

.section-4-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}

.section-4-card {
  width: 49%;
  border-radius: 8px;
  background: #F2F0EC;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-4-img {
  height: 175px;
  width: 165px;
}

.section-4-card-tital {
  width: 68%;
}

.section-4-card-tital span {
  border-radius: 8px;
  background: #D0EDDE;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.section-4-card-tital span svg {
  height: 15px;
  width: 15px;
}

.section-4-card-tital span h3 {
  color: #514F4C;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  margin: 0px !important;
}

.section-4-card-tital h2 {
  color: #181713;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin: 0px !important;
  padding: 14px 0px 5px 0px;
}

.section-4-card-tital p {
  color: #616161;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 181.25% */
  padding-bottom: 20px !important;
  min-height: 50px;
}

.section-4-card-tital a h3 {
  color: #181713;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0px;
}

.section-4-btn-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.section-4-btn-box a {
  padding: 14px 30px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
  border-radius: 15px;
  background: #005B88;
  transition: 0.3s;
  border: 2px solid #005b88;
}

.section-4-btn-box a:hover {
  background-color: #fff;
  border: 2px solid #005b88;
  color: #005b88;
}

.section-3-card-tital-box {
  height: 72px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

header#top {
  width: 100%;
  padding: 35px 0px !important;
}

.col.span_3.site-logo a {
  margin: 0px !important;
}

.hero-list-card-icon {}

.row.flex-box-class {
  display: flex;
  align-items: center !important;
}

div#header-secondary-outer {
  background: #00C562 !important;
}

#header-secondary-outer .nectar-center-text {
  width: 100%;
  max-width: 100% !important;
}

.top-main-box-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-main-box-head p {
  color: #2F2F2F;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
}

.top-head-right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.top-main-box-head p span {
  font-weight: 800;
}

.new-class {}

.new-class nav ul {
  width: 100% !important;
  gap: 50px !important;
  display: flex;
  justify-content: flex-end !important;
}

.logo-spacing {
  display: none;
}

div#header-space {
  height: 172px !important;
}

ul.buttons.sf-menu {
  display: none !important;
}

.new-class nav ul li a span:hover {
  color: #005B88 !important;
}

.new-class nav ul li a span {
  color: #2F2F2F !important;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 143.089% */
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.3s;
}


.new-class nav ul li:last-child:hover {
  background-color: #fff;
  border: 2px solid #005b88;
}

.new-class nav ul li:last-child:hover a span {
  color: #005b88 !important;
}

.new-class nav ul li:last-child {
  /* yaha style likho */
  border-radius: 15px;
  background: #005B88;
  padding: 14px 30px;
  color: #fff !important;
  margin-left: 85px !important;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #005b88;
}

.new-class nav ul li:last-child a span {
  color: #fff !important;
}


.Main-footrer {
  width: 100%;
}

.Main-footrer-box {
  width: 100%;
  padding: 90px 0px 100px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footrer-left-box {
  width: 30%;
}

.footrer-left-box img {
  width: 170px;
  height: 60px;
}

.footrer-left-box p {
  color: rgba(255, 255, 255, 0.80);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  padding-top: 35px;
}

.footrer-right-box {
  width: 54%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footrer-list-box {
  width: 48%;
}

.footrer-list-box h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 23.063px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 130.081% */
  margin: 0px;
}

.footrer-list-box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 38px;
  margin: 0px !important;
}

.footrer-list-box ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footrer-list-box ul li svg {
  width: 16px;
  height: 16px;
}

.footrer-list-box ul li p {
  color: rgba(255, 255, 255, 0.80);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 181.25% */
}

.footer-bottom-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 44px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom-box p {
  padding: 0px !important;
  color: rgba(255, 255, 255, 0.80);
  text-align: right;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 181.25% */
}

.footer-bottom-box span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 44px;
}

div#copyright {
  display: none !important;
}

.Main-inner-box {
  width: 100%;
  padding: 65px 0px 120px 0px;
}

.Main-inner-box h2 {
  margin: 0px !important;
  color: #FFF;
  font-family: Inter;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  /* 100% */
  padding-bottom: 25px;
}

.Main-inner-box span {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
}

.row-bg.viewport-desktop.using-bg-color {
  background: linear-gradient(to bottom, #F2F0EC 70%, #fff 30%) !important;
}

/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */
/* Home-page-css- */




























.Main-tab-tital {
  width: 100%;
  padding: 100px 0px 40px 0px;
}

div#Tab-sec {
  width: 100%;
}

div#Tab-sec ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
  margin: 0px;
  width: 100%;
  display: flex;
  justify-content: center !important;
  gap: 65px !important;
}

div#Tab-sec li.tab-item {
  background: transparent !important;
  border: none !important;
}

div#Tab-sec li.tab-item a {
  background: none !important;
  padding: 0px !important;
  color: #181713 !important;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  border: none !important;
  padding-bottom: 18px !important;
  border-bottom: 2px solid transparent !important;
}

div#Tab-sec li.tab-item.active-tab a {
  border-bottom: 2px solid #005B88 !important;
  font-weight: 700;
}

.Main-tab-box {
  width: 100%;
  padding-top: 50px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.Tab-card-box {
  border-radius: 15px;
  border: 1px solid #AAA;
  background: #FFF;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
  padding: 40px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 480px;
}

.Tab-card-box-img {
  height: 400px;
  width: 28%;
}

.Tab-card-box-tital {
  width: 68%;
}

.Tab-card-box-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}

.Tab-card-box-tital span {
  display: flex;
  border-radius: 8px;
  background: #E6F1EF;
  padding: 10px 12px;
  width: fit-content;
  align-items: center;
  gap: 5px;
}

.Tab-card-box-tital span svg {
  width: 15px;
  height: 15px;
}

.Tab-card-box-tital span p {
  color: #514F4C;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  padding: 0px !important;
}

.Tab-card-box-tital h2 {
  color: #181713;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin: 0px !important;
  padding-top: 15px;
}

.Tab-card-box-tital p {
  color: #514F4C;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  padding: 5px 0px 20px 0px !important;
}

.Tab-card-box-tital a {
  border-radius: 15px;
  background: #005B88;
  padding: 14px 30px;
  border: 2px solid #005B88;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
  transition: 0.3s;
}

.Tab-card-box-tital a:hover {
  background: #fff;
  color: #005B88;
}

.Tab-card-box-tital a:hover svg path {
  fill: #005B88;
}


/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */
/* Actividades y eventos-code-css */


























.Main-Sobre-section-1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0px;
}

.Sobre-section-1-left-img {
  width: 100%;
  height: 365px;
  margin-top: 70px;
}

.Sobre-section-1-left-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}

.Sobre-section-1-right img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
}

.Sobre-section-1-right {
  width: 48%;
}

.Nuestra-Mision {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Nuestra-Mision-img {
  width: 45%;
}

.Nuestra-Mision-box {
  width: 50%;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.Nuestra-Mision-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.Nuestra-Mision-box h2 {
  color: #181713;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 118.182% */
  margin: 0px;
  padding-bottom: 24px !important;
}

.Nuestra-Mision-box ul {
  margin: 0px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.Nuestra-Mision-box ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.Nuestra-Mision-box ul li span {
  border-radius: 50px;
  background: #FBD459;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.Nuestra-Mision-box ul li p {
  width: 94%;
  color: #181713;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 175% */
}

.Nuestra-Mision-box ul li span img {
  width: 12px !important;
  height: 12px !important;
}

div#NuestraMision-sec .row-bg.viewport-desktop.using-bg-color {
  background: #F2F0EC !important;
}




/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */
/* Sobre-css-code- */







.Contacto-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0px 100px 0px;
}

.Contacto-tital {
  width: 48%;
}

.Contacto-form {
  width: 48%;
}

.Contacto-tital h2 {
  color: #181713;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 118.182% */
  margin: 0px;
}

.Contacto-tital p {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding-top: 20px !important;
}

.contact-icon-box {}

.Contacto-list-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding-top: 40px;
}

.Contacto-list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.Contacto-form {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.20);
  padding: 40px 25px;
}

.Contacto-form h2 {
  color: #181713;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 173.333% */
  padding-bottom: 30px;
  margin: 0px !important;
}

.Contacto-form-group {
  width: 100%;
}

.two-box p {
  width: 100%;
}

input.wpcf7-form-control.wpcf7-text.short-input {
  width: 100%;
}

.Contacto-form-group input {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #9A9A9A;
  padding: 16px !important;
}

.Contacto-form-group textarea {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #9A9A9A;
  padding: 16px !important;
}

.two-box {
  width: 100%;
  padding-bottom: 30px;
}

.two-box p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.two-box p span {
  width: 48% !important;
}

.contact-icon-box {
  width: 45px;
  height: 45px;
}

.contact-icon-box svg {
  width: 100%;
  height: 100%;
}

.contact-icon-box p {
  padding: 0px !important;
}

.contact-t-box {
  width: 80%;
}

.contact-t-box h3 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 110% */
  margin: 0px !important;
}

.contact-t-box h4 {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px !important;
}

.Contacto-box {}

input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit-btn {
  border-radius: 15px;
  background: #005B88;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: 0.3s;
  border: 2px solid #005b88;
}






/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */
/* contact-page-css */









@media screen and (max-width: 1366px) {
  div#header-space {
    height: 142px !important;
  }

  header#top {
    padding: 20px 0px !important;
  }

  .new-class nav ul li:last-child {
    border-radius: 10px;
    padding: 10px 24px;
  }

  .new-class nav ul {
    gap: 50px !important;
  }

  .Main-Hero h2 {
    font-size: 44px;
    line-height: 70px;
  }

  .Main-Hero p {
    font-size: 16px;
    width: 50%;
    padding: 30px 0px !important;
    line-height: 28px;
  }

  .Main-Hero a {
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
  }

  .Main-hero-list-box {
    padding: 40px;
    height: 330px;
    border-radius: 15px;
  }

  .hero-list-card h3 {
    font-size: 18px;
    padding: 12px 0px !important;
  }

  .hero-list-card p {
    font-size: 14px;
    line-height: 25px;
  }

  .hero-list-card-icon {
    width: 60px;
    height: 60px;
  }

  .hero-list-card-icon svg {
    width: 30px;
    height: 30px;
  }

  div#Hero-list {
    height: 170px;
  }

  span.Nosotros {
    font-size: 14px;
  }

  span.Nosotros {}

  .section-1-left h2 {
    font-size: 40px;
    padding: 14px 0px 25px 0px;
  }

  .section-1-left p {
    font-size: 16px;
    line-height: 22px;
  }

  .section-1-list span p {
    font-size: 16px;
  }

  .section-1-list h3 {
    font-size: 18px;
  }

  .section-1-right-box2 p {
    font-size: 16px;
    line-height: 25px;
  }

  .section-1-box {}

  .section-1-left a {
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 10px;
  }

  .section-tital h2 {
    font-size: 40px;
    width: 45%;
  }

  .section-tital span {
    font-size: 14px;
    padding: 8px 32px;
  }

  .section-2-card-tital {
    padding: 30px 24px;
  }

  .section-2-card-tital h2 {
    font-size: 20px;
    padding: 20px 0px 16px 0px;
  }

  .section-2-card-tital a {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 24px;
  }

  .section-2-card-tital p {
    font-size: 14px;
    padding-bottom: 25px !important;
  }

  .section-2-img {
    height: 290px;
  }

  .section-3-card-tital h2 {
    font-size: 16px;
  }

  .section-3-card-tital p {
    font-size: 15px;
  }

  .section-3-card-tital {
    height: 110px;
    padding: 18px 10px;
  }

  .section-4-card-tital span h3 {
    font-size: 14px;
  }

  .section-4-card-tital h2 {
    font-size: 16px;
    padding: 10px 0px 5px 0px;
  }

  .section-4-card-tital p {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px !important;
  }

  .section-4-img {
    height: 155px;
    width: 150px;
  }

  .section-4-card-tital a h3 {
    margin: 0px !important;
    font-size: 15px;
  }

  .section-4-btn-box {
    padding-top: 25px;
  }

  .section-4-btn-box a {
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 10px;
  }

  .Main-section-4 {
    padding: 30px 0px 50px 0px;
  }

  .Main-footrer-box {
    padding: 70px 0px 80px 0px;
  }

  .footrer-list-box ul {
    gap: 20px;
    padding-top: 30px;
  }

  .footrer-list-box ul li p {
    font-size: 14px;
  }

  .footrer-list-box h2 {
    font-size: 20px;
  }

  .footrer-left-box p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
  }

  .Main-inner-box {
    padding: 45px 0px 90px 0px;
  }

  .Main-inner-box h2 {
    font-size: 70px;
    padding-bottom: 15px;
  }

  .Main-inner-box span {
    font-size: 18px;
  }

  .Main-Sobre-section-1 {
    padding: 60px 0px;
  }

  .Nuestra-Mision-box h2 {
    font-size: 40px;
    padding-bottom: 19px !important;
  }

  .Nuestra-Mision-box ul li p {
    font-size: 14px;
    line-height: 24px;
  }

  .Nuestra-Mision-box ul {
    gap: 25px;
  }

  .Main-tab-tital {
    padding: 50px 0px 30px 0px;
  }

  div#Tab-sec li.tab-item a {
    font-size: 18px !important;
    padding-bottom: 14px !important;
  }

  .Main-tab-box {
    gap: 30px;
    padding-top: 40px !important;
  }

  .Tab-card-box-tital p {
    font-size: 16px;
  }

  .Tab-card-box-tital h2 {
    font-size: 18px;
  }

  .Tab-card-box {
    padding: 34px 24px;
  }

  .Tab-card-box-tital a {
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
  }

  .Contacto-tital h2 {
    font-size: 40px;
  }

  .Contacto-box {
    padding: 50px 0px 60px 0px;
  }

  .contact-t-box h3 {
    font-size: 18px;
  }

  .Contacto-list-box {
    gap: 30px;
    padding-top: 30px;
  }

  .Contacto-form h2 {
    font-size: 25px;
    padding-bottom: 25px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit-btn {
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 10px;
  }
}







@media screen and (max-width: 1024px) {
  .new-class nav ul {
    gap: 15px !important;
  }

  .new-class nav ul li:last-child {
    margin-left: 30px !important;
  }

  .top-main-box-head p {
    font-size: 12px;
  }

  .top-head-right {
    gap: 20px;
  }

  .new-class nav ul li a span {
    font-size: 16px;
  }

  .new-class nav ul li:last-child {
    border-radius: 5px;
    padding: 8px 20px;
  }

  .Main-Hero {
    padding-top: 55px;
  }

  .Main-Hero h2 {
    font-size: 35px;
    line-height: 65px;
  }

  .Contacto-tital h2 {
    font-size: 30px;
  }

  .Contacto-tital p {
    font-size: 14px;
    padding-top: 14px !important;
  }

  .contact-icon-box p {
    padding-top: 0px !important;
  }

  .contact-icon-box {
    width: 35px;
    height: 35px;
  }

  .Contacto-list {
    gap: 10px;
  }

  .Contacto-list-box {
    gap: 25px;
    padding-top: 25px;
  }

  .contact-t-box h3 {
    font-size: 16px;
  }

  .contact-t-box h4 {
    font-size: 14px;
  }

  .Contacto-form-group input {
    border-radius: 5px;
    border: 1px solid #9A9A9A;
    padding: 12px !important;
  }

  .Contacto-form-group textarea {
    border-radius: 5px;
    border: 1px solid #9A9A9A;
    padding: 10px !important;
  }

  textarea.wpcf7-form-control.wpcf7-textarea.Message-box {}

  input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit-btn {
    padding: 10px 24px !important;
  }

  .Main-Hero p {
    font-size: 16px;
    width: 70%;
    padding: 20px 0px !important;
  }

  .Main-Hero a {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 12px;
  }

  .Main-hero-list-box {
    padding: 30px;
    border-radius: 10px;
  }

  .hero-list-card p {
    line-height: 23px;
  }

  .Main-section-1 {
    flex-direction: column;
    gap: 40px;
    padding: 45px 0px 50px 0px !important;
  }

  .section-1-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-1-left h2 {
    font-size: 30px;
    padding: 14px 0px 15px 0px;
    width: 54%;
    text-align: center;
    line-height: 44px;
  }

  .section-1-left p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 75%;
  }

  .section-1-list span p {
    text-align: left !important;
  }

  .section-1-list-icon {
    width: 60px;
    height: 60px;
  }

  .section-1-list-icon svg {
    width: 30px;
    height: 30px;
  }

  .section-1-list h3 {
    padding-bottom: 10px !important;
  }

  .section-1-left a {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 5px;
    line-height: 24px;
  }

  .section-1-box {
    gap: 18px;
  }

  .Main-section-1 {}

  .section-1-right {
    width: 100%;
  }

  .section-1-right-box1 img {
    width: 100% !important;
  }

  .section-1-right-box2 {
    width: 35%;
  }

  .section-tital h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tital {
    padding-bottom: 30px;
  }

  .section-2-card-tital a {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 5px;
    line-height: 24px;
  }

  .section-2-card-tital p {
    line-height: 24px;
    padding-bottom: 18px !important;
  }

  .section-2-card-tital span {
    font-size: 12px;
  }

  .section-2-card-tital h2 {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    line-height: 30px;
  }

  .section-2-card-tital {
    padding: 24px 20px;
  }

  .Main-section-3 {
    padding: 30px 0px 20px 0px;
  }

  .section-3-card {
    width: 48%;
  }

  .section-3-box {
    flex-wrap: wrap;
    gap: 10px;
  }

  .section-3-card-img img {
    width: 100% !important;
  }

  .section-4-card {
    width: 85%;
    justify-content: flex-start;
    gap: 20px;
  }

  .section-4-box {
    justify-content: center;
  }

  .section-4-btn-box a {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 5px;
    line-height: 24px;
  }

  .section-4-btn-box {
    padding-top: 20px;
  }

  .section-3-card-tital {
    height: 102px;
  }

  .section-3-card-img img {
    border-radius: 10px !important;
  }

  .section-1-left.Sobre-section-left {
    width: 100% !important;
  }

  .Main-Sobre-section-1 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0px;
  }

  .Sobre-section-1-left-img {
    width: 65%;
    height: 355px;
    margin-top: 35px;
  }

  .Sobre-section-1-right {
    width: 65%;
  }

  .Nuestra-Mision-box h2 {
    font-size: 30px;
    padding-bottom: 15px !important;
  }

  .Nuestra-Mision {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .Nuestra-Mision-img {
    width: 75%;
  }

  .Nuestra-Mision-box {
    width: 75%;
  }

  .footrer-left-box p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 24px;
  }

  .footrer-list-box ul {
    gap: 15px;
  }

  .footrer-list-box ul {
    padding-top: 20px;
  }

  .footrer-list-box h2 {
    font-size: 16px;
  }

  .Main-footrer-box {
    padding: 55px 0px 60px 0px;
  }

  .footer-bottom-box {
    padding: 30px 0px;
  }

  .footer-bottom-box p {
    font-size: 14px;
  }

  .Main-inner-box h2 {
    font-size: 62px;
    padding-bottom: 10px;
  }

  .Main-inner-box {
    padding: 40px 0px 80px 0px;
  }

  .Main-tab-tital {
    padding: 40px 0px 0px 0px;
  }

  div#Tab-sec li.tab-item a {
    font-size: 17px !important;
  }

  .Tab-card-box-tital h2 {
    font-size: 16px;
    line-height: 25px;
  }

  .Tab-card-box-tital p {
    font-size: 14px;
  }

  .Tab-card-box-tital a {
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 12px;
  }

  .Tab-card-box {
    padding: 24px 20px;
    height: 455px;
  }

  .Main-tab-box {
    gap: 20px;
  }
}






@media screen and (max-width: 600px) {

  .Main-Hero h2 {
    font-size: 24px;
    line-height: 44px;
  }

  .Main-Hero p {
    font-size: 16px;
    width: 100%;
    line-height: 25px;
    padding: 18px 0px !important;
  }

  .Main-Hero {
    padding-top: 60px;
    height: 100%;
    padding-bottom: 60px;
  }

  .Main-hero-list-box {
    position: relative;
    top: 0px;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding: 30px;
    margin-top: 25px;
    border-radius: 10px;
  }

  .Main-Hero a {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 14px;
  }

  .hero-list-card {
    width: 100%;
    align-items: center;
  }

  div#Hero-list {
    height: 100%;
  }

  .hero-list-card p {
    text-align: center;
  }

  .hero-list-card h3 {
    font-size: 18px;
    padding: 10px 0px !important;
  }

  .hero-list-card p {
    font-size: 14px;
    line-height: 25px;
  }

  .hero-list-card-icon {
    width: 70px;
    height: 70px;
  }

  .hero-list-card-icon svg {
    width: 30px;
    height: 30px;
  }

  .Main-section-1 {
    padding: 40px 0px 30px 0px !important;
    flex-direction: column;
    gap: 30px;
  }

  span.Nosotros {
    font-size: 12px;
  }

  .section-1-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-1-left h2 {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    padding: 14px 0px 15px 0px;
  }

  .section-1-left p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    width: 100%;
  }

  .section-1-list {
    flex-direction: column;
  }

  .section-1-list h3 {
    font-size: 18px;
    text-align: center;
  }

  .section-1-list span {
    width: 100%;
  }

  .section-1-list span p {
    font-size: 15px;
    line-height: 25px;
  }

  .section-1-list-icon {
    width: 60px;
    height: 60px;
  }

  .section-1-list-icon svg {
    width: 30px;
    height: 30px;
  }

  .section-1-box {
    padding: 24px 0px;
    gap: 24px;
  }

  .section-1-left a {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 14px;
  }

  .section-1-right {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .section-1-right-box1 {
    width: 100%;
    height: 500px;
  }

  .section-1-right-box1 img {
    width: 100% !important;
  }

  .section-1-right-box2 {
    width: 100%;
    gap: 20px;
  }

  .section-1-right-box2 p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }

  .Main-section-2 {
    padding: 40px 0px 25px 0px;
  }

  .section-tital span {
    font-size: 12px;
    padding: 10px 13px;
  }

  .section-tital h2 {
    font-size: 24px;
    width: 100%;
    line-height: 34px;
  }

  .section-tital {
    padding-bottom: 20px;
  }

  .section-tital h2 {}

  .section-2-box {
    flex-direction: column;
    gap: 20px;
  }

  .section-2-card {
    width: 100%;
  }

  .section-2-card-tital {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .section-2-card-tital h2 {
    font-size: 16px;
    width: 76%;
    line-height: 28px;
    padding: 10px 0px;
    text-align: center;
  }

  .section-2-card-tital span {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 15px;
  }

  .section-2-card-tital a {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 14px;
  }

  .section-2-card-tital p {
    font-size: 14px;
    padding-bottom: 20px !important;
    text-align: center;
    line-height: 22px;
  }

  .Main-section-3 {
    padding: 20px 0px 25px 0px;
  }

  .section-3-box {
    flex-wrap: wrap;
    gap: 20px;
  }

  .section-3-card {
    width: 100%;
  }

  .section-3-card-img img {
    width: 100% !important;
  }

  .section-3-card-tital h2 {
    font-size: 18px;
  }

  .section-3-card-tital {
    height: 110px;
  }

  .section-3-card-tital p {
    font-size: 15px;
  }

  .Main-section-4 {
    padding: 10px 0px 20px 0px;
  }

  .section-4-card {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .section-4-card-tital {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .section-4-card-tital h2 {
    font-size: 16px;
  }

  .section-4-card-tital span h3 {
    font-size: 9px;
  }

  .section-4-card-tital p {
    font-size: 14px;
    text-align: center;
  }

  .section-4-btn-box a {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 14px;
  }

  .Main-footrer-box {
    padding: 35px 0px 35px 0px;
    flex-direction: column;
    gap: 20px;
  }

  .footrer-left-box {
    width: 100%;
  }

  .footrer-right-box {
    flex-direction: column;
    width: 100%;
    gap: 23px;
  }

  .footrer-list-box ul {
    gap: 14px;
    padding-top: 15px;
    width: 100%;
  }

  ul {}

  .footrer-list-box {
    width: 100%;
  }

  .footrer-list-box h2 {
    font-size: 20px;
  }

  .footrer-list-box ul li p {
    font-size: 14px;
  }

  .footer-bottom-box {
    padding: 20px 0px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer-bottom-box p {
    font-size: 14px;
  }

  div#footer-widgets {
    display: none !important;
  }

  .Main-inner-box {
    padding: 38px 0px 44px 0px;
  }

  .Main-inner-box h2 {
    font-size: 34px;
    line-height: 35px;
  }

  .Main-inner-box span {
    font-size: 14px;
  }

  .section-1-left h2 {
    width: 100%;
  }

  .Sobre-section-1-left-img {
    width: 100%;
  }

  .Sobre-section-1-right {
    width: 100%;
  }

  .Main-Sobre-section-1 {
    padding: 30px 0px 20px 0px;
  }

  .Nuestra-Mision-box {
    width: 100%;
  }

  .Nuestra-Mision-box h2 {
    font-size: 24px;
    text-align: center;
  }

  .Nuestra-Mision {
    padding: 30px 0px;
  }

  .Nuestra-Mision-box ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .Nuestra-Mision-box ul {
    gap: 20px;
  }

  .Nuestra-Mision {
    gap: 24px;
  }

  .Nuestra-Mision-img {
    width: 100%;
  }

  .Tab-card-box {
    height: 100%;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 20px;
  }

  .Main-tab-tital {
    padding: 30px 0px 0px 0px;
  }

  div#Tab-sec ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    gap: 10px 20px !important;
    flex-wrap: wrap;
  }

  div#Tab-sec li.tab-item a {
    font-size: 14px !important;
    padding-bottom: 4px !important;
  }

  .Main-tab-box {
    gap: 10px;
  }

  .Tab-card-box-img {
    height: 200px;
    width: 100%;
  }

  .Tab-card-box-tital {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .Tab-card-box-tital h2 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .Tab-card-box-tital p {
    font-size: 12px;
    text-align: center;
  }

  .Tab-card-box-tital a {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 14px;
  }

  div#header-space {
    height: 75px !important;
  }

  header#top {
    padding: 14px 0px !important;
  }

  .Contacto-box {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0px;
  }

  .Contacto-tital {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Contacto-tital h2 {
    font-size: 24px;
  }

  .Contacto-tital p {
    font-size: 14px;
    padding-top: 5px !important;
    width: 90%;
    text-align: center;
  }

  .Contacto-list {
    justify-content: center;
  }

  .contact-t-box {
    width: 69%;
  }

  .Contacto-list-box {
    gap: 20px;
  }

  .Contacto-form {
    width: 100%;
    border-radius: 10px;
    padding: 30px;
  }

  .Contacto-form h2 {
    font-size: 22px;
    padding-bottom: 13px;
  }

  .two-box p span {
    width: 100% !important;
  }

  p {}

  .two-box p {
    flex-direction: column;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit-btn {
    padding: 8px 21px !important;
    line-height: 24px;
  }
}

.footrer-bottom-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footrer-bottom-box p {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}

.row-bg.viewport-desktop.using-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
  /* Ensure it's above the background image */
}

.footrer-right-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}