@font-face {
  font-family: "Century Gothic";
  src: url("/static/fonts/GOTHIC.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("/static/fonts/GOTHICB.TTF") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.banner {
  background-image: url(/static/images/web/home.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  margin-top: 85px !important;
}

.banner .content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.outline {
  border: 1px solid white !important;
}

.gradient {
  background: linear-gradient(
    90deg,
    #e00c34 0%,
    #d70c34 40%,
    #bf0c34 60%,
    #a10c34 100%
  );
}

.navbar-toggler {
  border: 1px solid #fff !important;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  padding: 10px;
  height: 4rem !important;
  width: 4rem !important;
  border-radius: 6px;
  opacity: 0.2;
}

.whatsapp {
  width: 120px;
  position: fixed;
  height: 120px;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
}

.social-networks {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 30%;
}

body {
  font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
}

.image-border {
  border: 3px solid #000;
  border-radius: 20%;
}

.marca-border {
  width: 220px;
  height: 220px;
}

.border-red {
  border: 3px solid red!important;
}


/* Valores Section */
.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, darkorange) !important;
    color: #fff;
}

.l-bg-black-dark {
    background: linear-gradient(to right, #0e0e0e, rebeccapurple) !important;
    color: #fff;
}

/* Counters Section */
.counter {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 0px 0px 50px 0px;
}

.counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    text-align: center;
    display: inline-block;
}

.counter p{
    color: #ffffff;
    margin-bottom: 0px!important;
}

.counter span{
  width: 55px!important;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0px auto 10px auto;
}