/*
Theme Name: Ádapo Theme
Description: Template do site Ádapo
Author: Ana Carolina Fidelis Gonçalves
*/

/*=== Media Query ===*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/*=== Typography ===*/
html {
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #3b1d2a;
}

body, 
p {
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 28px;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5, .h5,
h6 {
  color: #3b1d2a;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}
  
h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
  
h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}
  
h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -.2px;
}
  
h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}

/*=== Estilo Global ===*/
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
  
body {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
    color: #e66d48;
    transition: .2s ease;
}

a:link,
a:visited {
  text-decoration: none;
}

a:focus, 
a:hover {
    color: #74b9ab;
    text-decoration: none;
}

a:focus {
    outline: none;
}

::selection {
    color: #fff;
    background: #3b1d2a;
}

.outline-0 {
    outline: 0 !important;
}
  
.d-unset {
    display: unset !important;
}

.bg-light {
    background-color: #deedec!important;
}

.gap-40 {
    clear: both;
    height: 40px;
}

/* Button */
.btn {
    border-radius: 0;
}

.btn:active, 
.btn:focus {
    box-shadow: none !important;
}

.btn-primary,
.btn-secondary {
    border: 0;
    border-radius: 0;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    transition: 350ms;
    font-size: 14px;
}

.btn-primary {
    background-color: #e66d48;
}

.btn-secondary {
    background-color: #3b1d2a;
}


.btn-primary:hover,
.btn-primary:hover:active, 
.btn-primary:hover:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #74b9ab;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:hover:active, 
.btn-secondary:hover:focus {
    color: #fff;
    background-color: #e66d48;
}

@media (max-width: 767px) {
    .btn-primary,
    .btn-secondary {
      font-size: 13px;
    }
}

.badge {
    border-radius: 0;
}

.badge-secondary {
    background-color: #3b1d2a;
}

.badge-secondary:hover,
.badge-secondary:hover:active,
.badge-secondary:hover:focus {
    background-color: #74b9ab;
}

.text-primary {
    color: #e66d48 !important;
}

.icon-md {
    font-size: 36px;
}

/* Formulários */
.form-control {
    box-shadow: none;
    border: 0.063rem solid #dadada;
    padding: 0.313rem 1.25rem;
    height: 2.75rem;
    background: none;
    color: #3b1d2a;
    font-size: 0.875rem;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 0.063rem solid #3b1d2a;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3b1d2a;
    background-color: #3b1d2a;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dadada;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #ddbbca;
    border-color: #ddbbca;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #3b1d2a;
    background-color: #3b1d2a;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(59, 29, 42, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(59, 29, 42, 0.5);
}

/* Slides */
.slick-slide {
    outline: 0;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eae722;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preloader .progressbar {
    margin-top: 16px;
    height: 3px;
    width: 238px;
    background: #3b1d2a;
}

.preloader .progressbar::after
{
    content: "";
    width: 3rem;
    height: 0.2rem;
    background: #74b9ab;
    display: block;
    border-radius: 0.5rem;
    animation: animation 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}

@keyframes animation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(119px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Top Bar */
.body-inner {
    position: relative;
    overflow: hidden;
}

.top-bar {
    padding: 8px 0;
    background: #74b9ab;
    color: #fff;
    position: relative;
    box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.05);
}

/* Top Bar - Top info */
ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
ul.top-info li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 0;
    padding-right: 15px;
}
  
ul.top-info li a i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
  
ul.top-info li p.info-text {
    margin: 0;
    line-height: normal;
    display: inline-block;
    flex-direction: column;
}

ul.top-info li a {
    color: #fff; 
    transition: 400ms;
}

ul.top-info li a:hover {
    color: #3b1d2a;
}

/* Top Bar - Top social */
.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
}
  
@media (max-width: 767px) {
    .top-social ul {
        margin-right: 0;
    }
}
  
.top-social ul li {
    display: inline-block;
    padding: 0;
}
  
.top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 9px 12px;
}
  
