html {
    scroll-behavior: smooth
}

HTML BODY {
    max-width: 1900px;
    margin: 0 auto;
    color: #121212;
    background-color: #f7f7f7;
}

:root {
    --bg-color1: #e1a70d;
    --bg-color2: #e1a70d;
    --bg-color3: #000;
    --bg-color4: #a6a8ab;
    /* --bg-color5: linear-gradient(180deg, #1D99D5 0%, #c9671e 35%, #004597 65%, #1D99D5 100%); */

    --title-black: 'GothamRoundedBold';
    --title-bold: 'GothamRoundedBold';
    --font-regular: 'RobotoRegular';
    --font-bold: 'Inter bold';
    --font-italic: 'GothamRoundedLight';
    --font-menu: 'GothamRoundedLight';
    --font-alt: 'RobotoRegular'
}

HTML BODY h1 {
    font-family: var(--font-bold) !important;
}
HTML BODY .h1,
HTML BODY h2,
HTML BODY h3,
HTML BODY h4,
HTML BODY h5 {
    font-family: var(--font-menu) !important;
    font-weight: bolder !important;
}

.text-normal{text-transform: initial!important;}

HTML BODY,
HTML BODY p {
    font-family: var(--font-regular);
    color: #222222;
}
HTML BODY strong {
    font-family: var(--font-bold)
}

HTML BODY em {
    font-family: var(--font-italic)
}

.alt-font{
    font-family: var(--font-alt) !important
}
.footerFont {
    font-family:var(--title-black)!important;
}
.barInfoSize {
   font-size: 11px!important;
}

HTML BODY p {
    font-size: 16px!important;
}
.letterSpacing{letter-spacing: 10px;}

.top-header,
.top-header a,
.top-header p {
    font-size: 14px !important
}

.middle-header,
.middle-header p {
    font-size:  14px!important;
}
.sizeIconHeader{ font-size: 23px;vertical-align: -webkit-baseline-middle;}

.bottom-header,
.bottom-header a,
.bottom-header li a,
.bottom-header p {
    font-size: 100% !important
}

a {
    text-decoration: none !important
}

.badge,.btn {
    white-space: pre-line !important
}

.bg-color1,
.bg-color1:hover {
    background: var(--bg-color1) !important
}

.t-color1,.t-color1:hover {
    color: var(--bg-color1) !important;
}

.bg-color2,
.bg-color2:hover {
    background: var(--bg-color2) !important
}

.t-color2,.t-color2:hover{
    color: var(--bg-color2) !important
}

.bg-color3,.bg-color3:hover{
    background: var(--bg-color3) !important
}

