.card {
  /*transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);*/

}

.card:hover {
  /*transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);*/

}

#result {
  position: absolute;
  min-width: 500px;
  max-width: 400px;
  width: 100%;
  padding: 0px;
  display: none;
  margin-top: -1px;
  border-top: 0px;
  overflow: hidden;
  border: 1px #CCC solid;
  background-color: white;
  z-index: 99;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.show-search {
  padding: 5px;
  border-bottom: 1px #999 dashed;
  font-size: 15px;
  height: 60px;
}

.show-no-result {
  padding: 10px;
  border-bottom: 1px #999 dashed;
  font-size: 15px;
}

.show-search-cl:hover {
  background: #BDD7FA;
  cursor: pointer;
}

.show-search-cl:first-child {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}


.cut-text {
  font-size: 16px;
  ;
}

.cut-text-info {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 350px;
  white-space: nowrap;
  margin: 0px 0px 5px 0px;
  color: #f5f5f5;
  color: #3d3d3d;
  font-size: 14px;
}

.show:hover .cut-text-info {
  color: #fff;
}

.title {
  font-size: 17px;
  ;
}

.search-groups .list-group-item {
  padding: 0px;
}

.span_pseudo,
.chiller_cb span:before,
.chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb input {
  display: none;
}

.chiller_cb label {
  padding: 5px 10px 10px 5px;
  padding-left: 3rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.chiller_cb span {
  margin: 6px 0px 0px 0px;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 15px;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 5px;
}

.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}

.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

.chiller_cb input:checked~span {
  background: #0D6EFD;
  border-color: #0D6EFD;
}

.chiller_cb input:checked~span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}

.chiller_cb input:checked~span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}

.avatar {
  vertical-align: middle;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.avatar.tour-image {
  width: 95%;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}


.bt-gradient-pv {
  
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,121,124,1) 100%);*/
    background-image: url(../img/background-inca-lines.png);
    background-repeat: repeat;
    padding-bottom: 5rem;
    background-image: url(../img/background-inca-lines.png), linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(149, 166, 255) 100%);
}

.text-turques {
  color: #3600c9;
}

.tour-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 99px;
  padding: 4px 6px 4px 15px;
  background-color: #E6EEF9;
  transition: color 0.15s ease-in;
}

.tour-pill-lin{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  border-radius: 10px;
  padding: 4px 15px 4px 15px;
  background-color: #E6EEF9;
  color: #00695C;
  margin-right: 5px;
}

.tour-pill-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 99px;
  padding: 4px 15px 4px 15px;
  background-color: #E6EEF9;
  transition: color 0.15s ease-in;
}

.tour-pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 6px;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: #FDC51F;
  transition: 0.15s ease-in;
}

.text-p{
  color: #676767;
}
/*Timeline*/
.timeline {
  position: relative;
  padding: 21px 0px 10px;
  margin-top: 4px;
  margin-bottom: 30px;
}

.timeline .line {
  position: absolute;
  width: 3px;
  display: block;
  background: rgb(221 221 221);
  top: 0px;
  bottom: 0px;
  margin-left: 16px;
}

.timeline .separator {
  border-top: 1px solid currentColor;
  padding: 5px;
  padding-left: 40px;
  font-style: italic;
  font-size: .9em;
  margin-left: 30px;
}

.timeline .line::before {
  top: -4px;
}

.timeline .line::after {
  bottom: -4px;
}

.timeline .line::before,
.timeline .line::after {
  content: '';
  position: absolute;
  left: -4px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: rgb(221 221 221);
}

.timeline .panel {
  position: relative;
  margin: 10px 0px 21px 45px;
  clear: both;
}

.timeline .panel .panel-body p{
  color: #1d1d1d;
}