.top-social ul li a:hover {
    color: #3b1d2a;
}

/* Header */
.header {
    position: relative;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

/* Header - Navbar */
.site-navigation {
    background: #eae722;
}

.site-navigation ul.navbar-nav > li > a {
    color: #3b1d2a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-navigation ul.navbar-nav > li:hover > a,
.site-navigation ul.navbar-nav > li.active > a {
    color: #74b9ab !important;
}

.site-navigation .navbar-toggler {
    color: #3b1d2a;
    border: none;
    border-radius: 0;
}

.site-navigation .navbar-toggler:focus,
.site-navigation .navbar-toggler:hover {
    color: #74b9ab;
}

/* Sidebar */
.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid #e66d48;
}

.sidebar .widget {
    margin-bottom: 40px;
}
  
.sidebar-left .widget {
    margin-right: 20px;
}
  
.sidebar-right .widget {
    margin-left: 20px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
    border: 0;
}
  
.sidebar ul.nav-tabs li {
    width: 100%;
}
  
.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #f6c9bc;
    display: block;
    transition: 400ms;
}
  
.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
      color: #74b9ab;
}
  
.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal;
}
  
.sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0;
}
  
/* Service menu */
.widget ul.service-menu li {
    width: 100%;
}
  
.widget ul.service-menu  li a {
    background-color: #e66d48;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    transition: 400ms;
    display: block;
    color: #fff;
}
  
.widget ul.service-menu li.active a,
.widget ul.service-menu li:hover a {
    background: #74b9ab;
    color: #fff;
    cursor: pointer;
}


/* Footer  */
.footer {
    background-color: #eae722;
}

.footer-main {
    padding: 30px 0 30px;
}

.footer .widget-title {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #3b1d2a;
    border-left: 3px solid #74b9ab;
    letter-spacing: 2px;
}
  
/* Footer - Sobre nós */
.footer-logo {
    margin-bottom: 25px;
}
  
/* Footer - Redes Social */
.footer-social {
    margin-top: 10px;
}
  
.footer-social .widget-title {
    font-size: 14px;
    margin-bottom: 10px;
}
  
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -13px;
}
  
.footer-social ul li {
    display: inline-block;
}
  
.footer-social ul li a {
    display: block;
    font-size: 16px;
    color: #3b1d2a;
    transition: 400ms;
    padding: 10px 13px;
}
  
.footer-social ul li a:hover {
    color: #74b9ab;
}

/* Footer - Contato */
.footer-contact ul.list-contact li {
    padding: 8px 0;
}

.footer-contact ul.list-address li a,
.footer-contact ul.list-address li:before {
    text-decoration: underline;
}

/* Footer - Menu */
.footer-widget ul.fa-ul {
    margin-left: 18px;
}
.footer-widget ul.list-arrow li {
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
    border-bottom: 0;
}

/* Footer - Links */
.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before,
.footer-widget ul.list-contact li a,
.footer-widget ul.list-contact li:before,
.footer-widget ul.list-address li a,
.footer-widget ul.list-address li:before {
    color: #3b1d2a;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover,
.footer-widget ul.list-contact li:hover a,
.footer-widget ul.list-contact li:hover,
.footer-widget ul.list-address  a:hover {
    color: #74b9ab;
}

/* Footer - Copyright */
.copyright {
    background-color: #74b9ab;
    color: #fff;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.copyright a,
.copyright a:focus,
.copyright a:hover {
    color: #fff;
}

.copyright a:focus,
.copyright a:hover {
    color: #3b1d2a;
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}
  
#back-to-top .btn:focus {
    outline: 0;
    box-shadow: none;
}
  
@media (max-width: 767px) {
    #back-to-top {
      right: 15px;
    }
}
  
#back-to-top.position-fixed {
    bottom: 20px;
}
  
#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background:  rgba(230, 109, 72, 0.9);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}
  
@media (max-width: 767px) {
    #back-to-top .btn.btn-primary {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
    }
}
  
#back-to-top .btn.btn-primary:hover {
    color: #fff;
}

