html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

html.open {
  height: 100vh;
  overflow: hidden;
}

body {
  font-family: 'Montserrat';
  letter-spacing: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

a {
  color: var(--primary);
  transition: .3s ease;
}

a:hover {
  text-decoration: none;
  color: var(--secondary);
}

.fancybox-thumbs {
  background: black;
}

.fancybox-progress {
  background: var(--secondary) !important;
}

h1, h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  h1, h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
  }
}

h4 {
  font-size: 24px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 30px;
  }
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.roboto {
  font-family: 'Roboto Mono';
}

montserrat {
  font-family: 'Montserrat';
}

p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: normal;
}

.fnt-roboto {
  font-family: 'Roboto Mono';
}

.fnt-blue {
  color: var(--primary);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  border-bottom: solid 1px #f6f6f600;
}

.feet {
  font-family: 'Roboto Mono';
  color: var(--primary);
  font-size: 14px;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.overlay::before {
  z-index: 11;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  cursor: crosshair;
}

.aspect-ratio-1-1 img {
  width: 100%;
  aspect-ratio: 1/1;
}

.aspect-ratio-3-4 img {
  width: 100%;
  aspect-ratio: 3/4;
}

.aspect-ratio-4-2 img {
  width: 100%;
  aspect-ratio: 4/2;
}

.aspect-ratio-3-2 img {
  width: 100%;
  aspect-ratio: 3/2;
}

.aspect-ratio-9-16 img {
  width: 100%;
  aspect-ratio: 16/9;
}

#imagotype {
  margin: 20px 0;
}

#imagotype a {
  position: relative;
}

#imagotype img {
  width: 170px;
}

#imagotype .imagotype_V00 {
  position: relative;
  top: 0;
  opacity: 0;
  transition: .5s;
}

#imagotype .imagotype_V03 {
  position: absolute;
}

#menu {
  font-size: 25px;
}

@media (min-width: 992px) {
  #menu {
    font-size: 18px;
  }
}

.section {
  margin: 25px 0;
  padding: 25px 0;
}

.section-phase {
  margin: 25px 0;
  padding: 75px 0;
}

@media (min-width: 768px) {
  .section-phase {
    margin: 50px 0;
    padding: 30px 0;
  }
}

.section-one {
  position: relative;
  z-index: 1;
}

.js-scroll-trigger.active {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

.phase {
  width: 100%;
  height: 100vh;
  position: relative;
}

.back-primary {
  background-color: var(--primary);
  background-image: url("../../assets/img/texture-one.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.back-blue {
  background-color: var(--primary);
}

.back-secondary {
  background-color: var(--dark);
  background-image: url("../../assets/img/texture-black.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.back-dark {
  background-color: #151515;
}

.font-white {
  color: white;
}

.wavy-sm svg {
  width: 130px;
}

.wavy-sm {
  margin: 15px 0;
}

.wavy-sm svg {
  width: 130px;
}

.wavy-sm svg path {
  fill: white !important;
}

.wavy {
  margin: 5px 0;
}

.wavy-sm {
  margin: 15px 0;
}

.wavy-md {
  margin: 15px 0;
}

.wavy svg {
  width: auto;
  height: 7px;
}

.wavy-sm svg {
  width: 103px;
  height: 10px;
}

.wavy-md svg {
  width: 203px;
  height: 10px;
}

.color-wavy-blue {
  fill: var(--primary)!important;
}

.color-wavy-white svg path {
  fill: white !important;
}

.color-wavy-black svg path {
  fill: black !important;
}

.premise p {
  color: white;
  font-size: 22px;
  margin-top: 30px;
}

.link-white {
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(#fff,#fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
  padding-bottom: 1px;
}

.link-white:hover {
  background-size: 100% 1px;
  color: white;
}

.link-black {
  background-color: transparent;
  color: black;
  text-decoration: none;
  background-image: linear-gradient(#000,#000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
  padding-bottom: 1px;
}

.link-black:hover {
  background-size: 100% 1px;
  color: black;
}

.link-black-inverse {
  background-color: transparent;
  color: black;
  text-decoration: none;
  background-image: linear-gradient(#000,#000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .5s;
  padding-bottom: 1px;
}

.link-black-inverse:hover {
  background-size: 0% 1px;
  color: black;
}

.link-blue {
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(#1a32af,#1a32af);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
  padding-bottom: 1px;
  font-weight: 500 !important;
}

.link-blue:hover {
  background-size: 100% 1px;
  color: var(--primary);
}

.link-blue-inverse {
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(#1a32af,#1a32af);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .5s;
  padding-bottom: 1px;
}

.link-blue-inverse:hover {
  background-size: 0% 1px;
  color: var(--primary);
}

.button-primary {
  font-family: 'Roboto Mono';
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 300;
}

.link-inverse {
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(#fff,#fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .5s;
  padding-bottom: 1px;
}

.link-inverse:hover {
  background-size: 0% 1px;
  color: white;
}

.space-md {
  width: 100%;
  height: 25px;
}

.space-lg {
  width: 100%;
  height: 50px;
}

.space-xl {
  width: 100%;
  height: 75px;
}

.capabilities {
  font-family: 'Roboto Mono';
  margin: 50px 0;
}

.capabilities ul {
  list-style: initial;
}

.capabilities ul li {
  margin: 10px 0;
}

.social-media a {
  margin: 10px;
}

.copyright {
  margin: 10px;
}

#open-contact {
  cursor: pointer;
}

#contact-form {
  display: block;
  width: 95%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f9f9f9;
  padding: 30px;
  overflow: auto;
  z-index: 9992;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

@media (min-width:768px) {
  #contact-form {
    width: 650px;
    padding: 30px 60px;
  }
}

#contact-form.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

#contact-form .efect-contact {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#contact-form.active .efect-contact {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#contact-form #close-contact {
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 18px;
}

#contact {
  margin: 30px 0;
}

#contact input {
  height: 50px;
}

#contact textarea {
  height: 100px;
  padding-left: 7px;
}

#contact input, #contact textarea {
  background-color: white;
  border: none;
  border-radius: 0;
  color: black;
  font-size: 18px;
  width: 100%;
}

#contact input::placeholder, #contact textarea::placeholder {
  background-color: white;
  border: none;
  color: gray;
  font-size: 16px;
  width: 100%;
}

#mc_embed_signup form {
  padding: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 0px solid transparent;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  color: var(--primary);
  background-color: transparent;
  font-size: 12px;
}

