h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  margin-bottom: 15px;
}

h1 span {
  color: #ffef00;
}

h2 {
  color: #757373;
  font-size: 28px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  margin-bottom: 5px;
}

p,
ul {
  font-size: 18px;
  color: #003764;
  font-weight: bold;
}

h2 span,
p span {
	color: #BD1011

}


h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

h3 span {
  color: #df6512;
}

h4 {
  color: #0073ba;
  font-size: 17px;
  font-weight: bold;
}

h4 span {
  color: #2750a8;
  margin-bottom: 10px;
}

.btn {
  font-size: 15px;
  padding: 5px 7px;
}

.image-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./imagenes/bg-banner.jpg);
}

button a {
  color: white !important;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }
}

@media (max-width: 990px) {
  h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 15px;
  }

  .btn {
    font-size: 14px;
    padding: 4px 7px;
    margin-top: 10px;
  }

  .image-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}

.title-2 {
  font-size: 1.5rem;
}

.title-3 {
  font-size: 1rem;
}

.title-4 {
  font-size: 0.8rem;
}

.video-banner {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
}

.video-youtube {
  max-width: 100%;
  margin: 0px auto;
  height: auto;
}

@media (min-width: 1400px) {
  .video-youtube {
    height: 250px !important;
  }
}

/* 0 - 767px  banner pequeño*/
/* 768px - banner grande */
/*este es el tamaño minimo del banner grande*/
@media (max-width: 768px) {
  .title-2 {
    font-size: 1.8rem;
  }

  .title-3 {
    font-size: 1.3rem;
  }

  .title-4 {
    font-size: 1rem;
  }

  .video-youtube {
    max-width: 90%;
  }

  .btn {
    font-size: 14px;
    padding: 5px 7px;
  }

  h1 {
    font-size: 30px;
    margin-bottom: 0px;
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  h4 {
    font-size: 12px;
  }

  .btn {
    font-size: 13px;
    padding: 4px 5px;
  }

}

@media (max-width:990px){
    .image-banner {
    background-image: url(../imagenes/bg-1.jpg) !important;
  }
}

@media (max-width: 992px) {
  .image-banner {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .title-2 {
    font-size: 1.9rem;
  }

  .title-3 {
    font-size: 1.4rem;
  }

  .title-4 {
    font-size: 1.1rem;
  }

  .btn-danger {
    margin-right: 5px;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
  background-color: #d8d8d8;
}

.btn-azul {
  background-color: #1b455e;
  border-color: #1b455e;
  font-weight: bold;
}

.btn-azul:hover {
  background-color: #1b455e;
  border-color: #1b455e;
}

.btn-primary {
  background-color: #df6512 !important;
  border-color: #df6512 !important;
  font-weight: bold;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #f08e4d !important;
  border-color: #f08e4d !important;
}

.btn-dark {
  color: #001e57;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-dark:hover {
  color: #001e57;
  background-color: #fff !important;
  border-color: #fff !important;
}

.img-product1,
.img-product2,
.img-product3 {
  width: 120%;
  height: 450px;
  background-size: cover;
}

.img-product1::before {
  background-color: #68a4c4;
}

.img-product1 {
  background-image: url(../imagenes/img1.jpg);
}

.img-product2 {
  background-image: url(../imagenes/img2.jpg);
}

.img-product3 {
  background-image: url(../imagenes/img3.jpg);
}

.img-drop {
  filter: drop-shadow(2px 2px 2px #fff);
}

@media (min-width: 1400px) {
  .img-product1,
  .img-product2,
  .img-product3 {
    height: 450px;
  }
}

@media (max-width: 1399px) {
  .img-product1 {
    background-image: url(../imagenes/img1-2.jpg);
  }

  .img-product2 {
    background-image: url(../imagenes/img2-2.jpg);
  }

  .img-product3 {
    background-image: url(../imagenes/img3-2.jpg);
  }
}

.btn-light {
  background-color: #25cc64;
  border-color: #25cc64;
  color: #fff;
  font-weight: 500;
}

.btn-light:hover {
  background-color: #1ca14f;
  border-color: #1ca14f;
}

button {
  border: transparent;
}
