/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* RESET */
/************************************/

/*-webkit-transform: translate;
-moz-transform: translateY;
-ms-transform: translateY;
-o-transform: translateY;
transform: translateY;*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	position: relative;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/*
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  	margin: 0;
  	padding: 0;
	box-sizing: border-box;
}

img {
  	width: 100%;
}

:active {
    outline: none;
    text-decoration: none;
}

a:active {
	outline: none;
    text-decoration: none;
}

:visited {
    outline: none;
    text-decoration: none;
}

a:visited {
	outline: none;
    text-decoration: none;
}

:focus {
	outline: none;
    text-decoration: none;
}

a:focus {
	outline: none;
    text-decoration: none;
}

:hover {
	outline: none;
    text-decoration: none;
}

a:hover {
	outline: none;
    text-decoration: none;
}

button:active {
    outline: none;
    text-decoration: none;
}

button:visited {
    outline: none;
    text-decoration: none;
}

button:focus {
	outline: none;
    text-decoration: none;
}

button:hover {
    outline: none;
    text-decoration: none;
}


.clearFix {
	clear: both;
}

section {
    z-index: 999;
    position: relative;
}

/*select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
}

select:-ms-expand {
    display: none;
}*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	margin: 0;  
}

.relative {
    position: relative;
}

.absolute {
	position: absolute;
}

.right {
	right: 0;
}

.bottom {
	bottom: 0;
}

.left {
	left: 0;
}

.top {
	top: 0;
}

.hidden {
	display: none;
}

.only-mobile {
	display: none;
}
/************************************/
/* END RESET */
/************************************/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #57585A;
    background-color: #E6E6E6;
    -webkit-font-smoothing: antialiased;
	height: 100vh;
    width: 100%;
}


a {
    color: #57585A;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #57585A;
}

section {
	width: 100%;
	background: #fff;
	position: relative;
}

/*section:first-of-type {
    padding: 0;
}*/

::-webkit-input-placeholder {
   color: #57585A;
}

:-moz-placeholder { /* Firefox 18- */
   color: #57585A;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #57585A;  
}

:-ms-input-placeholder {  
   color: #57585A;  
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-15 {
	width: 20%;
	float: left;
}

.verticalMiddle {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}

.align-right {
    text-align: right;
}

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

/************************************/
/* HEADER */
/************************************/

#stickyHeader {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
} 

#breakFix {
	min-height: 156px;
}

#topHeader {
	background-color: #E6E6E6;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

#bottomHeader {
	background-color: rgba(175,16,22,1);
	height: 35px;
}

.logoBox {
	width: 168px;
	display: block;
	margin-top: 15px;
}

.logoBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.headerText {
	margin-top: 70px;
	margin-left: -30px;
}

.headerText p {
	font-family: 'GFS Ditot';
	font-size: 20px;
}

.login_language_box {
	display: block;
	width: 100%;
	margin-top: 66px;
	text-align: right;
}

.loginBox {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 20px;
	background-color: #57585A;
	border-radius: 5px;
	padding-top: 2px;
	text-align: left;
	margin-right: 6px;
}

.userIcon {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	margin-right: 11px;
}

.loginBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.loginBox a p {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #FFF;
}

#userTopName {
	display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 20px;
    background-color: #57585A;
    border-radius: 5px;
    padding-top: 2px;
    text-align: left;
    margin-right: 6px;
    padding: 0 5px;
}

#userTopName > a {
	color: #FFF;
	line-height: 20px;
} 

.languageBox {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.languageBox a {
	color: #5D5D5D;
	border-bottom: 1px solid #5D5D5D;
	font-size: 10px;
}

.languageBox a:first-of-type {
	margin-right: 5px;
}

.selectedLanguage {
	color: #AF1016 !important;
	border-bottom: 1px solid #AF1016 !important;
}

.menuBox {
	display: block;
	width: 100%;
	height: 35px;
}

.menu_ul {
	display: block;
	width: 100%;
	height: 100%;
}

.menu_ul > li {
	display: inline-block;
	width: 95px;
	height: 100%;
	position: relative;
	text-align: center;
	margin-right: -4px;
	bottom: 0px;
}

.menu_ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
} 

.menu_ul > li > a > p {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #FFF;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.store_search_box {
	display: block;
	width: 100%;
	height: 35px;
	text-align: right;
}

.storeBox {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	margin-right: 10px;
	background-color: #AF1016;
}

.storeBox a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.storeBox a p {
	display: block;
	position: relative;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	color: #FFF;
}

.searchBox {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 20px;
	position: relative;
	border: 1px solid #AF1016;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFF;
	border-radius: 5px;
	text-align: left;
}

.searchBox button {
	display: inline-block;
	border: none;
	background-color: #FFF;
	width: 20px;
	height: 18px;
	padding-left: 3px;
	border-radius: 5px;
	vertical-align: top;
}

.lupa {
	width: 13px;
	display: inline-block;
	vertical-align: middle;
}

.searchBox form {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.searchBox input {
	display: inline-block;
	width: calc(100% - 25px);
	height: 100%;
	color: #333;
	font-size: 12px;
	border: none;
	background-color: #FFF;
}

.submenu_ul {
	position: absolute;
	background-color: #E6E6E6;
	padding: 20px 30px 20px 10px;
	display: none;
	
}

.submenu_ul > li {
	text-align: left;
	white-space: nowrap;
	display: block;
	padding-bottom: 10px;
}

.submenu_ul > li:last-child {
	padding-bottom: 0;
}

.submenu_ul > li > a {
	display: block;
	width: 100%;
}

.submenu_ul > li > a > p:hover {
	color: #AF1016;
}

.submenu_ul > li > a > p {
	white-space: nowrap;
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
}

.redSquare {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #AF1016;
	border: 1px solid #EC2F28;
	margin-right: 8px;
}

.login_language_box_mobile, .burgerBox, .menuBox_mobile {
	display: none;
}

.selectedArea {
	background-color: #E6E6E6 !important;
}

.selectedArea > a > p, .selectedChild {
	color: #A5A7AA !important
}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* HOMEPAGE */
/************************************/

#homepage {
	position: relative;
	background-color: #E6E6E6;
}

