/*-------------------------------------------------------------------------
    
    Theme Name:Creative: One Page Minimal Bootstrap Portfolio HTML Template
    Auther: SynchroTheme
    Author URI: http://synchrotheme.com
    Version: 1.0

  -------------------------------------------------------------------------
 
    Table of Contents

    01. Fonts Section
    02. General Section
    03. Author's Style Section
    04. Extra Css Section
  
  -------------------------------------------------------------------------*/


/* ==========================================================================
   Fonts Section
   ========================================================================== */


/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700|Roboto:400,500');*/

@import url('https://fonts.googleapis.com/css?family=Droid+Sans|Open+Sans:400,600,700');

/* ==========================================================================
   General Section
   ========================================================================== */

html,
body {
    height: 100%
}

body {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.8em;
    line-height: 1.5em;
    background: #fff;
    color: #444;
}

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

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

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
}

a:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

p {
    line-height: 1.3;
    font-size: 16px;
}

ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

.page_title h2 {
    color: #444;
    text-align: center;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 5rem;
}

.section_padding {
    padding-top: 100px;
    padding-bottom: 70px;
}


/* ==========================================================================
   Author's Style Section
   ========================================================================== */


/*
-----------------------------------------
Preloader Section
-----------------------------------------
*/

.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

.circle-container {
    width: 400px;
    height: 200px;
    /*   background: red; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle-container:after {
    content: '';
    width: 20px;
    height: 5px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    opacity: 0.7;
    filter: blur(1px);
    animation: shadow 2s linear infinite;
}

.circle-container:nth-child(2):after {
    animation-delay: -.3s;
}

.circle-container:nth-child(3):after {
    animation-delay: -.6s;
}

.circle {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: anim 2s linear infinite;
}

.circle-container:nth-child(2) .circle {
    /*   display: none; */
    animation-delay: -.3s;
}

.circle-container:nth-child(3) .circle {
    /*   display: none; */
    animation-delay: -.6s;
}

@keyframes anim {
    0% {
        transform-origin: 400% 50%;
        transform: rotate(0);
    }
    50% {
        transform-origin: 400% 50%;
        transform: rotate(360deg);
    }
    50.1% {
        transform-origin: -300% 50%;
        transfotm: rotate(0deg);
    }
    100% {
        transform-origin: -300% 50%;
        transfotm: rotate(-360deg);
    }
}

@keyframes shadow {
    0% {}
    12.5% {
        transform: translate(50px) scale(0.6);
    }
    25% {
        transform: translate(110px);
    }
    37.5% {
        transform: translate(50px) scale(1.4);
    }
    50% {
        transform: translate(0px);
    }
    62.5% {
        transform: translate(-50px) scale(0.6);
    }
    75% {
        transform: translate(-110px);
    }
    87.5% {
        transform: translate(-50px) scale(1.4);
    }
    100% {
        transform: translate(0px);
    }
}


/*
-----------------------------------------
Home Section
-----------------------------------------
*/

.home {
    height: 100%;
}


/*Logo
====================*/

.logo {
    padding-bottom: 20px;
}


/*Nav
====================*/

.main_nav {
    background: #F8F8F8;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 50;
    --webkit--transition: 5s ease-in-out;
    --moz--transition: 5s ease-in-out;
    --o--transition: 5s ease-in-out;
    --ms--transition: 5s ease-in-out;
    transition: 5s ease-in-out;
}

.main_nav .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #040404;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
    color: #922891 !important;
}

.main_nav .navbar-nav>li>a:hover,
.main_nav .navbar-nav>li>a:focus {
    color: #922891 !important;
}

.main_nav .navbar-toggle {
    border-color: #922891;
}

.main_nav .navbar-toggle .icon-bar {
    background: #922891;
}

.main_nav .navbar-toggle:focus,
.main_nav .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-collapse {
    border-color: #922891;
}

.isActive {
    position: fixed;
    background: #ddd !important;
    width: 100%;
}


/* Head Content
=====================*/

.header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    background: url('../img/banner/tecendosocial-banner-img1.jpg') no-repeat center center/cover;
    background-attachment: fixed;
}

.header_content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    content: '';
    background: rgba(0, 0, 0, .4);
}

div.particles_js {
    position: relative;
    height: 100%;
    width: 100%;
}

div#particles_js {
    position: absolute;
    height: 100%;
    width: 100%;
}

.head_content {
    z-index: 11;
}

.head_content h1 {
    font-size: 4rem;
    color: #fff;
}

