  /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  height:100%;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8;
  color: #77777a;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.5;
}
h1, .h1 {
  font-size: 3.5rem;
}
h2, .h2 {
  font-size: 2.5rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
section.top30 {
    padding-top:30px;
}
section.top50 {
    padding-top:50px;
}
section.booknow {
  background-color: #e4e4e5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
a h6.linkcontact {
  color: #000;
  text-decoration: none;
  font-weight: 700!important;
}
a h6.linkcontact:hover {
  color: #000;
  text-decoration: none;
}
a.linkcontact {
  color: #000;
  text-decoration: none;
  font-weight: 700!important;
}
a.linkcontact:hover {
  color: #000;
  text-decoration: none;
}

a.linkwithe {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700!important;
}


.li-none {
  list-style: none;
}
.tagline  {
  height:100%;
  font-family: 'Times New Roman', serif;
  font-style: italic !important;
  font-weight: 400;
  color: #000;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.turquesa {
  color: #12a7a1;
}
.wellness {
  color: #d52886;
}
.bold {
  font-weight: 700;
}
.promocode-dark {
  padding-left: 10px;
  color: #000000;
}
.promocode-light {
  padding-left: 10px;
  color: #ffffff;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid black;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-primary {
  color: #212529;
  border-color: #212529;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #12a7a1;
  border-color: #12a7a1;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #12a7a1;
  border-color: #12a7a1;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-ulc {
  color: #fff;
  border-color: #12a7a1;
  background-color: #12a7a1;  
  font-weight: 600;
}
.btn-ulc:hover {
  color: #12a7a1;
  background-color: rgba(18, 167, 161, 0);
  border-color: #12a7a1;
}
.btn-lateral {
  margin-left: 12px;
}
.separador-10{height:10px;}
.separador-20{height:20px;}
.separador-30{height:30px;}
.separador-40{height:40px;}
.separador-50{height:50px;}
.separador-60{height:60px;}
.separador-70{height:70px;}
.separador-80{height:80px;}
.separador-90{height:90px;}
.img-fluid {margin: 0 auto;}
/* main carousel ---*/
.carousel-item.hero {
  height: 100vh;
  min-height: 231px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* main carousel ---*/
.carousel-item.loged {
  height: 550px;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 35%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption-promocode {
  position: absolute;
  right: 15%;
  bottom: 5%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

}
.wellness-border {
  border: 1px solid red;
}

}
.display-3 {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
.carousel-caption-box {
  position: relative;
  top:40%;
}
/* main carousel ---*/
.carousel-caption-alert {
  position:absolute;
  top:-180px;
  background-color:rgba(255,255,255,.75);
  color: #77777a;
  padding:50px;
}
header.masthead {
  background: no-repeat center center;
  background-size: cover;
  min-height: 450px;
}
/* top menu CSS ---*/
.bg-light {
    background-color: #fff!important;
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}
.navbar-expand-lg .navbar-nav.side-nav{flex-direction: column;}
.card {margin-bottom: 15px; border-radius:0; box-shadow: 0 3px 5px rgba(0,0,0,.1); }
.header-top {box-shadow: 0 3px 5px rgba(0,0,0,.1)}
.leftmenutrigger{display: none}
@media(min-width:992px) {
.leftmenutrigger{display: block;display: block;margin: 20px;cursor: pointer;}
.navbar-nav.side-nav.open {left:0;}
.navbar-nav.side-nav{
  background: #fff;
  box-shadow: 2px 1px 2px rgba(0,0,0,.1);
  position:fixed;top:80px;
  flex-direction: column!important;
  left:-320px;
  width:300px;
  padding: 20px;
  overflow-y:auto;
  bottom:0;
  overflow-x:hidden;
}
}
.animate{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.nav-link.active  {
  font-weight: 700;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0rem;
}
/* top menu CSS ---*/
/* section ---*/
.section-intro {
  background-color:#e4e4e5;
  color: #414042;
}
.section-turquesa {
  background-color:#12a7a1;
  color: #fff;
}
.section-trama {
  background-image: url("../images/ulc-trama-bg.png");
  background-repeat: repeat;
}

.section-wellness {
  background-color:#d52886;
  color: #ffffff;  
}

.section-footer {
  background-color:#e4e4e5;
  color: #414042;  
  font-size: 0.85rem;
}
.section-footer h6 {
  padding-bottom: 10px;
}
.bg-white {
  background-color:#fff;
}
.bg-black {
  background-color:#000;
}
.bg-warmgray {
  background-color:#978b82;
}
.bg-coolgray {
  background-color:#77777a;
}
.bg-cleargray {
  background-color:#f2f2f2;
}

/* section ---*/
/* Modal ---*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  border-radius: 0rem;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  text-align: center !important;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius:0rem;
  outline: 0;
}
.modal-content-left{
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 30px 20px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center !important;
}
/* Modal ---*/
.form-control {
  font-size: 0.85rem !important;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-turquesa {
  font-size: 0.85rem !important;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12a7a1 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #12a7a1;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-ulc {
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-bottom: 1px solid #ced4da;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-ulc-lg {
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-bottom: 1px solid #ced4da;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-radius: 0rem;
  
    width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-inpu-ulc {
  position: absolute;
  margin-top: 0.6rem;
  margin-left: 0rem;
}
.form-text-ulc {
  font-size: 0.85rem;
  display: block;
  padding:10px 25px;
}
.custom-person-input{
  font-size: 0.85rem;
    width: 110px !important;
}
.custom-dates-input{
  font-size: 0.85rem;
    width: 150px !important;
}
.form-group-ulc {
  font-size: 0.85rem;
    margin-left: 10px;
  }
.input-group-addon {
  font-size: 0.85rem;
    padding: 4px 12px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0px;
}
.image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 450px;
    position: relative;
    border-radius: 0px;
}
.image-grid-clickbox {
    position: absolute;
    top: 17.5%;
    left: 17.5%;
    display: block;
    width: 65%;
    height: 65%;
    z-index: 20;
    background: rgba(255,255,255,.85);
    text-align: center;
    display: table;
}
.image-grid-txt {
    display: table-cell;
    vertical-align: middle;
    /*antes padding: 0 50px;*/
    padding: 0 42px;
    /*por introduccion de 2 promocodes*/
  color: #212529;
}
.image-grid-txt h3 {
    padding-bottom: 15px;
}
.video-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 650px;
    position: relative;
    border-radius: 0px;
}
.video-grid-clickbox {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,.65);
    text-align: center;
    display: table;
}
.video-grid-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
  color: #fff;
}
.video-grid-txt h3 {
    padding-bottom: 15px;
}
/* video modal */
.modal-body {
  max-width: 1024px;
  position:relative;
  padding:0px;
}
/*.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}*/
/* video modal */
/* vertical align */
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* vertical align */
.modal-title-phone {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  margin-left: 15px;
  margin-top: 15px;
  font-weight: 600;
}
.modal-body-phone {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px solid transparent;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
/* parallax */
section.parallax {
    height:475px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}
.bg-1 {
  background: url('../images/ulc-membership-04.jpg') no-repeat center center fixed;
    color:#000;
    background-size:cover;
}
  
.bg-2 {
  background: url('../images/ulc-membership-03.jpg') no-repeat top center fixed;
    color:#000;
    background-size:cover;
}
section.parallax2 {
    height:600px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}
.destination-mx {
  background: url('../images/ulc-destination-mx.jpg') no-repeat top center fixed;
    color:#000;
    background-size:cover;
}
.destination-co {
  background: url('../images/ulc-destination-co.jpg') no-repeat top center fixed;
    color:#000;
    background-size:cover;
}
.destination-rd {
  background: url('../images/ulc-destination-rd.jpg') no-repeat top center fixed;
    color:#000;
    background-size:cover;
}
.destination-es {
  background: url('../images/ulc-destination-es.jpg') no-repeat top center fixed;
    color:#000;
    background-size:cover;
}
.hero-parallax  {
  height:300px;
  margin: 0 auto;
  text-align: center;
  display: table;
  vertical-align: middle;
}
 
.container-parallax  {
  height:300px;
  display: table-cell;
  vertical-align: middle;
  width: 600px;
 margin: auto;
 background: rgba(255,255,255,.85);
 color: #77777a;
 text-decoration: none;
}
.container-parallax a {
 color: #77777a;
 text-decoration: none;
}
.container-parallax a:hover {
 color: #77777a;
 text-decoration: none;
}
/* parallax */
li.socialmedia-icon {
    float: left;
    padding-right: 15px;
}
.resort-label {
    float: right;
}
.tiles .tile {
  display: inline-block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 75%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size:40px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 18px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  transition-delay: 0.25s;
}
.comments {
  height:400px;
  overflow-y: scroll;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-step {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-step-p {
  padding-top: 8px;
    font-size: 0.9em;
}
.numberCircle {
    border: 0.1em solid #77777a;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.numberCircle p {
  margin-top: 0.08em;
    font-size: 1.2em;
}
.booking-step-active {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color:#e4e4e5;
}
.booking-step-active-p {
  padding-top: 8px;
  font-weight: 700;
  color: #12a7a1;
    font-size: 0.9em;
}
.numberCircle-active {
    border: 0.1em solid #12a7a1;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.numberCircle-active p {
  margin-top: 0.08em;
    font-size: 1.2em;
    font-weight: bold;
    color: #12a7a1;
}
.booking-step-done {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color:#e4e4e5;
}
.booking-step-done-p {
  padding-top: 8px;
  font-weight: 700;
  color: #000;
    font-size: 0.9em;
}
.numberCircle-done {
    border: 0.1em solid #000;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    float: left;
    margin: 10px;
}
.numberCircle-done p {
  margin-top: 0.08em;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
.numberCircleTop {
    border: 0.1em solid #12a7a1;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
}
.numberCircleTop p {
  margin-top: 0.08em;
  font-size: 1.2em;
  color:#12a7a1;
  font-weight: 500;
    text-align: center;
}
.nav-pills .nav-link {
  border-radius: 0rem;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 15px 0;
    color: #77777a;
    min-height: 55px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #12a7a1;
    border-top: 1px solid #12a7a1;
    border-bottom: 1px solid #12a7a1;
    min-height: 55px;
}
.nav-pills .nav-link.done,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}
.numberCircleNav {
    border: 0.1em solid #77777a;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    float: left;
    margin: 10px 0 0 10px;
}
.numberCircleNav p {
  margin-top: 0.08em;
    font-size: 1.2em;
}
.numberCircleNav.active {
    border: 0.12em solid #fff;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    float: left;
    margin: 10px 0 0 10px;
}
.numberCircleNav.active p {
  margin-top: 0.08em;
    font-size: 1.2em;
    color: #fff;
}
.content-box {
  padding: 30px;
 background: rgba(255,255,255,.85);
}
/* carousel thumb
-------------------------------------------------- */
/* main carousel ---*/
.carousel-thumbnails {
  min-height: 420px;
}
.carousel-indicators.thumb li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100px;
  height: 50px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators.thumb li {
    transition: none;
  }
}
.carousel-indicators.thumb .active {
  opacity: 1;
}
/* carousel destinos
-------------------------------------------------- */
/*Password*/
#newpassinfo {
    position:absolute;
    top:135px;
    bottom: -115px\9; /* IE Specific */
    left:35%;
    width:250px;    
    color:#fff;
    padding:20px;
    background:#000000;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #000000;
    display:none;
}
#confirmnewpassinfo {
    position:absolute;
    top:177px;
    bottom: -115px\9; /* IE Specific */
    left:35%;
    width:250px;
    padding:20px;
    color:#fff;
    background:#000000;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #000000;
    display:none;
} 
#newpassinfo::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#000;
    text-shadow:none;
    display:block;
}
#confirmnewpassinfo::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#000;
    text-shadow:none;
    display:block;
}
.invalid {
    color:#ec3f41;
}
.valid {
    color:#3a7d34;
}
/*Password*/
/* video carousel ---*/
video {
  min-width: 100%;
  object-fit: cover;
  /* height: 100%; */
  width: 100%;
}
/* video carousel ---*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #12a7a1;
  background-color: #fff;
  border: 0px solid #fff;
}
.page-link:hover {
  z-index: 2;
  color: #12a7a1;
  text-decoration: none;
  background-color: #f4f4f4;
  border-color: #fff;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #12a7a1;
  border-color: #fff;
}
/* Convention CSS
-------------------------------------------------- */
.ulc-banner-00 {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#ulc-banner-01 {
  background: url('../images/convention-01.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#ulc-banner-02 {
  background: url('../images/convention-02.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.calendar-icon {
  color: #12a7a1;
  max-height: 150px;
  max-width: 150px;
}

.section-trama {
  background-image: url("../images/ulc-pattern.png");
  background-repeat: repeat;
}

.img-thumb-inactive {
  filter:opacity(30%);
}

.survey-icon {
  max-height: 100px;
  max-width: 100px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
.carousel-item.hero {
  margin-top: 105px;
  height: 100vh;
  max-height: 231px;
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.carousel-item.loged {
  height: 400px;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.display-3 {
  font-size: 1.6rem;
  font-weight:300;
  line-height: 1.2;
  text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
h3, .h3 {
  font-size: 1.25rem;
}
.image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 450px;
    position: relative;
    border-radius: 0px;
}
.image-grid-clickbox {
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;
    width: 80%;
    height: 80%;
    z-index: 20;
    background: rgba(255,255,255,.85);
    text-align: center;
    display: table;
}
.image-grid-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
  color: #212529;
}
.btn {
  font-size: 0.85rem;
  line-height: 1.25;
}
.nav-pills .nav-link {
  border-radius: 0rem;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 15px 0;
    color: #77777a;
    min-height: 55px;
    font-size: 0.8em;
}
  .numberCircleNav {
    border: 0.1em solid #77777a;
    border-radius: 100%;
    height: 2em;
    width: 2em;
    text-align: center;
    float: left;
    margin: 10px 0 0 10px;
}
.numberCircleNav p {
  margin-top: 0.3em;
    font-size: 0.8em;
}
  .numberCircleNav.active {
    border: 0.12em solid #fff;
    border-radius: 100%;
    height: 2em;
    width: 2em;
    text-align: center;
    float: left;
    margin: 10px 0 0 10px;
}
.numberCircleNav.active p {
  margin-top: 0.3em;
    font-size: 0.8em;
    color: #fff;
}
#ulc-promo-01 {
  background: url('../images/bannerweb-bg-iloveyou.jpg') no-repeat center left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#ulc-promo-03 {
  background: url('../images/promo-banner-02.jpg') no-repeat center left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#ulc-promo-02 {
  background: url('../images/bannerweb-bg-convention.jpg') no-repeat center left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption-box {
  position: relative;
  top:130px;
}
  .vertical-center:before {
    /* height: auto; */
    display: none;
  }
  .text-center-mobile {
  text-align: center !important;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 35%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption-alert {
  position:absolute;
  top:-100px;
  background-color:rgba(255,255,255,.75);
  color: #77777a;
  padding:10px;
}
.carousel-caption-alert p {
    font-size: 13px;
    line-height: 16px!important;;
}
  .responsive-gap30-mobile {
  padding-bottom: 30px;
}
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size:25px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 16px;
}
/* main carousel ---*/
.carousel-indicators.thumb {
  position: absolute;
  right: 0;
  top: 305px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
}
@media (min-width: 768px) {
  .carousel-indicators.thumb {
  position: absolute;
  right: 0;
  top: 355px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-caption-box {
  position: relative;
  top:25%;
}
}
@media (min-width: 992px) {
  .carousel-indicators.thumb {
  position: absolute;
  right: 0;
  top: 355px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
}