*{
	box-sizing: border-box;
}
@font-face {
	font-family: 'GothamRnd-Book';
	src: url('webfonts/GothamRnd-Book.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-BookIta';
	src: url('webfonts/GothamRnd-BookIta.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-Bold';
	src: url('webfonts/GothamRnd-Bold.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-BoldIta';
	src: url('webfonts/GothamRnd-BoldIta.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-Medium';
	font-weight: bold;
	src: url('webfonts/GothamRnd-Medium.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-MedIta';
	src: url('webfonts/GothamRnd-MedIta.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-Light';
	src: url('webfonts/GothamRnd-Light.otf') format('truetype');
}
@font-face {
	font-family: 'GothamRnd-LightIta';
	src: url('webfonts/GothamRnd-LightIta.otf') format('truetype');
}
b{
	font-family: GothamRnd-Medium, sans-serif !important;
}

html{
	min-height: 100%;
}
body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}
a, li, p, h1, h2{
	font-family: GothamRnd-Medium, sans-serif;
	margin: 0;
	padding: 0;
	color: #717070;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 47px;
}
h2{
	font-size: 37px;
	margin-top: 20px;
}
button{
	font-family: GothamRnd-Medium, sans-serif;
}
.big_container{
	margin:0;
	padding: 0;
	position: relative;
}


/*** modal ***/
#modal_video {
  background-color: rgba(0,0,0,0.8);
  z-index: 30;
  position: fixed;
  width: 100%;
  pointer-events: auto;
  display: none;
}
.modal_video{
    -ms-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
	-webik-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	height: 0;
	padding-bottom: 50%;
}
.modal_video video{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 2em;
}
#close_modal {
    border-radius: 60px;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    color: white;
}

/*** ENTRY ***/
#welcome_entry{
	width: 100%;
}
.woman_entry {
    background-image: url('../images/pinox-rosa-mulher.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}
.man_entry {
    background-image: url('../images/pinox-azul-homem.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}
.carousel-indicators{
	z-index: 2 !important;
}
#header-content_entry{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#content-text_entry{
	margin-top: 100px;
	padding: 0 550px 0 550px;
}
.logo{
	width: 201px;
	height: 45px;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
#content-text_entry h1{
	color: #ffffff;
	font-family: GothamRnd-Book, sans-serif;
	margin-top: 32px;
}
#content-text_entry p{
	color: #ffffff;
	font-family: GothamRnd-Light, sans-serif;
	margin-top: 8px;
}
.button_woman_entry{
	width: 193px;
	height: 50px;
	display: inline-block;
	margin: 45px 10px 0 0;
}
.button_man_entry{
	width: 193px;
	height: 50px;
	display: inline-block;
	margin: 45px 0 0 10px;
}
.button_woman_entry img{
	width: 100%;
}
.button_man_entry img{
	width: 100%;
}
.gide_farma{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 30px;
}
#gide_farma{
	width: 106px;
	height: 41px;
	margin: 0 auto;
}
#gide_farma img{
	width: 100%;
}

/*** NAV BAR ***/
#navBar{
	padding: 0;
	position: fixed;
	z-index: 29;
}
.navBar{
	padding: 0;
}
#nav_bar{
	padding: 35px 0 0 0;
	transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.nav_bar_initial{
	background-color: transparent;
}
.nav_bar_active_woman{
	background-color: #d7006d;
}
.nav_bar_active_man{
	background-color: #2caee4;
}
.half_nav{
	width: 50%;
	display: inline-block;
}
.logo_gender {
    width: 217px;
    height: 30px;
    display: block;
    position: relative;
    top: -10px;
    right: 7%;
    margin: 0 auto;
    z-index: 99999;
}
.logo_gender img{
	width: 100%;
}
.navbar-right{
	margin: 0;
	width: 50%;
}
#nav_bar li{
	color:#ffffff;
	margin-top:20px;
	margin-left: 18px;
	float: left;
	font-family: GothamRnd-Book, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}
