@font-face {
    font-family: 'Gotham Light';
    src: url('../css/fonts/Gotham-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../css/fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Semi Bold';
    src: url('../css/fonts/Gotham-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GandhiSerif Regular';
    src: url('../css/fonts/GandhiSerif-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    height: 100%;
}
body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}

.size-20{
    font-size: 20px !important;
}

.size-24{
    font-size: 24px;
}

.size-26{
    font-size: 26px;
}


.size-60 {
    font-size: 60px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* negro semitransparente */
    z-index: 1;
}

.subtitle{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #C90616;
    font-size: 1.6rem;
    text-underline-offset: 0.8rem;
    font-family: 'GandhiSerif Regular';
    word-spacing: 4px;
    line-height: 2;
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.subtitle-header{
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
    font-size: 1.6rem;
    text-underline-offset: 0.8rem;
    font-family: 'GandhiSerif Regular';
    word-spacing: 4px;
    line-height: 2;
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.border-top {
    border-top: 1px solid #85828278  !important;
}
.border-bottom {
    border-bottom: 1px solid #85828278  !important;
}
.border-left {
    border-left: 1px solid #85828278  !important;
}
.border-right {
    border-right: 1px solid #85828278  !important;
}
.border {
    border: 1px solid #85828278  !important;
}

.subtitle:hover{
    color: #C90616;
}


strong, .strong {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "GandhiSerif Regular", sans-serif;
    font-weight: 700;
}

.h2, h2 {
    font-size: 2.2rem;
}
a,
button,
input,
p {
    font-family: "Gotham", sans-serif !important;
}
span {
    font-family: "Gotham", sans-serif !important;
}

.nav-item{
    font-size: 14px;
}

.navbar-light{
    background-color: #FFF !important;
}

#navbar .logo{
    display: block !important;
}

.active {
    font-weight: 900;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.underline-footer{
    text-decoration: underline !important;
    text-underline-offset: 0.5rem;
}

.border-footer{
    border: 1px solid #858282;
}

.navbar-brand{
    width: 20%;
}

.navbar-brand .logo {
    display: none;
}

.navbar .nav-link {
    color: white !important;
    text-shadow: #333 1px 2px 2px;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: white;
        padding: 1rem;
    }
}

.navbar.scrolled {
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.navbar.scrolled .nav-link {
    color: black !important;
    text-shadow: none;
}

#navbar .navbar-toggler {
    color: #000 !important;
    border-color: transparent !important;
}

.navbar-toggler:focus {
    outline: 0px;
}

.btn-language {
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.btn-link, .btn-link:hover {
    color: #000000;
    font-size: 18px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.box {
    padding: 20px;
    border-top: 1px solid #ccc;
    margin: 0; 
}

.box:last-child {
    border-bottom: 1px solid #ccc;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}
.img-header {
    width: 100% !important;
    height: 100vh !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.img-download{
    width: 8%;
}

.img-highlight{
    width: 20%;
}

.index-header{
    z-index: 67;
    background-color: #00000069;
    position: absolute;
    height: 100%;
    width: 50%;
}

.index-header-landing{
    z-index: 67;
    /* background-color: #00000069; */
    position: absolute;
    height: 100%;
    width: 100%;
}

.index-top{
    top: 40%;
}

.index-top-header{
    top: 30%;
}

.text-slide{
    z-index: 67;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inside{
    list-style-position:inside;
}

.text-bottom{
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2;
    position: absolute;
    bottom: 50px;
    left: 44%;
    color: white;
    text-align: center;
}

.container-services{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
}

.container-services .img-services::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0633b73;
    z-index: 1;
}

.img-services:hover::after{
    background: transparent !important;
}
.img-services img {
    display: block;
    width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}

.img-services:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.container-services .centered-service {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    z-index: 1;
}

.link-project{
    color: white;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.link-project:hover {
    color: #142130;
}
.show-mobile { 
    display: none;
}


.underline{
    border-bottom: 1px solid #1421304d;
}

.dropdown-item {
    padding: 0.40rem 1.8rem;
    clear: both;
    color: #000;
    background-color: #fff;
    font-size: 0.8rem;
}

.dropdown-menu{
    padding: 0;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    min-width: 500px;
}

.dropdown-column {
flex: 1;
padding: 0 10px;
}

.project-section{
    background-color: #D8D8D8;
    margin-top: 5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0;
}
.triangle{
    position: absolute;
    z-index: 2;
    top: 3.8em;
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 14px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 30px solid #D8D8D8;
}

#projectTabContent .active {
    text-decoration: none !important;
}
/* .project-tab{
    background-color: #D8D8D8;
    margin-top: 5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */

.project-tab .nav-link.active {
    color: #495057;
    background-color: #d8d8d8;
    border-color: transparent;
    font-weight: 700;
    text-decoration-color: #e0633b !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px;
}

.project-tab .nav-link {
    border: 0px !important;
    color: #495057;
}

@media only screen and (hover: none) and (pointer: coarse){
    .show-mobile { 
        display: inline;
    }
    .hide-mobile{
        display: none;
    }
    .project-tab{
        font-size: 10px !important;
    }
}

.brand-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.btn-contact {
    padding: 0.8em 1em;
    font-weight: 500;
    color: #fff;
    background-color: #C90616;
    margin: 2rem 0 2rem 0;
    border-radius: 0.8rem
}
.btn-contact:hover{
    color: #fff;
    background-color: #C90616;
    text-decoration:none;
}

.btn-invest {
    padding: 0.8em 1em;
    font-weight: 500;
    color: #C90616;
    background-color: #fff;
    border: 2px solid #C90616;
    margin: 2rem 0 2rem 0;
    border-radius: 0.8rem
}
.btn-invest:hover{
    color: #C90616;
    background-color: #fff;
    border: 2px solid #C90616;
    text-decoration:none;
}

.btn-experience {
    color: #1f2d41;
    border-color: #1f2d41;
    font-weight: 700;
    font-size: 12px;
    /* letter-spacing: 1px;
    padding: 6px 26px; */
    transition: 0.5s;
    border: 2px solid #101010;
}
.btn-experience:hover {
    color: #fff !important;
    background-color: #1f2d41 !important;
}
.center-vertical {
    margin: auto;
    width: 50%;
}
.separator {
    width: 100px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
.separator-footer {
    width: 100px;
    border-bottom: 1px solid #212529;
    margin: 0 auto;
}
.text-card-p {
    color: #212529;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    font-family: "Gotham", sans-serif !important;
}
.font-light{
    font-family: "Gotham Light", sans-serif !important;
    font-weight: 200;
}
.font-semibold{
    font-weight: 500 !important;
}
.parallax {
    background-image: url(../../assets/img/slide.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 800px;
}

.text-parallax {
    display: flex;
    justify-content: center;
    align-items: end;
    min-height: 800px;
    text-align: center;
    color: #142130;
    font-weight: 900 !important;
    font-size: 3rem;
    letter-spacing: 0.5rem;
    line-height: 0.7;
    margin: 0;
    text-shadow: 1px 1px 2px #979797;
}

@media (pointer: coarse) and (hover: none){
    .parallax {
        background-attachment: scroll;
    }
}
/* @media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
} */
.row-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.over-wrapper {
    width: calc(100% - 0rem);
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}
.over-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82%;
    background-color: #fff;
}
.mt-lg-5-em{
    margin-top: 5em;
}
@media (max-width: 991.98px){
    .over-wrapper {
        width: calc(100% - 0rem);
        background-color: #ffffff;
        padding-top: 0;
        overflow: hidden;
    }
    .mt-lg-5-em{
        margin-top: 1em;
    }
    .project-section{
        margin-top: 7rem;
    }
    .bg-map{
        height: 160px !important;
    }
    .btn-language{
        margin-top: 20px;
    }
    .btn-contact {
        padding: 0.8em 0.8em;
        margin: 1rem 0 1rem 0;
        border-radius: 0.6rem;
        font-size: 14px;
    }
}

.logo-footer {
    width: 60%;
}

.logo-footer-2 {
    width: 50%;
}
td {
    width: 20%;
}
.dive-icons {
    width: 80px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1.2;
    position: relative;
    display: block;
}
.sbuttons {
    bottom: 0%;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 1;
}
.sbutton {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 10px auto 0;
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    display: block;
}
.sbutton > i {
    font-size: 38px;
    line-height: 60px;
    transition: all 0.2s ease-in-out;
    transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.sbutton:not(:last-child) {
    width: 0px;
    height: 0px;
    margin: 20px auto 0;
    opacity: 0;
}
.sbutton:not(:last-child) > i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[tooltip]:hover:after,
[tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
.sbutton.mainsbutton {
    background: #231f20;
    color: #fff;
}
.sbutton.gplus {
    background: #f44336;
}
.sbutton.pinteres {
    background: #e60023;
}
.sbutton.twitt {
    background: #03a9f4;
}
.sbutton.fb {
    background: #0080f7;
}
.sbutton.whatsapp {
    background: #00e676;
}
.sbutton.mail {
    background: #231f20;
}
.sbutton.call {
    background: #f7de3c;
}
.sbutton:hover {
    color: #f5eeee !important;
}
.icon-rrss a {
    text-align: center;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #666666;
    background-color: #666666;
    border-radius: 100%;
    margin-right: 10px;
}

.icon-rrss a i {
    font-size: 20px;
    line-height: 38px;
    color: #333333;
}

*,
::after,
::before {
    box-sizing: border-box;
}


/*Modal Fullscreen*/
.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important 
}
/*Modal end*/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

footer {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #333333;
    color: white;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.tittle-build{
    color: #142130;
    font-weight: 900 !important;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
small {
    font-size: 70%;
    display: block;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

.a-link {
    color: #000;
    text-decoration: underline;
}

.a-link:hover {
    color: #000;
    text-decoration: underline;
}


a {
    color: #0061f2;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0042a6;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #a2acba;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
.text-teal {
    color: #00ba94 !important;
}
.text-orange{
    color: #E0633B;
}
.text-blue{
    color: #142130;
}
.text-red{
    color:#C90616;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.logo {
    width: 50%;
}
.logo-redmex{
    width: 20%;
}
.logo-scrolled {
    width: 40% !important;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #323f52;
}
.first-color {
    color: #1d1d1b;
}
.second-color {
    color: #00cbe8;
}
.third-color {
    color: #010000;
}

.yellow-color{
    color: #FFCB00;
}

.blue-color{
    color: #142130 !important;
}

.blue-background{
    background-color: #142130;
}

.about-background{
    width: 100%;
    height: 314px;
}

.bg-gray{
    background-color: #F2F2F2;
}
.bg-light-2 {
    background-color: #E4E4E2!important;
}
.bg-map{
    background-image: url("../img/map/map.png") no-repeat center center fixed;
    height: 500px;
}

.half-bg-left {
    background: linear-gradient(to right, #F2F2F2 50%, transparent 50%);
}
  
.half-bg-right {
    background: linear-gradient(to left, #F2F2F2 50%, transparent 50%);
}

.d-contents{
    display: contents;
}


.bold{
    font-weight: 700;
}

.semi-bold {
    font-family: "Gotham Semi Bold", sans-serif !important; 
    font-weight: 500;
}

.first-background {
    background-color: #010000;
}

.dark-background {
    background-color: #e7e7e8;
}


.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}
.card > a > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > a > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}
.card > a > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}
.card-title {
    margin-bottom: 1rem;
}
.card-subtitle {
    margin-top: -0.5rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.35rem;
}
.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 1rem 1.35rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}
.card-header-tabs {
    margin-right: -0.675rem;
    margin-bottom: -1rem;
    margin-left: -0.675rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.675rem;
    margin-left: -0.675rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.card-deck .card {
    margin-bottom: 1.5rem;
}

.card > a > .image-hover-container {
    position: relative;
    width: 100%;
    height: auto;
}
.card > a > .image-hover-container img {
    width: 100%;
    display: block;
    transition: opacity 0.5s ease-in-out;
}
.card > a > .image-hover-container >  .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.card > a > .image-hover-container:hover .img-hover {
    opacity: 1;
}
.card > a > .image-hover-container:hover .img-main {
    opacity: 0;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-right: 1.5rem;
        margin-bottom: 0;
        margin-left: 1.5rem;
    }
}
.card-group > .card {
    margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
#layoutDefault {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
}
#layoutDefault #layoutDefault_content {
    min-width: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
#layoutDefault #layoutDefault_footer {
    min-width: 0;
}
.card {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(31, 45, 65, 0.15);
    overflow: hidden;
    position: relative;
}
.card .card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    border-bottom: none;
}
.card:not([class*="bg-"]) .card-header {
    color: #0061f2;
}
.card-tabbed .card-header {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.card-tabbed .nav-item {
    margin-right: 1rem;
}
.card-tabbed .nav-item:last-child {
    margin-right: 0;
}
.card-tabbed .nav-item .nav-link {
    padding: calc(1rem - 0.0625rem) 0;
    color: #a2acba;
}
.card-tabbed .nav-item .nav-link.active {
    color: #0061f2;
    border-bottom: 0.125rem solid #0061f2;
}
.card-header-actions .card-header {
    height: 3.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
}
.card-header-actions .card-header .dropdown-menu {
    margin-top: 0;
    top: 0.5625rem !important;
}
.card-collapsable .card-header[data-toggle="collapse"] {
    display: -webkit-box;
    display: flex;
    text-decoration: none;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow {
    height: 0.9rem;
    width: 0.9rem;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 0.9rem;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow .feather,
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow i,
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow svg {
    height: 0.9rem;
    width: 0.9rem;
}
.card-collapsable .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.35rem;
}
.card-collapsable .card-header[data-toggle="collapse"].collapsed .card-collapsable-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.card-icon .card-icon-aside {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 3rem;
    padding: 2rem;
}
.card-icon .card-icon-aside .feather,
.card-icon .card-icon-aside i,
.card-icon .card-icon-aside svg {
    height: 3rem;
    width: 3rem;
}
.card-scrollable .card-body {
    max-height: 15rem;
    overflow-y: auto;
}
.card-progress .progress {
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.03);
}
.card-link {
    text-decoration: none !important;
    color: inherit !important;
}
.card-link:hover {
    color: inherit !important;
}
.card-portfolio {
    position: relative;
}
.card-portfolio .card-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.card-portfolio .card-body .card-title {
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #323f52;
}
@media (min-width: 992px) {
    .card-portfolio .card-body {
        height: 100%;
        bottom: -100%;
        -webkit-transition: bottom 0.15s ease-in-out;
        transition: bottom 0.15s ease-in-out;
    }
    .card-portfolio .card-img-top {
        -webkit-transition: -webkit-transform 0.45s ease-in-out;
        transition: -webkit-transform 0.45s ease-in-out;
        transition: transform 0.45s ease-in-out;
        transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    }
    .card-portfolio:hover .card-body {
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .card-portfolio:hover .card-img-top {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .project-tab-right{
        /* margin-right: 2.4rem; */
        margin-right: 8.4rem;
    }

    .project-tab-right-en{
        /* margin-right: 2.4rem; */
        margin-right: 13.4rem;
    }

    .project-tab-left {
        margin-left: auto;
    }
}
.card-flag {
    position: absolute;
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
    line-height: 1;
}
.card-flag-dark {
    background-color: rgba(31, 45, 65, 0.7);
    color: #fff;
}
.card-flag-light {
    background-color: rgba(255, 255, 255, 0.7);
    color: #687281;
}
.card-flag-lg {
    font-size: 0.9rem;
    padding: 0.5rem 0.65rem;
}
.card-flag-top-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    top: 0.5rem;
    right: 0;
}
.card-flag-top-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    top: 0.5rem;
    left: 0;
}
.card-flag-bottom-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    bottom: 0.5rem;
    right: 0;
}
.card-flag-bottom-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    bottom: 0.5rem;
    left: 0;
}
.custom-control label {
    cursor: pointer;
    margin: 0.25rem 0;
}
.custom-control label:hover:before {
    background-color: #e3e6ec;
}
.custom-control .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e3e6ec;
    border-color: #d7dce3;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label {
    color: #a2acba;
    cursor: not-allowed;
}
.custom-control-solid label:before {
    background-color: #ecf0f6;
    border-color: #ecf0f6;
}
.custom-control-solid label:hover:before {
    background-color: #c9d5e6;
    border-color: #c9d5e6;
}
.custom-control-solid .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f6f8fb;
    border-color: #f6f8fb;
}
.custom-control-solid .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f6f8fb;
    border-color: #f6f8fb;
}
.form-control-solid {
    background-color: #ecf0f6;
    border-color: #ecf0f6;
}
.form-control-solid:focus {
    background-color: #ecf0f6;
}
.icon-stack {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    background-color: #eff3f9;
}
.icon-stack svg {
    height: 1rem;
    width: 1rem;
}
.icon-stack-lg {
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
}
.icon-stack-lg svg {
    height: 1.5rem;
    width: 1.5rem;
}
.icon-stack-xl {
    height: 5rem;
    width: 5rem;
    font-size: 1.75rem;
}
.icon-stack-xl svg {
    height: 1.75rem;
    width: 1.75rem;
}
.icon-list-social {
    display: -webkit-box;
    display: flex;
}
.icon-list-social .icon-list-social-link {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.media-img {
    height: 5rem;
    width: 5rem;
}

.arrow-faq {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg); /* Flecha hacia abajo */
    margin-top: 6px;
  }

  .collapsed .arrow-faq {
    transform: rotate(45deg); /* ↓ */
  }

  .arrow-faq.rotate {
    transform: rotate(-135deg); /* ↑ */
  }

.accordion-faq {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    overflow: hidden;
}
.accordion-faq .card {
    box-shadow: none;
}
.accordion-faq .card .card-header {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #e3e6ec;
}
.accordion-faq .accordion-faq-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.accordion-faq .accordion-faq-item .card-header {
    text-decoration: none;
}
.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #485260;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
    color: #c5ccd6;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.accordion-faq .accordion-faq-item .card-header.collapsed .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.badge-transparent-light {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
}
.badge-transparent-dark {
    color: rgba(31, 45, 65, 0.5);
    background-color: rgba(31, 45, 65, 0.8);
}
.badge {
    font-weight: 600 !important;
}
.badge-sm {
    font-size: 1rem;
}
.badge-md {
    font-size: 1.1rem;
}
.badge-lg {
    font-size: 1.25rem;
}
.list-group-careers {
    margin-bottom: 3rem;
}
.list-group-careers .list-group-item {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
section {
    position: relative;
}
.svg-border-angled {
    padding-top: 5rem;
}
.svg-border-angled svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5rem;
    width: 100%;
}
.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4rem;
    width: 100%;
}
.svg-border-waves {
    padding-top: 2rem;
}
.svg-border-waves svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
}
.page-header {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.page-header .page-header-content .page-header-title {
    font-size: 2.5rem;
}
.page-header .page-header-content .page-header-text {
    font-size: 1.15rem;
}
.page-header .page-header-content .page-header-text.small {
    font-size: 0.9rem;
}
.page-header .page-header-content .page-header-signup {
    -webkit-box-pack: center;
    justify-content: center;
}
.page-header .page-header-content .page-header-signup .form-control {
    font-size: 0.875em;
    padding: 0 1.5rem;
    height: 2.725rem;
    line-height: 1.5;
}
.page-header-dark {
    color: #fff;
    background-color: #1f2d41;
}
.page-header-dark .page-header-title {
    color: #fff;
}
.page-header-light {
    background-color: #eff3f9;
}
.page-header-light .page-header-text {
    color: #687281;
}
.page-header-light .page-header-text a {
    color: #485260;
}
.page-header.navbar-fixed .page-header-content {
    padding-top: 12.5rem;
}
@media (min-width: 992px) {
    .divider-right {
        border-right: 0.0625rem solid #e3e6ec;
    }
}
.pricing {
    font-size: 0.9rem;
}
.pricing .pricing-price {
    font-size: 2rem;
    color: #323f52;
    margin-top: 1rem;
}
.pricing .pricing-price sup {
    font-size: 1.5rem;
}
.pricing .pricing-price .pricing-price-period {
    font-size: 1.25rem;
}
.pricing .pricing-list {
    margin-bottom: 0;
    margin-left: 1.6em;
}
.pricing .pricing-list .pricing-list-item {
    margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
    .pricing-left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .pricing-right {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media (max-width: 992px) {

    .center-vertical {
        width: 100%;
    }
    td {
        width: 100%;
    }

    /* .owl-carousel.owl-drag .owl-item {
        display: block;
        width: 100% !important;
        height: auto;
    }
    
    .owl-stage{
        width: 100% !important;
    } */

    /* .owl-dots{
        display: none;
    }

    .owl-carousel .prev-slide{
        display: none;
    }
    
    .owl-carousel .next-slide{
        display: none;
    } */

    .navbar-brand{
        width: 50%;
    }

    .navbar-collapse {
        padding: 20px 0px;
        text-align: center;
    }

    .navbar-collapse  .active .nav-link{
        font-weight: 700;
        text-decoration: none;
    }
    .text-parallax {
        letter-spacing: 0;
    }

    .project-tab-sm-center{
        margin: 0 auto;
    }

    .dropdown-columns {
        min-width: 100%;
    }

}
@media only screen and (max-width: 800px) {
    #no-more-tables table,
    #no-more-tables tbody,
    #no-more-tables td,
    #no-more-tables th,
    #no-more-tables thead,
    #no-more-tables tr {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: center;
    }
    #no-more-tables td:before {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }

}

/*Swiper*/

.swiperBanner {
    width: 100%;
    height: 100vh;
}

.swiperBannerLanding {
    height: 90vh !important;
}


.swiperBanner::before,
.swiperBanner::after {
    display: none !important;
}


.swiper-slide {
    transition: transform 0.4s ease, filter 0.4s ease;
    transform: scale(0.85);
    z-index: 1;
  }

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  transform: scale(0.85) !important;
    z-index: 1;
  }
  
.swiper-slide-active {
    transform: scale(1.1) !important;
    filter: brightness(1);
    z-index: 2;
}
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper::before,
.swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 8;
  pointer-events: none;
}

.swiper::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.swiper::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
  
.swiper-button-next,
.swiper-button-prev {
  color: #000; /* Negro */
}

#otherProjects > .swiper {
    padding-bottom: 10px;
}
/*Owl navigations*/

.owl-carousel .item img {
	width: 100%;
	transition: transform 0.3s ease, opacity 0.3s ease;
	border-radius: 10px;
}

.owl-carousel .owl-item.center img {
	transform: scale(1.1); /* agranda la imagen del centro */
	box-shadow: 0 0 15px rgba(0,0,0,0.3); /* opcional: le da profundidad */
	z-index: 2;
}

.carousel-control-next, .carousel-control-prev {
    background-color: transparent;
    border: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots{
    margin-top: 10px;
}

.owl-dot:focus {
    outline: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #142130;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-item{
    width:250px;
}

.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 188px !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}


  .owl-carousel .prev-slide{
    background: url(../css/images/nav-icon-2.png) no-repeat scroll 0 0;
    left: -33px;
  }
  .owl-carousel .next-slide{
    background: url(../css/images/nav-icon-2.png) no-repeat scroll -24px 0px;
    right: -33px;
  }
  .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
  }   
  /*Owl navigations end */