#mc_embed_signup .mc-field-group {
  padding-bottom: 6%;
}

#mc_embed_signup div.response {
  font-weight: normal;
  margin-top: 0;
  font-size: 15px;
  width: 96%;
}

#mc_embed_signup div#mce-responses {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 30px;
}

#mce-error-response a {
  color: var(--primary);
}

#mc_embed_signup .button {
  width: 96%;
  border-radius: 0;
  height: 50px;
  background-color: var(--primary);
  color: white;
  border: solid 2px var(--primary);
  font-size: 18px;
}

#mc_embed_signup .button:hover {
  background-color: var(--primary);
  color: white;
}

#mc_embed_signup input:focus {
  border-color: var(--primary);
}

.contact-us {
  margin: 30px 0;
}

.call-us {
  margin: 60px 0;
}

.call-us a {
  color: var(--primary);
  font-weight: 500;
}

#slide-pagination {
  bottom: 50px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  transition: color .3s ease-out;
  z-index: 10;
  right: 10px;
  width: 26px;
}

@media (min-width: 768px) {
  #slide-pagination {
    right: 45px;
  }
}

#slide-pagination a img {
  transition: .1s ease-out;
  width: 10px;
  height: 10px;
  margin: 10px;
}

#slide-pagination a img:hover {
  transition: .1s;
  width: 15px;
  height: 15px;
}

#slide-pagination a {
  width: 15px;
  height: 15px;
  margin: 10px;
}

#slide-pagination a:active > img {
  width: 15px;
  height: 15px;
}

.btn-menu {
  margin: 0 10px;
  cursor: pointer;
  font-weight: 400;
}

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden auto;
  right: auto;
  width: 95%;
  z-index: 9993;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: white;
}

@media (min-width: 768px) {
  #navigation {
    width: 650px;
  }
}

#navigation.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

.efect-navigation {
  height: 100%;
  padding: 30px 30px 60px 30px;
  overflow: auto;
}

@media (min-width: 768px) {
  .efect-navigation {
    height: 100%;
    padding: 30px 60px 60px 60px;
  }
}

#navigation .efect-navigation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all -0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#navigation.active .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.btn-navmenu a {
  font-size: 45px;
  font-weight: bold;
  color: var(--primary);
}

#navigation #close-navmenu {
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 18px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-01s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.animated.delay-02s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.animated.delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay-06s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.capabilities-art img {
  width: 50%;
  height: auto;
}

