/* - Navegação - */
.navegacao {
    margin: 0px;
}

.navegacao .one {
    background-color: #000;
}

.navegacao .one .navbar {
    padding: 0px 0px;
}

.navegacao .one .navbar .navbar-collapse {
}

.navegacao .one .navbar .navbar-collapse .navbar-nav {
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #fff;
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .nav-item {
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .dropdown-menu {
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    color: #000 !important;
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: yellow !important;
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: yellow !important;
}

.navegacao .one .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: yellow !important;
}

.navegacao .two {
    z-index: 999;
}

.navegacao .two .navbar {
    background-color: rgba(255, 255, 255, 0);
}

.navegacao .two .navbar .navbar-brand {
    padding: 0px 0px;
    color: #ffffff;
}

.navegacao .two .navbar .navbar-brand img {
    height: 90px;
    margin-top: 1rem;
}

.navegacao .two .navbar .navbar-toggler {
    background-color: #000;
    float: right;
}

.navegacao .two .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 10)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navegacao .two .navbar .navbar-collapse {
}

.navegacao .two .navbar .navbar-collapse .navbar-nav {
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item {
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
    padding: 10px;
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    border: none;
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .number {
    color: #000;
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .email {
    color: #000;
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .btn {
    border-right: 0px !important;
    background-color: #fcd846;
    padding: 10px 15px;
    font-size: 12px !important;
}

.navegacao .two .navbar .navbar-collapse .navbar-nav .nav-item .line {
    color: #000;
}

.navegacao .three {
    background-color: #4a4a4a;
    padding-top: 10px;
    padding-bottom: 20px;
}

.navegacao .three .navbar {
    padding: 0px 0px;
}

.navegacao .three .navbar .navbar-collapse {
}

.navegacao .three .navbar .navbar-collapse .navbar-nav {
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600 !important;
    padding: 7px 19px !important;
    margin-top: 11px;
    font-size: 13px !important;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .nav-item {
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: #000;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff !important;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: yellow !important;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: yellow !important;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: yellow !important;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .nav-item .line {
    background-color: #fcd846;
    width: 33%;
    display: block;
    height: 2px;
    margin: 0 auto;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .nav-link {
    margin-top: 11px;
    font-size: 13px !important;
}

.navegacao .three .navbar .navbar-collapse .navbar-nav .nav-link i {
    color: #ffffff;
    font-weight: 600 !important;
}

.header-img {
    margin-top: -120px;
}

.header {
    overflow: hidden;
    width: 100%;
    height: 94vh;
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: wrap;
    background-image: url('../images/ant-rozetsky-140870.jpg');
    background-position: center center;
    background-size: cover;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    background-image: url('../images/ant-rozetsky-140870.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.header .content {
    width: 100%;

    /* margin-top: -100px */
    margin-bottom: 10%;
}

.header .content p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;

    /* font-weight: 500 */
    /* text-align: center */
    padding: 10px;
    width: 100%;
    margin-bottom: 3rem;
}

.header .content h1 {
    font-weight: 900;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    line-height: 61px;

    /* text-align: center */
}

.header .content h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 30px;
    text-align: left;
}

.header .content h4  span {
    color: #b4b4b4;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    float: left;
    padding: 0 0 10px 0;
}

.header .content .button {
    float: left;
    width: 100%;
    padding: 10px 0px;

    /* text-align: center */
    margin: 10px 0 15px 0;
}

.header .content .button a {
    background: linear-gradient(90deg, rgb(51, 32, 210) 0%, rgb(101, 12, 216) 1%, rgb(18, 190, 210) 100%);
    margin: 0px;
    padding: 18px 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;

    /* border-radius: 30px */
    font-size: 13.5px;
    text-decoration: none;
}

.header .three-box {
    padding: 0px;
    z-index: 100;
    display: inline-block;
}

.header .three-box  p {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.header .three-box a {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
}

.header .three-box .col-md-4 {
    height: 100%;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.header .three-box .boxes1 {
    height: 100%;
    background: #232323;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.header .three-box .boxes2 {
    height: 100%;
    background: #fecb16;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.header .three-box .boxes3 {
    height: 100%;
    background: #232323;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.header .three-box .boxes1 h4 {
    color: #fff;
}

.header .three-box .boxes2 h4 {
    color: #000;
}

.header .three-box .boxes3 h4 {
    color: #fff;
}

.header .three-box .boxes1 p {
    color: #fff;
}

.header .three-box .boxes2 p {
    color: #000;
}

.header .three-box .boxes3 p {
    color: #fff;
}

.header .three-box .boxes1 a {
    color: #fff;
}

.header .three-box .boxes2 a {
    color: #000;
}

.header .three-box .boxes3 a {
    color: #fff;
}

@media (max-width:767px) {
    .header .content h1 {
        font-size: 60px;
    }

    .header .content h2 {
        font-size: 40px;
    }

    .header .three-box .col-md-4 {
        width: 100%;
    }
}

@media (max-width:480px) {
    .header .content h1 {
        font-size: 30px;
    }
}

.blocks {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: wrap;
    background-position: center center;
    background-size: cover;
    margin-top: -140px;
    background-color: #ffffff;
    box-shadow: 0px 31px 50px -34px rgba(0, 0, 0, 0.24);
}

.blocks .overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    background-image: url('../images/ant-rozetsky-140870.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.blocks .content {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.blocks .content p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.blocks .content h1 {
    font-weight: 800;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 100px;
    text-align: center;
}

.blocks .content h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 30px;
    text-align: left;
}

.blocks .content h4  span {
    color: #b4b4b4;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    float: left;
    padding: 0 0 10px 0;
}

.blocks .content .button {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    margin: 10px 0 15px 0;
}

.blocks .content .button a {
    background: #fecb16;
    margin: 0px;
    padding: 18px 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 13.5px;
    text-decoration: none;
}

.blocks .three-box {
    padding: 0px;
    z-index: 100;
    display: inline-block;
}

.blocks .three-box  p {
    font-size: 15px;
    font-weight: 500;
    width: 80%;
    text-align: left;
}

.blocks .three-box a {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
}

.blocks .three-box .col-md-4 {
    height: 100%;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.blocks .three-box .boxes1 {
    height: 18rem;
    background: #ffffff;

    /* padding-top: 20px */
    padding-bottom: 20px;

    /* margin-top: 20px */
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border-top-style: none;
    border-right: 1px outset rgba(230, 230, 230, 0.24);
}

.blocks .three-box .boxes2 {
    height: 18rem;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.blocks .three-box .boxes3 {
    height: 18rem;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.blocks .three-box .boxes1 h4 {
    color: #1f1f1f;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    font-size: 19px;
}

.blocks .three-box .boxes2 h4 {
    color: #000;
}

.blocks .three-box .boxes3 h4 {
    color: #2f2f2f;
}

.blocks .three-box .boxes1 p {
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
}

.blocks .three-box .boxes2 p {
    color: #000;
}

.blocks .three-box .boxes3 p {
    color: #282828;
}

.blocks .three-box .boxes1 a {
    color: #343434;
}

.blocks .three-box .boxes2 a {
    color: #000;
}

.blocks .three-box .boxes3 a {
    color: #3f3f3f;
}

@media (max-width:767px) {
    .blocks .content h1 {
        font-size: 60px;
    }

    .blocks .content h2 {
        font-size: 40px;
    }

    .blocks .three-box .col-md-4 {
        width: 100%;
    }
}

@media (max-width:480px) {
    .blocks .content h1 {
        font-size: 30px;
    }
}

/* - Serviços- */
.servicos {
    padding: 23px 12px;
    margin-top: 80px;
    background-color: rgba(249, 249, 249, 0);
    margin-bottom: 3rem;
}

.servicos .heading {
    margin-bottom: 1rem;
}

.servicos .heading h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.servicos .heading .line {
    width: 10%;
    height: 2px;
    background-color: #fab702;
    margin: 5px auto 17px;
    background-image: linear-gradient(90deg, rgb(98, 17, 216) 1%, rgb(20, 186, 211) 59%);
    margin-bottom: 3rem;
}

.servicos .card {
    padding: 30px 9px;
    border: 1px solid #16b5d2;
    margin-bottom: 1.5rem;
}

.servicos .card h4 {
    /* padding: 30px 9px */
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}

.servicos .card img {
    margin: auto;
}

.servicos .card .caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.servicos .card .caption h4 {
    font-size: 17px;
    margin: 12px 0px;
    text-align: center;
}

.servicos .card .caption p {
    color: #646464;
    line-height: 24px;

    /* text-align: center */
    margin-left: 1rem;
}

.servicos .card .caption p span {
    color: #262626;
    line-height: 87px;
    text-align: center;
    font-size: 119px;
    font-family: 'Montserrat', sans-serif;
}

.servicos-in {
    padding: 23px 12px;

    /* margin-top: 80px */
}

.servicos-in .heading {
    margin-bottom: 1rem;
}

.servicos-in .heading h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.servicos-in .heading .line {
    width: 10%;
    height: 2px;
    background-color: #fab702;
    margin: 5px auto 17px;
    background-image: linear-gradient(90deg, rgb(98, 17, 216) 1%, rgb(20, 186, 211) 59%);
    margin-bottom: 3rem;
}

.servicos-in .card {
    padding: 30px 9px;

    /* border: 1px solid #16b5d2 */
    margin-bottom: 1.5rem;
}

.servicos-in .card h4 {
    /* padding: 30px 9px */
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}

.servicos-in .card img {
    margin: auto;
}

.servicos-in .card .caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.servicos-in .card .caption h4 {
    font-size: 17px;
    margin: 12px 0px;
    text-align: left;
    font-weight: 900;
}

.servicos-in .card .caption p {
    color: #ababab;
    line-height: 24px;
    font-size: 14px;

    /* text-align: center */
    /* margin-left: 1rem */
}

.servicos-in .card .caption p span {
    color: #262626;
    line-height: 87px;
    text-align: center;
    font-size: 119px;
    font-family: 'Montserrat', sans-serif;
}

/* - Middle - */
.middle {
    height: auto;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.middle .nopaddingnomargin {
    margin: 0;
    padding: 0;
}

.middle .row {
    margin: 0;
    padding: 0;
}

.middle .image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
}

.middle .content {
    padding: 80px;

    /* display: flex */
    /* flex-direction: column */
    /* align-items: flex-start */
    /* justify-content: center */
}

.middle .content .line {
    width: 30%;
    height: 2px;
    background-color: #fab702;

    /* margin: 5px auto 17px */
    background-image: linear-gradient(90deg, rgb(98, 17, 216) 1%, rgb(20, 186, 211) 59%);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.middle h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.middle h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.middle h3 span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #01fef7;
}

.middle p {
    font-size: 15px;
    line-height: 1.8em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.middle .btn {
    margin-top: 20px;
    border-radius: 2px;
    background: transparent;
    border-radius: 40px;
    padding: 8px 24px;
    border: 1px solid #000;
    color: #000;
}

.middle .btn:hover {
    background-color: #000;
    color: #fff;
}

/* - Social - */
.social .social-nav {
    padding: 20px;
    list-style: none;
    margin: -10px 0 0 -10px;
}

.social .social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}

.social .social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #391855;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.social .social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}

.social .social-nav a:hover {
    background: #f2f7ff;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.social .social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.social .social-nav .twitter:hover {
    color: #00ACED;
}

.social .social-nav .facebook {
    background: #f2f7ff;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.social .social-nav .facebook:hover {
    color: #3B579D;
}

.social .social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.social .social-nav .google:hover {
    color: #DD4A3A;
}

.social .social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.social.social-nav .linkedin:hover {
    color: #007BB6;
}

.social .social-nav .pinterest {
    background: #f2f7ff;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.social .social-nav .pinterest:hover {
    color: #CB2026;
}

.box-img {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.box-01 h4 {
    color: red;
}

.box-text {
}

.box-text p {
    color: #adadad;
    font-size: 12px;
    width: 50%;
}

.button {
    float: left;
    width: 100%;
    padding: 10px 0px;

    /* text-align: center */
    margin: 10px 0 15px 0;
}

.button a {
    background: linear-gradient(90deg, rgb(51, 32, 210) 0%, rgb(101, 12, 216) 1%, rgb(18, 190, 210) 100%);
    margin: 0px;
    padding: 18px 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;

    /* border-radius: 30px */
    font-size: 13.5px;
    text-decoration: none;
}

.fixed_button_box {
    position: relative;
    transition: transform 0.3s ease;
}

.fixed_button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 40px;
    background-color: rgba(37, 211, 102, 0.34);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.fixed_button:hover {
    background-color: #25d366;
    transition: opacity 0.5s ease, background-color 0.5s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 94vh;

    /* escurece */
    z-index: 1;
}

.overlay-text {
    /* position: absolute */
    /* top: 50% */
    /* left: 50% */
    z-index: 2;

    /* transform: translate(-50%, -50%) */
    /* color: white */
    /* font-size: 24px */
    /* text-align: center */
}

/* - Footer - */
@media (min-width: 1200px) {
    .footer .container {
        width: 1200px;
    }
}

.footer {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    float: left;
    height: auto;
    color: #dadada;
    background-color: #f2f7ff;
}

.footer .row {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 10px 0;
    margin-top: 3rem;
}

.footer .row p {
    color: #9a9a9a;
    line-height: 24px;

    /* font-weight: 400 */
    font-size: 15px;

    /* margin-bottom: 20px */
}

.direita {
    margin: 0;
    margin-top: 2.5rem;
}

.esquerda {
    margin: 0;
    margin-top: 2.5rem;
}

.footer .row .direita p {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    float: left;
    height: auto;
    color: #9a9a9a;
    background-color: #f2f7ff;
    line-height: 5px;
    text-align: right;
}

.footer .row .esquerda p {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    float: left;
    height: auto;
    color: #9a9a9a;
    background-color: #f2f7ff;
    line-height: 5px;
}

.footer h1 {
    font-weight: 700;
    color: #000000;

    /* margin: 15px 0 30px 0 */
    padding: 50px 0 10px 0;
    font-size: 17px;
    width: 100%;
    position: relative;
    line-height: 10px 18px;
}

.footer .row h1 span {
    color: #fdc716;
    float: left;
}

.footer .row h2 {
    font-weight: 700;
    color: #fff;
    margin: 15px 0 30px 0;
    padding: 50px 0 10px 0;
    font-size: 22px;
    text-align: left;
    float: left;
    width: 100%;
    position: relative;
    line-height: 18px;
}

.footer .row .social-icons {
    margin: 40px 0 0;
    float: left;
}

.footer .row .social-icons a {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 32px;
    font-size: 13px;
    text-align: center;
    margin: 0 10px 4px 0;
    border-radius: 17px;
    border: 0;
    background: 0 0;
    color: #eaebec;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #263841;
}

.footer .row .newsletter {
    position: relative;
    width: 100%;
    padding: 10px 0 30px;
    margin: 0px 0 30px;
}

.footer .newsletter .input-group-btn:last-child > .btn,
.footer .newsletter .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
    width: 100%;
    border-radius: 0px;
    height: 45px;
    background: #ffc925;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.footer .newsletter .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
    height: 45px;
    border: 0;
}

.footer .newsletter i {
    font-size: 18px;
}

.footer .row .newsletter ::-webkit-input-placeholder {
    font-style: italic;
}

.footer .row .address {
    float: left;
    position: relative;
}

.footer .row .address i {
    float: left;
    padding-right: 15px;
    padding-top: 3px;
    color: #fff;
}

.footer .row .address p {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.footer .row .address span {
    overflow: hidden;
}

.footer .row .address a {
    color: #fff;
    text-decoration: none;
}

.footer .copyright {
    width: 100%;
    position: relative;
    float: left;

    /* padding: 25px 0 10px */
    /* margin: 30px 0 0 0 */
    background-color: #f2f7ff;
}

.footer .copyright .row p {
    text-align: center;
    font-weight: 400;
    margin: 0px 0 10px;
}

@media (min-width: 768px) and (max-width: 991px){
    .footer {
        width: 100%;
        position: relative;
        padding: 0px 0px 0px;
        float: left;
        height: auto;
        color: #dadada;
        background-color: #f2f7ff;
    }

    .footer .row {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 0 10px 0;
        margin-top: 3rem;
    }

    .footer .row p {
        color: #9a9a9a;
        line-height: 24px;

        /* font-weight: 400 */
        font-size: 15px;

        /* margin-bottom: 20px */
    }

    .direita {
        margin: 0;
        margin-top: 2.5rem;
    }

    .esquerda {
        margin: 0;
        margin-top: 2.5rem;
    }

    .footer .row .direita p {
        width: 100%;
        position: relative;
        padding: 0px 0px 0px;
        float: left;
        height: auto;
        color: #9a9a9a;
        background-color: #f2f7ff;
        line-height: 5px;
        text-align: right;
    }

    .footer .row .esquerda p {
        width: 100%;
        position: relative;
        padding: 0px 0px 0px;
        float: left;
        height: auto;
        color: #9a9a9a;
        background-color: #f2f7ff;
        line-height: 18px;
    }

    .footer h1 {
        font-weight: 700;
        color: #000000;

        /* margin: 15px 0 30px 0 */
        padding: 50px 0 10px 0;
        font-size: 17px;
        width: 100%;
        position: relative;
        line-height: 10px 18px;
    }

    .footer .row h1 span {
        color: #fdc716;
        float: left;
    }

    .footer .row h2 {
        font-weight: 700;
        color: #fff;
        margin: 15px 0 30px 0;
        padding: 50px 0 10px 0;
        font-size: 22px;
        text-align: left;
        float: left;
        width: 100%;
        position: relative;
        line-height: 18px;
    }

    .footer .row .social-icons {
        margin: 40px 0 0;
        float: left;
    }

    .footer .row .social-icons a {
        float: left;
        height: 30px;
        width: 30px;
        line-height: 32px;
        font-size: 13px;
        text-align: center;
        margin: 0 10px 4px 0;
        border-radius: 17px;
        border: 0;
        background: 0 0;
        color: #eaebec;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: #263841;
    }

    .footer .row .newsletter {
        position: relative;
        width: 100%;
        padding: 10px 0 30px;
        margin: 0px 0 30px;
    }

    .footer .newsletter .input-group-btn:last-child > .btn,
    .footer .newsletter .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: 0px;
        width: 100%;
        border-radius: 0px;
        height: 45px;
        background: #ffc925;
        color: #fff;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    .footer .newsletter .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        background: #fff;
        height: 45px;
        border: 0;
    }

    .footer .newsletter i {
        font-size: 18px;
    }

    .footer .row .newsletter ::-webkit-input-placeholder {
        font-style: italic;
    }

    .footer .row .address {
        float: left;
        position: relative;
    }

    .footer .row .address i {
        float: left;
        padding-right: 15px;
        padding-top: 3px;
        color: #fff;
    }

    .footer .row .address p {
        float: left;
        width: 100%;
        margin-bottom: 23px;
    }

    .footer .row .address span {
        overflow: hidden;
    }

    .footer .row .address a {
        color: #fff;
        text-decoration: none;
    }

    .footer .copyright {
        width: 100%;
        position: relative;
        float: left;

        /* padding: 25px 0 10px */
        /* margin: 30px 0 0 0 */
        background-color: #f2f7ff;
    }

    .footer .copyright .row p {
        text-align: center;
        font-weight: 400;
        margin: 0px 0 10px;
    }
}

@media (min-width: 0px) and (max-width: 575px){
    .footer {
        width: 100%;
        position: relative;
        padding: 0px 0px 0px;
        float: left;
        height: auto;
        color: #dadada;
        background-color: #f2f7ff;
    }

    .footer .row {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 0 10px 0;
        margin-top: 3rem;
    }

    .footer .row p {
        color: #9a9a9a;
        line-height: 24px;

        /* font-weight: 400 */
        font-size: 15px;

        /* margin-bottom: 20px */
    }

    .direita {
        margin: 0;
        margin-top: 2.5rem;
    }

    .esquerda {
        margin: 0;
        margin-top: 2.5rem;
    }

    .footer .row .direita p {
        width: 100%;
        position: relative;
        padding: 0px 0px 0px;
        float: left;
        height: auto;
        color: #9a9a9a;
        background-color: #f2f7ff;
        line-height: 5px;
        text-align: right;
    }

    .footer .row .esquerda p {
        width: 100%;
        position: relative;
        padding: 0px 0px 0px;
        float: left;
        height: auto;
        color: #9a9a9a;
        background-color: #f2f7ff;
        line-height: 18px;
    }

    .footer h1 {
        font-weight: 700;
        color: #000000;

        /* margin: 15px 0 30px 0 */
        padding: 50px 0 10px 0;
        font-size: 17px;
        width: 100%;
        position: relative;
        line-height: 10px 18px;
    }

    .footer .row h1 span {
        color: #fdc716;
        float: left;
    }

    .footer .row h2 {
        font-weight: 700;
        color: #fff;
        margin: 15px 0 30px 0;
        padding: 50px 0 10px 0;
        font-size: 22px;
        text-align: left;
        float: left;
        width: 100%;
        position: relative;
        line-height: 18px;
    }

    .footer .row .social-icons {
        margin: 40px 0 0;
        float: left;
    }

    .footer .row .social-icons a {
        float: left;
        height: 30px;
        width: 30px;
        line-height: 32px;
        font-size: 13px;
        text-align: center;
        margin: 0 10px 4px 0;
        border-radius: 17px;
        border: 0;
        background: 0 0;
        color: #eaebec;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: #263841;
    }

    .footer .row .newsletter {
        position: relative;
        width: 100%;
        padding: 10px 0 30px;
        margin: 0px 0 30px;
    }

    .footer .newsletter .input-group-btn:last-child > .btn,
    .footer .newsletter .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: 0px;
        width: 100%;
        border-radius: 0px;
        height: 45px;
        background: #ffc925;
        color: #fff;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    .footer .newsletter .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        background: #fff;
        height: 45px;
        border: 0;
    }

    .footer .newsletter i {
        font-size: 18px;
    }

    .footer .row .newsletter ::-webkit-input-placeholder {
        font-style: italic;
    }

    .footer .row .address {
        float: left;
        position: relative;
    }

    .footer .row .address i {
        float: left;
        padding-right: 15px;
        padding-top: 3px;
        color: #fff;
    }

    .footer .row .address p {
        float: left;
        width: 100%;
        margin-bottom: 23px;
    }

    .footer .row .address span {
        overflow: hidden;
    }

    .footer .row .address a {
        color: #fff;
        text-decoration: none;
    }

    .footer .copyright {
        width: 100%;
        position: relative;
        float: left;

        /* padding: 25px 0 10px */
        /* margin: 30px 0 0 0 */
        background-color: #f2f7ff;
    }

    .footer .copyright .row p {
        text-align: center;
        font-weight: 400;
        margin: 0px 0 10px;
    }
}