section {
    position: relative;
    padding-top: 4em;
    padding-bottom: 4em;
}

.section-landing {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}

@media only screen and (max-width: 768px) {
    section {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    #projects{
        padding-top: 3em !important;
    }

    .logo-footer{
        width: 30%;
        margin-bottom: 16px;
    }

    .logo-footer-2{
        width: 25%;
        margin-bottom: 16px;
    }
    .text-sm-center{
        text-align: center;
    }
    .text-parallax{
        font-size: 1.3rem;
    }
    .project-section{
        margin-top: 5rem;
    }
    .size-sm-38{
        font-size: 38px;
    }
    .size-sm-20{
        font-size: 20px;
    }
    .border-footer {
        border: 0px;
    }

    .highlight{
        width: 100% !important;
    }

    .highlight:nth-child(odd) {
		margin-right: 0 !important;
	}
    .img-highlight{
        width: 15%;
    }
}

  .z-index{
    position: absolute;
    top: 0;
    right: 0;
  }

.fixed-landing{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
    .highlight{
        width: 50%;
    }

    .highlight:nth-child(odd) {
	    margin-right: 40px;
    }
  
  .dd-m-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #25d366;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    text-decoration: none;
    color: #25d366;
    z-index: 1;
  }
  
  .dd-m-whatsapp:hover {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
       -moz-box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
            box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
  }
  
  .dd-m-whatsapp .icon {
    width: 50%;
    height: 50%;
    display: block;
    fill: #fff;
    -webkit-transform: translateX(1px);
       -moz-transform: translateX(1px);
        -ms-transform: translateX(1px);
         -o-transform: translateX(1px);
            transform: translateX(1px);
  }
  
  .dd-m-whatsapp .icon {
    width: 70%;
    height: 70%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 39'%3E%3Cpath d='M10.7 32.8l.6.3c2.5 1.5 5.3 2.2 8.1 2.2 8.8 0 16-7.2 16-16 0-4.2-1.7-8.3-4.7-11.3s-7-4.7-11.3-4.7c-8.8 0-16 7.2-15.9 16.1 0 3 .9 5.9 2.4 8.4l.4.6-1.6 5.9 6-1.5z' fill='%2325d366'/%3E%3Cpath d='M32.4 6.4C29 2.9 24.3 1 19.5 1 9.3 1 1.1 9.3 1.2 19.4c0 3.2.9 6.3 2.4 9.1L1 38l9.7-2.5c2.7 1.5 5.7 2.2 8.7 2.2 10.1 0 18.3-8.3 18.3-18.4 0-4.9-1.9-9.5-5.3-12.9zM19.5 34.6c-2.7 0-5.4-.7-7.7-2.1l-.6-.3-5.8 1.5L6.9 28l-.4-.6c-4.4-7.1-2.3-16.5 4.9-20.9s16.5-2.3 20.9 4.9 2.3 16.5-4.9 20.9c-2.3 1.5-5.1 2.3-7.9 2.3zm8.8-11.1l-1.1-.5s-1.6-.7-2.6-1.2c-.1 0-.2-.1-.3-.1-.3 0-.5.1-.7.2 0 0-.1.1-1.5 1.7-.1.2-.3.3-.5.3h-.1c-.1 0-.3-.1-.4-.2l-.5-.2c-1.1-.5-2.1-1.1-2.9-1.9-.2-.2-.5-.4-.7-.6-.7-.7-1.4-1.5-1.9-2.4l-.1-.2c-.1-.1-.1-.2-.2-.4 0-.2 0-.4.1-.5 0 0 .4-.5.7-.8.2-.2.3-.5.5-.7.2-.3.3-.7.2-1-.1-.5-1.3-3.2-1.6-3.8-.2-.3-.4-.4-.7-.5h-1.1c-.2 0-.4.1-.6.1l-.1.1c-.2.1-.4.3-.6.4-.2.2-.3.4-.5.6-.7.9-1.1 2-1.1 3.1 0 .8.2 1.6.5 2.3l.1.3c.9 1.9 2.1 3.6 3.7 5.1l.4.4c.3.3.6.5.8.8 2.1 1.8 4.5 3.1 7.2 3.8.3.1.7.1 1 .2h1c.5 0 1.1-.2 1.5-.4.3-.2.5-.2.7-.4l.2-.2c.2-.2.4-.3.6-.5s.4-.4.5-.6c.2-.4.3-.9.4-1.4v-.7s-.1-.1-.3-.2z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
  }

