:root
{
    --main-color: #DD3438;
    --main-bg-color: #e8e8e8;
    scroll-behavior: smooth;    
}

.white-text
{
    color: white;
}

.white-bg
{
    background: white;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #e8e8e8;  
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

h1
{
    font-size: calc(3em + 0.5vw);  
}

h2
{
    text-align: center;
}


#fixed-menu
{
    background-color: var(--main-color);
    transition: .3s ease;
}

#logo
{
    width: 40%;
    position: absolute;
    z-index: 1;
    top: calc(50% - 20%);
    left: calc(50% - 20%);
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    
}


#cima, #baixo
{
    transform: translate(-200%);
    transition: all 1s ease;
    animation-delay: 2s;
    fill: var(--main-color);
    
}

#Nome
{
    transform: translate(200%);
     transition: all 1s ease;
    animation-delay: 2s;
    fill: white;

}


.active-animation
{
    transform: translate(0) !important;
}



#nav-bar
{
    width: 80%;
    display: flex;
    text-align: center;
    margin: 0 auto;   
    align-items: center;
    height: 100%;
    
}

#nav-bar img
{
    width: 70%;
    align-content: center;
}

nav ul
{
    margin: 0;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    font-size: calc(.75em + 1vmin);    
    height: 100%;    
}

nav li
{
    margin: auto;

}
nav ul a
{
    text-decoration: none;
    color: white;
    height: 10vh;    
    transition: .4s ease;
    width: calc(15vw - 10%);                
    display: flex;
    align-content: center;
    vertical-align: middle;
}


.active-nav
{
    background-color: white;
    color: black;
}

nav ul a:hover
{
    background-color: white;
    color: black;
}

#btn-mobile
{
    display: none;
}

#slider 
{  
    
    
    
}

#slider img
{
    height: 89.4vh;    
}


.whatsapp
{
    background: #25d366;
	color: white;
	position: fixed;
	bottom: 2%;
	left: 2%;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 99999;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    
}

#whatsapp .whatsapp i
{
    font-style: normal;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.container
{
    width: min(100% - 2rem, 1920px);
    margin-inline: auto;
}

#info
{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

.article-img-left
{
    width: 50%;
    padding: 3%;
}

article
{
    width:40%;
    padding: 2%;   
    margin: 0 auto;
    text-align: center;
}

article h1
{
    margin: 0;
    padding: 0;
}




article p
{
    overflow-wrap: break-word;
    font-size: calc(.5em + 1vmin);
    text-align: justify;
    text-justify: inter-word;
}

article a
{
    text-align: center;
    width: 100%;
    font-size: calc(.5em + 1vmin);
    background: var(--main-color);
    font-weight: bold;
    display: inline-block;
    padding: 3% 0;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: .3s ease;
    
}

article a:hover
{
    transform: scale(1.1);
}

#services-img
{
    width: 60%;
    transform: translate(35%,calc(-50% + 5vw));
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2%;
}


.floating-img
{
    -webkit-box-shadow: 19px 19px 1px -8px rgba(0,0,0,0.5); 
    box-shadow: 19px 19px 1px -8px rgba(0,0,0,0.5);
    width: 45%;
    margin-bottom: 2%;
    
}
#caracteriticas
{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 90%;
    margin: auto;    
    background: white;
    padding: 0 1%;
    
}

.caracteristc
{
    max-width: 48%;
    display: flex;
    margin: 1%;
}

.caracteristc div
{
    margin: 2%;
}


.caracteristc img
{
    max-width: 30%;
    border-radius: 50%;
    padding: 4% 0;
    transition: .3s ease;
     margin: auto;
}

.caracteristc img:hover
{
    transform: scale(1.2);
}

.caracteristc h2
{
    display: inline-block;
    margin: 0 auto;
}

.caracteristc p
{
    display: inline-block;
    width: 100%;
    font-size: calc(.5em + 1vmin);
}

.full-widht
{
    width: 100%;
    text-align: center;    
    position: relative;
    overflow: hidden;    
    
}

#orcamento
{
    display: flex;
    align-items: center;
    height: 50vh;    
    background: radial-gradient(circle, rgba(56,56,97,0) 0%, rgba(2,0,36,1) 100%);    
}

.transparence img
{
    width: 100%;    
    opacity: 0.6;   
}

#orcamento a
{
    background-color: var(--main-color);
    padding: 2%;
    color: white;
    font-weight: bold;
    text-decoration: none;
    align-content: center;
    width: 20%;
    margin: auto;
    transition: .3s ease;
    position: absolute;
    margin: auto;
    
    left: calc(50% - 10%);
    top: calc(50% - 10%);
    
}

#orcamento a:hover
{
    transform: scale(1.1);
    background: white;
    color: black;
}

h1
{
    text-align: center;
}

#galery
{    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 2%;    
}

#galery a
{
    width: 25%;
    padding-bottom: 2%;
}

#galery a:hover
{
    transform: scale(1.05);
}


#galery img
{
    width: 100%;
    
}

#contact
{
    /*
    background-image: url(../image/Slider/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    */
    display: flex;
    flex-wrap: nowrap;
    
    justify-content: center;
    
    margin-top: 10%;
}

#contacts
{
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: var(--main-color);
    align-items: center;
    
}

#contacts a
{
    width: 30%;
    margin: 5% 0;
    transition: .3s;
    color: white;
}

#contacts a:hover
{
    transform: scale(1.3);
    
}

#contacts i
{
    font-size: calc(3em + 1vw);
}

#contacts-img
{
    width: 74%;
    background-color: white;
    min-height: 40vh;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#contacts-img img
{
   width: 100%;
    
    
}




footer
{
    background-color: darkred;    
    width: 100%;
    margin: 0;
    padding: 0;
}

#social-feed
{
    width: 80%;
    margin: auto;
    padding-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: calc(2em + 1vmin);        
}

#social-feed a 
{
    padding: 1% 1.5%;
    border-radius: 50%;
    transition: .3s ease;
}

#social-feed a:hover
{
    transform: scale(1.5);
    
}


#social-feed a:nth-child(1) 
{
    background-color: #25d366;
    color: white;
}

#social-feed a:nth-child(2)
{
    background: rgb(131,58,180);
    background: -webkit-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    background: -o-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    background: linear-gradient(to right, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    color: white;
}

#social-feed a:nth-child(3)
{
    background: white;
    color: #4285F4;
}

#social-feed a:nth-child(4)
{
    background: #4285F4;
    color: white;
}

footer p
{
    color: white;
    text-align: center;
    padding: 2%;
    font-size: calc(0.5em + 1vmin);
}


.sl-wrapper
{
    background-color: rgba(0, 0, 0, .8);
}

.sl-wrapper .sl-close
{
    color: white;
}

.sl-wrapper .sl-counter
{
    color: white;
}


.sl-wrapper .sl-navigation button
{
    color: white;
}


.anime
{
    opacity: 0;
    transform: translate(-10vw);
    transition: .3s ease;    
}

.anime-start
{
    opacity: 1;
    transform: translate(0);
}

.fixed-top
{
    position: fixed;
    width: 100%;
    z-index: 1000;    
    transition: 0.3s;
    border-bottom: 1px solid darkred;
}

@media (max-width: 920px) and (orientation: portrait)
{
    #nav-bar 
    {
        justify-content: space-between;
        display: flex;
        padding: 3% 0;   
        background-color: var(--main-color);
    }
    
     #nav-bar img
    {
        width: 100%;
    }

    
    #nav-bar a
    {
        width: 50%;       
        padding: 2% 0 3% 0;
    }
    
    
    #btn-mobile
    {
        display: flex;
        z-index: 100;
        padding: 5% 4%;
        font-size: calc(1rem + 0.25vw);
        border: none;
        background: none;
        cursor: pointer;
        background: darkred;
    }
    
    #hamburguer
    {
        color: white;
        width: 7vw;
        border-top: 2px solid currentColor;
        transition: .3s ease;
    }
    
    #hamburguer::after, #hamburguer::before
    {
        content: '';
        display: block;
        width: 7vw;
        height: 2px;
        background: currentColor;
        margin-top: 15%;
        transition: .3s ease;
        position: relative;
    }    
    
    
    #nav
    {
        display: none;
        position: absolute;
        width: 100%;
        margin-top: calc(60% + 1vmax);
        right: 0;
        z-index: 2;
        transition: .6s ease;
        background: darkred;
        height: auto;
        transform: .3s ease;
    }
    
    #nav a
    {
        height: auto;
        background: darkred;
        color: white;
        z-index: 1;
        width: 100%;
        border-bottom: 1px solid var(--main-color);
        font-size: calc(1rem + 1vw);
    }
    
    #nav-bar.active #nav
    {
        display: flex;
        transition: .5s ease;
        flex-wrap: wrap;
        
    }   

    #nav-bar.active #hamburguer
    {
        
        border-top-color: transparent;
    }
    
    #nav-bar.active #hamburguer::before
    {
        transform: rotate(135deg);
        
            
    }
    
    #nav-bar.active #hamburguer::after
    {
        transform: rotate(-135deg);
        top: -7px;
    }   
    
    
    #slider img
    {
        width: 200%;
        height: auto;

    }
    
    .article-img-left
    {
        width: 100%;
    }
    
    article
    {
        width: 100%;   
    }
    
    #services-img
    {
        transform: translate(0);
        width: 100%;        
    }
    
    .floating-img
    {
        width: 49%;
        margin-bottom: 5%;
    }
    
    .caracteristc
    {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    
    .caracteristc p
    {
        
        word-wrap: break-word;
        text-justify: inter-word;
        
    }
    
    .caracteristc h1
    {
        
    }
    
    .caracteristc img
    {
        max-width: 40%;
        width: 100%;
        margin: auto;
    }
    
    .transparence img
    {
        transform: translateX(-50%);
        width: 200%;
    }
    
    #orcamento
    {
        height: auto;
    }
    
    #orcamento a
    {
        width: 40%;
        left: calc(50% - 20%);
        cursor: pointer;
    }
    
    #contact
    {
        flex-wrap: wrap;
    }
    
    #contacts
    {
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 10%;
    }
    
    #contacts-img
    {
        width: 100%;
        min-height: 0;
    }
    
    footer
    {
        padding: 1%;
        margin: auto;
    }
    
    #social-feed a
    {
        padding: 4% 5.5%;
        margin-top: 5%;
    }
    
    
}

@media (min-width: 768px) and (max-width: 920px) and (orientation: portrait)
{
    #nav
    {
        margin-top: calc(55% + 1vmin);
    }
    
}
@media (min-width: 200px) and (max-width: 920px) and (orientation: portrait)
{
    #nav
    {
        margin-top: calc(65% + 1vmax);
    }
    
}


