﻿body {margin: 0;padding:0;}

@font-face{
    font-family: "Marbre_Sans";
    src: url(../font/Marbre_Sans.ttf),
    url(../font/Marbre_Sans.eot); /* IE */
}

@font-face{
    font-family: "Marbre_Sans_Bold";
    src: url(../font/Marbre_Sans_Bold.ttf),
    url(../font/Marbre_Sans_Bold.eot); /* IE */
}



video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.stopfade {opacity: .5;}

#polina {
    background: rgba(64, 23, 1, 0.51);
    width:100%;
    height:100vh;
	overflow:hidden;
}
.menu_list {
    color: #FFFFFF;
    font-family: 'Marbre_Sans';
    font-size: 35px;
    text-transform: lowercase;
}

.menu_list li a {
   position: relative;
   color: #FFFFFF;
   text-decoration: none;
}

.menu_list li a:hover {color: #FFFFFF;}

.menu_list li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

.menu_list li a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
}

.menu_nav {
	height:75px;
	background-image: url(../img/textura2.png);
	background-repeat:repeat;
	color:#FFFFFF;
	display:none;
}

.menu_img {
	float:left;
	margin-top:5px;
	margin-left:15px;
}

.logo_img {max-width:125px;}

.ml-10 {margin-left:10px;}
.ml-15 {margin-left:15px;}
.ml-20 {margin-left:20px;}
.ml-100 {margin-left:100px;}
.mt-10 {margin-top:10px;}
.mt-15 {margin-top:15px;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:20px;}
.mt-40 {margin-top:40px;}
.mt-45 {margin-top:45px;}
.mt-50 {margin-top:50px;}
.mr-10{margin-right:10px;}
.mr-15 {margin-right:15px;}
.mr-25 {margin-right:25px;}
.mb-15 {margin-bottom:15px;}
.mb-25 {margin-bottom:25px;}
.mb-50 {margin-bottom:50px !important;}

.pt-15 {padding-top:15px;}
.pt-20 {padding-top:18px;}
.pr-15 {padding-right:15px;}
.pb-5 {padding-bottom:5px;}
.pb-15 {padding-bottom:15px;}
.pt-10 {padding-top:10px;}
.pb-10 {padding-bottom:10px;}

.title_home {
    color: #FFFFFF;
    font-family: 'Marbre_Sans';
    font-weight: normal;
    text-shadow: 5px 5px 6px #1C1C1C;
	margin-top:15%;
}

.title {font-size: 120px;}

.subtitle {font-size: 36px;margin-top:-35px;}

.full_background_img {
	height:100vh;
	background-size:cover;
}