@media only screen and (max-width: 768px) {
    .dd-m-whatsapp{
        width: 55px;
        height: 55px;
        right: 10px;
    }
    .dd-m-whatsapp .icon{
        width: 55%;
        height: 55%;
    }
    .index-header{
        width: 100%;
    }
    .index-top{
        top: 26%;
    }
    .index-top-header{
        top: 26%;
    }
    .logo-redmex{
        width: 50%;
    }

    .fixed-landing{
        position: relative;
    }
    .arrow{
        display: none;
    }
}

.owl-carousel .owl-stage{
    width: 1480px;
}
.owl-carousel.owl-drag .owl-item{
    width: 730px;
    margin-right: 10px;
    overflow:hidden;
    overflow: hidden;
    float: left;
}

.w-15{
    width: 15%;
}

.w-30{
    width: 30%;
}

.zoom-img {
    height: auto;
    will-change: transform;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);  */
  }

.zoom-img:hover {
    transform: scale(1.1);
}

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}
      
.arrow {
    width: 60px;
    height: 60px;
    margin: -200px 0 0 -20px;
    -webkit-transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 4px #C90616 solid;
    border-bottom: 4px #C90616 solid;
    z-index: 14;
}

.arrow:before {
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -20px 0 0 -20px;
    border-left: none;
    border-top: none;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow;  
}

@keyframes arrow {
    0% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    transform: translate(-10px, -10px);
    }
}