@font-face {
  font-family: myFont;
  src: url(/fonts/NHaasGroteskTXPro-55Rg.ttf);
}

@font-face {
  font-family: myFontFina;
  src: url(/fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: myFontTitulos;
  src: url(/fonts/NeueHaasDisplayBlack.ttf);
}

@font-face {
  font-family: myFontOutros;
  src: url(/fonts/NeueHaasDisplayXThin.ttf);
}

@font-face {
  font-family: myFontQuick12;
  src: url(/fonts/NeueHaasDisplayRoman.ttf);
}

@font-face {
  font-family: myFontQuick65;
  src: url(/fonts/NeuTeste.ttf);
}

.breadcuts{
	margin-bottom: 50px;
}

img{
	max-width: 100%;
}

html {
    height: 100%;
}
body {
    background-color: #131523;
    color: #fff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: myFont !important;
    cursor: default;
}

h2{
    font-weight: 500;
}
h3{
    font-weight: 400;
}
p{
    font-weight: 100;
}
strong{
    font-family: Poppins-Medium;
}
::selection {
    background: #000; /* WebKit/Blink Browsers */
}
#section-page{
    padding-top: 60px;
}
.blur{
    filter: blur(30px);
}
/************ SCROLL DOWN ************/
.scroll_down{
    width: 50px;
    float: left;
    z-index: 100;
    position: fixed;
    bottom: 3.5%;
    left: 5%;
    z-index: 990;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    animation: float 3s ease-in-out infinite;
}
.scroll_down p{
    text-align: center;
    font-size: 12px;
    font-family: Poppins-Regular;
    color: #e7e7e8;
}
.scroll_cont {
    float: left;
    position: relative;
    width: 100%;
} 
.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
    position: absolute;
    left: 33%;
    display: block;
    width: 15px;
    height: 15px;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s 2s infinite;
    animation: bounce 2s 2s infinite;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.scroll-down:before {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px);
  }
  60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); 
  }
}

/************** NAVBAR ****************/
nav{
    /*height: 100px;*/
    height: 77px;
    background-color: rgb(0 0 0 / 0%);
    -webkit-transition: .2s;
    transition: .2s;
}
nav .nav-wrapper {
    display: flex;
}
nav {
    webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-fixed{
    height: auto !important;
}
.navbar-brand{

}
.navbar-brand img{
    /*height: 50px;
    margin: 27px auto;*/
    height: 38px;
    margin: 23px auto;
}

.dropdown-menu.show {
    display: block;
    margin-top: 10px !important;
}

.topmenu-left{
    float: left;
    width: 230px;
    height: 104px;
    display: flex;
}
.topmenu-left .hamburger{
    float: left;
}


.hamburger{
    margin-left: -54px;
    margin-right: 47.5px;
}

#nav-icon1  {
    width: 24px;
    height: 26px;
    position: relative;
    margin: 26px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 7px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1.5px;

}

#nav-icon1.open span:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5px;
}


.topmenu-left .logo{
    float: left;
}
.topmenu-center{
    float: left;
    width: 100%;
    height: 95px;
    margin-left: 73px;
}
.topmenu-right{
    float: left;
    width: 315px;
    display: flex;
    height: 104px;
    position: relative;
    display: none;
}
.topmenu-right .sign_text{
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: rgba(210,211,213,.61);
    letter-spacing: .68px;
    line-height: 98px;
    padding-right: 25px;
}
.topmenu-right .getstart{
    float: left;
    padding-top: 25px;
}
.topmenu-right .getstart .getstart_btn{
    width: 136px;
    height: 48px;
    background-color: #ff1b00;
    border-radius: 44px;
    text-align: center;
}

.topmenu-right .getstart .getstart_btn p{
    line-height: 47px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: .68px;
}
.topmenu-right .lang {
    margin-left: 52px;
    position: absolute;
    right: 0;
}
.topmenu-right .lang .select_lang{
    display: flex;
    margin: 20px auto;
}
.topmenu-right .lang .select_lang img{
    border-radius: 50%;
    height: 20px;
    margin-top: 20px;
}

.selecionado{
    background-color: rgb(0 96 124);
}
.menu_toggle{
    opacity: 0 !important;
}
ul.menu{
    height: 95px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 20px;
}
ul.menu .active{
    color: #fff;
    border-bottom: 2px solid #ff1b00;
    background-color: transparent;
}
ul.menu .active a{
    color: #fff;
}

li.menu-item{
	height: 45px;
    position: relative;
    margin-right: 31px;
}
li.menu-item a{
    height: 100%;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    padding: 0;
}

li.menu-item a:hover{
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

li.menu-item a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
li.menu-item a::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0;
    background-color: #00607c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
    transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
}

.a_hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 18px !important;
    left: 0;
    background-color: #00607c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
    transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
}

li.menu-item .active a::before {
    width: 0% !important;
}
li.active a:hover:before {
    visibility: hidden !important;
}


.slide_menu{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: rgb(19, 21, 35);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0px;
}
.expanded{  
    height: 100% !important;
}
.slide_menu .menu_mobo_container {


    margin: 0 auto;
}
.slide_menu .menu_mobo_container .menu_mobo{
    margin-top: 50px;
    margin-left: 12.5px;
}
.slide_menu .menu_mobo_container .menu_mobo ul{

}
.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item{
    font-size: 90px;
    font-family: Poppins-SemiBold;
    letter-spacing: 6.12px;
    text-align: left;
    color: #fff;
    line-height: 100px;
}



.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item a{
    color: #fff;
    text-decoration: none;
}
.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item a:hover{}
.slide_menu .menu_mobo_container .submenu_mobo{
    display: none;
    margin-top: 158px;
}
.slide_menu .menu_mobo_container .submenu_mobo ul{
    display: inherit;
}
.slide_menu .menu_mobo_container .submenu_mobo ul li{

}
.slide_menu .menu_mobo_container .submenu_mobo ul li a{
    font-family: Poppins-Regular;
    font-size: 18px;
    letter-spacing: 1.22px;
    color: #fff;
    margin-right: 12px;
}
.slide_menu .menu_mobo_container .submenu_mobo ul li a:hover{

}
.slide_menu .menu_mobo_container .social_mobo{
    margin-top: 20px;
    display: flex;
}
.slide_menu .menu_mobo_container .social_mobo .socilas_icons_group{

}
.slide_menu .menu_mobo_container .social_mobo .socilas_icons_group .socilas_icons{ 

}
.slide_menu .menu_mobo_container .social_mobo .socilas_icons_group .socilas_icons:hover{ 

}
.slide_menu .menu_mobo_container .social_mobo .socilas_icons_group .socilas_icons a{ 
    margin-right: 25px;
    height: 40px;
    width: 40px;
    float: left;
    border-radius: 50%;

    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
}
.slide_menu .menu_mobo_container .social_mobo .socilas_icons_group .socilas_icons a:hover{ 
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
    opacity: .4;

}
.slide_menu .menu_mobo_container .social_mobo .socilas_icons_group .socilas_icons a img{ 

}
.slide_menu .menu_mobo_container .social_mobo .lang_mobo{ 
    position: absolute;
    right: 15px;
    display: none;
}
.slide_menu .menu_mobo_container .social_mobo .lang_mobo .select_lang_mobo{ 
    display: flex;
    margin: 10px auto;
}
.slide_menu .menu_mobo_container .social_mobo .lang_mobo .select_lang_mobo img{ 
    border-radius: 50%;
    height: 20px;
}
.slide_menu .menu_mobo_container .social_mobo .lang_mobo .select_lang_mobo i{ 
    font-size: 18px;
    line-height: 24px;
}
.logo_desk{
    display: block;
}


.slide_menu {
    background: #00607c;
    transition: 1.2s;
}

.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    font-size: 20%;
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}

