/********** Template CSS **********/
:root {
  --bg-color: #fff;
  --primary: #619ad4;
  --secondary: #525368;
  --light: #ffffff;
  --dark: #111540;
  --dark-text: #111540;
  --violeta: #111540;
  /*--violeta: #350035;*/
  --font-color: #2c3c4a;
  --white: #ffffff;
  --white-text: #ffffff;
  --gray: #f1f1f1;
  --hue: 174;
  --sat: 63%;
}

[data-theme="dark"] {
  --bg-color: hsl(209, 100%, 11%);
  --gradient-dark: linear-gradient(
    45deg,
    #002f5c 0%,
    #00519c 70%,
    #00adff 100%
  );
  --primary: #619ad4;
  --primary-text: #ffffff;
  --light: #ffffff;
  --dark: #111540;
  --dark-text: #fff;
  --dark-text-a: #002f5c;
  --white: #ffffff;
  --white-text: #111540;
  --font-color: #f2f2f2 !important;
  --heading-color: #818cab;
  --gray: hsl(209, 100%, 21%);
  --back: url(../img/bg-slider-dark.png) no-repeat center bottom;
  /*--image-filter: grayscale(30%);*/
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--primary);
}
.orange {
  color: #619ad4 !important;
}
.table-responsive {
  color: var(--dark);
}
.table-responsive th {
  color: var(--dark-text);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--dark-text) !important;
}
#myPanzoom {
  background-color: #eee;
}

/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slidersw {
  background-color: var(--light);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slidersw:before {
  background-color: var(--light);
  bottom: 4px;
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
  font-family: "Font Awesome 5 Free";
  content: "\f185";
  color: var(--dark-text);
  text-align: center;
  line-height: 26px;
  font-weight: 700;
}

input:checked + .slidersw {
  background-color: var(--primary);
}
.modal-header {
  border: none !important;
}
.modal-footer {
  border: none !important;
}
.btn.live {
  height: auto !important;
  background: transparent !important;
  border: none;
}
.btn.live.active {
  background: #09bb06 !important;
  padding: 0px 5px;
  border-radius: 35%;
}
.green {
  color: #09bb06;
}
input:checked + .slidersw:before {
  transform: translateX(26px);
  font-family: "Font Awesome 5 Free";
  content: "\f186";
  color: var(--primary);
  text-align: center;
}
.sub-menu a {
  color: var(--dark-text);
}
.slidersw.round {
  border-radius: 34px;
}

.slidersw.round:before {
  border-radius: 50%;
}
#urna {
  background-color: var(--primary);
  color: var(--white);
  border: none;
}
.bg-dark {
  background-color: var(--dark) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.bg-shadow {
  position: relative;
  font-size: 1.2rem;
  top: 0;
  line-height: 1.4rem;
  box-shadow: 0 0 45px rgb(0 0 0 / 10%);
  transition: 0.2s;
  /* filter: drop-shadow(rgba(0, 0, 0, 0.1) 0mm 5mm 3mm); */
}

.bg-shadow:hover {
  top: -0.5rem;
}
.bg-shadow .btn-primary,
.accessibility-bar .btn-primary {
  background: var(--dark-text);
  color: var(--white-text);
  border: 1px solid var(--dark-text);
}
.bg-shadow .btn-primary:hover,
.accessibility-bar .btn-primary:hover {
  background: var(--white-text);
  color: var(--dark-text);
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

body {
  margin-top: 0 !important;
  overflow-x: hidden;
  /*font-size: 17px;*/
  top: 0 !important;
  color: var(--font-color) !important;
  /*background: var(--bg-color) url(../img/bg.png) no-repeat center center;*/
  background: var(--bg-color);
  /* font-family: "Mukta", sans-serif;
  font-weight: 300; */
  font-family: "Simonetta", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
b,
strong {
  font-weight: 600;
}
lord-icon {
  color: var(--dark-text);
}
.links--home::after,
.links--home::before {
  content: "";
  border: solid 0.5px var(--primary);
  background: var(--primary);
  display: block;
  width: 30%;
  height: 3px;
  margin: 30px auto;
}
h1::after {
  content: "";
  border: solid 0.5px var(--primary);
  display: block;
  width: 30%;
  margin: 10px auto;
}
h1,
.h1,
h2,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
  font-weight: 600;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
  font-weight: 600 !important;
}

h1,
h2,
h3 {
  text-align: center;
  margin-bottom: 30px;
  /* font-family: "Brygada 1918", serif; */
  font-family: "Simonetta", serif;
  font-weight: 900;
}

blockquote {
  display: block;
  padding: 25px 20px 25px 45px;
  margin: 30px 15px 50px 15px;
  position: relative;
  border-radius: 0.25rem !important;
  /*Font*/
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--dark);
  font-weight: 500;

  /*Borders - (Optional)*/
  /* border-left: 15px solid var(--dark); */
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
  background: var(--gray);
  text-align: center;
}
blockquote:before,
blockquote:after {
  position: absolute;
  font-family: FontAwesome;
  color: var(--primary);
  font-size: 2.7rem;
}

blockquote:before {
  content: "\f10d";
  left: -1rem;
  top: -1rem;
}

blockquote:after {
  content: "\f10e";
  right: -1rem;
  bottom: -1rem;
}
.showall-tabbed.calendar .fechas {
  background: #d1e1eb;
  padding: 0 15px;
  border-radius: 0 0 15px 15px;
}
.showall-tabbed.calendar .nav-tabs {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.showall-tabbed.calendar .nav-tabs .nav-item {
  margin: 5px 0;
}
.showall-tabbed.calendar .table {
  background: var(--gray);
  border-radius: 6px;
}
.showall-tabbed.calendar .nav-tabs .nav-link {
  background: var(--gray);
  border-radius: 6px;
  margin: 0 3px;
  color: var(--dark-text);
  padding: 10px 20px;
}
.showall-tabbed.calendar .nav-tabs .nav-link.active {
  background: var(--dark);
  color: var(--white);
}
blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: var(--primary);
}

blockquote a:hover {
  color: var(--primary);
}

blockquote p {
  color: var(--dark-text);
  margin-bottom: 0;
}

blockquote em {
  font-style: italic;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*Mobile nav*/
.nav_mobile {
  /* height: 80px; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* z-index: 2; */
}
.nav_mobile ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .nav__menu {
    position: fixed;
    bottom: 0;
    color: var(--white);
    left: 0;
    background-color: rgb(15 2 46);
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 75% 75% 0 0;
    transition: 0.4s;
    z-index: 2;
  }
}

.nav__list,
.nav__link {
  display: flex;
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: var(--dark-text);
  font-weight: 600;
}

.nav__list {
  justify-content: space-around;
}

.nav__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: var(--wwhite);
  transition: 0.3s;
  text-decoration: none;
}

