@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova.eot');
    src: url('../fonts/ProximaNova.ttf') format('truetype');
}



/****************************************************************************/
html,
body {
    scroll-behavior: smooth;
    width: 100%;

    margin: 0;
    padding: 0;
    font-family: 'ProximaNova', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #808080;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 1200px;
}

.container > div {
    padding: 0;
}

a {
    color: #29abe2;
    text-decoration: underline;
    font-size: .8em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:focus,
a:hover {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 999;
    transition: all ease-out .4s;
}

nav.scrolled {
    background: rgba(0, 0, 0, .9);
}

nav ul {
    float: right;
    padding: 1em;

}

nav ul li {
    display: inline-block;
}

nav a.topLogo {
    display: block;
    float: left;
    background: url(../images/logoTop.png) no-repeat center;
    background-size: cover;
    width: 80px;
    height: 30px;
    margin: .1em;
    margin-top: 1em;
}

nav a.route {
    background: rgba(255, 255, 255, .1);
    font-size: 1em;
    text-decoration: none;
    padding: .4em 1em;
    line-height: 1.2em;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
}

nav a.route:hover {
    background: rgba(255, 255, 255, .4);
}

nav a.lang {
    background: #F4F4F4;
    font-size: 1em;
    text-decoration: none;
    padding: .4em 1em;
    line-height: 1.2em;
    border: 1px solid silver;
    border-radius: 6px;
    color: #0273CB;
    font-weight: bold;
}

nav a.lang:hover {
    background: black;
    color: silver;
}

h1.header {
    font-size: 1.4em;
    font-weight: bold;
}

@media screen and (min-width:375px) {
    nav a.topLogo {

        width: 100px;
        height: 30px;



    }

    nav a.route {
        padding: .4em 1em;
    }

    nav a.lang {
        padding: .4em 1em;

    }
}

@media screen and (min-width:768px) {
    nav a.topLogo {

        width: 124px;
        height: 40px;
        margin: .5em;


    }

    nav a.route {
        padding: .4em 2em;
    }

    nav a.lang {
        padding: .4em 2em;

    }
}

/****************************************************************************/
.welcome {
    background: url(../images/studio/blac.jpeg) no-repeat center;

    background-size: cover;
    height: 100vh;
}

.slogan {
    padding: 6em 3em;
    text-align: center;
}

.slogan h2 {
    color: white;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: -.3em;
    /*font-family: 'Exo 2', sans-serif;*/
}

.slogan h2.stories {
    background: linear-gradient(40deg, rgba(232, 7, 227, 1) 0%, rgba(9, 9, 121, 1) 36%, rgba(0, 212, 255, 1) 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*text-shadow: 4px -4px rgba(255, 255, 255, .9);*/
    font-weight: bold;

}

.slogan h2.dreams {

    /*
    background: linear-gradient(40deg, rgba(232, 7, 227, 1) 0%, rgba(9, 9, 121, 1) 36%, rgba(0, 212, 255, 1) 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: white;
    /* -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    animation: flicker 1.5s infinite alternate;*/
    

    display: inline-block;
    padding: .3em 0.7em;
    border-radius: .21em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .11em;
    font-family: 'Exo 2', sans-serif !important;
    font-style: italic;
}

:root {
    /* Base font size */


    /* Set neon color */
    --neon-text-color: #f40;
    --neon-border-color: #08f;
}



/* Animate neon flicker */
@keyframes flicker {

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {

        text-shadow:
            -0.1rem -0.1rem 1rem #fff,
            0.2rem 0.2rem 1rem #fff,
            0 0 2rem var(--neon-text-color),
            0 0 4rem var(--neon-text-color),
            0 0 6rem var(--neon-text-color),
            0 0 8rem var(--neon-text-color),
            0 0 10rem var(--neon-text-color);

        box-shadow:
            0 0 .5rem #fff,
            inset 0 0 .5rem #fff,
            0 0 1rem var(--neon-border-color),
            inset 0 0 1rem var(--neon-border-color),
            0 0 1rem var(--neon-border-color),
            inset 0 0 2rem var(--neon-border-color);
    }

    20%,
    24%,
    55% {
        text-shadow: none;
        box-shadow: none;
    }
}

/*
@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 10px #e60073, 0 0 10px #e60073, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073;
    }

    to {
        text-shadow: 0 0 2px #fff, 0 0 30px #ff4da6, 0 0 20px #ff4da6, 0 0 20px #ff4da6, 0 0 35px #ff4da6, 0 0 45px #ff4da6, 0 0 550px #ff4da6;
    }
}
*/

@media screen and (min-width:375px) {
    .slogan {
        padding: 8em 3em;
    }

    .slogan h2 {
        font-size: 3.4em;

    }
}

@media screen and (min-width:414px) {
    .slogan {
        padding: 10em 3em;
    }

    .slogan h2 {
        font-size: 6em;

    }
}

@media screen and (min-width:768px) {
    .slogan {
        padding: 10em 3em;

    }

    .slogan h2 {
        font-size: 6em;

    }
}



@media screen and (min-width:992px) {
    .welcome {
        background-attachment: fixed;
    }

    .slogan {
        padding: 6em 3em;
    }

    .slogan h2 {
        font-size: 5em;

    }
}

@media screen and (min-width:768px) and (min-height:1366px) {
    .slogan {
        padding: 14em 3em;

    }

    .slogan h2 {
        font-size: 9em;

    }
}

/****************************************************************************/
.getAppointment {
    margin-top: -5.68em;
    background: rgba(255, 255, 255, 1);
    padding: 0.5em 1em;
    /*box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);*/

}

.getAppointment h2 {
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
}

a.getAppointmentButton {
    background: #0078D3;
    display: block;
    text-align: center;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding: .8em 1em;
    border-radius: 10px;
    font-weight: bold;
    margin-top: .5em;
    transition: all .3s ease-in;
}

a.getAppointmentButton:hover {
    color: white;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
}

@media screen and (min-width:375px) {
    .getAppointment {
        margin-top: -5.68em;
        padding: 0.5em 1em;

    }

    a.getAppointmentButton {
        font-size: 1.4em;
        padding: .4em 1em;
    }

}

@media screen and (min-width:768px) {
    .getAppointment {
        margin-top: -13.5em;
        padding: 2em 3em;

    }

    a.getAppointmentButton {
        font-size: 1.2em;
        padding: .8em 1em;
        margin-right: 2em;
    }

}

@media screen and (min-width:992px) {
    .getAppointment {
        margin-top: -10.68em;
        padding: 2em 3em;

    }

    a.getAppointmentButton {
        font-size: 1.6em;
        padding: .8em 1em;
        margin-right: 0em;
    }

}


/****************************************************************************/
.afterCare {
    /*background: #141414;*/
}

.topInfo div.container {
    padding: 2em 3em;
    background: #ededed;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
}

.topInfo a {
    font-size: 1em;
}

/****************************************************************************/
.services {
    padding: 4em 0em;
    text-align: center;
    position: relative;

}

.services div.container {
    padding: 2em 3em;
    background: #ededed;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
}

.services h2,
.services h3 {
    color: #666;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;
}


.services ul {
    margin-left: 2em;
}

.services ul li {
    list-style: disc;
    text-align: left;
}


.services img {
    background: white;
    padding: 1em;
    border-radius: 50%;

    margin-bottom: 2em;
}

.services a {
    background: blue;
    font-size: 1.1em;
    text-decoration: none;
    padding: 1em;
    margin: 1em auto;
    display: block;
    border-radius: 1.1em;
    width: 80%;
    background: url(../images/social-instagram.png) no-repeat left #fff;
    background-size: 30px 30px;
    background-position: 16px 16px;
    color: silver;
}

.services a:hover {
    color: #000;
    background-position: 20px 16px;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
}

.services .card {
    border-bottom: 1px solid white;
}

@media screen and (min-width:992px) {
    .services .card {
        border-bottom: none;
        border-right: 1px solid white;
    }
}

/****************************************************************************/
.artists {
    padding: 4em 0em;
    /*background: #141414;*/
    text-align: center;
    position: relative;

}

#worksSlider {
    height: 320px;
    background: url(../images/works/works.jpg) repeat 0 center black;

}

.artists h2 {
    color: #666;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;
}


.artist {}



.artist img {
    width: 50%;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 2em;
    transition: all ease-in .3s;


}

.artist h3 {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #666;

}

.artist a {
    display: block;
    border: 1px solid #999;
    text-decoration: none;
    color: #333;
    width: 60%;
    margin: auto;
    font-size: 1em;
    padding: .5em 0;
    border-radius: 6px;
}

.artist a:hover {
    background: #efefef;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
}

.artist:hover img {
    box-shadow: 2px 2px 8px 0px silver;
    border-radius: 0%;
}

/****************************************************************************/
.blac3,
.afterCare {
    padding: 4em 0;
    background: url("../images/studio/blac3.jpeg") center no-repeat;

    background-size: cover;
    position: relative;
}

.blac3::before,
.afterCare::before {
    content: "";
    position: absolute;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: url(../images/up.svg) no-repeat left top;
    background-size: cover;
    /*transform: rotate(180deg);*/
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/

}

.blac3::after {
    content: "";
    position: absolute;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/up.svg) no-repeat top;
    background-size: cover;
    transform: rotate(180deg);
    /*filter: invert(80%);*/
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}