.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(2) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
}

.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}



.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    font-size: 90px;
}

.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
}

.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
    height: 100px;
}

.expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item a:hover {
    opacity:0.6; 
}




.hastagcandidates_mobile{
	display:none;
}

@media only screen and (max-width: 700px) and (min-width: 0px){
	.hastagcandidates_mobile{
		display:block;
	}
}

@media screen and (min-width:1601px) {
    .modal-content .close-animatedModal {
        padding-top: 4px !important;
        padding-left: 7px !important;
    }
}

@media screen and (min-width:769px) and (max-width: 1500px) and (orientation: portrait){
    .modal-content {
        border-radius: 12px !important;
        max-height: 90% !important;
        max-width: 50% !important;
    }
    .event_cont .event_title {
        font-size: 4vh!important;
        line-height: 47px !important;
    }
    .event_cont .event_dates {
        font-size: 20px !important;
    }
    .event_cont .event_image {
        padding-top: 25px !important;
        height: 400px !important;
    }
    .footer_dynamic_rightbutton {
        height: 148px;
        width: 100% !important; 
        float: left;
    }
    .newsletter_socials_medias {
        height: 108px;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}

@media screen and (min-width:769px) and (max-width: 1500px) and (orientation: landscape){
    .modal-content {
        border-radius: 12px !important;
        max-height: 100% !important;
        max-width: 50% !important;
    }
    .event_cont .event_title {
        font-size: 38px!important;
        line-height: 38px !important;
    }
    .event_cont .event_dates {
        font-size: 20px !important;
    }
    .event_cont .event_image {
        padding-top: 25px !important;
        height: 400px !important;
    }
    .footer_dynamic_rightbutton {
        height: 148px;
        width: 100% !important; 
        float: left;
    }
    .newsletter_socials_medias {
        height: 108px;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}
@media screen and (min-width:1020px) and (max-width: 1025px) and (orientation: landscape){
    .event_cont .event_image {
        padding-top: 25px !important;
        height: 100% !important;
    }
}


@media screen and (min-width:994px) and (max-width: 1325px) {
    .slide_menu .menu_mobo_container {
        width: 70% !important;
        padding-left: 15px;
    }
}
@media screen and (min-width:750px) and (max-width: 993px) {
    .slide_menu .menu_mobo_container {
        width: 75% !important;
    }
}


@media only screen and (max-width: 1000px) {
    .topmenu-center {
        display: none !important;
    }
    .topmenu-right{
        width: 100% !important;
    }
    .topmenu-right .lang {
        display: none !important;
    }
    .topmenu-right .getstart {
        position: absolute;
        right: 0;
    }
    .topmenu-right .sign_text {
        position: absolute;
        right: 130px;
    }
    
}
@media only screen and (max-width: 768px) and (orientation: landscape){
    .expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
        font-size: 40px !important; 
        height: 50px !important; 
        line-height: 40px !important; 
    }
    .slide_menu .menu_mobo_container .menu_mobo {
        margin-top: 00px;
        margin-left: 12.5px;
    }
} 
@media only screen and (max-width: 768px) {
    .topmenu-right .getstart .getstart_btn {
        width: 120px !important; 
    }
    .topmenu-right .getstart .getstart_btn p {
        font-size: 14px !important; 
    }
    .topmenu-right .sign_text {
        font-size: 14px !important; 
        padding-right: 7px !important; 
    }
    .socilas_icons_group {
        padding-top: 0px !important;
    }
    .mobo_tell{
        margin-left: 0px !important;
        padding-bottom: 29px;
    }

    .past-event-item {
        margin-bottom: 65px !important;
    }
    .past-events {
        margin-top: 0px !important;
    }

    .modal-content {
        border-radius: 12px !important;
        max-height: 80% !important;
        max-width: 90% !important;
    }
    .event_cont .event_title {
        font-size: 6.5vw !important;
        line-height: 7.5vw !important;
    }
    .event_cont .event_dates {
        font-size: 20px !important;
    }
    .event_cont .event_image {
        padding-top: 25px !important;
        max-height: 400px !important;
    }
    
    
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
    .modal-content {
        border-radius: 12px !important;
        max-height: none !important;
        max-width: 60% !important;
    }
    .event_cont .event_title {
        font-size: 7vh !important;
        line-height: 8.5vh !important;
    }
    .event_cont .event_image {
        padding-top: 25px !important;
        max-height: none !important;
    }
}
@media only screen and (max-width: 736px) {
    #video_container{   
        width: 450px !important;
        height: auto !important;
    }
    .video_cont iframe {
        height: 206px !important;
    }
}
@media only screen and (max-width: 640px) {
    #video_container{   
        width: 450px !important;
        height: auto !important;
    }
    .video_cont iframe {
        height: 206px !important;
    }
}
@media only screen and (max-width: 600px) {
    .expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
        font-size: 10vw;
        height: 75px;
    }
}

@media only screen and (max-width: 500px) {
    #video_container{   
        width: 700px;
        height: auto !important;
    }
    .video_cont iframe {
        height: 230px !important;
    }
    .item-slider:hover .item-logo {
        bottom: 12px !important;
    }
}
@media only screen and (max-width: 420px) {
    .video_cont iframe {
        height: 190px !important;
    }
}


@media only screen and (max-width: 360px) {
    .expanded .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
        font-size: 6vw;
        
    }
    .video_cont iframe {
        height: 160px !important;
    }
}





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

    .logo_mobo{
        display: block;
    }
    .slide_menu .menu_mobo_container .menu_mobo {
        margin-top: 15px !important;
    }
    .slide_menu {

        padding-right: 15px;
    }
    .slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
        font-size: 48px !important;
        line-height: 55px !important;
        height: 80px !important;
    }
    .slide_menu .menu_mobo_container .submenu_mobo {
        margin-top: 10px !important;
    }
    .slide_menu .menu_mobo_container .submenu_mobo ul {
        display: block !important;
    }
    .slide_menu .menu_mobo_container .submenu_mobo ul li {
        padding-bottom: 7px;
    }
    .slide_menu .menu_mobo_container .submenu_mobo ul li a {
        font-size: 16px !important;
    }
}



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


    .slide_menu .menu_mobo_container .menu_mobo ul li.menu-mobo-item {
        font-size: 38px !important;
        line-height: 55px !important;
        height: 66px !important;
    }

    .slide_menu .menu_mobo_container .submenu_mobo ul li a {
        font-size: 8px !important;
    }
}






/************* MEDIA ****************/
.rocket{

}
.rocket img{
    width: 247px;
}


.big-title p{
    margin: 0;
    font-size: 18px;
    font-family: Poppins-Regular;
    letter-spacing: .72px;
    color: white;;
}

.big-title p.small-text{
    font-family: Poppins-Ligth !important;
    font-size: 22px;
    line-height: 1.44;
    color: black;
    font-weight: bold;
    padding-top: 0;
}
.big-title h1{
    font-size: 30px;
    margin: 0;
    padding-top: 16px;
    letter-spacing: 0.4px;
}
.small-text{
    margin-bottom: 65px;
    margin-top: 51px;
}
.small-text p{
    font-family: Poppins-Ligth;
    font-size: 18px;
    line-height: 1.44;
}
.small-text p strong{

}

.media{
    margin-bottom: 64px;
}
.media .date{
    font-family: Poppins;
    font-size: 14px;
    color: #bdbfc9;
    padding-bottom: 6px;

}
.media .title{
    font-family: 'Poppins-Medium';
    font-size: 28px;
    color: #fff;
}
.spotlight{
    padding: 24px !important;
    background-color: #1F212F;
    border-radius: 6px;
    margin-left: -25px;
}
.spotlight .title{
    font-family: Poppins-SemiBold;
    font-size: 54px;
    color: #fff;
}
.media .source{
    display: flex;
    padding-top: 12px;
}
.media .source .source_name{
    opacity: .71;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #bdbfc9;
    line-height: 30px;
}
.media .source .logo{

}
.media .source .logo img{
    height: 30px;
    width: 30px;
    margin-right: 8px;
    border-radius: 50%;
}
.media a:hover .title{
    text-decoration: underline;
}