.head_content h1 a {
    color: #7177ca;
    cursor: none;
}

.head_content h1 a:hover {
    cursor: none;
    text-decoration: none;
}

.head_content .l_btn {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.head_content .l_btn:hover,
.head_content .l_btn:focus {
    background: #fff;
    color: #922891;
}


/*
-----------------------------------------
About Section
-----------------------------------------
*/

.about_item {
    float: left;
    display: block;
    margin-left: 14px;
    font-size: 2rem;
    margin-top: 20px;
    text-align: center;
    text-transform: capitalize;
}

.about_item i {
    width: 100%;
    text-align: center;
    margin-bottom: .3em;
    font-size: 3rem;
}

.about_item:hover i {
    color: #922891;
}

.about_back img {
    width: 100%;
    margin-bottom: 20px;
}


/*
-----------------------------------------
Services Section
-----------------------------------------
*/

.service_item {
    text-align: center;
    margin-bottom: 20px;
}

.service_item i {
    margin-bottom: 20px
}

.service_item:hover i {
    color: #922891;
}

.service_item h3 {
    text-transform: capitalize;
}

.service_back img {
    width: 100%;
}


/*
-----------------------------------------
Portfolio Section
-----------------------------------------
*/


/*Portfolio
========================*/

.port_item {
    position: relative;
    margin-bottom: 4vh;
}

.port_item img {
    width: 100%;
    height: 300px;
}

.port_content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: none;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    padding-top: 25%;
    --webkit--transform: scale(0);
    --moz--transform: scale(0);
    --o--transform: scale(0);
    --ms--transform: scale(0);
    transform: scale(0);
    --webkit--transition: .5s ease-in-out;
    --moz--transition: .5s ease-in-out;
    --o--transition: .5s ease-in-out;
    --ms--transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #922891;
}

.port_item:hover .port_content {
    --webkit--transform: scale(1);
    --moz--transform: scale(1);
    --o--transform: scale(1);
    --ms--transform: scale(1);
    transform: scale(1);
}

.port_content .icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #922891;
    text-align: center;
    line-height: 40px;
    color: #922891;
    font-size: 18px;
}

.port_content .icon a:hover {
    background: #922891;
    color: #fff;
}


/*
-----------------------------------------
Testimonial Section
-----------------------------------------
*/

.test_person b {
    color: #922891;
}


/*
.testimonial_item p span{
  color: #922891;
}*/


/*
-----------------------------------------
Contact Section
-----------------------------------------
*/

#contact {
    position: relative;
}

.form-control {
    border-radius: 0px;
    border-color: #444 transparent #444 transparent;
    box-shadow: none;
    padding-left: 0px;
}

.form-control:focus {
    border-color: #444 transparent #922891 transparent;
    box-shadow: none;
}

input[type="submit"] {
    background: #922891;
    border-color: #922891;
    font-size: 18px;
    padding: 8px 20px;
    margin: 20px 0px 20px 0px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #fff;
    color: #922891;
    border-color: #922891;
}

.map_wrap {
    margin-bottom: 20px;
}

.map_wrap>#map>iframe {
    width: 100%;
    height: 0px;
    --webkit--transition: height .5s ease-in-out;
    --moz--transition: height .5s ease-in-out;
    --o--transition: height .5s ease-in-out;
    --ms--transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.map_show {
    height: 400px !important;
    width: 100%;
    --webkit--transition: height .5s ease-in-out;
    --moz--transition: height .5s ease-in-out;
    --o--transition: height .5s ease-in-out;
    --ms--transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.contact_item.map {
    cursor: pointer;
}

.contact_item {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.contact_item i {
    font-size: 4rem;
    margin: 40px 0px 20px 0px;
    color: #444;
}

.contact_item:hover i {
    color: #922891;
}


/*
-----------------------------------------
Footer Section
-----------------------------------------
*/

.footer .icon {
    margin-bottom: 15px;
}

.footer .icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #444;
    margin-right: 10px;
    color: #444;
    font-size: 18px;
    --webkit--transition: .5s ease-in-out;
    --moz--transition: .5s ease-in-out;
    --o--transition: .5s ease-in-out;
    --ms--transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.footer .icon a:hover,
.footer .icon a:focus {
    background: #922891;
    border-color: #922891;
    color: #fff;
}

.copy_right {
    font-weight: 600;
}


/* WHATSAPP FIXO */

.whatsapp-fixo {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}