.mainBox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.sliderBox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.slider {
	display: block;
	width: 100%;
	height: 570px;
	position: relative;
}

.slider > a {
	display: block;
	width: 100%;
	height: 100%;
}

.sliderTextAreaBox {
	position: relative;
	top: 100px;
}

.sliderTextArea {
	display: block;
	width: 100%;
	height: 100%;
}

.arrowBox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%
}

.arrowLeftSliderImg {
	float: left;
	display: block;
	width: 26px;
	cursor: pointer;
}

.arrowRightSliderImg {
	float: right;
	display: block;
	width: 26px;
	cursor: pointer;
}

.slickDots {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	bottom: 100px;
	text-align: right;
	padding-right: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.productDots {
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.productDots li, .slickDots li {
	display: inline-block;
    background-color: #A5A7AA;
    width: 10px;
	height: 10px;
	border-radius: 5px;
    cursor: pointer;
	margin: 10px;
}

.slickDots li:last-child, .productDots li:last-child {
	margin-right: 0;
}

.slickDots li.slick-active, .productDots li.slick-active {
    background-color: #57585A;
}

.textoTemporarioHomepage p {
	font-size: 32px;
	font-weight: 300;
	color: #FFF;
}

.textoTemporarioHomepage p span, .textoTemporarioHomepage p:first-of-type span {
	font-size: 78px;
}

.textoTemporarioHomepage p:first-of-type {
	font-size: 42px;
	font-weight: 300;
	color: #FFF;
}

.textoTemporarioHomepage p:last-of-type {
	font-size: 32px;
	font-weight: 300;
	color: #FFF;
	line-height: 78px;
}

.mainButtons {
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.consultaButton {
	width: 300px;
	height: 50px;
	background-color: #57585A;
	border: 1px solid #FFF;
	border-radius: 5px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.consultaButton a, .lojaButton a {
	display: block;
	width: 100%;
	height: 100%;
}

.consultaBox, .lojaBox {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.consultaButton a p, .lojaButton a p {
	font-size: 16px;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
}

.consultaIcon {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.lojaButton {
	width: 200px;
	height: 50px;
	background-color: #AF1016;
	border: 1px solid #FFF;
	border-radius: 5px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.lojaIcon {
	width: 31px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.destaquesButton {
	width: 50px;
	height: 50px;
	background-color: #AF1016;
	border: 1px solid #FFF;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.destaqueArrow {
	width: 16px;
	height: 11px;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.buttonsBox {
	display: inline-block;
}

.redBreak {
	width: 100%;
	display: block;
	height: 5px;
	background-color: #AF1016;
}

.destaquesBox {
	display: none;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
}

.destaques_ul {
	display: block;
	width: 100%;
}

.destaques_ul > li {
	display: inline-block;
	width: 20%;
	margin-right: -3px;
	padding: 0 19px;
	vertical-align: top;
}

.destaqueBox {
	width: 100%;
	display: block;
	position: relative;
	background-color: #FFF;
}

.destaqueImg {
	width: 100%;
	height: 150px;
	display: block;
	border: 1px solid #AF1016;
	margin-bottom: 2px;
}

.destaqueImg a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.plusCircle {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px solid #AF1016;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.plusCircle p {
	color: #AF1016;
	font-size: 19px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.destaqueBottom {
	border: 1px solid #AF1016;
	display: block;
	height: 100px;
	width: 100%;
	position: relative;
}

.redBall {
	position: absolute; 
	top: 60px; 
	right: 55px; 
	display: block;
	width: 85px;
	height:85px;
	text-align: center;
	background-color: #B3272D;
	border-radius: 50%;
}

.destaqueInfo {
	display: inline-block;
	width: calc(100% - 70px);
	margin-right: -4px;
	border-right: 1px solid #AF1016;
	height: 100%;
	padding-top: 5px;
	padding-left: 10px;
}

.destaqueInfo > p {
	font-size: 13px;
	color: #000;
	font-weight: 700;
}

.destaquePriceTag {
	color: #AF1016 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	padding-top: 5px;
}

.destaquePriceTag span {
	font-size: 14px;
}

.destaqueCesto {
	text-align: center;
	width: 70px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.destaqueCesto button {
	padding: 0;
    border: none;
    background: none;
    color: white;
    width: 100%;
    position: relative;
    height: 100%;
}

.destaqueCesto p {
	color: #AF1016;
	font-size: 11px;
	font-weight: 700;
}

.cestoIcon {
	width: 21px;
	display: inline-block;
}

.cextoBox {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/************************************/
/* END HOMEPAGE */
/************************************/

/************************************/
/* FOOTER */
/************************************/

.footerArea {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.socialButtons {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.socialButtons_ul {
	display: inline-block;
}

.socialButtons_ul > li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.socialButtons_ul > li:last-child {
	padding-right: 0;
}

.socialButtons_ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

footer {
	background-color: #E6E6E6;
	padding-top: 40px;
	padding-bottom: 25px;
}

footer .searchBox {
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	display: none;
}

.footerData {
	display: inline-block;
	vertical-align: middle;
}

.footerData p {
	font-size: 13px;
	color: #57585A;
}

.experteffective {
	display: inline-block;
	width: 23px;
	height: 25px;
	float: right;
	vertical-align: middle;
}

.experteffective a {
	display: block;
	width: 100%;
}



/************************************/
/* END FOOTER */
/************************************/



/************************************/
/* *QUEM SOMOS*                     */
/************************************/

.breadCrumbsArea {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-left: 6px;
	padding-bottom: 35px;
}

.breadCrumbsArea a {
	display: inline-block;
	font-size: 11px;
	color: #A5A7AA;
}

.breadCrumbsArea a:hover {
	color: #B3272D;
}

.breadCrumbsArea p {
	display: inline-block;
	font-size: 11px;
	color: #B3272D;
}

.childrenArea {
	display: block;
	width: 100%;
	padding-top: 10px;
}

.childrenArea_ul {
	display: block;
	width: 100%;
}

.childrenArea_ul > li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.childrenArea_ul > li:last-child {
	padding-bottom: 0;
}

.childrenArea_ul > li > a {
	display: block;
	width: 100%;
}

.childrenArea_ul > li > a > p {
	display: inline-block;
	font-size: 13px;
}

.contentArea {
	display: block;
	width: 100%;
	padding-bottom: 40px;
}

.contentTitle {
	color: #B3272D;
	font-size: 26px;
	padding-bottom: 30px;
}

.contentText {
	
}

.contentImage {
	margin-bottom: 60px;
}

.contentImageBox {
	height: 150px;
	width: 100%;
	display: block;
}

.quemS .contentImageBox {
	height: 220px;
}

.missao .contentImageBox {
	height: 254px;
}

/************************************/
/* *QUEM SOMOS*                     */
/************************************/


/************************************/
/* *PROTOCOLOS*                     */
/************************************/ 

#protocolos .contentImageBox {
	margin-bottom: 20px;
	height: 90px;
	border: 1px solid #AF1016;
}

#protocolos .contentImageBox a {
	display: block;
	width: 100%;
	height: 100%;
}

#quemsomos .contentImage .col-sm-4:last-of-type .contentImageBox {
	margin-bottom: 0;
}

/************************************/
/* *PROTOCOLOS*                     */
/************************************/

/************************************/
/* *COLECAO*                        */
/************************************/

#colecao .contentImageBox {
	border: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

#colecao .produtoLogo .contentImageBox {
	border: none !important;
	margin-bottom: 30px;
}

#lightbox {
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.galeriaColecao {
	display: none;
}

/************************************/
/* *END COLECAO*                    */
/************************************/



/************************************/
/* *SERVIÇOS*                    */
/************************************/

#servicos .contentText {
	margin-bottom: 40px;
}




/************************************/
/* *END SERVIÇOS*                   */
/************************************/




/************************************/
/* *MARCACAO CONSULTA*              */
/************************************/


#marcacaoConsulta .form-control[disabled], #marcacaoConsulta .form-control[readonly], #marcacaoConsulta fieldset[disabled] .form-control {
	background-color: #FFF !important;
}


#text1, #text7 {
	display: none;
}

#marcacaoConsulta .redBreak {
	margin-top: 40px;
}

.appointment_resume_top{
	margin-top: 62px;
	padding: 22px 12px;
	background-color: #AF1016;
    font-size: 13px;
    color: #FFF;
	text-align: center;
}

.appointment_resume_content{
	padding: 22px 12px;
	background-color: #E6E6E6;
}

.appointment_resume_content div{
	border-bottom:2px solid #000;
}

.appointment_resume_content div:not(:first-child){
	padding:10px 0;
}

.appointment_resume_content div:first-child{
	padding:0 0 10px 0;
}

.appointment_resume_content div span, .appointment_resume_content div label{
	display: block;
}

.appointment_resume_content div label{
	font-size:12px;
	color:#000;
}

.appointment_resume_content div span{
	font-size:12px;
	color:#666666;
}

#appointment_section_btn_wrapper a{
	display: block;
	width:100%;
	text-align: left;
}

#appointment_section_btn_wrapper a.btn-primary{
	border-radius:0;
	background-color:#A5A7AA;
	border:0px;
    font-family: 'Roboto';
    font-size: 13px;
}

#appointment_section_btn_wrapper a.btn-default{
	border-radius:0!important;
    background-color: #AF1016;
    color: #FFF;
    font-family: 'Roboto';
    font-size: 13px;
	border: 0;
}

#apointment_form_wrapper{
	padding:15px;
	background: #E6E6E6;
	margin-top:30px;
}

#apointment_form_wrapper select{
	border-radius:0px!important;
}

.appointment_form_btns{
	text-align:right;
}

.appointment_form_btns button{
	background-color:none!important;
	border:none!important;
	border-radius: 0px!important;
	padding:0px!important;
	width: 106px;
	height: 24px;
	line-height: 25px;
	background: transparent url(../images/appointment_button.png) no-repeat!important;
	text-align: center;
    color: #FFF;
}

.appointment_form_btns button:hover{
	background-color:none!important;
}

.form_left_wrapper label{
	color:#afaeb1!important;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-size: 12px;
}

.form_right_wrapper label{
    color: #666666;
    font-size: 12px;
}

#exameLabel {
    display: none;
}