#nav_bar li:hover{
	border-bottom: 2px solid white;
}
.buy_online_div{
    width: 120%;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -10%;
    z-index: -1;
    opacity: 1;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.buy_scroll_div{
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}


.link_rubrica{
	padding: 0 !important;
	color: white !important;
    font-family: GothamRnd-Book, sans-serif !important;
}
.link_rubrica:hover{
    background-color: transparent !important;
    color: white !important;
}







.link_rgpd{
	padding: 0 !important;
	color: white !important;
    font-family: GothamRnd-Book, sans-serif !important;
}
.link_rgpd:hover{
    background-color: transparent !important;
    color: white !important;
}
.link_rgpd:focus{
    background-color: transparent !important;
    color: white !important;
}
.link_rgpd_mob{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.scroll_buy_active{
	background-color: #333333;
}
.car_buy_img{
	margin-left: 6px;
    margin-bottom: 6px;
}
.navBarActive{
	border-bottom: 2px solid white !important;
}
.navBarActive2{
	color: #dd0150 !important;
}
.nav_bar_active_mob_woman{
	color: #d7006d !important;
}
.nav_bar_active_mob_man{
	color: #2caee4 !important;
}
.btnMob{
	width: 23px;
	height: 14px;
	background-image: url('../images/menu_mobile.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 34px;
	right: 50px;
	z-index: 1;
	display: none;
}
#mobNav {
	position: absolute;
	width: 100%;
	padding: 70px 0 0 0;
	text-align: center;
	right: 0;
	font-size: 35px;
	display: none;
	z-index: 2;
	background-color: #ffffff;
}
#mobNav div{
	color: #333333;
	margin-bottom: 27px;
	font-size: 27px;
	cursor: pointer;
}
#mobNav div:hover{
	color: #dd0150;
}
#btnMob2{
	background-image: url('../images/close_menuMobile.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 18px;
	height: 18px;
	position: absolute;
	top:30px;
	right:30px;
	cursor: pointer;
}
.selo{
	width: 149px;
	height: 149px;
	margin: 130px auto 0 auto;
	display: block;
}
.selo img{
	width: 100%;
}
.selo_both{
	width: 149px;
	height: 149px;
	position: fixed;
    right: 5%;
    top: 121px;
    z-index: 20;
}
.selo_both img{
	width: 100%;
}


/*** WELCOME ***/



/* caroussel bootstrap */

.carousel-indicators{
	bottom: 40px;
}
.carousel-indicators li {
    border:1px solid #000000;
}
.carousel-indicators > .active {
    background-color: #ffffff;
}
.carousel-inner {
    height: 100%;
    min-height: 280px;
}
.carousel-inner > .item {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
ol.carousel-indicators > li{
	border-color: #ffffff;
}






#section1{
	margin: 0;
	padding: 0;
}
#welcome{
	background-color: black;
	position: relative;
}
#header-content{
	width: 40%;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#content-text{
	width: 473px;
	height: 345px;
	border: 2.5px solid white;
	margin: 0 auto;
	position: relative;
	top: 30.5%;
	left: 21%;
	padding: 24px 90px 0 38px;
}
#content-text h1{
	color: white;
	font-size: 63px;
}
#content-text p{
	font-family: GothamRnd-Light, sans-serif;
	color: white;
	font-size: 16px;
}
#pinox_button{
    margin-top: 31px;
    padding: 9px 35px 9px 35px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
#pinox_button:hover{
    background-color: white;
    
}
#pinox_button a{
    color: white;
}
#mask{
	width: 60%;
	background-color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	z-index: 1;
}


/*** SECTION2 ***/
.section{
	width: 100%;
	margin: 0;
	padding: 0;
}
#section2{
	padding: 177px 0 0 0;
	background-color: white;
	padding: 185px 0 0 0;
}
.section2_halfs{
	padding: 0;
	width: 50%;
}
#first_half{
	padding: 0 8% 0 8%;
	position: relative;
	left: 96px;
}
#first_half h1{
	font-family: GothamRnd-Light, sans-serif;
	font-size: 46px;
	line-height: 43px;
	margin-bottom: 5px;
}
#first_half h2{
	font-family: GothamRnd-Light, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}
