html {
    scroll-behavior: smooth
}

HTML BODY {
    max-width: 1920px;
    margin: 0 auto
}

:root {
    --bg-color: #a87d4f;
    --bg-color1: #a87d4f;
    --bg-color2: #3d2414;
    --bg-color3: #2c170a;
    --bg-color4: #fffbee;
    --title-black: 'GothamCondensed';
    --title-bold: 'GothamCondensedMedium';
    --font-regular: 'GothamBook';
    --font-bold: 'GothamCondensedMedium';
    --font-italic: 'PalatinoLinotypeItalic';
    --font-menu: 'GothamCondensedMedium';
    --font-alt: 'PalatinoLinotypeItalic'
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

HTML BODY h1,
HTML BODY h2,
HTML BODY h3 {
    font-family: var(--title-black) !important;
    font-weight: 400;
    text-transform: uppercase
}

HTML BODY h4,
HTML BODY h5,
HTML BODY h6 {
    font-family: var(--title-bold)
}

HTML BODY,
HTML BODY p {
    font-family: var(--font-regular);
    color: #535d63;
    line-height: 1.6
}

HTML BODY strong {
    font-family: var(--font-bold)
}

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

.titleBold {
    font-family: var(--title-bold) !important
}

.alt-font {
    font-family: var(--font-alt) !important
}

.navbar-nav a {
    font-family: var(--font-menu);
    text-transform: uppercase
}

.navbar-nav a {
    letter-spacing: 1px
}

HTML BODY p {
    font-size: 18px !important
}

.top-header,
.top-header li,
.top-header p {
    font-size: 16px !important
}

.middle-header,
.middle-header a,
.middle-header p {
    font-size: 95% !important
}

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

a {
    text-decoration: none !important
}

.btn {
    white-space: pre-line !important;
    padding: 8px 16px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}
.bg-light-50{background:rgb(0 0 0 / 74%);}
.bg-color,
.bg-color:hover {
    background: var(--bg-color) !important
}

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

.bg-color1 {
    background: var(--bg-color1) !important;
    color:#000
}

.bg-color1:hover {
    background: var(--bg-color3) !important;
    color:#fff
}

.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
}

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

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

.bg-dark-25 {
    background: rgba(0, 0, 0, .25)
}

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

.bg-dark-75 {
    background: rgb(0 0 0 / 66%)
}

.bg-white-75 {
    background: rgba(255, 255, 255, .99)
}

.bg-dark-gradient-50 {
    background: linear-gradient(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
}

.bg-img-thank-you-page {
    background: url("../images/elements/slider/1.webp")
}

.bg-img1 {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/elements/bg/bg_1.webp");
    background-attachment: scroll;
  
}

.bg-img2 {
    background-image: 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")
}

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

.bg-imgMobile {
    background: url("../images/elements/slider/bg_imgMobile.webp")
}

.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-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, .5)
}

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

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

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

.list-style-none li {
    list-style: none
}

.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 0.3s ease
}

.main-navbar .navbar-nav a {
    color: #fff;
    font-size: 20px !important
}

.main-navbar .navbar-nav a:hover {
    color: var(--bg-color3)
}

.dropdown-menu a:hover,
.main-navbar .navbar-nav .active a {
    background: var(--bg-color1);
    color:#fff!important
}

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

.main-navbar .dropdown .active,
.main-navbar .dropdown:hover {
    color: var(--bg-color1) !important
}

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

.main-navbar .dropdown-menu a {
    color: var(--bg-color1);
    background: 0 0
}

.main-navbar .dropdown-menu a:hover {
    background: var(--bg-color2) !important;
    background: 0 0
}

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

#indicador-carousel .carousel-caption p {
    font-size: 28px !important
}

#indicador-carousel .carousel-caption a.btn {
    font-size: 100%
}

@media(min-width:300px) {
    .carousel-caption {
        bottom: -3% !important
    }
    .image-min {
        width: 100% !important
    }
    .negative-margin-top2 {
        margin-top: 0
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 90px !important;
        letter-spacing: 8px !important
    }
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgba(0, 44, 83, .97), rgba(0, 44, 83, .82), rgba(0, 44, 83, .51), rgba(0, 0, 0, .3)) !important
    }
    .efectPortfolioOverlay h5 {
        font-size: 0.5rem !important
    }
    .efectPortfolioOverlay a {
        font-size: 8px !important
    }
}

@media(min-width:540px) {
    .carousel-caption {
        bottom: 0 !important
    }
    .negative-margin-top2 {
        margin-top: -7%
    }
    .efectPortfolioOverlay h5 {
        font-size: 1.5rem !important
    }
    .efectPortfolioOverlay a {
        font-size: 15px !important
    }
}