.form_right_wrapper select{
	color:#555;
    font-size: 14px;
}

label.accessible {
  cursor: pointer;
  font-size: 1.5em;
  font-size: 13px;
}

label.accessible input[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

label.accessible span{
	position: relative;
	top:3px;
	left: 15px;
}

/* the basic, unchecked style */

label.accessible input[type="radio"] + span:before {
	content: '';
	display: inline-block;
	background:url(../images/radio.png) no-repeat;
	height:16px;
	width: 16px;
}

label.accessible input[type="radio"]:checked + span:before {
	background:url(../images/radio_checked.png) no-repeat;
	height:16px;
	width: 16px;
}

.appointment_form_btns button:first-child{
	margin-right: 40px;
}

.form_right_wrapper table th, .form_right_wrapper table td{
	font-weight: 500!important;
	border-left:1px solid #ddd!important;
	text-align: center;
}

.form_right_wrapper table th, .form_right_wrapper table td{
	font-weight: 500!important;
	border-left:1px solid #ddd!important;
	text-align: center;
}

.form_right_wrapper table thead th, .form_right_wrapper table tbody tr td:first-child{
	background-color:#ebebeb;
	color:#474747!important;
}

.form_right_wrapper table tbody tr td:not(:first-child){
	background-color: rgb(165, 167, 170);
}

.form_right_wrapper table tbody tr td.taken{
	background-color:#aeaeb0!important;
}

.form_right_wrapper table tbody tr td.selected{
	background-color:#AF1016!important;
}

.form_right_wrapper table tbody tr td.unavailable{
	background-color:#FFF!important;
}

.form_right_wrapper table>tbody>tr>td, .form_right_wrapper table>tbody>tr>th, .form_right_wrapper table>tfoot>tr>td, .form_right_wrapper table>tfoot>tr>th, .form_right_wrapper table>thead>tr>td, .form_right_wrapper table>thead>tr>th{
	padding: 3px!important;
    font-size: 12px;
}

.appointment_info {
    font-size: 13px;
    font-family: 'Roboto';
    color: #afaeb1;
    text-align: center;
    padding-bottom: 15px;
}

.appointment_info span {
    color: #000;
}

#dados_pessoais label {
    font-size: 12px;
}

