@font-face {
    font-family: "Futura_ICG";
	src: url('font/Futura_ICG.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('font/Futura_ICG.ttf') format('truetype');
}
@font-face {
    font-family: "Futuralight";
	src: url('font/FuturaLight.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('font/FuturaLight.woff') format('truetype');
}
@font-face {
	font-family: 'flexslider-icon';
	src:url('font/flexslider-icon.eot'),
		url('font/flexslider-icon.woff') format('woff'),
		url('font/flexslider-icon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family:"Futuralight";
}
a:focus,
a:hover{
	color: #777;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}
/* .socialMenu{
	border-bottom: 1px solid #000;
	padding: 10px 0;
	background: #000;
	text-align: right;
} */
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-brand>img{
	width: 210px;
	height: auto;
}
.inicio .main-header{
	position: absolute;
	top: 0;
	left: 0;
}
.main-header{
	border-bottom: 1px solid #000;
}
.main-header{
	width: 100%;
	background: #fff;
	z-index: 9999;
}
.main-header.menu-fixed{
	position: fixed;
	left: 0;
	width: 100%;
	top: 0px;
	background: #fff;
	z-index: 999;
	animation: animate-menu .5s;
}
@keyframes animate-menu{
	0%{
		top: -150px;
	}
	100%{
		top: 0px;
	}
}
.main-header .flexMenu{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.main-header .flexMenu{
		display: block;
	}
}
.main-header .flexMenu .navbar-header{
	width: auto;
}
.main-header .flexMenu .navbar-collapse{
	width: 100%;
}
.nav.navbar-nav.navbar-right a{
	font-family: "Futuralight";
	font-weight:300;
	letter-spacing:2px;
	font-size:13px;
	line-height:28px;
}
.socialMenu{
	float: right;
	margin-left: 15px;
}
@media screen and (max-width: 800px) {
	.socialMenu{
		display: none;
	}
}
.socialMenu a{
	margin: 0 10px;
	border: 1.3px solid #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 15px;
	width: 35px;
	height: 35px;
	background: transparent;
	position: relative;
	color: #000;
	transition: .5s ease-in-out;
}
.socialMenu a:hover{
	background: #000;
	border: 1.3px solid #000;
	color: #fff;
}
.socialMenu a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.futuranormal{
	font-family: "Futuralight";
}
.navbar-brand{
	padding:0px 10px;
}
/* .navbar-brand img{
	width: 160px;
	height: auto;
} */
nav.navbar.navbar-default{
	padding: 20px 0;
	margin-bottom: 0;
}
.font-35{
	font-size: 35px;
}
.font-14{
	font-size:14px;
}
.padding-left-15{
	padding-left:15px;
}
li.activo{
	border-bottom: 2px solid #ccc;	
	background-color: transparent !important;
}
li.activo a{
	color:#000 !important;
}
.margin-top-index{
	margin-top:68px;
	margin-bottom: 35px;
}
.social{
	letter-spacing:5px;
}
.colornegro{
	color:#000 !important;
	-webkit-transition:1s;
	transition:1s;
}
.colornegro:hover{
	color:#000 !important;
}
.colorgris{
	color:#ccc !important;
	-webkit-transition:1s;
	transition:1s;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#000;
}
.navbar-brand{
	height:auto;
}
nav.navbar.navbar-default{
	border:none;
	background-color:#fff;
}
hr{
	clear: both;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border-width: 0;
}
.textoSalon{
	font-size:16px;
}
.titulo{
	font-size: 21px;
}
.padding-topsalon{
	padding: 30px 0;
}
.txtcitasp{
	margin:30px 0;
}
@media screen and (max-width: 640px) {
	.txtcitasp{
		font-size: 17px;
	}
}
.txtcitasp a{
	color: #333;
}
.btn-secondary{
	border: 2px #000 solid;
	color:#000;
	LETTER-SPACING: initial;
}
.btn{
	padding: 2px 12px;
}
.padding-footer{
	padding-top:10px;
}
blockquote{
	border-left: 5px solid #ccc !important;	
}
blockquote.salon{
	font-size: 20px;
    margin-top: 24%;
}
blockquote.width{
	border-left: 2px solid #ccc !important;
}
.padding-bottom-15{
	padding-bottom:15px;
}
.letterspace2px{
	letter-spacing:2px;
}
#map{
	width: 100%;
    height: 100%;
}
.padding-top-contact{
	padding-top: 76px;
}
.telsize{
	font-size:21.8px;
	font-family: "Futura_ICG";		
}
.telsize a{
	color:#000;
}
.telsize a:hover{
	text-decoration:none;
}
.bottom-30{
	padding-bottom:30px !important;
}
.btn-block{
	width:50%;
}
#promociones{
	cursor: pointer;
    position: fixed;
    right: -61px;
    top: 26%;
	z-index: 200;
    text-align: center;
/*    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    background: #fff;
    height: 77px;
    width: 180px;
    border-radius: 8px;
}
#promociones div{
	/*font-family: 'Raleway', sans-serif; */
	display:inline-block;
	font-size:14px;
	margin-top: 28px;
    line-height: 0px;
}
#promociones div b{
	font-size:15px;
}
#promociones .fa{
	vertical-align:10px;
}
.font-size-home{
	font-size: 19px;
	padding:10px 0;	
}
.h1style{
	margin: 20px 0 50px 0;
}
/* ul.nav.navbar-nav.navbar-right {
    padding-top: 2%;
} */
.ion-ios-arrow-down{
	color:#000;
	font-size:27px !important;
}
.bounce{
	-webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}
