/*
Theme Name: Cepelli
Theme URI: https://projeto.com.br
Author: Vox Digital
Author URI: https://www.voxdigital.com.br/
Description: Tema criado especificamente para Cepelli
Version: 1.0
Text Domain: projeto
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
    ##################
    ###### RESET #####
    ##################
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*TAGS*/
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    transition-duration: 0.8s;
}

a:hover {
    text-decoration: underline;
}

a img {
    text-decoration: none;
    border: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    margin: 0;
    border: none;
}

b,
strong {
    font-weight: 800;
}

embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

/*
    ####################
    ###### HELPERS #####
    ####################
 */

.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #3B5CA6;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
    vertical-align: middle;
    border: none;
    overflow: hidden;
    max-width: 100%;
}

.embed iframe,
.embed object,
.embed embed,
.embed .fb-page {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: none;
}

.htmlchars {
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    clear: both;
}

.htmlchars h1,
.htmlchars h2,
.htmlchars h3,
.htmlchars h4,
.htmlchars h5,
.htmlchars h6 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #666666;
}

.htmlchars h1 {
    font-size: 44px;
}

.htmlchars h2 {
    font-size: 40px;
}

.htmlchars h3 {
    font-size: 36px;
}

.htmlchars h4 {
    font-size: 32px;
}

.htmlchars h5 {
    font-size: 28px;
}

.htmlchars h6 {
    font-size: 24px;
}

.htmlchars b,
.htmlchars strong {
    font-weight: 700;
}

.htmlchars p {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.htmlchars p b,
.htmlchars p strong {
    font-weight: 600;
}


.htmlchars ul,
.htmlchars ol {
    display: list-item;
    padding-inline-start: 20px;
    margin: 20px 0;
}

.htmlchars ul {
    list-style: disc;
}

.htmlchars ol li,
.htmlchars ul li {
    display: list-item;
    margin-top: 5px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.htmlchars a {
    text-decoration: none;
    transition-duration: 0.8s;
}

.htmlchars a:hover {
    color: #09f;
    text-decoration: underline;
}

.htmlchars img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.htmlchars .alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.htmlchars .aligncenter {
    margin: 0 auto;
}

.htmlchars .alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.htmlchars pre {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eeeeee;
    margin: 20px 0;
    overflow-x: auto;
}

/*
    ####################
    ###### PLUGINS #####
    ####################
 */

/*WP-PAGENAVI*/

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}

.wp-pagenavi .pages {
    display: inline-block;
    margin: 10px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: inline-block;
    margin: 10px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition-duration: 0.8s;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    text-decoration: none;
    color: #437572;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 10px;
    border-radius: 50%;
    border: none;
    background-color: #E9E9E9;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6BADAD;
    transition-duration: 0.8s;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    text-decoration: none;
    color: #437572;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
    display: inline-block;
    margin: 10px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition-duration: 0.8s;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #315353;
}

.wp-pagenavi .extend {
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #E9E9E9;
}

/*
    #####################
    ###### COMMENTS #####
    #####################
 */

#comments {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 4px solid #f2f2f2;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #0057b1;
}

.commentlist {
    display: block;
    width: 100%;
}

.commentlist li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.commentlist li:last-child {
    margin-bottom: 0px;
}

.comment-respond {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.comment-reply-title {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 4px solid #f2f2f2;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #0057b1;
}

.comment-form {
    display: block;
    width: 100%;
}

.comment-form .comment-notes {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #b3b3b3;
}

.comment-form label {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #4c4c4c;
}

.comment-form input,
.comment-form select,
.comment-form textarea {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}

.comment-form-cookies-consent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0px;
}

.comment-form-cookies-consent input {
    display: block;
    flex: 0 0 30px;
    max-width: 30px;
}

.comment-form-cookies-consent label {
    display: block;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 0px;
}

.comment-form .form-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.comment-form .form-submit input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 15px;
    border: none;
    outline: none;
    background-color: #005bb4;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.5s;
}

.comment-form .form-submit input[type="submit"]:hover {
    transform: scale(1.1);
    background-color: #dc364a;
    color: #ffffff;
}

/*
    ####################
    ###### WIDGETS #####
    ####################
 */

.widget {}

.widget>h4 {}

.widget ul {}

.widget ul li {}

.widget ul li:last-child {}

.widget ul li a {}

