@font-face {
  font-family: HelveticaNeue;
  font-weight: bold;
  src: url("../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 300;
  src: url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url("../fonts/HelveticaNeueLTStd-Md.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeueRoman;
  src: url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeueTh;
  src: url("../fonts/HelveticaNeueLTStd-Th.otf") format("opentype");
}

@font-face {
  font-family: Myriad;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: ubuntu;
  src: url("../fonts/Ubuntu-R.ttf") format("opentype");
}
/* @font-face {
  font-family: ubuntu-b;
  src: url("../fonts/Ubuntu-B.ttf") format("opentype");
} */
@font-face {
  font-family: ubuntu-m;
  src: url("../fonts/Ubuntu-M.ttf") format("opentype");
}
@font-face {
  font-family: ubuntu-l;
  src: url("../fonts/Ubuntu-L.ttf") format("opentype");
}

#js-header {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}

main {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}
html {
  scroll-behavior: smooth;
}
.ubuntu {
  font-family: ubuntu, "san-serif";
}
.ubuntu-l {
  font-family: ubuntu-l, "san-serif";
}
.ubuntu-m {
  font-family: ubuntu-m, "san-serif";
}
/* .ubuntu-b {
  font-family: ubuntu-b, "san-serif";
} */
.myriad {
  font-family: myriad, "san-serif";
}
.roman {
  font-family: HelveticaNeueRoman, "san-serif";
}
.Th {
  font-family: HelveticaNeueTh, "san-serif";
}
.g-color-sepco1 {
  background-color: #e96723 !important;
}
.g-color-sepco2 {
  background-color: #e97b23 !important;
}
.g-color-sepco {
  color: #e97b23 !important;
}
.g-color-sepco3 {
  background-color: #f89c24;
}
.g-color-sepco4 {
  color: #e96723;
}
.g-bg-white-gray {
  background-color: #f4f3f3;
}
body,
header {
  font-family: HelveticaNeue, "san-serif";
}
.hs-has-sub-menu.no-arrow > a::after {
  content: "";
}

.hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e900";
}

.hs-has-sub-menu > a::after {
  font-size: 18px;
  vertical-align: bottom;
}

.hs-sub-menu-opened a.nav-link:hover {
  color: #e96723 !important;
}

.navbar-brand img {
  max-width: 210px;
}

.layer {
  width: 200px;
  height: 200px;
  z-index: 1;
  border-left: 30px solid #e96723;
}

.layer h3 {
  margin-bottom: -16px;
  position: absolute;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  margin-left: -27px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.u-icon-v2 {
  width: 30px;
  height: 32px;
  border-width: 1.5px;
}

footer:not(.no-bg) {
  background-size: 450px;
  background-image: url(../img/iconos/foote-transp-sepco.png);
  background-color: #f4f3f3;
  background-repeat: no-repeat;
  background-position: 50% -20%;
}

.img-marca-agua {
  max-width: 600px;
  position: absolute;
  left: -150px;
  top: -140px;
}
.marca-agua-right {
  right: -150px;
  bottom: -130px;
  top: unset;
  left: unset;
}
.hs-sub-menu.list-unstyled li.active a {
  color: #e96723 !important;
}

.medium:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 20px;
  width: 150px;
  height: 150px;
}

.medium-text,
.medium-text-top {
  min-height: 120px;
}

.medium-text.medium-bl-text:after {
  left: -10px;
  border-bottom: 8px solid #db6015;
  border-left: 10px solid #db6015;
}

.medium-text:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: -8px;
  width: 320px;
  height: 120px;
}

.medium-text-top:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 9px;
  width: 320px;
  height: 120px;
}

.medium.medium-bl:after {
  left: -10px;
  border-bottom: 10px solid #e96723;
  border-left: 10px solid #e96723;
}

.medium.medium-br:after {
  right: -25px;
  border-bottom: 10px solid #e96723;
  border-right: 10px solid #e96723;
}

.medium-text-top.medium-br-text:after {
  right: -8px;
  border-top: 10px solid #db6015;
  border-right: 8px solid #db6015;
}

.form-control {
  background-color: #fafbfb !important;
}

.divimage.g-bg-primary-opacity-0_8--hover--after::after {
  background-color: #e968236e !important;
}

.text-shadow {
  text-shadow: 1px 1px 4px #515151;
}

.divimage {
  background-size: cover;
  background-position: center center;
}

.list-brd {
  border: 2px solid #f89c24;
  border-radius: 10px;
  list-style: none;
  font-weight: 600;
}

ul.list-brd li::before {
  content: "\2022";
  color: #f89c24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.overlay_white:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.74) 0%,
    rgba(255, 255, 255, 0) 55%
  );
  transition: opacity 0.3s ease-in-out;
}

img.g-rounded-50x {
  border: 3px solid #76777a;
}

