.press .root
{
    min-width: 320px;         
}

.press .page
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

.html-desktop .press a:hover 
{
    color: inherit;
}

.press .logotipo, 
.press .footer .logotipo 
{
    color: #fff;
}

.press .template 
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f3f6;
}

.press .highlight-content.max-full 
{
    float: none;
    display: block;
    width: 100%;
    /*max-width: 450px;*/
    margin: 0 auto;
    z-index: 2;
}

.press .aside-outer-height-auto 
{
    height: auto;
    min-height: none;
}

.press .aside-inner-margin 
{
    padding-top: 0;
    padding-bottom: 0;
}

.press .main 
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

.press .main .content
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

.press .background-overlay 
{
    display: none;
    background-color: #fff;
    background-image: initial;
    opacity: 0.5 !important; 
    z-index: 1;
}

.press .background-image
{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;    
    margin: 0 auto;    
    z-index: 0;
}

.press .background-image img 
{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;  
}

.press .gradient 
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 100px 0 100px 0;
    overflow: hidden;
    z-index: 1;
}

.press .gradient::after 
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: #2c5779;
    /*background-image: linear-gradient(45deg,#2c5779 0%,#2c5779 20%,#2c5779 50%);*/
    z-index: 2;
}

.press .gradient::before 
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: #2c5779;
    /*background-image: linear-gradient(45deg,#2c5779 0%,#2c5779 20%,#2c5779 50%);*/
    z-index: 1;
}

.press .scrollbar-white::-webkit-scrollbar
{
    background-color: transparent;
}

.press .scrollbar-white::-webkit-scrollbar-thumb
{
    background-color:#fff;
}

.press .aside-outer
{
    min-height: initial;
}

.press [draggable] 
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.press .drag-list 
{
    /*overflow: hidden;*/
}

.press .drag-item 
{
    box-sizing: border-box;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

.press .drag-start 
{
    opacity: 0.8 !important; 
}

.press .drag-hint
{
    display: none;
}

.press .drag-start .drag-hint .hint-text
{
    opacity: 0 !important;
}
  
.press .drag-enter 
{
    opacity: 0.5 !important; 

    transform: scale(0.9);
    /*transform: scale3d(0.9,0.9,1);*/
    /*-webkit-transition: all ease-in-out .3s;*/
    /*transition: all ease-in-out .3s;*/
}

.press h1, .press h2, .press h3, .press h4 
{
    font-weight: 600;
}

.press .inline-with-text
{
    padding: 0 1px;
}

.press .text, 
.press small 
{
    display: inline-block;
    max-width: none;
    vertical-align: middle;
}

.press .text
{
    font-size: 1em;
}

.press small
{
    font-size: 1em;
}

.press .full
{
    display: block;
    width: 100%;
    max-width: none;
    vertical-align: middle;
}

.press .block-with-text 
{
    max-height: 60px;
    line-height: 25px;
}

.press .block-with-text
{
    padding-right: 1em;
    padding-left: 1em;    
    max-height: 50px;
    line-height: 25px;
}

.press .block-with-text:after 
{
    background-color: #f2f3f6;
}

.press .separator 
{
    height: 0;
    width: 100%;
    margin: 10px 0;    
    background-color: #2c5779;
    border-bottom: 1px solid #2c5779;
}

.press .separator-slot 
{
    height: 0;
    width: 85%;
    max-width: 480px;
    margin: 10px auto;
    background-color: #2c5779;
    border-bottom: 1px solid #2c5779;
}

.press .separator, 
.press .separator-slot
{
    opacity: 0.1 !important; 
}

.press .separator-line 
{
    height: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    opacity: 0.2 !important;     
}

.press .line-dark
{
    background-color: #090909;
    border-bottom: 1px solid #090909;
}

.press .control a 
{
    color: #fff;
}

.html-desktop .press .control a:hover 
{
    color: #fff;
    text-decoration: underline;
}

.press .fieldset.default 
{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #e5e5e5;
    box-shadow: 0 0 0 1px #e5e5e5;
    background-color: #2c5779;
    color: #e5e5e5;
}

.html-desktop .press .fieldset.default:hover 
{
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 0 1px #e5e5e5;
    box-shadow: 0 0 0 1px #e5e5e5;
    background-color: #2c5779;
    color: #e5e5e5;
}

.press .fieldset .fieldset-legend:after 
{
    border-top: 5px solid #2c5779;
}

.press .fieldset.default .fieldset-legend:after 
{
    border-color: #2c5779;
}

.html-desktop .press .fieldset:hover .icon-check .circle-circle
{
    fill: #e5e5e5;
}

.press .input 
{
    color: #fff;
}

.press button, 
.press .button 
{
    color: #2c5779;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: #fff;
}

.html-desktop .press button:hover, 
.html-desktop .press .button:hover 
{
    color: #2c5779;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: #fff;
}

.press .button-link 
{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: transparent;
}

.html-desktop .press .button-link:hover 
{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: transparent;
}

.press .highlighted-button
{
    position: relative;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    font-weight: 400;
    font-size: 0.8em;
    border: 0;
    width: auto;
    max-width: 120px;
    cursor: pointer;
    outline: none;
    margin: 0 2%;
    vertical-align: middle; 
}

.html-desktop .press .highlighted-button:hover
{  
    opacity: 0.9 !important; 
}

.press .highlighted-button .hint 
{
    top: 2px;
    right: 2px;
    bottom: auto;
    color: inherit;
    opacity: 0.5 !important;     
}

.press .highlighted-button .highlighted-link
{
    color: inherit;
    display: block;
    width: 100%;
}

.press .highlighted-button .highlighted-link .highlighted-icon 
{
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #2c5779;    
    border-radius: 14px;
    padding: 10px;
    border: 0;
    width: 70px;
    height: 70px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    vertical-align: middle;
    outline: none;
}

.press .highlighted-button .highlighted-link .highlighted-icon .highlighted-gradient
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.0009) 60%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.0009) 60%);
    background-image: -webkit-gradient(linear,top,from(rgba(255,255,255,.9)),to(rgba(255,255,255,.0009)));
    background-image: linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.0009) 60%);    
    border-radius: 14px;
    opacity: 0.6 !important;      
    z-index: 1;
}