.t-color3,
.t-color3:hover {
    color: var(--bg-color3) !important;
}
.footer a.t-color3{color: #4c4c4c!important;}
.footer a.t-color3:hover{color: var(--bg-color4)!important;}

.bg-color4,
.bg-color4:hover {
    background: var(--bg-color4)!important
}

.t-color4,
.t-color4:hover {
    color: var(--bg-color4) !important
}
.bg-color5,
.bg-color5:hover {
    background: var(--bg-color5)!important
}
.t-color5,
.t-color5:hover {
    color: var(--bg-color5) !important
}

.bg-color3-hover:hover{ background: var(--bg-color2) !important}

.bg-dark-25 {
    background: rgb(0 0 0 / 50%)
}

.bg-dark-50 {
    background: rgb(0 0 0 / 55%)
}

.bg-dark-75 {
    background: rgb(0 0 0 / 75%)
    
}
.bg-dark-75-1:hover {
    background: rgb(191 125 60 / 79%)
}
.bg-dark-75-1:hover p{color: #fff!important;}
.bg-dark-75-1:hover .t-color2,.bg-dark-75-1:hover a{color: #fff!important;}

.bg-dark-gradient-50 {
    background: linear-gradient(36deg, var(--bg-color4) 30%, var(--bg-color3) 30%);
}
.iconValues:hover{background:rgba(0, 16, 40, 0.80)}

.bg-img-thank-you-page {
    background: url(../images/elements/bg/bg_1.webp)
}
.bg-img0 {
    background: url(../images/elements/bg/bg_0.webp) no-repeat;
    background-size: cover;
}
.bg-img1 {
    background: url(../images/elements/bg/bg_1.webp)
}

.bg-img2 {
    background: url(../images/elements/bg/bg_2.webp);
}
.bg-img3 {
    background: url(../images/elements/bg/bg_3.webp);
}

.bg-img4 {
    background: url(../images/elements/bg/bg_4.webp);
    background-repeat: no-repeat;
}

.bg-img5 {
    background: url(../images/elements/bg/bg_5.webp);
    background-repeat: no-repeat;
}

.bg-img6 {
    background: url(../images/elements/bg/bg_6.webp);
    background-repeat: no-repeat;
}
.bg-img7 {
    background: url(../images/elements/bg/bg_7.webp)
}

.bg-menu {
    background: url(../images/elements/bg/bg_menu.jpg)
}

.bg-img {
    background-size: cover
}

.bg-img-100 {
    background-size: 100%
}

.bg-img-contain {
    background-size: contain
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-img-fixed {
    background-attachment: fixed
}

.bg-img-top-left {
    background-position: top left
}

.bg-img-bottom-right {
    background-position: bottom right
}

.bg-img-top-center {
    background-position: top center
}

.bg-img-top-right {
    background-position: top right
}

.bg-img-center-left {
    background-position: center left
}

.bg-img-center-center {
    background-position: center center
}

.bg-img-center-right {
    background-position: center right
}

.bg-img-right-left {
    background-position: right left
}

.bg-img-right-center {
    background-position: right center
}

.bg-img-right-right {
    background-position: right right
}

.t-shadow-50 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.t-shadow-100 {
    text-shadow: 0 0 10px #000
}

i {
    position: relative;
    vertical-align: -5px
}

.fa, .fab {
    transform: translateY(-5px)
}

.list-style-none2 li {
    list-style: none;transition: all .5s ease-in-out
}
.list-style-none li {
    list-style: none;
}
.footer .list-style-none li, .footer span.services{
    padding-bottom: 7px;
    transition: all .5s ease-in-out
}
.footer .list-style-none li a,.footer .list-style-none2 li a{
    color: #fff!important;
}
.footer .list-style-none li:hover a,.footer .list-style-none2 li:hover a{
    color: #fff!important}
.footer .list-style-none li:hover,.footer .list-style-none2 li:hover {
    padding-left: 5px; transition: all .5s ease-in-out;
}
.footerStyleNone{list-style: none;padding-left: 0px;}

.position-img {
    margin-top: -19em;
    position: absolute;
}
 

@media screen and (max-width:500px) {
    .h1Title h1.h3{ padding-top: 23%!important; font-size: 17px!important;}
}
.h1Title h1.h3{ padding-top: 0%;padding-top: 0; }

.main-navbar .dropdown,
.main-navbar .dropdown:hover,
.main-navbar .navbar-nav a,
.main-navbar .navbar-nav a:hover,
a[data-fancybox=gallery]>img:hover {
    transition: all .3s ease;
    font-family: var(--font-menu);
}
.navbar.navbar-expand-md,.collapse.navbar-collapse {padding: 0!important;}

.main-navbar .navbar-nav a {
    font-size: 14px!important;
    font-weight: bold;
    padding: 1.5em 0px;
    position: relative;
    margin: auto 0.2em;
}

.main-navbar .navbar-nav .active a::after{
    content: '';
    position: absolute;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid var(--bg-color3);
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
}

.main-navbar .navbar-nav a:hover {
    color: var(--bg-color1)!important;
}

.dropdown-menu a:hover,
.main-navbar .navbar-nav .active a {
    color: var(--bg-color1) !important;
    font-weight: bold;
    font-family: var(--font-regular);
}

.navbar-toggler {
    background: var(--bg-color3) !important
}

.main-navbar .dropdown .active,
.main-navbar .dropdown:hover {
    background: var(--bg-color3) !important;
}
.main-navbar .dropdown .active, .main-navbar .dropdown:hover a.text-dark{ color: #fff!important;}

.main-navbar .dropdown-menu {
    padding: 0
}

.main-navbar .dropdown-menu a {
    color: #fff;
    background: 0 0
}

.main-navbar .dropdown-menu a:hover {
    background: #fff!important;
    background: 0 0
}

.main-navbar .dropdown-menu {
    background: var(--bg-color3);
    border-radius: 0 !important;
    transform: translateY(-2px);
    border: none
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.delay1s{
    animation-duration: 9s;
    transition-delay: 9s;
}
.delaySliderContent {
  animation-duration: 1.5s;
  animation-name: appearCaption;  
}
.delaySliderText {
  animation-duration: 2.2s;
  animation-name: appearCaption;
  background-color: #6161614f;  
  backdrop-filter: blur(1px);
  border-radius: 30px;
}

#indicador-carousel .carousel-caption h3 {
    font-size: 100px;
    font-family: var(--font-bold) !important;
    color: #ffffffe0;
}

#indicador-carousel .carousel-caption p {
    font-family: var(--font-regular);
    color: #ffffffe0 !important;
}

.carousel-caption{left: 8%!important;right: 8%!important;}

@media(min-width:250px) {
    .image-min {
        width: 100% !important
    }
    .negative-margin-top2,
    .services-home {
        margin-top: -12% !important
    }
    #indicador-carousel .carousel-caption h3 {
        font-size:35px!important
    }
    #indicador-carousel .carousel-caption h4 {
        font-size: 11px !important;
    }
    .carousel-caption {
        bottom:10%!important
    }
    .bg-dark-gradient-50 {
        background: var(--bg-color4)
    }
    .top-slider {
        margin-top:-218px;
        position: relative;
        z-index: 0
    }
    .efectMissionIcon {
        margin-left: 0 !important
    }
}

@media(min-width:540px) {
    .carousel-caption {
        bottom:15%!important;
    }
    .negative-margin-top2 {
        margin-top: 5%
    }
    .top-slider {
        margin-top: -217px;
        position: relative;
        z-index: 0
    }
}

@media(min-width:768px) {
    .efectMissionIcon {
        margin-left: -41px !important
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 45px !important;
    }
    #indicador-carousel .carousel-caption h3.fontSlider {
        font-size: 43px!important;
    }
    #indicador-carousel .carousel-caption h4 {
        font-size: 12px !important;
    }  
    .heightServices{height: 22em;}
    
}


@media(min-width:960px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom:18%!important
    }
    .negative-margin-top2 {
        margin-top: -2%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 55px !important
    }
    #indicador-carousel .carousel-caption h4 {
        font-size: 12px!important;
    }    
    .bg-dark-gradient-50 {
        background: linear-gradient(36deg, var(--bg-color4) 30%, var(--bg-color3) 30%)
    }
    .top-slider {
        margin-top:-218px;
        position: relative;
        z-index: 0
    }
}
@media(min-width:1024px) {
    #indicador-carousel .carousel-caption h3.fontSlider {
        font-size: 46px!important
    }
}
@media(min-width:1140px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom:20%!important
    }
    .negative-margin-top2 {
        margin-top: -2%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 70px !important
    }
    #indicador-carousel .carousel-caption p {
        font-size: 30px !important
    }
    #indicador-carousel .carousel-caption h3.fontSlider {
        font-size: 70px !important;
    }
    .top-slider {
        margin-top: -221px;
        position: relative;
        z-index: 0
    }
    .main-navbar .navbar-nav a {
        font-size: 16px!important;
    }
    
}
@media screen and (max-height:991px) {
    .float-menu { position: relative; left: 0px!important; right: 0px!important;}
    
}
.top-menu {
    position: relative;
    z-index: 3;
}
.float-menu {
    /* position: absolute; */
    z-index: 100;
}

