
@-webkit-keyframes display-none-transition {0% {opacity: 0;}}
@keyframes display-none-transition {0% {opacity: 0;}}

.lp-drive {font-family:'Ubuntu', Arial, sans-serif;}
.lp-drive-container {width: 1200px; margin: 0 auto;}

.lp-drive-top .lp-drive-container {width: 700px}
.lp-drive-top {background:url(background.jpg) top center repeat-x #940707; color: #fff; text-align: center; padding: 40px 0;}
.lp-drive-top .logo {display: block; margin: 0 auto;}
.lp-drive-top h1 {font-size: 32px; font-weight: bold; margin: 30px 0; line-height: 36px;}
.lp-drive-top h2 {font-size: 24px; font-weight: bold; line-height: 28px;}
.lp-drive-top .steps {padding: 20px 0; margin-bottom: 30px;}
.lp-drive-top .steps ul {display: flex; flex-wrap: wrap;}
.lp-drive-top .steps ul li {width: calc(100% / 3); padding: 0px 10px; text-align: center; font-size: 16px; line-height: 18px;}
.lp-drive-top .steps ul li img {display: block; margin: 20px auto; border-radius: 100px; border: 5px solid #fff;}
.lp-drive-top .list h2 {margin-bottom: 20px;}
.lp-drive-top .list .selects {display: flex;}
.lp-drive-top .list .selects div {text-align: left; padding: 20px;}
.lp-drive-top .list .selects .estado {width: 30%;}
.lp-drive-top .list .selects .cidade {width: 70%;}
.lp-drive-top .list .selects select {width: 100%; font-size: 18px; color: #333333; padding: 10px 20px; border-radius: 5px; text-transform: uppercase; box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.5); height: 50px;}

.lp-drive-stores {background: #940707; height: 100%; transition: all 0.5s; min-height: 250px; padding-bottom: 60px;}
.lp-drive-stores ul {display: flex; flex-wrap: wrap; margin: 0; padding: 0}
.lp-drive-stores li {width: calc(100% / 3 - 20px); border-radius: 10px; padding: 20px; margin: 10px; display: block; opacity: 1; -webkit-animation: display-none-transition 1s both; animation: display-none-transition 1s both; box-sizing: border-box; background: #fff; box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.5)}
.lp-drive-stores li span {display: block; font-size: 16px; line-height: 18px;}
.lp-drive-stores li span.title {font-weight: bold; color: #940707; font-size: 18px; text-transform: uppercase; margin-bottom: 10px; line-height: 22px;}
.lp-drive-stores li span.adress1 {margin-bottom: 5px;}
.lp-drive-stores li span.adress2 {margin-bottom: 10px;}
.lp-drive-stores li span.time {margin-bottom: 5px;}
.lp-drive-stores li span.phone,.lp-drive-stores li span a {color: #940707; font-weight: bold;}

@media (max-width: 768px){
.lp-drive-container,.lp-drive-top .lp-drive-container {width: 100%; padding: 10px 10px 0px;}
.lp-drive-top .logo {width: 75%;}
.lp-drive-top {padding: 20px 0 0}
.lp-drive-top h1 {font-size: 22px; line-height: 24px; margin: 20px 0;}
.lp-drive-top h2, .lp-drive-top .list h2 {font-size: 20px; margin-bottom: 10px; line-height: 22px;}
.lp-drive-top h2 {margin: 0}
.lp-drive-top h2 br {display: none;}
.lp-drive-top .steps {padding: 0 10px; margin-bottom: 0px;}
.lp-drive-top .steps ul li {width: calc(100% / 1); display: flex; text-align: left; padding: 10px; align-items: center; font-size: 14px;}
.lp-drive-top .steps ul li img {width: 30%; border: 2px solid #fff; margin-right: 15px;}
.lp-drive-top .list .selects .estado,.lp-drive-top .list .selects .cidade {width: 100%;}
.lp-drive-top .list .selects {display: flex; flex-wrap: wrap;}
.lp-drive-top .list .selects div {padding: 10px;}
.lp-drive-top .list .selects select {font-size: 15px; height: 40px;}
.lp-drive-stores {min-height: inherit;}
.lp-drive-stores li {width: 100%; padding: 15px;}
.lp-drive-stores li span {font-size: 12px; line-height: 14px;}
.lp-drive-stores li span.title {font-size: 16px; line-height: 18px;}
.lp-drive-stores li span.phone {font-size: 14px;}
}