.press .highlighted-button .highlighted-link .highlighted-icon .highlighted-label
{
    position: relative;
    z-index: 1;   
}

.press .highlighted-button .highlighted-link .highlighted-icon .icon-svg 
{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.press .highlighted-button .highlighted-link .highlighted-text 
{
    display: inline-block;
    width: auto;
    max-width: none;
    vertical-align: middle;
}

.press .type-app .highlighted-button .highlighted-link .highlighted-text, 
.press .type-app-icons .highlighted-button .highlighted-link .highlighted-text, 
.press .no-type-app .highlighted-button .highlighted-link .highlighted-text, 
.press .no-type-app-icons .highlighted-button .highlighted-link .highlighted-text
{
    display: block;
    width: 100%;
    max-width: none;
}

.press .highlighted-button .highlighted-link .text 
{
    color: #2c5779;
    font-weight: 600;
}

.press .highlighted-button .highlighted-link small 
{
    color: #2c5779;
    font-weight: 100;
     opacity: 0.6 !important;    
}

.press .highlighted-button .highlighted-link .highlighted-text .text, 
.press .highlighted-button .highlighted-link .highlighted-text small
{
    display: block;
}

.press .highlighted-full-button
{
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

.press .highlighted-full-button .highlighted-link .highlighted-text, 
.press .type-app .highlighted-full-button .highlighted-link .highlighted-text, 
.press .type-app-icons .highlighted-full-button .highlighted-link .highlighted-text
{
    /*display: inline-block;*/
    /*width: auto;*/
}

.press .press-box
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-top: 155px;
    min-height: 83vh;
}

.press .press-box-other
{
    border-radius: 0;
    box-shadow: initial;
    background-color: transparent;
    margin-top: 200px;
    min-height: none;
}

.press .press-content
{
    height: 75px;
    text-align: center;
}

.press .bx-container
{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}

.press .bx-overlay 
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    border-radius: 5px;
    opacity: 0.5 !important;
    display: none;
}

