/*----------------------------------------*/
/*----- TABLE OF CONTENTS -----*/
/*----------------------------------------*/
/*
1 Generate Google Fonts
2 General Styles
3 Font Settings
4 Theme Utilities
5 Lists
6 Buttons
7 Layout
8 Sections Common
9 Sections Misc
10 Header
11 Responsive header
12 Footer
13 Widgets
14 Forms
15 Elements
16 Sliders
17 Misc
*/
/*----------------------------------------*/
/*----- 1 Generate Google Fonts -----*/
/*----------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Manrope:300,400,500,600,700&display=swap');*/
@font-face {
    font-family: "AmsiPro-Black";
    src: url("../fonts/AmsiPro-Black.eot");
    src: url("../fonts/AmsiPro-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AmsiPro-Black.woff2") format("woff2"),
        url("../fonts/AmsiPro-Black.woff") format("woff"),
        url("../fonts/AmsiPro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AmsiPro-Bold";
    src: url("../fonts/AmsiPro-Bold.eot");
    src: url("../fonts/AmsiPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AmsiPro-Bold.woff2") format("woff2"),
        url("../fonts/AmsiPro-Bold.woff") format("woff"),
        url("../fonts/AmsiPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Calicanto-Medium-Italic";
    src: url("../fonts/Calicanto-MediumItalic.eot");
    src: url("../fonts/Calicanto-MediumItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Calicanto-MediumItalic.woff2") format("woff2"),
        url("../fonts/Calicanto-MediumItalic.woff") format("woff"),
        url("../fonts/Calicanto-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Calicanto-Medium";
    src: url("../fonts/Calicanto-Medium.eot");
    src: url("../fonts/Calicanto-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Calicanto-Medium.woff2") format("woff2"),
        url("../fonts/Calicanto-Medium.woff") format("woff"),
        url("../fonts/Calicanto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*----------------------------------------*/
/*----- 2 General Styles -----*/
/*----------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fix 1s 1;
    overflow-x: hidden;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: "AmsiPro-Black";
}
a,
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    max-width: 100%;
}
p {
    margin: 0 0 15px 0;
}
p:last-child {
    margin: 0;
}
p {
    font-size: 20px;
    color: #5b5b5b;
}
/*----------------------------------------*/
/*----- 3 Font Settings -----*/
/*----------------------------------------*/
body {
    font-family: "Calicanto-Medium", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "AmsiPro-Black";
    letter-spacing: -0.5px;
}
h1 {
    font-size: 2.889em;
    line-height: 1.3em;
}
h2 {
    font-size: 2.333em;
    line-height: 1.3em;
}
h3 {
    font-size: 2em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.333em;
    line-height: 1.4em;
}
h5 {
    font-size: 1.111em;
    line-height: 1.4em;
}
h6 {
    font-size: 1em;
    line-height: 1.4em;
}
strong {
    font-size: 1em;
    line-height: 25px;
    font-weight: 600;
}
.small {
    font-size: 0.765em;
    line-height: 1.8em;
}
/* text sizes */
.text-size-xxl {
    font-size: 47px;
    line-height: 56px;
}
.text-size-xl {
    font-size: 36px;
    line-height: 52px;
}
.text-size-lg {
    font-size: 24px;
    line-height: 34px;
}
.text-size-md {
    font-size: 18px;
    line-height: 28px;
}
.text-size-md-alt {
    font-size: 24px;
    line-height: 32px;
}
.text-size-sm {
    font-size: 0.882em;
    line-height: 1.9em;
}
.text-size-xs {
    font-size: 0.765em;
    line-height: 1.6em;
}
.text-size-xs-alt {
    font-size: 10px;
    line-height: 16px;
}
/* line height */
.line-height-null {
    line-height: 1em;
}
/* font weights */
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
/* vertical aligns */
.vert-bottom {
    vertical-align: bottom;
}
.vert-middle {
    vertical-align: middle;
}
.title-black {
    font-family: "AmsiPro-Black";
}
/*----------------------------------------*/
/*----- 4 Theme Utilities -----*/
/*----------------------------------------*/
/*== margins ==*/
.dtr-m-auto {
    margin: 0 auto !important;
}
.dtr-m-0 {
    margin: 0 !important;
}
.dtr-mt-0,
.dtr-my-0 {
    margin-top: 0 !important;
}
.dtr-mr-0,
.dtr-mx-0 {
    margin-right: 0 !important;
}
.dtr-mb-0,
.dtr-my-0 {
    margin-bottom: 0 !important;
}
.dtr-ml-0,
.dtr-mx-0 {
    margin-left: 0 !important;
}
.dtr-m-5 {
    margin: 5px !important;
}
.dtr-mt-5,
.dtr-my-5 {
    margin-top: 5px !important;
}
.dtr-mr-5,
.dtr-mx-5 {
    margin-right: 5px !important;
}
.dtr-mb-5,
.dtr-my-5 {
    margin-bottom: 5px !important;
}
.dtr-ml-5,
.dtr-mx-5 {
    margin-left: 5px !important;
}
.dtr-m-10 {
    margin: 10px;
}
.dtr-mt-10,
.dtr-my-10 {
    margin-top: 10px !important;
}
.dtr-mr-10,
.dtr-mx-10 {
    margin-right: 10px !important;
}
.dtr-mb-10,
.dtr-my-10 {
    margin-bottom: 10px !important;
}
.dtr-ml-10,
.dtr-mx-10 {
    margin-left: 10px !important;
}
.dtr-m-15 {
    margin: 15px;
}
.dtr-mt-15,
.dtr-my-15 {
    margin-top: 15px !important;
}
.dtr-mr-15,
.dtr-mx-15 {
    margin-right: 15px !important;
}
.dtr-mb-15,
.dtr-my-15 {
    margin-bottom: 15px !important;
}
.dtr-ml-15,
.dtr-mx-15 {
    margin-left: 15px !important;
}
.dtr-m-20 {
    margin: 20px !important;
}
.dtr-mt-20,
.dtr-my-20 {
    margin-top: 20px !important;
}
.dtr-mr-20,
.dtr-mx-20 {
    margin-right: 20px !important;
}
.dtr-mb-20,
.dtr-my-20 {
    margin-bottom: 20px !important;
}
.dtr-ml-20,
.dtr-mx-20 {
    margin-left: 20px !important;
}
.dtr-m-30 {
    margin: 30px !important;
}
.dtr-mt-30,
.dtr-my-30 {
    margin-top: 30px !important;
}
.dtr-mr-30,
.dtr-mx-30 {
    margin-right: 30px !important;
}
.dtr-mb-30,
.dtr-my-30 {
    margin-bottom: 30px !important;
}
.dtr-ml-30,
.dtr-mx-30 {
    margin-left: 30px !important;
}
.dtr-m-40 {
    margin: 40px !important;
}
.dtr-mt-40,
.dtr-my-40 {
    margin-top: 40px !important;
}
.dtr-mr-40,
.dtr-mx-40 {
    margin-right: 40px !important;
}
.dtr-mb-40,
.dtr-my-40 {
    margin-bottom: 40px !important;
}
.dtr-ml-40,
.dtr-mx-40 {
    margin-left: 40px !important;
}
.dtr-m-50 {
    margin: 50px !important;
}
.dtr-mt-50,
.dtr-my-50 {
    margin-top: 50px !important;
}
.dtr-mr-50,
.dtr-mx-50 {
    margin-right: 50px !important;
}
.dtr-mb-50,
.dtr-my-50 {
    margin-bottom: 50px !important;
}
.dtr-ml-50,
.dtr-mx-50 {
    margin-left: 50px !important;
}
.dtr-m-60 {
    margin: 60px !important;
}
.dtr-mt-60,
.dtr-my-60 {
    margin-top: 60px !important;
}
.dtr-mr-60,
.dtr-mx-60 {
    margin-right: 60px !important;
}
.dtr-mb-60,
.dtr-my-60 {
    margin-bottom: 60px !important;
}
.dtr-ml-60,
.dtr-mx-60 {
    margin-left: 60px !important;
}
.dtr-m-70 {
    margin: 70px !important;
}
.dtr-mt-70,
.dtr-my-70 {
    margin-top: 70px !important;
}
.dtr-mr-70,
.dtr-mx-70 {
    margin-right: 70px !important;
}
.dtr-mb-70,
.dtr-my-70 {
    margin-bottom: 70px !important;
}
.dtr-ml-70,
.dtr-mx-70 {
    margin-left: 70px !important;
}
.dtr-m-80 {
    margin: 80px !important;
}
.dtr-mt-80,
.dtr-my-80 {
    margin-top: 80px !important;
}
.dtr-mr-80,
.dtr-mx-80 {
    margin-right: 80px !important;
}
.dtr-mb-80,
.dtr-my-80 {
    margin-bottom: 80px !important;
}
.dtr-ml-80,
.dtr-mx-80 {
    margin-left: 80px !important;
}
.dtr-m-90 {
    margin: 90px !important;
}
.dtr-mt-90,
.dtr-my-90 {
    margin-top: 90px !important;
}
.dtr-mr-90,
.dtr-mx-90 {
    margin-right: 90px !important;
}
.dtr-mb-90,
.dtr-my-90 {
    margin-bottom: 90px !important;
}
.dtr-ml-90,
.dtr-mx-90 {
    margin-left: 90px !important;
}
.dtr-m-100 {
    margin: 100px !important;
}
.dtr-mt-100,
.dtr-my-100 {
    margin-top: 100px !important;
}
.dtr-mr-100,
.dtr-mx-100 {
    margin-right: 100px !important;
}
.dtr-mb-100,
.dtr-my-100 {
    margin-bottom: 100px !important;
}
.dtr-ml-100,
.dtr-mx-100 {
    margin-left: 100px !important;
}
.dtr-m-120 {
    margin: 100px !important;
}
.dtr-mt-120,
.dtr-my-120 {
    margin-top: 120px !important;
}
.dtr-mr-120,
.dtr-mx-120 {
    margin-right: 120px !important;
}
.dtr-mb-120,
.dtr-my-120 {
    margin-bottom: 120px !important;
}
.dtr-ml-120,
.dtr-mx-120 {
    margin-left: 120px !important;
}
/* minus margins */
.dtr-mt-minus10 {
    margin-top: -10px !important;
}
.dtr-mt-minus20 {
    margin-top: -20px !important;
}
.dtr-mt-minus30 {
    margin-top: -30px !important;
}
.dtr-mt-minus40 {
    margin-top: -40px !important;
}
.dtr-mt-minus50 {
    margin-top: -50px !important;
}
.dtr-mt-minus60 {
    margin-top: -60px !important;
}
.dtr-mt-minus70 {
    margin-top: -70px !important;
}
.dtr-mt-minus80 {
    margin-top: -80px !important;
}
.dtr-mt-minus90 {
    margin-top: -90px !important;
}
.dtr-mt-minus100 {
    margin-top: -100px !important;
}
.dtr-mt-minus110 {
    margin-top: -110px !important;
}
.dtr-mt-minus120 {
    margin-top: -120px !important;
}
.dtr-mb-minus10 {
    margin-bottom: -10px !important;
}
.dtr-mb-minus20 {
    margin-bottom: -20px !important;
}
.dtr-mb-minus30 {
    margin-bottom: -30px !important;
}
.dtr-mb-minus40 {
    margin-bottom: -40px !important;
}
.dtr-mb-minus50 {
    margin-bottom: -50px !important;
}
.dtr-mb-minus60 {
    margin-bottom: -60px !important;
}
.dtr-mb-minus70 {
    margin-bottom: -70px !important;
}
.dtr-mb-minus80 {
    margin-bottom: -80px !important;
}
.dtr-mb-minus90 {
    margin-bottom: -90px !important;
}
.dtr-mb-minus100 {
    margin-bottom: -100px !important;
}
.dtr-ml-minus10 {
    margin-left: -10px !important;
}
.dtr-ml-minus20 {
    margin-left: -20px !important;
}
.dtr-ml-minus30 {
    margin-left: -30px !important;
}
.dtr-ml-minus40 {
    margin-left: -40px !important;
}
.dtr-ml-minus50 {
    margin-left: -50px !important;
}
.dtr-ml-minus60 {
    margin-left: -60px !important;
}
.dtr-ml-minus70 {
    margin-left: -70px !important;
}
.dtr-ml-minus80 {
    margin-left: -80px !important;
}
.dtr-ml-minus90 {
    margin-left: -90px !important;
}
.dtr-ml-minus100 {
    margin-left: -100px !important;
}
.dtr-mr-minus10 {
    margin-right: -10px !important;
}
.dtr-mr-minus20 {
    margin-right: -20px !important;
}
.dtr-mr-minus30 {
    margin-right: -30px !important;
}
.dtr-mr-minus40 {
    margin-right: -40px !important;
}
.dtr-mr-minus50 {
    margin-right: -50px !important;
}
.dtr-mr-minus60 {
    margin-right: -60px !important;
}
.dtr-mr-minus70 {
    margin-right: -70px !important;
}
.dtr-mr-minus80 {
    margin-right: -80px !important;
}
.dtr-mr-minus90 {
    margin-right: -90px !important;
}
.dtr-mr-minus100 {
    margin-right: -100px !important;
}
/*== paddings ==*/
.dtr-p-0 {
    padding: 0 !important;
}
.dtr-pt-0,
.dtr-py-0 {
    padding-top: 0 !important;
}
.dtr-pr-0,
.dtr-px-0 {
    padding-right: 0 !important;
}
.dtr-pb-0,
.dtr-py-0 {
    padding-bottom: 0 !important;
}
.dtr-pl-0,
.dtr-px-0 {
    padding-left: 0 !important;
}
.dtr-p-5 {
    padding: 5px !important;
}
.dtr-pt-5,
.dtr-py-5 {
    padding-top: 5px !important;
}
.dtr-pr-5,
.dtr-px-5 {
    padding-right: 5px !important;
}
.dtr-pb-5,
.dtr-py-5 {
    padding-bottom: 5px !important;
}
.dtr-pl-5,
.dtr-px-5 {
    padding-left: 5px !important;
}
.dtr-p-10 {
    padding: 10px !important;
}
.dtr-pt-10,
.dtr-py-10 {
    padding-top: 10px !important;
}
.dtr-pr-10,
.dtr-px-10 {
    padding-right: 10px !important;
}
.dtr-pb-10,
.dtr-py-10 {
    padding-bottom: 10px !important;
}
.dtr-pl-10,
.dtr-px-10 {
    padding-left: 10px !important;
}
.dtr-p-15 {
    padding: 15px !important;
}
.dtr-pt-15,
.dtr-py-15 {
    padding-top: 15px !important;
}
.dtr-pr-15,
.dtr-px-15 {
    padding-right: 15px !important;
}
.dtr-pb-15,
.dtr-py-15 {
    padding-bottom: 15px !important;
}
.dtr-pl-15,
.dtr-px-15 {
    padding-left: 15px !important;
}
.dtr-p-20 {
    padding: 20px !important;
}
.dtr-pt-20,
.dtr-py-20 {
    padding-top: 20px !important;
}
.dtr-pr-20,
.dtr-px-20 {
    padding-right: 20px !important;
}
.dtr-pb-20,
.dtr-py-20 {
    padding-bottom: 20px !important;
}
.dtr-pl-20,
.dtr-px-20 {
    padding-left: 20px !important;
}
.dtr-p-30 {
    padding: 30px !important;
}
.dtr-pt-30,
.dtr-py-30 {
    padding-top: 30px !important;
}
.dtr-pr-30,
.dtr-px-30 {
    padding-right: 30px !important;
}
.dtr-pb-30,
.dtr-py-30 {
    padding-bottom: 30px !important;
}
.dtr-pl-30,
.dtr-px-30 {
    padding-left: 30px !important;
}
.dtr-p-40 {
    padding: 40px !important;
}
.dtr-pt-40,
.dtr-py-40 {
    padding-top: 40px !important;
}
.dtr-pr-40,
.dtr-px-40 {
    padding-right: 40px !important;
}
.dtr-pb-40,
.dtr-py-40 {
    padding-bottom: 40px !important;
}
.dtr-pl-40,
.dtr-px-40 {
    padding-left: 40px !important;
}
.dtr-p-50 {
    padding: 50px !important;
}
.dtr-pt-50,
.dtr-py-50 {
    padding-top: 50px !important;
}
.dtr-pr-50,
.dtr-px-50 {
    padding-right: 50px !important;
}
.dtr-pb-50,
.dtr-py-50 {
    padding-bottom: 50px !important;
}
.dtr-pl-50,
.dtr-px-50 {
    padding-left: 50px !important;
}
.dtr-p-60 {
    padding: 60px !important;
}
.dtr-pt-60,
.dtr-py-60 {
    padding-top: 60px !important;
}
.dtr-pr-60,
.dtr-px-60 {
    padding-right: 60px !important;
}
.dtr-pb-60,
.dtr-py-60 {
    padding-bottom: 60px !important;
}
.dtr-pl-60,
.dtr-px-60 {
    padding-left: 60px !important;
}
.dtr-p-70 {
    padding: 70px !important;
}
.dtr-pt-70,
.dtr-py-70 {
    padding-top: 70px !important;
}
.dtr-pr-70,
.dtr-px-70 {
    padding-right: 70px !important;
}
.dtr-pb-70,
.dtr-py-70 {
    padding-bottom: 70px !important;
}
.dtr-pl-70,
.dtr-px-70 {
    padding-left: 70px !important;
}
.dtr-p-80 {
    padding: 80px !important;
}
.dtr-pt-80,
.dtr-py-80 {
    padding-top: 80px !important;
}
.dtr-pr-80,
.dtr-px-80 {
    padding-right: 80px !important;
}
.dtr-pb-80,
.dtr-py-80 {
    padding-bottom: 80px !important;
}
.dtr-pl-80,
.dtr-px-80 {
    padding-left: 80px !important;
}
.dtr-p-100 {
    padding: 100px !important;
}
.dtr-p-90 {
    padding: 90px !important;
}
.dtr-pt-90,
.dtr-py-90 {
    padding-top: 90px !important;
}
.dtr-pr-90,
.dtr-px-90 {
    padding-right: 90px !important;
}
.dtr-pb-90,
.dtr-py-90 {
    padding-bottom: 90px !important;
}
.dtr-pl-90,
.dtr-px-90 {
    padding-left: 90px !important;
}
.dtr-p-100 {
    padding: 100px !important;
}
.dtr-pt-100,
.dtr-py-100 {
    padding-top: 100px !important;
}
.dtr-pr-100,
.dtr-px-100 {
    padding-right: 100px !important;
}
.dtr-pb-100,
.dtr-py-100 {
    padding-bottom: 100px !important;
}
.dtr-pl-100,
.dtr-px-100 {
    padding-left: 100px !important;
}
.dtr-p-120 {
    padding: 120px !important;
}
.dtr-pt-120,
.dtr-py-120 {
    padding-top: 120px !important;
}
.dtr-pr-120,
.dtr-px-120 {
    padding-right: 120px !important;
}
.dtr-pb-120,
.dtr-py-120 {
    padding-bottom: 120px !important;
}
.dtr-pl-120,
.dtr-px-120 {
    padding-left: 120px !important;
}
/*== rounded corners ==*/
.dtr-rounded-corner,
.dtr-rounded-corner img {
    border-radius: 8px;
}
.dtr-rounded-corner-xl {
    border-radius: 20px;
}
/*== borders ==*/
/* 1px border */
.dtr-border {
    border: 1px solid #ccd2d9;
}
.dtr-border-y {
    border-top: 1px solid #ccd2d9;
    border-bottom: 1px solid #ccd2d9;
}
.dtr-border-x {
    border-left: 1px solid #ccd2d9;
    border-right: 1px solid #ccd2d9;
}
.dtr-border-top {
    border-top: 1px solid #ccd2d9;
}
.dtr-border-right {
    border-right: 1px solid #ccd2d9;
}
.dtr-border-bottom {
    border-bottom: 1px solid #ccd2d9;
}
.dtr-border-left {
    border-left: 1px solid #ccd2d9;
}
/* 2px border */
.dtr-border-2px {
    border: 2px solid #ccd2d9;
}
.dtr-border-2px-y {
    border-top: 2px solid #ccd2d9;
    border-bottom: 2px solid #ccd2d9;
}
.dtr-border-2px-x {
    border-left: 2px solid #ccd2d9;
    border-right: 2px solid #ccd2d9;
}
.dtr-border-top-2px {
    border-left: 2px solid #ccd2d9;
}
.dtr-border-right-2px {
    border-left: 2px solid #ccd2d9;
}
.dtr-border-bottom-2px {
    border-left: 2px solid #ccd2d9;
}
.dtr-border-left-2px {
    border-left: 2px solid #ccd2d9;
}
/* null border */
.dtr-border-top-none {
    border-top-width: 0;
}
.dtr-border-right-none {
    border-right-width: 0;
}
.dtr-border-bottom-none {
    border-bottom-width: 0;
}
.dtr-border-left-none {
    border-left-width: 0;
}
/*== absolute positions ==*/
.position-relative {
    position: relative;
}
.absolute-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.absolute-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.absolute-top-right {
    position: absolute;
    right: 0;
    top: 0;
}
.absolute-top-left {
    position: absolute;
    left: 0;
    top: 0;
}
/*== spacer == */
.spacer {
    display: block;
    width: 100%;
}
.spacer::after {
    display: block;
    clear: both;
    content: "";
}
.spacer-10 {
    height: 10px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-50 {
    height: 50px;
}
.spacer-100 {
    height: 100px;
}
/*== shadow == */
.dtr-shadow {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.img-has-shadow {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
/*== misc ==*/
.text-decoration-underline {
    text-decoration: underline;
}
.z-index {
    position: relative;
    z-index: 99;
}
.overflow-visible {
    overflow: visible;
}
.overflow-hidden {
    overflow: hidden;
}
/*----------------------------------------*/
/*----- 5 Lists -----*/
/*----------------------------------------*/
ul,
ol {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-position: outside;
    display: block;
}
li > ul,
li > ol {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 1.5em;
}
ol li,
ul li {
    margin-bottom: 10px;
}
.dtr-list,
.dtr-list-simple {
    list-style-type: none;
}
.dtr-list li {
    display: block;
    margin-bottom: 2px;
}
.dtr-list-block li,
.dtr-list-simple li {
    display: block;
    margin-bottom: 10px;
}
.dtr-list-block li:last-child,
.dtr-list-simple li:last-child {
    margin-bottom: 0;
}
.dtr-list-simple li:hover {
    display: block;
    margin-left: 10px;
}
/*== inline list ==*/
.dtr-list-inline,
.dtr-list-inline.dtr-list-left,
.dtr-list-inline.dtr-list-right {
    display: block;
    width: 100%;
    margin: 0;
}
.dtr-list-inline li {
    padding: 0 10px;
    margin: 0;
    background: none;
    list-style-type: none;
    display: inline-block !important;
}
.dtr-list-left li {
    text-align: left;
    padding: 0 20px 0 0;
    margin: 0;
}
.dtr-list-right li {
    text-align: right;
    padding: 0 0 0 20px;
    margin: 0;
}
/*== icon list ==*/
.dtr-icon-list li {
    position: relative;
    display: flex;
    padding: 10px 0px;
    margin: 0;
    background: none;
    list-style-type: none;
}
.dtr-icon-list i {
    margin-right: 10px;
    line-height: inherit;
}
/*----------------------------------------*/
/*----- 6 Buttons -----*/
/*----------------------------------------*/
.dtr-btn,
.dtr-btn-flat,
input[type="submit"],
input[type="reset"] {
    font-family: "Calicanto-Medium", sans-serif;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 6px;
}
.dtr-btn-flat {
    padding: 13px 30px 12px 30px;
    border-width: 2px;
}
.btn-rounded {
    border-radius: 4px;
}
.btn-round {
    border-radius: 200px;
}
.dtr-btn i {
    margin-left: 10px;
}
/*== link with underline on hover ==*/
.dtr-styled-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    line-height: inherit;
}
.dtr-styled-link:before {
    content: "";
    height: 2px;
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dtr-styled-link:hover:before,
.dtr-styled-link:focus:before,
.dtr-styled-link:active:before {
    right: 0;
}
.dtr-styled-link-2px.dtr-styled-link:after,
.dtr-styled-link-2px.dtr-styled-link:before {
    height: 2px;
}
/*----------------------------------------*/
/*----- 7 Layout -----*/
/*----------------------------------------*/
.dtr-sidebar {
    width: 450px;
    max-width: 35%;
    margin-top: 0;
    box-sizing: border-box;
}
.dtr-has-right-sidebar {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.dtr-has-right-sidebar .dtr-main {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}
.dtr-has-left-sidebar {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.dtr-has-left-sidebar .dtr-main {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}
.page-pt {
    padding-top: 50px;
}
.page-pb {
    padding-bottom: 50px;
}
/*----------------------------------------*/
/*----- 8 Sections Common-----*/
/*----------------------------------------*/
.dtr-section {
    position: relative;
}
.dtr-section-full-height {
    height: 100vh;
}
.dtr-full-stretch {
    width: 100% !important;
    max-width: 100% !important;
}
/* section backgrounds */
.dtr-section-with-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dtr-section-fixed-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.dtr-bg-size-auto {
    background-size: auto !important;
}
.dtr-bg-size-contain {
    background-size: contain !important;
}
.dtr-bg-position-top {
    background-position: top;
}
.dtr-bg-position-right {
    background-position: right;
}
.dtr-bg-position-bottom {
    background-position: bottom;
}
.dtr-bg-position-bottom-right {
    background-position: bottom right;
}
.dtr-bg-position-left {
    background-position: left;
}
.dtr-bg-position-center {
    background-position: center center;
}
.dtr-bg-position-center-top {
    background-position: center top;
}
.dtr-bg-position-center-bottom {
    background-position: center bottom;
}
.dtr-bg-position-center-left {
    background-position: center left;
}
.dtr-bg-position-center-right {
    background-position: center right;
}
/* overlay */
.dtr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.dtr-overlay-content {
    position: relative;
    z-index: 99;
}
/*----------------------------------------*/
/*----- 9 Sections Misc -----*/
/*----------------------------------------*/
/*===== Hero Section =====*/
/* this will be equal to overall height of header */
.hero-section-top-padding {
    padding-top: 12px;
}
.padding-top-banner {
    padding-top: 150px !important;
}
/* padding for responsive header */
@media (max-width: 992px) {
    .hero-section-top-padding {
        padding-top: 130px;
    }
}
/* this is to center left side content in main home page */
.hero-text-fixed-width {
    max-width: 570px;
    margin-left: auto !important;
}
/* this is for 'home-2' landing page with curve svg at bottom of hero section */
.hero-svg-bg-absolute {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
}
/*----------------------------------------*/
/*----- 10 Header -----*/
/*----------------------------------------*/
#dtr-header-global {
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
}
#dtr-header-global.on-scroll {
    padding: 0;
    border-width: 0;
    box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, 0.05);
    z-index: 999;
}
.dtr-header-right {
    margin-left: 30px;
}
/*== logo ==*/
#dtr-header-global .logo-alt,
#dtr-header-global.on-scroll .logo-default {
    display: none;
}
#dtr-header-global.on-scroll .logo-alt,
#dtr-header-global .logo-default {
    display: block;
}
/*== Menu ==*/
.elemento {
    height: 60px;
    position: relative;
  }

  .elemento::after {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 25%;
    right: 0;
    border-right: 2px solid black;
  }

.navbar-col {
    display: flex;
    justify-content: end;
    max-width: fit-content;
}
.navbar-sac-col {
    display: flex;
    justify-content: space-between;
}

.text-nav {
    color: #00573d;
    font-weight: 900px;
    font-size: 20px;
    padding: 10px;
}

.main-navigation {
    position: relative;
    margin-right: -20px;
    padding: 0;
}
.dtr-nav.navbar-nav .nav-link {
    font-family: "Calicanto-Medium", sans-serif;
    padding: 10px 18px;
    font-size: 16 px;
}
/*== Navbar Custom ==*/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav li {
    margin: 0;
}
.dropdown-menu {
    margin: 0;
}
.dropdown-menu {
    padding: 20px 0;
    margin: 0;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler:hover {
    background-color: transparent;
}
.dropdown-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: dropdownSlideIn;
    -webkit-animation-name: dropdownSlideIn;
}
.dropdown-toggle::after {
    display: none;
    font-family: "iconfonts";
    content: "\ec04";
    font-size: 12px;
    border: 0;
    margin: 0 0 0 2px;
    vertical-align: middle;
}
/*===== page title section =====*/
.dtr-page-title-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border-width: 0;
    border-style: solid;
    text-align: center;
    margin: 0;
}
.dtr-page-title-inner {
    padding: 70px 0;
}
.dtr-page-title-content {
    position: relative;
    z-index: 9;
}
.dtr-entry-title,
.dtr-entry-subtitle {
    margin: 0;
}
.dtr-entry-subtitle {
    font-weight: 400;
}
/*----------------------------------------*/
/*----- 11 Responsive header -----*/
/*----------------------------------------*/
.dtr-responsive-header {
    padding: 20px 0;
    box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, 0.05);
    z-index: 999;
}
.dtr-responsive-header .container {
    position: relative;
}
.dtr-responsive-header .dtr-logo.logo-default {
    display: inline-block;
}
.dtr-responsive-header,
.slicknav_menu,
#dtr-menu-button {
    display: none;
}
#dtr-menu-button {
    padding: 10px 30px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
#dtr-menu-button:focus {
    outline: none;
}
.dtr-responsive-header-menu {
    position: relative;
}
.slicknav_menu {
    position: relative;
    z-index: 999;
}
/*== mobile hamburger ==*/
.dtr-hamburger {
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: opacity, filter;
    text-transform: none;
    border: 0;
    overflow: visible;
    color: inherit;
    background-color: transparent;
}
.dtr-hamburger-lines-wrapper {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 auto;
}
.dtr-hamburger-lines,
.dtr-hamburger-lines:after,
.dtr-hamburger-lines:before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: transform;
}
.dtr-hamburger-lines:after,
.dtr-hamburger-lines:before {
    display: block;
    content: "";
}
.dtr-hamburger-lines {
    display: block;
    top: 0;
    transition: background-color 0s linear 0.13s;
}
.dtr-hamburger-lines:before {
    top: 9px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.dtr-hamburger-lines:after {
    top: 18px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.dtr-hamburger.is-active .dtr-hamburger-lines {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.dtr-hamburger.is-active .dtr-hamburger-lines:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.dtr-hamburger.is-active .dtr-hamburger-lines:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.dtr-hamburger.is-active:hover,
.dtr-hamburger:hover {
    opacity: 1;
}
/*== slicknav menu ==*/
.slicknav_nav {
    border: 0;
    margin: 0;
    padding: 20px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.slicknav_menu {
    padding: 0;
    margin: 0;
    border: 0;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px;
}
.slicknav_nav {
    clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
    display: block;
    margin-bottom: 0;
}
.slicknav_nav ul {
    margin: 0;
    padding: 0;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_menu::before,
.slicknav_menu::after {
    content: "";
    display: table;
}
.slicknav_menu::after {
    clear: both;
}
.slicknav_nav a {
    display: block;
    position: relative;
    outline: medium none;
    padding: 15px 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
}
.slicknav_nav li {
    border-width: 0 0 1px 0;
    border-style: solid;
    position: relative;
    margin: 0 10px;
}
.slicknav_nav li:last-child {
    border: 0;
}
.slicknav_nav .slicknav_arrow {
    font-size: 12px;
    margin: 0 0 0 0.4em;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    margin: 0;
    padding: 0;
}
.slicknav_nav .slicknav_row {
    padding: 15px 0;
    margin: 2px 0;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
}
.slicknav_menu .sub-menu {
    margin: 0 0 0 20px;
}
.slicknav_collapsed .slicknav_arrow::after {
    font-family: "iconfonts";
    content: "\ec04";
}
.slicknav_collapsed .slicknav_arrow::after,
.slicknav_open .slicknav_arrow::after,
.slicknav_open .slicknav_collapsed .slicknav_arrow::after {
    float: right;
    font-size: 20px;
    margin-top: -2px;
}
.slicknav_nav .dropdown-item {
    border-bottom: 1px solid #ccd2d9;
}
/*----------------------------------------*/
/*===== 12 Footer =====*/
/*----------------------------------------*/
#dtr-footer {
    padding: 80px 0 80px 0;
    font-size: 16px;
}
/*----------------------------------------*/
/*===== 13 Widgets =====*/
/*----------------------------------------*/
/*===== Social Widget =====*/
.dtr-social-list {
    margin: 0;
}
.dtr-social-list li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.dtr-social-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: 0;
    border-radius: 0;
    z-index: 9;
}
.text-left.dtr-social-list li:first-child {
    margin-left: 0;
}
.text-right.dtr-social-list li:first-child {
    margin-right: 0;
}
/*== large size social ==*/
.dtr-social-large .dtr-social-list a {
    font-size: 35px;
    line-height: 32px;
}
/*== circle social ==*/
.dtr-social-circle .dtr-social-list li {
    margin: 0;
}
.dtr-social-circle.text-left .dtr-social-list li:first-child {
    margin-left: 0;
}
.dtr-social-circle.text-right .dtr-social-list li:last-child {
    margin-right: 0;
}
.dtr-social-circle .dtr-social-list a {
    display: inline-block;
    border-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}
.dtr-social-circle .dtr-social a::before {
    line-height: 40px;
    color: inherit;
}
/*== square social ==*/
.dtr-social-square .dtr-social-list li {
    margin: 0 5px;
}
.dtr-social-square.text-left .dtr-social-list li:first-child {
    margin-left: 0;
}
.dtr-social-square.text-right .dtr-social-list li:last-child {
    margin-right: 0;
}
.dtr-social-square .dtr-social-list a {
    display: inline-block;
    border-width: 0;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    padding: 0;
    text-align: center;
}
.dtr-social-square .dtr-social a::before {
    line-height: 50px;
    color: inherit;
}
/*== social icons ==*/
.dtr-social li a::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    z-index: -1;
}
.dtr-social li a:hover::after {
    opacity: 1;
    transform: scale(1);
}
.dtr-social li a::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dtr-social a::before {
    display: inline-block;
    font-family: "iconfonts";
    vertical-align: middle;
    font-weight: normal;
}
.dtr-social a:focus {
    outline: none;
}
.dtr-social a.dtr-facebook::before {
    content: "\e982";
}
.dtr-social a.dtr-twitter::before {
    content: "\ea80";
}
.dtr-social a.dtr-pinterest::before {
    content: "\ea24";
}
.dtr-social a.dtr-google::before {
    content: "\e9b1";
}
.dtr-social a.dtr-linkedin::before {
    content: "\e9e8";
}
.dtr-social a.dtr-instagram::before {
    content: "\e9ca";
}
.dtr-social a.dtr-behance::before {
    content: "\e921";
}
.dtr-social a.dtr-medium::before {
    content: "\e9f5";
}
.dtr-social a.dtr-reddit::before {
    content: "\ea34";
}
.dtr-social a.dtr-skype::before {
    content: "\ea52";
}
.dtr-social a.dtr-vimeo::before {
    content: "\ea93";
}
.dtr-social a.dtr-mail::before {
    content: "\ec71";
}
.dtr-social a.dtr-yahoo::before {
    content: "\eaaf";
}
.dtr-social a.dtr-youtube::before {
    content: "\eab7";
}
.dtr-social a.dtr-flickr::before {
    content: "\e98f";
}
.dtr-social a.dtr-rss::before {
    content: "\ee04";
}
.dtr-social a.dtr-dribbble::before {
    content: "\e970";
}
.dtr-social a.dtr-tumblr::before {
    content: "\ea7d";
}
.dtr-social a.dtr-soundcloud::before {
    content: "\ea59";
}
.dtr-social a.dtr-forumbee::before {
    content: "\e999";
}
.dtr-social a.dtr-quora::before {
    content: "\ea2d";
}
.dtr-social a.dtr-snapchat::before {
    content: "\ea56";
}
.dtr-social a.dtr-digg::before {
    content: "\e969";
}
.dtr-social a.dtr-delicious::before {
    content: "\e962";
}
.dtr-social a.dtr-stumbleupon::before {
    content: "\ea6b";
}
.dtr-social a.dtr-deviantart::before {
    content: "\e966";
}
.dtr-social a.dtr-yelp::before {
    content: "\eab5";
}
.dtr-social a.dtr-viadeo::before {
    content: "\ea90";
}
.dtr-social a.dtr-foursquare::before {
    content: "\e99a";
}
.dtr-social a.dtr-xing::before {
    content: "\eaad";
}
.dtr-social a.dtr-vk::before {
    content: "\ea97";
}
.dtr-social a.dtr-spotify::before {
    content: "\ea5d";
}
.dtr-social a.dtr-vine::before {
    content: "\ea96";
}
.dtr-social a.dtr-slack::before {
    content: "\ea53";
}
.dtr-social a.dtr-etsy::before {
    content: "\e97f";
}
.dtr-social a.dtr-github::before {
    content: "\e9a5";
}
.dtr-social a.dtr-whatsapp::before {
    content: "\ea9e";
}
/*----------------------------------------*/
/*----- 14 Forms -----*/
/*----------------------------------------*/
form {
    margin: 0;
    padding: 0;
    z-index: 0;
}
form p {
    margin: 0 0 30px 0;
    padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: baseline;
}
label {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    font-weight: bold;
}
form label.error {
    line-height: 1em;
    font-weight: normal;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin: 0 0 4px 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea,
#commentform textarea {
    width: 100% !important;
    height: auto;
}
.antispam {
    display: none;
}
form label.error {
    font-size: 12px;
}
/*===== form column styles =====*/
.dtr-form-row,
.dtr-form-row-2col,
.dtr-form-row-3col,
.dtr-form-row-unequal,
.dtr-form-row-2col-unequal {
    margin-right: -5px;
    margin-left: -5px;
}
.dtr-form-column {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
    float: left;
}
.dtr-form-no-gap .dtr-form-row,
.dtr-form-no-gap .dtr-form-row-2col,
.dtr-form-no-gap .dtr-form-row-3col,
.dtr-form-no-gap .dtr-form-row-unequal,
.dtr-form-no-gap .dtr-form-row-2col-unequal {
    margin-right: 0;
    margin-left: 0;
}
.dtr-form-no-gap .dtr-form-column {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
}
.dtr-for-row::before,
.dtr-form-row-2col::before,
.dtr-form-row-3col::before,
.dtr-form-row-unequal::before,
.dtr-form-row-2col-unequal::before {
    display: table;
    content: "";
}
.dtr-for-row::after,
.dtr-form-row-2col::after,
.dtr-form-row-3col::after,
.dtr-form-row-unequal::after,
.dtr-form-row-2col-unequal::after {
    clear: both;
}
.dtr-form-row-2col .dtr-form-column {
    width: 50%;
}
.dtr-form-row-3col .dtr-form-column {
    width: 33.33333333%;
}
.dtr-form-row-unequal .dtr-form-column {
    width: 60%;
}
.dtr-form-row-unequal .dtr-form-column:last-child {
    width: 40%;
}
.dtr-form-row-2col-unequal .dtr-form-column {
    width: 70%;
}
.dtr-form-row-2col-unequal .dtr-form-column:last-child {
    width: 30%;
}
/*===== icon for input field =====*/
.dtr-form-has-icon textarea,
.dtr-form-has-icon input[type="text"],
.dtr-form-has-icon input[type="email"],
.dtr-form-has-icon input[type="url"],
.dtr-form-has-icon input[type="password"],
.dtr-form-has-icon input[type="number"],
.dtr-form-has-icon input[type="tel"] {
    padding-left: 50px;
}
.dtr-form-has-icon .dtr-input {
    position: relative;
    z-index: 1;
}
.dtr-form-has-icon .dtr-input i {
    position: absolute;
    color: #00573d;
    top: 20px;
    left: 20px;
    z-index: 9;
    font-size: 16px;
}
/*----------------------------------------*/
/*===== 15 Elements =====*/
/*----------------------------------------*/
/*===== preloader =====*/
.dtr-preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: linear 0.3s ease;
    -moz-transition: linear 0.3s ease;
    transition: linear 0.3s ease;
    z-index: 9999;
}
.dtr-preloader .dtr-preloader-inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dtr-preloader-img {
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teste {
    flex-wrap: nowrap!important;
}

/*===== blockquote =====*/
/* bordered quote */
.dtr-bordered-blockquote {
    padding: 5px 0 5px 20px;
    border-left: 2px solid #e5e5e5;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}
.dtr-bordered-blockquote .dtr-quote-source {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
/* icon quote */
.dtr-icon-blockquote {
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}
.dtr-icon-blockquote blockquote {
    margin-bottom: 0;
}
.dtr-icon-blockquote:before {
    display: inline-block;
    font-family: "iconfonts";
    content: "\ef79";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
}
.dtr-icon-blockquote .dtr-quote-source {
    text-align: right;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}
/*===== box =====*/
.dtr-box {
    padding: 60px 30px;
}
/*===== divider =====*/
.dtr-styled-divider {
    position: relative;
    width: 5px;
    height: 3px;
    margin-left: 40px;
}
.dtr-styled-divider::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 35px;
    height: 3px;
    background-color: inherit;
}
.dtr-styled-divider::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 35px;
    height: 3px;
    background-color: inherit;
}
.divider-center {
    margin: 0 auto;
}
/*===== feature =====*/
.dtr-feature {
    margin-bottom: 30px;
}
.dtr-feature-img {
    position: relative;
}
.dtr-feature-img i,
.dtr-feature-img img {
    position: relative;
    z-index: 9;
}
.dtr-feature-content p:last-child {
    margin-bottom: 0;
}
/* feature styles */
.feature-has-box {
    padding: 30px;
}
.feature-has-shadow {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
/* top img position */
.dtr-feature-top .dtr-feature-img {
    margin-bottom: 20px;
}
.dtr-feature-top.text-center .dtr-feature-img {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.dtr-feature-top.text-left .dtr-feature-img {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}
.dtr-feature-top.text-right .dtr-feature-img {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: auto;
}
/* left img position */
.dtr-feature-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.dtr-feature-left .dtr-feature-img {
    max-width: 50%;
    flex: 0 0 auto;
    margin-right: 25px;
}
/* right img position */
.dtr-feature-right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}
.dtr-feature-right .dtr-feature-img {
    max-width: 50%;
    flex: 0 0 auto;
    margin-left: 25px;
}
/* icon feature */
.dtr-icon-feature .dtr-feature-img i {
    font-size: 64px;
    line-height: 70px;
    font-weight: normal;
    color: inherit;
}
.dtr-feature-circle-icon .dtr-feature-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
}
.dtr-feature-circle-icon .dtr-feature-img img {
    max-width: 40px;
    width: 40px;
}
.dtr-feature-circle-icon .dtr-feature-img i {
    font-size: 32px;
    line-height: 70px;
    font-weight: normal;
}
.dtr-feature-square-icon .dtr-feature-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 0;
    text-align: center;
}
.dtr-feature-square-icon .dtr-feature-img img {
    max-width: 40px;
    width: 40px;
}
.dtr-feature-square-icon .dtr-feature-img i {
    font-size: 32px;
    line-height: 70px;
    font-weight: normal;
}
/* large size */
.dtr-feature-circle-lg-icon .dtr-feature-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
}
.dtr-feature-circle-lg-icon .dtr-feature-img img {
    max-width: 48px;
    width: 48px;
}
.dtr-feature-circle-lg-icon .dtr-feature-img i {
    font-size: 48px;
    line-height: 100px;
    font-weight: normal;
}
.dtr-feature-square-lg-icon .dtr-feature-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 0;
    text-align: center;
}
.dtr-feature-square-lg-icon .dtr-feature-img img {
    max-width: 48px;
    width: 48px;
}
.dtr-feature-square-lg-icon .dtr-feature-img i {
    font-size: 48px;
    line-height: 100px;
    font-weight: normal;
}
/*===== highlight =====*/
.dtr-highlight {
    display: inline-block;
    padding: 5px 40px;
}
.dtr-highlight-rounded {
    border-radius: 200px;
}
/*===== video Box =====*/
.dtr-video-box {
    position: relative;
    min-height: 480px;
    min-width: 140px;
    z-index: 1;
    overflow: hidden;
}
.dtr-video-box img {
    max-width: 100%;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.dtr-video-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0;
    z-index: 9;
    margin-left: -50px;
    margin-top: -40px;
}
.dtr-video-button:after {
    font-family: "iconfonts";
    content: "\edcf";
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -14px;
}
.dtr-video-button:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin-left: -40px;
    margin-top: -30px;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.dtr-video-button:hover:before {
    content: none;
    border: 0;
}
/*===== testimonial =====*/
.dtr-testimonial-boxed .dtr-testimonial {
    position: relative;
    padding: 50px;
    overflow: hidden;
}
.dtr-testimonial-boxed .dtr-testimonial-content {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    padding-left: 20px;
}
.dtr-testimonial-boxed .dtr-testimonial-content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 2px;
    height: 100%;
}
.dtr-client-info {
    display: table;
    margin-top: 30px;
}
.dtr-testimonial-user,
.dtr-testimonial-user-info {
    display: table-cell;
    vertical-align: middle;
}
.dtr-client-name {
    margin: 0;
}
.dtr-testimonial-user {
    padding-right: 15px;
}
.dtr-testimonial-user img {
    width: 70px;
    height: 80px;
    border-radius: 50%;
}
.dtr-testimonial-boxed .dtr-testimonial:after {
    position: absolute;
    right: 50px;
    bottom: -10px;
    display: block;
    font-family: "iconfonts";
    content: "\efad";
    font-size: 64px;
    line-height: 64px;
    font-style: normal;
}
.dtr-testimonial-boxed .slick-slide {
    opacity: 0.3;
}
.dtr-testimonial-boxed .slick-slide.slick-active.slick-center {
    opacity: 1;
}
/* center align sigle item style */
.dtr-testimonial-style-center {
    position: relative;
    text-align: center;
}
.dtr-testimonial-style-center:before {
    display: block;
    font-family: "iconfonts";
    content: "\efad";
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 34px;
}
.dtr-testimonial-style-center .dtr-testimonial-content {
    font-size: 32px;
    line-height: 40px;
}
.dtr-testimonial-style-center .dtr-client-info {
    margin-top: 40px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*===== faq =====*/
.faq-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.faq-heading,
.faq-content {
    position: relative;
}
.faq-heading:before {
    font-family: "iconfonts";
    content: "\ede9";
    position: absolute;
    top: 5px;
    left: -40px;
    font-size: 16px;
    line-height: 18px;
}
.faq-content:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -34px;
    top: 0;
}
/*===== post carousel =====*/
.dtr-post-content {
    padding: 30px;
}
.dtr-blog-category a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.dtr-blog-category a::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin-top: 2px;
}
.dtr-read-more {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.dtr-read-more i {
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}
/*===== team =====*/
.team-has-shadow {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.dtr-team-content {
    position: relative;
    padding: 50px 30px;
}
.dtr-team-social-overlap {
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*===== pricing =====*/
.dtr-pricing {
    position: relative;
    padding: 40px 30px;
    text-align: center;
}
.dtr-pricing-img {
    margin-bottom: 20px;
}
.dtr-price {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}
.dtr-price sup {
    font-size: 34px;
    line-height: 50px;
    font-weight: 600;
}
.pricing-focused {
    margin-top: -30px;
    padding-top: 70px;
    padding-bottom: 60px;
}
/* tagline */
.dtr-pricing-tagline-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.dtr-pricing-tagline {
    position: relative;
    text-align: center;
    z-index: 9;
    line-height: 30px;
    font-weight: 600;
}
.dtr-pricing-tagline::after {
    width: 190px;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    border-top: 30px solid #b6e4d5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
/*===== vertical line features =====*/
.dtr-line-feature {
    position: relative;
    padding-bottom: 10px;
    padding-left: 70px;
}
.dtr-vert-border {
    height: 100%;
    position: absolute;
    top: 0;
    left: 24px;
    border-width: 0 0 0 2px;
    border-style: solid;
    z-index: -1;
}
.dtr-line-feature-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.dtr-line-feature-img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border-width: 5px;
    border-style: solid;
}
.dtr-line-feature-img i {
    font-size: 16px;
    line-height: 40px;
}
.dtr-line-feature-img:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}
.dtr-line-feature-heading {
    padding-top: 5px;
    margin-bottom: 10px;
}
/*===== features tab =====*/
.dtr-features-tab .nav-pills .nav-link {
    padding: 30px;
    border-radius: 0;
    cursor: pointer;
    opacity: 0.5;
    border: 2px solid #fff;
}
.dtr-features-tab .nav-pills .nav-link.active,
.dtr-features-tab .nav-pills .show > .nav-link {
    opacity: 1;
}
/*===== image scale on hover =====*/
.dtr-img-scale {
    overflow: hidden;
}
.dtr-img-scale img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dtr-img-scale:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
/*----------------------------------------*/
/*----- 16 Sliders -----*/
/*----------------------------------------*/
/*===== Slick Slider =====*/
.dtr-slick-slider img {
    max-width: auto;
}
.dtr-slick-has-dots {
    padding-bottom: 50px;
}
.dtr-slick-has-arrows {
    padding-bottom: 100px;
}
.dtr-slick-arrows-inside {
    padding-bottom: 0;
}
.dtr-slick-arrows-inside .slick-prev,
.dtr-slick-arrows-inside .slick-next {
    bottom: 30px;
}
.dtr-slick-arrows-left.dtr-slick-slider .slick-next {
    bottom: 0;
    right: auto;
    left: 50px;
    margin: 0;
}
.dtr-slick-arrows-left.dtr-slick-slider .slick-prev {
    bottom: 0;
    left: 0;
    margin: 0;
}
.dtr-slick-arrows-right.dtr-slick-slider .slick-next {
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0;
}
.dtr-slick-arrows-right.dtr-slick-slider .slick-prev {
    bottom: 0;
    left: auto;
    right: 50px;
    margin: 0;
}
/* dots - show / hide */
.dtr-slick-slider .slick-dots {
    display: none !important;
}
.dtr-slick-slider.dtr-slick-has-dots .slick-dots {
    display: block !important;
}
/* ===== Animations: Slick Slider ===== */
/*== zoomIn ==*/
.zoomIn-zoomOut {
    animation: zoomOut 1s both;
}
.slick-active .zoomIn-zoomout {
    animation: zoomIn 1s both;
}
/* zoomIn - fadeOut */
.zoomIn-fadeOut {
    animation: fadeOut 1s both;
}
.slick-active .zoomIn-fadeOut {
    animation: zoomIn 1s both;
}
/* zoomIn - slideOutUp */
.zoomIn-slideOutUp {
    animation: slideOutUp 1s both;
}
.slick-active .zoomIn-slideOutUp {
    animation: zoomIn 1s both;
}
/* zoomIn - slideOutDown */
.zoomIn-slideOutDown {
    animation: slideOutDown 1s both;
}
.slick-active .zoomIn-slideOutDown {
    animation: zoomIn 1s both;
}
/* zoomIn - slideOutLeft */
.zoomIn-slideOutLeft {
    animation: slideOutLeft 1s both;
}
.slick-active .zoomIn-slideOutLeft {
    animation: zoomIn 1s both;
}
/* zoomIn - slideOutRight */
.zoomIn-slideOutRight {
    animation: slideOutRight 1s both;
}
.slick-active .zoomIn-slideOutRight {
    animation: zoomIn 1s both;
}
/*== fadeIn ==*/
/* fadeIn - fadeOutLeft */
.fadeIn-fadeOutLeft {
    animation: fadeOutLeft 1s both;
}
.slick-active .fadeIn-fadeOutLeft {
    animation: fadeIn 2s both;
}
/* fadeIn - fadeOutRight */
.fadeIn-fadeOutRight {
    animation: fadeOutRight 1s both;
}
.slick-active .fadeIn-fadeOutRight {
    animation: fadeIn 2s both;
}
/* fadeIn - fadeOutUp */
.fadeIn-fadeOutUp {
    animation: fadeOutUp 1s both;
}
.slick-active .fadeIn-fadeOutUp {
    animation: fadeIn 2s both;
}
/* fadeIn - fadeOutDown */
.fadeIn-fadeOutDown {
    animation: fadeOutDown 1s both;
}
.slick-active .fadeIn-fadeOutDown {
    animation: fadeIn 2s both;
}
/* fadeIn-fadeOut */
.fadeIn-fadeOut {
    animation: fadeOut 1s both;
}
.slick-active .fadeIn-fadeOut {
    animation: fadeIn 2s both;
}
/* fadeInLeft-fadeOutLeft */
.fadeInLeft-fadeOutLeft {
    animation: fadeOutLeft 1s both;
}
.slick-active .fadeInLeft-fadeOutLeft {
    animation: fadeInLeft 2s both;
}
/* fadeInDown - fadeOutUp */
.fadeInDown-fadeOutUp {
    animation: fadeOutUp 1s both;
}
.slick-active .fadeInDown-fadeOutUp {
    animation: fadeInDown 2s both;
}
/*== bounce ==*/
/* bounceInDown - slideOutDown */
.bounceInDown-slideOutDown {
    animation: slideOutDown 1s both;
}
.slick-active .bounceInDown-slideOutDown {
    animation: bounceInDown 1s both;
}
/* bounceInUp - slideOutUp */
.bounceInUp-slideOutUp {
    animation: slideOutUp 1s both;
}
.slick-active .bounceInUp-slideOutUp {
    animation: bounceInUp 1s both;
}
/*== roll ==*/
/* rollIn - rollOut */
.rollIn-rollOut {
    animation: rollOut 1s both;
}
.slick-active .rollIn-rollOut {
    animation: rollIn 1s both;
}
/* rollIn - rollOut */
.rollIn-zoomOut {
    animation: zoomOut 1s both;
}
.slick-active .rollIn-zoomOut {
    animation: rollIn 1s both;
}
/*===== delays =====*/
.slick-active .dtr-delay-1 {
    animation-delay: 0.5s;
}
.slick-active .dtr-delay-2 {
    animation-delay: 1s;
}
.slick-active .dtr-delay-3 {
    animation-delay: 1.5s;
}
.slick-active .dtr-delay-4 {
    animation-delay: 2s;
}
.slick-active .dtr-delay-5 {
    animation-delay: 2.5s;
}
/*----------------------------------------*/
/*----- 17 Misc -----*/
/*----------------------------------------*/
/*===== Simple Table =====*/
.dtr-table {
    border: 1px solid #ccd2d9;
    margin: 10px 0 20px 0;
    text-align: left;
}
.dtr-table th {
    border: 1px solid #ccd2d9;
    padding: 5px 20px;
    background-color: #e5e5e5;
    font-weight: 600;
}
.dtr-table td {
    border: 1px solid #ccd2d9;
    padding: 5px 20px;
}
.dtr-table-head td,
.dtr-table-head td {
    padding: 10px 20px;
    background-color: #e5e5e5;
}
/* hero img animation */
.animated-img {
    -webkit-animation: action 2s infinite alternate;
    animation: action 2s infinite alternate;
}
@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
/*===== Common transitions =====*/
.dtr-video-button:before,
.dtr-video-button {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.dtr-logo,
a:link,
.dtr-btn,
button,
input[type="submit"],
input[type="reset"],
.dtr-form-btn,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
#dtr-header-global,
.dtr-social a,
.nav-link,
.dtr-list-simple li,
.dtr-testimonial-boxed .dtr-testimonial {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*NEW*/
/*Slider*/
@media (min-width: 992px) {
    .slider,
    .slide {
        height: 90vh;
    }
}
.slide {
    position: relative;
    transition: 1s;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}
.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
    width: 100%;
    height: 100%;
    left: 15%;
    transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}
.slide .slide__content--headings {
    color: #fff;
}
.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}
.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem;
}
.slide .slide__content--headings .title {
    font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
    margin-top: -15px;
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}
.zoomInImage {
    animation-name: zoomInImage;
}
@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}
.zoomOutImage {
    animation-name: zoomOutImage;
    transition: 1s;
}
.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}
.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}
.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}
.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}
.slick-nav i:before {
    transform: rotate(-40deg);
}
.slick-nav i:after {
    transform: rotate(40deg);
}
.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}
.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}
.slick-nav.animate svg {
    animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
    animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
    animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
    animation: arrowDown 1.6s ease forwards;
}
@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}
@keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
.banner__slider {
    margin-top: 175px;
}

