/* Gerais*/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
* body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.row {
    margin: 0;
}

.container {
    padding: 40px 0;
}

.p li {
    color: #c79d9d;
    font-size: 14px;
}

/* BARRA DE NAVEGAÇÃO */
header, .navbar {
    background-color:#E9E9E9;
   
}

#nav-container {
    padding-top: 0;
    padding-bottom: 0;

}

#logo {
    width: 120px;
    margin-left: 10%;
}

#navbar-links a {
    color: #000000;
    cursor: pointer;
    letter-spacing: 3px;
    z-index: 1;
}

#navbar-links a:hover {
    color: #C40233;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem .8rem;
}

/* SLIDER */
.container-fluid1 {
    padding: 0;
    background-color: black;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: 100vh;
    z-index: 1;
    transition: 1s;
}

#mainSlider .carousel-caption {
    top: 40%;
    right: 50%;
}

.main-btn {
    background-color: #65DAF9;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 60px;
    padding: 5px 20px;
    border-radius: 30px;
    border: 3px solid transparent;
    transition: .5s;
}

.main-btn1 {
    background-color: #C40233;
    color: #fff;
    font-size: 12px;
    font-weight: inherit;
    text-transform: uppercase;
    position: fixed;
    bottom: 2%;
    left: 90%;
    padding: 1%;
    z-index: 50;
    width: 105px;
    height: 40px;
    line-height: 10px;
    border-radius: 15px;
    border: 3px solid #E9E9E9;
    transition: .5s;
}

.main-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: transparent;
    border-color: #65DAF9;
}

.carousel-indicators .active {
    background-color: #C40233;
}

/* SPOTLIGHT MOUSE */
.banner {
    
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url(../banner3.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    clip-path: circle(75px at var(--x) var(--y));
}

.banner:active {

    clip-path: circle(400px at var(--x) var(--y));
}

.content {

    position: relative;
    max-width: 1100px;
    z-index: 1;
    background-blend-mode: overlay;
    pointer-events: none;
    user-select: none;
}

.content h2 {

    position: absolute;
    display: block;
    width: 33,333%;
    height: 33%;
    text-transform: uppercase;
    margin-top: 50%;
    margin-left: 30%;
    color: #fff;
    font-size: 30px;
}

.content p {
    position: absolute;
    width: 33,333%;
    height: 33%;
    text-align: center;
    margin-top: 600px;
    margin-left: 30%;
    color: #C40233;
    font-size: 15px;
}

/* SOBRE O GRUPO BICDATA*/
#Sobre-nós {
    background-color:#ffffff;
}

h1 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #b5b5b5;
}

h1 span {
    color: #C40233;
    text-transform: uppercase;
}

.main-title {
    color: #000000;
    margin: 0 0 65px 0px;
    font-size: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.main-title::after {
    content:"";
    border-top: 2px solid #333;
    width:15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.about-title {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

#sobre-a-lista {
    list-style: none;
    padding-left: 0;
}

#sobre-a-lista li {
    line-height: 30px;
}

#sobre-a-lista i {
    color: #65DAF9;
    margin-right: 15px;
}

/* DADOS DA EMPRESA*/

.circle-box {
    padding: 0 40px;
}

.progressbar-text {
    font-weight: bold;
    font-size: 32px;
}

#data-area p {
    color: #C40233;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