.press .bx-inner
{
    display: block;
    width: 95%;
    max-width: 520px;
    min-height: 420px;
    margin: 16px auto;  
    text-align: center;     
    padding: 20px;   
    color: #2c5779;
    background-color: #fff;  
    border: 3px solid #2c5779;
    border-radius: 10px;
}

.press .bx-inner h2
{
    padding: 10px 0;
}

.press .bx-inner h3
{
    padding: 10px 0 0 0;
}

.press .bx-inner h4
{
    padding: 10px 0;
}

.press .bx-inner .paragraphs
{
    padding: 5px 0 20px 0;
}

.press .bx-inner p
{
    padding: 20px 0;
}

.press .bx-header
{
    color: #2c5779;
    text-align: right;
}

.press .bx-header h1, 
.press .bx-header h2, 
.press .bx-header h3, 
.press .bx-header h4
{
    margin: 0;
    padding: 0;
}

.press .bx-header .logotipo
{
    color: #fff;
    height: 75px;
}

.press .bx-inner .name
{

}

.press .bx-inner .bio
{
    text-align: left;
}

.press .bx-inner .bio.pull-center
{
    text-align: center;
}

.press .bx-inner .bio.pull-right
{
    text-align: right;
}

.press .bx-inner .bio p
{
    padding: 0;
}

.press .bx-inner .title
{

}

.press .bx-inner .ability p
{
    padding: 0;
}

.press .bx-inner .contact p
{
    padding: 0;
}

.press .bx-content
{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    color: #2c5779;
    text-align: left;
}

.press .bx-content .copyright
{
    padding: 80px 0 10px 0;
}

.press .bx-scrollable
{
    position: relative;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

.press .bx-container .highlighted-full-button
{
    color: #2c5779;
    background-color: #fff;
    border-radius: 14px;
    padding: 10px;
    margin: 10px 0;
    border-bottom: 3px solid rgba(0,0,0,0.2);
}

.press .bx-container .highlighted-button .highlighted-link .highlighted-icon 
{
    color: #2c5779;
    background-color: transparent;
    border-radius: initial;
    border: 0;
    padding: 5px;
    width: 35px;
    height: 35px;
}

.press .bx-container .highlighted-button .highlighted-link .text, 
.press .bx-container .highlighted-button .highlighted-link small 
{
    color: #2c5779;
}

.press .bx-container .highlighted-button .highlighted-link .text
{
    font-size: 1.2em;
}

.press .bx-container.popup
{
    position: fixed;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 5% 0;
    width: 100%;
    display: none;
    z-index: 3;
}

.press .bx-container.popup .bx-overlay 
{
    display: block;
}

.press .bx-container.popup .bx-inner
{
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: #2c5779;
    border: 3px solid #2c5779;
}

.press .bx-container.popup .bx-header
{
    display: block;
    padding: 0 20px;
    color: #fff;
    height: 75px;
    line-height: 75px;
}

.press .bx-container.popup .bx-header .logotipo svg
{
    width: 100%;
    height: 100%;
}

.press .bx-container.popup .bx-content
{
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    float: left;
    display: block;
    width: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    /* max-height: 50vh; */
    margin: 0;
    padding: 0;
    color: #fff;
}

.press .bx-container.popup .text 
{
    font-weight: 700;
}

.press .bx-container.popup small
{
    display: none;
}

.press .sheet-container
{
    position: fixed;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
    z-index: 3;
}

.press .sheet-overlay 
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    border-radius: 5px;
    opacity: 0.5 !important;

}

.press .sheet-inner
{
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 520px;
    min-height: 300px;
    max-height: 420px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #2c5779;
    border: 3px solid #2c5779;
    border-radius: 10px 10px 0 0;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}

.press .sheet-inner h2
{
    margin: 0;
}

.press .sheet-inner p
{
    padding: 20px 20px 10px 20px;
    text-align: left;
}

.press .sheet-header
{
    color: #fff;
    text-align: right;
    display: block;
    padding: 10px 20px;
}