.spa_img_1 {background-image:url(../img/spa_fullimg.jpg);}
.spa_img_2 {background-image:url(../img/tratamentos_fullimg.jpg);}
.spa_img_3 {background-image:url(../img/rituais_fullimg.jpg);}
.spa_img_4 {background-image:url(../img/estetica_fullimg.jpg);}
.spa_img_5 {background-image:url(../img/raw/tnb_pic2.jpg);}
.spa_img_6 {background-image:url(../img/formacao/suica_1.jpg);}
.spa_img_7 {background-image:url(../img/natal_fullimg.jpg);}
.spa_img_8 {background-image:url(../img/namorados_fullimg.jpg);}
.spa_img_8 {background-image:url(../img/diamulher_fullimg.jpg);}
.spa_img_9 {background-image:url(../img/pai_fullimg.jpg);}
.spa_img_10 {background-image:url(https://scontent.flis5-1.fna.fbcdn.net/v/t1.0-9/18198479_1535053706506399_6292058010632785645_n.png?_nc_cat=0&oh=e62929936bc7641b36f4f06564c06191&oe=5B601FC1);}

.no_p {padding:0px !important;}

.social_media {
	font-size:26px;
	color:#A1432B;
}

.b_link {color:#A1432B;}
.b_link:hover {color:#D48E6B;}
.b_link:visited {color:#A1432B;}

.b_link_inverse {color:#FFFFFF;}
.b_link_inverse:hover {color:#D48E6B;}
.b_link_inverse:visited {color:#FFFFFF;}

.b_menu {
	padding:25px;
	background-color:#FFFFFF;
	color:#A1432B;
	/*border:solid 1px #A1432B;*/
	cursor:pointer;
	}
	
.b_menu:hover {color:#D48E6B;}

.width_content{
	width:75%;
	margin:0px auto;
	text-align: justify;
    text-justify: inter-word;
}

.content_info {
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
}

.title_info {
	font-family: 'Marbre_Sans_Bold';
	text-transform: lowercase;
    font-weight: normal;
	font-size:40px;
	color:#af503e;
}

.button_link {
	padding-left:30px;
	margin:auto;
	font-family: 'Marbre_Sans';
	text-transform: lowercase;
    font-weight: normal;
	font-size:35px;
	background-image: url(../img/textura2.png);
	background-repeat:repeat;
	line-height:80px;
	color:#FFFFFF;
	padding-left:0px;
}

.button_animation{
  	background-color:#D89E7D;
	width:50px;
	height:100%;
	float:left;
	display:block;
}

.arrow_anim {
	float:left;
	display:block;
	height:80px;
}

.address {
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	margin-top:15px;
}

.fs-20 {font-size:20px;}
.fs-25 {font-size:25px;}

.no_a_deco{
	text-decoration:none !important;
	cursor:pointer;
}

.relative_parent {
	position:relative;
	height:100vh;
	overflow-x:hidden;
	overflow-y:auto;
}

.ritual_menu{
	font-family: 'Quicksand', sans-serif;
    font-weight: normal;
	font-size:20px;
	color:#1C1C1C;
	width:1500px;
}

.ritual_menu li {margin-right:35px;cursor:pointer; line-height:25px; border-left: 2px solid #FFFFFF;}

.ritual_menu li:hover {color:#A1432B; border-left: 2px solid #A1432B;}

.ritual_info{
	color:#FFFFFF;
	background-color:#af503e;
	border-left:50px solid #D89E7D;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	height: 345px
}

.no_li_deco {
	list-style:none;
}

.menu_table {
	height:100vh;
	overflow:hidden;
}

.menu_table img {
	height:100vh;
}


.precos_lista {
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	list-style-image:url(../img/li_arrow.png);
}

.precos_lista li {
	line-height:50px;
	cursor:pointer
}

.precos_lista li:hover {
	font-weight:700;
	font-size:20px;
}

.precos_lista .active {
	color:#A1432B;
	font-size:20px;
	font-weight:700;
	cursor:auto;
}

.page_slider{
	width:120px;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	font-weight:700;
	height:100vh
}

.page_up {
	cursor:pointer;
}

.page_down {
	cursor:pointer;
}


.slider_up_legend {
	margin-top:-20px;
}

.slider_down_legend {
	margin-bottom:-20px;
}

.parent {
    display: table;
    table-layout: fixed;
}

.child {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.promo_button {
	background-color:#AF503E;
	padding-top:20px;
	padding-bottom:20px;
	line-height:20px !important;
	font-family: 'Marbre_Sans_Bold';
	text-transform: lowercase;
	font-weight:700;
	font-size:30px;
	color:#FFFFFF;
}

.footer_index{
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height:60px;
}

.index-footer {
	position:fixed;
	bottom:0;
	width:100%;
	margin-bottom:-180px;
}

.promo_articles {
	margin-top:-2px;
	background-image: url(../img/textura2.png);
	background-repeat:repeat;
	
}

.promo_articles img {
	padding:5px;
	border:#D48E6B 1px solid;
	cursor:pointer;
}

.b_menu_close {
	padding:27px;
	border-right:solid 2px #C1C1C1;
	background-color:#af503e;
	color:#FFFFFF;
	/*border:solid 1px #A1432B;*/
	cursor:pointer;
	}
	
	
.position_ritual {
	position:absolute;
}

.map_frame {
	width:2000px;
	height:1000px;
}

.map_place {
	height:450px;
	overflow:hidden;
	width:100%;
	border-top: 2px solid #D48E6B;
}

.map_place iframe {
	margin-left:-500px;
	margin-top:-325px;
}

.map_legend {
	margin-top:40px;
}

.products {
	font-family: 'Quicksand', sans-serif;
}

.products b {
	font-size:18px;
}

.title_big {
	font-family: 'Marbre_Sans_Bold';
	text-transform: lowercase;
	font-size:50px;
	text-align:center;
}

.title_small {
	font-family: 'Marbre_Sans';
	text-transform: lowercase;
	font-size:40px;
	text-align:center;
}

.no_overflow {
	height:100vh;
}

.price_border {
	background-image:url(../img/textura_3.png);
	background-repeat:repeat;
	height:100vh;
}

.product_selection {
	height:445px;
}


.estetica_product p {
	font-family: 'Quicksand', sans-serif;
    font-weight: bold;
	font-size:20px;
	color:#FFFFFF;
	
}

.contacts {
	width:30%px;
	background-image: url(../img/textura1.png);
	box-shadow: 0px 0px 0px 5px #d89e7d;
	background-repeat:repeat;
	border: 0.5px solid #FFFFFF;
	margin-bottom:25px;
	font-size:25px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 15px 10px;
	font-family: 'Marbre_Sans_Bold';
	text-transform: lowercase;
	font-weight:700;
	}
	
.contacts:hover {
	background-image: url(../img/textura1.png);
	box-shadow: 0px 0px 0px 5px #d89e7d;
	box-shadow: 0px 0px 0px 5px #af503e;
	background-image: url(../img/textura2.png);
	cursor:pointer;
}

.estetica_product {
	width:30%px;
	background-image: url(../img/textura1.png);
	box-shadow: 0px 0px 0px 5px #d89e7d;
	background-repeat:repeat;
	border: 0.5px solid #FFFFFF;
	margin-bottom:25px;
	font-size:25px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 0px 10px;
	font-family: 'Marbre_Sans_Bold';
	text-transform: lowercase;
	font-weight:700;
}

.estetica_product:hover {
	background-image: url(../img/textura1.png);
	box-shadow: 0px 0px 0px 5px #d89e7d;
	box-shadow: 0px 0px 0px 5px #af503e;
	background-image: url(../img/textura2.png);
	cursor:pointer;
}


.sub_title {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#af503e;
	
}

.mid_table {
	margin-top:25px;
	width:170px;
	margin-left:auto;
	margin-right:auto;
}

.day {
	width:50px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	
}

.time {
	width:120px;
	height:30px;
	font-size:18px;
}


.estetica_link:hover {
	text-decoration: none;
}

.galerias:hover {
	text-decoration: none;
}

.gallery_link:hover {
	content: url(../img/promo5_on.jpg);
}

.promo_19_10_link:hover {
	content: url(../img/promo/promo_hidratacao_rosto_on.jpg);
}

.promo_18_12_link:hover {
	content: url(../img/promo/promo7_on.jpg);
}

.promo_30_01_link:hover {
	content: url(../img/promo/promo8_on.jpg);
}

.promo_07_03_link:hover {
	content: url(../img/promo/promo9_on.png);
}

.promo_17_03_link:hover {
	content: url(../img/promo/promo10_on.png);
}

.promo_03_05_link:hover {
	content: url(../img/promo/promo11_on.jpg);
}

.mobile_news {
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color:#FFFFFF;
}

.mobile_news p {
	padding-top:30px;
}
.mobile_news img {
	width:85%;
	margin: 15px auto 15px;
}

.promo_block_text {
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
}

.link_decor_none{
	text-decoration:none;
	color: #af503e;
}

.link_decor_none a:hover{
	text-decoration:none;
	color: #af503e;
	}
@media screen and (min-width: 670px) {
/*SCROLL BAR */

::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(175,80,62,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(175,80,62,0.4);
}
}