html, body{
width: 100%;

}
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
	display: flex;
	background-color: #1a1a1a;
	background-image: linear-gradient(147deg, #1a1a1a 10%, #434343 74%);
	  font-display: swap;
}


a {
  color: #000;
}

/* header */
.service{
font-size: 13px;
margin-right: 10px;
margin-top: 10px;
text-align: right;
color: black;
background: #ffc400;
padding: 6px;
border-radius: 0 2px 2px 0;
}




.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: #8f8f8f;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
  color: #4d4d4d;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-top:5px;
  padding: 24px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */



.line{
      border-top: 1px solid black;
}

.anim, .anim svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.anim path {
  stroke-width: 2;
}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}






.reservarButton {
	width: 170px;
	height: 50px;
	cursor: pointer;
	border: none;
	border-radius: 25px;
	background-color: #50d8d7;
	background-image: linear-gradient(316deg, #50d8d7 0%, #923993 74%);
	transition: 500ms;
}

.reservarButton::after {
	width: 162px;
	height: 42px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'RESERVAR';
	font-size: 20px;
	color: #eee;
	border-radius: 25px;
	background-color: #222;
	transition: 500ms;
}

.reservarButton:hover::after {
	font-size: 25px;
	background-color: transparent;
}

.reservarButton:hover {
	transform: scale(0.9);
}

.reservarButton:focus {
	outline: none;
}




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

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
























.img1{
  border-radius: 2px;
width: 100%;
left: 0;
}
.img0{
  border-radius: 2px;
width: 100%;
left: 0;
}




.cardP{
	width: 100%;
	/*text-indent: 30px;*/
	text-align: left;
	padding-bottom: 5px;
	color: #424242;
}

.cardP2{
	width: 100%;
	/*text-indent: 30px;*/
	text-align: left;
	  padding-bottom: 5px;
	  color: #424242;
}
.cardP3{
width: 100%;
	position: relative;
	margin-top: 15px;
	/*text-indent: 30px;*/
	text-align: left;
	  padding-bottom: 5px;
	  color: #424242;
}

.cardP4{
width: 100%;
	position: relative;
	/*text-indent: 30px;*/
	text-align: left;
	  padding-bottom: 5px;
	  color: #424242;
border-radius: 5px;
padding: 5px;
line-height: 1.3em;
background: white;
}

.cardP5{
margin-top: 5px;
width: 100%;
position: relative;
/*text-indent: 30px;*/
text-align: left;
color: #424242;
border-radius: 5px;
padding: 5px;
line-height: 1.3em;
}