/*------------------------------------------------------------------------*/
/*  1500px                                                                */
/*------------------------------------------------------------------------*/
@media only screen and (max-width : 1440px) {

	body {
		font: normal 14px/20px "Poppins";
	}

	h1 { font: normal 54px/46px "Lavish"; }
	h1 span { font: normal 42px/42px "Poppins"; }

	.container {
		width: 1080px;
		padding: 0 40px;
	}

	.icon_inscrever img {
	    width: 90px;
	}
	.icon_instagram {
		right: 60px;
	    bottom: 145px;
	}
	.icon_instagram img {
	    width: 50px;
	}

	header {
	    height: 80px;
	}
	header:after {
	    width: 1080px;
	}
	header #menu {
	    height: 80px;
	}
	header nav ul li {
	    margin: 0 30px 0 0;
	}
	header nav ul li a {
	    font: normal 14px / 44px "Poppins";
	}
	header nav ul li .button_pink {
	    height: 44px;
	    font: normal 14px / 44px "Poppins";
	    padding: 0 20px;
	}
	header .logo img {
	    height: 50px;
	}
	section#featured h1 {
	    margin: 40px 0 20px 0;
	}
	section#featured h1 span {
	    font-size: 42px;
	    line-height: 42px;
	}

	section#featured .button_green {
	    height: 44px;
	    font: normal 14px / 44px "Poppins";
	    padding: 0 20px;
	}

	section#ecocia {
	    padding: 90px 0;
	}
	section#ecocia:before {
	    width: 480px;
	    height: 335px;
	}
	section#ecocia .image img {
	    width: 100%;
	    padding: 0 0 0 30px;
	}
	section#ecocia .text p {
	    font-size: 18px;
	    line-height: 24px;
	    margin: 15px 0 5px 0;
	}
	section#ecocia .text img {
	    height: 54px;
	    margin: 0 0 15px 0;
	}
	section#ecocia .text .button_pink {
	    height: 44px;
	    font: normal 14px / 44px "Poppins";
	    padding: 0 20px;
	}
	section#ecocia:after {
	    width: 277px;
	    height: 480px;
	    bottom: -180px;
	}
	section#palestra {
	    width: 990px;
	    height: 525px;
	    padding: 70px 0;
	}
	section#palestra .text {
	    width: 600px;
	}
	section#palestra .text p {
	    margin: 15px 0;
	}
	section#palestra .button_green {
	    height: 44px;
	    font: normal 14px / 44px "Poppins";
	    padding: 0 20px;
	}
	section#palestrante {
	    padding: 90px 0;
	}
	section#palestrante .image img {
	    width: 100%;
	    padding: 0 30px 0 0;
	}
	section#palestrante .text p {
	    margin: 15px 0 0 0;
	}
	section#palestrante:after {
	    width: 276px;
	    height: 480px;
	    top: -160px;
	}

	section#evento {
	    background-size: auto 240px;
	    padding: 80px 0;
	}
	section#evento .text {
	    padding: 0 0 0 0;
	}
	section#evento .title h1:after {
	    height: 20px;
	    bottom: -30px;
	}
	section#evento .button_pink {
	    height: 44px;
	    font: normal 14px / 44px "Poppins";
	    margin: 30px 0 0 0;
	    padding: 0 20px;
	}

	section#premiacao {
	    padding: 90px 0;
	}
	section#premiacao:after {
	    width: 296px;
	    height: 720px;
	    top: 60px;
	}
	section#premiacao .text h1 {
	    max-width: 600px;
	}
	section#premiacao .text p {
	    font-size: 16px;
	    line-height: 20px;
	    margin: 10px 0 30px 0;
	}
	section#premiacao .text ul li {
	    width: 160px;
	    height: 44px;
	    font-size: 16px;
	    line-height: 44px;
	    padding: 0 15px;
	}
	section#premiacao .text ul li.big {
	    width: 240px;
	}
	section#premiacao .text {
		width: 780px;
	    margin: auto;
	}

	section#confraternizacao {
	    padding: 30px 0 90px 0;
	}
	section#confraternizacao .image img {
	    width: 100%;
	    padding: 0 0 0 30px;
	}
	section#confraternizacao .text p {
	    font-size: 18px;
	    line-height: 24px;
	    margin: 15px 0;
	}
	section#confraternizacao .text .button_pink {
	    height: 44px;
	    font: normal 14px / 44px "Poppins";
	    padding: 0 20px;
	}

	section#partners {
	    height: 540px;
	}
	section#partners:after {
	    height: 240px;
	}
	section#partners .left img {
	    height: 340px;
	}
	section#partners .right img {
	    height: 280px;
	    margin: 30px auto 0 auto;
	}

	footer {
	    padding: 60px 0 10px 0;
	}
	footer .text p {
	    font-size: 18px;
	    line-height: 26px;
	    margin: 20px 0 10px 0;
	}
	footer .button_pink {
	    height: 60px;
	    background: #ff1492 url(../img/icon_wpp.svg) no-repeat 24px 50%;
	    background-size: auto 30px;
	    font: normal 18px / 60px "Poppins";
	    padding: 0 20px 0 60px;
	}
	footer .button_pink span {
	    font-size: 30px;
	}
	footer .copyright {
	    margin: 60px 0 0 0;
	}
	footer .copyright:after {
	    width: 1080px;
	}
	footer .copyright img {
	    height: 50px;
	    margin: 0 auto;
	}
	footer .copyright p {
	    font: normal 10px / 30px "Poppins";
	}

}

