@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fefdfc;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-top: 0;
  top: 0;
}
.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}
.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
  animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #2c99d4;
  border-right-color: #2c99d4;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #2c99d4;
  border-bottom-color: #2c99d4;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #2c99d4;
}
@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
/*HEADER*/
header {
  z-index: 9;
  padding: 0.625rem 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
  box-shadow: 0px -6px 10px #333333;
  -webkit-box-shadow: 0px -6px 10px #333333;
  -o-box-shadow: 0px -6px 10px #333333;
  -moz-box-shadow: 0px -6px 10px #333333;
}
header #logo figure img {
  height: 50px;
}
header #menu {
  padding: 0;
}
header #menu ul {
  margin: 0;
  width: 100%;
  gap: 1rem 3rem;
}
header #menu .btn-default {
  padding: 12px 30px;
  font-size: 1rem;
}
header #menu li a {
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
header #menu li a:hover {
  color: #2c99d4;
}
/*END HEADER*/
#home .list-items li {
  margin: 1.5rem 0;
}
#home .list-items li i {
  font-size: 3rem;
  color: #2c99d4;
}
#home .list-items li h3 {
  color: #222222;
}
#home .list-items li p {
  color: #565656;
}
#home .block-description:nth-child(odd) {
  background: #f4f4f4;
}
#home .block-description .figure-description img {
  min-height: 500px;
  object-fit: cover;
  -o-object-fit: cover;
}
#home #products {
  background: #f4f4f4;
}
#home #products .title-block h2 {
  color: #2c99d4;
}
#home #products #listItems li {
  margin: 15px 0;
}
#home #products #listItems li .item-list {
  padding: 25px;
  border: 2px solid #DDDDDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 100%;
}
#home #products #listItems li .item-list h3 {
  color: #000;
  font-size: 1.25rem;
}
#home #products #listItems li .item-list p {
  font-size: 14px;
  margin-bottom: 8px;
}
#home #products #listItems li .item-list img {
  object-fit: contain;
  -o-object-fit: contain;
  height: 120px;
}
#home #products #listItems li .item-list .resume ul li {
  list-style: inside;
  margin: 2px 0;
}
#home #testimony ul li {
  margin: 1rem 0;
}
#home #testimony .item-testimony {
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  -moz-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  -o-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
}
#home #testimony .item-testimony .aspas {
  position: absolute;
  top: 8px;
  right: 15px;
}
#home #ctaContact {
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  z-index: 9;
  padding: 100px 0;
}
#home #ctaContact .btn-default.btn-whats {
  background-color: #00ce65;
}
/* FORMULÁRIO */
.title-form span {
  font-size: 1.5rem;
}
.form-group {
  margin-bottom: 15px;
}
.form-group select.form-control {
  padding: 6px 10px;
  color: #8e8e8e;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form-group select.form-control:focus {
  color: #8e8e8e;
}
.form-group textarea.form-control {
  height: 125px;
  resize: none;
}
.form-group label {
  margin-bottom: 2px;
}
.form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: none;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.form-group .form-control:focus {
  background: #fff;
  color: #495057;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.form-group .form-control:hover {
  color: #495057;
}
.form-group .form-control::placeholder {
  color: rgba(68, 68, 68, 0.6);
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #8e8e8e !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e !important;
}
:-ms-input-placeholder {
  color: #8e8e8e !important;
}
form .invalid-tooltip {
  font-size: 10px;
}
/* END FORMULÁRIO */
/*FOOTER*/
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer a.active,
footer a:hover {
  color: #2c99d4;
}
footer .list-network {
  gap: 10px;
}
footer .list-network li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  background: #3e4b5b;
  color: #fff;
  min-width: 40px;
  text-align: center;
}
footer .list-network li a:hover {
  background: #2c99d4;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
footer #whatsFooter {
  position: fixed;
  bottom: 0;
  left: 7%;
  z-index: 9;
}
footer #whatsFooter a {
  background: #00ce65;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