/********* EVENTS ************/
.partners-slider .owl-item{ 
    max-width: 384;
}
.slide-item{ 
    position: relative;
}
.slide-item .image-slider{

}
.slide-item .image-slider img{
    max-width: 644px;
}
.slide-item .text-slider{
    position: absolute;
    bottom: 46px;
    left: -80px;
}
.slide-item .text-slider .data{
    text-align: left;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(189,191,201,1);
    margin-bottom: 5px;
}
.slide-item .text-slider .title_nohover{
    margin-bottom: 0px;
    width: 400px;
    font-family: 'Poppins-SemiBold';
    font-size: 48px;
    line-height: 1.19;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 2px #131523;
}
.slide-item .text-slider .title{
    margin-bottom: 0px;
    width: 400px;
    font-family: 'Poppins-SemiBold';
    font-size: 48px;
    line-height: 1.19;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 2px #131523;
}
.slide-item .text-slider .title:hover{
    text-decoration: underline;
    cursor: pointer;
}
.slide-item .event{
    display: flex;
}
.slide-item .event .website{
    display: flex;
}
.slide-item .event .website a p{
    color: #fff;
    float: left;
    text-shadow: 1px 1px 2px #131523;
}
.slide-item .event .website img{
    width: 12px;
    margin-top: 8px;
}
.slide-item .event .website p{
    margin: 0;
    padding-right: 7px;
}
.slide-item .event .source{
    display: flex;
    padding-left: 10px;
}

.slide-item .event .source img{
    width: 24px;
    border-radius: 50%;
}
.slide-item .event .source p{
    margin: 0;
    padding-left: 7px;
    text-shadow: 1px 1px 2px #131523;
}

#past_events{
    padding-top: 180px;
}
.past-events{

}
.past-event-item{
    display: flex;
    margin-bottom: 134px;
}
.past-event-item .past-image{
    width: 24%;
}
.past-event-item .past-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 35px;
}
.past-event-item .past-data{
    width: 76%;
    padding-left: 25px;
}
.past-event-item .past-data .past-date{
    margin-bottom: 6px;
    color: #fff;
    opacity: .7;
    font-size: 14px;
    font-family: Poppins-Ligth;
}
.past-event-item .past-data .title_nohover{
    font-family: Poppins-SemiBold;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    opacity: 0.5;
}
.past-event-item .past-data .past-title{
    font-family: Poppins-SemiBold;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.past-event-item .past-data .past-title:hover{
    text-decoration: underline;
    cursor: pointer;
}
.past-event-item .event{
    display: flex;
    padding-top: 15px;
}
.past-event-item .event .website{
    display: flex;
}
.past-event-item .event .website p{
    opacity: .71;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #bdbfc9;
    float: left;
    line-height: 25px;
}
.past-event-item .event .website img{
    margin-left: 3px;
    margin-top: -4px;
}
.past-event-item .event .source{
    display: flex;
    margin-left: 10px;
}
.past-event-item .event .source p{
    margin: 0;
}
.past-event-item .event .source img{
    height: 24px;
    width: 24px;
    margin-right: 8px;
    border-radius: 50%;
}



/**************** PARTNERS ***************/
.partners-logos{

}
.logo-item{
    margin-bottom: 25px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.logo-item:hover{
    transform: scale(1.05) !important;
}
.logo-item{

}
.logo-item img{

}

.item-slider{
    max-width: 50%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto;
}

.item-slider_parteners_candidates{


}

.item-slider .item-video{

}
.item-slider .item-video img{
    width: 100%;
}
.item-slider .player{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-slider .player:hover{
    cursor:pointer;
}
.item-slider .player img{
    width: 64px !important;
    height: 64px;
    border-radius: 50%;
}
.item-slider .item-logo{
    position: absolute;
    z-index: 1;
    bottom: -100px;
    left: 24px;
    border-radius: 50%!important;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;

}
.item-slider .item-logo img{
    width: 48px !important;
    height: 48px;
}
.item-slider .item-title{
    position: absolute;
    width: 100%;
    height: 75px;
    background-color: #131523;
    opacity: 0.8;
    bottom: -100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.item-slider .item-title p{
    position: absolute;
    left: 80px;
    top: 24px;
    font-size: 18px;
}

.item-slider:hover .item-title{
    bottom: 0px;
}
.item-slider:hover .item-logo{
    bottom: 13px;
}

.owl-dots{
    text-align: center;
}
.owl-carousel button {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel button.owl-dot {
    background-color: #cecece !important;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.owl-carousel button.active {
    background-color: #144d5e  !important;
}

.green-planet{
    position: absolute;
    height: 581px;
    left: -270px;
}
.green-planet img{
    height: 100%;
}

/*
.planeta_verde img{
    position: absolute;
    width: 750px;
    left: -370px;
    margin-top:-725px;
    margin-left: -270px;

    left: -360px;
    z-index:-3; 
    }*/

    .planeta_verde img{
        position: absolute;
        width: 650px;
        margin-top: 25px;

        margin-left: -231px;

    }


    .planeta_green_home{
        position: relative;
    }

    .planeta_green_home img{
        position: absolute;
        width: 750px;
        left: -370px;
        margin-top:-1025px;
        margin-left: -270px;

        left: -360px;
        z-index:-3; 

        margin: 0;

        position: absolute;
        top: 665px;
        left: -10%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }



    #animatedModal{
        background-color: transparent !important;

        -webkit-transition: all 1.2s;
        -moz-transition: all 1.21s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;
    }

    .modal-content{
        background-color: #1F212F;
        padding: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 12px;

        max-width: 800px;
    }
    #video_container{   
        width: 700px;
        height: 428px;
    }
    .modal-content .close-animatedModal{
        position: absolute;
        right: 7px;
        top: 7px;
        width: 30px;
        height: 30px;
        background-color: #191b29;
        padding-top: 6px;
        padding-left: 7px;
        border-radius: 50%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .modal-content .close-animatedModal i{
        font-size: 17px;
    }
    .modal-content .close-animatedModal:hover{
        cursor: pointer;
        transform: rotate(90deg);
    }
    .modal-content .video_cont{
        height: 100%;
    }
    .modal-content .video_cont video{
        max-width: 792px;
    }



    @media (max-width:602px) and (min-width:1001px) {
        .modal-content {
            background-color: #1F212F;
            padding: 65px 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border-radius: 12px;
            width: 100%;
            height: auto;
        }
        .video_cont iframe{
            width: 100%;
            height: 440px;
        }
    }


    @media (max-width:601px) and (min-width:100px) {
        .modal-content {
            background-color: #1F212F;
            padding: 45px 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border-radius: 12px;
            width: 100%;
            height: auto;
        }
        .video_cont iframe{
            height: 290px;
            width: 100%;
        }

        .icons_social img {
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: 50px !important;
        }
        .tellafriend{
            width: 50px;
            height: 50px;
            margin: 0 auto;
        }
        .follow_area_icon2 .partilha_mobo {
            margin-left: 0 !important;
        } 
        .scroll_down {
            float: right  !important;
            right: 5%  !important;
            left: unset !important;
        }
        .hastagbottun {
            width: 100px !important;
            height: 35px !important;
            margin-bottom: 5px;
        }
        .small-text_list {
            font-size: 16px !important;
            margin-bottom: 10px;
        }
        .c-lerp-block_title{
            margin-bottom: 10px !important;
        }
        .hastagbottun span {
            font-size: 13px  !important;

        }
        .section_title_bottom {
            margin-top: 50px!important;
        }
        .menu_btn_top{

        }
        #nav-icon1 {

        }
    }

    .event_cont{

    }
    .event_cont .event_type{
        text-align: center;
        font-size: 18px;
    }
    .event_cont .event_title{
        text-align: center;
        font-size: 55px;
        font-family: 'Poppins-SemiBold';
        line-height: 68px;
    }
    .event_cont .event_dates{
        text-align: center;
        font-size: 28px;
    }
    .event_cont .event_image{
        padding-top: 62px;
        text-align: center;
        /*height: 465px;*/
        overflow: hidden;
    }
    .event_cont .event_image .item{
        height: 100% !important;
    }
    .event_cont .event_image .item img{
        width: auto !important;
        height: 100%;
    }
    .event_cont .event_text{
        text-align: justify;
        font-size: 18px;
        font-family: 'Poppins-Ligth';
    }

    .alert_msg{
        color: red;
        font-size: 10px;
        margin-bottom: 8px;
    }

    .candidates_top_title {
        z-index: 1;
    }

    .container-downapp p {
     animation: float 2s ease-in-out infinite;
 }

 .big-title h1 {
     animation: float 2s ease-in-out infinite;
 }

 @keyframes float {
    0% { 
        transform: translatey(0px);
    }
    50% { 
        transform: translatey(-20px);
    }
    100% { 
        transform: translatey(0px);
    }
}


#loader-wrapper  {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    background-color: #131323;
}
#loader{
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
#loader img{
    height: 150px;
}
#loader .texto_loading{
    font-size: 12px;
    display: flex;
}
.loaded{
    opacity: 0;
    height:0px !important;
    width:0px !important;
}
@keyframes blink{
    0%{opacity: 0;}
    33%{opacity: 0.5;}
    66%{opacity: 1;}
    100%{opacity: 0.5;}
}