.widget ul li a:hover {}

.widget form {}


/*
    ###################
    ###### HEADER #####
    ###################
*/

.main-header {
    display: block;
    width: 100%;
}


.main-header-infos {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #E3E3E3;
}

.main-header-infos-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-infos-contact li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px 0 0;
    width: auto;
}

.main-header-infos-contact li:last-of-type {
    margin: 0;
}

.main-header-infos-contact li i,
.main-header-infos-contact li span {
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #DA8F8F;
}

.main-header-infos-contact li span {
    margin: 0 15px 0 0;
}

.main-header-infos-contact li i {
    font-weight: 900;
}

.main-header-infos-contact li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #437572;
    text-decoration: none;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    transition: .8s ease;
}

.main-header-infos-contact li a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header-infos-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-infos-socials li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.main-header-infos-socials li:last-of-type {
    margin: 0;
}

.main-header-infos-socials li a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 900;
    color: #437572;
    transition: .8s ease;
}

.main-header-infos-socials li a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header-nav {
    display: block;
    width: 100%;
    padding: 40px 0;
    border-bottom: 10px solid #437572;
    background-color: #ffffff;
}

.main-header-nav-logo {
    display: block;
    width: 390px;
    max-width: 100%;
    text-decoration: none;
    transition: .8s ease;
}

.main-header-nav-logo:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header-nav-menu {
    display: block;
    width: 100%;
}

.main-header-nav-menu>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-nav-menu>ul>li {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
}

.main-header-nav-menu>ul>li:last-of-type {
    margin: 0;
}

.main-header-nav-menu>ul>li>a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #4c4c4c;
    transition: .8s ease;
}

.main-header-nav-menu>ul>li:first-of-type>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F2F2F2;
}

.main-header-nav-menu>ul>li.current-menu-item>a,
.main-header-nav-menu>ul>li>a:hover {
    text-decoration: none;
    color: #000;
}

.main-header-nav-menu>ul>li>ul {
    display: block;
    width: 200px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background-color: #ffffff;
    z-index: 99;
}

.main-header-nav-menu>ul>li ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
}

.main-header-nav-menu>ul>li ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.main-header-nav-menu>ul>li ul li:last-of-type {
    margin: 0;
}

.main-header-nav-menu>ul>li ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: .8s ease;
}

.main-header-nav-menu>ul>li ul li a:hover {
    text-decoration: none;
    color: #000;
    transform: scale(1.024);
}

.main-header-nav-menu-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: #437572;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: .8s ease;
}

.main-header-nav-menu-mobile:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header-nav-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-nav-socials li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.main-header-infos-socials li:last-of-type {
    margin: 0;
}

.main-header-nav-socials li a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 900;
    color: #437572;
    transition: .8s ease;
}

.main-header-nav-socials li a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header-nav-menu-mob {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.main-header-nav-menu-mob ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-nav-menu-mob ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.main-header-nav-menu-mob ul li:last-of-type {
    margin: 0;
}

.main-header-nav-menu-mob ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: .8s ease;
}

.main-header-nav-menu-mob ul li a:hover {
    text-decoration: none;
    color: #000;
    transform: scale(1.024);
}

.main-header-nav-contact {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-nav-contact li {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}

.main-header-nav-contact li:last-of-type {
    margin: 0;
}

.main-header-nav-contact li span {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #DA8F8F;
}

.main-header-nav-contact li a {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #437572;
    text-decoration: none;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    transition: .8s ease;
}

.main-header-nav-contact li a:hover {
    text-decoration: none;
    transform: scale(1.024);
}


/*
    ##################
    ###### PARTS #####
    ##################
*/

.section-teammate {
    display: block;
    width: 100%;
    padding: 60px 0px;
}

.section-teammate-header {
    display: block;
    width: 100%;
}

.section-teammate-content {
    display: block;
    width: 100%;
}

.section-teammate-content .slick-teammate {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-teammate-content .slick-teammate .slick-prev,
.section-teammate-content .slick-teammate .slick-next {
    z-index: 90;
}

.section-teammate-content .slick-teammate .slick-prev {
    left: -75px;
}

.section-teammate-content .slick-teammate .slick-next {
    right: -75px;
}

.section-teammate-content .slick-teammate .slick-prev::before,
.section-teammate-content .slick-teammate .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 60px;
    font-size: 60px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.5);
}

