/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme
 */

/* Awesome loader */
:root{
  --buttonsActive-bgcolor: var(--maincolor);
  --buttons-bgcolor: var(--maincolor);
  
}
    .form-error {
    border: 1px solid #ba0909 !important;
}
.check-in, .check-out {
    width: 30%;
}
div.btn_addquote{
  display: flex;
  flex-wrap: wrap;
  border:0px;
}
.dropdown-toggle::after{
  content: '\f107';
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
  border:0px;
  margin-left: 0px;

}
.dropdown-toggle{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.button.dropdown-toggle {
  padding: 6px;
  border-left: solid 1px var(--white) !important;
  align-items: center;
}
.btn_addquote .button {
  color:var(--white)
}
.btn_quotes{
  width: 100%;
}
.quotesTabItem .dropdown-menu {
  width: 280px;
}
.quotesTabItem .dropdown-menu ul {
  padding: 0px;
}
.quote_edit, .btn-hotelinfo{
  color:var(--white);
}
.index_container{
  position: relative;
  width: 100%;
  display: inline-block;
}
.star-c.imgpos2 {
  color: #E9B910;
  font-size: 1rem;
}
.pagination_container{
  margin-top: 20px;
  justify-content: center;
  display: flex;
}
.covit19{
	background-color: #ce004f;
	border-radius: 0px 10px 10px 0px;	
	bottom:0;
	color: #FFF;
	display:block;
	font-weight: bold;
    height:100px;
    padding: 3px;
    position: fixed;
	right: 0px;
	text-align: center;
	top: 200px;
	transform: rotate(180deg);
	white-space:nowrap;
	width:30px;
    writing-mode:tb-rl;
	z-index: 10000000;
} 

.menu-color-skin ul.menu.mini, ul.menu.mini li:hover, .menu-color-skin ul.menu.mini li.active {
    background: #147b76;
}

body > div.loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

body > div.loading > div.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

body > div.loading > div.loading-center > .loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 35%;
    height: 200px;
    width: 200px;
     margin-top: -50px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

body > div.loading > div.loading-center > .loading-center-absolute > .object {
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ff005a;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #7a7a7b;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    -o-animation: animate 2s infinite;
    animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite;
}

.loader_logo {
	margin-bottom: 10px;
	margin-top: 5%;
	min-width :170px;
	width: 16%;
	z-index: 10;
}

body > div.loading.orange .object    { border-top: 5px solid #ff6600 !important; border-left: 5px solid #ff6600 !important; }
body > div.loading.blue .object      { border-top: 5px solid #23b0e8 !important; border-left: 5px solid #23b0e8 !important; }
body > div.loading.blue-2 .object    { border-top: 5px solid #1593d0 !important; border-left: 5px solid #1593d0 !important; }
body > div.loading.dr-blue .object   { border-top: 5px solid #2D3E50 !important; border-left: 5px solid #2D3E50 !important; }
body > div.loading.dr-blue-2 .object { border-top: 5px solid #022c54 !important; border-left: 5px solid #022c54 !important; }
body > div.loading.green .object     { border-top: 5px solid #66BB6A !important; border-left: 5px solid #66BB6A !important; }
body > div.loading.sea .object       { border-top: 5px solid #00e5ff !important; border-left: 5px solid #00e5ff !important; }
body > div.loading.red .object       { border-top: 5px solid #ef4836 !important; border-left: 5px solid #ef4836 !important; }
body > div.loading.red-3 .object     { border-top: 5px solid #d73240 !important; border-left: 5px solid #d73240 !important; }

body > div.loading > div.loading-center > .loading-center-absolute > .object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

body > div.loading > div.loading-center > .loading-center-absolute > .object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}

body > div.loading > div.loading-center > .loading-center-absolute > .object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}

body > div.loading > div.loading-center > .loading-center-absolute > .object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}
.fullwidthbanner-container{
  position: relative;
  width: 100%;
  z-index: -1;
}
.search-box-container-index{
  position: absolute;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  right: 0px;
}
@-webkit-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }

@-moz-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8); } }

@-o-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    -o-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }

@keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
      -o-transform: rotate(360deg) scale(0.8);
      transform: rotate(360deg) scale(0.8); } }

/* Loader 2 */

