body {
    overflow-x: hidden;
}

.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}

.rounded-10px {
    border-radius: 10px;
}

.section {
    overflow-x: hidden;
}

.btn-outline-primary:hover {
    color: #fff;
}

.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}

.modal-content {
    border-radius: 1em !important;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.separator {
    height: 100px;
    margin-top: -100px;
    background-color: #fff;
    border-radius: 21rem 0 0;
    position: relative;
    width: 100%;
}

.grayscale-0 {
    filter: grayscale(0%) !important;
}

.blend-multiply {
    mix-blend-mode: multiply;
}

#video-nosotros {
    position: absolute;
}

.card-cliente .hover {
    opacity: 0;
    z-index: 9;
    transition: all .2s ease;
}
.card-cliente:hover .hover {
    opacity: .9;
}


.card-cliente img {
    filter: grayscale(90%);
    transition: all .5s ease;
    mix-blend-mode: multiply;
    width: 120px;
}
.card-cliente:hover img {
    filter: grayscale(0%);
}

.card-testimonio .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 7.5rem;
}
.card-post img, .card-servicio img {
    height: 200px;
}

.card-distribucion img  {
    height: 200px;
}

.card-empresa img  {
    height: 125px;
    width: 100%;
}

.card-distribucion img.logo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
} 
.card-post h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5em;
    align-content: center;
}

.card-post span.label {
    position: absolute;
    top: 15px;
    left: 15px;
}

.card-alianza img  {
    width: 180px;
    aspect-ratio: 1/1;
}

.ratio-1 {
    aspect-ratio: 1;
}

.flickity-overflow .flickity-viewport {
    overflow: visible;
}

.card-product-cat .card-product-cat-hover {
    opacity: .95;
    transition: all .3s ease;
}

.card-product-cat:hover .card-product-cat-hover {
    opacity: 0;
}

.col-portafolio {
    width: 350px;
    flex: 0 0 350px;
    max-width: 100%;
}
.card-portfolio .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
}
.card-portfolio .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6rem;
}


#main-header .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 1.35rem;
    border-width: 0;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: -.1px;
    /* background: linear-gradient(280deg, rgb(0 113 171 / 85%) 0%, rgb(41 18 100 / 85%) 30%, rgb(99 91 255 / 85%) 60%, rgb(255 53 127 / 85%) 100%); */
    transition: all .3s ease;
}
#main-header .btn:hover {
    /* background: linear-gradient(280deg, rgb(0 113 171) 0%, rgb(41 18 100) 30%, rgb(99 91 255) 60%, rgba(255, 53, 127, 1) 100%); */
}
#main-header .collapse-btn {
    width: 57px;
    height: 57px;
    padding: 0;
}
#main-header #main-navbar-nav .navbar-nav .nav-link {
    font-size: 90%;
    color: #202020;
    font-weight: 600;
    letter-spacing: 0;
}
#main-header #main-navbar-nav.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
#main-header {
    z-index: 999;
    position: relative;
}
#main-header.scrolled .collapse-menu {
    padding-top: 100px;
}
#main-header .collapse-menu {
    padding-top: 165px;
    background-color: rgba(255,255,255,.75)!important;
}
#main-header .collapse-menu.show {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

#main-header .logo,
#main-footer .logo {
    height: 60px;
    width: auto;
}
#main-footer .border-top,
#main-footer .border-bottom,
#main-footer .border-right,
#main-footer .border-left {
    border-color: #ffffff1f !important;
}
#main-footer .icons-left img {
    height: 23px;
    width: auto;
}
#main-footer .icons-right img{
    height: 30px;
    width: auto;
}
#main-footer a:not(.btn) {
    color: rgba(255,255,255,0.65);
}
#main-footer a:hover {
    color: #fff;
}
#main-checkout-header img {
    height: 70px;
    width: auto;
}
#main-checkout .col-checkout {
    padding-top: 90px;
}

#main-checkout-header {
    height: 90px;
}

#but-cotizar {
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    border-radius: 0;
}

.form-row .flickity-slider>.col, .form-row .flickity-slider>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.icon-play {
    line-height: 54px !important;
    text-align: center;
    border-radius: 100%;
    font-size: 39px;
    align-items: center;
    padding: 20px 20px 20px 30px;
    width: 94px;
}

.icon-kpi {
    aspect-ratio: 1 / 1;
    line-height: 40px !important;
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
    align-items: center;
}

.icon-30 {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 26px;
    border: 2px solid;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
}
i.icon-30:before {
    line-height: 26px;
}
.icon-40 {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    line-height: 36px;
    border: 2px solid;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
}
i.icon-40:before {
    line-height: 36px;
}
.icon-50 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    line-height: 46px !important;
    border-width: 2px !important;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
}
i.icon-50:before {
    line-height: 46px;
}
.icon-60 {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    line-height: 56px !important;
    border-width: 2px !important;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
}
i.icon-60:before {
    line-height: 56px;
}
img.icon-60.mr-2 {
    padding: 5px;
}