@media (min-width: 768px) {
  .capabilities-art img {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .capabilities-art img {
    width: 80%;
  }
}

.bg-texture-one {
  background-color: var(--primary);
  background-image: url("../../assets/img/texture-one.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

@media (min-width: 992px) {
  .bg-texture-one {
    padding: 30px 0;
  }
}

.art-example-one img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

@media (min-width: 992px) {
  .art-example-one img {
    margin: 50px 0;
    width: 90%;
  }
}

.content-examples {
  margin: 0 0 50px 0;
}

@media (min-width: 992px) {
  .content-examples {
    margin: 50px 0;
  }
}

.Hideme {
  opacity: 0;
  transition: .3s ease-in;
}

.HidemeInUp, .HidemeInLeft, .HidemeInRight, .HidemeInDown {
  opacity: 0;
}

.bg-texture-two {
  background-color: #262D37;
  background-image: url("../../assets/img/texture-black.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.bg-texture-three {
  background-image: url(../../assets/img/texture-three.jpg);
  background-color: #0055FF;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.content-projets {
  position: absolute;
  width: 100%;
  height: 100%;
}

.art-example img {
  width: 75%;
  margin: 50px 0 0 0;
  height: auto;
}

@media (min-width: 992px) {
  .art-example img {
    width: 70%;
    margin: 0;
  }
}

.slick-slide img {
  display: block;
  width: 100%;
}

.back-ground-category {
  background-size: initial;
  background-position: center center;
  padding: 150px 0px 50px 0px;
  background-color: var(--primary);
  background-image: url("https://source.unsplash.com/1920x1080/?art");
  mix-blend-mode: multiply;
}

.number {
  font-size: 20px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .number {
    font-size: 25px;
  }
}

.section-steps {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section-steps {
    margin-bottom: 50px;
  }
}

.subtitle {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .subtitle {
    margin-bottom: 30px;
  }
}

.sticky-base {
  z-index: 1;
  top: 130px;
}

.post-client {
  margin-bottom: 30px;
}

.post-client img {
  width: 100%;
  /*height: auto;*/
  margin-bottom: 15px;
  border-radius: 10px;
}

.post-client h4 {
  font-size: 25px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .post-client h4 {
    font-size: 30px;
  }
}

.post-client p {
  font-size: 16px;
  margin-bottom: 0;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

.scrolling-wrapper > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (min-width: 1200px) {
  .scrolling-wrapper {
    overflow-x: hidden;
  }
}

.scrolling-wrapper::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.section-scrolling .container {
  padding-left: 15px;
  padding-right: 15px;
}

.post-client a {
  color: black;
}

.icon-rombhus {
  width: 90px;
  height: 60px;
  margin: 20px 0px;
}

@media (min-width: 576px) {
  .icon-rombhus {
    margin: 20px 15px;
  }
}

@media (min-width: 992px) {
  .icon-rombhus {
    margin: 20px 0px;
  }
}

.content-footer {
  margin: 30px 0;
}

footer {
  padding: 50px 0;
}

.subtitle-secondary h5 {
  font-family: 'Roboto Mono';
  font-size: 16px;
}

.applied-skills ul {
  list-style: none;
  padding: 0;
}

.applied-skills ul li {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: 'Roboto Mono';
}

.subtitle-secondary {
}

.pleca-secondary {
  width: 30px;
  height: 2px;
  background-color: black;
  margin: 15px 0;
}

.li-skills {
  margin-left: 35px;
}

@media (min-width: 576px) {
  .li-skills {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .li-skills {
    margin-left: 20px;
  }
}

.applied-skills {
  padding-top: 20px;
}

.button-skills {
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-weight: 500;
  margin: 30px 0;
}

.head-client h1 {
  font-size: 35px;
  margin: 0;
}

@media (min-width: 576px) {
  .head-client h1 {
    font-size: 40px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .head-client h1 {
    font-size: 50px;
    margin: 0;
  }
}

.head-client p {
  font-size: 16px;
}

@media (min-width: 576px) {
  .head-client p {
    font-size: 18px;
  }
}

.back-ground-post {
  background-size: initial;
  height: 90px;
}

.back-ground-client {
  background-size: initial;
  background-position: center center;
  height: 200px;
  background-color: var(--primary);
  background-image: url("../../assets/img/texture-black.jpg");
}

@media (min-width: 300px) {
  .back-ground-client {
    height: 200px;
  }
}

@media (min-width: 576px) {
  .back-ground-client {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .back-ground-client {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .back-ground-client {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .back-ground-client {
    height: 500px;
  }
}

@media (min-width: 1380px) {
  .back-ground-client {
    height: 500px;
  }
}

.section-client {
  margin: 20px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .section-client {
    margin: 35px 0;
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  .section-client {
    margin: 55px 0;
    padding: 55px 0;
  }
}

.content-client {
  margin-bottom: 75px;
}

.content-client img {
  width: 100%;
  height: auto;
}

.indicate-point {
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border: solid 1px #f1f1f1;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: .5s;
}

.hello-blue, .menu-blue {
  position: absolute;
  top: 0;
  opacity: 0;
}

.link-change {
  position: relative;
}

.link-blue-inline {
  color: #113eca;
}

.link-blue-inline:hover {
  color: #113eca;
}

.header-single h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 576px) {
  .header-single h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .header-single h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
  }
}

.abstrac {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 30px 0;
  letter-spacing:0;
}

.author {
  font-family: 'Roboto Mono';
  margin-bottom: 30px;
  font-size: 14px;
}

.author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.category {
  font-family: 'Roboto Mono';
  margin-bottom: 30px;
}

.header-single figure img {
  border: solid 1px #f6f6f6;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 5/3;
}

.header-single figure .figure-caption {
  font-family: 'Roboto Mono';
  color: var(--primary);
  font-size: 12px;
}

.single-content .figure-caption {
  margin: 0px;
  padding-top: 0px;
  font-size: 12px;
  color: var(--primary);
  font-weight: 400;
  font-family: 'Roboto Mono';
}

.single-content figure{
  border: solid 1px #f6f6f6;
  border-radius: 15px;
  overflow: hidden;
}

.single-content figure img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.single-content ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ul {
    padding: 0 30px 0 40px;
  }
}

@media (min-width: 768px) {
  .single-content ul {
    padding: 0 35px 0 35px;
  }
}

.single-content ul li:hover {
  background: #f9f9f9;
}

.single-content ul li {
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.single-content ul li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ul li:before {
  content: "•";
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
  color: white;
}

.single-content ol {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ol {
    padding: 0 30px 0 35px;
  }
}

@media (min-width: 768px) {
  .single-content ol {
    padding: 0 35px 0 35px;
  }
}

.single-content ol ol {
  counter-reset: my-awesome-counter;
}

.single-content ol li:hover {
  background: #f9f9f9;
}

.single-content ol li {
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  counter-increment: my-awesome-counter;
}

.single-content ol li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.6em;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
  color: white;
}

.table-hover tbody tr {
  color: #212529;
  background-color: #F4F0EB;
  background-color: white;
  transition: .3s;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #f6f6f6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
  transition: .3s;
}

.table-striped tbody tr:nth-of-type(2n + 1):hover {
  background-color: #f9f9f9;
  transition: .3s;
}

.single-content table {
  color: blak;
}

.single-content .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
  .single-content .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.blockquote p {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .blockquote p {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 32px;
  }
}

blockquote {
  font-size: 20px !important;
  display: block;
  background: #fff;
  font-size: 30px;
  padding: 100px 0px 10px 0px;
  margin: 0 0 0px !important;
  position: relative;
  line-height: 1.2;
  font-style: italic;
  top: -20px;
}

@media (min-width: 992px) {
  blockquote {
    font-size: 30px !important;
    display: block;
    background: #fff;
    padding: 15px 0px 10px 115px;
    margin: 0 0 20px !important;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    top: 0px;
  }
}

blockquote::after {
  content: "";
}

blockquote::before {
  content: "\201C";
  font-size: 180px;
  color: var(--primary);
  position: absolute;
  left: -20px;
  top: 0px;
  font-family: sans-serif;
}

@media (min-width: 992px) {
  blockquote::before {
    content: "\201C";
    font-size: 250px;
    color: var(--primary);
    position: absolute;
    left: -20px;
    top: -35px;
  }
}

.blockquote footer {
  background: transparent;
  font-size: 16px;
  margin: 15px 0px;
  color: var(--primary);
  font-style: normal;
  font-weight: 600;
  padding: 0;
  border-top: none;
  text-align: left;
}

@media (min-width: 992px) {
  .blockquote footer {
    background: transparent;
    font-size: 16px;
    color: var(--primary);
    font-style: normal;
  }
}

.single-content a {
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(var(--primary),var(--primary));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: background-size .5s;
  padding-bottom: 4px;
}

.single-content a:hover {
  background-size: 0% 2px;
  color: var(--primary);
}

.single-content iframe {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content iframe {
    width: 100%;
    background-color: #f9f9f9;
    margin-bottom: 30px;
  }
}

.single-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

#tags {
  margin: 50px 0 40px 0;
  font-family: 'Roboto Mono';
}

#tags li {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px 15px;
  background-color: #f9f9f9;
  border-radius: 30px;
}

.author-post {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.image-author img {
  border-radius: 50%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .image-author img {
    margin-bottom: 0;
  }
}

.content-author h5 {
  margin-bottom: 0;
  font-size: 22px;
}

.content-author h5 a {
  font-family: 'Montserrat';
  font-weight: 700;
  color: black;
}

.content-author p {
  font-size: 16px;
  margin-bottom: 0;
}

/* - */

.text-animated {
  font-size: 32px;
  line-height: normal;
  color: white;
  position: relative;
  height: 33px;
  width: 100%;
}

@media (min-width: 768px) {
  .text-animated {
    font-size: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .text-animated {
    font-size: 80px;
    height: 100px;
  }
}

.text-animated:before {
  content: ".";
  color: white;
  position: absolute;
  font-size: 20px;
  left: -15px;
  animation: 2s ease 0s normal none infinite opacity;
  /*animation-iteration-count: 3;*/
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .text-animated:before {
    font-size: 40px;
    left: -20px;
  }
}

@media (min-width: 1200px) {
  .text-animated:before {
    font-size: 60px;
    left: -30px;
  }
}

.visible-area {
  font-weight: 600;
  overflow: hidden;
  height: 33px;
}

@media (min-width: 768px) {
  .visible-area {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .visible-area {
    height: 100px;
  }
}

.text-animated ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  animation: 6s ease 0s normal none change-mobile;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media (min-width: 768px) {
  .text-animated ul {
    animation: 6s ease 0s normal none change-tablet;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
}

@media (min-width: 1200px) {
  .text-animated ul {
    animation: 6s ease 0s normal none change-desktop;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
}

.text-animated ul li {
  line-height: normal;
  margin: 0;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-mobile {
  0% {
    margin-top: -6px;
  }
  20% {
    margin-top: -6px;
  }
  40% {
    margin-top: -43px;
  }
  60% {
    margin-top: -43px;
  }
  80% {
    margin-top: -83px;
  }
  100% {
    margin-top: -83px;
  }
}

@keyframes change-tablet {
  0% {
    margin-top: -10px;
  }
  20% {
    margin-top: -10px;
  }
  40% {
    margin-top: -83px;
  }
  60% {
    margin-top: -83px;
  }
  80% {
    margin-top: -156px;
  }
  100% {
    margin-top: -156px;
  }
}

@keyframes change-desktop {
  0% {
    margin-top: 0;
  }
  20% {
    margin-top: 0;
  }
  40% {
    margin-top: -97px;
  }
  60% {
    margin-top: -97px;
  }
  80% {
    margin-top: -195px;
  }
  100% {
    margin-top: -195px;
  }
}

.card-projects {
  width: 100%;
  height: 100%;
  position: relative;
}

.picture-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.content-project {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s ease;
  color: white;
}

.card-projects:hover > .content-project {
  opacity: .9;
}

.info h1 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .info h1, .info h2 {
    font-size: 42px;
  }
}

.form {
  background: white;
  height: 45px;
  border-radius: 24px;
}

.form input {
  background: transparent;
  border: none;
  width: 95% !important;
  height: 45px;
}

.form button {
  background: transparent;
  border: none;
  width: 45px;
  height: 45px;
}

.page-link {
  background: transparent;
  color: var(--primary);
  transition: .3s;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin: 2px;
}

.page-link:hover {
  background: var(--secondary);
  color: white;
}

.page-item.active .page-link {
  background: var(--tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link:focus {
  box-shadow: none;
}

.page-item a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
}

.head {
  position: relative;
  z-index: 3;
}

.head-picture {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.head-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.head-content {
  position: relative;
  z-index: 4;
  padding: 150px 0 50px 0;
  height: 100%;
}

.aspect {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
}

.aspect img {
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: solid 1px #f6f6f6;
}

.aspect-4-4 {
  padding-top: 100%;
}

.aspect-4-3 {
  padding-top: 75%;
}

.aspect-2-3 {
  padding-top: 66.67%;
}

.aspect-16-9 {
  padding-top: 56.25%;
}

.cover-texture {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.cover-texture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.cover-picture {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  mix-blend-mode: multiply;
}

.cover-picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.cover-content {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.background {
  display: block;
  width: 100%;
  height: 100vh;
  background: var(--primary);
}

@keyframes blur {
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
}

.blur {
  -webkit-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: blur 0.3s linear forwards;
  -moz-animation: blur 0.3s linear forwards;
  -ms-animation: blur 0.3s linear forwards;
  -o-animation: blur 0.3s linear forwards;
  animation: blur 0.3s linear forwards;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  filter: blur(5px);
}

.author-post {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.card-author .photo img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.card-author h1 {
  font-size: 30px;
}

.socialmedia ul {
  margin: 0;
  padding: 0;
}

.socialmedia ul li {
  margin: 0;
  padding: 0;
}

.socialmedia a {
  transition: .3s;
  filter: grayscale(0);
}

.socialmedia a:hover {
  transition: .3s;
  filter: grayscale(1);
}

.share ul, .share-post ul {
  display: flex;
  flex-direction: row;
  position: relative;
  left: -15px;
}

@media (min-width: 992px) {
  .share ul {
    display: flex;
    flex-direction: column;
  }
}

#whatsapp {
  position: fixed;
  left: 60px;
  bottom: 0;
  z-index: 89;
}

#whatsapp a {
  display: block;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  transition: .3s;
  box-shadow: 0 0 12px rgba(0 0 0 / 10%);
}

#whatsapp a:hover {
  margin-bottom: 0;
}

.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--secondary) transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.clients img {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 992px) {
  .clients img {
    width: 80%;
  }
}

/* New styles */

.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 30px;
}

.btn-rombhus {
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  text-align: center;
  color: var(--primary);
  font-size: 14px;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
  font-family: 'Roboto Mono';
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .btn-rombhus {
    padding: 15px 60px;
    font-size: 16px;
  }
}

.btn-rombhus:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid white;
  border-radius: 30px;
}

.btn-rombhus:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}

.btn-rombhus:hover {
  color: #FFFFFF;
  border-radius: 30px;
}

.btn-rombhus:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}

.btn-rombhus-inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #FFFFFF;
}

.btn-rombhus-blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url('#rombhus');
}

.btn-rombhus-blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: var(--primary);
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

.btn-rombhus-blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.btn-rombhus-blob:nth-child(2) {
  left: 25%;
  transition-delay: 0.08s;
}

.btn-rombhus-blob:nth-child(3) {
  left: 50%;
  transition-delay: 0.16s;
}

.btn-rombhus-blob:nth-child(4) {
  left: 75%;
  transition-delay: 0.24s;
}

.btn-rombhus:hover .btn-rombhus-blob {
  transform: translateZ(0) scale(1.7);
}

/* - */

.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 30px;
}

.btn-rombhus-dark {
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  text-align: center;
  color: black;
  font-size: 14px;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
  font-family: 'Roboto Mono';
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .btn-rombhus-dark {
    padding: 15px 60px;
    font-size: 16px;
  }
}

.btn-rombhus-dark:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid black;
  border-radius: 30px;
}

.btn-rombhus-dark:hover {
  color: #FFFFFF;
  border-radius: 30px;
}

.btn-rombhus-dark:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}

.btn-rombhus-dark-inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #FFFFFF;
}

.btn-rombhus-dark-blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url('#rombhus');
}

.btn-rombhus-dark-blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: black;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

.btn-rombhus-dark-blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.btn-rombhus-dark-blob:nth-child(2) {
  left: 25%;
  transition-delay: 0.08s;
}

.btn-rombhus-dark-blob:nth-child(3) {
  left: 50%;
  transition-delay: 0.16s;
}

.btn-rombhus-dark-blob:nth-child(4) {
  left: 75%;
  transition-delay: 0.24s;
}

.btn-rombhus-dark:hover .btn-rombhus-dark-blob {
  transform: translateZ(0) scale(1.7);
}

/* single */

a .card-services {
  background: black;
  border-radius: 15px;
  color: white;
  transition: .3s;
}

a:hover .card-services {
  background: #333333;
}

.card-slider p {
  font-size: 14px;
  font-weight: 500;
}

.card-slider {
  touch-action: manipulation;
}

.picture-reviews {
  width: 60px;
}

.picture-reviews img {
  border-radius: 50%;
}

.brand-review {
  width: 180px;
}

.feather-shadow-left {
  position: absolute;
  width: 8%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(248,249,250);
  background: linear-gradient(90deg, rgba(248,249,250,1) 0%, rgba(248,249,250,0) 100%);
}

@media (min-width: 768px) {
  .feather-shadow-left {
    width: 15%;
  }
}

.feather-shadow-right {
  position: absolute;
  width: 8%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgb(248,249,250);
  background: linear-gradient(270deg, rgba(248,249,250,1) 0%, rgba(248,249,250,0) 100%);
}

@media (min-width: 768px) {
  .feather-shadow-right {
    width: 15%;
  }
}

.area-slider {
  position: relative;
}

.flickity-page-dots {
  z-index: 9;
}

.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 30px;
}

