/*
Theme Name: WinsertecTheme
TextDomain: WinsertecTheme
Version: 0.1
Description: Tema personalizado basado en Boostrap 5 para WSTC
Tags: bootstrap-5, Customized
Author: Dani Ocaranza
*/

* {
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand img {
  width: 15rem;
}

@media (max-width: 768px) {
  .nav-logo {
      width: 13rem;
  }
}


.hero-overlay {
  height: 100%;
  background: linear-gradient(0.25turn, hsla(0, 0%, 0%, 0.301) 30%, #00199F);
}

.btn {
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  padding: 0.8rem 1.2rem;
}

.btn-success {
  background-color: #008A00;
}

.bg-blue {
  background-color: #00199F;
}

.menu-item > a {
  text-decoration: none;
  color: black;
  font-size: 12pt;
  font-weight: 500;
}

.menu-item > a:hover {
  color: rgb(179, 179, 179);
}

.active{ 
  color: #00199F !important; 
}

.drop-active {
  color:aliceblue !important;
}

.footer-bg {
  background-color: #EEF7FF;
}

.footer-logo {
  width: 15rem;
}

.footer-hr {
  color: #00199F;
  size: 10px;
}

.footer-nav li {
  padding: 0 2rem;
  display: inline;
  justify-content: center;
  list-style-type: none;
}

.footer-nav li > a {
  font-size: 16pt;
  font-weight: 600;
  transition: color ease-in-out 0.2s;
}

.footer-nav li > a:hover {
  color: rgb(125, 122, 146);
}


.card {
  height: 100%;
  min-height: 500px;
  max-height: 700px;
}

.back-btn {
  color: black;
  text-decoration: none;
}

.back-btn:hover {
  color: rgb(45, 212, 90);
  text-decoration: none;
}

.card-img-top {
  width:100%;
  height: 15rem;
  object-fit: cover;
}

.wp-block-post-excerpt__excerpt {
  flex-grow: 1;
}

.wp-block-post-excerpt {
  display: flex;
  flex-direction: column;
}

.wp-block-post-excerpt__more-text {
  margin-top: auto;
}
.wp-block-post-excerpt__more-link {
  margin-bottom: 0.5em;
  padding: 0.8rem 0rem;
  color: #008A00;
  font-weight: 600;
  font-size: 14pt;
  text-decoration: none;
  text-align: center;
  width: 10rem;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 3px solid #008A00
}

.wp-block-post-excerpt__more-link:hover {
  background-color: #EEF7FF;
}

.text-blue {
	color: #00199F;
	font-weight: bold;
}