/* Minimalist design, active link */
/* .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: var(--first-color);
  border-radius: 50%;
} */

/* Change background header */
.scroll-header {
  box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
  .nav__name {
    display: none;
  }
}

/* For medium devices */
@media screen and (min-width: 991px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
}

@media screen and (min-width: 767px) {
  body {
    margin: 0;
  }
  .section {
    padding: 7rem 0 2rem;
  }

  .nav {
    height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
  }
  .nav__img {
    display: none;
  }
  .nav__icon {
    display: none;
  }
  .nav__name {
    font-size: var(--normal-font-size);
    /* display: block; */ /* Minimalist design, visible labels */
  }
  .nav__link:hover {
    color: var(--first-color);
  }

  /* First design, remove if you choose the minimalist design */
  .active-link::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    width: 4px;
    height: 4px;
    background-color: var(--first-color);
    border-radius: 50%;
  }

  /* Minimalist design */
  /* .active-link::before{
      bottom: -.75rem;
  } */
}

/* For large devices */
@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 500;
}

.btn.transparent {
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.bodycopy p,
.card-body {
  text-align: center;
  color: var(--font-color);
}
.btn-primary {
  color: var(--dark-text);
  border: none;
}

.btn-outline-primary {
  border-color: var(--dark-text);
  color: var(--dark-text);
}

.btn-outline-primary:hover {
  background-color: var(--dark);
  border-color: var(--dark);
}

.portfolio.showall .btn-primary {
  display: block;
  font-size: 1.3rem;
  color: var(--white);
  background: var(--primary);
}

.portfolio.show ul {
  background-color: var(--gray);
  padding: 15px;
  border-radius: 12px;
  list-style: none;
  margin-bottom: 0;
}

.portfolio.show ul li {
  margin-left: 25px;
}

.destination {
  position: relative;
}
.destination .thumb .display-files .row {
  margin-bottom: 0 !important;
}
.destination .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.destination .thumb:hover {
  box-shadow: 0px 20px 40px -20px rgb(0 0 0 / 80%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.destination .thumb:before,
.links-home .item:before {
  position: absolute;
  content: "";
  /* z-index: 1; */
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: 0.7;
  background: var(--dark) !important;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--dark)),
    to(rgba(0, 212, 255, 0))
  ) !important;
  background: -webkit-linear-gradient(
    bottom,
    var(--dark) 0%,
    rgba(0, 212, 255, 0) 100%
  ) !important;
  background: -o-linear-gradient(
    bottom,
    var(--dark) 0%,
    rgba(0, 212, 255, 0) 100%
  ) !important;
  background: linear-gradient(
    0deg,
    var(--dark) 0%,
    rgba(0, 212, 255, 0) 100%
  ) !important;
}

.links--home .item:before {
  display: none;
}

.destination .price {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  width: 100%;
}

.destination h3,
.destination .h3 {
  font-weight: 700;
}

.destination h3 a,
.destination .h3 a {
  color: #343661;
}

.destination .meta {
  color: #999;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.sub-menu .btn.btn-link {
  text-decoration: none;
  color: var(--dark-text);
  border-right: 1px solid var(--dark-text);
  border-radius: 0;
  line-height: 17px;
}

