/*
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
*/

.halfRadius .vc_column-inner .column-bg-overlay{
    border-radius: 140px 0px 140px 0px !important;
}

.blueCopy {
    color: #50B2FE !important;
}

.generalButton {
    background-color: #A7DDFF !important;
    border-color: #5CB8FF !important;
}

.generalButton:hover {
    background-color: #111C4E !important;
    border-color: #111C4E !important;
}

.generalButton span::after {
    content: url('/wp-content/uploads/2025/01/SETA-CTA-DEFAULT_Apply-Now.svg');
    display: inline-block; /* Garante que o conteúdo seja tratado como um elemento em linha */
    margin-left: 8px; /* Ajuste o espaçamento entre o texto e a imagem */
    vertical-align: middle; /* Alinha verticalmente com o texto */
}