/* estilos.css */

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px;
}

.container {
    width: 95%;
    margin: 0 auto;
}

form {
    margin-top: 15px;
    line-height: 1.8;
}

input {
    margin-left: 10px;
    padding-left: 7px;
}

table {
    border-collapse: collapse;
    background: rgb(255 255 255 / 50%);
}

th {
    background-color: #885404;
    color: white;
    padding: 5px 7px;
    }
    
th a {color: #fff;}

td {
    padding: 3px 7px;
}

th, tr, td {
  border: solid 1px #e0e0e0;
}

.tabla2 {
    width: 100%;
    max-width: 400px;
}

.tabla2 tr {
    border: 0;
    border-bottom: 1px solid #ddd;
}
.tabla2 td {
    border: 0;
    padding-left: 10px;
}

.vista-datos {
    font-size: 15px;
    }
    
.centrar-pag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centrar-pag-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
    
.centrar-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 350px) {
input {
    max-width: 200px !important;
    }
}

.tarjeta-colg {
    border: 2px solid #EADCCE;
    border-radius: 5px;
    padding: 20px 15px 17px 23px;
    max-width: 400px;
    font-size: 14px;
    line-height: 1.6;
    background: rgb(255 255 255 / 63%);
    background-image: url("/register/imagenes/fondo-logo-cphp-transp.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tarjeta-colg img {
    border-radius: 10px;
    border: 1px solid #DADADA;
    display: block;
    margin: 0 auto;
}

.tarjeta-colg2 {
    border: 2px solid #EADCCE;
    border-radius: 5px;
    padding: 20px 7% 20px;
    max-width: 800px;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    background-image: url("/register/imagenes/fondo-logo-cphp-transp-2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.borde-imagen {
    border-radius: 10px;
    border: 2px solid #292929;
    display: block;
    margin: 0 auto;
}

.borde-imagen-mini img {
    border-radius: 5px;
}

.tarjeta-colg2 p {
    font-size: 15px;
}

.enfasis b {
    text-transform: uppercase;
    font-size: 15.5px;
}
@media screen and (max-width: 800px) {
    .enfasis b {
    font-size: 14px;
    }
}

.mayus {
text-transform: uppercase;
}

.boton-azul {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
  }
.boton-azul:hover {
    background-color: #0056b3;
  }
  
.verde {
    color: green;
    text-transform: uppercase;
    font-weight: 800;
  }
.rojo {
    color: red;
    text-transform: uppercase;
    font-weight: 800;
  }

.centrar-pag-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.cumpleanos {
    background-image: url("/register/imagenes/fondo-cumpleanos-cphp-vacio.jpg");
    width: 100%;
    max-width: 750px;
    padding: 20px;
    background-size: cover;
    background-position: 50% 0;
    text-align: center;
    line-height: 1;
}

.caja1 {
    padding: 2px;
    background: #84471d;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .cumpleanos {

}
}

@media screen and (max-width: 800px) {
    .texto-celular {
        p, span, li { font-size: 12px !important; line-height: 1 !important;}
        h1 {font-size: 20px !important; line-height: 1.4 !important;}
        h2 {font-size: 18px !important; line-height: 1.2 !important;}
        h3 {font-size: 15px !important; line-height: 1.1 !important;}
        h4 {font-size: 13px !important; line-height: 1.1 !important;}
    }
}

@media screen and (max-width: 800px) {
    .texto-celular2 {
        p, span, li { font-size: 13px; line-height: 1.2}
        h1 {font-size: 20px; line-height: 1.4;}
        h2 {font-size: 18px; line-height: 1.2;}
        h3 {font-size: 15px; line-height: 1.2;}
        h4 {font-size: 13px; line-height: 1.2;}
    }
}

.recuadro1 {
    padding: 7px 3%;
    border: 2px solid #000;
}

@media screen and (max-width: 750px) {
.izquierda-cel {
   text-align: left !important; 
}
}


.mostrar-imprimir {display: none;}
    
@media print {
    .ocultar-imprimir {
        display: none;
    }
    .mostrar-imprimir {
        display: inline-block;
    }
}



/* Modal */

.modal {
   z-index: 100000;
}
.modal-dialog {
    max-width: none;
    margin: 3% 5%;
}
.modal-content {
    margin: auto;
    max-width: 400px;
}
.modal-header {
    padding: 10px 10px 3px 15px;
    background: #147cb9;
}
.modal-header button {
    padding: 0;
    background-color: transparent;
    border: 0;
    padding: 5px 10px!important;
    margin-top: -3px !important;
}
.modal-header .close {
    font-size: 25px;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: #ea5765;
    margin: -10px !important;
}
.modal-title {
    line-height: 1.1;
    font-weight: 600;
    font-size: 17px;
    flex: auto;
    color: #fff;
    padding-top: 0;
}
.modal-body {
    padding: 15px 10px 15px 15px;
    font-size: 14px;
}
.modal-body input, .modal-body select, .modal-body textarea {
    font-size: 14px;
    line-height: 1.5;
}
.modal-body textarea, .modal-body input[type="url"]{
    width: 95%;
}
.modal-body label {margin-bottom: 7px;}
.modal-body input[type="submit"], .modal-body button[type="submit"], .botonform {
    background: #0c7bbf;
    color: #fff;
    border: none;
    padding: 7px 17px;
    border-radius: 5px;
    margin: 12px 0 0 0;
    font-size: 15px;
}
.modal-footer {
    padding: 3px;
}
.modal-footer .btn-secondary {
    color: #fff;
    background-color: #ea5765;
    border-color: transparent;
    font-size: 15px;
}

.col-modal {
    max-height: 700px;      /* Limita la altura máxima a 400px */
    column-count: 2;        /* Divide el contenido en 2 columnas */
    column-gap: 10px;       /* Espacio entre las columnas */
    overflow-y: visible;       /* Añade un scroll si el contenido sobrepasa los 400px */
}
@media screen and (max-width: 750px) {
    .col-modal {
    column-count: 1;
    max-height: 2000px;
    column-gap: 0;
    }
}

@media screen and (max-width: 850px) {
.scroll-h {
    width: 100%;
    overflow-x: auto;
}
.scroll-v {
    width: 100%;
    overflow-y: auto;  
}
}

.paginacion {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px;
}
.paginacion a {
    display: block;
    margin: 0 5px;
    padding: 0px 5px;
    text-decoration: none;
    color: #007bff;
    background-color: #f8f9fa;
    border: 1px solid #dddddd;
    border-radius: 0px;
    transition: background-color 0.3s, color 0.3s;
}
.paginacion a:hover {
    background-color: #e2e6ea;
    color: #0056b3;
}
.paginacion a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    cursor: default;
    pointer-events: none;
}

