* {
    font-family: 'Alata';
}
body {
    background-color: #212322;
}

.navbar-header {
    width: 100%;
}

#menu {
    transition: all 0.5s linear;
}

nav.fixed-top {
    background: transparent;
}

nav.fixed-top>div {
    width: 100%;
}

nav.fixed-top a {
    transition: all 0.5s linear;
    color: #874187;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    color: #874187;
}

.menu-active {
    color: #212322 !important;
    text-decoration: underline;
    transition: all 1s linear;
}

#home .section-content {
    height: 100vh;
    position: relative;
    background-image: radial-gradient(ellipse, #874187 0%, #212322 50%);
    color: white;
}

.indicador {
    position: absolute;
    left: 80%;
    bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5em;
}

.animate__pulse > a {
    color:white;
}

#about-us .section-content {
    height: 100vh;
    position: relative;
    color: white;
}

#about-us h4{
    padding: 1em;
}

#about-us .fale {
    font-weight: 800;
    padding: 0 5px;
    background-color: #874187;   
}

::-moz-selection { /* Code for Firefox */
color: #212322;
background: #D0D0CE;
}

::selection {
color: #212322;
background: #D0D0CE;
}

#about-us .fale a{
    color: white;
}

.typed{
    margin: 30px 0px;
}

#clients h2, #team h2, #team p {
    color: white;
}

#team h2, #team .lead {
    text-align: left;
}

#team .section-content h2{
    margin-top: 0px;
}

#about-us .lead {
    text-align: justify;
}

.lead {
    font-weight: lighter;
    font-size: 25px;
}

.section-content h2 {
    margin-top: 3em;
    font-size: 2.5em;
    font-weight: 700;
}

.service-section {
    padding: 30px;
}

.service-icon {
    margin: auto;
}

.service-icon img {
    width: 100px;
    padding: 20px;
}

.title-service {
    color: white;
    margin: 10px;
    font-size: 20px;
    font-weight: lighter;
}

.description-service {
    text-align: justify;
}

#home .title {
    font-weight: lighter;
    font-size: 50px !important;
}

#logo-banner {
    max-width: 100%;
    max-height: 200px;
    margin: 15px;
}

.bg-purple{
    background-image: url('../images/bg/purple-bg.jpg');
    background-attachment: fixed;
}

@media screen and (max-width: 767px) {
    #menu {
        background-color: white;
    }

    #navbarCollapse {
        padding-right: 20px;
    }
    #logo-banner{
        width: 70%;
    }
    .title {
        margin-bottom: 0px;
    }
    .title span {
        font-size: 0.6em;
    }

    #home .section-content {
    background-image: radial-gradient(circle, #874187 15%, #212322 80%);
    }

    #home .col-6 {
        padding: 0px;
    }

    .section-content h2{
        font-size: 1.5em;
        margin: 1.5em !important;
    }

    #about-us .lead {
        font-size: 1.2em;
        padding-right: 0px;
    }

    .slick-carousel{
        display: flex;
        align-items: center;
    }

    .client-logo{
        padding: 0px !important;
        margin: 10px;
    }

    #about-us .section-content {
        height: 100%;
        margin-bottom: 1.5em;
    }

    #team .section-content {
        padding: 1.5em !important;
    }

    #team .section-content .container {
        padding: 0px ;
    }

    #team .section-content h2 + p{
        font-size: 1.2em;
    }

    .card {
        margin: 1em;
    }

    .footer-subtitle {
        font-size: 1em !important;
    }

    footer .col-12{
        text-align: center !important;
    }

    #cafe {
        margin-bottom: 0.7em;
    }

    #social {
        text-align: center !important;
    }
}
@media screen and (max-width: 1600px) {
    .section-content h2 {
        font-size: 2em !important;
    }
}
@media screen and (max-width: 1200px) {
    .indicador{
        display: none !important;
    }

    .map {
        display: none;
    }

    #social {
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    #clients .section-content {
        
        overflow: hidden;
    }

    #home .title {
        padding: 50px 200px;
        margin-top: 30px;
        font-size: 60px;
    }

}

#team .section-content,#clients .section-content {
    background-color: transparent;
}

.slick-carousel{
    background-color: #333;
    padding: 20px;
}

.client-logo {
    display: inline;
    padding: 30px;
}

.client-logo img {
    filter: grayscale() brightness(250%);
    width: 100%;
    max-width: 150px;
    max-height: 180px;
    transition: all 0.5s;
}

.client-logo img:hover {
    filter: none;
}

.client-logo a:hover, .client-logo a:active, .client-logo a:link {
    border: none;
}

.btn-primary {
    background-color: #874187;
    border-color: #874187;
}

#team .card-text {
    color: #667;
}

#banner {
    color: #874187;
    text-shadow: 1px 1px #333;
}

#banner .lead {
    color: white;
}

.bg-opacity {
    background-color: rgba(0, 0, 0, 0.9);
}

footer {
    font-size: 1em;
    background-color: #333;
    color: white;
}

footer i{
    font-size: 1.5em !important;
    margin: 0.5em;
}

.fb:hover,.fa-facebook:hover{
    color: #4267B2;
}
.insta:hover, .fa-instagram:hover{
    color: #E1306C;
}

footer a {
    text-decoration: none;
    color: white;
}
.map ul {
    margin-left: 50px;
}

.map a:hover {
    color: #874187;
}

footer .row {
    margin:0px;
}

footer > .text-center {
    background-color: #000;
    padding: 20px;
    margin: 0px;
}

footer ul {
    list-style: none;
    padding: 0px;
}

.footer-subtitle{
    font-size: 1.5em;
}
.footer-subtitle ~ a, .footer-subtitle {
    margin: 0.5em;
}

.wpp:hover{
    color: #25D366;
}

.photo-max{
    max-height: 280px;
}

.email:hover{
    color: #9868a3;
}

.bg-akos{
    background-image: url('../images/bg/aakos.jpg');
    background-size: cover;
    background-position: center;
}