.btn-rombhus-dark-blue {
  position: relative;
  z-index: 1;
  padding: 15px 60px;
  text-align: center;
  color: var(--primary);
  font-size: 16px;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
  font-family: 'Roboto Mono';
  font-weight: bold;
  white-space: nowrap;
}

.btn-rombhus-dark-blue:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary);
  border-radius: 30px;
}

.btn-rombhus-dark-blue:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}

.btn-rombhus-dark-blue:hover {
  color: #FFFFFF;
  border-radius: 30px;
}

.btn-rombhus-dark-blue:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}

.btn-rombhus-dark-blue-inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #FFFFFF;
}

.btn-rombhus-dark-blue-blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url('#rombhus');
}

.btn-rombhus-dark-blue-blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: var(--primary);
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

.btn-rombhus-dark-blue-blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.btn-rombhus-dark-blue-blob:nth-child(2) {
  left: 25%;
  transition-delay: 0.08s;
}

.btn-rombhus-dark-blue-blob:nth-child(3) {
  left: 50%;
  transition-delay: 0.16s;
}

.btn-rombhus-dark-blue-blob:nth-child(4) {
  left: 75%;
  transition-delay: 0.24s;
}

.btn-rombhus-dark-blue:hover .btn-rombhus-dark-blue-blob {
  transform: translateZ(0) scale(1.7);
}

