:root{--main-green:#00A498;--second-green:#41AF77;--third-green:#80BA57;--grey-color:#58595B;--main-blue:#0e2c5a;--main-yellow:#e4ad49;--second-blue:#4268b3;--primary-color:#0080FF;--text-color:#000;--text-color2:#00264d;--caption-color:#698096;--gray-color:#bfccd9;--light-gray-color:#e3ebf3;--back-gray-color:#f1f5f9;, 'Poppins', sans-serif}

/*.-  HEADER  -.*/
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
    color: #ff5b57;
}
.has-error .form-control {
    border-color: #ff5b57;
}
.has-error .form-control:focus {
    border-color: #cc4946;
}


.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

header{
    margin-top: -50px;
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

body {
  font-family: 'Poppins', sans-serif;
  /*background: var(--back-gray-color);*/
  color: var(--text-color);
  background: #fff !important;
}

.content-title{
    margin-top: 10px;
    color: var(--main-green);
}

.contact-grid{
    padding: 10px;
}

.color-green{
    color: var(--main-green);
}

.color-second-green{
    color: var(--second-green);
}

.color-third-green{
    color: var(--third-green);
}

.color-grey{
    color: var(--gray-color);
}

.table-striped>tbody>tr:nth-of-type(odd){
    background: #effffe !important;
}

h1{
  color: #0e2c5a;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

h1.title-page{
    padding: 20px;
    text-align: center;
    font-size: 2em;
    color: var(--main-green);
}

h2{
  color: var(--text-color);
  font-size: 2.5rem;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

h2.services{
  font-size: 28px;
  font-weight: bolder;
  margin-top: 20px;
}

h3{
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
}

h3.card-text > a {
  text-decoration: none;
  text-align: center;
}

h3.card-text > a >strong{
  font-size: 18px;
  color: var(--main-green);
  font-family: 'Poppins', sans-serif;
}

h3.price-detail{
  color: var(--main-green);
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
}

h4.subtitle-text{
  font-size: 18px;
  color: var(--text-color);
}

.paragraph-color{
  color: var(--caption-color);
}
.text-grey{
  color: var(--gray-color);
}

.nav-link.active{
    border: 1px solid #fff;
    border-radius: 10px;
}

h2.title-card-section{
  color: var(--text-color);
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
}

h2.title-card-section > a {
  text-decoration: none;
  color: var(--text-color);
}

.section-title{
    /*background: var(--gray-color);*/
    background: #f7f7f7;
    padding: 10px;
}

.program-type{
  position: fixed;
  /*top: 40%;*/
  top: 225px;
  background: #00264d9c;
  border-radius: 0px 20px 20px 0px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
}

.program-type > img{
  width: 20px !important;
  position: absolute;
}

.bg-blue{
  background: var(--main-blue);
}

.bg-green{
  background: var(--main-green);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.card.card-paquete{
    border: 1px solid var(--third-green);
}

.card-paquete:hover{
  box-shadow: 0px 3px 9px 3px var(--main-green);
}

.card-body.paquete{
  min-height: 340px;
}

.item-information:hover{
  background: #fff;
  box-shadow: 0px 3px 9px 3px #bcd3ff;
}


.text-title-detail{
    color: var(--text-color);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.text-option-detail{
    color: var(--text-color);
    font-size: 14px;
}


.btn-success-action{
  background: var(--second-green);
  border: 1px solid var(--text-color);
  color: #fff;
  transition: transform .4s;
  border-radius: 20px;
}

.btn-success-action:hover{
  background: #ffeca7;
  /* border: 1px solid var(--primary-color); */
  color: #000;
  -ms-transform: scale(1.06); /* IE 9 */
  -webkit-transform: scale(1.06); /* Safari 3-8 */
  transform: scale(1.06);
}

.btn-whatsapp{
    color: #25cb69;
    border: 1px solid #25cb69;
    border-radius: 20px;
}

.btn-whatsapp:hover{
    border: 1px solid #25cb69;
    background: #25cb69;
    color: #ffffff;
    border-radius: 20px;
}

.form-suscribe{
    border: 1px solid var(--gray-color);
    padding: 20px;
    border-radius: 10px;
}

.owl-nav{
    display: none;
}
svg{
    fill: #fff;
}

.item-tourism{
    border: 1px solid var(--caption-color);
    margin-bottom: 20px;
    border-radius: 10px;
}

.filter-area{
    background: #fff;
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 10px;
}

.custom-input{
    margin-bottom: 10px;
}

.grey-input{
    /*background: #EDF5FD ;*/
    background: #41af770a;
}

.grey-text{
    color: var(--caption-color);
    font-weight: lighter;
    font-size: 14px;
}

.btn-cta{
    background: #ffeca7;
    border: var(--main-yellow);
    border-radius: 20px;
    color: var(--text-color);
}

.btn-cta:hover{
    background: var(--text-color);
    color: #fff;
    font-weight: 600;
}

.informacion-paquete{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    margin-top: -4.3%;
    position: absolute;
    width: 36%;
    margin-left: 17px;
    box-shadow: 0px 4px 12px 3px #d5eaff;
}

.price{
    color: var(--primary-color);
    font-size: 2.00em;
    text-align: left;
    margin-top: 10px;
}

.text-blue{
    color: var(--text-color);
    font-size: 1.1em;
}

.num-days{
    text-align: right;
}

.text-grey{
    color: var(--gray-color);
}

.sidebar-form{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.sidebar-price{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.update{
    text-align: right;
    font-size: 12px;
}

.back-text{
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}

.section-whatsapp:hover{
    background: #fff;
    box-shadow: 0px 3px 9px 3px #bcd3ff;
    cursor: pointer;

}

.btn-primary{
    color: #fff;
    background-color: var(--second-green);
    border-color: var(--main-green);
}

.btn-primary:hover{
    color: #fff;
    background-color: var(--third-green);
    border-color: var(--main-green);
}

.container-contact{
    background: #fff;
    box-shadow: 0px 3px 9px 3px #e4eaef;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-login{
    margin-top: 10px;
    background: #1a48a5;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-carousel .item {
    height: auto;
    background: transparent;
    padding: 1rem;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

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

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

.owl-carousel .owl-item img {
    border-radius: 10px 10px 0px 0px;
}

.card-paquete{
    border-radius: 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 700px) {
  h2{
        font-size: 18px;
  }

  .title-footer{

      text-align: center;
      margin-top: 20px;
  }

  .title-footer-redes {
      border-top :1px solid currentColor;
      text-align: center;
      padding: 10px;
      margin-top: 30px;
      border-top: 1px solid;
  }

  .carousel-item > img{
          min-width: 250%;
  }

  .price{
      margin-top: 0px;
  }

  .num-days, .price{
      text-align: center;
  }

  .update{
    text-align: center;
  }

  .informacion-paquete{
    margin-top: -10%;
    position: relative;
    width: auto;
    margin-left: 0px;
    box-shadow: none;
  }
}


