@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: 'Montserrat', sans-serif;
  color: #666;
}

.logo img {
  width: 80px;
}

.top-bar {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 50px;
}

.navbar-expand-md .navbar-nav .nav-link {
  cursor: pointer;
}

.menu-top .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.menu-top .nav-link {
  color: #fff;
  font-weight: 300;
}

.menu-top .nav-link.active {
  color: #fff;
  font-weight: 600;
}

main {
  overflow: hidden;
}

.slick-dots {
  bottom: 25px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bg-negro {
  background-color: #000;
}

.bg-amarillo {
  background-color: #ffd300;
}

.margin-top-1 {
  margin-top: -1px;
}

.title-after-slider h1 {
  padding: 0 25px;
}

.parallax {
  min-height: 300px;
  width: 100%;
  height: 100%;
}

.parallax-1 {
  background: url("/assets/img/720.jpeg");
}

.parallax-2 {
  background: url("/assets/img/gorosito.jpg");
}

.parallax-1, .parallax-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.afiliaciones {
  margin-top: 50px;
}

.afiliaciones .title {
  padding-bottom: 30px;
}

.afiliaciones .direccion {
  padding-top: 30px;
  border-top: 1px solid lightgray;
  width: 350px;
  margin: 0 auto;
}

.pt-80 {
  padding-top: 80px;
}

.text-purpura {
  color: #5500fe;
}

.bg-purpura {
  background-color: #5500fe;
}

.border-purpura {
  border-color: #5500fe;
}

:not(.btn-check) + .btn:hover,
:not(.btn-check) + .btn:active {
  color: #666;
  background-color: #ffd300;
  border-color: #ffd300;
}

.bases {
  margin-bottom: 120px;
}

.bases .title {
  position: relative;
  padding-bottom: 20px;
}

.bases .title::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #5500fe;
  bottom: 0;
  left: calc(50% - 35px);
}

.accordion-footer {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.accordion-button:focus {
  border-color: #5500fe;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #5500fe;
  background-color: unset;
  font-weight: 600;
}

.maps {
  margin-bottom: 50px;
}

.footer-top .logo-footer img {
  width: 200px;
}

.footer-top .social {
  width: 245px;
  padding: 46px 0;
}

.footer-top .social p {
  color: #fff;
}

.footer-top .social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding-left: 0;
}

.footer-top .social ul li {
  padding: 0 15px;
}

.footer-top .social ul li a {
  color: #fff;
  font-size: 18px;
}

.caletadevs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  border-top: 1px solid lightgray;
}

.caletadevs .logo-footer {
  width: 20px;
}

.caletadevs p {
  margin-bottom: 0;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .logo img {
    width: 50px;
  }
  .accordion-footer {
    width: unset;
  }
}

@media (max-width: 767px) {
  .top-bar {
    background-color: #000;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .navbar-nav .nav-item {
    text-align: right;
  }
  .libertarios-slider1 {
    margin-top: 80px;
  }
  .footer-top .logo-footer img {
    width: 150px;
  }
  .footer-top .social {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .footer-top .social p {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .top-bar {
    padding: 10px 0;
  }
  .accordion-footer {
    width: unset;
  }
}
/*# sourceMappingURL=ajustes.css.map */