* {
  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-opensans: "Open Sans", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Verdana: Verdana, sans-serif;

  /*
--font-Inter: "Inter", sans-serif;
--font-Myriad: "Myriad Pro", 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: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/

.main-header {
  position: relative;
  width: 100%;
  height: 716px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.65);
}

.header-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.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;
  object-position: center;
  display: block;
}

.hero-pagination {
  width: 298px;
  height: 35px;
  border-radius: 15px 15px 0 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -48px auto 0;
  position: relative;
  z-index: 20;
}

.swiper-pagination-hero {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 85px;
  height: 12px;
  border-radius: 6px;
  background: #484e85;
  opacity: 1;
  margin: 0 !important;
  transition: background 0.3s;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background: #8993e8;
}

.main-header > .container {
  position: relative;
  z-index: 10;
}

.header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.top-bar {
  position: relative;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar::before {
  content: "";
  position: absolute;
  right: calc(100% - 170px);
  top: 0;
  bottom: 0;
  width: 9999px;
  background: #ffffff;
}

.top-bar::after {
  content: "";
  position: absolute;
  left: 170px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 70px solid #ffffff;
  border-right: 80px solid transparent;
}

.top-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-family: var(--font-opensans);
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  transition: opacity 0.2s;
}

.top-bar-item:hover {
  opacity: 0.8;
}

.top-bar-wrapper .top-bar-item:first-child {
  margin-right: 108px;
}

.top-bar-wrapper .top-bar-item:last-child {
  margin-right: 75px;
}

.top-bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

.top-bar-icon--phone img {
  width: 23px;
  height: 22px;
  object-fit: contain;
}

.top-bar-icon--email img {
  width: 24px;
  height: 18px;
  object-fit: contain;
}

.top-nav {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: 0;
  box-shadow: 0 8px 15px -13px rgba(0, 0, 0, 0.45);
  clip-path: inset(-130px 0 -20px 0);
}

.top-nav::before,
.top-nav::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  background: #ffffff;
}

.top-nav::before {
  right: 100%;
}

.top-nav::after {
  left: 100%;
}

.top-nav .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  height: 66px;
  overflow: visible;
}

.nav-logo {
  align-self: flex-end;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}

.nav-logo a img {
  height: 116px;
  display: block;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
  border-radius: 0 30px 0 0;
}

.main-nav {
  margin-left: auto;
  margin-right: 40px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 50px;
}

.main-nav ul li a {
  font-family: var(--font-Montserrat);
  font-size: 17px;
  font-weight: 600;
  color: #484e85;
  letter-spacing: 1px;
  text-decoration: none;
  padding-bottom: 4px;
  position: relative;
  transition: color 0.2s;
}

.main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: transparent;
  transition: background 0.2s;
}

.main-nav ul li.active a::after,
.main-nav ul li a:hover::after {
  background: #484e85;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #484e85;
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
  transition: background 0.2s;
}

.nav-social-link:hover {
  background: #2e2e7a;
}

.nav-social-link:last-child i {
  margin-top: 10px;
  font-size: 30px;
}

.main-header .hero-section {
  position: absolute;
  bottom: 112px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main-header .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
}

.hero-title {
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 7px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-title strong {
  font-weight: 700;
  letter-spacing: 1.5px;
}

.hero-title-big {
  font-size: 53px;
}

.hero-desc {
  font-family: var(--font-opensans);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.35px;
  margin-bottom: 28px;
}

.hero-desc strong {
  font-weight: 800;
}

.btn-contacto {
  display: inline-block;
  padding: 12px 22px;
  border: none;
  background: #ffffff;
  color: #606695;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

.btn-contacto:hover {
  background: #ffffff;
  color: #1a1a4e;
}

/*top-footer*/
.top-footer {
  background-color: #2a2a2a;
  padding: 100px 0;
}

.top-footer-cols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.top-footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.top-footer-col:nth-child(2) {
  margin-left: 23px;
}

.top-footer-col:nth-child(3) {
  margin-left: 80px;
}

.top-footer-col:nth-child(2) .top-footer-item i {
  margin-top: 5px;
}

.top-footer-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

.top-footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  transition: opacity 0.2s;
}

.top-footer-item:hover {
  opacity: 0.8;
}

.top-footer-item i {
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 15px;
}

.top-footer-social {
  display: flex;
  gap: 12px;
}

.top-footer-social-icon {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.top-footer-social-icon:hover {
  opacity: 0.75;
}

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

.main-footer .container {
  max-width: 1200px;
  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-Arial);
  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-Arial);
}

.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: #484e85;
  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 {
  background-color: #484e85;
  padding: 40px 0;
  margin-top: 20px;
}

