body {
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 34px;
  color: #000;
  font-weight: 500; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 52px; } }
  @media (max-width: 992px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 24px;}
  @media (max-width: 768px) {
    h2 {
      font-size: 14px; } }

h3 {
  font-size: 35px; }
  @media (max-width: 992px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 24px;
  color:#FFFFFF; }

h5 {
  font-size: 28px; }
  @media (max-width: 768px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-size: 21px;
  font-weight: 400;
   }

p {
  font-size: 15px; }

a {
  color:#000000;
}
  	 
.main-block {
  padding: 40px 0; }
  @media (max-width: 768px) {
    .main-block {
      padding: 45px 0; } }

.light-bg {
  background: #f3f4f7; }

.dark-bg {
  background: #000; }

.nombreusuario {
  text-align: center;
  padding-top: 22px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;  }

.espacio10 {
  padding-bottom:10px; }
  
/* ======= FOOTER ======= */

footer{position: relative;}
.copyright{text-align: center;}
.copyright p{font-size: 5px; font-weight: 400; color: #ccc; margin: 0;}
.piedepagina{background: #181818; padding-top: 1.5em; padding-bottom: 2em;}
.piedepagina .espacio1{padding-top: 1em;}
.piedepagina .espacio2{padding-top: 2em;}

.footer__bottom{width:100%;padding:40px 0 0}
.footer__bottom>div{width:100%;position:relative;text-align:center}
.footer__bottom>div.social{padding-bottom:30px}
.footer__bottom>div.social>a{display:inline-block;line-height:1;font-size:20px;font-weight:100;margin:0 20px;width:40px}
	@media (max-width:26.25em) {
	.footer__bottom>div.social>a{width:35px}}
	@media (max-width:23.5em) {
	.footer__bottom>div.social>a{margin:0 10px;width:30px}}
.footer__bottom>div.social>a:after{display:none}
.footer__bottom>div.social>a>img{display:block;max-width:100%}

/* ======= BOOKING DETAILS ======= */

.booking-checkbox_wrap {
  background: #fff;
  padding: 10px; }
  .booking-checkbox_wrap h5 {
    color: #3e434b;
    text-align: center;
    font-weight: 400; }

.booking-checkbox {
  color: #000;
  font-size: 15px; }
  .booking-checkbox p {
    line-height: 1.8; }

.customer-review_wrap {
  display: inline-block;
  width: 100%; }

.customer-img {
  float: left; }
  @media (max-width: 992px) {
    .customer-img {
      text-align: center;
      float: none;
      margin: 0 0 15px; } }
  .customer-img img {
    border-radius: 50%; }
  .customer-img p {
    color: #3e434b;
    margin: 4px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.2; }
  .customer-img span {
    font-size: 14px;
    color: #737882;
    text-align: center; }

.customer-content-wrap {
  margin: 0 0 0 135px; }
  @media (max-width: 992px) {
    .customer-content-wrap {
      margin: 0 0 0 110px; } }
  @media (max-width: 992px) {
    .customer-content-wrap {
      margin: 0px; } }
  .customer-content-wrap ul {
    margin: 24px 0 0;
    padding: 0; }
    .customer-content-wrap ul li {
      list-style: none;
      display: inline-block;
      margin: 0 10px 0 0; }
      @media (max-width: 480px) {
        .customer-content-wrap ul li {
          margin: 0 0 10px 0; } }
  .customer-content-wrap span {
    color: #737882;
    display: inline-block;
    margin: 26px 0 0; }
  .customer-content-wrap a {
    border: 1px solid #ccc;
    color: #737882;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 0 0 10px; }
    .customer-content-wrap a:hover {
      text-decoration: none; }
    .customer-content-wrap a span {
      margin: 0 6px 0 0; }

.customer-text {
  color: #737882;
  margin: 15px 0 0;
  line-height: 1.6; }

.customer-content h6 {
  color: #3e434b; }

.customer-content p {
  color: #737882;
  display: inline-block;
  vertical-align: top;
  line-height: 0.8;
  margin: 0 0 0 8px; }

.customer-review {
  display: inline-block; }
  @media (max-width: 576px) {
    .customer-review {
      display: block; } }
  .customer-review span {
    width: 10px;
    height: 10px;
    background: #46cd38;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 0 5px 0 0; }