.section-teammate-content .slick-teammate .slick-prev::before {
    content: "\f104";
}

.section-teammate-content .slick-teammate .slick-next::before {
    content: "\f105";
}

.section-teammate-content-item {
    display: block;
    width: 100%;
}

.section-teammate-content-item .row .col-12:last-of-type {
    position: relative;
}

.section-teammate-content-item .row .col-12:last-of-type::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -60px;
    display: block;
    width: 56px;
    height: 45px;
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-teammate-content-item header {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
}

.section-teammate-content-item header h4 {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 54px;
    font-size: 48px;
    font-weight: 400;
    color: #0B5253;
}

.section-teammate-content-item-thumbnail {
    display: block;
    width: 100%;
    text-align: center;
}

.section-teammate-content-item-whatsapp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    padding: 0 0 0 52px;
    margin: 0 0 30px 0;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #0B5253;
}

.section-teammate-content-item-whatsapp:hover {
    transform: scale(1.024);
    text-decoration: none;
    color: #0B5253;
}

.section-teammate-content-item-whatsapp::before {
    content: "\f232";
    position: absolute;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0B5253;
    font-family: "Font Awesome 6 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.section-teammate-content-item-whatsapp b {
    display: block;
    width: 100%;
}

.section-teammate-content-item-schedule {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 5px;
    border: 2px solid #0B5253;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #0B5253;
}

.section-teammate-content-item-schedule:hover {
    background-color: #0B5253;
    text-decoration: none;
    color: #ffffff;
    transform: scale(1.024);
}


/* SECTION-ABOUT */
.section-about {
    display: block;
    width: 100%;
    padding: 20px 12px 80px 12px;
}

.section-about .container {
    display: block;
    width: 100%;
    padding: 60px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
    background-image: url("assets/images/backgrounds/backgrounds-home-about.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.section-about .container>.row:first-of-type {
    background-image: url("assets/images/backgrounds/backgrounds-home-about-title.png");
    background-size: 590px;
    background-position: right 60px bottom 20px;
    background-repeat: no-repeat;
}

.section-about .container>.row:last-of-type>.col-12:last-of-type {
    border-left: 1px solid #e5e5e5;
}

.section-about .slick-gallery {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-about .slick-gallery .slick-slide {
    padding: 30px;
    background-color: #f0f0f0;
}

.section-about .slick-gallery .slick-prev,
.section-about .slick-gallery .slick-next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 90;
    background-color: #e4b1b0;
}

.section-about .slick-gallery .slick-prev {
    left: -18px;
}

.section-about .slick-gallery .slick-next {
    right: -18px;
}

.section-about .slick-gallery .slick-prev::before,
.section-about .slick-gallery .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 32px;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
}

.section-about .slick-gallery .slick-prev::before {
    content: "\f104";
}

.section-about .slick-gallery .slick-next::before {
    content: "\f105";
}

.section-about-gallery-item {
    display: block;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* SECTION-CONTACT */
.section-contact {
    display: block;
    width: 100%;
    padding: 60px 0 0 0;
}

.section-contact-options {
    display: block;
    width: 100%;
}

.section-contact-options article {
    display: block;
    width: 368px;
    max-width: 100%;
    margin: 0 0 40px auto;
}

.section-contact-options article:last-of-type {
    margin: 0 0 0 auto;
}

.section-contact-options article i {
    line-height: 52px;
    font-size: 52px;
    font-weight: 900;
    color: #437572;
}

.section-contact-options article h4 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #437572;
}

.section-contact-options article p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #437572;
}

.section-contact-options article a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #437572;
    transition: .8s ease;
}

.section-contact-options article a:hover {
    text-decoration: none;
    color: #315353;
}

