.home .page-title{ margin-bottom: 20px; font-size: 32px; }

/* Ultimos Partidos */
.home .last-matches{ margin-bottom: 50px; }

/* Un dia como hoy */
.home .like-today{ margin-bottom: 50px; }

/* Cumpleanos */
.home .birthdays{ margin-bottom: 50px; }
.home .birthdays .birthday-list{ display: flex; flex-wrap: wrap; gap: 15px; }
.home .birthdays .birthday-list .picture-card .wrap{ align-items: center; }
.home .birthdays .birthday-list .picture-card .wrap .photo{ width: 50px; height: 50px; min-width: 50px; border-radius: 5px; }

/* Titles */
.home .titles{ display: flex; width: 100%; margin-bottom: 60px; align-items: stretch; }
.home .titles li{ width: 20%; padding: 0 10px; height: auto; }
.home .titles li:first-child{ padding-left: 0; }
.home .titles li:last-child{ padding-right: 0; }
.home .titles li a:hover .box-content{ border-color: var(--yellow); }
.home .titles li .box-content{ background: rgba(0,0,0,.5); border: 1px solid transparent; box-shadow: 0 4px 30px rgba(0,0,0,.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 30px; border-radius: 10px; height: 100%; transition: var(--transition); position: relative; }
.home .titles li .box-content .ti-arrow-up-right{ font-size: 26px; display: block; color: var(--yellow); position: absolute; top: 15px; right: 15px; transition: var(--transition); opacity: 0; }
.home .titles li a:hover .box-content .ti-arrow-up-right{ opacity: 1; top: 10px; right: 10px; }
.home .titles li .box-content .top{ display: flex; align-items: center; margin-bottom: 20px; border-bottom: 1px solid var(--grey-222); overflow: hidden; }
.home .titles li .box-content .top i{ font-size: 70px; display: block; color: var(--yellow); position: relative; top: 2px; height: 60px; margin-right: 10px; }
.home .titles li .box-content .top .value{ font-size: 52px; letter-spacing: -1px; color: var(--white); }
.home .titles li .box-content .tournament{ font-size: 18px; line-height: 1.3; font-weight: 500; color: var(--white-aaa); font-family: var(--poppins); }
.home .titles li .box-content .tournament span{ display: block; }

    .home .titles li.libertadores .box-content .top i{ font-size: 62px; }
    .home .titles li.intercontinental .box-content .top i{ font-size: 62px; }
    .home .titles li.uruguayos .box-content .top i{ font-size: 62px; }
    .home .titles li.supercopa .box-content .top i{ font-size: 54px; top: 8px; }
    .home .titles li.cds .box-content .top i{ font-size: 56px; top: 6px; }

@media screen and (max-width: 1600px) {
    
    .home .titles li .box-content{ padding: 20px; }
    .home .titles li .box-content .top .value{ font-size: 38px; position: relative; top: 5px; }
    .home .titles li .box-content .tournament{ font-size: 16px; }

    .home .titles li.libertadores .box-content .top i{ font-size: 52px; top: 10px; }
    .home .titles li.intercontinental .box-content .top i{ font-size: 52px; top: 10px; }
    .home .titles li.uruguayos .box-content .top i{ font-size: 52px; top: 10px; }
    .home .titles li.supercopa .box-content .top i{ font-size: 44px; top: 18px; }
    .home .titles li.cds .box-content .top i{ font-size: 46px; top: 15px; }

}

@media screen and (max-width: 1279px) {

    .home .page-content{ padding: 100px 0 20px; }

    .home .titles li{ width: 25%; min-width: 250px; }
    .home .titles li:first-child{ padding-left: 20px; }
    .home .titles li:last-child{ padding-right: 20px; }

    .home .last-matches{ padding: 0 20px; }
    .home .like-today{ padding: 0 20px; }
    .home .birthdays{ padding: 0 20px; margin-bottom: 0; }

    .home .birthdays .birthday-list .picture-card .wrap .photo{ width: 100%; height: 100%; border-radius: 15px; }

}

@media screen and (max-width: 1023px) {

    .home .page-title{ font-size: 26px; }

}

@media screen and (max-width: 767px) {

}