/**************/
.spinner{
    margin-left: 6px;
}
.spinner > div {
    width: 6px;
    height: 6px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
      } 40% { 
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
  }


  .plus_area{

  }
  
  .rw-markdown a{
   text-decoration: underline;
   color:blue;
}


.rw-header img{
  top: 15px !important;
}

.plus_area .bt_plus{
    width: 50px;
    height: 50px;
    background-color: #1f212f;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    transition: transform .25s;
}
.plus_area .bt_plus i{
    padding: 17px 17px;
    font-size: 16px;
}
.plus_area .bt_plus:hover{
    transform: scale(1.1);
    opacity: 0.4;
}


.video_span{
  margin-top: -16px;
}

.footer_desk{
    background-color: #131523;
}
@media (min-width:900px) and (max-width:1024px) {
    .row .col.m6 {
        width: 50% !important;
    }
}

.scroll_down {
    display:block;
}
@media only screen and (min-width: 1px) and (max-width: 1050px){
    .scroll_down {
        display:none !important;
    }
}
.principal_h{
	opacity:0.5;
}

/**********************/
.rw-conversation-container .rw-header {
    background-color: #ff1000 !important;
}

.rw-conversation-container .rw-reply {
    border: 1px solid #FF1B00!important;
    color: red!important;
}

.conversation-container close-button {
    background-color: #FF1B00!important;
}

.rw-launcher {
    background-color: #fff0 !important;
    box-shadow: none !important;
}

.rw-open-launcher__container img {
    width: 100% !important;
    height: 100% !important;
}

.rw-open-launcher img {
    opacity: 0.2!important;
}

.rw-client {
    background-color: #131523!important;
}

.rw-conversation-container {
    box-shadow: none !important;
}

/*
.rw-conversation-container .rw-avatar {
    width: 40px !important;
    height: 40px !important;
}
*/

.rw-conversation-container .rw-header.rw-with-subtitle .rw-avatar {
    top: 10px;
}

.rw-conversation-container .rw-close-button {
    background-color: transparent !important;
}

.rw-conversation-container .rw-send .rw-send-icon-ready {
    fill: #131523!important;
    transition: fill .35s;
}

.rw-conversation-container .rw-reply {
    border: 1px solid #131523!important;
    color: #131523!important;
}

.rw-conversation-container .rw-sender input {
    color: #000;
}

.rw-header img{

    border-radius: 43px!important;
}


.rw-close-button{
  transform: scale(0.7);
  margin-right: 12px!important;
}

.rw-response{

    margin-top: 11px;
}

.rw-open-launcher__container {
    padding-top: 7px;
}


.rw-header img{
    width: 40px !important;
    height: 40px !important;
}
/*
.rw-open-launcher__container img {
    height: 18px !important;
    }*/

    .rw-avatar {
        top: 10px!important;
    }

    .rw-close-launcher.rw-default {
        width: 0px!important;
    }



    .rw-close{
        width:30px!important;
    }

    @media only screen and (min-width: 1px) and (max-width: 799px){
     .rw-widget-container {
      bottom: 0;
      display: flex;
      flex-direction: column;
      margin: 0 20px 20px 0;
      position: fixed;
      right: 0;
      width: auto;
      z-index: 9999;
      align-items: flex-end;
      justify-content: flex-end;
  }
}
@media only screen and (min-width: 800px) and (max-width: 4000px){
 .rw-widget-container {
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 70px 33px 0 !important;
  position: fixed !important;
  right: 0 !important;
  width: auto !important;
  z-index: 9999 !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
}
}
/*

*/
.big-title h1 {
	animation: none;
	color: #00607c;
	letter-spacing: -2px;
}

.stage{
	width: auto;
	margin-top: 15px;
	height: 100px;
}

.cubespinner{
    -webkit-animation-name:spincube;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-duration:8s;
    animation-name:spincube;

    animation-timing-function:ease-in-out;
    animation-iteration-count:infinite;
    animation-duration:8s;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform-origin:40px 40px 0;
    -moz-transform-origin:40px 40px 0;
    -ms-transform-origin:40px 40px 0;
    transform-origin:40px 40px  0;
}
.cubespinner div{
  position:absolute;
  width:400px;
  height:80px;
  text-align:left;
  color:#109393;
  font-family:'Raleway', sans-serif;
  font-size:74px;
  font-weight:700;
}
.cubespinner .face1{
  color:#f1c40f;
  -webkit-transform:translateZ(40px);
  -moz-transform:translateZ(40px);
  -ms-transform:translateZ(40px);
  transform:translateZ(40px);
  -webkit-backface-visibility: hidden;
}
.cubespinner .face2{
	color:#fff;
	-webkit-transform: rotateX(90deg) translateZ(40px);
	-moz-transform: rotateX(90deg) translateZ(40px);
	-ms-transform: rotateX(90deg) translateZ(40px);
	transform: rotateX(90deg) translateZ(40px);
	-webkit-backface-visibility: hidden;
}
.cubespinner .face3{
	color:#f85555;
	-webkit-transform:rotateX(180deg)  translateZ(40px);
	-moz-transform:rotateX(180deg)  translateZ(40px);
	-ms-transform:rotateX(180deg)  translateZ(40px);
	transform:rotateX(180deg)  translateZ(40px);
	-webkit-backface-visibility: hidden;
}
.cubespinner .face4{
	color:#fff;
	-webkit-transform:rotateX(270deg) translateZ(40px);
	-moz-transform:rotateX(270deg) translateZ(40px);
	-ms-transform:rotateX(270deg) translateZ(40px);
	transform:rotateX(270deg) translateZ(40px);
	-webkit-backface-visibility: hidden;
}


