/********************************************** SECTION TITLE INTERNA ****************************************/

.sect_title_interna{

    padding: 80px 0;

    /*background-image: url(../../../../public/img/fondo/fondo-title-interna-itinerario.jpg);

    background-position: center;

    background-size: cover;*/

    position: relative;

}

.sect_title_interna:before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,61,144,.9)),color-stop(50%,rgba(0,153,125,.6)),color-stop(60%,rgba(0,0,0,.15)));

    background-image: -o-linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);

    background-image: linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);

    opacity: 1;

    z-index: 1;

}

.row_height{

    align-items: flex-end;

    min-height: 250px;

    z-index: 2;

    position: relative;

}

/**/

#carouselExampleControls{

    position: absolute;

    height: 100%;

    width: 100%;

    top: 0;

}

#carouselExampleControls .carousel-inner{

    height: 100%;

}

#carouselExampleControls .carousel-inner .carousel-item{

    height: 100%;

    background-position: center;

}

/**/

.sect_title_interna h2{

    text-align: center;

    font-weight: 800;

    color: #fff;

}

.list_vistas{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    text-align: center;

}

.list_vistas>li{

    color: #fff;

    display: inline-block;

    margin: 0 10px;

}

.list_vistas>li>a{

    color: #ffc400;

    text-decoration: none;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.list_vistas>li>a:hover{

    color: #0298d2;

    text-decoration: none;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

@media(max-width: 991px){

    .sect_title_interna {

        padding: 50px 0;

    }

}

@media(max-width: 767px){

    .sect_title_interna h2 {

        font-size: 24px;

    }

    .list_vistas>li>a{

        font-size: 13px;

    }

    .sect_title_interna {

        padding: 35px 0;

    }

}

/********************************************** SECTION TITLE INTERNA ****************************************/



/**/

.jqvmap-zoomin{

	position: absolute;

    top: 15px;

    right: 15px;

    z-index: 5;

    background: #000646;

    color: #fff;

    width: 20px;

    height: 20px;

    text-align: center;

    cursor: pointer;

}

.jqvmap-zoomout{

	position: absolute;

    top: 40px;

    right: 15px;

    z-index: 5;

    background: #000646;

    color: #fff;

    width: 20px;

    height: 20px;

    text-align: center;

    cursor: pointer;

}
/********************************************************************************/
.sect_tarifario_item ul{
    flex-flow: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sect_tarifario_item ul li{
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(204 204 204 / 38%);
    border-left: 1px solid rgb(204 204 204 / 38%);
    margin-bottom: 0 !important;
}
.sect_tarifario_item ul li a{
    display: block;
    width: 100%;
    padding: 20px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    border: 0!important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-align: center;
}
.sect_tarifario_item ul li a:hover {
    background: #dadada !important;
    color: #000646!important;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.contiene_tarifario{
    padding: 50px 0px;
}
.item_tarifa h2{
    font-size: 25px;
    font-weight: 600;
}
.item_tarifa p{
    font-size: 20px;
}

@media(max-width: 991px){
    .sect_tarifario_item ul{
        display: block;
    }
    .item_tarifa h2 {
        font-size: 20px;
    }
    .item_tarifa p {
        font-size: 16px;
    }
}


/* CONTENEDOR GENERAL */
.contiene_tarifario {
	background: #f7f9fc;
	padding: 60px 0;
	font-family: "Inter", "Segoe UI", sans-serif;
}

/* TARJETA PRINCIPAL */
.contenedor_tarifario {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
}

/* CADA BLOQUE */
.item_tarifa {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.item_tarifa:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* TITULOS */
.item_tarifa h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #1f2933;
	border-left: 4px solid #2563eb;
	padding-left: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* TABLAS */
.item_tarifa table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

.item_tarifa table tr {
	border-bottom: 1px solid #e5e7eb;
}

.item_tarifa table tr:last-child {
	border-bottom: none;
}

.item_tarifa table td {
	padding: 10px 4px;
	font-size: 14px;
	color: #374151;
}

.item_tarifa table td:last-child {
	text-align: right;
	font-weight: 600;
	color: #111827;
	white-space: nowrap;
}

/* PARRAFOS */
.item_tarifa p {
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
	margin: 10px 0 0;
}

/* TEXTO DESTACADO */
.item_tarifa p strong {
	color: #111827;
	font-weight: 600;
}

/* BLOQUE DE NOTAS */
.item_tarifa:last-child {
	grid-column: 1 / -1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.contiene_tarifario {
		padding: 40px 16px;
	}

	.item_tarifa {
		padding: 20px;
	}

	.item_tarifa h2 {
		font-size: 16px;
	}

	.item_tarifa table td {
		font-size: 13px;
	}
}
