html, body {
margin: 0;
padding: 0;
line-height:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:normal;
font-weight:normal;
color:#2e2e2e;
margin: 0;
padding: 0;
background-color:#fff;
}

a{text-decoration:none; color:#393b41;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
    font-family: 'Oswald', Arial, sans-serif;
    font-size:49px;
    color: #2e2e2e;
    font-weight: 300;
    display: block;
    text-align: left;
    line-height: 53px;        
}

h2{
    font-family: 'Oswald', Arial, sans-serif;
    font-size:49px;
    color: #2e2e2e;
    font-weight: 300;
    display: block;
    text-align: left;
    line-height: 53px;  
}

h3{
    font-family: 'Oswald', Arial, sans-serif;
    font-size:49px;
    color: #2e2e2e;
    font-weight: 300;
    display: block;
    text-align: left;
    line-height: 53px;  
}

h6{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 25px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 35px;
    display: block;
    text-align: center;
}

section, .section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
	width:1222px;
	max-width:1222px;
	margin: 0px auto;
	position: relative;
	padding:45px 0px;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	color:#2e2e2e;
	font-size:18px;
    font-weight: 300;
    line-height: normal;
}


.wrap p {
  margin: 0.66666em 0em;
}

.wrap strong {
    font-weight: bold;
}

.wrap .pad{
    width: 75%;
    margin: 0px auto;
}

.wrap strong.title, .wrap h1.title{
    font-family: 'Oswald', Arial, sans-serif;
    font-size:49px;
    color: #2e2e2e;
    font-weight: 300;
    display: block;
    text-align: center;
    line-height:normal;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}

.wrap strong.title::before, .wrap h1.title::before{
    display: block;
    position: absolute;
    content: "";
    width: 10%;
    height: 2px;
    background-color: #2e2e2e;;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}


header {
    width: 100%;
    height: 189px;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

header.sticky{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px); /* Efecto cristal traslúcido */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Un toque de sombra queda genial */
}

header .wrap{
    padding: 0px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


.top{
    width: 100%;
    background-color: #3a2f28;
    height: 36px;
    line-height: 36px;;
}


.top .wrap{
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#fff;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
}

.top .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between
}

.top .wrap ul li{
    width: auto;
    text-align: left;
}


.top .wrap ul li a{
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#fff;
    font-size: 14px;
    line-height: 36px;
}

.menu .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
    align-items: center;
    padding-top: 20px;
}

.menu .wrap ul li{
    width: auto;
    text-align: left;
}

#logo {
  display: block;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

#menu{
    display: inline-block;
    vertical-align: middle;
}

#menu a{
    font-family: 'Oswald', Arial, sans-serif;
    color:#2e2e2e;
    font-size:20px;
    font-weight: 300;
	display:inline-block;
	vertical-align:middle;
	position:relative;
    padding: 10px 0px;
    margin: 0px 14px;
    border-bottom: 2px solid transparent;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}


#menu a:hover, #menu a.sel{
    border-bottom: 2px solid #2e2e2e;
}

.book a, a.buttonMain{
    display: inline-block;
    vertical-align: middle;
    background-color: #3a2f28;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0px 22px;
    padding-right:42px;
    border-radius: 24px;
    position: relative;
}

a.buttonMain{
    background-color: #a8896a;
}

.book a img , a.buttonMain img {
    display: block;
    position: absolute;
    right: 22px;
    top:50%;
    width: auto;
    transform: translateY(-50%);
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.book a:hover img, a.buttonMain:hover img{
     right: 18px;
}

.langs{
    font-size: 10px;
}

.langs a{
    font-family: 'Oswald', Arial, sans-serif;
    color:#2e2e2e;
    font-size:20px;
    font-weight: 300;
	display:inline-block;
	vertical-align:middle;
    padding: 0px 0px;
    text-transform: uppercase;
}

.langs a:hover{
    text-decoration: underline;
}

a#menuMobile {
    display: none;
    position: absolute;
    right:2%;
    top:30px;
    height: 24px;
    width: 27px;
    background-image: url(../img/bgMenu.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 12px;
    padding: 0px;
    z-index: 99;
    text-decoration: none;
}

a#menuMobile.menuActive{
	background-position:left -24px;
}

#menuOverlay {
    display: none;
    position: fixed;
    right:-185%;
    top: 104px;
    z-index: 98;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: calc(100vh - 104px);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#menuOverlay.active{
    visibility: visible;
	right:0;
	background-color: rgba(255, 255, 255, 0.95);
}

