body {
  font-family: "Nunito", sans-serif;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
img {
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}
.container {
  max-width: 1300px;
}
.hidden {
  display: none;
}
main {
  margin-top: 71px;
}
@media (max-width: 768px) {
  main {
    margin-top: 56px;
  }
}
.bg-primary {
  background-color: #FB7520 !important;
}
.bg-secondary {
  background-color: #f7941d !important;
}
.bg-tertiary {
  background-color: #379cd7 !important;
}
.text-primary {
  color: #FB7520 !important;
}
.text-secondary {
  color: #f7941d !important;
}
.border-primary {
  border-color: #FB7520 !important;
}
.border-secondary {
  border-color: #f7941d !important;
}
.p-2rem {
  padding: 2rem !important;
}
.form-control {
  font-size: 0.875rem;
  border-color: #ccc;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: none;
}
select.form-control {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%230173BC' d='M7 10l5 5 5-5z'/></svg>") no-repeat 100% 50%;
}
.custom-file-label::after {
  background-color: #FB7520;
  color: #fff;
  border-radius: 0;
}
.btn-primary,
.btn-secondary {
  letter-spacing: 0.125rem;
  box-shadow: 0 2px 2px rgba(0,0,0,0.25);
  transition: all 0.2s ease;
}
.btn-primary {
  background-color: #FB7520;
  border-color: #FB7520;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #f7941d;
  border-color: #f7941d;
}
.btn-secondary {
  background-color: #f7941d;
  border-color: #f7941d;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #FB7520;
  border-color: #FB7520;
}
header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  header {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  header .cta-cont {
    display: none;
    margin: 20px auto;
  }
}
header .cta-cont .cta-main a {
  color: #fff;
  background: linear-gradient(90deg, #ff881b 0%, #ffcc1b 100%);
  padding: 7px 30px;
}
header .cta-cont .cta-sec #iniciarSesion {
  border: 2px solid #FB7520;
  color: #fff;
  padding: 5px 30px;
}
header .cta-cont .cta-sec #iniciarSesion:hover {
  color: #fff;
}
header .cta-cont .cta-main a,
header .cta-cont .cta-sec a {
  border-radius: 5px;
  font-weight: 700;
}
header .cta-cont .cta-main a:hover,
header .cta-cont .cta-sec a:hover {
  background: #FB7520;
  color: #fff;
}
header #menuMobile {
  display: none;
}
@media (max-width: 768px) {
  header #menuMobile {
    display: block;
    color: #FB7520;
  }
}
@media (max-width: 768px) {
  ul.menu {
    white-space: nowrap;
    overflow: auto;
    display: none;
    text-align: center;
  }
}
ul.menu li {
  display: inline-block;
}
ul.menu a {
  display: block;
  padding: 23px 20px 20px;
  color: white;
  border-bottom: 3px solid rgba(0,0,0,0);
  transition: all 0.2s ease;
  font-weight: 700;
}
ul.menu a:hover,
ul.menu a.active {
  border-bottom-color: #f7941d;
  color: #FB7520;
}
ul.menu a.active {
  font-weight: 700;
}
@media (max-width: 768px) {
  ul.menu a {
    padding: 10px;
  }
}
ul.menu a svg path {
  fill: #FB7520;
}
#banners-cont {
  position: relative;
}
#banners-cont #main-prev {
  left: 0;
}
#banners-cont #main-next {
  right: 0;
}
#banners-cont .banners-nav {
  position: absolute;
  top: 50%;
  margin-top: -90px;
  cursor: pointer;
  padding: 30px;
  background-color: rgba(255,255,255,0.8);
  color: #FB7520;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 768px) {
  #banners-cont .banners-nav {
    top: 40px;
    padding: 10px;
    font-size: 16px;
    margin-top: 0;
  }
}
#banners-cont .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #banners-cont .slick-dots {
    margin-top: 20px;
  }
}
#banners-cont .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
#banners-cont .slick-dots li button {
  display: none;
}
#banners-cont .slick-dots li i {
  color: #FB7520;
  font-size: 16px;
  cursor: pointer;
}
#banners-cont .slick-dots li.slick-active .fa-solid {
  display: none;
}
#banners-cont .slick-dots li.slick-active .fa-regular {
  display: block !important;
}
#feed_noticias_cont {
  position: relative;
}
#feed_noticias {
  margin: 0 auto;
}
#feed_noticias .card {
  background-color: #f3f3f3;
}
#news-prev {
  left: 0;
  text-align: right;
}
#news-next {
  right: 0;
  text-align: left;
}
.news-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
#loginCont {
  position: absolute;
  top: 55px;
  right: 15px;
}
@media (max-width: 768px) {
  #loginCont {
    right: 50%;
    margin-right: -50px;
  }
}
#loginCont .card-login {
  width: 300px;
}
#loginCont .card-login .login-logo {
  margin-bottom: 2rem;
}
#loginCont .card-login .card-title {
  font-size: 0.875rem;
}
#loginCont .card-login .toggle-password {
  position: absolute;
  right: 12px;
  top: 11px;
  width: 16px;
  height: 16px;
  background: url("../img/eye.svg") no-repeat center;
  border: 0;
}
#loginCont .card-login .toggle-password.visible {
  background-image: url("../img/eye-slash.svg");
}
#loginCont .card-login .options .forgot {
  color: #FB7520;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 300;
}
#loginCont .card-login .btn {
  width: 100%;
  color: #fff;
  background: linear-gradient(90deg, #ff881b 0%, #ffcc1b 100%);
  padding: 7px 30px;
  font-weight: 700;
}
.card-news {
  min-height: 190px;
  border-radius: 15px;
}
.card-news .date {
  font-size: 12px;
}
.card-news .cat {
  border: 1px solid #f7941d;
}
.card-news .title a {
  max-height: 3rem;
  font-weight: 700;
}
.card-news .descr a {
  max-height: 3.5rem;
  font-size: 14px;
  line-height: 1.3;
}
.title-buttons {
  width: 300px;
}
.card-button {
  width: 275px;
  min-height: 160px;
  border-radius: 1.5rem;
}
#secondary-banner img {
  border-radius: 15px;
}
#secondary-banner h2 {
  font-size: 40px;
}
#preFooter img {
  filter: invert(1);
  margin-left: 10px;
  margin-right: 10px;
}
#preFooter h3 span {
  font-size: 40px;
}
@media (max-width: 768px) {
  #preFooter h3 span {
    font-size: 30px;
  }
}
footer {
  box-shadow: 4px 0 4px rgba(0,0,0,0.3);
}
footer .menu-footer-cont {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .menu-footer-cont {
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .menu-footer-cont li {
  display: inline-block;
  color: #fff;
}
.pages {
  background: url("../img/background-pages.jpg") no-repeat center;
  background-size: cover;
}
.pages.docs .article {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.pages.docs .article:hover {
  border-color: #FB7520;
}
.news.single .cta-back {
  color: #fff;
  background: linear-gradient(90deg, #ff881b 0%, #ffcc1b 100%);
  padding: 7px 30px;
  font-weight: 700;
  border-radius: 5px;
}

.box_data_info {
    display: block;
    padding: 8px 0px;
    float: left;
    width: 100%;
    font-size: 1.4rem;
}

.number {
    color: #EF7714;
    display: block;
    padding: 5px 0px;
    float: left;
    width: 100%;
    font-size: 37px;
    font-weight: 600;
    line-height: 0.7;
   	font-size: 2rem;
}

.titulo_home {
   	color: #EF7714;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    font-size: 1.8rem;
}

.logoFooter .v-icon{
	width: 101px;
}