.blac3 h2,
.afterCare h2 {
    color: silver;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    margin-top: 2em;
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;

}


.blac3 h4,
.afterCare h3 {
    font-family: 'Roboto condensed', sans-serif;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
}

.blac3 .container div,
.afterCare .container div {
    padding: 1em;

}

.blac3 ul {
    color: white;
    margin-left: 2em;
}

.blac3 ul a {
    font-size: 1em;
}

.blac3 ul li {
    list-style: circle;

}

.blac3 p,
.afterCare p {
    color: white;
    font-size: 1.1em;
    text-align: left;

}

.afterCare h3 {
    text-align: center;
}

.afterCare p {
    padding: 1em 0;
}

@media screen and (min-width:992px) {

    .blac3,
    .afterCare {
        background-attachment: fixed;
    }

    .blac3 p,
    .afterCare p {
        text-align: justify;

    }
}

/****************************************************************************/
.appointment {
    padding-bottom: 3em;
}

.appointment h2 {
    color: #666;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    margin-top: 0em;
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;

}

.appointmentWhatsapp img {
    max-width: 70%;
    width: 400px;
}

/****************************************************************************/
form {
    position: relative;


}

form input,
form textarea {
    display: block;
    margin: .5em auto;
    border: 1px solid silver;

    padding: .5em;
    width: 100%;
    color: #23a6da;
    font-size: 1.2em
}