.press .sheet-content
{
    position: absolute;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    float: left;
    display: block;
    width: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    /* max-height: 50vh; */
    margin: 0;
    padding: 0;
    color: #fff;
}

.press .sheet-scrollable
{
    position: relative;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 16px;
}

.press .sheet-container .text 
{
    font-weight: 700;
}

.press .sheet-container small
{
    display: none;
}

.press .sheet-container .highlighted-full-button
{
    color: #2c5779;
    background-color: #fff;
    border-radius: 14px;
    padding: 10px;
    margin: 10px auto;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    max-width: 468px;
}

.press .sheet-container .highlighted-button .highlighted-link .highlighted-icon 
{
    color: #2c5779;
    background-color: transparent;
    border-radius: initial;
    border: 0;
    padding: 5px;
    width: 35px;
    height: 35px;
}

.press .sheet-container .highlighted-button .highlighted-link .text, 
.press .sheet-container .highlighted-button .highlighted-link small 
{
    color: #2c5779;
}

.press .sheet-container .highlighted-button .highlighted-link .text
{
    font-size: 1.5em;
}

.press .sheet-container .highlighted-button .highlighted-link small
{
    font-size: 1.2em;
}

.press .footer
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    border-top: 1px solid transparent;
    background-color: #f2f3f6;
}

.press .footer .content
{
    padding-top: 0;
    padding-bottom: 35px;
    text-align: center;
    color: #090909;    
}

.press .footer .content .content-itens
{
    display: flex;
    line-height: 75px;
}

.press .type-app .footer, 
.press .type-app-icons .footer
{
    padding-bottom: 100px;
}

.press .cells-max-size 
{
    max-width: 560px;
    margin: 0 auto;
}

.press .press-content .avatar-profile
{
    position: relative; 
    background: url('static/media/app/avatar/default.jpg') center no-repeat; 
    background-size: cover; 
    margin:auto; 
    margin-top: -90px;
    display: inline-block;
    overflow: hidden;
    min-width: 150px;    
    max-width: 150px;
    min-height: 150px;    
    max-height: 150px;
    border: 4px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 20%);    
    box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 20%);   
}

.press .press-content .name-profile
{
    position: relative;
    float: left;
    display: block;
    width: 100%;    
    font-size: 1.8em;
    line-height: 25px;
    text-align: center;    
    padding: 0.5em 1em 0 1em;
    color: #2c5779;
}

.press .press-content .occupation-profile
{
    position: relative;
    float: left;
    display: block;
    width: 100%;    
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;        
    padding: 0.2em 1em 0.5em 1em;
    color: #2c5779;
    opacity: 0.7 !important;    
}

.press .press-content .occupation-profile .inline-with-text
{
    max-width: 560px;
    margin: 0 auto;
}

.press .press-content .header-profile
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    font-size: 1.1em;
    text-align: left;
    padding: 0.5em;
}

.press .press-content .header-profile-itens 
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.press .press-content .header-profile .highlighted-icon 
{
    width: 60px;
    height: 60px;    
}

.press .press-content .header-profile .highlighted-label 
{
    display: inline-block; 
    color: #fff; 
    height: 40px; 
    line-height: 40px; 
    font-size: 1.2em; 
    font-weight: 600;
    vertical-align: middle;   
}

.press .press-content .header-profile .highlighted-button .highlighted-link .text 
{
    color: #2c5779;
}

.press .press-content .header-profile .highlighted-button .highlighted-link small 
{
    color: #2c5779;
}

.press .press-content .header-profile .highlighted-button.save .highlighted-link .highlighted-icon 
{
 
}

.press .press-content .bio-profile
{
    position: relative;
    float: left;
    display: block;
    width: 100%;  
    font-size: 1.1em;
    line-height: 25px;
    text-align: center;
    padding: 0.5em 1em;
    color: #2c5779;
    opacity: 0.9 !important;     
}

.press .press-content .bio-profile .read-more-wrap .block-with-text
{
    max-width: 560px;
    margin: 0 auto;
    padding-right: 1.2em;
    padding-left: 1.2em;    
    max-height: 75px;
}