#menuOverlay .wrapMenu {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
}

#menuOverlay ul{
	display:inline-block;
	text-align:center;
    padding-top: 0px !important;
}


#menuOverlay ul > li{
	margin:0px;
	display:block;
	text-align:center;
    padding: 10px 5px 10px 5px;
	border-bottom:1px solid #ccc;
}

#menuOverlay ul > li.langsM{
}

#menuOverlay ul > li.langsM a{
    font-family: 'Oswald', Arial, sans-serif;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px 1px;
}

#menuOverlay ul > li > i{
    display:inline-block;
    vertical-align: middle;
    width: 23px;
    height: 13px;
    background-image:url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-left:10px;
}


#menuOverlay ul > li a{
    font-family: 'Oswald', Arial, sans-serif;
    color: #2e2e2e;
    font-size: 26px;
    font-weight: 300;
	display:inline-block;
    vertical-align: middle;
	height:auto;
	line-height:28px;
    text-decoration: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuOverlay ul > li a.sel{
    color: #a8896a;
}

#menuOverlay ul > li a:hover{
	color: #a8896a;
}

#menuOverlay ul > li > ul{
    font-family: 'Switzer-Light', Arial, sans-serif;
    font-size:20px;
    display: none;
    margin: 0px auto;
	padding-top:7px;
    position: relative;
}

#menuOverlay ul > li > ul > li{
	display:block;
    border: 0px;
    padding: 0px;
    background-image: none;
}

#menuOverlay ul > li > ul > li a{
    font-family: 'Switzer-Light', Arial, sans-serif;
	font-size:20px;
	line-height:23px;
    color: #333;
    text-transform: none;
    padding-left: 0px;
    padding-right: 0px;
}

#menuOverlay ul > li > ul > li a:hover{
	 color: #162f09;	
}



.mainImage .wrap{
    padding: 0px;
}

#swiper-gallery {
	height:505px;
	width:100%;
    position: relative;
}


#swiper-gallery .swiper-slide {
	height:505px;
	width: 100%;
	display: inline-block;
	position: relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#swiper-gallery .swiper-slide strong{
    display: block;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
     font-family: 'Oswald', Arial, sans-serif;
    color:#fff;
    font-size:83px;
    line-height: 88px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
}


#swiper-gallery .swiper-slide a.buttonMain{
     display: block;
    position: absolute;
    text-align: center;
    bottom: 35px;
    width: auto;
    left: 50%;
     transform: translateX(-50%);
    color: #2e2e2e;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.85);
}

#swiper-gallery .swiper-slide a.buttonMain img{
    filter: invert(85%);
}


.blockInfo .wrap ul{
    display: flex;
    width: 90%;
    margin: 0px auto;
    flex-flow: row wrap;
    justify-content:space-between;
}

.blockInfoReverse .wrap ul{
    flex-direction: row-reverse;
}


.blockInfo ul li{
    width:50%;
    box-sizing: border-box;
}

.blockInfo ul li:last-child{
    padding: 15px 0px 10px 60px;
}

.blockInfoReverse ul li:last-child{
    padding: 15px 60px 10px 0px;
}

.blockInfo ul li:first-child img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    object-fit: cover;
}

.blockInfo ul li a.buttonMain{
    margin-top: 25px;
}

.blockInfo ul li span{
    display: block;
    width: 85%;
    margin: 30px auto;
    text-align: left;
}

.blockInfo ul li span i{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}
.blockInfo ul li span em{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    width: 80%;
}


.blockList .wrap{
    text-align: center;
}

.blockList .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-evenly;
    margin-bottom: 45px;
}


.blockList ul li{
    width:27%;
    padding: 12px;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 14px -8px rgba(0,0,0,0.9); 
box-shadow: 3px 3px 14px -8px rgba(0,0,0,0.9);
}

.blockList ul li img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    object-fit: cover;
     border-radius: 15px;
    margin-bottom: 25px;
}

.blockList ul li strong{
    font-family: 'Oswald', Arial, sans-serif;
  font-size: 35px;
    line-height: 41px;
    text-align: left;
  color: #2e2e2e;
  font-weight: 300;
  display: block;
    width: 85%;
    margin: 0px auto;
    min-height: 90px;
    margin-bottom: 15px;
}

