@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&amp;family=Open+Sans:wght@300;400;600&amp;display=swap');

/*** General ****/

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
}

/*body{
    overflow-x: unset;
}*/

h1, h2, h3, h1 span, h2 span , h3 span{
    font-family: 'Lora', serif;
}

h1{
    font-size: 2.8rem
}

h2{
    font-size: 2.4rem
}

h4 {
    font-size: 1.5rem;
}

h5{
    font-size:1.35rem;
}

.short-text{
    font-size: .95rem;
}

/*h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}*/

p{
    /*line-height: 1.9rem;*/
}

a{
    color:inherit;
    text-decoration: none;
}

a:hover{
    color:#000;
    border-color:#000;
    text-decoration: none;
}

nav {
    position: relative;
}

[class^="fui-"] {
display: inline-block;
vertical-align: middle;
}

body > section, header, footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: auto;
  /*height: auto;*/
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img {
  -webkit-backface-visibility: hidden;
}


a:hover, button:hover, a:focus, button:focus, a:active, button:active {
  outline: none;
}


/*** Fin General ****/




/*** Help ****/


/*
.color1{
    color: #e76125 !important;
}*/

.color1{
    color:#f78741;
    border-color:#f78741;
}

.color2{
    color:#e76125;
    border-color:#e76125 !important;
}

.color3{
    color:#fcb05e;
    border-color:#fcb05e;
}

.color4{
    color: #c0d8b6 !important;
}

.color5{
    color: #d6d6b1 !important;
}

.color6{
    color: #f1f4e1 !important;
}

.color7{
    color: #eea020 !important;
}

.color-white{
    color:white !important;
}

.color-black{
    color: black !important;
}

.color-brown{
   color:#35190b;
}

.bg-color1{
    background: #e76125d6 !important;
}

.bg-color2{
    background: #eea020e3 !important;
}

.bg-color3{
    background: #7fb069e8 !important;
}

.bg-color4{
    background: #c0d8b6de !important;
}

.bg-color5{
    background: #d6d6b1eb !important;
}

.bg-color6{
    background: #f1f4e1e0 !important;
}

.bg-white{
    background: white !important;
}

.bg-cream {
    background-color: #f5f3e9;
}
.bg-gris {
    background-color: #f5f5f5;
}
.bg-black {
    background-color: #221c1c;
}

.bg-noise-pri {
  background: #ECECEC url("../png/f-noise.png") repeat;
}
.bg-noise-sec {
  background: #fefefe url("../png/f-noise.png") repeat;
}
.bg-noise-ter {
  background: #F1EFE6 url("../png/f-noise.png") repeat;
}
.bg-noise-cuar {
  background: #FBF9F4 url("../png/f-noise.png") repeat;
}

.sepia-img {
    opacity: .95;
    -webkit-filter: sepia(.15);
    filter: sepia(.15);
}

.btn-primary {
    color: #fff;
    background-color: #f77320;
    border-color: #f77320;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fb8941;
    border-color: #fb8941;
}

.btn-outline-primary {
    color: #404040;
    border-color: #959595;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #f77320;
    border-color: #f77320;
}

.btn-outline-orange {
    color: #f77320;
    border-color: #f77320;
}

.btn-secondary {
    color: #fff;
    background-color: #336cae;
    border-color: #336cae;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #377bca;
    border-color: #377bca;
}

.text-shadow {
    /*text-shadow: 5px 5px 10px rgba(0,0,0,0.43);*/
    text-shadow: 3px 8px 10px rgb(3 24 65 / 85%)
}

.bg-transparent-black-circle {
    box-shadow: -2px 1px 174px 37px rgba(0,0,0,0.78) inset;
    -webkit-box-shadow: -2px 1px 174px 37px rgba(0,0,0,0.78) inset;
    -moz-box-shadow: -2px 1px 174px 37px rgba(0,0,0,0.78) inset
}