.timeline .panel::before {
  position: absolute;
  display: block;
  top: 8px;
  left: -24px;
  content: '';
  width: 0px;
  height: 0px;
  border: inherit;
  border-width: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * {
  font-size: 18px;
  vertical-align: middle;
  line-height: 30px;
}

.timeline .panel .panel-heading.icon.principal {
  color: #000000;
  background-color: #FDC51F;
  border-color: #FDC51F;
}
.timeline .panel .panel-heading.icon.final {
  color: #000000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.timeline .panel .panel-heading.icon.meal {
  color: #ffffff;
  background-color: #00a708;
  border-color: #00a708;
}
.timeline .panel .panel-heading.icon.way {
  color: #ffffff;
  background-color: #575757;
  border-color: #575757;
}

.timeline .panel .panel-heading.icon {
  position: absolute;
  left: -43px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  float: left;
  color: #fff;
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}

.timeline .panel-outline {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.timeline .panel-outline .panel-body {
  padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
  display: none;
}

.timeline .panel-heading {
  margin-top: 0px;
}

.timeline .panel-title {
  font-size: 17px;
}

.timeline .panel-title.panel-information {
  font-size: 16px;
  font-weight: 500;
}

/*fin Timeline*/
/*card price*/
.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
  color: #3e4555;
}

.pricing6 .font-weight-medium {
  font-weight: 500;
}

.pricing6 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing6 h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing6 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing6 .price-box .display-5 {
  line-height: 58px;
  font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.pricing6 .text-info {
  color: #188ef4 !important;
}

.pricing6 .badge-danger {
  background-color: #ff4d7e;
}

.pricing6 .badge-info {
  background-color: #4527A0;
}

.pricing6 .font-14 {
  font-size: 14px;
}

.font-14{
  font-size: 14px;
}
.font-13{
  font-size: 13px;
}
.font-12{
  font-size: 12px;
}
.font-11{
  font-size: 11px;
}
/*fin card price*/

.bg-ofert {
  background-color: #ff4d7e;
  color: #fff;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
}

.list-opacity {
  padding: 0;
    margin: 0;
}
.list-opacity li {
  background-color: transparent !important;
  
}

.list-opacity .list-group-item {
  border: 0px;
  padding: 2px 0px;
  padding-left: 1.2em;
  text-indent: -0.65em;
}

.modal-tall .modal-dialog {
  height: 90%;
}

.modal-tall .modal-content {
  height: 100%;
}

.to-be-fixed {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  text-align: center;
  font-family: Arial;
  padding: 0px 12px;
  background: red;
  width: 100%;
  display: none;
  line-height: 30px;
  z-index: 999;
}

.sticky-tabs {
  position: fixed !important;

  z-index: 999;
  width: 100%;
  padding-left: 0;
  padding-right: 32px;
}

.sticky-tabs+div .tab-pane {
  margin-top: 70px;

}

.nav-pill-color {
  background-color: #fff;
}

.modal-footer {
  justify-content: space-between;
}

/* ===== multilevel ===== */
/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
}

a {
  text-decoration: none;
}

button,
a {
  color: inherit;
}

.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

.notification a {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .notification {
    display: none;
  }
}


/* HEADER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  color: var(--white);
  overflow-y: inherit !important;
}

.page-header .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: var(--header-bar-bg);
}

.page-header .header-bar .brand {
  font-weight: bold;
}

.page-header .header-bar .social {
  display: flex;
}

.page-header .header-bar svg {
  fill: var(--white);
}

.page-header .menu-wrapper {
  display: block;
  position: relative;
  text-align: left;
  margin-right: 20px;
}

.page-header .menu-wrapper.is-visible {
  display: block;
}

.page-header .list-wrapper {
  height: 60vh;
  padding: 0px 5px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ccc;
}

.page-header .list-wrapper:nth-child(2),
.page-header .list-wrapper:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}

.page-header .list-wrapper:nth-child(2).is-visible,
.page-header .list-wrapper:nth-child(3).is-visible {
  transform: none;
}

.page-header .list-wrapper:nth-child(1)>ul>li>.sub-menu,
.page-header .list-wrapper:nth-child(2) .level-3 {
  display: none;
}

.page-header .menu-wrapper li+li {
  margin-top: 0px;
}

.page-header .menu-wrapper a {
  display: block;
  position: relative;
  padding: 10px 0;
}

.page-header .menu-wrapper a.nested {
  text-decoration: underline;
}

.page-header .menu-wrapper a:hover,
.page-header .menu-wrapper a.is-active {
  color: var(--orange);
}

.page-header .menu-wrapper a:hover::before,
.page-header .menu-wrapper a.is-active::before {
  content: "✦";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  color: var(--orange);
}

.page-header .back-one-level {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.page-header .back-one-level svg {
  fill: var(--white);
  margin-right: 10px;
}

.page-header .list-wrapper.bg-nivel-1 {
  background: #fff;
}

.page-header .list-wrapper.bg-nivel-2 {
  background: #fff;
  opacity: 0;
  transition: 0.2s ease-out;
}

.page-header .list-wrapper.bg-nivel-3 {
  background: #fff;
  opacity: 0;
  transition: 0.2s ease-out;
}

.page-header .list-wrapper.bg-nivel-2.is-visible {
  opacity: 1;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.page-header .list-wrapper.bg-nivel-3.is-visible {
  opacity: 1;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* MAIN STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-main {
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
  margin: 100px auto 0;
}

/* estilos boton*/
.btn-level-1 {
  transform: translateX(3.5rem);
  border-radius: 50px;
  background-color: #e6e6e6;
  color: #000000;
  padding: 0px 7px 0px;
  transition: 0.3s ease-in-out;
}

.btn-level-1>span {
  font-weight: 600;
  font-size: 24px;
}

.btn-level-1.activo {
  transform: translateX(0.35rem);
  transition: 0.25s ease-in-out;
}

.back-top-panel {
  background: #fff;
  width: 75px;
  height: 35px;
  padding: 13px;
  z-index: 99;
  margin-left: 50px;
  position: absolute;
}

/* === FIN multilevel === */

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

*::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
  color: rgb(122, 122, 122);
}


