
/* Reset Global */
*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
	margin-top: 0px;
    padding: 0px;
    box-sizing: border-box;
    


}

html{
    scroll-behavior: smooth;
}

/* Estilos Letras */


h2{
	color:#FFFFFF;
	/*font-size: 1em;*/
	text-shadow: 3px 3px 4px #1f5e19;
	color:#95390b;
	padding: 10px;
	margin-top: -40px;
	color:#0e0f58;
	font-size: 40px;
    display:block;
}

h3{
    color:#FFFFFF;
	/*font-size: 1em;*/
	text-shadow: 2px 2px 3px #1f5e19;
	color:#95390b;
	padding: 10px;
	margin-top: -11px;
	color:#0e0f58;
	font-size: 30px;
    display:block;
}

h4{
	color:#021332;
	/*font-size: 1em;*/
	text-shadow: 1px 1px 3px #021332;
	color:#d3e9ee;
	padding: 10px;
	margin-top: -40px;
	color:#b7374b;
	font-size: 30px;
    display:block;
}

h5{
	color:#FFFFFF;
	/*font-size: 1em;*/
	text-shadow: 2px 2px 3px #b1520e;
	color:#95390b;
	padding: 5px;
	margin-top: 40px;
	color:#0e0f58;
	font-size: 20px;
    display:block;
}

h6{
    font-size: 30px;
}
p{
    color:#081203;
    font-size: 10px;
}

.img-thumbnail{
     background-color: #070987;
    
}
#images_3D {
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #faf5c8;
	color:#F5FD7D;
	padding: 10px;
	margin-top: -40px;
	color:#2a0f75;
	font-size: 30px;
    display:block;
}

.t{
    margin-right: 300px;
}
.container {
    margin-top: 20px;
}


.wrapper{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color:#2c405e ;
    box-shadow: 2px 5px 6px #ddd;
}



/* Conteúdo da seção */

.section-content{
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid #120101; 

} 

.section{
    text-align: center;
    background-color: #fff;
    padding: 30px;
    width: 100%;
}
.section:target{
    background-color: #e4e3e3;
}


/* Whatsapp */

.whats{ 
	position:fixed;
	top: 180px;
	right: 30px;
	z-index: 1000;
	cursor: pointer;
	cursor:crosshair;
    height: 20px;
}


.bot_w:hover {
	padding: 2px;
} 


.whats:before, .whats::after {
    content: 'Contate-nos!';
	color:#04125c;
	font-size: 1.8em;
	text-shadow: 1px 1px 2px #042263;
	color:#0b1de4;
	padding: 5px;
	margin-top: -15px;
	color:#ee9a7b;
	font-size: 14px;
    display:block;
    position: absolute;
    left: -30px;
    right: -30px;
    top: -5px;
    bottom: 30px;
    animation: animar 1.5s linear infinite; 
    opacity: 0;
} 


.whats::after{
    animation-delay: 1.5s;
} 
@keyframes animar {
    0% { 
      transform: scale(1.5);
      opacity:0;
    } 
    50% {
      opacity: 1;
    }
    100% {
        transform: scale (1.2);
        opacity:0;
    }
}


/*econ*/

.econ:before {
    content:'Opções com vaga de Garagem';
            
	color:#5c0416;
	font-size: 28px;
	text-shadow: 2px 2px 4px #075c04;
	color:#d7420c;
    animation: animar 2.5s linear infinite; 
    opacity: 0;

   
} 




#cr{
	font-size: 12px;
	text-align: center;
}
	
.iph{
	margin-left: 100px;
}

/*carousel controls*/
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 30px;
    outline: rgb(167, 160, 239);
    background-color: rgba(74, 250, 10, 0.925);
    background-size: 50%, 50%;
    border-radius: 100%;
    border: box;
	opacity: 3;
}
