article.product {
  border: 1px solid #ccc;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
article.product:hover .text p {
  opacity: 0;
}
article.product:hover .text .button {
  opacity: 1;
}
@media (max-width: 767.98px) {
  article.product img {
    width: 100%;
  }
}
article.product .text {
  padding: 0 1rem 1.5rem;
  text-align: center;
}
article.product .text .box {
  background-color: #292B65;
  margin: 1.875rem auto;
  padding: 0.3rem 2rem;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  color: white;
}
article.product .text h3 {
  margin-bottom: 1.313rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #292B65;
}
article.product .text p {
  transition: all 0.3s ease-in-out;
  font-size: 0.75rem;
  color: #686868;
}
article.product .text .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
}
article.product .text .button .btn {
  background-color: #292B65;
  margin: auto auto 1.5rem;
  color: white;
}
article.product .text .button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.products-include {
  padding: 3.5rem 0 8rem;
}
@media (max-width: 767.98px) {
  .products-include {
    padding: 1rem 0 2rem;
  }
}
.products-include .container h2 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .products-include .container h2 {
    font-size: 1.5rem;
  }
}
.products-include .container .swiper-slide {
  height: auto;
}
.products-include .container .products-include-button-prev, .products-include .container .products-include-button-next {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 2;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: auto 0;
  display: flex;
  height: 2rem;
  width: 2rem;
}
.products-include .container .products-include-button-prev:hover, .products-include .container .products-include-button-next:hover {
  box-shadow: 0px 0px 3px 0px #292B65;
}
.products-include .container .products-include-button-prev.swiper-button-disabled, .products-include .container .products-include-button-next.swiper-button-disabled {
  opacity: 0;
}
.products-include .container .products-include-button-prev svg, .products-include .container .products-include-button-next svg {
  font-size: 1.3rem;
  color: #292B65;
}
.products-include .container .products-include-button-prev {
  left: -1rem;
}
@media (max-width: 767.98px) {
  .products-include .container .products-include-button-prev {
    left: 0;
  }
}
.products-include .container .products-include-button-next {
  right: -1rem;
}
@media (max-width: 767.98px) {
  .products-include .container .products-include-button-next {
    right: 0;
  }
}

article.post {
  transition: all 0.3s ease-in-out;
  position: relative;
}
article.post:hover {
  transform: translateY(-0.5rem);
}
article.post:hover .btn {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  article.post img {
    width: 100%;
  }
}
article.post h3 {
  margin: 2.063rem 0 1rem;
  font-weight: bold;
  color: #292B65;
  font-size: 1rem;
}
article.post p {
  font-size: 0.875rem;
  color: #686868;
}
article.post .btn {
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  margin-left: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #00c8ff;
  padding: 0;
}
article.post .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.posts-include {
  padding: 0 0 8rem;
}
@media (max-width: 991.98px) {
  .posts-include {
    padding: 0 0 4rem;
  }
}
.posts-include .container h2 {
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 991.98px) {
  .posts-include .container h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .posts-include .container h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .posts-include .container .row {
    justify-content: center;
  }
}
.posts-include .container .btn-link {
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 991.98px) {
  .posts-include .container .btn-link {
    margin: auto;
  }
}

.aviso-modal .alert-modal {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1090;
  border: none;
  border-radius: 0;
  padding: 0;
}
.aviso-modal .alert-modal .alert-content {
  max-width: 700px;
  background: #fd7c2a;
  text-transform: initial;
  text-align: center;
}
.aviso-modal .alert-modal .alert-content .btn-close {
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
}
.aviso-modal .alert-modal .alert-content h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}
.aviso-modal .alert-modal .alert-content h2 span {
  font-weight: 700;
}
.aviso-modal .alert-modal .warning {
  overflow-y: auto;
  max-height: 100%;
  background: #292B65;
  padding: 3rem;
  border-radius: 0.5rem;
  color: white;
}
.aviso-modal .alert-modal .warning h2 {
  color: black;
  font-weight: 700;
}
.aviso-modal .alert-modal .warning form label {
  display: flex;
}
.aviso-modal .alert-modal .warning .btn {
  margin: auto;
}

.coopermag h2, .coopermag .h2 {
  margin-bottom: 2.5rem;
  font-weight: 900;
  font-size: 3rem;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .coopermag h2, .coopermag .h2 {
    font-size: 1.5rem;
  }
}
.coopermag p {
  color: #292B65;
}
.coopermag .swiper-pagination {
  margin-top: 0.8rem;
  width: 100%;
}
.coopermag .swiper-pagination-bullet {
  background-color: #292B65;
  border-radius: 2px;
  width: 1.5rem;
  height: 7px;
  opacity: 1;
}
.coopermag .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.5rem;
}
.coopermag .swiper-pagination-bullet-active {
  width: 5rem;
}

