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

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-Poppins: "Poppins", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Inter: "Inter", sans-serif;
  --font-Myriad: "Myriad Pro", sans-serif;
  /*
--font-Verdana: Verdana, sans-serif;
--font-Baloo2: "Baloo 2", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
/*top footer*/

.main-header {
  position: relative;
  width: 100%;
}

/* Propiedades */
body.page-propiedades .main-header {
  z-index: 1;
}

body.page-propiedades .header-bg {
  aspect-ratio: unset;
  height: 452px;
  background-image: url("../images/header/carrusel/br2.webp");
  background-size: cover;
  background-position: center;
}

body.page-propiedades .hero-swiper {
  display: none;
}

body.page-propiedades .hero-pagination {
  display: none;
}

body.page-propiedades .hero-form {
  display: none;
}

body.page-propiedades .hero-content {
  justify-content: flex-end;
}

body.page-propiedades .hero-text {
  padding-top: 0;
}

body.page-propiedades .hero-section {
  padding: 40px 0;
}

body.page-propiedades .hero-text {
  max-width: 700px;
}

.header-bg {
  aspect-ratio: 1920 / 906;
  position: relative;
  overflow: hidden;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-servicios .hero-swiper .swiper-slide img {
  background-color: #f1f1f1;
}

body.page-contacto .hero-swiper .swiper-slide img {
  background: transparent;
}

.hero-pagination {
  position: absolute;
  bottom: 70px;
  left: 400px;
  width: fit-content;
  z-index: 3;
}

.hero-pagination-inner {
  display: flex;
  align-items: flex-start;
}

.swiper-pagination-hero {
  position: static !important;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  pointer-events: all;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: #f43e4b;
}

.header-bg .container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 45px 0;
}

.top-nav-left,
.top-nav-right {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.top-nav-center {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}

.main-logo {
  height: auto;
  max-height: 120px;
  width: auto;
}

.contact-email {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 16px;
}

.contact-email i {
  font-size: 22px;
}

.contact-email a {
  color: #ffffff;
  text-decoration: none;
}

.contact-email a:hover {
  opacity: 0.8;
}

.nav-divider {
  flex: 0 0 1px;
  height: 1px;
  background-color: #ffffff;
  margin: 24px 0 12px 0;
  position: relative;
}

.top-nav-left .nav-divider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 1px;
  background-color: #ffffff;
}

.top-nav-right .nav-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 1px;
  background-color: #ffffff;
}

.nav-left,
.nav-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-right {
  padding: 0 25px;
}

.nav-left a[href="/propiedades"] {
  margin-left: -30px;
}

.nav-left {
  padding-right: 10px;
}

.nav-left a,
.nav-right a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Poppins);
  font-size: 17px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.nav-left a:hover,
.nav-right a:hover {
  opacity: 0.8;
}

.btn-inicio {
  padding: 8px 24px;
  border-radius: 10px;
  font-weight: 500;
}

.btn-inicio.active {
  background-color: #dd323e;
}

.btn-inicio:hover {
  opacity: 0.9;
}

.nav-left a.active,
.nav-right a.active {
  background-color: #dd323e;
  padding: 4px 12px;
  border-radius: 6px;
}

.contact-info {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.phone-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 16px;
}

.phone-social i.fa-phone {
  font-size: 22px;
}

.phone-social a {
  color: #ffffff;
  text-decoration: none;
}

.phone-social a:hover {
  opacity: 0.8;
}

.social-icons {
  display: flex;
  gap: 7px;
  margin-left: auto;
}

.social-icons a {
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.7;
}

