/*
Theme Name: Neon Institucional
Theme URI: https://agencianeon.com.br
Author: Agência Neon
Author URI: https://agencianeon.com.br
Description: Tema desenvolvido por Agência Neon
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neon

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
    --primary: #3f47ce;
    --secondary: #9ad9ea;
    --text: #5f5f5f;
}

a {
    transition: all 300ms;
}

a:hover {
    text-decoration: none;
}

* {
    outline: none;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

.nopad {
    padding: 0!important;
}

body {
    background-color: #f2f4f5;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
}

p {
    font-size: 0.875rem;
    color: var(--text);
}

.sect_title {
    text-transform: uppercase;
    font-size: 2.25rem;
    color: #000;
    line-height: 36px;
    position: relative;
    margin-bottom: 70px;
}

.sect_title::before {
    content: '';
    width: 130px;
    height: 4px;
    background-color: var(--secondary);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.sect_title.text-center::before, .sect_title.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.sect_title::after {
    content: '';
    width: 70px;
    height: 4px;
    background-color: var(--primary);
    position: absolute;
    bottom: -20px;
    left: 0;
}

.sub {
    font-size: 1.25rem;
    color: #4f4f4f;
    margin-bottom: 50px;
}

/* Header */

.spaceToHeader {
    height: 110px;
}

#header {
    position: fixed;
    z-index: 777;
    width: 100%;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 500ms;
}

#header.top {
    top: 0!important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    background-color: #fff;
    padding: 15px;
}

#header > div {
    transition: all 500ms;
}

.header_shadow {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    background-color: #fff;
    padding: 25px;
    border-radius: 10px 10px 0 0;
}

.header_menu {
    transition: all 500ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wide .header_menu {
    width: 100%!important;
    max-width: 100%!important;
    border-radius: 0;
    padding: 15px 25px;
}

.header_menu .custom-logo {
    width: 175px;
    height: auto;
}

.header_menu ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header_menu ul li {
    margin-left: 40px;
}

.header_menu ul li a {
    display: block;
    height: 40px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 500;
    color: var(--text);
}

.header_menu ul li a:hover {
    color: var(--primary);
}

/* Header */

/* Banner */

.banner_home #slider_banner_home {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.banner_home .banner {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    max-height: 550px;
}

