
/***************************************************** PRODUCTOS DESCRIPCION **************************************************/
.sect_productos_descripcion {

    margin: 60px 0;

}

/**/

.sect_productos_descripcion .carousel-item{

    border: 1px solid #ededed;

}

.itinerario_descripcion{
    text-align: justify;
}


/**/

.sect_productos_descripcion .carousel-control-prev{

    width: 60px;

    height: 60px;

    background: #000;

    top: 50%;

    border-radius: 50%;

    -webkit-transform: translate(0,-50%);

    -ms-transform: translate(0,-50%);

    -o-transform: translate(0,-50%);

    transform: translate(0,-50%);

    left: 20px;

}

.sect_productos_descripcion .carousel-control-next{

    width: 60px;

    height: 60px;

    background: #000;

    top: 50%;

    border-radius: 50%;

    -webkit-transform: translate(0,-50%);

    -ms-transform: translate(0,-50%);

    -o-transform: translate(0,-50%);

    transform: translate(0,-50%);

    right: 20px;

}

/**/

.sect_productos_descripcion .carousel-indicators{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    width: 100%;

    position: relative;

    justify-content: space-between;

    width: 100%;

    margin: 0;

    bottom: auto;

    margin-top: 10px;

    z-index: 1 !important;

}



.sect_productos_descripcion .carousel-indicators>li{

    width: 23%;

    height: auto;

    border: 1px solid #ededed;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.sect_productos_descripcion .carousel-indicators>li.active{

    border-color: #09afe5;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.sect_productos_descripcion .carousel-indicators>li>img{

    display: block; 

    width: 100%;

}

/******************************************************/

.producto_detalle_content h2 {

    font-size: 24px;

    color: #253237;

    font-weight: 600;

    margin: 0 0 22px;

    line-height: 20px;

}

.referencia_product {

    font-size: 16px;

    color: #253237;

    font-weight: 700;

    margin: 0;

}

.referencia_product span {

    font-weight: 400;

}
.referencia_product a{
    color: #09afe5;
    font-weight: 700;
    text-decoration: none;
}
.producto_detalle_rating {

    display: flex;

    margin: 10px 0 0;

}

.producto_detalle_rating .detalle_rating_pro {

    margin-right: 20px;

}

.detalle_rating_pro {

    margin-bottom: 6px;

}

.detalle_rating_pro svg {

    overflow: hidden;

    font-size: 18px;

    color: #fdd835;

}

.producto_detalle_precio ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.producto_detalle_precio li {

    display: inline-block;

    margin: 20px 5px 20px 0px;

}

.real_precio {

    color: #9b9b9b;

    font-weight: 400;

    text-decoration: line-through;

    margin-right: 5px;

    font-size: 14px;

}

.real_precio.not-cut {

    text-decoration: none;

}

.ofert_precio {

    color: #cf2929;

}

.dsto_precio {

    display: inline-block;

    vertical-align: top;

    color: #fff;

    background: #cf292b;

    padding: 0 4px;

    border-radius: 5px;

    text-align: center;

    line-height: 20px;

    height: 20px;

    font-size: 12px;

    font-weight: 700;

    text-transform: capitalize;

    text-align: center;

    z-index: 4;

    margin-left: 5px;

}

.producto_detalle_descrip {

    padding-bottom: 30px;

    margin-bottom: 30px;

    border-bottom: 1px solid#ebebeb;

}

.producto_detalle_descrip p{

    color: #666;

}

/***********************************/



.producto_detalle_preciodes{

    margin: 20px 0px 20px 0px;

}

.producto_detalle_preciodes ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.producto_detalle_preciodes li {

    display: inline-block;

    margin-right: 5px;

}

.real_preciodes {

    color: #9b9b9b;

    font-weight: 400;

    text-decoration: line-through;

    margin-right: 5px;

    font-size: 16px;

}

.real_preciodes.not-cut {

    text-decoration: none;

}

.ofert_preciodes {

    color: #cf2929;

    font-size: 22px;

}

.dsto_preciodes {

    display: inline-block;

    vertical-align: text-top;

    color: #fff;

    background: #cf292b;

    padding: 0 4px;

    border-radius: 5px;

    text-align: center;

    line-height: 20px;

    height: 20px;

    font-size: 12px;

    font-weight: 700;

    text-transform: capitalize;

    text-align: center;

    z-index: 4;

    margin-left: 5px;

}