.hero-section {
  padding: 90px 0 100px;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.hero-text {
  flex: 1;
  max-width: 670px;
  text-align: end;
  padding-top: 120px;
}

.hero-title {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-desc {
  font-family: var(--font-Montserrat);
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
}

.hero-desc span {
  font-weight: 600;
}

.hero-form {
  flex: 0 0 400px;
  background: rgba(41, 84, 139, 0.7);
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
}

.form-header {
  font-family: var(--font-Montserrat);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}

.form-title-highlight {
  font-weight: 700;
  color: #f43e4b;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-family: var(--font-opensans);
  font-size: 16px;
  background-color: #ffffff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #0c1c2b;
}

.contact-form textarea {
  resize: none;
  height: 73px;
}

.btn-submit {
  background-color: #e31e24;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 8px 40px;
  width: 196px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-Arial);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  margin-top: 15px;
  margin-bottom: -35px;
}

.btn-submit:hover {
  background-color: #c41920;
  border-color: #ffffff;
}

/*top footer*/

.top-footer {
  background-color: #1a1a1a;
  padding: 97px 0;
}

.top-footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.tf-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.tf-logo {
  flex: 0 0 auto;
  margin-right: 50px;
}

.tf-logo img {
  max-width: 180px;
  height: auto;
}

.tf-col {
  flex: 1;
}

.tf-inner .tf-col:nth-child(2) {
  flex: 0 0 175px;
}

.tf-inner .tf-col:nth-child(3) {
  flex: 0 0 250px;
}

.tf-inner .tf-col:nth-child(4) {
  flex: 0 0 110px;
}

.tf-inner .tf-col:nth-child(5) {
  flex: 0 0 170px;
}

.tf-title {
  color: #ffffff;
  font-family: var(--font-Oswald);
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.tf-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 2px;
}

.tf-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.tf-item a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-Lato);
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.tf-item a:hover {
  color: #ffffff;
}

.tf-social {
  display: flex;
  flex-direction: row;
  gap: 2px;
}

.tf-social a {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.tf-social a:hover {
  opacity: 0.7;
}

.tf-portales {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tf-portales a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-portales a img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

/*footer*/
.main-footer {
  background-color: #dd323e;
  padding: 32px 0;
}

.main-footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-footer .footer-separator {
  background: transparent;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 0;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Inter);
  margin: 0;
  text-align: left;
}

.footer-right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Inter);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #000;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*inicio*/

#intro-1 {
  width: 100%;
  background-color: #ffffff;
  padding: 150px 0;
}

#intro-1 .wrapper {
  display: flex;
  align-items: center;
}

#intro-1 .left {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}

#intro-1 .left img {
  width: 83%;
  height: auto;
  display: block;
  margin-right: 30px;
}

#intro-1 .right {
  flex: 0 0 50%;
  padding: 60px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#intro-1 .logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 0;
}

#intro-1 .text {
  font-family: var(--font-opensans);
  font-size: 17px;
  line-height: 1.8;
  color: #616161;
  margin: 0;
  margin-left: 45px;
}

#intro-1 .text-2 {
  font-family: var(--font-opensans);
  font-size: 17px;
  line-height: 1.8;
  color: #616161;
  margin: 0;
  margin-left: 45px;
}

#intro-1 .bold {
  color: #545454;
  font-weight: 600;
}

#intro-2 {
  background-color: #0d5ba6;
  padding: 100px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#intro-2 .container {
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#intro-2 .item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

#intro-2 .icon {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-2 .icon img {
  width: 84px;
  height: auto;
  display: block;
}

#intro-2 .item:first-child .icon img {
  width: 73px;
}

#intro-2 .content {
  flex: 1;
}

#intro-2 .title {
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#intro-2 .desc {
  font-family: var(--font-Montserrat);
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}

#intro-2 .divider {
  width: 2px;
  height: 155px;
  background-color: #ffffff;
  flex: 0 0 2px;
}

#intro-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 500px;
  padding-bottom: 80px;
}

#intro-3 .wrapper {
  display: flex;
  height: 100%;
}

#intro-3 .left {
  position: absolute;
  top: 185px;
  left: 405px;
  z-index: 2;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#intro-3 .right {
  width: 50%;
  margin-left: auto;
  position: relative;
}

#intro-3 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#intro-3 .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 25%,
    rgba(255, 255, 255, 0.8) 60%,
    transparent 100%
  );
  z-index: 1;
}

#intro-3 .title {
  font-family: var(--font-Inter);
  font-size: 60px;
  font-weight: 400;
  color: #dd323e;
  margin: 0;
  text-transform: uppercase;
}

#intro-3 .desc {
  font-family: var(--font-opensans);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  margin: 0;
  max-width: 700px;
}

#intro-3 .box {
  background-color: #1e5a9e;
  border-radius: 10px;
  padding: 8px 100px;
  max-width: 460px;
  margin-left: auto;
}

#intro-3 .box-text {
  font-family: var(--font-Arial);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-weight: 400;
}