#appointment_form .form_section:not(:first-child){
	display: none;
}

.consultaBtn {
	display: inline-block;
	width: calc(25% - 14px);
	margin-right: 15px;
}

#appointment_section_btn_wrapper .consultaBtn:last-of-type {
	margin-right: 0;
}




/************************************/
/* *END MARCACAO CONSULTA*          */
/************************************/



/************************************/
/* *LOJA ONLINE*                    */
/************************************/

.cartBottomOptions {
    margin-top: 20px;
}

#loja .contentTitle {
	font-weight: 300;
}

.childrenAreaTitle {
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #B3272D;
}

.userSearchBox {
	border: 1px solid #C5C7C9;
	height: 30px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.userSearchBox input {
	border: none;
	background-color: #FFF;
	padding-left: 10px;
	height: 28px;
}

.userSearchBox button {
	border: none;
	background-color: #FFF;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.personalAreaButton {
	height: 25px;
	display: inline-block;
	width: calc(50% - 7px);
	margin-right: 10px;
	background-color: #7B7C80;
	border: 1px solid #7B7C80;
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}

.personalAreaButton a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.personalAreaButton p {
	font-size: 11px;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	font-weight: 700;
}

.carrinhoButton {
	height: 25px;
	display: inline-block;
	width: calc(50% - 7px);
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #AF1016;
}

.carrinhoButton a {
	display: block;
	widows: 100%;
	height: 100%;
}

.carrinhoButton a p {
	font-size: 11px;
	color: #AF1016;
	display: inline-block;
	font-weight: 700;
	vertical-align: middle;
	margin-left: 5px;
}

.carrinhoButton .cestoIcon {
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.childrenAreaButtons {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.personalArea {
	display: none;
	width: 100%;
	background-color: #C9C8CA;
	border-radius: 5px;
}

.personalArea_ul {
	display: block;
	width: 100%;
	padding: 10px 5px;
}

.personalArea_ul > li {
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
}

.personalArea_ul > li:first-child {
	padding-top: 0;
}

.personalArea_ul > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.personalArea_ul > li > a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 11px;
}

.titleEncomendas {

}

#loja .childrenArea {
	margin-bottom: 30px;
}

.shopAreaButtons {
	display: block;
	width: 100%;
	padding-top: 10px;
}

.shopAreaButtons_ul {
	display: block;
	width: 100%;
}

.shopAreaButtons_ul > li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 5px;
	border: 1px solid #B3272D;
}

.shopAreaButtons_ul > li:last-child {
	margin-bottom: 0;
}

.shopAreaButtons_ul > li:first-child {
	cursor: pointer;
	position: relative;
	display: none;
	background-color: #B3272D;
}

.shopAreaButtons_ul > li:first-child img {
	display: inline-block;
	width: 16px;
	height: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.shopAreaButtons_ul > li > a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 7px 10px;
	background-color: #B3272D;
	border: 1px solid #B3272D;
	border-radius: 4px;
}

.shopAreaButtons_ul > li > a > p, .shopAreaButtons_ul > li:first-child > p {
	font-size: 11px;
	color: #FFF;
	display: block;
	position: relative;	
}

.shopAreaButtons_ul > li:first-child > p {
	padding: 7px 10px;
}

.selectedLojaButton a {
	color: #7B7C80 !important;
}

.selectedStore {
	border: 1px solid #a5a7aa !important;
	border-radius: 5px;
}

.selectedStore > a {
	background-color: #a5a7aa !important;
	border: 1px solid #a5a7aa !important;
	border-radius: 5px;
	max-height: 30px;
}

.contentAreaLoja {
	padding-top: 60px;
}

.filterWrapper {
	background-color: #B3272D;
	margin: 0 15px;
}

.filterWrapper > div:not(:last-of-type) {
	padding-top: 10px;
	padding-bottom: 10px;
	/*height: 60px;*/
}

.filterWrapper > div:first-of-type {
	border-right: 1px solid #FFF;
	height: 46px;
}

.filterImage {
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.filterTitle {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-weight: 700;
	padding-left: 10px;
}

.fsDropDown {
    position: relative;
    width: 100%;
    height: 46px;
    cursor: pointer;
}

.fsDropDown .fsSelected {
    background: #B3272D;
    color: #FFF;
    /*border: 1px solid #ccc;*/
    width: 100%;
    display: block;
    padding: 10px;
    padding-top: 15px;
    text-align: left;
}

.fsDropDown::after {
	color: #FFF;
    content: '\e902';
    font-family: 'icomoon';
    speak: none;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.fsDropDown li {
    position: relative;
}

.fsDropDown .fsOptions {
    background: #fff;
    position: absolute;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    width: 100%;
    display: none;
    z-index: 1;
}

.fsDropDown .fsOptions > li {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

#loja .destaqueCesto {
	background-color: rgba(255,255,255,0.8);
}

#loja .contentAreaLoja .destaqueInfo {
	padding-top: 10px;
	border: 0;
	background-color: #e4e3e3;
	padding-right: 3px;
}

#loja .destaqueInfo > p {
	font-size: 16px;
}

#loja .destaqueInfo > p:last-of-type {
	font-size: 16px;
	padding-top: 5px;
	font-weight: 700;
}

#loja .destaqueBottom {
	border: 0;
}

.lojaproduto .destaqueBottom {
	position: absolute;
	bottom: 0;
}

.lojaproduto .destaqueInfo {
	border-right: 0;
	padding-top: 20px;
	background-color: #e4e3e3;
}

.promocoes_ul {
	display: block;
	width: 100%;
	margin-top: 25px;
}

.promocoes_ul > li {
	width: calc(25% - 3px);
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}

.promocoes_ul > li:nth-last-child(-n+4) {
	margin-bottom: 0;
}

.products_submenu {
	display: none;
}

.products_submenu > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 10px;
}

.products_submenu > li > a > p {
	color: #7b7c80;
	font-size: 11px;
}