.card-shortcut, .card-subservicio {
    transition: all .3s ease;
}

.card-shortcut:hover, .card-subservicio:hover {
    transform: translateY(-5px);
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .2) !important;
}

 
@media (min-width: 992px) {
    .col-lg-30p {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-lg-70p {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
}
@media (max-width: 992px) {
    article.slide img {
        width: 280px !important;
        height: auto;
    }
}
#main-footer ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#main-footer ul.footer-menu li {
    width: 50%;
    flex: 0 0 50%;
}
#main-footer ul.footer-menu li {
    margin: .5rem 0;
}

.list-inline li {
    display: inline-block;
}

#main-footer .list-inline li {
    margin: 0 .5rem;
}

#main-footer .list-inline li:first-child {
    margin-left: 0;
}

#main-footer .list-inline li:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    ul#menu-servicios li {
        width: 50%;
        display: inline-block;
        padding-right: 1rem;
    }
    ul#menu-servicios {
        display: flex;
        flex-wrap: wrap;
    }
}

footer#main-footer img#logo-certificacion {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

.card-servicio {
    overflow: hidden;
}
.card-servicio .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5rem;
}
.card-servicio .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5rem;
}

.card-step ul {
    padding: 0 0 0 1rem;
}


@media(min-width: 550px) {
    .squared-bg {
        background-image: url(../images/squared-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
    }
}

.icon-70x70 {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    line-height: 70px;
}

.links-white a {
    color: #fff !important;
}


.wpcf7 {
    max-width: 100%;
}

.wpcf7 textarea {
    height: 150px;
}


.wpcf7 label {
    display: block;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.post-content img,
.post-content figure {
    max-width: 100%;
    height: auto;
}

.wp-video {
    text-align: center;
    margin: 0 auto;
}

.fixed-contact {
    z-index: 999;
    top: 40%;
    height: max-content;
}
.fixed-contact a span {
    width: 140px;
    text-align: center;
    transition: all .15s ease;
}
.fixed-contact a {
    font-size: .95rem;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
    margin-left: auto;
}
.fixed-contact a i {
    font-size: 22px;
    margin-left: auto;
}
.fixed-contact-mobile a span {
    font-size: 85%;
}
@media(max-width: 1680px) {
    .fixed-contact a {
        width: 50px;
    }
    .fixed-contact .btn:hover {
        width: 220px;
    }
    .fixed-contact a span {
        position: absolute;
        right: -140px;
    }
    .fixed-contact .btn:hover span {
        right: auto;
        left: 40px;
    }
    
    .fixed-contact {
        padding: 0 !important;
        text-align: right;
        align-items: end;
        justify-content: end;
    }
}
.btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
    color:#fff
}
.text-whatsapp {
    color: #25D366 !important;
}

section#slider .flickity-page-dots {
    bottom: 60px;
    z-index: 9;
}

.flickity-prev-next-button {
    opacity: 0 !important;
    transition: all .15s ease;
}

section:hover .flickity-prev-next-button {
    opacity: 1 !important;
}

section:hover .flickity-prev-next-button:disabled {
    opacity: .3 !important;
}


.btn-lg {
    font-size: 1.05rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.video-section iframe {
    width: 90%;
    height: 500px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}

.map-clinicas iframe {
    min-height: 320px;
    margin: 0;
    display: block;
}

.gallery {
    margin: 0 -10px 18px;
    display: flex;
    flex-wrap: wrap;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 25%;
}
.gallery-columns-4 .gallery-item {
    width: 20%;
    padding: 0 10px;
}
.gallery img {
    box-shadow: 0px 0px 1px #999;
    padding: 8px;
    background: #fff;
}
.gallery img:hover {
    background: white;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.gallery img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    height: 150px;
}


.gradient-background {
  background: linear-gradient(300deg,deepskyblue,darkviolet,blue);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.icon-color {
    color: #b4b2e6;
}

.bg-main {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  overflow: hidden;
  bottom: 0;
  z-index: 0;
}
.bg-main:after {
  content: ' ';
  border-top: 50px solid transparent;
  border-right: 100vw solid;
  width: 0;
  left: 0;
  position: absolute;
}
.bg-main-margin {
    margin-top: -200px;
}
.bg-main-padding-bottom {
    padding-bottom: 100px;
    padding-bottom: calc(100px - 3rem);
}

.bg-main-2 {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  overflow: hidden;
  bottom: 0;
  z-index: 0;
}
.bg-main-2:after {
  content: ' ';
  border-bottom: 50px solid transparent;
  border-right: 100vw solid;
  width: 0;
  position: absolute;
}

.bg-diagonal {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.bg-diagonal:after {
  content: ' ';
  border-top: 70vh solid #f6f9fc;
  border-right: 170vw solid transparent;
  width: 0;
  position: absolute;
}
.bg-diagonal-2 {
  width: 100%;
  height: 100vh;
  /* background-color: white; */
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.bg-diagonal-2:after {
  content: ' ';
  border-top: 70vh solid transparent;
  border-right: 100vw solid #f6f9fc;
  width: 0;
  position: absolute;
  bottom: 0;
}

.w-200 {
    width: 200%;
}

.w-150 {
    width: 150%;
}

.container-block-servicio img.side {
    width: 100%;
    height: 200px;
}

.container-block-servicio img.logo {
    width: 50%;
    max-height: 170px;
}

@media(min-width: 992px) {

    .container-block-servicio .content {
        min-height: 350px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .container-block-servicio img.side {
        width: 800px;
        height: 120%;
    }
}


.h5.line-clamp-2, .h6.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
}

p.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5rem;
}

p.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6rem;
}

p.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 7.5rem;
}

p.line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 9rem;
}