/*====== CARD ======*/
.list-tours .card {
  flex-direction: row;
  max-width: 100%;
  border: 0;
  background-color: #fff;
  color: #fff;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
  transition: .3s background-color cubic-bezier(.155, 1.105, .295, 1.12);
}

.list-tours .card:hover {
  background-color: #f4f5ff;
  border: 1px solid #d3d0ff;
}

.list-tours .card img {
  max-width: 20%;
  padding: 0.5em;
  border-radius: 0.7em;
  object-fit: cover;
  object-position: 79% 32%;
}

.list-tours .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #3d3d3d;
}

.list-tours .card-title {
  font-size: 18px;
}

.text-section {
  width: 100%;
  text-align: start;
}

.cta-section {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.cta-section .btn {
  padding: 0.2em 0.5em;
  font-size: 1em;
  color: #696969;
}

.card-text {
  letter-spacing: 0.02em;
}

.card .card-content-items {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 4px;
  margin-top: 2px;
  gap: 5px;
}
.card .card-pill-item {
  margin-right: 4px;
  height: 20px;
  line-height: 20px;
  border: none;
  color: #3F51B5;
  font-size: 12.5px;
  background: #f0f2ff;
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  max-width: 100%;
  padding: 0 4px;
}
.card .item-pill {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F51B5;
  font-size: 12px;
  font-weight: 400;
}
.card .card-content-physical {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}
/*==== FIN CARD ====*/

.sticky-header {
  position: fixed;
  left: calc(60% + 50px);
  z-index: 9;
}

#accordiontours .accordion-button::after {
  margin-left: 15px;
}

#pills-tabContent-tours {
  padding: 25px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#pills-tab-tour .nav-link {
  font-weight: 500;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.box {
  background: #FDCE3B;
  height: 85px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
  transform: translateY(0px);
  z-index: 1021;
  transition-duration: .3s;
}

.box.active {
  transform: translateY(180px);
}

a.cover-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*Calendario*/
.datepicker td, .datepicker th{
  width: 36px;
    height: 32px;
}
/*FIN Calendario*/ 

/* button up*/
.btn-scroll-up{
  background: #f0f0f0;
    border: none;
    left: 50%;
    max-width: calc(100% - 1em*2);
    position: fixed;
    top: -3rem;
    transform: translateX(-50%);
    transition: top .5s ease;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 5px 8px 0 rgba(0,0,0,.14), 0 1px 14px 0 rgba(0,0,0,.12);
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: .01786em;
    text-transform: none;
    align-items: center;
    border-radius: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    margin: 0;
    padding: 0 0.75rem;
    overflow: hidden;
}
.btn-scroll-up.visible {
  top: 2.25rem;
}
.text-scroll-up{
  padding: 0.25rem 0;
}
.subtitle{
  font-size: 17px;
  font-weight: 500;
}
.subtitle-2{
  font-size: 16px;
  font-weight: 500;
}
.list-include{
  padding-left: 0rem;
}
.price-p{
  font-size: 14px;
}
.contacto-numero{
  background: #00AE38;
    padding: 10px 25px;
  border-radius: 10px;
}
.contacto-numero .texto-contacto{
  color: #ffffff !important;
}
.contacto-numero .texto-numero{
  color: #ffffff !important;
}