/* SECTION-CENTRAL */
.section-central {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-central .htmlchars > * {
    color: #ffffff;
}

.section-central-link {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #F29491;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #F29491;
    transition: .8s ease;
}

.section-central-link:hover {
    background-color: #F29491;
    text-decoration: none;
    color: #ffffff;
    transform: scale(1.024);
}

/*
    ################
    ###### 404 #####
    ################
*/



/*
    ###################
    ###### SEARCH #####
    ###################
*/



/*
    #####################
    ###### TAXONOMY #####
    #####################
*/



/*
    #################
    ###### PAGE #####
    #################
*/

.tpl-page {
    display: block;
    width: 100%;
}

.tpl-page-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-page-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-page-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-page-content {
    display: block;
    width: 100%;
    padding: 100px 0 60px 0;
}

/*
    ###################
    ###### SINGLE #####
    ###################
*/

.tpl-single {
    display: block;
    width: 100%;
}

.tpl-single-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-single-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-single-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-single-content {
    display: block;
    width: 100%;
    padding: 100px 0 160px 0;
}

.tpl-single-content-shared {
    display: block;
    width: 100%;
    margin: 60px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 2px solid #DB8D8C;
}

.tpl-single-content-shared-back {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition: .8s ease;
}

.tpl-single-content-shared-back:hover {
    text-decoration: none;
    color: #437572;
}

.tpl-single-content-shared-back span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 12px 0 0;
    border-radius: 50%;
    background-color: #E9E9E9;
    color: #6BADAD;
    transition: .8s ease;
}

.tpl-single-content-shared-back:hover span {
    color: #437572;
}

.tpl-single-content-treatments {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #efefef;
}

.tpl-single-content-treatments li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.tpl-single-content-treatments li:last-of-type {
    margin: 0;
}

.tpl-single-content-treatments li a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 30px;
    border-left: 5px solid transparent;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    transition: .8s ease;
}

.tpl-single-content-treatments li:first-of-type a,
.tpl-single-content-treatments li a:hover {
    border-left: 5px solid #66a6a6;
    text-decoration: none;
}

.tpl-single-content-sidebar {
    display: block;
    width: 100%;
}

.tpl-single .section-central {
    margin: 0 0 200px 0;
}

/*
    ###########################
    ###### PAGE-TEMPLATES #####
    ###########################
*/

/*TPL-HOME*/
.tpl-home {
    display: block;
    width: 100%;
}

.tpl-home-carousel {
    display: block;
    width: 100%;
}

.tpl-home-carousel .slick-carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tpl-home-carousel .slick-carousel .slick-dots {
    padding: 0 0 0 240px !important;
    bottom: initial;
    padding: 0;
    margin: 0;
}

.tpl-home-carousel .slick-carousel .slick-dots li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.tpl-home-carousel .slick-carousel .slick-dots li:last-of-type {
    margin: 0;
}

.tpl-home-carousel .slick-carousel .slick-dots li button:before {
    font-size: 14px;
    color: #db8d8c;
}

.tpl-home-carousel .slick-carousel .slick-dots li.slick-active button:before {
    font-size: 20px;
}

.tpl-home-carousel-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-home-carousel-item .container {
    position: absolute;
}

.tpl-home-carousel-more {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #db8d8c;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #db8d8c;
    transition: .8s ease;
}

.tpl-home-carousel-more:hover {
    background-color: #db8d8c;
    text-decoration: none;
    color: #ffffff;
    transform: scale(1.024);
}

.tpl-home-treatments {
    display: block;
    width: 100%;
    padding: 60px 0;
}

.tpl-home-treatments-header {
    display: block;
    width: 100%;
}

.tpl-home-treatments-content {
    display: block;
    width: 100%;
}

.tpl-home-treatments-content article {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .8s ease;
}

.tpl-home-treatments-content article a {
    display: block;
    width: 100%;
    height: 256px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: .8s ease;
}

.tpl-home-treatments-content article a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.tpl-home-treatments-content article h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: .8s ease;
}

.tpl-home-treatments-content article:hover h4 {
    top: 0;
    bottom: initial;
    text-shadow: -5px 1px 5px rgba(255, 255, 255, 0.9);
    color: #333;
}

.tpl-home-differences {
    display: block;
    width: 100%;
    padding: 0 0 60px 0;
}

