@font-face {
  font-family: "black";
  src: url("fuentes/Avenir/Avenir-Black.ttf") format("truetype");
}
@font-face {
  font-family: "black-it";
  src: url("fuentes/Avenir/Avenir-BlackOblique.ttf") format("truetype");
}
@font-face {
  font-family: "bold";
  src: url("fuentes/Avenir/Avenir-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "bold-it";
  src: url("fuentes/Avenir/Avenir-HeavyOblique.ttf") format("truetype");
}
@font-face {
  font-family: "semi";
  src: url("fuentes/Avenir/Avenir-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "semi-it";
  src: url("fuentes/Avenir/Avenir-MediumOblique.ttf") format("truetype");
}
@font-face {
  font-family: "regular";
  src: url("fuentes/Avenir/Avenir-Roman.ttf") format("truetype");
}
@font-face {
  font-family: "it";
  src: url("fuentes/Avenir/Avenir-Oblique.ttf") format("truetype");
}
@font-face {
  font-family: "ligth";
  src: url("fuentes/Avenir/Avenir-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ligth-it";
  src: url("fuentes/Avenir/Avenir-LightOblique.ttf") format("truetype");
}
@font-face {
  font-family: "po-regular";
  src: url("fuentes/Paytone_One/PaytoneOne-Regular.ttf") format("truetype");
}
* {
  outline: none;
}

.center {
  float: none;
  margin: auto;
  width: 100%;
  max-width: 1400px;
}

.clear {
  clear: both;
}

.no-padd {
  padding: 0 !important;
}

.no-padd-l {
  padding-left: 0 !important;
}

.no-padd-r {
  padding-right: 0 !important;
}

/*.relleno{
  float: left;
  position: relative;
  width: 100%;
  height: 0;
  transition: 0.3s;
}*/
@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
    float: left;
  }
}
.ctn-miga {
  padding: 0;
}
.ctn-miga .over-miga {
  padding: 20px 15px;
  overflow: auto;
}
@media (max-width: 767px) {
  .ctn-miga .over-miga {
    padding: 15px;
  }
}
.ctn-miga .over-miga .miga {
  width: max-content;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.ctn-miga .over-miga .miga a,
.ctn-miga .over-miga .miga span {
  display: inline-block;
  margin-right: 5px;
  font-family: regular;
  font-size: 13px;
  color: #B3B3B3;
}

.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  max-width: 1270px;
  float: none;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
}
.owl-carousel .owl-nav > div {
  position: absolute;
  display: inline-flex !important;
  align-items: center;
  height: 100%;
  background-color: transparent !important;
  z-index: 100;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .owl-carousel .owl-nav > div img {
    max-width: 55px;
  }
}
@media (max-width: 991px) {
  .owl-carousel .owl-nav > div img {
    max-width: 45px;
  }
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  float: left;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  float: right;
}
.owl-carousel .owl-dots {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.owl-carousel .owl-dots .owl-dot {
  z-index: 9999;
  margin: 4px;
  padding: 1px;
  border: solid 3px #FFF;
  border-radius: 50%;
  background-color: #FFF;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 29px;
  height: 29px;
  margin: 0;
  background-color: #B3B3B3;
  border: none;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot span:hover {
  background-color: #407CAE;
}
.owl-carousel.blue-dot .owl-dots .owl-dot {
  border-color: #407CAE;
}

@media (max-width: 767px) {
  .dropdown-user {
    position: absolute;
    z-index: 100;
    right: 75px;
    top: 8px;
    margin: auto 0;
  }
}
.dropdown-user button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 295px;
}
.dropdown-user button::after {
  display: none;
}
.dropdown-user button .profile-img {
  max-width: 50px;
  margin-right: 10px;
  transition: 0.3s;
  border: solid 2px #B3B3B3;
}
@media (max-width: 767px) {
  .dropdown-user button .profile-img {
    border: solid 1px #B3B3B3;
    max-height: 34px;
  }
}
.dropdown-user button .txt {
  position: relative;
  color: #3D3D3D;
  text-align: left;
}
@media (max-width: 991px) {
  .dropdown-user button .txt {
    display: none;
  }
}
.dropdown-user button .txt .user-name {
  margin: 0;
  font-family: regular;
  font-size: 15px;
}
.dropdown-user button .txt .cargo {
  font-family: bold;
  font-size: 15px;
  margin: 0;
}
.dropdown-user .dropdown-menu {
  z-index: 9999;
  right: 0;
  left: inherit;
}
.dropdown-user .dropdown-menu li a {
  font-family: regular;
  font-size: 18px;
}

#footer {
  padding: 0;
  z-index: 999;
}
#footer .ctn-footer-sup {
  padding: 0;
  background-color: #407CAE;
}
#footer .ctn-footer-sup .footer-sup {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding: 25px 15px 60px;
  color: #fff;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #footer .ctn-footer-sup .footer-sup {
    text-align: center;
    justify-content: center;
  }
}
#footer .ctn-footer-sup .footer-sup .item {
  padding: 0;
}
@media (max-width: 767px) {
  #footer .ctn-footer-sup .footer-sup .item {
    margin-bottom: 25px;
    width: 100%;
  }
}
#footer .ctn-footer-sup .footer-sup .item .title-item {
  padding: 0;
  margin: 0;
  font-family: po-regular;
  font-size: 30px;
}
@media (max-width: 767px) {
  #footer .ctn-footer-sup .footer-sup .item .title-item {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#footer .ctn-footer-sup .footer-sup .item .ctn-links {
  padding: 0;
}
#footer .ctn-footer-sup .footer-sup .item .ctn-links p {
  line-height: 1;
  margin: 0;
  color: #fff;
  font-family: regular;
  font-size: 25px;
}
@media (max-width: 1399px) {
  #footer .ctn-footer-sup .footer-sup .item .ctn-links p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #footer .ctn-footer-sup .footer-sup .item .ctn-links p {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  #footer .ctn-footer-sup .footer-sup .item .ctn-links p {
    font-size: 15px;
  }
}
#footer .ctn-footer-sup .footer-sup .item .ctn-links a {
  color: #fff;
}
#footer .ctn-footer-sup .footer-sup .logo-fot {
  padding: 0;
}
@media (max-width: 1399px) {
  #footer .ctn-footer-sup .footer-sup .logo-fot img {
    max-height: 120px;
  }
}
@media (max-width: 1199px) {
  #footer .ctn-footer-sup .footer-sup .logo-fot img {
    max-height: 100px;
  }
}
@media (max-width: 991px) {
  #footer .ctn-footer-sup .footer-sup .logo-fot img {
    max-height: 90px;
  }
}
@media (max-width: 991px) {
  #footer .ctn-footer-sup .footer-sup .logo-fot img {
    max-height: 70px;
  }
}
#footer .ctn-footer-sup .footer-sup .dest {
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -23px;
  z-index: 100;
}
#footer .ctn-footer-sup .footer-sup .dest .txt {
  margin: 0;
  padding: 5px 45px 8px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #B3B3B3;
  font-family: black;
  font-size: 35px;
}
@media (max-width: 1399px) {
  #footer .ctn-footer-sup .footer-sup .dest .txt {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  #footer .ctn-footer-sup .footer-sup .dest .txt {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  #footer .ctn-footer-sup .footer-sup .dest .txt {
    font-size: 20px;
  }
}
#footer .ctn-footer-inf {
  padding: 0;
  background-color: #fff;
}
#footer .ctn-footer-inf .footer-inf {
  padding: 15px 15px 35px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #footer .ctn-footer-inf .footer-inf {
    justify-content: center;
    padding-top: 40px;
  }
}
#footer .ctn-footer-inf .footer-inf a {
  display: inline-block;
}
#footer .ctn-footer-inf .footer-inf a img {
  max-height: 25px;
}

/*# sourceMappingURL=estilos.css.map */
