@font-face {
  font-family: "mont-bold";
  src: url("/skins/page/fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "mont-extrabold";
  src: url("/skins/page/fonts/Montserrat-VariableFont_wght.ttf");
}


@font-face {
  font-family: "mont-Regular";
  src: url("/skins/page/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "mont-semi-bold";
  src: url("/skins/page/fonts/Montserrat-SemiBold.ttf");
}


@font-face {
  font-family: "Billion";
  src: url("/skins/page/fonts/BillionDreams.ttf");
}

@font-face {
  font-family: "costa";
  src: url("/skins/page/fonts/Costa Ptf ExtraBold.ttf");
}

.mw-600px {
  max-width: 600px;
}

.modals-courses .modal {
  z-index: 10000;
}

/*
 * ─── Puentes de embarque {────────────────────────────────────────────────────────────────
 */
.table-user-name {
  text-transform: uppercase;
}

.row-buttons-puentes {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn-modal-puentes {
  border: none;
  cursor: pointer;
  background: transparent;
}

.modal-puentes .modal-header {
  background: #4199D4;
  color: #FFF;
  text-align: center;
  position: relative;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}

.modal-puentes .modal-header button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0B6BA6;
  background: none;
  font-size: 24px;
  font-weight: 700;
}

.modal-puentes .modal-header span {
  font-size: 20px;
}

.modal-puentes .modal-content {
  background-color: transparent;
  border: none;
  outline: 0;
}

.modal-puentes .modal-body {
  background: #FFF;
  text-align: center;
  color: #6e6e6e;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 30px;
}

.modal-puentes .modal-body .modal-span {
  font-size: 20px;
}

.modal-puentes .modal-body form {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.modal-puentes .modal-body form .input-group {
  background: #F6F6F5;
  border: 2px solid #D2D0D0;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 8px;
}

.modal-puentes .modal-body form .input-group input {
  background: transparent;
  border: none;
}

.modal-puentes .modal-body form .input-group input:focus {
  box-shadow: none;
}

.modal-puentes .modal-body form .input-group span {
  padding: 15px;
  color: #D2D0D0;
}

.modal-puentes .modal-body form .terms-container {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 20px;
}

.modal-puentes .modal-body form .terms-container label {
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.modal-puentes .modal-body form .terms-container label a {
  font-size: 16px;
  text-decoration: none;
  color: #4199D4;
}

.modal-puentes .modal-body form .olvido {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-puentes .modal-body form .olvido a {
  font-size: 16px;
  text-decoration: none;
  color: #6e6e6e;
  font-weight: 600;
}

.modal-puentes .modal-body form .terms-container input {
  padding: 15px;
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}

.modal-puentes .modal-body form .terms-container input::before {
  content: '';
  visibility: visible;
  display: block;
  width: 20px;
  height: 20px;
  background: #0B6BA6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-puentes .modal-body form .terms-container input::after {
  content: '';
  visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 300ms ease;
}

.modal-puentes .modal-body form .terms-container input:checked::after {
  opacity: 1;
}

.modal-puentes .modal-body form .btn-submit-puentes {
  background: #4199D4;
  color: #FFF;
  border: none;
  border-radius: 12px;
  padding: 8px 35px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 300ms ease;
  display: block;
  margin: auto;
}

.puentes .selector-container {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 20px;
  background: #4F92CE;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.puentes .selector-container::after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.puentes .selector-container .selector {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 20px 15px;
  position: relative;
}

.puentes .selector-container .selector::before {
  content: '';
  opacity: 0;
  display: block;
  height: 5px;
  background: #213252;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms ease;
}

.puentes .selector-container .selector.active::before {
  opacity: 1;
  transition: 300ms ease;
}

.puentes .month-selector-container>.row {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  padding-top: 30px;
}

.puentes .month-selector-container label,
.puentes .month-selector-container span {
  font-size: 20px;
  color: #666361;
  line-height: 1;
}

.puentes .month-selector-container select {
  margin-left: 15px;
  background: #4F92CE;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
  padding: 10px 50px;
  border: none;
  cursor: pointer;
}

.puentes .table-dates-container {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.puentes .table-dates {
  width: 100%;
}

.puentes .table-dates thead th {
  font-size: 20px;
  color: #666361;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  background: #F7F8F8;
  border-radius: 10px;
}

.puentes .table-dates tbody td {
  font-size: 16px;
  color: #666361;
  font-weight: 300;
  padding: 10px;
  text-align: center;
  background: #F7F8F8;
  border-radius: 10px;
}

.puentes .table-dates tbody tr:nth-child(odd) td {
  background: #FFF;
}

.puentes .table-dates tbody td .table-time {
  color: #4199D4;
}

.puentes .table-dates tbody td input {
  visibility: hidden;
  padding: 15px;
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}

.puentes .table-dates tbody td input::before {
  content: '';
  visibility: visible;
  display: block;
  width: 20px;
  height: 20px;
  background: #0B6BA6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.puentes .table-dates tbody td input::after {
  content: '';
  visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 300ms ease;
}

.puentes .table-dates tbody td input:checked::after {
  opacity: 1;
}

.puentes .asist-container {
  display: none;
}

.puentes .asist-container .title {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  padding: 20px 10px;
  text-align: center;
  background: #4F92CE;
  border-radius: 10px;
}

.puentes .asist-container table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.puentes .asist-container table tr {
  position: relative;
}

.puentes .asist-container table tr::after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #666361;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translateY(-50%);
}

.puentes .asist-container table tr::before {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #666361;
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateY(-50%);
}

.puentes .asist-container table td {
  font-size: 16px;
  color: #666361;
  font-weight: 300;
  padding: 10px;
  text-align: left;
  background: #FFF;
}

.puentes .asist-container table tr:nth-child(odd) td {
  background: #F7F8F8;
}

.puentes .asist-container table td div {
  width: max-content;
  margin: auto;
}

.puentes .asist-container table td input {
  border: 1px solid #666361;
  border-radius: 20px;
  padding: 3px 15px;
}

.puentes .asist-container table td label {
  font-size: 16px;
  color: #666361;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
}

.puentes .asist-container .btn-add-other {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  padding: 15px 40px;
  text-align: center;
  background: #4F92CE;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  min-width: 200px;
  margin-right: 10px;
}

.puentes .asist-container .btn-end {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  padding: 15px 40px;
  text-align: center;
  background: #213252;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  min-width: 200px;
}

.puentes .asist-container .btn-search {
  font-size: 12px;
  color: #FFF;
  background: #4F92CE;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.container-confirmacion .img-cont {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.container-confirmacion .name-container {
  margin-top: 15px;
  text-align: center;
}

.container-confirmacion .name-container h4 {
  font-size: 40px;
  color: #000;
  font-weight: 900;
}

.container-confirmacion .letter-container {
  text-align: center;
  margin-bottom: 20px;
}

.container-confirmacion .letter-container span {
  font-size: 22px;
  color: #000;
  font-weight: 100;
}

.container-confirmacion table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-confirmacion table tr {
  position: relative;
}

.container-confirmacion table td {
  font-size: 16px;
  color: #666361;
  font-weight: 300;
  padding: 20px;
  text-align: center;
  background: #FFF;
  font-weight: 100;
}

.container-confirmacion table tr:nth-child(odd) td {
  background: #F7F8F8;
}

.container-confirmacion td .table-time {
  color: #4199D4;
}

.btn-volver {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  background: #4F92CE;
  color: #FFF;
  text-decoration: none;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-volver:hover {
  color: #FFF;
}

.puentes .link {
  font-size: 16px;
  font-weight: bolder;
  color: #4F92CE;
  display: inline-block;
  padding-right: 20px;
}

.puentes .history-container .title {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  padding: 20px 10px;
  text-align: center;
  background: #4F92CE;
  border-radius: 10px;
  position: relative;
}

.puentes .history-container .title button {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #FFF;
  text-decoration: none;
  background: none;
  border: none;
}

.puentes .history-container table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.puentes .history-container table tr {
  position: relative;
}

.puentes .history-container table thead td {
  text-align: center;
  color: #0070a7;
  font-weight: bolder;
}

.puentes .history-container table td {
  font-size: 16px;
  color: #666361;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  background: #F7F8F8;
}

.puentes .history-container table tr:nth-child(odd) td {
  background: #FFF;
}

.puentes .history-container table thead td {
  background: #F7F8F8 !important;
}

.puentes .history-container table td div {
  width: max-content;
  margin: auto;
}

.puentes .history-container table td input {
  border: 1px solid #666361;
  border-radius: 20px;
  padding: 3px 15px;
}

.puentes .history-container table td label {
  font-size: 16px;
  color: #666361;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}

.puentes .history-container table td .btn-users {
  background: #4F92CE;
  color: #FFF;
  border-color: #4F92CE;
  transition: 300ms ease-in-out;
}

.puentes .history-container table td .btn-users:hover {
  color: #4F92CE;
  background: transparent;
  transition: 300ms ease-in-out;
}

/*
 * ─── Puentes de embarque }────────────────────────────────────────────────────────────────
 */


/*
 * ─── DISEÑOS {────────────────────────────────────────────────────────────────
 */

.content-memorias .caja-contenido-simple .imagen-contenido div {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.content-memorias .caja-contenido-simple .imagen-contenido img {
  max-width: 130px;
}

.accordion_content {
  display: none;
}

.acordion_100 .card {
  border: none;
  border-radius: 0;
}

.acordion_100 .accordion-header {
  cursor: pointer;
}

.acordion_100 .accordion-header>.row {
  padding: 35px 60px;
}

.acordion_100 .accordion-header h4 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'mont-regular';
}

.acordion_100 .accordion-header h4 b {
  font-family: 'mont-semi-bold';
}

.acordion_100 .accordion-header .view-less,
.acordion_100 .accordion-header .view-more {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.acordion_100 .accordion-header .view-less i,
.acordion_100 .accordion-header .view-more i {
  font-size: 40px;
}

.acordion_100 .accordion-header .view-less,
.acordion_100 .accordion-header.collapse .view-less {
  display: none;
}

.acordion_100 .accordion-header.active .view-less {
  display: block;
}

.acordion_100 .accordion-header .view-more,
.acordion_100 .accordion-header.collapse .view-more {
  display: block;
}

.acordion_100 .accordion-header.active .view-more {
  display: none;
}

.design-eleven-box button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 300ms ease;
}

.design-eleven-box button:hover img {
  transform: scale(1.1);
  transition: 300ms ease;
}

.design-eleven-box button img {
  transition: 300ms ease;
}

.content-memorias .banner-memorias-button {
  display: inline-block;
  padding: 2px 15px;
  border: 2px solid #ffce15;
  color: #ffce15;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 300ms ease;
}

.content-memorias .accordion_content .banner-memorias-button {
  border-radius: 8px;
  padding: 0 25px;
  font-size: 18px;
}

.eleven-card-back {
  padding: 0;
}

.content-memorias .id_2658 {
  background-position: top center;
}

.content-memorias .banner-memorias-button.memoria:hover {
  color: #fff;
  background: #ffce15;
  transition: 300ms ease;
  transform: scale(1.1);
}

.padre-home-21 {
  height: 700px;
}

.three-1595 .three-title h3 {
  font-size: 1.5rem !important;
}

.hijo-home-22 .row {
  width: 100%;
}

.child-27,
.child-28 {
  align-items: flex-end !important;
}

.hijo-home-36 p iframe {
  width: 450px;
  height: auto !important;
  aspect-ratio: 16/9;
  margin-left: 50px;
}

.padre-home-29 .contenido-padre>div>.row {
  align-content: center;
  padding-top: 70px;
}

.hijo-home-32 .img-container {
  width: 20%;
}

.hijo-home-32 img {
  width: 100%;
}

.padre-home-37 .contenido-padre>div>.row {
  align-content: center;
  padding-top: 70px;
}

.padre-home-37 .hijo-home {
  padding-left: 80px;
}

.hijo-home-39 .cont-descripcion p:nth-child(1) {
  margin-top: 50px;
  line-height: 1;
  color: #FFF;
  z-index: 1;
  font-size: 22px;
  font-weight: 500;
  padding-left: 70px;
}

.hijo-home-39 .cont-descripcion p:nth-child(2) {
  position: relative;
  line-height: 1;
  color: #FF689D;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  padding-left: 70px;
}

.hijo-home-39 .cont-descripcion p:nth-child(2)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background: #fff;
  z-index: -1;
}

.hijo-home-38 .cont-descripcion .right .row>div:nth-child(1) {
  line-height: 1;
  font-size: 85px;
  color: #FFF;
  font-weight: 900;
  text-shadow: 0 0 10px #00000060;
}

.hijo-home-38 .cont-descripcion .right .row>div:nth-child(2) {
  color: #FFD47A;
  font-size: 34px;
  text-shadow: 0 0 10px #00000080;
}

.hijo-home-38 .cont-descripcion .right .row>div:nth-child(3) img {
  max-width: 500px;
  filter: drop-shadow(0px 0px 5px #22222290);
}

.hijo-home-38 .cont-descripcion .left img {
  width: 300px;
}

.hijo-home-41 iframe {
  width: 400px !important;
  height: auto !important;
  aspect-ratio: 16/9;
  margin-bottom: -170px;
}

.margen_video {
  padding-right: 11% !important;
}

header .container {
  max-width: 1400px !important;
}

.nav-bar .conecta2 {
  border: 1px solid #3AAE2A;
  background-color: #3AAE2A;
  color: #FFF;
}


.conecta2-container {
  background-image: url('/skins/page/images/fondoconecta2.png');
  margin-top: 140px;
}

.conecta2-container .logo-container {
  display: flex;
  justify-content: center;
}

.conecta2-container .logo-container img {
  filter: drop-shadow(0px 10px 25px #000000);
}

.conecta2-container .text-container {
  text-align: center;
  margin-top: 50px;
}

.conecta2-container .text-container p {
  font-size: 24px;
  font-weight: bolder;
  line-height: 1.2;
}

.buttons-container .row {
  justify-content: center;
}

.conecta2-container .buttons-container {
  margin-top: 50px;
}

.conecta2-container .buttons-container .button {
  width: 27%;
  padding: 20px;
  min-width: max-content;
}

.conecta2-container .buttons-container .button:nth-child(1) {
  width: 46%;
  padding: 20px;
}

.conecta2-container .buttons-container .button .btn {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  border: 4px solid #3AAE2A;
  color: #3AAE2A;
  font-size: 26px;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
}

.conecta2-container .buttons-container .button .btn.active {
  background-color: #3AAE2A;
  color: #FFF;
}

.conecta2-container .buttons-container .button .btn:hover {
  background-color: #3AAE2A;
  color: #FFF;
}

.conecta2-container .middle-container {
  background-color: #fff;
  display: none;
}

.conecta2-container .middle-container .title {
  text-align: center;
  margin-top: 50px;
  color: #3AAE2A;
  font-size: 60px;
  font-weight: 900;
}

.conecta2-container .middle-container .item {
  display: none;
}

.conecta2-container .middle-container .item .row {
  border-top: 2px solid #3AAE2A;
  border-bottom: 2px solid #3AAE2A;
  display: flex;
  align-items: center;
  position: relative;
}

.conecta2-container .middle-container .item .row .arrow {
  content: url('/skins/page/images/flechaverde.png');
  position: absolute;
  width: 50px;
  bottom: calc(100% - 1px);
  background: #FFF;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #FFF;
}

.conecta2-container .middle-container .item:nth-child(1) .row .arrow {
  left: 18%;
  transform: translateX(-82%);
}

.conecta2-container .middle-container .item:nth-child(3) .row .arrow {
  left: 82%;
  transform: translateX(-18%);
}

.conecta2-container .middle-container .item .row h3 {
  font-size: 50px;
  color: #3AAE2A;
  font-weight: 900;
  text-transform: uppercase;
}

.conecta2-container .middle-container .item .row p {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}

.conecta2-container .middle-container .contact-row {
  padding: 50px 0;
  align-items: center;
}

.conecta2-container .middle-container .contact-row .text {
  font-size: 26px;
  color: #333;
  font-weight: 600;
}

.conecta2-container .middle-container .contact-row a {
  font-size: 50px;
  color: #3AAE2A;
  font-weight: bolder;
  text-decoration: none;
}

.conecta2-container .hashtag-container {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.conecta2-container .hashtag-container img {
  max-width: 450px;
}

.conecta2-container .social-item {
  width: max-content;
  display: flex;
  align-items: center;
}

.conecta2-container .social-item i {
  width: 35px;
  height: 35px;
  background-color: #FFD444;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.conecta2-container .social-item span {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.conecta2-container .terms {
  justify-content: center;
  text-align: center;
}

.conecta2-container .terms a {
  color: #3AAE2A;
  font-size: 18px;
  text-decoration: none;
  font-weight: bolder;
}

.conecta2-container .img-category {
  aspect-ratio: 16/9;
  border-radius: 20px;
  border: 4px solid #3AAE2A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 300ms ease;
}

.conecta2-container .img-category:hover,
.conecta2-container .img-category.active {
  background-color: #3AAE2A;
  transition: 300ms ease;
}

.conecta2-container .img-category img {
  max-width: 40%;
  transition: 300ms ease;

}

.conecta2-container .img-category:hover img,
.conecta2-container .img-category.active img {
  filter: brightness(100);
}

.conecta2-container .img-category span {
  font-size: 20px;
  color: #3AAE2A;
  font-weight: 600;
}

.conecta2-container .img-category:hover span,
.conecta2-container .img-category.active span {
  color: #FFF;
  transition: 300ms ease;
}


.title-manual {
  font-size: 30px;
  color: #4598D4;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}

.label-manual {
  font-size: 20px;
  color: #4598D4;
  font-weight: 200;
  text-align: center;
  margin-left: 10px;
}

.btn-manual {
  background-color: #1C3455;
  color: #FFF;
  font-size: 22px;
  border-radius: 10px;
  padding: 2px 20px;
  font-weight: 400;
}

.hijo-home-48 {
  padding-top: 50px;
}

.page-home .padre-home.padre-home-47 {
  background-position: center 100px !important;
  background-size: cover;
  position: relative;
  padding-top: 50px;
}

.padre-home-47 .contenido-padre>div>.row {
  align-content: center;
}


.hijo-home-49,
.hijo-home-50,
.hijo-home-51,
.hijo-home-52 {
  width: 41.5% !important;
}


.child-51 img {
  position: absolute;
  bottom: 0;
  max-width: 650px;
}

.child-50 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--yellow);
  color: #FFF;
  font-size: 20px;
  padding: 5px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  transition: 300ms ease;
}

.child-49 img {
  height: auto !important;
}

.child-50 iframe {
  width: 300px !important;
  aspect-ratio: 16/9;
  height: inherit !important;
}

.child-50 a:hover {
  transform: scale(1.1);
  transition: 300ms ease;
}


@media screen and (min-width: 1600px) {
  .frame-home {
    width: 450px !important;
    height: 240px !important;
  }

  .design-three-box .three-title h3 {
    font-size: 2.1rem !important;
  }

  .frame-home {
    width: 450px !important;
    height: 240px !important;
  }

  .margen_video {
    margin-top: -30px;
  }

  .hijo-home-15 iframe {
    width: 450px !important;
    height: 250px !important;
    margin-left: 75px;
  }
}

@media screen and (max-width: 1600px) {
  .child-51 img {
    position: absolute;
    bottom: 0;
    max-width: 400px;
  }

  .child-49 img {
    height: auto !important;
    max-width: 400px;
  }

  .child-48 p img:nth-child(1) {
    width: 150px !important;
    height: auto !important;
  }

  .child-48 p img:nth-child(3) {
    width: 100px !important;
    height: auto !important;
  }

  .child-50 iframe {
    width: 250px !important;
    aspect-ratio: 16/7;
    height: inherit !important;
  }

  .page-home .child-49 .cont-descripcion p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-home .child-50 .cont-descripcion p {
    padding-top: 0;
  }

  .child-50 p {
    line-height: 1;
  }

  .child-50 a {
    font-size: 14px !important;
    padding: 2px 20px !important;
  }

  .child-50 p span {
    font-size: 14px !important;
    line-height: 1;
  }

  .frame-home {
    width: 350px !important;
    height: 200px !important;
  }

  .hijo-home-15 iframe {
    width: 360px !important;
    height: 230px !important;
    margin-left: 75px;
  }
}

@media screen and (min-width: 1400px) {
  .hijo-home-15 iframe {
    width: 450px !important;
    height: 250px !important;
    margin-left: 75px;
  }

}

@media screen and (max-width: 1500px) {
  .margen_video {
    padding-right: 11% !important;
    padding-top: 11% !important;
  }

  .hijo-home-38 .cont-descripcion .right .row>div:nth-child(2) {
    font-size: 22px;
  }

  .hijo-home-38 .cont-descripcion .left {
    width: 20%;
  }

  .hijo-home-38 .cont-descripcion .right {
    width: 80%;
  }

  .hijo-home-41 iframe {
    width: 300px !important;
    margin-bottom: -100px;
  }

  .hijo-home-38 .cont-descripcion .left img {
    width: 100%;
  }

  .hijo-home-38 .cont-descripcion .right .row>div:nth-child(1) {
    font-size: 45px;
  }

  .hijo-home-39 .cont-descripcion p:nth-child(1) {
    font-size: 16px;
    padding-left: 40px;
  }

  .hijo-home-39 .cont-descripcion p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    padding-left: 40px;
  }

  .child-30 img {
    width: 200px;
    margin-top: 40px;
  }

  .hijo-home-36 p iframe {
    width: 400px;
    height: auto !important;
    aspect-ratio: 16/8;
  }

  .child-31 .cont-descripcion p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .child-31 .cont-descripcion p span:nth-child(1) {
    font-size: 20px !important;
  }

  .child-31 .cont-descripcion p span:nth-child(3) {
    font-size: 40px !important;
  }

  .child-31 .cont-descripcion p span:nth-child(5) {
    font-size: 24px !important;
  }

  .child-32 .cont-descripcion p {
    line-height: 14pt !important;
  }

  .child-32 .cont-descripcion p span:nth-child(1) {
    font-size: 18px !important;
  }

  .child-32 .cont-descripcion p span:nth-child(3) {
    font-size: 24px !important;
  }

  .child-32 .cont-descripcion p span:nth-child(5) {
    font-size: 24px !important;
  }

  .child-32 .cont-descripcion p span:nth-child(7) {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 600px) {
  .margen_video {
    margin-top: -150px !important;
  }
}

@media screen and (max-width: 600px) {
  .frame-home {
    width: 350px !important;
    height: 150px !important;
  }
}

.three-1540 .icon-three img {
  width: 70% !important;
}

.datos-section-380 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.datos-section-385,
.datos-section-388,
.datos-section-395,
.datos-section-400 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.datos-section-385>.row,
.datos-section-388>.row,
.datos-section-395>.row,
.datos-section-400>.row {
  min-height: 350px !important;
  display: flex !important;
  align-items: center !important;
  width: 100%;
}

.datos-section-395>.row,
.datos-section-400>.row {
  min-height: 270px !important;
  display: flex !important;
  align-items: center !important;
  width: 100%;
}

.datos-section-385 {
  padding-left: 50px !important;
}

.datos-section-395 {
  padding-left: 50px !important;
}

.three-1539 h3.col-9,
.three-1592 h3.col-9,
.three-1595 h3.col-9 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.slider-seccion .title-max {
  color: var(--blue);
  font-size: 2rem;
}

.slider-seccion .title-mini {
  color: var(--low-cian);
  font-size: 1.2rem;
  font-family: "mont-Regular";
}

.slider-seccion>.row-slider::-webkit-scrollbar {
  width: 5px;
}

.slider-seccion>.row-slider::-webkit-scrollbar-track {
  background: #ecebebf6;
}

.slider-seccion>.row-slider::-webkit-scrollbar-thumb {
  background: var(--cian);
  width: 3px;
  transition: 300ms;
}

.slider-seccion>.row-slider::-webkit-scrollbar-thumb:hover {
  transition: 300ms;
}

.slider-seccion>.row-slider {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 500px;
  padding: 20px 0;
  flex-wrap: nowrap;
  width: 90%;
}

.slider-seccion .max-video {
  display: none;
  position: relative;
  width: 100%;
}

.slider-seccion .max-video.active {
  display: flex;
}

.slider-seccion .max-video iframe {
  width: 100%;
}

.slider-seccion .slider-horizontal-item {
  position: relative;
}

.slider-seccion .slider-horizontal-item .before {
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 0.5rem);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: 300ms ease;
}

.slider-seccion .slider-horizontal-item .before:hover {
  background: #3471ae8f;
  transition: 300ms ease;
}

.docs {
  flex-direction: column-reverse;
}

.one-304 {
  max-width: inherit !important;
  display: flex;
  justify-content: center;
}

.one-304>.row {
  max-width: 1200px;
  margin: 0 auto;
}

.modal-xl {
  width: 80vw;
  max-width: inherit;
  transform: translateY(100px) !important;
}

.id_618 {
  z-index: -1;
}

.one-26,
.one-27 {
  height: 260px;
}

.docs-container-782 {

  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 40px 0;
}

.docs-container-782::before {
  content: "";
  width: 98.9vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50.05%);
  background: transparent;
}

.docs-container-782>.row>.col-12:nth-child(2) {
  background: #fff;
  padding-bottom: 35px;
  border-radius: 0 0 50px 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 30px;
}

.docs-container-782 .docs-header {
  background-color: #1c3455 !important;
}

.docs-container-782 .items-docs-row .doc-item-theme {
  background: #0070ae;
}

.slider-simple {
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-indicators {
  display: none;
}

.fondo-video-youtube {
  height: 600px;
  position: relative;
  width: 100%;
}

.fondo-video-youtube::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  z-index: 100;
}

.fondo-video-youtube iframe {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container-internas ul {
  list-style: none;
}

.container-internas ul li {
  padding-left: 18px;
}

.container-internas ul li::before {
  content: url("/skins/page/images/angle.png");
  width: 15px;
  margin-left: -25px;
  padding-right: 5px;
}

.contenedor-seccion {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-principal {
  margin-bottom: 0;
}

.banner-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-container .content-banner {
  position: absolute;
  width: 100%;
}

.banner-container .content-banner .banner-title h3 {
  font-size: 4.7rem;
  color: var(--blue);
  font-family: "mont-bold";
  text-align: center;
  margin-bottom: 0;
}

.banner-container .content-banner .banner-subtitle {
  background-color: var(--yellow);
  color: var(--blue);
  font-family: "mont-Regular" !important;
  font-weight: 300;
  border-radius: 50px;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  font-size: 5rem !important;
}

.banner-container .content-banner .banner-des p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.banner-container .content-banner .btn-banner {
  display: block;
  padding: 2px 20px;
  background-color: var(--blue);
  border: 3px solid #fff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.3rem;
  margin-top: 20px;
}

.box {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  margin: auto;
}

.box>.row {
  z-index: 3;
  width: 100%;
}

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

.box p,
.box ul,
.box ol {
  color: #6e6e6e;
  font-size: 14px;
}

.box p {
  line-height: 1;
}

.design-three-box>.row {
  position: absolute;
  width: 100%;
  bottom: 0%;
}

.design-three-box .three-des {
  display: none;
}

.design-three-box .three-des p {
  color: #fff;
}

.design-three-box .three-des ul {
  color: #fff;
}

.three-high-height::after {
  content: "";
  display: block;
  padding-bottom: 80%;
  top: 0;
}

.three-low-height::after {
  content: "";
  display: block;
  padding-bottom: 50%;
  top: 0;
}

.design-one-box .one-title {
  text-align: right;
  color: var(--blue);
  padding-top: 15px;
  padding-right: 50px;
}

.design-one-box .one-title h3 {
  font-size: 2.3rem;
  font-family: "mont-bold";
}

.design-one-box .one-descripcion p {
  color: #6e6e6e;
  line-height: 1.5;
  text-align: left;
}

.design-two-box .two-title {
  text-align: left;
  color: var(--blue);
  padding-top: 15px;
  padding-left: 50px;
}

.design-two-box .two-title h3 {
  font-size: 2.3rem;
  font-family: "mont-bold";
}

.design-two-box .two-descripcion p {
  color: #6e6e6e;
  line-height: 1.5;
  text-align: right;
}

.design-three-box .three-title h3 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.8rem;
  text-shadow: 0 0 10px #00000050;
}

.design-three-box .three-enlace {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.design-three-box .three-enlace a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 2px 15px;
  background-color: var(--blue);
  font-weight: 600;
  border-radius: 20px;
  text-decoration: none;
}

.docs-container {
  margin: auto;
}

.docs-container .docs-header {
  height: 45px;
  border-radius: 20px 20px 0 0;
  background-color: var(--low-cian);
  display: flex;
  justify-content: center;
  align-items: center;
}

.docs-container .docs-header h3 {
  color: #fff;
  font-size: 1.5rem;
  font-family: "mont-Regular";
  font-weight: 300;
  margin-bottom: 0;
}

.docs-container .items-docs-row {
  max-height: 500px;
  overflow-y: scroll;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.docs-container .items-docs-row::-webkit-scrollbar {
  width: 5px;
}

.docs-container .items-docs-row::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 50px;
}

.docs-container .items-docs-row .doc-item-theme {
  padding: 10px 20px;
  background-color: var(--cian);
  border-radius: 50px;
  cursor: pointer;
}

.docs-container .items-docs-row .doc-item-theme h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "mont-Regular";
  margin-bottom: 0;
}

.docs-container .items-docs-row .doc-item-theme .img-docs {
  width: 25px;
}

.docs-container .items-docs-row .doc-item-file {
  padding: 5px 20px;
  background-color: #eff0f0;
  border-radius: 10px;
  cursor: pointer;
}

.docs-container .items-docs-row .doc-item-file h4 {
  color: #8e9e9e;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "mont-Regular";
  margin-bottom: 0;
}

.docs-container .items-docs-row .doc-item-head {
  padding: 8px 20px;
  background-color: var(--blue);
  border-radius: 8px;
  cursor: pointer;
}

.docs-container .items-docs-row .doc-item-head .documento {
  position: relative;
}

.docs-container .items-docs-row .area {
  position: relative;
}

.docs-container .items-docs-row .adjuntos {
  position: relative;
}

.docs-container .items-docs-row .doc-item-body .documento::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  background: var(--cian);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.docs-container .items-docs-row .doc-item-body .area::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  background: var(--cian);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.docs-container .items-docs-row .doc-item-head span {
  color: #fff;
}

.docs-container .items-docs-row .doc-item-body {
  background: transparent;
  border: 1px solid #e0e0e0;
  cursor: inherit;
}

.docs-container .items-docs-row .doc-item-body span {
  color: #6b8080;
  font-size: 0.8rem;
}

.docs-container .items-docs-row .doc-item-body h4 {
  color: #6b8080;
  font-size: 1.1rem;
}

.docs-container .items-docs-row .doc-item-file .img-docs {
  width: 70px;
}

.docs-container .cont-docs {
  display: none;
}

.docs-container .doc {
  background-color: var(--low-gray);
}

.docs-container .doc {
  padding: 15px 20px;
}

.docs-container .doc:nth-child(2n) {
  background-color: #fff;
}

.docs-container .doc h5 {
  margin-bottom: 0;
  color: var(--blue);
  font-size: 1rem;
  font-family: "mont-Regular";
  font-weight: 100;
}

.three-detail .imagen-video-three {
  padding-top: 80px;
}

.three-detail .imagen-video-three iframe {
  width: 100% !important;
  height: 350px !important;
  border-radius: 5px;
}

.three-detail .imagen-video-three .img-three {
  width: 100%;
  border-radius: 5px;
}

.three-detail .title-three {
  margin-bottom: 20px;
}

.three-det .title-three h3 {
  color: var(--blue);
  font-family: "mont-bold";
  font-size: 2rem;
  font-weight: 300;
}

.three-detail .descripcion-three p {
  color: #6e6e6e;
}

.three-detail .right-three {
  position: relative;
}

.three-detail .right-three::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: 0 0 8px #00000050;
  z-index: -1;
  border-radius: 5px;
}

.three-8 .right-three::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: 0 0 8px #00000050;
  z-index: -1;
  border-radius: 5px;
}

.three-9 .right-three::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px #00000050;
  z-index: -1;
  border-radius: 5px;
}

.three-9 .title-three {
  text-align: right;
}

.three-9 .descripcion-three p {
  text-align: right;
}

.three-det p {
  color: #6e6e6e;
  font-size: 14px;
}

.icon-three img {
  width: 100%;
}

.design-ten-box .ten-card {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.5s ease;
  border-radius: 40px;
  box-shadow: 3px 3px 15px #00000060;
  cursor: pointer;
}

.design-ten-box:hover .ten-card {
  transform: rotateY(180deg);
}

.design-ten-box .ten-card::before {
  content: "";
  display: block;
  top: 0;
  padding-bottom: 85%;
}

.design-ten-box .ten-card .ten-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 40px;
  background-color: #fff;
}

.design-ten-box .ten-card .ten-card-front>.row {
  backface-visibility: hidden;
}

.design-ten-box .ten-card .ten-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: var(--blue);
  transform: rotateY(180deg);
  border-radius: 40px;
}

.design-ten-box .ten-card .ten-card-back>.row {
  backface-visibility: hidden;
}

.design-ten-box .ten-card .ten-card-front img {
  max-width: 140px;
}

.design-ten-box .ten-card .ten-card-front h4 {
  font-size: 1.8rem;
  color: var(--blue);
  font-weight: 300;
}

.design-ten-box .ten-card .ten-card-back .title h4 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.design-ten-box .ten-card .ten-card-back .des p {
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.design-ten-box .ten-card .ten-card-back .btn-ten-design {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "mont-semi-bold";
  cursor: pointer;
  margin-top: 15px;
  background: var(--low-cian);
  padding: 3px 15px;
  border-radius: 20px;
}

.accordion-design {
  display: none;
}

.accordion-design.active {
  display: block;
}

/*
   * ─── FINAL DISEÑOS} ────────────────────────────────────────────────────────────────
   */

/* ──  ────────────────────────────────────────────────────────────────────────────── */

/* *** *** *** *** *** *** *** * INICIO MODULO INICIATIVAS - AREOPUERTO A LA VANGUARDIA * *** *** *** *** *** *** *** *** *** */

.datos-section>.row {
  overflow: hidden;
  padding: 30px 40px;
  padding-top: 45px;
  border-radius: 30px;
  box-shadow: 3px 3px 15px #00000060;
  min-height: 100px;
}

.datos-section .counter {
  font-size: 7rem;
  color: #3b98d4;
  font-family: "mont-bold";
  line-height: 1.3;
}

.datos-section .counterup p,
.datos-section .counterup p span {
  color: var(--low-cian);
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  font-family: "mont-Regular";
}

.accordion .caja-3 iframe {
  width: 98.9vw !important;
  max-width: 100vw !important;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}

.card-header {
  position: relative;
}

.card-header .indicator {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3rem;
  pointer-events: none;
}

.card-header .minus {
  display: none;
}

.card-header.show-accordion .minus {
  display: block;
}

.card-header.show-accordion .plus {
  display: none;
}

.slider-model:focus {
  outline: none;
}

.slider-model {
  overflow-x: auto;
  padding: 20px 0;
}

.slider-model::-webkit-scrollbar {
  height: 10px;
}

.slider-model::-webkit-scrollbar-track {
  background: #ecebebf6;
}

.slider-model::-webkit-scrollbar-thumb {
  background: var(--cian);
  width: 3px;
  transition: 300ms;
}

.slider-model::-webkit-scrollbar-thumb:hover {
  transition: 300ms;
}

.slider-model-element {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.slider-element {
  height: 380px;
  min-width: 200px;
  width: 200px;
  display: block;
  margin: 20px 15px;
  transition: 500ms ease;
  cursor: pointer;
}

.slider-element.active {
  transform: scale(1.1);
  transition: 500ms ease;
}

.des-model {
  display: none;
}

.des-model.active {
  display: flex;
}

.des-model p {
  color: var(--blue);
  position: relative;
  padding-bottom: 15px;
}

.des-model p::before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--blue);
  bottom: 0;
}

.slider-model-element .img-cont {
  height: 100%;
  position: relative;
}

.slider-model-element .img-cont img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms ease;
  filter: grayscale(1);
}