.selectedSubMenu {
	background-color: #f2f1f1;
	border-radius: 5px;
}

.productPhoto {
	width: 100%;
	display: block;
	border: 1px solid #B3272D;
}

.productInfo {
	display: block;
	width: 100%;
}

.productRef {
	font-size: 16px;
	color: #bbbbbd;
	margin-bottom: 15px;
	font-weight: 700;
}

.productDescription {
	font-size: 13px;
	color: #bbbbbd;
}

.productRightSide {
	position: relative;
}

#loja .destaqueInfo > p {
	font-size: 12px;
}

.lojaproduto .destaqueInfo {
	padding-top: 12px;
}

.lojaproduto .destaqueInfo > p:last-of-type {
	padding-top: 5px;
}

.refineForm {
	margin-top: 25px;
}

.refineForm select {
	border: 1px solid #4f80ff;
	border-radius: 3px;
	width: 80px;
	height: 20px;
	background-image:
    linear-gradient(
      #FFF, #cacaca
    );
	color: #57585a;
	font-weight: 700;
	font-size: 11px;
}

.selectBox {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.selectBox::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #4f80ff;
	position: absolute;
	right: 18px;
	top: 0;
}

.lojaproduto .suggestedProducts .destaqueBottom {
	position: relative;
}

.suggestedProductsTitle {
	font-weight: 300;
	color: #b3272d;
	font-size: 18px;
	margin-top: 100px;
}

.lensSpecs {
	background-color: #f8f6f6;
	padding: 30px 30px 20px 30px;
}

/*.lensSpecs .cextoBox {
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}*/

.lensImg_b {
	border: 1px solid #b3272d;
}

.lensBrand {
	margin-top: 20px;
}

.lensBrand p {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

.lensBrand p span {
	font-size: 13px;
}

.lensSelectFormBox {
	margin-bottom: 15px;
}

.lensSelectFormBox label {
	color: #666666;
}

.lensSelectFormBox select, .lensSelectFormBox input[name=quantidadeCaixas] {
	width: 100%;
	height: 25px;
}

.destaqueCestoLens {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #FFF;
	margin-top: 25px;
	float: right;
}

.destaqueCestoLens .destaqueCesto {
	position: relative;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lensSelection {
	
}

.selectionRed {
	color: #b3272d !important;
	font-weight: 700;
}

.lensSelection p {
	color: #bbbbbd;
}




/************************************/
/* *END LOJA ONLINE*                */
/************************************/


/************************************/
/* *REGISTO/LOGIN*                  */
/************************************/


#formWrapper {
    background-color: #F8F6F6;
    padding: 15px;
}

.registoFormTitle {
	color: #7B7C80;
    font-size: 14px;
    font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
}

.registoFormTitle span {
	color: #DA8379;
}

fieldset label {
    color: #000!important;
    font-size: 11px;
	padding-bottom: 5px;
    font-weight: 400;
}

.myInfo fieldset label {
	font-size: 13px;
}

.btn-default {
    color: white!important;
    border-radius: 2px!important;
    background: #b3272d;
    border: 0px!important;
}




/************************************/
/* *END REGISTO/LOGIN*              */
/************************************/


/************************************/
/* *MINHA CONTA*                    */
/************************************/

.myInfo {
	padding-top: 5px;
}

.myInfo_ul {
	margin-bottom: 10px;
}

.myInfo_ul > li {
	color: #AEAEB0;
	font-size: 13px;
	padding-bottom: 10px;
}

.editarButton {
	background-color: #B3272D;
	display: inline-block;
	width: 90px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
    margin-bottom: 20px;
}

.editarButton a {
	display: block;
	width: 100%;
	height: 100%;
}

.editarButton a p {
	color: #FFF;
	font-size: 13px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}

/************************************/
/* *END MINHA CONTA*                */
/************************************/



/************************************/
/* *CARRINHO*                       */
/************************************/

.productLabel {
	display: block;
	width: 100%;
	color: #b3272d;
	font-size: 15px;
	font-weight: 700;
	text-align: right;
	padding-bottom: 20px;
}

.productLabel_left {
	display: block;
	width: 100%;
	color: #b3272d;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 20px;
}

.productImg {
	width: 100%;
	height: 80px;
	border: 1px solid #b3272d;	
}

.productName {
	position: relative;
	top: 40px;
	display: block;
	width: 100%;
}

.productName p {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.productName p span {
	font-size: 13px;
}

.productQuantity {
	display: block;
	width: 100%;
	position: relative;
	top: 45px;
}

.productQuantity input {
	display: block;
	width: 100%;
	height: 35px;
	border-radius: 5px;
	background-color: #e4e3e3;
	text-align: right;
	padding: 5px;
	font-size: 16px;
	color: #000;
	border: none;
}

.productTotal, .productPrice {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	text-align: right;
	display: block;
	width: 100%;
	position: relative;
	top: 58px;
}

.productRedCross {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 95px;
	float: right;
}

.productRedCross a {
	display: block;
	width: 100%;
	height: 100%;
}

.productRow {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d5d6;
}

.btn-default:hover {
	background-color: #b3272d !important;
}

.noHover:hover {
	background-color: #E6E6E6 !important;
}

.totalsBox {
	display: block;
	width: 100%;
}

.voltar {
	background-color: rgb(165, 167, 170) !important;
    border: 1px solid #000 !important;
    border-radius: 11px !important;
    margin-right: 10px !important;
    height: 24px !important;
    line-height: 11px !important;
}

.voltar:hover {
	background-color: rgb(165, 167, 170) !important;
}

.totalLabel {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #b3272d;
	font-weight: 700;
	line-height: 21px;
}

.totalLabelPrice {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	min-height: 21px;
    line-height: 21px;
}

.carrinhoNavBar {
	width: 100%;
	height: 20px;
	background-color: #b3272d;
	padding: 0 5px;
	margin-bottom: 25px;
}

.carrinhoNext {
	float: right;
}

.carrinhoBack {
	display: inline-block;
}

.carrinhoBack a, .carrinhoNext a {
	display: block;
	width: 100%;
	height: 100%;
}

.carrinhoBack p, .carrinhoNext p {
	font-size: 12px;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
    line-height: 19px;
}

.backArrow, .nextArrow {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.backArrow {
	margin-right: 10px;
}

.nextArrow {
	margin-left: 10px;
}

.sub_title {
	font-size: 15px;
	font-weight: 700;
	color: #b3272d;
	margin-bottom: 10px;
}

.dadosBox {
	background-color: #f8f6f6;
	padding: 10px;
}

.storeGroup {
	display: none;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
}

.dadosBox .radio-inline {
	font-size: 11px;
}

.dadosBox .form-group {
	margin-bottom: 5px;
}

.contentText .col-sm-6:first-of-type .dadosBox .form-group:nth-of-type(3) {
	margin-top: 15px;
}

.dadosBox .form-control {
	padding: 0;
	padding-left: 10px;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 11px;
    color: black;
}

/************************************/
/* *END CARRINHO*                   */
/************************************/


/************************************/
/* *NOTICIAS*                       */
/************************************/

#noticias .contentImageBox {
	height: 100px;
}

.newsBlock {
	margin-bottom: 30px;
}

.newsTitle {
	margin-bottom: 5px;
}

.newsTitle p {
	font-size: 17px;
}

.newsImages {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#noticia .contentImageBox {
	cursor: default;
}

.galeriaNoticias .contentImageBox {
	margin-bottom: 40px;
	min-height: 150px;
	height: auto !important;
}


.backDrop {
	position: relative;
}

.curtain {
	position: absolute;
    left: 5px;
    right: 5px;
    top: -10px;
    bottom: 30px;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.3s ease;
}

.lg-backdrop {
	z-index: 10000;
}

.lg-outer {
	z-index: 10001;
}

.lupaBranca {
	width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  	-moz-transform:    translate(-50%,-50%);
 	-ms-transform:     translate(-50%,-50%);
  	-o-transform:      translate(-50%,-50%);
}

.lupaTitle {
	position: absolute;
    color: white;
    text-align: center;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  	-moz-transform:    translateX(-50%);
 	-ms-transform:     translateX(-50%);
  	-o-transform:      translateX(-50%);
    width: calc(100% - 30px);
}

.caption {
	display: none;
}

.backDrop:hover .curtain {
	opacity: 1;
    transition: all 0.5s ease;
}


/************************************/
/* *END NOTICIAS*                   */
/************************************/

/************************************/
/* *GLOSSARIO*                      */
/************************************/

.alfabeto {
	display: block;
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 25px;
	border-bottom: 1px solid #b3272d;
}

.alfabeto_ul {
	display: block;
	width: 100%;
}

.alfabeto_ul > li {
	display: inline-block;
	padding: 0 11px;
}

.alfabeto_ul > li > a {
	font-size: 17px;
	color: #57585a;
}

.selectedLetter {
	color: #b3272d !important;
}

.wordBox {
	margin-bottom: 20px;
}

.word {
	cursor: pointer;
	text-transform: uppercase;
}

.word p, .wordMeaning p {
	font-size: 14px;
	color: #7b7c80;
}

.wordMeaning {
	padding-top: 15px;
	display: none;
}


/************************************/
/* *END GLOSSARIO*                  */
/************************************/


/************************************/
/* *CONTACTOS*                      */
/************************************/

#contactos .contentText p:first-of-type {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}

#contactos .contentText {
	margin-bottom: 20px;
}

#contactos .contentText p span {
	font-weight: 700;
}

