#reseller-banner img {
    width: 100%;
}

#reseller-about-us-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12rem 1rem;
  gap: 5rem;
}

#reseller-about-us-info .image {
  width: 360px;
  height: 350px;
}

#reseller-about-us-info .image img {
  width: 100%;
  height: 100%;
}

#reseller-about-us-info .about-us {
    width: 350px;
}

#reseller-about-us-info .about-us h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #252525 !important;
}

#reseller-about-us-info .about-us p {
    font-weight: 300;
}

#reseller-about-us {
    background-color: #fff;
    font-family: Arial, sans-serif;
    padding: 8rem 0;
}

#reseller-about-us .title h2 {
    color: #ba8606;
    text-align: center;
    padding-bottom: 8rem;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
}

#reseller-about-us .card-custom {
    border: none;
    background: transparent;
}
#reseller-about-us .card-custom h5 {
    font-weight: bold;
    margin: 2rem 0;
    color: #d9a76a;
}
#reseller-about-us .card-custom .icon {
    font-size: 48px;
    margin-bottom: 10px;
    color: #d9a76a;
}
#reseller-about-us .card-custom .icon img {
    height: 100px;
}
#reseller-about-us .card-custom ul {
    list-style: none;
    padding: 0;
}
#reseller-about-us .card-custom ul li {
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 8px;
    height: 75px;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#reseller-about-us .card-custom ul li b {
    color: #bb840b;
    display: block;
    text-align: start;
    width: 100%;
}
#reseller-about-us .card-custom ul li span {
    display: block;
    text-align: start;
}
#reseller-about-us .card-container:nth-child(2) ul li {
    background-color: #fff5f8;
}

#reseller-about-us .btn-custom {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
    display: block;
    margin: 20px auto 0;
    width: 400px;
}

#reseller-questions {
    padding: 8rem 0;
}

#reseller-questions header h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 36px;
}

#reseller-questions header h2 span {
    font-weight: 700;
    color: black;
}

#reseller-questions #accordion {
    margin: 4rem 0;
}


#reseller-questions .btn-reseller {
    text-align: center;
}

#reseller-questions .btn-reseller a {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 1rem 2rem;
    border-radius: 5px;
}

#reseller-questions .btn-reseller a:hover {
    background-color: var(--primary-hover-color);
    font-weight: 700;
}

#reseller-questions small {
    text-align: center;
    display: block;
}

#reseller-register {
    background-color: #fafafa;
    border-top: 4px solid var(--primary-color);
    padding: 8rem 0;
}

#reseller-register .title h2 {
    text-align: center;
    color: black;
    font-size: 36px;
    font-weight: 600;
}

#reseller-register .title h2 span {
    font-weight: 700;
    color: #fac0c5;
}

#reseller-register label {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

#reseller-register form header h2 {
    font-size: 20px;
}

#reseller-register input,
#reseller-register select,
#reseller-register textarea {
    float: left;
    width: 100%;
    padding: 2px 2%;
    border: 1px solid black !important;
    font-size: 0.875rem;
    border-radius: 3px !important;
}

#reseller-register input::placeholder,
#reseller-register select::placeholder,
#reseller-register textarea::placeholder {
    color: var(--color-text-four);
    font-size: small;
}

#reseller-register input,
#reseller-register select {
    height: 35px;
}

#reseller-register textarea {
    height: 221px;
}

#reseller-register #salvar-cadastro {
    margin-top: 6px;
    cursor: pointer;
    height: 54px;
    background-color: #66ddd8;
    width: 100%;
    color: var(--primary-text-color);
    position: relative;
    border: none;
}

#reseller-register #salvar-cadastro:hover {
    background-color: #66ddd8cc;
}

#reseller-register input[type="file"] {
    border: none;
    cursor: pointer;
}

#reseller-register #salvar-cadastro:hover {
    transition: 0.3s;
}

#reseller-register form {
    padding-top: 8rem;
}

.campo-obrigatorio {
    color: var(--color-text-red);
    margin-right: 5px;
    line-height: 30px;
    margin-bottom: 0;
}

#campo-cidade {
    float: left;
    width: 30%;
    margin: 0 1%;
}

#campo-uf {
    float: left;
    width: 18%;
}

#campo-endereco {
    float: left;
    margin-right: 1%;
    width: 81%;
}

#campo-numero {
    float: left;
    width: 18%;
}

#mensagemAlert {
    font-size: 1.25rem;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#reseller-register .error input,
#reseller-register .error select {
    border: 1px solid red !important;
}

#reseller-register .error .validationMessage {
    color: red !important;
}


body:has(#reseller-register) .social_medias {
    background-color: var(--secondary-background-color);
}



#accordion .card-header {
    background-color: var(--secondary-background-color);
}

#accordion .card-header .card .btn {
    color: var(--secondary-background-text-color);
}

#accordion button .icon-open {
    display: none;
}

#accordion button:not(.collapsed) .icon-open {
    display: unset !important;
}

#accordion button:not(.collapsed) .icon-close {
    display: none;
}

#accordion .card .btn {
    color: var(--color-text-two);
    font-weight: 500;
    white-space: normal;
    width: 100%;
    text-align: left;
    padding: 6px;
}

#accordion .card .btn:hover span {
    color: var(--color-text-one);
}

#accordion .card .btn i {
    float: right;
    color: var(--color-text-one);
    font-weight: bold;
}

#accordion .card-body {
    text-align: left;
}

#accordion .card-body .answer {
    padding: 15px;
    border-left: 2px solid var(--color-headerLine-background);
}


@media (max-width: 768px) {
	#reseller-about-us-info {
        flex-wrap: wrap;
        padding: 4rem 1rem;
    }

    #reseller-about-us-info .about-us {
        width: 100%;
    }
	
    #reseller-about-us {
        flex-wrap: wrap;
        padding: 4rem 1rem;
    }

    #reseller-about-us .about-us {
        width: 100%;
    }

    #reseller-about-us .title h2 {
        padding-bottom: 3rem;
    }

    #reseller-questions {
        padding: 4rem 12px;
    }

    #reseller-questions #accordion {
        margin: 2rem 0;
    }

    #reseller-about-us .image {
        width: 250px;
        height: 240px;
    }

    #reseller-register {
        padding: 4rem 0;
    }

    #reseller-register form {
        padding-top: 1em;
    }

    #reseller-questions header h2,
    #reseller-register .title h2 {
        font-size: 24px;
    }

    #reseller-about-us .row {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
	#reseller-about-us-info .about-us h2 {
		text-align: center;	
	}
    #reseller-about-us .btn-custom {
        width: 100%;
    }
}