#first_half p{
	font-family: GothamRnd-Light, sans-serif;
	color: black;
}
#first_half .info{
	margin-top: 20px;
	font-size: 11.5px;
	color: rgba(0, 0, 0, 0.6);
}
#second_half{
	position: relative;
}
#second_half div{
	width: 531px;
	height: 660px;
}
#second_half div img{
	width: 100%;
}


/*** SECTION3 ***/
#how_to_use{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#header-content_howtouse{
	width: 50%;
}
#content-text_howtouse{
	width: 645px;
	height: 360px;
	border: 2.5px solid white;
	margin: 0 auto;
	position: relative;
	top: 191px;
	right: 33%;
	padding: 24px 90px 0 108px;
}
#content-text_howtouse h1{
	font-family: GothamRnd-Book, sans-serif;
	color: white;
	font-size: 45px;
	line-height: 47px;
	margin-bottom: 6px;
}
#content-text_howtouse h2{
	font-family: GothamRnd-Book, sans-serif;
	color: white;
	font-size: 18.5px;
}
#content-text_howtouse p{
	font-family: GothamRnd-Light, sans-serif;
	color: white;
	font-size: 16px;
	margin-top: 15px;
	line-height: 20px;
}


/*** SECTION4 ***/
#section4{
	padding: 124px 0 100px 0;
}
#composition{
	max-width: 940px;
	margin: 0 auto;
}
#header-content_composition h1{
	font-family: GothamRnd-Book, sans-serif;
	font-size: 45px;
	line-height: 47px;
	margin-bottom: 5px;
}
#header-content_composition h2{
	font-family: GothamRnd-Book, sans-serif;
	color: #d7006d;
	font-size: 18.5px;
}
#header-content_composition p{
	font-family: GothamRnd-Light, sans-serif;
	color: black;
	font-size: 15px;
	margin-top: 15px;
	line-height: 20px;
}
#header-content_composition table{
	margin: 42px auto 0 auto;
}
#header-content_composition th{
	border: 3px solid white;
	padding: 19px auto 19px auto;
	text-align: center;
	width: 260px;
}
#header-content_composition th:first-child{
	width: 420px;
	padding: 19px 30px 19px 30px;
	text-align: left;
}
#header-content_composition thead tr{
	font-family: GothamRnd-Medium, sans-serif;
	font-size: 16px;
}
#header-content_composition tbody tr{
	font-family: GothamRnd-Light, sans-serif;
	background-color: rgba(0, 0, 0, 0.05);
	color: black;
}
#header-content_composition .info{
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
	padding-left: 34px;
	font-size: 12px;
}


/*** SECTION5 ***/
#section5{
	padding: 116px 0 172px 0;
	background-color: white;
	background-image: url('../images/background_causes.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#section5 h1{
	font-family: GothamRnd-Book, sans-serif;
	margin-bottom: 12px;
}
#section5 p{
	color: black;
	font-family: GothamRnd-Light, sans-serif;
	line-height: 17px;
}
#slide_causes{
	width: 100%;
	margin: 30px 0 0 0;
}
.slides_pinox{
	display: inline-block;
    position: relative;
}
#slide_pinox{
	width: 298px;
    height: 298px;
    position: relative;
    margin: 0 auto;
}
.slide_pinox{
	width: 100%;
	height: 100%;
	position:relative; 
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.slide_pinox img{
	width: 100%;
	transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
#left_slide{
	width: 56px;
	height: 56px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	float: left;
	margin: 120px 0 0 6%;
	transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
#right_slide{
	width: 56px;
	height: 56px;
	display: inline-block;
	float: right;
	margin: 120px 6% 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.s1{
	z-index: 1;
}
.s1 img {
    transform: translateX(-145%) translateY(0) scale(0.1) !important;
    opacity: 0;
}
.s2{
	z-index: 2;
}
.s2 img {
    transform: translateX(-100%) scale(0.7) !important;
}
.s3{
	z-index: 3;
}
.s3 img {
    transform: translate(0, 0) scale(1) !important;
}
.s4{
	z-index: 2;
}
.s4 img {
    transform: translateX(100%) scale(0.7) !important;
}
.s5{
	z-index: 1;
}
.s5 img {
    transform: translateX(145%) translateY(0) scale(0.1) !important;
    opacity: 0;
}

#breadcumbs{
	text-align: center;
	position: relative;
	z-index: 2;
	display: none;
}
.breadcumbsActive{
	background-color: #cccccc !important;
	width: 15px !important;
	height: 15px !important;
	top: 1px !important;
}
#breadcumbs div{
	display: inline-block;
	height: 13px;
	width: 13px;
	background-color: transparent;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #cccccc;
	position: relative;
	z-index: 2;
}