.home {
  max-width: 1920px;
  margin: auto;
}
.home.banner .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .home.banner .swiper-container .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
.home.banner .swiper-container .swiper-pagination-bullet {
  background-color: #292B65;
  border-radius: 2px;
  width: 1.5rem;
  height: 7px;
  opacity: 1;
}
.home.banner .swiper-container .swiper-pagination-bullet-active {
  width: 5rem;
}
.home.search {
  text-align: center;
  padding: 4rem 0;
  color: #292B65;
}
@media (max-width: 991.98px) {
  .home.search {
    padding: 3rem 0;
  }
}
.home.search .container h2 {
  margin-bottom: 1.4rem;
  font-size: 2.75rem;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .home.search .container h2 {
    font-size: 1.5rem;
  }
}
.home.search .container h2.last-h2 {
  text-transform: uppercase;
  font-size: 1.375rem;
  position: relative;
  margin-top: 2.8rem;
}
@media (max-width: 767.98px) {
  .home.search .container h2.last-h2 {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
.home.search .container h2.last-h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: white;
  margin: auto;
  height: 1rem;
  width: 5rem;
}
.home.search .container h2.last-h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: rgb(221, 221, 221);
  margin: auto;
  height: 2px;
  width: 100%;
}
.home.search .container p {
  font-size: 1.375rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .home.search .container p {
    font-size: 1rem;
  }
}
.home.search .container p.last-p {
  margin-bottom: 2.75rem;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .home.search .container p.last-p {
    margin: 1.5rem 0;
    font-size: 1rem;
  }
}
.home.search .container h3 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .home.search .container h3 {
    margin-bottom: 1rem;
  }
}
.home.search .container .category {
  margin: 2.5rem 0 2.563rem;
}
@media (max-width: 767.98px) {
  .home.search .container .category {
    margin: 1.5rem 0;
  }
}
.home.search .container .tag {
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  .home.search .container .tag {
    margin-bottom: 1.5rem;
  }
}
.home.search .container .tag .form-check {
  padding: 0;
  margin: 0;
}
.home.search .container .tag .form-check:hover input + label {
  background-color: #00c8ff;
  color: #292B65;
}
.home.search .container .tag .form-check-input {
  position: absolute;
  opacity: 0;
}
.home.search .container .tag .form-check-input:checked + label {
  background-color: #292B65;
  color: white;
}
.home.search .container .tag .form-check-label {
  border: 1px solid #292B65;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
  position: relative;
  padding: 0 1rem;
  margin: 0;
}
.home.search .container .form-check {
  padding-left: 1.625rem;
  min-height: 1.625rem;
  align-items: center;
  display: flex;
  margin: 0;
}
.home.search .container .form-check:hover input + label {
  color: #00c8ff;
}
.home.search .container .form-check-input {
  background-position: inherit;
  border-color: #292B65;
  height: 1.625rem;
  width: 1.625rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .home.search .container .form-check-input {
    height: 1rem;
    width: 1rem;
  }
}
.home.search .container .form-check-label {
  transition: all 0.3s ease;
  margin-left: 0.5rem;
}
.home.search .input-group {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 767.98px) {
  .home.search .input-group .btn {
    padding-inline: 1rem;
  }
}
.home.banner-body {
  padding: 1rem 0 7rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home.banner-body {
    padding: 0 0 2rem;
  }
}
.home.categories {
  padding: 1rem 0 3rem;
}
@media (max-width: 767.98px) {
  .home.categories {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .home.categories .container .row {
    justify-content: center;
  }
}
.home.categories .container .row article {
  position: relative;
}
@media (max-width: 991.98px) {
  .home.categories .container .row article {
    margin-bottom: 2rem;
  }
  .home.categories .container .row article img {
    width: 100%;
  }
}
.home.categories .container .row article .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  padding: 2rem 3rem;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home.categories .container .row article .text {
    padding: 2rem;
  }
}
.home.categories .container .row article .text h3,
.home.categories .container .row article .text p {
  color: white;
}
.home.categories .container .row article .text h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 900;
}
.home.categories .container .row article .text p {
  font-size: 1.271rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .home.categories .container .row article .text p {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .home.categories .container .row article .text p {
    font-size: 1.271rem;
  }
}
@media (max-width: 767.98px) {
  .home.categories .container .row article .text p {
    font-size: 1rem;
  }
}
.home.categories .container .row article .text .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
.home.categories .container .row article .text .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home.about {
  background: linear-gradient(#1b2a63, #022e5f);
  position: relative;
  height: 28.625rem;
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .home.about {
    background-color: #292B65;
    background-image: none;
    padding-block: 1.5rem;
    height: auto;
  }
}
.home.about .container {
  color: white;
  height: 100%;
}
.home.about .container .row {
  height: 100%;
}
.home.about .container .row .col-md {
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.home.about .container .row .col-md h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 900;
}
.home.about .container .row .col-md p {
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
.home.about .container .row .col-md .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .home.about .container .row .col-md .btn {
    margin: auto;
  }
}
.home.about .container .row .col-md .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