/* Seções */
section {
  padding: 30px 0;
  position: relative;
}

.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    text-transform: none;
    font-weight: 700;
    font-size: 40px;
}

@media  (max-width: 991px) {
    .section-title h2   {
        font-size: 30px;
    }
}

.section-title h6 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
}

.section-title hr {
    border-top: 1px solid #e66d48;
    width: 10%;
}

.title-2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin: 0 0 24px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid #e66d48;
    letter-spacing: 2px;
}

section h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid #e66d48;
    letter-spacing: 3px;
}

/*=== Subpaginas ===*/
/* Banner */
.banner-area {
    position: relative;
    min-height: 300px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-area-opacity::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.50;
    background-color: #4d0099;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 900;
}
  
@media (max-width: 767px) {
    .banner-title {
      font-size: 48px;
    }
}
  
@media (max-width: 575px) {
    .banner-title {
      font-size: 32px;
    }
}
  
.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
}
  
.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
  
.breadcrumb li a,
.breadcrumb .breadcrumb-item  {
    color: #fff !important;
}

.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #74b9ab !important;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
  
/* Seção - Sobre Nós */
.bg-about {
    position: relative;
    min-height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Seção - Equipe */
.team-img-hover .team-social li a.facebook {
    background: #6666cc;
}
  
.team-img-hover .team-social li a.twitter {
    background: #3399cc;
}
  
.team-img-hover .team-social li a.instagram {
    background: #cc66cc;
}
  
.team-img-hover .team-social li a.linkedin {
    background: #3399cc;
}
  
.team-img-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 0, 153, 0.6);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
  
.team-img-hover li a {
    display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border: 2px solid transparent;
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
  
.team-img-hover:hover li a:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
  
.team-item:hover .team-img-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
  
.team-item-content h4 {
    font-weight: 600;
}

/* Seção - Depoimentos */
.author-img img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
  
.author-info p {
    margin: 0px;
    font-size: 14px;
}
  
.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
}

.carousel-indicators li {
    background: #3b1d2a;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border-top: none;
    border-bottom: none;
}
  
.carousel-indicators li.active {
    background: #74b9ab;
}
  
.testimonial-content {
    padding: 0px 40px;
    text-align: center;
    margin-bottom: 40px;
}
  
.testimonial-content .author-text {
    padding-top: 10px;
}
  
.testimonial-content .author-info {
    display: block;
    margin-bottom: 25px;
}
  
.testimonial-content p {
    font-size: 20px;
    line-height: 36px;
    color: #3b1d2a;
    margin: 35px 0px;
    display: block;
}
  
.author-text h5 {
    text-transform: uppercase;
    font-weight: 600;
}
  
.author-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #3b1d2a;
    margin: 0px;
}
  
.testimonial-content p i {
    margin: 0px 8px;
}

/* Página de Contato */
.contact-box {
    background: #e66d48;
    color: #fff;
    padding: 30px;
}

.contact-box .contact-icon i {
    font-size: 36px;
    float: left;
    color: #74b9ab;
}

.contact-icon.icon-round i {
    font-size: 24px;
    color: #fff;
    background: #74b9ab;
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
}

.contact-box .contact-box-content {
    color:#fff;
    text-align: center;
}

.contact-box .contact-box-content h4 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-box .contact-box-content a {
    color: #fff;
}

/* Página Home - Serviços */
.home-service .title-2 {
    font-size: 18px;
}

/* Página Home - Quem Somos */
.bg-home-about {
    position: relative;
    height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-about-content {
    padding: 30px 60px 30px 30px;
}

/* Página Home - Blog */
.blog-block {
    overflow: hidden;
    transition: all .3s ease 0s;
}
  
.blog-block img {
    margin-bottom: 5px;
}
  
.blog-text {
    padding: 10px;
}

.blog-text a:hover {
    color: #74b9ab;
}

/* Página Serviços */
.service-item {
    position: relative;
    padding-left: 80px;
}

.service-item h4 {
    text-transform: none;
}
  
.service-item .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 50px;
    color: #e66d48;
}

