@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Montserrat', sans-serif !important;
}
.landing__custom-pag{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('https://www.recursosindex.com/recursos/gerli/fondo2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    justify-content: center;
}
.landing__custom-pag-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}
.landing__custom-pag-logo>img{
    height: auto;
    width: 325px;
}
.landing__custom-pag-text{
    text-align: center;
}
.landing__custom-pag-text>p {
    margin: 0.2rem 0rem;
    color: white;
    font-size: 19px;
}
.brand__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
}
.brand__container a{
    display: flex;
    flex-direction: column-reverse;
    color: white;
    text-decoration: unset;
    font-size: 12px;
    margin-top: 0.5rem;
    align-items: center;
    justify-content: space-between;
    height: 70px;

    transition: all 0.5s ease;
}
.brand__container a:hover{
    transform: scale(1.1);
}
.brand__container img{
    width: 55px;
    height: auto;
    margin-bottom: 1rem;
}

.landing__custom-pag-brands>h2{
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 4rem;
    font-weight: unset;
}
body,p{
    padding: 0rem;
    margin: 0rem;
}

.landing__custom-pag-logo:after,
.landing__custom-pag-text:after {
    display: block;
    width: 80px;
    height: 2px;
    background: white;
    content: '';
    position: relative;
    top: 40px;
    margin: 0 auto;
}

/* FOOTER */
footer{
    background-color: #353C3F;
    padding: 5rem;
}
.footer__container{
    width: 100%;
    height: auto;
    display: flex;
    gap: 4rem;
}

.footer__container-logo>img {
    height: auto;
    width: 100%;
}
.footer__redes-cotainer svg {
    width:25px;
    height: 25px;
}
.footer__redes-cotainer img {
    width: 25px;
    height: 25px;
}
.footer__redes-cotainer{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    gap: 1rem;
}
.footer__redes-cotainer>div{
    width: 100%;
    margin: 0rem 0rem;
}
.footer__redes-cotainer>div span{
    font-size: 13px;
    display: inline-block;
    width: max-content;
    color: white;
    margin-bottom: 0.5rem;
}
.brand__container span{
    width: max-content;
}
.footer__redes-cotainer div div a:last-child svg .f{
    fill: #615A5A !important;
}

/* LOCATIONS */
.footer__container-content  p, .footer__container-content  a, .footer__container-content  strong {
    color: white;
    font-size: 12px;
    line-height: 19px;
    margin: 0.1rem 0rem;
    cursor: pointer;
}

.footer__container-content  a {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0.5rem;
}
.footer__container-content  span{
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.footer__container-content{
    display: flex;
}
.footer__container-content > div {
    display: flex;
    flex-direction: column;
}
.landing__custom-pag-container{
    height: 100%;
    display: flex;
    justify-content: center;
}
.footer__container-content strong,.footer__container-content span{
    color: white;
    font-size: 12px;
}
.footer__container-content h4{
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin: 0rem;
    margin-bottom: 0.5rem;
}
.footer__container-info{
    display: flex;
    width: 100%;
    gap: 2rem 2rem;
    flex-wrap: wrap;
}
.footer__container-content{
    display: flex;
    flex-direction: column;
    width: 30%;
}
.two__elements{
    display: flex;
    gap: 1.5rem;
}

/* WHATSAPP */
#button-whatsapp{
    bottom: 2rem;
    right: 2rem;
    position: fixed;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    padding:2rem 1.5rem;
}
#button-whatsapp > div:first-child {
    padding: 0rem 0.5rem;
    border-radius: 50%;
    background-color: #28a71a !important;
}
/* #whatsapp__options{
    display: none;
    flex-direction: column;
} */
.whatsapp__options-container {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    position: absolute;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    display: none;
    left: -105px;
    top: -15px;
    background: #696969b3;
}
#whatsapp__option-citroen,
#whatsapp__option-fiat,
#whatsapp__option-dfsk,
#whatsapp__option-baic,
#whatsapp__option-qj,
#whatsapp__option-usados{
    display: none;
    position: absolute;
    background-color: transparent !important;
    right: -95px;
    top: 10px;
    gap: 0.3rem;
    transition: all 0.5s ease;
    background-color: white;
    flex-direction: column;
    height: max-content;
}
#whatsapp__option-citroen a,
#whatsapp__option-fiat a,
#whatsapp__option-dfsk a,
#whatsapp__option-baic a,
#whatsapp__option-qj a,
#whatsapp__option-usados a{
    font-size: 9px;
    color: black;
    background-color: white;
    border-radius: 2px;
    text-decoration: unset;
    padding: 0.2rem;
    text-transform: uppercase;
    width: 100px;
}
#whatsapp__option-citroen a:hover,
#whatsapp__option-fiat a:hover,
#whatsapp__option-dfsk a:hover,
#whatsapp__option-baic a:hover,
#whatsapp__option-qj a:hover,
#whatsapp__option-usados a:hover{
    color: white;
    background: black;
}
.option-title{
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size:  0.7rem;
    position: relative;
}

@media (max-width:768px){
    .landing__custom-pag{
        height: 100%;
        padding: 4rem 0rem;
    }
    .landing__custom-pag-container{
        width: 85%;
    }
    footer{
        padding: 2rem;
    }
    .footer__container{
        flex-direction: column;
        gap:2rem
    }
    .brand__container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
    }
    .footer__container-info{
        flex-direction: column;
    }
    .footer__container-content{
        width: 100%;
    }
}
.brand__container> a:nth-child(4) img{
    width: 75px;
    margin: 0;

}
#whatsapp__option-dfsk{
    top: -15px;
}
#whatsapp__option-usados {
    top: 45px;
}