#navcol-menu .lenguaje .nav-link {
  color: #ffffff;
}

#navbar-menu {
  border-top: 4px solid #55BAC5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#navcol-menu .lenguaje {
  background-color: #000000;
  padding: 3px 1rem;
}

#navbar-menu, #navbar-menu > .container-fluid {
  padding: 0;
}

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

/* .home .carousel-item::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9) -10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  height: calc(100% - 5px);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 1;
} */

.home .carousel-item.pause::after {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9) -10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%), url(../img/vg-home-banner.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 1;
}

.home .carousel-item .playvideo{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  bottom: 50%;
  height: 110px;
  z-index: 3;
}

.home .carousel-item > video{
  width: 100%;
  object-fit: fill;
}

.home .carousel-item > video.fullscreen{  
  object-fit: contain;
}

.home .carousel-item .content{
  display: none;
}

.home .carousel-item.pause .content{
  display: flex;
}

@media (max-width: 767px) {
  .home .carousel-item .playvideo img{
    width: 55px;
    height: 55px;
  }
  .home .carousel-item .playvideo{
    height: 70px;
  }
  .home .carousel-item{
    margin-bottom: -5px;
  }
}

/* con nueva imagen */
@media (min-width: 992px) {
  /* .home .carousel-item{
    height: 90vh;
  } */

  .home .carousel-item > img{
    height: 90vh;
    object-fit: cover;
    object-position: left;
  }

  .home .carousel-item,
  .home .carousel-item > video{
    height: 98vh;
    object-fit: cover;
    object-position: center;
    object-position: center 90%;
  }
}

.home .content {
  position: absolute;
  right: 0;
  top: 10%;
  left: 0;
  z-index: 15;
  padding-left: 0;
  /*margin-right: 15%;*/
  /*margin-left: 15%;*/
  list-style: none;
  z-index: 2;
  padding: 0 0.5rem;
}

@media (max-width: 575px) {
  /* .home .carousel-item{
    height: 400px;
  } */

  .home .carousel-item > img{
    height: 400px;
    object-fit: cover;
    object-position: left;
  }
  .content-mobile{
    background-color: #021834;
    padding: 1.5rem 1rem;
    margin-top: -1px;
  }
  .content-mobile h1{
    color: #ffffff;
    font-family: 'UniversLTPro-LightCond';
    font-size: 23px;
    letter-spacing: -0.3px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
  }
}

.home .content h1 {
  color: #ffffff;
  font-family: 'UniversLTPro-LightCond';
  font-size: 26px;
  letter-spacing: -0.6px;
  line-height: 34px;
  text-align: center;
}

@media (min-width: 768px) {
  .home .content h1 {
    font-size: 41px;
    line-height: 37px;
  }
}

@media (min-width: 992px) {
  .home .content h1 {
    font-size: 48px;
    letter-spacing: -0.4px;
    line-height: 51px;
  }
}

.home .content .logo {
  max-width: 145px;
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .home .content .logo {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .home .content .logo {
    max-width: 200px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .home .content .logo {
    max-width: 298px;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1500px) {
  .home .content h1 {
    font-size: 72px;
    letter-spacing: 0px;
    line-height: 74px;
  }
  .home .content .logo {
    max-width: 450px;
    margin-bottom: 5.5rem;
  }
}

.parrafo-introducing {
  padding: 2rem 1rem 1.5rem;
  max-width: 850px;
  margin: auto;
}

.parrafo-introducing p {
  text-align: center;
  color: #656565;
  font-family: 'Nunito Sans';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
  font-weight: 400;
}

@media (min-width: 576px) {
  .parrafo-introducing {
    padding: 3rem 1rem 1.5rem;
  }
  .parrafo-introducing p {
    font-size: 17px;
  }
}

.parrafo-introducing h3 {
  margin-bottom: 1rem;
  letter-spacing: -0.4px;
  font-family: 'UniversLTPro-LightCond';
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 29px;
}

@media (min-width: 576px) {
  .parrafo-introducing h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.gallery {
  background-color: #021834;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .gallery {
    padding: 3rem 2rem 2rem;
  }
}

.gallery p {
  font-family: 'Nunito Sans';
  color: #ffffff;
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 0;
}

.gallery .gallery-title {
  color: #55BAC5;
  text-transform: uppercase;
  font-family: 'UniversLTPro-LightCond';
  letter-spacing: 0.022rem;
  line-height: 59px;
  font-size: 28px;
}

#carousel-gallery{
  padding-top: 2rem;
}

#carousel-gallery .item{
  position: relative;
}

#carousel-gallery .item > div {
  background-color: #ffffff;
  padding: 1rem;
  max-width: 70%;
  margin: auto;
  /* transform: translateY(-61px); */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#carousel-gallery .owl-nav button{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  margin: auto;
}