/*Cubical Flipping or rotation*/
@-webkit-keyframes spincube {
	from,to  { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);}
	15%      { -webkit-transform: rotateX(90deg);}
	25%      { -webkit-transform: rotateX(90deg);}
	40%      { -webkit-transform: rotateX(180deg);}
	50%      { -webkit-transform: rotateX(180deg);}
	65%      { -webkit-transform: rotateX(270deg);}
	75%      { -webkit-transform: rotateX(270deg);}
	95%      { -webkit-transform: rotateX(360deg);}
	100%      { -webkit-transform: rotateX(360deg);}
  }@keyframes spincube {
     from,to {
       -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
       -ms-transform: rotateX(0deg);
       transform: rotateX(0deg);
   }
   15% {
       -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
       -ms-transform: rotateX(90deg);
       transform: rotateX(90deg);
   }
   25% {
       -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
       -ms-transform: rotateX(90deg);
       transform: rotateX(90deg);
   }
   40% {
       -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
       -ms-transform: rotateX(180deg);
       transform: rotateX(180deg);
   }
   50% {
       -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
       -ms-transform: rotateX(180deg);
       transform: rotateX(180deg);
   }
   65% {
       -webkit-transform: rotateX(270deg);
       -moz-transform: rotateX(270deg);
       -ms-transform: rotateX(270deg);
       transform: rotateX(270deg);
   }
   75% {
       -webkit-transform: rotateX(270deg);
       -moz-transform: rotateX(270deg);
       -ms-transform: rotateX(270deg);
       transform: rotateX(270deg);
   }
   90% {
       -webkit-transform: rotateX(360deg);
       -moz-transform: rotateX(360deg);
       -ms-transform: rotateX(360deg);
       transform: rotateX(360deg);
   }
   100% {
       -webkit-transform: rotateX(360deg);
       -moz-transform: rotateX(360deg);
       -ms-transform: rotateX(360deg);
       transform: rotateX(360deg);
   }
}

.link-p{
	text-transform: uppercase;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.title-links{
	color: white;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 1.3px;
}

.section_top:before{
	content: "";
    position: absolute;
    background: #00000033;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a {
    color: #054457 !important;
    text-decoration: none !important;
}


.title-links:after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    bottom: -10px;
    left: 20px;
    height: 4px;
    background: #00607c;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.quick-div:hover .title-links:after {
    width: 50px;
}

.quick-div{
	position: relative;
	padding-left: 20px;
}

.why:before{
	content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 1em;
    background: #00607c;
}

.text{
	position: absolute;               
	top: 50%;                         
	transform: translate(0, -50%);
	padding-right: 100px;
}

.why{
	color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.title-sul{
    color: white;
    margin-top: 80px;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px; 
}

.inside{
	/*padding-left: 60px;
    max-width: 600px;
    margin: 0 auto;*/
    height: 100vh;
    /*height: 720px;*/
    position: relative;
}

.main-text{
	width: 450px; 
    color: white;
    margin-top: 50px;
    text-align: justify;
}

.icon-link .text {
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.icon-link {
    color: white;
}

.icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 6px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


.icon-link {
    margin-top: 50px !important;
}


.icon-link::before{
	background: #1A1A1D;
	opacity: 0.5;
}


/*.icon-link::before, .icon-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FEFEFE;
    }*/

    .material-icons{
     margin-left: 0.5em;
     font-size: 16px;
 }


 .icon-link:hover {
    color: white;
}


.icon-link::after {
    opacity: 0.5;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.icon-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}


.img-about{
	max-width: 50%; 
	height: 100vh;
	width: 50%;
	position: absolute;
}

.footer-main{
	position: relative; 
	padding-top: 100px;
    /*padding-bottom: 100px;*/
    background: linear-gradient( 50deg, rgb(0 96 124) 12%, rgba(255, 255, 255, 0.1) 77% ), linear-gradient( 175deg, rgba(0, 96, 124, 1) 12%, rgba(0, 0, 0, 1) 100% );
    box-shadow: 0px 4px 24px 1px rgb(0 0 0 / 28%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-top: -20px;
}

.titulo-footer{
	margin-bottom: 0;
    position: relative;
    font-size: 5vw;
    line-height: 1;
    letter-spacing: -.02em;
    color: #ffffff96;
}

.line-12{
	position: absolute;
    left: -56%;
    width: 50%;
    margin-top: 4%;
    height: 0.3529411765vw;
    background-color: #ffffff96;
}


.social-list{
	display: flex;
    flex-direction: column;
    margin-top: 2.5vw;
}

.social-list-item a{
	position: relative;
    display: flex;
    align-items: center;
    outline: 0;
    padding-top: 0.8823529412vw;
    padding-bottom: 0.9411764706vw;
    border-bottom: 1px solid rgba(169,225,211,.2);
    transition: border-bottom .6s cubic-bezier(.19,1,.22,1);
    text-decoration: none;
}

.social-list-item a:before{
	content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #79f4e4;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.social-list-item a .icon{
	width: auto;
    height: 0.82vw;
    margin-right: 1.17vw;
}

.social-list .social-list-item a .name{
	flex: 1;
    font-size: 20px;
    line-height: 1.4;
    color: #99bec9;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}


.social-list-item a .icon-text{
	flex: 1;
    font-size: .88vw;
    line-height: 1;
    color: #9abfca;
    letter-spacing: -.02em;
    text-align: center;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.social-list-item a .url{
	flex: 1;
    font-size: 1vw;
    line-height: 1.4;
    color: rgba(169,225,211,.4);
    text-align: right;
    transition: color .6s cubic-bezier(.19,1,.22,1);
}

address a{
	display: inline-block;
    font-size: 1.5vw;
    line-height: 1.4;
    color: #99bec9;
    outline: 0;
    transition: color .6s cubic-bezier(.19,1,.22,1);
    text-decoration: none;
}


address a:hover{
	display: inline-block;
    font-size: 1.5vw;
    line-height: 1.4;
    color: #99bec9 !important;
    outline: 0;
    transition: color .6s cubic-bezier(.19,1,.22,1);
    text-decoration: none;
}

.legal-link{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: 0;
    padding-top: 0.7647058824vw;
    margin-top: 0.5882352941vw;
    padding-bottom: 0.8235294118vw;
    border-bottom: 1px solid rgba(169,225,211,.2);
    font-size: 1vw;
    line-height: 1.4;
    color: #99bec9 !important;
    transition: border-bottom .6s cubic-bezier(.19,1,.22,1);
    max-width: 300px;
    text-align: right;
    float: right;
    width: 300px;
    text-decoration: none;
}	

.faq{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: 0;
    padding-top: 0.7647058824vw;
    margin-top: 0.5882352941vw;
    padding-bottom: 0.8235294118vw;
    border-bottom: 1px solid rgba(169,225,211,.2);
    font-size: 1vw;
    line-height: 1.4;
    color: #99bec9 !important;
    transition: border-bottom .6s cubic-bezier(.19,1,.22,1);
    max-width: 300px;
    text-align: right;
    float: right;
    width: 300px;
    text-decoration: none;
}	

.fot-links{
	width: 100%;
	float: right;
}

address {
    margin-bottom: 3rem !important;
    font-style: normal;
    line-height: inherit;
}	

.faq:hover:before {
    transform: scaleX(1);
}

.legal-link:hover:before {
	transform: scaleX(1);
}

.faq:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #99bec9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.legal-link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #99bec9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.social-list-item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #99bec9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.social-list-item a:hover:before {
    transform: scaleX(1);
}

.second-footer{
	background: #172c33;
    padding: 50px;
    color: white;
    text-align: center
}

h1.box-headline.letters.rotate-2 {
	margin-block-start: 0px;
	margin-block-end: 0px;
}

h4.cd-headline.clip.is-full-width {
	margin-block-start: -25px;
	margin-block-end: 0px; 
}
.cd-headline.clip b.is-visible {
  font-weight: 100!important;
  letter-spacing: -5px;
}

.box-headline {
  font-size: 130px;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: -5px;
  color: #fff;
}

.box-words-wrapper {
  display: inline-block;
  position: relative;
  /*color: #000000;*/
  font-style: normal;  
}

.box-words-wrapper b {
	display: inline-block;
	position: absolute;
	/*white-space: nowrap;*/      
	white-space: pre;
	left: 0;  
	top: 0;
}
.box-words-wrapper b.is-visible {
	position: relative;
}
.no-js .box-words-wrapper b {
	opacity: 0;
}
.no-js .box-words-wrapper b.is-visible { 
	opacity: 1;
}
.box-headline.rotate-2 .box-words-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-style: normal;
}

/*.box-headline.rotate-2 b {
	opacity: 0;
    }*/

    .box-headline.rotate-2 i {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translateZ(-20px) rotateX(90deg);
     transform: translateZ(-20px) rotateX(90deg);
     opacity: 0;
 }

 .is-visible .box-headline.rotate-2 i {
     opacity: 1;
 }

 .box-headline.rotate-2 i.in {
     -webkit-animation: box-rotate-2-in 0.4s forwards;
     animation: box-rotate-2-in 0.4s forwards;
 }

 .box-headline.rotate-2 i.out {
     -webkit-animation: box-rotate-2-out 0.4s forwards;
     animation: box-rotate-2-out 0.4s forwards;
 }

 .box-headline.rotate-2 em {
     -webkit-transform: translateZ(20px);
     transform: translateZ(20px);
 }

 .no-csstransitions .box-headline.rotate-2 i {
     -webkit-transform: rotateX(0deg);
     transform: rotateX(0deg);
     opacity: 0;
 }

 .no-csstransitions .box-headline.rotate-2 i em {
     -webkit-transform: scale(1);
     transform: scale(1);
 }

 .no-csstransitions .box-headline.rotate-2 .is-visible i {
     opacity: 1;
 }

 @-webkit-keyframes box-rotate-2-in {
     0% {
      opacity: 0;
      -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
      opacity: 1;
      -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes box-rotate-2-in {
 0% {
  opacity: 0;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
}
60% {
  opacity: 1;
  -webkit-transform: translateZ(-20px) rotateX(-10deg);
  transform: translateZ(-20px) rotateX(-10deg);
}
100% {
  opacity: 1;
  -webkit-transform: translateZ(-20px) rotateX(0deg);
  transform: translateZ(-20px) rotateX(0deg);
}
}

@-webkit-keyframes box-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
	}
}

@keyframes box-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg);
	}
}
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
     line-height: 250px;
 }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
     height: 200px;
     line-height: 300px;
 }
 .cd-title h1 {
   font-size: 3rem;
}
}

