body{
    background-image:url(https://getlab.app.br/wp-content/uploads/2022/05/banner_bg_stl2.png);
    background-size: cover;
}
.title{
    text-align:center;
  }
a{
    text-decoration:none;
    color: inherit;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
  }

.contato {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    color: #fff;
    background-color: #101b49;
    }

.navbar-toggler
{
    float: right;
}
.navbar-brand {
    width: 150px;
    height: 50px; /
  }
  .card-title{
    text-align:center;
  }
  .btn {
    background-color: #ed047d;
    border: none;
  }
  .rounded-left{
    line-height:22px;
    border-radius: 30px;
    padding:18px 20px 18px 25px;
    box-sizing:border-box;
  }

  .sbtn {
    position:absolute;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:center;
    top:0px;
    right:0px;
    width: 50px;
    height: 60px;
    appearance:none;
    border:none;
    padding:0px 35px;
    cursor:pointer;
    outline: none;
    font-size:24px;
    color: aliceblue;
    border-radius: 0px 30px 30px 0px;
  }
.card{
    border:none;
    background:none;
}
.catprod{
    background-color:#fff;
    border-radius:24px;
    box-shadow:0 0 0 1px hsla(220,8%,55%,.16), 0 8px 10px -4px hsla(220,8%,55%,.28);
    margin:8px 8px 15px;
    padding:32px 21px;
    position:relative;
    transition:.3s;
}

.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.title-box {
    position: relative;
    padding: 52px 0px 48px 0px;
    background-color:#061a3a;
    color:#fff
}
 .lower-content{
    padding: 13px;
    background-color: #fff;
  }

  /* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }

  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }

  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }

  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }

  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

.inner-box{
padding: 34px 40px 37px 260px;
background-color: #fff;
position: relative;
display: block;
overflow: hidden;
background: #fff;
border-radius: 10px;
padding: 35px 40px 31px 170px;
margin-bottom: 30px;
box-shadow: 0 15px 40px 10px #edf1f1;
}

.infos{
    padding-top: 50px;
    float: left;
}


.logo_parceiro{
    width: 150px;
    height: 50px;
    padding-top: 10px;

  }

  .middle {
    position: absolute;
    top: 40px;
    right: 50px;;
    /*transform: translate(-50%, -50%);*/
  }

.name-box li{
    position: relative;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
  }
  .name-box li:nth-child(2){
    top: 2px;
  }

 .name-box li:last-child{
    top: 2px;
  }

   .name-box li:last-child{
    margin: 0px !important;
  }

  .name-box li h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
  }

   .name-box li h3 a{
    display: inline-block;
    color: #061a3a;
  }

  .lower-box{

    position: relative;
    float: right;
    margin-right: 120px;
  }

 .lower-box .text{
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 44px;
    color: #ed047d;
  }