.covidReminder {
    padding: 1em;
    background: #efefef;
    margin: 2em 0;
    border-radius: 10px;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
}

form strong {
    color: #ff0000;
    font-size: 1.2em
}

form textarea {
    height: 200px
}

form select {
    height: auto;
    font-size: 1.2em;
    display: block;
    width: 100%;
    padding: 6px;
    cursor: pointer !important;
    background: url(../images/down.png) no-repeat right center;
    background-position: 98%;
    border: 1px solid silver;
    -webkit-appearance: none;

}

form select option {
    background: #fff;
    display: block
}

form input[type=checkbox],
form input[type=radio] {
    display: inline !important;
    width: auto;
    margin-right: .5em
}

form label {
    display: inline-block;
    margin-right: .5em;
    cursor: pointer;
    margin-top: 1em;
    padding-left: .1em
}

form textarea {
    width: 100% !important;
    border: 1px solid silver;

}

input:required:valid {
    background-image: url(../images/checked2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px
}

.registerButton {
    background: #0078D3;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 1.6em;
    color: white;
    text-decoration: none;
    padding: .8em 1em;
    border-radius: 10px;
    font-weight: bold;
    margin-top: .5em;
    transition: all .3s ease-in;
}

.registerButton:hover {
    color: white;
    box-shadow: 0px 7px 8px -3px rgba(50, 50, 50, 0.75);
    background: #0e8ae8;
}

.registerButton:disabled {
    opacity: 0.2;
    filter: grayscale();
}

/****************************************************************************/


/****************************************************************************/
.footer1 {
    background: url(../images/dark_geometric.png) fixed;
    text-align: center;
    padding: 3em 0;
    box-shadow: inset -2px 0px 8px 4px #111;
}

.footer1 h2 {
    font-family: 'Roboto condensed', sans-serif;
    color: #999;
    font-size: 1.2em;

    font-weight: bold;
    margin-bottom: 1em;
}



.footer1 a {
    font-size: 1em;
    text-decoration: none;
    background: rgba(255, 255, 255, .1);
    padding: .2em .5em;
    margin-bottom: .9em;
    display: inline-block;
    border: 1px solid silver;
    border-radius: 6px;
    width: 50%;

}

.footer1 a:hover {
    color: white;
    background: #29abe2;
    border-color: #29abe2;
}

/****************************************************************************/
.footer2 {
    background: #111;
    text-align: center;
    padding: 1em 0;
    padding-top: 3em;
}

.footer2 img {
    width: 110px;
    height: auto;
    margin-bottom: 1em;
}

.footer2 p {
    font-size: .8em;
}

.footer2 a {
    font-size: 1em;
    text-decoration: none;
    color: silver;
}

.footer2 a:hover {
    color: white;
}

a.instagram {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/social-instagram.png) center no-repeat;
    background-size: 90%;
    margin: .5em;

    transition: all ease-out .3s;
}

