@charset "UTF-8";
/*COMMON STYLES*/
html, body {
  font-family: "ROBOTO", sans-serif;
  height: 100%;
}

.fy-bg-primary {
  background-color: #024783;
}

.fy-text-primary {
  color: #024783;
}

@media screen and (min-width: 768px) {
  .vh-md-height-100 {
    height: calc( 100vh -  140px);
  }
}

.section-title, .section-title_primary, .section-title_white {
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}

.section-title_primary {
  color: #024783;
}

.section-title_white {
  color: #fff;
}

.fy-contact-input {
  border: none;
  background-color: #d5e3f1;
  border-radius: 0;
}

.fy-btn-primary {
  background-color: #024783;
  border-color: #024783;
}

.maens-width-64 {
  width: 64px;
}

.maens-width-32 {
  width: 32px;
}

.fy-menu {
  background-color: #024783;
}

.fy-menu .logo-container .log-nav {
  width: 60px;
}

.fy-menu .logo-container .logo-separator {
  width: 1.5px;
  background-color: #fff;
  margin: 0 15px 0 10px;
}

.fy-menu .logo-container .logo-meaning {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.fy-menu .logo-container .logo-meaning p {
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .fy-menu .logo-container .logo-separator {
    display: none;
  }
  .fy-menu .logo-container .logo-meaning {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fy-menu .nav-item {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.fy-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (min-width: 768px) {
  .fy-menu .nav-link {
    font-size: 20px;
    position: relative;
    padding: 0 !important;
  }
  .fy-menu .nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fy-menu .nav-link:hover:after {
    visibility: visible;
    width: 100%;
  }
}

.social-media {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .social-media {
    width: 28px;
    height: 28px;
  }
}

.social-media .fy-facebook {
  font-size: 27px;
}

#inicio {
  margin-top: 140px;
}

.carousel-bullet-indicators li {
  border: none;
  border-radius: 50%;
  background-color: #024783;
  width: 10px;
  height: 10px;
}

.nosotros-listado {
  font-size: 16px;
  text-align: justify;
  color: #024783;
}

@media screen and (min-width: 768px) {
  .nosotros-listado {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .nosotros-listado {
    font-size: 25px;
  }
}

.nosotros-listado li {
  list-style: none;
}

.nosotros-listado li::before {
  content: "·";
  font-size: 80px;
  vertical-align: middle;
  line-height: 20px;
}

.logo-nosotros .logo-container-nosotros {
  margin: 25px;
}

.logo-nosotros .logo-separator-nosotros {
  background-color: #024783;
  width: 5%;
  margin: 15% 0;
  height: auto;
}

section#servicios {
  background-color: #024783;
}

.servicios-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.servicios-title h2 {
  margin: 20px 0 0;
  font-size: 23px;
}

.servicios-title p {
  font-size: 10px;
  text-align-last: justify;
}

@media screen and (min-width: 768px) {
  .servicios-list {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .servicios-list {
    font-size: 25px;
  }
}

section#catalogo {
  background-color: #f7f7f7;
}

section#catalogo .product-card {
  background: transparent;
  border: none;
}

section#catalogo .img-container {
  border: solid #59b2ff87 5px;
}

.custom-arrow {
  background-color: #024783;
  opacity: 1;
}

.custom-prev {
  stroke: #fff;
  fill: #fff;
}

.custom-next {
  stroke: #fff;
  fill: #fff;
}

.logo-container-contacto {
  width: 60px;
}

.copyright {
  font-size: 7px;
}

.logo-footer {
  width: 74px;
}

.logo-nombre-footer {
  width: 200px;
}

.logo-desc-footer {
  font-size: 7px;
}

.aviso-privacidad {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .aviso-privacidad {
    font-size: 12px;
  }
}
/*# sourceMappingURL=app.css.map */