/*HEADER*/
.sac {
    font-size: 18px;
    margin: 0;
    color: #00573d;
}
.sac i {
    margin-right: 10px;
}
.he1 {
    border-bottom: 1px solid #00573d;
    padding-top: 0;
    padding-bottom: 0;
}
.he2 {
    padding: 10px 35px;
}
.logo-default img {
    width: 180px;
    padding: 5px 0;
}
.onde {
    margin: 0;
    border: 1px solid #dcdcdc;
    color: #5b5b5b;
    border-radius: 6px;
    height: 54px;
    font-size: 16px;
    width: 170px;
}
.menu-2 {
    height: 96px;
    margin-left: 60px;
}

.menu-2 li a {
    height: 100%;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.world {
    margin: 0;
    display: flex;
    padding-right: 18px;
}
.world img {
    width: 60px;
}
.dtr-scroll-link img {
    width: 180px;
    padding: 5px 0;
}
.m-0 {
    margin: 0 !important;
}
.quero {
    border-radius: 0 6px 6px 0;
    font-weight: 100;
}
.acessibilidade {
    margin-left: 80px;
    font-size: 17px;
}
.acessibilidade button {
    background: transparent;
    border: 1px solid #1b4a3433;
    color: #1b4a34;
}
.acessibilidade button:hover {
    background: #1b4a34;
    color: white;
}
.busca {
    margin-left: 80px;
    height: 32px;
    position: relative;
    width: 300px;
}
.busca form {
    height: 100%;
}
.busca form input {
    height: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding-right: 28px;
    margin: 0;
}
.busca form button {
    position: absolute;
    top: 1px;
    right: 0;
    background: transparent;
    border: 0;
    border-left: 1px solid #e8e8e8;
}
.busca form button i {
    color: #00573d;
}
.consulta i {
    font-size: 16px;
}
.medicos {
    margin-left: 80px;
    background: #ffffff;
    color: #5b5b5b;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}
.secretarias {
    margin-left: 80px;
    background: #ffffff;
    color: #5b5b5b;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}
.medicos:hover,
.secretarias:hover {
    background: #1b4a34;
    color: white;
}
.he1 .navbar-nav li:last-child {
    border: 0 !important;
}
.he1 .navbar-nav li {
    border-right: 1px solid #e8e8e8;
}
.he1 .main-navigation {
    display: contents;
}
/*BODY*/
.corp {
    list-style: none;
}
.corp i {
    color: #1b4a34;
}
.espec h1 {
    font-family: "AmsiPro-Black", sans-serif;
    line-height: 55px;
    font-size: 65px;
    margin-bottom: 8px;
}
.espec h2 {
    font-size: 24px;
    font-family: "AmsiPro-Black", sans-serif;
    line-height: 24px;
}
.input_medico {
    float: left !important;
    height: 54px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px 0 0 6px !important;
}

/* YOUTUBE API */
.youtube_api {
    padding: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-color: #00573d;
    min-height: 300px!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.youtube_api:hover {
    box-shadow: 0 14px 28px #9fcf672d, 0 10px 10px #9fcf672d;
}

.youtube_api img{
    border-radius: 10px 10px 0 0px;
    -webkit-border-radius: 10px 10px 0 0px;
    -moz-border-radius: 10px 10px 0 0px;
    -ms-border-radius: 10px 10px 0 0px;
    -o-border-radius: 10px 10px 0 0px;
    width: 100%;
}

.youtube_arrow {
    top: var(--swiper-navigation-top-offset,61%)!important;
    width: calc(var(--swiper-navigation-size)/ 60 * 44)!important;
}

.youtube_titulo {
    font-family: "AmsiPro-Black";
    font-size: 20px;
    font-weight: 900;
}

.youtube_description {
    font-family: "Calicanto-Medium", sans-serif;
    font-size: 15px;
}

/*
-----------------------

START IMAGEM PRIMEIRO ACESSO

-----------------------
*/

#imagemcontainer {
    position: fixed!important;
    top: 50%;
    left: 50%;
    z-index: 2000;
    height: 90%!important;
    transform: translate(-50%, -50%);
    padding: 0px 40px;

}

#fecharImagem {
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute; /* Alterado de fixed para absolute */
    /*top: 10px; !* Ajuste conforme necessário *!*/
    /*right: 10px; !* Ajuste conforme necessário *!*/
    top: -20px;
    right: 85px;
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 2150;
    background-image: url(../images/close.svg);
    background-position: center;
    background-size: 45px;
    background-repeat: no-repeat;
    transition: all ease-in-out .3s;
}

#imagemPrimeiroAcesso {
    position: relative; /* Alterado de fixed para relative */
    z-index: 2099;
    width: 1024px;
    /*height: 768px;*/
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#imagemOverflow {
    position: fixed;
    background-color: #000!important;
    opacity: 0.4!important;
    z-index: 1800!important;
    width: 5000px!important;
    height: 5000px!important;
    top: 0;
}

/* Suas regras de responsividade aqui */

/*RESPONSIVE*/
@media (max-width: 3000px) {
    #imagemPrimeiroAcesso {
        background-image: url("../images/primeiro_acesso_desk.png");
    }

}