.linkinfo{
	padding-top:20px;
}
/* .contenido{
	height:679px;	
	overflow-y:scroll;
	overflow-x:hidden;
	-ms-overflow-style: none;  
    overflow: -moz-scrollbars-none;  
} */
/* .contenido::-webkit-scrollbar { 
    display: none; 
} */
/* .contenido{
	height: auto!important;
} */
.contenido .bannerHome{
	height: 100vh!important;
}
@media screen and (max-width: 640px) {
	.contenido .bannerHome{
		height: 70vh!important;
	}
}
.bannerHome .owl-dots{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}
.bannerHome.owl-theme .owl-dots .owl-dot span{
	width: 50px;
}
.bannerHome.owl-theme .owl-dots .owl-dot.active span, .bannerHome.owl-theme .owl-dots .owl-dot:hover span{
	background: #000;
}
.contenido .bannerHome .owl-stage-outer{
	height: 100%;
}
.contenido .bannerHome .owl-stage{
	height: 100%;
}
.contenido .bannerHome img{
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	/* .contenido .bannerHome .slide2 img{
		object-position: left;
	} */
	.contenido .bannerHome img{
		height: 70vh!important;
		object-position: center;
		margin-top: 75px;
	}
}
footer{
	padding: 25px 0;
	border-top: 1px solid #000;
}
footer .btnNewsletter{
	padding: 5px 20px;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	text-align: center;
	margin: 15px 0 0;
	display: table;
	transition: .5s ease-in-out;
}
@media screen and (max-width: 680px) {
	footer .btnNewsletter{
		margin: 15px auto 10px;
	}
}
footer .btnNewsletter:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
footer a{
	color: #000;
}
footer .flexFooter{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	footer .flexFooter{
		flex-direction: column;
	}
}
@media screen and (max-width: 640px) {
	footer .flexFooter .col-xs-12{
		margin-bottom: 20px;
		text-align: center;
	}
	footer .flexFooter .col-xs-12:last-child{
		margin-bottom: 0px;
	}
}
footer .icons{
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	margin: 0 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	transition: .5s ease-in-out;
}
footer .icons:hover{
	background: #000;
	color: #fff!important;
}
.movil{
	display:none;
}
.desktop{
	display:block;
}
.informacionserv{
	position: relative;
    padding: 40px 0;
    background: #fafafa;
}
.informacionserv button{
	margin-bottom:20px;
}
.informacionserv.bottom{
	bottom: 70px;
	display: none;
}
.informacionserv .transformWord{
	text-transform: uppercase;
}
@media screen and (max-width: 640px) {
	.informacionserv .transformWord{
		text-transform: none;
	}
}
.infobottomserv.bottom{
	display: none;
}

