/*
Colores
Azul 1
#323858

Azul 2
#7782b0

*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.quicksand-500 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
 font-family: "Quicksand", sans-serif;
 font-weight: 500!important;
}

@font-face {
    font-family: 'OPTIEisen Medium', serif;
    src: url('/assets/fonts/OPTIEisen-Medium/OPTIEisen-Medium.otf');
  }

  h1, h2, h4, h5, h6 {
    font-family: 'OPTIEisen Medium', serif!important;
    text-transform: uppercase;
    font-weight: 200!important;
  }

.logo-header {
  width: 100%;
  height: auto;
}

.logo {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}

.main-logo {
    background-color: #323858!important;
}

.logo-servicios {
  width: 25%;
  height: auto;
}

.btn-azul {
    background-color: #323858!important;
}

.logo-footer {
    width: 20%;
    height: auto;
    padding-bottom: 1rem;
}

.bg-bb-a1 {
    background-color: #323858;
}

.bg-bb-a2 {
    background-color: #7782b0;
}
.main-slider .banner-content h3.banner-title {
    font-family: var(--heading-font);
    font-size: 5rem;
    color: #fff;
    text-transform: uppercase;
  }

  .section-title {
    font-size: 3em!important;
    font-weight: 200!important;
    font-size: calc(1.8em + 2vw);
    line-height: 1;
  }

  ul {
    list-style-type: initial!important;
  }

  .nav__content ul {
    list-style-type: none!important;
  }

  .services h3 {
    font-family: "Quicksand", sans-serif!important;
    font-weight: 500!important;
  }
  .services-item .number-a {
    font-family: var(--heading-font);
    font-size: 5em;
    font-weight: 900;
    color: 	rgb(255, 255, 255, 0.2);
    position: absolute;
    top: -69px;
    left: -22px;
    z-index: 0;
  }

  .footer-menu .menu-list i.icon {
    color: #323858!important;
  }

  .footer-menu ul {
    list-style-type: none!important;
  }

  .bg-concreto {
    background-image: url('/assets/images/back-byb.jpg');
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  
  .footer-spacer {
    padding: 8rem 0 4rem;
  }

   /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo-header {
    width: 100%;
  }      
  .logo-servicios {
    width: 30%;
  }  
  .main-slider .banner-content h2.banner-title {
        font-size: 2rem!important;
      }
      .section-title {
        font-size: 1.8em!important;
      }
      .footer-spacer {
        padding: 4rem 0 2rem;
      }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .logo-header {
    width: 60%;
  }   
  .logo-servicios {
    width: 35%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }  
  
  .main-slider .banner-content h2.banner-title {
        font-size: 2rem!important;
      }
  .title {
    padding-top: .6rem;
  }
      .section-title {
        font-size: 1.8em!important;
      }
      .footer-spacer {
        padding: 4rem 0 2rem;
      }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .logo-header {
    width: 100%;
  } 
  .logo-servicios {
    width: 40%;
  } 
  .main-slider .banner-content h2.banner-title {
        font-size: 2.4rem!important;
      }
   
    .section-title {
        font-size: 2em!important;
      }
      .footer-spacer {
        padding: 4rem 0 2rem;
      }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .logo-header {
    width: 100%;
  }  
  .logo-servicios {
    width: 35%;
  }
  .main-slider .banner-content h2.banner-title {
        font-size: 4rem!important;
      }
    .section-title {
        font-size: 2.4em!important;
      }
      .footer-spacer {
        padding: 8rem 0 4rem;
      }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .logo-header {
    width: 100%;
  }  
  .logo-servicios {
    width: 40%;
  }
  
  .main-slider .banner-content h2.banner-title {
        font-size: 4rem!important;
      }
    .section-title {
        font-size: 2.8em!important;
      }
  
      .footer-spacer {
        padding: 8rem 0 4rem;
      }
    
} 