/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Tipografia */
a {
    color: #EED9CA !important;
    text-decoration: underline;
}

.lookslikeP {
    font-family: Outfit;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.lookslikeA {}

.lookslikeH1 {}

.lookslikeH2 {}

.lookslikeH3 {}

.lookslikeH4 {}

.lookslikeH5 {}

.lookslikeH6 {}

.footerTitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #EED9CA;
}

/* Botão Clínica */

.botãoClinica {
    display: flex;
}

.botãoClinica div {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #6A4C4C;
    border-radius: 30px;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

.botãoClinica:hover div {
    background-color: #6A4C4C;
    color: #fff;
}

.botãoClinica img {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    margin-bottom: 0 !important;
}

/* Footer */

#footer-outer #copyright[data-layout="centered"] {
    padding: 5px 0;
}

a.powered-by {
    display: none !important;
}