/*** SECTION6 ***/
#section6{
	background-color: #333333;
	overflow: hidden;
}
.left_contacts{
	position: relative;
}
.left_contacts .form{
	width: 105%;
	float: right;
	border: 1px solid white;
	padding: 39px 139px 0 78px;
}
.left_contacts form h1{
	color: white;
	margin-bottom: 2px;
	font-size: 25.5px;
	font-family: GothamRnd-Light, sans-serif;
}
.left_contacts input, .left_contacts textarea{
	display: block;
	width: 100%;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #717171;
	color: white;
	margin-bottom: 5px;
	padding: 21px 0 5px 2px;
}
.left_contacts textarea{
	resize:none;
	padding-bottom: 37px;
}
.left_contacts button{
    display: block;
    padding: 10px 48px 10px 48px;
    border-radius: 29px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 20px;
    margin: 0 auto;
    margin: 50px auto 50px auto;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.left_contacts button:hover{
	background-color: white;
	color: #333333;
}
.req_field {
    display: none;
    margin-bottom: 30px;
}
.success{
    margin-bottom: 30px;
}

.right_contacts{
	padding: 0;
	margin: 0;
}
#localization{
	position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#localization #gide_farma{
	width: 162px;
	height: 62px;
    margin: 30px auto 0 auto;
}
#localization h1{
    font-family: GothamRnd-Medium, sans-serif;
    font-size: 14px;
    color: white;
    margin-bottom: 2px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
#localization p{
	font-family: GothamRnd-Book, sans-serif;
    font-size: 12px;
    color: white;
    line-height: 15px;
    margin-bottom: 26px;
    display: block;
    text-align: center;
}
#face{
    width: 39px;
    height: 36px;
    margin: 0 auto;
}
#face img{
	width: 100%;
}


/*** FOOTER ***/
#footer{
    background-color: #333333;
    padding: 25px 0 25px 0;
    text-align: center;
}
#footer p{
	color: white;
	font-family: GothamRnd-Light, sans-serif;
	font-size: 9px;
}

/*** type:checkbox ***/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  display: inline-block;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 5px;
  display: initial;
  top: 11px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 16px; 
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '.';
    position: absolute;
    top: 2.2px;
    border-radius: 50%;
    left: 0.2em;
    width: 11px;
    height: 11px;
    line-height: 0.1;
    background-color: #717070;
    color: #717070;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#check_label{
	font-family: GothamRnd-Medium, sans-serif;
	color: #717070;
	font-size: 12px;
	position: relative;
	top: 11px;
	display: initial;
}

/*** modal - policies ***/

