/* Author: Fábio Felicidade */

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, strong, 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;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

/*===============================================================
	general
=================================================================*/

body {
	font-family:Arial;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height:1.5em;
}


h1, h2, h3, h4 {
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	color:#ff29b3;
	display:block;
	clear:both;
}

h1 {
	font-size:5em;
	margin-bottom:25px;
	text-align:center;
	line-height:1em;
}

h2 {
	font-size:2.5em;
	line-height:1.2em;
	margin-top:30px;
	margin-bottom:20px;
}

h3 {
	font-size:1.75em;
	margin-bottom:10px;
}

h4 {
	font-size:1.25em;
	margin-bottom:10px;
}

ul {
	list-style-type: none !important; /* Remove bullets */
}

a {
	text-decoration: none;
}
 
input[type="text"],
textarea { 
	width:100%;
}
 
input[type="text"],
input[type="checkbox"],
textarea {
	background-color:#ffe2f5;
	border:0;
	padding:7px 5px;
	color:#ff29b3;
}

div[class*="-section"] {
	text-align:center;
	margin:40px auto;
	clear:both;
}

.btn {
	border-radius: 25px;
	background-color:#fff;
	color:#000;
}

.btn-primary {
	background-color:#ff29b3;
	color:#fff;
}

.btn-big {
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
}

.btn-booking {
	margin:15px auto;
}

.logo {
	width:250px;
	margin:0 auto;
	overflow:hidden;
	margin:15px auto;
}

.copyright {
	font-size:0.75em;
	padding:10px;
}

h1.title {
	position:relative;
	top:75px;
	text-align:center;
	width:600px;
	max-width:90%;
	margin:0 auto;
}

.title {
	font-weight:bold;
	margin-bottom:10px;
	display:inline-block;
}

.header-banner h3 {
	background-color:#fff; 
	padding:10px; 
	color:#ff29b3; 
	font-size:1.2em; 
	font-weight:bold;
}

.content {
	margin-top:100px;
}

.info-section div[class*="col-"] {
	margin-top:30px;
}
.info-section img {
	width:75px;
	height:auto;
	margin:0 auto;
}

.info-section p, li {
	text-align:center;
}

.laser-section h4 {
	color:#fff;
	padding:7px 15px;
	background-color:#ff29b3;
	width:auto;
	display:inline-block;
	border-radius:25px;
}
.laser-section .col-lg {
	/*background-color:#ff29b3;*/
}
.laser-section .col-lg > div:first-child {
	padding:10px;
	color:#fff !important;
	
	min-height:325px;
	height:auto;
}
.laser-section .col-lg > div:last-child {
	color:#fff !important;
}
.laser-section > .row > .col-lg > div {
	background-repeat:none;
	background-size:cover;
}

.laser-tl > div:first-child {
	position:relative;
	background-image:url(./../images/laser-tl.jpg);
}
.laser-al > div:first-child {
	position:relative;
	background-image:url(./../images/laser-al.jpg);
}
.laser-nd > div:first-child {
	position:relative;
	background-image:url(./../images/laser-nd.jpg);
}

.laser-section p {
	background-color:#ff29b3;
	padding:10px;
}

.laser-section .laser-machines {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
}

.laser-section .laser-machines img {
	width:125px;
	height:125px;
	
	border-radius:100%;
	border:5px solid #ff29b3;
	margin-left:2%;
}

.laser-section .info {
	background:#ff29b3;
	margin-bottom:30px;
	min-height:275px;
}

.zones-section {
	text-align:center;
}

.zones-section img {
	width:80%;
}