#carousel-gallery .owl-nav button > span{
  display: none;
}

#carousel-gallery .owl-nav button::after{
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  content: " ";
  display: inline-flex;
  transform-origin: center;
  width: 10px;
  height: 10px;
  border-color: #00393f;
  margin: 0;
  vertical-align: middle;
}

#carousel-gallery .owl-nav button.owl-prev{
  left: -10px;
}

#carousel-gallery .owl-nav button.owl-next{
  right: -10px;
}

@media (min-width: 576px) {
  #carousel-gallery .owl-nav button.owl-prev{
    left: -20px;
  }

  #carousel-gallery .owl-nav button.owl-next{
    right: -20px;
  }
}

#carousel-gallery .owl-nav button.owl-prev:after{
  border-right: 0;
  border-top: 0;
  transform: rotate(45deg);
}

#carousel-gallery .owl-nav button.owl-next:after{
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

#carousel-gallery .item > div p {
  font-family: 'UniversLTPro-LightCond';
  font-size: 21px;
  line-height: 30px;
  color: #021834;
  text-align: center;
  text-transform: uppercase;
}

.grid-moduls {
  background-color: #ffffff;
  padding: 3rem 0.5rem 1rem;
  text-align: center;
}

@media (min-width: 576px) {
  .grid-moduls {
    padding: 4.5rem 0.5rem 1rem;
  }
}

.grid-moduls .card {
  padding: 0;
  margin: 0;
  border: 0;
}

/* .grid-moduls .card .card-img-overlay {
  border-radius: 0;
  top: auto;
  background-color: rgba(255,255,255,0.77);
  text-align: center;
}

.grid-moduls .card:hover .card-img-overlay{
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
} */

.btn-card{
  position: relative;
  cursor: pointer;
}

.btn-card .btn-overlay {
  border-radius: 0;
  top: auto;
  background-color: rgba(255,255,255,0.77);
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
  display: flex;
  justify-content: center;
}