/*Circula Menu*/
/* item date badge */
.show .post-date,
.showall .post-date {
  position: absolute;
  left: 0;
  width: 65px;
  text-align: center;
  margin: 0 8px 3px 0;
  padding: 7px;
  border-radius: 12px 0 12px 0 !important;
  border: none;
  z-index: 1;
  background: var(--dark);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.show .post-date.future-date,
.showall .post-date.future-date {
  opacity: 0.5;
}

.show .post-date .month,
.showall .post-date .month {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 2px 0;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border: none;
  background: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.show .post-date .day,
.showall .post-date .day {
  color: var(--primary);
  padding: 2px 0 1px;
  display: block;
  font-size: 2rem;
}

.show .post-date .year,
.showall .post-date .year {
  color: var(--white);
  padding: 0 !important;
  display: block;
  font-size: 0.9rem;
}

.news.showall-recent {
  position: relative;
  padding-bottom: 20px;
  /* overflow: hidden; */
}
.owl-carousel {
  z-index: 0;
}
.news.showall-recent .owl-stage-outer {
  padding-bottom: 30px;
}

.display-files {
  /*background-color: var(--gray);
  padding: 10px;*/
  text-align: center;
  border-radius: 12px;
}

.news.showall-recent .card .display-files img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s;
  object-fit: cover;
  border-radius: 0;
  object-position: center center;
}

.news.showall-recent .card:hover {
  background: var(--gray);
}

.news.showall-recent .card:hover .display-files img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news.showall-recent .card {
  /* background: var(--gray); */
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: none;
  /* -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%); */
  /* box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 15%); */
}

.news.showall-recent .card .display-files {
  /* display: flex; */
  /* justify-content: space-evenly; */
  /* align-items: flex-start; */
  height: 200px;
  overflow: hidden;
  border-radius: 12px 12px 0 0 !important;
}
.news.showall-recent .card .card-title {
  min-height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  /* background: var(--gray); */
}
.news.showall-recent .card .card-text {
  font-size: 1rem;
  line-height: 1.2rem;
}
.news.showall-recent .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.news.showall-recent:hover .owl-nav {
  opacity: 1;
}

.news.showall-recent .owl-nav .owl-prev,
.news.showall-recent .owl-nav .owl-next {
  margin: 0 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #ffffff; */
  /* background: var(--primary); */
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
  border: 1px solid;
  position: absolute;
  border-color: var(--dark-text);
  color: var(--dark-text);
}
.news.showall-recent .owl-nav .owl-prev {
  left: -100px;
}
.news.showall-recent .owl-nav .owl-next {
  right: -100px;
}
.carousel__dots .carousel__dot:after {
  color: var(--white);
}
#newsCarousel a {
  transition: 0.25s;
}

#newsCarousel .is-dragging a {
  cursor: grabbing;
}

#newsCarousel a picture {
  display: block;
  position: relative;
}

#newsCarousel a picture::after {
  opacity: 0;
  transition: 0.25s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

#newsCarousel a picture img {
  transition: 0.25s;
}

#newsCarousel a:hover {
  box-shadow:
    10px 10px 20px 0px rgb(0 0 0 / 4%),
    -10px 0 20px 0px rgb(0 0 0 / 4%);
}

#newsCarousel a:hover picture img {
  transform: scale(1.05);
}

#newsCarousel a:hover picture::after {
  opacity: 0.15;
}

.carousel__nav {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: unset;
  transform: unset;
  margin: 0 12px;
  width: 26px;
  height: 26px;

  --carousel-button-svg-width: 17px;
  --carousel-button-svg-height: 17px;
  --carousel-button-svg-stroke-width: 2.6;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--white);
  outline: none;
  transition: opacity 0.15s;
}

.carousel__button.is-prev:not([disabled]):hover,
.carousel__button.is-next:not([disabled]):hover {
  background: var(--dark);
  color: #fff;
}

/*** Navbar ***/
#menu.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

#menu.navbar .navbar-brand,
#menu.navbar a.btn {
  height: 80px;
  background: var(--light);
}

#menu.navbar .navbar-nav .nav-link {
  margin-right: 15px;
  padding: 25px 0;
  color: var(--light);
  font-size: 18px;
  font-weight: 500;
  outline: none;
  text-transform: capitalize;
}

#menu.navbar .navbar-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
}

#menu.navbar .navbar-nav li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 25px;
}

#menu.navbar .navbar-nav .nav-link:hover,
#menu.navbar .navbar-nav li.current .nav-link {
  color: var(--primary);
}

#menu.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  #menu.navbar .navbar-nav ul {
    display: flex;
    flex-direction: column;
  }

  #menu.navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  #menu.navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
  .news.showall-recent {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  #menu.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  #menu.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(15, 66, 41, 0.6);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  .display-files .thumb img {
    width: 150px !important;
    height: 100px !important;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .links--home .col-6:nth-last-child(even) .item {
    text-align: right;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    border-radius: 0 6px 6px 0;
  }

  .links--home .col-6:nth-last-child(odd) .item {
    text-align: left !important;
    padding: 10px !important;
    border-radius: 6px 0 0 6px;
  }
}

.links--home .col-6:nth-last-child(even) .item {
  text-align: right;
}

.links--home .col-6:nth-last-child(odd) .item {
  text-align: left !important;
}

.page-header {
  background:
    linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}