.myAlert-bottom {
  position: fixed;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: 485px;
  min-width: 250px;
  width: 100%;
  display: none;
}

.myAlert-bottom.show {
  display: block;
}

#sendquote .spinner-border {
  display: none;
}

#sendquote .spinner-border.active {
  display: inline-block;
}

/*====== CARD INICIALES ======*/
#botones .card {
  flex-direction: row;
  max-width: 100%;
  border: 0;
  background-color: #fff;
  color: #fff;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  border: 0px solid #ddd;
  transition: .3s background-color cubic-bezier(.155, 1.105, .295, 1.12);
}

#botones .card:hover {
  background-color: #f4f5ff;
  border: 0px solid #d3d0ff;
}

#botones h5, p {
  color:#3F51B5;
}

#botones .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #3d3d3d;
  padding: 15px 15px;
  margin: auto;
}

#botones .card-button{

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #3d3d3d;
  padding: 15px 15px;
  justify-content: center;
  background-color: #f5f2f2;
  border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all 0.3s ease-out;
}
#botones .card:hover .card-button{
  color: #fff;
  background-color: #0D6EFD;
}

#botones .card-imagen{

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #3d3d3d;
  padding: 5px 5px;
  justify-content: center;
  border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#botones .card-button span{
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #FF5353;
  transition: all 0.3s ease-out;
}

#botones .card:hover .card-button span{
  color: #ffffff;
}

#botones .card-imagen img {
  width: 70px;
  border-radius: 0.4em;
  object-fit: cover;
  object-position: 50% 50%;
}

#botones .card-title {
  font-size: 17px;
  margin-bottom: 5px;
}

.text-section {
  width: 100%;
  text-align: start;
}

.cta-section {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.cta-section .btn {
  padding: 0.2em 0.5em;
  font-size: 1em;
  color: #696969;
}

#botones .card-text {
  font-size: 15px;
}

.accordion-title-tour{
  font-size: 1rem;
  font-weight: 500;
}
/*==== FIN CARD ====*/

#navbar_top .sticky-top{
  top: -17px;
  
}

#navbar_top .nav-content{
  box-shadow: 0 3px 11px rgba(0, 0, 0, .1);
}
.info-tour .it-image{
  flex-basis: 20%;
}
.info-tour .it-content{
  flex-basis: 80%;
}

.flex-basis-25 {
  flex-basis: 25%;
}

.flex-basis-75 {
  flex-basis: 75;
}


/**/
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .info-tour .it-image{
    flex-basis: 25%;
  }
  .info-tour .it-content{
    flex-basis: 75%;
  }
  
  #botones .card-body {
    padding: 8px 8px;
  }
  #botones .card-button {
    padding: 4px 4px;
  }
  #botones .card-button span {
    font-size: 20px;
  }
  #botones .card-imagen img {
    width: 55px;
    border-radius: 0.4em;
  }
  #botones .card-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  #botones .card-text {
    font-size: 0.8em;
  }
  .card-itinerario .card-body{
    padding: 0px !important;
  }
  .timeline{
    margin-bottom: 0px;
  }
  .text-sub {
    margin-left: 5px;
  }

  .chiller_cb {
    padding: 5px;
    background-color: #181818;
    color: #fff;
    border: 1px solid #73737391;
  }

  #result {
    min-width: 250px;
    max-width: 365px;
  }

  .modal-contacto {
    padding-top: 15%;
    border-radius: 25px;
  }

  .modal-contacto>div {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  .page-header .menu-wrapper {
    margin-right: 0px;
  }

  .box {
    height: 65px;
  }
  .map-responsive{
    height: 50vh;
  }
  .avatar.tour-image{
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width : 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: red;
  }
}

@media (max-width : 992px) {
  .offcanvas {
    width: 250px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }

}

@media (min-width: 1200px) {
  .container-tours {
    max-width: 800px;
  }
}

.navbar-nav li a {
  color: white !important;
}