@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ---------- */
:root {
    --sig-violet: #26004d;
    --sig-orange: #ff5900;
    --primary-color: #484848;
    --primary-color-opacity: rgba(72, 72, 72, .5);
    --white: #fff;
    --a-focus: #005dab;
}
html {
    height: 100%;
    font-size: 62.50%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    background-color: var(--white);
    overflow-x: hidden;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main {
    display: block;
}

a {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

a:hover,
a:active,
a:focus {
    color: var(--a-focus);
}
a:focus {
    outline: 2px dotted var(--a-focus);
    background-color: rgba(174, 152, 79, .05);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin: 1em 0 .5em 0;
}
h3 {
    font-size: 2.4rem;
    margin: 1em 0 .5em 0;
}
p {
    font-size: 1.8rem;
    line-height: 150%;
}
p + p {
    margin-top: .6em;
}
ul {
    list-style: disc;
    margin-left: 2em;
    margin-bottom: .6em;
}
ul li {
    font-size: 1.8rem;
    line-height: 150%;
}
img {
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.link {
    color: #005dab;
}

.link:hover {
    text-decoration: underline;
}

/* ---------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#header-main {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}
.main-home {
    position: relative;
    padding-top: 3em;
    margin-bottom: 3em;
}
.main-page {
    position: relative;
    margin-top: 4em;
    margin-bottom: 4em;
    z-index: 1;
}
.main-home .container {
    position: relative;
    z-index: 1;
}
.align-center {
    text-align: center;
}

#header-main.header-page {
    text-align: left;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .1);
}

.site-title {
    color: var(--sig-violet);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.row-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.col-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    border-radius: 10px;
    padding: 4em 1em;
    text-decoration: none;
}
.col-flex + .col-flex {
    margin-top: 1em;
}
.col-flex:hover,
.col-flex:active,
.col-flex:focus {
    box-shadow: 0 1px 3px 0 rgba(5, 16, 44, .15);
}
.col-flex h2 {
    color: var(--sig-violet);
    font-size: 2.2rem;
  font-weight: 700;  /*margin-top: 1.5em;*/
    margin-bottom: 1em;
}
.col-flex p {
    color: var(--primary-color);
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 1em;
    margin-top: 1em;
}
.col-flex span {
    color: var(--sig-orange);
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 600px) {
    .row-flex {
        flex-direction: row;
        justify-content: flex-start;
    }
    .col-flex {
        width: 47%;
        margin: 1.5%;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .main-home {
        position: relative;
        padding-top: 3em;
        background: rgb(255,230,217);
        background: linear-gradient(45deg, rgba(255,230,217,1), rgba(237,237,251,1));
        margin-bottom: 11em;
    }
    .main-home::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: url("../img/bg-top-3.png") top center no-repeat;
        background-size: cover;
    }
    .main-home::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: url("../img/bg-bottom-3.png") top center no-repeat;
        background-size: cover;
        z-index: 0;
    }
    .main-page {
        margin-bottom: 11em;
    }
    .col-flex {
        width: 30%;
        padding: 4em 2em;
    }
    .site-title {
        font-size: 4.2rem;
    }
}


@-webkit-keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounce-1 {
    -webkit-animation: bounce-2 2s ease infinite;
    animation: bounce-2 2s ease infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounce-2 {
    -webkit-animation: bounce-2 2s ease infinite;
    animation: bounce-2 2s ease infinite;
}

.floating-img--socials {
    margin-bottom: 1.5em;
}


/* footer */
#footer-main {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: var(--sig-violet);
    text-align: center;
}
#main-footer--nav {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
#footer-main a {
    display: block;
    color: var(--white);
    text-decoration: none;
}
#footer-main a:hover,
#footer-main a:active,
#footer-main a:focus {
    color: var(--sig-orange);
}
#footer-main ul {
    list-style: none;
}
#main-footer--nav ul > li + li,
.footer-bottom ul > li + li {
    margin-top: 1.5em;
}
.footer-bottom a {
    font-size: 80%;
    opacity: .9;
}
#footer-main p {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-phone {
    display: inline-block;
    font-size: 120%;
    margin-top: 1.5em;
}
.footer-socials {
    margin-bottom: 3em;
    margin-left: 0;
}
.footer-socials li {
    display: inline-block;
}
.footer-socials li + li {
    margin-left: 1.5em;
}
.footer-socials li > a > img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.footer-socials li > a:hover > img,
.footer-socials li > a:active > img,
.footer-socials li > a:focus > img {
    transform: rotate(330deg);
}
@media (min-width: 768px) {
    #footer-main {
        padding-top: 65px;
    }
    #footer-main::before {
        position: absolute;
        content: '';
        top: -220px;
        left: 0;
        width: 100%;
        height: 226px;
        background: url("../img/footer-bg-2.png") top center no-repeat;
        background-size: cover;
    }
    #main-footer--nav ul > li,
    .footer-bottom ul > li {
        display: inline-block;
    }
    #main-footer--nav ul > li + li,
    .footer-bottom ul > li + li {
        margin-top: 0;
        margin-left: 1em;
    }
}

/* contact  */
.form-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.form-row {
    margin-bottom: 1em;
}
.col-flex--50 {
    width: 100%;
}
.form-row > label,
.form-row > input,
.form-row >textarea {
    display: block;
    width: 100%;
}
.form-row > label {
    color: var(--primary-color);
    margin-bottom: .5em;
}
.form-row > label > span {
    color: var(--sig-orange);
    font-size: 1.8rem;
    font-weight: 600;
}
.form-row > input,
.form-row > textarea {
    padding: 1em 2em;
    color: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    border: 1px solid var(--primary-color-opacity);
    border-bottom: 2px solid var(--primary-color-opacity);
    border-radius: 3px;
    background-color: var(--white);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.form-row >textarea {
    min-height: 100px;
    resize: vertical;
}
.form-row > input:hover,
.form-row > input:active,
.form-row >textarea:hover,
.form-row >textarea:active,
.form-row > input:focus,
.form-row >textarea:focus {
    border-bottom: 2px solid var(--sig-violet);
}
.form-row > input:focus,
.form-row >textarea:focus {
    outline: 1px dotted var(--a-focus);
}
.btn-form {
    display: inline-block;
    background-color: var(--sig-orange);
    border-radius: 3px;
    color: var(--white);
    border: 2px solid var(--sig-orange);
    cursor: pointer;
    padding: 10px 60px;
    font-size: 18px;
}
.btn-form:hover,
.btn-form:focus,
.btn-form:active {
    background-color: var(--white);
    color: var(--sig-orange);
}
.form-wrap p {
    font-size: 80%;
}

@media (min-width: 901px) {
    .form-wrap {
        margin-top: 4em;
    }
    .form-wrap .col-flex--50 {
        width: 49%;
    }
    .form-wrap .col-flex--50 + .col-flex--50 {
        margin-left: 2%;
    }
}

/* other pages */
.min-height-60 {
    min-height: 57vh;
}