.press .press-content .bio-profile .read-more-wrap .block-with-text .read-text
{

}

.press .press-content .bio-profile .read-more-wrap .read-more-button, 
.press .press-content .bio-profile .read-more-wrap .read-more-link
{
    position: absolute;
    right: 0.05em;
    bottom: 0;
    width: 1em;
}

.press .press-content .bio-profile .read-more-wrap .block-with-text:before
{
    content: '';
    right: 0;
    width: 1.1em;
}

.press .press-content .bio-profile .read-more-wrap .block-with-text:after
{
    right: 0;
    width: 1.1em;
}

.press .press-content .bio-profile .read-more-wrap .read-more-label .more
{
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 1em;
}

.press .press-content .bio-profile .read-more-wrap .read-more-label .less
{
    position: absolute;
    right: 0;
    bottom: 1px;
}

.press .press-content .bio-profile .read-more-wrap .read-more-label .more .icon, 
.press .press-content .bio-profile .read-more-wrap .read-more-label .more .icon .icon-svg, 
.press .press-content .bio-profile .read-more-wrap .read-more-label .less .icon, 
.press .press-content .bio-profile .read-more-wrap .read-more-label .less .icon .icon-svg
{
    width: 0.9em;
    height: 0.9em;
}

.press .press-content .actions-profile
{
    position: relative;
    float: left;
    display: block;
    width: 90%;
    font-size: 1.1em;
    text-align: left;
    padding: 0.5em 1em;
    margin: 0.5em 5%;   
}

.press .press-content .actions-profile-itens 
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 10px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.press .press-content .actions-profile-itens .highlighted-button .highlighted-link .highlighted-icon 
{
    color: #2c5779;
    background-color: #fff; 
    width: 50px;
    height: 50px;    
}

.press .press-content .actions-profile-itens .highlighted-button .highlighted-link .text 
{
    color: #fff;
}

.press .press-content .actions-profile-itens .highlighted-button .highlighted-link small 
{
    color: #fff;
}

.press .press-content .actions-profile-itens .highlighted-button.mobicard .highlighted-link .highlighted-icon 
{
    padding: 5px;
}

.press .press-content .controls-profile
{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    font-size: 1.1em;
    text-align: left;
    padding: 1em;
    margin: 0.5em 0;     
}

.press .press-content .controls-profile-itens 
{
    position: relative;
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.press .press-content .controls-profile-itens .highlighted-button
{
    margin: 15px 3%;
}

/*
.press .press-content .controls-profile-itens .highlighted-button .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #2c5779;
}
*/

.press .press-content .controls-profile-itens .highlighted-button .highlighted-link .highlighted-color-invert 
{
    color: #2c5779;
    background-color: #fff;
}

.press .press-content .controls-profile-itens .highlighted-button .highlighted-link .text 
{
    color: #2c5779;
}

.press .press-content .controls-profile-itens .highlighted-button .highlighted-link small 
{
    color: #2c5779;
}

.press .press-content .controls-profile-itens .highlighted-button.external .highlighted-link .highlighted-icon 
{
    background-color: #fff;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .press-content .controls-profile-itens .highlighted-button.phone .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #0ad318; 
}

.press .press-content .controls-profile-itens .highlighted-button.email .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #5770ff; 
}

.press .press-content .controls-profile-itens .highlighted-button.email .highlighted-link .highlighted-icon .highlighted-gradient 
{
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,.9) 0,rgba(255,255,255,.0009) 60%);
    background-image: -o-linear-gradient(bottom,rgba(255,255,255,.9) 0,rgba(255,255,255,.0009) 60%);
    background-image: -webkit-gradient(linear,bottom,from(rgba(255,255,255,.9)),to(rgba(255,255,255,.0009)));
    background-image: linear-gradient(bottom,rgba(255,255,255,.9) 0,rgba(255,255,255,.0009) 60%);
}

.press .press-content .controls-profile-itens .highlighted-button.website .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #1487b1;   
}

.press .press-content .controls-profile-itens .highlighted-button.whatsapp .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #0bb721;   
}