/* SERVIÇOS */
.main-title {
    color: #000000;
    margin: 0px 0 65px 0px;
    font-size: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.group {
    color: #000000;
    margin: 0px 0 65px 0px;
    font-size: 30px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.main-title::after {
    content:"";
    border-top: 2px solid #333;
    width:15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.main-title2 {
    color: #ffffff;
    margin: 10px 0 65px 0px;
    font-size: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 0 2px #0f0,
                 0 0 4px #0f0,
                 0 0 6px #0f0,
                 0 0 8px #0f0,
                 0 0 10px #0f0;
    animation: ani 5s linear infinite;              
    
}

@keyframes ani {
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}
.main-title2::after {
    content:"";
    border-top: 2px solid #ffffff;
    width:15%;
    position: absolute;
    top: 47px;
    left: 42.5%;
}

section {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    height: 10vh;
    overflow: hidden;
}

section .scroll {
    width: 100%;
    display: flex;
}

section .scroll div {
    color: #C40233;
    font-size: 2em;
    /*background: #fff;*/
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: anim 60s linear infinite;

}

section .scroll div span {
    -webkit-text-stroke: 1px #C40233;
    color: transparent;
}

#instalação section .scroll div {
    color: #ffffff;
    font-size: 2em;
    /*background: #fff;*/
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: anim 60s linear infinite;

}       


#instalação section .scroll div span {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}

@keyframes anim {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
 
/* Produtos Zebra*/

#produtos-zebra {
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    height: 70vh;
}

#produtos-zebra h4 {
   margin-left: 100px;
   margin-bottom: 30px;
}

#coletores {
    margin-left: 40px;
}

#leitores {
    padding-top: 50px;
    margin-left: 20px;
}

/* Produtos Datalogic*/

#produtos-datalogic {
    background-color: #e9e9e9;
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    height: 90vh;
}

#produtos-datalogic h4 {
    margin-left: 100px;
    margin-bottom: 30px;
 }

/* Produtos Honeywell*/

#produtos-honeywell {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 90vh;
}

#produtos-honeywell h4 {
    margin-left: 100px;
    margin-bottom: 30px;
 }

 #impressorahoneywell {
     margin-top: 70px;
     margin-left: 70px;
     width: 150px;
 }

 #coletoreshoneywell {
    margin-top: 10px;
    margin-left: 50px;
}

.PD43 {
    width: 300px;
    padding-left: 50px;
}

/* Argox/Sato*/
#Argox {
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
    background-attachment: fixed;
}

#Argox .container {
    position: relative;
    width: 1150px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#Argox .container .card {
    position: relative;
    width: 250px;
    height: 400px;
    background: #fff;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.6);
    transition: 0.5s;
}

#Argox .container .card .circle {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #500, #C40233);
    clip-path: circle(160px at center 0);
    text-align: center;
}

#Argox .container .main-title {
    color: #fff;
}

#Argox .container .card .card-body {
    position: absolute;
    bottom: 5px;
    padding: 10px;
    text-align: center;
}

#Argox .container .card .card-body p {
    color: #000;
}

#Argox .container .card .card-body h5 {
    color: #666;
}

#Argox .container .card .card-body a {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background: #C40233;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 10px;
}

#Argox .container .card-img-top {
    width: 150px;
}

.main-title1 {
    color: #000;
    margin: 0 0 65px 0px;
    font-size: 40px;
    display: blocardk;
    overflow: hidden;
    text-align: center;
}

.main-title1::after {
    content: "";
    border-top: 2px solid #000;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

/* Botão Modal Argox/Sato */
#Argox .btn {
    background-color: #C40233;
    border: #C40233;
    border-radius: 25px;
    width: 150px;
    height: 25px;
}

#Argox .card-body .btn p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

#Argox .btn:hover {
    background: #FFF;
}

#Argox .btn p:hover {
    color: #C40233;
}

#modal-OS214 .modal-header {
    background-color: #E9E9E9;
    width: 800px;
}

#modal-OS214 .modal-body {
    background-color: #FFF;
    width: 800px;
    padding: 5px;
}

#modal-OS214 .modal-body p{
   font-size: 12px;
   margin-top: 10px;
}

.modal-footer .botão {
    background-color: #C40233;
    border-radius: 10px;
    width: 150px;
}

#modal-Sato-CL6 .modal-header {
    background-color: #E9E9E9;
    width: 800px;
}

#modal-Sato-CL6 .modal-body {
    background-color: #FFF;
    width: 800px;
    padding: 5px;
}

#modal-Sato-CL6 .modal-body p{
    font-size: 12px;
    margin-top: 10px;
 }

/* Suprimentos*/
#suprimentos {
    background-color: #e9e9e9;
    position: relative;
    width: 100%;
    height: 90vh;
}