/* - */

.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 30px;
}

.btn-rombhus-dark:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}

.btn-rombhus-dark-inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #FFFFFF;
}

.btn-rombhus-dark-blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url('#rombhus');
}

.btn-rombhus-dark-blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: black;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

.btn-rombhus-dark-blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.btn-rombhus-dark-blob:nth-child(2) {
  left: 25%;
  transition-delay: 0.08s;
}

.btn-rombhus-dark-blob:nth-child(3) {
  left: 50%;
  transition-delay: 0.16s;
}

.btn-rombhus-dark-blob:nth-child(4) {
  left: 75%;
  transition-delay: 0.24s;
}

.btn-rombhus-dark:hover .btn-rombhus-dark-blob {
  transform: translateZ(0) scale(1.7);
}

/* Proyects */

.content-proyect figure {
  margin: 0;
}

.content-proyect video {
  width: 100%;
  height: auto;
  display: block;
}

.content-proyect img {
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.content-proyect figure figcaption {
  font-size: 15px;
  font-family: 'Roboto Mono';
  color: var(--primary);
  padding: 5px 15px 0 15px;
}

.content-proyect p {
  max-width: 860px;
  overflow: hidden;
  margin: 30px auto;
  padding: 0 16px;
  width: 100%;
}

.rounded-md {
  border-radius: 15px;
}

.poniter-efect {
  cursor: none;
  position: relative;
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  pointer-events: none;
  border: 2px solid black;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: white;
  mix-blend-mode: difference;
  transition: transform 0.1s ease;
}

.cursor-arrow {
  font-size: 20px;
  color: black;
  transform: rotate(0deg);
}

/* Reduce el espacio entre los campos de form contacto */
.mc-field-group {
  margin-bottom: 15px !important; /* Elimina margen extra */
  padding-bottom: 15px !important; /* Elimina relleno extra */
}

/* Ajusta el padding interno de los inputs y textarea */
.input-custom, textarea {
  padding: 8px !important; /* Reduce espacio interno */
  margin: 5px !important; /* Asegura que no haya márgenes extra */
  line-height: 1.2 !important; /* Reduce altura de línea */
}

/* Ajusta el título y la pregunta */
.mc-field-group span {
  margin-bottom: 2px !important; /* Reduce espacio del texto */
  display: block;
}

/* Elimina posibles márgenes de Contact Form 7 */
.wpcf7-form p {
  margin: 0px !important; 
  padding: 0px !important;
}

#wpadminbar{
  background-color: var(--primary);
}

