:root
{
    --color-black: #000000;
    --color-red: #FF4F4F;
    --color-white: #ffffff;
    --color-gray: #f7f6f7;
    --color-green: #00EA1C;
    --color-text-bold: #24B29C;
}

.color-bold {
    color: var(--color-text-bold);
}

.color-bold-bk {
    color: var(--color-black);
}

.color-bold-green {
    color: #24B29C;
}

html, body {
    height: 100%;
    background-color: var(--color-gray);
    scroll-behavior: smooth; 
}

a.navigation {
    position: relative;
    top: -80px;
    display: block;
    height: 30px;    
}

.wrap-desktop {
    display: block !important;
}

.wrap-mobile {
    display: none !important;
}

/* HEADER */

.navbar {
    background-color: var(--color-gray);
    border-bottom: solid 3px var(--color-black);    
}
  
.navbar-brand {
    height: 60px;
    line-height: 60px;
}

.navbar-brand img {
    width: 165px;
    position: relative;
    top: -8px;
}

.nav-item {
    margin-left: 10px;
}

.nav-link-bg-01 {
    background-image: url(../../assets/images/menu/bt-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 128px;
    height: 50px;
}

.nav-link-bg-02 {
    background-image: url(../../assets/images/menu/bt-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 113px;
    height: 50px;
}

.nav-link-bg-03 {
    background-image: url(../../assets/images/menu/bt-03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 156px;
    height: 50px;
}

.nav-link-bg-04 {
    background-image: url(../../assets/images/menu/bt-04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 101px;
    height: 50px;
}

.nav-link-bg-05 {
    background-image: url(../../assets/images/menu/bt-05.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 187px;
    height: 50px;
}

.nav-link {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "proxima-nova";
    font-weight: bold;    
    font-size: 14px;    
    color: var(--color-black) !important;
    margin-left: 10px;
    text-transform: uppercase;
    margin-top: -6px;
}

/* SECTION-01 */

.section-01-bg {
    margin-top: 77px;
    background-image: url("../../assets/images/section-01/banner_23.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 3px var(--color-black);
}

.section-01-container {
    height: 500px;
}

.section-01-image-woman {
    width: 340px;
    margin-top: 34px;
    position: absolute;
    left: 0px;
}

.section-01-image-01 {
    width: 450px;
    margin-top: 60px;
}

.section-01-image-02 {
    width: 430px;
    margin-bottom: 75px;  
}

.section-01-banner-text-container {
    margin-top: 84px;
}


.section-01-banner-text-container-encontro {
    margin-top: 74px;
}


.section-01-banner-text-container p {
    font-family: "proxima-nova";
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    height: 54px;
	line-height: 1.2;
}

.section-01-banner-text-container-encontro p {
    font-family: "proxima-nova";
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    height: 44px;
	line-height: 1.2;
}

.section-01-banner-text-bold {
    font-weight: bold;
}

.section-01-text-date {
    text-align: left;
    margin-top: 26px;    
}

.section-01-text-date-encontro p {
    font-family: "proxima-nova";
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    height: 32px;
	line-height: 1.2;
}

.section-01-text-date p {
    font-family: "proxima-nova";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    height: 32px;
	line-height: 1.2;
}

.color-green {
    color: #00EA1C;
}


.section-01-text-date-sub {
    margin-top: 6px !important;
    font-size: 12px !important;
}

/* SECTION-02 */

.section-bg-02 {
    background-image: url(../../assets/images/section-02/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 3px var(--color-green);
}

/* ABOUT-US */

.about-us-title-container {
    background-image: url(../../assets/images/section-02/placeholder-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 215px;
    height: 64px;
}

.about-us-title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 25px;
    padding-left: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
}

.about-us-description {
    margin-top: 15px;
}

.about-us-description-text {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 17px;    
    text-align: justify;
    padding-left: 0px;
}

.about-us-image {
    width: 260px;
}

/* WHY */

.why-title-container {
    background-image: url(../../assets/images/section-02/placeholder-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 158px;
    height: 66px;
}

.why-title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 25px;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 52px;
    height: 52px;
}

.why-description {
    margin-top: 15px;
}

.why-description-text {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 17px;    
    text-align: justify;
    padding-left: 0px;
}

.why-image {
    width: 200px;
}

/* WHAT-WE-DO */

.what-we-do {
    margin-bottom: 30px;
}

.what-we-do-title-container {
    background-image: url(../../assets/images/section-02/placeholder-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 255px;
    height: 65px;
}

.what-we-do-title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 25px;
    padding-left: 33px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 53px;
    height: 53px;
}

.what-we-do-description {
    margin-top: 20px;
}

.what-we-do-description-text {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 17px;    
    text-align: justify;
    padding-left: 0px;
}

.what-we-do-description-text ul{
    list-style-type:none;
    padding-left: 20px;
    margin-top: 5px;
}
  
.what-we-do-description-text ul li {
    position:relative ;
}

.what-we-do-description-text ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    left: -20px;
    border: 3px solid #00EA1C;
    top: 5px;
}

.what-we-do-description-text ul li span {
    color: black;
    font-family: "proxima-nova";
    margin-left: 2px;
}

.what-we-do-image {
    width: 230px;
}

/* PARTNERS */

.partners-title-container {
    background-image: url(../../assets/images/section-02/placeholder-04.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 173px;
    height: 65px;
}

.partners-title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 25px;
    padding-left: 29px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 52px;
    height: 52px;
}

/* SECTION-03 */

.section-bg-03 {

    background-image: url("../../assets/images/section-03/banner_28maio_W.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: auto;
	border-bottom: solid 3px var(--color-black);
}





.section-3title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.section-3title-light {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 35px;
    font-weight:100;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.section-3title-date {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.section-3title-subtitle {
    font-family: "proxima-nova";
    color: #00AD10;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.program-3title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-left: 20px;
}


.program-3name {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-left: 30px;
}

.program-3title-color {
    font-family: "proxima-nova";
    color: #00AD10;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-left: 20px;
}

.program-3namecargo {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-left: 40px;
}

.program-3color {
    font-family: "proxima-nova";
    color: #00AA89;
    font-size: 20px;
    font-weight: bold;
    
	margin: 0px;
	padding: 0px;
	line-height: normal;
	
}

/* EDITION */

/* .edition {
    margin-bottom: 25px;    
} */


.upper {
  text-transform: uppercase;
}





.section-bg-04 {

    background-image: url("../../assets/images/section-03/banner_edition.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: auto;
	border-bottom: solid 3px var(--color-green);
}



.edition-title-container {
    background-image: url(../../assets/images/section-03/placeholder_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 65px;
}

.edition-title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 24px;
    padding-left: 29px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 53px;
    height: 53px;
}

.edition-description {
    margin-top: 20px;
    width: 100%;
}

.edition-description-text {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 15px;    
    text-align: justify;
    padding-left: 0px;
}

.edition-image-disclaimer img {
    width: 380px;
}

.edition-image-woman img {
    width: 418px;
    margin-top: 94px;
}

/* EDITION */

.previous-editions {
    margin-bottom: 25px;    
}

.previous-editions-title-container {
    background-image: url(../../assets/images/section-04/placeholder.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 309px;
    height: 65px;
}

.previous-editions-title {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 25px;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 53px;
    height: 53px;
}

.previous-editions-description {
    margin-top: 20px;
}

.previous-editions-description-text {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 15px;    
    text-align: justify;
    padding-left: 0px;
}

.previous-editions-description-text ul{
    list-style-type:none;
    padding-left: 20px;
    margin-top: 10px;
}
  
.previous-editions-description-text ul li {
    position:relative ;
}

.previous-editions-description-text ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    left: -20px;
    border: 3px solid #00EA1C;
    top: 5px;
}

.previous-editions-description-text ul li span {
    color: black;
    font-family: "proxima-nova";
    margin-left: 2px;
}

.previous-editions-videos {
    margin-top: 85px;
}

.previous-editions-iframe {
    width: 260px;
    height: 140px;
}

/* SECTION-05 */

.section-bg-05 {

    background-image: url("../../assets/images/section-03/banner_23_3W.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: auto;
	border-bottom: solid 3px var(--color-black);
}


.section-03-breve {
    width: 500px;
    margin-bottom: 80px;
	margin-top: 60px;
}



/* FOOTER */

.footer {
    background-color: var(--color-black);
}

.footer-container {
    height: 70px;
    line-height: 70px;    
}

.footer-copyright {
    font-family: "proxima-nova";
    color: var(--color-gray);    
    font-size: 14px;    
    font-weight: 100;
}

.footer-logo {
    width: 60px;
    margin-left: 5px;
    margin-top: -12px;    
}

.footer-project {
    font-family: "proxima-nova";
    color: var(--color-black);
    font-size: 13px;
    font-weight: 400;
    background-color: var(--color-white);
    padding-top: 10px;
    line-height: 20px;
    padding-right: 280px;
}

.footer-icons {
    width: 25px;
    margin: 0px 15px 8px 15px;   
}

.footer-partners {
    background-color: var(--color-white);
}

.footer-partners img {
    width: 130px;
}

.footer-logo-incode {
    margin-left: 5px !important;
    width: 200px !important;
}

.footer-logo-pdigital {
    width: 135px !important;
}

.footer-logo-republic {
    width: 255px !important;
}

/* COOKIES */

.cookie-notification {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: block;
	margin: 0;
	padding: 20px 10px 25px 10px;
	width: 100%;
	background: var(--color-black);
	color: var(--color-white);
	overflow: hidden;
	display: none;
}

.wrapper {
	margin: 0 auto;
	padding: 0px 100px;
	width: 100%;
}

.wrapper::after {
	margin: 0 auto;
	padding: 0px 15px;
	width: 100%;
}

.cookie-text {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 140%;
	font-family: europa_regular;
	width: 100%;
	text-align: center;
}

.cookie-text a {
    font-family: europa_bold;
    color: var(--color-red);    
}

.cookie-accept-area {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.cookie-accept {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 22px;
	border: 2px solid var(--color-red);
	font-family: europa_bold;
	color: var(--color-black);
	text-align: center;
	white-space: nowrap;
    cursor: pointer;
    background-color: var(--color-red);
}

.cookie-accept:hover, .cookie-notification .wrapper .cookie-accept:active {
	background-color: var(--color-black);
	color: var(--color-white);
	text-decoration: none;
}












@media(max-width: 1280px) {

    .section-01-banner-text-container p {
        font-family: "proxima-nova";
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 100;
        padding: 0px;
        margin: 0px;
        height: 54px;
    }


	
	
	
	
}

@media(max-width: 1200px) {

    .nav-item {
        margin-left: 10px;
    }

    .section-01-image-woman {
        width: 340px;
        margin-top: 34px;
        position: absolute;
        left: 0px;
    }
    
    .section-01-image-01 {
        width: 365px;
        margin-top: 60px;
    }
    
    .section-01-image-02 {
        width: 365px;
        margin-top: 40px;  
    }
    
    .section-01-banner-text-container {
        margin-top: 80px;
    }
    
    .section-01-banner-text-container p {
        font-family: "proxima-nova";
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 100;
        padding: 0px;
        margin-top: 0px;
        height: 54px;
    }
	


    .previous-editions-videos-wrap {
        flex: 0 0 25%;
        max-width: 25%;       
    }

    .previous-editions-videos {
        margin: 10px 0px;
    }  

    .footer-project {
        padding-right: 145px;
    }
    
	   /* HEADER */

    .nav-link-bg-01, .nav-link-bg-02, .nav-link-bg-03, .nav-link-bg-04, .nav-link-bg-05 {
        background: none;
        width: 100%;
    }

    .nav-link {
        text-align: right;
        margin-left: 0px;
        margin-right: 10px;
        font-size: 22px;        
    }

    .nav-link-active {
        color: var(--color-green) !important;
    }
	
	
	
	
}

@media(max-width: 1180px) {
    
    .section-01-banner-text-container p {
        margin-left: 60px;
        font-size: 34px;
    }
	


}

@media(max-width: 992px) {

    .wrap-desktop {
        display: none !important;
    }

    .wrap-mobile {
        display: block !important;
    }

 

    /* SECTION 01 */

    .section-01-container {
        height: 640px;
    }

    .section-01-image-woman {
        margin-top: 175px;
        width: 195px;
    }    

    .section-01-image-01 {
        width: 330px;
        margin-top: 30px;
    }    

    .section-01-image-02 {
        width: 345px;
        margin-top: 25px;
		 margin-left: 60px;
    }    

    .section-01-banner-text-container {
        margin-top: 28px;
        margin-bottom: 40px;
        flex: 0 0 25%;
        max-width: 25%;      
    }
    
    .section-01-banner-text-container p {
        font-size: 34px;
        height: 32px;
    }    

    .section-01-text-date {
        text-align: right;
        margin-top: -15px;
    }    
	


    /* SECTION 03 */

    .section-bg-03 {
        padding-bottom: 25px;
    }

    /* ABOUT US */

    .about-us-mobile {
        flex: 0 0 100%;
        max-width: 100%;        
    }

    /* WHY */
    
    .why-mobile {
        flex: 0 0 100%;
        max-width: 100%;        
    }   
    
    /* WHAT-WE-DO */

    .what-we-mobile {
        flex: 0 0 100%;
        max-width: 100%; 
    }

    /* EDITION */

    .edition-mobile {
        flex: 0 0 100%;
        max-width: 100%;         
    }

    .edition-image-disclaimer {
        padding: 0px;
    }    

    .edition-image-disclaimer img {
        width: 340px;
        margin-bottom: 35px;
    }
    
    /* PREVIOUS EDITIONS */

    .previous-editions-mobile {
        flex: 0 0 100%;
        max-width: 100%;      
        margin-top: 10px;   
    }    

    .previous-editions-videos {
        margin: 0px;
    }

    .previous-editions-iframe {
        width: 100%;
        height: 100%;
    }

    /* FOOTER */

    .footer-icons {
        width: 45px;
        margin: 8px 15px 8px 15px;
    }    

    .footer-project {
        font-size: 15px;
        padding-right: 0px;
    }
    
    .footer-logo {
        margin-top: 2px;
    }

    .footer-copyright {
        line-height: 20px;
        margin: 5px 0px 15px 0px;
    }

    .footer-partners-padding-top {
        padding-top: 30px;
    }
}

@media(max-width: 768px) {

    .section-01-banner-text-container {
        margin-top: 25px;
        margin-left: 2px;
    }

    .section-01-image-02 {
        margin-top: 30px;
		 margin-left: 60px;
    }

    .previous-editions-iframe {
        width: 100%;
        height: 380px;
    }

    .section-01-text-date {
        text-align: right;
        margin-top: 0px;
    }

    .section-01-text-date p {
        font-family: "proxima-nova";
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 100;
        padding: 0px;
        margin: 0px;
        height: 22px;
    }    

	
}

@media(max-width: 375px) {

    .section-01-image-01 {
        width: 290px;
        margin-top: 55px;
    }

    .section-01-text-date {
        text-align: right;
        margin-top: 0px;
    }       

    .section-01-image-02 {
        width: 290px;
        margin-top: 22px;
    }    

    .section-01-banner-text-container {
        margin-top: 34px;
    }    

    .section-01-banner-text-container p {
        font-size: 30px;
    }    

    .previous-editions-title-container {
        background-size: contain;
        width: 255px;
    }  
    
    .previous-editions-title {
        font-size: 19px;
        padding-left: 34px;
        line-height: 45px;
        height: 45px;
    }    

    .edition-description-text {
        text-align: left;
    }

    .edition-image-disclaimer img {
        width: 260px;
    } 
    
    .edition-description-text-small-date {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .edition-description-text-small-text {
        flex: 0 0 75%;
        max-width: 75%;        
    }

    .previous-editions-iframe {
        width: 100%;
        height: 100%;
    }    

}