p.line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 15rem;
}

#search-button {
    width: 52px;
    height: 52px;
    align-content: center;
    text-align: center;
    cursor: pointer;
}

#search-bar {
    left: 0;
    top: 0;
}

#search-bar.d-xl-none {
    right: 0;
    top: 55px;
    width: 280px !important;
    left: unset;
}



#search-bar form#search-products {
    position: absolute;
    left: 0;
    top: -6px;
    height: 0;
    transition: all .5s ease;
    /* width: 250px !important; */
    opacity: 0;
    z-index: 999;
    width: 100%;
}

.menu-search #search-button .fa-times {
    display: none;
}
.menu-search.active #search-button .fa-times {
    display: block;
}
.menu-search.active #search-button .fa-search {
    display: none;
}

.menu-search.active #search-bar form#search-products {
    height: 52px !important;
    opacity: 1;
}

.menu-search #search-bar form#search-products input[type="text"], 
.menu-search #search-bar form#search-products button[type="submit"] {
    height: 52px;
    box-shadow: none !important;
}

.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 100;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  background: transparent;
  border: 0 !important;
  outline: none !important;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open, 
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: inherit;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 8px;
}
.hamburger-menu-button-open::after {
  bottom: 8px;
}
.hamburger-menu-button-close {
  background-color: transparent !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  top: 6px;
  background: #000;
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  bottom: 6px;
  background: #000;
}
.ham-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 0;
  height: 100%;
}
.ham-menu.on {
    width: 100%;
    z-index: 999;
    min-width: 300px;
    background-color: rgba(255,255,255,0.75);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu .menu {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on .menu {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 600px;
  min-width: 300px;
  margin-left: auto;
  max-width: 100%;
}
.ham-menu .menu-content {
    height: 100%;
    overflow-y: auto;
}

.ham-menu .menu-item:not(:last-child) {
    border-bottom: 1px dashed #dfdfdf;
}

@media(max-width: 992px) {
    .display-1, .display-2, .display-3, .display-4 {
        font-size: 3.5rem;
    }
    h1, .h1 {
        font-size: 2.25rem;
    }
}
@media(max-width: 769px) {

    .container,  .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    } 

    .display-1, .display-2, .display-3, .display-4 { 
        font-size: 3rem;

    }
    h1, .h1 {
        font-size: 2rem;
    }

    #video-nosotros {
        position: relative;
        height: 350px !important;
    }

    #legalMenu ul {
        width: 100%;
        flex-direction: column;
        margin-top: 1em;
    }
    #legalMenu ul li {
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #main-footer .socials {
        justify-content: center;
        display: flex;
    }
    #main-footer .socials a {
        margin: 0 .75em !important;
    } 
}
@media(max-width: 576px) {
    .display-1, .display-2, .display-3, .display-4 { 
        font-size: 2.25rem;
    }
    h1, .h1, h2, .h2 {
        font-size: 1.75rem;
    }
    .lead {
        font-size: 1rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1.15rem;
    }
    .h5, h5 {
        font-size: 1.1rem;
    }
    h6, .h6 {
        font-size: .875rem;
    }
}


@media(max-width: 1240px) {
    #main-header .logotipo {
        width: 150px;
    }
    #main-header .navbar-nav .nav-link {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }
}


.brand-logo {
    filter: invert(70%);
    transition: all .3s ease;
}
.brand-logo:hover,
.brand-logo.active {
    filter: invert(20%);
}
.grayscale-50 {
    filter: grayscale(50%);
    transition: all .3s ease;
}
.grayscale-50.hover:hover,
.grayscale-50.hover.active {
    filter: grayscale(0%);
}
.grecaptcha-badge {
    display: none !important;
}


