﻿body {
    font-family: 'Inter', sans-serif;
    font-size:1.2rem;
    color: #444444 !important;
    background-color: #fff;
}
.footer {
    background-color: #111;
    color: #fff;
    padding: 2em 1em;
    font-size: 1.1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
}

.footer-column {
    flex: 1 1 250px;
    min-width: 220px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

.social-icons {
    margin-top: 0.5em;
}

    .social-icons a {
        margin-right: 1em;
        font-size: 1.4rem;
        display: inline-block;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #0d6efd;
        }

.dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: auto;
}

.tile {
    background: #2e2e2e;
    color: #ffffff;
    border: 2px solid #3f3f3f;
    border-radius: 12px;
    text-align: center;
    padding: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .tile a {
        color: #ffffff;
    }

    .tile:hover {
        background-color: #555;
        color: #e0e0e0;
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

    .tile i {
        font-size: 3rem;
        margin-bottom: 0.5rem;
        display: block;
        transition: color 0.3s ease;
    }

    .tile:hover i {
        color: #ffffff;
    }

    .tile span {
        font-size: 1.2rem;
        transition: color 0.3s ease;
    }

.acciones {
    gap: 1rem;
    align-items: center;
}

.btn-icon {
    background-color: #2e2e2e;
    border: 2px solid #3f3f3f;
    border-radius: 6px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-icon:hover {
        background-color: #555;
        color: #e0e0e0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }

    .btn-icon:focus {
        background-color: #555;
        color: #e0e0e0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }

    .btn-icon i {
        font-size: 16px;
    }

h1 {
    margin: 0;
    font-size: 1.9em;
    border-bottom-color: #006DD4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #006DD4;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.separador {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}

.cuerpo {
	width: 100%;
	max-width: 1150px;
	margin: 0px auto;
}

.cabecera {
    background-image: url("../img/plantilla/cabecera.jpg");
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1150px;
    height: 100px;
    margin: 0px auto;
}

.cabecera_volver {
	text-align:right;
	position:absolute;
	right:0px;
	top:40px;
}

.paginacion {
    padding: 6px 7px;
}

.fondoMenu {
    text-align: center;
}

.fondoMenu a{
	color:#fff;
	display:block;
	padding: 0px 1.6%;
	line-height: 50px;
	border-right: 1px silver solid;
	float: left;
	transition: all 0.2s ease-in-out 0s;
}

.fondoMenu a:last-child {
	border: 0px;
}

.fondoMenu a:hover {
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
	color: #333 !important;
}

.titular {
    min-width: 992px !important;
}

.contenido {
    background-color: white;
    margin: auto;
    padding: 2%;
    text-align: justify;
    display: block;
    clear: both;
    width: 100%;
	max-width: 1150px;
	margin: 0px auto;
    position: relative;
}

.pie {
    margin: auto;
    background-image: url('/img/plantilla/pie.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 100px;
    padding-top: 2%;
    font-size: 0.7em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.2em;
    width: 100%;
	max-width: 1150px;
	margin: 0px auto;
	text-align: right;
	padding-right: 2em;
    clear: both;
}

.pie_izquierda {
	float: left;
	width: 40%;
	padding-left: 2%;
	display: inline-block;
	min-width: 250px;
}

.pie_derecha {
	float: right;
	width: 40%;
	padding-right: 2%;
	text-align: right;
	min-width: 250px;
}

/*DISPONIBILIDAD*/
.cabecera_cat_dip {
    background-color: #b8b8b8;
    padding: 1%;
    margin: 0.2%;
    width: 23.6%;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.contenido_cat_dip {
    background-color: #e9e8e8;
    padding: 1%;
    margin: 0 0.2% 0.2% 0.2%;
    width: 23.6%;
    font-size: 14px;
    display: inline-block;
}

.margen_izquierda_complemento {
    margin-left: 5%;
}

.subcabecera_cat_dip {
   background-color: #cfcfcf;
    display: inline-block;
    font-size: 14px;
    margin: 0.05%;
    padding: 0.5%;
    text-align: center;
    text-transform: uppercase;
    width: 15%;
}

.subcontenido_cat_dip {
    background-color: #ececec;
    padding: 0.5%;
    margin: 0 0.05% 0.05% 0.05%;
    width: 15%;
    font-size: 12px;
    display: inline-block;
}

.contenido_cat_dip_der {
    text-align: right;
}

.separador {
    clear: both;
}

.precio_final_dis {
    background-color: #018DC0;
    width: 100%;
    padding: 1%;
    color: white;
    text-align: right;
    font-size: 20px;
}

/*/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container 
.container {
    width: 992px;
    max-width: none !important;
}*/

.menu {
    width: 958px !important;
    max-width: none !important;
}

.pie li {
    min-height: 1em !important;
    height: auto !important;
    height: 1em;
    margin: 0;
    padding: 0 0 3px 10px;
    color: #4e4c4c;
}

    .pie li a {
        color: #4b4b4b;
    }

#seccion1, #seccion2, #seccion3, #seccion4 {
    float: left;
    margin: 0;
    color: #4e4c4c;
    font-size: 10px;
}

#seccion2, #seccion3, #seccion4 {
    padding-left: 3.5%;
}

#seccion1 {
    width: 26%;
    background: transparent;
}

#seccion2 {
    width: 20%;
}

#seccion3 {
    width: 31.5%;
}

#seccion4 {
    width: 8.5em;
}

    #seccion4 li {
        background: transparent;
        padding-left: 0;
    }

.cuadro_login {
    background-color: #f2f2f2;
    border-radius: 10px;
    clear: both;
    display: block;
    margin: 30px auto 0;
    padding: 40px 40px 10px;
    width: 300px;
}

.caja_padding {
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
}

.divCerrarSesion {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.posRelative {
    position: relative;
}

.flotaDerecha {
    float: right;
}

.flotaIzquierda {
    float: left;
}

.separador {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.txtFecha, .txtFechaInicio, .txtFechaFin {
    width: 100px;
}

.tabla {
    font-size: 12px;
}

.celNum {
    text-align: right;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.tablaLeyenda span {
    display: inline-block;
    margin-right: 5px;
    border-radius: 1px;
    border: 1px solid gray;
    width: 10px;
    height: 10px;
}

.divDefault {
    min-height: 400px;
}

.listaCheckCentrosProducto  {
    width: 100%;
}

.listaCheckCentrosProducto td {
    padding: 20px;
    width: 25%;
}

.listaCheckCentrosProducto label {
    padding-left: 5px;
}

.panel-primary > .panel-heading span.badge {
    background-color: #fff;
    color: #428bca;
}

.inicio_boton, .inicio_boton2 {
	display: inline-block;
    float: left;
    margin: 2%;
    padding: 1%;
    width: 12.5%;
    min-width:110px; 
}

.inicio_boton img {
	width:100%;
	max-width:250px;
	height:auto;
}

.inicio_boton2 img {
	width: 100%;
	max-width: 250px;
	height: auto;
    opacity: 0.5;
}

.inicio_boton img:hover {
	box-shadow: 0px 0px 5px #333;
   -webkit-box-shadow: 0px 0px 5px #333;
   -moz-box-shadow: 0px 0px 5px #333
}

.centrado {
    text-align: center;
}

.negro {
    background-color: black;
    color: white;
}

.noActivo {
   pointer-events: none;
}

.inicio_boton2 img:hover {
   cursor: not-allowed;
}

.logo img{
    max-height: 300px;
    max-width: 300px;
}

.botones_sesion {
    position: relative;
}

.espacio_menu {
    background-color: #333333;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	max-width: 1150px;
	margin: 0px auto;
}

.divCerrarSesion{
    color: white;
}

.divCerrarSesion a{
	color: #fff !important;
}

.divCerrarSesion a:hover {
	color: orange !important;
}

.row {
    margin-top: 5px; 
}

/* IDIOMAS */

#idiomaNombre, #idiomaPregunta, #idiomaRespuesta, #idiomaAntetitulo, #idiomaTextodesde, #idiomaTextoprecio, #idiomaDescripcion, #servicios, #planesListado, #origenes, #complementos, #areasBusqueda, #categoria{
    display: none;
}

#idiomaNombre {
	margin-top: 1em;
}

.idioma_nombre {
	float: left;
	width: 10%;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 5%;
	line-height: 2.5em;
	text-indent: 1em;
	background-color: #f4f4f4;
}

.idioma_caja {
	float: left;
	width: 90%;
	margin-bottom: 1em;
	clear: right;	
}

.idiomaNombre, .idiomaPregunta, .idiomaRespuesta, .idiomaAntetitulo, .idiomaTextodesde, .idiomaTextoprecio, .idiomaDescripcion, .servicios, .planesListado, .origenes, .complementos, .areasBusqueda, .categoria  {
	background-color: #333;    
	border-radius: 4px;
    color: #fff;
    line-height: 2em;
    margin-top: 0.5em;
    padding: 0.2em 1.5em 0.2em 1em;
    border: 1px solid #333;
    background-position: right center;
    background-image: url('../img/abrir.png');
    background-repeat: no-repeat;   
    transition: all 0.2s ease-in-out 0s; 
}

.idiomaNombre:hover, .idiomaPregunta:hover, .idiomaRespuesta:hover, .idiomaAntetitulo:hover, .idiomaTextodesde:hover, .idiomaTextoprecio:hover, .idiomaDescripcion:hover, .servicios:hover, .planesListado:hover, .origenes:hover, .complementos:hover, .categoria:hover {
	background-color: #fff;
	color: #333;
	background-image: url('../img/abrir_over.png');
}

.numero {
    text-align: right;
}

/*BANNERS. CONTROL DE IMAGEN Y POSICION */

.banners_imagen {
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 6em;
    width: 47%
}

.banner_posicion {
	width: 30%;
}

.banner_imagen {
	width: 60%;
}

.banner_posicion ,
.banner_imagen {
	float: left;
	margin: 0px 2%;
}

.banner_posicion img,
.banner_imagen img {
	width: 100%;
	height: auto;
}

.noMostrar {
    display: none;
}

.ventas_desactivado {
    color: grey;
}

.ventas_activado {
    color: black;
}

/* Listado de planes en Agrupacion Detalle */
 
#cphContenido_cphContenidoInterior_chkPlanes tr:nth-child(odd) {
    background-color: #f4f4f4;
    line-height: 2em;
    text-indent: 1em;
    font-weight: normal;
}

#cphContenido_cphContenidoInterior_chkPlanes tr:nth-child(even) {
    background-color: #fff;
    line-height: 2em;
    text-indent: 1em;
    font-weight: normal;
}

