@font-face {
  font-family: "Regular";
  src: url("fuentes/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Bold";
  src: url("fuentes/Lato/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "light";
  src: url("fuentes/Lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "black";
  src: url("fuentes/Lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "bold-it";
  src: url("fuentes/Lato/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "it";
  src: url("fuentes/Lato/Lato-Italic.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;
}

.no-padd-l {
  padding: 0;
}

.no-padd-r {
  padding: 0;
}

.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: #F6B70E;
}

.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 {
  position: absolute;
  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: #F6B70E;
  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: #CE1230;
}
.owl-carousel.blue-dot .owl-dots .owl-dot {
  border-color: #CE1230;
}

@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 #F6B70E;
}
@media (max-width: 767px) {
  .dropdown-user button .profile-img {
    border: solid 1px #F6B70E;
    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;
}

#header {
  padding: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  #header {
    border-bottom: solid 2px #CE1230;
  }
}
#header.navbar-fixed-top {
  border-bottom: solid 1px #CE1230;
}
#header.navbar-fixed-top .ctn-header-top {
  height: 0;
  opacity: 0;
}
#header.navbar-fixed-top .ctn-header-bottom .header-bottom {
  padding: 5px 15px;
}
#header.navbar-fixed-top .ctn-header-bottom .header-bottom .ctn-logo img {
  max-height: 45px;
}
#header .ctn-header-top {
  height: 42px;
  padding: 0;
  background-color: #CE1230;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #header .ctn-header-top {
    height: auto;
  }
}
#header .ctn-header-top .header-top {
  max-height: 42px;
  padding: 5px 15px;
  display: flex;
  justify-content: end;
  transition: 0.3s;
}
#header .ctn-header-top .header-top .ctn-search {
  width: 100%;
  max-width: 315px;
  display: flex;
  align-items: center;
}
#header .ctn-header-top .header-top .ctn-search label {
  font-family: bold;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #header .ctn-header-top .header-top .ctn-search label {
    font-size: 16px;
  }
}
#header .ctn-header-top .header-top .ctn-search .ctn-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 1 0 0%;
}
#header .ctn-header-top .header-top .ctn-search .ctn-input input {
  padding: 2px 50px 2px 15px;
  margin: 0;
  height: 32px;
  background-color: #fff;
  border-radius: 14px;
}
@media (max-width: 767px) {
  #header .ctn-header-top .header-top .ctn-search .ctn-input input {
    height: 27px;
  }
}
#header .ctn-header-top .header-top .ctn-search .ctn-input i {
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 15px;
  position: absolute;
  color: #CE1230;
  font-size: 22px;
  display: block;
  height: 22px;
}
#header .ctn-header-bottom {
  padding: 0;
  background-color: #fff;
  transform: 0.3s;
}
#header .ctn-header-bottom .header-bottom {
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom {
    padding: 0 !important;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-logo {
  padding: 0;
  max-width: 195px;
}
#header .ctn-header-bottom .header-bottom .ctn-logo img {
  max-height: 53px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #header .ctn-header-bottom .header-bottom .ctn-logo img {
    max-height: 45px;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu {
  padding: 0 0 0 100px;
  flex: 1 0 0%;
}
@media (max-width: 1199px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu {
    padding: 0;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal {
  padding: 0;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default .navbar-header .logo-min {
  padding: 0;
  margin-left: 15px;
  margin-top: 8px;
  width: auto;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default .navbar-header .logo-min {
    display: inline-block !important;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default .navbar-header .logo-min img {
  display: inline-block;
  max-height: 34px;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar {
  padding: 0;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu {
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu {
    padding: 10px 0;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul {
  margin: 0;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li {
  padding: 0 2px;
  border-right: solid 1px #3D3D3D;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li {
    border: none;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li:last-child {
  border: none;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li.open > a {
  color: #CE1230;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li.open > a i {
  background-color: #CE1230;
  color: #F6B70E;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a {
  padding: 1px 20px;
  font-family: regular;
  font-size: 18px;
  color: #3D3D3D;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a {
    padding: 5px 15px;
    font-size: 20px;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a:hover, #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a:active {
  color: #CE1230;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a:hover i, #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a:active i {
  background-color: #CE1230;
  color: #F6B70E;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-color: #3D3D3D;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 9px;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li a i {
    width: 20px;
    height: 20px;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .menu ul li .dropdown-menu li {
  border: none;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .ctn-btn-c {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .ctn-btn-c {
    display: none;
  }
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .ctn-btn-c .n-point {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
  font-family: bold;
  font-size: 22px;
  color: #3D3D3D;
}
#header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .ctn-btn-c .n-point i {
  margin-right: 10px;
  color: #CE1230;
}
@media (max-width: 991px) {
  #header .ctn-header-bottom .header-bottom .ctn-menu .menu-ppal .navbar-default #navbar .ctn-items .ctn-btn-c .n-point {
    display: none;
  }
}

#footer {
  padding: 0;
  z-index: 999;
}
#footer .ctn-footer-sup {
  padding: 0;
  background-color: #CE1230;
}
#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: #F6B70E;
  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 */