#contactModal label.h6 {
    color: #fff;
}
#contactModal .form-control {
    background-color: transparent !important;
    color: #fff !important;
}
#contactModal option {
    color: #1d2939 !important;
}


.card-portfolio img {
    object-fit: contain !important;
    object-position: bottom right;
}

.card-portfolio .featured-image-container {
    padding: .75rem 0 0 1.5rem !important;
}

.card-testimonio {
    background-color: rgba(255,255,255,.9);
}

.outline-none {
    outline: none !important;
}

.btn-outline-secondary:hover {
    color: #fff;
}

@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
      
  }
    header#main-header,
    footer#main-footer {
      display: none;
    }
    /*
    main::after {
      content: "SGD Media Group";
      display: block;
      text-align: center;
    }
    */

    @page {
      margin: 0cm;
      size: landscape;
      page-orientation: upright;

    }
    body, html, main {
        padding: 0 !important;
        margin: 0 !important;
    }
    section {
        position: relative;
        page-break-after: always;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #f6f9fc;
        flex-wrap: wrap;
    }
    section#portafolio {
        background-color: #f6f9fc !important;
    }
    section .container {
        padding-top: 2cm !important;
        padding-bottom: 2cm !important;
        width: 100%;
        zoom: 68%;
        padding: 0 1cm;
    }
    section#contactModal .container {
        padding-top: 0cm !important;
    }
    .print-content {
        zoom: 68%;
    }
    section .container-fluid .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    a {
        text-decoration: none !important;
    }
    .print-header .container,
    .print-footer .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .print-header,
    .print-footer {
        z-index: 999;
    }
    .print-header {
        background-color: #fff;
    }
    .print-footer {
        background-color: #fff;
    }
    section:last-child {
         page-break-after: auto;
    }
    #slider .bg-main,
    .bg-main:after {
        background-color: #f6f9fc !important;
        content: none;
        display: none;
    }
    #slider .slide {
        min-height: 100vh !important;
        padding: 0 !important;
    }
    #slider .slide .heading .lead {
        font-size: 1.5rem;
    }

    #slider .slide .heading h2 {
        font-size: 5rem;
    }

    #slider .slide .heading {
        width: 90%;
        margin: 0 auto;
    }
    /*
    @page :first {
      margin-top: 6cm;
    }
    @page :left {
      margin-right: 4cm;
    }
    @page :right {
      margin-left: 4cm;
    }
    */
    .collapse {
        display: block !important;
    }
    .card-faq button i {
        display: none;
    }
    article {
        page-break-after:avoid
    }
    .flickity-slider {
        display: flex !important;
        flex-wrap: wrap;
        transform: none !important;
    }

    .flickity-slider > div {
        position: relative !important;
        left: auto !important;
    }
    .flickity-viewport {
        height: auto !important;
    }
    section#clientes .col-auto {
        width: 12.5%;
        flex: 0 0 12.5%;
    }
    section#clientes .col-auto img {
        width: 100%;
        height: auto;
    }
    .flickity-button {
        display: none;
    }
    .tab-content>.tab-pane {
        display: block !important;
    }


    #contactModal.modal {
        position: relative;
        display: block !important;
        opacity: 1 !important;
    }

    #contactModal.modal .modal-dialog {
        max-width: 100%;
        min-height: 100vh;
        transition: none;
        transform: none;
        margin: 0;
    }

    #contactModal.modal .modal-content {
        min-height: 100vh;
        border: none;
        border-radius: 0;
        outline: none;
    }

    #contactModal.modal .modal-header,
    #contactModal.modal .modal-footer {
        display: none;
    }

    #contactModal.modal .modal-body, .modal-body > .row {
        min-height: 100vh;
    }

    form {
        display: none;
    }

}

.page-id-988 section#testimonios .container {
    margin-top: -14em !important;
}

.archive .archive-loop {
    /*margin-top: -8em !important;*/
}


#overview img {
    margin-bottom: -5rem;
    margin-top: 2rem;
    margin-left: 0;
}
@media(min-width: 992px) {
    #overview img {
        width: 700px !important;
        position: absolute;
        bottom: 0;
        left: 100%;
        margin-left: -680px !important;
        margin-top: 0;
        margin-bottom: -1rem;
    }
    #overview .container {
        min-height: 535px;
        display: flex;
        align-items: center;
        /* overflow-x: hidden; */
        /* overflow-y: visible; */
    }
}

.contact_form p {
    margin-bottom: 0 !important;
}

.contact-form-container {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.contact-form-container label {
    color: #fff;
}

.header-service-container {
    min-height: 27.5rem;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.video-container {
    position: absolute;
    width: 100%;
    padding-bottom: 56.25%;
}