.tpl-home-differences .container {
    position: relative;
    display: block;
    width: 1474px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.tpl-home-differences-background {
    position: relative;
    display: block;
    height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-home-differences-description-more {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 140px;
    max-width: 100%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition: .8s ease;
}

.tpl-home-differences-description-more:hover {
    text-decoration: none;
    color: #437572;
}

.tpl-home-differences-description-more span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0 0 12px;
    border-radius: 50%;
    background-color: #E9E9E9;
    color: #6BADAD;
    transition: .8s ease;
}

.tpl-home-differences-description-more:hover span {
    color: #437572;
}

.tpl-home-differences-content {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1068px;
    max-width: 100%;
    min-height: 328px;
    padding: 20px 40px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.tpl-home-differences-content-location {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 348px;
    padding: 20px;
    text-align: center;
    background-image: url("assets/images/backgrounds/backgrounds-diferences-location.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.tpl-home-differences-content-location h4 {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-home-differences-content-location p {
    display: block;
    width: 100%;
    margin: 20px 00;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-home-differences-content-location a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: .8es ease;
}

.tpl-home-differences-content-location a:hover {
    text-decoration: none;
    color: #1F2D36;
}

.tpl-home-differences-content .nav.nav-pills {
    border-bottom: 1px solid #f6f6f6;
}

.tpl-home-differences-content .nav-link {
    display: block;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #1F2D36;
    transition: .8s ease;
}

.tpl-home-differences-content .nav-link:hover,
.tpl-home-differences-content .nav-link.active {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #f6f6f6;
    color: #1F2D36;
}

.tpl-home-blog {
    display: block;
    width: 100%;
    padding: 60px 0 200px 0;
    background-color: #fff;
    background-image: url("assets/images/backgrounds/backgrounds-blog.png");
    background-size: contain;
    background-position: center bottom -90px;
    background-repeat: no-repeat;
}

.tpl-home-blog-header {
    display: block;
    width: 100%;
}

.tpl-home-blog-header .htmlchars ul li,
.tpl-home-blog-header .htmlchars ol li,
.tpl-home-blog-header .htmlchars p {
    line-height: 26px;
    font-size: 22px;
}

.tpl-home-blog-content {
    display: block;
    width: 100%;
}

.tpl-home-blog-content article {
    display: block;
    width: 100%;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}

.tpl-home-blog-content article .thumbnail {
    display: block;
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-home-blog-content article header {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    padding: 40px 20px 30px 20px;
    background-color: #ffffff;
}

.tpl-home-blog-content article header span {
    position: absolute;
    top: -15px;
    left: 30px;
    display: inline-block;
    padding: 8px 16px;
    background-color: #619F9F;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-home-blog-content article header h2 {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #DB8E8E;
}

.tpl-home-blog-content article header h2 a {
    text-decoration: none;
    color: #DB8E8E;
    transition: .8s ease;
}

.tpl-home-blog-content article header h2 a:hover {
    text-decoration: none;
    color: #666666;
}

.tpl-home-blog-content article header p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.tpl-home-blog-footer {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
}

.tpl-home-blog-footer-link {
    display: inline-block;
    text-decoration: underline;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #DB8E8E;
    transition: .8s ease;
}

.tpl-home-blog-footer-link:hover {
    text-decoration: underline;
    color: #666666;
}



/*TPL-ABOUT*/

.tpl-about {
    display: block;
    width: 100%;
}

.tpl-about-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-about-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-about-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-about-content {
    display: block;
    width: 100%;
    padding: 100px 0 60px 0;
}

.tpl-about-content-treatments {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #efefef;
}

.tpl-about-content-treatments li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.tpl-about-content-treatments li:last-of-type {
    margin: 0;
}

.tpl-about-content-treatments li a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 30px;
    border-left: 5px solid transparent;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    transition: .8s ease;
}

.tpl-about-content-treatments li:first-of-type a,
.tpl-about-content-treatments li a:hover {
    border-left: 5px solid #66a6a6;
    text-decoration: none;
}

.tpl-about-paradigm {
    display: block;
    width: 100%;
}

.tpl-about-paradigm .container {
    max-width: 1400px;
    padding: 60px 100px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.08);
    background-image: url("assets/images/backgrounds/backgrounds-paradigm.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.tpl-about-pillars {
    display: block;
    width: 100%;
    padding: 60px 0;
}

.tpl-about-pillars-offerte {
    position: relative;
    display: block;
    width: 1474px;
    max-width: 100%;
}

.tpl-about-pillars-offerte-background {
    position: relative;
    display: block;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-about-pillars-offerte-items {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1068px;
    max-width: 100%;
    min-height: 300px;
    padding: 30px 25px;
    background-color: #ffffff;
    border-bottom: 10px solid #DB8F8E;
}

.tpl-about-pillars-offerte-items .nav-link {
    display: block;
    width: 100%;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #1F2D36;
    transition: .8s ease;
}

.tpl-about-pillars-offerte-items .nav-link:hover,
.tpl-about-pillars-offerte-items .nav-link.active {
    display: block;
    width: 100%;
    padding: 0px;
    background-color: transparent;
    color: #DB8D8C;
}

.tpl-about-gallery {
    display: block;
    width: 100%;
    padding: 60px 0;
}

.tpl-about-gallery .slick-gallery {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tpl-about-gallery .slick-gallery .slick-prev,
.tpl-about-gallery .slick-gallery .slick-next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 90;
    background-color: #e4b1b0;
}

.tpl-about-gallery .slick-gallery .slick-prev {
    left: 0;
}

.tpl-about-gallery .slick-gallery .slick-next {
    right: 0;
}

.tpl-about-gallery .slick-gallery .slick-prev::before,
.tpl-about-gallery .slick-gallery .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 16px;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-about-gallery .slick-gallery .slick-prev::before {
    content: "\f104";
}

.tpl-about-gallery .slick-gallery .slick-next::before {
    content: "\f105";
}

.tpl-about-gallery-item {
    display: block;
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .8s ease;
}

.tpl-about-gallery-item:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.tpl-about .section-teammate {
    padding: 60px 0 200px;
}

/*TPL-TREATMENTS*/
.tpl-treatments {
    display: block;
    width: 100%;
}

.tpl-treatments-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-treatments-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-treatments-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-treatments-content {
    display: block;
    width: 100%;
    padding: 116px 0 160px 0;
}

.tpl-treatments-content article {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .8s ease;
}

.tpl-treatments-content article a {
    display: block;
    width: 100%;
    height: 256px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: .8s ease;
}

.tpl-treatments-content article a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.tpl-treatments-content article h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: .8s ease;
}

.tpl-treatments-content article:hover h4 {
    top: 0;
    bottom: initial;
    text-shadow: -5px 1px 5px rgba(255, 255, 255, 0.9);
    color: #333;
}

/*TPL-EVENTS*/
.tpl-events {
    display: block;
    width: 100%;
}

.tpl-events-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-events-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-events-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-events-content {
    display: block;
    width: 100%;
    padding: 116px 0 160px 0;
}

.tpl-events-content article {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-events-content article .row .col-12:first-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-events-content article .thumbnail {
    display: block;
    width: 100%;
    height: 332px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-events-content article header {
    display: block;
    width: 100%;
    padding: 20px;
}

.tpl-events-content article header h4 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #437572;
}

.tpl-events-content article header h4 a {
    text-decoration: none;
    color: #437572;
    transition: .8s ease;
}

.tpl-events-content article header h4 a:hover {
    text-decoration: none;
    color: #000;
}

.tpl-events-content article header p {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #437572;
}

.tpl-events-content article header>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 140px;
    max-width: 100%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition: .8s ease;
}

.tpl-events-content article header>a:hover {
    text-decoration: none;
    color: #437572;
}

.tpl-events-content article header>a span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0 0 12px;
    border-radius: 50%;
    background-color: #E9E9E9;
    color: #6BADAD;
    transition: .8s ease;
}

.tpl-events-content article header>a:hover span {
    color: #437572;
}

/*TPL-BLOG*/
.tpl-blog {
    display: block;
    width: 100%;
}

.tpl-blog-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-blog-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-blog-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-blog-content {
    display: block;
    width: 100%;
    padding: 116px 0 160px 0;
}

.tpl-blog-content article {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
}

.tpl-blog-content article .thumbnail {
    display: block;
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-blog-content article header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 286px;
    padding: 40px 25px 30px 25px;
    background-color: #ffffff;
}

.tpl-blog-content article header>span {
    position: absolute;
    top: -15px;
    display: inline-block;
    padding: 8px 16px;
    background-color: #619F9F;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-blog-content article header h4 {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #437572;
}

.tpl-blog-content article header h4 a {
    text-decoration: none;
    color: #DB8E8E;
    transition: .8s ease;
}

.tpl-blog-content article header h4 a:hover {
    text-decoration: none;
    color: #666666;
}

.tpl-blog-content article header p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.tpl-blog-content article header>a {
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition: .8s ease;
}

.tpl-blog-content article header>a:hover {
    text-decoration: none;
    color: #437572;
}

.tpl-blog-content article header>a span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0 0 12px;
    border-radius: 50%;
    background-color: #E9E9E9;
    color: #6BADAD;
    transition: .8s ease;
}

.tpl-blog-content article header>a:hover span {
    color: #437572;
}

/*TPL-INFORMATIVE*/
.tpl-informative {
    display: block;
    width: 100%;
}

.tpl-informative-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-informative-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-informative-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-informative-content {
    display: block;
    width: 100%;
    padding: 100px 0;
}

.tpl-informative-content-informatives {
    display: block;
    width: 100%;
}

.tpl-informative-content-informatives article {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0 0 40px 0;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-informative-content-informatives article:last-of-type {
    margin: 0;
}

.tpl-informative-content-informatives article h4 {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #437572;
}

.tpl-informative-content-informatives article>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #6AADAD;
    transition: .8s ease;
}

.tpl-informative-content-informatives article>a:hover {
    text-decoration: none;
    color: #437572;
}

.tpl-informative-content-informatives article>a span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0 0 12px;
    border-radius: 50%;
    background-color: #E9E9E9;
    color: #6BADAD;
    transition: .8s ease;
}