.inner-box


 .lower-box a:hover{
    color: #fff;
  }

  .agendar
{
    float: right;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Estilos específicos para telas maiores (desktop) */
@media screen and (min-width: 768px) {
    .agendar
    {
        margin-top: 300px;
    }
}

.category-section{
    position: relative;
    padding: 115px 0px 120px 0px;
  }

  .category-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 70px;
    padding: 40px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 500ms ease;
  }

  .category-block-one .inner-box:hover{
    box-shadow: 0 20px 30px rgba(57, 202, 187, 0.15);
  }

  .category-block-one .inner-box .pattern .pattern-1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 229px;
    height: 103px;
    opacity: 0;
    left: -30px;
    transition: all 500ms ease;
  }

  .category-block-one .inner-box:hover .pattern .pattern-1{
    left: 0px;
    opacity: 1;
  }

  .category-block-one .inner-box .pattern .pattern-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 149px;
    height: 87px;
    opacity: 0;
    transition: all 500ms ease;
  }

  .category-block-one .inner-box:hover .pattern .pattern-2{
    opacity: 1;
  }

  .category-block-one .inner-box .icon-box{
    position: relative;
    min-height: 70px;
    margin-bottom: 15px;
  }

  .category-block-one .inner-box .icon-box img{
    transition: all 500ms ease;
    display: inline-block;
  }

  .category-block-one .inner-box:hover .icon-box img{
    transform: scale(1.1);
  }

  .category-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .category-block-one .inner-box h3 a{
    display: inline-block;
    color: #061a3a;
  }


  .category-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    background: #e6f5f3;
    border-radius: 50%;
    transform: scale(1,1);
    transition: all 500ms ease;
  }

  .category-block-one .inner-box:hover .link a{
    transform: scale(0,0);
  }

  .category-block-one .inner-box .btn-box{
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .category-block-one .inner-box .btn-box a{
    padding: 12px 30px;
    transform: scale(0,0);
  }

  .category-block-one .inner-box:hover .btn-box a{
    transform: scale(1,1);
  }

.icon-box{
    position: relative;
    min-height: 70px;
    margin-bottom: 15px;
    transition: all 500ms ease;
    display: inline-block;
    transform: scale(1.1);
  }

  .category-block-one {
    flex-direction: column;
    align-items: center; /* Centraliza horizontalmente os elementos */
    text-align: center; /* Centraliza o texto */
}

.agent-section .inner-container{
    position: relative;
    padding: 50px 50px;
    border-radius: 10px;
    margin-bottom: -140px;
    z-index: 1;
  }

  .content_block_3 .content-box{
    position: relative;
    display: block;
    border: 1px dashed rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 27px 40px 36px 40px;
  }

  .content_block_3 .content-box h3{
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
  }

  .content_block_3 .content-box .support-box{
    position: relative;
    padding-left: 65px;
  }

  .content_block_3 .content-box .support-box .icon-box{
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 26px;
    line-height: 30px;
  }

  .content_block_3 .content-box .support-box .icon-box:before {
    position: absolute;
    content: '';
    height: 44px;
    width: 36px;
    top: -5px;
    left: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.1;
  }

  .content_block_3 .content-box .support-box span{
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
  }

  .content_block_3 .content-box .support-box h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .content_block_3 .content-box .support-box h3 a{
    display: inline-block;
  }

  .content_block_3 .content-box .support-box h3 a:hover{
    color: #fff;
  }

  .content_block_4 .content-box{
    position: relative;
    display: block;
    border: 1px dashed rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 29px 40px 37px 40px;
  }

  .content_block_4 .content-box h3{
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 21px;
  }

  .content_block_4 .content-box .subscribe-form .form-group{
    position: relative;
    margin: 0px;
    padding-right: 175px;
    border-radius: 30px;
    overflow: hidden;
  }

  .content_block_4 .content-box .subscribe-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px 0px 0px 30px;
    transition: all 500ms ease;
  }


  .content_block_4 .content-box .subscribe-form .form-group button{
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 12px 30px;
    box-shadow: none;
    transition: all 500ms ease;
  }

  .content_block_4 .content-box .subscribe-form .form-group button:before{
    border-radius: 0px;
    background: #fff;
  }



  .content_block_4 .content-box .subscribe-form .form-group input::-webkit-input-placeholder{
    color:#fff;
  }

  .content_block_3 .content-box:before,
  .content_block_4 .content-box:before{
    position: absolute;
    content: '';
    left: 40px;
    top: -1px;
    width: 145px;
    height: 5px;
  }

  .bg-color-2{

    background-color:#233646 !important;
  }