.covid19message{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999999;
    top: 0;
    left: 0;    
}
.covid19message .close-covid:nth-child(1){
    position: absolute;
    top: 10%;
    right: 15%;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}
.covid19message .box-covid .close-covid{
    padding: 0 15px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-block;
}
.covid19message .box-covid{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.covid19message .box-covid img{
    margin-bottom: 30px;
    max-width: 100%;
}
.covid19message .box-covid p{
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
}
.covid19message .box-covid .title{
	font-size: 35px;
}
.covid19message .box-covid video{
	width: 320px;
	height: auto;
}

#formNewsletter .titleForm{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
#formNewsletter .formBox{
	margin-bottom: 20px;
}
#formNewsletter input{
	width: 100%;
	padding: 3px 10px;
}
#formNewsletter label{
	display: block;
}
#formNewsletter .btnSubscription{
	padding: 5px 20px;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	display: table;
	cursor: pointer;
	transition: .5s ease-in-out;
}
#formNewsletter .btnSubscription:hover{
	background: #000;
	color: #fff;
}

/* Home */
#phraseHome{
	padding: 60px 0;
}
#phraseHome p.text{
	text-align: center;
	font-size: 28px;
	/* font-weight: 700; */
	margin-bottom: 0;
	font-style: italic;
	line-height: normal;
}
@media screen and (max-width: 640px) {
	#phraseHome p.text{
		line-height: 35px;
	}
}
#phraseHome p span{
	font-family: auto;
	line-height: 45px;
	font-size: 50px;
	color: #ccc;
}
#phraseHome .testimonial{
	margin-top: 15px;
	font-size: 35px;
	text-align: center;
	color: #000;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	#phraseHome .testimonial span{
		display: none;
	}
}
#phraseHome span.desktop{
	display: inline-block;
}
@media screen and (max-width: 640px) {
	#phraseHome span.desktop{
		display: none;
	}	
}
#phraseHome span.mobile{
	display: none;
}
@media screen and (max-width: 640px) {
	#phraseHome span.mobile{
		display: inline-block;
		font-size: 28px;

	}	
}


#reviews{
	position: relative;
}
#reviews .blockSection{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	#reviews .blockSection{
		flex-direction: column;
	}
}
#reviews .blockSection.reverse .order1{
	order: 2;
}
@media screen and (max-width: 640px) {
	#reviews .blockSection.reverse .order1{
		order: 1;
	}
}
#reviews .blockSection.reverse .order2{
	order: 1;
}
@media screen and (max-width: 640px) {
	#reviews .blockSection.reverse .order2{
		order: 2;
	}
}
#reviews .blockSection .col{
	max-width: 50%;
	width: 50%;
	flex: 0 0 50%;
}
@media screen and (max-width: 640px) {
	#reviews .blockSection .col{
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%;
	}
}
#reviews .blockSection .col img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#reviews .blockSection .col .info{
	padding: 40px;
}
@media screen and (max-width: 640px) {
	#reviews .blockSection .col .info{
		padding: 20px 15px;
	}
}
#reviews .blockSection .col .info .textBlock{
	text-align: center;
	font-size: 28px;
	font-style: italic;
	line-height: normal
}
@media screen and (max-width: 640px) {
	#reviews .blockSection .col .info .textBlock{
		line-height: 35px;
	}
}
#reviews .blockSection .col .info .textBlock span{
	font-family: auto;
	font-size: 50px;
	line-height: 45px;
}
#reviews .blockSection .col .info .testimonial{
	color: #000;
	font-size: 35px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	#reviews .blockSection .col .info .testimonial span{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#reviews .testimonial span{
		display: none;
	}
}
#reviews span.desktop{
	display: inline-block;
}
@media screen and (max-width: 640px) {
	#reviews span.desktop{
		display: none;
	}	
}
#reviews span.mobile{
	display: none;
}
@media screen and (max-width: 640px) {
	#reviews span.mobile{
		display: inline-block;
		font-size: 28px!important;
		color: #ccc;
	}	
}

