/********** Template CSS **********/
:root {
    --primary: #081e45;
    --secondary: #ff5000;
    --secondary-hover: #f54e00;
    --light: #F1F3FA;
    --dark: #1C2035;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

@font-face{
    font-family:Lato;
    src:local(Lato),url(../font/Lato-Light.ttf);
    font-weight:300;
    font-display:swap
}
@font-face{
    font-family:Lato;
    src:local(Lato),url(../font/Lato-Regular.ttf);
    font-weight:400;
    font-display:swap
}
@font-face{
    font-family:Lato;
    src:local(Lato),url(../font/Lato-Bold.ttf);
    font-weight:700;
    font-display:swap
}
@font-face{
    font-family:Lato;
    src:local(Lato),url(../font/Lato-Black.ttf);
    font-weight:900;
    font-display:swap
}

@font-face {
    font-family: 'Conthrax';
    src: url('../font/conthrax-sb.eot');
    src: url('../font/conthrax-sb.eot') format('embedded-opentype'),
         url('../font/conthrax-sb.woff2') format('woff2'),
         url('../font/conthrax-sb.woff') format('woff'),
         url('../font/conthrax-sb.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

body {
    color: #040405;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {    
    color: var(--primary);
}

h1 {
    font-size: 3.6rem !important;
}

h3 {
    position: relative;
    font-weight: 700;
    font-size: 2rem;
}
h4 {
    font-weight: 700;
}

h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background: #ff5000;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service h4:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background: #ff5000;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about h3:before,
.contact h3:before,
.time h3:before,
.service h4:before {
    margin: initial;
}
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.bg-primary {
    background-color: #09193a !important;
}

.clientes {
    display: flex;
    gap: 50px;
}

.clientes img {
    opacity: .5;
    filter: grayscale(1);
    transition-duration: .2s;
}

.clientes img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.numbers p {
    color: var(--primary);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    background-size: 80%;
    z-index: 99;
    background-image: url("../img/arrow-up.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.fw-medium {
    font-weight: 700;
}

.form-control {
    border-color: #09193a;
    color: #09193a;
}

.form-control:focus {
    border-color: #09193a;
    color: #09193a;
    box-shadow: 0 0 0 .25rem rgba(71,97,255,0.25);
}

.modal-login .form-floating label {
    color: #09193a;
}

.modal-login .form-floating > .form-control,
.modal-login .form-floating label {
    padding-left: 1.2rem;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 400;
    border-radius: 50px;
}

.btn-warning:hover {
    border-color: #ff5000;
    background-color: #f54e00;
    box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5)
}


.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/

.navbar .navbar-nav {
    border: none !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/navbar-toggler-icon.svg");
}

.sticky-top {
    top: -100px;
    transition: .5s;
}

.sticky-top.sticky {
    box-shadow: 0 0 10px #00000090 !important;
    transition: .5s;
}

.sticky-top.sticky .navbar-brand {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.sticky-top.sticky .navbar .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-collapse {
    justify-content: end;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 600;
    outline: none;
    position: relative;
    z-index: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary-hover);
    animation-duration: 2s;
}

.navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    border-radius: 16px;
    background: #ff5000;
    bottom: 15px;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link.active::before {
  width: 100%;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/*** Header ***/
.header-carousel .text-warning {
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.header-carousel,
.carousel-inner {
    background-color: #081e45;
}


.carousel-item {
    transition: transform .5s ease-in-out;
    background-color: #081e45;
  }

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .clientes {
        display: grid;
        grid-template-columns: auto auto;
    }
    .clientes .item {
        text-align: center;
    }
    .clientes img {
        opacity: 1;
        filter: none;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/bg-sobre.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-login .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-login .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .1em .2em .35em;
    color: #fff;
    border: 1px solid;
    border-radius: 30px;
    opacity: .5;
    font-size: 1.5em;
    background: none;
    line-height: normal;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 9999;
}

.modal-login .btn-close:hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}

.modal-login .modal-content {
    background-color: #081e45;
    color: #fff;
}

.modal-login .modal-content {
    border: 1px solid #ff5000;
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.card-title {
    margin-bottom: 1rem;
    position: relative;
}

.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h4 {
    transition: .5s;
}

.service-item:hover .service-text h4 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}

/*** Team ***/
.time {
    background: #fff url(../img/bg-quem-somos.jpg) right center no-repeat;
    background-size: contain;
    min-height: 400px;
}

/*** Footer ***/
.footer {
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link {
    background-image: url("../img/arrow-right.svg");
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 10px;
    padding-left: 15px;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    box-shadow: none;
}

.footer .icon-location {
    background-image: url("../img/location.svg");
    background-position: left 2px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 18px;
    padding-left: 25px;
}

.footer .icon-email {
    background-image: url("../img/email.svg");
    background-position: left 6px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 15px;
    padding-left: 10px;
}

.copyright {
    color: #B0B9AE;
    background: #081e45;
}

.copyright a:hover {
    color: var(--primary) !important;
}

#robbu-whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22,124,60,.2);
    transition: .4s;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#robbu-whatsapp-button>.rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0,0,0,.2);
    opacity: 0;
    transition: .4s;
    pointer-events: none
}

#robbu-whatsapp-button>.rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: .4s
}

#robbu-whatsapp-button.left {
    left: 25px
}

#robbu-whatsapp-button.left>.rwb-tooltip {
    left: 0;
    transform: translateX(-10%)
}

#robbu-whatsapp-button.left>.rwb-tooltip:after {
    left: 23px
}