/* - */

.wp-block-embed-youtube {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single-content audio{
  width: 100%;
  filter: invert(1);
}

.has-text-align-center{
 text-align: center;
}

.has-text-align-right{
 text-align: end;
}

.wp-block-button a {
  display: flex;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px var(--cuaternary);
  color: white;
  background: var(--cuaternary);
  text-decoration: none;
  transition: .3s ease;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.wp-block-button a:hover {
  background: var(--senary);
  color: var(--primary);
  border: solid 3px var(--senary);
}

.has-text-color{
 color: var(--primary) !important;
}

.has-background{
  background: #fef7ff !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.wp-block-media-text h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0;
}

.wp-block-gallery figure{
  position: relative;
}

.instagram-media {
  margin: auto !important;
  margin-bottom: 30px !important;
}

.fb-post{
  display: flex !important;
  justify-content: center;
  margin-bottom: 30px;
}

.tiktok-embed::before{
  content: "" !important;
  position: relative !important;
}

.single-content blockquote.tiktok-embed{
  border: none;
  margin-left: calc(50% - 300px);
}

@media (min-width: 768px) {
  .single-content blockquote.tiktok-embed{
    margin-left: calc(50% - 300px);
  }
}

.twitter-tweet{
  margin: auto;
}

.wp-block-quote cite {
  margin: 0;
  padding-right: 20px !important;
  color: var(--secondary);
  width: 100%;
  display: inline-block;
  text-align: end;
  font-size: 18px;
}

@media (min-width: 992px) {
  .wp-block-quote cite {
    padding-right: 50px;
  }
}

.single-content blockquote + p{
  margin-top: 30px;
}

.wp-block-image .figure-caption, .wp-block-image figcaption {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index: 2;
  background: white;
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 5px;
  color: gray;
  width: fit-content;
  display: none;
}

.tiktok-embed > a{
  display: none;
}

.single-content > :is(h1, h2, h3) {
  font-size: 1.6em;
  font-weight: 500;
}

@media (min-width: 992px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 1.8em !important;
  }
}

@media (min-width: 1200px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 2em !important;
  }
}

