button {
    border: none;
}
button:focus {
    outline: none;
}

.btn_site {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    min-width: 200px;
    margin: 5px;
}
.btn_social {
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 25px;
    height: 25px;
    padding: 4px 0px;
    border-radius: 15px;
    font-size: 10px;
}
.btn_site_style_pill {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 5px;
}
.btn_site_faq {
    text-decoration: none;
    font-family: 'VarelaRound', 'Montserrat', sans-serif;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    min-width: 200px;
    margin: 10px 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 15px 20px;
}
.btn_wrap_center {
    text-align: center;
}
.btn_wrap_left {
    text-align: left;
}
.btn_wrap_right {
    text-align: right;
}
.btn_blue_light {
    color: #88c568;
    background: #0080c5;
}
a:not([href]):not([tabindex]).btn_blue_light {
    color: #88c568;
    background: #0080c5;
}
.btn_blue_light_and_white {
    color: white !important;
    background: #0080c5;
}
.btn_blue {
    color: white !important;
    background: #0080C5;
}
.btn_blue_dark {
    color: #569037;
    background: #001835;
}
.btn_blue_dark_and_white {
    color: white;
    background: #001835;
}
.btn_blue_dark_and_green {
    color: #b6cc28;
    background: #001835;
}
.btn_orange {
    background: #F16625;
    color: #ffffff !important;
}
.btn_purple {
    background: var(--jaimemondys-purple-color);
    color: #ffffff !important;
}
.btn_green {
    background: #b6cc28;
    color: #001835;
}
.btn_green_dark {
    background: #569037;
    color: #ffffff;
}
.btn_green_dark_and_blue_dark {
    color: #001835;
    background: #569037;
}
.btn_green_light_and_blue_dark {
    color: #001835;
    background: #D4FC36;
}
.btn_white {
    background: #ffffff;
    color: #262626;
}
.btn_white_and_blue {
    color: #3506FA;
    background: white;
}
.btn_blue_light_transparent {
    background: transparent;
    color: #0080c5;
    border: 2px #0080c5 solid;
}
.btn_gradient_blue_left {
    background: linear-gradient(45deg, #272262, #0080C5) padding-box,
                linear-gradient(45deg, #272262, #0080C5) border-box;
    color: white !important;
    border: 2px solid transparent;
}
.btn_gradient_white_left {
    background: linear-gradient(#FFFFFF, #DADADA) padding-box,
                linear-gradient(#FFFFFF, #DADADA) border-box;
    color: #000000;
    border: 2px solid transparent;
}
.btn_gradient_blue_left:hover {
    background: white !important;
    border: 2px solid #0080C5;
    color: #0080C5 !important;
}
.btn_blue.btn_social:hover {
    background: white;
    color: #0080C5 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn_gradient_white_left:hover {
    background: white;
    border: 2px solid black;
    color: black;
}
.btn_orange:hover {
    background-color: white !important;
    border: 2px solid #F16625;
    color: #F16625 !important;
}
.btn_purple:hover {
    background-color: white !important;
    border: 2px solid var(--jaimemondys-purple-color);
    color: var(--jaimemondys-purple-color) !important;
}
.btn_white_and_blue.btn_social:hover{
    background: #F16625;
    color: white !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn_blue_light_and_white:hover, a:not([href]):not([tabindex]).btn_blue_light_and_white:hover {
    background:#001835;
    color: white;
}
.btn_blue_dark:hover, a:not([href]):not([tabindex]).btn_blue_dark:hover {
    background: #569037;
    color: #001835;
}
.btn_blue_light_transparent:hover, a:not([href]):not([tabindex]).btn_blue_transparent:hover {
    background:#001835;
    border-color: #001835;
    color: white;
}
.btn_green_light_and_blue_dark:hover {
    background:#001835;
    border-color: #001835;
    color: white;
}
.btn_hover_green_and_white:hover, a:not([href]):not([tabindex]).btn_hover_green_and_white:hover{
    background: #569037;
    color: white;
}
.btn_hover_turquoise_and_white:hover, a:not([href]):not([tabindex]).btn_hover_turquoise_and_white:hover{
    background: #009881;
    color: white;
}
.btn_hover_blue_dark_and_white:hover {
    background:#001835;
    border-color: #001835;
    color: white;
}
.btn_hover_blue_dark_and_green:hover{
    background:#001835;
    color: #88c568;
}
.btn_smaller {
    padding: 5px 20px;
    min-width: 150px;
}
.btn_smallest {
    padding: 5px;
    min-width: 0;
}
.btn_small {
    font-size: 13px;
    padding: 5px 20px;
}
.btn_medium {
    font-size: 13px;
    padding: 12px 20px;
}
.btn_large {
    font-size: 14px;
    padding: 17px 20px;
}
.btn_xlarge {
    font-size: 20px;
    padding: 17px 20px;
    min-width: 300px;
}
.btn_full_width {
    width: 100%;
}
.btn_wrap_width {
    width: auto;
}
.btn_no_min_width {
    min-width: 0;
}

.btn_min_width_40
{
    min-width: 40%;
}

.btn_site_faq .fas{
    transition-duration: 0.3s;
}
.btn_site_faq.collapsed .fas {
    transform: rotate(-180deg);
}
