/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 13:21:46 */
/*==================================================
  CRONOMETROFECHAS
==================================================*/

.cf-box{

    display:inline-block;

    min-width:320px;

    box-sizing:border-box;

    transition:all .30s ease;

}


.cf-box:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 24px rgba(0,0,0,.10);

}



.cf-title{

    margin-bottom:18px;

    line-height:1.3;

}



.cf-number{

    line-height:1;

    letter-spacing:-2px;

    margin-bottom:10px;

}



.cf-label{

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:20px;

    opacity:.8;

}



.cf-breakdown{

    line-height:1.5;

    opacity:.9;

}



@media (max-width:768px){

    .cf-box{

        width:100%;

        min-width:auto;

    }

}