.header-sections {
  background: #111540 url(../img/bg_interno.png) no-repeat center center;
  height: 150px;
  background-size: cover;
  /* background-attachment: fixed; */
  margin-bottom: 0;
  box-shadow:
    inset 0 0.5em 1.5em rgb(0 0 0 / 10%),
    inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

/*** Top Feature ***/
@media (min-width: 991.98px) {
  .top-feature {
    position: relative;
    margin-top: -45px;
    z-index: 1;
  }
}

.top-feature .junta {
  background: url(../img/junta.png) no-repeat center center;
}

.top-feature .h-100 {
  min-height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.top-feature .h-100:hover {
  /* -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);*/
  box-shadow: 0px 20px 40px -20px rgb(0 0 0 / 80%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.links-home a {
  text-decoration: none;
}

.links-home .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  border-radius: 6px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
}

.links--home .item {
  height: 150px;
  /* padding-right: 15px; */
  /* padding-bottom: 15px; */
  padding: 15px;
  transition: all 0.3s ease 0s;
  border: none;
}

.links--home a .item {
  color: var(--white);
}

.links-home h4 {
  z-index: 1;
  font-weight: 400;
  width: 100%;
  line-height: 1.2rem;
}

.links--home a:hover .item {
  transform: scale(0.95);
}

.card {
  background-color: var(--bg-color);
  border: solid 1px var(--dark-text);
}

.conatdor {
  background-color: var(--primary);
  padding: 40px;
}

.conatdor-10k {
  background-color: #619ad4;
  padding: 30px 0;
}

#count {
  color: var(--light);
  font-size: 40px;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.contenedor {
  color: var(--white);
  text-align: center;
}

.cartel {
  /* width: 109px; */
  /* height: 109px; */
  /* padding: 10px 0px 5px 0px; */
  /* text-align: center; */
  /* display: inline-block; */
  /* margin: 5px; */
  /* border: 3px solid var(--dark-text); */
  /* border-radius: 5px; */
  /* background-color: var(--bg-color); */
}

.cartel > div {
  font-size: 50px;
  animation: fade 3s;
  line-height: 30px;
  margin-top: 5px;
  /* font-family: "Brygada 1918", serif; */
  font-family: "Simonetta", serif;
  font-weight: 900;
}

.cartel > div > h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.h3 {
  bottom: 0;
  margin: 0 auto;
}

.contenedor {
  /* margin-bottom: 3%; */
}

.contenido {
  width: 80%;
  margin: 0 auto;
  border: 0px solid var(--dark-text);
  z-index: 10;
}

.contenido li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.contenido li span {
  display: block;
  font-size: 4.5rem;
}

.numeros {
  font-size: 60px;
  transition: 0.3s;
  animation-name: fade;
  animation-duration: 3s;
}

.responsivo1 {
  display: inline-block;
}

.responsivo2 {
  display: inline-block;
}

.marcador {
  display: flex;
  align-items: center;
  color: #fff;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (max-width: 450px) {
  .contenedor {
    /* margin-bottom: 15%; */
  }

  .banner {
    margin-bottom: 30px;
  }

  .cartel {
    /* height: 99px; */
    /* width: 99px; */
  }

  .cartel > div {
    font-size: 45px;
  }

  .cartel > div > h3 {
    font-size: 15px;
    margin-top: 0px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.accordion-item.item {
  background-color: var(--bg-color);
  color: var(--dark-text);
}

/*** Facts & Quote ***/
.facts,
.quote {
  background: rgba(15, 66, 41, 0.6);
}

/*** Service ***/
.service-item {
  position: relative;
  text-align: center;
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.3s;
  z-index: -1;
}

.service-item:hover .service-img img {
  transform: scale(1);
}

.service-item .service-text {
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-item:hover .service-text {
  background: rgba(15, 66, 41, 0.6);
}

.service-item .service-text h4,
.service-item .service-text p {
  transition: 0.3;
}

.service-item:hover .service-text h4 {
  color: #ffffff;
}

.service-item:hover .service-text p {
  color: var(--light);
}

.service-item .service-text .btn-square {
  width: 100px;
  height: 100px;
  background: transparent;
  transition: 0.5s;
}

.service-item:hover .service-text .btn-square {
  background: var(--light);
}

.service-item .service-text .btn {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  color: var(--dark-text);
  background: var(--bg-color);
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}

.service-item:hover .service-text .btn {
  width: 112px;
}

/***news carousel ***/
.portfolio.show .heading {
  /* position: relative; */
}

.portfolio.show .heading h1 {
  /* position: absolute; */
  /* background: rgb(35 4 44 / 70%); */
  /* color: #fff; */
  /* top: 50px; */
  /* padding: 25px; */
  /* border-radius: 0 50px 50px 0; */
}

.portfolio.showall .card-body p,
.portfolio.showall .card-body blockquote {
  display: none;
}

#portfolio-flters {
  display: inline-block;
  background: var(--light);
  padding: 10px 15px;
}

.portfolio.showall .card-title {
  text-align: center;
}

#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--primary);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--dark-text);
  border-color: var(--dark);
}

.portfolio-inner {
  position: relative;
  overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 66, 41, 0.6);
  transition: 0.5s;
}

.portfolio-inner::after {
  left: auto;
  right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
  width: 50%;
}

.portfolio-inner .portfolio-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
  opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
  transition-delay: 0.3s;
  opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
  background: var(--light);
  color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
  background: var(--primary);
  color: var(--light);
}

/*** Project ***/
.portfolio-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.portfolio-item .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding-top: 60px;
  transition: 0.5s;
}

.portfolio-item:hover .project-overlay {
  opacity: 1;
  padding-top: 0;
}

.portfolio-carousel .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
  display: flex;
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dar-ktext);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  transition: 0.5s;
  border: 1px solid var(--dark) !important;
  color: var(--dark-text) !important;
}

.portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover {
  background-color: var(--dark);
  color: var(--white) !important;
}

@media (max-width: 768px) {
  .portfolio-carousel .owl-nav {
    top: -50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .portfolio-carousel .owl-nav .owl-prev,
  .portfolio-carousel .owl-nav .owl-next {
    margin: 0 7px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
#portfolio .grid {
  column-count: 4;
  column-gap: 0.5em;
  /*max-width: 980px;*/
  margin: auto;
  width: 100%;
}

#portfolio .grid img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 800px) {
  #portfolio .grid {
    column-count: 3;
  }
}

@media (max-width: 600px) {
  #portfolio .grid {
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #portfolio .grid {
    column-count: 2;
  }
}
/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
}

.team-item .team-text {
  position: absolute;
  width: calc(100% - 45px);
  left: -100%;
  bottom: 45px;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  left: 0;
  opacity: 1;
}

.team-item .team-social .btn {
  background: var(--light);
  color: var(--primary);
}

.team-item .team-social .btn:hover {
  background: var(--primary);
  color: var(--light);
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
  opacity: 0;
}

.team-item:hover .team-img .team-social {
  transition-delay: 0.3s;
  opacity: 1;
}

.photoalbum.showall.pasos {
  background-color: var(--violeta);
  overflow: hidden;
}

.photoalbum.showall.pasos h2 {
  color: var(--light);
  position: relative;
}

.photoalbum.showall.pasos h2:before {
  content: "";
  width: 75px;
  height: 3px;
  background: var(--primary);
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.carousel__slide a.thumb {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 3px solid #dddfe2;
  border-radius: 10px;
  margin: 7px auto;
  width: 200px;
  height: 200px;
}

.carousel__slide .img-small {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /* border-radius: 8px; */
  overflow: hidden;
  width: 100%;
  /* height: 150px; */
  object-fit: cover;
  margin: 0px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel__slide .img-small:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/*** Testimonial ***/

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--light);
  border-radius: 4px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: var(--light);
}

/*Galery*/
.card.single-feature {
  /* margin-bottom: 30px; */
  background: var(--bg-color);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
  text-align: center;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gray);
}

.card.single-feature:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 20px 40px -20px rgb(0 0 0 / 80%);
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}
.card.single-feature:hover a {
  color: #fff;
}
.card-img,
.card-img-top {
  height: 150px;
  object-fit: cover;
}

.display--files .item {
  border: none;
  margin-bottom: 15px;
  border-radius: 6px;
}

.display--files .item a {
  /* display: block; */
  /* position: relative; */
}

.display--files .item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /* border-radius: 8px; */
  overflow: hidden;
}

.display--files .item .item-wrap {
  display: block;
  position: relative;
  box-shadow: 0px 2px 15px rgb(85 98 112 / 25%);
}

.display--files .item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.display--files .item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.display--files .item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.display--files .item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.display--files .item:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: var(--light);
  background: var(--dark);
}

.copyright .bg-light {
  border-radius: 15px 15px 0 0;
}

.copyright a {
  color: #ffffff;
}

.copyright a:hover {
  color: var(--primary);
}

.top_bar #google_translate_element2,
.google_translate_element,
#google_translate_element,
.skiptranslate {
  display: none !important;
}
#google_translate_element {
  width: auto;
  background-color: rgb(255, 204, 137);
}

.goog-te-banner-frame.skiptranslate {
  display: none;
}

.goog-te-gadget {
  width: 200px;
  height: auto;
  position: relative;
  position: absolute;
  top: 40px;
  right: 20px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: transparent !important;
  border-radius: 12px;
  background-color: white;
  display: none;
}

.goog-te-gadget span {
  display: none;
}

.goog-te-gadget select {
  width: auto;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: 2px 2px 12px -6px grey;
  cursor: pointer;
}

.visible {
  display: flex;
}

.target-title {
  font-size: 14px;
  font-weight: bold;
  color: darkblue;
}

.target-warning {
  margin-top: -10px;
  font-size: 12px;
  text-align: center;
  color: darkblue;
}

#world-button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 40px;
  display: flex;
  align-items: center;
  background-image: url("../img/world-wide-web.png");
  background-size: cover;
  background-position: center;
  border: none;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.show {
  display: block;
}

.hide {
  display: none;
  color: red;
}

.hide option {
  display: none;
  color: red;
}

.lenguage-selected {
  width: 28px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: -32px;
  font-weight: bold;
  border-radius: 4px;
  background-color: white;
  color: blue;
}