.cd-intro {
	width: 100%;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
     margin: 5em auto;
 }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
     margin: 6em auto;
 }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
     font-size: 4.4rem;
     font-weight: 300;
 }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
     font-size: 6rem;
 }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  color: white;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
  padding: .1em 0;
}
.cd-headline.clip .cd-words-wrapper {
 /*overflow: hidden;*/
 vertical-align: top;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
	opacity: 1;
}


@media (min-width: 1200px){
	.card-item-image.media-short img {
		height: 270px;
	}
}

@media (min-width: 992px){
	.card-item-image.media-short img {
		height: 220px;
	}
}

@media (min-width: 1200px){
	.card-item-image img {
		height: 420px;
	}
}


@media (min-width: 992px){
	.card-item-image img {
		height: 310px;
	}
}


@media (min-width: 768px) {
	.card-item-image img {
		height: 100%;
		min-width: 100%;
	}
}

@media (min-width: 992px) {
	.card-item-image img {
		position: static;
		top: 0;
		transform: translateX(-50%);
		margin-left: 50%;
	}
}

.card-item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    min-width: 100%;
    transition: all .3s ease-in-out;
}

@media (min-width: 992px){
	.card-item-image {
		width: auto;
		height: auto;
	}
}

.card-item-image {
    position: relative;
    width: auto;
    height: 220px;
    overflow: hidden;
}

.card-media-container {
    position: relative;
}

.card-item-image, .card-item-title, .card-item-description, .cta-hover-reveal {
    transition: all .2s ease-in-out;
}

.card-media-container .tags {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 20px;
    z-index: 1;
}

.tags .tag {
    font-size: 14px;
    display: inline-block;
    padding: 0px 12px 0px;
    background-color: #00607c;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 100;
    margin-right: 10px;
}

.dark-theme .m13-insights .card-footer-body.footer-body-padded {
    background: #000000;
}

@media (min-width: 768px){
	.m13-insights .citi-card .card-footer-body {
		height: auto;
	}
}

.m13-insights .citi-card .card-footer-body {
    padding-bottom: 40px;
}