#suprimentos h4 {
    margin-left: 250px;
    margin-bottom: 50px;
}

#etiquetas {
    margin-left: 150px;
}

#Ribbons {
    margin-left: 150px;
}

/* SERVIÇOS */
#instalação {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    margin-bottom: 50px;
    margin-top: 50;
    background: #ffffff;
}

#instalação p {
    color: #000000;
}

#icone-wifi ul {
    position: relative;
    display: flex;
    zoom: 1.4;

}

ul li {
    list-style: none;
}

ul li label {
    position: relative;
}

ul li label input[type="checkbox"] 
{
    position: absolute;
    opacity: 0;
    cursor: pointer
}

ul li label .icon {
    position: relative;
    width: 155px;
    height: 155px;
    background: #18191f;
    color: #555;
    font-size: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px -1px 4px rgba(255, 255, 255, 0.05),
                 4px 4px 6px rgba(0,0,0,0.2),
                 inset -1px 1px 4px rgba(255, 255, 255, 0.05),
                 inset 1px 1px 1px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 10px;              
}

ul li label .icon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 5px);
    height: calc(50% - 2px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

ul li label input[type="checkbox"]:checked ~ .icon {
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.05),
                inset 4px 4px 6px rgba(0,0,0,0.1);
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

ul li label input[type="checkbox"]:checked ~ .icon i {
    color: #00f3ff;
    text-shadow: 0 0 15px #00f3ff, 0 0 25px #00f3ff;
    animation: colors 5s linear infinite;

}

@keyframes colors {
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}

#survey {
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    margin-bottom: 50px;
    margin-top: 50;
    background: #ffffff;
    background: #E9E9E9;
}

#manutenção {
    background: #ffffff;

}

#manutenção p {
    color: #000000;
}

/* SERVIÇOS */
#Soluções {
    width: 100%;
    background: #E9E9E9;
    display: flex;
    transition: 1s;
}

.card-body {
    text-align: center;
}

.card-body h5 {
    font-size: 14px;
    color: #C40233
}

.card-body p {
    color: #ffffff;
}

.card {
    transition: 1s;
} 
    
.card:hover {
    transform: scale(1.3);
    cursor: pointer;
    background: #C40233;
    box-shadow: 2px 2px 2px #000000;
    z-index: 1;
}

/* Botão Modal */
.btn {
    background-color: #FFF;
    border: #C40233;
    border-radius: 25px;
    width: 150px;
    height: 25px;
}

.btn p {
    color: #000000;
    font-size: 12px;
    line-height: 12px;
}

.btn:hover {
    background: #FFF;
}

.btn p:hover {
    color: #C40233;
}

/* Janela Modal */
.modal-header {
    background-color: #E9E9E9;
    width: 800px;
}
.modal-content {
    align-items: center;
    
}
.modal-body {
    background-color: #000000;
    width: 800px;
    padding: 5px;

   
}
#container-indústria {
    background-color: #ffffff;
    
}

#container-indústria h6 {
    margin-top: 5px;
    color: #C40233;
}

#container-indústria p {
    font-size: 12px;

}

.fábrica-h6::after {
    content: "";
    border-top: 2px solid #C40233;
    width:13%;
    position: absolute;
    top:25px;
    left: 13px;
    
}

.operações-de-campo-h6::after {
    content: "";
    border-top: 2px solid #C40233;
    width:35%;
    position: absolute;
    top:25px;
    left: 13px;
    
}

.armazén-h6::after {
    content: "";
    border-top: 2px solid #C40233;
    width:15%;
    position: absolute;
    top:25px;
    left: 13px;
    
}

#container-indústria i {
    font-size: 100px;
    margin-left: 70px;
    margin-bottom: 30px;
}

.close {
    color: red;
}

/* Produtos */

section {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    height: 10vh;
    overflow: hidden;
}

section .scroll {
    width: 100%;
    display: flex;
}

section .scroll div {
    color: #C40233;
    font-size: 2em;
    /*background: #fff;*/
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: animate 60s linear infinite;

}



