@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
  display: inline-block;
}

section {
  padding: 85px 0;
}

.section-title {
  border-bottom: 1px solid #336ec7;
  padding: 10px 0;
}
.section-title h4 {
  color: #336ec7;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #6f9fe7;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 10px 15px;
}
.btn-primary:hover {
  background-color: #336ec7;
}
.btn-primary:focus {
  box-shadow: none !important;
}

.btn-secondary {
  background-color: #e42f45;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 5px 15px;
  border-radius: 5px;
}
.btn-secondary:hover {
  background-color: #e42f45;
}
.btn-secondary:focus {
  box-shadow: none !important;
}

.sidebar .title {
  color: #336ec7;
}
.sidebar ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar ul li:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.358);
  border-color: transparent;
}
.sidebar ul li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.sidebar ul li a {
  color: #21243d;
}

.header .header-top {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.header .header-top .form-select {
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #888;
  color: #888;
}
.header .header-top .form-select:focus {
  box-shadow: none;
}
.header .header-top .header-top-left ul li,
.header .header-top .header-top-right ul li {
  display: inline-block;
  margin-right: 15px;
  color: #888;
}
.header .header-top .header-top-right ul li a .bi-facebook {
  color: #4267b2;
}
.header .header-top .header-top-right ul li a .bi-twitter {
  color: #1da1f2;
}
.header .header-top .header-top-right ul li a .bi-youtube {
  color: red;
}
.header .header-middle .header-middle-brand-name {
  color: #e42f45;
}
.header .header-middle .header-middle-brand-name span {
  font-size: 1.6rem;
}
.header .header-middle .header-middle-brand-name h4 {
  font-weight: 700;
}
.header .header-middle .flag img {
  height: 100px;
  transform: rotateY(180deg);
}
.header .navbar {
  padding: 0;
  background-color: #336ec7;
}
.header .navbar .navbar-brand {
  display: none;
}
.header .navbar .nav-item .nav-link {
  color: #ffffff;
  padding: 10px 20px;
}
.header .navbar .nav-item .nav-link:hover {
  background-color: #6f9fe7;
}
.header .news-scroll {
  background-color: #21243d;
}
.header .news-scroll ul li {
  display: inline-block;
  margin: 0 15px;
}
.header .news-scroll ul li a {
  color: #ffffff;
}
.header .news-scroll .wrap {
  position: relative;
  padding: 5px 0;
}
.header .news-scroll .wrap .updt {
  padding: 5px;
  background-color: #e42f45;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #ffffff;
}

.slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
}
.slider .owl-theme .owl-nav .owl-prev:hover {
  background: none;
}
.slider .owl-theme .owl-nav .owl-prev span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.522);
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  padding: 1px 9px;
}
.slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(50%, 50%);
}
.slider .owl-theme .owl-nav .owl-next:hover {
  background: none;
}
.slider .owl-theme .owl-nav .owl-next span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.522);
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  padding: 1px 9px;
}
.slider .slider-warpper .slider-inner img {
  height: 495px;
  width: 100%;
  object-fit: cover;
}
.slider .slider-right .slider-right-inner {
  border: 1px solid #336ec7;
  text-align: center;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.295);
  margin: 10px 0;
  padding: 10px 25px;
}
.slider .slider-right .slider-right-inner img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.slider .slider-right .slider-right-inner span {
  font-size: 1.4rem;
  color: #336ec7;
}
.slider .slider-right .slider-right-inner h6 {
  color: #336ec7;
}

