@charset "UTF-8";
/*VARIABLES, MIXINS, MAPS*/
/*COLORS*/
/*font-family*/
/*maps*/
/*ANIMACIONES*/
@keyframes boton-contacto-animation {
  0% {
    border: 2px solid #f8e805;
    box-shadow: 0px 0px 5px #ecf0f1; }
  50% {
    border: 2px solid #f8e805;
    box-shadow: 0px 0px 30px white; }
  100% {
    border: 2px solid #f8e805;
    box-shadow: 0px 0px 5px #ecf0f1; } }

@keyframes bg-cards {
  0% {
    background-color: rgba(236, 240, 241, 0.9); }
  50% {
    background-color: rgba(236, 240, 241, 0.3); }
  100% {
    background-color: rgba(34, 34, 59, 0.2); } }

@keyframes animation-box {
  0% {
    box-shadow: 0px 0px 10px #f8e805; }
  50% {
    box-shadow: 0px 0px 30px #f8e805; }
  100% {
    box-shadow: 0px 0px 10px #f8e805; } }

@keyframes size-icon {
  0% {
    transform: scale(1.5, 1.5);
    margin: 2rem 0rem;
    text-shadow: 0 0 25px #cecece; }
  50% {
    transform: scale(2.5, 2.5);
    transform: rotateY(180deg);
    margin: 1rem 0rem;
    text-shadow: 0 0 15px #cecece; }
  100% {
    transform: scale(1.5, 1.5);
    margin: 2rem 0rem;
    text-shadow: 0 0 25px #cecece; } }

@keyframes news-block {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

/*MIXINS*/
/*titulos de secciones de la web*/
/*nosotros.html*/
/*CUADRO PRINCIPAL*/
.us-principal-container {
  margin: 1rem 0rem 3rem 0rem;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  .us-principal-container .us-principal-container__text {
    margin: 1rem 0rem; }
    .us-principal-container .us-principal-container__text .us-principal-container__text__title {
      color: white;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      font-family: "Oswald", sans-serif;
      font-size: 2.5rem;
      text-align: center;
      padding: 10px; }
      @media screen and (max-width: 992px) {
        .us-principal-container .us-principal-container__text .us-principal-container__text__title {
          font-size: 2rem; } }
      @media screen and (max-width: 576px) {
        .us-principal-container .us-principal-container__text .us-principal-container__text__title {
          font-size: 1.75rem; } }
    .us-principal-container .us-principal-container__text .us-principal-container__text__subtitle {
      font-family: "Ubuntu", sans-serif;
      font-size: 1.5rem;
      text-shadow: 2px 2px 4px #757474;
      font-weight: 400;
      color: white;
      letter-spacing: 0.2rem;
      margin: 0.5rem 0rem 0rem 0rem; }
      @media screen and (max-width: 992px) {
        .us-principal-container .us-principal-container__text .us-principal-container__text__subtitle {
          font-family: "Ubuntu", sans-serif;
          font-size: 1.3rem;
          letter-spacing: 0.1rem; } }
      @media screen and (max-width: 576px) {
        .us-principal-container .us-principal-container__text .us-principal-container__text__subtitle {
          font-family: "Ubuntu", sans-serif;
          font-size: 1.1rem;
          letter-spacing: 0px; } }
  .us-principal-container .us-principal-container__img {
    display: flex;
    justify-content: center; }
    .us-principal-container .us-principal-container__img .us-principal-container__img__pic {
      transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      border-radius: 20px;
      width: 75%;
      margin: 0rem auto; }

@media screen and (max-width: 992px) {
  .us-principal-container .us-principal-container__img .us-principal-container__img__pic {
    width: 85%; } }

@media screen and (max-width: 576px) {
  .us-principal-container__img .us-principal-container__img__pic {
    width: 90%; } }

/*BLOQUE DE INFORMACION*/
.us-info-container__box {
  padding: 0rem;
  margin-bottom: 1rem;
  text-align: center; }
  .us-info-container__box .us-info-container__box__title {
    justify-content: center;
    padding: 1rem 0rem;
    margin: 1rem 0rem;
    text-shadow: 2px 2px 4px black;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    background-image: linear-gradient(#f8e805, #f8d505);
    background-size: 70% 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out; }
    .us-info-container__box .us-info-container__box__title:hover {
      background-size: 100% 2px, auto; }
    @media screen and (max-width: 992px) {
      .us-info-container__box .us-info-container__box__title {
        padding: 0.75rem 0rem;
        margin: 0.75rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.5rem;
        letter-spacing: 0.3rem; } }
    @media screen and (max-width: 576px) {
      .us-info-container__box .us-info-container__box__title {
        padding: 0.5rem 0rem;
        margin: 0.5rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.4rem;
        letter-spacing: 0.2rem; } }
    .us-info-container__box .us-info-container__box__title .resaltar {
      color: #f8e805; }

.us-info-container-top {
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .us-info-container-top .card {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0rem 0rem 2rem 0rem;
    padding: 0rem 0rem;
    background-color: rgba(34, 34, 59, 0.2);
    box-shadow: 0px 0px 5px white;
    border: 1px solid #ecf0f1;
    border-radius: 10px;
    width: 500px; }
    .us-info-container-top .card .card-img-top {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem 0rem; }
      .us-info-container-top .card .card-img-top img {
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(41, 41, 71, 0.7);
        width: 85%; }
    .us-info-container-top .card .card-body {
      font-size: 1rem; }
      .us-info-container-top .card .card-body .resaltar {
        font-weight: 800;
        color: #f8e805; }

.us-info-container-bottom {
  justify-content: center;
  margin-bottom: 2rem; }
  .us-info-container-bottom .us-info-container-bottom__img {
    display: flex;
    justify-content: center; }
    .us-info-container-bottom .us-info-container-bottom__img img {
      width: 25%; }

@media screen and (max-width: 1200px) {
  .us-info-container-top {
    justify-content: space-between; }
    .us-info-container-top .card {
      width: 400px; }
      .us-info-container-top .card .card-body {
        padding-top: 0.5rem; } }

@media screen and (max-width: 992px) {
  .us-info-container-top {
    justify-content: space-between;
    margin: 0rem; }
    .us-info-container-top .card {
      width: 310px; }
      .us-info-container-top .card .card-img-top img {
        width: 90%; }
  .us-info-container-bottom .us-info-container-bottom__img img {
    width: 40%; } }

@media screen and (max-width: 768px) {
  .us-info-container-top {
    justify-content: center;
    margin: 0rem; }
    .us-info-container-top .card {
      width: 450px; }
      .us-info-container-top .card .card-img-top img {
        width: 100%; }
      .us-info-container-top .card .card-body {
        font-size: 0.8rem; }
  .us-info-container-bottom .us-info-container-bottom__img img {
    width: 50%; } }

@media screen and (max-width: 576px) {
  .us-info-container-top {
    justify-content: center;
    margin: 0rem; }
    .us-info-container-top .card {
      width: 300px; }
      .us-info-container-top .card .card-img-top img {
        width: 100%; }
      .us-info-container-top .card .card-body {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem 1.25rem 0.75rem; }
  .us-info-container-bottom {
    font-size: 0.9rem; }
    .us-info-container-bottom .us-info-container-bottom__img img {
      width: 70%; } }

/*BLOQUE DE EQUIPO*/
.us-teamcontainer__top {
  padding: 0rem;
  text-align: center; }
  .us-teamcontainer__top .us-teamcontainer__top__title {
    justify-content: center;
    padding: 1rem 0rem;
    margin: 1rem 0rem;
    text-shadow: 2px 2px 4px black;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    background-image: linear-gradient(#f8e805, #f8d505);
    background-size: 70% 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out; }
    .us-teamcontainer__top .us-teamcontainer__top__title:hover {
      background-size: 100% 2px, auto; }
    @media screen and (max-width: 992px) {
      .us-teamcontainer__top .us-teamcontainer__top__title {
        padding: 0.75rem 0rem;
        margin: 0.75rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.5rem;
        letter-spacing: 0.3rem; } }
    @media screen and (max-width: 576px) {
      .us-teamcontainer__top .us-teamcontainer__top__title {
        padding: 0.5rem 0rem;
        margin: 0.5rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.4rem;
        letter-spacing: 0.2rem; } }
    .us-teamcontainer__top .us-teamcontainer__top__title .resaltar {
      color: #f8e805; }

.slide-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.5); }
  .slide-box .slide-img {
    width: 35%;
    margin: 1.5rem 0rem;
    border-radius: 5px;
    transition: all 0.5s; }
  .slide-box .slide-img:hover {
    transform: scale(1.1, 1.1); }

@media screen and (max-width: 992px) {
  .slide-box .slide-img {
    width: 45%;
    border-radius: 5px; }
  .slide-box .slide-img:hover {
    transform: none; } }

@media screen and (max-width: 768px) {
  .slide-box {
    justify-content: space-between; }
    .slide-box .slide-img {
      width: 45%;
      border-radius: 5px; } }

@media screen and (max-width: 576px) {
  .slide-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    .slide-box .slide-img {
      width: 80%;
      border-radius: 5px; } }

/*CAROUSEL DE OPINIONES*/
.us-reviews-container__box {
  margin-top: 2rem;
  padding: 0rem;
  text-align: center; }
  .us-reviews-container__box .us-reviews-container__box__title {
    justify-content: center;
    padding: 1rem 0rem;
    margin: 1rem 0rem;
    text-shadow: 2px 2px 4px black;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    background-image: linear-gradient(#f8e805, #f8d505);
    background-size: 70% 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out; }
    .us-reviews-container__box .us-reviews-container__box__title:hover {
      background-size: 100% 2px, auto; }
    @media screen and (max-width: 992px) {
      .us-reviews-container__box .us-reviews-container__box__title {
        padding: 0.75rem 0rem;
        margin: 0.75rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.5rem;
        letter-spacing: 0.3rem; } }
    @media screen and (max-width: 576px) {
      .us-reviews-container__box .us-reviews-container__box__title {
        padding: 0.5rem 0rem;
        margin: 0.5rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.4rem;
        letter-spacing: 0.2rem; } }
    .us-reviews-container__box .us-reviews-container__box__title .resaltar {
      color: #f8e805; }

.carousel__reviews {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 0rem;
  margin: 0rem; }
  .carousel__reviews .us-reviews-container__indicators .carousel-indicators-reviews li {
    width: 50px;
    height: 4px;
    margin: 0rem 0.5rem;
    opacity: 0.1; }
  .carousel__reviews .us-reviews-container__indicators .carousel-indicators-reviews .active {
    background-image: linear-gradient(to right, #7a5fff, #01ff89);
    opacity: 1;
    transition: all 3s; }
  .carousel__reviews .reviews {
    display: flex;
    justify-content: center;
    padding: 0rem 0rem;
    animation-name: flip;
    animation-duration: 1s;
    animation-timing-function: ease-in; }
    .carousel__reviews .reviews .reviews__icon {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      padding: 1rem 0rem;
      margin: 0rem; }
      .carousel__reviews .reviews .reviews__icon .icon-gmaps {
        max-width: 90px;
        max-height: 90px; }
    .carousel__reviews .reviews .review__text {
      font-family: "Ubuntu", sans-serif;
      font-size: 1.2rem;
      padding: 1rem 0rem;
      color: #ecf0f1; }
    .carousel__reviews .reviews .review__name {
      font-family: "Ubuntu", sans-serif;
      font-size: 1rem;
      color: #cecece; }
    .carousel__reviews .reviews .review__icon__star i {
      color: #f8e805;
      text-shadow: 0px 0px 10px rgba(248, 232, 5, 0.5);
      margin: 0rem 0.5rem 2rem 0.5rem; }

@media screen and (max-width: 992px) {
  .carousel__reviews .reviews .review__text {
    font-family: "Ubuntu", sans-serif;
    font-size: 1rem;
    padding: 1rem 0rem; }
  .carousel__reviews .reviews .review__name {
    font-family: "Ubuntu", sans-serif;
    font-size: 0.9rem; } }

@media screen and (max-width: 576px) {
  .carousel__reviews {
    padding: 1rem 0rem; }
    .carousel__reviews .us-reviews-container__indicators .carousel-indicators li {
      width: 30px;
      height: 3px; }
    .carousel__reviews .reviews__icon .icon-gmaps {
      width: 75px;
      height: 75px; }
    .carousel__reviews .reviews .review__text {
      font-family: "Ubuntu", sans-serif;
      font-size: 1rem;
      padding: 1rem 0rem;
      height: 80px;
      text-align: center; }
    .carousel__reviews .reviews .review__name {
      font-family: "Ubuntu", sans-serif;
      font-size: 0.9rem; } }

/*productos.html*/
/*TITULO E IMAGEN PRINCIPAL*/
.products__title {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  padding: 10px;
  margin: 1rem 0rem 1.5rem 0rem; }
  @media screen and (max-width: 992px) {
    .products__title {
      font-size: 2rem; } }
  @media screen and (max-width: 576px) {
    .products__title {
      font-size: 1.75rem; } }

.img__categories img {
  width: 75%;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 992px) {
  .img__categories img {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .img__categories img {
    width: 100%; } }

@media screen and (max-width: 576px) {
  .img__categories img {
    width: 100%; } }

/*SECCION PRODUCTOS -CAROUSELS */
.carousel-title-box {
  margin: 0rem;
  text-align: center; }
  .carousel-title-box .carousel-title {
    justify-content: center;
    display: inline-block;
    padding: 1rem 0rem;
    margin: 4rem 0 1rem 0rem;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.8rem;
    text-shadow: 4px 4px 2px #141414;
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    background-image: linear-gradient(#f8e805, #f8d505);
    background-size: 70% 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out; }
    .carousel-title-box .carousel-title:hover {
      background-size: 100% 2px, auto; }
    .carousel-title-box .carousel-title:first-letter {
      color: #f8e805; }
    @media screen and (max-width: 992px) {
      .carousel-title-box .carousel-title {
        padding: 0.75rem 0rem;
        margin: 3rem 0 0.75rem 0rem;
        font-size: 1.5rem; } }
    @media screen and (max-width: 576px) {
      .carousel-title-box .carousel-title {
        padding: 0.5rem 0rem;
        margin: 2.5rem 0 0.5rem 0rem;
        letter-spacing: 0.1rem;
        font-size: 1.3rem; } }
    .carousel-title-box .carousel-title:first-letter {
      color: #f8e805; }
    .carousel-title-box .carousel-title .resaltar {
      color: #f8e805; }

.products__carousel {
  margin: 0rem 0rem; }
  .products__carousel .products__carousel__img {
    margin: 0rem auto;
    width: 90%; }
  .products__carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0rem 0.5rem; }
  .products__carousel .carousel-indicators .active {
    background-image: radial-gradient(#fff679, #f8e805); }

@media screen and (max-width: 992px) {
  .products__carousel {
    margin: 0rem 0rem;
    padding: 0rem; }
    .products__carousel .products__carousel__img {
      margin: 0rem;
      width: 100%; } }

/*novedades.html*/
/*SECCION DE NOVEDADES*/
.news__title {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  padding: 10px;
  margin: 1rem 0rem 1.5rem 0rem; }
  @media screen and (max-width: 992px) {
    .news__title {
      font-size: 2rem; } }
  @media screen and (max-width: 576px) {
    .news__title {
      font-size: 1.75rem; } }

.news__animation__block {
  animation-name: news-block;
  animation-duration: 2s;
  animation-timing-function: ease-in; }
  .news__animation__block .news__box {
    padding: 0rem;
    text-align: center; }
    .news__animation__block .news__box .news__box__title {
      justify-content: center;
      padding: 1rem 0rem;
      margin: 1rem 0rem;
      text-shadow: 2px 2px 4px black;
      display: inline-block;
      font-family: "Ubuntu", sans-serif;
      font-size: 2rem;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      background-image: linear-gradient(#f8e805, #f8d505);
      background-size: 70% 2px, auto;
      background-repeat: no-repeat;
      background-position: center bottom;
      transition: all .2s ease-out; }
      .news__animation__block .news__box .news__box__title:hover {
        background-size: 100% 2px, auto; }
      @media screen and (max-width: 992px) {
        .news__animation__block .news__box .news__box__title {
          padding: 0.75rem 0rem;
          margin: 0.75rem 0rem;
          font-family: "Ubuntu", sans-serif;
          font-size: 1.5rem;
          letter-spacing: 0.3rem; } }
      @media screen and (max-width: 576px) {
        .news__animation__block .news__box .news__box__title {
          padding: 0.5rem 0rem;
          margin: 0.5rem 0rem;
          font-family: "Ubuntu", sans-serif;
          font-size: 1.4rem;
          letter-spacing: 0.2rem; } }
      .news__animation__block .news__box .news__box__title .resaltar {
        color: #f8e805; }
  .news__animation__block .news__block {
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 59, 0.2);
    box-shadow: 0px 0px 10px white;
    margin: 2rem 3rem;
    padding: 0rem 2rem;
    border-radius: 10px;
    animation-name: bg-cards;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    box-shadow: 0px 0px 5px white, 0 0 0 2000px rgba(0, 0, 0, 0); }
    .news__animation__block .news__block .news__block__text {
      text-align: center;
      padding: 2rem;
      box-shadow: -5px -5px 1px rgba(248, 232, 5, 0.75); }
      .news__animation__block .news__block .news__block__text h6 {
        font-family: "Oswald", sans-serif;
        font-size: 1.5rem;
        color: #ecf0f1;
        letter-spacing: 0.2rem; }
    .news__animation__block .news__block .news__block__img {
      display: flex;
      justify-content: center; }
      .news__animation__block .news__block .news__block__img img {
        width: 60%;
        border-radius: 10px;
        opacity: 0.9;
        transition: all 0.5s; }
      .news__animation__block .news__block .news__block__img img:hover {
        filter: brightness(110%);
        opacity: 1; }
    .news__animation__block .news__block:hover {
      box-shadow: 0px 0px 5px white, 0 0 0 2000px rgba(206, 206, 206, 0.2); }

@media screen and (max-width: 992px) {
  .news__animation__block .news__block {
    padding: 1rem 1rem; }
    .news__animation__block .news__block .news__block__text h6 {
      font-size: 1.35rem; }
    .news__animation__block .news__block .news__block__img img {
      width: 100%;
      transform: scale(1, 1); } }

@media screen and (max-width: 768px) {
  .news__animation__block .news__block {
    margin: 2rem 1rem;
    padding: 1rem 1rem; }
    .news__animation__block .news__block .news__block__text {
      padding: 1.5rem; }
      .news__animation__block .news__block .news__block__text h6 {
        font-size: 1.35rem; }
    .news__animation__block .news__block .news__block__img img {
      width: 90%;
      transform: scale(1.1, 1.1); }
    .news__animation__block .news__block:hover {
      box-shadow: 0px 0px 5px white; } }

@media screen and (max-width: 576px) {
  .news__animation__block .news__block {
    margin: 2rem 0rem;
    padding: 1rem 1rem; }
    .news__animation__block .news__block .news__block__text {
      padding: 1rem; }
      .news__animation__block .news__block .news__block__text h6 {
        font-size: 1.3rem;
        letter-spacing: 0.1rem; }
    .news__animation__block .news__block .news__block__img img {
      width: 100%;
      transform: scale(1, 1); }
    .news__animation__block .news__block:hover {
      box-shadow: 0px 0px 5px white; } }

/*contacto.html*/
.contact__title {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  padding: 10px;
  margin: 1rem 0rem 1.5rem 0rem; }
  @media screen and (max-width: 992px) {
    .contact__title {
      font-size: 2rem; } }
  @media screen and (max-width: 576px) {
    .contact__title {
      font-size: 1.75rem; } }

/*BLOQUE DE INFORMACION*/
.contact__info {
  justify-content: space-around;
  align-items: center;
  background-color: rgba(34, 34, 59, 0.2);
  border-radius: 20px;
  padding: 1rem;
  margin: 2rem auto 0rem auto;
  border: 2px solid #ecf0f1;
  box-shadow: 0px 0px 10px #f8e805; }
  .contact__info .contact__info__text {
    padding-bottom: 1rem;
    word-spacing: 0.2rem; }
    .contact__info .contact__info__text .contact__info__text__data {
      padding-bottom: 1rem; }
      .contact__info .contact__info__text .contact__info__text__data p {
        margin: 0rem; }
        .contact__info .contact__info__text .contact__info__text__data p .resaltar-info {
          font-weight: 700; }
    .contact__info .contact__info__text .contact__info__text__blockicons {
      justify-content: center;
      margin: 0rem;
      padding: 0rem; }
      .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon {
        padding: 0rem; }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon a.icoFacebook:hover {
          background-color: #3B5998; }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon a.icoInstagram:hover {
          background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon a.icoMail:hover {
          background-color: #BD3518; }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon a.icoFacebook {
          background-color: #3B5998; }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon a.icoInstagram {
          background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon a.icoMail {
          background-color: #BD3518; }
        .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li {
          list-style: none;
          display: inline;
          margin: 0rem 1.5rem; }
          .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li a {
            display: inline-block;
            position: relative;
            margin: 0 auto 0 auto;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            width: 50px;
            height: 50px;
            font-size: 20px;
            background-color: rgba(206, 206, 206, 0.5); }
          .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li i {
            margin: 0;
            font-size: 1.7rem;
            line-height: 50px;
            text-align: center;
            color: #fff;
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -o-transition: all 0.8s;
            -ms-transition: all 0.8s;
            transition: all 0.8s; }
          .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li .icon-instagram {
            font-size: 2rem; }
          .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li a:hover i {
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -ms--transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s; }
        @media screen and (max-width: 576px) {
          .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li {
            margin: 0rem 0.9rem; }
            .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li a {
              width: 45px;
              height: 45px; }
            .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li i {
              font-size: 1.4rem;
              line-height: 45px; }
            .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon li .icon-instagram {
              font-size: 1.55rem; } }
  .contact__info .contact__info__iframe {
    display: flex;
    justify-content: center; }
    .contact__info .contact__info__iframe iframe {
      width: 100%;
      height: 270px; }

@media screen and (max-width: 992px) {
  .contact__info .contact__info__text {
    font-size: 0.9rem; }
  .contact__info .contact__info__iframe iframe {
    width: 100%;
    height: 180px; } }

@media screen and (max-width: 576px) {
  .contact__info {
    padding: 1rem 0rem;
    animation-name: animation-box;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3.5s; }
    .contact__info .contact__info__text {
      font-size: 0.8rem;
      word-spacing: 0rem;
      padding-left: 0rem;
      padding-right: 0rem; }
      .contact__info .contact__info__text .contact__info__text__blockicons .contact__info__text__blockicons__icon {
        font-size: 2rem;
        margin: 0rem 1rem; }
    .contact__info .contact__info__iframe iframe {
      width: 100%;
      height: 150px; } }

/*Animación - ENVELOPE*/
.contact-draw {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  height: 160px; }
  .contact-draw i {
    color: white;
    text-shadow: 0 0 15px #cecece;
    font-size: 5rem;
    margin: 2rem 0rem;
    animation-name: size-icon;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite; }

@media screen and (max-width: 992px) {
  .contact-draw i {
    font-size: 4rem; } }

@media screen and (max-width: 576px) {
  .contact-draw {
    margin: 1.5rem 0rem 0.5rem 0rem; } }

/*FORMULARIO DE CONTACTO*/
.contact-form {
  display: block;
  justify-content: center; }
  .contact-form form {
    background-image: linear-gradient(to bottom, rgba(41, 41, 71, 0.3), rgba(236, 240, 241, 0.3));
    margin: 0px auto 0px auto;
    padding: 1rem 0rem;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #ecf0f1;
    text-align: center; }
    .contact-form form fieldset {
      border: 2px solid #ecf0f1;
      margin: 1rem 3rem;
      padding: 0rem; }
      .contact-form form fieldset legend {
        width: inherit;
        margin: 0rem auto;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        font-variant: small-caps;
        letter-spacing: 0.3rem; }
      .contact-form form fieldset .form-info-text {
        padding: 0.5rem 0rem 1rem 0rem; }
        .contact-form form fieldset .form-info-text p {
          padding: 0rem;
          margin: 0;
          font-family: "Ubuntu", sans-serif; }
        .contact-form form fieldset .form-info-text .small-text {
          font-size: 0.8rem;
          padding: 0; }
      .contact-form form fieldset .form-group, .contact-form form fieldset .form-group__buttons {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0rem;
        height: 50px; }
        .contact-form form fieldset .form-group .form-group__text, .contact-form form fieldset .form-group__buttons .form-group__text {
          padding: 0.25rem 0rem;
          margin: 0rem;
          width: 150px;
          text-align: center; }
        .contact-form form fieldset .form-group .form-group__input, .contact-form form fieldset .form-group__buttons .form-group__input {
          padding: 0.3rem 0rem;
          margin: 0rem 0.5rem;
          width: 300px;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.5);
          color: #ecf0f1;
          border: none;
          border-bottom: 1px solid rgba(248, 232, 5, 0.7);
          transition: all 0.5s; }
        .contact-form form fieldset .form-group .form-group__input:focus, .contact-form form fieldset .form-group__buttons .form-group__input:focus {
          padding: 0.6rem 0rem;
          background-color: #ecf0f1;
          border-bottom: 1px solid white;
          color: black;
          font-weight: 700;
          font-size: 1rem; }
      .contact-form form fieldset .form-group__textarea {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        height: 225px;
        margin-bottom: 0rem; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__text {
          padding: 0.25rem 0rem;
          text-align: center; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__textarea {
          padding: 0.25rem 0rem;
          width: 500px;
          height: 150px;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.5);
          color: #ecf0f1;
          border: none;
          border-bottom: 1px solid rgba(248, 232, 5, 0.7);
          transition: all 0.5s; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__textarea:focus {
          padding: 0.5rem 0rem;
          background-color: #ecf0f1;
          border-bottom: 1px solid white;
          color: black;
          font-weight: 700;
          font-size: 1rem;
          width: 85%;
          height: 170px; }
      .contact-form form fieldset .form-group__buttons {
        margin: 0.5rem 0rem 2rem 0rem; }
        .contact-form form fieldset .form-group__buttons .button__form {
          background-color: rgba(248, 232, 5, 0.9);
          color: black;
          font-family: "Ubuntu", sans-serif;
          font-size: 1rem;
          border: 2px solid white;
          box-shadow: 0px 5px 5px #0a0a0a;
          margin: 0rem 1rem;
          width: 200px;
          transition: all 0.2s; }
        .contact-form form fieldset .form-group__buttons .button__form:hover {
          background-color: #0a0a0a;
          border: 2px solid rgba(248, 232, 5, 0.95);
          color: white;
          box-shadow: 0px 0px 15px white; }
        .contact-form form fieldset .form-group__buttons .button__form--reset {
          background-color: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 992px) {
  .contact-form form {
    font-size: 0.9rem; }
    .contact-form form fieldset {
      margin: 1rem 2rem; }
      .contact-form form fieldset .form-group, .contact-form form fieldset .form-group__buttons {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 1rem 0rem; }
        .contact-form form fieldset .form-group .form-group__text, .contact-form form fieldset .form-group__buttons .form-group__text {
          margin: 0rem; }
      .contact-form form fieldset .form-group__textarea {
        margin: 0rem;
        height: 200px; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__text {
          width: 150px; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__textarea {
          width: 400px; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__textarea:focus {
          width: 450px;
          height: 160px; }
      .contact-form form fieldset .form-group__buttons {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 2rem; } }

@media screen and (max-width: 576px) {
  .contact-form form {
    font-size: 0.9rem;
    padding: 1rem 0rem; }
    .contact-form form fieldset {
      margin: 0.5rem 0.5rem; }
      .contact-form form fieldset legend {
        font-size: 1.4rem;
        letter-spacing: 0.2rem; }
      .contact-form form fieldset .form-info-text {
        padding: 0.25rem 0rem 1.5rem 0rem; }
        .contact-form form fieldset .form-info-text p {
          font-size: 0.8rem; }
        .contact-form form fieldset .form-info-text .small-text {
          font-size: 0.7rem; }
      .contact-form form fieldset .form-group, .contact-form form fieldset .form-group__buttons {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        height: 85px;
        width: 90%;
        margin: 0rem auto; }
        .contact-form form fieldset .form-group .form-group__text, .contact-form form fieldset .form-group__buttons .form-group__text {
          margin: 0rem;
          width: 90%; }
        .contact-form form fieldset .form-group .form-group__input, .contact-form form fieldset .form-group__buttons .form-group__input {
          margin: 0rem;
          width: 90%; }
        .contact-form form fieldset .form-group .form-group__input:focus, .contact-form form fieldset .form-group__buttons .form-group__input:focus {
          font-size: 0.9rem;
          width: 100%; }
      .contact-form form fieldset .form-group__textarea {
        justify-content: flex-start;
        height: 200px;
        width: 90%;
        margin: 0rem auto; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__text {
          margin: 0rem;
          width: 90%; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__textarea {
          margin: 0rem;
          width: 90%; }
        .contact-form form fieldset .form-group__textarea .form-group__textarea__textarea:focus {
          width: 100%;
          height: 160px; }
      .contact-form form fieldset .form-group__buttons {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        height: 125px; }
        .contact-form form fieldset .form-group__buttons .button__form {
          margin: 0.5rem 0rem;
          font-size: 0.9rem;
          width: 200px;
          transition: all 0.2s; } }

/*GENERALIDADES EN TODOS .html*/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  background-color: #0a0a0a;
  background-image: url(../../img/wood.jpg);
  background-repeat: repeat;
  background-size: auto;
  margin: 0px;
  padding: 0px; }

p {
  color: #ecf0f1;
  text-align: center; }

::-moz-selection {
  background-color: #f8e805;
  color: black; }

::selection {
  background-color: #f8e805;
  color: black; }

a:visited, a:link {
  text-decoration: none;
  color: inherit;
  font-weight: inherit; }

.headerConImg {
  background-color: #292929;
  background-image: url(../../img/luces.jpg);
  background-size: cover;
  backface-visibility: hidden; }

.animacionTitulos {
  animation-name: fadeInLeft;
  animation-duration: 1s; }

/*MENU PRINCIPAL*/
.navmenu {
  background-color: rgba(10, 10, 10, 0.6);
  height: 100px;
  padding: 0.5rem 0rem;
  margin: 0rem; }
  .navmenu .navmenu__bar {
    color: #ecf0f1; }
    .navmenu .navmenu__bar .navbar-brand img {
      width: 220px;
      margin-left: 3rem; }
    .navmenu .navmenu__bar .navbar-toggler .navmenu__bar__icon {
      font-size: 2rem;
      color: rgba(236, 240, 241, 0.85);
      margin: 2rem 0rem; }
    .navmenu .navmenu__bar .navbar-collapse {
      justify-content: flex-end; }
      .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link {
        font-family: "Ubuntu", sans-serif;
        font-size: 1.15rem;
        color: white;
        font-weight: 500;
        margin: 0.25rem;
        text-transform: uppercase;
        position: relative; }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:before, .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:after {
          content: '';
          position: absolute;
          bottom: 2px;
          left: 0;
          right: 0;
          height: 2px;
          background-color: #ecf0f1; }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:before {
          opacity: 0;
          transform: translateY(-8px);
          transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s; }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:after {
          opacity: 0;
          transform: translateY(4px);
          transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s; }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:hover:before, .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:hover:after, .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:focus:before, .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:focus:after {
          opacity: 1;
          transform: translateY(0); }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:hover:before, .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:focus:before {
          transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s; }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:hover:after, .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:focus:after {
          transition: transform 0s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.4s; }
        .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link i {
          color: #f8e805; }
      .navmenu .navmenu__bar .navbar-collapse .navbar-nav .nav-link.active {
        color: #fff;
        font-weight: 500;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.2rem; }

@media screen and (max-width: 992px) {
  .navmenu {
    height: 100px;
    padding: 1rem 0rem; }
    .navmenu .navmenu__bar .navbar-brand img {
      width: 180px;
      margin-left: 0rem; }
    .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link {
      font-size: 1rem;
      border-radius: 0px;
      background-color: rgba(10, 10, 10, 0.8);
      margin: 0rem;
      padding-left: 1rem; }
    .navmenu .navmenu__bar .navbar-collapse .navbar-nav .navmenu__bar__link:hover {
      background-color: #0a0a0a;
      border-radius: 0px; }
    .navmenu .navmenu__bar .navbar-collapse .navbar-nav .nav-link.active {
      font-size: 1rem;
      border-radius: 0px;
      margin: 0rem; }
    .navmenu .navmenu__bar .navbar-collapse .navbar-nav .nav-link.active:hover {
      background-color: #0a0a0a;
      border-radius: 0px; } }

@media screen and (max-width: 576px) {
  .navmenu {
    height: 90px;
    padding: 0.75rem 0rem; }
    .navmenu .navmenu__bar .navbar-brand img {
      width: 150px;
      margin-left: 0rem; } }

/*SUBMENU CON INFORMACION DE TELEFONO, MAIL, Y CONTACTO*/
.navinfo {
  background-color: rgba(10, 10, 10, 0.85);
  padding: 0.5rem 0rem;
  justify-content: space-evenly;
  align-items: center;
  margin: 0rem;
  border-bottom: 1px solid #f8e805; }
  .navinfo .navinfo__items {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0rem 0.75rem; }
    .navinfo .navinfo__items .navinfo__items__text {
      font-family: "Ubuntu", sans-serif;
      color: #ecf0f1;
      font-size: 0.9rem;
      font-weight: 500;
      word-spacing: 10px;
      margin: 0rem;
      padding: 0.25rem 0; }
  .navinfo .navinfo__items:hover {
    background-color: #ecf0f1;
    box-shadow: 0px 0px 10px white;
    border-radius: 5px; }
    .navinfo .navinfo__items:hover .navinfo__items__text {
      color: #0a0a0a; }

@media screen and (max-width: 992px) {
  .navinfo {
    z-index: -1; }
    .navinfo .navinfo__items .navinfo__items__text {
      font-size: 0.8rem; } }

@media screen and (max-width: 768px) {
  .navinfo {
    padding: 0.25rem 0rem; } }

@media screen and (max-width: 576px) {
  .navinfo .navinfo__items .navinfo__items__text {
    font-size: 0.8rem;
    padding: 0rem 0; }
  .navinfo .navinfo__items:hover {
    border-radius: 2px; }
  .navinfo .navinfo__items:active {
    background-color: #ecf0f1;
    border-radius: 2px; }
    .navinfo .navinfo__items:active .navinfo__items__text {
      color: #0a0a0a; } }

/*FOOTER*/
footer {
  margin: 0px;
  padding: 0px;
  background-color: rgba(41, 41, 71, 0.4);
  padding: 1.5rem 0rem 0.5rem 0rem;
  margin-top: 2rem;
  justify-content: center;
  align-items: center; }
  footer .footerblock {
    justify-content: center; }
    footer .footerblock .footerblock__info .footerblock__info__text {
      font-size: 1rem;
      color: white;
      font-family: "Ubuntu", sans-serif; }
    footer .footerblock .footerblock__info .footerblock__info__icons {
      justify-content: center;
      margin: 0rem;
      padding: 0rem; }
      footer .footerblock .footerblock__info .footerblock__info__icons .social-network {
        padding: 0rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoFacebook:hover {
          background-color: #3B5998; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoInstagram:hover {
          background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoMail:hover {
          background-color: #BD3518; }
      footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li {
        list-style: none;
        display: inline;
        margin: 0rem 1.5rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li a {
          display: inline-block;
          position: relative;
          margin: 0 auto 0 auto;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          text-align: center;
          width: 50px;
          height: 50px;
          font-size: 20px;
          background-color: rgba(206, 206, 206, 0.5); }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li i {
          margin: 0;
          font-size: 1.7rem;
          line-height: 50px;
          text-align: center;
          color: #fff;
          -webkit-transition: all 0.8s;
          -moz-transition: all 0.8s;
          -o-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li .icon-instagram {
          font-size: 2rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li a:hover i {
          -moz-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          -ms--transform: rotate(360deg);
          transform: rotate(360deg);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -ms-transition: all 0.2s;
          transition: all 0.2s; }
      @media screen and (max-width: 576px) {
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li {
          margin: 0rem 0.9rem; }
          footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li a {
            width: 45px;
            height: 45px; }
          footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li i {
            font-size: 1.4rem;
            line-height: 45px; }
          footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li .icon-instagram {
            font-size: 1.55rem; } }
    footer .footerblock .footerblock__info .footerblock__info__contact {
      justify-content: center;
      margin: 1rem 0rem; }
      footer .footerblock .footerblock__info .footerblock__info__contact a {
        background-color: rgba(206, 206, 206, 0.5);
        border-radius: 10px;
        padding: 0rem;
        margin: 0rem; }
        footer .footerblock .footerblock__info .footerblock__info__contact a h3 {
          text-align: center;
          margin: 0rem;
          font-size: 1.2rem;
          padding: 1rem 1.5rem;
          font-weight: 700;
          font-family: "Ubuntu", sans-serif;
          color: white; }
      footer .footerblock .footerblock__info .footerblock__info__contact a:hover {
        background-color: #ecf0f1; }
        footer .footerblock .footerblock__info .footerblock__info__contact a:hover h3 {
          color: #141414; }
    footer .footerblock .footerblock__iframe {
      padding-right: 4rem; }
    footer .footerblock .copyright {
      margin-top: 1rem; }
      footer .footerblock .copyright .copyright__text {
        font-size: 0.7rem;
        color: white;
        font-family: "Ubuntu", sans-serif;
        margin: 0px; }

@media screen and (max-width: 992px) {
  footer {
    padding: 1rem 0rem 0.5rem 0rem;
    margin-top: 1rem; }
    footer .footerblock .footerblock__info .footerblock__info__text {
      font-size: 0.9rem; }
    footer .footerblock .footerblock__info .footerblock__info__icons {
      justify-content: center;
      margin: 0rem;
      padding: 0rem; }
      footer .footerblock .footerblock__info .footerblock__info__icons .social-network {
        padding: 0rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoFacebook:hover {
          background-color: #3B5998; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoInstagram:hover {
          background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoMail:hover {
          background-color: #BD3518; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoFacebook {
          background-color: #3B5998; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoInstagram {
          background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-network a.icoMail {
          background-color: #BD3518; }
      footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li {
        list-style: none;
        display: inline;
        margin: 0rem 1.5rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li a {
          display: inline-block;
          position: relative;
          margin: 0 auto 0 auto;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          text-align: center;
          width: 50px;
          height: 50px;
          font-size: 20px;
          background-color: rgba(206, 206, 206, 0.5); }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li i {
          margin: 0;
          font-size: 1.7rem;
          line-height: 50px;
          text-align: center;
          color: #fff;
          -webkit-transition: all 0.8s;
          -moz-transition: all 0.8s;
          -o-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li .icon-instagram {
          font-size: 2rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li a:hover i {
          -moz-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          -ms--transform: rotate(360deg);
          transform: rotate(360deg);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -ms-transition: all 0.2s;
          transition: all 0.2s; } }
    @media screen and (max-width: 992px) and (max-width: 576px) {
      footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li {
        margin: 0rem 0.9rem; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li a {
          width: 45px;
          height: 45px; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li i {
          font-size: 1.4rem;
          line-height: 45px; }
        footer .footerblock .footerblock__info .footerblock__info__icons .social-circle li .icon-instagram {
          font-size: 1.55rem; } }

@media screen and (max-width: 992px) {
    footer .footerblock .footerblock__info .footerblock__info__contact {
      margin: 0.5rem 0rem;
      padding: 0rem; }
      footer .footerblock .footerblock__info .footerblock__info__contact a {
        margin-bottom: 1rem; }
        footer .footerblock .footerblock__info .footerblock__info__contact a h3 {
          font-size: 1rem; }
    footer .footerblock .footerblock__iframe {
      padding-right: 15px; } }

@media screen and (max-width: 576px) {
  footer .footerblock .footerblock__info .footerblock__info__text {
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }
  footer .footerblock .footerblock__info .footerblock__info__icons {
    margin-top: 1.25rem; }
  footer .footerblock .footerblock__info .footerblock__info__contact a {
    margin-bottom: 1rem; }
    footer .footerblock .footerblock__info .footerblock__info__contact a h3 {
      padding: 0.75rem 1rem; }
  footer .footerblock .footerblock__iframe {
    padding-right: 15px; }
  footer .footerblock .copyright .copyright__text {
    font-size: 0.6rem; } }

/*index.html*/
/*VIDEO-HOME*/
.video {
  position: relative;
  background-color: black; }
  .video .home-video {
    margin: -4rem auto 0rem auto;
    width: 100%;
    height: inherit; }
  .video .home-video-box {
    position: absolute;
    top: 25%;
    left: 10%; }
  .video .home-video-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    color: white;
    margin: 0rem;
    padding: 0rem;
    text-shadow: 5px 5px 5px #191919; }

@media screen and (max-width: 992px) {
  .video .home-video {
    margin: -3rem auto 0rem auto; }
  .video .home-video-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 3rem; } }

@media screen and (max-width: 768px) {
  .video .home-video {
    margin: -2rem auto 0rem auto; }
  .video .home-video-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 2.5rem; } }

@media screen and (max-width: 576px) {
  .video .home-video {
    margin: 0rem auto 0rem auto;
    height: 65vh;
    min-width: 100%;
    object-fit: cover; }
  .video .home-video-box {
    position: absolute;
    top: 35%;
    left: 10%; }
  .video .home-video-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.75rem; } }

/*BLOQUE DE 'NOSOTROS'*/
.homeblock {
  border: 2px solid rgba(236, 240, 241, 0.8);
  border-radius: 5px;
  padding: 0rem;
  margin: 3rem 0rem;
  justify-content: center; }
  .homeblock .homeblockus__top {
    padding: 0rem;
    text-align: center; }
    .homeblock .homeblockus__top .homeblockus__title {
      justify-content: center;
      padding: 1rem 0rem;
      margin: 1rem 0rem;
      text-shadow: 2px 2px 4px black;
      display: inline-block;
      font-family: "Ubuntu", sans-serif;
      font-size: 2rem;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      background-image: linear-gradient(#f8e805, #f8d505);
      background-size: 70% 2px, auto;
      background-repeat: no-repeat;
      background-position: center bottom;
      transition: all .2s ease-out;
      background-image: linear-gradient(white, #ecf0f1);
      background-size: 60% 2.5px, auto;
      transition: all 0.3s; }
      .homeblock .homeblockus__top .homeblockus__title:hover {
        background-size: 100% 2px, auto; }
      @media screen and (max-width: 992px) {
        .homeblock .homeblockus__top .homeblockus__title {
          padding: 0.75rem 0rem;
          margin: 0.75rem 0rem;
          font-family: "Ubuntu", sans-serif;
          font-size: 1.5rem;
          letter-spacing: 0.3rem; } }
      @media screen and (max-width: 576px) {
        .homeblock .homeblockus__top .homeblockus__title {
          padding: 0.5rem 0rem;
          margin: 0.5rem 0rem;
          font-family: "Ubuntu", sans-serif;
          font-size: 1.4rem;
          letter-spacing: 0.2rem; } }
      .homeblock .homeblockus__top .homeblockus__title:hover {
        background-size: 100% 2.5px, auto;
        text-shadow: 0px 0px 8px #757474; }
      @media screen and (max-width: 992px) {
        .homeblock .homeblockus__top .homeblockus__title {
          background-size: 60% 2px, auto; }
          .homeblock .homeblockus__top .homeblockus__title:hover {
            background-size: 100% 2px, auto; } }
    .homeblock .homeblockus__top .homeblockus__subtitle {
      font-family: "Ubuntu", sans-serif;
      font-size: 1.5rem;
      text-shadow: 2px 2px 4px #757474;
      font-weight: 400;
      color: white;
      letter-spacing: 0.2rem;
      margin: 0.5rem 0rem 0rem 0rem;
      padding: 0rem 10rem;
      font-variant: small-caps; }
      @media screen and (max-width: 992px) {
        .homeblock .homeblockus__top .homeblockus__subtitle {
          font-family: "Ubuntu", sans-serif;
          font-size: 1.3rem;
          letter-spacing: 0.1rem; } }
      @media screen and (max-width: 576px) {
        .homeblock .homeblockus__top .homeblockus__subtitle {
          font-family: "Ubuntu", sans-serif;
          font-size: 1.1rem;
          letter-spacing: 0px; } }
  .homeblock .homeblockus-bottom {
    margin-bottom: 1.5rem;
    width: 100%; }
    .homeblock .homeblockus-bottom .homeblockus__card {
      padding: 1rem 0.5rem;
      border-color: none; }
      .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__img {
        margin: 1rem 0rem;
        display: flex;
        justify-content: center; }
        .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__img .homeblockus__card__img__icon {
          font-size: 4rem;
          color: #f8e805; }
      .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body {
        padding-top: 0.5rem;
        padding-bottom: 0rem; }
        .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body .homeblockus__card__body__title {
          text-transform: uppercase;
          margin: 0px;
          font-weight: 800;
          font-size: 1.2rem;
          letter-spacing: 0.2rem; }
        .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body .homeblockus__card__body__text {
          font-size: 1rem;
          color: white;
          letter-spacing: 0.1rem; }
  .homeblock .homeblock__boton {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -40px; }
    .homeblock .homeblock__boton .boton {
      border: none;
      border-radius: 20px;
      background-color: #ecf0f1;
      font-family: "Oswald", sans-serif;
      min-width: 150px;
      height: 50px;
      padding: 0rem 30px;
      margin: 1rem 0rem;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
      .homeblock .homeblock__boton .boton .boton__text, .homeblock .homeblock__boton .boton .boton__icon {
        color: #0a0a0a; }
    .homeblock .homeblock__boton .boton:hover {
      box-shadow: 0px 0px 10px white;
      background-color: white;
      animation-name: pulse;
      animation-duration: 1s; }

@media screen and (min-width: 1200px) {
  .homeblock .homeblockus-bottom .homeblockus__card {
    padding: 1.5rem 0.5rem; } }

@media screen and (max-width: 992px) {
  .homeblock .homeblockus__top .homeblockus__subtitle {
    padding: 0rem 4rem; }
  .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body .homeblockus__card__body__title {
    font-size: 1rem; }
  .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body .homeblockus__card__body__text {
    font-size: 0.9rem; } }

@media screen and (max-width: 768px) {
  .homeblock .homeblockus__top .homeblockus__subtitle {
    padding: 0rem 2rem; } }

@media screen and (max-width: 576px) {
  .homeblock {
    margin: 2rem 0rem; }
    .homeblock .homeblockus__top .homeblockus__subtitle {
      padding: 0rem 0.25rem; }
    .homeblock .homeblockus-bottom {
      margin-bottom: 0rem; }
      .homeblock .homeblockus-bottom .homeblockus__card {
        padding: 0.5rem 0.5rem; }
        .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__img {
          margin: 0.5rem 0rem; }
          .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__img .homeblockus__card__img__icon {
            font-size: 3rem; }
        .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body .homeblockus__card__body__title {
          font-size: 0.9rem; }
        .homeblock .homeblockus-bottom .homeblockus__card .homeblockus__card__body .homeblockus__card__body__text {
          letter-spacing: 0px;
          font-size: 0.8rem; }
    .homeblock .homeblock__boton {
      justify-content: center;
      margin: 0rem;
      position: unset; }
      .homeblock .homeblock__boton .boton {
        border-radius: 15px;
        min-width: 130px;
        height: 40px;
        padding: 0rem 15px;
        justify-content: space-evenly; }
        .homeblock .homeblock__boton .boton .boton__text, .homeblock .homeblock__boton .boton .boton__icon {
          color: #0a0a0a;
          font-size: 0.9rem; }
      .homeblock .homeblock__boton .boton:active {
        box-shadow: 0px 0px 10px white;
        background-color: white;
        animation-name: pulse;
        animation-duration: 1s; } }

/*BLOQUE DE 'PRODUCTOS'*/
.homeblock .homeblockproducts__top {
  padding: 0rem;
  text-align: center; }
  .homeblock .homeblockproducts__top .homeblockproducts__title {
    justify-content: center;
    padding: 1rem 0rem;
    margin: 1rem 0rem;
    text-shadow: 2px 2px 4px black;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    background-image: linear-gradient(#f8e805, #f8d505);
    background-size: 70% 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
    background-image: linear-gradient(white, #ecf0f1);
    background-size: 60% 2.5px, auto;
    transition: all 0.3s; }
    .homeblock .homeblockproducts__top .homeblockproducts__title:hover {
      background-size: 100% 2px, auto; }
    @media screen and (max-width: 992px) {
      .homeblock .homeblockproducts__top .homeblockproducts__title {
        padding: 0.75rem 0rem;
        margin: 0.75rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.5rem;
        letter-spacing: 0.3rem; } }
    @media screen and (max-width: 576px) {
      .homeblock .homeblockproducts__top .homeblockproducts__title {
        padding: 0.5rem 0rem;
        margin: 0.5rem 0rem;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.4rem;
        letter-spacing: 0.2rem; } }
    .homeblock .homeblockproducts__top .homeblockproducts__title:hover {
      background-size: 100% 2.5px, auto;
      text-shadow: 0px 0px 8px #757474; }
    @media screen and (max-width: 992px) {
      .homeblock .homeblockproducts__top .homeblockproducts__title {
        background-size: 60% 2px, auto; }
        .homeblock .homeblockproducts__top .homeblockproducts__title:hover {
          background-size: 100% 2px, auto; } }

.homeblock .homeblockproducts {
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem; }
  .homeblock .homeblockproducts .homeblockproducts__img {
    display: flex;
    justify-content: center;
    padding: 1rem; }
  .homeblock .homeblockproducts .homeblockproducts__box .homeblockproducts__box__text {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    color: white;
    letter-spacing: 0.1rem; }

@media screen and (max-width: 992px) {
  .homeblock .homeblockproducts {
    padding: 1rem 0rem 2rem 0rem; }
    .homeblock .homeblockproducts .homeblockproducts__box .homeblockproducts__box__text {
      font-size: 0.9rem;
      padding: 0.5rem 0rem;
      margin: 0px; } }

@media screen and (max-width: 576px) {
  .homeblock .homeblockproducts {
    padding-top: 1rem;
    padding-bottom: 0rem; }
    .homeblock .homeblockproducts .homeblockproducts__img {
      padding: 0rem; }
    .homeblock .homeblockproducts .homeblockproducts__box {
      margin-top: 1rem; }
      .homeblock .homeblockproducts .homeblockproducts__box .homeblockproducts__box__text {
        letter-spacing: 0px;
        font-size: 0.8rem; } }

/*BOTON DE CONTACTO*/
.homeblockcontact {
  justify-content: center;
  align-items: center;
  margin: 3rem 0rem; }
  .homeblockcontact .homeblockcontact__boton {
    padding: 1.5rem 0rem;
    border: 1px solid #ecf0f1;
    border-radius: 10px;
    text-align: center; }
    .homeblockcontact .homeblockcontact__boton .homeblockcontact__boton__icon {
      margin: 0rem 1rem;
      font-size: 2.5rem;
      color: rgba(248, 232, 5, 0.95); }
    .homeblockcontact .homeblockcontact__boton .homeblockcontact__boton__text {
      font-family: "Ubuntu", sans-serif;
      font-size: 1.5rem;
      display: inline;
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      color: rgba(248, 232, 5, 0.95);
      font-weight: 600; }
    .homeblockcontact .homeblockcontact__boton:hover {
      border: 1px solid #f8e805;
      box-shadow: 0px 0px 20px white; }
      .homeblockcontact .homeblockcontact__boton:hover .homeblockcontact__boton__icon, .homeblockcontact .homeblockcontact__boton:hover .homeblockcontact__boton__text {
        color: white; }

@media screen and (max-width: 576px) {
  .homeblockcontact .homeblockcontact__boton {
    padding: 1rem 0rem;
    margin: 1rem 0rem;
    animation-name: boton-contacto-animation;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite; }
    .homeblockcontact .homeblockcontact__boton .homeblockcontact__boton__icon {
      font-size: 1.75rem;
      color: white; }
    .homeblockcontact .homeblockcontact__boton .homeblockcontact__boton__text {
      font-size: 1.2rem;
      font-weight: 600;
      color: white;
      letter-spacing: 0.1rem; } }
