/* EDITADO POR FABIO UH */
/* Select */
div#uniform-people		 				{float:right; border:1px solid #DFDFD0;line-height:48px;height:48px;position: relative;overflow: hidden;width:72px !important;padding-left:15px;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
div#uniform-people span 				{position:relative;text-overflow: ellipsis;display: block;overflow: hidden;white-space: nowrap;height:48px;line-height:48px;background:#fff;cursor: pointer;width: 65px !important;padding-right:30px;}
div#uniform-people span:before			{content:"";position:absolute;top:21px;right:20px;width: 0;height: 0;border-style: solid;border-width: 7px 7px 0 7px;border-color: #ccc transparent transparent transparent;}
div#uniform-people select 				{opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border: none;background: none;position: absolute;height:48px;top:0;left:0;width: 65px;}
div#uniform-people.active,
div#uniform-people.focus 				{border-color:#bbb;}
/* Radios modificado de Home */

.f-row > div.hidden						{display: none;}

/* Modificamos la ubicación del Awesomplete */
.awesomplete ul 				{display: block; float: right; color: black; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px;}
.awesomplete input 				{float: left;}

/* Modificamos el ocultar las filas del paso 1, para capturar arrival o deptarture segun sea el caso */
form > div.hidden		{display: none;}

/* Modificamos el cuadro de mensajes */
div#alerta p 			{font-family: 'Montserrat',sans-serif; font-size: 15px; color: black; text-align: left;}
.ui-widget .ui-widget 		{font-size: 15px;}

/* Cambiamos el fondo de home */
.intro 					{
    width: 100%;
    margin: 0;
    padding: 0;

    /*
    background:url(../images/OFFICIAL-CAT.png) 50% 0 fixed no-repeat;
    height:100vh;
    overflow:hidden;
    float:left;
    min-height:300px;*/}

#dummy {
    padding-top: 67.01%;
    display: block;
    margin: 0;
    z-index: 0;
    background-color: #eee;
    /*border: 1px solid #999;*/
}
@media screen and (max-width: 800px) {
footer >  div > div > article > p.contact-data	{overflow-wrap: break-word; word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
}

/* Cambiamos el header del mensaje tipo Information */
.ui-widget-header {
    border: 1px solid #166BA5;
    background: #166BA5 url(images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x;
    color: #191F26;
    font-weight: bold;
}
/* las flechitas de mes atras, mes adelante */
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
/* el iconito de X para cerrar */
.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png);
}
/* el boton de aceptar, en el mensaje */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #166BA5;
    font-weight: normal;
    color: #166BA5;
}

.msgpickup 		{
	font-size: 13px;
	color: #f44e42;
}

.social li a div {
    width: 40px;
    height: 40px;
}
.social li a#facebook div {
    background: url(images/boton-facebook.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

.social li a#imessage div {
    background: url(images/boton-imessage.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}
.social li a#instagram div {
    background: url(images/boton-instagram.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.social li a#tripadvisor div {
    background: url(images/boton-trip-advisor.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.social li a#whatsapp div {
    background: url(images/boton-whatsapp.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    height: 36px;
    font-weight: bold;
    line-height: 30px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    font-size: 12px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.social li a#imessage div.tooltip .tooltiptext {
    top: 40px;
    left: 50%; 
}
.social li a#whatsapp div.tooltip .tooltiptext {
    top: 40px;
    right: 50%; 
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.msgpp {
    color: #166BA5;
}

.hidden {
    display: none;
}

.result  div.imagen{
    white-space: nowrap;
    margin: 0 3px 0 -3px;
}

.result span#imagen{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.result img {
    vertical-align: middle;
}

.servicesinfo > li {
    display: list-item;
    list-style: inherit;
    width: auto;
    text-align: left;
    
}
.servicesinfo li:nth-child(2n) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
     box-shadow: none;
}
.servicesinfo {
    padding: 5px 5px 5px 25px;
}
.single .entry-featured
{
    height: auto !important;
}
.three-fourth .single .entry-featured img, .one-half .single .entry-featured img
{
    position: unset;
}

.intro .wrap.fbxHomeWrap {
    margin-top: -32%;
    position: absolute;
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    display: block;
    z-index: 2;
}

.o-sliderContainer {
    margin-top: -66.9%;
    z-index: 1;
    display: block;
    height: 100%
}

.o-slider {
    height: 100%;
}

.o-slider--item {
    height: 100%;
}

.intro .textwidget {
    /*padding-top: 35%;*/
    /*height: 100vh;*/
}

#fbxHome > h1 {
    display: none;
}
#fbxHome > h2 {
    display: none;
}