#intro-1 .container {
  max-width: 1220px;
}

#intro-1 .cols {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#intro-1 .col {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}

#intro-1 .icon {
  flex-shrink: 0;
  align-self: center;
}

#intro-1 .col:nth-child(1) .icon img {
  width: 72px;
  height: 92px;
}

#intro-1 .col:nth-child(2) .icon img {
  width: 83px;
  height: 83px;
}

#intro-1 .col:nth-child(3) .icon img {
  width: 81px;
  height: 79px;
}

#intro-1 .col:nth-child(4) .icon img {
  width: 86px;
  height: 79px;
}

#intro-1 .text h3 {
  font-family: var(--font-Oswald);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

#intro-1 .text p {
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}

#intro-2 {
  position: relative;
  height: 713px;
  padding: 60px 0;
  overflow: hidden;
}

#intro-2 .container {
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

#intro-2 .bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 598px;
  height: 713px;
  background: url("../images/inicio/bg-bienve.webp") center center / cover
    no-repeat;
}

#intro-2 .cols {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
}

#intro-2 .col-img {
  flex-shrink: 0;
  width: 570px;
  position: relative;
  z-index: 1;
}

#intro-2 .col-img img {
  width: 100%;
  display: block;
}

#intro-2 .col-text {
  flex: 1;
  margin-left: -55px;
  align-self: flex-start;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

#intro-2 .col-text .subtitle {
  display: block;
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 0px;
}

#intro-2 .col-text h2 {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 400;
  color: #484e85;
  line-height: 1.1;
  margin-bottom: 40px;
}

#intro-2 .col-text p {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  line-height: 1.4;
  margin-bottom: 20px;
}

#intro-2 .col-text p:last-child {
  margin-bottom: 0;
}

#intro-3 {
  background: url("../images/inicio/respaldo/bg.webp") center center / cover
    no-repeat;
  padding: 100px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#intro-3 .title-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  border-radius: 74px;
  padding: 20px 40px;
  margin: 0 auto 70px;
  max-width: 1080px;
  text-align: center;
  line-height: 0.9;
}

#intro-3 .title-pill span {
  font-family: var(--font-Lato);
  font-size: 50px;
  font-weight: 300;
  color: #ffffff;
}

#intro-3 .title-pill strong {
  font-family: var(--font-Lato);
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
}

#intro-3 .cols {
  display: flex;
  justify-content: center;
  gap: 60px;
}

#intro-3 .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#intro-3 .col img {
  width: 224px;
  display: block;
}

#intro-3 .col h3 {
  font-family: var(--font-Oswald);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

#intro-4 {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  height: 631px;
}

#intro-4 .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 811px;
  height: 631px;
  background: url("../images/inicio/bg-info.webp") center center / cover
    no-repeat;
}

#intro-4 .bg-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

#intro-4 .cols {
  display: flex;
}

#intro-4 .col-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding-top: 95px;
}

#intro-4 .col-text .title-bar {
  background: linear-gradient(to right, #484e85 70%, transparent 100%);
  padding: 11px 20px;
  display: block;
  width: calc(100% + 430px);
}

#intro-4 .col-text .title-bar h2 {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
}

#intro-4 .col-text p {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 500;
  color: #616161;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

#intro-4 .col-text .title-bar + p {
  margin-top: 40px;
}

/*servicios*/

#serv-1 {
  padding: 150px 0;
  background: #ffffff;
}

#serv-1 .container {
  max-width: 1220px;
}

#serv-1 .cols {
  display: flex;
  align-items: center;
  gap: 0px;
}

#serv-1 .col-text {
  flex: 3;
  max-width: 650px;
  transform: translateY(-20px);
}

#serv-1 .col-text h2 {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 400;
  color: #484e85;
  margin-bottom: 40px;
}

#serv-1 .col-text h2 strong {
  font-weight: 700;
}

#serv-1 .col-text p {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 500;
  color: #616161;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

#serv-1 .col-text p:last-child {
  margin-bottom: 0;
}

#serv-1 .col-text p strong {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#serv-1 .col-img {
  flex-shrink: 0;
  width: 50%;
  margin-top: -35px;
  transform: translateX(90px);
}

#serv-1 .col-img img {
  width: 100%;
  display: block;
}

#serv-2 {
  position: relative;
  padding: 70px 0 0;
}

#serv-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 220px;
  background: url("../images/servicio/bg-caracte.webp") center center / cover
    no-repeat;
  z-index: 0;
}

#serv-2 .container {
  max-width: 1220px;
  position: relative;
  z-index: 1;
}

#serv-2 .serv2-title {
  text-align: center;
  padding-bottom: 70px;
}