.btn-card:hover .btn-overlay{
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-card h4 button{
  background-color: transparent;
}

.grid-moduls .col-12 {
  padding: 0 5px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .grid-moduls .col-12:last-child .card img {
    max-height: 290px;
    object-fit: cover;
    object-position: 0 -112px;
  }
}

.grid-moduls .card, .grid-moduls .card img {
  border-radius: 0;
}

@media (max-width: 767px) {
  .grid-moduls .card {
    margin-bottom: 1rem;
    width: 100%;
  }
}

.grid-moduls .card .card-img-overlay h4 {
  font-family: 'UniversLTPro-LightCond';
  text-transform: uppercase;
  font-size: 31px;
  line-height: 37px;
  color: #021834;
}

.grid-moduls h2 {
  font-size: 36px;
  line-height: 34px;
  color: #000000;
  font-family: 'MillerBanner-Roman';
  margin: 8px 0 2rem;
}

@media (min-width: 576px) {
  .grid-moduls h2 {
    font-size: 46px;
    line-height: 37px;
    margin: 8px 0 3rem;
  }
}

.grid-moduls h4 {
  color: #379CA7;
  font-size: 21px;
  font-family: 'UniversLTPro-LightCond';
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .grid-moduls h4 {
    font-size: 24px;
  }
}

.steps {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  text-align: center;
}

@media (min-width: 576px) {
  .steps {
    padding: 3rem 1rem 2rem;
  }
}

.steps h4, .asesor h4 {
  color: #55BAC5;
  font-family: 'UniversLTPro-LightCond';
  line-height: 30px;
  margin-bottom: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 576px) {
  .steps h4, .asesor h4 {
    line-height: 37px;
    font-size: 26px;
  }
}

.steps h3, .asesor h3 {
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  font-family: 'MillerBanner-Roman';
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .steps h3, .asesor h3 {
    font-size: 31px;
    line-height: 37px;
  }
}

.steps hr, .asesor hr {
  color: #979797;
  width: 43px;
  margin: 0 auto 1.5rem;
  opacity: 1;
}

.steps > p {
  max-width: 800px;
  margin: 0 auto;
}

.btn-dark:after {
  border: 2px solid #55bac5;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: inline-flex;
  transform: rotate(225deg);
  transform-origin: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  margin-bottom: 0.3rem;
}

.btn-dark {
  background-color: #062138;
  box-shadow: 3px 3px 0 0 #55bac5;
  line-height: 30px;
  padding: 0.7rem 1.5rem;
  color: #ffffff;
  word-break: break-word;
  font-size: 17px;
  font-family: 'UniversLTPro-LightCond';
  font-weight: 300;
  letter-spacing: 2px;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #062138;
  border-color: #062138;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.steps > .container > .row {
  border-top: 1px solid #55bac5;
  padding: 1.5rem 0;
}

.steps > .container > .row:last-child {
  border-bottom: 1px solid #55bac5;
}

.steps > .container > .row > * {
  padding: 0;
}

.steps .container {
  margin: 2rem auto;
  max-width: 900px;
}

.steps .title {
  font-size: 80px;
  color: #55BAC5;
  line-height: 60px;
  font-family: 'MillerBanner-Bold';
  text-align: right;
  margin-bottom: 0;
  padding-right: 8px;
}

@media (min-width: 576px) {
  .steps .title {
    line-height: 90px;
    font-size: 92px;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .steps .title {
    margin-right: 0;
  }
}

.steps .description p {
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 29px;
  color: #090909;
  text-align: left;
  margin-bottom: 0;
}

.steps p.subtitle {
  font-family: 'UniversLTPro-LightCond';
  font-weight: 600;
  line-height: 37px;
  font-size: 30px;
  color: #133E43;
  margin-bottom: 8px;
  text-align: center;
}

@media (min-width: 576px) {
  .steps p.subtitle {
    text-align: left;
  }
}

.ready p {
  font-size: 25px;
  font-family: 'MillerBanner-Bold';
  line-height: 32px;
  color: #021834;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .ready p {
    font-size: 31px;
    line-height: 40px;
  }
}

.ready {
  padding: 0 0 1rem;
}

@media (min-width: 576px) {
  .ready {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem 0;
  }
}

.asesor {
  background-color: #F4F4F4;
  text-align: center;
  padding: 2rem 1rem;
}

.asesor p {
  max-width: 820px;
  margin: 0 auto;
  font-family: 'Nunito Sans';
  font-size: 17px;
  color: #090909;
}

.call {
  background-color: #ffffff;
  padding: 2rem 1rem;
  text-align: center;
}

.call .btn:after {
  content: none;
}

.call .btn {
  font-size: 33px;
  margin: 1rem 0;
  padding: 1.5rem 2rem;
  font-family: 'Nunito Sans';
}

.call p {
  color: #102336;
  font-size: 17px;
  font-family: 'Nunito Sans';
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
}

@media (min-width: 576px) {
  .call p {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.terms {
  background-color: #f4f4f4;
  padding: 2rem;
  font-family: 'Nunito Sans';
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
}

.terms h5 {
  font-family: 'Gotham-Bold';
  font-size: 16px;
  letter-spacing: -0.01px;
  color: #383838;
}

.parrafo-introducing .content-video {
  max-width: 500px;
  margin: 1rem auto;
  position: relative;
}

.parrafo-introducing .content-video .playvideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.parrafo-introducing .content-video .playvideo img {
  cursor: pointer;
}

#introducing-modal .modal-dialog {
  max-width: 100%;
  margin: 0 0.5rem 0;
}

@media (min-width: 768px) {
  #introducing-modal .modal-dialog {
    max-width: 75%;
    margin: 0 auto auto;
  }
}

#introducing-modal .modal-content {
  background-color: transparent;
  border-color: transparent;
}

#introducing-modal .modal-content video {
  width: 100%;
}

#introducing-modal {
  width: 100%;
}

#introducing-modal .modal-header .btn-close:focus, .playvideo.btn:focus {
  box-shadow: 0 0 0 0 transparent;
}

@media (min-width: 576px) and (max-width: 991px) {
  .grid-moduls .card .card-img-overlay h4 {
    font-size: 26px;
  }
}

#modalModuls .modal-header{
  padding: 2.5rem 1.5rem 0;
  flex-direction: column;
  border:0;
  position: relative;  
}

@media (min-width: 768px) {
  #modalModuls .modal-header{    
    padding: 2.5rem 1rem 0;
  }
}

#modalModuls #hotelsresorts .modal-header::after{
  content: "";
  height: 1px;
  width: 95%;
  background-color: #55BAC5;
  margin: 1.5rem auto 0;
}

#modalModuls .modal-header .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  color: #fff;
  opacity: 1;
}

#modalModuls .modal-header .modal-title{
  text-align: center;
  width: 100%;
  font-family: 'MillerBanner-Roman';
  font-size: 31px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}

#modalModuls .modal-header p.modal-subtitle{
  text-align: center;
  width: 100%;
  font-family: 'UniversLTPro-LightCond';
  font-size: 26px;
  color: #55BAC5;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 31px;
  font-weight: 500;
}

