/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
body {
  background-color: black;
}

.home {
  background-color: black;
}

.logo-cf {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 10;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0px 3rem;
}

@media only screen and (max-width: 320px) {
  .logo-cf {
    display: none;
  }
}

.logo-cf a img {
  max-width: 5rem;
}

.home .sombra-home-v {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.home .contenido .w-logo {
  width: 100%;
  max-width: 30rem;
}

@media only screen and (max-width: 640px) {
  .home .contenido .w-logo {
    padding-top: 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .home .contenido .w-logo .logo {
    margin-bottom: 0;
  }
}

.w-interior .contenido {
  padding: 4rem 10rem 2rem;
  display: block;
}

@media only screen and (max-width: 991px) {
  .w-interior .contenido {
    padding: 4rem 2rem;
  }
}

.w-interior {
  height: auto;
}

.w-interior .texto-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .w-interior .texto-interior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.w-interior .w-foto-principal {
  padding-left: 5rem;
  width: 45%;
}

.w-interior .w-foto-principal .foto-principal {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .w-interior .w-foto-principal {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .w-interior .w-foto-principal {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.w-interior .parrafo-1 {
  width: 55%;
  text-align: left;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  color: white;
  padding-left: 2rem;
}

@media only screen and (max-width: 991px) {
  .w-interior .parrafo-1 {
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .w-interior .parrafo-1 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .w-interior .parrafo-1 {
    width: 100%;
    padding-left: 0;
  }
}

.goles-interior .sombra-home {
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  z-index: 2;
}

.goles-interior .sombra-home-2 {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  z-index: 2;
}

.goles-interior {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.goles-interior .bg {
  top: 7rem;
}

.goles-interior .w-goles .frase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
}

.goles-interior .w-goles .frase img {
  width: 100%;
}

.w-wrap {
  max-width: 930px;
}

.goles-interior .w-goles .grid-goles .abajo .img-goles {
  width: calc(33.3% - .6rem);
}

.nombre-frase {
  text-align: right;
  font-family: Albertsthal Typewriter;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: white;
}

.carrusel.con-nav .tns-controls {
  display: block !important;
}

@media only screen and (min-width: 801px) and (max-width: 1025px) {
  .sombra-home-v {
    display: none;
  }
  .goles-interior .sombra-home {
    bottom: -2rem;
  }
  .goles-interior .w-goles .frase img {
    max-width: 115%;
  }
  .nombre-frase {
    left: 16rem;
    top: 31rem;
    font-size: 35px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
  .logo-cf {
    display: none;
  }
  .contenido {
    padding: 5rem 1rem 2rem !important;
    height: auto !important;
  }
  .sombra-home-v {
    display: none;
  }
  .goles-interior {
    margin-top: 2rem;
  }
  .goles-interior .w-goles .frase {
    left: 0;
  }
  .goles-interior .w-goles .frase img {
    max-width: 100%;
  }
  .nombre-frase {
    left: 7rem;
    top: 40rem;
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 801px) and (max-width: 991px) {
  .nombre-frase {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
  .goles-interior .w-goles .carrusel .tns-controls button:first-child {
    left: -2rem;
  }
  .goles-interior .w-goles .carrusel .tns-controls button:last-child {
    right: -2rem;
  }
}

.w-con {
  position: relative;
}

.b-volver {
  position: absolute;
  top: 2rem;
  right: 0;
  color: #fff;
  font-family: Albertsthal Typewriter;
  font-weight: bold;
  font-size: .8rem;
}

.b-volver i {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-size: .8rem;
}

@media only screen and (max-width: 640px) {
  .b-volver {
    top: -1.5rem;
  }
}

.w-b-volver {
  text-align: right;
  padding-top: 2rem;
}

@media only screen and (max-width: 550px) {
  .w-b-volver {
    padding-top: 0;
  }
}

.b-volver2 {
  color: #fff;
  font-family: Albertsthal Typewriter;
  font-weight: bold;
  font-size: .8rem;
}

.b-volver2 i {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-size: .8rem;
}

@media only screen and (max-width: 640px) {
  .b-volver2 {
    top: -1.5rem;
  }
}
/*# sourceMappingURL=mistral.css.map */