.tpl-informative-content-informatives article>a:hover span {
    color: #437572;
}

.tpl-informative-content-treatments {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #efefef;
}

.tpl-informative-content-treatments li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.tpl-informative-content-treatments li:last-of-type {
    margin: 0;
}

.tpl-informative-content-treatments li a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 30px;
    border-left: 5px solid transparent;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    transition: .8s ease;
}

.tpl-informative-content-treatments li:first-of-type a,
.tpl-informative-content-treatments li a:hover {
    border-left: 5px solid #66a6a6;
    text-decoration: none;
}

.tpl-informative .section-central {
    margin: 0 0 160px 0;
}

/*TPL-FAQ*/
.tpl-faq {
    display: block;
    width: 100%;
}

.tpl-faq-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-faq-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-faq-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-faq-content {
    display: block;
    width: 100%;
    padding: 100px 0;
}

.tpl-faq-content .accordion-item .accordion-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #437572;
}

.tpl-faq-content-treatments {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #efefef;
}

.tpl-faq-content-treatments li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.tpl-faq-content-treatments li:last-of-type {
    margin: 0;
}

.tpl-faq-content-treatments li a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 30px;
    border-left: 5px solid transparent;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    transition: .8s ease;
}

.tpl-faq-content-treatments li:first-of-type a,
.tpl-faq-content-treatments li a:hover {
    border-left: 5px solid #66a6a6;
    text-decoration: none;
}

