:root {
  --main-color: #ff8300;
  --gray-color: #3f4f55;
  --hover-color: #f7b916;
  --dark-color: #222222;
  --white-color: #ffffff;
}

/* global */
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 110px;
}

.sub-header {
  margin-top: 120px;
  margin-bottom: 100px;
}

.img-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}
.img-wrapper img {
  position: relative;
  display: block;
  width: 100%;
}
.text-orange {
  color: var(--main-color);
}
.text-gray {
  color: var(--gray-color);
}
/* global */

/* navbar */
.navbar-brand {
  position: relative;
}
.navbar-brand img {
  position: relative;
  display: block;
  width: 180px;
}
.navbar {
  backdrop-filter: blur(24px) brightness(1.3);
  background-color: rgba(255, 255, 255, 0.44);
  padding: 18px 0;
}
.navbar-nav .nav-item:first-child {
  border-radius: 50px 0 0 50px;
  border-left: 2px solid var(--white-color);
}
.navbar-nav .nav-item:last-child {
  border-radius: 0 50px 50px 0;
  border-right: 2px solid var(--white-color);
}
.nav-item {
  background-color: var(--main-color);
  padding: 12px 20px;
  border-top: 2px solid var(--white-color);
  border-bottom: 2px solid var(--white-color);
}
.nav-item a.nav-link {
  color: var(--white-color);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-item a.nav-link:hover,
.nav-item a.nav-link.active {
  color: var(--dark-color);
  text-shadow: 0 2px 12px var(--white-color);
}

@media all and (max-width: 1399px) {
  .nav-item {
    border-radius: 50px;
    border: 2px solid var(--white-color) !important;
    margin-bottom: 8px;
  }
  .navbar-nav .nav-item:first-child {
    border-radius: 50px;
    border-left: none;
  }
  .navbar-nav .nav-item:last-child {
    border-radius: 50px;
    border-right: none;
  }
  .nav-item a.nav-link {
    text-align: center;
  }
}
/* navbar */

/* home */
.hero {
  margin-top: 100px;
}
.orange-section {
  background-color: var(--main-color);
  padding: 100px 0;
  position: relative;
  border-radius: 50px;
}
.img-item {
  border-radius: 40px;
  overflow: hidden;
  border: 3px solid var(--white-color);
}
.content-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.33);
  backdrop-filter: brightness(0.5);
  border-radius: 40px;
  border: 3px solid var(--white-color);
  text-align: center;
}
.mixed-text {
  color: var(--white-color);
}
.mixed-text span {
  color: var(--main-color);
}
.mixed-text-2 {
  color: var(--gray-color);
}
.mixed-text-2 span {
  color: var(--main-color);
}
.text-big {
  font-size: 2em;
}
@media all and (max-width: 1199px) {
  .text-big {
    font-size: 1.5em;
  }
}
@media all and (max-width: 991px) {
  .text-big {
    font-size: 1.1em;
  }
}
@media all and (max-width: 767px) {
  .text-big {
    font-size: 0.9em;
  }
}

