:root {
    --color1: #d80a9b;
    --color2: #1323ff;
    --color3: #ffc013;
  }

/* ---- STYLE WEB ---- */

#slider .titleContainer {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    /* left: 10%; */
    /* padding-left: 10%; */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* padding-bottom: 4%; */
}

#slider .titleContainer .title {
    font-size: 68px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

#slider .titleContainer .title2 {
    font-size: 40px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}

#slider .btn {
    background-color: var(--color1);
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
}

#slider .btn:hover {
    color: #fff;
}

#slider img {
    object-fit: cover;
    object-position: center;
    height: 500px;
    /* height: 85vh; */
    width: 100%;
}




.equipo {
    margin-top: 40px;
    margin-bottom: 80px;
}

.equipo .card {
    border: 0;
    /* padding: 10px; */
    /* box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%); */
}

/* .equipo .card .bgMes::after,
.equipo .card .bgMes::before{
    content: '--';
    color: #fff;
    font-size: 30px;
    margin: 0 10px;
} */
.equipo .card .bgMes{
    background: var(--color3);
    height: 40px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.equipo .card .bgMes .mes{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}
/* .equipo .card:hover img {
    transform: scale(1.10);
} */

.equipo .card img {
    transition: all .3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 360px;
}

.equipo .card .news {
    position: absolute;
    top: 26px;
    left: -16px;
    border-radius: 5px;
    padding: 4px 12px;
    background-color: var(--color1);
    color: white;
    /* font-size: 14px; */
    font-size: 18px;
    font-weight: bold;
    transform: translateY(-5%);
}
.equipo .card .card-body{
    padding: 10px 0 ;
}
.equipo .card .card-body .descripcion {
    color: #42474c;
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
}

/* .equipo .card .card-body .descripcion::after {
    content: ' | ';
} */

.equipo .card .card-body .card-title {
    color: #42474c;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    font-style: italic;
}

.equipo .card .card-body .card-title:hover {
    color: #42474c;
}

.equipo .card .card-body .card-text {
    margin-top: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    color:#42474c;
    font-size: 18px;
    line-height: 1.6;
}

.equipo .card .card-footer {
    background: var(--color2);
    color: white;
}

.equipo .btn {
    background: var(--color1);
    color: white;
    padding: 10px 20px;
    /* transition: all .3s ease-in; */
    /* animation: shake 2s infinite; */
}

.equipo .btn:hover {
    animation: shake 2s infinite;
    background: var(--color2);
    /* transform: scale(1.08); */
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); */
}

@media (max-width: 500px) {

   
}

div[id] {
    scroll-margin-top: 150px;
}
