@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif; }

body {
  background-color: #eee;
  min-height: 100vh; }

@media (max-width: 991px) {
  header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0; }
    header .navbar {
      padding: 0;
      text-align: center; }
      header .navbar .logo {
        height: 40px;
        width: 150px;
        object-fit: cover; }
      header .navbar .navbar-toggler {
        border: none; }
      header .navbar .btn-link {
        font-size: 16px;
        text-decoration: none; }
        header .navbar .btn-link :hover {
          color: grey; }
        header .navbar .btn-link .activo {
          color: #05a6eb; }
          header .navbar .btn-link .activo :hover {
            color: #05a6eb; } }

@media (min-width: 992px) {
  header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    header .navbar {
      padding: 0; }
      header .navbar .logo {
        height: 40px;
        width: 150px;
        object-fit: cover; }
      header .navbar #navbarNav {
        justify-content: flex-end; }
      header .navbar .navbar-toggler {
        border: none; }
      header .navbar .btn-link {
        font-size: 14px;
        text-decoration: none; }
        header .navbar .btn-link :hover {
          color: grey; }
        header .navbar .btn-link .activo {
          color: #05a6eb; }
          header .navbar .btn-link .activo :hover {
            color: #05a6eb; } }

footer {
  height: 100px;
  background-color: #363636;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  footer .redes {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    footer .redes .redes-item {
      font-size: 30px; }
      footer .redes .redes-item .icono-redes {
        color: white; }

@media (max-width: 991px) {
  .hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 99.42%, rgba(0, 0, 0, 0) 100%), url("/assets/img/background.jpg");
    background-position: center;
    background-size: cover;
    height: 375px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15px;
    text-align: center; }
    .hero .title .title-hero {
      font-size: 28px;
      font-weight: 500;
      font-style: italic; }
    .hero .title .subtitle-hero {
      font-size: 20px;
      font-weight: 400;
      font-style: italic; }
    .hero .lema .hero-text {
      font-size: 15px;
      font-style: italic;
      margin-bottom: 0;
      font-weight: 500; }
    .hero .lema .heroButton {
      margin-top: 10px;
      height: 40px;
      width: 100px;
      border: none;
      background: #05a6eb;
      border-radius: 10px; }
      .hero .lema .heroButton .btn-contact {
        color: white;
        font-size: 16px; }
  .information {
    padding: 50px 0px 100px 0px; }
    .information .subtitle {
      text-align: center;
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 15px; }
    .information .subtitle-3 {
      text-align: center;
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 15px;
      margin-top: 40px; }
    .information .text {
      text-align: center; }
    .information .list {
      margin: 0;
      padding: 0;
      min-width: 300px;
      height: auto;
      list-style-type: none;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around; }
      .information .list .list-item {
        width: 130px;
        height: 35px;
        margin: 20px;
        background-color: #d9d9d9;
        color: #7f7f7f;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; } }

@media (min-width: 992px) {
  .hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 99.42%, rgba(0, 0, 0, 0) 100%), url("/assets/img/background.jpg");
    background-position: center;
    background-size: cover;
    height: 550px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15%;
    text-align: center; }
    .hero .title .title-hero {
      font-size: 48px;
      font-weight: 500;
      font-style: italic; }
    .hero .title .subtitle-hero {
      font-size: 26px;
      font-weight: 400;
      font-style: italic; }
    .hero .lema {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .hero .lema .hero-text {
        margin: 0;
        font-size: 18px;
        font-style: italic;
        font-weight: 500; }
      .hero .lema .heroButton {
        margin-top: 30px;
        height: 40px;
        width: 100px;
        border: none;
        background: #05a6eb;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: transform ease 1.2s; }
        .hero .lema .heroButton:hover {
          transform: scale(1.1); }
        .hero .lema .heroButton .btn-contact {
          color: white;
          font-size: 16px; }
  .info {
    padding: 0; }
    .info .information {
      margin: 50px 0 100px 0;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center; }
      .info .information .subtitle {
        text-align: center;
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 15px; }
      .info .information .subtitle-3 {
        text-align: center;
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 40px; }
      .info .information .text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px; }
      .info .information .list {
        padding: 0;
        max-width: 800px;
        height: auto;
        list-style-type: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        .info .information .list .list-item {
          width: 130px;
          height: 35px;
          margin: 20px;
          background-color: #d9d9d9;
          color: #7f7f7f;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          transition: transform ease 1.3s; }
          .info .information .list .list-item:hover {
            transform: scale(1.1); } }

@media (max-width: 991px) {
  .carousel {
    max-height: 700px; }
    .carousel .carousel-inner {
      max-height: 700px; }
    .carousel .carousel-item {
      max-height: 700px;
      width: 100%; }
    .carousel .img-carrucel {
      object-fit: cover;
      max-height: 700px;
      width: 100%; }
  .impo .text-impo {
    margin: 50px 0;
    font-size: 14px; }
  .impo .servicios {
    margin: 40px 0 80px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around; }
    .impo .servicios .servicio {
      height: 200px;
      width: 250px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-evenly;
      padding: 15px;
      margin-bottom: 25px;
      background-color: #7f7f7f;
      color: white;
      border-radius: 10px;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
      .impo .servicios .servicio .item-servicio {
        font-size: 20px;
        margin: 0; }
      .impo .servicios .servicio .box-servicio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .impo .servicios .servicio .box-servicio .text-servicio {
          font-size: 14px;
          margin-bottom: 0;
          height: auto; } }

@media (min-width: 992px) {
  .carousel {
    max-height: 600px; }
    .carousel .carousel-inner {
      max-height: 600px; }
    .carousel .carousel-item {
      max-height: 600px;
      width: 100%; }
    .carousel .img-carrucel {
      object-fit: cover;
      max-height: 600px;
      width: 100%; }
  .impo .text-impo {
    margin: 50px 0;
    font-size: 18px; }
  .impo .servicios {
    margin: 40px 0 80px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly; }
    .impo .servicios .servicio {
      height: 250px;
      max-width: 350px;
      display: flex;
      flex-flow: column nowrap;
      margin-bottom: 25px;
      padding: 20px 25px;
      background-color: #7f7f7f;
      color: white;
      border-radius: 10px;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      transition: transform ease 1.3s; }
      .impo .servicios .servicio:hover {
        transform: scale(1.1); }
      .impo .servicios .servicio .item-servicio {
        font-size: 24px;
        margin: 0; }
      .impo .servicios .servicio .box-servicio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .impo .servicios .servicio .box-servicio .text-servicio {
          font-size: 16px;
          margin-bottom: 0;
          height: auto; } }

@media (max-width: 991px) {
  .expo {
    margin: 30px 0 50px 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center; }
    .expo .page-title {
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 24px; }
    .expo .text-expo {
      margin-bottom: 30px;
      max-width: 600px;
      font-size: 14px; }
    .expo .img-expo {
      max-width: 600px;
      max-height: 400px; }
  .servicios-expo {
    margin: 40px 0 80px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around; }
    .servicios-expo .servicio-expo {
      height: 200px;
      width: 250px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-evenly;
      padding: 15px;
      margin-bottom: 25px;
      background-color: #7f7f7f;
      color: white;
      border-radius: 10px;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
      .servicios-expo .servicio-expo .item-servicio-expo {
        font-size: 20px;
        margin: 0; }
      .servicios-expo .servicio-expo .box-servicio-expo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .servicios-expo .servicio-expo .box-servicio-expo .text-servicio-expo {
          font-size: 14px;
          margin-bottom: 0;
          height: auto; } }

@media (min-width: 992px) {
  .expo {
    margin: 50px 0 50px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .expo .expo-info {
      display: flex;
      flex-direction: column; }
    .expo .page-title {
      margin-bottom: 40px;
      font-weight: 600;
      font-size: 36px; }
    .expo .text-expo {
      margin-bottom: 30px;
      max-width: 500px;
      font-size: 18px; }
    .expo .img-expo {
      max-width: 500px;
      max-height: 400px; }
  .servicios-expo {
    margin: 40px 0 80px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly; }
    .servicios-expo .servicio-expo {
      height: 250px;
      max-width: 350px;
      display: flex;
      flex-flow: column nowrap;
      margin-bottom: 25px;
      padding: 20px 25px;
      background-color: #7f7f7f;
      color: white;
      border-radius: 10px;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      transition: transform ease 1.3s; }
      .servicios-expo .servicio-expo:hover {
        transform: scale(1.1); }
      .servicios-expo .servicio-expo .item-servicio-expo {
        font-size: 24px;
        margin: 0; }
      .servicios-expo .servicio-expo .box-servicio-expo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .servicios-expo .servicio-expo .box-servicio-expo .text-servicio-expo {
          font-size: 16px;
          margin-bottom: 0;
          height: auto; } }

@media (max-width: 991px) {
  .page-title-log {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    text-align: center; }
  .page-subtitle {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center; }
  .subtitle {
    font-weight: 500;
    margin-bottom: 30px; }
  .servicios-logistica {
    margin-bottom: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .servicios-logistica .log-card {
      display: flex;
      flex-flow: column nowrap;
      max-width: 400px;
      padding: 0 15px; }
      .servicios-logistica .log-card .title-log {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
      .servicios-logistica .log-card .text-log {
        margin: 0;
        margin-bottom: 40px; } }

@media (min-width: 992px) {
  .expo-container {
    padding: 0; }
    .expo-container .page-title-log {
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 36px; }
    .expo-container .page-subtitle {
      font-weight: 500;
      margin-bottom: 18px; }
    .expo-container .subtitle {
      font-weight: 500;
      margin-bottom: 30px; }
    .expo-container .servicios-logistica {
      margin-bottom: 100px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .expo-container .servicios-logistica .log-card {
        display: flex;
        flex-flow: column nowrap;
        max-width: 400px;
        padding: 0 15px;
        transition: transform ease 1.3s; }
        .expo-container .servicios-logistica .log-card:hover {
          transform: scale(1.1); }
          .expo-container .servicios-logistica .log-card:hover .title-log {
            color: #05a6eb; }
        .expo-container .servicios-logistica .log-card .title-log {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 15px; }
        .expo-container .servicios-logistica .log-card .text-log {
          margin: 0; } }

@media (max-width: 991px) {
  .contact {
    min-height: 100vh; }
    .contact .title-contact {
      font-size: 28px;
      font-weight: 500;
      margin: 20px 0; }
    .contact .text-contact {
      font-size: 16px;
      margin-bottom: 25px; }
    .contact .contact-hero {
      display: flex;
      flex-flow: column nowrap;
      align-items: center; }
      .contact .contact-hero .redes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .contact .contact-hero .redes .contact-item {
          display: flex;
          flex-direction: row;
          height: 40px;
          margin-bottom: 20px;
          align-content: center;
          justify-content: space-evenly;
          font-size: 30px; }
          .contact .contact-hero .redes .contact-item .contact-info {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
      .contact .contact-hero .img-contacto {
        margin-top: 30px;
        margin-bottom: 100px;
        max-width: 500px; } }

@media (min-width: 992px) {
  .contact .title-contact {
    font-size: 34px;
    font-weight: 500;
    margin: 20px 0; }
  .contact .text-contact {
    font-size: 18px;
    margin-bottom: 25px; }
  .contact .contact-hero {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px; }
    .contact .contact-hero .redes {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .contact .contact-hero .redes .contact-item {
        display: flex;
        flex-direction: row;
        height: 40px;
        margin-bottom: 20px;
        align-content: center;
        justify-content: space-evenly;
        font-size: 30px; }
        .contact .contact-hero .redes .contact-item .contact-info {
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 0;
          width: 325px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
    .contact .contact-hero .img-contacto {
      height: auto;
      width: 500px;
      margin-top: 25px; } }

nav {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

a {
  text-decoration: none;
  color: black; }

h1 {
  font-weight: 500;
  font-size: 45px; }

h2 {
  font-weight: 400;
  font-size: 26px; }

h3 {
  margin: 0; }

p {
  font-size: 16px; }
