/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a {
    color: #fd7e14;
    text-decoration: none;
}

a:hover {
    color: none;
    text-decoration: none;
}


/*
p {
    font-size: 22px;
}*/


/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

#navbar-desktop {
    align-items: center;
    background: rgba(25, 28, 31, 0.9);
    right: 0;
    top: 0;
    left: 0;
}

#navbar-desktop .nav-link {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0 12px;
    letter-spacing: 1.5px;
    color: white;
}

#navbar-desktop .nav-link:hover {
    color: #fd7e14;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 190px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #2a2a2a;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #fd7e14;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero::after {
    width: 100%;
    height: 100vh;
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.7);
}

#hero .texture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    background: url(../img/texture.png);
}

#hero .caption {
    position: relative;
    z-index: 20;
    text-align: center;
    color: white;
    top: 50px;
}

#hero .caption h1 {
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0.5rem;
    color: #fd7e14
}

#hero .caption h2 {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    color: #c3c4c6;
}

@media screen and (min-width:768px) {
    #hero .caption h1 {
        font-size: 2.5rem;
    }
    #hero .caption h2 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width:992px) {
    #hero .caption h1 {
        font-size: 3rem;
    }
    #hero .caption h2 {
        font-size: 2rem;
    }
}

@media screen and (min-width:1200px) {
    #hero .caption h1 {
        font-size: 4rem;
    }
    #hero .caption h2 {
        font-size: 2.5rem;
    }
}

#hero img {
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
}


/*--------------------------------------------------------------
# Carousel Clientes
--------------------------------------------------------------*/

#carousel-clientes {
    width: 100%;
    height: 75vh;
    margin-top: 20px;
}

#carousel-clientes .carousel {
    width: 100%;
    height: 75vh;
}

#carousel-clientes .goto {
    width: 100%;
    height: 75vh;
    background: url(../img/goto-background-hero.jpg) no-repeat;
    background-size: cover;
}

#carousel-clientes .goto::before {
    width: 100%;
    height: 78vh;
    content: "";
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(90deg, #000 0, transparent);
}

#carousel-clientes .mycena {
    width: 100%;
    height: 75vh;
    background: url(../img/mycena-background-hero.jpg) no-repeat;
    background-size: cover;
    background-position: bottom left;
}

#carousel-clientes .tim {
    width: 100%;
    height: 75vh;
    background: url(../img/tim-background.jpg) no-repeat;
    background-size: cover;
}


/*--------------------------------------------------------------
# Caption Sections
--------------------------------------------------------------*/

.caption-clientes {
    position: relative;
    z-index: 20;
    text-align: left;
    color: white;
    margin-left: 3rem;
    margin-top: 10rem;
}

.caption-clientes h3 {
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0.5rem;
}

.caption-clientes h4 {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

#portifolio {
    margin-top: 140px;
}

#portifolio .p {
    font-size: 15px;
}

#comunicacao {
    margin-top: 140px;
}

#seguranca {
    margin-top: 140px;
}

#seguranca .lista {
    margin-left: 8rem;
    font-size: 20px;
}

#parceiros {
    margin-top: 140px;
}

#cases {
    margin-top: 140px;
    margin-left: 4rem;
    margin-right: 4rem;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact {
    margin-top: 71px;
    padding: 60px 0;
    text-align: center;
    padding-bottom: 30px;
    background-color: #f1f1f1;
}

.contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

.contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fd7e14;
}

.contact .contact-info address,
.contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

.contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

.contact .contact-info a {
    color: #000;
}

.contact .contact-info a:hover {
    color: #fd7e14;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
    margin-bottom: 20px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #fd7e14;
}

.contact .php-email-form button[type="submit"] {
    background: #fd7e14;
    border: 0;
    padding: 10px 30px 12px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #fea358;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .contact .contact-address,
    .contact .contact-phone,
    .contact .contact-email {
        padding: 20px 0;
    }
}


/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/

#footer {
    background: #111111;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#footer .footer-top {
    background: #1d1d1d;
    border-bottom: 1px solid #2f2f2f;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-info a:hover {
    color: #fd7e14;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2a2a2a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #fd7e14;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fd7e14;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #fd7e14;
}

#footer .qrcode {
    max-height: 210px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .copyright a {
    color: white;
}

#footer .copyright a:hover {
    color: #fd7e14;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}