.tpl-faq .section-central {
    margin: 0 0 160px 0;
}

/*TPL-CONTACT*/
.tpl-contact {
    display: block;
    width: 100%;
}

.tpl-contact-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-contact-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-contact-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-contact-content {
    display: block;
    width: 100%;
    padding: 100px 0 60px 0;
}

.tpl-contact-content label {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.tpl-contact-content .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.tpl-contact-content textarea.form-control {
    padding: 16px 15px;
}

.tpl-contact-content .form-control::placeholder {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #DB8D8C;
}

.tpl-contact-content button[type='submit'] {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #F29491;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #F29491;
    transition: .8s ease;
}

.tpl-contact-content button[type='submit']:hover {
    background-color: #F29491;
    color: #ffffff;
    transform: scale(1.024);
}

/*TPL-THANKS*/
.tpl-thanks {
    display: block;
    width: 100%;
}

.tpl-thanks-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-bottom: 10px solid #C8C8C8;
    background-color: #0B5253;
    text-align: center;
}

.tpl-thanks-header::before {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 3px;
    height: 46px;
    background-color: #DB8D8C;
}

.tpl-thanks-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-thanks-content {
    display: block;
    width: 100%;
    padding: 100px 0 60px 0;
}

/*
    ###################
    ###### FOOTER #####
    ###################
*/

.main-footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 200px 0 0 0;
    background-color: #F0F0F0;
    background-image: url("assets/images/backgrounds/backgrounds-footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-footer-logo {
    position: absolute;
    top: -158px;
    display: block;
    width: 310px;
    max-width: 100%;
    text-decoration: none;
    transition: .8s ease;
}

.main-footer-logo:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-footer-menu {
    display: block;
    width: 100%;
}

.main-footer-menu ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer-menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.main-footer-menu ul li:last-of-type {
    margin: 0;
}