#cphContenido_cphContenidoInterior_chkPlanes label {
	width: 95%;
	display: block;
	float: right;
}

#cphContenido_cphContenidoInterior_chkPlanes label:hover {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: block;
}

#cphContenido_cphContenidoInterior_chkPlanes tr:hover {
	background-color: #333;
	color: #fff;
}

.planesFechas tr:nth-child(odd) {
    line-height: 2em;
    text-indent: 1em;
    font-weight: normal;
}

.planesFechas tr:nth-child(even) {
    background-color: #fff;
    line-height: 2em;
    text-indent: 1em;
    font-weight: normal;
}

.planesFechas label {
    width: 95%;
    display: block;
    float: right;
}

    .planesFechas label:hover {
        background-color: #333;
        color: #fff;
        cursor: pointer;
        display: block;
    }

.planesFechas tr:hover {
    background-color: #333;
    color: #fff;
}

/* plan detalle */

.negrita {
	font-weight: bold;
}

.preview img {
	margin: 0.5em auto;
}

.botonera_detalle {
	text-align: right;
	height: 50px;
	background-color: #f4f4f4;
	padding: 10px;
}

.botonera_detalle input {
	float:right;
	margin-left:0.5em;
}

#servicios , #complementos , #origenes, #areasBusqueda, #categoria {
	border: 1px solid silver;
    border-radius: 6px;
    margin-top: -16px;
    padding: 2%;
}

#servicios label:hover {
	cursor: pointer;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 2em;
    }

    .footer-column {
        flex: 1 1 100%;
    }
}