body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

#header {
    background-color: #f17431;
    padding: 10px 10px;
   

}

.header-logo {
    flex: 0 0 12%;
    padding-left: 10px;
}



.header-logo img {
    position: absolute;
    z-index: 9;
    top: 0;
    background: #cf242a;
    padding: 0 0 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0.1);
}

img {
    vertical-align: middle;
    border-style: none;
}

.header-menu {
    flex: 0 0 88%;
}

.header-menu > div {
    line-height: 140%;
}
.text-light {
    color: #f8f9fa!important;
}

.header-menu .row > div {
    align-self: center;
}

.header-menu .row > div a {
    color: #fff;
    text-decoration: none;
}

.header-menu p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 140%;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.header-menu p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 140%;
}

.header-menu .row > div a {
    color: #fff;
    text-decoration: none;
}

.header-menu .row > div + div {
    border-left: 1px solid #fff;
}
#header .social-midia {
    display: flex;
    /* flex-direction: row; */
    justify-content: space-around;
    margin-bottom: 0;
}
#header .social-midia li {
    list-style: none;
    margin: 0 10px;
}

#header .social-midia li a {
    color: #fff;
    font-size: 22px;
    padding: 5px;
    display: block;
}
.header-menu .row > div a {
    color: #fff;
    text-decoration: none;
}


.mpicon:hover PRE {
    color: #fff;
    background-color: #247fe1;
}


.mpicon.w110 PRE {
    min-height: 110px!important;
    padding: 40px 20px 20px 20px;
}

.mpicon.w110 PRE {
    min-height: 110px!important;
    padding: 40px 20px 20px 20px;
}

.mpicon PRE {
    min-height: 160px;
}

.mpicon PRE {
    color: #333;
    background-color: transparent;
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
}

.mpicon:hover PRE H6 {
    color: #fff;
    background-color: #247fe1;
}

.mpicon.w110 PRE H6 {
    font-size: 18px;
    font-weight: 500;
}

.trans-icon.trans-left {
    padding: 0px 5px 5px 15px!important;
    float: left;
}

.mpicon.w110 PRE P {
    font-size: 16px;
}

.mpicon {
    cursor: pointer;
    font: 14px/24px "Poppins", sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
@media screen and (max-device-width: 480px) {
	.header-menu p {
        display: none;
    }

    #header .social-midia {
        display: flex;
        /* flex-direction: row; */
        justify-content: space-around;
        margin-bottom: 0;
        margin-left: 20px;
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    text-decoration: none !important;
}
a:hover {
    text-decoration:none !important;
}

/*
.tooltip-inner {
    background-color: #f5c6cb !important;
    color: #fff;
  }
  
  .tooltip.top .tooltip-arrow {
    border-top-color: #f5c6cb;
  }
  
  .tooltip.right .tooltip-arrow {
    border-right-color: #f5c6cb;
  }
  
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f5c6cb;
  }
  
  .tooltip.left .tooltip-arrow {
    border-left-color: #f5c6cb;
  }
  */