.blockList ul li span{
    text-align: left;
  display: block;
    width: 85%;
    margin: 0px auto;
}

.blockListBook ul li{
    text-align: left;
    background-color: #f2ede6;
    padding-bottom: 12px;
}


.blockListBook ul li span{
    display: block;
    width: 100%;
    margin: 15px 0px;
    text-align: left;
    font-family: 'Oswald', Arial, sans-serif;
  font-size: 35px;
    font-weight: 300;
    line-height: 42px;
}

.blockListBook ul li span i{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 40%;
}

.blockListBook ul li span i img{
    width: auto;
    margin: 0px auto;
    padding: 0px;
    border-radius: 0;
}


.blockListBook ul li span em{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    width: 60%;
}

.blockListBook ul li p{
    padding: 0px;
    width: 92%;
    margin: 0px auto;
    min-height: 100px;
}

.blockListBook ul li div{
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 15px 0px;
    margin-top: 10px;
    font-family: 'Oswald', Arial, sans-serif;
  font-size: 35px;
    font-weight: 300;
    line-height: 42px;
}

.blockListBook ul li a.buttonMain{
    background-color: #3a2f28;
    margin-top: 10px;
}

.blockListBook ul li a.buttonMain img{
    width: auto;
    margin: 0px;
    padding: 0px;
    border-radius: 0;
}

.blockListBook ul li strong{
    font-family: 'Open Sans', sans-serif;
  font-size: 18px;
    line-height:normal;
    text-align: left;
  color: #2e2e2e;
    display: inline;
  font-weight: bold;
    width: auto;
    margin: auto;
    min-height:inherit;
    margin-bottom:0px;
}

.bannersContact ul li:first-child{
    border-right: 1px solid #c3c4c6;
    padding-right: 10px;
}

.blockNav .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    height: 48px;
    line-height: 48px;
}

.blockNav .wrap ul li{
    text-align: center;
    background-color: #f2ede6;
    padding: 0px 2px;
}

.blockNav .wrap ul li:first-child{
    border-radius: 24px 0px 0px 24px;
}

.blockNav .wrap ul li:last-child{
    border-radius: 0px 24px 24px 0px;
}

.blockNav .wrap ul li a{
font-family: 'Open Sans', sans-serif;
	color:#2e2e2e;
	font-size:20px;
    height: 48px;
    display: block;
    line-height: 48px;
    font-weight:600;
    text-align: center;
    padding: 0px 32px;
    border-radius: 24px;
        transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.blockNav .wrap ul li a:hover, .blockNav .wrap ul li a.sel{
    background-color:#a8896a;
    color: #fff;
}

.blockNav .wrap strong{
    display: block;
    text-align: center;
}

.blockCart .wrap{
    padding: 0px;
    text-align: center;
}

.blockCart .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items:flex-start;
    width: 82%;
    margin: 0px auto;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 9px;
    text-align: left;
}

.blockCart .wrap ul li{
    width: auto;
    max-width: 80%;
    font-size: 18px;
}

.blockCart .wrap ul li strong{
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
  font-size: 40px;
    line-height: 44px;
  color: #2e2e2e;
  font-weight: 300;
}

.blockCart .wrap ul li span{
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
}

.blockCart .wrap ul li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.blockCart .wrap ul li:last-child{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #2e2e2e;
}

.blockCart .wrap img.imgCart{
    display: block;
    margin: 25px auto;
    max-width: 100%;
}


.bannersContact .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

.bannersContact ul li:first-child{
    width: 32%;
    border-right: 1px solid #c3c4c6;
    padding-right: 10px;
}


.bannersContact ul li:last-child{
    width: 66%; 
    position: relative;
    text-align: center;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
}

.bannersContact ul li:last-child a.buttonMain{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 25px;
    margin-top: 8px;
    font-weight: 300;
    margin-bottom: 25px;
    background-color: #3a2f28;
}

.bannersHome ul li:last-child ul{
    margin-bottom: 20px;
}

.bannersHome ul li:last-child ul li{
    width: 48.5%;
}

.bannersHome ul li p{
    display: block;
    width: 72.5%;
    margin: 0px auto;
    text-align: center;
}

.bannersHome ul li:first-child img.imgContact{
    display: block;
    margin: 0px auto;
    max-width: 100%;

}

.bannersContact .link{
    display:block;
    width: 75%;
    margin: 0px auto;
    margin-bottom: 10px;
}

