
p
{
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
}
.cover_title
{
    position: relative;
    font-size: 4.1rem;
    line-height: 5.0rem;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 2rem;
}
.cover_title:after
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 15rem;
    height: 0.4rem;
    background-color: #06CAFC;
}
#cover_products
{
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
}
#cover_products .central
{
    max-width: 100rem;
}
#cover_products .cover_title
{
    text-align: center;
    color: #177DB7; 
}
#cover_products .cover_title:after
{
    left: 50%;
    transform: translateX(-50%);
}
.product_categories_list
{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.product_categories_list li
{
    display: flex;
    width: 32%
}
.product_categories_list li a img
{
    margin-top: 1.6rem;
}
.product_categories_list li a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product_categories_list li a span
{
    color: #177DB7;
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 800;
    text-transform: uppercase;
}
#cover_quality
{
    background: linear-gradient(to right, #177DB7 0%, #00A3FF 50%, #fff 50%, #fff 100%);
}
#cover_quality .central
{
    max-width: 116.5rem;
    display: flex;
    align-items: center;
    padding: 2.5rem 1.0rem;
}
#cover_quality .section_left
{
    max-width: 40rem;
}   
#cover_quality .section_left .cover_title
{
    color: #fff;
}
#cover_quality .cover_title::after
{
    left: 0;
}
#cover_quality .section_left p
{
    color: #fff;
    margin-top: 2.5rem;
}
#cover_quality .central img
{
    width: calc(100% - 40rem);
}
#cover_quality .see_more
{
    margin-top: 3.0rem;
    color: #fff;
}
#cover_quality .see_more i svg *
{
    stroke: #fff;
}
#cover_company .central
{
    display: flex;
    align-items: center;
    max-width: 116.5rem;
    padding: 6.0rem 1.0rem;
}
#cover_company .section_left
{
    width: 50%;
}
#cover_company .cover_title::after
{
    left: 0;
}
#cover_company .section_right
{
    width: 50%;
    padding-left: 4.3rem;
}
#cover_company .section_left img
{
    width: 100%;
}
#cover_company .section_right .cover_title
{
    color: #177DB7;
}
#cover_company .section_right p
{
    color: #5F6161;
    margin-top: 2.5rem;
}
#cover_company .section_right .see_more
{
    color: #5F6161;
    margin-top: 3.0rem;
}
#cover_company .section_right .see_more i svg *
{
    stroke: #5F6161;  
}
#cover_rastreability
{
    background: linear-gradient(to right, #fff 0%, #fff 45%, #20E942 45%, #20A637 100%);
}
#cover_rastreability .central
{
    display: flex;
    align-items: center;
    max-width: 116.5rem;
    padding: 2.5rem 1.0rem;
}
#cover_rastreability .section_left
{
    width: 60%;
}
#cover_rastreability .cover_title::after
{
    left: 0;
    background-color: #0C781E;
}
#cover_rastreability .section_right
{
    width: 35%;
    padding-left: 1.3rem;
}
#cover_rastreability .section_left img
{
    width: 100%;
}
#cover_rastreability .section_right .cover_title
{
    color: #fff;
}
#cover_rastreability .section_right .see_more
{
    color: #fff;
    margin-top: 1.3rem;
}
#cover_rastreability .section_right .see_more i svg *
{
    stroke: #fff;  
}
#cover_stamp
{
    background-image: url(../img/cover/stamp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#cover_stamp .stamp_layer
{
    background: linear-gradient(to right, #177DB7c7 0%, #00A3FFc7 100%);
}
#cover_stamp .central
{
    display: flex;
    align-items: center;
    max-width: 93rem;
    padding: 2.2rem 1.0rem;
}
#cover_stamp .section_left
{
    max-width: 40rem;
}
#cover_stamp .cover_title::after
{
    left: 0;
    background-color: #00A3FF;
}
#cover_stamp .section_left .cover_title
{
    color: #fff;
}
#cover_stamp .section_left .see_more
{
    color: #fff;
    margin-top: 1.7rem;
}
#cover_stamp .section_left .see_more i svg *
{
    stroke: #fff;  
}