#contactos .contentText p:not(:first-of-type) {
	margin-bottom: 5px;
}

.letterBox {
	display: none;
}
/************************************/
/* *END CONTACTOS*                  */
/************************************/



/************************************/
/* *END PESQUISA*                  */
/************************************/

#search-list {

}

#search-list > li {
	padding: 10px 0; 
}

#search-list > li > a {
	font-size: 18px;
}

#search-list > li > p {
	font-size: 15px;
}

.pesquisaArea {
	margin-top: 50px;
}

/************************************/
/* *END PESQUISA*                  */
/************************************/




/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/















/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

    .col-sm-15 {
        width: 20%;
        float: left;
    }

/************************************/
/* HEADER */
/************************************/

	.headerText {
		margin-left: 0;
	}

	.menu_ul > li {
		bottom: 0px;
	}
	
	.menu_ul > li > a > p {
		font-size: 13px;
	}
	
	.storeBox {
		width: 100px;
		margin-right: 6px;
	}
	
	.storeBox a p {
		font-size: 11px;
	}

	.searchBox {
		width: 100px;
	}
	
	.submenu_ul {
		padding: 10px 20px 20px 20px;
	}
	
	.submenu_ul > li > a > p {
		font-size: 11px;
	}
	
	.login_language_box_mobile {
		display: none;
	}

	.headerText p {
		font-size: 19px;
	}

	.languageBox {
		text-align: right;
		display: inline-block;
	}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* HOMEPAGE */
/************************************/

	.slickDots {
		max-width: 768px;
		bottom: 140px;
	}
    
	.slider {
		height: 570px;
	}
	
	.sliderTextAreaBox {
		top: 200px;
	}
	
	.sliderTextArea {
		padding-left: 20px;
	}
	
	.mainButtons {
		bottom: 45px;
	}
	
	.buttonsBox {
		float: right;
	}
	
	.consultaButton {
		width: 270px;
	}
	
	.destaques_ul > li {
		display: inline-block;
		width: 33.33%;
		margin-right: -3px;
		margin-bottom: 30px;
	}
	
	.destaques_ul > li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	
	
    
/************************************/
/* END HOMEPAGE */
/************************************/


/************************************/
/* FOOTER */
/************************************/




/************************************/
/* END FOOTER */
/************************************/


/************************************/
/* *QUEM SOMOS*                     */
/************************************/

	.breadCrumbsArea {
		padding-left: 0;
	}

/************************************/
/* *QUEM SOMOS*                     */
/************************************/

	
/************************************/
/* *PROTOCOLOS*                     */
/************************************/

	

/************************************/
/* *PROTOCOLOS*                     */
/************************************/	
	
/************************************/
/* *COLECAO*                        */
/************************************/

	.contentImageBox {
		height: 96px;
	}



