
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden !important;
    font-family: 'Roboto', sans-serif;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    z-index: 9999;
}

#loader .logo-container{
    max-width: 400px;
}

#loader .logo-container img{
    width: 100%;
}

/* Estilo del spinner (animación de carga) */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #eee;
    border-top: 5px solid rgba(0,187,249,1);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


a{
    text-decoration: none;
}

header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .top-header {
    background-color: #071325;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

header .top-header .bck-top__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 75%;
}

header .top-header .bck-top__header .item-flex {
    display: flex;
    align-items: center;
}

header .top-header .bck-top__header .left-section {
    justify-content: flex-start;
    gap: 40px;
}

header .top-header .bck-top__header .right-section {
    justify-content: flex-end;
    gap: 10px;
}

header .top-header .bck-top__header .item-flex .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

header .top-header .bck-top__header .item-flex .item img {
    max-width: 16px;
}

header .top-header .bck-top__header .item-flex .item span {
    font-size: 0.8em;
    color: #ffffff;
    font-weight: 200;
    white-space: nowrap;
}

header .top-header .bck-top__header .right-section span {
    color: #ffffff;
    font-size: 1em;
    font-weight: 200;
}

header .top-header .bck-top__header .right-section a {
    text-decoration: none;
}

header .top-header .bck-top__header .right-section a i {
    font-size: 1.1em;
    color: #ffffff !important;
}

header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 75%;
    padding: 10px 0;
}

header .header-container .logo-container {
    max-width: 160px;
}
header .header-container .logo-container img {
    width: 100%;
}

header .menu-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
    position: relative;
}

header .menu-container .menu-icon {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: none;
    /* border: 1px solid red; */
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

header .menu-container .menu-icon.active span:nth-child(1) {
    transform: rotateZ(50deg) !important;
    top: 12px;
}

header .menu-container .menu-icon.active span:nth-child(3) {
    transform: rotateZ(-50deg) !important;
    top: 12px;
}

header .menu-container .menu-icon.active span:nth-child(2) {
    transform: translateX(50px) !important;
}

header .menu-container .menu-icon span{
    width: 100%;
    height: 4px;
    background-color: #0071D8;
    position: absolute;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

header .menu-container .menu-icon span:nth-child(1){
    top: 0;
}

header .menu-container .menu-icon span:nth-child(2){
    top: 10px;
}

header .menu-container .menu-icon span:nth-child(3){
    top: 20px;
}

header .menu-container .menu-icon i {
    font-size: 2em;
    transition: all 0.3s ease-in-out;
    color: #015eea;
    display: none;
}

header .menu-container .menu {
    transition: all 0.3s ease-in-out;
}

header .menu-container .menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
}

header .menu-container .menu ul li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

header .menu-container .menu ul li {
    list-style: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
header .menu-container .menu ul li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: #00bbf9;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

header .menu-container .menu ul li:hover::before {
    opacity: 1;
}

/* header .menu-container .menu ul li:hover a {
    color: #00bbf9;
} */

header .menu-container .btn-callUs {
    width: 175px;
    height: 40px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #015eea;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

header .menu-container .btn-callUs span {
    color: #ffffff !important;
    font-size: 1em;
    font-weight: 500;
}

header .menu-container .btn-callUs:hover {
    filter: contrast(0.8);
}

.containers {
    width: 100%;
    height: 100%;
}

.principal-section {
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.principal-section .cloud-img{
    position: absolute;
    width: 200px;
    top: 25px;
    right: 25px;
    animation-name: cloudAnimation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes cloudAnimation {
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(-10px);
    }
    50%{
        transform: translateX(0);
    }
    75%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0);
    }
}

.principal-section .info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 75%;
    /* border: 1px solid red; */
    position: relative;
}

.principal-section .info-container .info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    z-index: 4;
}

.principal-section .info-container .info-text h1 {
    font-size: 4.5em;
    font-weight: 500 !important;
    font-family: 'Gilroy', sans-serif;
}