.slider-element.active .img-cont img {
  filter: grayscale(0);
}

.slider-model-element .cont-title h4 {
  position: relative;
  font-size: 1.3rem;
  padding-bottom: 10px;
  font-family: "mont-Regular";
  font-weight: 600;
  color: #fff;
}

.slider-model-element .cont-title h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slider-model-element .cont-title {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 160px;
}

.in-element-des .cont-title h3 {
  text-align: center;
  font-size: 2rem;
  color: var(--blue);
  font-family: "mont-bold";
}

.in-element-des iframe {
  max-width: 600px;
}

.in-element-des .cont-des {
  font-size: 14px;
  color: #6e6e6e;
}

.in-element-des .cont-img img {
  max-width: 600px;
}

.accordion-design .card {
  border: none;
}

.accordion-design .card h2 button {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  font-family: "mont-regular";
  padding: 30px 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  background: transparent;
  border: none;


}

.accordion-design .card h2 button img {
  max-width: 70px;
}

/* *** *** *** *** *** *** *** * FINAL MODULO INICIATIVAS - AREOPUERTO A LA VANGUARDIA * *** *** *** *** *** *** *** *** *** */

/* ── FINAL DISEÑOS ────────────────────────────────────────────────────────────────────────────── */

/*
   * ─── CONFIGURACIONES GENERALES Y VARIABLES ──────────────────────────────────────
   */