@media (max-width: 1400px) {
    #imagemPrimeiroAcesso {
        background-image: url("../images/primeiro_acesso_tablet.png");
        width: 450px!important;
        height: 600px!important;
    }
    #imagemcontainer {
        height: 600px!important;
    }
}

@media (max-width: 1000px) {
    #imagemPrimeiroAcesso {
        background-image: url("../images/primeiro_acesso_tablet.png");
        width: 450px!important;
        height: 600px!important;
    }
    #imagemcontainer {
        height: 600px!important;
    }
}

/* Para tablet */
@media (max-width: 600px) {
    #imagemPrimeiroAcesso {
        background-image: url("../images/primeiro_acesso_mobile.png");
        width: 320px!important;
        height: 480px!important;
    }
    #imagemcontainer {
        height: 480px!important;
    }
}

/* Para mobile */
@media (max-width: 400px) {
    #imagemPrimeiroAcesso {
        background-image: url("../images/primeiro_acesso_mobile.png");
        width: 320px!important;
        height: 480px!important;
    }
    #imagemcontainer {
        height: 480px!important;
    }
}


/*
-----------------------

END IMAGEM PRIMEIRO ACESSO

-----------------------
*/

/*
-----------------------

START AJUSTES ALERTA AOS USUARIOS SINAM

-----------------------
*/