/***

.producto_detalle_color span{

    font-size: 14px;

    font-weight: 700;

    color: #253237;

    margin: 0px 0px 10px;

    display: block;

}

.producto_detalle_color_item ul{

    padding: 0;

    list-style: none;

    display: flex;

    flex-flow: wrap;

}

.producto_detalle_color_item ul li{

    padding: 10px;

    border: 1px solid #e8e8e8;

    height: 40px;

    margin-right: 10px;

    margin-bottom: 10px;

    width: auto;

}

.producto_detalle_color_item ul li a{

    color: #6a6a6a;

    font-size: 13px;

    font-weight: 700;

    display: block;

    min-width: 100px;

    text-align: center;

}

.producto_detalle_color_item ul li a:hover{

    text-decoration: none;

}*/

.producto_detalle_color span{

    font-size: 14px;

    font-weight: 700;

    color: #253237;

    margin: 0px 0px 10px;

    display: block;

}

.producto_detalle_color_item{

    display: flex;

    flex-flow: wrap;

}

.producto_detalle_color_item .cc-colorlabel {

    cursor: pointer;

    background-size: contain;

    background-repeat: no-repeat;

    display: block;

    -webkit-transition: all 100ms ease-in;

    -moz-transition: all 100ms ease-in;

    transition: all 100ms ease-in;

    color: #6a6a6a;

    padding: 10px;

    border: 1px solid #e8e8e8;

    background: #fff;

    height: 40px;

    margin-right: 10px;

    margin-bottom: 10px;

    width: auto;

    min-width: 100px;

    text-align: center;

    line-height: 17px;

    float: left;

    font-weight: 600;

}

.producto_detalle_color_item .cc-colorlabel:focus{

    outline: none;

}

.producto_detalle_color_item .cc-colorlabel.select_input{

    color: #09afe5;

    border: 2px solid #09afe5;

}

/**/

/*.producto_detalle_medida_item{

    display: flex;

}*/

