/* Footer Animation */

#footer .underline-hover{
    display: inline-block;
    position: relative;
}

#footer .underline-hover:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#footer .underline-hover:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Página Máquina Contact Card Underline Animation */

.maquina-contact .contact-card .phone-number a{
    display: inline-block;
    position: relative;
}

.maquina-contact .contact-card .phone-number a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.maquina-contact .contact-card .phone-number a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Página Serviços Contact Card Underline Animation */

.servicos-contact .contact-card .phone-number a{
    display: inline-block;
    position: relative;
}

.servicos-contact .contact-card .phone-number a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.servicos-contact .contact-card .phone-number a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Página Máquina Modal Underline Animation */

.maquinaModal .modal-contact .phone-number a{
    display: inline-block;
    position: relative;
}

.maquinaModal .modal-contact .phone-number a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.maquinaModal .modal-contact .phone-number a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Home Máquina Modal Underline Animation */

#homeMaquinaModal .modal-contact .phone-number a{
    display: inline-block;
    position: relative;
}

#homeMaquinaModal .modal-contact .phone-number a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#homeMaquinaModal .modal-contact .phone-number a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Página Contactos Underline Animation */

.contact-header .header-row .email .text,
.contact-header .header-row .phone .text{
    display: inline-block;
    position: relative;
}

.contact-header .header-row .email .text:after,
.contact-header .header-row .phone .text:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.contact-header .header-row .email .text:hover:after,
.contact-header .header-row .phone .text:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Página Contactos Contact-Form */

.contact-form .contact-card .contact-form-footer .phone-number .orange{
    display: inline-block;
    position: relative;
}

.contact-form .contact-card .contact-form-footer .phone-number .orange:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.contact-form .contact-card .contact-form-footer .phone-number .orange:hover:after{
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Página Servicos FAQ */

.servicos-faq .faq-help .number{
    display: inline-block;
    position: relative;
}

.servicos-faq .faq-help .number:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F07C00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.servicos-faq .faq-help .number:hover:after{
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Serviços FAQ Accordion */

#accordionServicos .accordion-item {
    margin-bottom: 2rem;
    border: 0;
    border-radius: 6px;
}

#accordionServicos .accordion-button{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #2A3342;
    padding: 3rem 2.5rem;
    border-radius: 6px;
}

#accordionServicos .accordion-body{
    padding: 1rem 2.5rem;
}

#accordionServicos .accordion-body p{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
}

#accordionServicos .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
}

#accordionServicos .accordion-button:focus {
    box-shadow: unset;
}

#accordionServicos .accordion-button::after {
    background-image: url("/images/servicos/arrow-down.svg")
}