footer #whatsFooter a:hover {
  background: #00ce65;
}
footer #whatsFooter a i {
  font-size: 18px;
}
footer #copyright {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}
footer #copyright p {
  margin: 0;
  font-size: 14px;
}
footer #arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 0.93rem;
  z-index: 9;
  display: none;
  color: #fff;
  background-color: rgba(44, 153, 212, 0.6);
  padding: 5px 10px;
  line-height: 1.3;
}
footer #arrowUp:hover {
  background-color: #2c99d4;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #arrowUp span {
  font-size: 12px;
}
/*END FOOTER*/
/* --- Transitions --- */
.transition-all {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.transition-color {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
.transition-background {
  transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
/* --- End Transitions --- */
body,
html {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
figure {
  margin: 0;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
  font-family: 'Poppins', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.5;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: 600;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #2c99d4;
}
.color-secondary {
  color: #3e4b5b;
}
.bg-clean {
  background: #f4f4f4;
}
.bg-default {
  background: #2c99d4;
}
.background-secondary {
  background-color: #3e4b5b;
}
.text-color {
  color: #666666;
}
.color-dark {
  color: #222222;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 18px;
  line-height: 1.1;
  cursor: pointer;
  padding: 15px 50px;
  border: none;
  color: #fff;
  outline: none;
  background: #2c99d4;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#3e4b5b, #3e4b5b);
  background-repeat: no-repeat;
  color: #fff;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 20px 0 0;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2c99d4;
}
.owl-carousel .owl-nav {
  text-align: right;
  width: 100%;
  margin-top: 2rem;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: #2c99d4;
  color: #fff;
  border: none;
  outline: none;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px 14px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: #3e4b5b;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #666666;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #2c99d4;
  height: 17px;
}
.bg-black {
  background: #000;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  content: '|';
}
.nav-breadcrumb {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background-color: transparent;
}
.nav-breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.nav-breadcrumb .breadcrumb li.active a {
  color: #65c2f7;
}
.nav-breadcrumb .breadcrumb li a {
  color: #fff;
  font-size: 14px;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #3e4b5b;
}
/*END STYLES GLOBAL*/
.list-icon li {
  margin: 15px 0;
}
.list-icon li:before {
  content: "✓";
  display: inline-block;
  color: #2c99d4;
  margin-right: 10px;
  font-size: 23px;
  font-weight: bold;
}
.list-icon li p {
  margin: 0;
}
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.filter-gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.banner-conceptual figure img {
  max-height: calc(100vh - 70px);
  object-fit: cover;
  -o-object-fit: cover;
}
.content-conceptual {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
}
.content-conceptual .bg-form {
  position: relative;
  top: 0;
  z-index: 5;
  padding: 2rem 3rem;
  width: 85%;
  margin: 0 auto;
}
.content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 7;
}
.content-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background: rgba(62, 75, 91, 0.6);
  opacity: .92;
}
.content-banner .text-banner {
  width: 90%;
}
.content-banner .caption h1,
.content-banner .caption h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
.title-block h2 {
  font-size: 3rem;
  line-height: 1.3;
  color: #222222;
}
.title-block.white-after-default h2 {
  color: #fff;
}
.width-block {
  width: 70%;
  margin: 0 auto;
}
.list-treatments li {
  margin: 2rem 0;
}
.list-treatments li a .item-treatment {
  background: #1d3543;
  height: 100%;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.list-treatments li a .item-treatment h3 {
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 2rem;
}
.list-treatments li a:hover .item-treatment {
  background: #3e4b5b;
}
.list-team li {
  margin: 1rem 0;
}
.list-team .image-team img {
  height: 420px;
  object-fit: contain;
  -o-object-fit: contain;
}
.list-team h4 {
  font-size: 2rem;
  margin-bottom: 0;
}
.list-team span {
  font-size: 1.5rem;
}
.list-team .bg-default {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.list-team .info-team {
  width: 80%;
  margin: -80px auto 0;
  position: relative;
}
.list-team .description-team {
  background: #fff;
  color: #2c99d4;
  padding: 70px 30px 20px;
  margin-top: -50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: calc(100% - 450px);
}
.list-team .insta-team {
  margin-top: -10px;
  gap: 15px;
}
.block-text h2 {
  font-size: 2.5rem;
  color: #222222;
}
.block-text p {
  line-height: 1.6;
}
.list-gallery {
  gap: 50px 0;
}
.list-gallery img {
  height: 400px;
  width: 420px;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.list-services li {
  margin: 0 0 0.5rem;
}
.list-services li:last-child {
  margin-bottom: 0;
}
.list-services li figure img {
  max-height: inherit;
  height: 400px;
}
.list-services li .content-banner {
  background: rgba(15, 52, 71, 0.6);
}
.list-services li .content-banner h3 {
  font-size: 2.85rem;
  margin: 0;
}
.list-services li .content-banner:after {
  display: none;
}
.list-blog {
  gap: 30px 0;
}
.list-blog figure {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.list-blog figure img {
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.list-blog .item-blog {
  height: 100%;
}
.list-blog .item-blog a .resume-post {
  background: #fff;
  color: #2c99d4;
  padding: 2rem;
  margin-top: -10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: calc(100% - 194px);
}
.list-blog .item-blog a .resume-post h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#maps {
  margin-bottom: -7px;
}
.pagination li {
  font-size: 1.125rem;
  margin: 5px;
}
.pagination li a {
  color: #2c99d4;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 2px solid;
  padding: 0.5rem;
  font-weight: bold;
}
.pagination li a:hover {
  color: #3e4b5b;
}
.pagination li.active a {
  color: #3e4b5b;
}
#testimonies {
  background-image: url("../themes/default/assets/images/bg-testimonies.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#testimonies .block-text h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-weight: bold;
}
#testimonies .block-text #google p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  font-weight: bold;
}
#testimonies .list-testimonies .item-testimony {
  background: #fff;
  padding: 2rem 1.25rem;
  box-shadow: 0 0 10px 1px #ddd;
  -o-box-shadow: 0 0 10px 1px #ddd;
  -webkit-box-shadow: 0 0 10px 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#testimonies .list-testimonies .info-testimony {
  gap: 12px;
}
#testimonies .list-testimonies .info-testimony .name-testimony h5 {
  font-weight: bold;
  margin: 0 0 2px;
}
#testimonies .list-testimonies .info-testimony .stars i {
  color: #ffc107;
}
#testimonies .list-testimonies p {
  font-weight: bold;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  header #menu ul {
    gap: 1rem 2rem;
  }
  .content-banner .caption h1,
  .content-banner .caption h2 {
    font-size: 3rem;
  }
  .content-conceptual .bg-form {
    padding: 1rem 2rem;
    width: auto;
  }
  .banner-conceptual figure img {
    max-height: 85vh;
  }
  .block-text h2 {
    font-size: 2.25rem;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  #iconNavicon button {
    border: 1px solid #ccc;
    font-size: 1.5rem;
  }
  header.sticky-top {
    position: static;
  }
  header #menu ul {
    gap: normal;
  }
  header nav#menu ul {
    margin: 20px 0 0;
  }
  header nav#menu ul li {
    margin: 0;
    border: none;
    text-align: right;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(55, 55, 55, 0.3);
  }
  header nav#menu ul li a {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
  }
  .padding-block {
    padding: 3rem 0;
  }
  .content-conceptual {
    position: static;
    margin: 3rem 0;
  }
  .title-block h2 {
    font-size: 2rem;
  }
  .figure-description {
    margin-top: 2rem;
  }
  #home .block-description .figure-description img {
    min-height: inherit;
    max-height: 350px;
  }
  #home #ctaContact {
    padding: 70px 0;
  }
  /*END HOME*/
  /*INTERN*/
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 35px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
  }
  .btn-default {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
  .title-block h2 {
    font-size: 1.75rem;
  }
  .content-banner .caption h1,
  .content-banner .caption h2 {
    font-size: 2rem;
  }
  .banner-conceptual figure img {
    max-height: inherit;
    height: 400px;
  }
  #Cta .item-cta {
    margin-top: 2rem;
  }
  .block-text h2 {
    font-size: 1.6rem;
  }
  .button-group a {
    width: 100%;
    display: block;
  }
  #infoFooter {
    margin-top: 2rem;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