a.navbar-brand {
    font-size: 130% !important
}

.navbar-toggler {
    margin-bottom: 10px
}

.go-up {
    background: url(../../src/images/elements/top.png) var(--bg-color1) center center;
    border-radius: 50px;
    opacity: .5;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 76px;
    right: 25px;
    display: inline-block !important
}

.go-up:hover {
    opacity: 1
}

.hide-top,
.hide-top-alt {
    opacity: 0 !important
}

.icon-align {
    min-width: 24px;
    text-align: center;
    position: absolute;
    left: 20px;
    margin-top: 8px
}

.icon-align-ul li {
    list-style: none
}

.shake-bottom:hover img.servicesIcon {
    -webkit-animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both;
}

.shake-bottom img{
    -webkit-animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both;
}

@-webkit-keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.listNumber {
    border: 2px solid var(--bg-color1) !important;
    padding: 3px 6px;
    border-radius: 50%;
    margin-right: 5px
}

p:hover .listNumber {
    background: var(--bg-color5) !important;
    color: #fff !important;
    border: 2px solid var(--bg-color5) !important;
}

.form-control {
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
    transition: all .5s ease-in-out !important;
    background-color: rgb(240, 240, 240);
}

.form-control:hover {
    transition: all .5s ease-in-out !important
}

.input-group-text {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important
}

.efect-box,
.efectIN {
    transition: all .5s ease-in-out !important
}

.efect-box:hover {
    box-shadow: 0px 0px 17px 7px rgb(0 0 0 / 27%) !important;
    transition: all .5s ease-in-out
}

.efectIN:hover,.efectIN:hover .missionImg {
    transition: all .5s ease-in-out !important;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9)
}
.efectUpServ,.efectUP .missionImg{
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease;
}
.efectUP:hover .missionImg {    
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all .5s ease-in-out
}
.efectUpServ:hover .servBubble,.efectUpServ:hover .servBubble2{
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    transition: all .5s ease-in-out
}

.bottom-shadow {
    -webkit-box-shadow: -3px 9px 24px 13px rgb(217 217 217 / 75%);
    box-shadow: -3px 9px 24px 13px rgb(217 217 217 / 75%);
}
.bottom-shadow-hover{  transition: all .5s ease-in-out !important;}
.bottom-shadow-hover:hover {
    -webkit-box-shadow: 0 10px 17px -6px #8d8d8d;
    box-shadow: 0 10px 17px -6px #8d8d8d;
    transition: all .5s ease-in-out !important;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    display: inline-block
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: .25rem !important
}

.flip-card-front {
    color: #000
}

.flip-card-back {
    background-color: var(--bg-color3);
    color: #000;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.titleTop1 {
    display: block;
    padding: 25px 40px 15px 20px;
    border-bottom: 1px solid var(--bg-color1);
    margin: -7px 0 -12px
}

.services-home {
    position: relative;
    margin-top: -65px;
    width: 100%;
}

.services-home .service {
    box-shadow:0 0 6px 0px #797878;
}
.services-home1 .service h6 {
    color: var(--bg-color3)
}
.services-home1 .service:hover h6 {
    color: #fff
}

.services-home1 .service:hover a {
    border: 1px solid #fff;
    color: #fff
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: var(--bg-color3);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px
}

.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
    color: #fff
}

.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.efectMissionIcon {
    background: var(--bg-color1);
    width: 95px;
    padding: 10px;
    margin-left: -41px;
    transition: all .5s ease-in-out !important
}

.efectMission:hover .efectMissionIcon {
    background: var(--bg-color2);
    transition: all .5s ease-in-out !important;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg)
}

@keyframes appearCaption {
  from {
    opacity:0;
  }
  75%{
    opacity:0;
  }

  90%{
    opacity: 0.3;
  }
  95%{
    opacity: 0.5;
  }
  98%{
    opacity: 0.7;
  }
  100%{
    opacity: 1;
  }
  to { 
    opacity:1;
  }
}

.bgImgHover{
overflow: hidden;
position: relative;
}
.bg-img6,.bg-img7{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.bgImgHover .bg-img6:hover,.bgImgHover .bg-img7:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sliderServices {
    display: flex;
    align-items: center;
    justify-content: center
}

.sliderServices__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 33.33%;
    height: 100vh;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 0 0 4px #000;
    transition: all .3s
}

.sliderServices__item:hover {
    flex-basis: 50%;
    color: red !important
}

.ServicesMobil a h3,
.sliderServices__item a h3 {
    color: #f5f5f5 !important;
    transition: all ease .5s
}

.ServicesMobil:hover a h3,
.sliderServices__item:hover a h3 {
    color: #fff !important;
    transition: all ease .5s
}

.item-1 {
    background: url(../images/services/home1.jpg) center center no-repeat;
    background-size: cover
}

.item-2 {
    background: url(../images/services/home2.jpg) center center no-repeat;
    background-size: cover
}

.item-3 {
    background: url(../images/services/home3.jpg) center center no-repeat;
    background-size: cover
}

.item-4 {
    background: url(../images/services/home4.jpg) center center no-repeat;
    background-size: cover
}

.artist {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .sliderServices__item {
        height: 70vh;
    }
}