section .scroll div span {
    -webkit-text-stroke: 1px #C40233;
    color: transparent;
}

@keyframes animate {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* Parceiros */

#Parceiros {
    width: 100%;
    height: 80vh;
    display: block;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
    background: #fff;
   
    
}

#partners {
    align-items: center;
}

.cartão-1 {
    position: relative;
    width: 250px;
    height: 300px;
    transform-style: preserve-3d;
}

.cartão-1 .face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transition: 2s ease-in-out;
    transform: perspective(500px) rotateY(0deg);
    
}

.cartão-1 .face.front {
    background: transparent;
}

.cartão-1:hover .face.front {
    transform: perspective(500px) rotateY(180deg);
}

.cartão-1 .face.back {
    background: #e9e9e9;
    color: #000;
    border: #E9E9E9 1px solid;
    width: 200px;
    height: 250px;
    text-align: center;
    transform: perspective(500px) rotateY(180deg);
}

.cartão-1:hover .face.back {
    transform: perspective(500px) rotateY(360deg);
}

.cartão-1 .face h4 {
    font-size: 12px;
    font-weight: 200;
    transform: translateZ(50px);
}


/*.box {
    background-color:transparent;
    width: 300px;
    height: 300px;
    margin-top: 200px;
    margin-left: 400px;
    transform-style: preserve-3d;
    animation: animate 20s linear infinite;
}
@keyframes animate {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }
    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.box span {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
    -webkit-box-reflect: below 0px linear-gradient(transparent,transparent#0004);

}

.box span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}*/



/* FIQUE POR DENTRO DAS NOVIDADES */
#news-area {
    text-align: center;
    
}

#news-area p {
    font-size: 18px;
    margin-bottom: 40px;
}

#email-input {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #C40233;
    display: inline;
    box-sizing: border-box;
    width: 40%;
    height: 40px;
}

#news-btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #C40233;
    background-color: #C40233;
    text-transform: uppercase;
    color: #FFF;
    height: 40px;
    padding: 0 30px;
    margin-left: -130px;
    position: absolute;
    transition: .5s;
}

#news-btn:hover {
    background-color: #FFF;
    color: #C40233;
}

/* PROMOÇÃO */
#promo {
    background-color: #C40233;
    text-transform: uppercase;
}

#promo .container {
    margin-top: 10px;
    padding: 40px 100px;
}

#promo .row {
    display: block;
    text-align: center;
}

/* CONHEÇA O GRUPO BICDATA*/
#links {
    background-color: #E9E9E9;
    height: 50vh;
}

#logolink {
    width: 222px;
    margin-top: 25px;
}

/* CALL TO ACTION */
#call-area {
    background-color: #C40233;
    text-transform: uppercase;
}

#call-area .container {
    padding: 40px 100px;
}

#call-area .row {
    display: block;
    text-align: center;
}

#call-area p {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    width: auto;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: inline;
    height: 60;
    line-height: 60px;
}

#call-area #call-btn {
    background-color: #FFF;
    color: #C40233;
    border: 1px solid #C40233;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    width: auto;
    letter-spacing: 2px;
}

#call-area #call-btn:hover {
    background-color: #C40233;
    color: #FFF;
    border: 1px solid #ffffff;
}

/* Footer*/

#Contato {
    text-align: center;
    background-color: #E9E9E9;
    text-decoration: none;
}

.contact-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C40233;
    text-decoration: none;
}

.contact-box1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C40233;
    text-decoration: none;
}

.contact-box i {
    color: #444;
    border: solid 1px #444;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    margin-bottom: 20px;
    text-decoration: none;
}

.contact-box p {
    font-size: 16px;
    text-decoration: none;
}

.contact-title  {
    font-weight: bold;
    color: #C40233;
    text-decoration: none;
}

.contact-title1 a {
    color: #C40233;
    text-decoration: none;
}

#msg-box p {
    font-size: 22px;
    
}

/* BOTÃO WHATSAPP*/
.contact-box1 .fa-whatsapp {
    color: #fff;
    border: solid 2px #fff;
    background-color: #25d366;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    margin-bottom: 20px;
    text-decoration: none;
}

