/* normalize and default classes */
*{
    margin: 0px;
    border: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    /* lists and tables */
    list-style: none;
    border-collapse: collapse;
	border-spacing: 0;
}

.container{
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 80px;
    overflow: hidden;
    position: relative;
}

.button{
    color: #fff;
    background: #53bd8a;
    padding: 20px 40px;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

.mobile-only{ display: none; }

.gotham{ font-family: 'Open Sans', sans-serif; }
.signika{ font-family: 'Signika', sans-serif; }

/* carousel */
.carousel-single-home .slick-slide a,
.carousel-single-home .slick-slide a img{
    display: block;
    overflow: hidden;
    width: 100%;
}
.carousel-single-home ul.slick-dots{ 
    overflow: hidden;
    text-align: center;
    position: relative;
    top: -20px;
}
.carousel-single-home ul.slick-dots li{
    width: 99px;
    height: 13px;
    background: url('../images/ico-inactive-dot.png') no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
}
.carousel-single-home ul.slick-dots li.slick-active{
    background: url('../images/ico-active-dot.png') no-repeat 0 0;
}
.carousel-single-home ul.slick-dots li button{
    font-size: 0px;
    text-indent: 999px;
    color: transparent;
}

.convenios-slider .slick-prev,
.convenios-slider .slick-next{
    width: 39px;
    height: 70px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    z-index: 999;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.convenios-slider .slick-prev{
    background: url('../images/ico-arrow-previous.png') no-repeat 0 0 #fff;
    left: -45px;
}
.convenios-slider .slick-next{
    background: url('../images/ico-arrow-next.png') no-repeat 0 0 #fff;
    right: -45px;
}

/* header */
header{ border-bottom: 1px solid #e4e4e4;}
header .logo{ float: left; background: url('../images/logo.png') no-repeat center center; width: 208px; height: 76px;}
header .logo a{ display: block; width: 100%; height: 100%; }
header .logo a span{ visibility: hidden; }
header .menu{ float: right; height: 76px; line-height: 76px; }
header .menu a{ 
    color: #4f565c;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 35px;
    border-right: 1px solid #4f565c;
}
header .menu a.active{ font-weight: bold; color: #53bd8a; } 
header .menu a:last-child{ border: none; padding-right: 0px; }

/* footer */
#duvidas-agendamentos{ 
    text-align: center;
    background: url('../images/background-agendamento.jpg') no-repeat center center;
    background-size: cover;
    padding: 105px 0px;
}
#duvidas-agendamentos h2{ 
    font-size: 40px;
    text-transform: uppercase;
    color: #fff; 
    margin-bottom: 60px;
}
#duvidas-agendamentos a{
    font-size: 30px;
    color: #fff;
    background: #53bd8a;
    padding: 25px 80px;
    border-radius: 30px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
#duvidas-agendamentos.white{
    background: url('../images/background-agendamento-white.jpg') no-repeat center center;
    background-size: cover;   
}
#duvidas-agendamentos.white h2{
    color: #53bd8a;
}
footer{ padding: 20px 0px; background: #e1e1e1; }
footer p{ text-align: center; color: #393939; font-size: 16px; }
footer p a{ color: #393939; font-weight: bold; }

.float-button-whatsapp{
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}