/*Personajes*/
.personajes {
  background-color: var(--dark);
  color: var(--light);
  padding-top: 50px;
}

.rtl-slider-flex {
  /* width: 50%; */
  /* margin: 10em auto; */
  /* padding: 0.75em 0.75em 0.5em; */
  /* background: var(--dark); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); */
}

.thumb-prev,
.thumb-next {
  bottom: 12px !important;
  right: calc(9% + 0.75em) !important;
}

.thumb-prev {
  right: calc(0% + 0.75em) !important;
}

/* Necessary styles */
.rtl-slider-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.rtl-slider-flex .rtl-slider {
  width: 80%;
  margin-right: 1%;
  position: sticky;
}

.rtl-slider-slide .scroll {
  /* margin: 2rem auto; */
  /* border: 1px solid #e2e2e5; */
  height: 200px;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 1rem;
}

.rtl-slider-slide .scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.rtl-slider-slide .scroll::-webkit-scrollbar:vertical {
  width: 10px;
}

.rtl-slider-slide .scroll::-webkit-scrollbar-button:increment,
.rtl-slider-slide .scroll::-webkit-scrollbar-button {
  display: none;
}

.rtl-slider-slide .scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}

.rtl-slider-slide .scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 20px;
  border: none;
}

.rtl-slider-slide .scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}

#eventos .eventos .evento .desc:link,
#eventos .eventos .evento .desc:visited,
.summary {
  color: var(--color-green);
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.rtl-slider-flex .rtl-slider-nav {
  width: 20%;
  margin-top: 0px;
}

.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  padding-top: 0;
  /* margin-bottom: 4px; */
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
}

.rtl-slider-flex
  .rtl-slider-nav
  .slick-slide.slick-current.slick-active
  .rtl-slider-slide {
  opacity: 1;
}

.rtl-slider-flex .rtl-slider-slide {
  color: var(--light);
  text-align: center;
  /* padding: 30px 0; */
}

.rtl-slider-flex .rtl-slider-slide img {
  margin: auto;
}

.rtl-slider-flex .thumb-prev,
.rtl-slider-flex .thumb-next {
  position: absolute;
  top: -40px !important;
  height: 40px !important;
  width: 8.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  background: var(--primary);
}

.rtl-slider-flex .thumb-prev {
  right: 9.5%;
}

.slick-vertical .slick-slide.slick-current {
  display: block;
  height: auto;
  border: 1px solid var(--dark);
  background: var(--dark);
}

.rtl-slider-slide img {
  background: var(--light);
  border-radius: 50% !important;
}

.rtl-slider-nav {
  background: var(--light);
}

.carousel {
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow:
    0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
    0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

.carousel .carousel__slide {
  width: auto;
  /* padding: 10px; */
}

.carousel .carousel__button.is-prev {
  left: 0rem;
}

.carousel .carousel__button.is-next {
  right: 0rem;
}

.carousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--violeta);
}

.fancybox__container {
  --fancybox-bg: var(--light);
  --fancybox-color: var(--dark);

  --carousel-button-width: 50px;
  --carousel-button-height: 50px;
  --carousel-button-bg: rgba(255, 255, 255, 0.9);

  --carousel-button-svg-stroke-width: 1.8;
  --carousel-button-svg-filter: none;
}

.fancybox__caption {
  padding: 1rem 4rem 0 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.display-files .thumb {
  display: inline-block;
  width: 32%;
  /* width: 50px; */
  height: 100px;
  overflow: hidden;
  border: 3px solid #dddfe2;
  border-radius: 10px;
  margin: 7px auto;
}

.display-files .thumb img {
  width: 320px;
  height: 150px;
  object-fit: cover;
  margin: 0px !important;
}

.display-files .thumb:hover {
  display: inline-block;
  width: 32%;
  /* width: 50px; */
  height: 100px;
  overflow: hidden;
  border: 3px solid var(--secondary);
  border-radius: 10px;
  margin: 7px auto;
  opacity: 0.6;
}

/*fancy 2*/
.accordion.orden .accordion-button h2,
.accordion.orden .accordion-button {
  font-size: 1.5rem;
  color: var(--dark-text);
  font-weight: 500 !important;
  text-align: left;
  background-color: var(--bg-color) !important;
}

.accordion.orden .accordion-button:not(.collapsed) {
  color: var(--dark-text);
  background-color: var(--bg-color) !important;
  box-shadow: none;
}

.accordion.orden .accordion-button.text:not(.collapsed)::after {
  background-image: none;
  content: "";
}

.accordion.orden .accordion-button:not(.collapsed)::after {
  position: relative;
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--dark-text);
}

.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}

.showall-accordion .piece {
  margin-left: 0px;
}

.heder-image {
  position: relative;
  text-align: left;
}

.heder-image h2 {
  position: absolute;
  background: rgb(28 35 64 / 80%);
  bottom: 0;
  margin-bottom: 0;
  color: var(--light);
  padding: 10px;
  /* right: 0; */
}

.heder-image img {
}

.children-only span {
  color: var(--dark-text);
  text-decoration: underline;
  /* background: #d0d433; */
}

