/* Sass Document */
/* FUENTES */
@font-face {
  font-family: "bell_gothic";
  src: url("../font/bellgothicstd-black-webfont.woff2") format("woff2"), url("../font/bellgothicstd-black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "bell_gothic";
  src: url("../font/bellgothicstd-bold-webfont.woff2") format("woff2"), url("../font/bellgothicstd-bold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "bell_gothic";
  src: url("../font/bellgothicstd-light-webfont.woff2") format("woff2"), url("../font/bellgothicstd-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* FUENTES */
/* RESET */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "bell_gothic";
  color: #3e5062;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  scroll-padding-top: 3.625rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 14px;
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

/* RESET*/
.navbar {
  background: linear-gradient(180deg, #3e5062 0%, rgba(62, 80, 98, 0) 100%);
  padding: 2rem 0;
  transition: background 0.5s;
}
.navbar .dropdown-menu {
  border-radius: 0;
}
.navbar .dropdown-menu .dropdown-item {
  color: #3e5062;
}
.navbar .nav-link {
  color: #FFF;
  opacity: 1;
  cursor: pointer;
}
.navbar .nav-link:hover {
  opacity: 0.5;
}
.navbar .main-brand {
  height: 3rem;
  transition: height 0.5s;
}

.scrolled .navbar {
  background: #3e5062;
  padding: 0.5rem 0;
}
.scrolled .navbar .main-brand {
  height: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    background: #3e5062;
    padding: 0.5rem 0;
  }
  .navbar .main-brand {
    height: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar {
    background: #3e5062;
    padding: 0.5rem 0;
  }
  .navbar .main-brand {
    height: 2rem;
  }
}
@media (max-width: 575px) {
  .navbar {
    background: #3e5062;
    padding: 0.5rem 0;
  }
  .navbar .main-brand {
    height: 2rem;
  }
}
.carousel .carousel-indicators {
  bottom: auto;
  top: 7rem;
  justify-content: right;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.carousel .carousel-inner .carousel-item {
  height: 80vh;
}
.carousel .carousel-inner .carousel-item .diagonal {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: calc(10% + 0rem);
  background: url("../img/diagonal.svg") no-repeat top;
  background-size: cover;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  position: relative;
  color: #104476;
  text-align: left;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 3rem;
  font-weight: 700;
}
.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 1.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel .carousel-indicators {
    top: 4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel .carousel-indicators {
    top: 4rem;
  }
}
@media (max-width: 575px) {
  .carousel .carousel-indicators {
    top: 4rem;
  }
}
.productos {
  margin-top: 5rem;
}
.productos .titulo {
  font-size: 3rem;
  font-weight: 700;
}
.productos .subtitulo {
  font-size: 2rem;
  font-weight: 500;
  color: #104476;
  margin-bottom: 1rem;
}
.productos .texto {
  font-size: 1.5rem;
}

.mercados {
  background: #3e5062;
  padding-bottom: 10rem;
}
.mercados .diagonal_T {
  position: absolute;
  width: 100%;
  padding-top: calc(10% + 6rem);
  margin: auto -0.75rem;
  background: url("../img/diagonal.svg") no-repeat bottom;
  background-size: cover;
}
.mercados .container {
  padding-top: 10rem;
}
.mercados .titulo {
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
  padding-bottom: 1rem;
}
.mercados .subtitulo {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #FFF;
}
.mercados .texto {
  font-size: 1.2rem;
  color: #FFF;
}
.mercados .diagonal_B {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: auto -0.75rem;
  padding-top: calc(10% + 6rem);
  background: url("../img/diagonal.svg") no-repeat top;
  background-size: cover;
}

.empresa {
  margin-top: -9rem;
}
.empresa .titulo {
  font-size: 3rem;
  font-weight: 700;
  color: #104476;
  padding-bottom: 1rem;
  padding-top: 6rem;
}
.empresa .subtitulo {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #104476;
}
.empresa .textodest {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
  color: #104476;
}
.empresa .texto {
  font-size: 1.2rem;
  color: #104476;
}
.empresa .texto ul li {
  font-size: 1.2rem;
  color: #104476;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  left: 1rem;
}
.empresa .texto ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #104476;
  position: absolute;
  top: 0.3rem;
  left: -1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .empresa .texto.lider li {
    text-align: right;
    left: auto;
    right: 1rem;
  }
  .empresa .texto.lider li::before {
    left: auto;
    right: -1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .empresa .texto.lider li {
    text-align: right;
    left: auto;
    right: 1rem;
  }
  .empresa .texto.lider li::before {
    left: auto;
    right: -1rem;
  }
}
@media (min-width: 1200px) {
  .empresa .texto.lider li {
    text-align: right;
    left: auto;
    right: 1rem;
  }
  .empresa .texto.lider li::before {
    left: auto;
    right: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .empresa .borde {
    border-right: 3px solid #3e5062;
    margin-right: -3px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .empresa .borde {
    border-right: 3px solid #3e5062;
    margin-right: -3px;
  }
}
@media (min-width: 1200px) {
  .empresa .borde {
    border-right: 3px solid #3e5062;
    margin-right: -3px;
  }
}
.empresa .ratio-1x1 {
  width: 12rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .empresa .trayectoria::after,
  .empresa .infraestructura::after,
  .empresa .servicios::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #104476;
    border-radius: 50%;
    left: calc(50% - 1rem);
  }
  .empresa .video::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #104476;
    border-radius: 50%;
    left: calc(50% - 1rem);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .empresa .trayectoria::after,
  .empresa .infraestructura::after,
  .empresa .servicios::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #104476;
    border-radius: 50%;
    left: calc(50% - 1rem);
  }
  .empresa .video::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #104476;
    border-radius: 50%;
    left: calc(50% - 1rem);
  }
}
@media (min-width: 1200px) {
  .empresa .trayectoria::after,
  .empresa .infraestructura::after,
  .empresa .servicios::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #104476;
    border-radius: 50%;
    left: calc(50% - 1rem);
  }
  .empresa .video::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #104476;
    border-radius: 50%;
    left: calc(50% - 1rem);
    top: 2rem;
  }
}

.contacto {
  background: #104476;
  padding-bottom: 10rem;
}
.contacto .diagonal_T {
  position: absolute;
  width: 100%;
  padding-top: calc(10% + 6rem);
  margin: auto -0.75rem;
  background: url("../img/diagonal.svg") no-repeat bottom;
  background-size: cover;
}
.contacto .container {
  padding-top: 8rem;
}
.contacto .titulo {
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
  padding-bottom: 1rem;
}
.contacto .subtitulo {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #FFF;
}
.contacto .texto {
  font-size: 1.2rem;
  color: #FFF;
}
.contacto .textodest {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
}
.contacto .bi {
  color: #fff;
  font-size: 1.5rem;
}
.contacto .logobot {
  height: 3rem;
}
.contacto label {
  display: none;
}

.whatsapp {
  bottom: 2rem;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  margin-right: 1rem;
  background: #090;
  padding: 0.8rem;
  border-radius: 50%;
}
.whatsapp .bi-whatsapp {
  color: #fff;
  font-size: 3rem;
}
.whatsapp .texto {
  display: none;
  color: #fff;
  background: #090;
  padding: 0.5rem 1rem 0.5rem 0;
  border-radius: 2rem 0 0 2rem;
  width: 14rem;
  position: absolute;
  right: 2rem;
  top: 0;
  height: 100%;
  z-index: -1;
  flex-direction: column;
  justify-content: center;
}
.whatsapp .texto .wap {
  color: #fff;
  text-decoration: none;
  display: block;
}
.whatsapp .texto .wap:hover {
  font-weight: 700;
  color: #000;
}
.whatsapp:hover .texto {
  display: flex;
}

.modal .modal-content {
  border-radius: 0;
  border: 0;
  background: transparent;
}
.modal .modal-content .modal-header {
  border: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  justify-content: center;
}
.modal .modal-content .modal-header .modal-title {
  display: none;
  font-weight: 700;
}
.modal .modal-content .modal-header .btn-close {
  background-color: #3e5062;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/></svg>");
  color: #FFF;
  opacity: 1;
  margin-right: auto;
}
.modal .modal-content .container .row {
  justify-content: center;
}
.modal .modal-content .container .row .prod {
  padding: 1rem;
  background: #FFF;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal .modal-content .container .row .prod {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 1200px) {
  .modal .modal-content .container .row .prod {
    width: calc((100% - 3rem) / 3);
  }
}
.modal .modal-content .container .row .prod .proddesc {
  padding: 0 1rem;
  order: 1;
  color: #104476;
  font-weight: 500;
}
.modal .modal-content .container .row .prod .prodlogo {
  padding: 0 1rem;
  order: 2;
  height: 4rem;
  margin-top: -0.5rem;
}
.modal .modal-content .container .row .prod .prodfoto {
  order: 0;
  height: 8rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}/*# sourceMappingURL=styles.css.map */