@font-face {
    font-family: 'Circe Light';
    src: url('../css/fonts/circe-light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../css/fonts/circe.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Bold';
    src: url('../css/fonts/circe-bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Extra Light';
    src: url('../css/fonts/circe-extra-light.otf');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}
body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: white;
}
.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}

.size-20{
    font-size: 20px;
}

.size-22{
    font-size: 22px;
}

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

.aviso-privacidad{
    color: white;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.aviso-privacidad:hover{
    color: #A9773E;
}


strong {
    font-family: "Circe Bold", sans-serif;
}
.strong{
    font-weight: 700;
}

.light{
    font-family: "Circe Light", sans-serif !important;
}

.extra-light{
    font-family: "Circe Extra Light", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Circe Bold", sans-serif;
}
a,
button,
input,
p {
    font-family: "Circe", sans-serif !important;
}
span {
    font-family: "Circe", sans-serif !important;
}

.navbar-dark{
    background-color: transparent;
}
.navbar-color-mobile{
    background-color: #A9773E;
}

.navbar-dark .logo{
    display: block !important;
}

.active{
    text-decoration: underline !important;
}
.nav-link{
    font-weight: 600;
}

.navbar-brand{
    width: 20%;
}

.navbar-brand .logo {
    display: none;
}

.navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: transparent !important;
}

.navbar-toggler:focus {
    outline: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}
