﻿:root {  --texto: rgba(255,255,255,.7);}
*
{ 
    margin:0;
    padding: 0;
    box-sizing: border-box
}

header { background: #ffffff;}
body { background: #ffffff;}

hr {
    margin-left: 20px;
    margin-right: 20px;
    margin-top:10px;
}
main
{
    overflow:hidden;
    padding-top: 100px;
    padding-bottom:100px;
}

.fanoxhead {
    color: #00847D !important;
}

.fanoxbackGround {
    background-color: #00847D !important;
    border-color: #808080 !important
}

.fanoxbackBorder {    
    border-color: #00847D !important
}


.no-border-radius {
    border-radius: 0 !important;
}

.foot {
    background: #ffffff;
}