/* common www pages styles */

@font-face {
    font-family: 'poppins-medium';
    src: url('../../assets/fonts/poppins-medium.ttf');
}

@font-face {
    font-family: 'proxima-nova-extra-bold';
    src: url('../../assets/fonts/proxima-nova-extrabold.otf');
}

@font-face {
    font-family: 'proxima-nova-bold';
    src: url('../../assets/fonts/proxima-nova-bold.otf');
}

@font-face {
    font-family: 'proxima-nova-regular';
    src: url('../../assets/fonts/proxima-nova-regular.ttf');
}

.clearer{
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

#wrap {
    min-height: 100%;
    /*height: 4896px !important;*/
    height: auto;
    margin: 0 auto -110px;
    width: 100%;
    /*-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
    border-top: none;
    border-bottom: none;
    background: #ededf0;*/
    text-align: center;
}

.sheet{
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;  /*ancho óptimo 1440*/
    /*border: 1px solid #E5E5E5;
    box-shadow: 0 0 3px 2px darkgray;*/
    background: #F1F3F3;
}

.header_menu{
    height: 90px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.header_menu_margins, .header_menu_left, .header_menu_right{
    float: left;
}

.header_menu_margins{
    width: calc(50% - 500px);
}

.header_menu_left{
    width: 285px;
    height: 40px;
    text-align: left;
}

.header_menu_right{
    width: 715px;
    height: 40px;
    text-align: right;
}

.header_menu_entry, .header_menu_entry_active{
    float: left;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.header_menu_entry, .header_menu_entry a, .header_menu_entry a:hover, .header_menu_entry a:visited,
.header_menu_entry_active a, .header_menu_entry_active a:hover, .header_menu_entry_active a:visited{
    font-family: poppins-medium;
    font-size: 14px;
    color: #036357;
    text-decoration: none;
}

.header_menu_entry{
    border-bottom: 4px solid #F1F3F3;
}

.header_menu_entry_active{
    margin-top: 8px;
    border-bottom: 4px solid #1eb89c;
}

.central_area_margin, .central_area{
    float: left;
}

.central_area_margin{
    width: calc(50% - 425px);
}

.central_area{
    width: 850px;
}

.footer{
    width: 100%;
    height: 220px;
    background-color: #e3e3e3;
    border-bottom: 40px solid #cccccc;
    font-family: poppins-medium;
    font-size: 11px;
    color: gray;
    text-align: left;
}

.footer_section_margins, .footer_section_left, .footer_section_center, .footer_section_right{
    float: left;
}

.footer_section_margins{
    width: calc(50% - 500px);
}

.footer_section_left{
    width: 285px;
    padding-top: 20px;
}

.footer_section_right{
    width: 180px;
    padding-top: 20px;
}

.footer_section_center{
    width: 535px;
    padding-top: 35px;
    padding-left: 100px;
}

.footer_section_links{
    float: left;
    width: 280px;
}

.footer_section_links a, .footer_section_links a:hover, .footer_section_links a:visited{
    color: gray;
    text-decoration: none;
}

#bottom_clearer{
    height: 100px;
}