.alerta-texto{
    width:85px;
    line-height:1.2;
    height: 75px;
    border-radius: 100%;
    position: fixed;
    bottom: 140px;
    right: 13px;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    z-index: 1000;
    display: block;
    font-family: system-ui;
    color: #d74a4a;
    font-weight: 900;
  }

  /*
  -----------------------

  END AJUSTES ALERTA AOS USUARIOS SINAM

  -----------------------
  */


/*
-----------------------

START AJUSTES BUTTON ALERTA AOS USUARIOS SINAM

-----------------------
*/
.alert-button-widget {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  cursor: pointer;
  animation: alert 1.8s infinite;
  position:fixed;
  bottom:95px;
  right:22px;
  background-color:transparent;
  color:#FFF;
  text-align:center;
  font-size:30px;
  z-index:1040!important;
  background-image: url('../images/alert-image-button.png');
  background-position: center;
  background-size: 65px;
  background-repeat: no-repeat;
}
.alert-button-widget:hover {
  animation: none;
}

@-webkit-keyframes alert {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 24, 8, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 12px rgba(226, 87, 76, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(226, 87, 76, 0);
  }
}
@keyframes alert {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(240, 24, 8, 0.4);
    box-shadow: 0 0 0 0 rgba(240, 24, 8, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 12px rgba(226, 87, 76, 0);
      box-shadow: 0 0 0 12px rgba(240, 24, 8, 0.4);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(226, 87, 76, 0);
      box-shadow: 0 0 0 0 rgba(240, 24, 8, 0.4);
  }
}

