*{
    margin: 0;
    padding: 0;
}
a{ text-decoration: none; }
ul{ list-style: none; }
br{ margin: 5px; }
hr{
    width: 90%;
    margin: 5px auto;
}
/*========== ENCABEZADO GRAL ==========*/
.Encabezado-Gral{
    width: 100%;
    background: rgb(47, 74, 26);
    box-shadow: 0px 5px 5px #5a5a3c;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    position: fixed;
}
/*=====================================*/
/*========== LOGO ==========*/
    .logo img{
        height: 50px;
        display: block;
    }
/*==========================*/
/*========== Filtrar ==========*/
.controlEdo{
    height: 30px;
    width: 150px;
    background-color: #ffffffff;
    color: #3a3a30;
    padding: 1px;
    border-radius: 4px;
    font-size: 12px;
}
.controlMeses{
    height: 30px;
    width: 100px;
    background-color: #ffffff;
    padding: 1px;
    border-radius: 4px;
    border: 1px solid #6b6b6b;
    font-size: 12px;
    color: rgb(54,50,50);
}
.buscar{
    width: 80px;
}
/*=============================*/
/*========== Boton Suscribirse ==========*/
.btnSusc{
    display: inline-block;
    font-family: "Outfit", sans-serif;
    background: rgb(114, 142, 93);
    width: 100px;
    font-size: 14px;
    text-align: center;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
}
.btnSusc:hover{
    background: rgb(137, 167, 114);
}
/*=======================================*/

/*=============== MENU =================*/
.menu{
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
    height: 100%;
    background: rgb(74, 119, 41);
    text-align: center;
}
.boton-Men{
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    background: rgb(114, 142, 93);
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 4px 15px;
    border-radius: 5px;
    margin: 3px 0px 0px;
    transition: all 0.3s ease;
}
.boton-Men2{
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    background: rgb(114, 142, 93);
    text-align: center;
    color: white;
    padding: 0px 15px 4px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.ico-tam1{
    padding-right: 5px;
}
.ico-tam2{
    font-size: 18px;
    padding-right: 3px;
}
.boton-Men:hover,
.boton-Men:focus-visible{
    background: rgb(141, 167, 123);
    transform: scale(1.1);
}
.boton-Men2:hover,
.boton-Men2:focus-visible{
    background: rgb(141, 167, 123);
    transform: scale(1.1);
}
.col-medio:hover{color: #005418;}
.col-maraton:hover{color: #162c9c;}
.col-ultra:hover{color: #380e6f;}
.col-causa:hover{color: #c40000;}
.col-paises:hover{color: #094292;}
.col-major:hover{color: #fffb0c;}
.col-nosotros:hover{color: #282824;}
/*=======================================*/
@media only screen and (max-width:1050px){
    .btnSusc{
        width: 80px;
        font-size: 13px;
    }
    .controlEdo{
        height: 30px;
        width: 100px;
        font-size: 12px;
    }
    .controles{
        height: 30px;
        width: 70px;
        font-size: 12px;
    }
    .tam-ver{
        width: 80px;
    }
    .boton-Men{
        font-size: 12px;
        padding: 4px 12px;
    }
    .boton-Men2{
        font-size: 12px;
        padding: 0px 12px 4px 12px;
    }
    .ico-tam2{
        font-size: 16px;
    }
}
/*=======================================*/
/*=======================================*/
@media only screen and (max-width:900px){
    .Encabezado-Gral{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-items: center;
    }
    .Encabezado-Gral .logo{
        justify-self: right;
    }
    .logo img{
        height: 45px;
        display: block;
    }
    .Encabezado-Gral .filtrar{
        grid-column-start: 1;
        grid-column-end: 3;

        grid-row-start: 2;
        grid-row-end: 3;
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0px;
        height: 30px;
        background: rgb(74, 119, 41);
    }
    .controlEdo{
        height: 25px;
        width: 150px;
        font-size: 12px;
    }
    .controles{
        height: 25px;
        width: 120px;
        font-size: 12px;
    }
    .tam-ver{
        width: 100px;
    }
    .centrar-op{
        text-align: center;
    }
}