@media only screen and (max-width:991px) and (min-width:200px) {
    .ServicesMobil {
        padding: 12% 0; transition: all ease .5s
    }
    .ServicesMobil:hover {
        padding: 20% 0;
        transition: all ease .5s
    }
    .borderDashed{border:none}
}
.textureRule{position:relative;top:0;right:0;width:100%;height:35px;background-image:url(../images/elements/rule1.png);background-repeat:repeat-x;animation:slide-2 60s linear infinite;-webkit-animation:slide-2 60s linear infinite}
@keyframes slide-2{from{background-position:0 0}to{background-position:1920px 0}}
@-webkit-keyframes slide-2{from{background-position:0 0}to{background-position:1920px 0}}
.textureRule1{transform:rotate(180deg);position:relative;top:0;right:0;width:100%;height:35px;background-image:url(../images/elements/rule1.png);background-repeat:repeat-x;animation:slide-2 60s linear infinite;-webkit-animation:slide-2 60s linear infinite}
@keyframes slide-2{from{background-position:0 0}to{background-position:1920px 0}}
@-webkit-keyframes slide-2{from{background-position:0 0}to{background-position:1920px 0}}

.carousel-control-next, .carousel-control-prev{bottom: -52px!important;opacity: 1!important; width: 4%; }
.card{background:none!important;}.card-header{padding: 0!important;border-radius:0!important}button,button:focus{border:none!important;text-decoration: none!important;outline: none!important}
button .moreDesc{transform: rotate(45deg); transition: all ease .5s}
button.collapsed .moreDesc{transform: rotate(0deg); transition: all ease .5s};

/*portfolio zoom*/
.containerPortfolio {
    position: relative;
    overflow:hidden;
}
.overlayPortfolio img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 3s ease 0s; 
-webkit-transition: all 3s ease 0s; 
}
.overlayPortfolio:hover img {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
transition: all 6s ease 0s!important; 
-webkit-transition: all 6s ease 0s!important; 
}

/* portfolio filters */
#btnAll,#btnStucco,#btnStone{font-weight: bold;}
#btnAll:hover,#btnStucco:hover,#btnStone:hover{color: var(--bg-color3);}
.activeFilter{color: var(--bg-color4); }

.comment{word-break: break-all;}
.noBreak{display: inline-block!important;}

.flip-horizontal-bottom:hover{-webkit-animation:flip-vertical-fwd .4s cubic-bezier(.455,.03,.515,.955) both;animation:flip-vertical-fwd .4s cubic-bezier(.455,.03,.515,.955) both
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-5 15:31:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes flip-vertical-fwd{0%{-webkit-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}100%{-webkit-transform:translateZ(160px) rotateY(180deg);transform:translateZ(160px) rotateY(180deg)}}@keyframes flip-vertical-fwd{0%{-webkit-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}100%{-webkit-transform:translateZ(160px) rotateY(180deg);transform:translateZ(160px) rotateY(180deg)}}

.animationFloat{
    border-radius: 5px;
    -webkit-animation: line 3s ease-in-out infinite;
    animation: line 3s ease-in-out infinite;
}
@-webkit-keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }

}
@keyframes line {
from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.animationFloat1{
    border-radius: 5px;
    -webkit-animation: line 3s ease-in-out infinite;
    animation: line1 3s ease-in-out infinite;
}
@-webkit-keyframes line1 {
  from {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(-4px);
  }

}
@keyframes line1 {
from {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(-4px);
  }
}


.iconHeader{border-radius:0px 10px 0 10px; height: 50px; width: 50px; text-align: center;}
@media screen and (max-width:992px) {
    .iconHeader{height: 34px; width: 34px; font-size: 26px!important;}
}
@media screen and (max-width:1050px) {
    .iconHeader{height: 39px!important; width: 39px!important; font-size: 30px!important;}
}
.btnHeaderMenu{line-height: 4;}
.borderRounded{border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;}
.borderMenu{border-top: 2px solid var(--bg-color1);}

/*Services*/
.containerServices {
  position: relative;width: 100%;
}
.overlayServices {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.88);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.containerServices:hover .overlayServices {
  height: 100%;
}
.textServices {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width:640px) {
   .textServices {font-size: 12px;}
}
@media screen and (max-width:800px) {
   .textServices p{font-size: 13px!important;}
}

.positionRelative{position: relative!important;}
.nav-pills{display: inline-flex;
    background: var(--bg-color1);
}
.nav-pills li.active{
    padding: 1%;
}

.pills1:first-child{
    border-top-left-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
}
.pills3:last-child{
    border-top-right-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
}
.nav-pills a.nav-link:after{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}
.paddingIconServicesPills{padding: 7px 10px;}
/*mobile*/
.pillsMobile1:first-child{
    border-top-left-radius: 49px!important;
    border-top-right-radius: 49px!important;
}
.pillsMobile3:last-child{
    border-bottom-left-radius: 49px!important;
    border-bottom-right-radius: 49px!important;
}

/*portfolio sin filtro*/
/* Prevent vertical gaps */
#portfolioOverlay{
   line-height: 0;
   margin-left:150px;
   
   -webkit-column-count: 2;
   -webkit-column-gap:   0px;
   -moz-column-count:    2;
   -moz-column-gap:      0px;
   column-count:         2;
   column-gap:           0px;
   
}
#portfolioOverlay img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
a.darken {
    display: inline-block;
    background: #000;
    padding: 0;
    position:relative;	
}