.overflow-alert-user-box {
    position: fixed;
    background-color: #000!important;
    opacity: 0.4!important;
    z-index: 1039!important;
    width: 5000px!important;
    height: 5000px!important;
    top: 0;

}

.box-alert-users{
	position: fixed!important;
    height: 80%;
    background: #f8f9fa;
    top: 50%;
    left: 50%;
    z-index: 1040;
    width: 75%!important;
    border: 2px dashed #dc3545;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    padding: 30px 40px;
    overflow: scroll;
}
.box-alert-users .row-alert-users{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.box-alert-users .row-alert-users .button-close-box-alert-users{
	position: absolute;
	z-index: 1003;
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    background-image: url('../images/close.svg');
    background-position: center;
    background-size: 45px;
    background-repeat: no-repeat;
	transition: all ease-in-out .3s;
}
.box-alert-users .row-alert-users .button-close-box-alert-users:hover{
	background-image: url('../images/close.svg');
}
.box-alert-users .row-alert-users .box-image{
	margin-bottom: 25px;
}
.box-alert-users .row-alert-users .box-title {
	text-align: center;
	background: transparent;
	padding: 0;

}
.box-alert-users .row-alert-users .box-title h2{
	font-size: 40px;
	color: #993741;
}
.box-alert-users .row-alert-users .box-description{
	width: 90%;
	text-align: justify;
}
.box-alert-users .row-alert-users .box-description p{
	margin: 20px 0;
    color: #686868;
    font-weight: 500;
    font-size: 25px;
}
.box-alert-users .row-alert-users .box-description p span{
	color: #00573d;
	font-weight: 900;
}

@media(max-width: 1400px){
	.box-alert-users{
		width: 80%;
	}
}

@media(max-width: 1250px){
	.box-alert-users{
        overflow-y: scroll;
		width: 80%;
	}
}

@media(max-width: 1110px){
	.box-alert-users{
        overflow-y: scroll;
		width: 80%;
    height: 80%;
	}
  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 24px;
  }

}