.bannersContact ul li:last-child iframe{
    margin-left: 2%;
}


.link{
    box-sizing: border-box;
	text-align:center;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#393b41;
	font-size:22px;
    width: 75%;
    margin: 0px auto;
    background-image: url("../img/mob.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 52px;
    margin-bottom: 12px;
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.link em{
    font-style: normal;
    display: block;
    padding:0px 20px;
	height:42px;
	min-height:42px;
	line-height:42px;
	border:1px solid #393b41;
	background-color:#FFF;
    border-radius:21px;
    	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.link:hover{
    background-position: 4px center;
}

.link:hover em{
    background-color:#393b41;
    color: #fff;
}

.wsp {
    background-image: url(../img/wsp.png);
}
.mob {
    background-image: url(../img/mob.png);
}
.mail {
    background-image: url(../img/mail.png);
}
.pin {
    background-image: url(../img/pin.png);
}

.pin em {
    border: 0px;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    text-align: left;
    padding: 0px;
    text-decoration: underline;
}

#formSending, #formOk{
	display: none;
	width: 70%; 
	margin: 0px auto;
	margin-top:60px;
	text-align: center;
	font-size:26px;
	color: #3b3b4d;
}

footer{
    width: 100%;
}

footer .wrap1{
    padding: 22px 0px;
}

footer .bottom2{
    width: 100%;
     background-color: #332924;
}

footer .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    margin: 0px auto;
}

footer .wrap ul li{
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#2e2e2e;
	font-size:16px;
    line-height:normal;
}

footer .wrap ul li a:hover{
    text-decoration: underline;
}

footer .wrap1 ul li:nth-child(3) a, footer .wrap1 ul li:nth-child(4) a{
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #2e2e2e;
    font-weight: normal;
}

footer .wrap1 ul li:nth-child(3){
    text-align: right;
}

footer .wrap1 ul li:last-child a {
    padding: 0px 8px;
}

footer .wrap1 ul li:last-child a:hover img{
    opacity: 0.75;
}

footer .bottom2 .wrap3{
    padding: 18px 0px;
}

footer .bottom2 .wrap3 ul li{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

footer .bottom2 .wrap3 ul li a{
    color: #fff;
    white-space: nowrap;
}

footer .bottom2 .wrap3 ul li a:hover{
    text-decoration: underline;
}

a.linkMaps{
font-family: 'Oswald', Arial, sans-serif;
font-size: 22px;
color: #2e2e2e;
font-weight: 300;
display: block;
text-align: center;
line-height: 50px;
text-decoration: underline;
}

a.linkMaps:hover{
    text-decoration: none;
}

a.linkMaps img{
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
}

.customInput {
    border: 0;
    height: 39px;
    line-height: 39px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    color: #132339;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #b3bbc2;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    margin: 0px;
    padding: 0px;
    text-indent: 18px;
    cursor: default;
}


textarea.customInput {
    line-height: normal;
    text-indent: 0px;
    padding-left: 18px;
    padding-top: 10px;
    height: 114px;
    width: 100%;
}

select.customInput{
	text-indent:0px;
	padding-left:18px;
    width:97.5%;
}

.button{
    box-sizing: border-box;
	text-align:center;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#94002c;
	font-size:20px;
    padding:0px 22px;
    text-transform: uppercase;
	height:42px;
	min-height:42px;
	line-height:42px;
	border:1px solid #94002c;
	background-color:#FFF;
    border-radius:21px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.button:hover{
	background-color:#94002c;
    color: #fff;
}

.breadcrumb{
    margin: 0px auto;
    padding-top: 18px;
}

.breadcrumb .wrap{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2e2e2e;
text-align:left;
font-weight: bold;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#2e2e2e;
	font-weight:normal;
}

.breadcrumb .wrap a:hover{
	text-decoration:underline;
}


.kitDigital{

}

.kitDigital .wrap{
    padding: 15px 0px;
    text-align: center;
}

.kitDigital img{
    max-width:80%;
    display: inline-block;
}


section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #7b7b7b;
		opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #7b7b7b;
	 opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #7b7b7b;
	 opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #7b7b7b;
	 opacity:1;
}

#pdcc-modal-bg #pdcc-modal-container{
    font-size: 15px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #2e2e2e !important;
    color: #fff !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #2e2e2e !important;
}