#serv-2 .serv2-title p {
  font-family: var(--font-Lato);
  font-size: 27px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}

#serv-2 .serv2-title p strong {
  font-size: 33px;
  font-weight: 800;
}

#serv-2 .serv2-cols-wrap {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

#serv-2 .cols {
  display: flex;
  gap: 80px;
}

#serv-2 .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#serv-2 .col-icon {
  width: 165px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: -82px;
  position: relative;
  z-index: 2;
}

#serv-2 .col-icon img {
  width: 165px;
  height: 165px;
  object-fit: contain;
}

#serv-2 .col-body {
  background: #484e85;
  width: 100%;
  padding: 130px 20px 40px;
  flex: 1;
  position: relative;
}

#serv-2 .col-body::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../images/servicio/shadow.png") center top / 100% 100%
    no-repeat;
  pointer-events: none;
}

#serv-2 .col-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#serv-2 .col-body ul li {
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

#serv-2 .col-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
}

#serv-3 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
  padding: 240px 0 80px;
  background: #ffffff;
}

#serv-3 .container {
  max-width: 1220px;
}

#serv-3 .serv3-title {
  text-align: center;
  margin-bottom: 100px;
}

#serv-3 .serv3-title h2 {
  font-family: var(--font-Lato);
  font-size: 50px;
  font-weight: 800;
  color: #484e85;
}

#serv-3 .serv3-title p {
  font-family: var(--font-Lato);
  font-size: 35px;
  font-weight: 300;
  color: #484e85;
}

#serv-3 .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

#serv-3 .col {
  flex: 0 0 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

#serv-3 .col-icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#serv-3 .col-icon img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

#serv-3 .col p {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  color: #3f4473;
  text-align: center;
  line-height: 1;
}

/*contacto*/

#contac-1 {
  background: #ffffff;
  padding: 90px 0 80px;
}

#contac-1 .container {
  max-width: 1210px;
}

#contac-1 .contac-title {
  margin-bottom: 40px;
}

#contac-1 .contac-title h2 {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 800;
  color: #484e85;
  margin-bottom: 0;
}

#contac-1 .contac-title p {
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 300;
  color: #555555;
  margin-bottom: 20px;
}

#contac-1 .form-field {
  margin-bottom: 25px;
}

#contac-1 .form-field input,
#contac-1 .form-field textarea {
  width: 100%;
  background: #e7e0d8;
  border: none;
  outline: none;
  padding: 20px 18px;
  font-family: var(--font-Verdana);
  font-size: 17px;
  font-weight: 400;
  color: #959595;
  display: block;
}

#contac-1 .form-field input::placeholder,
#contac-1 .form-field textarea::placeholder {
  color: #888888;
}

#contac-1 .form-field textarea {
  height: 147px;
  resize: none;
}

#contac-1 .form-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin-top: 16px;
}

#contac-1 .btn-enviar {
  background: #484e85;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  border: none;
  padding: 26px 66px;
  cursor: pointer;
  transition: background 0.2s;
}

#contac-1 .btn-enviar:hover {
  background: #2e2e7a;
}

/*contac-2*/

#contac-2 {
  position: relative;
  padding: 95px 0 0;
}

#contac-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 300px;
  background: url("../images/contacto/bg-contacto.webp") center center / cover
    no-repeat;
  z-index: 0;
}

#contac-2 .container {
  position: relative;
  z-index: 1;
}

#contac-2 .title {
  font-family: var(--font-opensanst);
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  padding-bottom: 95px;
  text-transform: uppercase;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

#contac-2 .bar {
  max-width: 1299px;
  min-height: 379px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 55px;
}

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

#contac-2 .item {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

#contac-2 .icon {
  flex-shrink: 0;
}

#contac-2 .icon img {
  width: 75px;
  height: 75px;
  display: block;
}

#contac-2 .info strong {
  display: block;
  font-family: var(--font-opensans);
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 800;
  color: #484e85;
}

#contac-2 .info span {
  font-family: var(--font-opensans);
  font-size: 20px;
  font-weight: 500;
  color: #616161;
}

#contac-2 .social {
  display: flex;
  align-items: center;
  gap: 15px;
}

#contac-2 .social-link {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #484e85;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  text-decoration: none;
  transition: background 0.2s;
}

#contac-2 .social-link:hover {
  background: #2e2e7a;
}

#contac-3 {
  background: #484e85;
  width: 100%;
  padding: 29px 0;
}

#contac-3 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#contac-3 .loc-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: #484e85;
}

#contac-3 p {
  font-family: var(--font-opensans);
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
}

#contact-4 .map-container {
  width: 100%;
  height: 465px;
}

#contact-4 .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
