body{
    overflow-x: hidden;
}

header .intro-content{
    left: 69%;
}

#about{
    background: white;
    position: relative;
}

#sombraGlobe{
    height: 800px;
    width: 800px;
    position: absolute;
    top: 31%;
    left: -11%;
    background: #0000005e;
    border-radius: 50%;
    filter: blur(20px);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

#globeCanvas {
    height: 1700px;
    width: 400px;
    position: absolute;
    top: -21%;
    left: -29%;
    cursor: grab;
}

#stripes{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    overflow: hidden;
    transform-origin: 0;
    background: linear-gradient(233deg,#00284b 46%,#05276d 73%);
    z-index: -1;
}

.user-select-none{
    user-select: none;
}

#particles-js{
    height: 100%;
}

.w-100{
    width: 100%;
}

.btnContacto{
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 4px !important;
    background: #ffffff1a;
    backdrop-filter: blur(10px);
}

footer{
    & #divContainerLogo{
        border: 3px solid rgba(255, 255, 255, 0.25);
        border-radius: 20px;
        background: rgb(255 255 255 / 15%);
        box-shadow: 0 0 10px 1px rgb(0 0 0 / 39%);
        backdrop-filter: blur(20px);
        padding: 20px 0px 26px 0px;
        
        & p{
            font-size: 13px;
            margin-bottom: 20px;
            text-align: center;
            color: #1a1a1a;
            padding: 8px 35px;
            letter-spacing: 0.5px;
            font-weight: 500;
            background: rgb(255, 255, 255);
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 77%) 50%, rgba(255, 255, 255, 0) 100%);
        }
        
        & h5{
            color: white;
            margin-top: 0px;
            text-align: center;
            line-height: 27px;
            font-size: 17px;
            margin-bottom: 9px;
            
            & mark {
                font-weight: bold !important;
                font-style: normal !important;
            }
        }
    }

    & h4{
        color: white;
    }
}

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }

.mt-6 {
    margin-top: 5rem!important;
}

.square-flip{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);

    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    
    position:relative;
    float:left;
    width: 100%;
    min-height: 250px;
    margin-top: 20px;
}
.square,.square2{
    width:100%;
    height:100%;
}
.square{

    background-size: cover;
    background-position:center center;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;

    position:absolute;
    top:0;


    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.square-flip .square{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index:1;
}
.square-flip:hover .square{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}


.square2{

    background-size: cover;
    background-position:center center;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;

    position:absolute;
    top:0;

    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.square-flip .square2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index:1;
}
.square-flip:hover .square2{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}

/*Square content*/
.square-container{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(0px)  scale(1);
    -ms-transform: translateY(-50%) translateX(0px)  scale(1);
    transform: translateY(-50%) translateX(0px)  scale(1);
    transform-style: preserve-3d;
    z-index:2;
}
.square-flip:hover .square-container{
    -webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
    transform: translateY(-50%) translateX(-650px)  scale(.88);
    transform-style: preserve-3d;
}

.square-container2{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

    transform-style: preserve-3d;
    z-index:2;
}
.square-flip:hover .square-container2{
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}

/*Elements*/
.flip-overlay{
    display:block;
    background: rgb(241,241,241);
    background: linear-gradient(128deg, rgb(201 205 209 / 11%) 50%, rgba(255,255,255,1) 50%);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    border: 1px solid #fbfbfbc2;
}
.align-center{
    margin:0 auto;
}
.kallyas-button{
    display:block;
    width:160px;
    padding:18px 30px;
    font-family:"Open Sans";
    font-weight:600;
    color:#fff;
    background:#FF2024;
    margin:0 auto;
    border-radius:2px;
    text-decoration:none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
    background: #ffa067; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*ADD SHADOWS OPTIONAL*/
.square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow{
    -ms-transition: 0.60s;
        transition: 0.60s;
        -webkit-transition: 0.60s;
}

.square-flip .square .boxshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}
.square-flip .square .textshadow{
    -webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}
.square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}


