@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
    text-decoration: none;
    outline: none;
}

a:focus {
    color: #fff;
    text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer li a:hover {
    text-decoration: none;
    color: #C7A347;
}

a,
button {
    color: #1F1F1F;
    outline: medium none;
}

h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    color: #1F1F1F;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin:0;
    padding:0;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #1D2733;
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

*::-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

h3 {
    font-size: 24px;
}

.mb-65 {
    margin-bottom: 67px;
}

.black-bg {
    background: #020c26 !important;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f5f5f5;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay::before {
    position: absolute;
    content: "";
    background-color: #1f1f1f;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}

.overlay2 {
    position: relative;
    z-index: 0;
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.overlay_skyblue {
    position: relative;
    z-index: 0;
}

.overlay_skyblue::before {
    position: absolute;
    content: "";
    background: rgb(241,210,94);
    background: linear-gradient(90deg, rgba(241,210,94,1) 0%, rgba(220,185,77,1) 10%, rgba(178,133,44,1) 25%, rgba(141,111,51,1) 50%, rgba(178,133,44,1) 75%, rgba(220,185,77,1) 90%, rgba(241,210,94,1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

.bradcam_area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .bradcam_area {
        padding: 10px 0;
    }
}

.bradcam_area h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .bradcam_area h3 {
        font-size: 30px;
    }
}

.bradcam_area p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.bradcam_area p a {
    color: #fff;
}

.bradcam_area p a:hover {
    color: #fff;
}

.bradcam_overlay {
    position: relative;
    z-index: 0;
}

.bradcam_overlay::before {
    position: absolute;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
    background: -moz-linear-gradient(left, #DDC362 0%, #C7A347 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #DDC362 0%, #C7A347 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #DDC362 0%, #C7A347 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDC362', endColorstr='#007db9e8',GradientType=1 );
    /* IE6-9 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

section {
    padding: 80px;
    overflow: hidden;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

/* button style */
.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #fff;
    left: 140px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 140px;
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top:0;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #DDC362;
    border: 1px solid transparent;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-40 {
    margin-bottom: 40px;
}

.boxed-btn {
    background: #fff;
    color: #131313;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #DDC362;
    letter-spacing: 3px;
    text-align: center;
    color: #DDC362 !important;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn:hover {
    background: #DDC362;
    color: #fff !important;
    border: 1px solid #DDC362;
}

.boxed-btn:focus {
    outline: none;
}

.boxed-btn.large-width {
    width: 220px;
}

.boxed-btn3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,DDC362+100 */
    background: #C7A347;
    /* Old browsers */
    background: -moz-linear-gradient(left, #C7A347 0%, #DDC362 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #C7A347 0%, #DDC362 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #C7A347 0%, #DDC362 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7A347', endColorstr='#DDC362',GradientType=1 );
    /* IE6-9 */
    display: inline-block;
    padding: 15px 36px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.boxed-btn3:hover {
    background: #fff;
    color: #DDC362 !important;
    border: 1px solid #DDC362;
}

.boxed-btn3:focus {
    outline: none;
}

.boxed-btn3.large-width {
    width: 220px;
}

.boxed-btn3-white {
    color: #fff;
    display: inline-block;
    padding: 9px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.boxed-btn3-white:hover {
    background: #fff;
    color: #DDC362 !important;
    border: 1px solid transparent;
}

.boxed-btn3-white:focus {
    outline: none;
}

.boxed-btn3-white.large-width {
    padding: 20px;
}

.boxed-btn3-white-2 {
    color: #DDC362 !important;
    display: inline-block;
    padding: 9px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #DDC362;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.boxed-btn3-white-2:hover {
    background: #DDC362;
    color: #fff !important;
    border: 1px solid transparent;
}

.boxed-btn3-white-2:focus {
    outline: none;
}

.boxed-btn3-white-2.large-width {
    width: 220px;
}

.boxed-btn2 {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 18px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.boxed-btn2:hover {
    background: #fff;
    color: #131313 !important;
}

.boxed-btn2:focus {
    outline: none;
}

.line-button {
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-bottom: 2px;
}

.line-button::before {
    position: absolute;
    content: "";
    background: #919191;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.line-button:hover {
    color: #DDC362;
}

.line-button:hover::before {
    background: #DDC362;
}

.book_now {
    display: inline-block;
    font-size: 14px;
    color: #DDC362;
    border: 1px solid #DDC362;
    text-transform: capitalize;
    padding: 10px 25px;
}

.book_now:hover {
    background: #DDC362;
    color: #fff;
}

.section_title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #1F1F1F;
    position: relative;
    padding-bottom: 15px;
}

.section_title h3::before {
    position: absolute;
    background: #DDC362;
    height: 2px;
    width: 50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@media (max-width: 767px) {
    .section_title h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .section_title h3 br {
        display: none;
    }
}

.section_title p {
    font-size: 16px;
    color: #1D2733;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section_title p br {
        display: none;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .mobile_menu {
        position: absolute;
        right:0;
        width: 100%;
        z-index: 9;
    }
}

.slicknav_menu .slicknav_nav {
    background: #fff;
    float: right;
    width: 95%;
    padding: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px auto;
    top: 5px;
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #C7A347;
}

.slicknav_menu .slicknav_nav a.active {
    color: #C7A347;
}

@media (max-width: 767px) {
    .slicknav_menu .slicknav_nav a i {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu .slicknav_nav a i {
        display: none;
    }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    right: 5px;
    top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    padding-bottom: 3px;
    top: -11px;
    right: -5px;
}

@media (max-width: 767px) {
    .slicknav_menu {
        margin-right: 0px;
    }
}

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -9px;
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    padding: 5px;
    right: 5px;
    margin-top: -5px;
    top: -31px;
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    padding: 5px;
    right: 0;
    margin-top: -5px;
    top: -36px;
}

/*Início Preloader*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #C7A347;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*Fim Preloader*/

/*Início Menu*/
.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding-top: 0;
    }
}

.header-area .main-header-area {
    padding: 5px 0;
    background: #fff;
    border-bottom: solid 1px #eff1f7;
}

.header-area .main-header-area .logo-img {
    text-align: center;
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}

.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.header-area .main-header-area .Appointment .socail_links ul li {
    display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
    color: #A8A7A0;
    margin: 0 10px;
    font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
    color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
    margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

.header-area .main-header-area .Appointment .book_btn a {
    background: #DDC362;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .book_btn a {
        padding: 12px 20px;
    }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
    background: #fff;
    color: #C7A347;
    border: 1px solid #C7A347;
}

.header-area .main-header-area .main-menu {
    text-align: center;
    padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
    color: #1D2733;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding:0 0 0 0;
    font-family: "Poppins", sans-serif;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}

@media (max-width: 767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

.header-area .main-header-area .main-menu ul li a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #C7A347;
}

.header-area .main-header-area .main-menu ul li a.active {
    color: #C7A347;
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #fff;
    width: 400px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #DDC362;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 150%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

.header-area .main-header-area.sticky {
    box-shadow:0 3px 16px0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow:0 3px 16px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area.sticky {
        padding: 10px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area.sticky {
        padding: 10px 20px;
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0;
}

.header-area .header-top_area {
    padding: 12px 0;
    background: #1D2733;
}

@media (max-width: 767px) {
    .header-area .header-top_area .social_media_links {
        text-align: center;
    }
}

.header-area .header-top_area .social_media_links a {
    font-size: 15px;
    color: #C7C7C7;
    margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
    color: #DDC362;
}

.header-area .header-top_area .short_contact_list {
    text-align: right;
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list {
        text-align: center;
    }
}

.header-area .header-top_area .short_contact_list ul li {
    display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
    font-size: 13px;
    color: #C7C7C7;
    margin-left: 50px;
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list ul li a {
        margin-left: 0;
        margin: 0 5px;
    }
}

.header-area .header-top_area .short_contact_list ul li a i {
    color: #DDC362;
    margin-right: 7px;
}
/*Fim Menu*/

/*Início Slide*/
.slider_bg_1 {
    background-image: url(../img/banner/slide1.jpg);
}

.slider_bg_2 {
    background-image: url(../img/banner/slide2.jpg);
}

.slider_bg_3 {
    background-image: url(../img/banner/slide3.jpg);
}

.slider_bg_4 {
    background-image: url(../img/banner/slide4.jpg);
}


.overlay_slide {
    position: relative;
    z-index: 0;
}

.overlay_slide::before {
    position: absolute;
    content: "";
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.slider_area .single_slider {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .slider_area .single_slider {
        height: 480px;
    }
}

.slider_area .single_slider .slider_text h3 {
    color: #fff;
    text-shadow: 3px 4px 8px #000000;
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 50px;
}

.slider_area .single_slider .slider_text h3 span {
    font-weight: 700;
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 35px;
        letter-spacing: 3px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}

.slider_area .single_slider .slider_text p {
    font-size: 26px;
    line-height: 140%;
    font-weight: 400;
    color: #fff;
    text-shadow: 3px 4px 8px #000000;
    margin-bottom: 40px;
    margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
        line-height: 150%;
    }
}

.slide-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,DDC362+100 */
    background: #C7A347;
    /* Old browsers */
    background: -moz-linear-gradient(left, #C7A347 0%, #DDC362 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #C7A347 0%, #DDC362 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #C7A347 0%, #DDC362 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7A347', endColorstr='#DDC362',GradientType=1 );
    /* IE6-9 */
    display: inline-block;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 10px;
}

.slide-btn:hover {
    background: #fff;
    color: #DDC362 !important;
    border: 1px solid #DDC362;
}

.slide-btn:focus {
    outline: none;
}

@media (max-width: 767px) {
    .slide-btn {
        font-size: 16px;
        line-height: 150%;
    }
}
/*Fim Slide*/

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #C7A347;
    top: 0;
    border-radius: 0;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #C7A347;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #111;
}

.featured-services .description {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: justify;
}

.featured-services .icon-box:hover .title,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #C7A347;
    color: #fff;
    background-size: cover;
    padding: 80px 0;
}

.cta h3 {
    font-size: 30px;
    font-weight: 700;
}

.cta p {
    font-size: 18px;
    font-weight: 400;
}

.cta .cta-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #C7A347;
}

/* Início Box Sobre Nós */
.about {
    background-color: #fbfbfb;
}

.about .box-img {
    padding: 30px;
}
.about .box-img img {
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}

.about .box-text {
    padding: 30px 0;
}

.about h3 {
    text-align: justify;
    line-height: 1.5;
}
.about p {
    text-align: justify;
    line-height: 1.5;
}

/* Início Box Depoimentos */
.testmonial_area .single-testmonial {
    height: 530px;
    padding: 80px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.testmonial_area .testmonial_info .quote i {
    color: #fff;
    font-size: 40px;
}

.testmonial_area .testmonial_info p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 47px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testmonial_area .testmonial_info p br {
        display: none;
    }
}

.testmonial_area .testmonial_info h4 {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-top: 21px;
}

.testmonial_area .testmonial_info h4:before {
    position: absolute;
    background: #fff;
    width: 60px;
    height: 2px;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.testmonial_area .owl-carousel .owl-nav div {
    left: 200px;
}

.testmonial_area .owl-carousel .owl-nav div.owl-next {
    right: 200px;
    left: auto;
}

.testmonial_bg_1 {
    background-image: url(../img/testmonial/1.jpg);
}
/* Fim Box Depoimentos */

/* Início Box Propaganda 2*/
.propaganda_contato .single_propaganda {
    padding: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .propaganda_contato .single_propaganda {
        padding: 40px;
        display: block !important;
    }
}

.propaganda_contato .single_propaganda .info {
    margin-bottom: 40px;
}

.propaganda_contato .single_propaganda .info h3 {
    font-size: 28px;
    line-height: 160%;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .propaganda_contato .single_propaganda .info h3 {
        font-size: 20px;
    }
}

.propaganda_contato .single_propaganda .info p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.propaganda_contato .single_propaganda .info_button a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}

/* Fim Box Propaganda 2 */

/*Início Box Calendário de Obrigaçoes*/
#box-calendario {
    background-color: #DDDDDD;
    width: 100%;
    max-height: auto;
    margin: 0 auto;
    padding: 120px 0;
}

#box-calendario h2 {
    color: #000000;
}

iframe#calendario {
    display: block;
    width: 300px;
    height: 300px;
    border: none;
    overflow: hidden;
    margin: auto;
}

iframe#obrigacoes {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    margin: -9px auto 0;
}
/*Fim Box Calendário de Obrigaçoes*/

/*Início Box Noticias*/
#box-noticias-cotacao {
    background: #f2f2f2;
    padding: 120px 0;
}

#box-noticias-cotacao h3 {
    font-weight: bold;
    color: #000;
    font-size: 28px;
    text-align: center;
}

iframe#cotacao {
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
/*Fim Box Notícias*/

/* Início Página Quem Somos*/
.welcome_docmed_area {
    padding-top: 120px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .welcome_docmed_area {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .welcome_docmed_area {
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area {
        padding-bottom: 100px;
    }
}

.welcome_docmed_area .welcome_thumb {
    position: relative;
}

.welcome_docmed_area .welcome_thumb .thumb_1 {
    left: 0;
}

.welcome_docmed_area .welcome_thumb .thumb_1 img {
    width: 55%;
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_thumb .thumb_1 img {
        width: 100%;
    }
}

.welcome_docmed_area .welcome_thumb .thumb_2 {
    position: absolute;
    bottom: -90px;
    right: -37px;
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_thumb .thumb_2 {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area .welcome_thumb .thumb_2 {
        position: absolute;
        right: 0;
        bottom: -40px;
    }
}

.welcome_docmed_area .welcome_thumb .thumb_2 img {
    width: 80%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area .welcome_thumb .thumb_2 img {
        width: 100%;
    }
}

.welcome_docmed_area .welcome_docmed_info {
    padding-left: 90px;
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_docmed_info {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area .welcome_docmed_info {
        padding-left: 0;
        margin-top: 100px;
    }
}

.welcome_docmed_area .welcome_docmed_info h2 {
    font-size: 24px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
    padding-bottom: 9px;
}

.welcome_docmed_area .welcome_docmed_info h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #C7A347;
}

.welcome_docmed_area .welcome_docmed_info h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_docmed_info h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_docmed_info h3 br {
        display: none;
    }
}

.welcome_docmed_area  p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    text-align: justify;
}

.welcome_docmed_area .coluna-sobre_nos {
    padding: 10px 40px 0;
}

.welcome_docmed_area .about_docmed_info ul {
    margin-top: 10px;
}

.welcome_docmed_area .about_docmed_info ul li {
    color: #727272;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.welcome_docmed_area .about_docmed_info ul li i {
    margin-right: 10px;
    color: #C7A347;
}

@media (max-width: 767px) {
    .welcome_docmed_area .about_docmed_info ul {
        margin-top: 10px;
    }
    .welcome_docmed_area .coluna-sobre_nos {
        padding: 10px 20px;
    }
}
/* Fim Página Quem Somos*/

/* Início Página Serviços*/
.our_department_area {
    background: #F5FBFF;
    padding-top: 120px;
    padding-bottom: 90px;
}

.our_department_area .single_department {
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}

.our_department_area .single_department .department_thumb {
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.our_department_area .single_department .department_thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.our_department_area .single_department .department_content {
    padding: 22px 30px 24px 30px;
}

.our_department_area .single_department .department_content h3 {
    margin-bottom: 0;
}

.our_department_area .single_department .department_content h3 a {
    font-size: 22px;
    color: #1F1F1F;
    line-height: 33px;
    font-weight: 500;
}

.our_department_area .single_department .department_content h3 a:hover {
    color: #5DB2FF;
}

.our_department_area .single_department .department_content p {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    margin-top: 5px;
    margin-bottom: 10px;
}

.our_department_area .single_department .department_content a.learn_more {
    color: #5DB2FF;
    font-size: 16px;
}

.our_department_area .single_department .department_content a.learn_more:hover {
    text-decoration: underline;
}

.our_department_area .single_department:hover .department_thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-backdrop {
    z-index: 5;
}

.modal-body {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    font-weight: 300;
}
/* Fim Página Serviços*/

/* Início Página Especialidades*/
.especialidades_area {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .especialidades_area {
        padding: 20px 0;
    }
}

.especialidades_area .especialidades {
    margin-bottom: 30px;
}

.especialidades_area .especialidades .especialidades_info h3 {
    font-size: 26px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 30px;
    text-align: center;
}

.especialidades_area .especialidades .especialidades_info p {
    color: #727272;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.especialidades_area .especialidades .especialidades_info ul li {
    color: #727272;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: justify;
    list-style: square;
    font-weight: 300;
}

.especialidades_area .especialidades .info_button a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 50px;
}

.especialidades_area .especialidades_thumb {
    padding: 40px 20px;
}

@media (max-width: 767px) {
    .especialidades_area .especialidades_thumb {
        padding: 20px 10px;
        margin-bottom: 40px;
    }
}

.especialidades_area .especialidades_thumb img {
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.2);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.2);
}

