
    body {
        font-family: sans-serif;
        padding: 0;
    }
    
    p.och {
        width: auto;
        margin-top: 20px;
        
        line-height:25px;
        font-size: 18px;
      
        text-align: justify;
        color:rgb(255, 255, 255);
    }
    span.titletab {

        font-size: 16px;

    }
    span.text {

        font-size: 17px;

    }
    span.subtitulo {

        font-size: 18px;

    }
    .header-p {
        margin-top: 20px;
        position:fixed;
        top:0;
        right:0;
        left:250px;
        z-index:1002;
        background-color: #002266;
        height: 110px;
        width: 100%;
        left: 0;
        
    }
    #page-topbar{
        height: 90px !important;
        background-color: #002266 !important;
       
    }
    input,select,select2 {
        background-color: #f8f8f8 !important;
        border: 2px solid #A8A8A8;
    }
    .div-nav{

        display: flex;
        margin-top:22px
    }
    .nav-p {
        margin: 10PX;
        display: flex;
        align-items: center;
        justify-content: center;
        
        
        
    }
    .custom-background {
        background-color: rgba(255, 255, 51, 0.945);
    }

    .map-sica{

        object-fit: cover;
        object-position: bottom;
    }

    .nav-img {
        height: 70px;


    }
    .logo-header {
        font-size: 30px;
        font-weight: bold;
        padding: 0 40px;
        line-height: 80px;
    }

    .nav-menu {
        display: flex;
        margin-right: 10px;
        list-style: none;
    }
    .nav-link {
        color: white;
        height: 45px !important;
        line-height: 45px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
   
    .flag{
        height: 30px;
    }
    .title-nav{
        margin-right:20px; 
        margin-left:0px;
    }
    .contenedor-map{
        min-width: 700px;
        width: 500px;
        margin: auto;
        justify-content: center;
        min-width: 300px;
    }

    #btn-mas{
        display: none;
        background: #666400;
    }
    /* estilos para boton de traducción*/
    .containerb{
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    .redes a, .btn-mas label{
        display: block;
        text-decoration: none;
        background: #002266;
        color: #fff;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
        transition: all 500ms ease;
    }
    .redes a:hover{
        background: #fff;
        color: #cc2b2b;
    }
    .redes a{
        margin-bottom: -15px;
        opacity: 0;
        visibility: hidden;
    }
    #btn-mas:checked~ .redes a{
        margin-bottom: 10px;
        opacity: 1;
        visibility: visible;
    }
    .btn-mas label{
        cursor: pointer;
        background: #21ac89;;
        font-size: 23px;
    }
    #btn-mas:checked ~ .btn-mas label{
        transform: rotate(135deg);
        font-size: 25px;
    }
    /* fin de estilos para boton de traducción*/
    .styled-table { 
        border-collapse: collapse; 
        margin: 25px 0; 
        font-size: 1em; 
        font-family: sans-serif; 
        min-width: 450px; 
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

    .styled-table thead tr { 
        background-color: #5161b6; 
        color: #ffffff; 
        text-align: middle; }

    .styled-table th, .styled-table td { 
        padding: 12px 15px; 
        /* color de borde de celda*/
        border: rgb(226, 226, 226) 2px solid;
        
    }
    .styled-table tbody tr { 
        border-bottom: 1px solid #e1e1e1 !important; 
    } 
        
    .styled-table tbody tr:nth-of-type(even) { 
        background-color: #e6c7c7; 
    } 

    .styled-table tbody tr:last-of-type { 
        border-bottom: 2px solid #ffffff; 
    }
    /*personalizando title con informacion de cada campo */
    [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
    }
    [data-title]:after {
        content: attr(data-title);
        background-color: rgba(42, 55, 117, 0.8);
        opacity: 0.5;
        color: #fff;
        font-family:Calibri; 
        font-style: normal;
        position: absolute;
        padding: 3px 20px;
        bottom: -1.6em;
        left: 100%;
        white-space: pre-line;
        box-shadow: 1px 1px 3px #292d46;
        opacity: 0;
        border: 1px solid #45445e;
        z-index: 99999;
        visibility: hidden;
        border-radius: 6px;
        min-width: 500px;
        
    }
    [data-title] {
        position: relative;
    }
    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .img-footer {
        height: 70px; /* Ajusta esta altura según tus necesidades */
        width: auto;
        margin: 10px;
        object-fit: cover;
    }
    .logo img {
        max-height: 38px;
    }
   /* Media query para pantallas medianas -----------------------------------------------------------*/
    @media (min-width: 1920px) {
        .logo img {
            max-height: 50px;
        }
        p.och {
            width:auto;
            line-height:25px;
            font-size: 24px;
            margin-top: 20px;

        }
        span.text {

            font-size: 17px;

        }
        span.subtitulo {

            font-size: 22px;
    
        }
        span.titletab {

            font-size: 20px;
    
        }
        .title-nav{
            margin-right:20px; 
            margin-left:20px;
        }
        .nav-link {
        
            height: 40px !important; 
            line-height: 40px !important;
        }
        .img-footer {
            height: 70px; /* Ajusta esta altura según tus necesidades */
            width: auto;
            margin: 10px;
            object-fit: cover;
        }
    }
  

    /* MOBILE */
@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }
    .img-footer {
        height: 20px; /* Ajusta esta altura según tus necesidades */
        width: auto;
        margin: 10px;
        object-fit: cover;
    }
    .nav-img {
        visibility:hidden;
        
        
    }
    .flag{
        height: 20px;
    }
    .header-p {
        height: 70px;
    }

    .logo-header {
        font-size: 25px;
        padding: 0 20px;
        line-height: 60px;
    }
    p.och {
        width:auto;
        line-height:13px;
        font-size: 7px;
        color:rgb(255, 255, 255);
    }
    p.nav {
        
        line-height:13px;
        font-size: 9px;
      
    }
    span.text {

        font-size: 12px;

    }
    span.subtitulo {

        font-size: 17px;

    }
    .nav-p {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        }
    .map-sica{

        width: 100%; 
       
    }
    .div-nav{

        display: flex;
        margin-top:0px;
    }
    .title-nav{
        margin-right:3px; 
        margin-left:0px;
    }
    .contenedor-map{
        width: 300px;
        margin: auto;
        justify-content: center;
    }

    #page-topbar{
        height: 70px !important;
       
       
    }
    /* CAMBIAR TABAÑO DE LETRA Y ESPACIO EN EL QUE SE MUESTRA TITLE CON INFO*/
    [data-title]:after {
        
        font-size:11px; 
        min-width: 215px;
        
    }

    span.titletab {

        font-size: 12px;
        line-height:12px;

    }
    
}