@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    //src: local('SF Pro Display'), url(/fonts/uni-sans-book.ttf) format('truetype');
}
/* constants */

html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'SF Pro Display', sans-serif;
    color: #7C7C7C;
    letter-spacing: -1%;
}

body {
    background: #F5F5F5;
}

.color-secondary {
    color: #01AAE2 !important;
}

.color-green {
    color: #009640 !important;
}

.color-green-accent {
    color: #33FF00 !important;
}

.bg-secondary {
    background: #01AAE2 !important;
}

.bg-primary, .btn-primary {
    background: #00459D !important;
}

.btn-primary {
    border-color: #00459D !important;
}

.color-primary {
    color: #08539B !important;
}

.border-primary {
    border-color: #00459D !important;
}

.border-primary:hover {
    background-color: #00459D !important;
    color: #fff !important;
}

.text-primary {
    color: #034FA4 !important;
}

.border-secondary {
    border-color: #009640 !important;
}

.rounded {
    border-radius: 20px !important;
}

.rounded-sm {
    border-radius: 6px !important;
}

.line-height-1 {
    line-height: 1.2em;
}

.line-height-content {
    line-height: 2em;
}

.text-justify {
    text-align: justify;
}

.color-secondary {
    color: rgba(255,255,255,0.9) !important;
}

.btn-secondary {
    background: #00C4DA !important;
    border-color: #00C4DA !important;
}

.bg-blue-light {
    background-color: #00C3D9 !important;
}

/* header */

#pre-top {
    background: #034FA4;
    color: #fff;
}

#pre-top a, #pre-top a i {
    color: #fff;
}

#logo {
    background-image: url(/site/img-top.jpg);
    background-size: cover;
}


#top a.nav-link {
    font-size: 15px;
    font-weight: 700;
    color: #7C7C7C;
    margin: 0 5px;
    text-transform: uppercase;
    padding: 20px 1.5rem;
}

.nav-link.active{
    color: #fff !important;
    background-color: #FFBB00;
}

#page-content ul {
    list-style-position: inside;
}

#top.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* slick */ 

#banner-principal-container {
    position: relative;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-top: 0;
    transition: all 0.1s ease-in-out;
}
#banner-principal-container .slick-dots {position:relative; bottom: 70px;}
#banner-principal-container .slick-dots li {
    width: auto !important;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
}
#banner-principal-container .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border: 0 none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;

    transition: all 0.25s ease-in-out;
}
#banner-principal-container .slick-dots .slick-active button {background: #00C8FF; width: 35px;}
/* #banner-principal-container .slick-next.slick-arrow::before {
    font-size: 50px;
    color: #9BDA5D !important;
    opacity: 1;
} */
#banner-principal.slick-dotted.slick-slider {margin-bottom: 0 !important;}
#banner-principal .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
#banner-principal {
    width: 100%;
    height: 100%;
}

/* slick-prev */
#banner-principal .slick-prev, #banner-principal .slick-next {
    position: absolute;
    top: 50%;
    /* left: 0; */
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    border: 0 none;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 50%;
}

#banner-principal .slick-prev {
    left: 50px !important;
}
#banner-principal .slick-next {
    right: 50px !important;
}


.text-linear-dark{
    background-image: linear-gradient(90deg, rgba(3,71,149,1) 0%, rgba(79,161,255,1) 100%);
    color: transparent;
    background-clip: text;
    display: inline-block;
}

.text-linear-light {
    background-image: linear-gradient(90deg, rgb(0, 206, 229) 0%, rgb(188, 248, 255) 100%);
    color: transparent;
    background-clip: text;
    display: inline-block;
}

#como_funciona #como_funciona_content {
    background-image: url(/site/img-123871324676724.png);
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

#como_funciona #como_funciona_content::after {
    background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgba(79,161,255,0) 50%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

#como_funciona #como_funciona_content .card::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 100%;
    top: 15px;
    right: 40px;
    background: linear-gradient(90deg, #FFDB78 0%, #FFBB00 100%);
    border-radius: 6px;
    height: 6px;
}

#como_funciona_content .card-title {
    position: relative;
}

#como_funciona_content .card-title::after {
    content: '';
    position: absolute;
    width: 31px;
    height: 100%;
    top: 22px;
    left: 0;
    background: #02B9BD;
    border-radius: 5px;
    height: 5px;
}

#publico-alvo {
    background-image: url(/site/bg-publico-alvo.jpg);
    background-size: cover;
    position: relative;
}

.title-detail::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 14px;
    top: 22px;
    right: 0;
    background: linear-gradient(90deg, #FFDB78 0%, #FFBB00 100%);
    border-radius: 14px;
}

#publico-alvo .bg-custom {
    background: url(/site/bg-button.png) no-repeat center center;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
}