@media (min-width: 992px){
	.card-footer-body.footer-body-padded {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

.card-footer-body.footer-body-padded {
    padding: 30px 30px;
    background: #dedede;
    position: relative;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px){
	.card-footer-body {
		height: auto;
	}
}

.card-footer-body {
    flex: 1 1 auto;
}

.citi-card .citi-card-inner-wrapper .card-footer-body .card-item-title {
    max-height: 108px !important;
    -webkit-line-clamp: 3 !important;
}

@media (min-width: 768px){
	.card-footer-body .card-item-title {
		font-weight: normal;
		font-size: 26px;
		line-height: 34px;
	}
}

.card-footer-body .card-item-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 8px;
    display: flex;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 12;
    -webkit-hyphenate-limit-after: 3;
    -moz-hyphenate-limit-chars: 15 12 3;
    -webkit-hyphenate-limit-chars: 15 12 3;
    -ms-hyphenate-limit-chars: 15 12 3;
    hyphenate-limit-chars: 15 12 3;
    max-height: 68px !important;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    /* text-overflow: ellipsis !important; */
}

.card-item-title {
    transition: all .2s ease-in-out;
}

.hyphenate {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 12;
    -webkit-hyphenate-limit-after: 3;
    -moz-hyphenate-limit-chars: 15 12 3;
    -webkit-hyphenate-limit-chars: 15 12 3;
    -ms-hyphenate-limit-chars: 15 12 3;
    hyphenate-limit-chars: 15 12 3;
}


.card-footer-body .byline {
    font-size: 12px;
    font-weight: 100;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.card-footer-body .byline + .byline-date {
    margin-top: -15px;
}

.card-footer-body .byline-date {
    font-size: 12px;
    font-weight: 100;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px;
}

@media (min-width: 768px) {
	.m13-insights .citi-card .card-footer-body .card-item-description {
		max-height: none;
		display: block !important;
	}
}

@media (min-width: 768px){
	.card-footer-body .card-item-description {
		font-size: 16px;
		font-weight: 100;
		line-height: 1.5em;
	}
}

.card-footer-body .card-item-description {
    font-size: 16px;
    z-index: 1;
    line-height: 1.5em;
    font-weight: 100;
    margin-bottom: 10px;
}

.card-footer-body .card-item-description {
    max-height: 4.5em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-item-description {
    height: 68px !important;
}

.card-item-description {
    transition: all .2s ease-in-out;
}


@media (min-width: 992px){
	.citi-card:hover .card-footer-body .cta-hover-reveal {
		opacity: 100;
		transform: translateY(0px);
	}
}

@media(min-width: 992px){
	.citi-card-with-hover-effect:hover .card-footer-body .learn-more {
		height: 10px;
	}
}

.learn-more {
    color: #00607c !important;
    margin-bottom: 15px;
}

@media (min-width: 992px){
	.card-footer-body .cta-hover-reveal {
		opacity: 0;
		height: 0px;
		display: block;
	}
}

@media (min-width: 992px){
	.card-footer-body .learn-more {
		display: none;
		opacity: 0;
	}
}


.card-footer-body .learn-more {
    display: block;
    opacity: 100;
}

.learn-more {
	color: #144d5e !important;
}

.learn-more {
    margin-top: 10px;
    color: #0065a8;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.cta-hover-reveal {
    transition: all .2s ease-in-out;
}

.learn-more .arrow {
    margin-left: 6px;
    position: relative;
    top: -2px;
    width: 13px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ada-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.m13-insights .insight-masonry-wrapper.insight-masonry-wrapper-active .citi-card {
    padding-left: 0px;
    padding-right: 0px;
}

.m13-insights .citi-card {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.m13-insights .citi-card {
    border-bottom: none !important;
}

.citi-card {
    max-width: 100% !important;
}

@media (min-width: 992px){
	.citi-card {
		margin-bottom: 45px;
	}
}


@media (min-width: 768px){
	.citi-card {
		border-bottom: 0;
		margin-bottom: 0px;
	}
}

.citi-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-top: 20px;
    transition: all .2s ease-in-out;
    width: 100%;
    cursor: pointer;
}

@media (min-width: 992px){
	.card-footer-body .cta-hover-reveal {
		opacity: 0;
		height: 0px;
		display: block;
	}
}

.citi-card:hover .citi-card-inner-wrapper.hover-slide-up {
    transform: translateY(-10px) !important;
}

.citi-card-inner-wrapper.hover-slide-up {
    transition: all .2s ease-in-out;
}

@media (min-width: 992px){
	.header-container {
		height: 100vh;
	}
}

@media (min-width: 768px) {
	.header-container {
		padding-left: 70px;
		flex-direction: row;
		display: flex;
	}
}

@media (min-width: 992px){
	.order-lg-1 {
		order: 1;
	}
}

.module-header.narrow {
    font-weight: 100 !important;
    font-style: normal !important;
}

@media (min-width: 768px){
	.module-header {
		align-items: flex-start;
	}
}

.module-header.narrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px){
	.module-header {
		flex-direction: row;
		align-items: flex-end;
		border: 0;
	}
}   

.module-header {
    padding-bottom: 40px;
}

.stick{
	position: sticky;
    top: 80px;
}

.learn-more:hover .arrow {
    transform: translateX(8px);
}


.breadcrumb-item a{
    color: black;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}

.breadcrumb-item span{
	color: black;
    font-size: 16px;
}


.breadcrumb-item a:hover{
    color: #144d5e !important;
}

.main{
	padding-bottom: 120px;
}


.titulo{
	font-size: 3.5rem !important;
	font-family: 'myFontTitulos';
}

.main-section{
	background: #eaebed;
}

.principal{
	background: #d0e1e6;
}

.second-titulo{
	text-align: center;
    font-size: 40px !important;
    font-family: 'myFontTitulos';
}


.second-main{
	padding-bottom: 30px;
}

.conteudo-caixa{
 padding: 0px 12em 0px 12em;
}
@media (max-width: 768px){
    .conteudo-caixa{
        padding: 0px 4em 50px 4em;
    }
}


.box-titulo{
	text-align: left;
    font-size: 22px !important;
}
.caixas{
	padding: 30px 40px 30px 15px;
	transition: all 300ms ease-in-out;
}


.caixas:hover {
    transition: all 300ms ease-in-out;
    transform: translateY(-10px);
}

.segunda-section{
	margin-top: 100px;
}

@media (min-width: 768px){
	.card-container12 {
		text-align: left !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}
}

.card-container12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    transition: all 0.2s ease-out;
}

@media (min-width: 768px){
	.card-container12 .image-container {
		margin-bottom: 30px;
		height: 240px;
		margin-left: -8px;
	}
}

.card-container12 .image-container {
    height: 260px;
    width: 100%;
    margin-bottom: 15px;
}

.card-container12 .label {
    margin-bottom: 22px;
}

.label {
    text-transform: uppercase;
    background: #144d5e;
    font-size: 14px;
    letter-spacing: -.23px;
    color: #ffffff;
    line-height: unset;
    font-weight: 100;
    padding: 0px 12px 0px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    padding: 3px 15px 3px 15px;
}

.card-container12:hover {
    transition: all 300ms ease-in-out;
    transform: translateY(-10px);
}

.insigns{
	padding-bottom: 80px;
}

.person {
    border-right: none;
}

.person {
    height: auto;
}

.person {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px){
	.person {
		justify-content: unset !important;
	}
}

.person {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.person {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.person .expand-container{
    display: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 100;
    z-index: 1;
}

.headshot {
    height: 200px;
}

.person .headshot {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.person .headshot {
    height: 200px;
}

.person .headshot img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.person .headshot img {
    width: 200px !important;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain';
    /*mix-blend-mode: multiply;*/
}

.name{
	font-size: 1.4rem;
}


.text-container{
	width: 100%;
}

.tag-news{
	padding: 0px 12px 0px;
    background-color: #144d5e;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 100;
    margin-right: 10px;
    font-weight: 400;
}

.details{
	margin-bottom: 10px;
}

.title{
	color: #00607c;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.media-relations-page p{
	color: black;
	font-weight:400;
	font-size: 18px;
	margin-top: 10px;
}


.item{
	margin-top: 65px;
}

.date{
	font-weight: 500;
}


.accordion-button:focus{
	background-color: #e7f1ff !important;
}

.accordion-button:not(.collapsed) {
    color: #144d5e !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: azure !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: firebrick !important;
}

.contact-form .contact-form-block input:not([type="checkbox"]), .contact-form .contact-form-block textarea {
	position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0 1.5em 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #CCC;
    background: none;
    outline: none;
    transition: border 0.2s;
    margin-bottom: 20px;
    color: black;
}

.contact-form .contact-form-block .contact-form-privacy {
    font-size: 16px;
}

.contact-form .contact-form-block .contact-form-checkboxes .checkbox-item {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-right: 48px;
}

.contact-form .contact-form-block .contact-form-privacy+.contact-form-checkboxes {
    margin-top: 24px;
}

.contact-form .contact-form-block .contact-form-checkboxes {
    display: flex;
    flex-wrap: wrap;
}

.contact-form .contact-form-block .contact-form-checkboxes .checkbox-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.contact-form .contact-form-block .contact-form-checkboxes .checkbox-item label {
    display: inline-flex;
    margin: 0;
}

.contact-form .contact-form-block .contact-form-checkboxes .checkbox-item label .checkbox {
    width: 24px;
    height: 24px;
}

.contact-form .contact-form-block .contact-form-checkboxes .checkbox-item label .text {
    font-size: 16px;
}

.box-news{
	min-height: 100px;
    background: #16657b;
    padding: 15px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 0px 0px 10px 2px #cbcbcb;
    color: white;
    position: relative;
}


.card-container {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    transition: all 0.2s ease-out;
}

.box-news h4{
	font-size: 1em;
	font-weight: 400;
}

.box-news p{
	margin-bottom: 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-size: 14px;
}


.conteudo-news:after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 2rem;
    bottom: 1px;
    left: 1rem;
    height: 3px;
    background: #dedede;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;

}

.box-news:hover .conteudo-news:after {
    width: 70px;
}


.label-services{
	text-transform: uppercase;
    background: #144d5e;
    font-size: 14px;
    letter-spacing: -.23px;
    color: #ffffff;
    line-height: unset;
    font-weight: 100;
    padding: 3px 12px 3px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
    width: 200px;
    font-weight: 400;
}

@media (min-width: 768px){
	.card-container .image-container img {
		width: calc(100% - 10px);
	}
}

.card-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

@media (min-width: 768px){
	.card-container .image-container {
		margin-bottom: 30px;
		height: 240px;
		margin-left: -8px;
	}
}

.card-container .image-container {
    height: 260px;
    width: 100%;
    margin-bottom: 15px;
}

.card-container{
	text-decoration: auto;
}

.desc-services{
	color: black;
    margin-top: 20px;
    font-size: 16px !important;
}

.title-services{
	color: black;
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
}

@media (min-width: 768px){
	.card-container .learn-more {
		opacity: 0 !important;
	}
}

.card-container .learn-more {
    opacity: 100;
}


@media (min-width: 768px){
	.card-wrapper:hover .card-container .learn-more {
		opacity: 100 !important;
	}
}


@media (min-width: 768px){
	.card-wrapper:hover .card-container {
		transform: translateY(-20px);
		transition: all 0.2s ease-out;
	}
}


.item-service{
	margin-top: 65px;
    box-shadow: 0px 0px 15px 0px #d5d5d5;
    padding: 15px;
}



@media (min-width: 768px){
	.layered-images {
		height: 560px !important;
		margin-bottom: 100px !important;
	}
}

.layered-images {
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
}

@media (min-width: 992px){
	.layered-images .image-1 {
		width: 90% !important;
	}
}

@media (min-width: 768px){
	.layered-images .image-1 {
		width: 80% !important;
		height: 80% !important;
	}
}

.layered-images .image-1 {
    width: 90%;
    height: 75%;
}

.layered-images .image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.layered-images .image-2 {
    width: 60%;
}

@media (min-width: 768px){
	.layered-images .image-2 {
		width: 50% !important;
	}
}

.layered-images .image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60%;
    width: 60%;
}

.layered-images .image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media (min-width: 992px){
	.layered-images {
		height: 730px !important;
		margin-bottom: 100px !important;
	}
}


@media (min-width: 768px){
	.texto-ser {
		padding-left: 50px;
		padding-right: 50px;
	}
}


.quote {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}


@media (min-width: 768px){
	.quote {
		text-align: left;
		border-left: 1px solid #000000;
		padding-left: 50px;
		margin-bottom: 100px;
	}
}



.quote .author {
    font-style: italic;
    font-size: 20px;
    font-weight: 100;
}

@media (min-width: 768px){
	.quote .author {
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
	}
}

.quote .author-title {
    display: none;
    font-size: 20px;
    font-weight: 100;
}

@media (min-width: 768px) {
	.quote .author-title {
		display: block;
		font-size: 16px;
	}
}

.quote p:after {
    font-family: saintecolombe !important;
    content: '"';
    display: inline;
}



@media (min-width: 768px){
	.quote p:before {
		content: '';
		display: block;
		background-image: url(https://www.privatebank.citibank.com/iwov-resources/img/icons/single-quote-left.svg);
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		background-position: 0 -10px;
		border: 0;
		background-size: 36px;
		margin-bottom: 32px;
	}
}

.questions{
	margin-top: 0px;
    background: #144d5e;
    padding: 50px;
    color: white;
}

.accordion-button{
	color: white !important;
    font-size: 20px !important;
}


.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #e7f1ff00 !important;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}


.accordion-button:not(.collapsed) {
    color: #ffffff !important;
}
@media only screen and (min-width: 768px) {
    .accordion-body {
        font-size: 16px !important;
        padding: 20px 25px 40px 25px !important;
        color: #ffffffeb !important;
        font-weight: 100 !important;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-body {
        font-size: 12px !important;
        padding: 10px 15px 10px 15px !important;
        color: #ffffffeb !important;
        font-weight: 100 !important;
    }
}

.meet{
    padding-top: 55px;
}

.accordion {
	--bs-accordion-color: #000;
	--bs-accordion-bg: #628a9600 !important;
	--bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: 1px;
	--bs-accordion-border-radius: 0.375rem;
	--bs-accordion-inner-border-radius: calc(0.375rem - 1px);
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
	--bs-accordion-btn-focus-border-color: #86b7fe;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25remrgba(13, 110, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: #0c63e4;
	--bs-accordion-active-bg: #e7f1ff;
}

.accordion-button:focus {
	background-color: #e7f1ff00 !important;
}

@media (min-width: 768px){
	.main-person {
		display: block !important;
	}
}

.main-person {
    display: block;
    margin-top: 75px;
    margin-bottom: 90px;
}

.main-person .person {
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
	.person, .awards_carousal .person {
		justify-content: unset !important;
	}
}

.person, .awards_carousal .person {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.person {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-person .headshot {
    height: 250px !important;
    width: 250px !important;
}

.person .headshot, .awards_carousal .person .headshot {
    width: 200px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.person .headshot {
    height: 150px;
    width: 150px;
    background: #d0e1e6;
}

.person .headshot img, .awards_carousal .person .headshot img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


.person .headshot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}


.person .text-container {
    width: 100%;
}

.main-person .text-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 0;
    margin-top: 20px;
    text-align: left;
}

.person .text-container, .person .text-container, .awards_carousal .person .text-container, .awards_carousal .person .text-container {
    padding: 0;
    align-items: center;
}

@media (min-width: 1200px) {
	.person .text-container {
		margin-left: 25px;
		padding-right: 20px;
	}
}

.person .text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.description-container p{
	font-size: 20px;
}


.hero-image-container {
    overflow: hidden;
}


@media (min-width: 768px) {
	.hero-image-container {
		padding-bottom: 0;
		margin: 0;
	}
}

.hero-image-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.text-container {
    padding-bottom: 20px;
}


@media (min-width: 992px) {
	.text-container {
		padding-top: 60px;
	}
}


.article-details {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    margin-bottom: 20px;
}


@media (min-width: 1200px) {
	.article-details {
		margin-bottom: 65px;
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.article-details {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.article-details {
		flex-direction: column;
	}
}


.article-details .label {
	text-transform: uppercase;
    background: #d0e1e6;
    font-size: 14px;
    letter-spacing: -.23px;
    color: #000000;
    line-height: unset;
    font-weight: 100;
    padding: 0px 12px 0px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    padding: 3px 15px 3px 15px;
}

.text-container h1 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 50px;
}


@media (min-width: 768px){
	.text-container h1 {
		font-size: 46px;
		line-height: 60px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.text-container h1 {
		font-size: 56px;
		line-height: 65px;
	}
}

.text-container p {
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    line-height: 24px;
}

@media (min-width: 768px) {
	.text-container p {
		font-size: 18px;
		text-align: left;
		width: 90%;
		letter-spacing: -0.01em;
		line-height: 1.5em;
	}
}

@media (min-width: 992px) {
	.text-container p {
		font-size: 20px;
		line-height: 32px;
	}
}

.global{
	margin-top: 75px;
}


.ambitions-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s ease-out;
}


@media (min-width: 768px){
	.ambitions-partial a.ambitions-card-container {
		padding: 0;
	}
}

@media (min-width: 768px) {
	a.ambitions-card-container {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.ambitions-card-container {
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
	}
}


.img-serve{
	width: auto;
    height: 500px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

@media (min-width: 768px){
	.ambitions-partial .citi-card {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}
}

@media (min-width: 992px){
	.ambitions-partial {
		border-right: 0.5px solid #000000;
	}
}

.title-serve{
    color: black;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 15px;
}


.description-serve{
	color: black;
    margin-top: 20px;
    font-size: 16px !important;
    margin-bottom: 35px !important;
}


a.ambitions-card-container .learn-more {
    display: block;
}

@media (min-width: 768px){
	.ambitions-card-container .learn-more {
		opacity: 0;
	}
}

a.ambitions-card-container:hover .citi-card-inner-wrapper {
    transition: all 0.2s ease-out;
    transform: translateY(-20px);
}

a.ambitions-card-container:hover .learn-more {
    opacity: 100;
}


.main-box{
    text-align: center;
    padding: 30px;
    background: white;
    border: 1px solid #b4b4b4;	
    min-height: 300px;
}

.section_top{
	margin-top: -100px;
}

.backgorund{
	height: 100px !important;
    background: #076480;
    margin-top: -100px
}




