﻿
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 33.33%;
    width: 100%;
}

.container-assistencia {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%
}

.containerBase {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #C41B17;
}

.container-assistencia .border-input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 60px;
}

.modal-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 25px
}

#buscar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-warning {
    width: 100%;
    max-width: 630px;
    margin: 50px auto 0 auto;
}

.containerBase form {
    width: 100%;
    max-width: 630px;
    margin-bottom: 110px;
}

.input-busca button:focus {
    outline-width: 0;
}

#map {
    width: 884px;
    height: 462px;
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.text-assist-encontradas {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #8A8A8A;
    margin-bottom: 50px;
}

    .text-assist-encontradas .red, .text-assist-nao-encontradas span {
        color: #C41B17
    }

.endereco {
    margin-bottom: 20px;
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #9C9D9F;
    flex:unset;
    max-width: unset;
    padding: unset;
}

.enderecos hr {
    margin-bottom: 30px;
}

.enderecos {
    width: 884px;
}

.assist-nao-encontrada {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    width: 100%;
    max-width: 630px;
    padding-left: 2em;
    padding-right: 2em;
}

.text-assist-nao-encontradas {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #8A8A8A;
    margin-bottom: 45px;
}

.text-assist-nao-encontradas img {
    margin-right: 40px;
}

#enviar {
    background: #C41B17;
    border-radius: 100px;
    color: #FFF;
    align-self: center;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 14px;
}

#enviar:focus {
    outline-width: 0;
}

#enviar:hover {
    background: #C41B17;
    text-decoration: none;
    background: rgb(209, 157, 157);
    color: #000;
}

#loading {
    display: flex;
    justify-content: center;
    align-self: center;
    display: none;
}

.input-busca {
    display: flex;
    justify-content: flex-end;
    max-width: 630px;
    width: 100%;
}

#busca {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 60px;
    height: 50px;
    width: 100%;
    padding-left: 35px;
}

#busca::-webkit-input-placeholder { /* Edge */
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.2);
}

#busca:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.2);
}

#busca::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.2);
}

#lupa {
    border: none;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #C41B17;
    border-radius: 60px;
    margin-left: -5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    align-self: center;
    align-items: center;
    margin-right: 5px;
}

#lupa::after {
    content: "";
    background: rgb(209, 157, 157);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

#lupa:active::after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.nome-assistencia {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #C41B17;
    margin-bottom: 10px;
}

.end-assistencia, .telefone-rodape, .cnpj-assistencia {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    color: #8A8A8A;
}

.telefone-rodape {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-validation-error {
    margin-left: 20px;
}

/*Mobile*/
@media only screen and (max-width: 425px) {
    #title {
        display: none;
    }

    .containerBase form {
        margin-bottom: 35px;
    }

    .text-assist-encontradas {
        font-size: 16px;
        text-align: center;
        width: 100%;
        max-width: 215px;
    }

    .text-assist-nao-encontradas {
        font-size: 16px;
    }

        .text-assist-nao-encontradas img {
            width: 82px;
            height: 92px;
            margin-right: 20px;
        }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-assistencia {
        margin-top: 50px;
    }

    .content {
        max-width: 100%;
        padding: 0px 32px;
    }

    .group {
        margin-bottom: 50px;
    }

    #txtEntrar:after {
        content: ' assistência';
    }

    .end-assistencia, .telefone-rodape {
        font-size: 14px;
    }

    .nome-assistencia {
        font-size: 16px;
    }

    .endereco {
        padding-right: 15px;
        padding-left: 15px;
    }

    /*.footer {
        display: none;
    }*/
}

.error {
    display: none;
    margin-bottom: 30px;
}