#modalModuls .modal-header hr{
  border-color: #979797;
  height: 2px;
  width: 50px;
}

#modalModuls .modal-header p{
  font-size: 16px;
  font-family: 'Nunito Sans';
  color: #091F21;
  line-height: 31px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#modalModuls .modal-dialog{
  margin: auto;
}

@media (max-width: 575px) {
  #modalModuls .modal-dialog{
    height: 100vh;
  }
  #modalModuls .modal-dialog .row {
    height: 100%;
  }
}

@media (min-width: 768px) {
  #modalModuls .modal-dialog{
    max-width: 900px;
    margin: 20px 1rem 1rem;
  }
}

@media (min-width: 992px) {
  #modalModuls .modal-dialog{
    max-width: 90%;
    margin: 20px auto 1rem;
  }
}

#modalModuls .modal-dialog *{
  border-radius: 0;
}

#modalModuls .modal-body{
  padding: 1.5rem 1.5rem 2rem;
}

#modalModuls .modal-body .content .logo{
  max-width: 70%;
  margin: 1rem 1rem 2rem;
}

@media (min-width: 576px) {
  #modalModuls .modal-body .content .logo{
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  #modalModuls .modal-body .content {
    max-width: 420px;
    padding: 0 1.5rem 0 2rem;
  }

  #modalModuls .modal-body .content .logo{
    max-width: 320px;
  }
}

#modalModuls .modal-body .content p{
  font-size: 16px;
  font-family: 'Nunito Sans';
  color: #091F21;
  line-height: 31px;
  margin-bottom: 1rem;
}

#modalModuls .modal-body .content p.destinations{
  font-family: 'MillerBanner-Bold';
  font-size: 17px;
  color: #091F21;
  line-height: 31px;
  margin-bottom: 1.2rem;
}

@media (min-width: 992px) {
  #modalModuls .modal-body .content p.destinations{
    margin-bottom: 0;
  }
}

#modalModuls .owl-carousel .owl-stage {
  display: flex;
}

#modalModuls .owl-carousel .item{
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  flex-direction: column;
}

#modalModuls .owl-nav button{
  position: absolute;
  top: 35%;
  background: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalModuls .owl-nav button::after{
  content: "";
  position: absolute;
  border: 1px solid #133E43;
  border-color: #133E43;
  width: 20px;
  height: 20px;
  border-bottom: 0;
}

#modalModuls .owl-nav button > span{
  display: none;
}

#modalModuls .owl-nav button.owl-prev{  
  left: -20px;
}

#modalModuls .owl-nav button.owl-next{  
  right: -20px;
}

#modalModuls .owl-nav button.owl-prev::after{  
  border-right: 0;
  left: 15px;
  transform: rotate(-45deg);
}

#modalModuls .owl-nav button.owl-next::after{  
  border-left: 0;
  right: 15px;
  transform: rotate(45deg);
}

#modalModuls #entertainment .modal-body{
  padding: 1.5rem 1.5rem 2rem;
}
@media (max-width: 767px) {
  #modalModuls #hotelsresorts .owl-nav button{
    top: 65%;
  }
}

@media (min-width: 768px) {
  #modalModuls .owl-nav button{
    top: 50%;
  }
  #modalModuls #entertainment .modal-body{
    padding: 1.5rem 1.5rem 4rem;
  }
}

#modalModuls #experience .modal-body{
  padding: 1.5rem 2rem 3rem;
}

#modalModuls .modal-body .item .card{
  text-align: center;
  border: 0;
  font-family: 'MillerBanner-Roman';
  font-size: 28px;
  padding: 0.5rem;
  height: 100%;
  justify-content: center;
  line-height: 30px;
}

#modalModuls .modal-body .nota{
  text-align: center;
  font-family: 'MillerBanner-Roman';
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin: 1rem 0 0;
}

@media (min-width:768px) {
  #modalModuls .modal-body .nota{
    font-size: 20px;
    margin: 1.5rem 0 0;
  }

  #modalModuls #experience .modal-body{
    padding: 1.5rem 4rem 3rem;
  }
  
  #modalModuls .modal-body .item .card{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 31px;
    max-width: fit-content;
    padding: 10px 1.8rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #modalModuls #experience .owl-nav button{
    width: 70px;
    height: 70px;
    border: 1px solid #55BAC5;
    top: 45%;
  }

  #modalModuls #experience .owl-nav button.owl-prev{
    left: -35px;
  }

  #modalModuls #experience .owl-nav button.owl-next{
    right: -35px;
  }

  #modalModuls #experience .owl-nav button.owl-prev::after{
    left: 26px;
  }

  #modalModuls #experience .owl-nav button.owl-next::after{
    right: 26px;
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}