/*----------------------------------------------
*
* [Theme Pink Stylesheet]
*
* Theme    : Leverage
* Version  : 2.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    
    --primary-color: #ffa41c;
    --secondary-color: #ff9b05;
    --primary-color-max: rgb(214, 139, 0);
    --primary-b-color: black;
}

/* #endregion Root */

.btn-center {
    /* width: max-content; */
    max-width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .5rem 1.25rem;
    border-width: 0;
    border-radius: 2px;
}

@media screen and (min-width: 991px) {
    iframe {
        width: 500px;
    }
}

@media screen and (max-width: 991px) {
    iframe {
        width: 350px;
    }
}

@media screen and (max-width: 767px) {
    iframe {
        display: none;
    }
}

.email_miel{
    display: none;
}

.span-service{
    margin: 1.5rem 0;
    font-size: 1.3rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.span-p-footer{
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.span-p-footer a{
    color: #575757 !important;
}

.main-button{
    font-size:16px !important;
    font-weight: bold !important;
    color: black !important;
}