a.instagram:hover {
    background-size: cover;
    filter: none;
}

a.facebook {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/social-facebook.png) center no-repeat;
    background-size: 90%;
    margin: .5em;

    transition: all ease-out .3s;
}

a.facebook:hover {
    background-size: cover;
    filter: none;
}

div.whatsapp a {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: url('../images/whatsapp.png') no-repeat center;
    background-size: 60px 60px;
    border-radius: 50%;
    cursor: pointer;
}

div.book a {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 85px;
    width: 60px;
    height: 60px;
    background: url('../images/calendar.png') no-repeat center;
    background-size: 60px 60px;
    border-radius: 50%;
    cursor: pointer;
}

/****************************************************************************/

/*****************************************************************************/
.blog {
    padding: 4em 0;
}

.blogItems div.blogItem {
    max-height: 250px;
    overflow: elipsis;
    display: block;
}

.blogItemLink {}

/**************************************************************************/
/****************************************************************************/
.downloads {
    padding: 2em 0;
    background-color: #222;
}

.downloads h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.3em;
}

.downloads h3,
.downloads h4 {
    text-align: left;
    color: white;
}


.downloads a {
    text-decoration: underline;
    padding-left: 24px;
    background-size: 14px !important;
}

.downloads a.download {
    background: url(../images/download.png) no-repeat left bottom;
}

.downloads a.download:hover {
    background: url(../images/download-over.png) no-repeat left bottom;
}

.downloads a.share {
    background: url(../images/share.png) no-repeat left bottom;

}

.downloads a.share:hover {
    background: url(../images/share-over.png) no-repeat left bottom;
}

.downloads .container div div {

    padding: 1em 0;
}

.downloads .container div div i {

    font-size: .001px;
}

/**********************************************/
