input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.container .enlace-banner {
  display: block;
  box-shadow: 0px 0px 8px 0px #404040;
  position: relative;
  z-index: 3;
}
.cont-banner {
  position: relative;
  width: 300px;
  height: 150px;
  max-width: 100%;
}
.cont-banner img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.cont-slider {
  background: #F0F0F0;
  position: relative;
  padding: 20px 0 15px;
  width: 300px;
  height: 450px;
  text-align: center;
  z-index: 2;
}
.cont-slider .bx-wrapper {
  box-shadow: none;
  background: transparent;
  border: none;
  /*padding: 0 40px;*/
  padding-left: 10px;
  height: 420px;
}
.bx-wrapper img {
  border: 1px solid #919190;
  border-radius: 8px;
}
.slide .enlace {
  background: #ae1e5b;
  border: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin: 15px auto;
  padding: 8px 0;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
}
.bx-controls.bx-has-controls-direction {
  position: absolute;
  width: 100%;
  top: 45%;
}
.bx-prev, .bx-next {
  border: none;
  display: flex;
  position: absolute;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background-color: #ae1e5b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.6;
}
.bx-next {
  right: 20px;
}
.bx-prev {
  left: 10px;
}
.bx-prev:hover, .bx-next:hover {
  opacity: 1;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F0F0F0;
}
.bg-image img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  max-width: none;
  opacity: 0.8;
}