.politics{
	cursor: pointer;
}
.termos{
	cursor: pointer;
}
.close_modal_policies {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 11px;
  right: 11px;
  margin: 0 auto;
  background-color: transparent;
  border: none;
}
#overlay {
  background-color: rgba(51,51,51,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#overlayTermos {
  background-color: rgba(51,51,51,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.success_check{
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 71%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 5% 0 5% 0;
}
.content > div {
    width: 75%;
    height: 280px;
    overflow-y: scroll;
    position: relative;
    background-color: white;
    margin-left: 91px;
    margin: 0 auto;
}/*obrigatorio para fazer scroll*/
#policies_box{
	margin-top: 30px;
}
.policies_title{
	font-family: GothamRnd-Bold, sans-serif;
	font-size: 23px;
}
.policies_subtitle{
	font-family: GothamRnd-Bold, sans-serif;
	font-size: 13pt;
	margin-bottom: 8px;
}
.policies_text{
	font-family: GothamRnd-Light, sans-serif;
	font-size: 13px;
}
.address{
	position: absolute;
	bottom: 90px;
	font-size: 10px;
	line-height: 11px;
	left: 0;
	right: 0;
}
.info_sup{
	position: absolute;
	bottom: 120px;
	font-size: 10px;
	left: 0;
	right: 0;
}
.code_farma{
	position: absolute;
	bottom: 90px;
	font-size: 8px;
	right: -40px;
	 -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    color: #ffffff;
}
.z_index_change{
	z-index: 1 !important;
}

/**** MEDIA QUERIES ***/

@media only screen and (min-width : 1480px) {
	#section2{
		padding: 125px 0 0 0;
	}
	#first_half{
		margin-top: 120px;
	}
}
@media only screen and (min-width : 1160px) {
	#section2{
		padding: 100px 0 0 0;
	}
	#first_half{
		margin-top: 100px;
	}
}
@media only screen and (max-width : 1670px) {
	#content-text_entry{
		padding: 0 500px 0 500px;
	}
	.half_nav{
		width: 45%;
	}
	.navbar-right{
		width: 55%;
	}
}
@media only screen and (max-width : 1480px) {
	/*** ENTRY ***/
	#content-text{
		width: 413px;
		left: 15%;
	}
	#content-text_entry{
		margin-top: 90px;
		padding: 0 400px 0 400px;
	}
	.selo{
		margin: 30px auto 0 auto;
		width: 140px;
		height: 140px;
		position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 135px;
	}
	/*** NAV BAR ***/
	.logo_gender{
		right: 5%;
	}
	/*** SECTION2 ***/
	#first_half{
		left: 55px;
	}
	#second_half{
		right: 0px;
	}
	#second_half div{
		width: 90%;
	}
	/*** SECTION3 ***/
	#content-text_howtouse{
		top: 120px;
		width: 585px;
		right: 29%;
		padding: 24px 90px 0 68px;
	}
}

@media only screen and (max-width : 1280px) {
	/*** ENTRY ***/
	#content-text_entry{
		margin-top: 90px;
		padding: 0 300px 0 300px;
	}
	.half_nav{
		width: 40%;
	}
	.navbar-right{
		width: 60%;
	}
	/*** scroll bar ***/
	.content > div {
	    width: 75%;
	    height: 230px;
	    overflow-y: scroll;
	    position: relative;
	    background-color: white;
	    margin-left: 91px;
	}/*obrigatorio para fazer scroll*/
	.selo_both{
		top: 17%;
	}
}

