.banner-container {
  padding: 0 15px 0 15px;
}

.caret {
  border-top: 2px solid #4a4a4a;
  border-right: 0px solid transparent;
  border-left: 2px solid #4a4a4a;
  position: relative;
  margin: 0;
  height: 8px;
  width: 8px;
  transform: rotate(223deg);
  transition: all 0.6s;
  margin-top: -5px;
  margin-left: 4px;
}
.background-1 {
  background-image: url("../images/Home_banner.png");
  padding: 7em 200px 0;
  height: 549px;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 1400px) {
  .background-1 {
    padding: 100px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 496px) {
  .biblioteca-virtual {
    margin-bottom: 2em;
  }
  .encuentra-libros-re {
    margin-bottom: 4em;
  }
  .search-1 {
    padding-right: 7%;
  }
}
@media only screen and (max-width: 677px) {
  .background-1 {
    padding: 10px;
    padding-top: 5em;
    padding-bottom: 100px;
  }
  .encuentra-libros-re {
    margin-bottom: 3em;
  }
  .boton-1 {
    width: 40px;
  }
}
.background-2 {
  padding-left: 1%;
  width: 100%;
}
.group-2 {
  height: 68px;
  width: 934px;
}
.biblioteca-virtual {
  height: 53px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 53px;
  text-align: center;
  padding-bottom: 2em;
}
.rectangle-copy-3 {
  box-sizing: border-box;
  height: 69px;
  border: 1px solid rgba(155, 155, 155, 0.59);
  border-radius: 4px;
  background-color: #ffffff;
}
.line {
  box-sizing: border-box;
  background-color: #9b9b9b;
  width: 1px;
}
.path {
  transform: rotate(270deg);
  background-color: #4a4a4a;
}
.encuentra-libros-re {
  height: 25px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 2em;
}
.search-1 {
  height: 68px;
  width: 100%;
  padding-left: 24%;
  padding-right: 24%;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.boton-1 {
  height: 52px;
  width: 152px;
  margin: 8px;
  position: absolute;
  right: 1%;
  border-radius: 4px;
  background-color: #d9011c;
}
.boton-1:hover {
  background-color: rgba(189, 27, 46, 0.802);
}
#verticle-line {
  width: 2px;
  height: 38vh;
  background: #f1f1f1;
}
@media only screen and (max-width: 991px) {
  .boton-1 {
    width: 50px;
  }
  #verticle-line {
    width: 100%;
    height: 2px;
    margin: 15px 0;
  }
  .search-1 {
    padding-left: 33%;
    padding-right: 15%;
  }
}
.buscar {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: 19px;
  text-align: center;
}
.encuentra-jurisprude {
  color: #9b9b9b;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.23px;
  line-height: 18px;
}
.filtros-avanzados {
  color: #4a4a4a;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 15px;
  text-align: center;
}

.btn-group.search-1 select {
  height: 68px;
  width: auto;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

label {
  font-size: 14px;
}
.btn-link {
  text-decoration: none;
  padding: 0px;
  font-size: 14px;
}
.btn-filter {
  height: 52px;
  width: 152px;
  margin: 8px;
  position: absolute;
  left: 1%;
  background-color: #fff;
  color: black;
  border-color: transparent;
}
.btn-filter:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.filter-container {
  padding: 30px;
  width: 100%;
  margin-top: 70px;
}
.form-check-input {
  border-color: #000;
  margin: 5px;
}
.form-check-input:checked {
  background-color: #d9011d;
  border-color: #000;
}
.btn-group.search-1 select {
  height: 68px;
  width: auto;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.link-banner-wraper {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
}

.link-banner {
  margin-left: 12px;
  display: inline-block;
  width: 150px;
  color: #f4c200;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #f4c200;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  animation: shake ease-in 3.5s 3;
}

.link-banner:hover,
.link-banner:active,
.link-banner:focus {
  color: #fff;
  border-color: #fff;
}

@keyframes shake {
  0% {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  80% {
    transform: translateX(0);
  }
  84%,
  88%,
  92%,
  96% {
    transform: translateX(10px);
  }
  82%,
  86%,
  90% {
    transform: translateX(-30px);
  }
  94%,
  100% {
    transform: translateX(0);
    background: #f4c200;
    color: #fff;
  }
}
.link-banner:focus,
.link-banner:hover {
  text-decoration: none;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px;
}
.no-show {
  display: none;
}
.subtitulo {
  font-size: 1.6rem;
  font-weight: 800;
}

.btn-banner-container > a {
  height: auto;
  width: 109px;
  color: #4a4a4a;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 15px;
  margin: 0;
  background-color: #ffffff;
}

.btn-banner-container > a.link-videoteca-collection {
  width: 189px;
}

.btn-banner-container {
  transform: translateX(-5em);
}

.btn-banner-container > a > img {
  display: inline-block;
  margin-right: 10px;
}

.btn-banner-container > a > p {
  display: inline-block;
  margin-bottom: 0px;
}

.glossary-btn {
  transform: translateX(0vw);
}

.other-resources-icon {
  width: 26px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .btn-banner-container {
    display: none;
  }
}

@media only screen and (max-width: 321px) {
  .biblioteca-virtual {
    font-size: 39px;
  }
}