@media(min-width:768px) {
    #indicador-carousel .carousel-caption h3 {
        font-size: 60px !important;
        letter-spacing: 8px !important
    }
    #indicador-carousel .carousel-caption p {
        font-size: 18px !important
    }
    .carousel-caption {
        bottom: 10% !important
    }
}

@media(min-width:960px) {
    #indicador-carousel .carousel-caption h3 {
        font-size: 70px !important
    }
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 10% !important
    }
    .negative-margin-top2 {
        margin-top: -11%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 90px !important;
        letter-spacing: 8px
    }
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important
    }
    .bg-img1 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../images/elements/bg/bg_1.webp");
        background-attachment: scroll;
        left: 0
    }
}

@media(min-width:1140px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 16% !important
    }
    .negative-margin-top2 {
        margin-top: -6%
    }
}

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

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

.go-up {
    background: url("../../src/images/elements/top.png") #000 center center;
    border-radius: 50px;
    opacity: 0.5;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 67px;
    right: 25px;
    z-index: 99;
    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
}

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

a[data-fancybox=gallery]>img:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 2px 3px
}

.shake-bottom {
    -webkit-animation: shake-bottom 0.8s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom 0.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-color3) !important;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px
}

p:hover .listNumber {
    background: var(--bg-color3) !important;
    color: #fff !important
}

.form-control {
    border: 0 !important;
    border-bottom: 1px solid var(--bg-color2) !important;
    border-radius: 15px !important;
    transition: all 0.5s ease-in-out !important;
    background: #fff!important;
}

.form-control:hover {
    border: 0 !important;
    border-bottom: 1px solid #2f2f2f !important;
    transition: all 0.5s ease-in-out !important
}

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

.efect-box:hover {
    transform: translate(10px, 10px);
    transition: all 0.5s ease-in-out
}

.efectUP {
    transition: transform 0.3s cubic-bezier(.34, 2, .6, 1), box-shadow 0.2s ease
}

.efectUP:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

.efectIN:hover {
    transition: all 0.5s ease-in-out !important;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9)
}

.efectServices .efectIcon:before {
    background: rgba(0, 0, 0, .03)
}

.efectServices .efectIcon {
    width: 150px;
    height: 150px;
    line-height: 131px;
    text-align: center;
    background-color: var(--bg-color2);
    margin: 0 auto 50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 6px solid #fff;
    box-shadow: 4px 0 8px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, .04);
    border-radius: 3px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.efectIcon {
    position: relative
}

.efectServices:hover .efectIcon {
    background-color: var(--bg-color1)
}

.efectServices:hover .efectIcon {
    box-shadow: 4px 0 25px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 0 25px 5px rgba(0, 0, 0, .1);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.efectServices:not(.no-icon-bg):hover .efectIcon img {
    filter: inherit;
    -moz-filter: inherit;
    -webkit-filter: inherit;
    -ms-filter: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.efectServices .efectIcon img {
    text-align: center;
    float: none;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin: 0 auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.efectServices h6 {
    color: #000
}

.efectServices:hover h6 {
    color: var(--bg-color2)
}

.efectPortfolio {
    position: relative;
    background: #000
}

.efectPortfolioImg {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden
}

.efectPortfolioOverlay {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.efectPortfolio:hover .efectPortfolioImg {
    opacity: 0.2
}

.efectPortfolio:hover .efectPortfolioOverlay {
    opacity: 1
}

.efectRombo {
    float: left;
    clear: both;
    margin: 0 0 10px;
    padding: 0 15px;
    width: 100%;
    text-align: center
}

.efectRombo .efectMissionVisionWhy {
    width: 170px;
    height: 170px;
    margin: 0 auto 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%), 1px 1px 10px #2196f3;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    border: 10px solid #fff;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    top: 0;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.efectMissionVisionWhy .efectMissionVisionWhyImage {
    width: 100%;
    height: 100%;
    transform: scale(1.5) rotate(0);
    -webkit-transform: scale(1.5) rotate(0);
    -moz-transform: scale(1.5) rotate(0);
    -ms-transform: scale(1.5) rotate(0);
    background-repeat: no-repeat;
    background-size: cover
}

.efectRombo .efectMissionVisionWhy:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out
}

.efectRombo:hover .efectMissionVisionWhy {
    top: -5px;
    box-shadow: 0 0 40px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .2)
}

.efectRombo:hover .efectMissionVisionWhy:after {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .5)
}

.efectRombo h5 {
    color: var(--bg-color)
}

.efectRombo:hover h5 {
    color: var(--bg-color2)
}