@media only screen and (max-width : 1160px) {
	/*** ENTRY ***/
	#content-text_entry{
		padding: 0 200px 0 200px;
	}
	.gide_farma{
	    margin-bottom: 20px;
	}
	.address{
		bottom: 70px;
	}
	.info_sup{
		bottom: 100px;
	}
	/*** NAV BAR ***/
	#nav_bar li{
		font-size: 12px;
	}
	/*** WELCOME ***/
	#section2{
		padding: 185px 0 50px 0;
	}
	/* SECTION3 */
	#content-text_howtouse{
		right: 37%;
	}
}
@media only screen and (max-width : 1024px) {
	/*** CAUSES ***/
	.s2 img {
	    transform: translateX(-90%) scale(0.7) !important;
	}
	.s4 img {
	    transform: translateX(90%) scale(0.7) !important;
	}
	/*** CAUSES ***/
	#left_slide{
		display: none;
	}
	#right_slide{
		display: none;
	}
	#breadcumbs{
		display: block;
		top: 70px;
	}
	.breadcumbsActive{
		display: inline-block;
	}
	/*** CONTACTS ***/
	.left_contacts{
		left: 139px;
	}
	input textarea{
		border-radius: none !important;
	}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
	#content-text{
		top: 18.5%;
	}
	/*** setcion3 ***/
	#content-text_howtouse{
		width: auto;
		height: auto;
		right: 30px;
		margin: 0 auto;
		padding: 24px 63px 10px 38px;
	}
	.selo_both{
		top: 14%;
	}
}
@media only screen and (max-width : 992px) {
	/*** ENTRY ***/
	#content-text_entry{
		padding: 0 120px 0 120px;
	}
	.selo_both{
		top: 17%;
	}
	.address{
		bottom: 70px;
	}
	.info_sup{
		bottom: 100px;
	}
	/*** NAV BAR ***/
	.navbar-right{
		display: none !important;
	}
	.btnMob{
		display: block;
	}
	/*** WELCOME ***/
	/*** section2 - PRODUCTS ***/
	.section2_halfs{
		width: 100%;
	}
	#second_half{
		right: 0;
		text-align: center;
		margin-top: 50px;
	}
	#second_half div{
		margin: 0 auto;
		width: 531px;
		height: 660px;
	}
	#first_half{
		left: 0;
		padding: 0 130px 0 130px 0;
	}
	/*** section3 - UTILIZATION ***/
	#fantom{
		display: none;
	}
	#how_to_use{
		background-position: top center;
	}
	#header-content_howtouse{
		width: 90%;
	    padding: 0px 0 0 10px;
	    margin: 260px 0 0 0;
	    float: right;
	}
	#content-text_howtouse{
		width: auto;
		height: auto;
		right: 0;
	    position: relative;
	    top: -20px;
	    padding: 60px 63px 10px 38px;
	    margin: 0 30px 0 0;
	}

	/*** section5 - CAUSES ***/
	.s1 img {
	    transform: translateX(-120%) scale(0.1) !important;
	}
	.s2 img {
	    transform: translateX(-83%) scale(0.6) !important;
	}
	.s4 img {
	    transform: translateX(83%) scale(0.6) !important;
	}
	.s5 img {
	    transform: translateX(120%) scale(0.1) !important;
	}

	/*** section6 - CONTACTS ***/
	.left_contacts{
		position: static;
	}
	.left_contacts .form{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#localization{
		position: static;
	}
	.success_check{
		height: 100%;
		border: none;
	}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
	/*** ENTRY ***/
	#content-text_entry{
		margin-top: 5%;
		padding: 0 30px 0 30px;
	}
	.logo img{
		width: 50%;
	}
	#header-content_howtouse{
	    margin: 170px 0 0 0;
	}
	#content-text_entry h1{
		font-size: 25px;
		margin-top: 5px;
	}
	#content-text_entry p{
		font-size: 9px;
	}
	#content-text {
    	width: 343px;
    	height: 254px;
    	padding: 24px 30px 0 38px;
   	}
	#content-text h1 {
	    font-size: 39px;
	}
	#content-text p {
	    font-size: 13px;
	    line-height: 17px;
	}
	#pinox_button {
	    margin-bottom: 30px;
	}
	.button_woman_entry, .button_man_entry{
		margin-top: 15px;
	}
	.button_woman_entry img, .button_man_entry img{
		width: 50%;
	}
	.selo{
	    margin: 0 auto;
	    width: 70px !important;
	    height: 70px !important;
	    position: relative;
	    top: -50px;
	}
	.selo_both{
		width: 100px;
		height: 100px;
	}
	.gide_farma{
		margin-bottom: 5px;
	}
	#gide_farma img{
		width: 50%;
	}
}
@media only screen and (max-width : 768px) {
	/*** ENTRY ***/
	#content-text_entry{
		padding: 0 70px 0 70px;
	}
	/*** section1 - WELCOME ***/
	.carousel-indicators{
		display: none;
	}
	/*** section3 - PRODUCTS ***/
	#second_half div {
	    width: 60%;
	    height: auto;
	}
	/*** section5 - CAUSES ***/
	.s1{
		display: none;
	}
	.s2 img {
	    transform: translateX(-53%) scale(0.1) !important;
	    opacity: 0 !important;
	}
	.s3{
		width: 90%;
	}
	.s4 img {
	    transform: translateX(53%) scale(0.1) !important;
	    opacity: 0 !important;
	}
	.s5{
		display: none;
	}
	/*** section5 - CONTACTS ***/
	.left_contacts .form {
	    padding: 39px 78px 0 78px;
	}
	/*** footer ***/
	#footer{
		text-align: center;
		padding: 25px 0 25px 0px;
	}
	.scroll-content {
	    padding-right: 10px !important;
	}

	/*** modal buy online ***/

	.form_online {
		width: 80%;
		height: 80%;
	}
	.container_form{
	    width: 90%;
	    height: 90%;
        padding: 36px 30px 0 30px;
	}
	.container_form h1{
		font-size: 17px;
	}
	.container_form h2{
		font-size: 12px;
	}
	#check_label_online{
		font-size: 10px;
	}
	.form_online_success{
	    width: 80%;
    	height: 36%;
	}
	.container_form_success{
	    width: 87%;
        padding: 36px 30px 0 20px;
	}
	.container_form_success .img_success {
	    position: relative;
	    top: 15px;
	}
	.container_form_success .txt_success{
	    width: 60%;
	}
	.container_form_success p {
	    font-size: 11px;
	    line-height: 19px;
	}
	button.shop_online {
		padding: 7.5px 38px 7.5px 38px;
	    margin: 31px 0 10px 0;
	    font-size: 10px;
	}
	#required_online p{
		font-size: 9px;
	}
}
@media only screen and (max-width : 700px) {
	.selo{
		margin: 0 auto;
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width : 700px) and (orientation: landscape){
	.logo{
		height: 35px;
	}
	.selo{
	    margin: 0 auto;
	    width: 70px !important;
	    height: 70px !important;
	    position: relative;
	    top: -60px;
	}
	#gide_farma{
	    height: 31px;
	}
	.address{
	    bottom: 34px !important;
		font-size: 9px !important;
		margin-left: 40px;
    	margin-right: 40px;
	}
	.info_sup{
		bottom: 60px !important;
		font-size: 9px !important;
		margin-left: 40px;
    	margin-right: 40px;
	}
}
@media only screen and (max-width : 480px) {
	/*** ENTRY ***/
	#content-text_entry{
		margin-top: 15%;
		padding: 0 30px 0 30px;
	}
	.logo img{
		width: 70%;
	}
	.logo_gender{
	    right: 0;
	    margin-left: 40px;
	}
	#content-text_entry h1{
		font-size: 25px;
		margin-top: 10px;
	}
	#content-text_entry p{
		font-size: 12px;
	}
	.button_woman_entry{
		display: block;
		margin: 15px auto 0 auto;
		height: 40px;
	}
	.button_man_entry{
		display: block;
		margin: 10px auto 0 auto;
	}
	.button_woman_entry img, .button_man_entry img{
		width: 60%;
	}
	.selo{
		width: 100px;
		height: 100px;
	    bottom: 111px;
	}
	.selo_both{
		width: 100px;
		height: 100px;
	}
	#gide_farma img{
		width: 80%;
	}
	.gide_farma{
	    margin-bottom: 0;
	}
	.address{
	    bottom: 48px !important;
		font-size: 9px !important;
		margin-left: 40px;
    	margin-right: 40px;
	}
	.info_sup{
		bottom: 80px !important;
		font-size: 9px !important;
		margin-left: 40px;
    	margin-right: 40px;
	}
	.code_farma{
		font-size: 9px !important;
		right: -40px;
	}
	/*** section1 - welcome ***/
	#header-content{
		height: auto !important;
		width: 92%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#mask{
		width: 8%;
	}
	#content-text{
		height: auto;
	    left: 0;
	    width: 82%;
	    top: -20px;
	    padding: 24px 20px 0 38px;
	}
	#content-text h1 {
	    font-size: 39px;
	}
	#content-text p {
	    font-size: 13px;
	    line-height: 17px;
	}
	#pinox_button {
	    margin-bottom: 30px;
	}
	/*** section2 - PRODUTO ***/
	#section2 {
	    padding: 77px 0 0px 0;
	}
	#first_half{
		padding: 0 35px 0 35px;
	}
	#first_half h1 {
	    font-size: 33px;
	    line-height: 37px;
	}
	#first_half p {
	    font-size: 14px;
	    line-height: 16px;
	}
	#second_half div{
		width: 80%;
	}
	/*** section3 - UTILIZATION ***/
	#content-text_howtouse {
	    padding: 60px 43px 10px 18px;
	}
	#content-text_howtouse h1 {
	    font-size: 37px;
	    line-height: 41px;
	}
	#content-text_howtouse p {
	    font-size: 15px;
	    line-height: 18px;
	}
	/*** section4 - COMPOSTION ***/
	#section4 {
	    padding: 93px 0 100px 0;
	}
	#header-content_composition{
	    padding: 0 30px 0 30px;
	}
	#header-content_composition h1 {
	    font-size: 38px;
	    line-height: 41px;
	    margin-bottom: 3px;
	}
	#header-content_composition p {
	    margin-top: 15px;
	    line-height: 18px;
	}
	#header-content_composition .info{
		text-align: center;
		padding-right: 34px;
	}
	/*** section5 - CAUSES5 ***/
	#section5{
		padding: 50px 0 50px 0;
	}
	#section5 h1{
		font-size: 40px;
		margin: 0 30px 12px 30px;
	}
	#section5 p{
		margin: 0 30px 0 30px;
	}
	.s2 img {
	    transform: translateX(-53%) scale(0.1) !important;
	    opacity: 0 !important;
	}
	.s3{
		width: 80%;
	}
	.s4 img {
	    transform: translateX(53%) scale(0.1) !important;
	    opacity: 0 !important;
	}
	#breadcumbs{
		top: 0px;
	}
	/*** section6 - CONTACTS ***/
	.left_contacts {
	    padding: 0px 0 13px 0;
	}
	.left_contacts .form {
	    padding: 39px 20px 20px 20px;
	    position: relative;
	    z-index: 1;
	    top: 40px;
	}
	#localization {
	    padding: 42px 0 123px 56px;
	}
}