.separator {
    background-image: url(../svg/i-separator.svg);
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.separator-w {
    background-image: url(../svg/i-separator-white.svg);
    height: 10px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.bg-position-start {
    background-position: left;
}

.lift {
    transition: box-shadow .55s ease, transform .55s ease;
    transition: background-color .35s ease, transform .55s ease;
}

.note {
    margin:.5rem 0 2.5rem 0;
    padding:20px;
    background:#f3f0f0;
    border-radius:6px;
    border:1px solid #e7e7e7;
    font-style: italic;
}

.smaller {
    font-size: 0.75rem;
}

.w-90 {
    width: 90%
}

@media (max-width: 767px) {
  .no-ipad {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .no-mobile {
    display: none !important;
  }
}

/*** Fin Help ****/




/*** Menu 

.dropdown-menu a:link {
    color: #00559e !important;
}
.dropdown-menu a:hover {
    color: #e76125 !important;
}

****/
/*** Fin Menu ****/




/** Perzolalizacio Menu top desplegaable **/

.dropdown-menu-xxl {
    padding: 1.8rem 2.5rem;
}
.dropdown-menu-xxl {
    min-width: 49rem;
}
.dropdown-menu-xxl .dropdown-item, .dropdown-menu-xxl .dropdown-header {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}



/*** Header ****/

.logo {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;

    position: inherit;
    top: inherit;
    left: inherit;
}

.logo img{
    height:84px;
}

.new-nav.nav-height {
  right: 16px;
  top: 0;
  background: #fffffffa;
  position:fixed;
  padding: 15px 15px 15px 0px !important;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.new-nav.nav-height a {
  font-weight: bolder;
}

/*** Fin Header ****/



/*** Cover ****/

.cover-lateral {
    width: 480px;
    z-index: 5;
}

.subtitle-cover span {
    color: #ff8b21;
}

.virtual-tour img {
    width: 35px;
}

.virtual-tour {
    background-color: #ffffffc4;
    width: 180px;
    font-size: 1.15rem !important;
    cursor: pointer;
    opacity: 1;
    transition: .5s;
    color: #000;
}
.virtual-tour:hover {
    background-color: #fff;
    border-color: #fff;
}
.ba-trustpilot-cover {
    bottom: 20px;
    width: 277px;
    left: 20px;
    background: #ffffffcf;
}

/*** Cover Header ***/




/*** Contenido Top ****/

.sellos img {
    height: 32px;
    margin-left: 30px;
}

.ba-book-confidence {
    background: #f7f6f0;
    cursor: pointer;
}

.ba-book-confidence div:hover span{
    text-decoration: underline;
}
.i-flecha {
    padding: 0px 3px;
    border-color: #f77321 !important;
    text-decoration: none !important;
}

.t-trustpilot {
    width: 160px;
    z-index: 5;
    opacity: .9;
}

/*** Fin Contenido Top ****/




/*** Packages Home ****/

.box-info-packages {
    background: #f7f6f0;
}

.box-info-packages:hover, .box-info-packages:focus {
    box-shadow: 0 2rem 5rem rbg(22 28 45 / 10%), 0 0.5rem 1rem -0.75rem rgb(22 28 45 / 5%) !important;
    transform: translate3d(0, -15px, 0);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
    background-color: #da864e;
    color: #fff;

}

.box-info-packages img {
    opacity: .95;
    -webkit-filter: sepia(.15);
    filter: sepia(.15);
}

.box-info-packages:hover img {
    opacity: .80;
    transition: opacity .35s ease, transform .55s ease;
}

.box-info-packages a:hover .card-body .card-text {
    color: #fff !important;

}

.box-package-subtitu  {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #00000029;
}
.box-info-packages a:hover .box-package-subtitu  {
    background-color: #000;
    transition: background-color .35s ease, transform .55s ease;
}

.box-package-hoja  {
    border-right: 7px solid #ffffff4d;
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0px;
}

/*** Fin Packages ***/




/*** Reviews ****/

.reviews, .travel-blog {
    background-image: url(../svg/bg-ave.svg);
    background-size: cover;
    background-position: top left;
}

/*** Fin Reviews ***/




/***  Accordion ***/

.accordion-body ul li {
  padding-bottom: 10px
}
.accordion-body ul li:last-child {
  padding-bottom: 0px
}

.accordion-button {
  color: #212529;
  border: 1px solid rgba(0,0,0,.125);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #DFDFE2;
}
.accordion-button:not(.collapsed) {
    color: #212529; 
    background-color: #f9f9f9;
}
.accordion-button {
    font-family: 'Open Sans';
}

/***  Fin Accordion ***/




/*** Table ***/

.table {
    margin-bottom: 0;
}
.table th, .table td {
    padding: 0.8rem 1rem;
}

.bd-precio {
  /*position: relative;
  padding: 1rem;
  margin: 1rem -.75rem 0;*/
  border: solid #dee2e6;
  border-width: 1px;
}

/*** Fin Table ***/




/*** footer ***/

footer {
    color: #dfdfdf;
}
footer a {
    text-decoration: none;
    color: #dfdfdf;
}
footer a:hover {
    color: #fff;
}

footer .border-bottom {
    border-color: #555 !important; 
}

.redes-s img {
    width:35px;
    height:35px;
}

/*** Fin footer ***/




.main-menu {
    display: none;
    z-index: 300;
    font-weight: 300;
    position: fixed;
    right: 0;
    top: 0;
}

/*.menu-buttons {
    background: #e1e1e1;
}*/

.menu-buttons, .nav-about-us {
    width: 340px;
    height: 100vh;
    padding: 15px 40px;
    position: relative;
}

.close-menu {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 2.8rem;
}

/*.close-menu img {
    width: 35px;
}*/

.menu-logo {
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
}

.mobile {
    display: none;
}

.menu-logo img {
    height: 70px;
}

.main-nav {
    display: flex;
    flex-direction: column;
}

.secundary-nav, .main-nav-buttons {
    max-width: 210px;
    width: 100%;
}

.main-nav-buttons {
    font-size: 1.3rem;
    margin-bottom: 0.85rem;
    font-weight: bold;
}
.main-nav-buttons span {
    font-size: .9rem;
    display: block;
    font-weight: 300;
}

.secundary-nav {
    font-size: 1.15rem;
    margin-top: 0.5rem;
}

.secundary-nav a {
    display: block;
    margin: 11px 0;
}

.nav-footer {
    position: fixed;
    bottom: 15px;
}


.invisible-close-menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 680px;
}

.stick-main-menu {
    /*padding: 20px 0;*/
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 100;
    /*position: fixed;*/
    right: 15px;
}

.nav-items {
    padding: 0 15px;
}

.stick-main-menu .open-menu {
    cursor: pointer;
}

.nav-background {
    background: #ffffffc2;
    border-radius: 6px;
}





/*** Form ***/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

.form-horizontal {
    width: 600px;
}

.form-bottom input::-webkit-input-placeholder, .form-bottom textarea::-webkit-input-placeholder {
    /*font-weight: 400;
    font-size:14px;*/
}

.form-bottom input:focus, .form-bottom textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .03), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .03), 0 0 6px #fff;
}