html {
  scroll-behavior: smooth;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

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

img {
  max-width: 100%;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mont-semi-bold";
}

p,
span,
a,
b {
  font-family: "mont-Regular";
}

strong {
  font-family: "mont-bold";
}

strong span {
  font-family: "mont-bold";
}

ul,
ol {
  padding-left: 20px;
  color: #6e6e6e;
  font-family: "mont-Regular";
}

.hijo-home-27 .cont-descripcion p iframe {
  width: 350px !important;
  height: 200px !important;
}

:root {
  --blue: #1c3455;
  --blue-dark: #10263f;
  --purple: #29235c;
  --low-cian: #4598d4;
  --cian: #3470ae;
  --low-gray: #f4f5f5;
  --yellow: #fecd5c;
}

.container {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
}

.caja-tipografica {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}

.navigation a,
.navigation span {
  color: var(--blue);
  font-size: 18px;
  font-family: "mont-semi-bold";
}

.navigation i {
  font-size: 14px;
}

.page-home section {
  position: relative;
}

.page-home .btn-scroll {
  position: absolute;
  color: #fff;
  transform: rotate(90deg);
  left: 3%;
  bottom: 25%;
  cursor: pointer;
  z-index: 100;
}

.page-home .btn-scroll .span-i {
  width: 20px;
  display: block;
  position: relative;
  height: 100%;
}

.page-home .btn-scroll h5 {
  margin-bottom: 0;
  margin-left: -196px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.page-home .btn-scroll h5 a {
  text-decoration: none;
  color: #fff;
}

.banner-home .btn-scroll {
  left: 4%;
  bottom: 30%;
}

.page-home .id_351 .btn-scroll {
  left: -42%;
}

.page-home .id_347 .btn-scroll {
  left: -2.5%;
  bottom: 20%;
}

.page-home .btn-scroll .span-i i {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  animation-name: btn-move;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes btn-move {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@keyframes btn-movey {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.button-modal {
  animation-name: btn-movey;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.page-home .id_353 .btn-scroll,
.page-home .id_355 .btn-scroll {
  display: none !important;
}

.slider-principal .item-banner-principal>div {
  position: relative;
}

.slider-principal .enlace-banner-principal {
  position: absolute;
  width: 62%;
  bottom: 43%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.slider-principal .enlace-banner-principal a {
  display: block;
  padding: 3px 20px;
  background: var(--purple);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  font-weight: bolder;
  font-size: 32px;
  text-decoration: none;
}

.fondo-imagen-responsive {
  display: none;
}

.btn-hover {
  transition: 500ms ease;
}

.btn-hover:hover {
  transform: scale(1.1);
  transition: 500ms ease;
}

.container-internas {
  padding-top: 5%;
}

/* ──────────────────────────────────────────────────────────────────────────────── */

header .header-info {
  background: var(--blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-info .logo {
  margin-right: 20px;
  max-width: 150px;
}

header .header-info .sp-info {
  color: #fff;
  font-size: 14px;
}

header .header-info .sp-info i {
  /* transform: rotateZ(90deg); */
  padding-right: 10px;
}

header .header-info .search .search-group {
  background: var(--blue-dark);
  border-radius: 5px;
  padding: 3px 10px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header-info .search .search-group input {
  background: transparent;
  border: none;
  color: #fff;
  text-align: right;
  width: inherit;
  min-width: inherit;
  max-width: 90%;
}

header .header-info .search .search-group input::placeholder {
  text-align: right;
  font-size: 14px;
  color: #fff;
}

header .header-info .search .search-group input:focus {
  outline: none;
}

header .header-info .search .search-group label {
  margin-bottom: 0;
}

header .header-info .search .search-group i {
  color: #fff;
}

header .header-info .redes {
  min-width: 130px;
}

header .header-info .redes a i {
  padding: 10px;
  font-size: 20px;
  color: #fff;
}

.upheader {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
}

.downheader {
  position: relative !important;
  top: auto !important;
}

.logonone {
  width: 0;
}

.logoblock {
  width: 150px !important;

}

.nav-bar {
  background: #fff;
  padding: 10px 0;
  transition: 500ms ease;
}

.nav-bar ul {
  list-style: none;
  display: flex;
  justify-content: around;
  align-items: center;
  margin-bottom: 0;
}

.nav-bar ul li {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-bar ul li a {
  padding: 8px 15px;
  font-size: 12.5px;
  color: var(--blue);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: 300ms ease;
  display: inline-block;
}

.nav-bar ul li:hover a {
  border: 1px solid var(--blue);
  transition: 300ms ease;
}

.nav-bar .o {
  width: 0;
  overflow: hidden;
  transition: 300ms ease;
  display: inline-block;
}

.nav-bar .permisos {
  padding: 8px 25px;
  border: 1px solid var(--blue);
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: 300ms ease;
  background-color: var(--blue);
}

.nav-bar .permisos:hover {
  background: #fff;
  color: var(--blue);
  transition: 300ms ease;
}

.nav-bar .ul-one>li:hover ul {
  display: flex;
}

.nav-bar .ul-one>li {
  position: relative;
}

.nav-bar ul li ul {
  position: absolute;
  display: none;
  /*left: 50%;
  transform: translateX(-50%);
   */
  width: max-content;
}

.nav-bar ul li ul li {
  width: 100%;
}

.nav-bar ul li ul li a {
  background-color: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
  width: 100%;
}

.nav-bar ul li ul li a:hover {
  background-color: var(--blue);
  color: #fff;
}

.nav-bar .ul-one li ul li {
  position: relative;
}

.nav-bar .ul-one>li ul li ul {
  position: absolute;
  display: none !important;
  left: 100%;
  top: -3px;
  width: max-content;
  transform: translateX(0);
  padding-left: 5px;
}

.nav-bar .ul-one li ul li:hover ul {
  display: flex !important;
}

.navbar .ul-one li ul {
  align-items: start;
}

.footer-info {
  background: rgb(8, 36, 63);
  background: linear-gradient(180deg,
      rgba(8, 36, 63, 1) 0%,
      rgba(9, 56, 107, 1) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  border-top: 50px solid #fff;
}

.footer-info .right-bx {
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
}

.footer-info .left-bx {
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
  padding-right: 120px;
}

.footer-info .left-bx::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  background: #fff;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.footer-info .left-bx .float-icon {
  position: absolute;
  width: 170px;
  bottom: 30px;
  right: 50px;
  z-index: 10;
}

.footer-info .right-bx .float-icon {
  position: absolute;
  width: 160px;
  bottom: 30px;
  right: 50px;
  z-index: 10;
}

.footer-info h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "mont-bold";
}

.footer-info h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #fff;
  bottom: 5px;
  right: 100%;
  transform: translateX(-50%);
}

.footer-info h3.blue::before {
  background: #61c8b9;
}

.footer-info h3.brown::before {
  background: #747236;
}

.footer-info h3.yellow::before {
  background: #ffcd5c;
}

.footer-info h3.yellow {
  font-size: 1.1rem;
}

.footer-info .top-bx {
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}

.footer-info .top-bx::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 100px);
  height: 4px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.footer-info {
  font-size: 1.1rem;
}

.footer-info .footer-icon {
  margin-right: 15px;
  font-size: 1.7rem;
}

.footer-info .right-bx .footer-icon {
  font-size: 2.2rem;
}

.footer-info .footer-icon.phone {
  transform: rotate(-35deg);
}

.footer-info .line-text {
  font-family: "mont-Regular";
}

.footer-info .line-text span {
  font-family: "mont-semi-bold";
  background: #61c8b9;
  color: #1b3555;
}

.footer-images {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-images img {
  margin-left: 15px;
  margin-right: 15px;
  transform: translateX(-25px);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 500ms ease;
}

.sticky-header .o {
  width: 150px;
  transition: 300ms ease;
}

iframe {
  max-width: 100% !important;
}

/*
 * ─── PAGE HOME ──────────────────────────────────────────────────────────────────
 */
/* .contenedor-general{ */
/*   z-index: -1; */
/* } */
header {
  width: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
}

.page-home .padre-home {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.page-home .hijo-home {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.page-home .padre-home-3 .contenido-padre>.col-12 {
  display: flex;
  align-items: flex-end;
}

.page-home .padre-home-3 .contenido-padre>.col-12>.row {
  height: 80% !important;
  width: 103%;
}

.page-home .padre-home-3 .hijo-home {
  background-position-y: top !important;
}

.page-home .padre-home-5 .col-sm-6 .contenido-hijo>div>.row {
  max-width: 500px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-home .padre-home-5 .col-sm-6 h2::before {
  content: url(/skins/page/images/flecha.png);
  position: absolute;
  display: block;
  top: 0;
  left: -50px;
}

.page-home h2 {
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 3rem;
  position: relative;
  font-weight: 900;
  font-family: "mont-bold";
}

.page-home .cont-descripcion p {
  color: #fff;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-home .padre-home-9 h2 {
  text-align: right;
  color: #fff;
  font-size: 2.3rem;
  font-family: "mont-bold";
}

.page-home .home-button {
  display: inline-block;
  width: auto;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  padding: 3px 35px;
  border-radius: 8px;
  border: 3px solid #fff;
  text-decoration: none;
}

/* Modificacion banner pista */

.hijo-home-25 .cont-enlace {
  height: 0px;
}

.hijo-home-25 .child-25 {
  align-items: end !important;
}

.hijo-home-25 .home-button {
  display: inline-block;
  width: auto;
  color: #fecd5c;
  font-weight: 600;
  font-size: 19px;
  padding: 3px 35px;
  border-radius: 55px;
  border: 3px solid;
  position: relative;
  bottom: 12vh;
  right: 23vw;
  height: 42px;
}

.hijo-home-25 .home-button:hover {
  color: #fff;
  background-color: #fecd5c;
  transform: none;
  text-decoration: none !important;
}

.hijo-home-25 a span {
  font-size: 4vh;
}

.hijo-home-25 .cont-descripcion {
  display: flex;
  align-items: end;
}

.hijo-home-25 .cont-descripcion p {
  line-height: 135%;
}

.hijo-home-25 .cont-descripcion h5 {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 5vw;
  left: 1.5vw;
}

.hijo-home-25 .cont-descripcion p {
  padding: 0px;
}

.hijo-home-25 .cont-descripcion img {
  display: block;
  margin: auto;
  margin-bottom: 4vh;
}

.hijo-home-25 .cont-img img {
  height: 85vh;
  width: 85vw !important;
  position: relative;
  top: 1vh;
}

/* Modificacion banner pista */



.page-home .hijo-home-12 h2 {
  color: var(--blue);
}

.page-home .hijo-home-12 .cont-descripcion p {
  color: var(--blue);
}

.page-home .hijo-home-12 .home-button {
  border: 3px solid var(--blue);
  color: var(--blue);
}

.page-home .hijo-home-12 .contenido-hijo>div>.row {
  max-width: 450px;
}

.page-home .hijo-home-6 .contenido-hijo>div>.row {
  max-width: 430px !important;
}

.page-home .hijo-home-8 .contenido-hijo .home-button {
  background: #29235c;
  font-size: 28px;
}

.page-home .padre-home-3 .btn-scroll {
  left: 4%;
}

.page-home .padre-home-9 .btn-scroll {
  left: 2%;
}

.padre-home-3 p {
  font-weight: 900;
  padding: 0 !important;
  line-height: 90px;
}

.padre-home-3 p strong {
  font-size: 115px !important;
  font-family: "mont-bold";
}

.padre-home-3 .contenido-hijo>div {
  align-items: start !important;
}

.padre-home-3 .hijo-home {
  max-width: 52%;
  flex: inherit;
}

/* END PAGE HOME──────────────────────────────────────────────────────────────────────────────── */


.acordion_100 .accordion_content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fp-watermark {
  display: none;
}

/*
   * ─── MEDIAQUERYS ────────────────────────────────────────────────────────────────
   */

@media screen and (min-width: 1600px) {
  .design-three-box .three-title h3 {
    font-size: 2.5rem;
  }

  .page-home .id_349 .col-sm-10 {
    margin-left: 10vw;
  }

  .page-home .padre-home-3 .contenido-padre>.col-12>.row {
    height: 88% !important;
    width: 103%;
  }

  .padre-home-3 p {
    line-height: 90px;
  }

  .padre-home-3 p strong {
    font-size: 170px !important;
    font-family: "mont-bold";
  }

  .padre-home-3 .contenido-hijo>div {
    align-items: start !important;
    padding-top: 70px;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────── */

/*
   * ─── FLOTANTES ──────────────────────────────────────────────────────────────────
   */

.flotantes {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flotantes a {
  padding: 10px;
  padding-right: 20px;
  background: var(--blue);
  border-radius: 50px 0 0 50px;
}

.flotantes a img {
  max-width: 40px;
}



.btn-scroll a {
  font-size: 16px;
}

/* ──────────────────────────────────────────────────────────────────────────────── */
/* -----------------------------------------------------------------------------------
  INICIO - CIRCULARES {
  -----------------------------------------------------------*/

.form-circulares .input-g input {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  color: #6e6e6e;
  font-size: 0.9rem;
}

.form-circulares .input-g select {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  color: #6e6e6e;
  font-size: 0.9rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.form-circulares .input-g select::-ms-expand {
  display: none;
}

.form-circulares .input-g .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--cian);
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 300ms;
  text-decoration: none;
}

.form-circulares .input-g .button:hover {
  transform: scale(1.05);
  color: #fff;
  transition: 300ms;
}

/* -----------------------------------------------------------------------------------
  FINAL - CIRCULARES }
  -----------------------------------------------------------*/

/* -----------------------------------------------------------------------------------
  INICIO - SALA DE PRENSA {
  -----------------------------------------------------------*/

/* -----------------------------------------------------------------------------------
  INICIO - COMUNICADOS {
  -----------------------------------------------------------*/

.row-comunicados .comunicado-container {
  position: relative;
  box-shadow: 0 0 10px #00000050;
  border-radius: 5px 5px 0 0;
}

.row-comunicados .comunicado-container .top-container {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
}

.row-comunicados .comunicado-container .top-container .imagen-com {
  transform: translateY(-30px);
  width: 93%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 250px;
  display: block;
}

.row-comunicados .comunicado-container .top-container .imagen-com img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.row-comunicados .com-caja {
  padding: 20px;
}

.row-comunicados .titulo-com {
  color: #6e6e6e;
  font-size: 16px;
  text-decoration: none;
  transform: translateY(-30px);
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
}

.row-comunicados .titulo-com .subtitle {
  color: var(--blue);
  font-family: "mont-semi-bold";
  font-size: 17px;
}

.row-comunicados .fecha {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 300;
}

.row-comunicados .bot-container {
  border-top: 0.5px solid #6e6e6e90;
  height: 40px;
  width: 90%;
}

.row-comunicados .compartir {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.row-comunicados .compartir a {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-decoration: none;
}

.comunicados .titulo-comunicados {
  width: 500px;
  height: 55px;
  border-radius: 30px;
  background: var(--blue);
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: "mont-bold";
  position: relative;
}

.comunicados .titulo-comunicados::before {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
}

.comunicados .titulo-comunicados.galeria::before {
  right: inherit;
  left: 25px;
  transform: rotate(180deg);
}

/* -----------------------------------------------------------------------------------
  FINAL - COMUNICADOS }
  -----------------------------------------------------------*/

.detallecomunicado .volver {
  display: block;
  padding: 5px 20px;
  border: 3px solid var(--blue);
  border-radius: 5px;
  text-align: center;
  color: var(--blue);
  font-size: 1rem;
  text-decoration: none;
}

.detallecomunicado .caja-detalle {
  border-radius: 10px;
  box-shadow: 0 0 10px #00000050;
  padding: 50px 20px;
}

.detallecomunicado .detalle-fecha span {
  font-size: 1.1rem;
  color: #6e6e6e;
  font-family: "mont-Regular";
  line-height: 1;
}

.detallecomunicado .detalle-fecha {
  padding: 10px 40px 0px 40px;
}

.detallecomunicado .detalle-titulo span {
  font-size: 2.3rem;
  color: var(--blue);
  font-family: "mont-bold";
  line-height: 1;
}

.detallecomunicado .detalle-titulo {
  padding: 15px 40px 50px 40px;
}

.detallecomunicado .detalle-com {
  padding: 0px 40px 0px 40px;
}

.detallecomunicado .detalle-comp {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 40px 0px 40px;
}

.detallecomunicado .detalle-comp a {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-decoration: none;
}

.detallegaleria .det-col .container-images {
  height: 250px;
  margin: 20px 0;
  position: relative;
}

.detallegaleria .det-col .container-images .caja-detgal {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.detallegaleria .det-col .container-images .caja-detgal a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.detallegaleria .det-col .container-images .caja-detgal img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.detallegaleria .det-col .container-images .opc-gal {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  border-radius: 0 0 15px 15px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  height: 40px;
  padding-right: 10px;
}

.detallegaleria .det-col .container-images .opc-gal a {
  color: #fff;
  padding-right: 8px;
}

.detallegaleria .det-col .container-images .opc-gal {
  color: #fff;
  cursor: pointer;
}

.detallegaleria .modal-body .redes-gal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.detallegaleria .modal-body .redes-gal a {
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-decoration: none;
}

.detallegaleria .modal-body .copy-gal {
  border: 1px solid #6e6e6e;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
  width: auto;
}

.detallegaleria .modal-body .copy-gal .text-modal {
  padding: 5px 20px;
}

.detallegaleria .modal-body .copy-gal button {
  padding: 5px 10px;
  background: var(--blue);
  color: #fff;
  border: none;
  cursor: pointer;
}

.detallegaleria .modal-detalle-galeria .modal-header h5 {
  color: var(--blue);
  font-size: 2rem;
}

/* -----------------------------------------------------------------------------------
  FINAL - SALA DE PRENSA }
  -----------------------------------------------------------*/
/* -----------------------------------------------------------------------------------
  INICIO - CURSOS {
  -----------------------------------------------------------*/

.buttons-courses {
  margin-bottom: 30px;
}

.buttons-courses button {
  background: none;
  border: none;
  outline: none;
}

.buttons-courses button:active {
  background-color: transparent !important;
  border: none;
  outline: none;
}

.buttons-courses button:hover {
  background: none;
  border: none;
  cursor: pointer;
}

.buttons-courses button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.modals-courses .modal-header {
  background: var(--low-cian);
  color: #fff;
  padding: 8px 35px;
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-header .close span {
  color: var(--cian);
  text-shadow: none;
  font-size: 3rem;
  line-height: 0;
  height: 30px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.modals-courses .modal-body {
  background: #fff;
  color: #6e6e6e;
  max-height: 60vh;
  overflow-y: scroll;
  padding: 20px 30px;
}

.modals-courses .modal-body a {
  color: var(--low-cian);
}

.modals-courses .modal-footer {
  background: #fff;
  color: #6e6e6e;
  border-radius: 0px 0px 15px 15px;
}

.modals-courses .modal-footer .btn {
  border: none;
  color: #fff;
  background: var(--blue);
  padding: 5px 20px;
  border-radius: 12px;
}

.modals-courses .modal-content {
  overflow: hidden;
  border: none;
  background: transparent;
}

.modals-courses .modal {
  z-index: 10000;
}

.modals-courses .modal-login .form-group label:nth-child(1) {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #0070a7;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 18px;
  margin-bottom: 0;
  z-index: 10;
}

.modals-courses .modal-login .form-group label:nth-child(2) {
  border: none;
  color: #000;
  width: 95%;
  margin: 0 auto;
  z-index: 1;
}

.modals-courses .modal-login .form-group label:nth-child(2) input {
  border: none;
  z-index: -1;
  background: #f4f5f5;
  border-radius: 0;
}

.contenido-curso {
  padding-bottom: 80px;
  padding-top: 80px;
}

.boton-evaluacion {
  padding-top: 30px;
}

.titulo_curso {
  color: var(--blue);
  font-size: 2rem;
  font-family: "mont-Regular";
  font-weight: 300;
}

.titulo_curso span {
  color: var(--low-cian);
}

.estado_curso p {
  margin: 0;
  color: var(--blue);
  font-size: 1.5rem;
  font-family: "mont-Regular";
  font-weight: 300;
}

.estado_curso span {
  color: var(--low-cian);
}

.titulo_caja {
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
  background-color: var(--low-cian);
  color: #fff;
  font-size: 1.1rem;
  font-family: "mont-semi-bold";
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}

.texto_curso {
  padding: 20px;
  background-color: #f4f5f5;
  border-radius: 0 0 20px 20px;
}

.texto_curso p {
  margin: 0;
  color: var(--low-cian);
  font-size: 1.2rem;
}

.texto_curso p span {
  margin: 0;
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 600;
}

.actualizar_curso a {
  background-color: var(--blue);
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 15px;
  border-radius: 20px;
}

.home .contenedor-seccion {
  padding-bottom: 40px;
}

.panel-heading a {
  text-decoration: none;
  color: inherit;
}

.titulo-formato {
  margin-left: 80px;
}

.trabaja .contenedor-seccion .descripcion-seccion {
  padding-left: 80px;
  padding-right: 80px;
}

.tecnologicos h2 {
  text-align: center;
}

.modal {
  overflow: auto;
}

.evaluacion_curso {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.modal-terminos {
  max-width: 1000px !important;
}

.modal-terminos .modal-content {
  padding: 2rem !important;
}

.desgris {
  font-family: "helv", sans-serif;
  color: #666666;
  font-size: 15px;
}

.titulosverdes {
  font-family: "helv", sans-serif;
  color: var(--blue);
  font-size: 16px;
}

.btn-enviar {
  width: 100;
  display: flex;
  justify-content: center;
}

.btn-enviar a {
  margin-right: 20px;
  margin-bottom: 20px;
}

.contenedor {
  margin-top: 130px;
}

.resultado {
  text-align: center;
}

.resultado-btn {
  margin-bottom: 50px;
}

.resultados-container .resultado {
  background: rgba(0, 0, 0, 0.02);
}

.resultado:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}

.contenido-curso .lenguaje a {
  color: var(--low-cian);
}

.boton-evaluacion a {
  background-color: var(--blue);
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 15px;
  border-radius: 20px;
}

.container-evaluacion {
  max-height: 60vh;
  overflow-y: auto;
}

#counter {
  position: absolute;
  left: 32%;
  top: 39px;
  width: 70px;
  height: 70px;
  background-color: #d4d4d4;
  color: #60737f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evaluacion .time-left {
  font-size: 1.1rem;
  color: var(--blue);
}

.container-evaluacion .title {
  color: var(--blue);
  font-size: 2.2rem;
  font-family: "mont-Regular";
}

.container-evaluacion .subtitle {
  color: var(--low-cian);
  font-size: 1rem;
  font-family: "mont-Regular";
}

.container-evaluacion li::marker {
  color: var(--low-cian);
  font-family: "mont-semi-bold";
}

.container-evaluacion li span {
  color: var(--blue) !important;
  font-family: "mont-Regular";
  font-size: 1.1rem;
  line-height: 1;
}

.container-evaluacion .form-check span {
  color: #6e6e6e;
  font-size: 0.9rem;
  font-family: "mont-Regular";
  font-weight: 300;
}

.container-evaluacion #sub {
  background-color: var(--blue);
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 15px;
  border-radius: 20px;
  border: none;
}

.video-completo iframe {
  border: none;
  width: 100%;
  height: 450px;
}

.bloqueo {
  text-align: center;
  position: relative;
}

.videos p {
  margin-bottom: 0;
  text-align: center;
}

.bloqueo p::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.titulo-videos {
  margin-bottom: 15px;
  color: var(--blue);
  font-size: 1rem;
}

.alert-user-video {
  color: var(--low-cian);
}

.row-mini::-webkit-scrollbar {
  width: 5px;
}

.row-mini::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 50px;
}

.videos-mineatura {
  padding-right: 10px;
}

.nav-pills li {
  width: 100%;
}

.nav-pills li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  color: #fff;
  background: var(--low-cian);
  margin-bottom: 15px;
  text-decoration: none;
  transition: 300ms ease;
}

.nav-pills li a:hover {
  background: var(--cian);
  transition: 300ms ease;
}

.video_grande {
  color: var(--blue);
  font-size: 2rem;
}

.videos-mineatura::-webkit-scrollbar {
  width: 5px;
}

.videos-mineatura::-webkit-scrollbar-thumb {
  background: var(--low-cian);
}

.videos-mineatura p {
  color: var(--blue);
  font-family: "mont-semi-bold";
  text-align: center;
  line-height: 1;
}

/* -----------------------------------------------------------------------------------
  FINAL - CURSOS }
  -----------------------------------------------------------*/
/* -----------------------------------------------------------------------------------
   INICIO - RESPONSIVE {
-----------------------------------------------------------*/
.nav-responsive {
  display: none;
  border-bottom: 3px solid var(--blue);
}

.page-home-responsive {
  display: none;
}

.nav-responsive .navbar-nav .nav-link {
  color: var(--blue);
}

.navbar-responsive .navbar-nav .active>.nav-link,
.navbar-responsive .navbar-nav .nav-link.active,
.navbar-responsive .navbar-nav .nav-link.show,
.navbar-responsive .navbar-nav .show>.nav-link {
  color: var(--blue-dark);
}

#navbarTogglerDemo02::before {
  content: "";
  width: calc(100% + 30px);
  height: 3px;
  background: var(--blue);
  display: block;
  transform: translateX(-15px);
  transition: 300ms;
}

.page-home-responsive .padre-home-3 {
  min-height: 50vh;
}

.page-home-responsive .padre-home-3 p {
  line-height: 1;
}

.page-home-responsive .padre-home-3 p strong {
  font-size: 62px !important;
}

.page-home-responsive .hijo-home-8 .cont-descripcion p:nth-child(1) {
  line-height: 0.8;
}

.page-home-responsive .hijo-home-8 .cont-descripcion p:nth-child(1) span {
  line-height: 0.8;
  font-size: 20px !important;
}

.page-home-responsive .hijo-home-8 .cont-descripcion p:nth-child(2) span {
  line-height: 0.8;
}

.page-home-responsive .hijo-home-8 .cont-descripcion p:nth-child(3) span {
  line-height: 0.8;
}

.page-home-responsive .padre-home-3 .contenido-padre>.col-12 {
  justify-content: center;
}

.page-home-responsive .hijo-home-8 {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 30px;
}

.page-home-responsive .hijo-home-8 .contenido-hijo .home-button {
  font-size: 16px;
  margin-bottom: 60px;
  margin-top: 30px;
}

.page-home-responsive .hijo-home-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 50vh;
}

.page-home-responsive .hijo-home-6 h2 {
  font-size: 2rem;
}

.page-home-responsive .padre-home-5 .col-sm-6 .contenido-hijo>div>.row {
  min-height: inherit;
}

.page-home-responsive .home-button {
  font-size: 14px;
}

.page-home-responsive .hijo-home-7 h2 {
  font-size: 1.8rem;
}

.page-home-responsive .padre-home-5 .hijo-home-7 .contenido-hijo>div>.row {
  min-height: inherit;
  padding-left: 50px;
}

.page-home-responsive .hijo-home-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 50vh;
}

.page-home-responsive .hijo-home-6 .cont-descripcion p {
  font-size: 18px;
  line-height: 1;
}

.page-home-responsive .hijo-home-7 .cont-descripcion p {
  font-size: 18px;
  line-height: 1;
}

.page-home-responsive .hijo-home-7 .cont-descripcion p br {
  display: none;
}

.page-home-responsive .hijo-home-7 .cont-descripcion p br::before {
  content: " ";
}

.page-home-responsive .padre-home-9 {
  background-position: top right !important;
}

.page-home-responsive .hijo-home-10 {
  padding-left: 40px;
}

.page-home-responsive .hijo-home-10 .cont-img {
  justify-content: flex-start !important;
}

.page-home-responsive .hijo-home-10 .cont-enlace {
  justify-content: flex-start !important;
}

.page-home-responsive .hijo-home-10 .cont-img img {
  width: 100px;
  display: none;
}

.page-home-responsive .hijo-home-10 .cont-img::before {
  content: url(/skins/page/images/cubrebocas.png);
  display: inline-block;
  /* width: 100px; */
  height: 120px;
  /* position: relative; */
  max-width: 100px;
  transform: scale(0.7);
}

.page-home-responsive .hijo-home-12 .cont-img img {
  width: 100px;
}

.page-home-responsive .hijo-home-10 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-home-responsive .hijo-home-10 h2 {
  font-size: 1.8rem;
  text-align: left !important;
}

.page-home-responsive .hijo-home-10 .cont-descripcion p {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

.page-home-responsive .hijo-home-10 .cont-descripcion p br {
  display: none;
}

.page-home-responsive .hijo-home-10 .cont-descripcion p br::before {
  content: " ";
}

.page-home-responsive .hijo-home-12 {
  padding-right: 40px;
}

.page-home-responsive .hijo-home-12 {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 50vh;
}

.page-home-responsive .hijo-home-12 h2 {
  font-size: 1.8rem;
}

.page-home-responsive .hijo-home-12 .cont-descripcion p {
  font-size: 18px;
  line-height: 1;
}

.page-home-responsive .hijo-home-12 .cont-descripcion p br {
  display: none;
}

.page-home-responsive .hijo-home-13 .cont-descripcion p {
  display: none;
}

.page-home-responsive .hijo-home-13 p:nth-child(1) {
  height: 200px;
  display: inline-block;
}

.page-home-responsive .button-modal {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.page-home-responsive .hijo-home-13>.row>div {
  justify-content: center;
}

.page-home-responsive .hijo-home-13>.row>div>.row {
  width: 100%;
}

header .header-info-responsive {
  background: none;
}

header .header-info-responsive .redes a i {
  color: var(--blue);
}

header .header-info-responsive .sp-info {
  color: var(--blue);
}

.resultados-container {
  margin-top: 50px;
}

.resultados-title {
  color: var(--blue);
  font-family: "mont-bold";
}

.resultados-container .titulo-resultado {
  font-size: 23px;
  color: var(--blue);
  padding-bottom: 20px;
}

.resultados-container .texto-resultado {
  font-size: 18px;
  color: #6e6e6e;
  padding-bottom: 30px;
}

.resultados-container .vermas-resultados {
  font-size: 18px;
  color: #fff;
  padding-bottom: 30px;
  background: var(--blue);
  border-radius: 20px;
  padding: 5px 15px;
}

.id_626 {
  position: relative;
}

.id_626 .plus {
  display: block;
  font-size: 140px;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.id_629 {
  display: none;
}

.id_647 {
  display: none;
}

@media (max-width: 900px) {
  .padre-home-47 {
    overflow: hidden;
  }

  .padre-home-47 .contenido-hijo.row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }

  .hijo-home-51 img {
    position: absolute;
    bottom: 0;
    right: -25%;
    max-width: 350px;
  }

  .hijo-home-50 a {
    text-decoration: none;
  }

  .hijo-home-50 a span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--yellow);
    color: #FFF;
    font-size: 14px !important;
    padding: 2px 10px !important;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 10px;
    transition: 300ms ease;
  }

  .padre-home-47 {
    padding-bottom: 30px;
  }

  .hijo-home-50 iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: inherit !important;
  }

  .padre-home-47 .cont-descripcion {
    padding: 0 !important;
  }

  .hijo-home-50 p {
    line-height: 0.6 !important;
    text-align: left !important;
  }

  .hijo-home-50 p span {
    font-size: 12px !important;
  }

  .hijo-home-49,
  .hijo-home-50,
  .hijo-home-51,
  .hijo-home-52 {
    width: 50% !important;
  }

  .hijo-home-52 {
    width: 30% !important;
  }

  .hijo-home-49 {
    width: 70% !important;
  }

  .hijo-home-49 img {
    height: auto;
  }

  #scroll-id-0.padre-home-47 .contenido-f.contenido-padre {
    margin-top: 10px !important;
  }

  .page-home .padre-home.padre-home-47 {
    background-position: center 100px !important;
    background-size: cover;
    position: relative;
    padding-top: 0;
  }

  .hijo-home-48 p span {
    font-size: 14px;
  }

  .hijo-home-48 {
    padding-top: 0;
  }

  .hijo-home-48 p img:nth-child(1) {
    width: 120px !important;
    height: auto !important;
  }

  .hijo-home-48 p img:nth-child(3) {
    width: 90px !important;
    height: auto !important;
  }

  .hijo-home-41 iframe {
    margin-top: 150px;
  }

  .padre-home-37 {
    background-position: center -25px !important;
  }

  .hijo-home-39 .cont-descripcion p:nth-child(1) {
    margin-top: 20px;
  }

  .hijo-home-39 .cont-descripcion p br {
    display: none;
  }

  .hijo-home-39 .cont-descripcion p:nth-child(1) {
    font-size: 13px;
  }

  .hijo-home-39 .cont-descripcion p:nth-child(2) {
    font-size: 13px;
    text-align: left !important;
  }

  .hijo-home-41 iframe {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .hijo-home-38 .cont-descripcion .right .row>div:nth-child(3) img {
    max-width: 100%;
  }

  .hijo-home-38 .cont-descripcion .right .row>div:nth-child(2) {
    font-size: 16px;
  }

  .hijo-home-38 .cont-descripcion .right .row>div:nth-child(1) {
    font-size: 30px;
  }

  .hijo-home-38 .cont-descripcion .left {
    width: 12%;
  }

  .hijo-home-38 .cont-descripcion .right {
    width: 88%;
  }

  .padre-home-37 .hijo-home {
    padding-left: 10px;
  }

  .padre-home-37 .contenido-padre>div>.row {
    padding-top: 0px;
  }

  /*#scroll-id-0 .contenido-f.contenido-padre {*/
  /*  height    : auto !important;*/
  /*  margin-top: 55px;*/
  /*}*/

  .header-info,
  .nav-bar {
    display: none;
  }

  .nav-responsive {
    display: flex;
  }

  .page-home {
    display: none;
  }

  .page-home-responsive {
    display: flex;
    margin-top: 65px !important;
    overflow-x: hidden;
  }

  /*#scroll-id-0 {*/
  /*  bottom: 0vh;*/
  /*}*/

  .page-home-responsive .hijo-home-25 {
    height: 650px;
  }

  .page-home-responsive .hijo-home-25>.row>.col-12 {
    align-items: start !important;
    justify-content: center !important;
  }

  .page-home-responsive .hijo-home-25 iframe {
    width: 270px !important;
    height: 150px !important;
    margin: auto;
    margin-top: 58px;
  }

  footer {
    display: flex;
    flex-direction: column;
  }

  footer .footer-info p {
    font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }

  footer .footer-info p b {
    font-family: "mont-semi-bold";
    font-size: 13px;
  }

  footer .footer-images {
    padding: 5px 30px;
  }

  footer .footer-images img {
    transform: translateX(0);
    transform: scale(0.8);
  }

  .container-internas {
    padding-top: 65px;
  }

  .fondo-video-youtube {
    height: 200px;
  }

  .caja3-558 .descripcion p {
    display: none;
  }

  .caja3-558 .descripcion p:nth-child(5) {
    display: inline-block;
    padding-bottom: 20px;
  }

  .caja3-558 .descripcion p:nth-child(5) span {
    font-size: 45px !important;
    line-height: 1 !important;
  }

  .caja3-561 .descripcion p:nth-child(2) {
    display: none;
  }

  .caja3-561 .descripcion p:nth-child(3) {
    display: none;
  }

  .caja3-561 .descripcion p:nth-child(4) p {
    font-size: 18px;
  }

  .caja3-561 .descripcion p:nth-child(1) {
    display: inline-block;
    padding-bottom: 20px;
  }

  .caja3-561 .descripcion p:nth-child(1) span {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .id_560 .row.caja-tipografica {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .id_560 {
    background-image: none !important;
  }

  .caja3-563 .descripcion p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .caja3-563 .descripcion p:nth-child(1) span strong {
    font-size: 45px !important;
    line-height: 1 !important;
  }

  .caja3-563 .descripcion p:nth-child(2) {
    padding-bottom: 40px;
  }

  .caja3-563 .descripcion p:nth-child(2) span {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .id_562 .row.caja-tipografica {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 0 !important;
  }

  .id_562 {
    background-position: center left;
  }

  .caja3-566 .descripcion p:nth-child(1) {
    text-align: left !important;
  }

  .caja3-566 .descripcion p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .caja3-566 .descripcion p:nth-child(1) strong {
    font-size: 50px !important;
  }

  .id_565 {
    padding: 0 40px;
  }

  .caja3-567 .descripcion p:nth-child(1) {
    display: none;
  }

  .ten-card-front img {
    max-width: 100px;
  }

  .ten-card-front h4 {
    font-size: 1.4rem !important;
  }

  .ten-card-back h4 {
    font-size: 1.3rem !important;
  }

  .ten-card-back ul {
    padding-left: 0 !important;
  }

  .ten-card-back li span {
    font-size: 14px !important;
    line-height: 1;
  }

  .ten-card-back li {
    font-size: 14px !important;
    line-height: 1;
  }

  .design-ten-box .ten-card::before {
    padding-bottom: 95%;
  }

  .id_565>div>.row {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }

  .fondo-imagen {
    display: none;
  }

  .fondo-imagen-responsive {
    display: block;
  }

  .banner-container .content-banner .banner-title h3 {
    font-size: 1.8rem;
  }

  .banner-container .content-banner .banner-subtitle {
    font-size: 2rem !important;
  }

  .one-1508 .one-descripcion p:nth-child(5) {
    text-align: left !important;
    line-height: 1 !important;
  }

  .one-1508 .one-descripcion p:nth-child(5) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-1508 .one-descripcion {
    padding-right: 30px;
    padding-left: 30px;
  }

  .one-1509 .one-descripcion {
    padding-right: 30px;
    padding-left: 30px;
  }

  .one-1509 .one-descripcion p {
    display: none;
  }

  .one-1509 .one-descripcion .column p:nth-child(5) {
    display: inline-block;
    padding-bottom: 20px;
  }

  .one-1509 .one-descripcion .column p:nth-child(4) {
    display: inline-block;
  }

  .one-1511 .one-descripcion p {
    display: flex;
    justify-content: center;
  }

  .one-1511 .one-descripcion img {
    width: 100px !important;
    height: auto !important;
    float: none !important;
    display: inline-block;
    margin: 0 auto;
  }

  .id_1510>div>.row {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .one-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .one-row ul {
    padding-left: 0 !important;
  }

  .one-1512 ul li span {
    font-size: 18px !important;
  }

  .one-1526 .one-descripcion p {
    display: none;
  }

  .one-1526 .one-descripcion p:nth-child(6) {
    display: block;
    padding-bottom: 20px;
    padding-top: 40px;
  }

  .one-1526 .one-descripcion p:nth-child(6) span {
    font-size: 35px !important;
  }

  .one-1526 .one-descripcion p:nth-child(8) {
    display: block;
    padding-bottom: 20px;
  }

  .one-1526 .one-descripcion p:nth-child(8) span {
    font-size: 16px !important;
  }

  .one-1528 .one-descripcion p:nth-child(12) span {
    font-size: 16px !important;
  }

  .one-1528 .one-descripcion p:nth-child(13) {
    display: none;
  }

  .one-1528 .one-descripcion p:nth-child(14) {
    display: none;
  }

  .one-1529 .one-descripcion p {
    display: none;
  }

  .one-1529 .one-descripcion p:nth-child(10) {
    display: block;
  }

  .one-1529 .one-descripcion p:nth-child(10) span {
    font-size: 16px !important;
  }

  .caja3-1530 .descripcion p:nth-child(1) {
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .caja3-1530 .descripcion p:nth-child(1) span {
    font-size: 16px !important;
  }

  .modals-courses .buttons-courses .col-6 {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }

  .contenido-curso>.caja-tipografica>.row .col-md-12>.row .col-6 {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }

  .texto_curso p:nth-child(2) {
    font-size: 0.8rem;
  }

  .texto_curso p:nth-child(2) span {
    font-size: 1.2rem;
  }

  .video-completo iframe {
    height: 160px;
  }

  .id_1569 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .one-1570 .one-descripcion p:nth-child(5) {
    padding-bottom: 20px;
  }

  .one-1570 .one-descripcion p:nth-child(5) span {
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .one-1571 {
    display: none;
    padding-right: 40px;
    padding-left: 40px;
  }

  .one-1533 .one-descripcion iframe {
    height: 200px;
  }

  .one-1533 .one-descripcion p:nth-child(5) span {
    font-size: 36px !important;
    line-height: 1 !important;
  }

  .one-1519 .one-descripcion p {
    display: none;
  }

  .one-1519 .one-descripcion p:nth-child(10) {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .one-1519 .one-descripcion p:nth-child(10) span {
    font-size: 35px !important;
  }

  .one-1522 .one-descripcion p img {
    width: 100px;
    height: auto;
  }

  .one-1522 .one-descripcion p:nth-child(13) span {
    font-size: 18px !important;
  }

  .one-1522 .one-descripcion p:nth-child(11) {
    display: none;
  }

  .one-1522 .one-descripcion p:nth-child(12) {
    display: none;
  }

  .one-1522 .one-descripcion p:nth-child(14) {
    display: none;
  }

  .one-1522 .one-descripcion p:nth-child(15) {
    display: none;
  }

  .one-1522 .one-descripcion p:nth-child(16) {
    display: none;
  }

  .one-1522 .one-descripcion p:nth-child(17) {
    display: none;
  }

  .one-1523 .one-descripcion p {
    display: none;
  }

  .one-1523 .one-descripcion p:nth-child(12) span {
    font-size: 18px !important;
  }

  .one-1523 .one-descripcion p:nth-child(13) span {
    font-size: 18px !important;
  }

  .one-1523 .one-descripcion p:nth-child(12) {
    display: block;
    padding-top: 30px;
  }

  .one-1523 .one-descripcion p:nth-child(13) {
    display: block;
    padding-bottom: 30px;
  }

  .id_387 .caja-contenido-simple .imagen-contenido div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .id_387 .caja-contenido-simple>h2 {
    text-align: center;
    color: var(--blue);
  }

  .id_387 .descripcion {
    padding-bottom: 20px;
  }

  .id_387 .descripcion p {
    display: none;
  }

  .caja3-579 .descripcion p {
    display: none;
  }

  .caja3-579 .descripcion p img {
    width: 100px;
    height: auto;
    margin-top: 20px;
  }

  .caja3-579 .descripcion p:nth-child(4) {
    display: block;
  }

  .caja3-579 .descripcion p:nth-child(5) {
    display: block;
  }

  .caja7-580 .descripcion p {
    display: none;
  }

  .one-582 .one-descripcion p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .id_581 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .one-583 .one-descripcion p:nth-child(2) {
    text-align: right !important;
  }

  .one-583 .one-descripcion p:nth-child(2) span {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .doc>.row>.col-2 {
    padding-right: 0;
    padding-left: 0;
  }

  .one-585 .one-descripcion p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-586 .one-descripcion p:nth-child(2) {
    text-align: right !important;
  }

  .one-586 .one-descripcion p:nth-child(2) span {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .id_584 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .three-low-height::after {
    padding-bottom: 65%;
  }

  .design-three-box .three-title h3 {
    font-size: 1.3rem;
  }

  .icon-three {
    padding-left: 20px !important;
  }

  .one-591 .one-descripcion p {
    display: none;
  }

  .one-591 .one-descripcion p:nth-child(3) {
    display: block;
    margin-bottom: 20px;
    text-align: left !important;
  }

  .one-591 .one-descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-591 .one-descripcion p:nth-child(3)>span>span:nth-child(1) {
    margin-left: -15px;
  }

  .one-591 .one-descripcion p:nth-child(5) {
    display: block;
    text-align: left !important;
  }

  .one-591 .one-descripcion p:nth-child(5) br {
    display: none;
  }

  .one-591 .one-descripcion p:nth-child(5) span {
    font-size: 16px !important;
  }

  .one-592 img {
    height: auto;
  }

  .one-627 .one-descripcion p {
    text-align: center !important;
  }

  .one-627 .one-descripcion p:nth-child(1) span {
    font-size: 45px !important;
    line-height: 1 !important;
  }

  .id_626>div>.row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .one-628 .one-descripcion p:nth-child(1) span {
    font-size: 20px !important;
  }

  .caja3-632 .descripcion>div {
    justify-content: flex-start !important;
    margin-top: -60px;
  }

  .text-models-vanguard {
    width: 100% !important;
  }

  .accordion .caja3-118 .descripcion p span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .accordion .one-134 .one-descripcion p {
    text-align: right !important;
  }

  .accordion .one-134 .one-descripcion p br {
    display: none;
  }

  .accordion .one-134 .one-descripcion span {
    font-size: 18px !important;
  }

  .section-144 {
    margin-top: 0 !important;
  }

  .accordion .caja3-141 {
    display: none;
  }

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

  .accordion .caja3-146 {
    padding-top: 30px;
  }

  .accordion .caja3-146 .descripcion p:nth-child(2) br {
    display: none;
  }

  .accordion .caja3-149 .descripcion p:nth-child(9) span {
    font-size: 35px !important;
    line-height: 1 !important;
    padding-bottom: 20px;
  }

  .accordion .caja3-150 p img {
    width: auto;
    height: 240px;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .section-151 {
    margin-top: -120px !important;
  }

  .section-151 .col-sm-4 {
    padding-bottom: 30px;
  }

  .accordion .caja3-158 {
    padding-bottom: 30px;
  }

  .accordion .caja3-159 {
    display: none;
  }

  .accordion .one-169 .one-descripcion>p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
    padding-bottom: 20px;
  }

  .accordion .one-169 .one-descripcion div p br {
    display: none;
  }

  .accordion .one-169 .one-descripcion div p {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .section-175 {
    margin-top: 0 !important;
    padding-top: 60px !important;
  }

  .section-175 .caja-3 {
    padding-bottom: 30px;
  }

  .section-175 .caja-3 .descripcion br {
    display: none;
  }

  .accordion .caja3-173 .open-modal {
    display: flex;
    justify-content: flex-end;
  }

  .accordion .caja3-173 .open-modal img {
    height: 130px;
  }

  .accordion .caja3-173 .descripcion {
    display: none;
  }

  .accordion .caja3-174 {
    margin-top: -80px;
  }

  .accordion .caja3-174 .descripcion>p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
    padding-bottom: 20px;
  }

  .accordion .caja3-180 .descripcion br {
    display: none;
  }

  .accordion .caja3-181 {
    display: none;
  }

  .accordion .caja3-187 .open-modal {
    display: flex;
    justify-content: flex-end;
  }

  .accordion .caja3-187 .open-modal img {
    height: 130px;
  }

  .accordion .caja3-185 .descripcion p:nth-child(4) span {
    font-size: 35px !important;
    line-height: 1 !important;
    padding-bottom: 20px;
  }

  .section-186 {
    padding-top: 0 !important;
  }

  .accordion .caja3-189 {
    margin-top: -60px;
  }

  .accordion .caja3-189 .descripcion br {
    display: none;
  }

  .section-192 .caja-3 {
    padding-bottom: 30px;
  }

  .accordion .caja3-198 {
    margin-top: -40px;
  }

  .accordion .caja3-198 .open-modal {
    display: flex;
    justify-content: flex-end;
  }

  .accordion .caja3-198 .open-modal img {
    height: 130px;
  }

  .section-196 {
    padding-bottom: 10px !important;
  }

  .one-593 p iframe {
    height: 200px;
  }

  .one-593 .one-descripcion p {
    display: none;
  }

  .one-593 .one-descripcion p:nth-child(3) {
    display: block;
  }

  .one-594 .one-descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-594 .one-descripcion p:nth-child(5) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-594 .one-descripcion p:nth-child(5) br {
    display: none;
  }

  .one-594 .one-descripcion p:nth-child(5) img {
    height: auto;
    margin-top: 20px;
  }

  .id_414>div>.row {
    padding-bottom: 20px !important;
  }

  .id_595>div>.row {
    padding-top: 20px !important;
  }

  .one-596 .one-descripcion p {
    display: none;
  }

  .one-596 .one-descripcion p:nth-child(8) {
    display: block;
    text-align: left !important;
  }

  .one-596 .one-descripcion p:nth-child(8) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-597 .one-descripcion p span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-599 .one-descripcion p {
    display: none;
  }

  .one-599 .one-descripcion p:nth-child(5) {
    display: block;
    text-align: left !important;
  }

  .one-599 .one-descripcion p:nth-child(5) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-657 .one-descripcion p {
    display: none;
  }

  .one-657 .one-descripcion p:nth-child(4) {
    display: block;
    padding-top: 20px;
  }

  .one-657 .one-descripcion p:nth-child(4) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-659 .one-descripcion p {
    display: none;
  }

  .one-659 .one-descripcion p:nth-child(6) {
    display: block;
  }

  .one-659 .one-descripcion p:nth-child(6) span:nth-child(1) {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .one-659 .one-descripcion p:nth-child(6) span:nth-child(5) {
    line-height: 1 !important;
  }

  .one-660 .one-descripcion p img {
    height: auto;
  }

  .one-603 .one-descripcion p img {
    height: auto;
  }

  .one-604 .one-descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-604 .one-descripcion p:nth-child(5) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-606 .one-descripcion p:nth-child(1) span {
    line-height: 1 !important;
  }

  .one-606 .one-descripcion p:nth-child(1)>span>span:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-606 .one-descripcion p:nth-child(1)>span>span:nth-child(1) strong {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-606 .one-descripcion p:nth-child(1)>span>span:nth-child(2) {
    font-size: 25px !important;
    line-height: 1 !important;
  }

  .one-606 .one-descripcion p:nth-child(3) span {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .one-607 .one-descripcion p img {
    height: auto;
  }

  .one-609 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .one-609 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .one-609 .one-descripcion p:nth-child(3) {
    display: none;
  }

  .one-609 .one-descripcion p:nth-child(4) {
    text-align: left !important;
  }

  .one-609 .one-descripcion p:nth-child(4) span {
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .one-610 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .one-610 .one-descripcion p:nth-child(3) {
    display: none;
  }

  .one-610 .one-descripcion p:nth-child(4) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-612 .one-descripcion p {
    display: none;
  }

  .one-612 .one-descripcion p:nth-child(6) {
    display: block;
  }

  .id_611 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .caja3-652 .descripcion>div {
    padding: 0 !important;
    padding-left: 0 !important;
    border: none !important;
    width: 100% !important;
  }

  .one-650 .one-descripcion p {
    display: none;
  }

  .one-650 .one-descripcion p:nth-child(3) {
    display: block;
  }

  .one-650 .one-descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .one-651 .one-descripcion p:nth-child(1) {
    padding-top: 20px;
  }

  .one-651 .one-descripcion p:nth-child(1) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .id_649>div>.row {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .one-625 .one-descripcion p img {
    height: auto;
  }

  .one-1538 .one-descripcion .column p {
    display: none;
  }

  .one-1538 .one-descripcion .column p:nth-child(7) {
    display: block;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .one-1538 .one-descripcion .column p:nth-child(7) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-1537 .one-descripcion p {
    display: none;
  }

  .one-1537 .one-descripcion p:nth-child(7) {
    display: block;
    text-align: left !important;
    padding-bottom: 20px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .one-1537 .one-descripcion p:nth-child(7) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .detallecomunicado .detalle-titulo span {
    font-size: 1.3rem;
    line-height: 1;
  }

  .detallecomunicado .caja-detalle {
    padding: 50px 0;
  }

  .detallecomunicado .detalle-com {
    padding: 0px 20px 0px 20px;
  }

  .detallecomunicado .detalle-titulo {
    padding: 15px 20px 20px 20px;
  }

  .caja3-372 .descripcion p {
    display: none;
  }

  .caja3-372 .descripcion p:nth-child(5) {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .caja3-372 .descripcion p:nth-child(5) span {
    font-size: 55px !important;
    line-height: 1 !important;
  }

  .caja3-630 .descripcion p iframe {
    height: 200px;
  }

  .caja3-630 .descripcion p:nth-child(2) {
    padding-top: 20px;
  }

  .caja3-630 .descripcion p:nth-child(2) span {
    line-height: 1 !important;
    font-size: 18px !important;
  }

  .accordion-design .card h2 button {
    color: #fff;
    font-size: 0.9rem;
    padding: 20px 20px;
    padding-right: 5px;
  }

  .accordion-design .card h2 button img {
    max-width: 40px;
  }

  .card-header .indicator {
    right: 3%;
    font-size: 1.5rem;
  }

  .des-model p span {
    font-size: 35px !important;
  }

  .accordion-design .card-body>.row {
    padding-right: 40px;
    padding-left: 40px;
  }

  .accordion .caja3-10 .descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .accordion .caja3-10 .descripcion p:nth-child(4) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .accordion .cont-iframe {
    height: 200px !important;
  }

  .accordion .one-18 .one-descripcion p {
    display: none;
  }

  .accordion .one-18 .one-descripcion p:nth-child(7) {
    display: block;
  }

  .accordion .one-18 .one-descripcion p:nth-child(8) {
    display: block;
  }

  .accordion .one-18 .one-descripcion p:nth-child(8) span {
    font-size: 16px !important;
    line-height: 1;
  }

  .accordion .one-23 .one-descripcion p {
    display: none;
  }

  .accordion .one-23 .one-descripcion p:nth-child(4) {
    display: block;
  }

  .accordion .one-23 .one-descripcion p:nth-child(4) img {
    height: auto;
  }

  .accordion .one-26,
  .accordion .one-27 {
    height: auto;
  }

  .accordion .caja-tipografica {
    width: 100%;
  }

  .accordion .one-26 .bg-box {
    background-color: transparent !important;
  }

  .accordion .one-27 .bg-box {
    background-color: transparent !important;
  }

  .accordion .one-27 {
    margin-top: -80px;
  }

  .accordion .one-26 .one-descripcion p span {
    color: var(--blue) !important;
    line-height: 1 !important;
  }

  .accordion .one-27 .one-descripcion p span {
    color: var(--blue) !important;
    line-height: 1 !important;
  }

  .dato-32 p:nth-child(2)>span {
    font-size: 65px !important;
  }

  .dato-32 p:nth-child(2)>span span {
    font-size: 35px !important;
  }

  .dato-33 p:nth-child(2)>strong>span {
    font-size: 35px !important;
  }

  .dato-33 p:nth-child(2) span span {
    font-size: 65px !important;
  }

  .accordion .one-52 .one-descripcion p {
    display: none;
  }

  .accordion .one-52 .one-descripcion p:nth-child(10) {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion .one-58 .one-descripcion p:nth-child(5) {
    text-align: left !important;
  }

  .acordeon_68 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .accordion .one-70 .one-descripcion p {
    display: none;
  }

  .accordion .one-70 .one-descripcion p:last-child {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .acordeon_71 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .acordeon_73 {
    padding-top: 20px !important;
  }

  .acordeon_66 {
    padding-bottom: 0 !important;
  }

  .acordeon_77 {
    padding-top: 0 !important;
  }

  .acordeon_78 {
    padding-bottom: 0 !important;
  }

  .acordeon_80 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .acordeon_84,
  .acordeon_88,
  .acordeon_86 {
    display: none;
  }

  .accordion .one-89 .one-descripcion p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .acordeon_94 {
    padding-bottom: 0 !important;
  }

  .acordeon_95 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .acordeon_96 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .acordeon_98 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .acordeon_97 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .acordeon_99 {
    padding-top: 0 !important;
  }

  .accordion .one-98 .one-descripcion p:nth-child(5) {
    text-align: center !important;
  }

  .accordion .one-99 .one-descripcion p:nth-child(4) {
    text-align: center !important;
  }

  .accordion .one-99 .one-descripcion p:nth-child(4)>strong a {
    display: block;
    margin-top: -80px;
  }

  .accordion .one-98 .one-descripcion p:nth-child(5) img {
    float: none !important;
  }

  .acordeon_104 {
    padding-top: 0 !important;
  }

  .acordeon_105 {
    padding-top: 0 !important;
  }

  .acordeon_110 {
    padding-top: 0 !important;
  }

  .acordeon_111 {
    padding-top: 0 !important;
  }

  .acordeon_112 {
    padding-top: 0 !important;
  }

  .acordeon_113 {
    padding-top: 0 !important;
  }

  .acordeon_122 {
    padding-top: 0 !important;
  }

  .accordion .caja3-111 .descripcion p:nth-child(2) span {
    font-size: 55px !important;
  }

  .accordion .one-112 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .accordion .one-112 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .accordion .one-115 .one-descripcion p {
    display: none;
  }

  .accordion .one-115 .one-descripcion p:nth-child(4) {
    display: block;
  }

  .accordion .one-122 .one-descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .accordion .one-123 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .accordion .one-123 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .accordion .one-123 .one-descripcion p:nth-child(3) {
    display: none;
  }

  .accordion .one-123 .one-descripcion p:nth-child(4) {
    display: none;
  }

  .accordion .one-123 .one-descripcion p:nth-child(5) {
    display: none;
  }

  .accordion .one-125 .one-descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .acordeon_127 {
    display: none;
  }

  .accordion .one-131 .one-descripcion p {
    display: none;
  }

  .accordion .one-131 .one-descripcion p:nth-child(7) {
    display: block;
    padding-top: 30px;
  }

  .accordion .one-131 .one-descripcion p:nth-child(7) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .accordion .one-143 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .accordion .one-143 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .accordion .one-143 .one-descripcion p:nth-child(3) {
    display: none;
  }

  .accordion .one-143 .one-descripcion p:nth-child(4) {
    display: none;
  }

  .accordion .caja3-162 p {
    padding-top: 30px;
  }

  .accordion .one-136 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .accordion .one-136 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .accordion .one-136 p img {
    height: auto;
  }

  .accordion .one-136 .one-descripcion p:nth-child(9) {
    display: none;
  }

  .accordion .one-136 .one-descripcion p:nth-child(10) {
    display: none;
  }

  .accordion .one-136 .one-descripcion p:nth-child(11) {
    display: none;
  }

  .accordion .one-136 .one-descripcion p:nth-child(12) {
    display: none;
  }

  .accordion .one-136 .one-descripcion p:nth-child(13) {
    display: none;
  }

  .accordion .one-137 p iframe {
    height: 200px;
  }

  .accordion .one-218 .one-descripcion p {
    text-align: right !important;
  }

  .accordion .one-218 .one-descripcion p span:nth-child(1)>strong {
    margin-right: -20px;
  }

  .accordion .one-218 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .accordion .one-218 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .accordion .caja3-233 .descripcion p {
    display: none;
  }

  .accordion .caja3-233 .descripcion p:nth-child(5) {
    display: block;
  }

  .accordion .caja3-235 .descripcion p {
    display: none;
  }

  .accordion .caja3-235 .descripcion p:nth-child(5) {
    display: block;
  }

  .accordion .caja3-237 .descripcion p {
    display: none;
  }

  .accordion .caja3-237 .descripcion p:nth-child(5) {
    display: block;
  }

  .accordion .caja3-225 .descripcion p:nth-child(1) {
    padding-top: 30px;
  }

  .accordion .caja3-225 .descripcion p:nth-child(1) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .accordion .one-250 .one-descripcion p:nth-child(1) {
    display: none;
  }

  .accordion .one-250 .one-descripcion p:nth-child(2) {
    display: none;
  }

  .accordion .one-250 .one-descripcion p:nth-child(4) {
    text-align: right !important;
  }

  .accordion .one-250 .one-descripcion p span:nth-child(1)>strong {
    margin-right: -20px;
  }

  .accordion .one-descripcion p img {
    height: auto;
  }

  .accordion .one-263 .one-descripcion p {
    display: none;
  }

  .accordion .one-263 .one-descripcion p:nth-child(5) {
    display: block;
  }

  .accordion .one-268 .one-descripcion p:nth-child(3) {
    text-align: right !important;
  }

  .accordion .one-268 .one-descripcion p span:nth-child(1)>strong {
    margin-right: -20px;
  }

  .accordion .one-269 .one-descripcion p {
    display: none;
  }

  .accordion .one-269 .one-descripcion p:nth-child(5) {
    display: block;
  }

  .accordion .one-269 .one-descripcion p:nth-child(6) {
    display: block;
  }

  .accordion .one-273 .one-descripcion p:nth-child(3) {
    text-align: right !important;
  }

  .accordion .one-273 .one-descripcion p span:nth-child(1)>strong {
    margin-right: -20px;
  }

  #collapse-200>div>.row {
    padding-right: 0;
    padding-left: 0;
  }

  .accordion .one-309 .one-descripcion p:nth-child(1) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(2) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(3) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(4) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(5) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(6) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(7) {
    display: block;
  }

  .accordion .one-309 .one-descripcion p:nth-child(8) {
    display: block;
  }

  .one-805 .one-descripcion p:nth-child(6) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .id_803 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .one-806 .one-descripcion p span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .one-806 .one-descripcion p:nth-child(7) {
    display: none;
  }

  .one-806 .one-descripcion p:nth-child(8) {
    display: none;
  }

  .one-806 .one-descripcion p:nth-child(9) {
    display: none;
  }

  .one-806 .one-descripcion p:nth-child(10) {
    display: none;
  }

  .one-807 .one-descripcion p:nth-child(5) {
    display: none;
  }

  .one-807 .one-descripcion p:nth-child(6) {
    display: none;
  }

  .one-807 .one-descripcion p:nth-child(7) {
    display: none;
  }

  .three-808 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .caja3-669 .descripcion p:nth-child(4) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .caja3-669 .descripcion p:nth-child(5) span:nth-child(2) {
    font-size: 18px !important;
  }

  .caja3-669 .descripcion p:nth-child(5) br:nth-child(3) {
    display: none;
  }

  .caja3-669 .descripcion p:nth-child(5) span:nth-child(4) {
    font-size: 18px !important;
  }

  .caja3-669 .descripcion p:nth-child(5) span {
    font-size: 18px !important;
  }

  .caja3-669 .descripcion p:nth-child(5) br {
    display: none;
  }

  .id_671 {
    padding-top: 190px;
  }

  .caja3-672 .descripcion p:nth-child(3) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .caja3-672 .descripcion p:nth-child(3)>span>span:nth-child(1) {
    font-size: 25px !important;
  }

  .caja3-672 .descripcion p:nth-child(3)>span>span:nth-child(2) span {
    font-size: 25px !important;
  }

  .caja3-672 .descripcion p:nth-child(4) br {
    display: none;
  }

  .caja3-672 .descripcion p:nth-child(4) span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .caja3-1466 .descripcion>div {
    justify-content: center !important;
    padding-right: 0 !important;
  }

  .caja3-1475 .descripcion>div {
    justify-content: center !important;
    padding-left: 0 !important;
  }

  .caja3-1475 {
    margin-top: -50px;
  }

  .caja3-1466 {
    margin-top: -50px;
  }

  .one-796 .one-descripcion p {
    display: none;
  }

  .one-796 .one-descripcion p:nth-child(5) {
    display: block;
  }

  .one-796 .one-descripcion p:nth-child(5) img {
    float: none !important;
    display: block;
    margin: 30px auto;
    width: 120px;
    height: auto;
  }

  .one-797 .one-descripcion p {
    display: none;
  }

  .one-797 .one-descripcion p:nth-child(8) {
    display: block;
  }

  .one-797 .one-descripcion p:nth-child(9) {
    display: block;
    padding-bottom: 30px;
  }

  .caja3-799 .descripcion p:nth-child(4) span {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .id_798 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .caja3-801 .descripcion p img {
    height: auto;
  }

  .caja3-802 .descripcion p:nth-child(1) span {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .caja3-802 .descripcion p:nth-child(1) img {
    height: 60px;
    width: auto;
  }

  .id_668>div>.row {
    padding-top: 0 !important;
  }

  .id_46>.row:nth-child(1) {
    display: none;
  }

  .id_46>.row:nth-child(2) {
    width: 100% !important;
  }

  .id_46 {
    flex-wrap: wrap;
  }

  .caja3-663 .descripcion p:nth-child(1) {
    display: none;
  }

  .caja3-663 .descripcion p:nth-child(2) {
    display: none;
  }

  .caja3-663 .descripcion p:nth-child(3) {
    display: none;
  }

  .caja3-663 .descripcion p:nth-child(4) {
    display: none;
  }

  .caja3-663 .descripcion p:nth-child(5) {
    display: none;
  }

  .caja3-663 .descripcion p:nth-child(6) {
    display: none;
  }

  .caja3-663 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .caja3-663 .descripcion p:nth-child(7)>span:nth-child(1) {
    font-size: 25px !important;
    line-height: 1 !important;
  }

  .caja3-663 .descripcion p:nth-child(7)>span:nth-child(3) {
    font-size: 45px !important;
    line-height: 1 !important;
  }

  .caja3-663 .descripcion p:nth-child(7)>span:nth-child(5) {
    font-size: 45px !important;
    line-height: 1 !important;
  }

  .caja3-663 .descripcion p:nth-child(7)>span:nth-child(7) {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .caja3-663 .descripcion p:nth-child(7)>span:nth-child(9) {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .caja3-663 .descripcion p:nth-child(7)>span:nth-child(11) {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .caja3-663 .descripcion p:nth-child(7)>br:nth-child(8) {
    display: none;
  }

  .caja3-663 .descripcion p:nth-child(7)>br:nth-child(10) {
    display: none;
  }

  .caja3-670 .descripcion p img {
    height: auto;
  }

  .caja3-174 .descripcion p:nth-child(2) br {
    display: none;
  }

  .id_671 text-desc {
    padding-top: 11%;
  }

  .id_1576 .caja-tipografica {
    padding-top: 0px !important;
  }

  .id_1576 .caja-tipografica img {
    position: inherit !important;
  }

  .content-memorias .caja7-2659 p:nth-child(1) span {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .content-memorias .caja7-2659 p:nth-child(2) span {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .content-memorias .ten-2667 .des div {
    height: 0 !important;
  }

  .content-memorias .ten-2668 .des div {
    height: 0 !important;
  }

  .content-memorias .id_2658 .design-eleven-box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .acordion_100 .accordion-header>.row {
    padding: 15px 10px;
  }

  .acordion_100 .accordion-header .view-less,
  .acordion_100 .accordion-header .view-more {
    font-size: 16px;
  }

  .acordion_100 .accordion-header .view-less i,
  .acordion_100 .accordion-header .view-more i {
    font-size: 30px;
  }

  .acordion_100 .accordion-header h4 {
    font-size: 18px;
  }

  .content-memorias .id_2658 {
    background-position: top center;
    background-image: none !important;
  }

  .content-memorias .caja3-2670 .descripcion p:nth-child(1) span {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .content-memorias .caja3-2670 .descripcion p:nth-child(2) span {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  /* .content-memorias .caja3-2691 p {
    display: none;
  } */
  .content-memorias .caja3-2691 .descripcion p:nth-child(3) span {
    font-size: 20px !important;
  }

  .content-memorias .caja3-2691 .descripcion p:nth-child(3) strong span {
    font-size: 30px !important;
  }

  .content-memorias .caja3-2691 .descripcion p:nth-child(5) {
    font-size: 16px !important;
  }

  .content-memorias .caja3-2691 .descripcion p:nth-child(5) br {
    display: none;
  }

  .content-memorias .caja7-2692 .descripcion p:nth-child(1) {
    display: none;
  }

  .content-memorias .caja7-2692 .descripcion p:nth-child(2) {
    display: none;
  }


  /* responsive seccion banner pista */



  .hijo-home-25 .cont-descripcion img {
    display: none !important;
  }

  .hijo-home-25 .contenido-hijo {
    display: flex;
    align-items: center;
  }

  .hijo-home-25 .cont-img img {
    display: none !important;
  }

  .hijo-home-25 .home-button {
    font-size: 1vh !important;
    bottom: 0vh;
    right: 11vw;
    height: 23px;
    bottom: 3vh;
    padding: 3px 14px;

  }

  .page-home-responsive .padre-home-24 {
    background-size: 100% 100% !important;
  }


  /* responsive seccion banner pista */

  /* responsive seccion banner espacial */

  #scroll-id-0 {
    background-size: 100% !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #000;
  }


  /*#scroll-id-0 .contenido-f {*/
  /*  height: 70% !important;*/
  /*  margin-top: 255px;*/
  /*}*/

  .hijo-home-28 .cont-descripcion {
    text-align: center;
  }

  /*#scroll-id-0 .cont-descripcion p {*/
  /*  padding: 15px 20px;*/
  /*  text-align: justify;*/
  /*}*/

  .hijo-home-28 br {
    display: none;
  }

  .padre-home-29 .contenido-f {
    margin-top: 50px !important;
  }

  .hijo-home-30 {
    width: 200px;
  }

  .padre-home.padre-home-29 {
    background-size: cover !important;
  }

  .hijo-home-32 .cont-descripcion>div {
    flex-wrap: wrap;
  }

  .hijo-home-32 .cont-descripcion>div .img-container {
    width: 25%;
  }

  .hijo-home-32 .cont-descripcion>div p {
    width: 100%;
  }

  .padre-home-29 .cont-descripcion p {
    padding: 15px 0 !important;
    text-align: justify;
  }

  .hijo-home-31 .cont-descripcion p {
    line-height: 1 !important;
  }

  .hijo-home-31 .cont-descripcion p span {
    color: #FFF !important;
    text-shadow: 0 0 5px #00000060;
  }

  .hijo-home-32 .cont-descripcion p span {
    color: #FFF !important;
    text-shadow: 0 0 5px #00000060;
  }

  .hijo-home-31 .cont-descripcion p span:nth-child(1) {
    font-size: 16px !important;
  }

  .hijo-home-31 .cont-descripcion p span:nth-child(3) {
    font-size: 30px !important;
  }

  .hijo-home-31 .cont-descripcion p span:nth-child(5) {
    font-size: 18px !important;
  }

  .hijo-home-32 .cont-descripcion p {
    line-height: 1 !important;
  }

  .hijo-home-32 .cont-descripcion p span:nth-child(1) {
    font-size: 18px !important;
  }

  .hijo-home-32 .cont-descripcion p span:nth-child(1) {
    font-size: 18px !important;
  }

  .hijo-home-32 .cont-descripcion p span:nth-child(1) {
    font-size: 18px !important;
  }

  .hijo-home-32 .cont-descripcion p span:nth-child(7) {
    font-size: 18px !important;
  }

  .hijo-home-36 p iframe {
    width: 300px;
    margin-left: 0;
  }

  #scroll-id-0 {
    background-size: cover !important;
    background-position: top left !important;
  }

  /* fin responsive seccion banner espacial */
}

/**/

.hijo-home-27 .cont-descripcion {
  flex: inherit;
  width: 100%;
  max-width: inherit;
}



/**/
/* -----------------------------------------------------------------------------------
   FINAL - RESPONSIVE }
-----------------------------------------------------------*/


/*

.docs-container-2997 .docs-header h3{
    color: #3470ae !important;
    font-weight: 600 !important;
}

*/

.docs-container-2997 .doc-item-theme h4 {
  color: #1c3455 !important;
  /*font-weight: 600 !important;*/
}

.padre-home.padre-home-21 {
  background-position: center 70px !important;
}

.page-home .padre-home.padre-home-37 {
  /*background-position: center 70px !important;*/
}

/* New Responsive */

@media (max-width: 800px) {
  .buttons-container .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .conecta2-container .buttons-container .button .btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 10px;
    border: 3px solid #3AAE2A;
  }

  .conecta2-container .buttons-container .button {
    padding: 5px;
    width: 90%;
  }

  .conecta2-container .buttons-container .button:nth-child(1) {
    padding: 5px;
    width: 90%;
  }

  .conecta2-container .text-container p {
    font-size: 18px;
  }

  .conecta2-container .hashtag-container img {
    max-width: 80%;

  }

  .conecta2-container .social-item {
    width: 90%;
    justify-content: center;
  }

  .conecta2-container .social-item span {
    font-size: 12px;
  }

  .conecta2-container .social-item i {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .conecta2-container .terms a {
    font-size: 14px;
  }

  .conecta2-container .middle-container .title {
    font-size: 30px;
  }

  .conecta2-container .top .row .col-4 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .conecta2-container .middle-container .item .row .arrow {
    width: 20px;
  }

  .conecta2-container .middle-container .item .row {
    border-top: 1px solid #3AAE2A;
    border-bottom: 1px solid #3AAE2A;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .conecta2-container .middle-container .item .img-container {
    padding: 0;
    align-items: flex-start;
  }

  .conecta2-container .middle-container .item .row h3 {
    font-size: 16px;
    text-transform: none;
  }

  .conecta2-container .middle-container .item .row p {
    font-size: 12px;
  }

  .conecta2-container .middle-container .item .row p br {
    display: none;
  }

  .conecta2-container .middle-container .item .name-container {
    padding: 0;
  }

  .conecta2-container .middle-container .contact-row {
    justify-content: center;
    text-align: center;
  }

  .conecta2-container .middle-container .contact-row .text {
    font-size: 18px;
    line-height: 1.2;
  }

  .conecta2-container .middle-container .contact-row a {
    font-size: 24px;
  }

  .conecta2-container .img-category {
    border-radius: 12px;
    border: 2px solid #3AAE2A;
  }

  .conecta2-container .img-category span {
    font-size: 14px;
  }

  .conecta2-container {
    margin-top: 68px;
  }
}

.padre-home.padre-home-43 {
  background-position: bottom center !important;
  background-size: 100% 86% !important;
}

.padre-home.padre-home-43 .contenido-padre>div>.row {
  align-content: center;
}

.padre-home-43 .hijo-home-44 {
  margin-left: 15%;
}

.child-44 iframe {
  width: 400px;
  height: auto !important;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}

.child-44 .cont-descripcion p {
  line-height: 1;
  position: relative;
}

.child-44 .cont-descripcion p:nth-child(1)::before {
  content: url('/skins/page/images/quotes.png');
  position: absolute;
  display: block;
  top: 0;
  left: -70px;
}

.child-44 .cont-descripcion p:nth-child(1)::after {
  content: url('/skins/page/images/quotes.png');
  position: absolute;
  display: block;
  bottom: 0;
  right: 60px;
  transform: rotate(180deg);
}

.padre-home-43 .hijo-home-46 {
  padding-left: 5%;
}

.padre-home-43 .hijo-home-46 img {
  width: 200px;
}

@media (max-width: 1600px) {
  .child-44 iframe {
    width: 280px;
  }

  .child-44 .cont-descripcion p:nth-child(1) span:nth-child(1) {
    font-size: 22px !important;
  }

  .child-44 .cont-descripcion p:nth-child(1) span:nth-child(3) strong span {
    font-size: 35px !important;
  }

  .child-44 .cont-descripcion p:nth-child(2) span {
    font-size: 13px !important;
  }

  .child-44 .cont-descripcion p:nth-child(1) span:nth-child(5) {
    font-size: 22px !important;
  }

  .child-44 .cont-descripcion p:nth-child(1) span:nth-child(6) strong span {
    font-size: 28px !important;
  }

  .child-44 .cont-descripcion p:nth-child(1) {
    line-height: 0.5;
  }

  .child-44 .cont-descripcion p:nth-child(2) {
    line-height: 0.8;
  }

  .child-44 .cont-descripcion p:nth-child(1)::before {
    content: url('/skins/page/images/quotes.png');
    position: absolute;
    display: block;
    top: 0;
    left: -70px;
    transform: scale(0.7);
  }

  .child-44 .cont-descripcion p:nth-child(1)::after {
    content: url('/skins/page/images/quotes.png');
    position: absolute;
    display: block;
    bottom: 0;
    right: 28%;
    transform: rotate(180deg) scale(0.7);
  }

  .padre-home-43 .hijo-home-46 {
    padding-left: 5%;
    margin-top: 50px;
  }

  .padre-home-43 .hijo-home-46 img {
    margin-top: 75px;
  }
}

@media (max-width: 1440px) {
  .child-44 .cont-descripcion p:nth-child(1)::after {
    content: url('/skins/page/images/quotes.png');
    position: absolute;
    display: block;
    bottom: 0;
    right: 15%;
    transform: rotate(180deg) scale(0.7);
  }
}

@media (max-width: 900px) {
  #scroll-id-0 {
    background-size: cover !important;
    background-position: top center !important;
  }

  .hijo-home-45 {
    display: none;
  }

  .padre-home-43 .contenido-padre>div>.row {
    align-content: center;
    padding-top: 0;
  }

  .padre-home-43 .contenido-f {
    margin-top: 20px !important;
  }

  .padre-home-43 .hijo-home-46 {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .padre-home-43 .hijo-home-44 {
    margin-left: 0;
  }

  .hijo-home-44 iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
    margin-top: 100%;
    margin-bottom: 20px;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1) span:nth-child(1) {
    font-size: 22px !important;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1) span:nth-child(3) strong span {
    font-size: 35px !important;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(2) span {
    font-size: 13px !important;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1) span:nth-child(5) {
    font-size: 22px !important;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1) span:nth-child(6) strong span {
    font-size: 28px !important;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1) {
    line-height: 0.5;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(2) {
    line-height: 0.8;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1) {
    position: relative;
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1)::before {
    content: url('/skins/page/images/quotes.png');
    position: absolute;
    display: block;
    top: 0;
    left: -55px;
    transform: scale(0.5);
  }

  .hijo-home-44 .cont-descripcion p:nth-child(1)::after {
    content: url('/skins/page/images/quotes.png');
    position: absolute;
    display: block;
    bottom: 0;
    right: 3%;
    transform: rotate(180deg) scale(0.5);
  }

  /*#scroll-id-0 .cont-descripcion p {*/
  /*  padding: 15px 0;*/
  /*  text-align: justify;*/
  /*}*/

  .padre-home-43 .hijo-home-46 img {
    width: 140px;
    margin-left: -25px;
  }
}

.slider-simple {
  padding-left: 0;
  padding-right: 0;
}

#carouselsimple3633 {
  margin-left: 0;
  margin-right: 0;
}

.acordeon_406 img {
  width: 100%;
}

.map-container {
  position: relative;
  overflow: auto;
  aspect-ratio: 17.5/10;
  margin-top: 140px;
  cursor: move;
}

.map-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.map-container .zoom {
  position: fixed;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map-container .zoom .zoom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #10263f;
}

.map-container .zoom button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.map-container .zoom button.zoom-in {
  border-radius: 20px 20px 0 0;
}

.map-container .zoom button.zoom-out {
  border-radius: 0 0 20px 20px;
}

.map-container .zoom .full-page {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.map-container::-webkit-scrollbar {
  display: none;
}

.map-container .info-text-container {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 1;
}

.map-container .info-text-container>.row {
  /* background-color: #ffffff4d; */
  /* padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(15px);  */
  background-color: #ffffffc7;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.map-container .info-text-container h2 {
  color: #000;
  font-size: 32px;
}

.map-container .info-text-container p {
  color: #000;
  font-size: 16px;
  max-width: 500px;
  line-height: 1.2;
}

.map-container .info-text-container a {
  display: inline-block;
  margin-left: auto;
  padding: 5px 25px;
  border-radius: 15px;
  border: 2px solid #ffce46;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffce46;
  text-align: center;
  transition: all 0.3s ease;
}

.map-container .info-text-container a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.map-container .title-text-container {
  position: fixed;
  top: 160px;
  right: 70px;
  z-index: 1;
}

.map-container .title-text-container>.row {
  background-color: #ffce46;
  /*background-color: #ffffffc7;*/
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.map-container .title-text-container img {
  width: 350px;
}

.map-container .title-text-container h2 {
  color: #000;
  font-size: 32px;
}

.map-container .title-text-container p {
  color: #000;
  font-size: 16px;
  max-width: 500px;
}

.map-container .title-text-container a {
  display: inline-block;
  margin-left: auto;
  padding: 5px 25px;
  border-radius: 15px;
  border: 2px solid #ffce46;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #FFF;
  transition: all 0.3s ease;
}

.map-container .title-text-container a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.map-container .convention-container {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 1;
  width: 350px;
}

.map-container .convention-container .convention {
  background-color: #ffffffc7;
  border: 5px solid #ffce46c5;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.map-container .convention-container .convention .row .col-12 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #000;
  font-size: 13px;
  line-height: 1;
}

.map-container .convention-container .convention .row .col-12 img {
  width: 25px;
  margin-right: 10px;
  margin-left: 10px;

}

.map-container .map g {
  cursor: pointer;
}

.map-container #aeropuerto_isometria_curvas {
  cursor: move;
}

.convention-button {
  cursor: pointer;
}

.convention-button.active {
  text-decoration: underline;
}

.convention-button:hover {
  text-decoration: underline;
}

.map-container .pointer {
  transform-origin: center;
  opacity: .9;
  transition: 300ms ease;
}

.map-container .pointer:hover {
  opacity: 1 !important;
  transition: 300ms ease;
}

.map-container .logo-container {
  position: fixed;
  top: 160px;
  left: 70px;
  z-index: 1;
  max-width: 600px;
}

.map-container .logo-container img {
  width: calc(100% + 27px);
  max-width: unset;
}

@media screen and (max-width: 1600px) {
  .map-container .info-text-container p {
    color: #000;
    font-size: 13px;
    max-width: 500px;
    line-height: 1.2;
  }

  .map-container .info-text-container h2 {
    color: #000;
    font-size: 26px;
  }

  .map-container .info-text-container a {
    padding: 2px 15px;
    font-size: 13px;
  }

  .map-container .title-text-container p {
    color: #000;
    font-size: 13px;
    max-width: 400px;
    line-height: 1.1;
  }

  .map-container .title-text-container img {
    width: calc(100% + 27px);
    max-width: unset;
  }

  .map-container .title-text-container h2 {
    color: #000;
    font-size: 22px;
  }

  .map-container .title-text-container a {
    padding: 2px 15px;
    color: #000;
    font-size: 13px;
  }

  .map-container .convention-container .convention .row .col-12 {
    margin-bottom: 2px;
    margin-top: 2px;
  }
}


@media screen and (max-width: 1100px) {
  .map-container .info-text-container p {
    color: #000;
    font-size: 9px;
    max-width: 500px;
    line-height: 1.1;
  }

  .map-container .info-text-container h2 {
    color: #000;
    font-size: 20px;
  }

  .map-container .info-text-container a {
    padding: 2px 15px;
    font-size: 9px;
  }

  .map-container .title-text-container p {
    color: #000;
    font-size: 9px;
    max-width: 400px;
    line-height: 1.1;
  }

  .map-container .title-text-container img {
    width: 200px;
  }

  .map-container .title-text-container h2 {
    color: #000;
    font-size: 16px;
  }

  .map-container .title-text-container a {
    padding: 2px 15px;
    color: #000;
    font-size: 9px;
  }

  .map-container .convention-container .convention .row .col-12 {
    margin-bottom: 2px;
    margin-top: 2px;
  }
}

.responsive-map-container {
  margin-top: 90px;
  padding: 20px;
  display: none;
}

@media (max-width: 900px) {
  .map-container .convention-container {
    display: none;
  }

  .map-container .logo-container {
    display: none;
  }

  .map-container .title-text-container {
    display: none;
  }

  .map-container .info-text-container {
    display: none;
  }

  .responsive-map-container {
    display: block;
  }

  .map-container {
    margin-top: 30px;
  }


}

.responsive-map-container .title-text-container h2 {
  color: #000;
  font-size: 32px;
}

.responsive-map-container .title-text-container img {
  width: 350px;
}

.responsive-map-container .title-text-container a {
  display: inline-block;
  padding: 5px 25px;
  border-radius: 15px;
  border: 2px solid #ffce46;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffce46;
  text-align: center;
  transition: all 0.3s ease;
}

.responsive-map-container .title-text-container a:hover {
  transform: scale(1.2);
  transition: 300ms ease;
}

.responsive-map-container .info-text-container a {
  display: inline-block;
  padding: 5px 25px;
  border-radius: 15px;
  border: 2px solid #ffce46;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffce46;
  text-align: center;
  transition: all 0.3s ease;
}

.responsive-map-container .info-text-container a:hover {
  transform: scale(1.2);
  transition: 300ms ease;
}



/*BANNER ESCUELA DE SERVICIOS*/


.page-home .padre-home.padre-home-53 {
  background-position: center 100px !important;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  /*   padding-bottom: 130px; */

}



.padre-home-53 .hijo-home-54 {
  height: 10% !important;
  align-items: start !important;
  display: grid;
}

.padre-home-53 .hijo-home-54 .cont-descripcion img {
  max-width: 86%;
  object-fit: contain;
  margin-left: 155px;

}

.padre-home-53 .hijo-home-55 .cont-descripcion img {
  all: unset;
  width: 80%;
  max-width: 550px;
  margin-top: -40px;

}

.padre-home-53 .hijo-home-55 .child-56 {
  align-items: start !important;
}




.padre-home-53 .hijo-home-56 {
  height: 50%;
}

.padre-home-53 .hijo-home-56 .child-28 {
  align-items: center !important;
}


.padre-home-53 .hijo-home-56 .cont-descripcion iframe {
  all: unset;
  width: 70%;

  height: 209px !important;
  margin-left: 190px;
  margin-top: -80px;

}

.padre-home-53 .hijo-home-57 {
  display: flex;
  align-items: start;

  justify-content: center;
  margin-top: -212px;
}

.padre-home-53 .hijo-home-57 .cont-descripcion img {
  all: unset;
  width: 100%;
  margin-left: 10%;
}

.padre-home-53 .hijo-home-58 {

  margin-top: -30px;
  /*  margin-left: 30px;*/
  margin-bottom: 100px;
}

.padre-home-53 .hijo-home-58 .child-58 {
  align-items: start !important;
}

.padre-home-53 .hijo-home-58 span {
  line-height: 1;

}

.page-home .padre-home.padre-home-53 {
  background-position: center 100px !important;
  background-size: cover;
  position: relative;
  padding-top: 230px;
  padding-bottom: 130px;

}

.padre-home-53 .hijo-home-55 .cont-descripcion img {
  all: unset;
  width: 100%;
  max-width: 500px;
  margin-top: -40px;

}

.padre-home-53 .hijo-home-56 .cont-descripcion iframe {
  all: unset;
  width: 500px;
  max-width: 500px;

  height: 239px !important;
  margin-left: 180px;
  margin-top: -40px;

}

.padre-home-53 .hijo-home-57 {
  display: flex;
  align-items: start;

  justify-content: center;
  margin-top: -312px;
}

/*
  .padre-home-53 .hijo-home-57 .cont-descripcion img {
    all: unset;
       width: 80%;
    margin-left: 10%;
  }*/



@media (max-width: 500px) {
  .page-home-responsive .padre-home-53 .contenido-f {
    --bs-gutter-x: 0
  }

  .padre-home-53 .contenido-f.contenido-padre {
    height: auto !important;
    margin-top: 0 !important;
  }

  .page-home .padre-home.padre-home-53 {
    padding: 0;


  }

  .padre-home-53 .hijo-home-54 .contenido-hijo .col-12 {
    justify-content: center !important;

  }

  .padre-home-53 .hijo-home-54 .contenido-hijo .col-12 .row {
    width: 100%
  }

  .padre-home-53 .hijo-home-54 .cont-descripcion img {
    height: 104px;
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
    object-fit: cover;

  }

  .padre-home-53 .hijo-home-55 .cont-descripcion img {

    all: unset;
    width: 39%;
    max-width: 500px;
    margin-top: 0px;
    right: 33px;
    position: absolute;
    top: 36%;
  }

  .padre-home-53 .hijo-home-56 {

    margin-top: 155px;
  }

  .padre-home-53 .hijo-home-57 .cont-descripcion img {
    all: unset;
    width: 31%;
    top: 129px;
    /* left: 220px; */
    position: absolute;
    right: 52px;
  }

  .padre-home-53 .hijo-home-56 .contenido-hijo .col-12 {
    justify-content: center !important;
    align-items: center !important;
  }

  .padre-home-53 .hijo-home-56 .contenido-hijo .col-12 .row {
    width: 100%;
  }

  .padre-home-53 .hijo-home-56 .cont-descripcion iframe {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;


    width: 100%;

    height: 189px !important;

  }

  .padre-home-53 .hijo-home-58 {
    margin-top: -529px;
    margin-left: 0;
    margin-bottom: 35px;
    font-size: 10px !important;
    line-height: 1.1;

  }

  .padre-home-53 .hijo-home-58 .contenido-hijo {
    height: auto !important;
  }

  .padre-home-53 .hijo-home-58 p {
    width: 100px;
    line-height: 1;

  }

  .padre-home-53 .hijo-home-58 span {
    font-size: 22px !important;
    text-align: end !important;
  }

}

/*
@media (max-width: 400px) {
  .page-home-responsive .padre-home-53 .contenido-f {
    --bs-gutter-x: 0
  }

  .padre-home-53 .contenido-f.contenido-padre {
    height: auto !important;
    margin-top: 0 !important;
  }

  .page-home .padre-home.padre-home-53 {
    padding: 0;


  }

  .padre-home-53 .hijo-home-54 .contenido-hijo .col-12 {
    justify-content: center !important;

  }

  .padre-home-53 .hijo-home-54 .cont-descripcion img {
    height: 104px;
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;

  }

  .padre-home-53 .hijo-home-55 .cont-descripcion img {

    all: unset;
    width: 39%;
    max-width: 500px;
    margin-top: -8px;
    right: 33px;
    position: absolute;
    top: 36%;
  }

  .padre-home-53 .hijo-home-56 {

    margin-top: 155px;
  }

  .padre-home-53 .hijo-home-57 .cont-descripcion img {
    all: unset;
    width: 31%;
    top: 135px;
   
    position: absolute;
    right: 52px;
  }

  .padre-home-53 .hijo-home-56 .contenido-hijo .col-12 {
    justify-content: center !important;
    align-items: center !important;
  }

  .padre-home-53 .hijo-home-56 .cont-descripcion iframe {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;


    width: 100%;

    height: 189px !important;

  }

  .padre-home-53 .hijo-home-59 {
    margin-top: -529px;
    margin-left: 33px;
    margin-bottom: 35px;
    font-size: 10px !important;
    line-height: 1.1;

  }

  .padre-home-53 .hijo-home-59 .contenido-hijo {
    height: auto !important;
  }

  .padre-home-53 .hijo-home-59 p {
    width: 100px;
    line-height: 1;

  }

  .padre-home-53 .hijo-home-59 span {
    font-size: 22px !important;
    text-align: end !important;
  }

}
*/




@media (min-width: 1500px) {

  .page-home .padre-home.padre-home-53 {
    background-position: center 100px !important;
    background-size: cover;
    position: relative;
    padding-top: 230px;
    padding-bottom: 130px;

  }

  .padre-home-53 .hijo-home-54 .cont-descripcion img {
    max-width: 86%;
    object-fit: contain;
    margin-left: 155px;
    height: auto;
  }

  .padre-home-53 .hijo-home-55 {
    justify-content: start !important;
  }

  .padre-home-53 .hijo-home-55 .cont-descripcion img {
    all: unset;
    width: 75%;
    max-width: 500px;
    margin-top: -40px;

  }

  .padre-home-53 .hijo-home-56 .cont-descripcion iframe {
    all: unset;
    width: 500px;
    max-width: 500px;

    height: 239px !important;
    margin-left: 155px;
    margin-top: 0px;

  }

  .padre-home-53 .hijo-home-57 {
    display: flex;
    align-items: start;

    justify-content: center;
    margin-top: -200px;
  }

  .padre-home-53 .hijo-home-57 .cont-descripcion img {

    width: 61%;

  }
}

@media (min-width: 900px) and (max-width:1499px) {
  .padre-home-53 .hijo-home-54 .cont-descripcion img {

    height: auto;
  }

  .padre-home-53 .hijo-home-55 .cont-descripcion img {
    all: unset;
    width: 56%;
    max-width: inherit;
    margin-top: -95px;

  }

  .padre-home-53 .hijo-home-56 .cont-descripcion iframe {
    all: unset;
    width: 441px;
    max-width: 500px;
    height: 186px !important;
    margin-left: 164px;
    margin-top: 7px;
  }

  .padre-home-53 .hijo-home-57 {

    margin-top: -235px;
  }

  .padre-home-53 .hijo-home-57 .cont-descripcion img {
    all: unset;
    width: 77%;
    margin-left: 29%;
  }

  .page-home .padre-home-53 .cont-descripcion p {


    padding-bottom: 0 !important;
  }

  .padre-home-53 .hijo-home-58 span {
    line-height: 0;
    font-size: 1.2rem !important;
  }
}

@media (min-width: 575.5px) {
  .id_2658 .caja2-2660 iframe {
    width: 481px !important;
    height: 250px !important;
  }

}

@media (max-width: 950.5px) {
  .img-colaborador {
    position: inherit !important;
  }

}



/*******************************
  INICIO BANNERS TRES COLORES 
  *******************************/

.padre-home-59 {
  display: block;
  padding-top: 130px;
}

.padre-home-63 {
  display: none;
}

.padre-home-59 iframe {
  width: 450px !important;
  height: 235px !important;
}

.page-home .padre-home .padre-home-59 {
  padding-top: 130px;
}


@media (max-width: 700px) {

  .padre-home-59 {
    display: none;
  }

  .padre-home-63 {
    display: block;
  }

  .padre-home-63 {
    margin-top: 15px;
  }

  .padre-home-63 .col-sm-6 {
    margin-top: 10px;
    width: 50% !important;
  }

  .padre-home-63 .hijo-home-67,
  .padre-home-63 .hijo-home-31 {
    padding: 0;
  }

  .padre-home-63 .hijo-home-67 .col-12,
  .padre-home-63 .hijo-home-69 .col-12 {

    padding: 0;
    justify-content: center;
  }

  .padre-home-25 .hijo-home-67 .col-12 p {
    font-weight: 800 !important;
    line-height: 1;
  }

  .hijo-home-68 img {
    width: 135px;
  }

  .padre-home-63 iframe {
    width: 400px !important;

    height: 190px !important;
  }
}

/*******************************
  INICIO BANNER CONECTA2
  *******************************/

.page-home .padre-home.padre-home-71 {
  padding: 90px 100px 0px 130px;
}

.child-72 img {
  width: 85%;
  object-fit: contain;
}

.child-72 .cont-img {
  justify-content: center;
  align-items: start;
}

.child-73 img {
  width: 85%;
  object-fit: contain;
}

@media (width < 1700px) {
  .child-72 img {
    width: 100%;
  }

  .page-home .padre-home.padre-home-71 {
    padding: 70px 50px 10px 65px;
  }
}

@media (width < 1245px) {
  .page-home .padre-home.padre-home-71 {
    padding: 125px 50px 10px 65px;
  }
}

@media (width < 1130px) {
  .page-home .padre-home.padre-home-71 {
    padding: 125px 50px 10px 65px;
  }

  .padre-home-71 .cont-descripcion * {
    font-size: 15px !important;
  }
}

@media (width < 900px) {
  .padre-home-71 {
    display: none;
  }
}

/*******************************
  FIN BANNER CONECTA2
  *******************************/
/*******************************
  INICIO BANNER CONECTA 2 RESPONSIVE
  *******************************/


.padre-home-74 {
  display: none;
}

@media (width < 900px) {

  .padre-home-74 {
    display: block;
  }

  .padre-home-74 .contenido-padre {
    margin-top: 0 !important;
  }

  .padre-home-74 .row>* {
    padding: 0 5px;
  }

  .hijo-home-75 .cont-img {
    height: 210px;
    margin-top: -20px;
  }

  .hijo-home-76 .cont-descripcion {
    /* margin-top: -23px; */

  }

  .hijo-home-76 .cont-descripcion h4 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .hijo-home-76 .cont-descripcion p,
  .hijo-home-77 .cont-descripcion p {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 0.9 !important;
  }

  .hijo-home-76 .cont-descripcion p span {
    font-size: 14px !important;
  }

  .hijo-home-76 img {
    object-fit: contain;
    width: 100%;
    height: 58px;
  }

  .hijo-home-77 .cont-descripcion p span {
    font-size: 14px !important;

  }
}


/*******************************
  FIN BANNER CONECTA 2 RESPONSIVE
  *******************************/


/*******************************
  SECCION MARCA
  *******************************/
.id_4780,
.id_4783 {
  padding: 45px 0;
}

.id_4780 .col-sm-6 {
  padding: 0 35px !important;
}

.img-marca1 {
  width: 50% !important;
  height: 50% !important;

  object-fit: cover;
}

.img-marca2,
.img-marca3 {
  width: 50% !important;
  height: 50% !important;

  object-fit: cover;
}

.span-3 {
  width: 82% !important;
  height: 50% !important;
  display: inline-block !important;

}

.caja1-4785 {
  height: 100% !important;

}

.caja1-4785>.row {
  height: 100% !important;
}

.caja1-4785>.row .descripcion {
  height: 100% !important;
}

.caja1-4785>.row .descripcion>p:first-of-type {
  height: 50% !important;
  display: flex;
  align-items: center;
}

.caja1-4785>.row .descripcion>p:first-of-type span {
  width: 100%;
}

/*******************************
  SECCION MARCA FIN
  *******************************/
/*******************************
  SECCION MARCA RESPONSIVE 
  ******** ***********************/
@media (width < 900px) {
  .id_4783 .col-sm-6 {
    margin: auto;
  }

  .id_4783 .row {
    gap: 60px;
  }

  .caja1-4781 .descripcion:first-of-type p {
    text-align: center !important;
  }

  .caja1-4781 .descripcion:first-of-type p span {
    font-size: 40px !important;
  }


  .img-marca1 {
    width: 90% !important;
  }

  .img-marca2,
  .img-marca3 {
    width: 75% !important;
  }

  .span-3 {
    width: 82% !important;
    height: 50% !important;
    display: inline-block !important;
    font-size: 34px !important;
  }
}


/*******************************
  SECCION MARCA RESPONSIVE  FIN
  *******************************/




/*******************************
  SECCION PROYECTOS COMERCIALES RESPONSIVE  INICIO
  *******************************/
.id_4794 {
  padding: 45px 0;
}

.id_4794 .img-marca3 {
  width: 90% !important;
}

.docs-container-4787 .items-docs-row {
  padding-left: 20px;
}

@media (width < 900px) {

  .id_4786 .col-sm-4,
  .id_4786 .col-sm-5 {
    width: 100% !important;
  }

  .id_4794 .img-marca3 {
    margin: auto !important;
    float: none !important;
    display: block;
  }

  .one-4788 * {
    text-align: center !important;
  }

  .one-4788 span {
    font-size: 21px !important;
    text-wrap: balance;
  }

  .docs-container-4787 h4 {
    font-size: 12px !important;
  }

  .docs-container-4787 h5 {
    font-size: 12px !important;
  }

  .docs-container-4787 .items-docs-row {
    padding: 15px 0 !important;
  }
}




/*******************************
  SECCION PROYECTOS COMERCIALES RESPONSIVE  FIN
  *******************************/









/*******************************
WORLD AIRPORT  INICIO
  *******************************/

.page-home .padre-home.padre-home-78 {
  padding: 90px 400px 0px 130px;
  background-position: unset !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow-y: hidden;

}


.child-79 {
  align-items: end !important;
}


.child-79 h3 {
  font-size: 0;
  padding-left: 39px;
}

.child-79 h3 span {
  font-size: 22px !important;
  color: #000;
  font-family: "mont-bold";
  font-weight: 900;
  letter-spacing: -1px;
}


.child-80 {
  align-items: end !important;
  justify-content: start !important;
}

.child-80 img {
  margin-left: -70%;
  margin-bottom: -10px;
  max-width: 490px;
  object-fit: contain;
  width: 100%;
}

.child-81 p * {
  padding-left: 39px;

  color: #000;
  font-weight: bolder;
  font-size: 18px;
}



@media (width < 1700px) {


  .page-home .padre-home.padre-home-78 {
    padding: 90px 50px 10px 65px;
  }

  .child-80 img {
    margin-left: -60%;
    margin-bottom: -10px;
    max-width: 290px;

    width: 90%;
  }
}

@media (width < 1245px) {
  .page-home .padre-home.padre-home-78 {
    padding: 125px 50px 10px 65px;
    background-position: right !important
  }

  .child-80 img {
    margin-left: -10%;
    margin-bottom: -10px;

  }
}

@media (width < 1130px) {
  .page-home .padre-home.padre-home-78 {
    padding: 125px 50px 10px 65px;
  }

  .child-79 img {
    object-fit: contain;
    height: 10%;
  }

  .child-79 h3 span {
    font-size: 18px !important;
  }

}



/*******************************
  FIN BANNER WORLD AIRPORT 
  *******************************/
/*******************************
  INICIO BANNER WORLD AIRPORT  RESPONSIVE
  *******************************/


@media (width < 900px) {

  .padre-home-78 .contenido-f {
    width: 100%;
  }

  .page-home .padre-home.padre-home-78 {
    padding: 0;
    padding-top: 34px;

    background-size: cover !important;
    display: flex;
    justify-content: center;
    /* height: 93dvh; */
  }

  .padre-home-78 .hijo-home,
  .hijo-home-63 {
    width: 100% !important;
  }

  .padre-home-78 .col-12 {
    padding: 0;
  }

  .hijo-home-79 {
    margin-top: 270px;
  }

  .hijo-home-79 p {
    padding: 0 !important;
  }

  .hijo-home-79 .row>* {
    padding: 0;
  }

  .hijo-home-79 p:nth-child(2) img {
    width: 200px;
    margin: auto;
    object-fit: contain;
    display: block;
  }

  .hijo-home-79 p:nth-child(3) img {
    width: 100%;
    height: 126px;
  }

  .hijo-home-79 h3 {
    text-align: center;
    font-family: "mont-bold";

  }

  .hijo-home-79 h3 span {
    font-size: 15px !important;
    color: #000;
    font-weight: 900;
    letter-spacing: -1px;
    font-family: "mont-bold";

  }

  .hijo-home-80 .col-12,
  .hijo-home-81 .col-12,
  .hijo-home-79 .col-12 {
    justify-content: center !important;
  }

  .hijo-home-80 p:nth-child(1) img {
    width: 100%;
    object-fit: contain;
    height: 40px;
    margin: auto;
    display: block;
  }

  .padre-home-78 .hijo-home-81 .cont-descripcion * {
    color: #000 !important;
    font-weight: 900;
    font-size: 10px !important;
    text-align: center;
    font-family: "mont-bold";

  }


}

@media (width < 600px) {
  .page-home .padre-home.padre-home-78 {
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
  }

  .hijo-home-79 {
    margin-top: 207px;
  }

  .hijo-home-79 {
    /* margin-top: 232px; */
  }
}

/*******************************
  FIN BANNER WORLD AIRPORT  RESPONSIVE
  *******************************/





/*******************************
  INICIO BANNER EL AEROPUERTO MAS PUNTUAL 
  *******************************/

.padre-home-82 {
  padding-top: 40px;

}

.hijo-home-83 .cont-descripcion p {
  color: #000 !important;
  font-weight: 900 !important;
}

.hijo-home-83 p:nth-child(3) {
  color: #000 !important;
  margin-top: -200px;
  z-index: 3;
  font-weight: 900;
  position: relative;
}

.hijo-home-83 p:nth-child(4) {
  color: #000 !important;
  z-index: 3;
  font-weight: 900;
  position: relative;
}

.hijo-home-84 img {
  margin-top: 53px;
  max-width: 350px;
}

/*******************************
  FIN BANNER EL AEROPUERTO MAS PUNTUAL  
  *******************************/


/*******************************
  INICIO BANNER EL AEROPUERTO MAS PUNTUAL RESPONSIVE
  *******************************/
@media (width < 900px) {
  .padre-home-82 {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .padre-home-82 .contenido-hijo.row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }

  .hijo-home-83 .cont-descripcion {
    padding-bottom: 50px;
  }

  .padre-home-82 .row {
    justify-content: center !important;
  }

  .hijo-home-83 {
    padding: 0;
    order: 2;
    width: 100% !important;
  }

  .hijo-home-83 p:nth-child(1) span:nth-child(1) {
    font-size: 24px !important;
    text-wrap: balance;
  }

  .hijo-home-83 img:first-of-type {
    width: 100% !important;
    object-fit: contain;
    height: auto;
  }

  .hijo-home-83 p:nth-child(2) {
    padding: 0;
  }

  .hijo-home-83 p:nth-child(2) img {
    height: 240px !important;
    object-fit: cover;

  }


  .hijo-home-83 p:nth-child(3) {
    margin-top: -205px;
    padding: 0;


  }

  .hijo-home-83 p:nth-child(3) span {
    font-size: 15px !important;
    text-wrap: pretty;
    padding: 0 15px;

  }

  .hijo-home-83 p:nth-child(4) span {
    padding: 0;

    font-size: 17px !important;

    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.202);

  }

  .hijo-home-84 {
    width: 70% !important;



  }

  .hijo-home-84 {

    order: 1;
  }

  .hijo-home-84 img {
    height: auto;
    margin-top: -6px;
    max-width: auto;
  }

}

/*******************************
  FIN BANNER EL AEROPUERTO MAS PUNTUAL  RESPONSIVE
  *******************************/


/*******************************
INICIO SECCION ACCESIBLIDAD
  *******************************/
.contenedor-accesibilidad .contenedor-seccion {
  padding: 25px 0;
}

.contenedor-accesibilidad .caja-tipografica {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.contenedor-accesibilidad img {
  width: 100%;
  right: -15px;
  position: relative;
  top: -15px;
}

.contenedor-accesibilidad .text-center {

  border: 7px solid #36a9e1;

}


.contenedor-accesibilidad .contenedor-seccion .col-sm-5 {
  width: 100%;
}

.contenedor-accesibilidad .boton {
  height: 40px;
}


.contenedor-accesibilidad .col-sm-10 {
  padding-left: 35px !important;
}

.contenedor-accesibilidad .contenedor-seccion .page p:first-of-type {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 7px solid #36a9e1;
  margin: 0;
  margin-bottom: 20px;
  height: 5px;
  padding: 5px 0;
}

.contenedor-accesibilidad .btn-vermas {
  float: right;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}

.contenedor-accesibilidad .btn-vermas::before {
  content: "\27A4";
  font-weight: 900;
  font-size: 15px;
  color: #36a9e1;
  height: 10px;
  width: 10px;
}

.contenedor-accesibilidad .btn-vermas::after {
  content: "aquí";
  /* Añade el texto " aquí" después del contenido del enlace */
  font-weight: bold;
  color: #FFF;
  /* Cambia el color según tu preferencia */
  background-color: #36a9e1;
  margin-left: 5px;
  padding: 1px 5px;
}


.contenedor-accesibilidad video {
  width: 90% !important;
  height: 100% !important;

}

.contenedor-accesibilidad ul,
ol {
  color: #36a9e1;
}

.contenedor-accesibilidad table td:nth-child(2) {
  padding-left: 10%;
}

.contenedor-accesibilidad b,
.contenedor-accesibilidad strong {
  font-weight: 400;
}

.contenedor-accesibilidad {
  margin-bottom: 100px;
}

.contenedor-accesibilidad .id_4874 .col-sm-4 {
  display: grid;
  align-items: end;
}

.contenedor-accesibilidad .contenedor-seccion .caja2-3159 .page p:first-of-type {
  all: unset;
}

.contenedor-accesibilidad .id_4874 .col-sm-7,
.contenedor-accesibilidad .id_4874 .col-sm-4 {
  margin-top: 50px;
}

.caja2-4877 video {
  width: 150px !important;
  height: 100% !important;
}

@media (width < 700px) {

  .id_4858 p:first-of-type,
  .id_4862 p:first-of-type,
  .id_4867 p:first-of-type,
  .id_4872 p:first-of-type,
  .id_4873 p:first-of-type,
  .id_4879 p:first-of-type {
    text-align: center !important;
  }

  .contenedor-accesibilidad .titulo {
    font-size: 35px !important;
    text-align: center !important;
    line-height: 1 !important;

  }

  .contenedor-accesibilidad .subtitulo {
    font-size: 22px !important;

  }

  .contenedor-accesibilidad .contenedor-seccion .col-sm-5 {
    width: 70%;
    margin: auto;
  }

  .contenedor-accesibilidad img {
    height: 334px;
  }

  .contenedor-accesibilidad table {}

  .contenedor-accesibilidad table td:nth-child(2) {
    padding-left: 0;
  }

  .contenedor-accesibilidad td {

    width: 310px;
    border: none !important;

  }

  .contenedor-accesibilidad td::before {
    font-weight: bold;
    float: left;
    text-transform: uppercase;
  }

  .contenedor-accesibilidad .col-sm-10 {
    padding-left: 10px !important;
  }

  .contenedor-accesibilidad video {
    width: 100% !important;
    height: 100% !important;
  }


}


/*******************************
  FIN SECCION ACCESIBLIDAD
  *******************************/




/*******************************
INICIO DE CAMBIO CLIMATICO

+++++++++++++++++++++********************/
.contenedor-cambioclimatico {
  --verde: #96c139;
}


.contenedor-cambioclimatico .contenedor-seccion {
  padding: 35px 0;
}

.contenedor-cambioclimatico .caja-tipografica {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.contenedor-cambioclimatico .contenedor-seccion .page {
  margin-top: 30px;
}

.contenedor-cambioclimatico .contenedor-seccion .page p:first-of-type {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 7px solid var(--verde);
  margin: 0;
  margin-bottom: 20px;
  height: 5px;
  padding: 5px 0;
}

.contenedor-cambioclimatico .contenedor-seccion>div {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.contenedor-cambioclimatico .caja-contenido-simple {
  padding: 20px 0;
}

.contenedor-cambioclimatico .caja-contenido-simple li {
  margin-bottom: 15px;
}

.contenedor-cambioclimatico h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}


.contenedor-cambioclimatico h2 span {
  background-color: var(--verde);
  color: #FFF;
  font-weight: 800
}


.contenedor-cambioclimatico h2::before {
  content: "\27A4";
  font-weight: 900;
  font-size: 15px;
  color: var(--verde);
  height: 10px;
  width: 10px;

}

.contenedor-cambioclimatico .caja-contenido-simple li strong {
  border-bottom: 3px solid var(--verde);
}



.contenedor-cambioclimatico .caja-contenido-simple li::marker {
  color: var(--verde);
  content: "\27A4";
  font-size: 12px;
}

.contenedor-cambioclimatico .caja-contenido-simple .descripcion {
  border-left: 1px solid #999999;
  padding-left: 10px;
}

.contenedor-cambioclimatico .caja2-4888 .descripcion {
  border: 0;
  background: var(--verde);
  color: #FFF;
  font-weight: 600;
  padding: 50px;
  width: 70%;
  margin: auto;
  position: relative;
}

.contenedor-cambioclimatico .caja2-4888 .descripcion::before {
  content: " ";
  display: block;
  height: 5px;
  width: 130px;
  position: absolute;
  top: 50%;
  left: -130px;
  background: var(--verde);
}

.contenedor-cambioclimatico .caja2-4888 .descripcion:after {
  content: " ";
  height: 5px;
  width: 130px;
  background: var(--verde);
  display: block;
  position: absolute;
  top: 50%;
  right: -130px;
}

@media (width < 700px) {
  .contenedor-cambioclimatico {
    overflow-x: hidden;
  }

  .id_4880 p:first-of-type,
  .id_4881 p:first-of-type {
    text-align: center !important;
  }

  .contenedor-cambioclimatico .titulo {
    font-size: 35px !important;
    text-align: center !important;
    line-height: 1 !important;

  }

  .contenedor-cambioclimatico .caja-tipografica {
    padding: 0;
  }

  .contenedor-cambioclimatico .subtitulo {
    font-size: 22px !important;

  }

  .contenedor-cambioclimatico .caja2-4888 .descripcion {
    width: 90%;
    padding: 25px;
  }
}

/*******************************
    FIN DE CAMBIO CLIMATICO

    *******************************/







/*******************************
    INICIO DE AEROPUERTO A LA VANGUARDIA

    *******************************/



.contenedor-aeropuerto .contenedor-seccion {
  padding: 35px 0;
}

.contenedor-aeropuerto .caja-tipografica {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: 30px;
}

.contenedor-aeropuerto .contenedor-seccion .page {
  /* margin-top: 30px; */
}

.contenedor-aeropuerto .contenedor-seccion .page p:first-of-type {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 7px solid var(--yellow);
  margin: 0;
  margin-bottom: 20px;
  height: 5px;
  padding: 5px 0;
}

.contenedor-aeropuerto .contenedor-seccion>div {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.contenedor-aeropuerto .caja-contenido-simple {
  padding: 20px 0;
}

.contenedor-aeropuerto .text-center {
  border: 7px solid var(--yellow);
}

.contenedor-aeropuerto .contenedor-seccion .col-sm-5 {
  width: 100%;
}

.contenedor-aeropuerto .text-center img {
  width: 100%;
  right: -15px;
  position: relative;
  top: -15px;
}

.contenedor-aeropuerto .col-sm-10 {
  padding-left: 55px !important;
}

.id_4902 .col-sm-5 {
  width: 41.66666667% !important;
}

.caja2-4903 .col-sm-5 {
  width: 100% !important;
}

.contenedor-aeropuerto .col-sm-7 {
  padding-left: 60px !important;
}

.contenedor-aeropuerto .btn-vermas {
  float: right;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}

.contenedor-aeropuerto .btn-vermas::before {
  content: "\27A4";
  font-weight: 900;
  font-size: 15px;
  color: var(--yellow);
  height: 10px;
  width: 10px;
}

.contenedor-aeropuerto .btn-vermas::after {
  content: "aquí!";
  /* Añade el texto " aquí" después del contenido del enlace */
  font-weight: bold;
  color: #FFF;
  /* Cambia el color según tu preferencia */
  background-color: var(--yellow);
  margin-left: 5px;
  padding: 1px 5px;
}

.contenedor-aeropuerto .numero {
  font-size: 38px;
  color: var(--yellow);
  font-weight: 900;
  font-family: "mont-bold";
  text-shadow: 2px 0 #fff, -3px 1px #000000, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  margin-top: -10px;

}

.contenedor-aeropuerto td div {
  display: flex;
  gap: 10px;
  align-items: start;
  padding: 10px;

}

@media (width < 700px) {

  .contenedor-aeropuerto {
    overflow-x: hidden;
  }

  .contenedor-aeropuerto .caja-tipografica {
    padding: 0;
  }

  .contenedor-aeropuerto .contenedor-seccion p:first-of-type {
    text-align: center !important;
  }

  .contenedor-aeropuerto .titulo {
    font-size: 35px !important;
    text-align: center !important;
    line-height: 1 !important;

  }

  .contenedor-aeropuerto .subtitulo {
    font-size: 22px !important;

  }

  .contenedor-aeropuerto .col-sm-10 {
    padding-left: 10px !important;
  }

  .contenedor-aeropuerto .contenedor-seccion .col-sm-5 {
    width: 100%
  }


  .contenedor-aeropuerto .contenedor-seccion .col-sm-5 {
    width: 70%;
    margin: auto;
  }

  .contenedor-aeropuerto img {
    height: 334px;
    object-fit: contain;
  }

  .id_4902 .col-sm-5 {
    width: 100% !important;
  }

  .contenedor-aeropuerto .col-sm-7 {
    padding: 0px !important;
  }

  .contenedor-aeropuerto td div {
    align-items: center;
  }

  .contenedor-aeropuerto td {
    display: block;
    width: 344px;
    border: none !important;
    height: auto !important;
  }

  .contenedor-aeropuerto td::before {
    font-weight: bold;
    float: left;
    text-transform: uppercase;
  }


}

/*******************************
    FIN   DE AEROPUERTO A LA VANGUARDIA
    *******************************/




/*******************************
    INICIO DE COMUNIDADES
    *******************************/

.contenedor-comunidades * {
  text-wrap: balance;
}

.contenedor-comunidades {
  margin-bottom: 100px;
}

.contenedor-comunidades .contenedor-seccion {
  padding: 35px 0;
}

.contenedor-comunidades .caja-tipografica {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: 30px;
}

.contenedor-comunidades .contenedor-seccion .page {
  margin-top: 30px;
}

.contenedor-comunidades .caja-contenido-simple .page {
  margin-top: 0px;
}

.contenedor-comunidades .contenedor-seccion .page p:first-of-type {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 7px solid var(--blue);
  margin: 0;
  margin-bottom: 20px;
  height: 5px;
  padding: 5px 0;
}

.contenedor-comunidades .contenedor-seccion>div {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.contenedor-comunidades .caja-contenido-simple {
  /* padding: 20px 0; */
}


.contenedor-comunidades .text-center {
  border: 7px solid var(--blue);
}

.contenedor-comunidades .contenedor-seccion .col-sm-5 {
  width: 100%;
}

.contenedor-comunidades .text-center img {
  width: 100%;
  right: -15px;
  position: relative;
  top: -15px;
}

.contenedor-comunidades .col-sm-10,
.contenedor-comunidades .col-sm-8 {
  padding-left: 55px !important;
}


.contenedor-comunidades .id_3190 .col-sm-10 {
  padding-left: 0 !important;
  padding-right: 55px !important;
}

.caja1-4911 .text-center img {
  left: -10px;
  right: 0;
  top: -15px;

}

.contenedor-comunidades .btn-vermas {
  float: right;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}

.caja1-4910 .btn-vermas {
  float: inline-start !important;
  margin: 5px 0;


}

.contenedor-comunidades .btn-vermas::before {
  content: "\27A4";
  font-weight: 900;
  font-size: 15px;
  color: var(--blue);
  height: 10px;
  width: 10px;
}

.contenedor-comunidades .btn-vermas::after {
  content: "aquí!";
  /* Añade el texto " aquí" después del contenido del enlace */
  font-weight: bold;
  color: #FFF;
  /* Cambia el color según tu preferencia */
  background-color: var(--blue);
  margin-left: 5px;
  padding: 1px 5px;
}

.contenedor-comunidades .numero {
  font-size: 33px;
  color: var(--blue);
  font-weight: 800;
  font-family: "mont-bold";
  text-shadow: 2px 0 #fff, -3px 2px #b0b0b0, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;

}

.contenedor-comunidades td div {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;

}

.contenedor-comunidades .boton {
  height: 25px;
}

.id_4919 .col-sm-6 {
  margin-top: 30px;
}

.caja2-4922 {
  padding-right: 20px;

}

.caja2-4912 {
  margin-top: -115px;

}

.caja2-4923 {
  border-left: 1px solid #999999;
  padding-left: 20px;
}

.contenedor-comunidades li {
  list-style-type: '-';
  padding-left: 4px;

}


.contenedor-comunidades li::marker {
  color: var(--blue);
  content: "\27A4";
  font-size: 16px;
  vertical-align: top;
  font-weight: bolder;
}

.caja2-4912 span:nth-child(2) span {
  font-family: "Billion";
}

.oportunidades span {
  font-size: calc(2.5rem + 1vw) !important;
  font-family: "Billion";
  font-weight: 500;

}

@media (width < 700px) {

  .contenedor-comunidades {
    overflow-x: hidden;
  }

  .contenedor-comunidades .caja-tipografica {
    padding: 0;
  }

  .contenedor-comunidades .contenedor-seccion p:first-of-type {
    text-align: center !important;
  }

  .contenedor-comunidades .titulo {
    font-size: 35px !important;
    text-align: center !important;
    line-height: 1 !important;

  }

  .contenedor-comunidades img {
    height: auto;
    object-fit: contain;
  }

  .contenedor-comunidades .subtitulo {
    font-size: 22px !important;

  }

  .contenedor-comunidades .col-sm-10,
  .contenedor-comunidades .col-sm-8 {
    padding: 0 !important;
  }

  .contenedor-comunidades img {
    height: 334px;
  }

  .contenedor-comunidades .contenedor-seccion .page p:first-of-type {
    margin: auto !important;
    margin-bottom: 30px !important;
  }

  .contenedor-comunidades .btn-vermas {

    margin: 20px auto;
  }

  .contenedor-comunidades td div {
    align-items: center;
  }

  .contenedor-comunidades td {
    display: block;
    width: 344px;
    border: none !important;
    height: auto !important;
  }

  .contenedor-comunidades td::before {
    font-weight: bold;
    float: left;
    text-transform: uppercase;
  }

  .contenedor-comunidades .numero {
    font-size: 30px;
    min-width: auto;
    text-align: end;
  }

  .caja2-4923 {
    border-left: 0;
    padding-left: 0px;
  }

  .caja2-4912 {
    margin-top: 45px;

  }

  .oportunidades span {
    font-size: 50px !important;
  }
}

/*******************************
    FIN  DE COMUNIDADES
    *******************************/




/*******************************
   INICIO DE BANNER NUESTRAS INICIATIVAS
    *******************************/
.padre-home-85 {
  padding-top: 0px;
}

.padre-home-85 .hijo-home .row {
  height: 100% !important;
  width: 100% !important;

}

.padre-home-85 .hijo-home .row .cont-descripcion {
  display: grid;
  align-items: end;
}

.padre-home-85 .hijo-home {
  transition: all 0.5s ease;
  overflow: hidden;
  /* Ocultamos cualquier contenido que se salga del contenedor */
  background-position: center center;
  transition: all .8s;
  position: relative;
  padding: 125px 0;

}


.padre-home-85 .hijo-home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}

.padre-home-85 .hijo-home:hover::before {
  transform: scale(1.2);

}


.padre-home-85 a {
  /* Asegura que el enlace ocupe todo el espacio del div padre */
  text-decoration: none;

}

.padre-home-85 .cont-descripcion p {
  position: relative;
}

@media (width < 700px) {
  .padre-home-85 * {
    font-size: 20px !important;
  }

  .padre-home-85 .hijo-home {
    height: 145px !important;
  }

  .padre-home-85 {
    padding-top: 0px;
  }

  .padre-home-5 .col-12,
  .padre-home-85 .col-12 {
    padding: 0 !important;
  }

}


/*******************************
   FIN DE BANNER NUESTRAS INICIATIVAS
    *******************************/





/*******************************
   INICIO DE LOS 3 BANNERS
    *******************************/

.child-92 img {
  /* margin-top: 53px; */
  max-width: 250px;
}




#fullpage {
  display: contents;
  height: 100%;
  position: relative;
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 700ms;
}

.page-home {
  margin-top: 5%;
}

/* desdedaaca */
.padre-home-90 {
  /* padding-top: 120px; */
  /*max-height: 40dvh !important;*/
  padding: 98px 0;
}

@media (width < 900.5px) {
  .padre-home-90 {
    max-height: 100% !important;
    padding: 0 0 73px 0;
  }

  .padre-home-90 .contenido-padre>div>.row {
    align-content: center;
  }

  .padre-home-90 .hijo-home {
    width: 100% !important;
  }

  .padre-home-90 .contenido-padre {
    width: 100% !important;
  }
}

@media (width < 900.5px) {
  .hijo-home-92 {
    order: 1;
  }

  .hijo-home-92 img {
    max-width: 350px;
    height: auto;
    margin-top: 0px;
  }


  .hijo-home-91 {
    order: 2;
  }
}



.padre-home-90 .btn-scroll {
  display: none !important;
}

@media (width < 1600px) {
  .child-91 {
    align-items: start !important;
  }
}

@media (width < 1300px) {
  .child-91 {
    align-items: center !important;

  }
}

.child-91 img {
  object-fit: contain;
}

.child-91 .cont-descripcion p {
  padding: 0;
}

.hijo-home-91 .cont-descripcion p {
  color: #000 !important;
  font-weight: 900 !important;

}

.hijo-home-91 .cont-descripcion p span {
  font-size: 14px !important;
}


.hijo-home-91 p:nth-child(2) {
  color: #000 !important;
  margin-top: -125px;
  z-index: 2;

  font-weight: 900;
  position: relative;
  width: 515px;
  /*text-align: center !important; */
  margin-bottom: 10px;
}

.padre-home-90 .d-lg-none {
  display: none !important;
}

.padre-home-90 .d-lg-block {
  display: block !important;
}

@media (width < 900.5px) {
  .padre-home-90 .d-lg-none {
    display: block !important;
  }

  .padre-home-90 .d-lg-block {
    display: none !important;
  }
}

@media (width < 900.5px) {
  .hijo-home-91 .cont-descripcion p {
    z-index: 3;
  }

  .hijo-home-91 p:nth-child(2) {
    margin-top: 0px;
    width: auto;
  }

  .hijo-home-91 p:nth-child(2) img {
    height: 240px !important;
    object-fit: cover;
  }

  .hijo-home-91 img:first-of-type {
    width: 100% !important;
    object-fit: contain;
    height: auto;
  }

  .hijo-home-91 p:nth-child(3) {
    margin-top: -225px;
    padding: 0;
  }

  .hijo-home-91 .cont-descripcion p {
    z-index: 3;
    position: relative;
  }


}

.hijo-home-91 p:nth-child(3) {
  color: #000 !important;
  z-index: 3;
  font-weight: 900;
  position: relative;
  width: 515px;

}

@media (width < 900.5px) {
  .hijo-home-91 p:nth-child(2) {
    width: auto;

  }

  .hijo-home-91 p:nth-child(3) {
    width: auto;

  }


}

.padre-home-93 {
  max-height: 44dvh !important;
  position: relative;
}

@media (width < 900.5px) {
  .padre-home-93 {
    max-height: 100% !important;
    margin-top: -4px;
  }

  .padre-home-93 .contenido-padre>div {
    padding: 0;
  }

}




.padre-home-93 .btn-scroll {
  display: none !important;
}

.padre-home-93.fp-table {
  width: 50%;
  height: auto;
}

.child-94 {
  align-items: start !important;
  position: relative;
}

.hijo-home-94 * {
  padding: 5px;
}

.hijo-home-94 .cont-descripcion {
  position: absolute;
  bottom: 0;
  min-width: 168%;
  left: 0;
  z-index: 10;
}

@media (width < 900.5px) {
  .hijo-home-94 .cont-descripcion {

    position: relative;
    min-width: 100%;
    order: 2;
  }
}




.hijo-home-94 .cont-descripcion p {
  color: #26471a;
  font-size: 19px;
  font-weight: 700;
  padding: 0;
  line-height: 1;
}

@media (width < 900.5px) {
  .hijo-home-95 .cont-descripcion p {
    color: #26471a;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1.3;
  }

  .hijo-home-95 .cont-img img {
    width: 100%;
    max-width: 140px;
    margin-top: -80px;
    margin-bottom: 15px;
    margin-right: -15px;
  }

}





@media (width < 1700px) {
  .hijo-home-94 .cont-descripcion p {
    font-size: 14px !important;
  }
}

.child-94 img:nth-child(1) {

  margin-top: 27px;

}


.child-94 .cont-descripcion p img {

  width: 100%
}

.child-94 .cont-enlace {
  position: absolute;
  bottom: 0;
  min-width: 168%;
  left: 0;
  z-index: 10;
}

.child-94 .cont-enlace .home-button {
  float: right;
  font-weight: 900;
  font-size: 15px;
  margin: 20px 0;
  border: 0;
  color: #26471a;
  padding: 0;
}


.child-94 .cont-enlace .home-button::before {
  content: "\27A4";
  font-weight: 900;
  font-size: 15px;
  color: var(--blue);
  height: 10px;
  width: 10px;
}

.child-94 .cont-enlace .home-button::after {
  content: "aquí!";
  /* Añade el texto " aquí" después del contenido del enlace */
  font-weight: bold;
  color: #FFF;
  /* Cambia el color según tu preferencia */
  background-color: #26471a;
  margin-left: 5px;
  padding: 1px 5px;
}

@media (width < 900.5px) {
  .hijo-home-94 .cont-enlace {
    position: relative;
    bottom: 0;

    left: 0;
    z-index: 10;
  }

  .hijo-home-94 .cont-enlace .home-button {
    float: right;
    font-weight: 900;
    font-size: 15px;
    margin: 20px 0;
    border: 0;
    color: #26471a;
    padding: 0;
  }


  .hijo-home-94 .cont-enlace .home-button::before {
    content: "\27A4";
    font-weight: 900;
    font-size: 15px;
    color: var(--blue);
    height: 10px;
    width: 10px;
  }

  .hijo-home-94 .cont-enlace .home-button::after {
    content: "aquí!";
    /* Añade el texto " aquí" después del contenido del enlace */
    font-weight: bold;
    color: #FFF;
    /* Cambia el color según tu preferencia */
    background-color: #26471a;
    margin-left: 5px;
    padding: 1px 5px;
  }

}

.hijo-home-95 {
  position: relative;

}

.child-95 {
  padding-top: 15px;
  position: relative;
  align-items: start !important;

}

.child-95 .cont-descripcion p {
  font-size: 13px !important;
  padding: 0;
  color: #26471a;
  font-weight: 600;
  padding-left: 15px;
}

.child-95 .cont-descripcion p::before {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 3px solid var(--blue);
  margin: 0;
  margin-bottom: 20px;
  height: 5px;
  padding: 5px 0;
}

@media (width < 1500px) {
  .child-95 {
    padding-top: 15px;
  }

  .child-95 .cont-descripcion p {
    font-size: 13px !important;
    padding-left: 5px;

  }

  .child-95 .cont-descripcion p::before {
    height: 1px;
    padding: 1px 0;
    margin-bottom: 14px;

  }

}




.child-95 img {
  position: absolute;
  width: 100%;
  max-width: 150px;
  bottom: 10px;
  right: 0;
}

.padre-home-96.fp-table {
  width: 50%;
  display: flex !important;
  overflow: hidden;
}

.padre-home-96 {
  max-height: 44dvh !important;
  position: relative;
}

@media (width < 900.5px) {
  .padre-home-96 {
    max-height: 100% !important
  }
}

.padre-home-96 .btn-scroll {
  display: none !important;
}

.child-97 .cont-descripcion p {
  color: #000001;
  font-weight: 700;
}

.child-97 .cont-descripcion p {}

.child-97 .cont-descripcion p:nth-child(1) {
  padding: 0;
  font-size: 18px;
}

.child-97 .cont-descripcion p:nth-child(2) {
  font-family: "costa";
  font-weight: 900;
  font-size: 27px;
  margin-bottom: 15px;
  padding: 0;
}

.child-97 .cont-descripcion p:nth-child(3) {
  border-left: 1px solid gainsboro;
  padding: 0 0 0 20px;
}

@media (width < 1500px) {
  .child-97 .cont-descripcion p:nth-child(3) {
    font-size: 14px !important;
  }
}

@media (width < 900.5px) {

  .padre-home-93,
  .padre-home-93 .col-sm-6 {

    width: 100%;
  }

  .hijo-home-97 .cont-descripcion {
    padding: 20px 0;
  }

  .hijo-home-97 .cont-descripcion p {
    color: #000001;
  }

  .hijo-home-97 .cont-descripcion p:nth-child(1) {
    padding: 0;
    font-size: 18px;
  }

  .hijo-home-97 .cont-descripcion p:nth-child(2) {
    font-family: "costa";
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 15px;
    padding: 0;
  }

  .hijo-home-97 .cont-descripcion p:nth-child(3) {
    border-left: 1px solid gainsboro;
    padding: 0 0 0 20px;
    font-size: 15px;
  }

}

.hijo-home-98 {
  height: 100%;
  /* overflow: hidden; */
  height: 100%;

}

.child-98 {
  position: relative;
  /* overflow: hidden; */

  height: 100%;

}

.child-98>.row {
  width: 100%;
  height: 100%;
  justify-content: center;
  /* align-items: center; */
}

.child-98 .cont-descripcion {
  padding: 15px 0;

  height: 100%;


  /* transform: scale(1.5); */
}



.child-98 .cont-descripcion .contenido-slider {
  width: 80%;
  margin: 0 auto;
  height: 100%;
}

@media (width < 900.5px) {

  .hijo-home-98 .cont-descripcion .contenido-slider {
    width: 80%;
    margin: 0 auto;
    height: 100%;
  }

  .hijo-home-98 .cont-descripcion {
    padding: 15px 0;

    height: 100%;

  }

  .hijo-home-98 .contenido-hijo {
    height: auto !important;
  }

  .hijo-home-98 .col-12>.row {
    width: 100%;
  }
}

.single-ig,
.single-ig .slick-list,
.single-ig .slick-track {
  height: 100%;
}

.single-ig img {
  object-fit: contain;
  transition: all 300ms ease-in-out;
}

.single-ig img:hover {
  object-fit: contain;
  transform: scale(1.1);
}

@media (width < 900.5px) {
  .single-ig img {
    height: 250px;
    margin: 0 auto;
  }
}




.single-ig a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

/*******************************
   FIN DE LOS 3 BANNERS
    *******************************/



/********************
INICIO BANNER EL MEJOR AEROPUERTO DE SUDAMERICA
*******************/
.padre-home-99 {
  height: 50% !important;
  padding: 0px;
  background: #b5dcfc;
}

/* 194058 */
.hijo-home-101 :is(.child-101, .cont-descripcion) {
  padding-left: 0;
  padding-right: 0;
}

.padre-home-99 .child-101 p {
  color: var(--blue);
  padding: 10px 0 !important;
}

.padre-home-99 .child-101 .row {
  margin: 0 auto;
  width: 100%;
}

.padre-home-99 .child-101 .txt-segun {
  font-weight: bolder;
  font-family: "mont-extrabold";
  font-size: 32px;
  line-height: 1;
  background-color: #f4f8ff;
  padding: 6px 19px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 800;
}

.padre-home-99 .child-101 .txt-sky {
  font-weight: bold;
  font-family: "mont-bold";

}

.padre-home-99 .child-101 p:nth-child(2) {
  font-size: 16px;
  font-weight: 800;

}

.padre-home-99 .child-101 p .txt-mejor {
  font-size: 23px;
  font-weight: 800;

}

.hijo-home-102 .contenido-hijo.row {
  position: relative;
}

.child-102 {
  align-items: start !important;

}

.child-102 .row {
  width: 100% !important;
  display: flex;
  height: 100%;
}

.child-102 .row .cont-descripcion {
  width: 50%;
  order: 2;
  position: absolute;
  height: 100%;
  text-align: start !important;

}

.child-102 p {
  height: 100%;

}

.child-102 iframe {
  height: 100% !important;

}

.child-102 .cont-enlace .home-button {
  float: right;
  font-weight: 900;
  font-size: 15px;
  margin: 20px 0;
  border: 0;
  color: var(--blue);
  background: #FFF;
  padding: 10px;
  border-radius: 35px;
  height: fit-content;
}


.child-102 .cont-enlace .home-button::before {
  content: "\27A4 \27A4";
  font-weight: 900;
  font-size: 15px;
  color: var(--blue);
  height: 10px;
  width: 10px;
}

.child-102 .cont-enlace .home-button::after {
  content: " aquí!";
  /* Añade el texto " aquí" después del contenido del enlace */

  color: var(--blue);
  font-family: "mont-extrabold";
  font-weight: 800;



}

.padre-home-103 {
  display: none !important;
}

.padre-home-99 .btn-scroll {
  display: none !important;
}



/********************
FIN BANNER EL MEJOR AEROPUERTO DE SUDAMERICA
*******************/




/********************
INICIO BANNER EL MEJOR AEROPUERTO DE SUDAMERICA RESPONSIVE
*******************/
@media (width < 900.5px) {
  .hijo-home-102 .cont-descripcion p {
    text-align: center;
  }

  .hijo-home-102 .cont-enlace.justify-content-end {
    justify-content: center !important;
    padding-bottom: 15px;
  }

  .padre-home-103 {
    display: block !important;
    background-color: #b5dcfc;

  }

  .padre-home-99 {
    display: none !important;
  }

  .padre-home-103 .hijo-home-104,
  .padre-home-103 .hijo-home-104 .contenido-hijo .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .padre-home-103 .hijo-home-104 p {
    color: var(--blue);
    padding: 10px 0 !important;
  }

  .padre-home-103 .hijo-home-104 .txt-segun {
    font-weight: bolder;
    font-family: "mont-extrabold";
    font-size: 32px;
    line-height: 1;
    background: rgb(181, 220, 252);
    background: -moz-linear-gradient(90deg, rgba(181, 220, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(181, 220, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(181, 220, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5dcfc", endColorstr="#ffffff", GradientType=1);
    padding: 6px 19px;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    font-weight: 800;
  }

  .hijo-home-104 .txt-sky {
    font-weight: bold;
    font-family: "mont-bold";

  }

  .padre-home-103 .contenido-hijo .row {
    width: 100%;
  }

  .padre-home-103 .cont-img img {
    display: block;
    max-width: 160px;
    margin: 0 auto;

  }

  .padre-home-103 .hijo-home-106 p {
    color: var(--blue);
    padding: 10px 0 !important;
  }

  .padre-home-103 .hijo-home-106 p:nth-child(1) {
    font-size: 16px;
    background-color: #FFF;
    border-radius: 30px;
  }

  .padre-home-103 .hijo-home-106 p .txt-mejor {
    font-size: 22px;
    font-weight: 800;

  }

}



/********************
FIN BANNER EL MEJOR AEROPUERTO DE SUDAMERICA RESPONSIVE
*******************/


/********************
INICIO ÓPTIMO ACDM
*******************/

.contenedor-optimoacdm {
  padding: 40px 0 0 0;
}

.contenedor-optimoacdm .titulo {
  line-height: 1;
}


.col-sm-5.img-4974 .text-center {
  height: auto;
  background: var(--low-cian);
  border-radius: 65%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  width: 70%;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.col-sm-5.img-4974 .text-center img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-top: -121px;
  max-width: 144%;
  position: absolute;
}


.caja2-4975,
.caja2-4976,
.caja2-4977,
.caja2-4978,
.caja2-4979 {
  padding-top: 85px;
}

.caja2-4977,
.caja2-4978 {
  padding-bottom: 85px;

}


.contenedor-optimoacdm .titulo-fondoazul {
  background-color: var(--low-cian);
  color: #FFF;
  padding: 5px;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
}

.contenedor-optimoacdm .titulo-dos {
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}


.caja2-4975 p:nth-child(4),
.caja2-4975 p:nth-child(6),
.caja2-4975 p:nth-child(8) {
  font-size: 22px;
  line-height: 1;
}

.caja2-4976 p:nth-child(4),
.caja2-4976 p:nth-child(6),
.caja2-4976 p:nth-child(8) {
  font-size: 22px;
  line-height: 1;
}

.caja2-4977 p {
  line-height: 1.2;
}


@font-face {
  font-family: "Avenir-Medium";
  src: url("/skins/page/fonts/Avenir-Medium.ttf");
}

@font-face {
  font-family: "Avenir-Medium";
  src: url("/skins/page/fonts/Avenir-Medium.ttf");
}

@font-face {
  font-family: "Avenir-Bold";
  src: url("/skins/page/fonts/AvenirNext-BoldItalic-02.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Avenir-Heavy";
  src: url("/skins/page/fonts/AvenirNext-Heavy-09.ttf");
  font-weight: 900;
}

.caja2-4978 ul {
  list-style-image: url("/skins/page/images/arrsmall.png");


}

.caja2-4978 li {
  font-family: "Avenir-Medium" !important;

  font-size: 25px;
  margin-bottom: 13px;
  color: #606060 !important;
  padding-left: 10px;
}

.caja2-4978 li strong {
  font-family: "Avenir-Medium" !important;
  font-size: 25px;
}


.id_4979.contenedor-seccion {
  padding: 40px 0 80px 0;


}

.id_4979.contenedor-seccion .descripcion {
  /* position: absolute; */
}

.id_4979.contenedor-seccion p {
  /* color: red !important; */
  /* position: absolute; */
  line-height: 1;
  min-height: 98px;
  display: grid;
  align-items: end;
  margin-bottom: -35px;
  font-size: 30px;
  font-family: "Avenir-Medium";


}

.id_4979.contenedor-seccion p strong {
  font-family: "mont-extrabold";
  font-weight: 700;

}



.id_4979.contenedor-seccion img {
  width: 64%;
  object-fit: contain;
  margin: auto;
  display: block;
  left: -25px;
  position: relative;

}

/********************
FIN ÓPTIMO ACDM

*******************/



/********************
INCIIO RESPONSIVE ÓPTIMO ACDM
*******************/
@media (width < 577.5px) {

  .caja1-4974 .col-sm-7 {
    order: 2;
  }

  .caja1-4980 .col-sm-5 {
    order: 1;
  }

  .col-sm-5.img-4974 .text-center {

    margin-top: 63px;

    margin-bottom: 30px;
  }

  .caja1-4974 .descripcion p:nth-child(3) span,
  .caja1-4974 .descripcion p:nth-child(5) span {
    font-size: 17px !important;
  }

  .caja1-4974 .descripcion p:nth-child(1) {
    text-align: center !important;

    text-wrap: pretty !important;

  }


  .contenedor-optimoacdm .titulo {
    font-size: 32px !important;
    width: 100%;
    display: block;
  }

  .contenedor-optimoacdm .titulo-fondoazul {
    font-size: 25px;
    margin: auto;
  }


  .contenedor-optimoacdm .titulo-dos {
    text-align: center;
    font-size: 40px;
    width: 100%;
    display: block;
  }

  .caja2-4975 p:nth-child(4),
  .caja2-4975 p:nth-child(6),
  .caja2-4975 p:nth-child(8) {
    font-size: 17px;

  }

  .caja2-4976 p:nth-child(4),
  .caja2-4976 p:nth-child(6),
  .caja2-4976 p:nth-child(8) {
    font-size: 17px;
    text-align: center;

  }

  .caja2-4977,
  .caja2-4978 {
    padding-bottom: 25px;
  }

  .caja2-4977,
  .caja2-4978,
  .caja2-4979 {
    padding-top: 25px;
  }

  .caja2-4977 p span {
    font-size: 18px !important;
    text-wrap: nowrap;
  }

  .id_4979.contenedor-seccion img {
    width: 100%;

  }

  .id_4979.contenedor-seccion p {

    margin-bottom: -26px;
    font-size: 27px;

  }
}

/********************
FIN RESPONSIVE ÓPTIMO ACDM
*******************/






/********************
INICIO QUIENES CONFIRMAN
*******************/
.id_4983 {
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 0;
}

.id_4983::before {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 15px solid var(--yellow);
  margin: 0;
  margin-bottom: 23px;
  height: 5px;
  padding: 5px 0;
  margin-top: 30px;
}


.id_4983 .page p:first-of-type {
  content: "";
  display: block;
  width: 6em;
  max-width: 70%;
  border-bottom: 4px solid var(--yellow);
  margin: 0;
  margin-bottom: 23px;
  height: 5px;
  padding: 5px 0;
  margin-top: 30px;
}

.id_4983 .container {
  padding-left: 90px;
}

@media (width < 577.5px) {
  .id_4983 .container {
    padding-left: 15px;
  }

}

/********************
FIN QUIENES CONFIRMAN
*******************/



/********************
INICIO NUESTRO COMPROMISO
*******************/
.id_4984 {
  padding: 40px 0;
}

.id_4984 .col-sm-4:nth-child(2),
.id_4984 .col-sm-4:nth-child(5) {
  border-left: 1px solid #80808040;
  border-right: 1px solid #80808040;

}

.id_4984 .col-sm-4 {
  margin-bottom: 40px;
}

.id_4984 .caja-contenido-simple {
  padding: 0 40px;

}

.id_4984 .descripcion {
  margin-top: 20px;
}

.id_4984 .imagen-contenido {
  border: 7px solid #96c139;
  ;
}

.id_4984 .imagen-contenido img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transform: translate(10px, -15px);
}


@media (width < 577.5px) {
  .id_4984 .caja-contenido-simple {
    padding: 0;
  }

  .id_4984 .col-sm-4:nth-child(2),
  .id_4984 .col-sm-4:nth-child(5) {
    border-left: 0;
    border-right: 0;

  }
}




/********************
FIN NUESTRO COMPROMISO
*******************/




/********************
INICIO PISTA DE OPORTUNIDADES
*******************/
.contenedor-pistadeoportunidades {
  padding: 40px 0;

}

.span-pista {
  font-weight: 700;
  font-family: "mont-extrabold";


}

.id_4991 .oportunidades span {
  font-size: calc(2.5rem + 1vw) !important;
  font-family: "Billion";
  font-weight: 500;
}


.caja3-4992 {
  padding-bottom: 16px;
  border-bottom: 1px solid #ffc833;
}


.caja3-4993,
.caja1-4994 {
  margin-top: 20px;
}

.caja1-4994,
.caja1-4994>.row {
  /* height: 100%; */
}

.contenedor-iframes {
  height: 172px;
  overflow-y: scroll;
  scrollbar-color: #ffc833 #f3dfa8;
}

.id_4991 .row>* {
  padding-right: calc(var(--bs-gutter-x)* .5) !important;
  padding-left: calc(var(--bs-gutter-x)* .5) !important;
}

.caja3-4993 .text-desc img {
  margin-top: 30px;
}

.caja3-4993 .text-desc p:nth-child(3) {
  background-color: #ffc833;
  padding: 5px;
  margin-top: 13px;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.img-4994 {
  margin-top: auto;
}

.contenedor-pistadeoportunidades .btn-vermas {
  font-weight: bold;
  margin-top: 80px;

}

.contenedor-pistadeoportunidades .btn-vermas::before {
  content: "\27A4";

  font-size: 15px;
  color: #ffc833;
  height: 10px;
  width: 10px;
  font-weight: bold;

}

.contenedor-pistadeoportunidades .btn-vermas::after {
  content: "aquí para ingresar";
  /* Añade el texto " aquí" después del contenido del enlace */
  font-weight: bold;
  color: #FFF;
  /* Cambia el color según tu preferencia */
  background-color: #ffc833;
  margin-left: 5px;
  padding: 1px 5px;
}

@media (width < 577.5px) {

  .id_4991 .col-sm-5 {
    order: 2;
  }

  .id_4991 .col-sm-7 {
    order: 1;
  }

  .caja1-4994 .col-sm-7 {
    order: 2;
    margin-top: 30px;
  }

  .caja1-4994 .col-sm-5 {
    order: 1;
  }

  .contenedor-pistadeoportunidades .btn-vermas {
    font-weight: bold;
    margin-top: 8px;

  }

}

/********************
FIM  PISTA DE OPORTUNIDADES
*******************/

@media screen and (max-width: 768px) {
  .footer-info .right-bx .float-icon {
    display: none;
  }

  .footer-info .left-bx .float-icon {
    display: none;
  }

  .footer-info h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "mont-bold";
  }

  .footer-info .left-bx {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }

  .footer-info {
    font-size: 1rem;
  }

  .footer-info .line-text {
    font-size: 1rem;
  }

  .footer-info .footer-icon {
    margin-right: 10px;
    font-size: 1.5rem;
  }

  .footer-info {
    text-align: left;
  }

  .footer-info .left-bx::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: inherit;
    z-index: 10;
  }
}



/*****************************************************************************
INICIO CAMBIO CLIMATICO EL DORADO PUFICA EL AIRE QUE RESPIRAS
****************************************************************************/
:root {
  --verde-cambio: #95c11f;
  --verde-cambio-claro: #bad66e;
}

.id_5035 .titulo {
  line-height: 1;
}

.img5037 img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  /* Asegura la proporción de la imagen */
  object-fit: cover;
  /* Para mejor control de visualización */
}

.caja2-5037 .descripcion::before {
  content: "";
  display: block;
  width: 4em;
  background-color: var(--verde-cambio);
  height: 10px;
  margin-bottom: 45px;
  box-sizing: border-box;
}

.caja2-5037 .descripcion {
  border: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 765px) {

  .img5037,
  .caja2-5037 .col-sm-7 {
    width: 50% !important;
  }

}



.id_5036 .caja-tipografica,
.id_5036.contenedor-seccion>div {
  padding: 0 !important;
  width: 97%;
}

.id_5036 .caja-tipografica {
  width: 100%;
  padding: 65px !important;
}

.id_5036 .py-4,
.id_5036 .py-5 {
  padding: 0 !important;
}

.id_5036 .caja-tipografica {
  background-color: #FFF;
}

.id_5036 .justify-content-center {
  justify-content: start !important;
}

.id_5036 .descripcion-three.text-center {
  text-align: start !important;
  position: relative;
}

.id_5036 .descripcion-three img {
  width: 100%;
  object-fit: contain;
  max-width: 140px;
  position: relative;
  right: -60px;
  top: -19px;
  height: 150px;
}


.id_5036 .descripcion-three img.img2 {
  right: -136px;
  top: -39px;
}

.id_5036 .descripcion-three:has(img.img1, img.img2)::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/skins/page/images/greenarrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  top: 50%;
  right: 0;
  position: absolute;
  display: inline-block;
}

.id_5036 .descripcion-three img.img3 {
  max-width: 220px;
  right: -108px;
  top: -45px;

}

.caja3-5041 .descripcion {
  border: 0 !important;
  padding-left: 0 !important;
}

.caja3-5041 {
  border-top: 15px solid #e6e6e6;
  border-bottom: 15px solid #e6e6e6;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.caja3-5042 img {
  height: 100%;
  object-fit: contain;
  -webkit-object-fit: contain;
  display: block;
  margin: 0 auto;
  /*max-height: 400px;*/

}

/* Prevenir comportamientos inesperados de scroll en iOS */
.caja3-5041 {
  -webkit-overflow-scrolling: touch;
  /* ... resto de tus propiedades ... */
}

/* Asegurar que las imágenes se rendericen correctamente en iOS */
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 991px) {
  .id_5036 .caja-tipografica {
    padding: 20px !important;
  }

  .id_5036 .col-sm-4 {
    width: 66.66666667% !important;
  }

  .id_5036 .caja-tipografica {
    justify-content: center !important;
  }

  .id_5036 .col-sm-6 {
    width: 66.66666667% !important;
  }

  .caja3-5041 {
    height: auto !important;
  }
}

@media (max-width: 765px) {

  .id_5036 .col-sm-6,
  .id_5036 .col-sm-4 {
    width: 100% !important;
  }

  .id_5036 .descripcion-three img.img2 {
    right: -99px;
    top: -21px;
  }

  .id_5036 .descripcion-three img.img3 {
    max-width: 230px;

    top: -37px;
  }

  .id_5036 .descripcion-three img.img1::after,
  .id_5036 .descripcion-three img.img2::after {
    transform: rotate(90deg);
    content: "";
    /* Esto es necesario para que ::after funcione */
    display: block;
    /* Asegúrate de que el pseudo-elemento sea visible */
  }

  .caja3-5042 img {
    height: auto !important;
  }

  .img5037,
  .caja2-5037 .col-sm-7 {
    width: 100% !important;
  }

  .caja2-5037 .descripcion::before {

    margin-bottom: 15px;
    margin-top: 25px;

  }

  .caja3-5041 {
    height: 525px !important;
  }
}

/* iPhone específico */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

  .id_5036 .col-sm-6,
  .id_5036 .col-sm-4 {
    width: 100% !important;
  }

  .id_5036 .descripcion-three img.img2 {
    right: -103px;
    top: -17px;
  }

  .id_5036 .descripcion-three img.img3 {
    max-width: 210px;
    top: -37px;
    right: -130px;
  }

  .id_5036 .descripcion-three img.img1::after,
  .id_5036 .descripcion-three img.img2::after {
    transform: rotate(90deg);
    content: "";
    /* Esto es necesario para que ::after funcione */
    display: block;
    /* Asegúrate de que el pseudo-elemento sea visible */
  }
}

/*****************************************************************************
FIN CAMBIO CLIMATICO EL DORADO PUFICA EL AIRE QUE RESPIRAS
****************************************************************************/


/*****************************************************************************
NUEVO COMUNICADOS INICIO
****************************************************************************/

.titulo-com .title:hover {
  text-decoration: underline;
}

.row-comunicados .fecha {

  font-size: 13px !important;

}

.volver {
  display: block;
  padding: 5px 20px;
  border: 3px solid var(--blue);
  border-radius: 5px;
  text-align: center;
  color: var(--blue);
  font-size: 1rem;
  text-decoration: none;
}

.volver:hover {
  color: var(--blue);

}

.comunicados {
  padding-top: 3rem;
}

.enlace-idioma {
  color: var(--color-primario);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.titulo-com .title:hover {
  text-decoration: underline;
}

.row-comunicados .fecha {

  font-size: 13px !important;

}

.titulo-com .title:hover {
  text-decoration: underline;
}

:root {
  --color-primario: #1c3456;
  --color-secundario: #6a6a6a;
  --color-terciario: rgb(19, 35, 59);
}

.btn-noticia {
  background-color: var(--color-primario);
  color: #fff;
  padding: 7px 12px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.btn-noticia:hover {
  background-color: var(--color-terciario);
  color: #fff;
}

.fecha-actualizacion span {
  color: var(--color-secundario);
  font-size: 14px;
  font-weight: 600;
}

.img-comunicado-principal {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  max-height: 350px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: 2px 3px 11px 3px rgba(0, 0, 0, 0.2);
}

h1.titulo-comunicado {
  color: var(--color-primario);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.introduccion {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
  font-size: 14px;
  font-weight: 400;
}

.introduccion * {
  height: 100%;
}


.txt-primario {
  color: var(--color-primario);
}

.txt-secundario {
  color: var(--color-secundario);
}

.txt-terciario {
  color: var(--color-terciario);
}

.subtitulo-comunicados {
  font-size: 17px;
}

.subtitulo-comunicados::after {
  content: "";
  display: block;
  width: 175px;
  height: 4px;
  background-color: #dbdbdb;
}

.subtitulo-comunicados.text-center::after {
  margin: 0 auto;
}


.titulo-comunicado-reciente {
  font-size: 14px;
  font-weight: 400;
  font-family: "mont-Regular";
}



.btn-noticia-reciente {
  padding: 4px 8px;
  font-size: 12px;
}

.fecha-comunicado-reciente {
  font-size: 11px;
  color: var(--color-secundario);
  font-weight: 600;
}

.img-comunicado-reciente {
  box-shadow: 1px 2px 11px 1px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  /* min-height: 100px; */
}

.compartir-principal {
  color: var(--color-secundario) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.row-comunicados .compartir svg {
  fill: #FFF;
  width: 12px;
}

.row-comunicados .compartir a {
  display: flex;
  justify-content: center;
  align-items: center;

}

.compartir-reciente {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.enlace-idioma {
  color: var(--color-primario);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.img-comunicado-destacado {
  height: 150px;
  object-fit: cover;
}

@media (width <=768px) {
  .subtitulo-comunicados {
    margin-top: 15px;
  }
}

.comunicados .active>.page-link,
.comunicados .page-link.active {
  background-color: var(--color-primario);
  border-color: #FFF;

  color: #FFF;
}

.comunicados .page-link {
  color: var(--color-primario);
}

@media (width <=991px) {
  .pagination {
    width: 100%;
    flex-wrap: wrap;
  }

  .comunicados .page-link {
    font-size: 10px;
  }
}

/*****************************************************************************
FIN NUEVO COMUNICADOS
****************************************************************************/




/***************************************************************************** BANNER INICIO
EL MEJOR AEROPUERTO DE SUDAMERICA POR SEPTIMA VEZ	 
****************************************************************************/

.padre-home-107 {
  height: 100dvh !important;
}

.padre-home-107 * {
  font-family: "Avenir-Medium";
}

.child-108 {
  display: block !important;
  margin: auto !important;
}

.child-108 img {
  width: 100%;
}

.hijo-home-108 .cont-descripcion>p {
  line-height: 1;
  padding: 0;
  font-size: 25px;
}

.hijo-home-108 .cont-descripcion .row .col-8 {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  max-width: 445px;
}

.hijo-home-108 .cont-descripcion .row p {
  line-height: 1;
  padding: 0;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}

.hijo-home-108 .cont-descripcion .row .col-8 p em:first-child {
  font-size: 25px;
  margin-bottom: 10px;
}

.hijo-home-108 .cont-descripcion .row .col-8 p br:nth-of-type(1) {
  display: none;
}

.hijo-home-108 .cont-descripcion .row .col-8 p br:nth-of-type(2) {
  display: none;
}

.hijo-home-108 .cont-descripcion .row .col-8 p br:nth-of-type(3) {
  display: none;
}

.hijo-home-108 .cont-descripcion .row .col-8 p span {
  font-size: 35px;
  font-weight: 900;
  font-family: "Avenir-Heavy" !important;
}

.hijo-home-108 .cont-descripcion .row .col-8 p span:nth-of-type(2) {
  font-size: 40px;
}

.hijo-home-108 .cont-descripcion .row .col-8 p em:nth-of-type(2) {
  text-align: start;
  width: 100%;
  display: block;
  font-weight: 800;

}

.page-home .btn-scroll {
  display: none !important;
}

.hijo-home-108 .cont-descripcion p:nth-child(3) {
  text-align: center;
}


.hijo-home-108 .cont-descripcion p:nth-child(4) {

  color: #000;
  text-align: center;
  font-weight: 800;
  top: -92px;
  position: relative;
}

.child-109 iframe {
  max-width: 100% !important;
  height: 90% !important;
  margin: auto !important;
  aspect-ratio: 9 / 16 !important;
}




.padre-home-110 {
  height: 33dvh !important;
}

.child-111 .cont-descripcion p {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.padre-home-110 .col-12.px-0>div {
  height: auto !important;

}

.padre-home-110 .col-12.px-0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.padre-home-110 .contenido-hijo {
  height: auto !important;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.padre-home-110 .cont-descripcion p {
  color: #000;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 800;
}

.hijo-home-111 {
  margin-bottom: 20px;
  margin-top: 10px;

}

.padre-home-110 .cont-descripcion .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.padre-home-110 .hijo-home {
  padding: 0;
}

.padre-home-110 .hijo-home .cont-descripcion {
  padding: 0;
}

.padre-home-110 .hijo-home .cont-descripcion {
  font-size: 14px !important;
}

.padre-home-110 .hijo-home .cont-descripcion strong,
.padre-home-110 .hijo-home .cont-descripcion strong * {
  font-size: 20px !important;
  font-family: "Avenir-Heavy" !important;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
}

.padre-home-110 .hijo-home .cont-descripcion em strong {
  font-size: 14px !important;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
}





.padre-home-96.fp-table {
  width: 100% !important;
  /* display: block !important; */
}

.hijo-home-97 .cont-descripcion p strong {
  font-size: 30px !important;
  font-family: "Avenir-Heavy" !important;
  font-weight: 800 !important;

}

.child-115 .cont-descripcion p,
.hijo-home-115 .cont-descripcion p {
  font-size: 21px !important;
  color: #000 !important;
  font-weight: 600;
  border-left: 5px solid #FFF;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}

.child-98 .cont-descripcion {
  padding: 0;
}

.slick-slide img {
  margin: auto !important;

}

.padre-home-116 {
  /* height: 35dvh !important; */
  padding-top: 20px;
  overflow: hidden;
}


.hijo-home-117 .cont-descripcion p {

  width: auto;
  color: #fff;

  position: relative;
  font-weight: 900;
  font-family: "mont-bold";
  font-size: 40px;
  line-height: 1;
  position: absolute;
  margin-left: auto;
  text-align: end;
  width: 85%;
  text-shadow: 4px 2px 6px black;


}

.child-117>.row {
  width: 100%;
}

.child-117 .cont-descripcion .col-12.col-md-8 {
  margin-top: 90px;
  position: relative;
}

.hijo-home-117 .cont-descripcion .d-flex img:nth-child(1) {
  /* width: 200px;
  height: 200px; */
  top: -75px;

  position: absolute;
}

.child-117 .cont-descripcion .d-flex img:nth-child(2) {
  width: 100%;
  /* margin-left: 15%; */
  z-index: 1;
  object-fit: contain;
  margin-top: -5px;
  height: auto;
  padding-left: 15%;
}

.hijo-home-117 .cont-descripcion .d-flex a {

  position: absolute;
  right: 0;
  bottom: 14%;
  z-index: unset
}

.hijo-home-117 .cont-descripcion .d-flex a img {



  width: 100% !important;
  max-width: 200px;
  object-fit: contain;
  height: auto !important;
  top: auto !important;
  position: relative !important;
  z-index: 3;

}

.hijo-home-117 iframe {
  max-width: 106% !important;
  position: absolute;
  bottom: 16%;
  margin-left: -35px;
  z-index: 2;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;

}

.child-117 .cont-descripcion .col-12.col-md-4 {
  position: relative;
}

@media(width<=1200px) {
  .hijo-home-108 .cont-descripcion p:nth-child(4) {
    font-size: 18px;
    top: -86px;
  }

  .child-117 .cont-descripcion .d-flex a img {
    max-width: 120px;
  }

  .padre-home-110 .cont-descripcion p {
    font-size: 12px;
  }

  .padre-home-110 .hijo-home .cont-descripcion strong,
  .padre-home-110 .hijo-home .cont-descripcion strong * {
    font-size: 17px !important;
  }
}

@media(width<=991px) {

  .hijo-home-108 .cont-descripcion .row .col-4,
  .hijo-home-108 .cont-descripcion .row .col-8 {
    width: 100% !important;
  }

  .hijo-home-108 .cont-descripcion .row img:first-of-type {
    max-width: 200px !important;
    margin: auto !important;
    display: block;
  }

  .hijo-home-108 .cont-descripcion p:nth-child(4) {
    font-size: 16px;
    top: -81px;
  }

  .padre-home-110 .cont-descripcion .row .col-md-4,
  .padre-home-110 .cont-descripcion .row .col-md-8 {
    width: 100% !important;
  }

  .padre-home-110 .img-fluid {
    width: 115px;
    margin: auto;
    display: block;
  }

  .padre-home-110 .cont-descripcion p {
    font-size: 12px;
    text-align: center;
  }

  .hijo-home-117 .cont-descripcion p {
    font-size: 28px;
  }

  .padre-home-85 .cont-descripcion p span {
    font-size: 33px;
    line-height: 1;
  }

  .child-115 .cont-descripcion p,
  .hijo-home-115 .cont-descripcion p {
    font-size: 15px !important;
  }

  .hijo-home-97 .cont-descripcion p strong {
    font-size: 25px !important;
    line-height: 1;
  }



}

@media(width<=900px) {
  .hijo-home-117 .cont-descripcion .row {
    gap: 20px;
  }

  .hijo-home-117 .cont-descripcion .row .col-md-8,
  .hijo-home-117 .cont-descripcion .row .col-md-4 {
    width: 100% !important;
  }

  .hijo-home-117 .cont-descripcion .row .col-md-8 {
    position: relative;
  }

  .hijo-home-117 .cont-descripcion .d-flex img:nth-child(1) {
    max-width: 140px;
    height: auto;
    top: 0px;
    position: absolute;
  }

  .hijo-home-117 .cont-descripcion .d-flex img:nth-child(2) {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: contain;
  }

  .hijo-home-117 iframe {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    bottom: 0 !important;
    margin: 0 auto !important;
    /* aspect-ratio: unset !important; */
    position: relative !important;
    display: block;
    margin-bottom: 20px !important;
  }

  .hijo-home-117 .cont-descripcion p {
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
  }

  .hijo-home-117 .cont-descripcion .d-flex a {
    bottom: 20px;
  }
}

@media(width<=765px) {
  .padre-home-107 {
    height: auto !important;
    padding: 25px 0;
  }

  .padre-home-107 .cont-descripcion .text-end {
    text-align: center !important;
  }

  .padre-home-107 .justify-content-end {
    justify-content: center !important;
  }

  .hijo-home-108 .cont-descripcion .row .col-8 p span {
    font-size: 29px;
    line-height: 1;

  }

  .hijo-home-108 .cont-descripcion .row .col-8 p span:nth-of-type(2) {
    font-size: 29px;
    line-height: 1;
  }

  .padre-home-110 {
    height: auto !important;
    padding: 60px 0 25px 0;

  }

  .hijo-home-111 {
    margin-bottom: 0 !important;
  }

  .hijo-home-111 .cont-descripcion p {
    font-size: 14px !important;

  }

  .padre-home-110 .contenido-hijo.row {
    width: 100%;
  }

  .padre-home-110 .contenido-hijo.row .row {
    width: 100%;
  }

  .padre-home-110 .row.d-flex.justify-content-center {
    gap: 15px;
  }

  .hijo-home-117 .cont-descripcion p {
    font-size: 18px;
    text-align: end;
  }

  .padre-home-116 .hijo-home .row>* {
    padding: 0 !important;
  }

  .hijo-home-117 .cont-descripcion .d-flex img:nth-child(1) {
    max-width: 100px;
    z-index: 1;
    top: -44px;
  }

  .hijo-home-117 .cont-descripcion .d-flex img:nth-child(2) {
    object-fit: fill;
    height: auto;
    z-index: 2;
  }

  .hijo-home-117 .cont-descripcion .d-flex a {
    z-index: 2;

  }

  .hijo-home-108 .cont-descripcion p:nth-child(4) {
    font-size: 13px;
    top: -76px;
  }
}

@media (width <=500px) {
  .hijo-home-117 .cont-descripcion p {
    font-size: 13px;
  }
}

.child-109>div.row {
  height: 90%;
  margin: auto 0;
}

.child-109 .cont-descripcion>p {
  height: 92%;
  margin: auto 0;
  padding-bottom: 0;
}

.child-109 .cont-descripcion>p {
  height: 92%;
  margin: auto 0;
  padding-bottom: 0;
}

.child-109>div.row {
  height: 90%;
  margin: auto 0;
}


/***************************************************************************** BANNER FIN
EL MEJOR AEROPUERTO DE SUDAMERICA POR SEPTIMA VEZ	 
****************************************************************************/
/***************************************************************************** BANNER INICIO NUEVO INTERNAS
****************************************************************************/
.content-banner-new {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.content-banner-new .banner-title {
  font-family: 'mont-regular';
  border-left: 10px solid var(--yellow);
  color: var(--blue);
  font-size: 30px;

}

.content-banner-new .banner-title h3 {
  font-family: 'mont-regular';
  font-weight: 400;
  font-size: 40px;
}

.content-banner-new .banner-subtitle {
  font-family: 'mont-bold' !important;
  font-weight: 700 !important;
  color: var(--blue);

}

.content-banner-new .banner-des strong {
  font-family: 'mont-extrabold';
  font-weight: 900;
}

/***************************************************************************** BANNER FIN NUEVO INTERNAS
****************************************************************************/

/***************************************************************************** AJUSTE NUEVO BANNER INICIO
****************************************************************************/
.fondo-amarillo {
  background-color: #FDCB5C;
  color: #3B3935;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  margin: 0;
}

.font1-8 {
  font-size: 1.5rem !important;
}

.text16 {
  font-size: 1.1rem;
  font-family: 'mont-extrabold';
}

.bloque_gris {
  display: block;
  position: absolute;
  width: 30px;
  height: 35px;
  background: #3B3935;
  margin-top: 5px;
}

.margen-texto-footer {
  margin-left: 45px;
}

.tel-footer {
  transform: rotate(-35deg);
  font-size: 40px;
  margin-right: 20px;
}

.margen-imagen-footer {
  margin-top: -14px;
  margin-left: 20px;
}

.fondo-cafe {
  background-color: #747235 !important;
  color: #000 !important;
}

.footer-info .line-text span {
  color: #000;
}

.footer-info {
  border-top: 10px solid #fff;
}

.footer-info .left-bx::before {
  right: 0px;
}

.footer-info .left-bx:not(:first-child)::before {
  display: none;
  content: none;
  /* por si acaso */
}

.footer-info h3.brown::before {
  top: -2px;
}

.texto-notificaciones {
  font-size: 0.9rem;
}

.footer-info .left-bx {
  padding-right: 20px;
}

.btn-blanco-footer {
  background: white;
  padding: 4px 6px;
}

@media (width <=765px) {
  .margen-imagen-footer {
    margin-top: 20px !important;
    margin-left: 0px !important;
    width: 100px;
  }
  .footer-info .left-bx{
    padding: 10px !important;
  }
  .footer-info .line-text{
    margin: 0 !important;
    padding: 0 !important;
  }
}

/***************************************************************************** AJUSTE NUEVO BANNER FIN  
****************************************************************************/