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;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner {
  position: relative;
  width: 300px;
  height: 100px;
  align-items: center;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 5px 0px #a7a7a7;
}
.cont-mid {
  position: relative;
  width: 300px;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cont-car {
    position: relative;
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
}
.title {
    color: #252F40;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.car {
    position: relative;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.car img { 
  max-height: 100%;
}
.subtitle {
    color: #7F7F7F;
    font-size: 13px;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bullets {
    position: relative;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#car2, #car3, #car4, #car5 {
  display: none;
  left: -300px;
} 
.bullet {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 8px;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
}
.car1 {
  background-color: #060707;
}
.car2 {
  background-color: #020f0f;
}
.car3 {
  background-color: #fcf9f9;
}
.car4 {
  background-color: #e92c2c;
}
.car5 {
  background-color: #1d192e;
}
.car2 span, .car1 span, .car5 span, .car4 span {
  color: #fff;
}
.cont-details {
    position: relative;
    width: 300px;
    height: 250px;
    background: #003057;
    border-radius: 20px;
    padding: 40px 15px 15px;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
}
.logo img {
    max-height: 100%;
}
.content1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 30px 10px 10px;
    flex-wrap: wrap;
}
.cont-circles {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.circle, .spinner:after {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    margin: 0 20px;
    position: relative;
}
.circle1 {
  background-color: transparent;
  border-top: 5px solid rgb(0,48,87);
  border-right: 5px solid rgb(0,48,87);
  border-left: 5px solid rgb(0,48,87);
  border-bottom: 5px solid rgba(0,48,87,.5);
}
.circle2 {
  background-color: transparent;
  border-top: 5px solid rgb(0,48,87);
  border-right: 5px solid rgb(0,48,87,.5);
  border-left: 5px solid rgb(0,48,87);
  border-bottom: 5px solid rgba(0,48,87);
}
.txt1 {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: 33%;
}
.txt2 {
    color: #595959;
    position: absolute;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 70px;
    text-align: center;
    bottom: -14px;
    height: 30px;
    line-height: 30px;
    left: -5px;
    border-radius: 50%;
    font-size: 14px;
    border: none;
}
.txt3 {
    display: block;
    font-size: 10px;
    line-height: 13px;
    width: 80%;
    color: #424542;
}
.enlace {
    display: block;
    margin-top: 15px;
}
.enlace a {
    background: #000;
    border: none;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 7px 55px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.enlace a:hover {
  opacity: 0.5;
}