.form-bottom textarea{
  height:140px !important;
}

.loader {
  position: absolute;
  margin-left: 15px;
  height: 32px;
  width: 32px;
  display: inline-block;
  top: 23px;
  display: none;
}

.form-phrase {
  color: #428bca;
  font-weight: normal;
}

@media (max-width: 1100px) {
}

@media (max-width: 900px) {
}

@media (max-width: 720px) {
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 400px) {
}

/* NEW FORM PROOF */

#stars-2,
#stars-3,
#stars-4,
#stars-5,
#t-1,
#t-2,
#t-3,
#t-4,
#t-5,
#t-6,
#t-custom,
#undecided,
#d-1,
#d-2,
#d-3,
#d-4,
#d-5,
#undecided1,
#undecided2,
#undecided3  {
    opacity: 0;
    position: absolute;
    display: none;
}

@media (min-width: 640px) {
}

.hotel-class {
}

.stars-hotel-form {
    color: #E67E22;
}

.form-flex-contact label div{
    height: 65px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;   
}

@media (min-width: 700px) and (max-width: 1024px) {
  /*.form-flex-contact label div {
    padding: 5px 15px;
  }*/
}

.form-flex-contact label div:hover {
    border: 2px solid #4782C0 !important;
    background-color: #f0f0f0 !important;
}