.bottom-shadow {
    -webkit-box-shadow: 0 10px 17px -6px rgb(104 104 104);
    box-shadow: 0 10px 17px -6px rgb(104 104 104)
}

.boxShadow {
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 24px 0;
    box-shadow: rgba(0, 0, 0, .15) 0 0 24px 0
}

.position-img {
    margin-left: -143px !important;
    position: absolute;
    bottom: -43px;
    z-index: 2
}

.borderTitle {
    border-left: 4px solid;
    padding-left: 15px;
    border-left-color: #fff !important
}

.navigationFooter li a {
    font-size: 0.8rem;
    color: #e5e1e1
}

.navigationFooter li:hover a {
    color: #eee
}

.animated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important
}

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

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

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

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

.borderTopCaption {
    border-left: 4px solid;
    padding-top: 15px;
    border-left-color: var(--bg-color1) !important
}

.delay1s {
    animation-duration: 9s;
    transition-delay: 9s
}

.delaySliderText {
    animation-duration: 1.5s;
    animation-name: appearCaption
}

@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
    }
}

.input-group-text {
    border: none !important
}

.modal-mobile {
    position: fixed;
    bottom: 0;
    z-index: 99
}

.servBack5 {
    background: url("../images/services/5.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.servBack6 {
    background: url("../images/services/6.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

dd {
    margin-left: 15px
}

.top-menu {
    position: relative;
    z-index: 3
}

@media (min-width:250px) {
    .top-slider {
        margin-top: -138px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -153px;
        position: relative;
        z-index: 0
    }
}

@media (min-width:540px) {
    .top-slider {
        margin-top: -137px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -153px;
        position: relative;
        z-index: 0
    }
}

@media (min-width:960px) {
    .top-slider {
        margin-top: -154px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -152px;
        position: relative;
        z-index: 0
    }
}

@media (min-width:1140px) {
    .top-slider {
        margin-top: -230px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -186px;
        position: relative;
        z-index: 0
    }
}

.imgPositionW1Top {
    left: 0;
    position: absolute;
    top: -29px
}

.imgPositionW1Bottom {
    left: 0;
    position: absolute;
    bottom: 44px
}

.imgPositionW1Center {
    right: 0;
    position: absolute;
    top: -243px;
    z-index: 99
}

img {
    object-fit: cover !important
}

.imgPositionWTop {
    right: 0;
    position: absolute;
    top: 44px
}

.imgPositionWBottom {
    right: 0;
    position: absolute;
    bottom: 44px
}

.imgPositionWCenter {
    left: 0;
    position: absolute;
    top: -243px;
    z-index: 99
}

.positionRelative {
    position: relative !important
}

.parallaxBoxColor {
    bottom: -45px;
    position: absolute
}

.parallaxBoxColor p {
    font-family: var(--title-bold) !important;
    font-size: 18px !important;
    letter-spacing: 1px
}

@media only screen and (max-width:767px) and (min-width:200px) {
    .parallaxBoxColor {
        position: relative;
        bottom: 75px
    }
    .parallaxBoxColor p {
        font-size: 18px !important
    }
}

.servBack1 {
    background: url("../images/services/1.webp");
    background-size: cover
}

.servBack2 {
    background: url("../images/services/2.webp");
    background-size: cover
}

.servBack3 {
    background: url("../images/services/2.webp");
    background-size: cover
}

.servBack1 .bg-dark-25 {
    background: #3d2414;
    transition: all 0.3s ease-in-out
}

.servBack2 .bg-dark-25 {
    background: #a87d4f;
    transition: all 0.3s ease-in-out
}

.servBack3 .bg-dark-25 {
    background: #3d2414;
    transition: all 0.3s ease-in-out
}

.servBack1:hover .bg-dark-25 {
    background: #5c3822;
    transition: all 0.3s ease-in-out
}

.servBack2:hover .bg-dark-25 {
    background: #cf9d67;
    transition: all 0.3s ease-in-out
}

.servBack3:hover .bg-dark-25 {
    background: #5c3822;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width:424px) and (min-width:300px) {
    .bgHeight {
        height: 350px;
        min-height: 350px
    }
}

@media only screen and (max-width:768px) and (min-width:425px) {
    .bgHeight {
        height: 350px;
        min-height: 350px
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .bgHeight {
        height: 400px;
        min-height: 400px
    }
}

@media only screen and (min-width:1025px) {
    .bgHeight {
        height: 400px;
        min-height: 350px
    }
}

.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;
    color: #fff
}

.overFlowHidden {
    overflow: hidden !important
}

small {
    font-size: 100%;
    font-weight: 600
}
img{object-fit: cover!important;}

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


/*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}}
}