:root {
    --primary: #EA4A3C;
    --shadow: #141414;

    --principal: #d32011;
    --secundario: #161616;

	--blanco: #fff;
    --gris: #F5F8FA;
    --negro: #161616;

    --halfSection: 610px;
    --widthMobile: 700px;
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    :root {    
        --halfSection: 470px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    :root {
        --halfSection: 354px;
    }
}