#call-to-action {
    background: #fff url(/site/bg-call-to-action.jpg) no-repeat left center;
    position: relative;
    border-radius: 20px;
}

#call-to-action h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

#call-to-action h2::after {
    content: '';
    position: absolute;
    width: 63px;
    height: 14px;
    top: 50px;
    left: 0;
    background: linear-gradient(90deg, #00C8FF 0%, #034FA4 100%);
    border-radius: 14px;
}

#detail-call-to-action {

    animation: up-and-down 1s infinite;
}


#inscricao {
    background: #fff url(/site/bg-inscricao.jpg) repeat-y;
    background-size: cover;
    position: relative;
}

#inscricao input[type="text"], #inscricao input[type="email"], #inscricao input[type="tel"], #inscricao input[type="number"], #inscricao input[type="date"], #inscricao select {
    background-color: #F5F5F5;
    border: 1px solid #034FA4;
    border-radius: 14px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

#inscricao p label {
    font-size: 18px;
    color: #fff;
}

#inscricao .form-check-input {
    position: relative;
   
}

#footer .bg-primary {
    background: #244182;
}

#ultimas_noticias .card, #editais .card {
    border-radius: 15px !important;
    border: 0 none !important;
}

#footer.bg-gray {
    background: linear-gradient(90deg, #ffffff 0%,  #D9D9D9 100%);
}

.navbar-toggler {
    margin: 10px;
}
.navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#banner-interno-container {
    background: url(/site/placeholders/bg-content.jpg) no-repeat center center;
    background-size: cover;
    min-height: 345px;
    margin-bottom: -80px;
}

#banner-interno-container h1 {
    position: relative;
    bottom: 40px;
}

#page-content {
    min-height: 250px;
    margin-bottom: 80px;
}

#qr-code {
    background: url(/site/bg-qr-code.jpg) no-repeat center center;
    background-size: cover;
}

/* header */

.btn-accessibility {
    background: transparent;
    border: none;
}

#pre-top.sticky {
    width: 100% !important;
    background: #034FA4;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
}
#top.sticky{
    top: 42px;
}

/**/

/* animation up and down */
@keyframes up-and-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/*ultimas noticias*/
#ultimas-noticias .card{
    border-radius: 10px;
}
#ultimas-noticias .card img {
    border-radius: 10px 10px 0 0;
}

.rounded-1 {
    border-radius: 12px !important;
}
.rounded-lg {
    border-radius: 20px !important;
}

.pagination .page-link {
    color: #034FA4 !important;
}

.pagination .page-item.active .page-link {
    background: #034FA4 !important;
    border-color: #034FA4 !important;
    color: #fff !important;
}

/* contraste */

.contraste,.contraste nav,.contraste div:not(.item),.contraste li,.contraste ol,.contraste header,.contraste footer,.contraste section,.contraste main,.contraste aside,.contraste article {
    background: black!important;
    color: #fff!important;
}

.contraste h1,.contraste h2,.contraste h3,.contraste h4,.contraste h5,.contraste h6,.contraste p,.contraste label,.contraste strong,.contraste em,.contraste cite,.contraste q,.contraste i,.contraste b,.contraste u,.contraste span {
    color: #fff!important;
}

.contraste a,.contraste a span  {
    color: #ff0!important;
}

.contraste a i {
    color: black!important;
}

.contraste button,.contraste input[type=button],.contraste input[type=reset],.contraste input[type=submit] {
    background: black!important;
    color: #ff0!important;
    border: 1px solid #ff0 !important;
}

.contraste a.bg-white {
    background: #fff !important;
    color: #000!important;
}


/* mobile version */
@media (max-width: 768px) {
    #banner-principal-container .slick-dots {
        bottom: -25px;
    }
    .navbar-brand img {
        max-height: 60px;
    }

    #banner-principal .slick-prev, #banner-principal .slick-next {
        font-size: 10px;
    }
    #banner-principal .slick-prev {
        left: 0 !important;
    }
    #banner-principal .slick-next {
        right: 0 !important;
    }

    #banner-principal-container .slick-dots {
        bottom: 25px;
    }

    .navbar {
        justify-content: end;
    }


    #pre-top.sticky {
        display: none;
    }

    #top.sticky{
        top: 0;
    }

}

/* tablet version */
@media (max-width: 992px) {
    
    #banner-principal .slick-prev, #banner-principal .slick-next {
        font-size: 10px;
    }
    #banner-principal .slick-prev {
        left: 0 !important;
    }
    #banner-principal .slick-next {
        right: 0 !important;
    }


    #banner-principal-container .slick-dots {
        bottom: 25px;
    }



    #inscricao div[class*="col-"] {
        width: 100%;
    }


}

/* desktop version */
@media (min-width: 992px) {
    
}

/* xxl fix call-to-action */
@media (max-width: 1400px) {
    #call-to-action {
        background: 0 none;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .


*/
