/* All */
.container-limited{
    max-width: 900px;
}

/* Topo */
.topo{
    margin-top: 30px;
    margin-bottom: 50px;
}
.topo h3 {
    text-align: center;
    font-family: arial-black, 'arial-black', arial, sans-serif;
    font-weight: bold;    
    color: #0076c6;
    margin-bottom: 3px;
}
.topo div {
    width: 350px;
    height: 5px;
    background: #0076c6;
    margin: auto;
}

@media screen and (max-width: 768px) {
	.topo div {
        width: 270px;
	}
}



/* Box */
.box-direita img,
.box-esquerda img{
    width: 100%;
}

.box-esquerda .col-md-6:not(:first-child){
    text-align: right;
}
.box-direita .col-md-6:not(:first-child){
    text-align: left;
}





/* Mockup */
.mockup{
    width: 100%;
}
.box-esquerda .mockup{
    width: 100%;
    /* ?why? max-width: 380%;  ?? */
    /* margin-left: -180px; */
}
.box-direita .mockup{
    width: 100%;
    /* margin-right: -180px; */
    /* ?why?  margin-top: 90px; ?? */
}



/* Button */
.button{
    background-color:#0076c6;
    box-shadow: 0px 2px 3px #ccc;
    border-color: #0076c6;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    transition: all 0.5s;
    font-style: italic;
    width: fit-content;
    font-size: 1rem;
}
/* .box-esquerda .button{

} */
/* .box-direita .button{
    
} */



/* Logo */

/*  */
.produtos .logo{
    width: 80% !important;
    min-width: 260px;
}
@media screen and (max-width: 768px) {
    .produtos .logo{
        width: 70% !important;
        display: block;
        margin: auto;
        padding-top: 50px;
    }
}



/* .produtos .box-esquerda .logo{
    float:right;
} */
/* .box-direita .logo {
    margin: 30px 10% 10px; 
    
} */



/* Text */
.text{
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 1rem;
}
.text *{
    font-size: 1rem !important;
}
.box-esquerda .text {
    text-align: right !important;
}

.box-direita .text {
    text-align: left !important;
}


