/* CETYS Carousel Roster Plugin Styles */

.deporte-icon {
    width: 37%;
    height: auto;
    background: #ffdd00;
    padding: 15px;
    border-radius: 50%;
}

.card {
    width: 400px;
    height: 325px;
    background-color: #FFFFFF;
    text-align-last: left;
    margin: 15px;
    padding: 10px;
    text-align: -webkit-center;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.card-text {
    text-align: left;
}

.card-body {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.card-title {
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    text-align: left;
    overflow-wrap: anywhere;
}

.numeroRoster {
    color: black;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.tarjeta-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 4px;
    color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vermas-btn {
    vertical-align: bottom;
}

.bottom-number {
    width: fit-content;
    background-color: black;
    color: #FFDD00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.left {
    width: 35%;
    float: left;
}

.right {
    width: 50%;
    float: right;
    height: 244px;
}

.container-big {
    background-color: #E9E9E9;
}

.container-card {
    background-color: #FFFFFF;
    text-align-last: left;
    margin: 15px;
    padding: 10px;
    text-align: -webkit-center;
}

#extra-bg-top {
    background-color: white;
}

.sports {
    background-color: #FFFFFF;
    text-align-last: center;
    margin: 20px;
    padding: 20px;
    border-color: black;
    border-width: thin;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    min-height: 178px;
    padding: 0px;
}

.title {
    text-align: right;
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.pp {
    width: 200px;
}

.nombreRoster {
    background-color: #D9D9D9;
    color: black;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 25px;
}

.tarjeta-thumb {
    width: 100px;
    height: 100px;
}

.tarjeta-thumb .foto-perfil {
    width: 70%;
    height: auto;
    padding: 15px;
    border-radius: 50%;
}

/* Estilos específicos para el carrusel */
.in-media {
    padding: 10px;
    background-color: #E9E9E9;
}

.in-media h2 {
    font-size: 45px;
    font-weight: 600;
}

.in-media-carousel-wrap {
    position: relative;
}

/* Estilos para las flechas del carrusel */
.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 30px;
}

/* Estilos adicionales para clases específicas */
.numero-container {
    text-align: center;
}

.card-divider {
    border: 1px solid black;
    margin: 10px 0;
}

.edit-link {
    text-align: right;
}

.edit-link a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .card {
        width: 300px;
        height: 280px;
    }
    
    .numeroRoster {
        font-size: 35px;
    }
    
    .in-media h2 {
        font-size: 35px;
    }
}