/************************************/
/* *END COLECAO*                    */
/************************************/	
	
/************************************/
/* *MARCACAO CONSULTA*              */
/************************************/

	.appointment_form_btns button:first-child {
		margin-right: 10px;
	}
	
	.btn {
		padding: 6px;
	}
	
	#appointment_section_btn_wrapper a.btn-primary {
		font-size: 10px;
	}
	
	#appointment_section_btn_wrapper a.btn-default {
		font-size: 10px;
	}


/************************************/
/* *END MARCACAO CONSULTA*          */
/************************************/	
	
	
/************************************/
/* *LOJA ONLINE*                    */
/************************************/

	.promocoes_ul > li {
		width: calc(33.33% - 3px);
		display: inline-block;
		margin-bottom: 20px;
	}

	.promocoes_ul > li:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}

	.promocoes_ul > li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

	.destaqueInfo {
	    display: block;
	    width: 100%;
	    margin-right: 0;
	}

	.destaqueCesto {
	    text-align: center;
	    width: 100%;
	    display: inline-block;
	    height: 75px;
	    vertical-align: top;
	}

	.redBall {
	    position: absolute;
	    top: 90px;
	    right: 105px;
	    display: block;
	    width: 85px;
	    height: 85px;
	    text-align: center;
	    background-color: #B3272D;
	    border-radius: 50%;
}


/************************************/
/* *END LOJA ONLINE*                */
/************************************/
	
	
/************************************/
/* *CARRINHO*                       */
/************************************/

	.dadosBox .form-control {
		padding-left: 2px;
	}

/************************************/
/* *END CARRINHO*                   */
/************************************/	
	
	
/************************************/
/* *NOTICIAS*                       */
/************************************/



/************************************/
/* *END NOTICIAS*                   */
/************************************/

/************************************/
/* *GLOSSARIO*                      */
/************************************/





/************************************/
/* *END GLOSSARIO*                  */
/************************************/

	
	
	
}






/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/



/************************************/
/************************************/
/*   Medium Devices, Desktops */
/************************************/
/************************************/

@media (min-width:992px) and (max-width:1200px) {
	
	.col-md-15 {
        width: 20%;
        float: left;
    }
	
	.slickDots {
		max-width: 992px;
	}
	
	/* COLECAO */
	
	.contentImageBox {
		height: 150px;
	}
	
	
	/* END COLECAO */
	
}




/************************************/
/************************************/
/*  Medium Devices, Desktops END */
/************************************/
/************************************/











/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
















/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

	.only-mobile {
		display: block;
	}

	.hideMobile {
		display: none;
	}
	
	.col-xs-15 {
		width: 20%;
		float: left;
	}

/************************************/
/* HEADER */
/************************************/

	#topHeader {
		padding-bottom: 20px;
	}
	
	.login_language_box {
		display: none;
	}

	.logoBox {
		float: none;
		margin: 20px auto 10px;
	}
	
	.headerText {
		margin-top: 0;
		text-align: center;
	}
	
	.headerText p {
		font-size: 16px;
	}
	
	.menuBox, .store_search_box {
		display: none;
	}
	
	#bottomHeader {
		height: 60px;
		position: relative;
		z-index: 999;
	}
	
	.login_language_box_mobile {
		display: block;
		height: 60px;
	}
	
	.login_language_box_mobile .loginBox {
		position: relative;
		top: 50%;
		-webkit-transform: translate;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.login_language_box_mobile #userTopName {
		position: relative;
		top: 50%;
		-webkit-transform: translate;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.login_language_box_mobile .languageBox {
		position: relative;
		top: 42%;
		-webkit-transform: translate;
		-moz-transform: translateY(-42%);
		-ms-transform: translateY(-42%);
		-o-transform: translateY(-42%);
		transform: translateY(-42%);
	}
	
	.login_language_box_mobile .languageBox a {
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}
	
	.selectedLanguageMobile {
		color: #5D5D5D !important;
		border-bottom: 1px solid #5D5D5D !important;
	}
	
	.burgerBox {
		display: block;
		width: 100%;
		height: 60px;
	}
	
	.burgerImg {
		display: block;
		width: 38px;
		float: right;
		position: relative;
		top: 50%;
		-webkit-transform: translate;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: pointer;
	}
	
	.menuBox_mobile {
		width: 100%;
		background-color: #AF1016;
		position: relative;
		bottom: 60px;
		z-index: 990;
		padding-top: 60px;
		display: none;
	}
	
	.menuBox_mobile_ul {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.menuBox_mobile_ul > li {
		padding: 16px 0;
		border-top: 1px solid #FFF;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.menuBox_mobile_ul > li:first-child {
		margin-top: 20px;
	}
	
	.menuBox_mobile_ul > li:last-child {
		border-bottom: 1px solid #FFF;
		margin-bottom: 20px;
	}
	
	.menuBox_mobile_ul > li > a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.menuBox_mobile_ul > li > a > p {
		color: #FFF;
		font-size: 12px;
		position: relative;
	}
	
	.menuBox_mobile_ul > li > a > p span {
		font-size: 20px;
		line-height: 12px;
		position: absolute;
		right: 15px;
	}
	
	.whiteSquare {
		display: inline-block;
		width: 5px;
		height: 5px;
		background-color: #FFF;
		margin-right: 8px;
	}
	
	.submenu_mobile_ul {
		width: 100%;
		padding-left: 15px;
		padding-top: 16px;
		display: none;
	}
	
	.submenu_mobile_ul > li {
		display: block;
		text-align: left;
		width: 100%;
		padding-bottom: 10px;
	}
	
	.submenu_mobile_ul > li:first-child {
		padding-top: 0;
	}
	
	.submenu_mobile_ul > li:last-child {
		padding-bottom: 0;
	}
	
	.submenu_mobile_ul > li > a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.submenu_mobile_ul > li > a > p {
		display: inline-block;
		color: #FFF;
		font-size: 12px;
	}

	.languageBox {
		text-align: left;
		display: inline-block;
	}
	

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* HOMEPAGE */
/************************************/

	.slickDots {
		display: none !important;
	}
	
	.textoTemporarioHomepage p {
		font-size: 21px;
		font-weight: 300;
		color: #FFF;
	}

	.textoTemporarioHomepage p span, .textoTemporarioHomepage p:first-of-type span {
		font-size: 52px;
	}

	.textoTemporarioHomepage p:first-of-type {
		font-size: 28px;
		font-weight: 300;
		color: #FFF;
	}

	.textoTemporarioHomepage p:last-of-type {
		font-size: 21px;
		font-weight: 300;
		color: #FFF;
		line-height: 52px;
	}
	
	.slider {
		height: 450px;
	}
	
	.sliderTextAreaBox {
		top: 70px;
		text-align: center;
	}
	
	.sliderTextArea {
		padding-left: 10px;
		text-align: left;
	}
	
	.buttonsBox {
		float: none;
		display: block;
		width: 100%;
	}
	
	.consultaButton {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.lojaButton {
		margin-right: 10px;
		width: calc(100% - 64px);
	}
	
	.mainButtons {
		bottom: 30px;
		width: 100%;
	}
	
	.destaques_ul > li {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
	
	.destaques_ul > li:nth-last-child(-n+3) {
		margin-bottom: 30px;
	}
	
	.destaques_ul > li:last-child {
		margin-bottom: 0;
	}
	
	
/************************************/
/* END HOMEPAGE */
/************************************/  

	
/************************************/
/* FOOTER */
/************************************/

	footer .searchBox {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.socialButtons {
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 25px;
	}
	
	.footerArea {
		text-align: left;
	}
	
	.footerData {
		width: 167px;
	}
	
	.footerData p span {
		display: none;
	}
	
	.footerData p a {
		display: block;
	}


/************************************/
/* END FOOTER */
/************************************/


/************************************/
/* *QUEM SOMOS*                     */
/************************************/

	.contentImageBox {
		margin-bottom: 20px;
		height: 150px;
	}
	
	#quemsomos .contentImage .col-sm-4:last-of-type .contentImageBox {
		margin-bottom: 0;
	}
	
	.breadCrumbsArea {
		padding-bottom: 15px;
	}

/************************************/
/* *QUEM SOMOS*                     */
/************************************/

/************************************/
/* *PROTOCOLOS*                     */
/************************************/

	#protocolos .contentImage .col-sm-3:nth-last-of-type(-n+2) .contentImageBox {
		margin-bottom: 0;
	}
	

/************************************/
/* *PROTOCOLOS*                     */
/************************************/

/************************************/
/* *COLECAO*                        */
/************************************/

	#colecao .contentImage .col-sm-4:last-of-type .contentImageBox {
		margin-bottom: 0;
	}


/************************************/
/* *END COLECAO*                    */
/************************************/

/************************************/
/* *MARCACAO CONSULTA*              */
/************************************/

	.appointment_form_btns button:first-child {
		margin-right: 5px;
	}

	.appointment_form_btns {
		text-align: center;
	}
	
	.btn {
		padding: 6px 12px;
	}
	
	#appointment_section_btn_wrapper a.btn-primary {
		font-size: 13px;
	}
	
	#appointment_section_btn_wrapper a.btn-default {
		font-size: 13px;
	}
	
	.consultaBtn {
		display: block;
		width: 100%;
	}