.main-footer{
    position: relative;
    width: 100%;

  }

  .footer-top{
    position: relative;
    width: 100%;
    background: #e22055 !important;
    padding: 245px 0px 90px 0px;
  }

  .footer-top .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 363px;
    height: 376px;
    background-repeat: no-repeat;
  }

  .footer-top .pattern-layer .pattern-2{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 470px;
    height: 365px;
    background-repeat: no-repeat;
  }

  .footer-top .logo-widget .footer-logo{
    position: relative;
    max-width: 194px;
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-top .logo-widget .footer-logo img{
    width: 100%;
  }

  .footer-top .logo-widget .text p{
    color: #fff;
    margin: 0px;
  }

  .footer-top .logo-widget{
    margin-right: 50px;
  }

  .footer-top .widget-title{
    position: relative;
    display: block;
    margin-bottom: 35px;
  }

  .footer-top .widget-title h3{
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
  }

  .footer-top .links-widget .links li{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }

  .footer-top .links-widget .links li:last-child{
    margin-bottom: 0px;
  }

  .footer-top .links-widget .links li a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
  }

  .footer-top .links-widget .links li a:hover{

  }

  .footer-top .links-widget .links li a:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
  }

  .footer-top .links-widget .links li a:hover:before{
    width: 100%;
  }

  .footer-top .links-widget{
    margin-left: 30px;
  }

  .footer-top .contact-widget .widget-content li{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 36px;
  }

  .footer-top .contact-widget .widget-content li a{
    color: #fff;
  }

  .footer-top .contact-widget .widget-content li:last-child{
    margin-bottom: 0px;
  }

  .footer-top .contact-widget .widget-content li a:hover{

  }

  .footer-top .contact-widget .widget-content li i{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
  }

  .footer-top .contact-widget .widget-content li:first-child i{
    top: 7px;
  }

  .footer-top .logo-widget{
    margin-top: -6px;
  }

  .footer-bottom{
    position: relative;
    width: 100%;
    background: #272f3e;
    padding: 36px 0px;
  }

  .footer-bottom .copyright p,
  .footer-bottom .copyright p a{
    color: #fff;
  }

  .footer-bottom .copyright p a:hover{

  }

  .footer-bottom .footer-nav li{
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 25px;
  }

  .footer-bottom .footer-nav li:last-child{
    margin: 0px !important;
  }

  .footer-bottom .footer-nav li a{
    color: #fff;
  }

  .footer-bottom .footer-nav li a:hover{

  }

  .footer-bottom .footer-nav li:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 13px;
    top: 8px;
    right: -15px;
  }

  .footer-bottom .footer-nav li:last-child:before{
    display: none;
  }

.chamada-section{
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 0 0 1px hsla(220,8%,55%,.16), 0 8px 10px -4px hsla(220,8%,55%,.28);
    margin: 8px 8px 15px;
    padding: 32px 21px;
    position: relative;
    transition: .3s;
    z-index: 2;

}

.featurette-image{
    padding-top: 0px;
    height: 300px;
}
.box-shadow
{
background-color: #fff;
border: 1px solid rgba(0,0,0,.125);
}

.cadastar
{

    float:right;

}

/* Estilos para o preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Estilos para esconder o conteúdo principal durante o carregamento */
.content {
    display: none;
}


.col-md-8
{
    background-color: #fff;
    border-radius: 30px;
    box-shadow:0 0 0 1px hsla(220,8%,55%,.16), 0 8px 10px -4px hsla(220,8%,55%,.28);
}


/* Estilize a lista de sugestões */
.ui-autocomplete {
    padding-left: 10px;
    max-height: 200px;
    width: 1%;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;

}

/* Estilize cada item de sugestão */
.ui-autocomplete li {
    list-style: none;
    padding: 5px;
}

/* Estilize o item de sugestão quando estiver em foco */
.ui-state-focus {
    background-color: #f0f0f0;
}

*
{
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
/* Error Page */
    .error .clip .shadow
    {
        height: 180px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 250px; /*Contrall*/
    }
    .error .digit
    {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 30%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid #535353;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404
    {
      margin-top: 10%;
        position: relative;
        height: 250px;
        padding-top: 40px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {

        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }

    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #07B3F9;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }
    .error h2
    {
        color: #A2A2A2;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #535353;
        color: #A2A2A2;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0;
        height: 0;
    }

/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
    width: 80px;   /*Contrall*/
    height: 80px;  /*Contrall*/
    line-height: 80px; /*Contrall*/
    font-size: 52px;
}
.error h2   /*Contrall*/
{
    font-size: 24px;
}
.error .msg /*Contrall*/
{
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.error span.triangle    /*Contrall*/
{
                top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
 }
.error .container-error-404
  {
    height: 150px;
  }



}