@media only screen and (max-width : 320px) {
	#content-text_entry{
		// margin: 200px;
		padding: 0 10px 0 10px;
	}
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
} /*Põe a barra original nas ultimas duas opções. como?*/

.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    padding-right: 50px;
}

.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}


#content-text_howtouse h2 {
    font-family: GothamRnd-Light, sans-serif;
    font-size: 46px;
    line-height: 43px;
    margin-bottom: 5px;
}

#content-text_howtouse h3 {
    font-family: GothamRnd-Book, sans-serif;
    color: white;
    font-size: 18.5px;
}


#header-content_composition h2 {
    font-family: GothamRnd-Book, sans-serif;
    font-size: 45px;
    line-height: 47px;
    margin-bottom: 5px;
}

#header-content_composition h3 {
    font-family: GothamRnd-Book, sans-serif;
    color: #d7006d;
    font-size: 18.5px;
}

.man-color { color: rgb(44, 174, 228) !important;}
.woman-color { color: rgb(44, 174, 228) !important;}

#content-text span {
    color: white;
    font-size: 63px;
    font-family: GothamRnd-Medium, sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.1;
}

#localization span {
    font-family: GothamRnd-Medium, sans-serif;
    font-size: 14px;
    color: white;
    margin-bottom: 2px;
    text-align: center;
    display: block;
    margin-top: 20px;
}