/************************************/
/* *END MARCACAO CONSULTA*          */
/************************************/
	
/************************************/
/* *LOJA ONLINE*                    */
/************************************/

	.shopAreaButtons_ul > li:first-child {
		display: block;
	}
	
	.shopAreaButtons_ul > li:not(:first-child) {
		display: none;
	}

	.contentAreaLoja {
		padding-top: 0;
	}
	
	.promocoes_ul > li {
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	.promocoes_ul > li:last-child {
		margin-bottom: 0;
	}
	
	.lojaproduto .destaqueBottom {
		margin-top: 10px;
		position: relative;
	}
	
	
	.productRightSide {
		margin-top: 20px;
	}
	
	.lojaproduto .destaqueInfo {
		padding-top: 20px;
	}

	.selectBox {
		display: inline-block;
		margin-right: 20px;
		position: relative;
		margin-bottom: 10px;
	}
	
	.suggestedProductsTitle {
		margin-top: 50px;
	}
	
	.lensBrand {
		margin-bottom: 20px;
	}
	
	.lensSelection {
		margin-top: 20px;
	}
	
	.destaqueCestoLens {
		margin-top: 45px;
	}

	.redBall {
	    top: 50px;
	    right: 0;
	    left: 65px;
	}

	.destaqueCesto {
	    text-align: center;
	    width: 70px;
	    display: inline-block;
	    height: 100%;
	    vertical-align: top;
	}
	
	.destaqueInfo {
	    display: inline-block;
	    width: calc(100% - 70px);
	    margin-right: -4px;
	    border-right: 1px solid #AF1016;
	    height: 100%;
	    padding-top: 5px;
	    padding-left: 10px;
	}

/************************************/
/* *END LOJA ONLINE*                */
/************************************/	
	
/************************************/
/* *CARRINHO*                       */
/************************************/

	.lastRow .editarButton {
		width: 100%;
	}

	.dadosBox .form-control {
			padding-left: 10px;
		}

	.contentText .col-sm-6:first-of-type .dadosBox {
		margin-bottom: 10px;
	}

	.dataBox {
		margin-bottom: 30px;
	}

	.productName {
		top: 50px;
	}

	.productLabel {
		padding-top: 10px;
		text-align: left;
	}

	.productQuantity {
		top: 0;
		text-align: left;
	}

	.productTotal, .productPrice {
		top: 8px;
		text-align: left;
	}
    
    .productRedCross {
        top: 0;
    }



/************************************/
/* *END CARRINHO*                   */
/************************************/	
	
	
	
/************************************/
/* *NOTICIAS*                       */
/************************************/

.galeriaNoticias .contentImageBox {
	margin-bottom: 20px;
}

.curtain {
	bottom: 10px;
}

/************************************/
/* *END NOTICIAS*                   */
/************************************/	
	
	
/************************************/
/* *GLOSSARIO*                      */
/************************************/





/************************************/
/* *END GLOSSARIO*                  */
/************************************/	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

    
}