#intro-3 .box-text .strong {
  font-weight: 600;
}

#intro-4 {
  position: relative;
  padding: 10px 0;
  margin-top: -220px;
}

#intro-4 .box-wrapper {
  max-width: 1365px;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
}

#intro-4 .box {
  background-color: #f43e4b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 103px;
}

#intro-4 .logo-item {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-4 .logo-item img {
  height: 77px;
  width: auto;
  display: block;
}

#intro-4 .logo-item:last-child img {
  height: 66px;
  width: 219px;
}

#intro-4 .text {
  flex: 1;
  text-align: center;
}

#intro-4 .line-1 {
  font-family: var(--font-Lato);
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

#intro-4 .line-2 {
  font-family: var(--font-Lato);
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/*servicios*/

#services-1 {
  background-color: #0d5ba6;
  padding: 40px 0 310px;
  margin-top: 70px;
  border-radius: 25px 25px 0 0;
  position: relative;
}

#services-1::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #f1f1f1;
}

#services-1 .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

#services-1 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#services-1 .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
}

#services-1 .logo {
  height: 52px;
  width: auto;
}

#services-1 .title {
  font-family: var(--font-Arial);
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#services-1 .title .light {
  font-weight: 300;
}

#services-1 .right {
  display: flex;
}

#services-1 .btn {
  background-color: #ffffff;
  color: #0d5ba6;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  padding: 9px 31px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#services-1 .btn:hover {
  opacity: 0.9;
}

.services-2-wrap {
  background-color: #f1f1f1;
}

#services-2 {
  background-color: #f1f1f1;
  border-radius: 25px 25px 0 0;
  padding: 60px 0;
  margin-top: -260px;
  position: relative;
  max-width: 1850px;
  margin-left: auto;
  margin-right: auto;
}

#services-2 .container {
  max-width: 1850px;
  margin: 0 auto;
  padding: 0 40px;
}

#services-2 .wrapper {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}

#services-2 .wrapper:last-child {
  margin-bottom: 0;
}

#services-2 .wrapper.row-2 {
  justify-content: center;
}

#services-2 .wrapper.row-3 .item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#services-2 .wrapper.row-2 .item-wrap {
  flex: 0 0 calc(33.333% - 40px);
  display: flex;
  flex-direction: column;
}

#services-2 .item {
  flex: 1;
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.2);
}

#services-2 .item-shadow {
  width: 93%;
  display: block;
  margin: 0 auto;
}

#services-2 .img-box {
  width: 100%;
  overflow: hidden;
}

#services-2 .img-box img {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 20px;
}

#services-2 .content {
  padding: 25px;
}

#services-2 .title {
  font-family: var(--font-Arial);
  font-size: 20px;
  font-weight: 600;
  color: #dd323e;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#services-2 .desc {
  font-family: var(--font-opensans);
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  font-weight: 600;
  margin: 0;
}

/*assesores*/

#asesores-1 {
  background-color: #dd323e;
  padding: 40px 0 80px;
  margin: 100px 20px 0;
  border-radius: 25px;
  position: relative;
}

#asesores-1 .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

#asesores-1 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#asesores-1 .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
}

#asesores-1 .logo {
  height: 52px;
  width: auto;
}

#asesores-1 .title {
  font-family: var(--font-Arial);
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#asesores-1 .title .light {
  font-weight: 300;
}

#asesores-1 .right {
  display: flex;
}

#asesores-1 .btn {
  background-color: #004e9b;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  padding: 9px 31px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#asesores-1 .btn:hover {
  opacity: 0.9;
}

#asesores-2 {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 60px 0;
  margin-top: -60px;
  position: relative;
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
}

#asesores-2 .container {
  max-width: 1850px;
  margin: 0 auto;
  padding: 0 20px;
}

#asesores-2 .asesores-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 35px;
}

#asesores-2 .asesor-card {
  flex: 0 0 calc(33.333% - 20px);
  background-color: #f3f3f3;
  border-radius: 15px;
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}

#asesores-2 .asesor-card::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 37px;
  background: url('/assets/images/asesores/icons/shadow-item.png') no-repeat center top;
  background-size: 100% auto;
}

#asesores-2 .asesor-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