.principal-section .info-container .info-text h1 span {
    background: linear-gradient(150deg, rgba(1,94,234,1) 0%, rgba(0,187,249,1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    white-space: nowrap;
    font-size: 1.1em;
}

.principal-section .info-container .info-text p {
    line-height: 1.7;
    font-size: 1.2em;
    font-weight: 500;

}

.principal-section .info-container .info-text .btn-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

.principal-section .info-container .info-text .btn-container .get-info__btn {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    border-radius: 3px;
    background-color: #015eea;
    white-space: nowrap;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    animation-name: circle-bubble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    font-weight: 500 !important;
}

.principal-section .info-container .info-text .btn-container .get-info__btn:hover {
    filter: saturate(0.8);
    animation-play-state: paused;
}

.principal-section .info-container .info-text .btn-container .trayectory-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.principal-section .info-container .info-text .btn-container .trayectory-btn img {
    width: 65px;
}
.principal-section .info-container .info-text .btn-container .trayectory-btn .txt-trayectory {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.principal-section .info-container .info-text .btn-container .trayectory-btn .txt-trayectory span{
    font-weight: 400;
}

.principal-section .info-container .info-text .btn-container .trayectory-btn .txt-trayectory .bold-span {
    font-weight: 600;
}

.principal-section .info-container .img-absolute__container {
    position: absolute;
    right: -145px;
    bottom: -240px;
    z-index: 3;
}

.principal-section .info-container .img-absolute__container img {
    width: 750px;

}

.ourApps-section {
    width: 100%;
    height: 500px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: #F1FAFF;
}

.ourApps-section .app-bck__container {
    width: 100%;
    height: 350px;
    /* border: 1px solid red; */
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 0;
    z-index: 1;
}

.ourApps-section .app-bck__container .section-title {
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
}

.ourApps-section .app-bck__container .section-title span {
    color: #f7c108;
}

.ourApps-section .ourApp-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
    width: 75%;
    /* border: 1px solid red; */
    height: 300px;
    border-radius: 40px;
    /* background-color: #ffffff; */
    margin: 10px 0 0;
    position: relative;
    margin: -160px 0 0;
    z-index: 2;
}
.ourApps-section .ourApp-container .gradient-border-mask {
    /* display: flow-root; */
    width: 100%;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    height: 90%;
    align-items: center;
    gap: 25px;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    padding: 10px 0;
    z-index: 2;
}

.ourApps-section .ourApp-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 45px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, rgba(73,186,100,1) 0%, rgba(0,113,216,1) 50%, rgba(187,3,3,1) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 1;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .logo-app {
    max-width: 125px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .ventas::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #49ba64;
    top: 0;
    left: 0;
    filter: blur(100px);
    opacity: 0.3;
    z-index: -1;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .prestamos::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0071D8;
    top: 0;
    left: 0;
    filter: blur(60px);
    opacity: 0.2;
    z-index: -1;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .turnos::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #bb0303;
    top: 0;
    left: 0;
    filter: blur(60px);
    opacity: 0.2;
    z-index: -1;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .logo-app img {
    width: 100%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .app-title {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: 'Gilroy', sans-serif;
    z-index: 2;

}

.ventas b {
    color: #49ba64;
    font-weight: 600;
}

.prestamos b {
    color: #0071d8;
    font-weight: 600;
}

.turnos b {
    color: #bb0303;
    font-weight: 600;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .goToApp-btn {
    z-index: 2;
    border: none;
    background-color: transparent;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .goToApp-btn i {
    font-size: 1.5em;
}

.ourApps-section .ourApp-container .gradient-border-mask .item-app .goToApp-btn.green:hover{
    background-color: #4caf50;
    color: #fff;
}
.ourApps-section .ourApp-container .gradient-border-mask .item-app .goToApp-btn.blue:hover{
    background-color: #0071d8;
    color: #fff;
}
.ourApps-section .ourApp-container .gradient-border-mask .item-app .goToApp-btn.red:hover{
    background-color: #bb0303;
    color: #fff;
}

.ourServices {
    /* border: 1px solid red; */
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1FAFF;
    position: relative;
}

.ourServices .services-container {
    width: 75%;
    height: auto;
    /* border: 1px solid red; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
}

.ourServices .services-container .left-section {
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
}

.ourServices .services-container .left-section .whoAreWe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* border: 1px solid red; */
    margin: 0 0 40px;
}

.ourServices .services-container .left-section .whoAreWe img {
    width: 30px;
}

.ourServices .services-container .left-section .whoAreWe span {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
}

.ourServices .services-container .left-section .section-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}

.ourServices .services-container .left-section .section-info .section-title {
    font-size: 2.4em;
    font-weight: 600;
}

.ourServices .services-container .left-section .section-info .section-title span {
    color: #015eea;
}

.ourServices .services-container .left-section .section-info p {
    line-height: 1.7;
    font-weight: 500;
}

.ourServices .services-container .left-section .clients-calification {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 30px 0 0;
}

.ourServices .services-container .left-section .clients-calification .item-calification {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.ourServices .services-container .left-section .clients-calification .item-calification .graphic {
    position: relative;
}

.ourServices .services-container .left-section .clients-calification .item-calification .graphic div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Atlassian Sans';
}

.ourServices .services-container .left-section .clients-calification .item-calification .info-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.ourServices .services-container .left-section .clients-calification .item-calification .info-txt .item-title {
    font-size: 1em;
    font-weight: 600;
    white-space: nowrap;
}

.ourServices .services-container .left-section .clients-calification .item-calification .info-txt .item-subtitle {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.3;
}

.ourServices .services-container .left-section .btn-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 50px 0 0;
}

.ourServices .services-container .left-section .btn-container button {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #015eea;
    color: #ffffff;
    border: none;
    font-size: 1.2em;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    animation-name: circle-bubble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.ourServices .services-container .left-section .btn-container button:hover {
    filter: saturate(0.8);
    animation-play-state: paused;
}

.ourServices .services-container .right-section img {
    width: 500px;
}

.sell-point {
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.sell-point .sell-point__container {
    width: 75%;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    background-color: #F2F2F2;
    /* border: 1px solid red; */
}

.sell-point .sell-point__container .left-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.sell-point .sell-point__container .left-section .section-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 600;
}

.sell-point .sell-point__container .left-section .section-subtitle {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #015eea;
}

.sell-point .sell-point__container .right-section {
    /* border: 1px solid red; */
}

.sell-point .sell-point__container .right-section img {
    width: 300px;
}

.best-selling {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: 60vh;
    /* border: 1px solid red; */
}

.best-selling .section-title {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}

.best-selling .best-selling__container {
    width: 100%;
    height: 400px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-selling .best-selling__container .product-list {
    width: 75vw;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
}

.best-selling .best-selling__container .product-list .product {
    flex: 1;
    /* border: 1px solid red; */
    position: relative;
    width: 250px;
    height: 100%;
}

.best-selling .best-selling__container .product-list .product .img-product__container {
    max-width: 200px;
    height: 250px;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;

}
.best-selling .best-selling__container .product-list .product .img-product__container img {
    width: 100%;
}

.best-selling .best-selling__container .product-list .product .circle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #015eea;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.best-selling .best-selling__container .product-list .product:hover .circle {
    animation-name: circle-bubble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.best-selling .best-selling__container .product-list .product .circle span {
    text-transform: uppercase;
    font-size: 1em;
    color: #ffffff;
}

.best-selling .best-selling__container .product-list .product .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.best-selling .best-selling__container .product-list .product .product-info .product-name {
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}

.best-selling .best-selling__container .product-list .product .product-info .prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.best-selling .best-selling__container .product-list .product .product-info .prices .old-price {
    text-decoration: line-through;
    color: #bfbfbf;
    font-size: 1em;
    font-weight: 400;
}

.best-selling .best-selling__container .product-list .product .product-info .prices .new-price {
    color: #015eea;
    font-size: 1em;
    font-weight: 500;
}

.best-selling .best-selling__container .product-list .product .product-info .buy-btn {
    margin: 10px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.best-selling .best-selling__container .product-list .product .product-info .buy-btn button {
    color: dimgray;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.05em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.best-selling .best-selling__container .product-list .product .product-info .buy-btn button:hover {
    transform: scale(1.1);
}

@keyframes circle-bubble {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.offered-services {
    width: 100%;
    height: 100vh;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.offered-services .bck-blue {
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #015eea;
    top: 0;
    z-index: -3;
}

.offered-services .offered-services__container {
    width: 75%;
    height: 450px;
    /* border: 1px solid red; */
    margin: 140px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 100px 0;
    z-index: -2;
    border-radius: 10px;
}

.offered-services .offered-services__container .absolute-img {
    position: absolute;
    width: 75px;
}

.offered-services .offered-services__container .img-pencil {
    top: 15%;
    left: 50%;
}

.offered-services .offered-services__container .img-software {
    top: 40%;
    right: 25%;
}

.offered-services .offered-services__container .img-setting {
    top: 45%;
    left: 2%;
}

.offered-services .offered-services__container .img-person {
    top: -50px;
    right: -20px;
    width: 295px !important;
    z-index: -1;
}

.offered-services .offered-services__container .top-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    margin: 0 0 35px;
}

.offered-services .offered-services__container .top-title img {
    width: 40px;
}

.offered-services .offered-services__container .top-title span {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #015eea;
}

.offered-services .offered-services__container .section-title {
    font-size: 2.5em;
    color: #000000;
    font-weight: 700;
}

.offered-services .offered-services__container .services-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,250px);
    gap: 20px;
    place-content: center;
    /* border: 1px solid red; */
    margin: 100px 0 0;
    z-index: 2;
}
.offered-services .offered-services__container .services-list .service {
    /* border: 1px solid red; */
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    padding: 0 20px;
}

.offered-services .offered-services__container .services-list .service .icon-service {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-color: #f7c10850;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -50px 0 0;
}

.offered-services .offered-services__container .services-list .service .icon-service .circle {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #015eea;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offered-services .offered-services__container .services-list .service .icon-service .circle img {
    width: 40px;
}

.offered-services .offered-services__container .services-list .service .services-title {
    font-size: 1em;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
}

.offered-services .offered-services__container .services-list .service p {
    font-size: 0.9em;
    line-height: 1.6;
    text-align: center;
}

.weAreMember {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    height: 200px;
}

.weAreMember .left-section {
    flex: 1;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.weAreMember .left-section span {
    color: #ffffff;
    font-size: 2em;
    font-weight: 300;
}

.weAreMember .right-section {
    flex: 1;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.weAreMember .right-section img{
    width: 350px;
}

.america-map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    /* border: 1px solid red; */
    background-color: #071325;
}

.america-map .map-container {
    /* border: 1px solid red; */
    max-width: 550px;
}

.america-map .map-container img {
    /* border: 1px solid red; */
    width: 100%;
}

.america-map .info-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #ffff;
    flex-direction: column;
    gap: 10px;
}

.america-map .info-content .title-gradient {
    background: linear-gradient(150deg, rgba(1,94,234,1) 0%, rgba(0,187,249,1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    white-space: nowrap;
    font-size: 1.5em;
    font-family: 'Gilroy', sans-serif;
}

.america-map .info-content .latam-title {
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
    font-size: 3em;
}
.america-map .info-content .list-countries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
    width: 100%;
}

.america-map .info-content .list-countries .country{
    max-width: 50px;
    max-height: 30px;
}

.america-map .info-content .list-countries .country img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.america-map .info-content ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.america-map .info-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.america-map .info-content ul li img {
    width: 24px;
}

.multiPlatform-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    padding: 100px 0 70px 0;
}

.multiPlatform-container h1 {
    font-weight: 500;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 2em;
}

.multiPlatform-container h1 span {
    color: #015eea;
    font-weight: 600;
}

.multiPlatform-container p {
    text-align: center;
    line-height: 1.5;
}

.multiPlatform-container img {
    width: 550px;
    margin: 50px 0;
}

.multiPlatform-container .btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multiPlatform-container .btn-container button {
    width: 170px;
    height: 50px;
    font-size: 1em;
    border: none;
    background-color: #015eea;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    animation-name: circle-bubble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.multiPlatform-container .btn-container button:hover {
    filter: saturate(0.8);
    animation-play-state: paused;
}

.info-company{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    /* border: 1px solid red; */
    background-color: #071325;
}

.info-company .business-info{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: center;
}

.info-company .business-info .info-item{
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.info-company .business-info .info-item .item-value{
    font-size: 3.5em;
    font-weight: 600;
    text-align: center;
}

.info-company .business-info .info-item .item-name{
    font-size: 1em;
    font-weight: 500;
    text-align: center;
}

.clients-comments{
    position: relative;
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.clients-comments .bck-absolute__container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients-comments .bck-absolute__container::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.clients-comments .comment-section{
    /* border: 1px solid red; */
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    /* width: calc(100% - 500px); */
    /* margin: -30px 0 0 0; */
    z-index: 2;
}

.clients-comments h2{
    color: #ffffff;
    margin: -150px 0 70px 0;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 2;
    font-family: 'Gilroy',sans-serif;
}

.clients-comments .comment-section .comment-item{
    border: 1px solid #bfbfbf25;
    border-radius: 25px;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.clients-comments .comment-section .comment-item .img-client{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.clients-comments .comment-section .comment-item .img-client .client-profile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border: 1px solid red; */
    overflow: hidden;
}

.clients-comments .comment-section .comment-item .img-client .client-profile img{
    width: 100%;
    height: 100%;
}

.clients-comments .comment-section .comment-item .img-client .name-client span{
    font-size: 1em;
    color: #494949;
}

.clients-comments .comment-section .comment-item .stars-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
}

.clients-comments .comment-section .comment-item p{
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
}

.clients-comments .comment-section .comment-item .stars-container i{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
    font-size: 1.6em;
    color: #ffd220;
}


.contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    /* border: 1px solid red; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us .section-title {
    font-size: 2em;
    color: #ffffff;
    font-family: 'Gilroy', sans-serif;
}
.contact-us .section-title span {
    font-weight: 600;
}

.contact-us .contact-us__form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    /* border: 1px solid red; */
    background-color: #ffffff;
}

.contact-us .contact-us__form .left-section__img {
    max-width: 400px;
    height: 100%;
}

.contact-us .contact-us__form .left-section__img img {
    width: 100%;
    height: 100%;
}

.contact-us .contact-us__form .right-section__info {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    height: auto;
    gap: 25px;
    padding: 50px;
    /* border: 1px solid red; */
}

.contact-us .contact-us__form .right-section__info .inp-item {
    /* height: auto; */
}

.contact-us .contact-us__form .right-section__info .inp-item:nth-child(5) {
    grid-column: span 2;
}

.contact-us .contact-us__form .right-section__info .inp-item input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #dddddd40;
    color: #000;
    padding: 0 10px;
    outline: none;
}

.contact-us .contact-us__form .right-section__info .inp-item textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: none;
    background-color: #dddddd40;
    color: #000;
    padding: 10px;
    resize: none;
    outline: none;
}

/* .contact-us .contact-us__form .right-section__info .btn-item{
    grid-column: span 2;
    width: 100%;
} */

.contact-us .contact-us__form .right-section__info .btn-item .btn-send {
    /* grid-column: span 2; */
    width: 70%;
    height: 40px;
    font-size: 1.2em;
    border: none;
    background-color: #015eea;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.contact-us .contact-us__form .right-section__info .btn-item .btn-send:hover {
    filter: saturate(0.8);
}

.clients-section {
    width: 100%;
    /* border: 1px solid red; */
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-section .clients-section__container {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    /* border: 1px solid red; */
}
.clients-section .clients-section__container .section-title {
    text-align: center;
    font-size: 2em;
    font-weight: 300;
}
.clients-section .clients-section__container .section-title span {
    font-weight: 600;
}

.clients-section .clients-section__container .clients-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.clients-section .clients-section__container .clients-list .client-img {
    width: 200px;
    height: 100px;
    border: 1px solid red;
}

footer {
    width: 100%;
    padding: 50px 0;
    /* border: 1px solid red; */
    background-color: #071325;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .footer-container {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    /* border: 1px solid red; */
}

footer .footer-container .item-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

footer .footer-container .item-section .img-logo {
    max-width: 150px;
}

footer .footer-container .item-section .img-logo img {
    width: 100%;
}

footer .footer-container .item-section .name-company {
    font-size: 1em;
    font-weight: 600;
    margin: 15px 0 0;
    color: #fff;
    white-space: nowrap;
}

footer .footer-container .item-section p {
    font-size: 1em;
    font-weight: 500 !important;
    color: #fff;
    line-height: 1.7;
}

footer .footer-container .item-section .after-line {
    position: relative;
    margin: 0 0 15px;
}

footer .footer-container .item-section .after-line::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    height: 3px;
    border-radius: 10px;
    background-color: #00bbf9;
    z-index: 1;
}

footer .footer-container .item-section .after-line::before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -15px;
    right: 0;
    height: 10px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #00bbf9;
    z-index: 2;
}

footer .footer-container .item-section .after-line span {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
}

footer .footer-container .item-section .support-list {
    display: flex;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

footer .footer-container .item-section .support-list li {
    list-style: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #fff;
}

footer .footer-container .item-section .support-list li:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #00bbf9;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

footer .footer-container .item-section .support-list li:hover:after {
    opacity: 1;
}

footer .footer-container .item-section .support-list li a {
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 500 !important;
}

footer .footer-container .item-section .support-list li:hover a {
    font-size: 1.1em;
}

footer .footer-container .item-section .contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

footer .footer-container .item-section .contact-list li {
    list-style: none;
    color: #fff;
}

footer .footer-container .item-section .social-links {
    margin: 15px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

footer .footer-container .item-section .social-links a {
    text-decoration: none;
}

footer .footer-container .item-section .social-links a .icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

footer .footer-container .item-section .social-links a .icon i {
    font-size: 1.5em;
    color: #fff;
}

footer .footer-container .item-section .social-links a .icon:hover {
    background-color: #fff;
    border: none;
}

footer .footer-container .item-section .social-links a .icon:hover i {
    color: #071325;
}

.copyright {
    background-color: #015eea;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright .copy-container {
    width: 75%;
    color: #fff;
}

@media screen and (max-width: 1440px) {

    .principal-section .info-container .img-absolute__container {
        position: absolute;
        right: -200px;
        bottom: -260px;
        z-index: 3;
    }

}

@media screen and (max-width: 1429px) {

    .principal-section .info-container .img-absolute__container {
        position: absolute;
        right: -110px;
        bottom: -220px;
        z-index: 3;
    }
    .principal-section .info-container .img-absolute__container img {
        width: 600px;

    }

    .offered-services .offered-services__container {
        width: 85%;
    }

    .contact-us .contact-us__form {
        width: 85%;
    }

}

@media screen and (max-width: 1230px) {

    .ourServices .services-container .right-section img{
        width: 400px;
    }

}

@media screen and (max-width: 1190px) {

    .principal-section .info-container .img-absolute__container {
        bottom: -260px;
        right: -235px;
    }

    .principal-section .info-container .img-absolute__container img {
        width: 550px;
    }

}

@media screen and (max-width: 1090px) {

    .ourServices .services-container .left-section .section-info .section-title{
        font-size: 2.2em;
    }

    .best-selling{
        height: 100%;
        padding: 0 0 30px 0;
    }

    .best-selling .best-selling__container .product-list{
        grid-template-columns: repeat(2, 1fr);
    }

    .best-selling .best-selling__container{
        height: 100% !important;
    }

    .best-selling .best-selling__container .product-list .product{
        width: 100%;
    }

    .best-selling .best-selling__container .product-list .product{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 1024px) {

    .clients-comments {
        height: 100vh;
    }

    .clients-comments .comment-section .comment-item{
        width: 400px;
    }

    header .top-header .bck-top__header {
        width: 85%;
    }

    header .header-container {
        width: 85%;
    }

    header .menu-container {
        gap: 20px;
    }

    header .menu-container .menu ul {
        gap: 20px;
    }

    .principal-section .info-container {
        width: 85%;
    }

    .principal-section .info-container .img-absolute__container {
        right: -60px;
        bottom: -230px;
        display: block;
    }

    .principal-section .info-container .info-text h1 {
        font-size: 3em;
    }

    .principal-section .info-container .img-absolute__container img {
        width: 550px;
    }

    .ourApps-section .ourApp-container {
        width: 85%;
    }

    .ourServices .services-container .left-section .section-info .section-title {
        font-size: 2.3em;
    }

    .ourServices .services-container .right-section img {
        width: 300px;
    }

    .sell-point .sell-point__container {
        width: 85%;
    }

    .sell-point .sell-point__container .right-section img {
        width: 250px;
    }

    .best-selling .best-selling__container {
        width: 85%;
    }

    .best-selling .best-selling__container .product-list .product .img-product__container img {
        max-width: 200px;
    }

    .best-selling .best-selling__container .product-list .product .img-product__container {
        height: 250px;
    }

    .best-selling .best-selling__container .product-list .product .product-info .product-name {
        font-size: 0.8em;
    }

    .best-selling .best-selling__container .product-list {
        gap: 20px;
    }

    .offered-services .offered-services__container {
        padding: 50px 50px 0;
    }

    .offered-services .offered-services__container .absolute-img {
        width: 50px;
    }

    .offered-services .offered-services__container .services-list {
        grid-template-columns: repeat(4, 183px);
    }

    .offered-services .offered-services__container .services-list .service .icon-service {
        width: 80px;
        height: 80px;
    }

    .offered-services .offered-services__container .services-list .service .icon-service .circle {
        width: 60px;
        height: 60px;
    }

    .offered-services .offered-services__container .services-list .service .icon-service .circle img {
        width: 30px;
    }

    .offered-services .offered-services__container .services-list .service {
        padding: 0 10px;
        height: 210px;
    }

    .america-map .map-container {
        max-width: 400px;
    }

    .contact-us .contact-us__form .right-section__info {
        padding: 25px 25px 0;
    }

    .contact-us .contact-us__form .left-section__img {
        max-width: 400px;
        max-height: 100%;
    }

    .offered-services .offered-services__container .services-list .service p {
        font-size: 0.8em;
    }

    .offered-services .offered-services__container .services-list .service .services-title {
        font-size: 0.9em;
    }

    footer .footer-container {
        width: 85%;
    }

    footer .footer-container .item-section .after-line span {
        white-space: nowrap;
    }

    .copyright .copy-container {
        width: 85%;
    }

    .principal-section .info-container .info-text .btn-container .get-info__btn {
        font-size: 1.1em;
    }

    .principal-section .info-container .info-text .btn-container .trayectory-btn .txt-trayectory .bold-span {
        white-space: nowrap;
    }

}

@media screen and (max-width: 933px) {

    .principal-section .info-container .img-absolute__container {
        right: -60px;
        bottom: -20px;
        display: block;
    }

    .principal-section .info-container .img-absolute__container img{
        width: 400px;
    }

    .clients-comments h2 {
        font-size: 2em;
    }

    .ourServices .services-container .right-section {
        position: absolute;
        bottom: 40px;
        right: 40px;
    }

    footer .footer-container {
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 853px) {

    .principal-section .info-container .img-absolute__container{
        display: none;
    }
    
    .ourServices .services-container .right-section img {
        width: 270px;
    }

    .offered-services .offered-services__container .img-setting {
        top: 35%;
    }

    .offered-services {
        height: 70vh;
    }

}

@media screen and (max-width: 833px) {

    .clients-comments h2{
        margin: 0 0 70px 0;
    }

    .clients-comments .comment-section{
        grid-template-columns: repeat(1, 1fr);
    }

    .clients-section .clients-section__container {
        width: 95%;
    }

    .offered-services .offered-services__container .img-setting {
        top: 35% !important;
    }

    .contact-us .contact-us__form {
        padding: 20px;
    }

    .contact-us .contact-us__form .left-section__img {
        display: none;
    }

    header .menu-container .menu-icon {
        display: block;
    }

    header .menu-container {
        flex-direction: row-reverse;
    }

    header .menu-container .menu ul li {
        width: 100%;
        height: 30px;
    }

    header .menu-container .menu ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    header .menu-container .menu ul {
        gap: 35px !important;
    }
    header .menu-container .menu {
        position: absolute;
        top: 50px;
        right: 0;
        /* border: 1px solid red; */
        height: 200px;
        width: 250px;
        z-index: 10;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #dddddd;
        transition: all 0.3s ease-in-out;
        z-index: 10;
        display: none;
    }
    
    header .menu-container .menu.show {
        display: block;
    }
    
    header .menu-container .menu ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }
    
    .best-selling .best-selling__container {
        width: 95%;
        height: auto;
    }
    
    .sell-point {
        padding: 50px 0;
    }
    
    .best-selling {
        height: 100%;
        margin: 50px 0;
        /* border: 1px solid red; */
    }
    
    .best-selling .best-selling__container .product-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .best-selling .best-selling__container .product-list .product .circle {
        right: 50px;
    }
    
    .principal-section .info-container .img-absolute__container {
        display: none;
    }
    
    .america-map .map-container {
        max-width: 400px;
        margin: 20px 0 0;
    }
    
    .america-map {
        flex-direction: column-reverse;
    }
    
    header .top-header {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    
    .clients-comments h2{
        font-size: 1.5em;
    }

    .weAreMember{
        flex-direction: column !important;
    }

    header .header-container {
        width: 95%;
    }

    .principal-section .info-container .img-absolute__container {
        display: none;
    }

    .ourApps-section .ourApp-container .gradient-border-mask .item-app .logo-app {
        max-width: 75px;
    }

    .ourApps-section .ourApp-container .gradient-border-mask .item-app .app-title {
        font-size: 1.3em;
    }

    .ourServices .services-container .right-section img {
        display: none;
    }

    .sell-point .sell-point__container {
        width: 95%;
    }

    .offered-services .offered-services__container {
        margin: 60px 0 0;
    }

    .offered-services .offered-services__container .top-title {
        margin: 0 0 20px;
    }

    .offered-services .offered-services__container .services-list {
        grid-template-columns: repeat(2, 250px);
        margin: 50px 0 0;
    }

    .offered-services .offered-services__container .img-pencil {
        top: -5%;
        left: 40%;
    }

    .offered-services .offered-services__container .img-software {
        display: none;
    }

    .offered-services .offered-services__container .services-list .service .services-title {
        font-size: 1em;
    }

    .offered-services .offered-services__container .services-list .service p {
        font-size: 0.9em;
    }

    .offered-services .offered-services__container .section-title {
        font-size: 2.3em;
    }

    .contact-us .contact-us__form .right-section__info {
        padding: 25px;
    }

    .contact-us .contact-us__form .left-section__img {
        display: none;
    }

    .copyright .copy-container {
        width: 95%;
    }

}

@media screen and (max-width: 711px) {

    .ourServices .services-container {
        width: 85%;
    }

}

@media screen and (max-width: 660px) {

    .info-company .business-info{
        gap: 20px;
    }

    .info-company .business-info .info-item .item-value{
        font-size: 2em;
        font-weight: 600;
    }
    
    .info-company .business-info .info-item .item-name{
        font-size: 1em;
        font-weight: 500;
    }

    .offered-services .offered-services__container {
        padding: 50px 20px 0;
    }

    .offered-services__container .img-setting {
        top: 30% !important;
    }

    .contact-us .section-title {
        font-size: 1.5em;
    }

}

@media screen and (max-width: 608px) {

    .principal-section .cloud-img{
        display: none;
    }

}

@media screen and (max-width: 585px) {

    .principal-section .info-container .img-absolute__container{
        display: none;
    }

    .principal-section .info-container .img-absolute__container img{
        width: 400px;
    }

    .principal-section .info-container .img-absolute__container{
        right: -10px;
        bottom: -380px;
    }

    footer {
        padding: 50px 10px;
    }

    footer .footer-container {
        width: 85%;
        grid-template-columns: repeat(1, 1fr);
    }

    .principal-section {
        align-items: flex-start;
        padding: 50px 0 0;
    }

    .principal-section .info-container .info-text p {
        font-size: 0.9em;
    }

    .principal-section .info-container .info-text h1 {
        font-size: 2.5em;
    }

    .principal-section .info-container .info-text .btn-container {
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ourApps-section .ourApp-container {
        height: auto;
    }

    .ourApps-section .ourApp-container .gradient-border-mask {
        flex-direction: column;
    }

    .ourApps-section {
        height: 100%;
    }

    .ourApps-section .app-bck__container .section-title {
        font-size: 2em;
    }

    .ourServices .services-container .left-section .clients-calification {
        align-items: flex-start;
        flex-direction: column;
    }

    .ourServices .services-container .left-section .section-info .section-title span br {
        display: none;
    }

    .ourServices .services-container .left-section .section-info .section-title {
        font-size: 2em;
    }

    .ourServices {
        height: 100%;
        padding: 50px 0;
    }

    .sell-point .sell-point__container {
        flex-direction: column-reverse;
        height: 350px;
    }

    .sell-point .sell-point__container .right-section img {
        width: 200px;
    }

    .best-selling .best-selling__container .product-list .product .img-product__container {
        height: 170px;
    }

    .best-selling .best-selling__container .product-list .product .img-product__container img {
        max-width: 150px;
    }

    .best-selling .best-selling__container .product-list .product .circle {
        right: 10px;
    }

    .offered-services .offered-services__container .services-list .service {
        height: 175px;
    }

    .offered-services .offered-services__container .services-list {
        grid-template-columns: repeat(1, 250px);
        margin: 80px 0 10px;
        gap: 30px;
    }

    .offered-services .offered-services__container {
        height: auto;
    }

    .offered-services {
        height: 100%;
        margin: 0 0 30px;
    }

    .offered-services .offered-services__container .img-person {
        top: 70px;
        right: -30px;
    }

    .offered-services .offered-services__container .img-pencil {
        top: -2%;
        left: 90%;
    }

    .america-map .info-content {
        width: 85%;
    }

    .multiPlatform-container img {
        width: 350px;
    }

    .contact-us .section-title {
        text-align: center;
        font-size: 1.3em;
    }

    .offered-services .offered-services__container .section-title {
        font-size: 1.3em;
        display: none;
    }

    .principal-section .info-container .info-text p br {
        display: none;
    }

    .best-selling .best-selling__container .product-list .product .circle {
        width: 60px;
        height: 60px;
    }

    .best-selling .best-selling__container .product-list .product .circle span {
        font-size: 0.8em;
    }

    .ourServices .services-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .ourServices .services-container .left-section .btn-container {
        justify-content: center;
    }

    .multiPlatform-container p {
        padding: 0 20px;
    }

    .multiPlatform-container p br {
        display: none;
    }

}

@media screen and (max-width: 529px) {
    .ourServices .services-container .left-section .section-info p br {
        display: none;
    }
    .clients-comments h2{
        font-size: 1.2em;
        padding: 0 5px;
    }
}

@media screen and (max-width: 500px) {
    .contact-us .contact-us__form .right-section__info .inp-item{
        grid-column: span 2;
    }
}

@media screen and (max-width: 480px) {

    header .header-container .logo-container {
        max-width: 110px;
    }

    header .menu-container .btn-callUs {
        width: min-content;
        padding: 5px 20px !important;
    }

}

@media screen and (max-width: 430px) {

    .clients-comments .comment-section{
        padding: 10px;
    }

    .info-company .business-info .info-item .item-value{
        font-size: 1.5em;
    }
    
    .info-company .business-info .info-item .item-name{
        font-size: 0.8em;
    }

    
    .clients-comments .comment-section .comment-item{
        width: 100%;
    }

    .sell-point .sell-point__container .right-section img {
        width: 170px;
    }

    .sell-point .sell-point__container .left-section .section-subtitle {
        text-align: center;
    }

    .sell-point .sell-point__container .left-section .section-title {
        font-size: 1.5em;
        text-align: center;
    }

    .weAreMember .right-section img {
        width: 300px;
    }

    footer .footer-container .item-section .name-company {
        white-space: normal;
    }

    .principal-section .info-container .info-text h1 {
        font-size: 2.2em;
    }

    .sell-point .sell-point__container .left-section {
        align-items: center;
    }

    .sell-point .sell-point__container {
        width: 100%;
    }

    .best-selling .best-selling__container .product-list .product .img-product__container img {
        max-width: 110px;
    }

    .best-selling .best-selling__container .product-list .product .product-info {
        height: 110px;
    }

    .best-selling .best-selling__container .product-list .product .img-product__container {
        height: 110px;
    }

    .best-selling .best-selling__container .product-list .product .product-info {
        height: 80px;
    }

    .best-selling .best-selling__container .product-list .product .product-info .buy-btn {
        margin-top: auto;
    }

    .america-map .map-container {
        max-width: 350px;
    }

    .offered-services .offered-services__container .img-person {
        right: -20px;
    }

}

@media screen and (max-width: 375px) {

    .clients-comments h2 {
        margin: 0 0 30px 0;
    }

    .contact-us {
        gap: 10px;
    }

    .contact-us .contact-us__form {
        padding: 0;
    }

}

@media screen and (max-width: 311px) {

    .ourServices .services-container .left-section .clients-calification .item-calification .graphic img {
        width: 80px;
    }

    .ourServices .services-container .left-section .clients-calification .item-calification .graphic div {
        font-size: 1em;
    }

    .weAreMember .right-section img {
        width: 250px;
    }

    .weAreMember .left-section span {
        font-size: 1.5em;
        font-weight: 300;
    }

    .america-map .info-content .latam-title {
        font-size: 2em;
    }

    .multiPlatform-container img {
        width: 250px;
    }

    .principal-section .info-container .info-text h1 {
        font-size: 1.8em;
    }

    .principal-section .info-container .info-text {
        align-items: center;
    }
}

@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-400px * 7));
              transform: translateX(calc(-400px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-400px * 7));
              transform: translateX(calc(-400px * 7));
    }
  }
  .loop--slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    border-top: 1px solid #dddddd50;
    border-bottom: 1px solid #dddddd50;
    border-radius: 5px;
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: calc(100% - 50px);
  }
  .loop--slider::before, .loop--slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 200px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .loop--slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .loop--slider::before {
    left: 0;
    top: 0;
  }
  .loop--slider .loop--slide--track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: flex;
    align-items: center;
    height: 200px;
    width: calc(400px * 14);
  }
  .loop--slider .loop--slide {
    height: 150px;
    width: 400px;
    margin: 0 40px;
    display: flex;
    align-items: center;
  }
  
  .loop--slider .loop--slide img{
      width: 100%;
      height: 100%;
      border-radius: 5px;
      filter: grayscale(100%);
  }
  
  .custom-img{
      width: 350px;
      height: 100px;
  }

/* Estilo para la alerta */
.alert {
    position: fixed;
    top: 25px;
    right: 20px;
    padding: 15px 20px;
    background-color: #4caf50;
    /* Verde para éxito */
    color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    animation: fadeInOut 5s forwards;
    /* Animación para desvanecerse */
}

.alert.error {
    background-color: #f44336;
    /* Rojo para errores */
}

/* Animación de desvanecimiento */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.loading:after {
	/* with no content, nothing is rendered */
	content: "";
	position: fixed;
	/* element stretched to cover during rotation an aspect ratio up to 1/10 */
	top: -500%;
	left: -500%;
	right: -500%;
	bottom: -500%;
	z-index: 9999;
	pointer-events: none; /* to block content use: all */
	/* background */
	background-color: rgba(0,0,0,0.6);
	background-image: url(data:image/png;base64,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);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;

	/* animation */
	-webkit-animation-name: linearRotate;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: linearRotate;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-o-animation-name: linearRotate;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;

	animation-name: linearRotate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}

@-webkit-keyframes linearRotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform:rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
