/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 may. 2023, 10:40:46
    Author     : x43044817
*/

@import url(https://db.onlinewebfonts.com/c/bde64ed1422104421598829868974f43?family=Bariol+Regular); 

/* Barra de navegació */

/*
header {
    background-color: #333;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.hero-imagen-operacion {
    width: 35%;
    /* height: 10%;
   border-radius: 50%; */
    margin: 20px;
}

/* seccion */

.navbar-brand h1 {
    font-size: 2.5rem;
    font-family: Arial, sans-serif;
    /* color: brown; */ 
}

.seccion-oscura {
    color: white;
    background-color: #1b1b32;
}

.seccion-clara {
    color: black;
    background-color: white;
}

.seccion-texto {
    font-size: 1.1rem;
    font-weight: bold;
}

.seccion-titulo {
    font-size: 2rem;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

.seccion-descripcion {
    font-size: 1.2rem;
    color: #584e4e;
    text-align: center;
}

.texto-negro {
    color: black;
}

.texto-blanco {
    color: white;
}

.texto-barra {
    font-size: 18px;
}

.badges-contenedor {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.columna .btn-info {
    /* background-color: #4dba79;*/
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    /* border: none; */
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.columna .bi-box-arrow-in-right {
    font-size: 6.0em;
    text-align: center;
}

.columna-acc .clave .btn-info  {
    color: #17a2b8;
    background-color: transparent;
    border: 1px solid #17a2b8;
}

.columna-acc .clave img {
    width: 40%;
}

.btn i {
    margin-left: 5px;
    background-color: transparent;
}

/* Operacio Plabedu */

.operacion {
    padding: 40px;
}

.operacion-titulo {
    font-size: 40px;
    margin: 10px 0;
}

.operacion .columna {
    padding: 20px;
    border: 1px solid #8b962b5e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.2s ease-in;
    /* box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2) inset;*/
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.operacion .columna {
    padding: 20px;
    border: 1px solid #AEAEAE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.2s ease-in;
    /* box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2) inset; */
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.operacion .columna:hover
{
    color: white;
    background-color: #3B3B3B;
}

.operacion .a:hover
{
    color: white;
    background-color: #3B3B3B;
}

.columna-ate {
    margin-right: 0px;
    margin-left: 0px;
}

/* Interfereix amb el botó 
.operacion i {
    font-size: 2.5rem;
    color: #7ade30;
    background-color: #0a0a23;
    padding: 8px 19px;
    border-radius: 50%;
}
*/
.no-margin {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.logosg {
    width: 60%;
}

.idiom-select {
    background-color: #353a40;
    color: #90959b;
    border: 1px solid #90959b;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 20px;
}

nav ul li {
    margin-left: 10px;
    font-size: 18px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

/* Estilo para ocultar los submenús por defecto */
.dropdown-menu ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
}

/* Estilos para sección disponibilidad multibolsa */

/* Estilos para el botón primario en el menú desplegable */
.dropdowndsp .btn-primarydsp {
    background-color: #17a2b8; /* Color del botón */
    color: white; /* Color del texto */
    font-weight: bold; /* Texto en negrita */
    border: none; /* Eliminar el borde */
}

.dropdowndsp .btn-primarydsp:hover,
.dropdowndsp .btn-primarydsp:focus {
    background-color: #2f495e; /* Color del botón en hover */
    color: white;
    font-weight: bold; /* Texto en negrita */
    border: none; /* Eliminar el borde */
}

/* Estilos para el menú desplegable */
.dropdown-menu-dsp {
    list-style: none; /* Quita la viñeta */
    background-color: #17a2b8;
    border: none;
    width: 200px; /* Ancho del menú */
    font-weight: normal /* Texto normal */
}

.dropdown-menu-dsp a {
    text-decoration: none; /* Deshabilita la línea de hiperenlace */
}

/* Estilos para las opciones del menú desplegable */
.dropdown-menu-dsp .dropdown-item-dsp {
    margin: 10px; /* Margen */
    color: white; /* Color del texto */
    /* font-weight: bold;  Texto en negrita */
}
.dropdown-menu-dsp li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.dropdown-menu-dsp li:hover,
.dropdown-menu-dsp li:focus {
    background-color: #2f495e;
    color: white;
    font-weight: bold; /* Texto en negrita */
    border-radius: 5px; /* Bordes redondeados */
    border: none;
}

/* Ajusta según sea necesario 
.dropdown-menu-dsp li:hover::before,
.dropdown-menu-dsp li:focus::before {
    top: -10px; 
    bottom: -10px; 
    left: -10px; 
    right: -10px; /
    background-color: #2f495e; 
    z-index: -1; 
}*/

/* Estilos para el contenedor del menú desplegable */
.dropdowndsp {
    position: relative;
    display: inline-block;
}

/* Estilo para mostrar los submenús cuando se activan */
.dropdown-menu:hover ul.dropdown-menu {
    display: block;
}

/* Carrousel */

.carousel {
    background-color: #17a2b8;
    color: white;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    max-width: 1200px;
    text-align: justify;
    width: 100%;
    height: 50%;
    padding: 40px 40px ;
}

.carousel-inner {
    /* height: 150px; */
    width: 80%;
    height: auto;
}

.carousel-item {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px
}

.item-container {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
}

.carousel-control-prev,
.carousel-control-next {
    color: white;
    margin: 0 10px;
}

.carousel-indicators li {
    background-color: white;
    border: none;
}

.carousel-indicators .active {
    background-color: gray;
}

.carousel-content {
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.carousel-imagen {
    height: 150px;
    width: 150px;
    margin: 10px 10px 20px 20px;
}

.carousel-info {
    color: black;
    font-weight: bold;
    text-align: center;
}

.carousel-desc {
    font-size: 1.2rem;
    color: #584e4e;
    text-align: center;
}

.carousel-info p {
    margin: 0;
}

.carousel-footer .cliente {
    font-size: 1.2rem;
}

.carousel-info .cargo {
    font-size: 0.9rem;
    color: #656060
}

.carousel h3 {
    font-size: 18px;
}

/* Pie de pagina (footer) */

footer {
    min-height: 500px;
}

.footer-logo {
    width: 15%;
    margin: 10px;
}

.footer-texto {
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.iconos-redes-sociales a {
    width: 30px;
    height: 30px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin:10px;
    border: 2px solid;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}

.iconos-redes-sociales i {
    /* color: white; */
    font-size: 1.0rem;
    transition: all 0.2s ease-in;
}

.iconos-redes-sociales a:hover {
    background-color: white;
    border: 2px solid rgb(13,110,253);
}

.iconos-redes-sociales a:hover i {
    color: black;
}

.contacto {
    font-size: 20px;
    color: #aeaeae;
    padding: 10px;
    text-align: center;
}

.derechos-de-autor {
    font-size: 15px;
    color: #aeaeae;
    padding: 20px;
}

.contacto a {
    color: #aeaeae; /* Cambia el color del texto del enlace */
    text-decoration: none; /* Elimina la decoración subrayada del enlace */
}

.contacto freepik {
    font-size: 10px;
}

.contacto a:hover {
    color: #c70039; /* Cambia el color del texto del enlace en estado de hover */
}

.iconos-footer i {
    width: 30px;
    height: 30px;
    font-size: 2.0rem;
}

/* Finestra modal */

.modal-img{
    width: 90%;
    max-width: 300px;
}

.bg-custom  {
  background-color: #C30045; 
  color: #fff; 
}

.modal-body {
  text-align: justify; /* Centra el texto horizontalmente */
  color: #000; /* Establece el color del texto en azul */
  font-family: 'Bariol Regular', sans-serif;
}

.modal-header p {
 text-align: center; /* Centra el texto horizontalmente */
 width: 100%;
 font-family: 'Bariol Regular', sans-serif;
}

.btn-custom {
  background-color: #C30045 !important;
  border-color: #C30045 !important;
  color: white !important;
  /* Otros estilos personalizados */
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: 2px 2px 6px rgba(250, 198, 205, 0.5);
}

.link-danger {
  font-size: 1.1rem;  
}

.link-danger:hover {
  color: white !important;
  font-weight: bold;
}

/* Fonts personalitzades */

@font-face {
    font-family: "Bariol Regular";
    src: url("https://db.onlinewebfonts.com/t/bde64ed1422104421598829868974f43.eot");
    src: url("https://db.onlinewebfonts.com/t/bde64ed1422104421598829868974f43.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bde64ed1422104421598829868974f43.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/bde64ed1422104421598829868974f43.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/bde64ed1422104421598829868974f43.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/bde64ed1422104421598829868974f43.svg#Bariol Regular")format("svg");
}


/* Adaptable (Responsivo) */

@media screen and (max-width: 400px) {
    .operacion-titulo {
        font-size: 30px;
        margin: 10px 0;
    }
}

/* Faq */

.texto_respuesta_faq {
    text-align: justify;
    margin-left: 30px; /* Sangría izquierda */
    margin-right: 20px; /* Margen derecho */
    border: 0 !important;
    background-color: #eaeaea; 
    /* background-color: #effff5;*/
}

.texto_pregunta_faq {
    font-weight: normal;
}

.ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #4dba79 !important; /* Color de fondo de respaldo OK */
    /* background-image: linear-gradient(to bottom, #4dba79, #2d7d4d) !important;  Gradiente lineal de arriba hacia abajo */
    /* background-image: linear-gradient(to bottom, #4dba79 0%, #77cb9e 50%, #a2dabf 100%);  Gradiente lineal suave de arriba hacia abajo */
    /* background-image: linear-gradient(to bottom, #85d7a5 0%, #4dba79 50%, #2d7d4d 100%) !important; Gradiente lineal suavizado tono verde OK */
    background-image: linear-gradient(to bottom, #087FFB 0%, #0064CB 50%, #004B99 100%) !important; /* Gradiente lineal suavizado tono verde OK */
    color: white !important; /* Color de texto */
}

.ui-accordion .ui-accordion-header.ui-state-default {
    /* background-color: #777;  Color de fondo de respaldo */
    background-color: #eee; /* Color de fondo de respaldo */
    /* background-image: linear-gradient(to bottom, #ddd, #777);  Gradiente lineal de arriba hacia abajo */
    /* background-image: linear-gradient(to bottom, #eee 0%, #ccc 50%, #999 100%); /* Gradiente lineal suave de arriba hacia abajo */
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 90%, #d1d1d1 100%); /* Gradiente lineal suave de arriba hacia abajo */
    color: black; /* Color de texto */
}

.ui-widget-content {
    border: 0 !important;
}

/* Estilo para inputText que sea una simple línea */
.m-inputtext {
    border-style: none !important; /* Elimina el borde predeterminado */
    border-bottom: 1px solid #999 !important; /* Agrega una línea inferior */
    padding-bottom: 3px !important; /* Ajusta el espacio entre el texto y la línea */
    background-color: transparent !important; /* Hace que el fondo del input sea transparente */
}