.icon {font-size: 16px; padding: 0 3px;}

/* Botones */

.b-simple {
    border: 1px solid black;
    padding: 2px 8px;
    margin: 3px 10px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    line-height: 1.9;
}
.b-simple:hover {
    text-decoration: none;
    color: inherit;
}

.boton {
  display: inline-block;
  margin: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 4px 12px;
  transition: background-color 0.3s ease;
  border-radius: 3px;
  border: none;
  line-height: 1.2;
  white-space: nowrap;
}

.boton-o {
  display: inline-block;
  margin: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 5px 15px;
  transition: background-color 0.3s ease;
  border-radius: 20px;
  border: none;
  line-height: 1.2;
  white-space: nowrap;
}

.boton-i {
  display: inline-block;
  margin: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 7px;
  transition: background-color 0.3s ease;
  border-radius: 3px;
  border: none;
  line-height: 1.2;
  white-space: nowrap;
}

.boton img {
  vertical-align: middle;
  margin-right: 10px;
}

.boton:hover {color: white; text-decoration: none;}
.boton-o:hover {color: white; text-decoration: none;}
.boton-i:hover {color: white; text-decoration: none;}

@media screen and (max-width: 800px) {
   .boton, .boton-o, .boton-i {
    font-size: 14px;
} }

.b1 {
  background-color: #236ed0;
}
.b1:hover {
  background-color: #9c40bc;
}
.b2 {
  background-color: red;
}
.b2:hover {
  background-color: #ff0080;
}
.b3 {
  background-color: #1ec370;
}
.b3:hover {
  background-color: #0aaf5c;
}
.b4 {
  background-color: #e8c01d;
}
.b4:hover {
  background-color: #e7a51a;
}
.bw {
  background-color: #25D366;
}
.bw:hover {
  background-color: #128C7E;
}

.boton_activo {
    background-color: #a3e617;
    }