@media(max-width: 1010px){
	.box-alert-users{
		width: 80%;
    height: 80%;
	}
  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 24px;
  }

}


@media(max-width: 830px){
	.box-alert-users{
        overflow-y-y: scroll;
		width: 80%;
    height: 80%;
	}

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 30px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 23px;
  }

}

@media(max-width: 740px){
	.box-alert-users{
		width: 80%;
    height: 80%;
	}

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 28px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 22px;
  }

  .box-alert-users .row-alert-users .button-close-box-alert-users{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

@media(max-width: 680px){
	.box-alert-users{
        overflow-y: scroll;
		width: 80%;
    height: 80%;
	}

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 26px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 20px;
  }
  .box-alert-users .row-alert-users .button-close-box-alert-users{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

}

@media(max-width: 580px){
	.box-alert-users{
		width: 80%;
    height: 80%;
	}

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 24px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
  }
  .box-alert-users .row-alert-users .button-close-box-alert-users{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

}
  @media(max-width: 500px){
    .box-alert-users{
      width: 80%;
      height: 80%;
      padding: 20px 30px;
      overflow-y: scroll;
    }

    .box-alert-users .row-alert-users .box-title h2{
      font-size: 22px;
    }

    .box-alert-users .row-alert-users .box-description p{
      margin: 15px 0;
      font-weight: 500;
      font-size: 18px;
    }
    .box-alert-users .row-alert-users .button-close-box-alert-users{
      width: 30px;
      height: 30px;
      background-size: 30px;
    }
    img, video {
      max-width: 80%;
    }

}

@media(max-width: 460px){
  .box-alert-users{
    width: 75%;
    height: 80%;
    padding: 15px 25px;
    overflow-y: scroll;
  }

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 20px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
  }
  .box-alert-users .row-alert-users .button-close-box-alert-users{
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  img, video {
    max-width: 80%;
  }

}

@media(max-width: 390px){
  .box-alert-users{
    width: 65%;
    height: 85%;
    padding: 10px 20px;
    overflow-y: scroll;
  }

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 18px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 15px;
    text-align: start;
  }
  .box-alert-users .row-alert-users .button-close-box-alert-users{
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  img, video {
    max-width: 70%;
  }

}

@media(max-width: 300px){
  .box-alert-users{
    width: 65%;
    height: 90%;
    padding: 10px 20px;
    overflow-y: scroll;
  }

  .box-alert-users .row-alert-users .box-title h2{
    font-size: 15px;
  }

  .box-alert-users .row-alert-users .box-description p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 14px;
    text-align: start;
  }
  .box-alert-users .row-alert-users .button-close-box-alert-users{
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  img, video {
    max-width: 65%;
  }

}

/*
-----------------------

END AJUSTES BUTTON ALERTA AOS USUARIOS SINAM

-----------------------
*/


/*FOOTER*/
.over_footer {
    position: absolute;
    z-index: 2;
}
.over_footer h1 {
    text-align: right;
    color: #fff;
    font-size: 28px;
    margin-right: 40px;
}
.over_footer p {
    margin: 0 40px;
    text-align: right;
    color: #fff;
}
.bloco_right {
    background: url("../images/banner_3.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloco_left {
    background: url("../images/sac3.webp");
    background-size: cover;
    background-position: center;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_overlay-green {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #36ad99;
    opacity: 0.9;
    z-index: 1;
}
.footer_overlay-green-f {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #1b4a34e3;
    z-index: 1;
}
.sac_footer {
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 330px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sac_footer figure {
    width: 80px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
}
.sac_footer h1 {
    color: #fff;
    line-height: 34px;
    margin-bottom: 0;
}
.sac_footer span {
    font-size: 22px;
}
footer p {
    color: #5b5b5b !important;
}
.logo_footer {
    width: 240px;
}
a.emid:hover {
    text-decoration: underline !important;
}
.footer_sec i {
    font-size: 20px;
    padding-right: 4px;
    color: #337964;
}

.unidades:hover {
    text-decoration: underline;
}
footer p {
    font-size: 16px;
}
#dtr-footer,
#dtr-footer a {
    color: #5b5b5b !important;
}
.acessos {
    margin-left: 45px;
}
.dtr-pricing h3 {
    color: #1b4a34;
}
.dtr-price {
    color: #1b4a34;
}
.dtr-list-block {
    color: #1b4a34;
}
.vant {
    color: #1b4a34;
}
.dtr-pricing {
    background: #ffffff;
    border: 1px solid #e8e8e8;
}
.ano {
    color: #1b4a34;
}
.dtr-pricing-img img {
    width: 120px;
}
.ond {
    position: absolute;
    top: -25px;
    font-size: 16px;
    color: #5b5b5b;
}
a#unidades {
    background: #00573d !important;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    color: white !important;
    margin-top: 8px;
    font-weight: 100;
}
#ul_social li a {
    color: #00573d !important;
}
#ul_social li a:hover {
    color: #337964 !important;
}
.dtr-form-has-icon .dtr-input {
    margin-bottom: 15px;
}

.whatsapp {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    animation: whats 1.8s infinite;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    border: 4px solid white;
    background-image: url("../images/whats.png");
    background-position: center;
    background-size: 65px;
    background-repeat: no-repeat;
}
.whatsapp:hover {
    animation: none;
}

@-webkit-keyframes whats {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
@keyframes whats {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
/*RESPONSIVE*/
@media (max-width: 1400px) {
    p {
        font-size: 13px;
    }
    .dtr-nav.navbar-nav .nav-link {
        font-size: 13px;
    }
    .sac {
        font-size: 14px;
    }
    .acessibilidade {
        margin-left: 40px !important;
        font-size: 13px !important;
    }
    .dtr-btn,
    .ond {
        font-size: 16px;
    }
    .menu-2 {
        margin-left: 10px;
    }
    .onde {
        font-size: 13px;
        width: 170px;
    }
    .dtr-btn {
        width: 200px;
        padding: 12px 0;
    }
    .dtr-scroll-link img,
    .logo-default img {
        width: 140px;
    }
    .banner__slider {
        margin-top: 160px;
    }
    .title-black {
        font-size: 30px;
    }
    #dtr-footer,
    footer p {
        font-size: 20px;
    }
    #dtr-footer {
        background: #fff !important;
    }
}
.app {
    background: #fafafa;
    padding: 80px 0px;
}
.download {
    margin-top: 30px;
}
.app_fig {
    width: 80px;
}
.app-desc h2 {
    font-family: "AmsiPro-Black", sans-serif;
}
.download h2 {
    font-family: "AmsiPro-Bold", sans-serif;
    font-size: 26px;
    color: #5b5b5b;
}
.plano:nth-child(2n + 1) {
    border-left: none;
}
.plano:nth-child(2n) {
    border-right: none;
}
.plano:last-child,
.plano:nth-child(5) {
    border-bottom: 0;
}
.plano:first-child,
.plano:nth-child(2) {
    border-top: 0;
}
.plano {
    border: 1px solid #e8e8e8;
    padding: 20px;
}
.plano figure {
    width: 60px;
}
.plano h3 {
    margin: 0;
    font-size: 22px;
    color: #5b5b5b;
}
.faq-content {
    text-align: justify;
}
.dtr-video-button {
    background-color: #00573d !important;
}
/*BREADCRUMB*/
.bread_sub {
    display: flex;
    justify-content: center;
}
.bread_sub a {
    color: white;
    font-size: 20px;
    margin-right: 4px;
}
.bread_sub a i {
    font-size: 13px;
}
.bread_sub a:hover i {
    color: #fff;
}
/*CONTATO*/
#contact {
    background: #fafafa;
}
.contacto {
    padding: 40px 60px;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(245 245 245);
    -moz-box-shadow: 0px 0px 10px 0px rgb(245 245 245);
    box-shadow: 0px 0px 10px 0px rgb(245 245 245);
}
.contacto h3 {
    color: #5b5b5b;
    font-size: 22px;
    margin-bottom: 0px;
}
.contacto h1 {
    font-size: 30px;
    color: #5b5b5b;
    margin-bottom: 35px;
}
.contacto h1 span {
    color: #00573d;
}
.form_div {
    padding: 6px !important;
}
.form_div input,
.form_div select,
.form_div textarea {
    background: #fafafa !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px;
    color: #00573d;
}
.botao_contato {
    margin-top: 0px;
}
#contactform input,
#contactform textarea,
#contactform select {
    border: 1px solid gainsboro;
    border-radius: 6px;
}
/*CADASTRADO*/
#cadastrado {
    background: #fafafa;
}
.nao_possui img {
    padding-left: 30px;
}
.lost-pass {
    width: 100%;
    text-align: end;
    margin-bottom: 6px;
}
/*Medicamentos*/
.beneficios {
    padding: 100px 0;
    background: #f7f7f7;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
    background: white;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-family: "AmsiPro-Bold";
}
.table-bordered td,
.table-bordered th {
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
    text-align: center;
}
.table-bordered td,
.table-bordered th,
.table-bordered,
.table thead th {
    border: none;
}
.segmentos th {
    background: white;
    font-family: "AmsiPro-Black";
    padding: 20px;
    font-size: 16px;
    border-right: 1px solid #e8e8e8 !important;
    border-top: 1px solid #e8e8e8;
    width: 260px;
}

.segmentos td {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    border-right: 1px solid #e8e8e8;
    background: white;
    position: relative;
    width: 175px;
    text-transform: uppercase;
    padding: 20px 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
}

.segmentos td span {
    display: block;
    text-transform: capitalize;
    font-family: "AmsiPro-Black";
    color: #336d59;
    margin-top: 8px;
    /* position: absolute; */
    width: 100%;
    /* left: 0; */
    /* bottom: 10px; */
    z-index: 1;
    font-size: 12px;
}

/*.segmentos td span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: calc(50% - 3px);
  width: 100%;
  background: #e8e8e8;
  height: 1px;
  z-index: 0;
  }*/

/*.segmentos td span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: calc(50% - 3px);
  width: 40px;
  background: #e8e8e8;
  height: 1px;
  }*/

.segmentos td figure {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 0 0 20px 0;
}

.segmentos td figure img {
    width: auto;
    height: 60px;
    opacity: 0.8;
}