.card-item {
  position: relative;
  margin: 0;
  padding: 20px;
}
.card-item img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-item:hover img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.66);
  border: 4px solid var(--hover-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-item h3 {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  background-color: var(--white-color);
  border-radius: 0 0 40px 40px;
  text-align: center;
  color: var(--dark-color);
  font-size: 1.3em;
  margin: 0;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-item:hover h3 {
  background-color: var(--hover-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}
.swiper-slide {
  position: relative;
}

.swiper-slide img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  border: 4px solid var(--main-color);
}

.swiper-button-prev:after {
  width: 128px;
  height: 128px;
  background-image: url("../img/arrow-left.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
}
.swiper-button-next:after {
  width: 128px;
  height: 128px;
  background-image: url("../img/arrow-right.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
}

.custom-slider-2 {
  margin-bottom: 100px;
}

.custom-slider-2 img {
  border: 4px solid var(--white-color);
}

.custom-video {
}
.video-title {
  padding: 20px 30px;
  background-color: var(--white-color);
  border-radius: 30px 30px 0 0;
  border: 4px solid var(--main-color);
  text-align: center;
}
.video-title h2 {
  text-transform: uppercase;
  color: var(--gray-color);
  font-size: 3em;
  font-weight: 800;
}
.video-title p {
  color: var(--main-color);
  font-size: 1.6em;
  font-weight: 400;
}
.video-wrapper {
  position: relative;
  margin-top: -4px;
}
.video-wrapper iframe {
  position: relative;
  width: 100%;
  height: 700px;
  border-radius: 40px;
  overflow: hidden;
  border: 4px solid var(--main-color);
}
@media all and (max-width: 1199px) {
  .video-wrapper iframe {
    height: 500px;
  }
}
@media all and (max-width: 991px) {
  .video-wrapper iframe {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .video-wrapper iframe {
    height: 300px;
  }
}
.img-rounded {
  border-radius: 40px;
  overflow: hidden;
}

/* footer */
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-social li a {
  color: var(--gray-color);
  font-size: 2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social li a:hover {
  color: var(--main-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-footer-link {
  color: var(--gray-color);
  font-size: 1.2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-footer-link:hover {
  color: var(--main-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-logo img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .footer-logo img {
    width: 50%;
  }
}
/* footer */
/* home */

/* salud */
.block-wrapper {
  background-color: var(--white-color);
  border-radius: 40px;
  border: 4px solid var(--main-color);
  padding: 50px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.block-item {
  position: relative;
  margin: 0;
  padding: 20px;
}
.block-item img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.block-text {
  position: absolute;
  left: 15%;
  bottom: 20px;
  width: 70%;
  background-color: var(--white-color);
  border-radius: 40px 40px 0 0;
  text-align: center;
  border: 4px solid var(--main-color);
  padding: 20px;
}
.block-text h3 {
  color: var(--main-color);
  font-size: 1em;
  font-weight: 600;
}
.top-img-title {
  background-color: var(--white-color);
  border-radius: 40px 40px 0 0;
  border: 4px solid var(--main-color);
  padding: 30px;
  margin-bottom: -4px;
}
.top-img-title h2 {
  color: var(--gray-color);
  font-size: 2em;
  font-weight: 800;
}
.top-img-title h2 span {
  color: var(--main-color);
}
.orange-block-title {
  background-color: var(--main-color);
  border-radius: 0 0 40px 40px;
  border: 4px solid var(--white-color);
  padding: 40px;
  margin-top: -4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.orange-block-title h2 {
  color: var(--white-color);
  font-size: 2em;
  font-weight: 800;
}
.text-huge h2 {
  font-size: 3em;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 40px;
}
.white-text {
  color: var(--white-color);
}
.icon-wrapper {
  position: relative;
}
.icon-wrapper img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  object-fit: contain;
}
@media all and (max-width: 1399px) {
  .icon-wrapper img {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 1199px) {
  .icon-wrapper img {
    width: 65px;
    height: 65px;
  }
}
@media all and (max-width: 767px) {
  .icon-wrapper img {
    width: 90px;
    height: 90px;
  }
}
/* salud */
/* obras */
.white-stroke {
  border: 4px solid var(--white-color);
}
.white-top-title {
  background-color: var(--white-color);
  border-radius: 40px 40px 0 0;
  border-top: 4px solid var(--main-color);
  border-right: 4px solid var(--main-color);
  border-bottom: none;
  border-left: 4px solid var(--main-color);
  padding: 40px;
  margin-bottom: -4px;
  text-align: center;
}
.white-top-title h2 {
  color: var(--gray-color);
  font-size: 2em;
  font-weight: 800;
}
.white-top-title h2 span {
  color: var(--main-color);
}
.content-text-2 {
  position: relative;
}
.content-text-2 img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 40px 40px 0 0;
  border: 4px solid var(--white-color);
  overflow: hidden;
  object-fit: cover;
}
.content-text-2 h4 {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  width: 100%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: brightness(0.5);
  border-left: 4px solid var(--white-color);
  border-right: 4px solid var(--white-color);
}
.under-text {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: var(--white-color);
  border-radius: 0 0 40px 40px;
  text-align: center;
}
.inner-padding {
  padding: 10px;
}

.clean-title {
  background-color: var(--white-color);
  border-radius: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
  padding: 40px;
}
.clean-title h2 {
  font-size: 3em;
  font-weight: 800;
}
.content-clean-text {
  background-color: var(--white-color);
  border-radius: 0 40px 40px 0;
  border-top: 4px solid var(--main-color);
  border-right: 4px solid var(--main-color);
  border-bottom: 4px solid var(--main-color);
  border-left: none;
  padding: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
  position: relative;
}
.content-clean-text-2 {
  background-color: var(--white-color);
  border-radius: 40px 0 0 40px;
  border-top: 4px solid var(--main-color);
  border-right: none;
  border-bottom: 4px solid var(--main-color);
  border-left: 4px solid var(--main-color);
  padding: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
  position: relative;
}
.content-clean-text img,
.content-clean-text-2 img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.content-clean-text h4,
.content-clean-text-2 h4 {
  color: var(--gray-color);
  font-size: 1.5em;
  font-weight: 800;
}
.content-clean-text h4 span,
.content-clean-text-2 h4 span {
  color: var(--main-color);
}
.simple-text {
  color: var(--gray-color);
  font-size: 1em;
  font-weight: 600;
  padding-left: 40px;
  margin-top: 10px;
}
.invert-order {
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .invert-order {
    flex-direction: row;
  }
  .content-clean-text,
  .content-clean-text-2 {
    border-radius: 0 0 40px 40px;
    border-top: none;
    border-right: 4px solid var(--main-color);
    border-bottom: 4px solid var(--main-color);
    border-left: 4px solid var(--main-color);
  }
}
.white-bottom-title {
  background-color: var(--white-color);
  border-radius: 0 0 40px 40px;
  border-top: none;
  border-right: 4px solid var(--main-color);
  border-bottom: 4px solid var(--main-color);
  border-left: 4px solid var(--main-color);
  padding: 40px;
  margin-bottom: -4px;
  text-align: center;
}
.white-bottom-title h2 {
  color: var(--gray-color);
  font-size: 2em;
  font-weight: 800;
}
.white-bottom-title h2 span {
  color: var(--main-color);
}
/* obras */

/* economia */
.small-orange-section {
  background-color: var(--main-color);
  padding: 100px 0 0 0;
  border-radius: 40px 40px 0 0;
}
.small-orange-section h2 {
  color: var(--white-color);
  font-size: 2em;
  font-weight: 800;
}
.small-orange-section h2 span {
  color: var(--main-color);
}
.white-stroke-2 {
  position: relative;
  border-top: 4px solid var(--white-color);
  border-right: 4px solid var(--white-color);
  border-bottom: none;
  border-left: 4px solid var(--white-color);
  padding: 40px 40px 0 40px;
  border-radius: 40px 40px 0 0;
}
.white-stroke-2 h2 {
  color: var(--white-color);
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
}
.white-stroke-2 img {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 20px;
}
.icon-description p {
  color: var(--gray-color);
}
.icon-description p span {
  color: var(--main-color);
  font-weight: 600;
}
.white-container {
  background-color: var(--white-color);
  border-radius: 0 0 0 40px;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.img-semi-rounded {
  border-radius: 0 0 40px 0;
  overflow: hidden;
}
.icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.small-white-section {
  background-color: var(--white-color);
  padding: 100px 0 0 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.small-white-section h2 {
  color: var(--main-color);
  font-size: 2em;
  font-weight: 800;
}
.orange-stroke {
  position: relative;
  border-top: 4px solid var(--main-color);
  border-right: 4px solid var(--main-color);
  border-bottom: none;
  border-left: 4px solid var(--main-color);
  padding: 40px 40px 0 40px;
  border-radius: 40px 40px 0 0;
}
.orange-stroke h2 {
  color: var(--main-color);
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
}
.orange-stroke img {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 20px;
}
.img-semi-rounded {
  border-radius: 0 0 40px 0;
  overflow: hidden;
}
.img-semi-rounded-2 {
  border-radius: 0 0 0 40px;
  overflow: hidden;
}
.img-semi-rounded-3 {
  border-radius: 0 0 40px 0;
  overflow: hidden;
}
.white-container-2 {
  background-color: var(--white-color);
  border-radius: 0 0 40px 0;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.orange-bg {
  background-color: var(--main-color);
}
.icon-description-2 {
  color: var(--white-color);
  font-weight: 600;
}
/* economia */

/* seguridad */
.orange-stroke-2 {
  position: relative;
  border-top: 4px solid var(--main-color);
  border-right: 4px solid var(--main-color);
  border-bottom: none;
  border-left: 4px solid var(--main-color);
  padding: 40px 40px 0 40px;
  border-radius: 40px 40px 0 0;
}
.orange-stroke-2 h2 {
  color: var(--gray-color);
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
}
.orange-stroke-2 h2 strong {
  color: var(--main-color);
}
.orange-stroke-2 img {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* seguridad */

/* movilidad */
.inner-title h3 {
  color: var(--gray-color);
  font-size: 2em;
  font-weight: 800;
}
.inner-title h3 strong {
  color: var(--main-color);
}
.content-text-3 ul li {
  color: var(--gray-color);
  font-size: 1.2em;
  font-weight: 600;
}
.content-text-3 ul li strong {
  color: var(--main-color);
}
.inner-text-2 {
  color: var(--white-color);
}
.inner-text-2 span {
  font-weight: 800;
}
.simple-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover .simple-shadow {
  box-shadow: 0 0 30px 0 rgba(255, 132, 0, 0.66);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.solo-section {
  background-color: var(--main-color);
  border-radius: 40px;
}
.solo-section h1 {
  color: var(--white-color);
  font-size: 2em;
  font-weight: 400;
}
.solo-section h1 strong {
  font-weight: 800;
}

/* movilidad */