.main-footer-menu ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: .8s ease;
}

.main-footer-menu ul li a:hover {
    text-decoration: none;
    color: #000;
}

.main-footer-treatments {
    display: block;
    width: 100%;
}

.main-footer-treatments h6 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
}

.main-footer-treatments ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer-treatments ul li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.main-footer-treatments ul li:last-of-type {
    margin: 0;
}

.main-footer-treatments ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    transition: .8s ease;
}

.main-footer-treatments ul li a:hover {
    text-decoration: none;
    color: #000;
}

.main-footer-contact {
    display: block;
    width: 100%;
}

.main-footer-contact h1 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
}

.main-footer-contact ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer-contact ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.main-footer-contact ul li:last-of-type {
    margin: 0;
}

.main-footer-contact ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #DB8E8E;
    transition: .8s ease;
}

.main-footer-contact ul li a:hover {
    text-decoration: none;
    color: #000;
    transform: scale(1.024);
}

.main-footer-copyright {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #808080;
}

.main-footer-copyright p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.main-footer-copyright a {
    text-decoration: none;
    color: #808080;
    transition: .8s ease;
}

.main-footer-copyright a:hover {
    text-decoration: none;
    color: #000;
}


/*
    ##########################
    ###### MEDIA QUERIES #####
    ##########################
 */

/*1366px*/
@media (max-width: 85.375em) {
    .tpl-home-carousel .slick-carousel .slick-dots {
        padding: 0 !important;
        bottom: 25px;
        padding: 0;
        margin: 0;
    }

    .tpl-home-carousel .slick-carousel .slick-dots li {
        display: inline-block;
        width: auto;
        margin: 0 5px;
    }
}

/*1200px*/
@media (max-width: 75em) {}

/*1024px*/
@media (max-width: 64em) {

    /*HELPERS*/
    .htmlchars h1,
    .htmlchars h1 * {
        font-size: 28px;
    }

    .htmlchars h2,
    .htmlchars h2 * {
        font-size: 26px;
    }

    .htmlchars h3,
    .htmlchars h3 * {
        font-size: 24px;
    }

    .htmlchars h4,
    .htmlchars h4 * {
        font-size: 24px;
    }

    .htmlchars h5,
    .htmlchars h5 * {
        font-size: 20px;
    }

    .htmlchars h6,
    .htmlchars h6 * {
        font-size: 18px;
    }

    .htmlchars p,
    .htmlchars p *,
    .htmlchars ol li,
    .htmlchars ol li *,
    .htmlchars ul li,
    .htmlchars ul li * {
        font-size: 16px;
    }

    .htmlchars hr {
        margin: 0 auto 30px auto;
    }

    
    .htmlchars .alignleft,
    .htmlchars .alignright {
        float: none;
        margin: 0 auto 30px auto;
    }

    .htmlchars br {
        display: none;
    }

    /*SECTION-TEAMMATE*/
    .section-teammate-content .slick-teammate .slick-prev {
        left: 10px;
    }

    .section-teammate-content .slick-teammate .slick-next {
        right: 10px;
    }

    .section-teammate-content-item header h4 {
        line-height: 44px;
        font-size: 38px;
    }

    .section-teammate-content-item-whatsapp {
        width: 256px;
        max-width: 100%;
        margin: 0 auto 30px auto;
    }

    .section-teammate-content-item-schedule {
        display: block;
        width: 100%;
    }

    /* SECTION-ABOUT */
    .section-about .slick-gallery .slick-prev {
        left: -12px;
    }

    .section-about .slick-gallery .slick-next {
        right: -12px;
    }

    /* TPL-HOME */
    .section-about .container {
        padding: 0px;
        box-shadow: none;
        background-image: none;
    }

    .tpl-home-differences-content {
        padding: 20px;
    }

    .tpl-home-differences-content-location {
        position: initial;
    }

    /* TPL-ABOUT */
    .tpl-about-paradigm .container {
        padding: 60px 12px;
    }

    /* TPL-EVENTS */
    .tpl-events-content article .thumbnail {
        height: 256px;
        background-color: #F0F0F0;
        background-size: contain;
    }

    /* MAIN-FOOTER */
    .main-footer {
        text-align: center;
    }
}

/*768px*/
@media (max-width: 48em) {}

/*576px*/
@media (max-width: 36em) {}