@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");
html, body {
  min-height: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif; }
  @media (max-width: 414px) {
    html, body {
      height: auto;
      min-height: auto; } }

h4.cliche {
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: center;
  font-weight: bolder; }

hr {
  border: none;
  border-top: 2px solid #08cae8;
  width: 70px;
  margin: 15px auto 50px auto; }

.navbar > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px; }
  .navbar > div a {
    text-decoration: none; }

.custom-logo-link img {
  max-height: 45px;
  width: auto; }
  @media (max-width: 414px) {
    .custom-logo-link img {
      max-height: 35px; } }

#wrapper-hero {
  position: relative; }
  @media (max-width: 414px) {
    #wrapper-hero {
      display: block !important;
      padding-top: 30px !important; } }
  #wrapper-hero .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #wrapper-hero .bg:after {
      content: "";
      display: block;
      position: absolute;
      top: 35%;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(../img/bg-shadow.png) repeat-x;
      background-position: bottom;
      background-size: contain; }

#wrapper-navbar {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 10; }
  #wrapper-navbar > nav {
    background: none !important; }
  @media (max-width: 414px) {
    #wrapper-navbar {
      top: 5px;
      left: 5px;
      right: 5px; } }

.intro {
  position: relative;
  color: #fff; }
  @media (max-width: 414px) {
    .intro {
      padding-top: 70px; } }
  .intro h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: bold; }
    @media (max-width: 414px) {
      .intro h1 {
        font-size: 30px; } }
  .intro p {
    font-weight: 300;
    font-size: 30px; }
    @media (max-width: 414px) {
      .intro p {
        font-size: 18px !important; } }
  .intro .btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 400;
    margin-top: 20px; }
    @media (max-width: 414px) {
      .intro .btn {
        margin-top: 0px; } }

.partners {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px; }
  .partners > div {
    padding: 30px; }
    .partners > div img {
      max-height: 30px; }
      .partners > div img.airbnb {
        max-height: 40px; }
  @media (max-width: 414px) {
    .partners {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      margin: 20px auto; }
      .partners > div {
        padding: 10px;
        text-align: center; }
        .partners > div img {
          max-height: 17px; }
          .partners > div img.airbnb {
            max-height: 22px; } }

.ventajas .card {
  border: none; }
  .ventajas .card .card-title {
    font-family: 'Montserrat', sans-serif; }
  .ventajas .card .card-body {
    padding-top: 65px;
    padding-bottom: 35px;
    border-radius: 4px; }
  .ventajas .card .card-image {
    margin: auto auto -50px auto;
    border-radius: 100%;
    border: 2px solid #08cae8;
    padding: 20px;
    position: relative;
    background: #fff; }
    .ventajas .card .card-image img {
      height: 60px;
      max-width: 60px; }

.servicios .card {
  border: none; }
  .servicios .card .card-title {
    font-family: 'Montserrat', sans-serif;
    color: #222 !important; }
  .servicios .card .card-body {
    background: #fff; }
    .servicios .card .card-body a {
      text-decoration: none !important; }
  .servicios .card .card-text, .servicios .card p {
    color: #666;
    font-weight: 300; }
  .servicios .card .card-image {
    background: #08cae8;
    display: block;
    padding: 15px;
    height: 160px; }
    .servicios .card .card-image img {
      max-height: 80px;
      width: auto; }

.contacto .wpforms-field-label {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px !important;
  font-size: 15px !important; }

.personal_info {
  text-align: center; }
  .personal_info h4 {
    font-family: 'Montserrat', sans-serif; }
  .personal_info .avatar {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .personal_info .avatar img {
      width: 150px;
      height: 150px;
      border-radius: 50%; }
  .personal_info .field {
    font-size: 22px;
    color: #666;
    margin-bottom: 8px; }
    .personal_info .field > * {
      color: #666; }
    .personal_info .field i {
      color: #08cae8 !important;
      padding-right: 5px; }
    .personal_info .field a:hover {
      color: #333;
      text-decoration: none; }
    .personal_info .field.description {
      font-size: 18px !important;
      font-weight: 300 !important;
      margin-bottom: 20px; }

.single, .page {
  background: #fff; }
  .single #wrapper-navbar, .page #wrapper-navbar {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 10;
    border-bottom: none;
    background: #08cae8; }
    .single #wrapper-navbar .container, .page #wrapper-navbar .container {
      border: none !important; }
  .single .entry-title, .page .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder; }
  .single .entry-content, .page .entry-content {
    font-size: 1.3em;
    color: #666;
    font-weight: 300; }

.navigation {
  margin-top: 40px; }
  .navigation .nav-links > * {
    border: 1px solid #eee;
    padding: 20px; }
    .navigation .nav-links > * a {
      color: #333; }

.edit-link {
  display: none; }

.single .entry-header, .single .entry-content {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .single .container {
    max-width: 800px; } }

.breadcrumbs {
  color: #ccc;
  margin-bottom: 20px; }
  .breadcrumbs a {
    color: #666; }
  .breadcrumbs .home {
    font-weight: bold;
    color: #08cae8; }

#wrapper-footer {
  background: #f4f4f4; }

/* Tabla precios */
.tablaprecios table {
  background: #fff; }
  .tablaprecios table caption {
    display: none; }
  .tablaprecios table thead {
    background: #08cae8; }
    .tablaprecios table thead th {
      background: #08cae8 !important;
      color: #fff;
      border: none !important;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      text-align: center;
      padding: 15px; }
      .tablaprecios table thead th strong {
        display: block;
        font-size: 30px;
        line-height: 1; }
      .tablaprecios table thead th span {
        font-weight: 300; }
  .tablaprecios table tbody td {
    border-top: none !important;
    border-bottom: 1px solid #eee !important;
    text-align: left;
    padding: 5px; }
    @media (min-width: 1200px) {
      .tablaprecios table tbody td {
        padding: 10px 35px;
        text-align: left; } }
    .tablaprecios table tbody td:before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      color: #82C91D;
      margin-right: 10px; }
  .tablaprecios table tbody tr:first-child td {
    padding-top: 20px; }
  .tablaprecios table tbody tr:last-child td {
    padding-bottom: 20px; }

.wpcf7-submit {
  border: none !important;
  color: #fff !important;
  background: #08cae8 !important; }