.especialidades .contact-form-especialidade {
    background: rgba(230, 230, 230, 0.1);
    padding: 30px 30px 10px;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 6px 2px rgba(212,212,212, 0.2);
    -moz-box-shadow: 10px 10px 6px 2px rgba(212,212,212,0.2);
    box-shadow: 10px 10px 6px 2px rgba(212,212,212, 0.2);
}

.especialidades .contact-form-especialidade .button-contactForm {
    display: inline-block;
    background: #C7A347;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.especialidades .contact-form-especialidade .button-contactForm:hover {
    background: transparent;
    color: #C7A347;
    border: 1px solid #C7A347;
}

.especialidades .contact-form-especialidade .btn-enviar-form {
    width: 190px;
}

.especialidades .contact-form-especialidade .loading {
    width: 190px;
}

.especialidades .contact-form-especialidade .contact-form  #sendmessage {
    color: #73B72A;
    border: 1px solid #73B72A;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.especialidades .contact-form-especialidade .contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.especialidades .contact-form-especialidade .contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

.especialidades .contact-form-especialidade .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.especialidades .contact-form-especialidade input:hover, input:focus {
    outline: none !important;
}

.especialidades .contact-form-especialidade .contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.especialidades .contact-form-especialidade .form-contact label {
    font-size: 14px;
}