.single-content > :is(h4, h5, h6) {
  font-size: 1.3em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .single-content > :is(h4, h5, h6) {
    font-size: 1.4em;
  }
}

@media (min-width: 1200px) {
  .single-content > :is(h4, h5, h6) {
    font-size: 1.5em;
  }
}

.benefits h4{
  margin-bottom: 20px;
}

.benefits hr{
      border-top: 1px solid rgba(0, 0, 0, 0);
}


.single-content figure.wp-block-gallery{
  display: flex;
  flex-direction: column;
  border-radius: 15px !important;
  margin-bottom: 30px !important;
}

.single-content figure.wp-block-gallery figure{
  width: 100% !important;
  border-radius: 0;
  border: none;
}

.single-content figure.wp-block-gallery img{
  object-fit: initial !important;
} 

.single-content figure.wp-block-gallery.has-nested-images{
  gap: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
  backdrop-filter: none !important;
}


/* new styles */

.fnt-sm {
  font-size: 14px;
}

.fnt-md {
  font-size: 18px;
}

.fnt-lg,  .fnt-lg p{
  font-size: 20px;
}

.card {
  border: none;
}

.card img {
  border-radius: 15px;
}

.card-content {
  border-radius: 15px;
  position: relative;
}

.btn-basic a {
  display: block;
  padding: 10px 30px;
  border: solid 3px black;
  border-radius: 30px;
  color: black;
  font-weight: bold;
  width: fit-content;
  transition: .3s ease;
  font-family: 'Roboto Mono';
}