a.darken img {
    display: block;
    
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
a.darken:hover:before{
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 3px;
  bottom: 20px;
  right: 20px;
  background: #fff;
}

a.darken:hover:after{
  content: '';
  display: block;
  position: absolute;
  height: 85%;
  width: 3px;
  bottom: 20px;
  right: 20px;
  background: #fff;
}
a.darken:hover img {
    opacity: 0.3;           
}
a.darken span{
    visibility:hidden; 
    font-size:19px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 100%;
}
a.darken:hover span{color:#fff; visibility:visible;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.modal-mobile{position: fixed;bottom:0; z-index: 99;box-shadow: 0 -1px 23px 3px rgb(28 28 28 / 62%);}

.topButton{margin-top: -39px; }

.borderDashed{border-left:1px dashed #bdbbbb;border-right: 1px dashed #bdbbbb;}

.positionImg{position: absolute; margin-top: -18px;}
@media only screen and (max-width:1199px) and (min-width:992px) {
    .positionImg {
        position: absolute;
        margin-top: -38px;
    }
}

.sidenav {height: 100%; width: 0; position: fixed; z-index: 100; top: 0; left: 0; background-color: var(--bg-color2); overflow-x: hidden; transition: 0.5s; padding-top: 60px; }

.sidenav a {text-decoration: none; font-size: 15px; color: #fff; display: block; transition: 0.3s; }
.sidenav a:hover {color: var(--bg-color4); background:#f6f6f6 }
.sidenav .active{background:#fff;color:var(--bg-color4);}
.sidenav .closebtn {position: absolute; top: 0; right: 25px; margin-left: 50px; }
.sidenav .closebtn:hover{background:none!important;}

.tab-content a{color: #f1f1f1!important;}
.tab-content a:hover{color: var(--bg-color2)!important;}
.btnCategory{position: absolute; bottom: 0; display: inline-block; right: 0;
    font-size: 18px;
    padding: 5px 19px;
    background: var(--bg-color4)!important;
    color: var(--bg-color3)!important;}

.bg-dark-25 .p-5:hover .btnCategory{background: var(--bg-color2)!important;color: #fff!important;}
.bg-dark-25 .p-5:hover .t-color3{color: var(--bg-color2)!important;}

.scaleZoom{overflow: hidden; position: relative; display: inline-block; cursor: pointer;}
.bgImgServices1{ background: url(../images/services/servList1.webp);background-size: cover;background-position:center;transition: all .5s;}
.bgImgServices2{ background: url(../images/services/servList2.webp);background-size: cover;background-position:center;transition: all .5s;}
.scaleZoom:hover .bgImgServices1{width: 100%;transform: scale(1.2)!important;transition: all .5s;}
.scaleZoom:hover .bgImgServices2{height: 100%;transform: scale(1.2)!important;transition: all .5s;}
.bgImgServices1:hover .bg-dark-50,.bgImgServices2:hover .bg-dark-50{background: rgba(0, 0, 0,0.72);}
.bgImgServices1:hover .bg-dark-50 img,.bgImgServices2:hover .bg-dark-50 img{transition:all .5s ease-in-out; -webkit-filter: invert(10%);filter: invert(10%);}

.shake-bottom:hover .t-color3{color: var(--bg-color2)!important;}
.servicesPosition{margin-top: -50px;}

.mtValues{margin: 208px 0 0;}
@media only screen and (max-width:768px) and (min-width:300px) {
    .mtValues{margin: 0px 0 0;}
}

.iconValues{transition: all .5s;}
.flip-2-hor-top-1:hover .iconValues{transition: all .5s;}
.flip-2-hor-top-1:hover img{-webkit-animation:flip-2-ver-right-bck .5s cubic-bezier(.455,.03,.515,.955) both;animation:flip-2-ver-right-bck .5s cubic-bezier(.455,.03,.515,.955) both}
/* ----------------------------------------------
 * Generated by Animista on 2021-6-10 13:19:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes flip-2-ver-right-bck{0%{-webkit-transform:translateX(0) translateZ(0) rotateY(0);transform:translateX(0) translateZ(0) rotateY(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}100%{-webkit-transform:translateX(100%) translateZ(-260px) rotateY(180deg);transform:translateX(100%) translateZ(-260px) rotateY(180deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@keyframes flip-2-ver-right-bck{0%{-webkit-transform:translateX(0) translateZ(0) rotateY(0);transform:translateX(0) translateZ(0) rotateY(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}100%{-webkit-transform:translateX(100%) translateZ(-260px) rotateY(180deg);transform:translateX(100%) translateZ(-260px) rotateY(180deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}}


.masonry-wrapper {
  margin-right: auto;
  margin-left: auto;
  vertical-align: baseline;
}
.masonry {
  columns: 1;
  column-gap: 9px;
}
.masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {  .masonry {
    columns: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 3;
  }
}
.masonry-item{
  border-radius: 4px;
  overflow: hidden;
}
.masonry-item {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .4));
  transition: filter .25s ease-in-out;
}
.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .4));
}
.missionBoxShadow img{transition: all .5s;box-shadow: -35px 35px var(--bg-color1);}
.missionBoxShadow:hover img{transition: all .5s;box-shadow: -30px 30px var(--bg-color2);}

.missionBoxShadow1 img{transition: all .5s;box-shadow: 35px 35px var(--bg-color1);}
.missionBoxShadow1:hover img{transition: all .5s;box-shadow: 30px 30px var(--bg-color2);}

.styleServices img{
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 10px solid var(--bg-color1);
}
.positionNumberServices{
    position: absolute;
    top: -15px;
    left: 104px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: var(--bg-color3);
}
.positionNumberServices:hover{background: var(--bg-color2);}

.styleServices:hover img{
    border-color: var(--bg-color2);
    animation: pulse1 3000ms infinite;
}
@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--bg-color3);
    box-shadow: 0 0 0 0 var(--bg-color3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.050);
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.050);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.050);
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.050);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.050);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.050);
  }
}

.btn{font-size: 16px!important;white-space: nowrap;cursor: pointer;transition: .5s ease-in-out;}
.btnHome{
     color:#fff!important;
    background: var(--bg-color1);
}
.btnHome:hover{
    color: #fff!important;
    background: var(--bg-color1);
    transition: .5s ease-in-out;
    border-radius: 10px;
}
.btnParallax{
    color: #fff!important;
    background: var(--bg-color4);
    border-radius: 50px;
}
.btnParallax:hover{
    color: rgb(255, 255, 255)!important;
    background: var(--bg-color3);
    transition: .5s ease-in-out;
}
.btnParallax1{
    color: var(--bg-color3) !important;
    background-color: var(--bg-color1); 
    border-radius: 0px;
    position: relative;
    margin-top: 15px;
    font-weight: bold;
    border: 2px solid var(--bg-color3);
    outline: 2px solid var(--bg-color2);
}
.btnParallax1:hover{
    color: #fff!important;
    transition: .5s ease-in-out;
    transition: 0.5s;
    background: var(--bg-color3);
}
/* .btnParallax1:after {
    content: "";
    background: url(../images/elements/cesped.png) repeat-x;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 50px;
    top: -24px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
}
.btnParallax1:hover.btnParallax1::after {
    top: -29px;
    transition: .5s;
} */

.btnText{color: var(--bg-color1);font-size: 16px; font-weight: 700;font-family: 'OpenSansSemibold';}
.btnText:hover{color: var(--bg-color2)!important;}
.letterSpacingServices{letter-spacing: 3px;}

.bgPattern{position: relative; margin-bottom: -25%;}
.OverlayServices{background: var(--bg-color2);}
.OverlayServices-hover:hover{background: var(--bg-color4);}
#items:hover h3.t-color4{color: var(--bg-color3)!important;}
.servBack1{background: url(../images/services/1.webp); background-size:cover;border-radius: 50px;box-shadow: 0px 5px 19px 5px rgb(0 0 0 / 10%);}
.servBack2{background: url(../images/services/2.webp); background-size:cover;border-radius: 50px;box-shadow: 0px 5px 19px 5px rgb(0 0 0 / 10%);}
.servBack3{background: url(../images/services/3.webp); background-size:cover;border-radius: 50px;box-shadow: 0px 5px 19px 5px rgb(0 0 0 / 10%);}
.servBack4{background: url(../images/services/4.webp); background-size:cover;border-radius: 50px;box-shadow: 0px 5px 19px 5px rgb(0 0 0 / 10%);}
.servBack5{background: url(../images/services/5.webp); background-size:cover;border-radius: 50px;box-shadow: 0px 5px 19px 5px rgb(0 0 0 / 10%);}
.servBack6{background: url(../images/services/6.webp); background-size:cover;border-radius: 50px;box-shadow: 0px 5px 19px 5px rgb(0 0 0 / 10%);}
.servBack1 .bg-dark-25{background: rgb(0 0 0 / 52%);  transition: all 0.3s ease-in-out;}
.servBack2 .bg-dark-25{background: rgb(0 0 0 / 52%);  transition: all 0.3s ease-in-out;}
.servBack3 .bg-dark-25{background: rgb(0 0 0 / 52%);  transition: all 0.3s ease-in-out;}
.servBack4 .bg-dark-25{background: rgb(0 0 0 / 52%);  transition: all 0.3s ease-in-out;}
.servBack5 .bg-dark-25{background: rgb(0 0 0 / 52%);  transition: all 0.3s ease-in-out;}
.servBack6 .bg-dark-25{background: rgb(0 0 0 / 52%);  transition: all 0.3s ease-in-out;}

.servBack1:hover .bg-dark-25{background: rgb(0 0 0 / 27%);  transition: all 0.3s ease-in-out;}
.servBack2:hover .bg-dark-25{background: rgb(0 0 0 / 27%);  transition: all 0.3s ease-in-out;}
.servBack3:hover .bg-dark-25{background: rgb(0 0 0 / 27%);  transition: all 0.3s ease-in-out;}
.servBack4:hover .bg-dark-25{background: rgb(0 0 0 / 27%);  transition: all 0.3s ease-in-out;}
.servBack5:hover .bg-dark-25{background: rgb(0 0 0 / 27%);  transition: all 0.3s ease-in-out;}
.servBack6:hover .bg-dark-25{background: rgb(0 0 0 / 27%);  transition: all 0.3s ease-in-out;}

.arrowCarrousel .carousel-control-prev, .arrowCarrousel .carousel-control-next{border-radius: 50%!important;
    width: 40px!important; height: 40px; background: rgb(0 0 0 / 63%)!important; transition: .5s; top: 42%;}
.arrowCarrousel .carousel-control-prev:hover, .arrowCarrousel .carousel-control-next:hover{box-shadow: 0px 0px var(--bg-color1);transition: .5s;}
.arrowCarrousel .carousel-control-next-icon, .arrowCarrousel .carousel-control-prev-icon{border:none!important;}


.bgWhite{border-top:3px solid var(--bg-color1);width: 50px;margin-bottom: 2%;margin-top: 1%}
.bgImg{border-top:3px solid #fff;width: 6%;margin-bottom: 5%}

.bgHeight{border: 8px solid #dddddd;border-radius: 50px;transition: .5s;}
.bgHeight:hover{border: 8px solid var(--bg-color1);transition: .5s;}
@media only screen and (max-width:424px) and (min-width:300px) {
    .bgHeight{height: 150px;min-height: 150px;}
    h5{font-size: 15px;}
}
@media only screen and (max-width:768px) and (min-width:425px) {
    .bgHeight{height: 200px;min-height: 200px;}
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .bgHeight{height: 260px;min-height: 260px;}
    /* .bg-img4 {
        background: url(../images/elements/bg/bg_4.webp) 736px;
        background-repeat: no-repeat;
    } */
}
@media only screen and (min-width:1024px) {
    .bgHeight{height: 300px;min-height: 300px;}
    /* .bg-img4 {
        background: url(../images/elements/bg/bg_4.webp) 510px;
        background-repeat: no-repeat;
    } */
    .btn {padding: 9px 32px;}
}
@media only screen and (min-width:1140px) {
/* .bg-img4 {
        background: url(../images/elements/bg/bg_4.webp) 689px!important;
        background-repeat: no-repeat!important;
    } */
}

.textPosition{position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}

.shake-bottom:hover, .efectUP:hover,.efectUpServ:hover img{filter: saturate(110%);}
/* Services with bubble */
.servBubble{
    background-image: url(../images/services/bubble.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71,171,225,0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71,171,225,0);
    box-shadow: inset 0 0 0 100px 20px rgba(71,171,225,0);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -ms-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;white-space: pre-wrap;text-shadow: 1px 1px 3px #fff;
}
.servBubble2 {
    background-image: url(../images/services/bubble2.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71,171,225,0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71,171,225,0);
    box-shadow: inset 0 0 0 100px 20px rgba(71,171,225,0);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -ms-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    white-space: pre-wrap;text-shadow: 1px 1px 3px #fff;
}
.servicePosition1{width:170px;height:170px;margin-top:-183px;right:-93px;}
.servicePosition2{left:-42%;top:-26px;width:151px;height:151px;}
.servicePosition3{width:160px;height:160px;bottom:-13px;right:-62px;}
.servicePosition4{width:170px;height:170px;margin-top:-327px;left:-50px;}
@media only screen and (max-width:767px) and (min-width:300px) {
    .servicePositionMobile{margin-top: -77px; right: 0;}
    .servicePositionMobile2{top:16px; left: 0;}
    .servicePositionMobile3{bottom: -27px; right: 0;}
    .servicePositionMobile4{margin-top:-300px; left: 0;}
    .bg-img-center-center{background-position: left center;}
    .positionTextBanner{right:0px!important;position:relative!important}
}
@media only screen and (min-width:768px) {
    .servicePositionMobile{margin-top: -149px; right: 0;}
    .servicePositionMobile2{top: -92px; left: -68px;}
    .servicePositionMobile3{bottom: -27px; right: -92px;}
    .servicePositionMobile4{margin-top: -260px; left: -81px;}
}

.reviewHome{background: linear-gradient( 90deg, var(--bg-color1), transparent, var(--bg-color1)); border-radius: 50px;}
.bordermission{border: 5px solid var(--bg-color3)!important;}
.bordervision{border: 5px solid var(--bg-color2)!important;}
.positionArrowRight{position: relative;
    margin-bottom: 2px;
    text-align: center;}
.positionArrowRight.arrowRight:after{content: '';
    width: 50px;
    height: 24px;
    display: block;
    background: url(../images/elements/arrow.png) top left no-repeat;
    position: absolute;
    top: 80px;
    right: -40px;}
@media only screen and (max-width:991px) {.positionArrowRight.arrowRight:after{background: none;right: 0px;}.styleServices.home img{width: 130px;}.carousel-caption {/*left: 15%!important;*/}}
.hr{
    width: 30px;
    height: 4px;
    background:var(--bg-color1);
    margin-bottom: 20px;
}
.borderColorMission{border-top:1px solid #818181; background:#f9f9f9;border-top: 3px solid var(--bg-color2);border-radius: 5px;}
.borderColorVision{border-top:1px solid #818181; background:#f9f9f9;border-top: 3px solid var(--bg-color3);border-radius: 5px;}
.borderColorWhy{border-top:1px solid #818181; background:#f9f9f9;border-top: 3px solid var(--bg-color2);border-radius: 5px;}
.romboMV{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 217px;
    margin-left: -8px;
    border: 1px solid #818181;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    z-index: 2;
}
.romboW{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 227px;
    margin-left: -8px;
    border: 1px solid #818181;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    z-index: 2;
}

.boxBanner1{background: var(--bg-color1);color: #fff;padding: 1.5rem; line-height: 5;}
.boxIconBanner1{width: 20px; height: 20px;}
details summary{ display: block!important; }

.videoBack { position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: -10; visibility: visible; }
.hr1{width: 70px!important; background: var(--bg-color4)!important;border: 1px solid var(--bg-color4)!important;display: inline-block;}
.backIconServices{background: linear-gradient(45deg, #6527ab,#6527ab,#1a97e9,#00e9ff);padding: 3px;}
.backIconServices:hover{background: linear-gradient(-45deg, #6527ab,#6527ab,#1a97e9,#00e9ff);}


/*Other efect Portfolio */
.containerPortfolio1 {
    position: relative;
}
.overlayPortfolio1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0);
     opacity: 1;
}  
.containerPortfolio1:hover .overlayPortfolio1 {
    opacity: 1;
    background-color: rgb(0 0 0 / 76%);
}  
.textPortfolio1 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.containerPortfolio1:hover .overlayPortfolio1 .textPortfolio1{color:var(--bg-color5);}

.text1Portfolio1{opacity:0;
    position: absolute;
    top:  50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.containerPortfolio1:hover .overlayPortfolio1 .text1Portfolio1 {
    opacity:1;
}
/* separator animation*/
.separator{height: 5px; width: 90px ; background: var(--bg-color5); margin: 22px 0 30px ; position: relative; border-radius: 30px ; display: inline-block;}
.separator::before { content: ''; position: absolute; right: 90px; top: -2.7px ; height: 10px ; width: 10px ; border-radius: 50%; background: #b9db05; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: circle_slide;}
@-webkit-keyframes circle_slide {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
              transform: translateX(88px);
    }
}
  
  @keyframes circle_slide {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
              transform: translateX(88px);
    }
}

.borderLeft{border-left:3px solid var(--bg-color5);padding-left: 1.5em;}

/*benefits*/
.benefits {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: 7px 7px var(--bg-color1);
    transition: .5s;
    background: #fff;
    padding: 20px 22px 17px;
}
.benefits:hover {   
    box-shadow:0px 0px var(--bg-color2);
    transition: .5s;
}

.benefits1 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: 7px 7px var(--bg-color3);
    transition: .5s;
    background: var(--bg-color1);
    padding: 20px 22px 17px;
}
.benefits1:hover {   
    box-shadow:0px 0px var(--bg-color2);
    transition: .5s;
}

/*banner*/
.positionTextBanner{ position: absolute; right: 100px; top: 0; height: 100%;}
dd{margin-left:1.5rem!important}dd i{font-size: 0.8rem;color: var(--bg-color1);}
.negative-margin-top2 dt{font-weight: 500!important;}
.img-fluid{object-fit: cover;}

/* .eom-title h3,.eom-title h2{position: relative;}
.eom-title h3::before,.eom-title h2::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 2px solid var(--bg-color5);
    width: 200px;
}
.eom-title h3::after,.eom-title h2::after {
    position: absolute;
    bottom: -25px;
    right: 50%;
    content: "";
    border: 2px solid var(--bg-color1);
    width: 200px;
} */

.positionBtnValues{bottom: 0!important; position: absolute; margin-bottom: -29px;}
.footer{background: var(--bg-color1);}

/*slider*/
.kenburns-top{-webkit-animation:kenburns-top 8s ease-out infinite alternate-reverse both;animation:kenburns-top 8s ease-out infinite alternate-reverse both}
 @-webkit-keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.15) translateY(-15px);transform:scale(1.15) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}@keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.15) translateY(-15px);transform:scale(1.15) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}
 
 @media only screen and (max-width:768px) and (min-width:425px) {
    @-webkit-keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.05) translateY(-15px);transform:scale(1.05) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}@keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.05) translateY(-15px);transform:scale(1.05) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}
}
h5.modal-title{color: var(--bg-color1)!important;}
.w-100{object-fit:cover}

.bg-degradado1 {
    background: linear-gradient(180deg, rgba(35,101,0,1) 0%, rgba(92,150,62,1) 50%, rgba(92,150,62,1) 60%, rgba(35,101,0,1) 100%);
}

.bg-back {
    background: #005b050c;
}
.bg-back1 {
    background: linear-gradient(180deg, #a0a0a023 65%, #9999990c 100%);
}

.bg-menu1 {
    background-color: var(--bg-color1);
}

.clip1{
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
}
.clip2{
    clip-path: polygon(0 0, 95% 0, 100% 100%, 7% 100%);
}

/* =================== SERVICES ============================== */
.services-icon {
    position: relative;
    top: -60px;
}

.services-icon .col-11{
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.services-icon h1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    width: 70px;
    height: 70px;
    color: #000;
    filter: invert();
    animation: pulse 2s infinite;
}

.border-head {
    clip-path: polygon(0 100%, 0 12%, 50% 0, 100% 12%, 100% 100%);
}

.glass-container {
    background: #4d4d4d27;
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
}

.border-bottom {
    border-bottom: 1px solid #9e9e9e;;
}

.seccion1 {
    position: relative;
    top: -35px;
}

.bg-seccion1 {
    background: url(../images/elements/bg/bg_1.webp) no-repeat right top;
    background-size: 900px auto;
}


@media (min-width:1900px) {
    .bg-seccion1 {
        background-size: 1200px auto;
    }
}

.back-title {
    font-size: 120px;
    position: absolute;
    top: -100px;
    left: 0px;
    font-family: var(--title-bold);
    color: #a87d4f70;
    -webkit-text-fill-color: #f7f7f7; 
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: black; */
    z-index: -1;
    animation: pulse 3s infinite;
}

@media (max-width:876px) {
    .back-title {
        position: relative;
        font-size: 4em;
        top: 0px;
        text-align: center;
    }
}
@media (max-width:426px) {
    .back-title {
        font-size: 3em;
    }
}

.underline {
    text-decoration: underline !important;
}


/* =================== MISSION AND VISION ============================ */
#mission1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
#mission1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover
{ border: none;}
#mission1 .nav-tabs { border: none;}
#mission1 .select {
    background-color: #fff;
    box-shadow: 2px 2px 12px #00000063;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
#mission1 .active.select, #mission1 .select:hover {
    background-color: var(--bg-color1);
    color: #fff !important;
}
#mission1 .select h1, #mission1 .select h2 {color: var(--bg-color1) !important;}

#mission1 .active.select h1, #mission1 .active.select h2 {
    display: none !important;
    padding: 0px;
}
#mission1 .select:hover h1, #mission1 .select:hover h2 {color: #fff !important;}
#mission1 .active.select img, #mission1 .select:hover img {filter: invert();}
#mission1 .select:not(.active) img  {animation: tada 4s infinite; }
#mission1 .active.select { position: relative;}
#mission1 .active.select img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#mission1 .active.select:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--bg-color1);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.shadown-box {
    box-shadow: 2px 2px 12px #00000063;
}

.move-left{left: -50px;}
.move-right{left: 50px;}

.control-portfolio .prev-icon, .control-portfolio .next-icon {
    border: 2px solid #8b8b8b;
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #8b8b8b;
}

@media (max-width:828px) {
    .move-left{left: -30px;}
    .move-right{left: 30px;}
}

.bg-black {background-color: #000;}
.bg-light {
    background-color:#f0f0f0 !important
}

.cualidades{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bg-color1);
    border-radius: 10px;
}

#navbarSupportedContent .nav-link {
    font-weight: bold !important;
    font-size: 18px !important;
}

.cursor {
    cursor: pointer;
}
.cursor:hover {
    filter: brightness(1.2);
}

.whatsapp {
    background: url(../../src/images/elements/whatsapp.png)  center center;
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 18px;
    right: 24px;
    display: inline-block !important;
    z-index: 100;
    -webkit-animation: animate 3s ease-in-out infinite;
    animation: animate 3s ease-in-out infinite alternate-reverse;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width:767px) and (min-width:200px) {
    .whatsapp { bottom: 70px;}
    .go-up { bottom: 128px; }
}
@media only screen and (max-width:767px) and (min-width:200px) {
    .whatsapp { bottom: 70px;}
    .go-up { bottom: 128px; }
}