.icon-general {
    height: 65px;
    padding: 18px 20px 10px;
}

.icon-general i {
    width: 24px;
}

.form-flex-contact input[type="text"],
.form-flex-contact input[type="email"],
.form-flex-contact textarea {
    /*
    margin: 0.5%;
    width: 100%;*/
}

input[type="checkbox"]:checked + div,
input[type="radio"]:checked + div {
    border-color: #4782C0 !important;
    border: 2px solid #4782C0 !important;
    background-color: #f0f0f0 !important;
}

input[type="checkbox"]:checked + div:after,
input[type="radio"]:checked + div:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #4782C0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.input-date {
    height: 65px !important;
}

#ui-datepicker-div {z-index: 99 !important;}

.step-2 {
    display: none;
}

.n-contact-general {
  position: relative;
}

 #casual_firstname-error, #casual_email-error, #casual_phone-error{
  color:#c95555;
  font-size:.8em;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  letter-spacing:.2px;
  font-weight: normal;
  position: absolute;
  bottom: -22px;
  left: 74px;
}

@media (min-width: 768px) {
/*.tip-form {padding-left: 70px;}*/
}

@media (max-width: 768px) {
    /*#casual_firstname-error, #casual_email-error{
    left: 0px;
    }*/
}

textarea.form-control {
    height: 150px !important;
}

.form-control:-moz-placeholder {
color: #aaa;
}
.form-control::-moz-placeholder {
color: #aaa;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #aaa;
}
.form-control::-webkit-input-placeholder {
color: #aaa;
}

.form-bottom {
    color: #656565;
    z-index: 1;
    clear: both;
}

