* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fnt-negro,
.fnt-negro:hover,
.fnt-negro:focus,
.fnt-negro:hover:focus,
.fnt-negro:hover:active {
  color: #000 !important; }

.fnt-blanco,
.fnt-blanco:hover,
.fnt-blanco:focus,
.fnt-blanco:hover:focus,
.fnt-blanco:hover:active {
  color: #fff !important; }

.fnt-cafe,
.fnt-cafe:hover,
.fnt-cafe:focus,
.fnt-cafe:hover:focus,
.fnt-cafe:hover:active {
  color: #6a3f24 !important; }

.fnt-gris-opaco,
.fnt-gris-opaco:hover,
.fnt-gris-opaco:focus,
.fnt-gris-opaco:hover:focus,
.fnt-gris-opaco:hover:active {
  color: #7c7b7b !important; }

.fnt-white {
  color: white; }

.fnt-light-gray {
  color: #DEDFDD; }

.fnt-dark-gray {
  color: #3D444F; }

.fnt-yellow {
  color: #E19A38; }

.fnt-blue {
  color: #135B6C; }

.fnt-red {
  color: #AD2C36; }

.fnt-black {
  color: black; }

.link:hover {
  color: inherit; }

.fnt-1 {
  font-size: 1rem; }

.fnt-1-25 {
  font-size: 1.25rem; }

.fnt-1-3 {
  font-size: 1.3rem; }

.fnt-1-5 {
  font-size: 1.5rem; }

.fnt-1-7 {
  font-size: 1.7rem; }

.fnt-1-8 {
  font-size: 1.8rem; }

.fnt-2 {
  font-size: 2rem; }

.fnt-2-5 {
  font-size: 2.5rem; }

.fnt-2-8 {
  font-size: 2.8rem; }

.fnt-3 {
  font-size: 3rem; }

.fnt-3-5 {
  font-size: 3.5rem; }

.fnt-4 {
  font-size: 4rem; }

.fnt-4-5 {
  font-size: 4.5rem; }

.fnt-5 {
  font-size: 5rem; }

.fnt-6 {
  font-size: 6rem; }

.fnt-7 {
  font-size: 7rem; }

.fnt-8 {
  font-size: 8rem; }

.fnt-9 {
  font-size: 9rem; }

@font-face {
  font-family: avenir-demi;
  src: url("../fonts/own-fonts/AvenirNextLTPro-Demi.otf"); }
@font-face {
  font-family: avenir-regular;
  src: url("../fonts/own-fonts/AvenirNextLTPro-Regular.otf"); }
@font-face {
  font-family: avenir-medium;
  src: url("../fonts/own-fonts/AvenirNextLTPro-MediumCn.otf"); }
.title.section {
  font-family: avenir-demi;
  font-size: 9rem;
  opacity: 0.4; }
.title.main {
  font-family: avenir-regular;
  font-size: 7.1rem; }
.title.post {
  font-family: avenir-demi;
  font-size: 7rem; }

.text.main {
  font-family: avenir-regular;
  font-size: 2.2rem; }
  .text.main.large {
    font-size: 2.5rem; }

@media screen and (max-width: 767px) {
  .title.section {
    font-size: 8rem; } }
.fondo-blanco {
  background-color: #fff; }

.fondo-negro {
  background-color: #000; }

.fondo-verde {
  background-color: rgba(0, 128, 0, 0.3); }

.fondo-negro-transparente {
  background-color: rgba(0, 0, 0, 0.5); }

.fondo-gris-transparente {
  background-color: rgba(142, 134, 134, 0.8); }

body, html {
  margin: 0;
  padding: 0;
  background-color: #DEDFDD;
  font-size: 8px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

/*Fondos*/
section#about {
  background-color: #3D444F;
  padding-top: 5rem;
  padding-bottom: 2rem; }

section#music {
  background-color: #DEDFDD;
  padding: 7rem 0; }

section#gigs {
  background-color: #3D444F;
  padding: 7rem 0; }

section#contact {
  background-color: #E19A38;
  padding: 7rem 0; }

section#post {
  background-color: white;
  padding-bottom: 4rem; }

.shrink-1 {
  flex-shrink: 1; }

.altura-10 {
  height: 10%; }

.altura-12 {
  height: 12%; }

.altura-14 {
  height: 14%; }

.altura-15 {
  height: 15%; }

.altura-16 {
  height: 16%; }

.altura-20 {
  height: 20%; }

.altura-25 {
  height: 25%; }

.altura-35 {
  height: 35%; }

.altura-40 {
  height: 50%; }

.altura-50 {
  height: 50%; }

.altura-80 {
  height: 80%; }

.altura-84 {
  height: 84%; }

.altura-86 {
  height: 86%; }

.altura-90 {
  height: 90%; }

.altura-100 {
  height: 100%; }

.altura-100-vh {
  height: 100vh; }

.sin-estilo-lista {
  list-style: none; }

.transparente-50 {
  opacity: 0.5; }

.transparente-80 {
  opacity: 0.8; }

.transparente-90 {
  opacity: 0.9; }

.transparente-100 {
  opacity: 1; }

.interlineado-1 {
  line-height: 1; }

.interlineado-1-15 {
  line-height: 1.15; }

.interlineado-1-2 {
  line-height: 1.2; }

.interlineado-1-5 {
  line-height: 1.5; }

.interlineado-2 {
  line-height: 2; }

.borde-derecha {
  border-right: 2px solid #fff; }

.overflow-hdn {
  overflow: hidden; }

.p-absolute {
  position: absolute;
  left: 0; }

.p-relative {
  position: relative;
  left: 0; }

.fa-sm-4x {
  font-size: 4em !important; }

.fa-sm-5x {
  font-size: 5em !important; }

.my-6 {
  margin: 4.5rem 0; }

.my-7 {
  margin: 6rem 0; }

.my-8 {
  margin: 7.5rem 0; }

.mt-6 {
  margin-top: 4.5rem; }

.pos-t-0 {
  top: 0px !important; }

.pos-t-1 {
  top: .5rem; }

.pos-t-2 {
  top: 1rem; }

.pos-t-3 {
  top: 1.5rem; }

.pos-t-4 {
  top: 3rem; }

.pos-l-auto {
  left: auto; }

.pos-l-0 {
  left: 0px; }

.pos-l-1 {
  left: .5rem; }

.pos-l-20-por {
  left: 20% !important; }

.pos-r-0 {
  right: 0px; }

.pos-r-1 {
  right: .5rem; }

.pos-r-2 {
  right: 1rem; }

.pos-r-3 {
  right: 1.5rem; }

.pos-r-4 {
  right: 3rem; }

.pos-b-0 {
  bottom: 0px; }

.pos-b-4 {
  bottom: 1.5rem; }

.pos-b-5 {
  bottom: 3rem; }

.pos-b-6 {
  bottom: 4.5rem; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

i, cite, em, var, address, dfn {
  font-style: normal; }

.sin-subrayar:hover,
.sin-subrayar:focus {
  text-decoration: none; }

.subrayado {
  text-decoration: underline !important; }

.elemento-hover:hover .pantalla-opaca {
  opacity: 1;
  transform: scale(1);
  transition: transform .5s; }

.pantalla-opaca {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0);
  transition: transform 1s; }

.preview figure {
  display: block;
  position: relative; }

.preview .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .preview .overlay.on-hover {
    background-color: #6B645B;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s; }
    .preview .overlay.on-hover h1 {
      font-size: 2.5rem;
      color: white;
      font-family: avenir-regular;
      background-color: #135B6C;
      padding: 1rem 1.5rem; }
  .preview .overlay.leave-hover {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s;
    align-items: flex-end; }
    .preview .overlay.leave-hover > div {
      width: 90%;
      margin: auto;
      width: 90%;
      margin: auto;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .preview .overlay.leave-hover hr {
      border-top: 1px solid white; }
    .preview .overlay.leave-hover h1, .preview .overlay.leave-hover p {
      text-align: center;
      color: white;
      font-family: avenir-regular; }
    .preview .overlay.leave-hover h1 {
      font-size: 5rem; }
    .preview .overlay.leave-hover p {
      font-size: 2.5rem; }

.preview:hover .overlay.leave-hover {
  opacity: 0;
  cursor: pointer; }
.preview:hover .overlay.on-hover {
  opacity: 0.85;
  cursor: pointer; }

.leave-hover > div {
  width: 90%;
  margin: auto; }

.gigs-table .table-header {
  background: #AD2C36;
  padding: 2rem 0 1rem 0; }
.gigs-table .table-row {
  padding: 1rem 0 0.5rem 0; }
.gigs-table p {
  font-size: 2.0rem;
  font-family: avenir-regular;
  text-align: center;
  color: white; }

form {
  margin-top: 5rem; }

input[type="text"].form-control, input[type="email"].form-control, textarea.form-control {
  background-color: transparent;
  border: 1px solid #6B645B;
  font-size: 2.0rem;
  color: white;
  font-family: avenir-regular;
  border-radius: 0; }

input[type="submit"].form-control {
  color: white;
  font-size: 2rem;
  font-family: avenir-regular;
  background: #6B645B;
  /* padding: 1rem 1rem; */
  border-color: #6B645B;
  border-radius: 0; }

.form-control::placeholder {
  color: white;
  opacity: 0.7; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid;
  background-color: transparent; }

footer {
  background-color: #3D444F;
  padding: 4rem 0; }
  footer nav a {
    display: block;
    font-family: avenir-regular;
    font-size: 3rem;
    color: white;
    text-align: center; }
    footer nav a:hover {
      color: white; }
  footer .policies a {
    font-family: avenir-regular;
    font-size: 1.5rem;
    color: #FFFFFF; }

li a {
  color: #000000;
  font-size: 3rem;
  font-family: avenir-demi; }

.img-title {
  position: absolute;
  color: #8A8F96;
  text-align: center;
  left: 0;
  right: 0;
  top: 40%; }
  .img-title h {
    text-align: center;
    font-family: avenir-demi;
    font-size: 10rem; }

.img-subtitle {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  left: 0;
  right: 0;
  top: 54%; }
  .img-subtitle h {
    text-align: center;
    font-family: avenir-regular;
    font-size: 7rem; }

.nav-logo-container {
  height: auto;
  width: 15%; }

.nav-logo {
  height: auto;
  width: 75%; }

.sharethis-inline-share-buttons {
  z-index: 1 !important; }

@media screen and (max-width: 991px) {
  .img-title h {
    font-size: 8rem; }

  .img-subtitle h {
    font-size: 5rem; } }
@media screen and (max-width: 767px) {
  .text-xs-center {
    text-align: center !important; }

  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .pos-fixed-md-down {
    position: fixed; }

  .pos-absolute-md-down {
    position: absolute; }

  .p-top-0-md-down {
    top: 0px; }

  .p-bottom-0-md-down {
    bottom: 0px; }

  .p-left-0-md-down {
    left: 0px; }

  .p-right-0-md-down {
    right: 0px; }

  .img-title h {
    font-size: 6rem; }

  .img-subtitle h {
    font-size: 2.5rem; }

  li a {
    font-size: 2rem; }

  .nav-logo {
    height: auto;
    width: 100%; }

  .nav-logo-container {
    height: auto;
    width: 20%; }

  nav.active {
    height: 100%;
    width: 100%;
    margin-top: 0 !important;
    background-color: #3d444ff7; }

  nav.active a.navbar-brand {
    display: none; }

  nav ul.nav.list-inline {
    display: none; }

  nav.active ul.nav.list-inline {
    display: flex;
    flex-direction: column; }

  nav.active li a {
    font-size: 3rem; }

  nav.active .nav-controls {
    position: fixed;
    top: 4rem;
    right: 3rem; } }
@media screen and (max-width: 575px) {
  .img-title h {
    font-size: 3rem; }

  .img-subtitle h {
    font-size: 1.2rem; }

  li a {
    font-size: 1.4rem; } }
@media screen and (min-device-width: 768px) {
  .mover-md-menos-10 {
    transform: translateX(-10px); }

  .mover-md-menos-15 {
    transform: translateX(-15px); }

  .mover-md-menos-20 {
    transform: translateX(-20px); }

  .mover-md-menos-25 {
    transform: translateX(-25px); }

  .social-media {
    margin-top: -10rem; }

  .title.section {
    font-size: 13rem; }

  .gigs-table p {
    font-size: 2.5rem; }

  nav.navbar.moved {
    background: #3d444fd6;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .navbar.moved img.nav-logo {
    width: 30%; }

  img.nav-logo {
    transition-property: width;
    transition-duration: 0.4s;
    width: 75%; }

  footer .policies a {
    font-size: 2rem; } }
@media screen and (min-device-width: 1024px) {
  body, html {
    font-size: 10px; }

  .fnt-lg-1 {
    font-size: 1rem; }

  .fnt-lg-1-2 {
    font-size: 1.2rem; }

  .fnt-lg-1-25 {
    font-size: 1.25rem; }

  .fnt-lg-1-3 {
    font-size: 1.3rem; }

  .fnt-lg-1-5 {
    font-size: 1.5rem; }

  .fnt-lg-1-6 {
    font-size: 1.6rem; }

  .fnt-lg-1-7 {
    font-size: 1.7rem; }

  .fnt-lg-1-8 {
    font-size: 1.8rem; }

  .fnt-lg-2 {
    font-size: 2rem; }

  .fnt-lg-2-3 {
    font-size: 2.3rem; }

  .fnt-lg-2-5 {
    font-size: 2.5rem; }

  .fnt-lg-2-8 {
    font-size: 2.8rem; }

  .fnt-lg-3 {
    font-size: 3rem; }

  .fnt-lg-3-4 {
    font-size: 3.4rem; }

  .fnt-lg-3-5 {
    font-size: 3.5rem; }

  .fnt-lg-3-8 {
    font-size: 3.8rem; }

  .fnt-lg-4 {
    font-size: 4rem; }

  .fnt-lg-4-5 {
    font-size: 4.5rem; }

  .fnt-lg-5 {
    font-size: 5rem; }

  .fnt-lg-6 {
    font-size: 6rem; }

  .fnt-lg-6-5 {
    font-size: 6rem; }

  .fnt-lg-7 {
    font-size: 7rem; }

  .fnt-lg-8 {
    font-size: 8rem; }

  .fnt-lg-9 {
    font-size: 9rem; }

  .altura-lg-10 {
    height: 10%; }

  .altura-lg-14 {
    height: 14%; }

  .altura-lg-16 {
    height: 16%; }

  .altura-lg-20 {
    height: 20%; }

  .altura-lg-25 {
    height: 25%; }

  .altura-lg-30 {
    height: 30%; }

  .altura-lg-35 {
    height: 35%; }

  .altura-lg-40 {
    height: 50%; }

  .altura-lg-50 {
    height: 50%; }

  .altura-lg-60 {
    height: 60%; }

  .altura-lg-65 {
    height: 65%; }

  .altura-lg-70 {
    height: 70%; }

  .altura-lg-75 {
    height: 75%; }

  .altura-lg-80 {
    height: 80%; }

  .altura-lg-84 {
    height: 84%; }

  .altura-lg-85 {
    height: 85%; }

  .altura-lg-86 {
    height: 86%; }

  .altura-lg-90 {
    height: 90%; }

  .altura-lg-100 {
    min-height: 100%; }

  .altura-lg-auto {
    height: auto; }

  .fa-lg-3x {
    font-size: 3em !important; }

  .p-lg-absolute {
    position: absolute; }

  .pt-lg-6 {
    padding-top: 4.5rem; }

  .pt-lg-7 {
    padding-top: 6rem; }

  .margin-outside {
    margin-left: -15rem; } }

/*# sourceMappingURL=richard-tedesco.min.css.map */