.packs-section .title {
	font-size:1.5em;
	color:#353535;
	border-bottom:3px solid #ff29b3;
}
.packs-section .price {
	font-size:2.5em;
	font-weight:bold;
	color:#ff29b3;
	padding:5px 7px;
	border-radius:25px;
	position:absolute;
	left:50%;
	bottom:15px;
	width:120px;
	text-align:center;
	margin-left:-60px;
}
.packs-section .price .price-title {
	color:#353535;
	font-size:0.35em;
	margin-bottom:5px;
}
.packs-section .price .decimal {
	font-size:0.75em;
}
.packs-section .row {
	padding-bottom:50px;
}
.packs-section .row div[class*="col-"] {
	margin:15px 5px;
	
	padding:10px;
	padding-bottom:75px;
	color:#ff29b3;
	position:relative;
	border-radius:20px;
	/*border:1px solid #353535;*/
	color:#353535;
	text-transform:uppercase;
	background-color:#fcfcfc;
}
.packs-section .row h4 {
	color:#353535;
}
/*.packs-section .row:first-of-type div[class*="col-"],*/
.packs-section .row:first-of-type .price {
	color:#08979b;
}
.packs-section .row:first-of-type h3 {
	color:#08979b;
}
.packs-section .row:first-of-type .title {
	border-bottom:3px solid #08979b;
}

.form-section  form {
	margin:0 auto;
}
.form-section .row {
	margin-bottom:5px;
	text-align:left;
}
.form-section .row div:first-child {
	font-weight:bold;
	font-size:1.1em;
	text-transform: uppercase;
	padding:7px 10px;
}

.feedback-profile  {
	border-radius:100%;
	border:5px solid #ff29b3;
	max-width:150px;
}
.feedback-stars {
	color:#CEBE3B;
	font-size:1.5em;
	margin:10px auto;
}
.feedback-text {
	font-size:0.85em;
}

.footer {
	background-color: #ff29b3;
	padding:25px;
	text-align:left;
	color:#fff;
	font-size:0.9em;
	line-height:1.2em;
}
.footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	color:#d3d3d3;
}

.social-rounded a {
	border-radius:100%;
	background-color:#fff;
	border:1px solid #fff;
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	padding-top:6px;
	color:#ff29b3;
	font-size:1.2em;
}
.social-rounded a:hover {
	border-radius:100%;
	background-color:#ff29b3;
	color:#fff;
}

.social {
	margin:25px auto;
}
.social a {
	text-decoration:none;
}

.__block {
    border-radius: 10px;
	/*
    display: flex;
    align-content: center;
    flex-direction: column;
	*/
    position: relative;
    margin-top: 30px;
    padding: 30px 10px 10px 10px;
    text-align: center;
    min-height: 140px;
	/*
    justify-content: space-around;
    overflow-wrap: anywhere;
	*/
    transition: all 0.3s linear;
	line-height:1.2em;
}

.__block a {
	text-decoration:none;
	color:#fff;
}

.__block .icon {
    position: absolute;
    top: -20px;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
}

.__block .logo {
    max-width: 80px;
    margin: auto;
}

.__block.facebook {
    background: #1877F2;
}

.__block.instagram {
	/*
    background-image: linear-gradient(
            213deg, #5B52CE, #CA1497, #F0016C, #FED061);
			*/
	background-color:#ea0584;
}

.__block.wup {
    background: #1EBEA5;
}

.__block.maps {
    background: #a4a4a4;
}

.__block.facebook:hover,
.__block.instagram:hover,
.__block.wup:hover,
.__block.maps:hover {
    background: #ff29b3;
	background-size: 200%;
}

.__block .small-text {
    font-size: 0.75em;
    color: #fff;
    opacity: 0.9;
}

.__block .big-text {
    font-size: 1em;
    color: #fff;
    opacity: 0.9;
    font-weight: 600;
}

.__block.wup .big-text {
    font-size: 1.5em;
    font-family: sans-serif;
}

.link-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    
}
.link-icon img {
	max-width: 15px;
}

.mp-wrapper {
	border-radius:5px;
	background-color:#fff;
	border:1px solid #fff;
	padding:5px;
	overflow:hidden;
	display:inline-block;
}

.mp-wrapper img {
	max-height:30px;
}

@media (min-width: 1px) {
	
	.laser-section .info {
		min-height:auto;
	}

}

@media (min-width: 992px) {
	
	.laser-section .info {
		min-height:330px;
	}
	
	.content {
		margin-top: 50px;
	}

}

@media (min-width: 1200px) {
	
	.laser-section .info {
		min-height:270px;
	}

}

@media (max-width: 767px) {
	
	.form-section .row div:first-child {
		text-align:left;
	}
	
	.content {
		margin-top: 125px;
		overflow:hidden;
		display:block;
	}

}