body > div.loading-car {
    display: none;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

body > div.loading-car > div.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

body > div.loading-car > div.loading-center > .loading-center-absolute {
    height: 170px;
    width: 50%;
    position: relative;
    left: 25%;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .car {
    background: url('/assets/images/ship.png');
    background-size: 74px 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: 63px;
    left: 0px;
    width: 76px;
    height: 25px;
    margin: 5px;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .departure {
    position: absolute;
    color: #d0d3d4;
    font-size: 4em;
    top: 45px;
    left: 15px;
    width: 40px;
    height: 40px;
    margin: 5px;
    opacity: 0.5;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .destination {
    position: absolute;
    color: #bcbc3d;
    font-size: 4em;
    top: 45px;
    right: 10px;

    width: 40px;
    height: 40px;
    margin: 5px;
    transition: all 0.3s ease;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .road
{
    border-top: 3px dotted #f5f5f5;
    position: absolute;
    top: 54%;
    left: 26px;
    width: 90%;
}

/* Filtros selecionados */

.has-filters {
    margin: 30px 0;
}

.has-filters > div {
    padding: 0px;
}

.has-filters .delete-filter {
    display: inline-block;
    line-height: 1.714em;
    padding: 0.5em 1em;
    background: #ffffff;
}

.has-filters .delete-filter {
    margin: 0.5em 0.5em 0.5em 0;
}

.has-filters .delete-filter .filter-type {
    color: #c72222;
    font-weight: 700;
    margin-right: 0.5em;
}
.has-filters .delete-filter .filter-name {
    margin-right: 0.5em;
}

.has-filters .delete-filter .filter-icon {
    font-size: 22px;
    text-align: right;
    width: 0.712em;
}

.has-filters .delete-filter .filter-icon:hover {
    cursor: pointer;
}

/* Seleccionador de habitaciones en listado de hoteles*/

.single-hotel-container {
    box-shadow: 0px 4px 7px rgba(0,0,0,0.5)
}

.offset-2{padding:15px; background: #F2F2F2; } /* -- */

.room-selector .room-table {
    width: 100%;
}
.room-selector label {
    cursor: pointer;
    position: relative;
}
.room-selector label [type="radio"] {
    display: none;
}
.room-selector [type="radio"] + span {
    display: inline-block;

}
.room-selector [type="radio"][disabled] + span {
    background: #bdbdbd none repeat scroll 0 0;
}
.room-selector .greyrow td {
    background: #f2f2f2 none repeat scroll 0 0;
}
.room-selector .show-btn-toggle {
    line-height: 3em;
}
.room-selector table tr td {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0.5em 1em;
}
.room-selector table tr td + td {
    border-left: 1px solid #e6e6e6;
}
.room-selector .roombtn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #d9d9d9;
    color: #d9d9d9;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100px;
}

.room-selector .roombtn[disabled="disabled"] {
    color: #ffcdd2;
    border-color: #ffcdd2;
}

.room-selector .roombtn[disabled="disabled"]:hover {
    background: white;
    color: #e57373;
    border-color: #e57373;
}

.room-selector .roombtn:hover {
    background: #d9d9d9;
    color: #fff;
}
.room-selector .roombtn.selected {
    background: var(--maincolor);
    border: 2px solid var(--maincolor);
    color: #fff;
    cursor: default;
}
.room-selector a.toggle-rooms {
    font-weight: 700;
    font-size: 1em;
    padding: 0 2em;
    line-height: 30px;
    height: 30px;
    color: #7a7a7b;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
}
.room-selector a.toggle-rooms:hover {
    color: #fff;
    background: #7a7a7b;
    border: 1px solid #7a7a7b;
}
.room-selector.shrinked tbody {
    display:block;
    height:145px;
    overflow: hidden;
    width: 100%;
}
.room-selector.shrinked td:first-child {
}
.room-selector.shrinked tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.room-selector table tr td {
	/*
    font-family: "sans-serif";
    font-size: 13px;
    */
    font-size: 11px;
}

.room-selector .roombtn.imacop_cyan {
    border: 2px solid rgb(1, 183, 242);
    color: rgb(1, 183, 242);
}
.room-selector .roombtn.imacop_purple {
    border: 2px solid rgb(128, 0, 128);
    color: rgb(128, 0, 128);
}

.room-selector .roombtn.imacop_red {
    border: 2px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
}

.room-selector .roombtn.imacop_black {
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.room-selector .roombtn.imacop_pink {
    border: 2px solid rgb(247, 202, 201);/*#d04670;*/
    color: rgb(247,202, 201);
}

.room-selector .roombtn.imacop_yellow {
    border: 2px solid rgb(121, 181, 28);
    color: rgb(121, 181, 28);
}

.room-selector .roombtn.imacop_turquoise {
    border: 2px solid rgb(64, 224, 208);
    color: rgb(64, 224, 208);
}

.room-selector .roombtn.imacop_gold {
    border: 2px solid rgb(255, 215, 0);
    color: rgb(255, 215, 0);
}

.room-selector .roombtn.imacop_green {
    border: 2px solid rgb(154, 216, 124);
    color: rgb(154, 216, 124);
}

/* */

.room-selector .roombtn.selected.imacop_cyan {
    background: rgb(1, 183, 242);
    border: 2px solid rgb(1, 183, 242);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_purple {
    background: rgb(128, 0, 128);
    border: 2px solid rgb(128, 0, 128);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_red {
    background: rgb(255, 0, 0);
    border: 2px solid rgb(255, 0, 0);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_black {
    background: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_pink {
    background: rgb(247, 202, 201);
    border: 2px solid rgb(247, 202, 201);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_yellow {
    background: rgb(121, 181, 28);
    border: 2px solid rgb(121, 181, 28);
    color: #fff;
    cursor: default;
}


.room-selector .roombtn.selected.imacop_turquoise {
    background: rgb(64, 224, 208);
    border: 2px solid rgb(64, 224, 208);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_gold {
    background: rgb(255, 215, 0);
    border: 2px solid rgb(255, 215, 0);
    color: #fff;
    cursor: default;
}


.room-selector .roombtn.selected.imacop_green {
    background: rgb(154, 216, 124);
    border: 2px solid rgb(154, 216, 124);
    color: #fff;
    cursor: default;
}


.room-selector .roombtn.imacop_cyan:hover {
    background: rgb(1, 183, 242);
    color: #fff;
}

.room-selector .roombtn.imacop_purple:hover {
    background: rgb(128, 0, 128);
    color: #fff;
}
.room-selector .roombtn.imacop_red:hover {
    background: rgb(255, 0, 0);
    color: #fff;
}

.room-selector .roombtn.imacop_black:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}
.room-selector .roombtn.imacop_pink:hover {
    background: rgb(247, 202, 201);
    color: #fff;
}

.room-selector .roombtn.imacop_yellow:hover {
    background: rgb(121,181, 28);
    color: #fff;
}

.room-selector .roombtn.imacop_turquoise:hover {
    background: rgb(64, 224, 208);
    color: #fff;
}

.room-selector .roombtn.imacop_gold:hover {
    background: rgb(255, 215, 0);
    color: #fff;
}

.room-selector .roombtn.imacop_green:hover {
    background: rgb(154, 216, 124);
    color: #fff;
}


/* 'cyan', 'purple', 'red', 'black', 'yellow' */
.room-selector table td.imacop_cyan
{
    /* background: rgba(0, 255, 255, 0.6) none repeat scroll 0 0; color: #ce004f; */
    color: rgb(1, 183, 242);
    font-weight: bold;
}
.room-selector table td.imacop_purple
{
    /* background: rgba(128, 0, 128, 0.6) none repeat scroll 0 0; color: #fff; */
    color: rgb(128, 0, 128);
    font-weight: bold;
}
.room-selector table td.imacop_red
{
    /* background: rgba(255, 0, 0, 0.6) none repeat scroll 0 0; color: #fff; */
    color: rgb(255, 0, 0);
    font-weight: bold;
}
.room-selector table td.imacop_black
{
    /* background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; color: #fff; */
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.room-selector table td.imacop_yellow
{
    /* background: rgba(255, 255, 0, 0.6) none repeat scroll 0 0; color: #ce004f; */
    color: rgb(121, 181, 28);
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #838383*/;
}
.room-selector table td.imacop_turquoise {
    color: rgb(64, 224, 208);
    font-weight: bold;
}

.room-selector table td.imacop_gold {
    color: rgb(255, 215, 0);
    font-weight: bold;
}

.room-selector table td.imacop_green {
    color: rgb(154, 216, 124);
    font-weight: bold;
}
.roombtn .size10 {
    font-size: 10px;
}

/* */

.room-booking .room-title {
	border-radius: 3px;
}
.room-booking .room-title.imacop_cyan {
    background-color: rgba(1, 183, 242, 0.9);
    color: white;
}
.room-booking .room-title.imacop_purple {
    background-color: rgba(128, 0, 128, 0.9);
    color: white;
}

.room-booking .room-title.imacop_red {
    background-color: rgba(255, 0, 0, 0.9);
    color: white;
}

.room-booking .room-title.imacop_black {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

.room-booking .room-title.imacop_pink {
    background-color: rgba(247, 202, 201, 0.9);
    color: white;
}

.room-booking .room-title.imacop_turquoise {
    background-color: rgba(64, 224, 208, 0.9);
    color: white;
}

.room-booking .room-title.imacop_gold {
    background-color: rgba(255, 215, 0, 0.9);
    color: white;
}

.room-booking .room-title.imacop_green {
    background-color: rgba(154, 216, 124, 0.9);
    color: white;
}

/* */

.room-selector .room-table {
    width: 100%;
}
.room-table{ background: #fff; }
.size10x{ font-weight: 700; font-size: 8px; margin: 5px; letter-spacing: 0;}
.details{ background: #fff;  font-size: 1.1em;}
.box{ margin:30px 0px 0px 0px !important;  }
.hot-deal { box-shadow: 1px 1px 6px rgba(0,0,0,0.4); }
.offset-2{padding:0px !important; }

.pagination > li > a, .pagination > li > span {
	background-color: #7a7a7b;
}

.tooltip_templates { display: none; }
.overlayNotify {
      background: #000000 none repeat scroll 0 0;
      bottom: 0;
      height: 100%;
      left: 0;
      opacity: 0.7;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 2051;
}
.notifyBox {
      background: #ffffff none repeat scroll 0 0;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      left: 45%;
      margin-left: -125px;
      margin-top: -75px;
      min-height: 110px;
      padding: 20px;
      position: fixed;
      text-align: center;
      top: 50%;
      width: 400px;
      z-index: 2052;
}

@media screen and (max-width: 780px) {
    .notifyBox {
        overflow: auto;
        height: 60%;
    }
    .notifyBox button.pull-right {
        margin-bottom: 10px;
    }
}

.notifyConten {
    font-size: 1.0833em;
    line-height: 1.6666;
    padding-bottom: 15px;
}

.grid_paquetes{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    position: relative;
}
.item_paquetes{
    padding: 15px;
}

.item_paquetes a {
    background-repeat: no-repeat;
    background-position: center;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

div.hot-deals .price {
    color: #7a7a7b;
    font-size: 1.6667em;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}
div.hot-deals .price .skin-color {
    color: #7a7a7b;
}

a.hot_deal.hover_effect {

}

a.hot_deal.hover_effect img {
    position:relative;
}


a.hot_deal.hover_effect:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
  /*background: url(/assets/images/hover-effect.png) no-repeat center;*/
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

a.hot_deal.hover_effect.add_hot_deal:after {
    background: url(/assets/images/hotdeal-add.png) no-repeat center;
    background-color: rgba(1, 183, 242, 0.6);
}

a.hot_deal.hover_effect.edit_hot_deal:after {
    background: url(/assets/images/hotdeal-edit.png) no-repeat center;
    background-color: rgba(1, 183, 242, 0.6);
}

a.hot_deal.hover_effect:hover:after {
    visibility: visible;
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

a.hot_deal.hover_effect .caption {
    filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  right: 0;
  z-index: 3;
  margin: 0;
  background: #ce004f;
  color: #fff;
  font-size: 1.1667em;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
}

a.hot_deal.hover_effect:hover .caption {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

article.hot-deal figure img {
    height: 185px !important;
}

article.hot-deal .action > a {
	float: none !important;
}

article.hot-deal .action a > i {
    font-family: FontAwesome;
    font-size: 0.9167em;
    font-style: normal;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    margin-left: 5px;
}
article.hot-deal .action a > i:after {
    content:'\f08e';
}

.mundoImacop {
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 11px !important;
	background-color: red;
	padding-left: 10px;
	padding-right: 10px;
}

.mundoImacop:hover{
	background-color: #c03437;
}

.covid-icon-container,
.covid-icon-container-category,
.covid-icon-container-with-border {
    color:#7a7a7b;
    display:inline-block;
}
.covid-icon-container-category {
    color: white;
    display: block;
    /* margin-right: 1.5em; */
    margin-top: 4px;
    /* float: right; */
    font-size: 1.3em;
    background-color: #7a7a7b;
    padding: 0.4em 1em;
    /* border-radius: 2px; */
}

.covid-icon-container-with-border {
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    font-size: 1.5em;
    padding: 5px 6px;
}
.searchbg4 {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.scroll-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    background: var(--maincolor);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.5), 0 2px 4px -2px rgb(0 0 0 / 0.5);
    transition: 0.3s all;
    transform: translateY(100%);
    opacity: 0;
    cursor: pointer;
    border-radius: 9999px;
    z-index: 2;
}

.scroll-top.shown {
    transform: translateY(0);
    opacity: 1;
}

.scroll-top:hover {
    background: #7a7a7b;
}

.scroll-top svg {
    fill: white;
    height: 18px;
}

/* custom tours grid */
.tours-list{
  visibility: visible;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  grid-gap: 15px;
}

.tours-list .box {
  margin-top: 0px !important;
  border-radius: 15px 15px 0px 0px;
}

.tours-list .figurebox.imgresp {
  width: 100%;
  height: 190px !important;
  overflow: hidden;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
}

.tours-list .details.col-sm-7.col-md-8.col-xs-9.pading400 {
  width: 100%;
}
.tours-list .listing-style3.hotel .box-title i {
  margin-right: 5px;
}
.tours-list .listing-style3.hotel .details {
  padding: 15px 15px 15px 20px;
}
.tours-list.hotel .details > * > :first-child , .listing-style3.hotel .details > * > :first-child , .tours-list.hotel .details > :first-child > * {
  border: 0px;
}

.tours-list.listing-style3.hotel .details > * > :last-child {
  width: 100%;
}
ul.search-tabs li a{
    display: grid;
  grid-template-columns: 20px 1fr;
  justify-content: center;
  text-align: center;
  padding: 8px;
  line-height: 25px;
  align-items: center;
  grid-gap: 5px;
}

.contact-info-container {
    display: grid;
    grid-template-columns: 6fr 2fr;
    grid-gap: 40px;
    min-height: 182px;
    align-items: center;
  }
.social_item {
    height: 27px;
    width: 27px;
    /*border: solid 3px;*/
    display: inline-block;
}

.siguenosText1{
    height: 24px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    color: var(--hight-text-color);
}

.siguenosText2{
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    color: var(--text-color);
}

.container-socialmedia {
    display: flex;
    justify-content: space-between;
    max-width: 180px;
    margin-top: 17px;
  }

.primera_info {
    background-color: var(--grey-light-color);
    margin-top: 45px;
}


.segunda_info {
    height: 40px;
    padding: 10px 0px 13px 0px;
    background-color: var(--grey-intense-color);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--white);
}

.contactanosText {
    width: 100%;
    height: 19px;
    margin-bottom: 4px;
    font-family: "Open Sans";
    font-size: 16px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    float: left;
    color: var(--text-color);
  }

.textoExpertos {
  width: 100%;
  min-height: 24px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  float: left;
  color: var(--hight-text-color);
}

.info_data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

.divsBottomInfo{
    
    display: flex;
}

.infoContacto{
    float: left;
    margin-top: 23px;
    width: 100px;
    height: 22px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--text-color);
}


.contact_data {
  margin-top: 18px;
  max-width: 375px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact_data_item {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
  }
  .contact_data_item .fa {
    margin-right: 10px;
  }
  .asociations_container {
    display: flex;
    justify-content: space-between;
    /* padding-top: 20px; */
    align-items: center;
  }
  .footer_container {
    display: grid;
    grid-template-columns: 4fr 2fr;
    padding-top: 40px;
    padding-bottom: 40px;
    /* padding-bottom: 109px; */
  }
  .logo-follow-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact-links {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
  .links-list{
    list-style: none;
  }
  .links-list a {
    color: var(--header-color);
    text-decoration: none;
    font-size: 0.75rem;
  }
  .links-container{
    display: flex;
  }
  
  /* Pagina preguntas frecuentes */

  .faq-section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
}

.faq-section h1 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 32px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.faq-images {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq-images img {
    width: 318px;
    height: auto;
}

.faq-item {
    margin-bottom: 4px;
    
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
    font-family: "Open Sans";
    font-weight: bold;
}

.faq-question.active {
    color: var(--maincolor);
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Open Sans";
    color: var(--text-color);
}

.faq-toggle {
    font-size: 24px;
    
}

/* Pagina contacto */
.container-contactanos {
  display: flex;
  align-items: center;
  padding: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
text-align: left;
  margin-bottom: 50px;
  margin-top: 20px;
}

.image-section img {
  width: 600px;
  height: auto;
}

.contact-section {
  margin-left: 100px;
}

.contact-section h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 10px;
  font-family: "Open Sans";
  text-transform: capitalize;
}

.expert-text {
  font-size: 15px;
  color: var(--hight-text-color);
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Open Sans";
}

.contact-info p {
  font-size: 16px;
  margin: 30px 0;
  color: var(--text-color);
  font-family: "Open Sans";
}

.contact-info i {
  margin-right: 20px;
  color: var(--text-color);
}

.contact-info a {
  color: var(--text-color);
  text-decoration: none;
}


.linea-divisora {
  border-top: 1px solid #939393;
  margin: 20px 0;
  width: 100%;
}


/*pagina preguntas frecuentes */

.contact-form-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;

}

.contact-form-section h2 {
  font-size: 20px;
  color: var(--text-color);
  margin-bottom: 10px;
  font-family: "Open Sans";
  font-weight: bold;
}

.contact-form-section p {
  color: var(--text-color);
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 14px;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  color: var(--text-color);
}

.form-group {
  display: flex;
  flex-direction: column;
  
}

.form-group .datauser{
  display: flex;
  flex-direction: row;
  width: 48%;
}


.full-width {
  width: 100%;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--text-color);
}

.form-group input, textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 100%;
  
}
.listing-style3 .box, .listing-style3.bo{
  display: flex;
}
.form-group textarea {
  resize: none;
}

.submit-btn {
  background-color: var(--maincolor);
  color: var(--header-bgcolor);
  font-family: "Open Sans";
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 200px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.submit-btn:hover {
  background-color: #d85c29;
}

/*pagina detalles hotel */


.rounded-btn-details {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: bold;
  border: 1px solid var(--header-color);;
  color: var(--text-color);
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.rounded-btn-details:hover {
  background-color: var(--maincolor);
  color: var(--header-bgcolor);
}

.date-box {
  background-color: #fdece8;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  margin-left: 20px;
  width: 90%;
  margin-top: 25px;
  color: var(--text-color);
  visibility: collapse;
}

.date-box .label {
  color: #888;
  margin-bottom: 5px;
}

.date-box .dates {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.date-box .details {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

/*Loader*/
.loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loader {
  width: 62px;
  height: 62px;
  background-image: url("/assets/images/image_loader.png");
  animation: spin 2.4s linear infinite;
  margin-bottom: 45px;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/*
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 100%;
  background:
    linear-gradient(0deg ,rgba(255, 94, 0, 0.5) 30%,#9c796400 0 70%,rgb(211, 105, 6) 0) 50%/8% 100%,
    linear-gradient(90deg,rgba(255, 81, 0, 0.25) 30%,#9c796400 0 70%,rgba(255, 123, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 100%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

*/




.loading-text {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.footer-loader {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}


.footer-text {
  font-size: 14px;
  color: var(--text-color);
  font-family: "Open Sans";
  margin-top: 15px;
}

/* custom_site */

.searchbox-index{
	margin-top: 0px;
	border-radius: 10px;
	/* border:solid 1px #d5d5d5; */
  color: var(--text-color);
}
.search-tab-content {
  border-radius: 0px 10px 10px 10px;
}
ul.search-tabs li:first-child a {
  border-top-left-radius: 10px;
}
ul.search-tabs li:last-child a {
  border-top-right-radius: 10px;
}
.searchbox-index .nav-tabs{
	border: 0px;
}
.searchbox-index .nav-tabs > li {
  background: none;
  border: 0px;
	border-radius: 10px;
	overflow: hidden;
}
.searchbox-index .nav-tabs > li a{
  border: 0px;
}
.searchbox-index .tab-content{
	box-shadow: none;
	background: none;
  padding: 10px 15px;
}
.searchbox-index .btn-search{
	float: none;
  text-shadow: none;
  background-color: var(--maincolor);
  text-transform: initial;
  border-radius: 19px;
  box-shadow: none;
  border-color: var(--maincolor);
	font-size: 0.9rem;
	margin-top: 0px;
}
.searchbox-section {
  display: grid;
  /* grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); */
	grid-template-columns: 1fr;
  grid-gap: 15px;
	grid-template-rows: 40px 1fr;
}
.searchbox-item-container{
	display: grid;
  /* grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); */
  grid-template-columns: 3fr 2fr 3fr;
  grid-gap: 10px;
}
.btn_addnew {
  height: 100%;
}
.title-input{
	font-size: 0.75rem;
	text-transform: uppercase;
}
.dates-container .title-input{
	grid-area: title;
}
.dates-container .inputin{
	grid-area:input-in;
	margin-top: 1px;
	border-radius: 5px 0px 0px 5px;
	border-right: none;
	padding: 0px;
  padding-left: 5px;
}
.container_extras{
	padding-left: 0px;
}
.title_service{
  position: relative;
}
.title_service .close{
  position: absolute;
  right: 10px;
}
.item_pax_input{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  grid-gap: 1rem;
}
.item_bank_payment{
  display: flex;
  flex-wrap: wrap;
}
.dates-container .inputout{
	grid-area:input-out;
	margin-top: 1px;
	border-radius: 0px 5px 5px 0px;
	padding: 0px;
  border-left: solid 1px var(--grey-intense-color) !important;
  padding-left: 5px;
	
}
.searchbox-item-container-extras {
  /* padding-left: 10px; */
	display: grid;
  justify-content: space-between;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.searchbox-item-container-extras .form-control.mySelectBoxClass{
	max-width: 100%;
	height: 32px !important;
}
.searchbox-section .form-control{
	font-size: 0.85rem;
	border:0px;
}
.input_autocomplete {
  display: flex;
  align-items: center;
}
.input_dates_container {
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.continer-info-item {
  border: solid 1px var(--grey-intense-color);
  padding: 5px 15px;
  border-radius: 10px;
  min-height: 65px;
}
.item_search_input {
  display: flex;
  flex-wrap: wrap;
}
.input_item_container {
  width: 100%;
	position: relative;
}
.dates-container {
  display: grid;
  grid-template-areas:
"title   title" 
"input-in input-out";
}

.dates-item{
	
}
.dropdown-menu {
  inset: unset !important;
    top: unset;
    right: unset;
  top: 0px !important;
  right: 0px !important;
  padding: 10px;
  width: 200px;
  text-align: right;
}
.dropdown-menu li a {
  margin-bottom: 10px;
  display: inline-block;
  color: var(--secondary-color);
  
  padding: 5px 10px;
  line-height: 1rem;
}
.habitaciones-info {
  line-height: 33px;
  font-size: 13px;
  padding: 0px;
    padding-left: 0px;
  padding-left: 5px;
  vertical-align: middle;
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.modal-rooms .modal-dialog{
	width: 90%;
	max-width: 900px;
}
.modal-rooms .rooms {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  grid-gap: 15px;
}
.searchbox-item .room{
	display: inline-block;
	width: 100%;
	position: relative;
	border: solid 1px #B6B6B6;
  border-radius: 19px;
}
.modal-rooms .modal-header {
  border-bottom: 0px;
}
.modal-rooms .modal-title {
  font-weight: bold;
}
.close_modal {
  position: absolute;
  right: 22px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}
.box-habitacion {
  width: 100%;
  border-radius: 8px;
  padding-bottom: 20px;
  border: 0px solid #dadada;
}
.box-habitacion .text-label {
  font-size: 15px;
  color: var(--text-color);
}
.box-habitacion .wrap-minus-plus {
  width: 80px;
  display: inherit;
  margin-right: 5px;
}
.box-habitacion span.minus, .box-habitacion span.plus {
  margin: auto;
  padding: 0px;
  border: 0px solid #00ABCD;
  color: #FFF;
  border-radius: 50% !important;
  font-size: 9px;
  display: flex;
  height: 20px;
  width: 20px;
  background: var(--grey-intense-color);
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.searchbox-section .form-control {
  font-size: 0.85rem;
  border: 0px;
}
.room.none {
  display: none;
}
.modal-rooms .modal-footer {
  border-top: 0px;
  justify-content: center;
  padding-top: 0px;
}
.btn-search3 {
  text-transform: uppercase;
  border: 1px solid var(--maincolor);
  background-color: var(--maincolor);
  padding: 10.5px 20px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 700;
  border-radius: 19px;
  box-shadow: none;
  transition: .3s;
  min-width: 180px;
}
.box-habitacion .form-control:disabled:not(.hasDatepicker), .form-control[readonly]:not(.hasDatepicker) {
  color: #000000;
  background-color: transparent;
  border: none;
}
.room_changes {
  border: solid 1px #B6B6B6;
  border-radius: 19px;
  margin-bottom: 15px;
}
.continer-info-item {
  border: solid 1px var(--grey-intense-color);
  padding: 5px 15px;
  border-radius: 10px;
	min-height: 65px;
}

.title_pax{
	display: none;
}
.continer-info-item .room:first-child .title_pax{
	display: block;
	margin-top: -15px;
}
.searchbox-title {
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--hight-text-color);
}
.searchbox-subtitle {
  font-size: 0.8rem;
  text-transform: none;
  font-style: italic;
}

.child-label {
  --egds-legacy-color: #191e3b;
  color: #000;
  margin-block: 0;
  margin-inline: .75rem;
  max-inline-size: calc(100% - 1.5rem);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform-origin: left top;
  transition: all .1s ease-in-out;
  white-space: nowrap;
  touch-action: manipulation;
  z-index: 1;
  background: #fff;
  top: 17px;
  font-size: 1rem;
}

.child-label:has(+ select option:checked:not([value=""])) {
  top: -10px;
  font-size: 0.7rem;
  margin-left: 5px;
}
.child-item {
  border: solid 1px var(--bs-border-color);
  border-radius: 5px;
	padding: 10px 5px;
}
.child-item .input-group > .form-select:focus {
  z-index: 1;
}
.child-item .customSelect{
	border: 0px;
}
@media screen and (min-width:1200px) and (max-width:1366px) {
  .searchbox-section .form-control {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 992px){
  .primera_info{
  margin-top: 50px;
  }

  .primera_info .container{
    margin-top: 50px;
    padding-top: 0px;
    }

  .social_data{
      display: inline-block;
      margin-bottom: 20px;
  }

  .followus {
    visibility: collapse;
  }

  .contact-info-container {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }

  .contact-links {
    grid-template-columns: 1fr;
   
  }

  .footer_container{
    grid-template-columns: 1fr;
  }


  .links-container{
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .rounded-btn-details{
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-images{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 115%;
  }
  .faq-images img:first-child{
    width: 115%;
  }
  .faq-images img:nth-child(2) {
    visibility: collapse;
  }
  .faq-images img:nth-child(3) {
    visibility: collapse;
  }

  .date-box {
    visibility: visible;
  }

  .container-contactanos {
    flex-direction: column;
  }

  .image-section img {
    width: 400px;
  }

  .contact-section {
    margin-left: 0px;
  }

  .container-contactanos .contact-section{
    align-items: flex-start;
  }
  
  .links-list {
    width: 100%;
    padding-left: 0px;
  }
  .textoExpertos{
    max-width: 190px;
  }
}

@media screen and (max-width:480px){
	.buttons-section-details{
		justify-content: space-between;
	}

  .rounded-btn-details {
    font-size: 14px;
  }

  .date-box {
    visibility: visible;
  }
  
  .container-contactanos {
    flex-direction: column;
  }

  .image-section img {
    width: 400px;
  }

  .contact-section {
    margin-left: 0px;
  }

  .container-contactanos .contact-section{
    align-items: flex-start;
  }

  .followus {
    visibility: collapse;
  }
}
@media screen and (max-width:1024px) {

    .listing-style3.hotel .details {
        display: flex;
        flex-wrap: wrap;
    }
    .listing-style3.hotel .details > *{
        display:flex;
        width:100%;
    }
    .listing-style3.hotel .details > :first-child > *{
        flex:1;
    }
    .listing-style3.hotel .details .detail-hotel-list-srd{
        align-items: center;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    }
    .listing-style3.hotel .details .price-hotel-list-srd{
        width:100%
    }
}
@media screen and (max-width:489px) {
    .details .mmov-700{
        width: 100%;padding: 15px;
    }
    .details .mmov-700 a.btn-small{
        display:inline-block;
        text-align:center !important;
    }
    .btn_quote_transfers{
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}