/* Servicios */
.servicios{
	padding: 50px 0;
}
/* End */

/* Gallery Mobile */
#galleryMobile{
	display: none;
}
@media screen and (max-width: 680px) {
	#galleryMobile{
		display: block;
	}
}
#galleryMobile .gallery-snake2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#galleryMobile .gallery-snake2 a:hover .icon-responsive{
	z-index: 1;
	opacity: 1;
	margin-top: 0;
}
#galleryMobile .gallery-snake2 .icon-responsive{
	position: absolute;
	background: rgba(255, 255, 255, .7);
	color: #000;
	font-size: 25px;
	opacity: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -120px;
	text-align: center;
	transition: .5s ease-in-out;
}
@media screen and (max-width: 900px) {
	#galleryMobile .gallery-snake2 .icon-responsive{
		margin-top: 0;
		opacity: 1;
	}
}
#galleryMobile .gallery-snake2 .icon-responsive:hover{
	background: #000;
	color: #fff;
	transform: scaleX(-1);
}
#galleryMobile .gallery-snake2 .fullImg{
	flex: 0 0 33%;
	width: 33%;
	max-width: calc(33% - 20px);
	position: relative;
	margin: 10px;
}
@media screen and (max-width: 900px) {
	#galleryMobile .gallery-snake2 .fullImg{
		flex: 0 0 50%;
		max-width: calc(50% - 20px);
		width: 50%;
	}
}
@media screen and (max-width: 680px) {
	#galleryMobile .gallery-snake2 .fullImg{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin: 0px;
		margin-bottom: 30px;
	}
}
#galleryMobile .gallery-snake2 .boxess{
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    float: left;
    cursor: pointer;
	transition: .5s ease-in-out;
}
@media screen and (max-width: 680px) {
	#galleryMobile .gallery-snake2 .boxess{
		height: auto;
	}
}
#galleryMobile .gallery-snake2 .boxess img{
   min-height: 100%;
   width: 100%;
   object-fit: cover;
   transition: .5s ease-in-out;
}
#galleryMobile .gallery-snake2 .boxess:hover .overlay{
	height: 90%;
	width: 90%;
}
@media screen and (max-width: 680px) {
	#galleryMobile .gallery-snake2 .boxess:hover .overlay{
		background: transparent;
	}
}
#galleryMobile .gallery-snake2 .boxess:hover img{
	transform: scale(1.2);
	filter: blur(10px);
}
#galleryMobile .gallery-snake2 .overlay{
    display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
	padding: 0px;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    /* z-index: 10; */
	transition: .5s ease-in-out;
}
@media screen and (max-width: 680px) {
	#galleryMobile .gallery-snake2 .overlay{
		background: transparent;
		width: 90%;
		height: 90%;
		align-items: baseline;
		justify-content: right;
	}
}
@media screen and (max-width: 640px) {
	.mfp-arrow-left:before{
		border-right: none!important;
		border-right: none!important;
		position: absolute!important;
		top: 0%!important;
		left: 0!important;
		transform: translateY(-100%);
		content: "\f104"!important;
		font-family: 'FontAwesome';
		font-size: 60px;
		opacity: 1!important;
		color: #000;
	}
	.mfp-arrow-left:after{
		border-right: none!important;
	}
	.mfp-arrow-right:before{
		border-left: none!important;
		border-left: none!important;
		position: absolute!important;
		top: 0%!important;
		left: 0!important;
		transform: translateY(-100%);
		content: "\f105"!important;
		font-family: 'FontAwesome';
		font-size: 60px;
		opacity: 1!important;
		color: #000;
	}
	.mfp-arrow-right:after{
		border-left: none!important;
	}
}