.banner_pages .banner {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(95, 95, 95, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 38vh;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_pages .banner h2 {
    text-transform: uppercase;
    font-size: 2.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.single .banner_pages .banner h2 {
    font-size: 1.85rem;
}

.breadcrumb {
    list-style: none;
    font-size: .75rem;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #ddd;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Banner */

/* Seções Home */

.sect {
    margin: 50px 0 100px;
}

.box {
    background-color: #fbfbfb;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 30px 1px rgba(95, 95, 95, 0.2);
    box-shadow: 0px 2px 30px 1px rgba(95, 95, 95, 0.2);
}

.box .txt {
    padding: 50px;
}

.box .txt p {
    margin-bottom: 50px;
}

.box .cont {
    padding: 50px;
}

.box .embed {
    width: 100%;
    height: 100%;
}

.box .embed iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

a.mais {
    background-color: var(--primary);
    border: solid 2px var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 25px;
}

a.mais:hover {
    background-color: #fff;
    color: var(--primary);
}

.box .image {
    width: 100%;
    height: 400px;
    min-height: 100%;
}

.box .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.box .image iframe {
    width: 100%;
    height: 100%;
    border-left: solid 2px var(--secondary)!important;
}

.box .media .media-body {
    display: flex;
    flex-direction: column;
}

.box .media .media-body span, 
.box .media .media-body span a {
    color: var(--text);
    font-weight: 500;
}

.box .media .media-body span a:hover {
    color: var(--primary);
}

a .mini_box {
    transition: all 300ms;
}

a .mini_box:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mini_box {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 30px 1px rgba(95, 95, 95, 0.2);
    box-shadow: 0px 2px 30px 1px rgba(95, 95, 95, 0.2);
    padding: 50px;
    background-color: #fff;
    text-align: center;
    max-width: 375px;
    margin: 0 auto 25px;
}

.mini_box img {
    width: 72px;
    margin-bottom: 30px;
}

.mini_box h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #222;
}

.mini_box p {
    font-size: .875rem;
    margin-bottom: 0;
}
/* Seções Home */

/* Pages */
.portf_item {
    text-align: center;
    height: 180px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.portf_item a img {
    height: 100%;
    width: 100%;
    transition: 300ms;
    object-fit: cover;
}

.portf_item a img:hover {
    transform: scale(1.1);
}

.marcas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
}

.marca {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.marca img {
    max-width: 150px;
    width: 100%;
    filter: grayscale(1);
    transition: all 300ms;
}

.marca img:hover {
    filter: grayscale(0);
}

.item_portf img {
    width: 100%;
    max-width: 425px;
    height: 375;
    margin: 0 auto;
}

.item_portf .portf_txt {
    position: relative;
    background-color: #fff;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 85%;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5); 
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

.item_portf .portf_txt h4 {
    font-size: 1.2rem;
    color: var(--primary);
}

.item_portf .portf_txt p {
    margin: 0;
}

.solucoes h3.sect_title {
    font-size: 1.6rem;
}

.solucoes .box {
    margin-bottom: 50px;
}
/* Pages */

/* Formulário */
.form_contato {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}

.form_contato input[type="text"], 
.form_contato input[type="email"], 
.form_contato input[type="tel"], 
.form_contato textarea {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.2); 
    box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.2);
    margin-bottom: 25px;
    padding: 10px;
}

.form_contato textarea {
    height: 150px;
}

.form_contato p {
    width: 100%;
}

.form_contato input[type="submit"] {
    background-color: var(--primary);
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 1.25rem;
    text-transform: uppercase;
    width: 200px;
    border-radius: 4px;
    letter-spacing: 1px;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(100,100,100,0.5); 
    box-shadow: 0px 0px 5px 2px rgba(100,100,100,0.5);
    transition: all 300ms;
}

.form_contato input[type="submit"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* Formulário */

/* Footer */

footer.neon_footer {
    background-color: #071c35;
    width: 100%;
}

.neon_footer img {
    width: 200px;
    padding: 50px 0 20px;
}

.neon_footer .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0 0 50px;
}

.neon_footer .socials a {
    margin: 0 10px;
}

.neon_footer .socials a svg {
    width: 30px;
    height: 30px;
    fill: #eee;
}

.neon_footer .address_footer {
    color: #fff;
}

.neon_footer .contacts_footer {
    color: #fff;
    text-align: right;
}

.neon_footer .contacts_footer .media {
    justify-content: flex-end;
}

.neon_footer .contacts_footer .media .media-body {
    display: flex;
    flex-direction: column;
    flex: unset;
}

.neon_footer .contacts_footer .media .media-body a {
    color: #fff;
}

.neon_footer .bottom_footer {
    border-top: solid 1px #fff;
    padding: 10px;
}

.neon_footer .bottom_footer p {
    color: #fff;
    margin: 0;
    font-size: .75rem;
    letter-spacing: 1px;
}

.neon_footer .bottom_footer p a {
    color: #fff;
    font-weight: 600;
}

.neon_footer .bottom_footer #menu_neon {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.neon_footer .bottom_footer #menu_neon li {
    margin-left: 15px;
}

.neon_footer .bottom_footer #menu_neon li a {
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
}

.not_found {
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not_found h2 {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 40px;
}

.not_found span {
    color: var(--text);
    font-size: 1rem;
}

.not_found a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
}

/* RESPONSIVE */

@media screen and (max-width: 991px) {
    #nav-icon {
        display: block;
    }
    
    .header_menu #menu_neon {
        display: none;
    }
    .mini_box {
        padding: 15px;
    }
    .invert {
        flex-direction: column-reverse;
        text-align: center;
    }
    .neon_footer .bottom_footer #menu_neon {
        justify-content: center;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .neon_footer .contacts_footer .media {
        justify-content: unset;
    }

    .neon_footer .contacts_footer {
        text-align: left;
    }

    .box .image iframe {
        border-left: none!important;
        border-top: solid 2px var(--secondary)!important;
    }
}


@media screen and (max-width: 450px) {

    .neon_footer .bottom_footer #menu_neon {
        flex-direction: column;
    }
    .neon_footer .bottom_footer #menu_neon li {
        margin-left: 0;
    }
    .header_menu .custom-logo {
        width: 140px;
        height: auto;
    }
}