.fa-whatsapp:hover {
    animation: tremer 0.2s;
    animation-iteration-count: infinite;
}

@keyframes tremer {
    0%{transform: translate(1px,1px) rotate(0deg);}
    10%{transform: translate(-1px,-2px) rotate(-1deg);}
    20%{transform: translate(-2px,0px) rotate(1deg);}
    30%{transform: translate(2px,2px) rotate(0deg);}
    40%{transform: translate(1px,-1px) rotate(1deg);}
    50%{transform: translate(-1px,2px) rotate(-1deg);}
    60%{transform: translate(-2px,1px) rotate(0deg);}
    70%{transform: translate(2px,1px) rotate(-1deg);}
    80%{transform: translate(-1px,-1px) rotate(1deg);}
    90%{transform: translate(1px,2px) rotate(0deg);}
    100%{transform: translate(1px,-2px) rotate(-1deg);}
}

#contact-form input[type="name"], 
#contact-form input[type="email"], 
#contact-form input[type="phone"], 
#contact-form input[type="text"], 
#contact-form textarea {
    margin-bottom: 15px;
    border-radius: 0;
}

#contact-form .main-btn {
    background-color: #C40233;
    color: #FFF;
    width: 120px;
    height: 50px;
}

#contact-form .main-btn:hover {
    background-color: #FFF;
    color: #C40233;
    border: 1px solid #C40233;
}

#social_media {
    background: #E9E9E9;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

#social_media i {
    font-size: 40px;
    margin: 10px;
}

/* Copy */
#copy-area {
    background-color: #e9e9e9;
}

#copy-area .container {
    padding: 10px 0;
    text-align: center;
}

#copy-area .container p {
    margin-bottom: 0;
}

#copy-area .container a {
    font-weight: bold;
    color: #C40233;
}

#copy-area .container a:hover {
    text-decoration: none;
    color: #000000;
}

/* Responsive Tablet*/
@media(max-width: 768px) {

    /* Geral*/
    .container {
        padding: 20px 0;
    }

    /* Slider*/
    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: auto;
    }

    #mainSlider .carousel-caption h2 {
        font-size: 28px;
    }

    #mainSlider .carousel-caption p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .carousel-caption {
        left: 10%;
        right: 10%;
    }

    /* about */
    #Sobre-nós img {
        margin-top: 80px;
    }

    /* Data */
    .circle-box {
        padding: 0 10px;
    }

    #data-area p {
        font-size: 16px;
    }

    #Soluções .row {
        display: inline;
    }

    #news-area p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #email-input {
        width: 70%;
    }

    #call-area {
        margin-top: 30px;
    }

    #call-area .container {
        padding: 30px;
    }

 }

    /* Responsive Mobile*/
@media(max-width: 425px){
    /* Slider */

    #mainSlider {
        margin-top: 90px;
    }

    #mainSlider .carousel-caption {
        top: 5%;
    }

    #mainSlider .carousel-caption h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    #mainSlider .carousel-caption p {
        font-size: 12px;
        display: none;
    }

    .carousel-caption .main-btn {
        font-size: 14px;
    }

    /* about */
    .main-title {
        font-size: 30px;
    }
    #Sobre-nós img {
        margin-top: 0;
        margin-bottom: 30px;
    }

     /* Data */
     .circle-box {
        width: 50%;
    }

    #news-area .main-title {
        font-size: 16px;
    }

    #email-input {
        width: 80%;
    }

    /* CTA */

    #call-area p, #call-area #call-btn {
        font-size: 12px;
        letter-spacing: 0;
        margin: 0;
        width: 50%;
    }

    /* Contact */

    .contact-box {
        border: none;
        margin-bottom: 0px;
        
    }

    /* Botão Flutuante*/

    .botao {
        background-color: #ffffff;
        color: #000000;
        text-transform: uppercase;
        width: 200px;
        height: 60px;
        padding: 5px 20px;
        border-radius: 30px;
        border: 3px solid transparent;
        transition: .5s;
    }
    
    
}
