
@font-face {
  font-family: 'PlayFairDisplayCustom';
  src: url('fonts/playfair/static/PlayfairDisplay-VariableFont_wght.ttf') format('ttf');
}

body {
    font-family: 'Quicksand'!important;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden!important;
  }
  
  b {
    font-weight: 600!important;
  }
  
  .centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }
  
  .mapaWrap {
      background-color: #ccc;
  }
  
  
  h1 {
    font-family: 'PlayFair Display'!important;
    font-weight: 500!important;
    font-size: 35px!important;
    color: var(--color1);
  }
  
  h2 {
    font-family: 'PlayFair Display'!important;
    font-weight: normal!important;
    font-size: 25px;
    color: var(--color1);
  }
  
  h3 {
    font-family: 'Quicksand'!important;
    font-weight: normal!important;
    font-size: 17px;
    color: var(--color3);
  }
  
  .whatsapp {
      padding: 8px;
      border-radius: 10px;
      background-color: var(--colorWhatsApp);
      color: var(--color1);
  }
  
  .whatsapp:hover {
      text-decoration: none;
      background-color: #128C7E;
      color: #fff;
  }
  
  .telefono {
    padding: 8px;
    border-radius: 10px;
    background-color: #439bcd;
    color: #fff;
  }
  
  .telefono:hover {
      text-decoration: none;
      background-color: #2285ca;
      color: #fff;
  }
  
  .videoBackground {
    background-color:#000;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  
  .icono {
    padding: 3px;
    min-width: 40px;
    max-height: 40px;
  }
  
  .importante a {
    color:var(--color2);
  }
  
  .fondoDegrade {
      background: rgb(2,2,2);
      background: linear-gradient(180deg, rgba(2,2,2,1) 0%, rgba(71,71,71,1) 94%);
  }
  
  .cBlanco {
    color: #fff;
  }
  
  .cNegro {
    color: #000;
  }
  
  .cGris {
    color: #9c9c9c;
  }
  
  .bloque4 {
    background-color: #f2f2f2;
  }
  
  .verColeccionBlanco {
    color:#fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 3px;
  }
  
  .verColeccionBlanco:hover {
    color:#fff!important;
    text-decoration: none;
    color:inherit!important;
  }
  
  .verColeccionNegro {
    color:#000;
    border-bottom: 1px dotted #000;
    padding-bottom: 3px;
  }
  
  .verColeccionNegro:hover {
    color:#444;
    text-decoration: none;
    color:inherit!important;
  }
  
  .bloque1 {
    margin-top:-5px;
  }
  
  a.urlCategoria {
      color: #9c9c9c!important;
  }
  
  a.urlCategoria:hover {
    color: #9c9c9c;
  }
  
  .tituloSeccion {
    font-family: 'Playfair Display'!important;
    font-style: italic;
    color: #333;
  }

  .acordion .card-header {
      background-color:#333;
  } 
   
  .acordion .card-header button {
    color:#fff!important;
    outline: none;
  } 
  .acordion .card-header button:focus {
    background-color:#000;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: bold;
  } 
  .acordion .card-header button::-moz-focus-inner {
    border:0;
  } 

  
.estrella {
  max-width: 30px;
}
  
  @media screen and (min-width: 0px) {
      .bloque1 {
        min-height: 570px!important;
      }
      h1 {
        font-size: 28px!important;
        font-weight: 700!important;
      }
      h2 {
        font-size: 25px!important;
      }
      h3 {
        font-size: 18px!important;
        font-weight: 600!important;
      }
      .testimonio {
        min-height: 350px;
    }
    .tituloSeccion {
      font-size: 10vw!important;
    }
  }
  
  @media screen and (min-width: 768px) {
    .bloque1 {
      min-height: 680px!important;
    }
    h1 {
      font-size: 40px!important;
      font-weight: 700!important;
    }
    h2 {
      font-size: 30px!important;
      font-weight: 600!important;
    }
    h3 {
      font-size: 22px!important;
    }
    .testimonio {
      min-height: 350px;
    }
    .tituloSeccion {
      font-size: 9vw!important;
    }
  }
  
  @media screen and (min-width: 990px) {
    .bloque1 {
      min-height: 800px!important;
    }
    h1 {
      font-size: 45px!important;
      font-weight: 700!important;
    }
    h2 {
      font-size: 35px!important;
    }
    h3 {
      font-size: 25px!important;
      font-weight: 600!important;
    }
    .testimonio {
      min-height: 350px;
    }
    .tituloSeccion {
      font-size: 7vw!important;
    }
  }
  
  @media screen and (min-width: 1180px) {
    .bloque1 {
      min-height: 900px!important;
    }
    h1 {
      font-size: 48px!important;
      font-weight: 700!important;
    }
    h2 {
      font-size: 35px!important;
    }
    h3 {
      font-size: 25px!important;
      font-weight: 600!important;
    }
    .testimonio {
      min-height: 350px;
    }
    .tituloSeccion {
      font-size: 6vw!important;
    }
  }

  @media screen and (min-width: 1500px) {
    .bloque1 {
      min-height: 900px!important;
    }
    h1 {
      font-size: 48px!important;
      font-weight: 700!important;
    }
    h2 {
      font-size: 35px!important;
    }
    h3 {
      font-size: 25px!important;
      font-weight: 600!important;
    }
    .testimonio {
      min-height: 350px;
    }
    .tituloSeccion {
      font-size: 3.5vw!important;
    }
  }