body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    color: inherit;
}

.center {
    text-align: center;
}

.ligas-a li a {
    color: #fff !important;
}

.ligas-a li a:hover {
    color: #d2d2d2 !important;
}

.div_imgprincipal img {
    width: 100%;
    padding-bottom: 50px;
}

.titulo-cecatev {
    color: #409E2C;
}

.breadcrumb-section {
    padding: 20px;
    color: #508484 !important;
}

.breadcrumb-section li a {
    color: #508484 !important;
}

.div-pronostico {
    padding-top: 20px;
}

.div-titulo {
    background-color: #F7F7F7;
    color: #409E2C !important;
    border-bottom: solid 1px #000;
    padding: 5px;
}

.logo-cecatev {
    background-color: #fff;
}

.navbar-custom {
    background: linear-gradient(to right,
            #fff 0%,
            /* verde */
            #fff 300px,
            #508484 300px,
            /* blanco */
            #508484 100%);
    /* verde similar */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.navbar-custom .nav-link {
    color: white;
    font-weight: 500;
}

.navbar-custom .nav-link:hover {
    text-decoration: underline;
}

.search-input {
    border-radius: 6px 0 0 6px;
}

.search-btn {
    border-radius: 0 6px 6px 0;
}

.mv-div img {
    height: 100%;
    object-fit:cover;
}

.title-section {
    border-left: #508484 6px solid;
    padding-right: 40px;
}

.padding-secction {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-secctionbottom {

    padding-bottom: 50px;
}

.texto-secction-azul {
    background-image: url("/Nuevo/images/fondo.webp");

    text-align: justify;
    color: #fff;
}

.texto-secction-verde {
    background-image: url("/Nuevo/images/fondo-verde.webp");

    text-align: justify;
    color: #fff;
}

.texto-secction-gris {
    background: #EDEDEB;
    padding-top: 37px;
    padding-bottom: 40px;
    text-align: justify;
    color: #fff;
}

.secction-azul {
    background-image: url("/Nuevo/images/fondo.webp");
    padding-top: 80px;
    padding-bottom: 90px;
}

.text-white {
    color: #fff;
    padding-bottom: 20px;

}

.cardbody-text {
    padding: 50px !important;
    max-width: 600px;
    width: 100%;
}

.cardbody-text-blanco {
    padding: 50px !important;
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    color: #000 !important;
}

.card-sub {
    border-left: #508484 4px solid;

    width: 400px;
}

.card-sub h3 {
    padding-left: 10px !important;
}

.equipo-secction {
    background-color: #EDEDEC;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer {
    background-color: #508484;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top-right-radius: 85px;
}

.div-mision {
    margin: auto;
}

#div-equipo {
    padding-top: 40px;
}

#secctionheader {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("/Nuevo/images/emplazamiento.webp") !important;
    background-size: cover;
    /* Mantiene proporciones, cubre todo */
    background-repeat: no-repeat;
    background-position: center;

    /* Opcional: fondo fijo al hacer scroll */
    height: 100%;
    margin: 0;
}

#secctionheader .card {
    border: none !important;
}

#secctiongray {
    background-color: #535353;
    padding-bottom: 70px;
    padding-top: 70px;
    color: #fff;
}

.me-3 {
    display: none !important;
}

.me-2 {
    display: block !important;
}

.card-equipo img {
    padding: 10px;
}

.card-equipo {
    height: 100%;
}

@media (max-width: 986px) {
    .me-2 {
        display: none !important;
    }

    .me-3 {
        display: block !important;
    }

    .navbar-custom {
        background: #508484
    }
}