.form-bottom .c-name{
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.form-bottom .c-name span{
  font-size: .95em;
  text-transform:none;
  font-style: italic;
  letter-spacing: 1.5px;
}

.checkbox_container:has(input:disabled) {
  opacity: 0.4;
}

label.checkbox_container {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}

.form-flex-contact label {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0.5%;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: left;
}

.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_container input:disabled ~ .checkmark {
  background-color: #ccc;
}

.checkbox_container input:checked ~ .checkmark {
  background-color: #f57a4d;
}


.checkbox_container input:disabled ~ .checkmark {
  background-color: #ccc;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*** Fin Form ***/


/*** Top Note ***/

.top-note {
    background: #3a499f;
    color: white;
    font-size: .9rem;
    padding: 10px 25px;
    text-align: center;
    margin-bottom: 30px;
}

/*** Fin Top Note ***/

/*** Recaptcha ***/

.msj-recaptcha {
    font-size: 0.9em; 
    position: absolute;
    top: 25px;
    right: 50px;
    overflow: hidden;
}
.box-validation > .rc-anchor-compact-footer {
    bottom: 35px !important;
}
.box-validation > .rc-anchor-compact > .rc-anchor-content {
    height: 65px !important;
}
.grecaptcha-badge {
    bottom: 140px !important;
}

@media (max-width: 568px) {
  .box-validation {
    /*padding-top: 20px;*/
  }
  .msj-recaptcha {
      overflow: hidden;
  }
}

/*** Fin ***/



/*** Loading Form ***/
.loading-button{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
    /*font-size: 15px; */
    width: 20px;
    height: 20px;
    margin-top: -5px;
    border-radius: 10px;
    padding: 0;
    border: 2px solid #FFFFFF;
    border-bottom: 2px solid rgba(255,255,255,0.0);
    border-left: 2px solid rgba(255,255,255,0.0);
    border-left-color: #3173bb;
    background-color: transparent !important;
    -moz-animation: RotateLoading .4s linear infinite;
    -o-animation: RotateLoading .4s linear infinite;
    -ms-animation: RotateLoading .4s linear infinite;
    -webkit-animation: RotateLoading .4s linear infinite;
    animation: RotateLoading .4s linear infinite;
    margin-left: 5px;
}

@keyframes RotateLoading {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes RotateLoading {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-ms-keyframes RotateLoading {
    0%   {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes RotateLoading {
    0%   {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@-moz-keyframes RotateLoading {
    0%   {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
/* Fin Loading Form */

/*** Fin Form ***/




/*** Modal Gen y Youtube ***/

.modal{
    /*position:fixed;
    width:100vw;
    height:100vh;
    z-index:1100;*/
    background:#2d2d2dd1;
    /*top:0;
    color: white;
    display: none;*/
}


.modal-dialog{
    width:100%;
    max-width:700px;
    /*background:white;*/
    background: #f1f1f1;
    color:#3c3c3c;
    padding: 20px;
    color: #000 !important;
}

.modal-dialog-centered {
    position:absolute;
    top:50%;
    right:50%;
    transform:translate(50%,-50%);
}

.modal .close {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #2d2d2d;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: 4px;
    top: -6px;
}

.video-movil .modal-dialog {
    background:none;
    margin-top: 60%;
}

#video-section .modal-content iframe {
    max-width: 830px;
    width: 100%;
    height: 465px;
}

.modal-backdrop.show {
    z-index: -1;
}

#video-section .modal .close {
  width: 42px;
  color: #ffffff;
  right: -10px;
  top: -45px;
  height: 42px;

  background-color: transparent;
  padding: 0;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
  cursor: pointer;
}

#video-section .modal-dialog {
    max-width: 900px;
    background: #ffffff00;
    color: #3c3c3c;
    padding: 20px;
}


/*** Fin modal ***/



/*** Modal staff ***/

.modal-staff img {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.modal-staff .btn-close {
    top: 0px;
    position: absolute;
    color: #afadad;
    right: 0px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    opacity: .9;
}

.modal-header {
    border-bottom: none;
}
.modal-body a {
    color: #e76125;
    border-color: #e76125;
}
.modal-footer {
    border-top: none;
}

/*** Fin modal ***/




/*** CLS img ***/

.responsive {
width: 100%;
height: auto;
}
.responsive-icons {
width: 67px;
height: auto;
}

.responsive-logo {
width: 168px;
height: auto;
}

.responsive-media {
width: auto;
height: 35px;
}

/*** Fin CLS img ***/




/*** Responsive ***/

@media(max-width: 1100px){
  .nav-desktop a {
    margin-left: 2rem !important;
  }

  .text-packages h3 {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}

@media (max-width: 1024px) {
  .cover-lateral {
    width: 600px;
  }
  .cover-lateral h1 {
    font-size: 2.4rem;
  }
  .paquetes {
    padding-top: 1.5rem !important;
  }
  .plus .container {
    padding-left: 0;
    padding-right: 0;
  }
  .p-tas {
    margin-left: inherit; 
    max-width: inherit;
  }
  .travel-guides .justify-content-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-fono {
    font-size: 1.6rem !important;
  }

  .itinerary-lateral{
      padding-left:2rem;
  }
  .subtitle-cover br {
      display: none !important;
  }
  .itinerary-summary {
    margin-left: 115px !important;
  }
}

@media (max-width: 991px) {
  .header {
    padding-bottom: 1rem !important;
  }
  .stick-main-menu {
    display: block !important;
    margin-top: 23px;
  }

  .i-phone {
    display: none;
  }
  .cover-lateral .separator-w {
      display: none ;
  }
  .text-packages1 {
    height: 250px;
  }
  footer .fs-5 {
    font-size: 1rem !important;
  }
  .plus .border-end {
    border-right: 0px !important; 
    margin-bottom: 40px
  }
  .footer-fono {
    font-size: 1.28rem !important;
  }
}

@media (max-width: 800px) {
  .no-ipad {
      display: none !important;
  }
}

@media (max-width: 767px) { 
  .cover-lateral {
    padding-left: 2rem !important;
  }

  .virtual-tour {
    display: none;
  }
  .form-horizontal {
    width: inherit !important;
  }

  footer .ps-5 {
    padding-left: 1rem !important;
  }
  .travel-blog br {
      display: none !important;
  }
  .package-title h1 {
      font-size: 3rem;
  }
  .subtitle-package {
    font-size: 1.5rem;
    padding-left: 40px;
    background-size: 24px;
  }
}

@media (max-width: 580px) {
  header img {
    height: 50px !important;
  }
  .mobile {
    display: initial;
  }
  .hero-home-mobil h1 {
    color: #425961;
  }
  .i-phone {
    display: block;
  }
  .menu-logo {
    left: -60px;
  }
  .menu-logo img {
    height: 30px;
  }
  .stick-main-menu {
    margin-top: .4rem !important;
  }
  .main-nav {
    margin-top: 60px;
  }
  
  .menu-buttons {
    /*max-width: 100%;
    width: 100vw;*/
    border-left: 1px solid #e7e7e7;
    width: 320px;
  }
  .main-nav-buttons {
    max-width: 215px;
  }
  .nav-about-us {
    display: none !important;
  }
  .cover-lateral {
    width: inherit;
  }
  .subtitle-cover {
    color: #424242;
  }
  .subtitle-cover br {
    display: block !important;
  }
  .sellos {
      background-color: #FFFFFF;
  }
  .sellos img {
    margin-left: 15px;
    height: 25px;
  }

  footer {
    text-align: center;
  }
  footer.small {
    font-size: 1rem;
  }
  footer .flex-column {
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
  footer .flex-column:last-child {
    border-bottom: 0px;
  }
  footer .redes-s {
    text-align: center !important;
    padding-top: 15px
  }

  .package-title {
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
    top: 50%;
    margin-left: 0;
  }

  .bg-color-transparency {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(0,212,255,0) 100%);
  }

  .main-btn-movil {
    bottom: 15px;
    font-size: 1rem;
    letter-spacing: .5px;
    opacity: 1;
    z-index: 299;
    right: 15px;
    -webkit-box-shadow: -1px 0px 20px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: -1px 0px 20px 0px rgb(0 0 0 / 32%);
    box-shadow: -1px 0px 20px 0px rgb(0 0 0 / 32%);
  }

  /* pop-up video youtube */
  .modal-dialog {
    padding: 0 !important;
    width: initial;
  }
  .modal-body {
    padding: 0.5rem;
  }
  #video-section .modal-content iframe {
    height: 320px;
  }
  /* Fin pop-up video youtube */

}

@media(max-width: 470px){
  .header {
      padding-top: 1rem !important;
      padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    }
  .separator-w {
    height: 10px;
    background-size: 35px;
  }

  .ba-book-confidence div {
    flex-direction: column!important;
    text-align: center;
  }
  .ba-book-confidence .color2 {
    margin-bottom: 0.6rem;
  }
  .i-flecha {
    display: block;
    margin: auto !important;
    margin-top: 10px !important;
    width: fit-content;
  }


  .reviews p {
    font-size: 1rem !important;
  }
  .travel-blog p {
    font-size: 1rem !important;
  }
  .travel-guides div:first-child article {
    margin-top: 0 !important;
  }

  .paquetes .card-title {
    font-size: 1.1rem !important;
  }
  .paquetes .card-title .h5 {
    font-size: 1.6rem !important;
  }
  .travel-guides .card-title p {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
  }
  .tip-form {
    padding-left: 0 !important;
    margin-left: .5rem !important;
  }

  #footer a {
    text-align: center
  }
  .box-package-subtitu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/*** Fin Responsive ***/


.video-effect:hover {
  opacity: .5;
  transition: all .5s;
  cursor: pointer;
}

.button-play {
  opacity: .85;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 25% !important;
  min-width: 50px;
}