.children-only ul {
  clear: both;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.children-only li {
  float: left;
  padding: 0px 3px;
  margin: 0px !important;
}

.children-only li a {
  display: block;
  text-decoration: none;
  color: var(--dark-text);
  background: #f7f7f7;
  margin: 0px;
}

.children-only a.active {
  color: var(--dark-text);
  background: #e3e3e3 !important;
  background-image: none;
  border-color: #25425b;
  box-shadow: none !important;
}

.children-only li a:hover,
.children-only a.active:hover {
  display: block;
  text-decoration: none;
  color: #f7f7f7;
  background: var(--dark) !important;
}

.display-files .mainimg {
  margin: 0 !important;
  width: 100%;
}

/*menu circular*/

/* .ring1 {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
  overflow: hidden;
}
.ring1 ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  overflow: hidden;
}
.ring1 ul li {
  position: absolute;
  top: 50%;
  display: block;
  transform-origin: top right;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.ring1 ul li:nth-of-type(1) {
  transform: rotate(90deg);
  background: #000;
}
.ring1 ul li:nth-of-type(2) {
  transform: rotate(60deg);
  background: #222;
}
.ring1 ul li:nth-of-type(3) {
  transform: rotate(30deg);
  background: #444;
}
.ring1 ul li:nth-of-type(4) {
  transform: rotate(0deg);
  background: #666;
}
.ring1 ul li:nth-of-type(5) {
  transform: rotate(-30deg);
  background: #888;
}
.ring1 ul li:nth-of-type(6) {
  transform: rotate(-60deg);
  background: #888;
}
.ring1 ul li:nth-of-type(7) {
  transform: rotate(-90deg);
  background: #888;
}
.ring1 ul a {
  display: block;
  margin: -40px 0 0 -20px;
  padding: 50px 0 0 30px;
  box-sizing: border-box;
  transform: rotate(-5deg);
  transform-origin: top right;
  width: 100%;
  height: 120%;
}
.ring1 .center {
  display: block;
  position: absolute;
  top: 25%;
  right: -50%;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  z-index: 10;
  background: #444;
  overflow: hidden;
}
.ring1 .center a {
  display: block;
  transform: rotate(0);
  width: 100%;
  height: 100%;
  padding: 46% 0 0 20%;
  box-sizing: border-box;
} */
.gob_links .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}
.gob_links .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 20px;
}
.gob_links {
  /* padding: 40px; */
}

.gob_links img {
  /* filter: grayscale(100%); */
  /* -webkit-filter: grayscale(100%); */
  -moz-filter: grayscale(100%);
  /* -webkit-transition: all 0.2s ease-out; */
  -moz-transition: all 0.2s ease-out;
  /* transition: all 0.2s ease-out; */
  padding: 10px;
  background: var(--white);
  border-radius: 6px;
}

.gob_links img:hover {
  filter: none;
  -webkit-filter: none;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.bgazulclaro {
  background: var(----primary) !important;
}
/* hamburger */
#menu-hamburger .checkbox {
  display: none;
}

#menu-hamburger .button {
  position: relative;
  background-color: #1c55a4;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 75vh;
  right: 5vw;
  z-index: 2000;
  /* box-shadow: 0 1rem 3rem rgb(28 35 64); */
  text-align: center;
  cursor: pointer;
}

#menu-hamburger .background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 75vh;
  right: 5vw;
  background: #111540;
  /* background-image: radial-gradient(#1c60b9, #111540); */
  z-index: 1100;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

#menu-hamburger .nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

#menu-hamburger .list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
  padding: 0;
}

#menu-hamburger .link {
  margin: 1rem;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--light);
}

#menu-hamburger .link:link,
#menu-hamburger .link:visited {
  display: inline-block;
  /* font-size: 3rem; */
  font-weight: 300;
  /* padding: 1rem 2rem; */
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

#menu-hamburger .link:hover,
#menu-hamburger .link:active {
  color: lightgreen;
  cursor: pointer;
}

/* functionality */
#menu-hamburger .checkbox:checked ~ .background {
  transform: scale(80);
}

#menu-hamburger .checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
#menu-hamburger .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#menu-hamburger .icon,
#menu-hamburger .icon::before,
#menu-hamburger .icon::after {
  width: 2rem;
  height: 2px;
  background-color: var(--light);
  display: inline-block;
}

#menu-hamburger .icon::before,
#menu-hamburger .icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

#menu-hamburger .icon::before {
  top: -0.8rem;
}

#menu-hamburger .icon::after {
  top: 0.8rem;
}

#menu-hamburger .button:hover icon:before {
  top: -1rem;
}

#menu-hamburger .button:hover icon::after {
  top: 1rem;
}

#menu-hamburger .checkbox:checked + .button .icon {
  background-color: transparent;
}

#menu-hamburger .checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}

