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;
}
.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: 40px;
  height: 420px;
}
.bx-wrapper img {
  border: 1px solid #919190;
  border-radius: 8px;
}
.slide .enlace {
  background: #FFD100;
  border: none;
  font-size: 16px;
  color: #fafaf5;
  display: block;
  margin: 15px auto;
  padding: 8px 0;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
}