.img-header {
    width: 100%;
    /* height: 100vh; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    border-radius: 0 330px 330px 0;
}

.index-header{
    z-index: 67;
    position: absolute;
    height: 100%;
}

.text-bottom{
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2;
    position: absolute;
    bottom: 50px;
    left: 44%;
    color: white;
    text-align: center;
}

.container-services{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
}
.container-services a {
    cursor: pointer;
}
.container-services .img-services::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #14213094;
    z-index: 1;
}

.img-services:hover::after{
    background: transparent !important;
}
.img-services img {
    display: block;
    width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}

.img-services:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.container-services .centered-service {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.show-mobile { 
    display: none;
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
}

.underline{
    border-bottom: 1px solid #1421304d;
}

.border-rounded{
    position: relative;
    width: 100%;
    border-bottom: 10px solid #A9773E;
}
.semi-circle {
    height: 5rem;
    width: 10rem;
    border-radius: 5rem 5rem 0 0;
    margin: 0 auto -40px auto;
    padding-top: 10px;
    background-color: #A9773E;
}

.border-rounded-dark{
    position: relative;
    width: 100%;
    border-bottom: 10px solid #3C3C3B;
}
.semi-circle-dark{
    height: 5rem;
    width: 10rem;
    border-radius: 5rem 5rem 0 0;
    margin: 0 auto -40px auto;
    padding-top: 10px;
    background-color: #3C3C3B;
}

.dropdown-item {
    padding: 0.55rem 1.8rem;
    clear: both;
    color: #ffffff;
    background-color: #142130;
    text-align: center;
    font-size: 0.8rem;
}

.dropdown-menu{
    padding: 0;
}

.project-section{
    background-color: #D8D8D8;
    margin-top: 5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0;
}
.project-border{
    border: 1px solid #A9773E;
}
.about-section{
    border-radius: 330px 0 0 330px;
    margin-top: -30px;
    margin-left: 120px;
    z-index: 8;
}

.triangle{
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 14px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 30px solid #D8D8D8;
}

#projectTabContent .active {
    text-decoration: none !important;
}
/* .project-tab{
    background-color: #D8D8D8;
    margin-top: 5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */

.project-tab .nav-link.active {
    color: #495057;
    background-color: #d8d8d8;
    border-color: transparent;
    font-weight: 700;
    text-decoration-color: #e0633b !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px;
}

.project-tab .nav-link {
    border: 0px !important;
    color: #495057;
}

@media only screen and (hover: none) and (pointer: coarse){
    .show-mobile { 
        display: inline;
    }
    .hide-mobile{
        display: none;
    }
    .project-tab{
        font-size: 10px !important;
    }
}

.brand-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.btn-contact {
    padding: 0.6em 2em;
    font-weight: 500;
    font-size: 1.22rem;
    color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 0 50px 50px 0;
    width: 100%;
}

.btn-prices{
    padding: 20px;
    border-radius: 0 24px 24px 0;
    border-color: #a9773ea6;
}

.btn-contact-dark{
    color: #1f2d41;
    border-color: #1f2d41;
}

.btn-contact:hover{
    background-color: #BF5F23;
    color: #1f2d41;
    border-color: #1f2d41;
}

.center-vertical {
    margin: auto;
    width: 50%;
}
.separator {
    width: 100px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
.separator-footer {
    width: 100px;
    border-bottom: 1px solid #212529;
    margin: 0 auto;
}
.separator-contact{
    position: relative;
    top: 30px;
    z-index: -1;
    width: 100%;
    border-bottom: 1px solid #3c3b3b42;
}
.separator-logo{
    position: relative;
    top: -38px;
    z-index: -1;
    width: 100%;
    border-bottom: 1px solid #3c3b3b42;   
}
.separator-logo-white{
    position: relative;
    top: -38px;
    width: 100%;
    border-bottom: 1px solid #fff;   
}
.text-card-p {
    color: #212529;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    font-family: "Circe", sans-serif !important;
}
.font-light{
    font-family: "Circe Light", sans-serif !important;
    font-weight: 200;
}

.row-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.w-40{
    width: 38%;
}

.over-wrapper {
    width: calc(100% - 0rem);
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}
.over-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82%;
    background-color: #fff;
}
.mt-lg-5-em{
    margin-top: 5em;
}

.mt-lg-10-em{
    margin-top: 10em;
}

.mt-lg-20-em{
    margin-top: 20em;
}

@media (max-width: 991.98px){
    .over-wrapper {
        width: calc(100% - 0rem);
        background-color: #ffffff;
        padding-top: 0;
        overflow: hidden;
    }
    .mt-lg-5-em{
        margin-top: 1em;
    }

    .mt-lg-10-em{
        margin-top: 1em;
    }

    .mt-lg-20-em{
        margin-top: 1em;
    }

    .navbar{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .img-header{
        height: 100vh;
        object-fit: cover;
        object-position: center;
        border-radius: 0 100px 0px 0;
    }
    .about-section{
        margin-left: 0;
        border-radius: 146px 0 0 0;
    }
    .btn-contact{
        width: 80% !important;
    }
    .separator-contact{
        display: none;
    }
    .separator-logo-white{
        display: none;
    }
    .logo-dc-white{
        display: none;
    }
    .logo-dc{
        width: 16% !important;
    }
    .separator-logo {
        top: -30px !important;
    }
    .semi-circle{
        margin: 0 auto -50px auto;
    }
    .bg-interior{
        height: 400px !important;
    }
    .modal-cross{
        display: block !important;
    }
}

.logo-footer {
    width: 50%;
}

.logo-contact{
    width: 5%;
}
.logo-dc{
    width: 6%;
}
.logo-dc-white{
    position: relative;
    z-index: 1;
    width: 6%;
    background-color: #3C3C3B;
}
td {
    width: 20%;
}
.dive-icons {
    width: 80px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1.2;
    position: relative;
    display: block;
}
.sbuttons {
    bottom: 0%;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 1;
}
.sbutton {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 10px auto 0;
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    display: block;
}
.sbutton > i {
    font-size: 38px;
    line-height: 60px;
    transition: all 0.2s ease-in-out;
    transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.sbutton:not(:last-child) {
    width: 0px;
    height: 0px;
    margin: 20px auto 0;
    opacity: 0;
}
.sbutton:not(:last-child) > i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[tooltip]:hover:after,
[tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
.sbutton.mainsbutton {
    background: #231f20;
    color: #fff;
}
.sbutton.gplus {
    background: #f44336;
}
.sbutton.pinteres {
    background: #e60023;
}
.sbutton.twitt {
    background: #03a9f4;
}
.sbutton.fb {
    background: #0080f7;
}
.sbutton.whatsapp {
    background: #00e676;
}
.sbutton.mail {
    background: #231f20;
}
.sbutton.call {
    background: #f7de3c;
}
.sbutton:hover {
    color: #f5eeee !important;
}
.icon-rrss a {
    text-align: center;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    background-color: white;
    border-radius: 100%;
    margin-right: 7px;
}
.icon-rrss a i {
    font-size: 20px;
    line-height: 38px;
    color: #3C3C3B;
}
*,
::after,
::before {
    box-sizing: border-box;
}


/*Modal Fullscreen*/
.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important 
}
.modal-projects .modal-content {
    background-color: transparent !important;
}
.modal-content{
    border:  0 !important;
}
.modal-footer{
    border:  0 !important;
}
.modal-cross{
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
    color: white;
    cursor: pointer;
    display: none;
}
/*Modal end*/

/* .modal-open .project-carousel {
    width:100%!important;
    display: block;
}

.modal-open .project-carousel .item {
    width:100%!important;
} */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

footer {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #1D1D1B;
    font-size: 14px;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.tittle-build{
    color: #142130;
    font-weight: 900 !important;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
small {
    font-size: 70%;
    display: block;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0061f2;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0042a6;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #a2acba;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
.text-teal {
    color: #00ba94 !important;
}
.text-orange{
    color: #E0633B;
}
.text-blue{
    color: #142130;
}
.text-brown{
    color: #A9773E;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.logo {
    width: 64%;
}
.logo-scrolled {
    width: 44% !important;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #323f52;
}
.first-color {
    color: #1d1d1b;
}
.second-color {
    color: #00cbe8;
}
.third-color {
    color: #010000;
}
.text-dark {
    color: #010000 !important;
}

.yellow-color{
    color: #FFCB00;
}

.blue-color{
    color: #142130 !important;
}

.dark-background{
    background-color: #3C3C3B;
}
.gray-background{
    background-color: #EDEDED;
}
.brown-background{
    background-color: #A9773E;
}
.about-background{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 314px;
}

.bg-light-2 {
    background-color: #E4E4E2!important;
}
.bg-interior{
    background-image: url("../img/interiorismo/interior.png") no-repeat center center fixed;
    height: 500px;
}
.bg-watermark{
    background-image: url("../img/logo_marcadeagua.png");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom left; 
    background-size: 50%;
}

.bg-watermark-right{
    background-image: url("../img/logo_marcadeagua.png");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right; 
    background-size: 64%;
}
.d-contents{
    display: contents;
}


.bold{
    font-weight: 700;
}

.semi-bold {
    font-family: "Circe Bold", sans-serif !important; 
    font-weight: 500;
}

.first-background {
    background-color: #010000;
}

.card {
    border-radius: 1rem;
    border: 1px solid #a9773ea6;
}

.card-header, .card-footer{
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.card-header::after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: -22px;
    width: 90%;
    border-bottom: 1px solid #a9773ea6;
    margin: 0 auto;
}

#layoutDefault {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
}
#layoutDefault #layoutDefault_content {
    min-width: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
#layoutDefault #layoutDefault_footer {
    min-width: 0;
}

.card-tabbed .card-header {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.card-tabbed .nav-item {
    margin-right: 1rem;
}
.card-tabbed .nav-item:last-child {
    margin-right: 0;
}
.card-tabbed .nav-item .nav-link {
    padding: calc(1rem - 0.0625rem) 0;
    color: #a2acba;
}
.card-tabbed .nav-item .nav-link.active {
    color: #0061f2;
    border-bottom: 0.125rem solid #0061f2;
}
.card-header-actions .card-header {
    height: 3.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
}
.card-header-actions .card-header .dropdown-menu {
    margin-top: 0;
    top: 0.5625rem !important;
}
.card-collapsable .card-header[data-toggle="collapse"] {
    display: -webkit-box;
    display: flex;
    text-decoration: none;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow {
    height: 0.9rem;
    width: 0.9rem;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 0.9rem;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow .feather,
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow i,
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow svg {
    height: 0.9rem;
    width: 0.9rem;
}
.card-collapsable .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.35rem;
}
.card-collapsable .card-header[data-toggle="collapse"].collapsed .card-collapsable-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.card-icon .card-icon-aside {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 3rem;
    padding: 2rem;
}
.card-icon .card-icon-aside .feather,
.card-icon .card-icon-aside i,
.card-icon .card-icon-aside svg {
    height: 3rem;
    width: 3rem;
}
.card-scrollable .card-body {
    max-height: 15rem;
    overflow-y: auto;
}
.card-progress .progress {
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.03);
}
.card-link {
    text-decoration: none !important;
    color: inherit !important;
}
.card-link:hover {
    color: inherit !important;
}
.card-portfolio {
    position: relative;
}
.card-portfolio .card-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.card-portfolio .card-body .card-title {
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #323f52;
}

@media (min-width: 992px) {
    .card-portfolio .card-body {
        height: 100%;
        bottom: -100%;
        -webkit-transition: bottom 0.15s ease-in-out;
        transition: bottom 0.15s ease-in-out;
    }
    .card-portfolio .card-img-top {
        -webkit-transition: -webkit-transform 0.45s ease-in-out;
        transition: -webkit-transform 0.45s ease-in-out;
        transition: transform 0.45s ease-in-out;
        transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    }
    .card-portfolio:hover .card-body {
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .card-portfolio:hover .card-img-top {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
        display: block;
    }
    .navbar-expand-lg{
        position: absolute;
        top: 10px;
        z-index: 1050;
        width:100%;
    }
}
.card-flag {
    position: absolute;
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
    line-height: 1;
}
.card-flag-dark {
    background-color: rgba(31, 45, 65, 0.7);
    color: #fff;
}
.card-flag-light {
    background-color: rgba(255, 255, 255, 0.7);
    color: #687281;
}
.card-flag-lg {
    font-size: 0.9rem;
    padding: 0.5rem 0.65rem;
}
.card-flag-top-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    top: 0.5rem;
    right: 0;
}
.card-flag-top-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    top: 0.5rem;
    left: 0;
}
.card-flag-bottom-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    bottom: 0.5rem;
    right: 0;
}
.card-flag-bottom-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    bottom: 0.5rem;
    left: 0;
}
.custom-control label {
    cursor: pointer;
    margin: 0.25rem 0;
}
.custom-control label:hover:before {
    background-color: #e3e6ec;
}
.custom-control .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e3e6ec;
    border-color: #d7dce3;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label {
    color: #a2acba;
    cursor: not-allowed;
}
.custom-control-solid label:before {
    background-color: #ecf0f6;
    border-color: #ecf0f6;
}
.custom-control-solid label:hover:before {
    background-color: #c9d5e6;
    border-color: #c9d5e6;
}
.custom-control-solid .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f6f8fb;
    border-color: #f6f8fb;
}
.custom-control-solid .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f6f8fb;
    border-color: #f6f8fb;
}
.form-control-solid {
    background-color: #ecf0f6;
    border-color: #ecf0f6;
}
.form-control-solid:focus {
    background-color: #ecf0f6;
}
.icon-stack {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    background-color: #eff3f9;
}
.icon-stack svg {
    height: 1rem;
    width: 1rem;
}
.icon-stack-lg {
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
}
.icon-stack-lg svg {
    height: 1.5rem;
    width: 1.5rem;
}
.icon-stack-xl {
    height: 5rem;
    width: 5rem;
    font-size: 1.75rem;
}
.icon-stack-xl svg {
    height: 1.75rem;
    width: 1.75rem;
}
.icon-list-social {
    display: -webkit-box;
    display: flex;
}
.icon-list-social .icon-list-social-link {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.media-img {
    height: 5rem;
    width: 5rem;
}
.accordion-faq {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    overflow: hidden;
}
.accordion-faq .card {
    box-shadow: none;
}
.accordion-faq .card .card-header {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #e3e6ec;
}
.accordion-faq .accordion-faq-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.accordion-faq .accordion-faq-item .card-header {
    text-decoration: none;
}
.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #485260;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
    color: #c5ccd6;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.accordion-faq .accordion-faq-item .card-header.collapsed .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.badge-transparent-light {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
}
.badge-transparent-dark {
    color: rgba(31, 45, 65, 0.5);
    background-color: rgba(31, 45, 65, 0.8);
}
.badge {
    font-weight: 600 !important;
}
.badge-sm {
    font-size: 1rem;
}
.badge-md {
    font-size: 1.1rem;
}
.badge-lg {
    font-size: 1.25rem;
}
.list-group-careers {
    margin-bottom: 3rem;
}
.list-group-careers .list-group-item {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
section {
    position: relative;
}
.svg-border-angled {
    padding-top: 5rem;
}
.svg-border-angled svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5rem;
    width: 100%;
}
.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4rem;
    width: 100%;
}
.svg-border-waves {
    padding-top: 2rem;
}
.svg-border-waves svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
}
.page-header {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.page-header .page-header-content .page-header-title {
    font-size: 2.5rem;
}
.page-header .page-header-content .page-header-text {
    font-size: 1.15rem;
}
.page-header .page-header-content .page-header-text.small {
    font-size: 0.9rem;
}
.page-header .page-header-content .page-header-signup {
    -webkit-box-pack: center;
    justify-content: center;
}
.page-header .page-header-content .page-header-signup .form-control {
    font-size: 0.875em;
    padding: 0 1.5rem;
    height: 2.725rem;
    line-height: 1.5;
}
.page-header-dark {
    color: #fff;
    background-color: #1f2d41;
}
.page-header-dark .page-header-title {
    color: #fff;
}
.page-header-light {
    background-color: #eff3f9;
}
.page-header-light .page-header-text {
    color: #687281;
}
.page-header-light .page-header-text a {
    color: #485260;
}
.page-header.navbar-fixed .page-header-content {
    padding-top: 12.5rem;
}
@media (min-width: 992px) {
    .divider-right {
        border-right: 0.0625rem solid #e3e6ec;
    }
}
.pricing {
    font-size: 0.9rem;
}
.pricing .pricing-price {
    font-size: 2rem;
    color: #323f52;
    margin-top: 1rem;
}
.pricing .pricing-price sup {
    font-size: 1.5rem;
}
.pricing .pricing-price .pricing-price-period {
    font-size: 1.25rem;
}
.pricing .pricing-list {
    margin-bottom: 0;
    margin-left: 1.6em;
}
.pricing .pricing-list .pricing-list-item {
    margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
    .pricing-left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .pricing-right {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media (max-width: 992px) {

    .center-vertical {
        width: 100%;
    }
    td {
        width: 100%;
    }

    /* .owl-carousel.owl-drag .owl-item {
        display: block;
        width: 100% !important;
        height: auto;
    }
    
    .owl-stage{
        width: 100% !important;
    } */

    /* .owl-dots{
        display: none;
    }

    .owl-carousel .prev-slide{
        display: none;
    }
    
    .owl-carousel .next-slide{
        display: none;
    } */

    .navbar-brand{
        width: 40%;
    }

    .navbar-collapse {
        padding: 20px 0px;
        text-align: left;
        /* height: 100vh; */
    }
    .navbar-collapse .nav{
        height: 100vh;
    }
    .navbar-collapse .nav-item{
        padding: 10px 0;
    }

    .navbar-collapse  .nav-item .nav-link{
        font-weight: 700;
        font-size: 16px;
    }

    .navbar-collapse  .active .nav-link{
        font-weight: 700;
        text-decoration: none;
    }
    .text-parallax {
        letter-spacing: 0;
    }

}
@media only screen and (max-width: 800px) {
    #no-more-tables table,
    #no-more-tables tbody,
    #no-more-tables td,
    #no-more-tables th,
    #no-more-tables thead,
    #no-more-tables tr {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: center;
    }
    #no-more-tables td:before {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/*Owl navigations*/
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots{
    margin-top: 10px;
}

.owl-dot:focus {
    outline: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A9773E;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}



.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 300px !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
    background: url(../css/images/nav-icon-2.png) no-repeat scroll 0 0;
    left: -33px;
  }
  .owl-carousel .next-slide{
    background: url(../css/images/nav-icon-2.png) no-repeat scroll -24px 0px;
    right: -33px;
  }
  .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
  }   
  /*Owl navigations end */

section {
    position: relative;
    padding-top: 4em;
    padding-bottom: 4em;
}

@media only screen and (max-width: 768px) {
    section {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .logo-footer{
        width: 30%;
        margin-bottom: 16px;
    }
    .text-sm-center{
        text-align: center;
    }
    .text-parallax{
        font-size: 1.3rem;
    }
}

  .z-index{
    position: absolute;
    top: 0;
    right: 0;
  }

  .dd-m-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #25d366;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    text-decoration: none;
    color: #25d366;
    z-index: 1;
  }
  
  .dd-m-whatsapp:hover {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
       -moz-box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
            box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
  }
  
  .dd-m-whatsapp .icon {
    width: 50%;
    height: 50%;
    display: block;
    fill: #fff;
    -webkit-transform: translateX(1px);
       -moz-transform: translateX(1px);
        -ms-transform: translateX(1px);
         -o-transform: translateX(1px);
            transform: translateX(1px);
  }
  
  .dd-m-whatsapp .icon {
    width: 70%;
    height: 70%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 39'%3E%3Cpath d='M10.7 32.8l.6.3c2.5 1.5 5.3 2.2 8.1 2.2 8.8 0 16-7.2 16-16 0-4.2-1.7-8.3-4.7-11.3s-7-4.7-11.3-4.7c-8.8 0-16 7.2-15.9 16.1 0 3 .9 5.9 2.4 8.4l.4.6-1.6 5.9 6-1.5z' fill='%2325d366'/%3E%3Cpath d='M32.4 6.4C29 2.9 24.3 1 19.5 1 9.3 1 1.1 9.3 1.2 19.4c0 3.2.9 6.3 2.4 9.1L1 38l9.7-2.5c2.7 1.5 5.7 2.2 8.7 2.2 10.1 0 18.3-8.3 18.3-18.4 0-4.9-1.9-9.5-5.3-12.9zM19.5 34.6c-2.7 0-5.4-.7-7.7-2.1l-.6-.3-5.8 1.5L6.9 28l-.4-.6c-4.4-7.1-2.3-16.5 4.9-20.9s16.5-2.3 20.9 4.9 2.3 16.5-4.9 20.9c-2.3 1.5-5.1 2.3-7.9 2.3zm8.8-11.1l-1.1-.5s-1.6-.7-2.6-1.2c-.1 0-.2-.1-.3-.1-.3 0-.5.1-.7.2 0 0-.1.1-1.5 1.7-.1.2-.3.3-.5.3h-.1c-.1 0-.3-.1-.4-.2l-.5-.2c-1.1-.5-2.1-1.1-2.9-1.9-.2-.2-.5-.4-.7-.6-.7-.7-1.4-1.5-1.9-2.4l-.1-.2c-.1-.1-.1-.2-.2-.4 0-.2 0-.4.1-.5 0 0 .4-.5.7-.8.2-.2.3-.5.5-.7.2-.3.3-.7.2-1-.1-.5-1.3-3.2-1.6-3.8-.2-.3-.4-.4-.7-.5h-1.1c-.2 0-.4.1-.6.1l-.1.1c-.2.1-.4.3-.6.4-.2.2-.3.4-.5.6-.7.9-1.1 2-1.1 3.1 0 .8.2 1.6.5 2.3l.1.3c.9 1.9 2.1 3.6 3.7 5.1l.4.4c.3.3.6.5.8.8 2.1 1.8 4.5 3.1 7.2 3.8.3.1.7.1 1 .2h1c.5 0 1.1-.2 1.5-.4.3-.2.5-.2.7-.4l.2-.2c.2-.2.4-.3.6-.5s.4-.4.5-.6c.2-.4.3-.9.4-1.4v-.7s-.1-.1-.3-.2z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
  }

@media only screen and (max-width: 768px) {
    .dd-m-whatsapp{
        width: 55px;
        height: 55px;
        right: 10px;
    }
    .dd-m-whatsapp .icon{
        width: 55%;
        height: 55%;
    }

}

/* Scrollbar */
body::-webkit-scrollbar {
  width: 1em;
}
 
/* body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */
 
body::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

/*Video*/
video:focus { 
    outline:none;
}
video {
    clip-path: inset(1px 1px);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 120px;
    height: 20px;
    clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,10px 100%,0 50%);
    background:
     conic-gradient(from 135deg at top   ,#f03355 90deg,#0000 0) top    left,
     conic-gradient(from -45deg at bottom,#f03355 90deg,#0000 0) bottom left,
     #ccc;
    background-size: 20px 50%;
    background-repeat: no-repeat;
    animation: l5 1s infinite linear;
  }
  @keyframes l5 {
      50% {background-position:top right,bottom right }
  }


  .carousel-control-next, .carousel-control-prev {
    background-color: transparent;
    border: 0;
  }

  .carousel-indicators li{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 0
  }