
body{
    font-size:18px;
}

@media (max-width: 900px) and (orientation: portrait){
    
    body{
        font-size:17px;
    }
}

#page-wrapper {
    margin: 0 0 0 0px;
}

.wrapper-content {
    padding: 0px 0px 0px;
}

.w_w_dashboardB{
	background-color:#fff;
}

.nav-tabs > li > a{
    font-weight:400;
    color:#000;
    padding:5px 8px;
}

.nav-tabs > li.active > a{
    font-weight:400;
    color:#C9C797!important;
    
}
.tabs-container .nav-tabs{
    border-bottom: unset;
}

.tabs-container .nav-tabs > li {
    display: inline-flex;
    align-items: center;
  }

.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus{
    border:unset;
}

.tabs-container .nav-tabs > li:not(:first-child)::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgb(0, 0, 0);
    width: 5px;
}

.nav-tabs>li>a {
border: unset;
}

/* Jost Regular */

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Jost-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Jost-Light.woff2') format('woff2'),
         url('../fonts/Jost-Light.woff') format('woff'),
         url('../fonts/Jost-Light.svg#Jost-Regular') format('svg');
    font-weight: 100;
    font-style: normal;
  }

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost--Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Jost--Regular.eot?#iefix') format('embedded-opentype'),
         url(../'fonts/Jost--Regular.woff2') format('woff2'),
         url('../fonts/Jost--Regular.woff') format('woff'),
         url('../fonts/Jost--Regular.svg#Jost-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
  }
  
  /* Jost Bold */
  @font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.eot');
    src: url('../fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Jost-Bold.woff2') format('woff2'),
         url('../fonts/Jost-Bold.woff') format('woff'),
         url('../fonts/Jost-Bold.svg#Jost-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
  }
  
  /* Nephilm Regular */
  @font-face {
    font-family: 'Nephilm';
    src: url('../fonts/Nephilm.eot');
    src: url('../fonts/Nephilm.eot?#iefix') format('embedded-opentype'),
         url(../fonts/Nephilm.woff2') format('woff2'),
         url('../fonts/Nephilm.woff') format('woff'),
         url('../fonts/Nephilm.svg#Nephilm') format('svg');
    font-weight: 400;
    font-style: normal;
  }
  
  /* Nephilm Italic */
  @font-face {
    font-family: 'Nephilm';
    src: url('../fonts/NephilmItalic.eot');
    src: url('../fonts/NephilmItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NephilmItalic.woff2') format('woff2'),
         url('../fonts/NephilmItalic.woff') format('woff'),
         url('../fonts/NephilmItalic.svg#NephilmItalic') format('svg');
    font-weight: 400;
    font-style: italic;
  }

.f-Nelphim{
    font-family: 'Nephilm', sans-serif; 
}


.f-Jost{
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.f-JostL{
    font-family: 'Jost', sans-serif;
    font-weight: 100;
}

.f-JostB{
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}

.back-header-budget{
    padding: 0px 0px 0px 0px;
    background-image:url('../img/budgets/bg-header.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gradient-down{
    width:100%;
    min-height:600px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}



.imgHeader{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	margin-top:80px;
	z-index: 99;
    top:0px;
}

.infoHeader{
    position:absolute;
	z-index: 99;
    top:230px;
    width: 100%;
    color:#fff;
}

#budClient{
	margin-top:0px;
    padding:0px;
}

.BordBud{
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

.footerBudget{
	background:#292929;
    color:#fff;
    padding-bottom:40px;
}

.sepBloq{
	margin-top:40px;
	margin-bottom:40px;
}

.bot0{
	margin-bottom:0px;
}

.top0{
	margin-top:0px;
}

.top20{
	margin-top:20px;
}

.top50{
	margin-top:70px;
}



.TitSecc{
	font-size:20px;
	color:#2d2d2d;
	margin-bottom:15px;
}

.SubTitSecc{
	font-size:16px;
	color:#555;
	margin-bottom:15px;
}

.no-padding-left{
	padding-left:0px !important;
}

.no-padding-right{
	padding-right:0px !important;
}

.TitHotel{
	color:#2d2d2d;
	margin-bottom:40px;
    text-transform: uppercase;
    font-size:45px;
    letter-spacing: 1px;
}
/* FLIGHTS*/

.w_flight{
    background-color: #fff;
    padding:40px;
}
.HeadFlight{
	color:#676a6c;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom:5px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.backImgFlight{
    /*padding: 80px 200px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:50px;
}

.headFlightC{
	background:#2D2D2D;
	color:#676a6c;
	text-transform: uppercase;
	font-size:16px;
	padding:5px 5px 5px 20px;
	margin-bottom:5px;
}

.headOServices{
	color:#676a6c;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom:5px;
    font-weight: bold;
}

.w_otherService{
    margin-left:0px;
}

/*
.infoFlight{
	padding-right: 60px;
}
*/

.hFlight th{
	background:#C9C797;
	color:#fff;
}

.hFlight th:hover{
	background:#C9C797;
}

/* OFERTAS */

.ofertBox{
	/*
	border:5px solid #F3916C;
	padding:20px;
	font-size:20px;
	color:#F3916C;
	border-radius: 7px;
	max-width:250px;
	width:auto;
	text-align: center;
    vertical-align: top;
    min-height: 72px;
    display:inline-block;
    line-height: 16px;
    margin-bottom:10px; */
}

    .ofertBox span{
/*        vertical-align: middle; */
    }

.STitOff{
  color:#000;
  font-size:12px;
  font-weight: bold;
  width:100%;
}


h2{
	margin-top:15px;
    font-size:35px;
}

/* CIRCUITOS */

.TitCircuit{

	color:#c9c797;
    text-transform: uppercase;
	margin-bottom:5px;
    margin-top:40px;
}


/* DROP DOWNS */

.wrapper-dropdown-5:focus {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5:focus:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5:focus .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 10000px;
}


/* COMBOS HOTELS GROUP */

.selGroupH{
	display:none;
}

.wrapper-demo{
	text-align: left;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    max-width: 500px;
    min-width:300px;
    margin: 0 0;
    padding: 12px 15px;
    /* Styles */
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0px 0 rgba(0,0,0,0.2);
    border:1px solid #ccc;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ff0000 transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding:0px;
    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    /* Hiding */
    height:0;
    overflow: hidden;
    z-index: 1000;
    background:#fff;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #e6e8ea;
    font-size:15px;
}

.selHotelF{
	font-size:15px;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.titSelect{
    font-size:18px;
    font-weight: bold;
    margin-bottom:0px;
    display:block;
    color: rgb(228, 5, 0);
    margin-bottom:10px;
    width:100%;
    max-width: 500px;
    min-width: 300px;
}


.tiling {

    animation-name: tiling;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:tiling;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    text-transform: uppercase;
    cursor: pointer;
    cursor:hand;
}


@-moz-keyframes tiling{
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes tiling {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes tiling {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.cssBTDownPop{
    width: 104%;
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.cssBTDown{
    width: 100%;
}

.txtTot{
    font-size: 13px;
    left: 0;
    text-align: center;
    margin-top: -8px;
}

.linkMore{
    padding: 3px;
    background: #ccc;
    width: 100%;
    font-size: 11px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.thumbnailCircuit img{
    width:100%;
    max-height: unset;
}

.thumbnailHotel{

    overflow: hidden;
    max-height:500px;
    margin-bottom:20px;
    vertical-align: middle;
}

.thumbnailHotel img{

    width:100%;
    max-height: unset;

}

#totResumen{
  font-size:50px;
  position:fixed;
  z-index: 1001;
  top:0px;
  padding:50px 30px;
  right:46px;
  border:0px solid #444;
  background:#c9c797;
  background-color:#c9c797;
  max-width: 244px;
  text-align: center;
  color:#fff;
  bottom:unset;
  letter-spacing: 2px;
}


.precio_eof{
    font-size:16px;
    font-weight: 200;
    padding:15px;
    color:#000;
    background:#fff;
    background-color:#fff;
}

.w_resumen{
    font-size:90px;
    letter-spacing: 1px;
}

.ibox-content h4 {
    max-width: 100%;
}

.boxOService{
 	border:5px solid #2D2D2D;
	padding:20px;
	font-size:20px;
	color:#2D2D2D;
	border-radius: 7px;
	max-width:250px;
	width:auto;
	text-align: center;
    vertical-align: top;
    min-height: 72px;
    display:inline-block;
    line-height: 16px;
    margin-bottom:10px;
}



@media (max-width: 900px) and (orientation: portrait){
    
    .infoHead{
         min-height: 80px;
         float:left;
         font-size:14px;
        width:100%;
        text-align: center;
    }
    .infoHead img{
        width:30px;
    }

    .w_infoHead{
        min-height: 105px;
    }

}

@media (max-width: 400px) and (orientation: portrait){
    
    .w_infoHead{
        min-height: 60px;
        width:100%;
    }

}

@media (max-width: 900px) and (orientation: landscape){

 
    .HeadFlight, .HeadOServices{
        font-size:20px;    
    }

    .TitHotel {
        padding-top: 1px;
    }

    .footerBudget{
        text-align: center;
    }

    .SubTitSecc{
        font-size:20px;
    }

    .TitSecc{
        font-size:20px;
    }

}

@media (max-width: 500px){

   /* #budClient{
        margin-top:29px;
    }
*/
    .BordBud{
        padding-left:0px;
        padding-right:0px;
    }

    .profile-content{
        padding-left:0px;
        padding-right:0px;
    }

    .profile-content > h4{
        padding:0px;
        max-width: 100%;
    }

    .ofertBox{
        min-height: unset;
        font-size:20px;
    }

}


@media (max-width: 400px){

    .ofertBox{
        min-height: unset;
        font-size:16px;

    }

    .ofertBox span{
        word-break: break-all;
        overflow-wrap: break-word;
    }

}

/* No CSS3 support: none */



.cssBTaccept{
    font-size:32px;
    padding:20px;
    letter-spacing: 2px;
    background-color:#C9C797;
    border-color: #C9C797;
    padding:7px 40px;
}

.cssBTaccept:hover{
    background-color:#9b996e;
}

@media (max-width: 700px){

    .cssBTaccept{
        font-size:18px;
        padding:20px;
    }

}

.ml-20{
    margin-left: 20px;
}

.ml-40{
    margin-left: 20px;
}

.ml-60{
    margin-left:60px;
}

.ml-80{
    margin-left:80px;
}

.ml-200{
    margin-left:200px;
}

.p-200{
    padding:50px 200px 50px 200px;
}

.ph-200{
    padding:0px 200px 0px 200px;
}

.no-pad-bot{
    padding-bottom:0px;
}

.notFilled{
    background-color:#FFC9C9;
}

.activeFile{
    border:2px solid #3c763d;
}

#descHotelPop{
    max-height: 400px;
    overflow-y: auto;
}

.showPopText{
    position: absolute;
    border: 5px solid #ff0000;
    border-radius: 4px;
    padding: 20px;
    font-weight: bold;
    z-index: 1000;
    background: #fff;
    margin-left: 0px;
    top:-110px;
    color:rgb(228, 5, 0);
    font-size:14px;
    animation: MoveUpDown 2s linear infinite;
    text-align: center;
}

.closePopGroup{
    position:absolute;
    right:8px;
    top:5px;
    font-size: 17px;
    color:#FF0000;
}
.arrowHotels{
    position: absolute;
    bottom: -28px;
    left:50%;
    font-size: 40px;
}

@keyframes MoveUpDown {
    0%, 100% {
        top: -130;
    }
    50% {
        top: -150px;
    }
}

@media (max-width: 500px) {

    .showPopText{
        top:-150px;
    }

    @keyframes MoveUpDown {
        0%, 100% {
            top: -150;
        }
        50% {
            top: -170px;
        }
    }

}


ol, ul {
    padding:18px;
}


@media (max-width: 1000px) and (orientation: portrait){
    
    #totResumen{
        font-size:40px;
        padding:30px 30px;
        max-width:175px;
        top:-190px;
      }

    .p-200{
        padding:20px 50px;        
    }

    .ph-200{
        padding:0px 50px;        
    }

}