@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html{
    margin: 0;
    padding: 0;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-top: 80px;
}

body.pagina-sobre {padding-top: 0px;}

.fw-semibold {font-weight: 600 !important;}
.font-10 {font-size: 10px;}
.font-12 {font-size: 12px;}
.font-14 {font-size: 14px;}
.font-15 {font-size: 15px;}
.font-16 {font-size: 16px;}
.font-17 {font-size: 17px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-22 {font-size: 22px;}
.font-24 {font-size: 24px;}
.font-26 {font-size: 26px;}
.font-28 {font-size: 28px;}
.font-30 {font-size: 30px;}
.font-32 {font-size: 32px;}
.font-36 {font-size: 36px;}
.font-38 {font-size: 38px;}
.font-40 {font-size: 40px;}
.font-42 {font-size: 42px;}
.font-44 {font-size: 44px;}
.font-46 {font-size: 46px;}
.font-48 {font-size: 48px;}
.font-54 {font-size: 54px;}

.lh-1.25 {
    line-height: 1.25 !important;}

.lh-11 {
    line-height: 1.1 !important }

.color-primary {color: #0A7AF7 !important;}

.color-titulo {color: #0A7AF7}

.color-secondary {color: #FFEC69 !important;}

.color-tertiary {color: #D76E59 !important;}

.color-quaternary {color: #F06B8A !important;}

.color-tag {color:#FF4141;}

.color-text {color: #484848;}

.color-text-light {color: #A2A2A2}

.btn-primary {
    background-color: #0A7AF7;
    border-color: #0A7AF7;
    border-radius: 20px;
    color: #FFEC69;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-primary:hover{
    background-color: #FFEC69;
    border-color: #FFEC69;
    color: #0A7AF7 !important;
}

.btn-secondary {
    background-color: #FFEC69;
    border-color: #FFEC69;
    border-radius: 20px;
    color: #0A7AF7;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-secondary:hover{
    background-color: #fbc900;
    border-color: #fbc900;
    color: #0A7AF7;
}

.btn-quaternary {
    background-color: #F06B8A;
    border-color: #F06B8A;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    padding-left: 26px;
    padding-right: 26px;
}


.btn-outline-primary{
    border-color: #0A7AF7;
    border-radius: 20px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #0A7AF7;
}


.btn-outline-primary:hover {
    background-color: #0A7AF7;
    border-color: #0A7AF7;
    color: #fff;
}

.btn-voltar-topo {
    position: fixed;
    bottom: 100px;
    right: 35px;
    z-index: 999;
    display: none;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 50px;
    background-color: #f4f4f46c; 
    border-color: #0A7AF7;
    color: #0A7AF7;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  
  
.btn-voltar-topo:hover {
    background-color: #484848;
}

.bg-primary {
    background-color: #0A7AF7 !important;
}

.bg-secondary {
    background-color: #FFEC69 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    background: none;
    font-size: 20px;
    font-weight: bolder;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-prev{
	position: absolute;
    left: 20px;
    bottom: 50%;
}
.owl-next{
	position: absolute;
    right: 20px;
    bottom: 50%;
}

.owl-dots {
    position: absolute;
    text-align: center;
    bottom: 35px;
    left: 35%;
    right: 35%;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.form-select {
    --bs-form-select-bg-img: url('../img/icon.svg') !important;
}

.form-control{
    border-color: #C4C4C4 !important;
}

.nav-link {
    color: #FFF !important;
margin-right: 20px;}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFEC69 !important;
}

.video-thumb {
    position: relative;
    display: inline-block;
  }

  .video-thumb img {
    display: block;
    width: 100%;
    height: auto;
  }

  .video-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 1rem;
  }

  .video-thumb .icon-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
  }

  .color-mapa {
    background-color: #F5F0E5 !important;}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.whatsapp_float{
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}


/* Somente Mobile */

@media (max-width: 480px) {
    .logo{
        width: 50%;
    }

    .font-40 {
    font-size: 30px;
    }


    .w-100 {
        width: 90% !important;
    }

    .py-5 {
        padding-top: 25px !important;
        padding-bottom: 20px !important;
    }

    .mb-5 {
        padding-bottom: 20px !important;
    }

    .pb-5 {
        padding-bottom: 20px !important;
    }

    .pt-5 {
        padding-top: 20px !important;
    }

    
}