/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'Fira Sans', sans-serif, arial, sans-serif;
    margin: 0 8px; /* set full width for full-container */
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.main-container{
    max-width: 980px;
    margin: 0 auto;
}

.full-container{
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 10px 2px black;
    text-align: center;
    padding: 0px 10px 40px 10px;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

@media all and (min-width: 1024px) {
    .full-container{
        padding: 0px 50px 90px 50px;
        box-shadow: 0px 10px 30px 2px black;
        margin-bottom: 10px;
    }
}

.site-header{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 990;
    background: -webkit-linear-gradient(left, rgba(0,204,32,.2), rgba(15,127,32,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(0,204,32,.2), rgba(15,127,32,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(0,204,32,.2), rgba(15,127,32,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(0,204,32,.2), rgba(15,127,32,1)); /* Standard syntax (must be last) */
    color: white;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0 4px 2px -2px black;
}

@media all and (min-width: 1024px) {
    .site-header{
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.header-logo__container-xs{
    display: block;
    text-align: center;
    margin-top: -5px;
    margin-bottom: -5px;
    
}

@media all and (min-width: 1024px) {
    .header-logo__container-xs{
        display: none;
    }
}

.header-logo__container-xl{
    display: none;
}

@media all and (min-width: 1024px) {
    .header-logo__container-xl{
        
        
        display: inline-block;
        margin-right: 30px;
        margin-left: -160px;
    }
}

.header-logo__image-xl{
    padding: 5px 10px;
    background: rgba(255, 255, 255, .6);
    border-radius: 5px;
}

.header-logo__image-xs{
    padding: 5px;
    background: rgba(255, 255, 255, .6);
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-nav {
    /* text-align: center; */  
}

.site-header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

@media all and (min-width: 1024px) {
    .site-header ul{

    }
}

.site-header li{
    font-size: .5em;
    display: inline-block;
    margin: 10px 0;
}

@media all and (min-width: 1024px) {
    .site-header li{
        font-size: 0.9em;
        display: inline-block;
        margin: 0 5px;
    }
}

.site-header a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 5px;
    transition: all 1s;
}

.site-header a:hover,
.site-header a.active{
    background: white;
    color: #157000;
    border-color: #157000;
}



/* intro */

.intro{
    padding-top: 80px;
    /* margin: 0 auto; */
    text-align: center;
}

@media all and (min-width: 1024px) {
    .intro{
    padding-top: 170px;
    /* margin: 0 auto; */
    }
}

.img-responsive{
    box-shadow: 0px 15px 40px 5px black;
    display: block;
    width: 100%;
}

.intro-image{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    opacity: .8;
}

@media all and (min-width: 1024px) {
    .intro-image{
        opacity: .8;
        width: 90%;
        margin: 0 auto;
    }
}

.quotes{
    background: transparent;
    margin: 0;
    padding: 0;
    color: rgb(150, 101, 61);
    font-size: 1em;
}

@media all and (min-width: 1024px) {
    .quotes{
        font-size: 1.2em;
    }
}

.section__title{
    background-image: -webkit-linear-gradient(left, #E0F8F7, #1ABA0D); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #E0F8F7, #1ABA0D); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #E0F8F7, #1ABA0D); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #E0F8F7, #1ABA0D); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #E0F8F7, #1ABA0D); /* Standard syntax; must be last */
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 40px 0 20px 0;
    padding-top: 0px;
    font-style: italic;
    /* color: #1ABA0D; */
    font-size: 1.4em;
}

@media all and (min-width: 1024px) {
    .section__title{
        margin-top: 20px;
        margin-bottom: 50px;
        padding-top: 60px;
        font-size: 2em;
    }
}

.intro-text__copy{
    font-weight: 400;
    width: 100%;
    margin: 20px auto;
    color: #C9C9C9;
    font-size: 1em;
}

@media all and (min-width: 1024px) {
    .intro-text__copy{
        margin: 0 auto 30px;
        width: 70%;
        font-size: 1em;
    }
}

.italic{
    font-style: italic;
    font-size: 0.8em;
}



/* divider */

.divider__section {
    display: inline-block; 
    margin-top: 110px;
    margin-bottom: 110px;
    background: white;
    padding: 0px;
    border: 3px solid rgb(150, 101, 61);
    border-radius: 50%;
    box-shadow: 0px 15px 40px 5px black;
    overflow: hidden;
}

@media all and (min-width: 1024px){
    .divider__section{  
        margin-top: 150px;  
        margin-bottom: 90px;
    }
}

.round__img{
    width: 120px;
    height: 120px;
}



/* sections */

/* Services */

.section__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 1024px) {
    .section__flex{
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.section__flex__services{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

@media all and (min-width: 1024px) {
    .section__flex__services{
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.services__title{
    width: 100%;
    margin: 0;
    color: #1ABA0D;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
}

.section__text{
    width: 100%;
    margin: 0 30px;
    color: #C9C9C9;
    font-size: 1em;
    margin-bottom: 15px;
}

.section__image{
    margin-left: 0px; 
}

@media all and (min-width: 1024px) {
    .section__text{
        margin-bottom: 0;
        width: 30%;
    }
    .section__image{
        width: 70%; 
    }
}

.section__text__social{
    width: 100%;
    margin: 0 30px;
    color: #C9C9C9;
    font-size: 1em;
    margin-bottom: 15px;
}

.section__image__social{
    width: 100%;
    /* margin-left: 0px; */
}

@media all and (min-width: 1024px) {
    .section__text__social{
        margin-bottom: 0;
        width: 65%;
        text-align: right;
    }
    .section__image__social{
        width: 35%;
        text-align: left;
    }
}

.toggle1{
    display: none;
}

@media all and (min-width: 1024px) {
    .toggle1{
        display: block;
        margin-right: 30px;
    }
}

.toggle2{
    display: block;
}

@media all and (min-width: 1024px) {
    .toggle2{
        display: none;
    }
}

.section__text__copy{
    width: 100%;
    margin: 20px auto;
    color: #C9C9C9;
    font-size: 1em;
}

@media all and (min-width: 1024px) {
    .section__text__copy{
        font-size: 1em;
    }
}



/* fotos */



/* videos */

.video__text{
    font-weight: 400;
    width: 100%;
    margin: 20px auto;
    color: #C9C9C9;
    font-size: 1em;
}

/* @media all and (min-width: 1024px) {
    .video__text{
        margin: 0 auto 30px;
        width: 70%;
        font-size: 1em;
    }
} */

.video__youtube{
    box-shadow: 0px 15px 40px 5px black;
    margin: 0px auto 60px;
    position: relative;
    padding-bottom: 56.25%;
   /* padding-top: 25px; */
    height: 0;
}

.video__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* contacts */

.contacts__text__copy{
    width: 100%;
    margin: 20px auto;
    color: #C9C9C9;
    font-size: 1em;

}

@media all and (min-width: 1024px) {
    .contacts__text__copy{
        margin: 20px auto;
        width: 70%;
        font-size: 1em;
    }
}

.contacts{
    color: #C9C9C9;
}

.contacts__box{
    padding: 20px 0 20px;
    border-top: 2px solid rgb(150, 101, 61);
    border-bottom: 2px solid rgb(150, 101, 61);
    margin: 50px auto 0px;
    width: 80%;
    text-align: center;
}

@media all and (min-width: 1024px) {
    .contacts__box{
        width: 30%;
        padding: 30px 0 30px;
        margin: 60px auto 0px;
    }
}

.fa-color{
    color: rgb(150, 101, 61);
}

.contacts__box p{
    margin: 35px 0;
}

.contacts__box a{
    text-decoration: none;
    color: #17D409;
    transition: all .33s;
}

.contacts__box a:hover{
    color: yellow;
}

.contacts__type{
    text-decoration: underline;
    font-weight: 700;
    margin-top: 50px;
}



/* animations */

.animation{
    /* position: relative; */
}

.bounce-up{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 70px, 0px);
    -webkit-transform: translate3d(0px, 70px, 0px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    transform: translate3d(0px, 70, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 1024px) {
    .bounce-up{
        opacity: 0;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(0px, 150px, 0px);
        -webkit-transform: translate3d(0px, 150px, 0px);
        -o-transform: translate(0px, 150px);
        -ms-transform: translate(0px, 150px);
        transform: translate3d(0px, 150, 0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.bounce-up-small{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 50px, 0px);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate3d(0px, 50, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 1024px) {
    .bounce-up-small{
        opacity: 0;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(0px, 50px, 0px);
        -webkit-transform: translate3d(0px, 50px, 0px);
        -o-transform: translate(0px, 50px);
        -ms-transform: translate(0px, 50px);
        transform: translate3d(0px, 50, 0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.bounce-up.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.bounce-up-small.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.bounce-right{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 1024px) {
    .bounce-right{
        opacity: 0;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.bounce-right.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.bounce-left{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 1024px) {
    .bounce-left{
        opacity: 0;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(100px, 0px, 0px);
        -webkit-transform: translate3d(100px, 0px, 0px);
        -o-transform: translate(100px, 0px);
        -ms-transform: translate(100px, 0px);
        transform: translate3d(100px, 0px, 0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.bounce-left.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}



/* back-to-top */

.scroll-up{
    position: relative;
}

.back-to-top{
    display: none;
    font-size: 1.6em;
    color: rgba(23, 212, 9, .6);
    padding: 0px 7px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50px;
    position: fixed;
    right: 5vw;
    bottom: 6vh;
    z-index: 900;
    opacity: .5;
    transition: all .33s;
}

@media all and (min-width: 1024px) {
        .back-to-top{
        right: 12vw;
    }
}

@media all and (min-width: 1280px) {
        .back-to-top{
        right: 15vw;
    }
}

@media all and (min-width: 1400px) {
        .back-to-top{
        right: 19vw;
    }
}

@media all and (min-width: 1600px) {
        .back-to-top{
        right: 22vw;
    }
}

@media all and (min-width: 1920px) {
        .back-to-top{
        right: 27vw;
    }
}

.back-to-top:hover{
    opacity: 1;
    background: white;
}

@media all and (min-width: 1024px) {
    .scroll-up{
        
    }
}



/* footer */

.footer{
    text-align: center;
}

@media all and (min-width: 1024px) {
    .footer{

    }
}

.social-media__list{
    padding: 0;
    margin: 40px 0;
}

.social-media__list li{
    text-align: center;
    list-style-type: none;
}

.social-media{
    
}

.social-media__link-facebook{
    margin: 0 5px;
    color: #0079B6;
    background: white;
    padding: 10px 15px;
    border: 2px solid rgb(150, 101, 61);
    border-radius: 100%;
    font-size: 1.6em;
    transition: all .33s;
}

@media all and (min-width: 1024px) {
    .social-media__link-facebook{
        background: transparent;
        color: black;
    }    
}

.social-media__link-facebook:hover{
    color: #0079B6;
    background: white;
}

.social-media__link-youtube{
    margin: 0 5px;
    color: red;
    background: white;
    padding: 10px 15px;
    border: 2px solid rgb(150, 101, 61);
    border-radius: 100%;
    font-size: 1.6em;
    transition: all .33s;
}

@media all and (min-width: 1024px) {
    .social-media__link-youtube{
        background: transparent;
        color: black;
    }    
}

.social-media__link-youtube:hover{
    color: red;
    background: white;
}

.social-media__link-google{
    margin: 0 5px;
    color: red;
    background: white;
    padding: 10px 10px;
    border: 2px solid rgb(150, 101, 61);
    border-radius: 100%;
    font-size: 1.6em;
    transition: all .33s;
}

@media all and (min-width: 1024px) {
    .social-media__link-google{
        background: transparent;
        color: black;
    }    
}

.social-media__link-google:hover{
    color: red;
    background: white;
}

.copyright{
    color: #C9C9C9;
    font-size: 0.8em;
}

@media all and (min-width: 1024px) {
    .copyright{
        color: #C9C9C9;
        font-size: 1em;
    }
}

.paulo-azedo__copy{
    color: #C9C9C9;
    font-size: 0.8em;
}

@media all and (min-width: 1024px) {
    .paulo-azedo__copy{
        font-size: 1em;
    }
}

.paulo-azedo__link {
    text-decoration: none;
    color: #17D409;
    transition: all .33s;
}

.paulo-azedo__link:hover {
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear,  left top,  right top, 
        color-stop(0.00, red),
        color-stop(33%, orange),
        color-stop(66%, yellow), 
        color-stop(1.00, green));
}

.paulo-azedo__link:visited {
    color: #17D409;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