.press .press-content .controls-profile-itens .highlighted-button.telegram .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #47b8f0;
}

.press .press-content .controls-profile-itens .highlighted-button.facebook .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #3b81e7;
}

.press .press-content .controls-profile-itens .highlighted-button.instagram .instagram-gradient
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
    /*background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);*/
    background: #fed373; 
    background: -moz-linear-gradient(45deg, #fed373 0%, #f15245 25%, #d92e7f 50%, #9b36b7 75%, #515ecf 100%); 
    background: -webkit-linear-gradient(45deg, #fed373 0%,#f15245 25%,#d92e7f 50%,#9b36b7 75%,#515ecf 100%); 
    background: linear-gradient(45deg, #fed373 0%,#f15245 25%,#d92e7f 50%,#9b36b7 75%,#515ecf 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed373', endColorstr='#515ecf',GradientType=1 );
    border-radius: 14px;
    z-index: 0;
}

.press .press-content .controls-profile-itens .highlighted-button.instagram .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #fed373;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .press-content .controls-profile-itens .highlighted-button.linkedin .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #3b7ac7;
}

.press .press-content .controls-profile-itens .highlighted-button.twitter .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #47b8f3;
}

.press .press-content .controls-profile-itens .highlighted-button.youtube .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #ff0000;
}

.press .press-content .controls-profile-itens .highlighted-button.flickr .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #f2f3f6;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .press-content .controls-profile-itens .highlighted-button.pinterest .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #cf353d;
}

.press .press-content .controls-profile-itens .highlighted-button.reddit .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #ff4500;
}

.press .press-content .controls-profile-itens .highlighted-button.tiktok .highlighted-link .highlighted-icon 
{
    color: #fff;
    background-color: #000;
}