.square-flip .square2 .boxshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}
.square-flip .square2 .textshadow{
    -webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}
.square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}

.typing-container {

    & #text-typing {
        font-weight: bold;
    }

    & .input-cursor {
        display: inline-block;
        width: 2px;
        height: 22px;
        background-color: white;
        margin-left: -3px;
        animation: blink .6s linear infinite alternate;
    }
}

@keyframes blink {
    0% {opacity: 1;}
    40% {opacity: 1;}
    60% {opacity: 0;}
    100% {opacity: 0;}
}

.row.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.center-div{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bg-nuestros-clientes{
    position: absolute;
    width: 331px;
    margin-top: -26px;
    left: 11%;
    filter: saturate(0.2);
    opacity: 0.2;
}

.f-21{
    font-size: 21px !important;
}

.f-20{
    font-size: 20px;
}

.f-18{
    font-size: 18px;
}

.f-35{
    font-size: 35px;
}

.f-40{
    font-size: 40px;
}

.opacity-06{
    opacity: 0.6;
}

.m-auto{
    margin: auto;
}

mark{
    background: #1976d2db;
    color: white;
    font-style: italic;
    font-weight: 400;
}

.video-center{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    margin: auto;
}

hr.colored-gray{
    border-color: #c6c6c6;
}

.font-weight-400{
    font-weight: 400;
}

.media ul{
    font-size: 15px;

    & li{
        padding-top: 10px;
    }
}

.p-70-0{
    padding: 70px 0px;
}

.about-carousel-cliente .owl-item{
    min-height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-white{
    color: white;
}

.form-contacto{
    padding: 35px 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    background: rgb(255 255 255 / 15%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 84%);
    backdrop-filter: blur(15px);
}

.form-contacto .help-block{
    color: #ff7878 !important;
    font-size: 15px;
    font-weight: bold;
}

@media (min-width: 0px) and (max-width: 1200px) {
    header .intro-content{
        color: white;
        text-align: center;
        width: 80%;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    header .brand-name{
        font-size: 42px;
        line-height: 42px;
    }
    #globeCanvas {
        height: 1500px;
        top: -22%;
        left: -62%;
        opacity: 0.6;
    }
    #sombraGlobe{
        height: 700px;
        width: 700px;
        top: 22%;
        left: -45%;
        opacity: 0.6;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .px-md-5 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .mt-0-sm{
        margin-top: 0px !important;
    }
    .mt-md-6{
        margin-top: 5rem!important;
    }
    .f-27-sm{
        font-size: 27px !important;
    }
    .f-30-sm{
        font-size: 30px !important;
    }
    .pricing-item table tr td:nth-child(1) {
        font-size: 14px;
    }
    .pricing-item table thead img {
        width: 45px !important;
    }
    .pricing-item table{
        & tr td:nth-child(2), & tr td:nth-child(3){
            width: 80px !important;
        }

        & a {
            width: 86px !important;
            margin-left: -52px !important;
            font-size: 12px;
        }
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .pricing .pricing-item{
        padding: 20px 10px 70px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    header .brand-name{
        font-size: 50px;
        line-height: 50px;
    }
    #globeCanvas {
        height: 1500px;
        top: -22%;
        left: -77%;
        opacity: 0.7;
    }
    #sombraGlobe{
        height: 700px;
        width: 700px;
        top: 22%;
        left: -45%;
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header .intro-content{
        left: 62%;
    }
    header .brand-name{
        font-size: 50px;
        line-height: 50px;
    }
    #globeCanvas {
        height: 1500px;
        top: -15%;
        left: -65%;
        opacity: 0.6;
    }
    #sombraGlobe{
        left: -27%;
    }
    .pl-0-md{
        padding-left: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #globeCanvas {
        height: 1700px;
        top: -28%;
        left: -48%;
        opacity: 1;
    }
    #sombraGlobe{
        left: -27%;
    }
    .pl-0-md{
        padding-left: 0px;
    }
}