@font-face {
  font-family: Montserrat;
  src: url('../fontes/montserrat/Montserrat-Regular.ttf');
}
@font-face {
  font-family: Playfair Display;
  src: url('../fontes/Playfair_Display/PlayfairDisplay-Regular.ttf');
}

html{
  height: 100%;
}
body {
  min-height: 100%;
}
*{
    font-family: Montserrat;
}
h1,h2,h3,h4,h5,h6{
    font-family: Playfair Display;
    letter-spacing: 0.02em;
    font-weight: bold;
}

/* MENU OFFCANVAS */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#header {
    transition: margin-left .5s;
    padding: 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* / */

/* HEADER */
.dh-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #538BA0;;
    color: #fff;
}
.ben-logo{
    width: 100%;
    height: auto;
}
.top-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 30px 0;
}
.top-nav ul li a{
    color: #fff;
    font-size: 18px;
    padding-right: 30px;
    text-transform: uppercase;
}

.ben-nav .menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.ben-nav .menu li{
    margin-right: 15px;
    white-space: nowrap;
}
.ben-nav .menu li:last-child{
    margin-right: 0;
}
.ben-nav .menu li a{
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.fix-header{
    height: 34px;
}
/* / */

/* UTILS */
.p-relative{position: relative;}
.flex-center{align-items: center;}
.p-24{padding: 24px;}
.pt-25{padding-top: 25px;}
.pb-25{padding-bottom: 25px;}
.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}
.pt-100{padding-top: 100px;}
.pl-25{padding-left: 25px;}
div.p-20{padding: 20px;}
div.p-40{padding: 40px;}
/* / */

/* ELEMENTS */
.bg-gray{
    background: #F8F5F4;
}
.box-gray{
    background: #FBFBFB;
}
div.p-30{padding: 30px;}
.img-contato{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-contato{
    background: #FBFBFB;
    border-radius: 8px 8px 0px 0px;
    padding: 30px 15px 100px 15px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.box-contato p{
    margin-bottom: 3px;
}
.box-contato a{
    word-break: break-word;
}
.contato-btn{
    background: #538BA0;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-posts{
    background: #FBFBFB;
    box-shadow: 0px 4px 14px rgba(39, 43, 48, 0.1);
    border-radius: 8px;
    padding-bottom: 24px;
}
.box-posts img{
    width: 100%;
    max-height: 176px;
    border-radius: 8px 8px 0 0;
}
.box-posts p, .box-posts a{
    padding: 0 24px;
}
.box-posts h2{
    padding: 24px 24px 8px 24px;
}
/* / */

/* SLICK */
.slick-next{right: 25px;}
.slick-prev{
    left: 25px;
    z-index: 1;
}
/* / */

/* BUTTONS */
.btn-green-dark{
    background: #8cad57;
    padding: 10px 30px;
    font-weight: bold;
    display: inline-block;
}
a.btn-green-dark{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-azul{
    background: #538BA0;
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: .2s;
}
a.btn-azul{
    color: #fff!important;
    font-size: 16px;
    letter-spacing: 0.02em;
}
.btn-azul:hover{
    text-decoration: none;
    background: #3E6A79;
}
/* / */

/* TEXTING */
.t-dark-green{
    color: #8cad57;
    display: block;
}
.subtitle{
    font-size: 32px;
}
.t-brown{color: #845E4A;}
.t-green{color: #538BA0}
.t-black{color: #272B30;}
.t-gray{color: #7D8083}
.bold{font-weight: bold;}
.f-12{font-size: 12px;}
/* / */

/* HOME */
.banner{
    height: 60vh;
}
.banner-title{
    color: #3D6F82;
    font-weight: bold;
    font-size: 46px;
}
.banner-text{
    color: #3D6F82;
    font-weight: 600;
    font-size: 24px;
}
.img-parceiro{
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.aspas-top{
    position: absolute;
    top: 0;
    left: 0;
}
.aspas-bot{
    position: absolute;
    top: 0;
    right: 0;
}
.box-depoimento{
    position: relative;
    max-height: 170px;
    padding: 0 20px;
}
/* / */

/* BLOG */
.bg-green{
    background: #3D6F82;
    color:  #fff;
    padding: 30px 0;
}
.search-blog input{
    background: #F0F0F2;
    border: 1px solid #538BA0;
    border-radius: 24px;
    color: #538BA0;
    padding: 8px 16px;
    width: 100%;
}
ul.cat-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.categories{
    display: flex;
    color: #F0F0F2;
}
.categories ul{
    list-style: none;
    color: #fff;
    padding-left: 15px;
}
.categories a{
    color: #fff;
    font-size: 14px;
}
.tag-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tag-list li{
    background: #F0F5F7;
    border-radius: 24px;    
    text-align: center;
    padding: 4px 20px;
    margin: 8px 0;
    display: inline-block;
}
.tag-list li a{
    color: #538BA0;
    font-size: 14px;
}
.blog-first-post{
    background: #FBFBFB;
    box-shadow: 0px 4px 14px rgba(39, 43, 48, 0.1);
    border-radius: 24px;
}
.blog-first-post .fp-thumbnail{
    border-radius: 24px;
}
.blog-box{
    background: #FBFBFB;
    box-shadow: 0px 4px 14px rgba(39, 43, 48, 0.1);
    border-radius: 24px;
    margin-bottom: 30px;
}
.img-blog{
    width: 100%;
    height: 100%;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.img-post-main{
    box-shadow: 0px 4px 14px rgba(39, 43, 48, 0.1);
    border-radius: 16px;
}
.box-recent-posts{
    background: #FBFBFB;
    box-shadow: 0px 4px 14px rgba(39, 43, 48, 0.1);
    border-radius: 8px;
}
.box-recent-posts h2{
    font-weight: 600;
    font-size: 24px;
    color: #272B30;
    margin-bottom: 8px;
}
/* / */

/* FOOTER */
.dh-footer{
    background: #3D6F82;
    color: #fff;
}
.nav-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-footer li{
    padding-bottom: 12px;
}
.nav-footer a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
/* / */

/* MEDIA QUERYS - MOBILE FIRST */

/* DESKTOP */
@media only screen and (min-width:1024px){
    .box-contato{
        width: 592px;
        padding: 30px 60px 100px 30px;
    }
    .fix-header{
        height: 83px;
    }
    .no-p-d{
        padding: 0;
    }
    .blog-first-post .fp-thumbnail{
        min-height: 250px;
        object-fit: cover;
    }
    .no-p{padding: 0;}
}

/* EXTRA LARGE SECRENS */
@media only screen and (min-width:1501px) {
   
}
 /* ONLY MOBILE */
@media (min-width: 320px) and (max-width: 480px) {
    .box-contato img{
        width: 45px;
        height: 45px;
    }
    .box-contato a{
        font-size: 12px;
    }
    .plm-15{
        padding-left: 15px;
    }
    .mtm-25{margin-top: 25px;}
    .reverse-row-mob{flex-direction: column-reverse;}
    .m-text-center{text-align: center;}
}