#menu-hamburger .checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}
#ww_64f5a38f6ca49 .day-forecast .date {
  color: var(--white);
}
#qrtext {
  /* height: 257px;*/
}
#reader {
  width: 100%;
}
.ct-topbar {
  text-align: right;
  background: #eee;
}
.ct-topbar__list {
  margin-bottom: 0px;
}
.ct-language__dropdown {
  padding-top: 8px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 110%;
  left: -13px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* width: 100px; */
  text-align: center;
  padding-top: 0;
  z-index: 200;
}
.ct-language__dropdown li {
  background: var(--dark);
  padding: 7px 10px;
}
.ct-language__dropdown li a {
  display: block;
}
.ct-language__dropdown li:first-child {
  padding-top: 10px;
  border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover {
  background: var(--violeta);
}
.ct-language__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid var(--white);
}
.ct-language {
  position: relative;
  /* padding: 10px 0; */
}
.ct-language:hover .ct-language__dropdown {
  max-height: 200px;
  padding-top: 8px;
}
/* .result {
  background-color: green;
  color: var(--font-color);
  padding: 20px;
} */

/* #reader__scan_region {
} */
.modal {
  z-index: 2000;
}
.popover {
  z-index: 2001;
}
.cute-window {
  position: fixed; /* width: 70px; */ /* height: 70px; */
  bottom: 80px;
  right: 0px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 100;
}

.cute-window button {
  background: #619ad4;
  color: #fff;
  padding: 7px;
  border: none;
  font-size: 0.8em;
  border-radius: 10px 0 0 10px;
}
.ayuda {
  position: fixed;
  /* width: 70px; */
  /* height: 70px; */
  bottom: 80px;
  left: 3px;
  background-color: #fff;
  color: var(--dark);
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 100;
}
.counter a {
  pointer-events: none;
  cursor: default;
}

.photoalbum.redes .HoverCard div {
  display: none !important;
}
.photoalbum.redes .SocialProof {
  display: none !important;
}
#my_centered_buttons {
  display: flex;
  justify-content: center;
}
.showall-simple-list .card {
  -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%) !important;
  border: none;
}
.showall-simple-list .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: var(--calltoaction);
  color: #619ad4;
}
/*clima*/
.weather-content {
  text-align: center;
  /* padding: 20px 20px 10px; */
  /* background-color: #546785; */
  /* border-radius: 9px; */
  display: inline-block;
  width: 100%;
}

.weather-content h1 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #fff;
}
.weather-content p {
  color: #cfcfd9;
}
.result {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.result img {
  /* margin-right: 10px; */
}

.result h5,
.result h6 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul.tabredes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--gray);
}
.nav-tabs {
  border-bottom: solid 1px var(--gray) !important;
}
.nav-tabs .nav-link {
  color: var(--dark-text);
  background-color: var(--gray);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--white);
  background: var(--primary);
  color: var(--white);
}
.forms.edit.enter-data #postulacion-moqueros {
  /* margin-left: 30px; */
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: var(--bg-color);
}
.form-text.text-muted {
  background: #cfe2ff;
  text-align: center;
  border-radius: 6px;
  color: #052c65 !important;
  line-height: 20px;
  padding: 7px;
  margin: 10px;
}
.forms.edit.enter-data #postulacion-moqueros label {
  margin-bottom: 15px;
}

.forms.edit.enter-data #postulacion-moqueros .text {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: var(--gray);
  border: none;
  /* margin-bottom: 30px; */
  font-size: 20px;
  padding: 0px 15px;
}

.forms.edit.enter-data #postulacion-moqueros textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.forms.edit.enter-data #postulacion-moqueros button {
  background-color: var(--dark);
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  transition: all 0.5s;
  font-size: 1.4rem;
}

.forms.edit.enter-data #postulacion-moqueros button:hover {
  background-color: var(--dark);
}
.destacados-home a img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgb(51 102 204 / 29%);
}
.destacados-home a img:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* Oculta el mensaje de error predeterminado */
.invalid-feedback {
  display: none !important;
}

/* Muestra los mensajes de error personalizados */
.error-message {
  display: none;
  color: red;
}

.is-invalid + .error-message {
  display: block;
}
#postulacion-moqueros hr {
  opacity: 1;
}
input[type="file"].is-invalid {
  border-color: #dc3545;
}
#captcha {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
}
#captcha .btn-primary {
  background-color: #619ad4 !important;
  border-radius: 0 20px 20px 0 !important;
  font-size: 1.1rem !important;
}
#captcha .form-text.text-muted {
  background: none;
  text-align: center;
  border-radius: 6px;
  color: #052c65 !important;
  line-height: 10px;
  padding: 15px 0px;
  margin: 0;
  display: block;
}
#captcha label {
  margin-bottom: 5px !important;
  text-align: center;
  display: block;
  font-weight: bold;
}
#mensajeDiv {
  display: none;
}
#chatbot {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}
/* Botón flotante */
.accessibility-button {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: var(--dark);
  color: var(--light);
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.accessibility-button i {
  font-size: 24px;
}

/* Barra de accesibilidad */
.accessibility-bar {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: var(--bg-color);
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: none; /* Oculta la barra inicialmente */
  padding: 10px;
  z-index: 1000;
  width: 300px;
  color: var(--font-color);
}

.accessibility-bar button {
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
}
.accessibility-bar .btn-close {
  color: var(--font-color);
}
p {
  font-size: 16px;
}

.highlight {
  background-color: var(--gray);
  transition: background-color 0.3s ease;
}
