@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&amp;display=swap');

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: 'Cairo', sans-serif;
  color: #21223b;
}

.btn-rounded {
  border-radius: 2px;
}

.btn-link {
  color: #3334bc;
}

.btn-warning {
  font-weight: 700;
  border-radius: 2px;
  background-color: #f9d35b;
  border: 1px solid #f9d35b;
}

.btn-warning:hover {
  background-color: #f9d35b;
  border: 1px solid #f9d35b;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175) !important
}

.text-purple {
  color: #3334bc !important;
}

.text-morado {
  color: #5b2d80 !important;
}

.title-rectangle {
  display: inline-block;
  width: 38px;
  height: 3px;
  background-color: #21223b;
}

.bg-gray {
  background-color: #fafafc;
}

.bg-pink {
  background-image: url('../img/background/red.png');
  background-position: left;
  background-size: cover;
}

.bg-purple {
  background-image: url('../img/background/purple.png');
  background-position: left;
  background-size: cover;
}

.bg-green {
  background-image: url('../img/background/green.png');
  background-position: left;
  background-size: cover;
}

.bg-blue {
  background-image: url('../img/background/blue.png');
  background-position: left;
  background-size: cover;
}

.bg-red {
  background-color: #e15167 !important;
}

.bg-red:hover {
  background-color: #de4058 !important;
}

.bg-red .text-red {
  color: #e15167 !important;
}

.link-black {
  text-decoration: none;
  color: black;
}

.owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.waves {
  background-image: url('../img/mesa-background.png');
  background-position: left bottom;
  background-size: cover;
}

.illustrator {
  background-image: url('../img/postal.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.profile {
  width: 26px !important;
  height: 26px;
  display: inline-block !important;
}

.profile-table {
  width: 52px;
  height: 52px;
}

.dropdown-menu {
  width: 250px;
}

.border-active {
  border: 1px solid #3334bc !important;
}

.navbar-scroll .active h6 {
  color: #3334bc !important;
}

.navbar-light {
  background-color: transparent;
  z-index: 999;
}

.navbar-brand {
  height: 40px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
}

.nav-rectangle {
  width: 21px;
  height: 2px;
  background-color: #000000;
}

.navbar-scroll .nav-item {
  padding: .3rem 0;
}

.navbar-scroll .nav-link {
  padding: 0 .8rem;
}

.navbar-scroll .nav-link.active {
  border-left: 3px solid #3334bc;
}

.hero {
  background-image: url('../img/pajaro.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50em;
  margin-top: -58px;
}

.hero-rectangle {
  width: 54px;
  height: 4px;
  background-color: #f9d35b;
  margin-top: 15px;
  margin-bottom: 15px;
}

.events-card {
  background-color: #ffffff;
  box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.03);
  padding: 20px;
}

.article-card {
  background-color: #ffffff;
  box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.03);
}

.article-card>div {
  padding: 10px 20px 20px 20px;
}

/* .grid-item { width: 25%; }
.grid-item--width2 { width: 50%; } */

.filters>.btn.active {
  border-bottom: 2px #f9d35b solid;
}

.filters>.btn:focus {
  outline: none;
  box-shadow: none;
}

.subscribe {
  background-color: #5b2d80;
  background-image: url('../img/tree-texture.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.footer {
  color: #ffffff;
  background-color: #000000;
}

.footer a {
  color: #ffffff;
}


@media (max-width: 991.98px) {
  .navbar-collapse ul {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-collapse ul li {
    border-bottom: 1px solid #fafafc;
  }

  .navbar-collapse .nav-rectangle {
    display: none;
  }

  .icon-next-purple {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
}

.owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border: none;
}

@media (max-width: 425px) {
  .navhere {
    display: none !important;
  }
}

#navhere-testimonios {
  margin-left: calc(100% / -1.3);
  margin-bottom: 99px;
}

#navhere-testimonios .owl-prev {
  margin-right: calc(518%);
}

.owl-carousel1 .owl-dots {
  margin-top: 10px;
}

.owl-carousel3 .owl-dots {
  margin-top: 10px;
}

.grecaptcha-badge {
  display: none;
}

.contenido {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}

.aviso {
  font-weight: 700;
  color: white !important;
  /* -webkit-text-stroke: .1px black; */
  text-shadow: 0.2px 0.5px 1.5px #544d4d;

  background-color: #f9d35b;
  background-image: linear-gradient(40deg, #f9d35b 50%, #de4058 100%);
}

@media (max-width: 996px) {
  .hero {
    margin-top: -56px;
  }
}