.cidades th {
    border-right: 1px solid #e8e8e8 !important;
    height: 110px;
}
.segmentos td:last-child,
.cidades th:last-child,
.segmentos tr:last-child {
    border: none !important;
}
.segmentos tr {
    border-bottom: 1px solid #e8e8e8;
}
.segmentos img {
    width: 100px;
}
@media (max-width: 1140px) {
    .row_table {
        overflow: hidden;
        overflow-x: scroll;
    }
}
/*INSTITUCIONAL*/
.sobre_img {
    width: 60px;
    float: left;
    margin: 0;
    margin-right: 20px;
}
.sobre_vantagens h3 {
    margin: 0 !important;
    line-height: 50px;
    font-size: 25px;
}
.sobre_vantagens a {
    display: flex;
}
.dtr-features-tab .nav-pills .nav-link.active,
.dtr-features-tab .nav-pills .show > .nav-link {
    border-color: #00573d !important;
}
.sob .dtr-line-feature-heading {
    text-align: justify;
    height: fit-content;
    padding: 0;
    font-size: 18px;
    font-family: "Calicanto-Medium", sans-serif !important;
    font-weight: 100;
}
.sob .dtr-line-feature {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 15px !important;
}
.sob .dtr-line-feature-img-wrapper {
    position: unset;
    margin-right: 15px;
}
/*BLOG*/
.dtr-blog-item {
    padding-bottom: 46px;
    background: #fff;
}
.dtr-read-more {
    position: absolute;
    bottom: 15px;
    right: 40px;
}
.dtr-post-content h4 {
    font-size: 20px;
}
/*MAPA*/
#map {
    max-width: 1920px;
    height: 450px;
    background-image: url("../images/map.jpg");
}
/*BLOG-DETALHES*/
.blog-left figure {
    height: 400px;
}
.blog-left figure img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}
.blog-left h1 {
    font-size: 38px;
    padding: 10px 0;
}
.blog-left {
    background: white;
    padding: 40px;
}
.blog-right {
    background: white;
    padding: 40px 15px;
    height: fit-content;
}
.b-blog {
    padding-bottom: 20px;
}
.b-blog label {
    font-size: 22px;
    margin-bottom: 22px;
}
.b-blog .busca_blog {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 10px;
}
.tags {
    padding: 20px 0px;
    border-top: 1px solid #e8e8e8;
    display: flow-root;
}
.tag {
    width: fit-content;
    padding: 2px 10px;
    margin-bottom: 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}
.tags h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
}
.catego {
    padding: 20px 0;
}
.catego h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
}
.catego ul {
    list-style: none;
    margin: 0;
}
.catego ul li {
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
    margin: 0;
}
.border-none {
    border: 0 !important;
}
.last_blog {
    padding: 20px 0 0 0;
}
.last_blog h1 {
    font-size: 22px;
    margin-bottom: 15px;
}
.last {
    display: block;
    margin-bottom: 20px;
}
.last figure {
    width: 110px;
    float: left;
    margin: 0;
}
.last h2 {
    font-size: 15px;
    margin: 0;
    margin-left: 15px;
}
.last p {
    font-size: 16px;
    text-align: justify;
    line-height: 18px;
}
.last:last-child {
    margin: 0;
}
.dtr-post-img {
    height: 350px;
}
.dtr-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*CADASTRO MEDICOS*/
.title_form {
    font-size: 30px;
    color: #5b5b5b;
    margin-bottom: 35px;
    width: 100%;
    margin-top: 20px;
}
.p-07 {
    padding: 0 7px;
}
.dependentes {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.termo_adesao {
    font-family: "Calicanto-Medium", sans-serif;
    font-size: 17px;
}
.term img {
    width: 340px;
}
.describe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

table {
    table-layout: fixed;
    background: #fff;
}

@media (max-width: 1024px) {
    .dtr-scroll-link img,
    .logo-default img {
        width: 110px;
    }
}
@media (max-width: 992px) {
    .dtr-responsive-header a img {
        width: 120px;
    }
}

html {
    scroll-behavior: smooth;
}

.div-carteirinha {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
}

.span-carteirinha {
    padding: 15px 22px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    background: #d2e1dd;
    color: #1d523e;
    border: 2px dashed #1d523e;
    border-radius: 4px;
}

.ver_endereco {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 6px;
    right: 4px;
    /* width: min-content;*/
}

.ver_endereco i {
    color: #00573D;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
}

.end_background.default {
    z-index: -999;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    display: none;
}

.end_background {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #2b2b2bde;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.end_box {
    width: 40%;
    max-height: calc(100vh - 60px);
    height: auto;
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    position: relative;
    overflow-y: unset;
    display: flex;
}

.end_left {
    width: 35%;
    display: flex;
    border: 1px dashed #80808047;
    justify-content: center;
    align-items: center;
}

.end_left img {
    width: 180px;
}

.tv-icon {
    width: 30px !important;
    position: absolute !important;
    right: 20px !important;
    top: 15px !important;
    cursor: pointer !important;
}

.end_right {
    width: 65%;
    margin-left: 20px;
}

.end_right h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 2px;
    color: #424242;
}

.end_right h3 {
    text-align: left;
    font-size: 18px;
    color: #424242;
}

.end_right p {
    font-size: 16px;
    text-align: justify;
    color: #424242eb;
    margin: 8px 0;
}

.end_right h1 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 8px;
}

.end_botao {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.end_botao a {
    padding: 8px 15px;
    background: #00492f;
    color: white;
    border-radius: 3px;
}

td.sem_img {
    font-size: 14px;
    line-height: 15px;
    overflow-wrap: anywhere;
}

td.sem_img .end_left {
    display: none;
}

/* START MENU HAMBURGER */
.container {
    position: relative;
    width: 100%;
}
.container .section {
    position: relative;
    width: 100%;
    height: 500px;
}
.container .section:nth-of-type(1) {
    background: #95a5a6;
}
.container .section:nth-of-type(2) {
    background: #7f8c8d;
}
/* ul.toogle */
.container ul.toggle {
    position: fixed;
    z-index: 5;
    top: 4%;
    right: 4%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.container ul.toggle li {
    position: absolute;
    right: 5%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    list-style: none;
    background: #00753d;
    transition: 0.9s;
}
.container ul.toggle li:nth-of-type(1) {
    top: 20%;
}
.container ul.toggle li:nth-of-type(2) {
    top: 50%;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}
.container ul.toggle li:nth-of-type(3) {
    top: 80%;
}
.container ul.toggle.active li:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
}
.container ul.toggle.active li:nth-of-type(2) {
    left: -100%;
    opacity: 0;
    background-color: #fff;
}
.container ul.toggle.active li:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    background-color: #fff;
}

/*Sidebar*/
.container .sidebar {
    font-family: "AmsiPro-Black";
    position: fixed;
    top: 0;
    right: -350px;
    background: #00573d;
    width: 350px;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 40px;
    text-align: center;
    transition: 0.4s;
    z-index: 4;
    overflow: scroll;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.container .sidebar.active {
    font-family: "AmsiPro-Black";
    right: 0;
}
.container .sidebar img {
    position: relative;
    width: 180px;
    padding: 15px;
    height: 120px;
    border-radius: 5%;
    background: #fff;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
}
.container .sidebar img:hover {
    background: #9fcf67;
}
.container .sidebar ul.menu {
    font-family: "AmsiPro-Black";
    position: relative;
    text-align: start;
    width: 100%;
    margin-top: 20px;
}
.container .sidebar ul.menu li {
    list-style: none;
    font-family: "AmsiPro-Black";
}
.container .sidebar ul.menu li a {
    font-family: "AmsiPro-Black";
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 16px;
}
.container .sidebar ul.menu li:hover a {
    font-family: "AmsiPro-Black";
    color: #9fcf67;
}
.container .sidebar ul.social-icon {
    font-family: "AmsiPro-Black";
    position: relative;
    margin-top: 30%;
    width: 100%;
    height: 55px;
}
.container .sidebar ul.social-icon li {
    font-family: "AmsiPro-Black";
    list-style: none;
    width: calc(100% / 5);
    height: 100%;
    float: left;
}
.container .sidebar ul.social-icon li a {
    font-family: "AmsiPro-Black";
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}
.container .sidebar ul.social-icon li:hover a {
    font-family: "AmsiPro-Black";
    color: #9fcf67;
}
.container .sidebar ul.social-icon a .fa {
    font-family: "AmsiPro-Black";
    line-height: 55px;
}
li a {
    color: #fff;
}
li a h2,
.menu.Acessos li a h2 {
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
li a:hover h2,
li:hover a h2,
li a h2:hover,
.menu.Acessos li a:hover h2,
.menu.Acessos li:hover a h2 {
    color: #9fcf67 !important;
}

.hamburger .btn-green {
    font-family: "AmsiPro-Black";
    font-size: 18px;
}

.hamburger .btn-green:hover {
    background-color: #fff;
    border-color: #fff;
    color: #9fcf67;
}
.special-insta-face {
    display: none;
}
.acessos a.dtr-mb-15 {
    display: none !important;
}

.download.row {
    z-index: 3;
}

#faq.dtr-section.dtr-py-80 {
    padding-bottom: 0 !important;
}
#faq.dtr-section.medicamentos.dtr-py-80 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.logos-medicamentos {
    padding-bottom: 0px !important;
}

.dtr-page-title-inner {
    padding: 200px 0 80px 0;
}

.slider,
.slide {
    height: 96vh;
}
/*
============================

Start Aceito Termos

=============================
*/

.aceito-termo {
    position: relative;
    cursor: pointer;
}

.aceito-termo:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: -3px;
    left: -3px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.aceito-termo:checked:before {
    border-color: #00573d;
}