/*------------------------------------------------------------------------*/
/*  440px                                                                 */
/*------------------------------------------------------------------------*/
@media only screen and (max-width : 440px) {

	body {
		font: normal 16px/22px "Poppins";
	}

	h1 { font: normal 40px/40px "Lavish"; }
	h1 span { font: normal 36px/40px "Poppins"; }

	.container {
		width: 100%;
		padding: 0 30px;
	}

	header nav,
	section#ecocia:after,
	section#partners:after {
		display: none;
	}

	.icon_inscrever {
	    right: 10px;
	    bottom: 10px;
	}
	.icon_instagram {
	    right: 10px;
	    bottom: 110px;
	}

	header {
        height: 80px;
    }
    header:after {
        width: calc(100% - 60px);
    }
	header #menu {
	    justify-content: center;
	}
    header .logo img {
        height: 50px;
    }
    header #menu {
        height: 80px;
    }

	section#featured {
		background: url(../img/bg_topo.jpg) no-repeat 55% 50%;
        background-size: cover;
	    height: 70vh;
	}
	section#featured .text {
	    width: 100%;
        padding: 0 60px 0 0;
	}
	section#featured h1 {
        font-size: 32px;
        line-height: 30px;
    }
	section#featured h1 span {
        font-size: 26px;
        line-height: 30px;
    }
    section#ecocia {
		text-align: center;
        padding: 70px 0;
        overflow: hidden;
    }
	section#ecocia:before {
	    top: -90px;
	    right: -50%;
	}
	section#ecocia .text,
	section#ecocia .image {
	    width: 100%;
	    padding: 0;
	}
	section#ecocia .text p {
        font-size: 16px;
        line-height: 24px;
    }

    section#ecocia .text img {
        height: 48px;
        margin: 0 auto 30px auto;
    }
    section#ecocia .image img {
        margin: 60px 0 0 0;
        padding: 0;
    }
    section#palestra {
        width: 100%;
        height: 560px;
        padding: 50px 0;
    }
    section#palestra .text {
        width: 100%;
        padding: 0 30px;
    }
    section#palestra .text p {
        font-size: 14px;
        line-height: 18px;
    }

    section#palestrante {
        padding: 70px 0;
    }
	section#palestrante .text,
	section#palestrante .image {
	    width: 100%;
	}
	section#palestrante .image img {
        padding: 0;
    }
	section#palestrante .text {
	    text-align: center;
	    padding: 0 30px;
	    margin: 30px 0 0 0;
	}
    section#evento {
        background-size: auto 180px;
        text-align: center;
        padding: 70px 0;
    }
	section#evento .title,
	section#evento .text {
	    width: 100%;
	}
    section#evento .text {
        margin: 45px 0 0 0;
    }
    section#evento .title h1:after {
        bottom: -25px;
    }

	section#premiacao {
        padding: 70px 0;
    }
	section#premiacao .text {
        width: 100%;
    }
    section#premiacao .text ul li {
        width: 150px;
        margin: 5px;
    }
	section#premiacao .text ul li.big {
        width: 220px;
    }
    section#confraternizacao {
    	text-align: center;
        padding: 0 0 70px 0;
    }
    section#confraternizacao .text,
    section#confraternizacao .image {
	    width: 100%;
	    padding: 0;
	}
    section#confraternizacao .image img {
        margin: 45px 0 0 0;
        padding: 0;
    }
    section#partners {
        height: auto;
        padding: 70px 0;
    }
	section#partners .left,
	section#partners .right {
	    width: 100%;
	    float: left;
	    position: relative;
	}
    section#partners .left img {
        width: 100%;
        height: auto;
        padding: 0 60px;
    }
    section#partners .right img {
        width: 100%;
        height: auto;
        margin: 90px auto 0 auto;
        padding: 0 30px;
    }
	section#partners .right:after {
	    content: "";
	    width: 180px;
	    height: 1px;
	    background: #FFFFFF;
	    background: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	    position: absolute;
	    top: 40px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	footer {
        padding: 60px 0 90px 0;
    }
    footer .text p {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0 10px 0;
    }

	footer .copyright:after {
        width: calc(100% - 60px);
    }
    footer .copyright p {
        font: normal 11px / 14px "Poppins";
        margin: 15px 0;
    }

}
