@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html,
body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.row {
    width: 100%;
    margin: 0;
    font-size: 14px;
}

#scrollTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #ededed;
    color: black;
    border-radius: 100%;
    padding: 10px 13px;
}

.logo {
    max-width: 300px;
    width: 100%;
}

.noPadding {
    padding: 0;
}

#menu-btn {
    display: none;
    padding-bottom: 3.5%;
}

.navbar-fixed-top {
    background: var(--cor-principal);
}

.imgBack {
    background-attachment: fixed;
    background-image: var(--bg-slider);
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    color: var(--cor-branco);
    padding: 15% 15%;
    min-height: 685px;
}

.imgText h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.imgText p {
    font-size: 20px;
}

.imgText .foneSlider {
    color: var(--cor-secundaria);
    font-size: 40px;
}

.imgText .btSlider {
    background: var(--cor-principal);
    border: none;
    border-radius: 5px;
    color: var(--cor-secundaria);
    font-size: 18px;
    padding: 10px 15px;
}

.imgText .btSlider:hover {
    background: var(--cor-principal-hover);
}

.bgOverlay {
    background-color: var(--cor-preto);
    padding: 30px;
    width: 60%;
}

.menu,
.menu a {
    background: var(--cor-principal);
    color: var(--cor-branco);
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.menu h1 {
    font-size: 30px;
}

.menu .foneNav {
    color: var(--cor-secundaria);
    font-size: 25px;
    margin: 3.5% 0 0 0;
}

.texto14 {
    font-size: 14px;
}

.texto15 {
    font-size: 15px;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.about {
    background-attachment: fixed;
    background-image: var(--bg-sobre);
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    /* padding: 40px; */
}

.about .bgText {
    background-color: var(--cor-secundaria);
    padding: 30px 60px;
}

.about h2 {
    color: var(--cor-principal);
    font-size: 30px;
    padding: 0 0 20px 0;
}

.about p {
    color: var(--cor-principal);
    font-size: 15px;
}

.about img {
    border: var(--cor-principal) 10px solid;
    float: right;
    margin: 0 15px;
    width: 60%;
}

.features {

    background: #979b9e;
    padding: 50px;

}

.features h3 {
    color: var(--cor-branco);
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 0 0 20px 0;
}

.features figure {
    text-align: center;
}

.features img {
    width: 60px;
}

.services {
    background-attachment: fixed;
    background-image: var(--bg-servicos);
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    color: var(--cor-branco);
    padding: 40px 50px;
}

.services h2 {
    font-size: 40px;
    padding: 0 0 50px 0;
}

.services h3 {
    font-size: 22px;
    padding: 0 0 10px 0;
    text-align: center;
}

.services p {
    font-size: 14px;
}

.services .texto-servico {
    padding: 0 30px;
}

.services figure {
    text-align: center;
}

.icos path {
    fill: var(--cor-secundaria);
}

.ourjob {
    padding: 40px;
}

.ourjob .col-md-4 {
    padding: 10px 40px;
}

.ourjob h2 {
    color: var(--cor-principal);
    font-size: 30px;
    margin: 0 0 50px 0;
}

.ourjob .texto-ourjob {
    padding: 15px 0 0 30px;
}

.ourjob .texto-ourjob .fa {
    color: var(--cor-principal);
    font-size: 30px;
    float: left;
    padding: 0 15px 10px 0;
}


.ourjob .autorDp {
    color: var(--cor-preto);
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.contact {
    background: var(--cor-branco);
    color: var(--cor-principal);
    padding: 50px;
}

.contact h2 {
    font-size: 30px;
    padding: 0 0 50px 0;
}

.contact h3 {
    font-size: 20px;
    padding: 15px 0 30px 0;
}

.contact h4 {
    font-size: 15px;
    padding: 15px 0 30px 0;
}

.contact figure {
    margin: 0 0 40px 0;
}

.contact figure span {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
}

.contact figure p {
    font-size: 14px;
    padding: 0 0 0 40px;
}

.contact figure img {
    width: 30px;
}

.form {
    background: var(--cor-principal);
    color: var(--cor-preto);
    font-size: 14px;
    padding: 50px;
}

.form h3 {
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 0 0 20px 0;
}

.form h4 {
    font-weight: bold;
    letter-spacing: 0.12em;
    text-align: center;
    padding: 50px 0 10px 0;
}

.contact .formContact {
    padding-bottom: 50px;
}

.contact .social {
    /* margin: 30px 0 0 0; */
}

.contact .social ul {
    text-align: center;
    padding: 0;
}

.contact .contacts-info .fa {
    color: var(--cor-principal);
    font-size: 30px;
    width: 30px;
}

.contact .social ul li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}

.contact .social ul li .fa {
    font-size: 30px;
}

.contact .social ul li a {
    color: var(--cor-principal);
}

.contact .social ul li a:hover {
    color: var(--cor-principal-hover);
}


.contact .social ul li img {
    width: 30px;
}

.rights {
    background: var(--cor-branco);
    color: var(--cor-principal);
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.slider {
    background: #ab0224;
    min-height: 300px;
    padding: 4% 2% 0px;
}

.slider h3 {
    font-size: 50px;
    font-family: 'Nothing You Could Do', cursive;
    float: left;
    display: block;
    padding: 15px 30px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    top: 25px;
    right: 10px
}

.slider h4 {
    background: #222;
    float: left;
    display: block;
    padding: 12px 18px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    left: 40px;
}

.style-30deg {
    -webkit-transform: rotate(-5deg);
}

a {
    cursor: pointer;
}

.btn-default {
    background: #222;
    color: #FFF;
    border: none;
    padding: 10px;
}

.btn-style {
    background: #f0bba8;
    color: #FFF;
    font-weight: bold;
}

.btn-style:hover {
    background: #F9F9F9;
    color: #999;
}

.promocao p {
    visibility: hidden;
    background: #222;
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: 20px;
}

.promocao:hover p {
    visibility: visible;
    background: #222;
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: 20px;
}

@media only screen and (max-width: 768px) {
    #menu-content {
        display: none !important;
    }

    #menu-btn {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #menu-btn span {
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px;
    }

    #menu-btn button {
        background: var(--cor-principal);
        border: var(--cor-principal-hover) 1px solid;
        color: var(--cor-secundaria);
        padding: 5px 10px 0 10px;
    }

    #menu-btn button:hover {
        background: var(--cor-principal-hover);
    }

    #menu-btn i {
        font-size: 20px;
    }

    .menu,
    menu a {
        display: inherit;
    }

}

.bgNavmobile ul {
    padding: 20px 0;
}

.bgNavmobile ul li {
    color: var(--cor-branco);
    list-style: none;
    text-align: center;
}

.bgNavmobile ul li a {
    color: var(--cor-branco);
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
}

.swal2-popup,
.swal2-modal,
.swal2-show {
    background: var(--cor-principal-hover) !important;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}