.cta-block {
    position: relative;
}

.cta-block:before, .latest-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 0, 153, 0.5);
}

.cta-block {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-block h2 {
    text-transform: none;
    font-weight: 900;
}

.cta-block span {
    font-size: 16px;
}

/* Slider pages */
.page-slider .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}
  
.page-slider .carousel-control.left {
    left: 0;
}
  
.page-slider .carousel-control.right {
    right: 75px;
}

@media (max-width: 991px) {
    .page-slider .carousel-control.right {
        right: 0;
    }
    
}
  
.page-slider .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 70px;
    width: 40px;
    height: 70px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}
  
.page-slider .carousel-control i:hover {
    background: #74b9ab;
    color: #fff;
}
  
.page-slider.small-bg .item {
    min-height: 330px;
    background-size: cover;
}
  
.page-slider.small-bg .box-slider-content {
    left: 20%;
}
  
.page-slider.small-bg .box-slider-text {
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 20px;
}
  
.page-slider.small-bg .box-slide-title {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
}

/* Call to action */
.call-to-action {
    background-color: #74b9ab;
    padding: 30px;
}
  
.call-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
}

.action-title {
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
    border-left: 3px solid #3b1d2a !important;
}
  
/* Posts Listing */
.post {
    border-bottom: 1px solid #f6c9bc;
    padding: 0 0 30px;
    margin: 0 0 45px;
}

.post.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
  
.post-body {
    padding: 20px 0;
}
  
.entry-header .entry-title {
    font-size: 24px;
    margin: 5px 0 5px;
    position: relative;
    line-height: 34px;
    text-transform: capitalize;
}

.entry-header .entry-title a {
    color: #3b1d2a;
}
  
.entry-header .entry-title a:hover {
    color: #74b9ab;
}
  
.post-single .entry-header .entry-title {
    font-size: 28px;
}

/* Post Meta */
.post-meta {
    padding-bottom:0;
}
  
.post-meta a {
    color: #3b1d2a;
}
  
.post-meta a:hover {
    color: #74b9ab;
}
  
.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #f6c9bc;
    line-height: 12px;
    display: inline-block;
}
  
.post-meta i {
    color: #e66d48;
    margin-right: 3px;
}
  
.post-meta .post-comment {
    border-right: 0;
}
  
.post-meta .post-comment .comments-link {
    margin-left: 5px;
}
  
.post-footer .btn.btn-primary {
    font-size: 12px;
    margin-top: 10px;
}

.post-meta-date {
    border-right: none!important;
}

/* Pagination */
.paging {
    margin-bottom: -5px;
}
  
.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #fff;
    background: #e66d48;
    border: none;
}
  
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
    color: #fff;
    background: #74b9ab;
    border: none;
}

.page-item.active .page-link {
    background-color: #74b9ab;
    border: none;
}

/* Recent Posts */
.widget.recent-posts .widget-title {
    margin-bottom: 35px;
}
  
.widget.recent-posts ul li {
    border-bottom: 1px solid #f6c9bc;
    padding-bottom: 15px;
    margin-bottom: 17px;
}
  
.widget.recent-posts ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
  
.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
}
  
.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
  
.widget.recent-posts .post-info .entry-title a {
    color: #3b1d2a;
    display: inline-block;
}
  
.widget.recent-posts .post-info .entry-title a:hover {
    color: #74b9ab;
}
  
.widget.recent-posts .post-date {
    font-weight: 400;
    color: #f6c9bc;
    text-transform: capitalize;
}

/* Tags Posts */
.widget-tags ul > li {
    float: left;
    margin: 3px;
}
  
.sidebar .widget-tags ul > li a {
    border: 1px solid #3b1d2a;
    color: #3b1d2a;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
}
  
.sidebar .widget-tags ul > li a:hover {
    background: #74b9ab;
    color: #fff;
    border: 1px solid transparent;
}

.tags-area {
    margin: 20px 0;
}
  