#robbu-whatsapp-button:not(.left) {
    right: 25px
}

#robbu-whatsapp-button:not(.left)>.rwb-tooltip {
    right: 0;
    transform: translateX(10%)
}

#robbu-whatsapp-button:not(.left)>.rwb-tooltip:after {
    right: 23px
}

#robbu-whatsapp-button>img {
    display: block;
    width: 34px;
    height: 34px
}

#robbu-whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14,81,39,.4)
}

#robbu-whatsapp-button:hover>.rwb-tooltip {
    opacity: 1;
    transform: translateX(0)
}

#robbu-whatsapp-button:hover>.rwb-tooltip:after {
    top: 100%;
    transition-delay: .4s
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 20px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
    .navbar .navbar-nav .nav-link::before {
        display: none;
    }

    .sticky-top.sticky .navbar-brand img {
        width: 100px !important;
    }
    .time {
        background: none;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.accordion {
    transition: 0.4s;
    border: 2px solid #081e45;
    border-radius: 15px;
    margin: 10px auto;
}

.btn-accordion {
    color: #081e45;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-weight: 900;
    background-color: white;
    border-radius: 15px;
}

.item-active, .btn-accordion:hover {
  border-radius: 15px;
  background-color: white;
}

.btn-accordion:after {
  content: '\002B';
  color: #081e45;
  font-weight: 900;
  float: left;
  margin-right: 15px;
}

.item-active:after {
  content: "\2212";
}

.panel {
  padding: 0 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  border-radius: 15px;
  text-align: start;
}

.prevenir, .detectar, .remediar, .fortalecer {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.prevenir { background-color: #000f68; }
.detectar { background-color: #091a76; }
.remediar { background-color: #001170; }
.fortalecer { background-color: #000b5e; }

.btn-sat {
    background-color: #081e45;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.btn-sat:hover {
    background-color: #000b5e;
    color: #ddd;
}

.underline {
    text-decoration: underline;
}

.phone-link {
    display: inline-block;
    margin: 0 16px 1rem 0;
}

.phone-link::before {
    content: "";
    width: 18px;
    height: 15px;
    display: inline-block;
    background: url(../img/phone-icon-blue.png) bottom center no-repeat;
    background-size: contain;
    margin: 0 8px 0 16px;
}