.producto_detalle_medida_item input {

    margin: 0;

    padding: 0;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

.producto_detalle_medida_item input:not(:checked) +.cc-colorlabel {

    opacity: 0.5;

}

.producto_detalle_medida_item .cc-colorlabel {

    cursor: pointer;

    background-size: contain;

    background-repeat: no-repeat;

    display: block;

    -webkit-transition: all 100ms ease-in;

    -moz-transition: all 100ms ease-in;

    transition: all 100ms ease-in;

    opacity: 1;

    color: #000000;

    padding: 10px;

    border: 1px solid #808080;

    height: 40px;

    margin-right: 10px;

    margin-bottom: 10px;

    width: auto;

    min-width: 40px;

    text-align: center;

    line-height: 20px;

    float: left;

    font-weight: 600;

}

.producto_detalle_medida_item input:checked +.cc-colorlabel {

    -webkit-filter: none;

    -moz-filter: none;

    filter: none;

    opacity: 1;

    color: #09afe5;

    border: 2px solid #09afe5;

}

.producto_detalle_cantidad{
    position: absolute;
    display: none;
}

/**/

.producto_detalle_qty {

    display: inline-flex;

    margin: 30px 0px 0px;

    width: 100%;

    padding-bottom: 30px;

    border-bottom: 1px solid#ebebeb;

}

.producto_detalle_qty .cart_detalle_qty {

    border: 1px solid #e8e8e8;

    display: inline-block;

    height: 48px;

    overflow: hidden;

    padding: 0;

    position: relative;

    width: 80px;

}

.producto_detalle_qty .cart_detalle_qty .men.qtybutton {

    height: 48px;

    left: 0;

    padding-top: 14px;

    top: 0;

}

.producto_detalle_qty .cart_detalle_qty .qtybutton {

    color: #8f8f8f;

    cursor: pointer;

    float: inherit;

    font-size: 14px;

    font-weight: 500;

    line-height: 20px;

    margin: 0;

    position: absolute;

    text-align: center;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    width: 24px;

}

.producto_detalle_qty .cart_detalle_qty input.cart_detalle_input {

    background: transparent none repeat scroll 0 0;

    border: medium none;

    color: #8f8f8f;

    float: left;

    font-size: 14px;

    height: 48px;

    margin: 0;

    padding: 0;

    text-align: center;

    width: 80px;

    outline: none;

}

.producto_detalle_qty .cart_detalle_qty .mas.qtybutton {

    height: 48px;

    padding-top: 14px;

    right: 0;

    top: 0;

}

.botonagrega {

    display: none;

}

.cart_detalle_button a {

    position: relative;

    padding: 13px 30px;

    line-height: 48px;

    height: 48px;

    font-size: 16px;

    font-weight: 700;

    border: none;

    border-radius: 30px;

    box-shadow: none;

    text-transform: uppercase;

    background: #000000;

    color: #ffffff;

    margin-left: 10px;

    text-align: center;

}

.cart_detalle_button a:hover {

    background: #09afe5;

    color: #ffffff;

    text-decoration: none;

}

.cart_detalle_button a.sin_stock {

    background: #000000;

}

/**/

.producto_detalle_option {

    margin: 25px 0 0;

}

.producto_detalle_option ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.producto_detalle_option ul li {

    margin-bottom: 20px;

    display: flex;

}

.producto_detalle_option svg {

    margin-right: 15px;

    font-size: 23px;

}

.producto_detalle_option ul li span {

    font-size: 14px;

    color: #666;

}

/*****************/

.sect_productos_describe{

    margin: 60px 15px;

}

.sect_productos_describe .detalle_producto_select{

    width: 100%;

}

.sect_productos_describe .detalle_producto_select .nav-tabs{

    text-align: center;

    display: block;

    border: none;

}

.sect_productos_describe .detalle_producto_select .nav-item{

    display: inline-block;

}

.sect_productos_describe .detalle_producto_select .nav-item .nav-link{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    line-height: 24px;

    color: #888;

    padding: 0 0 15px 0;

    margin: 0 30px;

    font-size: 18px;

    font-weight: 700;

    position: relative;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

    display: inline-block;

}

.sect_productos_describe .detalle_producto_select .nav-item .nav-link:after {

    content: "";

    height: 2px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: -1px;

    background: transparent;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}

.sect_productos_describe .detalle_producto_select .nav-item .nav-link.active:after {

    background: #09afe5;

    color: #000000;

}

/**/

.sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip{

    overflow: hidden;

    font-size: 15px;

    background: #fff;

    line-height: 24px;

    text-align: left;

    padding: 40px 30px 30px 30px;

    border: 1px solid #ebebeb;

}

.sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip table{

    width: 100% !important;

    border: none;

}

.sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip p {

    margin: 0 0 8px;

    font-size: 15px;

    line-height: 28px;

    color: #888;

    width: 84%;

}

.sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip ul li {

    color: #888;

    font-size: 14px;

    list-style: outside none none;

    margin: 0 0 13px;

}

.sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip ul li span {

    color: #253237;

    display: inline-block;

    font-weight: 500;

    margin: 0 26px 0 0;

    min-width: 85px;

}

@media(max-width: 991px){

    .sect_productos_describe .detalle_producto_select .nav-item .nav-link{

        font-size: 14px;

    }

    .sect_productos_describe .detalle_producto_select .tab-content .tab-pane .content_descrip p{

        font-size: 14px;

    }

    .producto_detalle_descrip p{

        font-size: 14px;

    }

}

/*****************/

.producto_agotado{

    position: absolute;

    top: 50%;

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 0;

    right: 0;

    text-align: center;

    pointer-events: none;

    z-index: 1;

    height: 46px;

    background: #ff64a8;

    display: flex;

    align-items: center;

    align-content: center;

}

.producto_agotado span{

    margin: 0 auto;

    color: #fff;

    font-weight: 800;

}

/**********/

.unavailable{

    color: rgb(204, 204, 204) !important;

    background: linear-gradient(to right bottom, rgb(255, 255, 255) calc(50% - 1px), rgb(192 192 192), rgb(255, 255, 255) calc(50% + 1px));

}
/**************************** END PRODUCTO DESCRIPCION ***********************************/
/*********************************************** END PRODUCTO DESCRIPCION **********************************************/
/********************************************** SECTION TITLE PRODUCTOS *********************************************/
.sect_title_productos.padtop{
	padding-top: 100px;
}
/**/
.box_title_producto h5{
	background: #1c1c1c;
    display: inline-block;
    margin-bottom: 0;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    border-top-right-radius: 20px;
}
.box_title_producto h5 a{
	text-decoration: none;
    color: #09afe5;
    font-size: 16px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_title_producto h5 a:hover{
    color: #ffffff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_title_producto .hr_title_producto{
	position: relative;
	margin: 0;
}
.hr_title_producto:before{
	content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 30%;
    height: 3px;
    background: #09afe5;
}
/******************** SECTION TITLE PRODUCTOS **********************/

/*********************** SECTION PRODUCTOS *************************/
.sect_productos{
	padding-top: 30px;
	padding-bottom: 100px;
}
/**/
.productos .item{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 10px 0;
}
/**/
.box_producto{
	width: 100%;
	box-shadow: 1px 5px 7px 3px rgba(85, 85, 85, 0.14);
	margin-bottom: 30px;
	text-align: center;
}
.productos .item .box_producto:nth-child(4),
.productos .item .box_producto:nth-child(5),
.productos .item .box_producto:nth-child(6){
	margin-bottom: 0;
}
.box_producto .box_body{
	padding: 10px 20px;
}
/**/
.box_producto .box_body .tag_categoria{
	display: block;
	color: #bbb;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto .box_body .tag_categoria:hover{
	color: #09afe5;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_producto .box_body .tag_name{
	display: block;
	color: #000;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto .box_body .tag_name:hover{
	color: #09afe5;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.precio{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
    align-items: center;
	margin: 10px 0;
}
.precio h6{
	color: #09afe5;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 15px;
}
.precio h6 strike{
    color: #bdbdbd;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 15px;
}
.list_stars{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.list_stars>li{
	display: inline-block;
}
.list_stars>li>svg .fa-secondary{
	color: #09afe5;
}
.list_stars>li>svg .fa-primary{
	color: #09afe5;
}
/**/
.opciones .add_cart{
	background: #e8e8e8;
    display: inline-block;
    padding: 4px 6px;
    color: #1c1c1c;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #dadada;
    margin-right: 10px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.opciones .add_cart:hover{
	background: #09afe5;
    color: #ffffff;
    border-color:  #09afe5;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.opciones .view_product{
	background: #1c1c1c;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #1c1c1c;
    border-radius: 3px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.opciones .view_product:hover{
	background: #e8e8e8;
    color: #009f83;
    border-color:  #dadada;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.productos .owl-nav [class*=owl-] {
    position: absolute;
    top: -73px;
    right: 0;
    background: #09afe5;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.productos .owl-nav [class*=owl-]:hover{
	background: #09afe5;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.productos .owl-nav .owl-prev{
	right: 40px;
}
.productos .owl-nav .owl-next{
	right: 10px;
}

/*************************** SECTION PRODUCTOS ***************************/


.input_text{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.input_text:focus,
.input_text:active{
    outline: none;
    box-shadow: none;
}


/* Estilos para selectores de horario y nacionalidad */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: #253237;
    margin-bottom: 8px;
    display: block;
}

.form-control.input_text {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.form-control.input_text:focus {
    outline: none;
    border-color: #09afe5;
    box-shadow: 0 0 5px rgba(9, 175, 229, 0.3);
}

/* Estilos para los selectores de adultos y niños */
.producto_detalle_pasajeros {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
    gap: 20px;
    margin: 20px 0;
}

.pasajero_tipo {
    flex: 1;

}

.pasajero_tipo > span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #253237;
    margin-bottom: 10px;
}

/* Precio total destacado */
.producto_precio_total {
    margin: 25px 15px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 2px solid #09afe5;
}

.producto_precio_total h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #253237;
}

.producto_precio_total h4 span {
    color: #09afe5;
    font-size: 26px;
}

/* Responsive */
@media (max-width: 768px) {
    .producto_detalle_pasajeros {
        flex-direction: column;
    }
    
    .pasajero_tipo {
        width: 100%;
    }
}

/************************ ITINERARIO TOUR ************************/
.itinerario_tour {
    padding: 20px 0;
}

.itinerario_item {
    animation: fadeInUp 0.6s ease-in-out;
}

.itinerario_item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.itinerario_content h3 {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.itinerario_content h3:hover {
    color: #000;
    transition: all 0.3s ease;
}

.itinerario_descripcion p {
    margin-bottom: 15px;
    color: #666;
}

.itinerario_descripcion ul,
.itinerario_descripcion ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.itinerario_descripcion ul li,
.itinerario_descripcion ol li {
    margin-bottom: 8px;
    color: #666;
    line-height: 26px;
}

.itinerario_descripcion strong {
    color: #253237;
    font-weight: 700;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .itinerario_item {
        margin-bottom: 25px !important;
        padding-bottom: 25px !important;
    }
    
    .itinerario_content h3 {
        font-size: 18px !important;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .itinerario_content h3 span {
        margin-bottom: 10px;
    }
    
    .itinerario_item .col-md-4 {
        margin-bottom: 15px;
    }
}
/************************ END ITINERARIO TOUR ************************/