/* HTML NATIVE ELEMENTS STYLES */

* {
    box-sizing: border-box;
}

/*
:root {
    /*Definir Variáveis *-/
    --offsetwhite: #e4e4e4;

    /*Utilizar variáveis *-/
    /*color: var(--offsetwhite); *-/
}
*/

html {
    height: 100%;
    box-sizing: border-box;
}

body,
body#luisPageBody {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: radial-gradient(circle at center, rgb(51, 51, 51), rgb(20, 20, 20) 80%);
    position: relative;
    padding-bottom: 6rem;
    min-height: 100%;
    margin: 0;
    height: 100%;
}

a {
    text-decoration: none;
    color: white;
}

button {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(75, 75, 75, 0);
    border: 0px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    cursor: pointer;
}

input,
textarea {
    outline: none;
    border: none
}

input.contactsInput1 {
    height: 50px;
    border-radius: 15px;
    padding: 0 30px
}

textarea.contactsInput1 {
    min-height: 150px;
    border-radius: 15px;
    padding: 12px 30px
}


/* Estilos gerais para navbars / menu responsivo e outros IDs */

#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: 999999
}

#Header.scroll {
    background-color: rgb(44, 44, 44);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 183, 255, 0.404);
    box-shadow: 0 0 20px 0px rgba(0, 183, 255, 0.404)
}


#Header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    position: relative
}

#Header nav a.logo {
    display: inline-block;
}

#Header nav a.logo img {
    min-height: 50px;
    max-width: 90px;
    max-height: 50px;
}

#Header nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#Header nav .menu-wrapper ul {
    position: relative;
    margin: 0;
}

#Header nav .menu-wrapper ul .nav-item {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    text-align: center;
}

#Header nav .menu-wrapper ul .nav-item a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: bold;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-align: center;
}

#Header nav .menu-wrapper ul .nav-item a:hover {
    background-color: rgba(0, 140, 255, 0.521);
    border-radius: 20px;
    padding: 10px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: bold;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

#Header nav .menu-wrapper ul .nav-item a:before {
    content: "";
    background: #ffffff;
    width: 0;
    height: 2px;
    display: inline-block;
    bottom: -5px;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

#Header nav .menu-wrapper ul .nav-item a.active:before {
    width: 100%
}

#Header nav .menu-wrapper ul .nav-item a:hover:before {
    width: 100%
}

#Header nav .menu-wrapper .burger {
    display: none;
    z-index: 9999
}

.burger-bar1,
.burger-bar2,
.burger-bar3 {
    width: 35px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    margin: 6px 0;
    transition: 0.4s;
    cursor: pointer;
}

.burger-squeeze .burger-bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background-color: rgb(0, 132, 255);
}

.burger-squeeze .burger-bar2 {
    opacity: 0;
}

.burger-squeeze .burger-bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: rgb(0, 132, 255);
}

#MobileHeader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    z-index: 1000;
    top: -100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#MobileHeader.show {
    top: 0
}

#MobileHeader .fullmenu {
    position: relative
}

#MobileHeader .fullmenu ul {
    list-style: none;
    padding: 0
}

#MobileHeader .fullmenu ul .nav-item {
    margin-top: 25px
}

#MobileHeader .fullmenu ul .nav-item .nav-link {
    position: relative
}

#MobileHeader .fullmenu ul .nav-item .nav-link span {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

#ProfilesZone {
    min-height: calc(100vh - 111px);
    width: 100%;
    overflow-y: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Home {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Home .HomeSlideshow img {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    box-shadow: 0 0 8px 8px rgba(90, 167, 255, 0.205);
}

#Home h1 {
    color: #ffffff;
    font-size: 30px;
    padding: 8px 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75%;
    text-align: center;
    text-shadow: 2px 2px 8px rgb(0, 0, 0);
    z-index: 10;
}

#Home .user a {
    display: block;
    position: relative;
}

#Home .user .content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#Home .user .overlay {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#Home .user a:hover .content .overlay {
    opacity: 1;
}

#Home .user img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

#Home #LuisPtfl #dotsbox {
    position: absolute;
    top: 0;
    left: 0;
}



/* #Home .user .overlay h1 {
    color: var(--offsetwhite);
} */

#luisPageBody #Footer,
#Footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a1a1a;
    padding: 30px 0
}


#Footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#Footer a.logo img {
    max-width: 90px;
    max-height: 50px;
}

#AboutMeZone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

#AboutMeZone img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

#Projects img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}

#Contacts img {
    max-width: 50px;
    height: auto;
}

#Contacts button {
    background-color: rgb(43, 43, 43);
    font-size: 18px;
    width: 50%;
}

#Contacts button:hover {
    cursor: pointer;
    background-color: rgb(0, 102, 255);
}


/* Adittional Custom Stuff */

.button {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(75, 75, 75, 0);
    border: 0px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    cursor: pointer;
    font-size: 80%;
}

.button:hover {
    background-color: rgba(0, 110, 255, 0.5);
    color: white;
}

.button img {
    border-radius: 20px;
}

.container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: auto;
}

.container-fluid {
    padding: 0 125px;
    z-index: 1
}

.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.zoom {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(27, 26, 26, 0.2);
    border: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 80%;
}


.zoom:hover img {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease
}

.zoom:hover h3 {
    margin-top: 50%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.nSection {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}

.nSectionDark {
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 100px;
    padding-bottom: 100px;
}

.nSectionLight {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 100px;
    padding-bottom: 100px;
    color: black;
}

.nSectionSpLight {
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 100px;
    padding-bottom: 100px;
    color: black;
}



.wall-of-text h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.wall-of-text p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    text-align: justify;
}

.container-contact1-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.wrap-contactsInput1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px
}

.contactsInput1 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

.shadow-contactsInput1 {
    display: block;
    position: absolute;
    border-radius: 15px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: rgba(0, 132, 255, 0.733)
}

.contactsInput1:focus+.shadow-contactsInput1 {
    -webkit-animation: anim-shadow .5s ease-in-out forwards;
    animation: anim-shadow .5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 80px 30px;
        opacity: 0
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0 0 80px 30px;
        opacity: 0
    }
}

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


/* Page Responsive */

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 800px) {

    /* [class*="col-"] {
        width: 100%;
    } */

    .col-1 {
        width: 50%;
    }

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 50%;
    }

    #AboutMeZone .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }

    .col-5 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

    .col-7 {
        width: 100%;
    }

    .col-8 {
        width: 100%;
    }

    .col-9 {
        width: 100%;
    }

    .col-10 {
        width: 100%;
    }

    .col-11 {
        width: 100%;
    }

    .col-12 {
        width: 100%;
    }

    .container {
        max-width: 90%;
        margin: auto;
    }

    .container-fluid {
        padding: 0 50px
    }

    #ProfilesZone {
        margin-top: 50px;
        min-height: calc(100vh - 111px);
        width: 100%;
        overflow-y: hidden !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #Header .menu-wrapper ul {
        display: none
    }

    #Header .menu-wrapper .burger {
        display: inline-block !important
    }

    #Footer .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #Home .HomeSlideshow {
        height: 400px;
    }

    #Home h1 {
        font-size: 20px;
    }

    #Home .HomeSlideshow img {
        min-height: 200px;
        max-height: 400px;
        height: 100%;
        width: auto;
        text-align: center;
    }

    #Projects img {
        max-height: 100px;
    }

}


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