.main-about .main-wabout-wrapper h4 {
  color: #336ec7;
}
.main-about .main-wabout-wrapper p {
  padding: 10px 0;
}
.main-about .updates h5 {
  background-color: #336ec7;
  padding: 10px;
  color: #ffffff;
}
.main-about .updates ul li {
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.main-about .updates ul li:hover {
  background-color: #ffffff;
}
.main-about .updates ul li .badge {
  background-color: #6f9fe7;
  margin-left: 25px;
}
.main-about .updates ul li a {
  color: #21243d;
  display: flex;
}
.main-about .updates ul li a:before {
  content: "\f132";
  font-family: "bootstrap-icons";
  margin-right: 10px;
}

.news-updates {
  background-color: #f5f5f5;
}
.news-updates .news-updates-wrapper ul li {
  padding: 15px;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 1px 0px 8px rgba(78, 76, 76, 0.116);
}
.news-updates .news-updates-wrapper ul li .badge {
  background-color: #888;
  margin-top: 10px;
  border-radius: 0;
}
.news-updates .news-updates-wrapper ul li a {
  color: #21243d;
}

.publication .publication-wrapper .card {
  border: none;
  border-radius: 0;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.205);
}
.publication .publication-wrapper .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.publication .publication-wrapper .card .card-title {
  color: #336ec7;
}

.footer {
  padding-top: 85px;
  background-color: #336ec7;
}
.footer .f-title {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.footer .f-title h5 {
  color: #ffffff;
}
.footer .info-oficer .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-right: 10px;
}
.footer .info-oficer .card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.footer .info-oficer .card .card-body {
  padding: 0;
  color: #ffffff;
}
.footer .info-oficer .card .card-body .card-title {
  margin-top: 5px;
}
.footer .info-oficer .card .card-body span {
  font-size: 1.4rem;
}
.footer .f-links .social a::before {
  display: none;
}
.footer .f-links li {
  margin: 15px 0;
  color: #ffffff;
  display: flex;
}
.footer .f-links li a {
  color: #ffffff;
  display: flex;
}
.footer .f-links li a::before {
  content: "\f132";
  font-family: "bootstrap-icons";
  margin-right: 10px;
}
.footer .f-form .form-control {
  font-size: 1.4rem;
  border-radius: 0;
}
.footer .f-form .form-control:focus {
  box-shadow: none;
}
.footer .footer-bottom {
  margin-top: 85px;
  background-color: #ffffff;
  padding: 10px 0;
  text-align: center;
}

.post-pg-detail .title {
  border-bottom: 2px solid #336ec7;
}
.post-pg-detail .title h4 {
  color: #336ec7;
  padding-bottom: 10px;
}
.post-pg-detail .title span {
  font-size: 1.2rem;
}
.post-pg-detail p {
  padding: 10px 0;
}
.post-pg-detail img {
  max-width: 100%;
}

.news-pg-detail ul li {
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 15px;
}
.news-pg-detail ul li .badge {
  background-color: #336ec7;
}
.news-pg-detail ul li:hover h4 {
  text-decoration: underline;
}
.news-pg-detail ul li a {
  color: #21243d;
}
.news-pg-detail ul li a p {
  padding: 10px 0;
}

.about-pg .about-detail .title {
  background-color: #f5f5f5;
  color: #336ec7;
  border-bottom: 3px solid #336ec7;
}
.about-pg .about-detail p {
  padding: 10px 0;
}
.about-pg .about-detail ul {
  margin-left: 15px;
}
.about-pg .about-detail ul li {
  list-style: disc;
}

.gallery-pg .card a {
  color: #21243d;
}

.gallery-detail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.527);
}

.bredcrump-wrapper {
  background-color: #6f9fe7;
  padding: 5px;
}
.bredcrump-wrapper .breadcrumb {
  margin: 0px;
}
.bredcrump-wrapper .breadcrumb li {
  color: #ffffff;
  font-size: 1.8rem;
}
.bredcrump-wrapper .breadcrumb li a {
  color: #ffffff;
  font-size: 1.8rem;
}

.contact-pg .contact-wrapper {
  margin-top: -150px;
  margin-bottom: 150px;
  background-color: #ffffff;
}
.contact-pg .contact-wrapper .title {
  color: #e42f45;
  margin-bottom: 15px;
  border-bottom: 2px solid #e42f45;
}
.contact-pg .contact-wrapper ul li {
  padding: 10px 0;
}
.contact-pg .contact-wrapper ul li h5 {
  color: #336ec7;
}

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