#asesores-2 .asesor-foto {
  width: 171px;
  height: 190px;
  object-fit: cover;
  border-radius: 15px;
  position: relative;
  display: block;
}

#asesores-2 .asesor-foto-wrap {
  position: relative;
}

#asesores-2 .asesor-foto-wrap::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 20px;
  background: url('/assets/images/asesores/icons/shadow.png') no-repeat center top;
  background-size: 100% auto;
}

#asesores-2 .asesor-icons {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  align-self: flex-start;
}

#asesores-2 .asesor-icons.icons-center {
  align-self: center;
}

#asesores-2 .asesor-icons a img {
  width: 45px;
  height: 45px;
  display: block;
}

#asesores-2 .asesor-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#asesores-2 .asesor-nombre {
  font-family: var(--font-Oswald);
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: .5px;
}

#asesores-2 .asesor-cargo {
  font-family: var(--font-Oswald);
  font-size: 22px;
  font-weight: 300;
  color: #dd323e;
  text-transform: capitalize;
}

#asesores-2 .asesor-email {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

#asesores-2 .asesor-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

#asesores-2 .asesor-email img {
  width: 16px;
  height: 10px;
  flex-shrink: 0;
}
#asesores-2 .asesor-tel img {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

#asesores-2 .asesor-email a,
#asesores-2 .asesor-tel a {
  font-family: var(--font-Montserrat);
  font-size: 14px;
  color: #3a3a3a;
  text-decoration: none;
}

#asesores-2 .asesor-email a:hover,
#asesores-2 .asesor-tel a:hover {
  opacity: 0.8;
}

#asesores-2 .asesor-btn {
  margin-top: auto;
  align-self: flex-end;
  background-color: #004e9b;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 27px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#asesores-2 .asesor-btn:hover {
  opacity: 0.9;
}

/*contacto*/

.contacto-wrap {
  background: url('/assets/images/contacto/bg.png') no-repeat center center;
  background-size: cover;
  padding-top: 115px;
  margin-top: -50px;
}

#contacto-1 {
  background: url('/assets/images/contacto/barra-bg.png') no-repeat center center;
  background-size: cover;
  padding: 40px 0 62px;
  margin: 0 auto;
  max-width: 1435px;
  border-radius: 10px;
  position: relative;
}

#contacto-1 .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

#contacto-1 .title {
  font-family: var(--font-Lato);
  font-size: 35px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

#contacto-1 .title .light {
  font-weight: 400;
  font-size: 25px;
}

#contacto-2 {
  background-color: #f6f6f6;
  border-radius: 10px 10px 0 0;
  padding: 60px 0;
  margin-top: -40px;
  position: relative;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

#contacto-2 .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

#contacto-2 .grid {
  display: block;
}

#contacto-2 .row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 910px;
  margin: 0 auto 12px;
}

#contacto-2 .label {
  flex: 0 0 365px;
  font-family: var(--font-Myriad);
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1px;
  background: #c5d5e5;
  font-weight: 400;
  color: #0d5ba6;
  border: 3px dashed #0d5ba6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 31px 16px;
  border-radius: 10px;
}

#contacto-2 .value {
  flex: 0 0 533px;
  font-family: var(--font-Lato);
  font-size: 21px;
  color: #616161;
  background-color: #e2e2e2;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 10px;
}

#aviso-1 {
  background: url('/assets/images/contacto/barra-bg2.png') no-repeat center center;
  background-size: cover;
  padding: 50px 0 100px;
  width: 100%;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#aviso-1 .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

#aviso-1 .title {
  font-family: var(--font-Lato);
  font-size: 37px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  text-align: center;
  text-shadow: 0 -6px 12px rgba(0, 0, 0, 0.6);
}

#aviso-1 .title .light {
  font-weight: 400;
}

#aviso-2 {
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 100px 0;
  margin-top: -60px;
  position: relative;
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
}

#aviso-2 .container {
  max-width: 1159px;
  margin: 0 auto;
  padding: 0 40px;
}

#aviso-2 p {
  font-family: var(--font-opensans);
  font-size: 18px;
  color: #616161;
  line-height: 1.7;
  margin: 0 0 20px;
}

#aviso-2 p:last-child {
  margin-bottom: 0;
}

#aviso-2 .bold {
  font-weight: 800;
}