.btn-basic a:hover {
  background: black;
  color: white;
}

.btn-basic-white a {
  display: block;
  padding: 10px 30px;
  border: solid 3px white;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  width: fit-content;
  transition: .3s ease;
}

.btn-basic-white a:hover {
  background: white;
  color: black;
}

.newsletter-area {
  background-image: url('https://rombhus.rmb.mx/wp-content/themes/tema-sitio-rombhus/assets/img/texture-one.jpg');
  border-radius: 20px;
}

.form-newsletter {
  background: white;
  border-radius: 10px;
}

.form-newsletter input {
  background: transparent;
  border: none;
}

.form-newsletter button {
  background: black;
  border-radius: 0 9px 9px 0;
  width: 100px;
}

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

.bg-blue {
  background: var(--primary);
}

.card-light {
  border: solid 2px white;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0.00) 0%, rgba(92, 113, 221, 0.60) 100%);
}

.rounded-lg {
  border-radius: 15px !important;
}

.card-border {
  border: solid 2px var(--primary);
  position: relative;
}

.card-border::after {
  content: "";
  width: 60px;
  height: 20px;
  position: absolute;
  background: var(--primary);
  border-radius: 10px;
  top: -12px;
  left: calc(50% - 30px);
}

.lh-lg {
  line-height: 200%;
}

.icon-card {
  width: 100%;
}

.icon-card img {
  position: absolute;
  width: 50px !important;
  height: 50px;
  bottom: 15px;
  right: 20px;
}

.header-single figure{
 width: 100% !important;
 height: auto;
}

#menu-social-media{
  list-style: none;
}