.press .press-content .controls-profile-itens .highlighted-button.tinder .highlighted-link .highlighted-icon 
{
    color: #fd267d;
    background-color: #f2f3f6;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .press-content .controls-profile-itens .highlighted-button.address .highlighted-link .highlighted-icon 
{
    color: #000;
    background-color: #f2f3f6;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .press-content .controls-profile-itens .highlighted-button.portfolio .highlighted-link .highlighted-icon 
{
    color: #2c5779;
    background-color: #f2f3f6;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;  
}

.press .press-content .controls-profile-itens .highlighted-button.bni .highlighted-link .highlighted-icon 
{
    color: #c70707;
    background-color: #f2f3f6;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .press-content .controls-profile-itens .highlighted-button.curriculum .highlighted-link .highlighted-icon 
{
    background-color: #f2f3f6;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .type-app .fixed-bottom, 
.press .type-app-icons .fixed-bottom
{
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
}

.press .fixed-bottom-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2c5779;
    border-radius: 5px;
    /* opacity: 0.5 !important; */       
}

.press .type-app .fixed-bottom-overlay, 
.press .type-app-icons .fixed-bottom-overlay
{
    background-color: #2c5779;
    border-radius: 0;
}

.press .qr-code-generetor 
{
    max-width: 328px;
    margin: auto;
    background-color: #fff;
    border: 12px solid #fff;
}

.press #curriculum.bx-container .bx-inner 
{
    color: inherit;
    background-color: #f2f3f6;
    border: 3px solid #f2f3f6; 
}

.press #curriculum.bx-container .bx-header 
{
    color: #090909;
}

.press #curriculum.bx-container .bx-header .text
{
    color: #2c5779;
}

.press #curriculum.bx-container .bx-content
{
    color: #090909;
}

.press #curriculum.bx-container .bx-inner h3
{
    color: #2c5779;
}

.press #curriculum.bx-container .bx-inner .contact h3
{
    color: #2c5779;
}

.press #bni.bx-container .bx-inner 
{
    color: inherit;
    background-color: #f2f3f6;
    border: 3px solid #f2f3f6; 
}

.press #bni.bx-container .bx-header 
{
    color: #090909;
}

.press #bni.bx-container .bx-header .logotipo
{
    color: #c70707;
}

.press #bni.bx-container .bx-header .logotipo svg
{
    width: 40%;
    height: 100%;
}

.press #bni.bx-container .bx-content
{
    color: #090909;
}

.press #bni.bx-container .bx-inner h3
{
    color: #c70707;
}

.press #bni.bx-container .bx-inner .contact h3
{
    color: #c70707;
}

.press .highlighted-button.external .highlighted-icon.buttom-white  
{
    background-color: #fff;
    border-top: 1px solid #bebfcb;
    border-right: 1px solid #bebfcb;
    border-left: 1px solid #bebfcb;
}

.press .highlighted-button.external .highlighted-icon.buttom-black 
{
    background-color: #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.press .highlighted-button.external .highlighted-icon.buttom-dark 
{
    background-color: #080f16;
    border-top: 1px solid #080f16;
    border-right: 1px solid #080f16;
    border-left: 1px solid #080f16;
}

.press .highlighted-button.external .highlighted-icon.buttom-red 
{
    background-color: #ff0000;
    border-top: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
}

.press .highlighted-button.external .highlighted-icon.buttom-yellow 
{
    background-color: #eeff00;
    border-top: 1px solid #eeff00;
    border-right: 1px solid #eeff00;
    border-left: 1px solid #eeff00;
}

.press .highlighted-button.external .highlighted-icon.buttom-orange 
{
    background-color: #ffa500;
    border-top: 1px solid #ffa500;
    border-right: 1px solid #ffa500;
    border-left: 1px solid #ffa500;
}

/* Área de trabalho extra grande */
@media screen and (min-width: 1640px) 
{

}

@media only screen and (max-width: 1640px) 
{

}

@media screen and (min-width: 1620px) 
{

}

@media only screen and (max-width: 1620px) 
{
  
}

@media screen and (min-width: 1490px) 
{

}

@media only screen and (max-width: 1490px) 
{

}

/* Área de trabalho grande */
@media screen and (min-width: 1290px) 
{

}

@media only screen and (max-width: 1290px) 
{

}

/* Área de trabalho média */
@media screen and (min-width: 1096px) 
{

}

@media only screen and (max-width: 1096px) 
{
     
}

@media screen and (min-width: 1024px) 
{

}

@media only screen and (max-width: 1024px) 
{
    .press .gradient 
    {
        padding: 80px 0 80px 0;
    }

    .press .press-content .avatar-profile 
    {
        margin-top: -70px;
    }
    
    .press .press-box-other 
    {
        margin-top: 140px;
    }
}

@media screen and (min-width: 992px) 
{

}

@media only screen and (max-width: 992px) 
{

}

/* Tablet na paisagem e retrato na área de trabalho */
@media screen and (min-width: 768px) 
{

}

@media only screen and (max-width: 768px) 
{
    .press .bx-container.popup
    {
        margin: 0;
        padding: 0;
    }

    .press .bx-container.popup .bx-inner 
    {
        max-width: initial;
        border-radius: 0;
    }
}

/* Telefones de paisagem para tablet em retrato */
@media screen and (min-width: 762px) 
{

}

@media only screen and (max-width: 762px) 
{

}

/* Telefones na paisagem e abaixo */
@media screen and (min-width: 640px)
{

}

@media only screen and (max-width: 640px)
{

}

@media screen and (min-width: 576px)
{

}

@media only screen and (max-width: 576px)
{
   
}

@media screen and (min-width: 480px)
{

}

@media only screen and (max-width: 480px)
{ 
    .press .highlighted-button
    {
        max-width: 100px;
        font-size: 0.7em;
    }

    .press .sheet-container .highlighted-full-button
    {
        max-width: initial;
    }

    .press .press-content .name-profile
    {
        font-size: 1.7em;
    }
    
    .press .press-content .occupation-profile
    {
        font-size: 1em;
    }    
}

@media screen and (min-width: 340px)
{

}

@media only screen and (max-width: 340px)
{ 
 
}

@media screen and (min-width: 320px) 
{

}

@media only screen and (max-width: 320px) 
{
 
}

@media screen and (min-width: 280px) 
{

}

@media only screen and (max-width: 280px) 
{

}