.post-tags a {
    border: 1px solid #3b1d2a;
    color: #3b1d2a;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px;
}
  
.post-tags a:hover {
    background: #74b9ab;
    color: #fff;
    border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
    display: inline-block;
}
  
.post-social-icons a i {
    margin-left: 5px;
    font-size: 12px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
  
.post-social-icons a i.fa-facebook-f {
    background: #41578a;
}
  
.post-social-icons a i.fa-twitter {
    background: #64bae2;
}
  
.post-social-icons a i.fa-whatsapp {
    background: #34AF23;
}

.post-social-icons a i.fa-telegram {
    background: #0088cc;
}
  
.post-social-icons a i.fa-linkedin {
    background: #3397b6;
}

.post-social-icons a i.fa-pinterest {
    background: #BD081C;
}

.post-social-icons a i.fa-print {
    background: #9494b8;
}

/* Eventos */
.hover-shadow {
    transition: .3s ease;
}
  
.hover-shadow:hover {
    box-shadow: 0px 4px 25px 0px rgba(116, 185, 171, 0.15);
}

.card-date {
    position: absolute;
    background: #e66d48;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    color: #fff;
    top: 0;
    left: 0;
    text-transform: uppercase;
}
  
.card-date span {
    font-size: 40px;
}


.card-address i {
    color: #e66d48;
}

.card-title {
    text-transform: none;
}

.card-title:hover,
.card-title:focus,
.card-body a:hover,
.card-body a:focus
{
    color: #74b9ab;
}

.event-info {
    text-transform: uppercase;
    font-size: 16px;
    color: #e66d48;
}

/* Home - Slider */
.banner-carousel .banner-carousel-item {
    height: 700px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
  
@media (max-width: 991px) {
    .banner-carousel .banner-carousel-item {
        height: 550px;
    }
}
  
@media (max-width: 575px) {
    .banner-carousel .banner-carousel-item {
      height: 450px;
    }
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}
  
.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: #e66d48;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
}
  
.slide-title {
    font-size: 80px;
    line-height: 58px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    margin: 20px 0 10px;
}
  
@media (max-width: 991px) {
    .slide-title {
      font-size: 46px;
    }
}
  
@media (max-width: 575px) {
    .slide-title {
      font-size: 30px;
    }
}
  
.slide-sub-title {
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
}
  
@media (max-width: 991px) {
    .slide-sub-title {
      font-size: 22px;
    }
}
  
@media (max-width: 575px) {
    .slide-sub-title {
      font-size: 16px;
      line-height: 16px;
    }
}
  
.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}
  
.slider-text .slide-head {
    font-size: 36px;
    color: #74b9ab;
    position: relative;
}
  
.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}
  
.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}
  
.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}
  
@media (max-width: 575px) {
    .slider.btn {
      font-size: 12px;
    }
}
  
.slider.border {
    background: none;
    border: 2px solid #e66d48 !important;
}
  
.slider.border:hover {
    background: #e66d48;
    border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}
  
@media (max-width: 575px) {
    .banner-carousel .carousel-control {
      display: none !important;
    }
}
  
.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
}

.slick-dots li button::before {
    font-size: 12px;
}
  
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
  
.slick-slide {
    outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(77, 0, 153, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #74b9ab;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
  
@media (max-width: 767px) {
    .box-slider-content {
      top: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      left: 20px;
      bottom: 20px;
      width: calc(100% - 40px);
    }
}
  
.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}
  
.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}
  
@media (max-width: 767px) {
    .box-slide-title {
      font-size: 16px;
    }
}
  
.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}
  
@media (max-width: 767px) {
    .box-slide-sub-title {
      font-size: 26px;
    }
}
  
.box-slide-description {
    color: #fff;
}
  
@media (max-width: 767px) {
    .box-slide-description {
      font-size: 15px;
    }
}
  
.box-slider-text .btn {
    padding: 10px 20px;
}
  
.box-slide.owl-theme .owl-controls {
    margin: -20px;
}