.especialidades .contact-form-especialidade .form-contact .form-group {
    margin-bottom: 30px;
}

.especialidades .contact-form-especialidade .form-contact .form-group .btn_1 {
    margin-bottom: -30px;
}

.especialidades .contact-form-especialidade .form-contact .form-control {
    border: 1px solid #868e96;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.especialidades .contact-form-especialidade .form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.especialidades .contact-form-especialidade .form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.especialidades .contact-form-especialidade .form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

@media (max-width: 576px) {
    .especialidades .contact-form-especialidade .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .especialidades .contact-form-especialidade .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .especialidades .contact-form-especialidade .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .especialidades .contact-form-especialidade .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

/* Fim Página Especialidades*/

/* Início Página Contatos*/
.contact-section {
    padding: 50px 0;
}
.button-contactForm {
    display: inline-block;
    background: #C7A347;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.button-contactForm:hover {
    background: transparent;
    color: #C7A347;
    border: 1px solid #C7A347;
}

.btn-enviar-form {
    width: 190px;
}

.loading {
    width: 190px;
}

.contact-form  #sendmessage {
    color: #73B72A;
    border: 1px solid #73B72A;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

#contato .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

input:hover, input:focus {
    outline: none !important;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-group .btn_1 {
    margin-bottom: -30px;
}

.form-contact .form-control {
    border: 1px solid #8f9195;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

@media (max-width: 576px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

.contact-info {
    margin-bottom: 35px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
    color: #C7A347;
    font-size: 27px;
}

.contact-info .media-body h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

.contact-info .media-body h3 a {
    color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
    color: #C7A347;
}

.contact-info .media-body p {
    color: #8a8a8a;
}
/* Fim Páginas Contatos*/

/* Início Rodapé */
.footer p {
    color: #ffffff;
    text-align: justify;
    font-size: 14px;
}
.footer a {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    transition: .3s;
    font-size: 14px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer a:hover {
    color: #C7A347;
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none;
}

.footer .btn-square {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.copyright {
    color: #ffffff;
    background: #000B1C;
}

.copyright p {
    font-size: 14px;
    color: #ffffff;
}
.copyright a {
    font-size: 14px;
    color: #ffffff;
}

.copyright a:hover {
    color: #C7A347;
}
/* Fim Rodapé */

/* Ícone Flutuante WhatsApp */
#whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, 0.2);
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    z-index: 2;
}
#whatsapp-button > .rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    background-color: #ffffff;
}
#whatsapp-button > .rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: 0.4s;
}
#whatsapp-button.left {
    left: 25px;
}
#whatsapp-button.left > .rwb-tooltip {
    left: 0;
    transform: translateX(-10%);
}
#whatsapp-button.left > .rwb-tooltip:after {
    left: 23px;
}
#whatsapp-button:not(.left) {
    right: 25px;
}
#whatsapp-button:not(.left) > .rwb-tooltip {
    right: 0;
    transform: translateX(10%);
}
#whatsapp-button:not(.left) > .rwb-tooltip:after {
    right: 23px;
}
#whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, 0.4);
}
#whatsapp-button:hover > .rwb-tooltip {
    opacity: 1;
    transform: translateX(0);
}
#whatsapp-button:hover > .rwb-tooltip:after {
    top: 100%;
    transition-delay: 0.4s;
}