/* Gallery Desktop */
#galleryDesktop{
	padding: 15px 0;
}
@media screen and (max-width: 680px) {
	#galleryDesktop{
		display: none;
	}
}
#galleryDesktop .owl-gallery{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#galleryDesktop .owl-gallery a:hover .icon-responsive{
	z-index: 1;
	opacity: 1;
	margin-top: 0;
}
#galleryDesktop .owl-gallery .icon-responsive{
	position: absolute;
	background: rgba(255, 255, 255, .7);
	color: #000;
	font-size: 25px;
	opacity: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -120px;
	text-align: center;
	transition: .5s ease-in-out;
}
@media screen and (max-width: 900px) {
	#galleryDesktop .owl-gallery .icon-responsive{
		margin-top: 0;
		opacity: 1;
	}
}
#galleryDesktop .owl-gallery .icon-responsive:hover{
	background: #000;
	color: #fff;
	transform: scaleX(-1);
}
#galleryDesktop .owl-gallery .fullImg{
	flex: 0 0 33%;
	width: 33%;
	max-width: calc(33% - 20px);
	position: relative;
	margin: 10px;
}
@media screen and (max-width: 900px) {
	#galleryDesktop .owl-gallery .fullImg{
		flex: 0 0 50%;
		max-width: calc(50% - 20px);
		width: 50%;
	}
}
@media screen and (max-width: 680px) {
	#galleryDesktop .owl-gallery .fullImg{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin: 0px;
		margin-bottom: 30px;
	}
}
#galleryDesktop .owl-gallery .boxess{
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
	transition: .5s ease-in-out;
}
@media screen and (max-width: 680px) {
	#galleryDesktop .owl-gallery .boxess{
		height: auto;
	}
}
#galleryDesktop .owl-gallery .boxess img{
   min-height: 100%;
   width: 100%;
   object-fit: cover;
   transition: .5s ease-in-out;
}
#galleryDesktop .owl-gallery .boxess:hover img{
	transform: scale(1.2);
}
#galleryDesktop .owl-gallery .owl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
#galleryDesktop .owl-gallery .owl-nav .owl-prev,
#galleryDesktop .owl-gallery .owl-nav .owl-next{
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	margin: 0;
}
#galleryDesktop .owl-gallery .owl-nav .owl-prev{
	left: -50px;
}
#galleryDesktop .owl-gallery .owl-nav .owl-next{
	right: -50px;
}


/* Fixed Mobile Social */
.footerMobileSocial{
	display: none;
}
@media screen and (max-width: 640px) {
	.footerMobileSocial{ 
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: #000;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		
		z-index: 9999;
	}
	.footerMobileSocial a{ 
		width: 25%;
		flex: 0 0 25%;
		max-width: 25%;
		color: #fff;
		font-size: 20px;
		padding: 8px 0;
		text-align: center;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		text-decoration: none;
	}
	.footerMobileSocial a:hover{
		opacity: .8;
		transition: .5s ease-in-out;
	}
	.footerMobileSocial a:last-child{ 
		border-right: 0;
	}
	.footerMobileSocial a.whats{
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footerMobileSocial a.whats i{
		margin-right: 12px;
	}
}

/* End */

@media all and (max-width: 992px){
	.desktop{
		display:none;
	}
	.movil{
		display:block
	}
	.infobottomserv{
		position:fixed;
		width:100%;
		bottom:0px;
		left:0px;
		height:auto;
		background:#000;
		color:#fff;
		text-align:center;
		z-index:2000;
	}
	
	footer{
		padding-bottom:70px;
		margin-top: 20px;
	}
	.contactofooter{
		font-size:21px;
	}
	button.btn.btn-default {
		width: 95%;
		font-size: 24px;
	}
	.padding-topsalon{
		padding: 7px 0 0 0;
	}
	.informacionserv.bottom{
		bottom: 0px;
	}
}
@media all and (max-width: 767px){
	#img{
		display:none;
	}
	.text-xs-center *{
		text-align:center;
	}
	.sliderabajo{
		display:none;
	}	
	.covid19message .close-covid:nth-child(1){top: 3%; right: 5%; z-index: 999999;}
	.covid19message .box-covid p{font-size: 16px;}
	.covid19message .box-covid .title{font-size: 20px;}
	.covid19message{height: 100%; overflow: visible;}
}
