@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

.bravoauto-store-location-page .large-paragraph-bold {
    color: #575756;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    padding-top:10px;
    width: 200px;
}

.bravoauto-store-location-page .large-paragraph-captions-1 {
    color: #575756;
    width: 400px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2vh;
    margin-left: 5px;
}

.bravoauto-store-location-page .address {
    margin-top: 10px;
}

.bravoauto-store-location-page .large-blue-button {
    font-weight: 400;
    border-radius: 22px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 8px 16px;
    height: 40px;
    text-align: center;
    background-color: #FFFFFF;
    color: #00395C;
    cursor: pointer;
    outline: none;
    border: none;
    border: 1px solid #00395C;
    width: 170px;
    margin-left: 50%;
    font-weight: 600;
}

.bravoauto-store-location-page .large-blue-button:hover {
  background-color: #00395C;
  color: white;
}

.bravoauto-store-location-page .large-blue-button:active {
  background-color: #00395C;
}

.bravoauto-store-location-page .wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    width: auto;
    background-color: #F0F1F2;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
}

.bravoauto-store-location-page .container-card {
    background-color: #FFFFFF;
    width: auto;
    height: auto;
    padding: 20px;
    gap: 24px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.bravoauto-store-location-page .container-icons {
    margin: 20px 5px;
    width: 100%;
}

.bravoauto-store-location-page .logo {
    margin-left: 60%;
    width: 149px;
    height:  37px;
    transform: translateY(-30px)

}

.bravoauto-store-location-page .information {
    color: #575756;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}

.bravoauto-store-location-page .telephone {
    color: #65A1D7;
    font-size: 22px;
    margin-left: 15px;
    margin-top: 5px;
}

.bravoauto-store-location-page .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    width: auto;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}

.bravoauto-store-location-page .grid-item {
    padding: 10px 0px;
    margin: 0px 20px;
    color: #575756;
    font-weight: 400;
    font-size: 14px;
}

.bravoauto-store-location-page .grid-item img{
  margin-right: 10px;
}

.bravoauto-store-location-page .large-blue-button{
    transform: translate(30px,-40px);
}

@media only screen and (min-width: 900px) and (max-width: 1400px) {

    .bravoauto-store-location-page .wrapper {
        grid-template-columns: auto auto;
    }

    .bravoauto-store-location-page .container-cards {
        justify-items: center;
    }
}

@media only screen and (min-width: 500px) and (max-width: 899px) {

    .bravoauto-store-location-page .wrapper {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 499px) {

    .bravoauto-store-location-page .wrapper {
        grid-template-columns: auto;
    }

    .bravoauto-store-location-page .container-card {
        width: 80%;
        height: auto;
        padding: 20px;
        margin: auto;
        margin-top: 30px;
    }

    .bravoauto-store-location-page .container-icons .row {
        padding-left: 11%;
        width: 250px;
        justify-content: space-between;
    }

    .bravoauto-store-location-page .header .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .bravoauto-store-location-page .logo {
        display: flex;
        margin-left: 20px;
        transform: translate(-10px, 10px);
    }

    .bravoauto-store-location-page .large-paragraph-bold {
        display: flex;
    }

    .bravoauto-store-location-page .large-paragraph-captions-1 {
        font-size: 12px;
        margin-left: 10px;
        width: auto;
    }

    .bravoauto-store-location-page .information {
        text-align: center;
    }

    .bravoauto-store-location-page .telephone {
        text-align: center;
    }

    .bravoauto-store-location-page .large-blue-button {
        transform: translate(-75px, 5px);
    }

    .bravoauto-store-location-page .container-icons {
        width: auto;
    }

    .bravoauto-store-location-page .bottom-section .row {
        display: flex;
        flex-direction: column;
    }

    .bravoauto-store-location-page .footer {
        justify-items: center;
    }

    .bravoauto-store-location-page .container-icons {
        margin-right: 35px;
    }

    .bravoauto-store-location-page .grid-item {
        margin: 0px 25px;
    }

    .bravoauto-store-location-page .grid-container {
        width: 120%;
        justify-items: start;
    }

    .bravoauto-store-location-page .wrapper {
        padding-left: 0px;
    }
}

.contact-store{
  color: #575656;
  font-family: 'Nunito Sans'; 
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.store-card {
  /* border: 1px solid #C2C2C2;
  border-radius: 10px;
  overflow: hidden;
  background-color: white; */
  transition: box-shadow 0.1s ease-in-out 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .1s ease-in-out;
  transition: transform .1s ease-in-out
}

.store-card:hover {
  -webkit-box-shadow: 6px 6px 20px #d0d0cd, -6px -6px 20px #d0d0cd;
  box-shadow: 6px 6px 20px #d0d0cd, -6px -6px 20px #d0d0cd;
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}