@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

.portlet-content{
  background-color: #fff!important;
}

.title-search {
  text-align: left;
  font: normal normal normal 20px/23px Corporate S;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  font-weight: normal;
}

.main-title-search {
  text-align: left;
  font-family: Corporate A Condensed;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  opacity: 1;
}

.btn-type{
  background-color: #fff;
  padding: 6px 0;
  font-family: Corporate S;
  font-size: 16px;
  font-weight: 400;
}

.btn-dark{
  background-color: #343a40!important;
}

.hr {
  border: solid 1px #e5e5e5;
  width: 100%;
  border-top: 1px solid gray;
  margin-bottom: 2rem;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-dark:focus {
  outline: none;
  box-shadow: none;
}

.btn-buscar:hover {
  background-color: #0088C6;
}

.btn-buscar {
  width: 175px;
  height: 70px;
  background: #00ADEF 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 2.5rem;
  text-align: center;
  font: normal normal normal 21px/24px Corporate S;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.btn-avanzada {
  text-align: center;
  font: normal normal normal 20px/23px Corporate S;
  letter-spacing: 0px;
  color: #00ADEF;
  opacity: 1;
  cursor: pointer;
}

.btn-avanzada:hover {
  color: #00ADEF !important;
}

.btn-sm {
  border: 1px solid #bfbfbf;
  opacity: 1;
}

.btn-outline-dark {
  text-align: center;
  font: normal normal normal 18px/21px Corporate S;
  letter-spacing: 0px;
  opacity: 1;
}

.form-select {
  border: 0.5px solid #000000;
  color: #000000;
  width: 250px;
  height: 45px;
  font: normal normal normal 18px/21px Corporate S;
  font-family: "Corporate S";
  background: transparent;
  text-align: left;
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-16.png) no-repeat right #ffffff00;
  -webkit-appearance: none;
  background-position-x: 220px;
}

.form-select option {
  border: 0.5px solid #000000;
  width: 250px;
  height: 45px;
  font: normal normal normal 18px/21px Corporate S;
  font-family: "Corporate S";
  background: transparent;
  text-align: left;
}

.dropdown-menu {
  background-color: white;
  margin: 0 0 0 0;
}

.li-select {
  text-align: left;
  font: normal normal normal 18px/21px Corporate S;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background-color: #FFFFFF;
  width: 250px;
  height: auto;
  text-transform: none;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

option {
  font-family: 'sans-serif'
}

.btn-group button {
  flex-grow: 1;
  flex-basis: calc(100% / var(--button-count));
  margin: 0;
}

.btn-detalle {
  width: 96%;
  height: 47px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Corporate S;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  -moz-box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  box-shadow: none;
  box-shadow: 0 0 0 0;
  border-color: rgba(0, 0, 0, 0);
}

.card:hover {
  box-shadow: 0px 0px 7px 0px rgba(66, 66, 66, 0.33);
}

.card-image-top {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.card-title {
  text-align: center;
  font-family: Corporate A Condensed;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  opacity: 1;
  margin-bottom: 3px;
}

.card:hover .btn-detalle {
  /* UI Properties */
  background: #F5F5F5 0% 0% no-repeat padding-box;
  color: #00ADEF;
}
.titulo-marca {
  color: #999999;
  font-size: 20px;
  font-family: 'Corporate S Bold';
  margin-top: 2.5rem;
}

.title-select {
  font: normal normal bold 16px/20px Calibri;
  text-align: left;
  color: black;
}

.box__card{
  height: auto!important;
}

.carousel-indicators li,
.carousel-indicators li.active{
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  border: 0;
  background-color: #999
}

.carousel-indicators li.active{
  background-color: #007aff;
}

.carousel-control-next{
  background-image: url('/documents/d/guest/icon-right');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 30px;
  opacity: 1;
}

.carousel-control-prev{
  background-image: url('/documents/d/guest/icon-left');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 30px;
  opacity: 1;
}

@media screen and (min-width: 768px){
  .main-title-search{
    font-size: calc(1rem* 2.5);
  }
}


@media (max-width: 767.98px) {
  #busqueda {
    align-items: center;
  }

  .form-select {
    border: 1px solid #000000;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 1rem;
    width: 333px;
    height: 45px;
    text-align: left;
    font: normal normal normal 18px/21px Corporate S;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-16.png) no-repeat right #ffffff00;
    -webkit-appearance: none;
    background-position-x: 300px;
  }

  .btn-buscar {
    width: 335px;
    height: 45px;
    background: #00ADEF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-top: 2.5rem;
    text-align: center;
    font: normal normal normal 16px/24px Corporate S;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 0;
  }

  .btn-dark {
    width: 340px;
    height: 35px;
    text-align: left;
    font: normal normal normal 16px/20px Corporate S;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }

  .carousel-indicators {
    position: relative;
    background: transparent;
  }

  .dropdown-menu {
    max-width: 340px;
    width: 340px;
    border-radius: 0;
    margin: 0 0 0 0;
    background: #111116;
  }

  .dropdown-item:hover {
    background-color: #707070;
  }

  .dropdown-item {
    width: 340px;
    height: 35px;
  }

  .li-select {
    width: 333px;

  }

  .dropdown-menu {
    max-width: 333px;
  }

  .li-dark {
    text-align: left;
    font: normal normal normal 16px/20px Corporate S;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }

  .li-dark-selected {
    text-align: left;
    font: normal normal normal 16px/20px Corporate S;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: bold;
  }

}