.u-timeline-v3-wrap::before {
  width: 2px;
}

[class*="u-heading-v1-"]::before,
[class*="u-heading-v1-"]::after {
  border-top-width: 2px;
}

.card-structure {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.g-rounded-left-150,
.g-rounded-right-150 {
  min-height: 190px;
}
.brd-li {
  border-left: 2px solid #e96723;
}
.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.boton-flotante {
  z-index: 9;
  position: fixed;
  bottom: 130px;
  right: 15px;
}

.boton-flotante img {
  width: 80px;
  height: auto;
  transition: all 0.3s;
}

/* .divimage::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e96823;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
} */
.u-block-hover__main--mover-up:hover {
  transform: translate3d(0, 20px, 0) scale3d(1.1, 1.1, 1.1);
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  max-width: initial;
}
#form-landing .form-control {
  border: 1px solid #000;
  border-radius: 0px;
}
.btn-option-active {
  background-color: #f89c24;
}
.item-flex-1 {
  border-bottom: 1px solid #e96723;
  border-right: 1px solid #e96723;
  flex: 1 1 50%;
}
.item-flex-2 {
  border-bottom: 1px solid #e96723;
  flex: 1 1 50%;
}
.item-flex-3 {
  border-right: 1px solid #e96723;
  flex: 1 1 50%;
}
.item-flex-4 {
  flex: 1 1 50%;
}
.shadow-box {
  box-shadow: 2px 3px 4px 0px #939393;
}
@media (min-width: 1200px) {
  .g-ml-70--xl {
    margin-left: 70px !important;
  }
}
@media (min-width: 992px) {
  .g-mt-minus-70--lg {
    margin-top: -9rem !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .navbar-brand img {
    max-width: 175px;
  }

  .g-left-minus-255--md {
    left: -275px !important;
  }

  .border-left-3d::after {
    height: 100% !important;
  }
}

@media (max-width: 992px) {
  .medium.medium-br:after {
    right: -10px;
  }
  .boton-flotante {
    bottom: 70px;
  }

  .boton-flotante img {
    width: 70px;
  }

  .boton-flotante:hover img {
    width: 80px;
  }
}

@media (max-width: 575px) {
  .layer {
    height: 250px;
    width: 300px;
  }

  .layer h3 {
    font-size: 1.5rem;
    margin-bottom: -7px;
    margin-left: -31px;
  }
  .item-flex-1,
  .item-flex-2,
  .item-flex-3,
  .item-flex-4 {
    border: none;
  }

  footer {
    background-size: 200px;
    background-position: 50% 14%;
  }

  .img-marca-agua {
    max-width: 300px;
    left: -79px;
    top: -58px;
  }
  .marca-agua-right {
    right: -79px;
    bottom: 55px;
  }
}

@media (min-width: 768px) {
  .g-right-minus-280--md {
    right: -280px;
  }

  .g-left-minus-255--md {
    left: -260px;
  }

  .g-right-minus-180--md {
    right: -185px;
  }

  .g-top-minus-130--md {
    margin-top: -160px;
  }

  .g-ml-63--md {
    margin-left: 60px;
  }

  .g-rounded-150 {
    border-radius: 150px;
  }

  .g-rounded-left-150 {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
  }

  .border-3d::after {
    content: "";
    border: 1px solid rgb(165, 165, 165);
    position: absolute;
    width: 100%;
    height: calc(100% + 50px);
    left: 0;
    top: -15px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    z-index: -1;
  }

  .border-left-3d::after {
    content: "";
    border: 1px solid rgb(165, 165, 165);
    position: absolute;
    height: 193px;
    width: 100%;
    left: 10px;
    top: -10px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    z-index: -1;
  }

  .border-right-3d::after {
    content: "";
    border: 1px solid rgb(165, 165, 165);
    position: absolute;
    height: 100%;
    width: 100%;
    right: 10px;
    top: -10px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    z-index: -1;
  }

  .g-rounded-right-150 {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  }
}

@media (max-width: 768px) {
  .g-top-30 {
    top: 0px;
  }

  .bg-text-mobile {
    background: rgba(255, 255, 255, 0.322);
  }
  .brd-li {
    border-bottom: 2px solid #e96723;
  }
  .text-shadow-p {
    text-shadow: 1px 1px 6px #868686;
  }
}

@media (min-width: 1200px) {
  .g-font-size-48--lg {
    font-size: 3.3rem !important;
  }

  /* .border-left-3d::after {
        height: 78%;
    } */
  .g-font-size-20--lg {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  /* .border-left-3d::after {
        height: 155px
    } */
}

@media (min-width: 768px) {
  .col-md-1.special {
    -ms-flex: 0 0 5.333333%;
    flex: 0 0 5.333333%;
    max-width: 5.333333%;
  }
}