.aceito-termo:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #00573d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 5px;
}
.box-termo label {
    color: #282828;
    font-size: 20px;
    font-family: "Calicanto-Medium", sans-serif;
    width: auto;
    font-weight: 500;
}
.box-termo a.confira {
    font-family: "AmsiPro-Black";
    transition: all ease-in-out 0.3;
    -webkit-transition: all ease-in-out 0.3;
    -moz-transition: all ease-in-out 0.3;
    -ms-transition: all ease-in-out 0.3;
    -o-transition: all ease-in-out 0.3;
}
.box-termo a.confira:hover {
    color: #00573d !important;
}
#salvacadastro {
    border: 1px solid #9fcf67;
}
button:disabled,
button[disabled] {
    background: #ccc !important;
    border: 1px solid #00573d !important;
    color: #00573d !important;
    cursor: no-drop;
}
/*
============================

Start ajustes Responsividades

=============================
*/
@media (max-width: 1740px) {
    .dtr-nav.navbar-nav .nav-link {
        font-size: 20px;
        padding: 10px 10px;
    }
}
@media (max-width: 1630px) {
    .dtr-nav.navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px;
    }
}
@media (max-width: 1500px) {
    .dtr-nav.navbar-nav .nav-link {
        font-size: 14px;
    }
    .banner__slider .slick-slider .slick-track {
        min-height: 800px;
    }
    .logo-sections {
        padding-top: 230px !important;
    }
}
@media (max-width: 1300px) {
    .onde {
        width: 140px;
    }
    .dtr-header-right .btn-green {
        width: 140px;
        padding: 15px 0 !important;
    }
    .banner__slider .slick-slider .slick-track {
        min-height: 770px;
    }
}
@media (max-width: 1270px) {
    #dtr-footer,
    footer p {
        font-size: 16px;
    }
    .dtr-nav.navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (max-width: 1200px) {
    .banner__slider .slick-slider .slick-track {
        min-height: 770px;
    }
    .logo-sections {
        padding-top: 240px !important;
    }
    .container-table-convenios {
        overflow: scroll;
        border-radius: 10px;
        border: 1px solid #d3d3dd;
    }
    .row_table {
        min-width: 1200px;
        text-align: center;
        border: none;
    }
    .dtr-nav.navbar-nav .nav-link {
        padding: 10px;
    }
    .hamburgerlines .lines {
        display: block;
    }
    .sac_footer h1 {
        font-size: 35px !important;
        text-align: justify;
    }
    .sac_footer span {
        font-size: 16px;
    }
    .over_footer h1 {
        font-size: 30px !important;
        text-align: justify;
        margin: 10px 20px;
    }
    .sac_footer {
        padding: 10px 20px;
    }
}
@media (max-width: 1150px) {
    .dtr-nav.navbar-nav .nav-link {
        font-size: 11px;
    }
}
@media (max-width: 1100px) {
    .dtr-nav.navbar-nav .nav-link {
        font-size: 10px;
        padding: 10px 5px;
    }
}
@media (max-width: 991px) {
    .logo-sections {
        padding-top: 230px !important;
    }
    .banner__slider .slick-slider .slick-track {
        min-height: 620px;
    }
    .dtr-page-title-inner {
        padding: 80px 0px;
    }
    .contacto .et_1 .form_div.botao_contato {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dtr-page-title-inner {
        padding: 80px 0 80px 0;
    }
    .banner__slider {
        margin-top: 110px;
    }
    .banner__slider .slick-track .slide {
        height: 650px;
    }
    .end_box {
        flex-direction: column;
    }
    .end_left {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }
    .end_right {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .end_box {
        width: 60%;
    }
    .sac_footer {
        height: 100px;
    }
    .bloco_right .over_footer h1,
    .sac_footer h1 {
        font-size: 25px !important;
    }
    .sac_footer span {
        font-size: 20px !important;
    }
    .tv-icon {
        width: 28px !important;
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        cursor: pointer !important;
    }
    .box-logo-intro {
        text-align: center;
    }
    .figure-cell {
        width: 400px;
    }
    .botao-app {
        width: 200px;
    }
    .bloco_right,
    .bloco_left {
        height: 200px;
    }
    .bloco_right .over_footer p,
    .bloco_right .over_footer h1 {
        text-align: center;
    }
    .normal-links-face {
        display: none;
    }
    .footer_sec {
        text-align: center;
    }
    .footer-logo {
        display: none !important;
    }
    .special-insta-face {
        display: inline-flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .acessos a.dtr-mb-15 {
        display: block !important;
    }
    .acessos {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .plano {
        display: block;
    }
    .plano figure {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .plano figure img {
        width: 50px;
    }
    .plano h3 {
        font-size: 18px;
    }
    .dtr-pb-80,
    .dtr-py-80,
    .dtr-pt-80 {
        padding: 20px !important;
    }
    .dtr-mb-50,
    .dtr-my-50,
    .dtr-mt-50 {
        margin: 20px !important;
    }
}
@media (max-width: 870px) {
    .figure-cell {
        width: 300px;
    }
    .app-desc h2 {
        font-size: 30px;
    }
    .logo-sections {
        padding-top: 160px !important;
    }
}
@media (max-width: 767px) {
    .blog-left {
        padding: 0;
    }
    .contacto {
        padding: 20px 30px;
    }
    .blog-left h1 {
        font-size: 30px;
    }
    .contacto h3,
    .contacto h1 {
        text-align: center;
        margin: 0 0 20px 0;
    }
    .beneficios_ul ul h2 {
        font-size: 25px;
    }

    .imagens-index {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .box-text-info-index input[type="submit"] {
        width: 100%;
        margin-top: 10px !important;
    }
    .dtr-page-title-inner {
        padding: 60px 0 60px 0;
    }
    .sobre_vantagens h3 {
        font-size: 20px;
    }
    .banner__slider {
        margin-top: 110px;
    }
    .logo-sections {
        padding-top: 400px !important;
    }
    .banner__slider .slick-track .slide {
        height: 900px;
    }
    .dtr-video-button {
        top: 48%;
        left: 54%;
    }
    .form-quero-sinam {
        justify-content: center !important;
        align-items: center;
    }
    .form-quero-sinam input[type="text"] {
        width: 80% !important;
        margin: 10px 0 !important;
        border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -ms-border-radius: 6px !important;
        -o-border-radius: 6px !important;
    }
    .form-quero-sinam input[type="submit"] {
        width: 40% !important;
        margin: 10px 0 !important;
    }
    .slick-slide img.dtr-mb-minus50.animated-img {
        margin: 30px auto;
        width: 400px;
    }
    h1.title-black,
    p.dtr-mt-30.color-white {
        text-align: center !important;
    }
    .figure-cell {
        width: 250px;
        padding-left: 20px;
    }
    .app-desc h2 {
        font-size: 25px;
    }
    .botao-app {
        width: 160px;
    }
    .introEstados {
        height: 60vh !important;
    }
    .sac_footer span {
        font-size: 17px !important;
    }
    .acessos a.dtr-mb-15 {
        display: none !important;
    }
    .footer-logo {
        display: flex !important;
    }
    #dtr-footer,
    #dtr-footer a {
        text-align: center;
    }
    .acessos {
        margin-left: 0;
    }
    .plano {
        display: block;
    }
    .plano figure {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .plano figure img {
        width: 50px;
    }
    .plano h3 {
        text-align: center;
        font-size: 18px;
    }
    .box-text-info-index:nth-child(1) {
        border: none;
        padding: 30px 35px 20px 35px;
        margin: 20px 0 40px 0;
    }
    #features.dtr-py-80 {
        padding-top: 0px !important;
    }
    .box-text-info-index {
        margin: 20px 0 40px 0;
        border-top: 1px solid #dcdcdc;
        padding: 30px 35px 20px 35px;
    }
    .box-image-index {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
}
@media (max-width: 680px) {
    .dtr-video-box img {
        object-fit: contain;
        height: 100%;
    }
    .dtr-video-button {
        width: 70px;
        height: 60px;
        top: 43%;
        left: 55%;
    }
    .dtr-video-button:before {
        top: 62%;
        left: 71%;
        width: 50px;
        height: 45px;
    }
}
@media (max-width: 600px) {
    .figure-cell {
        width: 200px;
        padding-left: 10px;
    }
    .app-desc h2 {
        font-size: 20px;
    }
    .botao-app {
        width: 160px;
    }
    .app_fig {
        width: 50px;
    }
    .app {
        padding: 25px 0;
    }
    .introEstados .logo {
        width: 230px;
    }
    .introEstados h2 {
        font-size: 20px;
    }
    .sac_footer span {
        font-size: 16px !important;
    }
    .bloco_right .over_footer h1,
    .sac_footer h1 {
        font-size: 20px !important;
    }
    .sac_footer figure {
        width: 60px !important;
    }
    .adesao {
        margin: 0px auto 20px auto !important;
    }
    .dtr-video-box img {
        object-fit: contain;
    }
    .dtr-video-button {
        width: 60px;
        height: 45px;
        top: 40%;
        left: 58%;
    }
    .dtr-video-button:before {
        top: 75%;
        left: 84%;
        width: 40px;
        height: 38px;
    }
    h2 {
        font-size: 1.7em;
    }
}
@media (max-width: 580px) {
    .blog-left h1 {
        font-size: 25px;
    }
    .contacto h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
    .form_div.botao_cad {
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .contacto h1 {
        font-size: 25px;
    }
    .end_box {
        width: calc(100% - 30px);
    }
    .end_botao {
        justify-content: center;
    }
    .dtr-video-box {
        min-height: 320px;
    }
    .dtr-video-button {
        width: 60px;
        height: 45px;
        top: 30%;
        left: 40%;
    }
}
@media (max-width: 575px) {
    .adesao {
        margin: 20px auto 20px auto !important;
    }
    .beneficios_ul ul h2 {
        font-size: 20px;
    }
    #sobre.dtr-section.dtr-py-80 .container h2,
    #sobre.dtr-section.dtr-py-80 .container h3,
    .dtr-page-title-content h1.dtr-entry-title {
        font-size: 35px;
    }
    #sobre.dtr-section.dtr-py-80 .container .sobre_vantagens h3 {
        font-size: 18px;
    }
    .bread_sub a {
        font-size: 16px;
    }
}
@media (max-width: 540px) {
    form#form-cadastro-cliente .form_div.botao_contato {
        display: grid;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 500px) {
    .banner__slider .slick-slider .slick-track {
        min-height: 920px;
    }
    .logo-sections {
        padding-top: 430px !important;
    }
    .blog-left h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 1.5em;
    }
    .dtr-page-title-inner {
        padding: 40px 0 40px 0;
    }
    .figure-cell {
        width: 150px;
        padding-left: 10px;
    }
    H3.color-green,
    #sobre.dtr-section.dtr-py-80 .container h3,
    .dtr-page-title-content h1.dtr-entry-title {
        font-size: 30px;
    }
    .plano h3 {
        font-size: 16px;
    }
    .form-quero-sinam input[type="submit"] {
        width: 200px !important;
        margin: 10px 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .sobre_vantagens h3,
    .app-desc h2 {
        font-size: 18px;
    }
    .botao-app {
        width: 140px;
    }
    .app_fig {
        width: 20px;
    }
    .app {
        padding: 20px 0;
    }
    .dtr-video-button {
        width: 55px;
        height: 35px;
        top: 15%;
        left: 60%;
    }
    .dtr-video-button:before {
        top: 97%;
        left: 84%;
        width: 40px;
        height: 27px;
    }
    .dtr-video-button:after {
        font-size: 18px;
        left: 55%;
    }
}
@media (max-width: 480px) {
    .dtr-post-content h4 {
        font-size: 16px;
    }
    a.lost-pass {
        font-size: 14px;
    }
    H3.color-green,
    #sobre.dtr-section.dtr-py-80 .container h3,
    .dtr-page-title-content h1.dtr-entry-title {
        font-size: 25px;
    }
    .text-size-md,
    p {
        font-size: 16px;
    }
    .contacto h3,
    .contacto h1 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
    .end_right h1 {
        font-size: 18px;
    }
    .end_right h2,
    .end_right h3 {
        font-size: 16px;
    }
    .end_right p {
        font-size: 14px;
    }
    .figure-cell {
        width: 160px !important;
        padding-left: 5px !important;
    }
    .app-desc h2 {
        font-size: 16px !important;
    }
    .botao-app {
        width: 140px !important;
    }
    .app_fig {
        width: 20px !important;
    }
    .app {
        padding: 20px 0 !important;
    }
    .dtr-video-box {
        min-height: 250px;
    }
    .dtr-video-button {
        width: 50px;
        height: 35px;
        top: 30%;
        left: 60%;
    }

    .dtr-video-button:before {
        top: 99%;
        left: 90%;
        width: 40px;
        height: 27px;
    }
}
@media (max-width: 420px) {
    .logo-sections {
        padding-top: 246px !important;
    }
    .figure-cell {
        width: 100px;
        padding-left: 10px;
    }
    /* .index-home .hero-section-top-padding{padding-top: 56px;} */
    .sobre_vantagens h3,
    .app-desc h2 {
        font-size: 16px;
    }
    .botao-app {
        width: 100px;
    }

    .app_fig {
        width: 20px;
    }

    .app {
        padding: 20px 0;
    }

    .botao-app {
        width: 110px !important;
        padding: 0 10px;
    }

    .sob .dtr-line-feature-heading {
        font-size: 14px;
    }

    #sobre.dtr-section.dtr-py-80 .container h3,
    #sobre.dtr-section.dtr-py-80 .container h2,
    .dtr-page-title-content h1.dtr-entry-title {
        font-size: 25px;
    }
    #sobre.dtr-section.dtr-py-80 .container .sobre_vantagens h3 {
        font-size: 18px;
    }

    .bread_sub a {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .contacto h3 {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .contacto h1 {
        font-size: 20px;
    }

    .end_right h1 {
        font-size: 16px !important;
    }

    .end_right h2,
    .end_right h3 {
        font-size: 16px;
    }
    .end_right p {
        font-size: 14px;
    }
    .figure-cell {
        width: 140px !important;
        padding-left: 5px !important;
    }
    .app-desc h2 {
        font-size: 16px !important;
    }
    .botao-app {
        width: 110px !important;
        padding: 0 5px;
    }
    .app_fig {
        width: 20px !important;
    }
    .app {
        padding: 30px 0 0px 0 !important;
    }
    .dtr-video-button {
        width: 50px;
        height: 30px;
        top: 30%;
        left: 60%;
    }
    .dtr-video-button:before {
        top: 106%;
        left: 92%;
        width: 35px;
        height: 25px;
    }
    .dtr-video-button:after {
        font-size: 17px;
        left: 55%;
    }
}
@media (max-width: 330px) {
    .text-size-md,
    p {
        font-size: 12px;
    }
    .blog-left h1 {
        font-size: 15px;
    }
    .end_right h1 {
        font-size: 16px !important;
    }
    .dtr-btn,
    .dtr-btn-flat,
    input[type="submit"],
    input[type="reset"] {
        font-size: 16px;
    }
    .end_right h2,
    .end_right h3 {
        font-size: 16px;
    }
    .end_right p {
        font-size: 14px;
    }
    .figure-cell {
        width: 140px !important;
        padding-left: 5px !important;
    }
    .figure-cell img {
        width: 100% !important;
        padding: 0px !important;
    }
    .app-desc h2 {
        font-size: 16px !important;
    }
    .botao-app {
        width: 110px !important;
        padding: 0 5px;
    }
    .app_fig {
        width: 0px !important;
        display: none;
    }
    .app {
        padding: 20px 0 !important;
    }
    .app.bg-white .container .row {
        display: grid;
        justify-content: center !important;
        align-items: center !important;
    }
    .app.bg-white .container .row .col-8,
    .app.bg-white .container .row .col-4 {
        max-width: 100% !important;
        display: inline-grid !important;
        justify-content: center !important;
        text-align: center !important;
        align-items: center !important;
    }
    .sac_footer h1 {
        line-height: 25px;
    }
    .sac_footer span {
        font-size: 14px !important;
    }
    .sac_footer figure {
        display: none;
    }
    .introEstados h2 {
        font-size: 18px !important;
    }
    .dtr-video-button {
        width: 40px;
        height: 25px;
        top: 26%;
        left: 65%;
    }
    .dtr-video-button:before {
        top: 128%;
        left: 114%;
        width: 28px;
        height: 20px;
    }
    .dtr-video-button:after {
        font-size: 12px;
        left: 63%;
    }
    .logo-sections {
        padding-top: 300px !important;
    }
}

.navbar-nav li {
    align-content: center;
    flex-wrap: wrap;
}
