:root
{
    --primary-color: #5d01cb;
    --light-primary-color: #5d29cb;
    --very-light-primary-color: #7454f6;
    --secondary-color: #542b6f; /*#7b0008*/
    --text-color: #473c3c;
    --text-light-color: #574949;

    --very-light-red: #e2d5f2; /*#fbebeb;*/

    --very-light-gray: #fcfcfc;
    --light-gray: #ced4da;
    --line-gray: #dee2e6;
    --gray: #c0c5cb;

    --menu-text-color: #7b7c7d;
    --disabled: #f2f2f2;

    --success: #ade2ac;
    --success-text: #5f7d5f;
}

*
{
    -webkit-font-smoothing: antialiased;
    outline: none;
}


.shadow
{
    box-shadow: 0 0.46875rem 2.1875rem rgba(31,10,6,0.03),0 0.9375rem 1.40625rem rgba(31,10,6,0.03),0 0.25rem 0.53125rem rgba(31,10,6,0.05),0 0.125rem 0.1875rem rgba(31,10,6,0.03);
}

::selection {
    background: var(--light-primary-color);
    color: var(--white);
}

body
{
    color: var(--text-color);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    background: #f5f5f5;
}

body.scroll
{
    overflow: hidden;
}

/* 'EB Garamond', serif; */

select {
    background-image: url('/imgs/icons/ic_arrow.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

hr.separator
{
    display: block;
    clear: both;
}

a, a.ablack:hover{
    color: var(--primary-color);
}

a:hover
{
    color: var(--secondary-color);
}

.wrapper
{
    height: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}

.white-page
{
    background-color: #FFFFFF;
    position: relative;
}

.text-color
{
    color: var(--text-color);
}

.primary-color
{
    color: var(--primary-color);
}

.text-gray
{
    color: var(--gray);
}

.hidden
{
    display: none;
}

.banner h1
{
    font-size: 3em;
    color: #000;
    font-weight: normal;
}

.banner h2
{
    color: #000;
    text-transform: uppercase;
    font-size: 3em; /*8em
    line-height: 100px;*/
    font-weight: normal;
    margin: 20px 0px;
}

.banner a
{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 1.25em;
    display: inline-block;
}

.banner img
{
    width: 400px; /*200px*/
}

.btn-1
{
    background-color: var(--primary-color);
}

.btn-2
{
    background-color: var(--secondary-color);
}

.relative
{
    position: relative;
}

.section
{
    height: 100vh;   
}

.phone-absolute-right
{
    display: table;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 999;
}

.phone-absolute-left
{
    display: table;
    position: absolute;
    top: 0%;
    z-index: 999;
    left: 0%;
}

.phone-form
{
    border-radius: 30px;
    width: 300px;
    background-color: #f6fafb;
    position: absolute;
    border: 3px solid rgb(225, 223, 223);
    box-shadow: 2px 2px 4px 0px rgba(255,223,223,1);
    margin: auto;
    top: 4%;
    transform: translateX(-50%) rotate(90deg);
    transition: 1s left, 1s transform;
    left: 75%;
    position: fixed;
    z-index: 999;
}

.phone-form:before
{
    content: "";
    padding-top: 200%;
    display: block;
}

.phone-form:after
{
    content: "";
    position: absolute;
    bottom: 1.5%;
    width: 40px;
    height: 40px;
    border:4px solid #e1dfdf;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}

.phone-form > video
{
    position: absolute;
    top: 8%;
    left: 3%;
    width: 94%;
    height: 83%;
    object-fit: cover;
    border: 2px solid #000;
    box-sizing: border-box;
}

.paragraph__title
{
    font-size: 3.6em;
    color: #000;
    display: block;
}

.paragraph__subtitle
{
    color: #000;
    line-height: 1.8em;
    font-size: 1.2em;
    text-align: left;
    display: block;
}

.paragraph__note
{
    font-weight: bold;
    font-size: 5.2em;
    display: inline-block;
}

.contact
{
    background-color: var(--primary-color);
}

.contact strong
{
    color: #FFFFFF;
    font-size: 4em;
    line-height: 1em;
}

.contact p
{
    color: #FFFFFF;
    font-size: 1em;
}

.contact input
{
    background-color: transparent;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1.25em;
    display: block;
    margin-bottom: 15px;
    width: 100%; 
    outline: 0px;
}

.contact button
{
    font-size: 1.25em;
    border: 0px;
    outline: 0px;
    color: #FFFFFF;
    background-color: transparent;
    float: right;
}

.footer, .footer a 
{
    color: #808080;
}

.footer a:hover 
{
    color: #000000;
}

.about-info h1
{
    color: var(--primary-color);
    font-weight: normal;
    font-size: 2em;
}

.about-info h2
{
    color: var(--primary-color);
    font-weight: normal;
    font-size: 1.5em;
    margin: 40px 0px 20px 0px;
}

.about-info p
{
    font-size: 1.15em;
    text-align: justify;
    line-height: 32px;
}

.about-info li
{
    font-size: 1.15em;
    text-align: justify;
    line-height: 32px;
}

.about-info span
{
    color: var(--primary-color);
}


.app img
{
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 30px;
    margin: 10px auto 25px auto;
    display: block;
}

.app h3
{
    font-size: 1.4em;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4f4f4f;
    text-align: center;
    font-weight: normal;
    display: block;
}

a.back-icon
{
    position: relative;
    padding: 10px 10px 10px 46px;
    color: #000000;
    font-size: 2em;
    text-decoration: none;
    font-weight: bold;
    display: table;
}

a.back-icon:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000000;
    background-image: url('/imgs/return.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

a.adm-panel
{
    display: table;
    float: right;
    font-weight: bold;
    padding: 4px 6px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    border-radius: 4px;
}
