/* Typography */
@font-face {font-family:"Satoshi Light";font-style:normal;font-weight:normal;src:local("Satoshi Light"), url("/assets/fonts/Satoshi-Light.woff") format("woff");}
@font-face {font-family:"Satoshi Regular";font-style:normal;font-weight:normal;src:local("Satoshi Regular"), url("/assets/fonts/Satoshi-Regular.woff") format("woff");}
@font-face {font-family:"Satoshi Medium";font-style:normal;font-weight:normal;src:local("Satoshi Medium"), url("/assets/fonts/Satoshi-Medium.woff") format("woff");}
@font-face {font-family:"Satoshi Bold";font-style:normal;font-weight:normal;src:local("Satoshi Bold"), url("/assets/fonts/Satoshi-Bold.woff") format("woff");}
@font-face {font-family:"Satoshi Black";font-style:normal;font-weight:normal;src:local("Satoshi Black"), url("/assets/fonts/Satoshi-Black.woff") format("woff");}

/* 
Regular 400
Medium 500
Bold 700
*/

html {scroll-behavior:smooth;}
body {font-family:"Satoshi Regular";color:#5F6774;padding-top:0;font-size: 16px;}
a {word-wrap:break-word;text-decoration:none;color:currentColor;}
a:hover {text-decoration:none;color:currentColor;text-decoration: none;}
a:focus {outline:0;color:currentColor;text-decoration:none;}
a:active:focus {outline:0;color:currentColor;text-decoration:none;}
label {font-weight:normal;}
h1 , h2 , h3 , h4 , h5 , h6 {margin-top:0;font-family:"Satoshi Bold";color:#2F3946;}
strong, b {font-family: "Satoshi Bold", sans-serif;}
.font-normal {font-family: "Satoshi Regular", sans-serif;}

/* Body > Theme dark */
body.theme-dark .section:not(.section-footer) {background-color: #030103;color:#E1E4E8;}
body.theme-dark .bg-grey {background-color:#1B1B1B !important;}
body.theme-dark .section-title h3 {color:#F8F9FA;}

body.theme-dark .navbar.navbar-default.is--affix {background-color: #030103;}
body.theme-dark .navbar.navbar-default.is--affix .nav > li > a {color:#ffffff;}
body.theme-dark .navbar.navbar-default.is--affix .navbar-brand .logo {background-image:url(/assets/img/logo-tecnobody-white.svg);}
body.theme-dark .navbar.navbar-default.is--affix .icon-search-white {background-image:url(/assets/icons/icon-search-white.svg);}
/* body.theme-dark .navbar-default .navbar-nav > li > a.active {color:#2466F3;} */
body.theme-dark .navbar.navbar-default.is--affix .navbar-nav > li > a.active {color:#2466F3;}
body.theme-dark .btn-outline-secondary {color:#ffffff;}
body.theme-dark .table-compare tr + tr {border-top:1px solid #1C252F;}
body.theme-dark .table-compare .table-title {color:#F1F2F4;}
body.theme-dark .table-compare .title-row {color:#F1F2F4;}
body.theme-dark .table-compare thead .title {color:#F1F2F4;}
/*p {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}*/

/* Placeholders */
::-webkit-input-placeholder {color:#646775;}
:-moz-placeholder {color:#646775;}
::-moz-placeholder {color:#646775;}
:-ms-input-placeholder {color:#646775;}

/* Utilities */
.p-auto {padding:auto!important;}
.p-0 {padding:0!important;}
.pt-0 {padding-top:0!important;}
.pr-0 {padding-right:0!important;}
.pb-0 {padding-bottom:0!important;}
.pl-0 {padding-left:0!important;}
.p-1 {padding:1rem!important;}
.pt-1 {padding-top:1rem!important;}
.pr-1 {padding-right:1rem!important;}
.pb-1 {padding-bottom:1rem!important;}
.pl-1 {padding-left:1rem!important;}
.p-2 {padding:2rem!important;}
.pt-2 {padding-top:2rem!important;}
.pr-2 {padding-right:2rem!important;}
.pb-2 {padding-bottom:2rem!important;}
.pl-2 {padding-left:2rem!important;}
.p-3 {padding:3rem!important;}
.pt-3 {padding-top:3rem!important;}
.pr-3 {padding-right:3rem!important;}
.pb-3 {padding-bottom:3rem!important;}
.pl-3 {padding-left:3rem!important;}
.p-4 {padding:4rem!important;}
.pt-4 {padding-top:4rem!important;}
.pr-4 {padding-right:4rem!important;}
.pb-4 {padding-bottom:4rem!important;}
.pl-4 {padding-left:4rem!important;}
.m-auto {margin:auto!important;}
.m-0 {margin:0!important;}
.mt-0 {margin-top:0!important;}
.mr-0 {margin-right:0!important;}
.mb-0 {margin-bottom:0!important;}
.ml-0 {margin-left:0!important;}
.m-1 {margin:1rem!important;}
.mt-1 {margin-top:1rem!important;}
.mr-1 {margin-right:1rem!important;}
.mb-1 {margin-bottom:1rem!important;}
.ml-1 {margin-left:1rem!important;}
.m-2 {margin:2rem!important;}
.mt-2 {margin-top:2rem!important;}
.mr-2 {margin-right:2rem!important;}
.mb-2 {margin-bottom:2rem!important;}
.ml-2 {margin-left:2rem!important;}
.m-3 {margin:3rem!important;}
.mt-3 {margin-top:3rem!important;}
.mr-3 {margin-right:3rem!important;}
.mb-3 {margin-bottom:3rem!important;}
.ml-3 {margin-left:3rem!important;}
.m-4 {margin:4rem!important;}
.mt-4 {margin-top:4rem!important;}
.mr-4 {margin-right:4rem!important;}
.mb-4 {margin-bottom:4rem!important;}
.ml-4 {margin-left:4rem!important;}
.w-100 {width:100%;}
.w-auto {width:auto;}
.mw-100 {max-width:100%;}
.d-block {display:block;}
.d-inline {display:inline;}
.d-inline-block {display:inline-block;}
.o-hidden {overflow:hidden;}
.ox-hidden {overflow-x:hidden;}
.oy-hidden {overflow-y:hidden;}
.border {border:1px solid #dee2e6!important;}
.border-top {border-top:1px solid #dee2e6!important;}
.border-right {border-right:1px solid #dee2e6!important;}
.border-bottom {border-bottom:1px solid #dee2e6!important;}
.border-left {border-left:1px solid #dee2e6!important;}
.border-0 {border:0!important;}
.border-top-0 {border-top:0!important;}
.border-right-0 {border-right:0!important;}
.border-bottom-0 {border-bottom:0!important;}
.border-left-0 {border-left:0!important;}
.shadow-none {box-shadow:none!important;}
.shadow {box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
.shadow-sm {box-shadow:0 .125rem .25rem rgba(0,0,0,.075);}
.shadow-lg {box-shadow:0 1rem 3rem rgba(0,0,0,.175);}
.text-lowercase {text-transform:lowercase!important;}
.text-uppercase {text-transform:uppercase!important;}
.text-capitalize {text-transform:capitalize!important;}
.font-weight-bold {font-weight:700!important;}
.font-weight-normal {font-weight:400!important;}
.font-italic {font-style:italic!important;}
.align-top {vertical-align:top!important;}
.align-middle {vertical-align:middle!important;}
.rounded {border-radius:.25rem!important;}
.rounded-top {border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important;}
.rounded-right {border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important;}
.rounded-bottom {border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-left {border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-circle {border-radius:50%!important;}
.rounded-pill {border-radius:50rem!important;}
.rounded-0 {border-radius:0!important;}
.pe-none {pointer-events:none;}
.disabled {pointer-events:none;}
.mw-300 {max-width:300px;}
.mw-650 {max-width:650px;}
.m-auto {margin: auto;}
.text-truncate {display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:24px;}
.flex {display: flex; flex-wrap: wrap; }
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.justify-content-start{justify-content: flex-start;}
.justify-content-center{justify-content: center;}
.justify-content-end{justify-content: flex-end;}

hr.divider-filters {margin-top:0;margin-bottom:40px;border-top:2px solid #E1E4E8;}

/* Anchor */
.a-anchor {display:block;height:100px;margin-top:-100px;visibility:hidden;}

/* Utility > Colors */
.text-muted {color:#6b6b6b !important;}
.text-white {color:#F8F9FA!important;}
.text-black {color:#000000!important;}
.text-warning {color:#c39749 !important;}
.text-danger {color:#dc3545!important;}
.text-gray {color:#f0f0f0 !important;}
.text-dark {color:#5F6774 !important;}

/* Bootstrap 3.3.7 Overrides & Addons */
.col-xs-15 , .col-sm-15 , .col-md-15 , .col-lg-15 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-15 {width:20%;float:left;}
@media (min-width:768px) {.col-sm-15 {width:20%;float:left;}}
@media (min-width:992px) {.col-md-15 {width:20%;float:left;}}
@media (min-width:1200px) {.col-lg-15 {width:20%;float:left;}}
.dropdown-menu .divider {max-width:100%;}

/* Boostrap select */
.bootstrap-select .dropdown-toggle .caret {display:none;}
.selectpicker + .btn-default {padding:12px 22px;font-family: "Satoshi Regular", sans-serif;min-height:48.84px;}
.glyphicon-ok:before {content:"\f00c";font-family: "Font Awesome 5 Free";font-weight:800;}

/* CookieHub */
.cookiehub-declaration p { padding-left:0 !important; padding-right:0 !important; color:#000000; }
.cookiehub-declaration td, .cookiehub-declaration th { padding: 10px 10px !important; }
.cookiehub-declaration th { background-color:#333; color:#fff; word-break:break-word; }
.cookiehub-declaration td { color:#000000; word-break:break-word; }
.cookiehub-declaration tr:nth-of-type(odd) { background-color:#f0f0f0; color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) td, .cookiehub-declaration tr:nth-of-type(odd) td p { background-color:#f0f0f0; color:#000000; }
/* End CookieHub */

/* No padding col */
.row.no-gutters [class*="col-"] {padding-left:0!important;padding-right:0!important;}
.row.row-narrow [class*="col-"] {padding-left:6px!important;padding-right:6px!important;}
.row.row-narrow {margin:0 -6px;}

.row.align-center {display:flex;flex-wrap:wrap;align-items:center;}

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:10px;white-space:normal;border:0;padding:12px 32px;font-size:16px;font-family: "Satoshi Medium", sans-serif;}
.btn.focus , .btn:focus , .btn:hover, .btn:active {outline:0;box-shadow:none;}

/* Buttons > Size */
.btn.btn-sm {padding:4px 8px;}
.btn-icon {padding:8px 16px;}
.btn.btn-link {padding:0;}
.button-load-more {overflow-anchor: "none";margin-top:40px;}

.btn-actions {margin-top:20px;}
.btn-actions a + a {margin-left:15px;}

/* Buttons > Types */
.btn-primary {background:#2466F3;color:#F8F9FA;border:1px solid #2466F3 !important;}
.btn-primary:hover {background:#1b52ca !important;color:#F8F9FA !important;border:1px solid #2466F3 !important;}
.btn-primary:focus {outline:0;background:#2466F3 !important;color:#F8F9FA !important;border:1px solid #2466F3 !important;}

.btn-secondary {background:#dddddd;color:#000000;}
.btn-secondary:hover {background:#dddddd !important;color:#000000 !important;}
.btn-secondary:focus {outline:0;background:#dddddd !important;color:#000000 !important;}

.btn-outline-primary {background:#fff;border:1px solid #2466F3;color:#2466F3;}
.btn-outline-primary:hover {background:#2466F3 !important;color:#F8F9FA !important;border:1px solid #2466F3;}
.btn-outline-primary:focus {outline:0;border:1px solid #2466F3;background:#2466F3 !important;color:#F8F9FA !important;}

.btn-outline-secondary {background:transparent;border:1px solid #9199A4;color:#414C57;}
.btn-outline-secondary:hover {background:#f1f1f1 !important;color:#2466F3 !important;border:1px solid #2466F3;}
.btn-outline-secondary:focus {outline:0;border:1px solid #2466F3;background:#f1f1f1 !important;color:#2466F3 !important;}



/* Animations */
.wow {visibility:hidden;}

/* Anchor */
.anchor {display:block;height:50px;margin-top:-50px;visibility:hidden;}

/* Elements */
.go-top {position:fixed;bottom:15px;right:15px;text-decoration:none;color:#fff;background-color:rgba(37, 102, 244, 0.40);font-size:12px;padding:10px 15px;display:none;z-index:99;border-radius:10px;backdrop-filter: blur(4px);}
.go-top:hover {opacity:.8;}
.go-top i {font-size:20px;color:#fff;}

/* Modals */
.modal {z-index:1051;}
.modal-content {border:0px solid #ffffff;background:#fff;border-radius:10px;-webkit-background-clip:initial;background-clip:initial;}
.modal-header {padding:25px 25px 15px;border:0;}
.modal-header .close {font-size:40px;opacity:1;color:#111822;}
.modal-body {padding:15px 25px 25px;}
.modal-header .modal-title {font-size:32px;}

.modal-backdrop {background-color: rgba(255, 255, 255, .96);z-index:1050;}
.modal-backdrop.in {opacity:.95;}

/* Modals > Search */
.modal-search .section-title h3 {color:#fff;}
@media (min-width:1200px) {
  .modal-search .modal-dialog {margin-top:120px;}
}
.modal-search .modal-content {background-color:transparent;box-shadow:none;}
.modal-search .modal-header {padding:0;border:0;}
.modal-search .modal-body {padding:0;}
.modal-search .modal-body .form-group {margin:0;display:flex;gap:15px;}
.modal-search .modal-body .form-control {margin:0;}

/* Modals > Work */
.modal-work .modal-header {padding-bottom:0;}
.modal-work .category {letter-spacing:3px;text-transform:uppercase;color:#5f6774;}
.modal-work .location {font-size:20px;font-family:"Satoshi Bold", sans-serif;padding:35px 0;}
.modal-work .modal-body {padding-top:0;}
.modal-work .modal-body .lead {font-size:20px;font-family:"Satoshi Bold", sans-serif;color:#000;margin:30px 0 25px;}
.modal-work .modal-body .divider {height:0;max-width:100%;margin:15px 0;}
.modal-work .text > *:last-child {margin-bottom:0;}
.modal-work .text ul {padding-left:20px;}

/* Tables */
.table-container {overflow:hidden;overflow-x:auto;}

/* Table > Compare */
.table-compare .table-title {font-family:"Satoshi Bold", sans-serif;font-size:32px;color:#2F3946;}
.table-compare thead .title {font-size:20px;font-family:"Satoshi Bold", sans-serif;margin-top:8px;color:#424242;}
.table-compare thead tr th {border:0;vertical-align:middle;padding:0 0 40px;}
.table-compare tr + tr {border-top:1px solid #e1e4e8;}
.table-compare tr td {border:0;padding:40px 0;text-align: center;vertical-align:top;}
.table-compare tr td:first-child {border:0;padding:40px 0;text-align:left;}
.table-compare .title-row {letter-spacing:4px;text-transform:uppercase;font-family:"Satoshi Bold", sans-serif;color:#424242;}
.table-compare ul li {padding:8px 0;}
.table-compare thead tr th .img-head img {height:180px;}

/* Table > Specs */
.table.table-specs tr th {border:0;}
.table.table-specs tr td:nth-child(2) {text-align:right;}
.table.table-specs tr td {border:0;padding:10px 0;}
.table.table-specs tr td p {margin-bottom:0;font-family:"Satoshi Bold", sans-serif;font-size:18px;line-height:20px;color:#414C57;}
body.theme-dark .table.table-specs tr td p {color:#E1E4E8;}
.table.table-specs tr td p small {font-size:12px;line-height:16px;font-weight:400;}

/* Disable data sheet btn */
.table-specs + .btn, .table-specs + .btn-actions {display:none;}

/* Medias > News */
.media.media-news {margin-bottom:30px;}
.media.media-news .date {text-transform:uppercase;letter-spacing:3px;font-size:16px;}
.media.media-news h4 {font-size:20px;font-family:"Satoshi Bold", sans-serif;margin:15px 0;line-height:28px;}
.media.media-news .media-body {padding:0 10px;}

/* Medias > Contact */
.media.media-contact i {color:#464d57;}
.media.media-contact p {margin:0;}

/* Blocks > Logo */
.block.block-logo {width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;height:75px;}

/* Blocks > Icon text */
.block-icon-text .block-title .title {font-family:"Satoshi Bold", sans-serif;font-size:20px;color:#1c252f;display:inline-block;vertical-align:middle;}
.block-icon-text p {margin-top:10px;margin-bottom:0;}

/* Panel */
.panel {border:0;box-shadow:none;}
.panel-heading {padding:0;}
.panel-default > .panel-heading {background-color:transparent;}
.panel-body {padding:20px 0;}
.panel-group .panel {border:0;border-radius:0;background:transparent;border-bottom:1px solid #dedede;padding:0;box-shadow:none;}
h4.panel-title {margin-bottom:0!important;font-weight:700;font-size:20px;}
.panel-title {position:relative;}
.panel-title > a {display:block;padding:15px 40px 15px 15px;font-size:16px;}
.panel-title a[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/assets/icons/icon-angle-up.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;padding:20px;}

/* Lists > Globals */
.list-unstyled , .list-group {margin:0;padding:0;}
.list-group li {list-style:none;}
.list-group li a {color:#616161;}
.list-group li a.active {color:#000000;}

/* Lists > Group */
.list-group-item {background-color:#ffffff;border-bottom:1px solid #f4f4f4;border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child {border-radius:0;}
.list-group-item:last-child {border-radius:0;border-bottom:0;}

/* Lists > N Cols (ul) */
.list-2cols {-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols {-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

/* Lists > Classic */
.list-classic ul {padding:0 20px;}
.list-classic ul li {padding: 2px 0;}

/* Lists > Icon text */
.list-icon-text li + li {margin-top:40px;}

/* Scroll down */
.scroll-down {position:absolute;left:0;right:0;margin:0 auto;bottom:0;transform:translateX(-50%);z-index:9;text-align:center;font-size:12px;text-shadow:none;background-color:#ffffff;width:40px;height:40px;color:#585857;padding:12px;animation-duration:2s;}

/* Progress Bar */
.form-steps {display:block;width:100%;position:relative;margin:40px 0;}
.form-steps:after {content:"";display:table;clear:both;}
.form-steps__item {padding:0;position:relative;display:table-cell;width:1%;text-align:center;}
.form-steps__item-content {display:inline-block;}
.form-steps__item-icon {background:#eceff1;color:#8191ab;display:block;border-radius:100%;text-align:center;width:25px;height:25px;line-height:25px;margin:0 auto 10px auto;position:relative;font-size:13px;font-weight:700;z-index:2;}
.form-steps__item-text {font-size:13px;color:#8191ab;font-weight:500;}
.form-steps__item-line {display:inline-block;height:3px;width:100%;background:#cfd8dc;position:absolute;left:-50%;top:12px;z-index:1;}
.form-steps__item--active .form-steps__item-icon {background:#000;color:#ffffff;}
.form-steps__item--active .form-steps__item-text {color:#4f5e77;}
.form-steps__item--active .form-steps__item-line {background:#000;}
.form-steps__item--completed .form-steps__item-text {color:#222;}
.form-steps__item--completed .form-steps__item-icon {background:#000;color:transparent;background-size:10px;background-repeat:no-repeat;background-position:center center;width:25px;height:25px;line-height:25px;}
.form-steps__item--completed .form-steps__item-line {background:#000;}

/* Cards > Globals */
.card {position:relative;min-width:0;word-wrap:break-word;border:1px solid #f4f4f4;margin-bottom:30px;background-color:#ffffff;}
.card .card-header {padding:14px 20px;font-size:18px;font-weight:bold;border-bottom:1px solid #f4f4f4;}
.card .card-bg {position:relative;width:100%;height:220px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.card .card-body {padding:18px 20px;color:#000000;}
.card .card-title {font-size:18px;font-weight:bold;margin:0 0 20px;}
.card .card-footer {padding:14px 20px;border-top:1px solid #f4f4f4;}
.card .card-footer:last-child {border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

/* Cards > Badges */
.card-badge {position:absolute;}
.card-badge.bottom-right {bottom:20px;right:20px;}
.card-badge.bottom-left {bottom:20px;left:20px;}
.card-badge.top-right {top:20px;right:20px;}
.card-badge.top-left {top:20px;left:20px;}

/* Cards > Overlay */
.card .card-overlay .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;width:100%;color:#ffffff;}
.card .card-overlay:before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;pointer-events:none;}

/* Cards > Overlay Content (bottom) */
.card.card-text-overlay {border:0;margin:0;background-color: transparent;}
.card.card-text-overlay .card-bg {height:480px;border-radius:4px;}
.card.card-text-overlay .card-overlay:before {display:none;content:"";position:absolute;top:0;left:0;width:100%;height:inherit;background:linear-gradient( to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);}
.card.card-text-overlay .card-content {max-width:485px;position:absolute;bottom:48px;left:0;right:0;margin:0 auto;text-align:center;width:100%;}
.card.card-text-overlay .card-content h3 {font-family:"Satoshi Bold", sans-serif;font-size:32px;}
.card.card-text-overlay .card-content p {margin-bottom:15px;}

.card.card-text-overlay.is-full .card-content {max-width:100%;padding:0 10%;position:absolute;bottom:48px;left:0;right:0;margin:0 auto;text-align:center;width:100%;}
.card.card-text-overlay.is-full .card-content h3 {font-size:40px;}

/* Cards > Image Text */
.card.card-image-text {border:0;background-color: transparent;}
.card.card-image-text h4.card-title {margin-top:30px;font-family: "Satoshi Bold", sans-serif;font-size:28px;}
.card.card-image-text p {margin-bottom:0;}
.card.card-image-text .card-bg {height:450px;border-radius:6px;}

/* Cards > Solution */
.card.card-solution {border-radius:10px;text-align:center;box-shadow:0 4px 31px 0 rgba(0, 0, 0, .15);}
.card.card-solution .card-body {padding:40px 60px;}
.card.card-solution h4.card-title {font-size:20px;margin-bottom:30px;}
.card.card-solution ul li {color:#5f6774;display:inline-block;padding:6px 0;}
.card.card-solution .img-bottom img {height:180px;margin-top:70px;}
.cards-solution-spacing-top {margin-top:70px;}

/* Cards > Center */
.card.card-center {border:0;background-color:#f5f5f5;box-shadow:0 4px 31px 0 rgba(0, 0, 0, .15);border-radius:4px;height:330px;min-height:initial;}
.card.card-center .section-title h3 {font-size:48px;}
.card.card-center .block-content {height:290px;position:relative;padding-left:30px;}
.card.card-center .block-content .v-center {position:absolute;top:50%;transform:translate(0, -50%);max-width:400px;}
body.theme-dark .card.card-center {background-color:#111822;}

/* Cards > News */
.card.card-news {border:0;background-color: transparent;}
.card.card-news h4.card-title {margin-top:15px;font-family: "Satoshi Bold", sans-serif;font-size:28px;}
.card.card-news .news-date {font-size:16px;color:#414C57;text-transform: uppercase;letter-spacing: 3px;margin-top:25px;font-family: "Satoshi Medium", sans-serif;}
.card.card-news p {margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.card.card-news .card-bg {height:330px;border-radius:6px;}
.card.card-news.horizontal {display:flex;align-items:center;}
.card.card-news.horizontal .card-bg {width:50%;height:auto;padding-bottom:50%;flex-shrink:0;}
.card.card-news.horizontal .card-body {color:#fff;padding:0 10px;padding-left:20px;}
.card.card-news.horizontal .news-date {color:#fff;}
.card.card-news.horizontal h4.card-title {font-size:20px;margin:15px 0;line-height:28px;color:#fff;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}


/* Section > Section Search Results */
.section.section-search-results .card .card-body {height:92px;overflow: hidden;}
.section.section-search-results .card.card-news.is-card {height:520px;}
.section.section-search-results .card.card-news.is-card .card-bg {height:380px;}
.section.section-search-results .card.card-news.is-card h4 {font-size:20px;}

/* Cards > News (Small) */
.card.card-news.news-small {margin-bottom:60px;}
.card.card-news.news-small .card-bg {height:215px;}
.card.card-news.news-small .card-body {padding:0;}
.card.card-news.news-small .news-date {margin: 15px 0;}
.card.card-news.news-small h4 {font-size:20px;min-height:66px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.card.card-news.news-small .card-body p {min-height:46px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

/* Cards > Event */
.card.card-event {border:0;border-radius:10px;box-shadow:0px 4px 31px 0px rgba(0, 0, 0, 0.15); ;}
.card.card-event .card-body {padding:25px 40px;}
.card.card-event h4.card-title {margin-top:15px;font-family: "Satoshi Bold", sans-serif;font-size:20px;line-height: initial;}
.card.card-event .event-date {font-size:16px;color:#414C57;text-transform: uppercase;letter-spacing: 3px;margin-top:25px;font-family: "Satoshi Medium", sans-serif;}
.card.card-event p {margin-bottom:0;}
.card.card-event .card-bg {height:260px;border-radius:10px 10px 0 0;}
.card.card-event .event-tags .list-inline {margin:0;}
.card.card-event .event-tags li {display:inline-block;border-radius:6px;background-color:#193F8F;color:#F8F9FA;padding:8px 16px;}
.card.card-event .event-data li {padding:10px 0;color:#5F6774;}
  
/* Cards > Block */
a:hover .card-block {background-color: #fefefe;}
.card-block {background-color:#f8f9fa;border:2px solid #e1e4e8;border-radius:10px;display:inline-block;width:100%;padding:32px;}
.card-block .block-title .category {letter-spacing:3px;text-transform:uppercase;color:#5f6774;}
.card-block .block-title h4 {font-size:28px;margin:10px 0 0;}
.card-block .location {font-size:20px;font-family:"Satoshi Bold", sans-serif;padding:20px 0;}
.card-block .icon-action {padding:20px 0;}

/* Cards > Product */
a.link-block:hover .card.card-product {opacity:.8;transition: .3s ease-in-out all;}
.card.card-product {border:0;background-color:transparent;margin-bottom:60px;transition: .3s ease-in-out all;}
.card.card-product .card-bg {background-color:#f8f9fa;background-position:center center;background-repeat:no-repeat;background-size:70%;height:380px;border-radius:10px;}
.card.card-product .card-body {padding:15px 0 0;}
.card.card-product h4 {font-size:20px;}
.card.card-product p {color:#5f6774;}
body.theme-dark .card.card-product .card-bg {background-color:#1B1B1B;}
body.theme-dark .card.card-product h4 {color:#F8F9FA;}
body.theme-dark .card.card-product p {color:#E1E4E8;}

 /* Cards > Filters (big) */
.card-filter-big {opacity:.6;border:0;border-radius:10px;overflow:hidden;}
.card-filter-big.is-active {opacity:1;}
.card-filter-big.is-active h4 {font-family:"Satoshi Bold";}
.card-filter-big .card-bg {width:250px;height:145px;}
.card-filter-big h4 {text-transform:uppercase;padding:18px 0;margin:0;font-family:"Satoshi Medium", sans-serif;letter-spacing:2px;color:#2f3946;font-size:10px;}

/* Cards > Image (cover) */
.card-image-cover .card-bg {height:600px;background-repeat:no-repeat;background-position:center center;background-size:cover;}

/* Cards > Card Text image center */
.card.card-image-text-center {text-align:center;border:0;background-color: transparent;border:0;}
.card.card-image-text-center .card-bg {background-size:contain;background-repeat:no-repeat;background-position:center center;height:340px;margin-bottom:20px;}
.card.card-image-text-center h4 {font-size:28px;margin-bottom:10px;}
.card.card-image-text-center ul {list-style-position:inside;}
.carousel-three .card.card-image-text-center h4 {font-size:20px;}

.card.card-image-text-center.is-tall .card-bg {height:530px;margin-bottom:30px;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
.form-group {position:relative;}
.form-control {border-radius:8px;border:1px solid #E1E4E8;margin-bottom:10px;height:auto;padding:12px 22px;box-shadow:none;font-size:16px;}
.form-control:focus {border-color:#2466F3;box-shadow:none;}
.form-control.is-invalid , .control .control__indicator.is-invalid, .select select.is-invalid{border-color:rgb(169, 68, 66);background-color:rgba(169, 68, 66,.2);color:#000;}
.bg-dark .form-control.is-invalid , .bg-dark .control .control__indicator.is-invalid, .bg-dark .select select.is-invalid {color:#fff;}
.form-control.is-invalid::placeholder {color:rgb(169, 68, 66);}
.custom-validators-label {display:none;}
.control + .custom-validators-label {display:block;}
.form-recaptcha.is-invalid iframe {border:2px solid #a94442;}
.form-request .row {margin-left:-6px;margin-right:-6px;}
.form-request .row [class*="col-"] {padding-left:6px;padding-right:6px;}
.input-group .btn {border:1px solid #000000;}

/* Custom inputs */
.control {display:block;position:relative;padding:0 0 0 35px;margin:0 0 20px 0;font-size:12px;cursor:pointer;}
.control input {position:absolute;z-index:-1;opacity:0;}
.control-group {display:inline-block;vertical-align:top;background:#ffffff;text-align:left;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:30px;width:200px;height:210px;margin:10px;}
.control--group {display:block;position:relative;padding-left:35px;margin:32px 0;cursor:pointer;font-size:16px;}
.control--radio .control__indicator {border-radius:50%;border:1px solid #dddddd;background:#ffffff!important;}
.control__indicator {position:absolute;top:0;left:0;height:24px;width:24px;background:#ffffff;border:1px solid #E1E4E8;border-radius:4px;}
.control__indicator:after {content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator , .control input:focus ~ .control__indicator {background:#f4f4f4;}
.control:hover input:not([disabled]):checked ~ .control__indicator , .control input:checked:focus ~ .control__indicator {background:#2466F3;}
.control input:checked ~ .control__indicator {background:#2466F3;border:0;border:1px solid #2466F3;}
.control input:checked ~ .control__indicator:after {display:block;}
.control input:disabled ~ .control__indicator {background:#e6e6e6;opacity:.6;pointer-events:none;}
.control--checkbox .control__indicator:after {left:8px;top:5px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {border-color:#2466F3;}
.control--radio .control__indicator:after {left:4px;top:4px;height:8px;width:8px;border-radius:50%;background:#2466F3;}
.control--radio input:disabled ~ .control__indicator:after {background:#2466F3;}
.select {position:relative;display:inline-block;width:100%;}
.select select {width:100%;cursor:pointer;margin:0;padding:12px 30px 12px 22px;outline:0;background:#ffffff;color:#646775;-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #E1E4E8;border-radius:8px;-webkit-box-shadow:none;box-shadow:none;border-color:#E1E4E8;}
.select select::-ms-expand {display:none;}
.select select:disabled {opacity:.5;pointer-events:none;}
.select__arrow:before {content:"";position:absolute;width:15px;height:15px;top:50%;transform:translate(0,-50%);right:15px;pointer-events:none;background-image:url(/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-size:15px;background-position:center center;}
.select select:hover ~ .select__arrow , .select select:focus ~ .select__arrow {border-top-color:#000000;}
.select select:disabled ~ .select__arrow {border-top-color:#807272;}
.box-radio {border:1px solid #f4f4f4;border-radius:.75rem;}

/* Isotope > Globals */
.isotope__filters {margin:0;text-align:center;}
.isotope__filters .btn {margin:4px;padding: 10px 12px;font-size:15px;}
.isotope__filters .btn-group-top {margin-bottom:30px;}
.isotope__filters .btn-group-bottom {margin-bottom:60px;}
.isotope__filters .btn-filter {background-color:#f1f2f4;border-radius:4px;text-transform:uppercase;letter-spacing:2px;padding:11px 15px;font-size:12px;}
.isotope__filters .btn-filter span {line-height:15px;display: block;}
.isotope__filters .btn-filter:hover {background-color:#f1f2f4;}
.isotope__filters .btn.is-checked {background-color:#2f3946;color:#fff;}
.isotope__data .block-container {margin-top:30px;}

/* Tiny Slider > Globals */
.tiny-slider {opacity:0;}
.tiny-slider.tns-slider {opacity:1;}

/* Tiny Slider > Dots */
.tns-nav {position:absolute;bottom:30px;left:0;right:0;margin:0 auto;text-align:center;z-index:1;}
.tns-nav button {border-radius:100%;width:12px;height:12px;box-shadow:none;border:1px solid #C4C4C4;padding:0;margin:0 4px;background-color:#C4C4C4;font-size:0;}
.tns-nav .tns-nav-active {background:rgba(255,255,255,1);}

/* Tiny Slider > Controls */
.carousel-arrows-lr .prev:hover , .carousel-arrows-lr .next:hover {cursor:pointer;}
.carousel-arrows-lr .prev:focus , .carousel-arrows-lr .next:focus {outline:none;}
.carousel-arrows-lr .prev {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;left:84px;background-image:url(/assets/icons/icon-carousel-left.svg);background-repeat:no-repeat;background-size:24px;background-position:center center;width:56px;height:56px;background-color:rgba(114, 114, 114, 0.60);border-radius:16px;}
.carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:84px;background-image:url(/assets/icons/icon-carousel-right.svg);background-repeat:no-repeat;background-size:24px;background-position:center center;width:56px;height:56px;background-color:rgba(114, 114, 114, 0.60);border-radius:16px;}

.carousel-arrows-lr.arrows-external .prev {left:-70px;background-color: transparent;background-image: url(/assets/icons/icon-carousel-left-dark.svg);}
.carousel-arrows-lr.arrows-external .next {right:-70px;background-color: transparent;background-image: url(/assets/icons/icon-carousel-right-dark.svg);}

body.theme-dark .carousel-arrows-lr.arrows-external .prev {left:-70px;background-color: transparent;background-image: url(/assets/icons/icon-carousel-left.svg);}
body.theme-dark .carousel-arrows-lr.arrows-external .next {right:-70px;background-color: transparent;background-image: url(/assets/icons/icon-carousel-right.svg);}

.no-arrows .prev, .no-arrows .next {display:none;}

/* Carousels > Home */
.carousel-container {position:relative;}
.carousel-home .card {margin:0;}
.carousel-home .card-bg {height:100vh;max-height:950px;min-height:750px;}
.carousel-home .card .card-overlay:before {display: none;}
/* .carousel-home .card .card-overlay .card-body {max-width:1170px;margin:0 auto;} */
.carousel-home .card .card-overlay .card-body {text-align: center;}

/* Carousels > Gallery */
.carousel-gallery .card {margin:0;}
.carousel-gallery .card-bg {height:250px;}
.carousel-gallery .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}

 /* Carousels > Gallery Single Full */
.carousel-gallery-single-full .card {margin:0;border:0;}
.carousel-gallery-single-full .card .card-bg {height:650px;}

/* Carousels > Gallery Single Boxed */
.carousel-gallery-single-boxed .card {margin:0;border:0;}
.carousel-gallery-single-boxed .card .card-bg {height:650px;}

/* Carousels > Gallery Imagextext */
.carousel-gallery-imagetext .card {margin:0;border:0;}
.carousel-gallery-imagetext .card .card-bg {height:650px;}

/* Carousel > Two */
.carousel-two .tns-nav {display:none;}

/* Carousels > News Featured */
.carousel-news-featured .card {margin:0;border:0;}
.carousel-news-featured .card .card-bg {height:680px;}
.carousel-news-featured .card .card-overlay:before {background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.96%, rgba(0, 0, 0, 0.90) 100%);}

.carousel-news-featured .card {text-align:center;border:0;margin:0;}
.carousel-news-featured .card h3 {font-size:40px;color:#fff;}
.carousel-news-featured .card .card-overlay .card-body {max-width:800px;margin:0 auto;top:initial;transform: none;bottom:60px;}

/* Icons */
.icon {width:16px;height:16px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon24 {width:24px;height:24px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon32 {width:32px;height:32px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon36 {width:36px;height:36px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon40 {width:40px;height:40px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon64 {width:64px;height:64px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon72 {width:72px;height:72px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon--right {background-position:right center;}
.icon--middle {vertical-align:middle;position:relative;}
.icon--inline {vertical-align:middle;position:relative;margin-right:4px;}
.icon-play {content:"\f04b";font-family:"Font Awesome 5 Free";}
.icon-play-video {background-image:url(/assets/icons/icon-play-video.svg);border-radius:69px;background-color:rgba(255, 255, 255, .01);backdrop-filter:blur(6px);}
.icon-play-video-white {background-image:url(/assets/icons/icon-play-video-white.svg);border-radius:69px;background-color:rgba(255, 255, 255, .01);backdrop-filter:blur(6px);}

/* Icons > Images */
.icon-flag-it {background-image:url(/assets/icons/icon-flag-it.svg);}
.icon-flag-uk {background-image:url(/assets/icons/icon-flag-uk.svg);}

.icon-angle-up {background-image:url(/assets/icons/icon-angle-up.svg);}
.icon-angle-down {background-image:url(/assets/icons/icon-angle-down.svg);}
.icon-angle-right {background-image:url(/assets/icons/icon-angle-right.svg);}
.icon-search {background-image:url(/assets/icons/icon-search.svg);}
.icon-search-white {background-image:url(/assets/icons/icon-search-white.svg);}
.icon-app-store {background-image:url(/assets/icons/icon-app-store.svg);}
.icon-play-store {background-image:url(/assets/icons/icon-play-store.svg);}
.icon-cloud-primary {background-image:url(/assets/icons/icon-cloud-primary.svg);}
.icon-screen-primary {background-image:url(/assets/icons/icon-screen-primary.svg);}
.icon-vision-primary {background-image:url(/assets/icons/icon-vision-primary.svg);}
.icon-chart-presentation-primary {background-image:url(/assets/icons/icon-chart-presentation-primary.svg);}
.icon-calendar-primary {background-image:url(/assets/icons/icon-calendar-primary.svg);}
.icon-certification-primary {background-image:url(/assets/icons/icon-certification-primary.svg);}
.icon-users-primary {background-image:url(/assets/icons/icon-users-primary.svg);}
.icon-location {background-image:url(/assets/icons/icon-location.svg);}
.icon-location-primary {background-image:url(/assets/icons/icon-location-primary.svg);}
.icon-contact-phone {background-image:url(/assets/icons/icon-contact-phone.svg);}
.icon-contact-location {background-image:url(/assets/icons/icon-contact-location.svg);}
.icon-contact-envelope {background-image:url(/assets/icons/icon-contact-envelope.svg);}

/* Tables */
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;}

/* Tables > Cart */
.checkout__recap .badge {background:transparent;color:#000;padding:0;font-size:initial;line-height:initial;font-weight:normal;}
.table.table-cart .price , .checkout__recap .price {font-weight:bold;font-size:18px;}
.table.table-cart .list-inline a {font-size:12px;}
.table.table-cart input[type="number"] {width:60px;margin-bottom:0;}

/* Head + Nav */
nav .container {position:relative;}
.nav .open > a , .nav .open > a:focus , .nav .open > a:hover {background-color:transparent;}
.navbar.navbar-default {min-height:auto;margin-bottom:0;background-color:transparent;border:0;box-shadow:none;border-radius: 0;padding:15px 35px;}
.navbar.navbar-default .navbar-brand {padding:5px 15px;}
.navbar.navbar-default .navbar-brand .logo {width:100px;height:60px;background-size:contain;background-repeat:no-repeat;background-position:left center;background-image: url(/assets/img/logo-tecnobody-white.svg);}
.navbar.navbar-default .navbar-nav > li {margin:0;}
.navbar.navbar-default .navbar-nav > li > a {padding:25px 20px;color:#fff;font-size:16px;font-family: "Satoshi Bold", sans-serif;}
.navbar.navbar-default .navbar-nav li.dropdown-lang a.dropdown-toggle {padding:23px 20px;}
.navbar.navbar-default .navbar-nav > li.dropdown-lang .dropdown-menu {width:80px;min-width: initial;}
.navbar.navbar-default .navbar-nav > li.dropdown-lang a {padding:12px 20px;text-align:center;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#fff;background-color:transparent;}
.navbar-default .navbar-nav > li > a.active {background-color:transparent;color:#fff;}
.navbar.navbar-default .navbar-nav > .open > a , .navbar.navbar-default .navbar-nav > .open > a:focus , .navbar.navbar-default .navbar-nav > .open > a:hover {background-color:transparent;}
.navbar.navbar-default .nav > li > a.active {background-color:transparent!important;text-decoration:underline;text-decoration-color:#fff;text-underline-offset:5px;text-decoration-thickness:2px;}
.navbar-white .navbar.navbar-default .nav > li > a.active, .navbar-dark .navbar.navbar-default .nav > li > a.active {color:#2466F3!important;background-color:transparent!important;text-decoration:none;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}
.navbar-center {text-align:center;position:absolute;left:0;right:0;margin:0 auto;width:calc(100% - 40%);}
.navbar.navbar-default .navbar-center > li {display:inline-block;float: none;}

/* Body > Navbar White */
body.navbar-top {padding-top:96px;}
body.navbar-white .navbar.navbar-default {background-color:#F8F9FA;}
body.navbar-white .navbar.navbar-default .nav > li > a {color:#111822;}
body.navbar-white .navbar.navbar-default .navbar-brand .logo {background-image:url(/assets/img/logo-tecnobody-primary.svg);}
body.navbar-white .navbar.navbar-default .icon-search-white {background-image:url(/assets/icons/icon-search.svg);}

/* Body > Navbar Dark */
body.navbar-dark .navbar.navbar-default {background-color:#030103;}
body.navbar-dark .navbar.navbar-default .nav > li > a {color:#fff;}
body.navbar-dark .navbar.navbar-default .navbar-brand .logo {background-image:url(/assets/img/logo-tecnobody-white.svg);}
body.navbar-dark .navbar.navbar-default .icon-search-white {background-image:url(/assets/icons/icon-search-white.svg);}

/* Body > Home */
@media only screen and (min-width:992px) {
  body.is-home .navbar.navbar-default:not(.is--affix) {background:linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0) 100%);}
}

/* Head + Affix */
.navbar.navbar-default.is--affix {background:rgba(249, 250, 251, 1);box-shadow:0 0 32px rgba(0,0,0,.2), 0 0 22px rgba(0,0,0,.1);backdrop-filter: blur(5px);}
.navbar.navbar-default.is--affix .nav > li > a {color:#000;}
.navbar.navbar-default.is--affix .nav > li > a:hover {color:#2466F3;}
.navbar.navbar-default.is--affix .nav > li > a.active {color:#2466F3 !important;text-decoration:none;}
.navbar.navbar-default.is--affix .icon-search-white {background-image:url(/assets/icons/icon-search.svg);}
.navbar.navbar-default.is--affix .navbar-brand .logo {background-image: url(/assets/img/logo-tecnobody-primary.svg);}

/* Head Impulso */
.navbar.navbar-default.impulso-hidden {top:-96px;transition:top .6s ease-in-out;}
.navbar.navbar-default.impulso-show {top:0;transition:top .6s ease-in-out;}

/* has-loadmore > News */
.has-loadmore-news .card {display:none;}

/* Backgrounds */
.bg-primary {background-color: #1C252F !important;}
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#f1f2f4!important;}
.bg-grey-alt {background-color: #F8F9FA !important;}
body.theme-dark .bg-grey-alt {background-color: #030103 !important;}
.bg-grey-dark {background-color: #E1E4E8 !important;}
.bg-black {background-color:#000000!important;}
.bg-white {background-color:#ffffff !important;}
.bg-dark {background-color:#111822 !important;}

.bg-app-card {background-image:url(/assets/img/bg-app-card.png);background-position:right center;background-size:contain;background-repeat:no-repeat;}
/* .bg-demo {background-image:url(/assets/img/bg-demo.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */

/* Section > Globals */
.section {position:relative;padding:90px 0;}
.section.section-narrow {padding:60px 0;}
.section.pt-half {padding-top:45px;}
.section.pb-half {padding-bottom:45px;}

/* Section > Header */
.section.section-header {background-repeat:no-repeat;background-position:center center;background-size:cover;height:750px;position:relative;}
.section-header.has-overlay:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, .5);}
.section-header .content-overlay {position:relative;height:100%;}
.section-header .content-overlay .v-center {position:absolute;top:50%;left:0;right:0;margin:0 auto;transform:translate(0, -50%);width:100%;text-align:center;}
.section-header .content-overlay .pre-title {letter-spacing:8px;font-size:18px;text-transform:uppercase;margin-bottom:20px;}
.section-header .content-overlay h1 {font-size:72px;font-family:"Satoshi Bold", sans-serif;}

/* Experimental animation h1 */
/* :root {--delay:0;--duration:800ms;--iterations:1;}
.section-header .content-overlay h1 , .section-header .content-overlay h1::after {-webkit-animation-delay:var(--animation-delay, 2s);animation-delay:var(--animation-delay, 2s);-webkit-animation-iteration-count:var(--iterations, 1);animation-iteration-count:var(--iterations, 1);-webkit-animation-duration:var(--duration, 800ms);animation-duration:var(--duration, 800ms);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.0, .0, .2, 1);animation-timing-function:cubic-bezier(.0, .0, .2, 1);}
.section-header .content-overlay h1 {--animation-delay:var(--delay, 0);--animation-duration:var(--duration, 800ms);--animation-iterations:var(--iterations, 1);position:relative;-webkit-animation-name:clip-text;animation-name:clip-text;color:#ffffff;white-space:nowrap;cursor:default;}
.section-header .content-overlay h1::after {content:"";position:absolute;z-index:999;top:0;left:0;right:0;bottom:0;background-color:#fff;transform:scaleX(0);transform-origin:0 50%;pointer-events:none;-webkit-animation-name:text-revealer;animation-name:text-revealer;}
@-webkit-keyframes clip-text {from {-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);}
  to {-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);}}
@keyframes clip-text {from {-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);}
  to {-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);}}
@-webkit-keyframes text-revealer {0% , 50% {transform-origin:0 50%;}
  60% , 100% {transform-origin:100% 50%;}
  60% {transform:scaleX(1);}
  100% {transform:scaleX(0);}}
@keyframes text-revealer {0% , 50% {transform-origin:0 50%;}
  60% , 100% {transform-origin:100% 50%;}
  60% {transform:scaleX(1);}
  100% {transform:scaleX(0);}} */


.section-header .content-overlay h1 sup {font-size:28px;}
.section-header .content-overlay h2 {font-size:18px;font-family:"Satoshi Regular", sans-serif;width:490px;margin:15px auto 0;line-height:initial;}

/* Section > Header (Title) */
.section.section-header-title {height:initial;padding:160px 0 100px;}
.section-header-title .pre-title {letter-spacing:8px;font-size:18px;text-transform:uppercase;margin-bottom:20px;}
.section-header-title .pre-badge {margin-bottom:20px;}
.section-header-title h1 {font-size:72px;margin-bottom:20px;}
.section-header-title h3 {font-size:56px;margin-bottom:20px;}
.section-header-title p {font-size:18px;}
.img-big-center {margin-top:60px;max-width:100%;}

.section-header-title.title-bar-bottom {padding-top:60px;padding-bottom:50px;}
.section-header-title.title-bar-bottom.is-small h1 {font-size:36px;}
.section-header-title.title-bar-bottom h1 {display:inline-block;padding-bottom:15px;border-bottom:6px solid #2F3946;margin-bottom:0;}
.section-header-title.title-bar-bottom h1.text-white {border-color:#fff;}
.section-header-title.title-bar-bottom .col-xs-12 {border-bottom:1px solid #E1E4E8;}

/* Dividers */
.divider {display:inline-block;margin:20px 0;width:100%;max-width:160px;height:3px;}
.divider-primary {background:#333;}

/* Section > Titles */
.section-title h1 {font-size:60px;margin-bottom:20px;}
.section-title h3 {font-size:40px;font-family:"Satoshi Bold", sans-serif;margin-bottom:15px;line-height: initial;}
.section-title h4 {font-size:20px;margin-bottom:15px;}
.section-title h3 + .divider {margin-top:0;}

.section-title.is-big h3 {font-size:56px;margin-bottom:25px;}
.section-title.is-big p {font-size:18px;}

.bg-grey-alt .section-title.is-big {margin-bottom:60px;}

.section-title .badge-top {margin-bottom:8px;}
.section-title .badge-top .badge {display:inline-block;border-radius:4px;padding:8px 16px;text-transform:uppercase;}
.badge-top .badge.badge-new {background-color: #2466F3;color:#fff;}

/* Section > Video */
.section-video {overflow:hidden;position:relative;height:70vh;}
.section-video .button-play {position:absolute;bottom:30px;left:30px;}
.section-video .button-audio {position:absolute;bottom:30px;right:30px;}
.section-video .videoContainer {pointer-events:none;width:100%;max-height:70vh;height:70vh;top:0;left:0;bottom:0;right:0;transform:scale(2);overflow:hidden;}
.section-video iframe {width:100%;height:100%;}

/* Section > Video > Cover */
.section-video-cover {overflow:hidden;position:relative;height:100vh;max-height:950px;min-height:750px;}
.section-video-cover .videoContainer {position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;overflow:hidden;-webkit-transition:width .3s;-moz-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.section-video-cover .videoContainer .videoBg {min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.section-video-cover .video-buttons {position:absolute;bottom:20px;left:20px;z-index:9;}
.section-video-cover .video-buttons .btn-video-audio {padding:23px;background-image:url(/assets/icons/icon-audio-on.svg);background-repeat:no-repeat;background-size:30px;background-position:center center;}
.section-video-cover .video-buttons .btn-video-audio.is--muted {background-image:url(/assets/icons/icon-audio-off.svg);background-repeat:no-repeat;background-size:17px;background-position:center center;}

/* Section > Video full (card) */
.section-video-full-card .card.card-video {background-color:transparent;border:0;margin:0;}
.section-video-full-card .card.card-video .card-bg {height:680px;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.section-video-full-card .card.card-video .icon-overlay {position:absolute;top:50%;transform:translate(0, -50%);left:0;right:0;margin:0 auto;text-align:center;z-index:1;}

/* Section > Breadcrumbs */
.section-breadcrumbs {padding:0;background-color:#f5f5f5;font-size:12px;}
.section-breadcrumbs .breadcrumb {background:transparent;padding:12px 0;}
.breadcrumb>.active {color:#606060;}

/* Section > Counter */
/* .section-counter .counter {font-size:50px;}
.section-counter .counter-text {font-size:50px;}
.section-counter .counter-text small {font-size:20px;margin-left:-5px;} */

/* Section > Timeline */
/* .section-timeline .timeline-event {display:inline-block;width:100%;cursor:pointer;margin-bottom:20px;}
.section-timeline .timeline-event:before {content:"";width:100%;height:2px;border-top:1px dashed #807272;position:absolute;bottom:8px;left:0;right:0;}
.section-timeline .timeline-event:after {content:"";width:20px;height:20px;border-radius:100%;border:2px solid #000000;position:absolute;bottom:0;background:#ffffff;z-index:9;}
.section-timeline .timeline-event:focus {outline:none;}
.section-timeline .timeline-event .year h3 {font-size:28px;margin-bottom:10px;}
.section-timeline .timeline-event h4 {min-height:50px;font-size:12px;padding-right:20px;}
.section-timeline .timeline-event {padding:10px 0;} */

/* Section > Text+Image */
@media only screen and (min-width:992px) {.section.section-text-image + .section.section-text-image {padding-top:0;}}
.section.section-text-image + .section.section-text-image.pt-normal {padding-top:90px;}
.section-text-image .section-title .pre-title {letter-spacing:8px;text-transform:uppercase;color:#9199a4;font-size:18px;font-family:"Satoshi Medium", sans-serif;}
.section-text-image .box-content {padding:0;}
.section-text-image .section-title h3 {margin:10px 0;font-size:42px;margin-bottom:30px;line-height:initial;}
.section-text-image p {font-size:18px;margin-bottom:0;}
.section-text-image ul li {font-size:18px;}
.section-text-image .btn {margin-top:30px;}

.section-text-image.section-narrow .section-title h3 {font-size:32px;margin-bottom:0;}

.section-text-image.is-product .box-content {padding:0 50px;}
.section-text-image.is-product .section-title h3 {margin:10px 0;font-size:56px;}
.section-text-image.is-product p {font-size:18px;margin-bottom:0;}
.section-text-image.is-product .btn {margin-top:30px;}
.box-content.has--padding-right {padding:0 60px 0 0;}
.box-content.has--padding-left {padding:0 0 0 60px;}

.box-content.has--padding-left .btn-actions a + a {display:none;}

.img-responsive.has--padding-right {padding:0 60px 0 0;}
.img-responsive.has--padding-left {padding:0 0 0 60px;}

/* Section > logos */
.section-logos .row-brands {display:flex;flex-wrap:wrap;justify-content:center;gap:20px 0;}
.section-logos .row-brands > .col-lg {position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
.section-logos .row-brands .block.block-logo {margin-bottom:0;}
@media (min-width:1200px) {
  .section-logos .row-brands > .col-lg {float:left;flex:1;}
}

 /* Section > Text+Image > Boxed */
.section-text-image.is-boxed .card.card-image {border:0;margin:0;}
.section-text-image.is-boxed .box-content {max-width:400px;margin:0 auto;}
.section-text-image.is-boxed .card.card-image .card-bg {height:650px;}
.section-text-image.is-boxed .box-content .section-title h3 {font-size:32px;}
.section-text-image.is-boxed .box-content p {font-size:16px;}

/* Section > Text+Image > Tall */
.section-text-image.is-tall {height:720px;}
.section-text-image.is-tall .box-content {position:relative;height:720px;}
.section-text-image.is-tall .box-content .v-center {position:absolute;top:50%;transform:translate(0, -50%);}
.bg-tall-dx {background-size:contain;background-position:right center;background-repeat:no-repeat;}

/* Section > Product Filters */
.section.section-product-filters {padding:60px 0;}
.section-product-filters .pre-filters > ul > li {padding:0 15px;}
.section-product-filters .isotope__filters .filters-button-group {display:flex;flex-wrap:wrap;justify-content:center;gap:15px 30px;}
.section-product-filters .isotope__filters .btn-filter {background-color:#fff;color:#2F3946;min-height:55px;padding:8px 25px;line-height:15px;margin:0;}
.section-product-filters .isotope__filters .btn.is-checked {background-color:#2f3946;color:#fff;font-family:"Satoshi Bold";}
body.theme-dark .section-product-filters .isotope__filters .btn-filter {background-color:#030103;color:#F8F9FA;}
body.theme-dark .section-product-filters .isotope__filters .btn.is-checked {background-color:#CACFD5;color:#414C57;}

/* Section > Product List */
.section.section-product-list {padding-top:60px;}

/* Section > Image bottom */
.section.section-image-bottom {padding:50px 0;height:650px;background-size:920px;background-position:bottom center;background-repeat:no-repeat;}
.section-image-bottom .decoration-bottom {position:absolute;bottom:-1px;left:0;right:0;margin:0 auto;}

/* Section > Image Big */
.section-image-big .carousel-container {padding-bottom:50px;}
.section-image-big .carousel-container .card {background-color:transparent;}
.section-image-big .carousel-container .card .card-bg {background-size:contain;}
.section-image-big p {font-size:18px;}

/* Section > Cards Image Text */
.section-cards-image-text {padding-bottom:60px;}

/* Section > Image/Text */
.section-half .block-image {position:absolute;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:50%;background-position:center center;}
.image--right {right:0;left:auto;}
.image--left {left:0;right:auto;}
.image--cover {background-size:cover;}
.image--contain {background-size:contain;}

 /* Section > Centers */
.section-centers .block-content {height:650px;position:relative;max-width:70%;margin:0 auto;}
.section-centers .block-content .v-center {position:absolute;top:50%;transform:translate(0, -50%);left:0;right:0;}

/* Section > News > Detail */
.section-news-detail h1 {font-size:40px;margin-bottom:60px;line-height:initial;}
.section-news-detail article p {font-size:18px;}
.section-news-detail article p a {text-decoration:underline;}
.section-news-detail .news-tags {margin-bottom:30px;}
.section-news-detail .news-tags li a {display:inline-block;border-radius:10px;background-color:#d2e0fe;text-transform:uppercase;color:#2466f3;padding:10px 20px;font-family:"Satoshi Bold", sans-serif;}
.section-news-detail .news-date {font-size:16px;font-family:"Satoshi Medium", sans-serif;letter-spacing:3px;text-transform:uppercase;margin-bottom:30px;}
.section-news-detail .news-content h2 {margin:30px 0 15px;}
.section-news-detail .news-content h3 {margin:20px 0 10px;}
.section-news-detail .news-content ul, .section-news-detail .news-content ol {padding-left:20px;}
.section-news-detail .news-content img {max-width:100%;height:auto;display:block;}
.section-news-detail .news-content img:not(.note-float-left):not(.note-float-right) {width:100% !important;}
.section-news-detail .news-content .note-float-left {margin-right:20px;margin-bottom:20px;max-width:50%;}
.section-news-detail .news-content .note-float-right {margin-left:20px;margin-bottom:20px;max-width:50%;}
.section-news-detail iframe {width:100% !important;height:600px !important;}

/* Section > App > Evaluations */
.section-evaluations .img-zoom-bottom {position:absolute;background-image:url(/assets/img/img-zoom-bottom.svg);width:849px;height:415px;background-size:contain;background-position:center center;background-repeat:no-repeat;left:0;right:0;margin:-50px auto;max-width:100%;pointer-events:none;}
.section-evaluations .card.card-image {background-color:transparent;border:0;margin:0;min-height:initial;}
.section-evaluations .card.card-image .card-bg {height:570px;width:280px;background-size:contain;background-position:center center;background-repeat:no-repeat;}
.section-evaluations .img-bottom img {margin:160px 0 0;max-width:100%;}
.section-evaluations .list-screens {text-align:center;}
.section-evaluations .list-screens ul {margin:0;}
.section-evaluations .list-screens li {width:310px;}
.section-evaluations .list-screens .card-image .card-title {color:#ffffff;font-size:18px;margin-bottom:25px;color:#c8c8c8;font-family:"Satoshi Regular", sans-serif;}
.section-evaluations .list-screens .card-image .card-bg {margin:0 auto;}

/* Section > Specifics Parallax */
.section-specifics-parallax {position:relative;}
.section-specifics-parallax .img-title {position:absolute;left:0;right:0;margin:0 auto;top:50%;transform:translate(0, -50%);}
.section-specifics-parallax .img-product {position:absolute;left:0;right:0;margin:0 auto;}
.section-specifics-parallax .hero-product {height:600px;}
.section-specifics-parallax .table.table-specs {margin-top:220px;}
.section-specifics-parallax .table tr th, .section-specifics-parallax .table tr td {font-size:18px;font-family:"Satoshi Regular", sans-serif;line-height:20px;}
.section-specifics-parallax .table tr th small, .section-specifics-parallax .table tr td small {font-size:12px;font-family:"Satoshi Regular", sans-serif;line-height:16px;}
.section-specifics-parallax .table tr th:last-child, .section-specifics-parallax .table tr td:last-child {font-family:"Satoshi Bold", sans-serif;}

/* Section > Activities */
.section-activities .card.card-image {background-color:transparent;border:0;margin:0;min-height:initial;}
.section-activities .card.card-image .card-bg {height:570px;width:280px;background-size:contain;background-position:center center;background-repeat:no-repeat;}
.section-activities .img-bottom img {margin:160px 0 0;max-width:100%;}
.section-activities .list-screens {text-align:center;}
.section-activities .list-screens ul {margin:0;}
.section-activities .list-screens li {width:310px;}
.section-activities .list-screens .card-image .card-title {color:#ffffff;font-size:18px;margin-bottom:25px;color:#c8c8c8;font-family:"Satoshi Regular", sans-serif;}
.section-activities .list-screens .card-image .card-bg {margin:0 auto;}

/* Section > Results */
.section-results .card.card-image {background-color:transparent;border:0;margin:0;min-height:initial;}
.section-results .card.card-image .card-bg {height:570px;width:280px;background-size:contain;background-position:center center;background-repeat:no-repeat;}
.section-results .img-bottom img {margin:160px 0 0;max-width:100%;}
.section-results .list-screens {text-align:center;}
.section-results .list-screens ul {margin:0;}
.section-results .list-screens li {width:310px;}
.section-results .list-screens .card-image .card-title {color:#ffffff;font-size:18px;margin-bottom:25px;color:#c8c8c8;font-family:"Satoshi Regular", sans-serif;}
.section-results .list-screens .card-image .card-bg {margin:0 auto;}

/* Section > Map */
.section.section-map {padding:15px 50px 50px;}
.section-map .contact-maps {width:100%;height:450px;border:0;}
.map-container {height:450px;position:relative;background-color:#f1f1f1;}
.map-container .cookie-accept-text {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;text-align:center;z-index:0;}
.section-map iframe {z-index:1;position:relative;}

/* Section > Timeline */
/* .section-timeline .carousel-timeline .tns-item:nth-child(1) {margin-left:100px;} */
.section-timeline .carousel-timeline .carousel-arrows-lr .prev {left:unset;right:225px;width:25px;height:25px;top:-30px;transform:translate(0,-100%);}
.section-timeline .carousel-timeline .carousel-arrows-lr .next {right:120px;width:25px;height:25px;top:-30px;transform:translate(0,-100%);}
.section-timeline .section-title {padding-left:105px;}
.section.section-timeline-title {padding-bottom:0;}
/* .timeline-block {max-width:280px;} */
.timeline-block .timeline-align {position:relative;min-height:200px;}
.timeline-block .timeline-text {margin:30px 0;position:absolute;bottom:0;}
.timeline-block .timeline-text .timeline__year {font-size:20px;font-family:"Satoshi Bold";color:#2f3946;}
.timeline-block .timeline-text p {margin-top:10px;margin-bottom:0;padding-right:20px;font-size:14px;}
.timeline-block.is--bottom .timeline__image {margin-top:200px;}
.timeline-block.is--bottom .timeline-text {bottom:auto;top:0;}
.timeline-block.is--top .timeline-text {bottom:auto;top:0;}
.section.section-timeline .timeline-block:hover {cursor:grab;}

/* Section > Request */
.section-request .decoration-bottom-left {position:absolute;bottom:-10px;left:0;}
.section-request .section-title h3 {font-size:40px;margin-bottom:30px;}
.section-request .section-title p {max-width:320px;}
.section-request .text-mandatory {margin-top:80px;}

/* Section > Contacts */
.section-contacts .block-icon p {margin:25px 0 0;font-size:18px;}

/* Section > Footer */ 
.section-footer .footer-half-bottom {margin-top:40px;}
.section.section-footer {background-color: #F1F2F4;background-image: url(/assets/img/decoration-footer.svg);background-position: bottom right;background-repeat:no-repeat;padding-bottom:160px;padding-top:45px;}
.section-footer h4 {font-size:20px;font-family: "Satoshi Bold";color:#2F3946;margin-bottom:25px;}
.section-footer .footer-half-bottom h4 {font-size:16px;font-family: "Satoshi Bold";}
.section-footer .logo {margin-bottom:25px;}
.section-footer .copy {font-size:14px;}
.section-footer .copy a {text-decoration: underline;}
.section-footer .copy a:hover {color:#2466F3;}
.section-footer .contact-info {margin:0 0 40px;color: #414C57;}
.section-footer .list-app ul li a {padding:10px 0;display:block;}
.section-footer .list-app ul li a:hover {color:#2466F3;}
.section-footer .list-links ul li a {padding:8px 0;display:block;}
.section-footer .list-links ul li a:hover {color:#2466F3;}

/* 
------------------------------------------
Responsive 
------------------------------------------
*/

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:0;}
  body.navbar-top {padding-top:66px;}
  /* body.theme-dark .section-title h3 {color:#111822;} */
  .pl-0 {padding-left:15px !important;}
  .pr-0 {padding-right:15px !important;}
  .btn-actions a + a {margin-left:0;}

  /* Modals > Work */
  .modal-work .location {padding:20px 0;}
  .modal-work .modal-header .modal-title {font-size:25px;}
  .modal-work .modal-body .lead {font-size:18px;margin:20px 0 15px;}
  
  /* Head  */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius:0;position:fixed;left:0;right:0;top:0;z-index:1050;background-color:transparent;transition:all .6s ease-in-out !important;}
  .navbar.navbar-default.is--affix {background-color:#fff;}
  body.navbar-white .navbar-default {background-color:#fff;}
  .navbar.navbar-default .navbar-brand {padding:10px 15px;height:auto;}
  .navbar.navbar-default .navbar-brand > img {height:40px;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#fff;transition:background-color .6s ease-in-out;}
  .navbar-default.is--affix .navbar-toggle .icon-bar {background-color:#2466F3;}
  body.navbar-white .navbar-default .navbar-toggle .icon-bar {background-color:#2466F3;}
  body.navbar-dark .navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
  .navbar-toggle {border:0;border-radius:0;padding:10px;margin-top:15px;margin-bottom:15px;}
  .navbar-toggle .icon-bar {height:2px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-collapse {background-color:#fff;}
  body.navbar-dark .navbar-default .navbar-collapse {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar-brand {padding:7px;}
  .navbar-toggle .icon-bar+.icon-bar {margin-top:5px;}
  .navbar.navbar-default .dropdown-lang {position:absolute;top:0;left:0;padding-top:20px;padding-left:15px;}
  .navbar.navbar-default .dropdown-lang .dropdown-menu {min-width:60px;margin-left:15px;}

  .navbar-center {position: relative;left:initial;right:initial;width:100%;margin:10px 0;}
  .navbar.navbar-default .navbar-center > li {width:100%;}
  .navbar.navbar-default .navbar-nav > li > a {padding:12px 12px;color:#111822 !important;}
  body.navbar-dark .navbar.navbar-default .nav > li > a {color:#fff !important;}
  .navbar.navbar-default .navbar-nav > li > a.active {color:#2466F3 !important;}
  .navbar.navbar-default .navbar-brand .logo {height:46px;}
  .navbar.navbar-default.is--affix .navbar-brand .logo {background-image: url(/assets/img/logo-tecnobody-primary.svg);}
  body.navbar-white .navbar.navbar-default .navbar-brand .logo {background-image: url(/assets/img/logo-tecnobody-primary.svg);}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {border:0;}

  /* Head + NavbarShop */
  .navbar-shop {position:absolute;padding:16px 10px 13px;right:60px;}
  .navbar-shop .list-inline {margin-bottom:0;}
  .navbar-shop a {padding:10px 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:20px;}
  
  /* Carousels */
  .carousel-arrows-lr .prev {left:15px;width:42px;height:42px;background-size:15px;border-radius: 4px;}
  .carousel-arrows-lr .next {right:15px;width:42px;height:42px;background-size:15px;border-radius: 4px;}
  .tns-nav {bottom:20px;}

  /* Carousel > Arrows external */
  .carousel-arrows-lr.arrows-external .prev {left:0;}
  .carousel-arrows-lr.arrows-external .next {right:0;}

  body.theme-dark .carousel-arrows-lr.arrows-external .next {right:0;}
  body.theme-dark .carousel-arrows-lr.arrows-external .prev {left:0;}

  /* Carousel > Card image-text center */
  .card.card-image-text-center .card-bg {height: 220px;}
  .card.card-image-text-center {padding:0 50px;}
  .card.card-image-text-center h4 {font-size:20px;}
  .card.card-image-text-center p {margin-bottom:0;}
    
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:20px;}
  .carousel-home .card-bg {height:280px;max-height:initial;min-height:initial;}

  /* Carousels > Single Full */
  .carousel-gallery-single-full .card .card-bg {height:380px;}

  /* Carousels > Imagetext */
  .carousel-gallery-imagetext .card .card-bg {height:280px;}

  .card.card-image-text-center.is-tall .card-bg {height:220px;}

  /* Carousels > Gallery Single Boxed */
  .carousel-gallery-single-boxed .card .card-bg {height:280px;}

  /* Carousels > News Featured */
  .carousel-news-featured .card .card-bg {height:220px;}
  .carousel-news-featured .card h3 {font-size:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2F3946;}
  .carousel-news-featured .card p {overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#5F6774;}
  .carousel-news-featured .card .card-overlay:before {display:none;}
  .carousel-news-featured .card .card-overlay .card-body {position:relative;bottom:unset;}
  .carousel-news-featured .tns-nav {bottom:0;}
  .carousel-news-featured .tns-nav .tns-nav-active {background-color:#2F3946;}

  .card.card-news.news-small {margin-bottom:30px;}
  .button-load-more {margin-top:0;}

  .has-loadmore-news > .row > div[class*="col-"] {min-height:unset;}

  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}
  
  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#111822;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-copy {text-align:center;}
  
  /* Card */
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}

  /* Cards > Text Overlay */
  .card.card-text-overlay .card-bg {height:400px;}
  .card.card-text-overlay .card-overlay::before {display:none;background:rgba(0,0,0,.4);}
  .card.card-text-overlay .card-content {bottom:30px;}
  .card.card-text-overlay .card-content h3 {font-size:20px;}
  .card.card-text-overlay .card-content p {padding:0 15px;}
  .card.card-text-overlay.is-full .card-bg {height:260px;}
  .card.card-text-overlay.is-full .card-content {position:static;bottom:0;padding:40px 20px 0;}
  .card.card-text-overlay.is-full .card-content h3 {font-size:25px;margin-bottom:20px;}
  .card.card-text-overlay.is-full .card-content p {padding:0;}
  body:not(.theme-dark) .card.card-text-overlay.is-full .card-content h3 {color:#2F3946 !important;}
  body:not(.theme-dark) .card.card-text-overlay.is-full .card-content p {color:#5F6774 !important;}

  /* Cards > Img cover */
  .card-image-cover .card-bg {height:280px;}

  /* Medias */
  .media.media-news .media-left {vertical-align: top}
  .media.media-news .media-left img {width:80px;}
  .media.media-news h4 {font-size:18px;line-height:initial;}

  /* Table > Compare */
  .table-compare .visible-xs {display:table-row;background:#efefef;}
  .table-compare thead .visible-xs {background:transparent !important;}
  body.theme-dark .table-compare .visible-xs {background:#111822;}
  .table-compare td:first-child , .table-compare th:first-child {display:none;}
  .table-compare .visible-xs > th:first-child {display:table-cell;padding-bottom:10px;}
  .table-compare tr + tr {border:0;}
  .table-compare tr td {padding:10px 12px;text-align: left;vertical-align:top;}
  .table-compare tr.visible-xs td {padding:10px 12px;font-family:"Satoshi Bold", sans-serif;}
  .table-compare thead tr th .img-head img {height:90px;}
  .table-compare .table-title {font-size:20px;margin-bottom:30px;}
  .table-compare thead .title {font-size:16px;}

  /* Blocks */
  .block.block-logo {margin:0 0 25px;height:65px;}
  
  /* Section */
  .section {padding:40px 1px;}
  .section-header h1 {font-size:24px;text-align:center;}
  .section-breadcrumbs {display:none;}
  .section-video .videoContainer {pointer-events:auto;}
  .section-title h1 {font-size:36px;}
  .section-title h3 {font-size:28px;}

  .section.section-header-title {padding:40px 0;}
  .section-header-title .btn-apps {margin-bottom:30px;}

  .section.section-header {height:600px;}
  .section.section-header.header-news {height:200px;}
  .section-header .content-overlay .pre-title {font-size:16px;margin-bottom:10px;}
  .section-header .content-overlay h1 {font-size:36px;padding:0 15px;}
  .section-header .content-overlay h2 {width:100%;padding:0 15px;}

  .section.section-map {padding:0 0 5px;}

  .section-header-title.title-bar-bottom {padding-top:25px;padding-bottom:15px;}
  .section-header-title h1 {font-size:36px;}
  .section-header-title h3 {font-size:32px;}
  
  .section-product-filters .isotope__filters .filters-button-group {white-space:nowrap;display:block;overflow:hidden;overflow-x:auto;padding-bottom:20px;}
  .section-product-filters .isotope__filters .btn-filter {display:inline-block;margin-left:15px;}

  /* Section > Text/Image */
  .section-text-image .section-title .pre-title {margin-top:25px;}
  .section-text-image.is-product .box-content {padding:0 15px;margin-bottom:30px;}
  .section-text-image.is-product .section-title h3 {font-size:32px;margin:15px 0 20px;}
  .section-text-image .section-title h3 {font-size:32px;margin-top:40px;line-height:32px;}
  .section-text-image .btn {margin-top:20px;}
  .section-text-image .row.row-large .img-responsive, .section-text-image + .section .row.row-large .img-responsive {width:280px;margin-left:auto;margin-right:auto;}
  .section-text-image.is-boxed {padding:40px 15px;}

  /* Section > Video full */
  .section-video-full-card .card.card-video .card-bg {height:200px;}

  .section-evaluations .list-screens li, .section-activities .list-screens li, .section-results .list-screens li {width:250px;}

  .section.section-text-image + .section.section-text-image {height:auto;background-position: bottom center;background-size:260px;}
  .section.section-text-image.is-product + .section.section-text-image.is-product {padding-top:0;}
  .section.section-text-image .badge-top .badge.badge-new {margin-top:30px;}
  .section-text-image.is-tall .box-content .v-center {position: relative;top:initial;transform:none;}

  /* Section > Box Content */
  .section-text-image.is-boxed .card.card-image .card-bg {height:345px;}
  .section-text-image.is-boxed {padding-bottom:0;}
  .section-text-image.is-boxed .box-content {padding:40px 15px;}
  .section-text-image.is-boxed .box-content .section-title h3 {font-size:20px;line-height:28px;margin-bottom:25px;}
  
  .bg-grey-alt .section-title.is-big {margin-bottom:30px;}

  /* Section > Video > Cover */
  .section-video-cover {height:280px;max-height:initial;min-height:initial;}

  /* Section > Specifics Parallax */
  .section-specifics-parallax .table.table-specs {margin-top:20px;}
  
  /* Section > Image bottom */
  .section.section-image-bottom {height:500px;background-size:200px;}
  .section-image-bottom .decoration-bottom img {width:100%;}

  /* Section > News */
  .section-news .is-scrollable .card-news.horizontal .card-bg {height:240px;}
  .section-news .is-scrollable + .row .mt-4 {margin-top:10px !important;}

  /* Section > logos */
  .section-logos .carousel-container .carousel-arrows-lr {display:none;}
  .section-logos .carousel-container .block.block-logo {margin:0;}

  /* Section > News > Detail */
  .section-news-detail h1 {font-size:32px;margin-bottom:30px;}
  .section-news-detail .news-content h2 {margin:20px 0 10px;font-size:25px;}
  .section-news-detail .news-content .note-float-left {float:none;max-width:100%;margin:0 auto 15px;}
  .section-news-detail .news-content .note-float-right {float:none;max-width:100%;margin:0 auto 15px;}
  .section-news-detail iframe {height:300px !important;}

  /* Section > Timeline */
  .section-timeline .section-title {padding-left:0;}
  .section-timeline .carousel-timeline .carousel-arrows-lr {display:none;}
  .timeline-block .timeline-align {min-height:170px;}
  .timeline-block.is--bottom .timeline__image {margin-top:170px;}

  .card.card-image-text .card-bg {height:260px;}

  .section-gallery-single-boxed + .section {margin-top:-30px;}
  .section-gallery-single-boxed + .section .section-title h4 {margin-top:30px;}

  /* Section > Request */
  .section-request .section-title h3 {font-size:32px;}
  .section-request .section-title h3 br {display: none;}
  .section-request .section-title p {max-width:initial;}
  .section-request .section-title p {margin-top:initial;}

  /* Forms */
  .form-request .btn {margin-top:30px;width:100%;}
  .section-request .decoration-bottom-left {display:none;}

  /* Section > App > Evaluations */
  .list-screens {overflow-x:visible;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;padding:0 30px 0;-webkit-overflow-scrolling:touch;}
  .list-screens li {width:auto;display:inline-block !important;padding:initial;float:none;margin:0 -2px;vertical-align:middle;}
  .list-screens li:last-child {margin-right:30px;}
  .list-screens .card.card-image .card-bg {width:240px;height:420px;}
  .list-screens .card-image .card-title {display:none;}
  .section-evaluations .img-zoom-bottom {margin:-200px auto;}

  /* Cards > Blocks */
  .card-block:after {content:"";width:24px;height:24px;position: absolute;top:50%;transform: translate(0,-50%);right:30px;background-image: url(/assets/icons/icon-angle-right.svg);background-repeat:no-repeat;background-size:contain;}
  .card-block .icon-action {display:none;}
  .card-block .block-title h4 {padding-right:40px;}
  .card-block {padding:20px;}
  .isotope__data .block-container {margin-top:15px;}

  /* Cards > Center */
  .bg-app-card:before {border-radius:6px;}
  .card.card-center {padding-bottom:300px;height:270px;}
  .card.card-center .section-title h3 {font-size:32px;}
  .bg-app-card {background-size:cover;background-position:bottom center;}
  .bg-app-card:before {content:"";position: absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.80);}
  .card.card-center .block-content {padding:0 30px;height:250px;}

  /* Cards > Search */
  .card.card-product {margin-bottom:40px;}
  .card.card-product .card-body {text-align:center;}
  .card.card-news.is-card {margin-bottom:40px;}
  .card.card-news.is-card .card-bg {height:220px;}
  .section.section-search-results .card.card-news.is-card {height:auto;}
  .card.card-news .text-truncate {overflow: visible;white-space: normal;height:auto;}
  .card.card-news.news-small h4 {min-height:unset;}

  /* Cards > News */
  .card.card-news .card-bg {height:215px;}
  .card.card-news .news-date {margin:15px 0;}
  .card.card-news h4.card-title {font-size:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 10px;}

  .card.card-news.horizontal {flex-wrap:wrap;}
  .card.card-news.horizontal .card-bg {width:100%;height:160px;padding-bottom:0;}
  .card.card-news.horizontal .card-body {padding:0;}
  .card.card-news.horizontal h4.card-title {font-size:18px;line-height:initial;}

  /* Carousel > Two */
  .carousel-two {padding:0;}
  .carousel-two .carousel-arrows-lr {display:none;}
  .carousel-two .tns-nav {display:block;bottom:0;}
  .carousel-two .card.card-image-text-center {padding:0;}
  .card.card-image-text-center .card-bg {height:220px;}
  .card.card-image-text-center p {line-height:initial;}
  .card.card-image-text-center ul {text-align:left;}

  /* Cards > Filter */
  .section.section-product-filters {padding:15px 0;}
  .section-product-filters .pre-filters > ul > li {padding:0 5px;}
  .section-product-filters .isotope__filters .btn-filter {padding:5px 15px;letter-spacing:1px;margin-left:10px;}
  .pre-filters li {width:49%;vertical-align:top;}
  .pre-filters li .card-bg {width: 100%;height:90px;}
  .pre-filters .card-filter-big h4 {padding:10px 20px;min-height:42px;vertical-align:middle;}

  .isotope__filters {margin:0 -15px;}
  .isotope__filters .btn-filter:first-child {margin-left: 15px;}
  .isotope__filters .btn-filter:last-child {margin-right: 15px;}
  .isotope__filters .btn-group-bottom {white-space:nowrap;overflow:hidden;overflow-x:auto;margin-bottom:30px;padding-bottom:30px;}
  .isotope__data .card-block .block-title h4 {font-size:18px;}
  .isotope__data .card-block .icon24 {width:20px;height:20px;}
  .isotope__data .card-block .location {font-size:16px;}
  
  .section.section-workwithus {padding-bottom:0;}
  .section-workwithus + .section {text-align:center;}

  /* Cards > Product */
  .card.card-product .card-bg {height:auto;padding-bottom:100%;background-size:75%;}

  /* Content */
  .img-big-center {margin-top:30px;}
  .box-content.has--padding-left {padding:0;}
  .box-content.has--padding-right {padding:0;}
  .img-responsive.has--padding-left {padding:0;}
  .img-responsive.has--padding-right {padding:0;}
  .list-icon-text {margin-top:30px;}
  /* .btn-actions a + a {margin:10px 0 0;} */

  .section-title.is-big h3 {font-size:36px;}
  
  /* Section > Image/Text */
  .section.section-half {padding-top:0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:330px;background-position:center center;}
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}

  .btn-actions {display:flex;gap:15px;}
  .btn-actions .btn {padding-left:15px;padding-right:15px;}

  .section.section-gallery-single-full {padding-bottom:0;}

  .section-centers .block-content {max-width:100%;height:auto;padding:40px 15px;}
  .section-centers .block-content .v-center {position:relative;top:unset;left:unset;right:unset;transform:none;}
  
  /* Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}

  .table.table-compare tr td:first-child {display:inline-block;width: 100%;}

  /* Section > Contacts */
  .section-contacts div[class*="icon-"] {width:40px;height:40px;}
  .section-contacts .block-icon p {margin-top:5px;margin-bottom:15px;}
  
  /* Section > Footer */
  .section-copy .text-right {text-align:center;}
  .section-footer .logo {margin:0 auto 20px;text-align:center;}
  .section-footer .logo img {height:60px;}
  .section-footer .footer-text {margin-bottom:30px;display:none;}
  .section-footer .copy {text-align:center;}
  .section-footer .copy br {display:none;}
  .section-footer .footer-half-bottom h4 {margin-bottom:5px;}
  .section-footer h4 {text-align:center;margin-bottom:10px;}
  .section-footer .taber-body {text-align:center;}
  .section-footer .taber-body ul {display:flex;flex-wrap:wrap;gap:15px;justify-content:center;}
  .section-footer .row-footer {display:flex;flex-wrap:wrap;flex-direction:column;}
  .section-footer .row-footer .col-newsletter {order:6;}
  .section-footer .contact-info .media {display:flex;align-content:center;justify-content:center;}
  .section-footer .contact-info .media-body {width:auto;}
  
  
}

/* Smartphone Landscape 
@media only screen and (min-width:480px) and (max-width:767px){
}
*/

/* Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {
  
  /* Globals */
  body {padding-top:58px;}
  body.navbar-top {padding-top:58px;}
  body.theme-dark .navbar.navbar-default {background-color:#111822;}
  body.theme-dark .navbar.navbar-default .navbar-nav > li > a {color:#ffffff !important;}
  body.theme-dark .navbar.navbar-default .navbar-brand .logo {background-image: url(/assets/img/logo-tecnobody-white.svg);}
  
  /* Mobile Nav Toggle */
  .navbar-header {float:none;}
  .navbar-collapse {border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
  .navbar-fixed-top {top:0;border-width:0 0 1px;}
  .navbar-collapse {padding:0;}
  .navbar-collapse.collapse {display:none!important;padding:0;}
  .navbar-collapse.collapse.in {display:block!important;}
  .navbar-nav {float:none!important;margin-bottom:7.5px;margin-right:0;}
  
  /* Head + Nav */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;position:fixed;left:0;right:0;top:0;z-index:1050;background-color:#fff;}
  .navbar.navbar-default.is--affix {padding:0;}
  .navbar.navbar-default .navbar-brand {height:auto;}
  .navbar.navbar-default .navbar-brand > img {height:43px;}
  .navbar-default .navbar-nav > li , .navbar-default .navbar-nav > li > ul > li {float:none;display:block;width:100%;}
  .navbar-default .navbar-nav > li > a , .navbar-default .navbar-nav > li > ul > li > a {padding-top:10px;padding-bottom:10px;width:100%;display:block;}
  .navbar-default .navbar-nav li + li:before {display:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#2466F3;}
  .navbar-toggle {border:0;border-radius:0;margin:12px;display:inline-block;}
  .navbar-toggle .icon-bar {height:2px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-toggle .icon-bar+.icon-bar {margin-top:5px;}
  .navbar.navbar-default .dropdown-lang {position:absolute;top:0;left:0;padding-top:20px;padding-left:15px;}
  .navbar.navbar-default .dropdown-lang .dropdown-menu {min-width:60px;margin-left:15px;}
  .navbar-default .navbar-nav .dropdown {text-align:center;}
  .navbar-default .navbar-nav .dropdown-menu {position:static;top:unset;left:unset;float:none;width:auto;}
  .navbar-default .navbar-nav .open .dropdown-menu {display:inline-block;}
  .navbar-default .navbar-nav .open .dropdown-menu > li {display:inline-block;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  
  .navbar-center {position: relative;left:initial;right:initial;width:100%;margin:10px 0;}
  .navbar.navbar-default .navbar-center > li {width:100%;}
  .navbar.navbar-default .navbar-nav > li > a {padding:12px 12px;color: #111822 !important;}
  .navbar.navbar-default .navbar-brand .logo {height:46px;background-image: url(/assets/img/logo-tecnobody-primary.svg);}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {border:0;}
  
  /* Head + NavbarShop */
  .navbar-shop {position:absolute;padding:16px;right:70px;}
  .navbar-shop .list-inline {margin-bottom:0;}
  .navbar-shop a {padding:10px 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:20px;}

  /* Medias */
  .media.media-news .media-left {vertical-align: top}
  .media.media-news .media-left img {width:160px;}
  .media.media-news h4 {font-size:18px;line-height:initial;}

  /* Cards > Text Overlay */
  .card.card-text-overlay .card-bg {height:460px;}

  /* Cards > Blocks */
  .card-block:after {content:"";width:24px;height:24px;position: absolute;top:50%;transform: translate(0,-50%);right:30px;background-image: url(/assets/icons/icon-angle-right.svg);background-repeat:no-repeat;background-size:contain;}
  .card-block .icon-action {display:none;}
  .card-block .location {padding:32px 0;}
  .isotope__data .block-container {margin-top:20px;}
  .card-block > .row {display:flex;flex-wrap:wrap;align-items:center;}
  .card-block .block-title h4 {margin:0;}

  /* Cards > News */
  .card.card-news .card-bg {height:450px;}
  .card.card-news.horizontal {align-items:flex-start;}
  .card.card-news.horizontal .card-bg {width:200px;height:200px;padding-bottom:0;}
  .card.card-news.horizontal h4.card-title {font-size:18px;line-height:initial;}

  /* Table > Compare */
  .table-compare thead tr th .img-head img {height:140px;}

  /* Section */
  .section {padding:55px 0;}
  .section.section-narrow {padding:45px 0;}
  .section-header h1 {font-size:24px;text-align:center;}
  .section-breadcrumbs {display:none;}
  .section-video .videoContainer {pointer-events:auto;}
  .section-title h1 {font-size:36px;}
  .section-title h3 {font-size:28px;}
  .btn-actions a + a {margin-left:0;}

  .section.section-header {height:500px;}
  .section-header .content-overlay h1 {font-size:42px;}

  .section.section-header-title {padding:60px 0 0;}
  .section-header-title h1 {font-size:36px;}
  .section-header-title.title-bar-bottom {padding-top:25px;padding-bottom:15px;}

  .row.align-center.bg-primary {padding:0;}
  
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:20px;}
  .carousel-home .card-bg {height:480px;max-height:initial;min-height:initial;}

  body.theme-dark .carousel-arrows-lr.arrows-external .prev {left:0;}
  body.theme-dark .carousel-arrows-lr.arrows-external .next {right:0;}

  .carousel-arrows-lr .prev {left:25px;}
  .carousel-arrows-lr .next {right:25px;}
  .carousel-arrows-lr.arrows-external .next {right:25px;}
  .carousel-arrows-lr.arrows-external .prev {left:25px;}

  /* Carousels > News Featured */
  .carousel-news-featured .card .card-bg {height:450px;}

  /* Carousels > Gallery Single Boxed */
  .carousel-gallery-single-boxed .card .card-bg {height:450px;}

  /* Carousels > Single Full */
  .carousel-gallery-single-full .card .card-bg {height:420px;}

  /* Carousel > Two */
  .carousel-two {padding:0;}
  .card.card-image-text-center .card-bg {height:220px;}
  .carousel-two .carousel-arrows-lr {display:none;}
  .carousel-two .tns-nav {display:block;bottom:0;}

  /* Section > Video > Cover */
  .section-video-cover {height:700px;max-height:initial;min-height:initial;}

  /* Section > Request */
  .section-request .section-title h3 br {display: none;}
  .section-request .section-title p {max-width:initial;}
  .section-request .section-title p {margin-top:initial;}

  /* Section > Text/Image */
  .section-text-image + .section {padding-top:0;}
  .section-text-image .section-title h3 {font-size:36px;margin-top:30px;}
  .section-text-image .section-title .pre-title {margin-top:25px;}
  .section-text-image.is-product .box-content {padding:0 15px;margin-bottom:30px;}
  .section-text-image .row.row-large .img-responsive, .section-text-image + .section .row.row-large .img-responsive {width:480px;margin-left:auto;margin-right:auto;}
  
  /* Section > Image bottom */
  .section.section-image-bottom {height:460px;background-size:240px;}
  .section-image-bottom .decoration-bottom img {width:520px;}

  /* Section > App > Evaluations */
  .list-screens {overflow-x:visible;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;padding:0 30px 0;-webkit-overflow-scrolling:touch;}
  .list-screens li {width:auto;display:inline-block !important;padding:initial;float:none;margin:0 -2px;vertical-align:middle;}
  .list-screens li:last-child {margin-right:30px;}
  .list-screens .card.card-image .card-bg {width:240px;height:420px;}
  .list-screens .card-image .card-title {display:none;}
  .section-evaluations .img-zoom-bottom {margin:-200px auto;}
  .section-evaluations .img-bottom img {max-width:60%;margin-top:70px;}

  /* Section > News > Detail */
  .section-news-detail iframe {height:450px !important;}
  
  /* Blocks */
  .block.block-logo {margin:0 auto 25px;height:65px;width:200px;}

  .section.section-search-results .card .card-body {height:120px;}

  /* Section > Text+Image > Boxed */
  .section-text-image.is-boxed {padding-left:15px;padding-right:15px;}
  .section-text-image.is-boxed .container {width:100%;}
  .section-text-image.is-boxed .card.card-image .card-bg {height:730px;}
  .section-text-image.is-boxed .box-content {padding:40px 15px;max-width:600px;}

  /* Section > Timeline */
  .section-timeline .section-title {padding-left:15px;}
  .section-timeline .carousel-timeline .carousel-arrows-lr .prev {right:95px;}
  .section-timeline .carousel-timeline .carousel-arrows-lr .next {right:30px;}
  .timeline-block .timeline-align {min-height:150px;}
  .timeline-block.is--bottom .timeline__image {margin-top:150px;}

  /* Content */
  .box-content.has--padding-left {padding:0 15px 0;}
  .box-content.has--padding-right {padding:0;}
  .img-responsive.has--padding-left {padding:0 15px 0;}
  .img-responsive.has--padding-right {padding:0 15px 0;}
  .list-icon-text {margin-top:30px;}
  .bg-app-card {background-size:cover;background-position:bottom center;}
  .bg-app-card:before {content:"";position: absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);}
  /* .btn-actions a + a {margin:10px 0 0;} */

  .section-specifics-parallax .table.table-specs {margin-top:50px;}
    
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}
    
  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#111822;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-footer .contact-info .media {display:inline-block;vertical-align:middle;}
  .section-copy {text-align:center;}
  .section-footer .copy br {display:none;}
  .footer-text {margin-bottom:30px;}
  
    
  
}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px) {

  /* Globals */
  body {padding-top:0;}
  body.navbar-top {padding-top:80px;}

  /* Head > Nav */
  .navbar.navbar-default {padding:5px 15px;}
  .navbar.navbar-default.is--affix {padding:5px 15px;}
  .navbar-center {width:calc(100% - 310px);}
  .navbar.navbar-default .navbar-nav > li > a {padding:25px 12px;}

  .carousel-arrows-lr.arrows-external .prev {left:-30px;}
  .carousel-arrows-lr.arrows-external .next {right:-30px;}
    
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:20px;}
  .carousel-home .card-bg {height:560px;max-height:initial;min-height:initial;}

  /* Section */
  .section {padding:55px 0;}
  .section-header h1 {font-size:24px;text-align:center;}
  .section-breadcrumbs {display:none;}
  .section-video .videoContainer {pointer-events:auto;}

  /* Section > Header */
  .section.section-header {height:540px;}
  .section.section-header-title {padding:120px 0 0;}
  .section-header-title.title-bar-bottom {padding-top:60px;padding-bottom:50px;}
  .section-header .content-overlay h1 {font-size:62px;}
  .section-header-title.title-bar-bottom h1 {font-size:62px;}
  .section.section-product-filters {padding:15px 15px;}

  .card-block > .row {display:flex;flex-wrap:wrap;align-items:center;}
  .card-block .block-title h4 {margin:0;}

  /* Section > Video > Cover */
  .section-video-cover {height:560px;max-height:initial;min-height:initial;}

  /* Cards > Filters */
  .isotope__filters {white-space: nowrap;overflow-x: auto;margin:0 -42px;}
  .isotope__filters .btn-filter:first-child {margin-left: 15px;}
  .isotope__filters .btn-filter:last-child {margin-right: 15px;}

  /* Content */
  .box-content.has--padding-left {padding:0 15px 0;}
  .box-content.has--padding-right {padding:0 15px 0;}
  .img-resoponsive.has--padding-left {padding:0 15px 0;}
  .img-resoponsive.has--padding-right {padding:0 15px 0;}
  .list-icon-text {margin-top:30px;}

  /* Carousel > Gallery Single (Full) */
  .carousel-gallery-single-full .card .card-bg {height:480px;}

  /* Section > Video Full */
  .section-video-full-card .card.card-video .card-bg {height:480px;}

  /* Cards > Card Center */
  .card.card-center .section-title h3 {font-size:42px;max-width:340px;}

  .card.card-news .card-bg {height:240px;}
  .card.card-news.news-small .card-bg {height:170px;}
  .carousel-news-featured .card .card-bg {height:550px;}

  .section.section-search-results .card .card-body {height:90px;}

  /* Section > Timeline */
  .section-timeline .section-title {padding-left:15px;}
  .section-timeline .carousel-timeline .carousel-arrows-lr .prev {right:95px;}
  .section-timeline .carousel-timeline .carousel-arrows-lr .next {right:30px;}

  /* Section > App > Evaluations */
  .list-screens {overflow-x:visible;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;padding:0 30px 0;-webkit-overflow-scrolling:touch;}
  .list-screens li {width:auto;display:inline-block !important;padding:initial;float:none;margin:0 -2px;vertical-align:middle;}
  .list-screens li:last-child {margin-right:30px;}
  .list-screens .card.card-image .card-bg {width:280px;height:520px;}
  .list-screens .card-image .card-title {display:none;}
  .section-evaluations .img-zoom-bottom {margin:-200px auto;}
  .section-evaluations .img-bottom img {max-width:60%;margin-top:70px;}
    
 
}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px) {
  
}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
}