:root {
    --color-amarillo: #FFD124;
    --color-azul: #5584AC;
}

body {
    color: #3a3c40;
    font-size: 15px;
    font: "Open Sans, Arial, sans-serif;
}
h1 {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: -0.4px;
}
h2 {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.4px;
}
h3 {
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: -0.2px;
}
.bg_amarillo {
    background-color: var(--color-amarillo);
}
.bg_azul {
    background-color: var(--color-azul);
	color: #ffffff;
}
.txt-azul {
    color:  var(--color-azul);
}
.txt-blanco {
    color: white;
}
header .container {
    padding: 10px 0;
}
header img {
    max-height: 50px;
}
.menu {
    margin-left: auto;
    font-size: 14px;
}
.menu ul {
    list-style: none; 
    margin: 0;
    padding: 0;
    display: flex;  
}
.menu ul li {
    margin-right: 20px; 
}
.menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.menu ul li a:hover {
    color: #007bff;   
}
.nav-link {
    padding: 5px;
}
.idioma-selector select {
    border: 1px solid #ccc;  
    padding: 5px 10px;  
    background-color: #f8f9fa; 
    border-radius: 5px; 
    font-size: 16px;   
    color: #000;  
    font-size: 12px;
}
.idioma-selector select:focus {
    outline: none;  
    border-color: var(--color-azul);
    box-shadow: 0 0 5px rgba(0,123,255,0.5);  
}
.seccion {
    margin: 0;
    padding: 40px 0;
}
.seccion-titulo {
    margin: 0;
    padding: 20px 0;
}
.seccion-cuerpo {
    background-color: #f8f9fa;
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contenido_izquierda {
    padding-right: 50px;
}
.contenido_derecha {
    padding-left: 50px;
}
.contenido_derecha img {
    width: 100%;
}
.caja {
    text-align: center;
    margin: 20px 0;
	border: 1px solid #fdfdff;
    border-radius: 20px;
    padding: 3rem 2rem;
}
.caja img {
    width: 80px;
    border-radius: 50%;
}
.caja_titulo {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
}
.bienvenido {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.125rem 1.75rem;
    border-radius: 30px;
    background-color: var(--color-amarillo);
    color: #5584AC;
    font-weight: 600;
    font-size: 0.875rem;
}
.i_fondo {
	width: 90px;
    height: 90px;
    margin-bottom: 1.875rem;
    text-align: center;
}
.i_azul {
    background: url(../images/servicios_icono_azul.png) center center no-repeat;
}
.i_amarillo {
    background: url(../images/servicios_icono_amarillo.png) center center no-repeat;
}
.i_rosa {
    background: url(../images/servicios_icono_rosa.png) center center no-repeat;
}
.fas {
    margin-right: 0.75rem;
    color: #ffffff;
    font-size: 2rem;
    line-height: 98px;
}
.logo_somos {
    max-width: 200px;
    max-height: 50px;
    margin-bottom: 20px;
}
footer {
    text-align: center;
    padding: 1em;
}
.enlinea {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.txt_enlinea {
    padding-top: 15px;
}
.logo_pie {
    max-width: 80px;
}
.seccion-aplicacion {
    background-color: #fffbe6;
    border-left: 5px solid var(--color-amarillo);
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}
.seccion-aplicacion-title {
    color: var(--color-azul);
}
.seccion-imagen {
    border-radius: 10px;
    max-width: 98%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); 
    margin-bottom: 20px;
}
.tabla {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.tabla thead th {
    background-color:  var(--color-amarillo);
    color: #000;
    font-weight: bold;
}
.tabla-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.tabla-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.1);
}
.tabla-responsive {
    margin-top: 20px;
}
.link-externo {
    color: #007bff;
    text-decoration: underline;
}
.link-externo:hover {
    color: #0056b3; 
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    font-size: 1.25rem;
    padding: 15px 30px;
}

.cifra-item h3 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.2;
}
.cifra-item p {
    font-size: 1.25rem;
}

.reseñas h2 {
    font-size: 2.5rem;
}
.reseñas h3 {
    color: #007bff;
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.reseñas p {
    font-size: 1rem;
    font-style: italic;
    text-align: left;
    color: #333;
    line-height: 1.5;
}
.reseñas .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.reseñas img {
    margin-right: 15px;
    max-width: 80px;
}


.banner {
    background-color: #5584AC;
    color: white;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.banner h2 {
    color: #FFD124;
}

.imgfondo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 120px;
    color: rgba(255, 255, 255, 0.1);
}
.logofondo {
    position: absolute;
    bottom: 370px;
    right: 50px;
}
.img-logosolo {
    height: 50px;
}
.logoeu {
    position: absolute;
    bottom: 10px;
    right: 180px;
}
.bannerlogoeu {
    background-color: #FFD124;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    padding: 0 10px;
}

.disclamer {
    font-size: small;
}



