@font-face {
  font-family: "Monserrat";
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Monserratbold";
  src: url(../fonts//Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Monserratlight";
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Monserratextrabold";
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Monserratblack";
  src: url(../fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: "Monserratsemibold";
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Monserratthin";
  src: url(../fonts/Montserrat-Thin.ttf);
}
@font-face {
  font-family: "Monserratextralight";
  src: url(../fonts/Montserrat-ExtraLight.ttf);
}
@font-face {
  font-family: "Monserratregular";
  src: url(../fonts/Montserrat-Regular.ttf);
}

body {
  --primary: #317ab6;
  --secondary: red;
  --black: #000;
  --gray: gray;
  --white: white;
  font-family: "Monserrat", sans-serif !important;
}

.div-bg {
  background-image: url(../images/Header-Boltix-.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.div-bg-en {
  background-image: url(../images/Header-Boltix-Ingles.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.bg-camion {
  background-image: url(../images/Fondo-Formulario-Boltix2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.img-logo {
  height: 50px !important;
}

.text-center-blue {
  color: var(--primary);
  font-size: 28px;
  font-weight: 600;
}

.bg-blue {
  background-color: var(--primary);
}

.text-center-principal {
  font-size: 25px;
  text-align: center;
}

.form-white {
  background-color: inherit !important;
  border: 2px solid #fff !important;
  color: white !important;
}

.height-textarea {
  height: 100px !important;
}

.btn-blue {
  background-color: #0065af !important;
  color: white !important;
  padding: 10px 40px !important;
  border-radius: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.icono {
  width: 32px;
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

svg {
  width: 80px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}

.cajas-imagen {
  width: auto;
  height: 350px !important;
}

.titulo {
  font-size: 40px;
  font-weight: 600;
  color: #0065af;
}

.titulo-blue-dark {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
}

.title-gray {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #6c757d;
  width: 700px;
}

.titulo2 {
  font-size: 60px;
  font-weight: 600;
  color: #50bfe0;
}

.image-expertos {
  width: auto;
  height: 400px !important;
  mix-blend-mode: color-burn;
}

.bg-blue-line {
  background-color: var(--primary);
  height: 250px;
  width: 100%;
  z-index: 0;
  position: absolute;
  margin-top: -250px;
}

.zindex {
  position: relative;
  z-index: 1 !important;
}

.imagen-camion-header {
  height: 500px !important;
  width: auto !important;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.titulo-header {
  font-family: "Monserratextrabold";
  text-transform: uppercase;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  margin-top: 120px;
  color: white;
  line-height: 65px;
  text-shadow: -2px -2px 0 var(--primary), -2px 2px 0 var(--primary),
    2px -2px 0 var(--primary), 2px 2px 0 var(--primary);
  z-index: 1;
}

.titulo-header-none {
  color: white !important;
}

.border-card {
  border: 3px solid #50bfe0;
  border-bottom-right-radius: 100px;
}

.button-title {
  color: white !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.mt-7 {
  margin-top: 100px;
}

.texto-float {
  position: absolute;
  top: 30%;
  left: 55%;
  transform: translate(-45%, -70%);
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.mt-10 {
  margin-top: 160px;
  padding: 30px;
}

.progress-bar-new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: var(--gray);
  transform-origin: 0%;
}

.text-white-responsive {
  color: white !important;
}

@media only screen and (max-width: 600px) {
  .margin-top {
    margin-top: 0px !important;
  }
  .div-bg {
    height: 45vh;
  }
  .imagen-camion-header {
    height: 200px !important;
  }
  .flex-wrap-cards {
    flex-wrap: wrap;
  }
  .bg-blue-line {
    height: 0px;
  }
  .mt-10 {
    margin-top: 0px;
  }
  .border-card {
    background-color: var(--primary);
    border: 3px solid var(--primary);
    border-bottom-right-radius: 100px;
  }
  .texto-float {
    position: relative !important;
    text-align: center;
    transform: initial;
    top: initial;
    left: initial;
  }
  .title-gray {
    width: 100%;
  }
  .titulo-header {
    font-size: 50px;
  }
  .img-logo {
    height: 40px !important;
  }
  .div-bg {
    background-size: cover;
  }
  .icono1 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .icono2 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .mt-7 {
    margin-top: 15px;
  }
  .titulo2 {
    font-size: 40px;
    font-weight: 600;
    color: #50bfe0;
  }
}

@media only screen and (min-width: 600px) {
  .margin-top {
    margin-top: 0px !important;
  }
  .div-bg {
    height: 50vh;
  }
  .imagen-camion-header {
    height: 300px !important;
  }
  .flex-wrap-cards {
    flex-wrap: wrap;
  }
  .bg-blue-line {
    height: 0px;
  }
  .mt-10 {
    margin-top: 0px;
  }
  .border-card {
    background-color: var(--primary);
    border: 3px solid var(--primary);
    border-bottom-right-radius: 100px;
  }
  .texto-float {
    position: relative !important;
    text-align: center;
    transform: initial;
    top: initial;
    left: initial;
  }
  .title-gray {
    width: 100%;
  }
  .titulo-header {
    font-size: 60px;
  }
  .div-bg {
    background-size: cover;
  }
  .icono1 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .icono2 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .mt-7 {
    margin-top: 15px;
  }
  .titulo2 {
    font-size: 50px;
    font-weight: 600;
    color: #50bfe0;
  }
}

@media only screen and (min-width: 768px) {
  .div-bg {
    height: 100vh;
  }
  .imagen-camion-header {
    height: 400px !important;
  }
  .flex-wrap-cards {
    flex-wrap: wrap;
  }
  .bg-blue-line {
    height: 0px;
  }
  .mt-10 {
    margin-top: 0px;
  }
  .border-card {
    background-color: var(--primary);
    border: 3px solid var(--primary);
    border-bottom-right-radius: 100px;
  }
  .titulo-header {
    font-size: 70px;
  }
  .texto-float {
    position: relative !important;
    text-align: center;
    transform: initial;
    top: initial;
    left: initial;
  }
  .title-gray {
    width: 100%;
  }
  .div-bg {
    background-size: cover;
  }
  .icono1 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .icono2 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .margin-top {
    margin-top: 100px;
  }
  .mt-7 {
    margin-top: 100px;
  }
  .titulo2 {
    font-size: 50px;
    font-weight: 600;
    color: #50bfe0;
  }
}

@media only screen and (min-width: 992px) {
  .div-bg {
    height: 100vh;
  }
  .imagen-camion-header {
    height: 400px !important;
  }
  .bg-blue-line {
    height: 0px;
  }
  .flex-wrap-cards {
    flex-wrap: wrap;
  }
  .mt-10 {
    margin-top: 0px;
  }
  .border-card {
    background-color: var(--primary);
    border: 3px solid var(--primary);
    border-bottom-right-radius: 100px;
  }
  .texto-float {
    position: relative !important;
    text-align: center;
    transform: initial;
    top: initial;
    left: initial;
  }
  .title-gray {
    width: 100%;
  }
  .icono1 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .icono2 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }
  .div-bg {
    background-size: cover;
  }
  .margin-top {
    margin-top: 100px;
  }
  .mt-7 {
    margin-top: 100px;
  }
  .titulo2 {
    font-size: 60px;
    font-weight: 600;
    color: #50bfe0;
  }
}
@media only screen and (min-width: 1200px) {
  .div-bg {
    height: 100vh;
  }
  .imagen-camion-header {
    height: 400px !important;
  }
  .flex-wrap-cards {
    flex-wrap: nowrap;
  }
  .bg-blue-line {
    background-color: var(--primary);
    height: 320px;
    width: 100%;
    z-index: 0;
    position: absolute;
    margin-top: -280px;
  }
  .text-white-responsive {
    color: var(--white) !important;
  }
  .mt-10 {
    margin-top: 220px;
    padding: 30px;
  }
  .texto-float {
    position: absolute !important;
    top: 30%;
    left: 60%;
    transform: translate(-45%, -70%);
    color: white;
    font-size: 20px;
    font-weight: 600;
  }
  .title-gray {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #6c757d;
    width: 700px;
    text-align: left;
  }
  .border-card {
    border-right: 3px solid #50bfe0;
    border-bottom: 3px solid #50bfe0;
    border-left: 3px solid #50bfe0;
    border-top: 3px solid #50bfe0;
    border-bottom-right-radius: 100px;
  }
  .div-bg {
    background-size: cover;
  }
  .icono1 {
    margin-left: 120px;
    margin-top: -60px;
    position: absolute;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }

  .icono2 {
    margin-left: 75px;
    margin-top: -60px;
    position: absolute;
    width: 80px;
    z-index: 999;
    opacity: 1;
  }

  .line-blue-lg {
    margin-left: 80px;
    margin-top: -33px;
    position: absolute;
    width: 150px;
    z-index: 999;
    opacity: 1;
    height: 3px;
    background: var(--primary);
  }
  .line-blue-lg2 {
    margin-left: 40px;
    margin-top: -33px;
    position: absolute;
    width: 150px;
    z-index: 999;
    opacity: 1;
    height: 3px;
    background: var(--primary);
  }
  .margin-top {
    margin-top: 100px;
  }
  .mt-7 {
    margin-top: 100px;
  }
  .titulo2 {
    font-size: 60px;
    font-weight: 600;
    color: #50bfe0;
  }
}
@media only screen and (min-width: 1400px) {
  .div-bg {
    height: 100vh;
  }
  .imagen-camion-header {
    height: 400px !important;
  }
  .flex-wrap-cards {
    flex-wrap: nowrap;
  }
  .bg-blue-line {
    background-color: var(--primary);
    height: 300px;
    width: 100%;
    z-index: 0;
    position: absolute;
    margin-top: -250px;
  }
  .text-white-responsive {
    color: var(--white) !important;
  }
  .mt-10 {
    margin-top: 200px;
    padding: 30px;
  }
  .texto-float {
    position: absolute !important;
    top: 30%;
    left: 55%;
    transform: translate(-45%, -70%);
    color: white;
    font-size: 20px;
    font-weight: 600;
  }
  .title-gray {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #6c757d;
    width: 700px;
    text-align: left;
  }
  .border-card {
    border-right: 3px solid #50bfe0;
    border-bottom: 3px solid #50bfe0;
    border-left: 3px solid #50bfe0;
    border-top: 3px solid #50bfe0;
    border-bottom-right-radius: 100px;
  }
  .div-bg {
    background-size: cover;
  }
  .icono1 {
    margin-left: 150px;
    margin-top: -60px;
    position: absolute;
    width: 64px;
    z-index: 999;
    opacity: 1;
  }

  .icono2 {
    margin-left: 110px;
    margin-top: -60px;
    position: absolute;
    width: 80px;
    z-index: 999;
    opacity: 1;
  }
  .line-blue-lg {
    margin-left: 100px;
    margin-top: -33px;
    position: absolute;
    width: 150px;
    z-index: 999;
    opacity: 1;
    height: 3px;
    background: var(--primary);
  }
  .line-blue-lg2 {
    margin-left: 75px;
    margin-top: -33px;
    position: absolute;
    width: 150px;
    z-index: 999;
    opacity: 1;
    height: 3px;
    background: var(--primary);
  }
  .margin-top {
    margin-top: 100px;
  }
  .mt-7 {
    margin-top: 100px;
  }
  .titulo2 {
    font-size: 60px;
    font-weight: 600;
    color: #50bfe0;
  }
}
