/* Custom H3X */

:root {
    --primary-color: #1851f1;
    --color-text: #313131;

    --border-gradient-angle {
        syntax: "<angle>";
        inherits: true;
        initial-value: 0turn;
    }
  }

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

.centrar { text-align: center;}
.noneo { display: none;}
.whatsapp { position: absolute; bottom: 20px; right: 20px; z-index: 999999999;
}
.whatsapp img { 
    width: 64px; 
    height: 64px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,.3);
box-shadow: 2px 2px 1px 0 rgba(0,0,0,.3);
}

.portfolio-desc strong { color: var(--color-text);}

.portolio-img { max-width: 500px; margin: 0 auto;
    background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #ffa057 14%, #ffe0c2 15%, transparent 17%);
    background-size: contain;
    animation: rotateBG 9s linear infinite;}



.md-400 {max-width: 400px !important;}

.boxed-pic {
    padding: 20px;
    background: #f0f0f0;
    border: 0px solid #666;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
}

img.img-resume {
    text-align: left;
    width: 110px;
    margin-left: 0;
    margin-top: 16px;
}

img.img-resume-av {
    text-align: left;
    width: 240px;
    margin-left: 0;
    margin-top: 16px;
}

img.img-resume-mop {
    text-align: left;
    width: 80px;
    margin-left: 0;
    margin-top: 16px;
}

img.img-resume-idf {
    text-align: left;
    width: 180px;
    margin-left: 0;
    margin-top: 16px;
}

/* GSAP */
.img-gsap {}

.fancy_border {
    padding: 2px;
    border-radius: 4px;
    position: relative;
    background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #ffa057 14%, #ffe0c2 15%, transparent 17%);
    background-size: contain;
    background-color: black;
    animation: rotateborder 9slinear infinite;
}


@keyframes rotateborder {
    0% {
        --border-gradient-angle: 0turn;
    }
    100% {
        --border-gradient-angle: 1turn;
    }    
}


/* Fixes */
.home-marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50slinear infinite;
    height: 75px;
    width: 380px;
    font-size: calc(12px + .14vw);
    font-weight: 400;
    position: absolute;
    top: 106%;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.44);
    font-size: 2.26rem;
}

html .client img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 46px;
}
h3 {
    font-size: 1.5rem;
}

html a.social-link {
    font-size: 44px;
}

.fun-fact h4 {
    font-size: 16px;
    max-width: 180px;
}

.boxed {
    padding: calc(16px + 2vw);
    background: #f9f5ea;
    background: #fff;
}

.portfolio-single {
    text-align: left;
}


.pushDown {
    margin-top: 40px !important;
}




/* media queries */
@media (max-width: 800px) {
  
    .home-bg-logo img {
        float: left;
        display: block;
        height: 100%;
        width: auto;
        user-select: none;
        display: none;
    }

    .md-400 {
        max-width: 100% !important;
    }

    .portfolio-meta {
        font-size: 15px;
        display: flex;
        margin: 32px 0;
        flex-direction: column;
    }
    .entry-content {
        margin: 1.2em 0 0;
        margin-top: 0;
    }

}

@media screen and (min-width: 768px) {
    .entry-content {
        margin-top: 0;
    }
}