@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
} 

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body{
    overflow-x: hidden;
    padding-top: 60px;
    color: #4A397E;
}
    
.container-custom{
    display: block;
    margin: auto;
    max-width: 1340px; padding: 0 15px;

}
@media(min-width: 320px) and (max-width: 500px){
        body{
            overflow-x: hidden!important;
        }
        }
        .hide-mob{
            display: none!important;
        }

.txt-blue{
    color: #034264;
}
*{
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 500;
}
nav{
    padding: 15px 0;
    background: #F4F4F4;
}
nav small{
    font-size: 16px;
    margin-left: 15px;
}
.navbar-toggler{
    border: none
}
.logo{
    max-width: 75px;
}
main{
    background-color: #F4F4F4;
    padding: 50px 0;
}
h2{
    font-weight: 700;
    font-size: 40px;
}
h3{
    font-weight: 700;
    font-size: 24px;
}
p{
    font-size: 24px;
}
.fs-14 {
    font-size: 14px;
}
.btn-blue{
    max-width: 190px;
    display: block;
    margin: 30px auto;
    color: #fff;
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
.btn-white{
    max-width: 137px;
    display: block;
    color: #fff;
    font-size: 16px;
    background-color: #034264;
    border-radius: 8px;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.fs-16{
    font-size: 16px;
}
.mb-15{
    margin-bottom: 15px;
}
footer{
    background-color: #F4F4F4;
    padding: 50px 0;
}
footer .terms a{
    margin-right: 30px;
    text-decoration: none;
}
footer .social p{
    font-size: 12px;
    margin: 0;
}
footer .social a{
    margin-left: 20px;
}
footer small{
    font-size: 10px;
    margin-top: 20px;
    display: block;
}
.slick-slide{
    height: auto;
    padding: 15px;
}
.cataloage .item .inner{
    background-color: #2dd0dc;
    border-radius: 15px;
}
.cataloage a button{
    background: none;
    border: none;
}
.cataloage .item .inner .description{
    max-width: 80%;
    margin: auto;
    background-color: #034264;
    padding: 10px 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.cataloage .item .inner .description p{
    font-weight: 700;
}
.cataloage .item .inner .description p.date{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.cataloage .item .inner .description a{
    max-width: 190px;
    display: block;
    color: #005BE3;
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 6px 15px;
    text-decoration: none;
}
.modal-dialog {
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
}
.modal-content {
    height: 100%;
}
.modal-body {
    height: 100%;
    display: flex;
}
.responsive-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.modal-footer {
    display: flex;
    justify-content: center;
    padding: 10px;
}

@media(max-width: 768px){
    h2{
        font-size: 24px;
    }
    p{
        font-size: 16px;
    }
    .btn-white{
        margin-bottom: 20px;
    }
    footer small{
        text-align: center;
    }
    footer .terms a{
        margin-right: 0;
    }
    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }
    .mt-50{
        margin-top: 30px;
    }
    main{
        padding: 30px 0;
    }
    .modal-dialog {
        max-width: 90vw;
        height: 90.vh;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .modal-content {
        height: 90vh;
    }
    .responsive-iframe {
        height: 85vh;
    }
    .cataloage .item .inner .description{
        padding: 10px;
    }
    .cataloage .item .inner .description p.date{
        font-size: 14px;
    }
}
.carrousel .item img {
    border-radius: 10px;
}
.slick-prev {
    left: 25px;
    z-index: 9;
}

.slick-next {
    right: 25px;
}