.o-slider-next i, .o-slider-prev i {
    font-family: entypo, serif !important;
    font-style: normal;
    /* font-size: 14px; */
    display: inline-block;
    width: 1.1em;
    margin-right: .1em;
    text-align: center;
}

.o-sliderContainer ul > li:before
{
    content: none;
}

/*que tan arriba estara el texto*/
@media screen and (max-width: 1024px)
{.intro .textwidget {
    /*padding-top: 31%;*/
}
}
@media screen and (max-width: 950px)
{.intro .textwidget {
    /*padding-top: 34%;*/
}
}
@media screen and (max-width: 768px)
{
    .intro .textwidget {
    /*padding-top: 29%;*/
}
}
@media screen and (max-width: 650px)
{
    .intro .textwidget {
    /*padding-top: 32%;*/
}

}
@media screen and (max-width: 570px)
{.intro .textwidget {
    /*padding-top: 38%;*/
}
}
@media screen and (max-width: 520px)
{
.intro .actions {
    padding-top: 20px;
}
}
@media screen and (max-width: 450px)
{.intro .textwidget {
    /*padding-top: 45%;*/
}
}
@media screen and (max-width: 400px)
{
    .intro .textwidget {
    /*padding-top: 50%;*/
}
.intro .actions {
    padding-top: 0;
    margin-top: 0;
}
.intro .btn.large
{
    margin: 0;
    height: 56px;
}
.intro .wrap.fbxHomeWrap {
    margin-top: 0;
    }
.home .advanced-search {
    margin-top: 112px;
}
}
@media screen and (max-width: 375px)
{
 /*   .intro .actions {
    padding-top: 15px;
}*/
}
@media screen and (max-width: 350px)
{
    .intro .textwidget {
    /*padding-top: 55%;*/
}
/*
.intro .actions {
    padding-top: 11px;
}*/
}
@media screen and (max-width: 325px)
{
    .intro .textwidget {
    /*padding-top: 60%;*/
}
/*
.intro .actions {
    padding-top: 15px;
}*/
}
/*
@media screen and (max-width: 800px)
{.intro .textwidget {
    padding-top: 5%;
}
}
*/

/*Ltras titulos Slider*/
@media screen and (max-width: 630px)
{
.intro .textwidget h1 {
    font-size: 45px;
}
}
@media screen and (max-width: 500px)
{
.intro .textwidget h1 {
    font-size: 35px;
}
}
@media screen and (max-width: 370px)
{
.intro .textwidget h1 {
    font-size: 30px;
}
}

@media screen and (max-width: 980px)
{
    .o-slider--item {
    /*height: 450px;*/
}
    .o-slider {
    /*height: 450px;*/
}
.o-sliderContainer {
    /*height: 450px;*/
}
    .intro {
    /*height: 100vh;*/
}
}

@media screen and (max-width: 768px)
{
    .o-slider--item {
    /*height: 350px;*/
}
    .o-slider {
    /*height: 350px;*/
}
.o-sliderContainer {
    /*height: 350px;*/
}
    .intro {
    /*height: 100vh; */
}
}
.tours 
{
    color: #fff;
    text-transform: uppercase;
}
.tours > div#uniform-destinos                      {float:right; border:1px solid #DFDFD0;line-height:48px;height:48px;position: relative;overflow: hidden;width:100% !important;padding-left:15px;background:#34394A !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.tours > div#uniform-destinos span                 {position:relative;text-overflow: ellipsis;display: block;overflow: hidden;white-space: nowrap;height:48px;line-height:48px;background:#34394A !important;cursor: pointer;width: 100% !important;padding-right:30px;}
.tours > div#uniform-destinos span:before          {content:"";position:absolute;top:21px;right:20px;width: 0;height: 0;border-style: solid;border-width: 7px 7px 0 7px;border-color: #ccc transparent transparent transparent;}
.tours > div#uniform-destinos select               {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: #34394A !important;
    position: absolute;
    height:48px;
    top:0;
    left:0;
    width: 100% !important;
}
.tours > div#uniform-destinos select > option
{
    color: #fff;
    font-size: inherit;
    text-transform: uppercase;
}

/* Estilos para el contenedor del campo de entrada de la tarjeta */
.card-element-container {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Estilos para el campo de entrada de la tarjeta */
.StripeElement {
    display: block;
    padding: 14px 15px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #DFDFD0;
    color: #34394A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Estilos para los mensajes de error */
.error-message {
    color: #e74c3c;
}
.stripe-fields {
    display: none;
}

/* Basic modal styling */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    text-align: center;
}

.modal-buttons {
    margin-top: 20px;
}

.modal-button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}