﻿html {
    scroll-behavior: smooth;
}
a {
text-decoration:none;
}
.Light {
    font-weight:300;
}
.Normal {
    font-weight:300;
}
.Poppins {
    font-family: 'Poppins', sans-serif, Arial;
}
.Medium {font-weight:500;}
.Semibold {
    font-weight:600;
}
.Bold {
    font-weight:700;
}
.SubRayado {text-decoration:underline;}

.TextoNegro {
    color: #191919 !important;
}
.TextoBlanco {
    color: #ffffff;
}
.TextoAmarillo {
    color: #eec301;
}
.TextoVerde {
    color: #75c751;
}
.TextoRojo {
    color: #ff0000;
}
.TextoCeleste {
    color: #3285d0;
}
.TextoVioleta {
    color: #662d8d;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #3285d0 !important
}
.FondoBlanco {
    background-color: #ffffff;
}
.FondoGris {
    background-color: #c4161c !important;
}
.FondoGrisCelulares {
    background-color: #0086f8;
}
.FondoGrisCuidarnos {
    background-color: #efefef;
}
.FondoCeleste {
    background-color: #3285d0;
}
.TextoGris {
    color: #808080;
}
.BorderTopNavBar {
    border-top: solid 1px #efefef;
}
.BorderBotNavBar {
    border-bottom: solid 1px #efefef;
}
.TextoHeaderContacto {
    font-size:12px;
    line-height:16px;
    text-decoration:none;
}
.TextoHeader {
    font-size: 14px;
    line-height: 18px;
}
.TituloSlider {
    font-size: 27px;
    line-height: 51px;
}
.TituloSlider2 {
    font-size: 20px;
    line-height: 26px;
}
.SubTituloSlider {
    font-size: 36px;
    line-height: 54px;
}
.SubTituloSlider2 {
    font-size: 30px;
    line-height: 42px;
}
.TituloPpl {
    font-size: 20px;
    line-height: 26px;
}
.SubTituloPpl {
    font-size: 30px;
    line-height: 36px;
}
.TituloCajas {
    font-size: 21px;
    line-height: 25px;
}
.TituloCuidarnos {
    font-size: 20px;
    line-height: 25px;
}
.TituloEspecial {
    font-size: 18px;
    line-height: 24px;
}
.SubTituloEspecial {
    font-size: 22px;
    line-height: 26px;
}
.TituloProductos {
    font-size: 20px;
    line-height: 25px;
}
.TituloLideres {
    font-size: 20px;
    line-height: 25px;
}
.ContenidoCuidarnos {
    font-size: 14px;
    line-height: 25px;
}
.ContenidoTrabajan {
    font-size: 14px;
    line-height: 25px;
}
.TextoContenidoCajas {
    font-size: 15px;
    line-height: 19px;
}
.TextoContenidoPlanes {
    font-size: 14px;
    line-height: 19px;
}
.efectoCaja {
    padding-top: 0px;
    margin-top: 0px;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
    .efectoCaja:hover {
        transform: scale(1.03);
        transition-duration: 1s;
        transition-timing-function: ease-out;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
    }
.bordeCajas {
    
    box-shadow: 1px 11px 22px 1px rgba(0,0,0,0.38);
    -webkit-box-shadow: 1px 11px 22px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 11px 22px 1px rgba(0,0,0,0.38);
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
    .bordeCajas:hover {
        box-shadow: 1px 11px 22px 1px rgba(0,0,0,0.6);
        -webkit-box-shadow: 1px 11px 22px 1px rgba(0,0,0,0.6);
        -moz-box-shadow: 1px 11px 22px 1px rgba(0,0,0,0.6);
        transition-duration: 1s;
        transition-timing-function: ease-out;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
    }
 a:hover, a:active {
    color: #3285d0;
    text-decoration:underline !important;
}
.BordeCelesteOficinas {
    border-left: solid 5px #0086f8 !important;
}
.BtnBlanco {
    padding: 15px 30px;
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    line-height:31px;
    letter-spacing:.3rem;
    box-shadow: none;
    text-decoration:none;
    border: solid 2px #ffffff;
    transition-property: background-color, color;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 2s;
}

    .BtnBlanco:hover, .BtnBlanco:active, .BtnBlanco:focus {
        background-color: #ffffff;
        color: #3285d0;
        box-shadow: none;
        border: solid 2px #ffffff;
        text-decoration: none !important;
        transition-property: background-color, color;
        transition-duration: 2s;
        transition-timing-function: ease-out;
        -webkit-transition-property: background-color, color;
        -webkit-transition-duration: 1s;
        -o-transition-property: background-color, color;
        -o-transition-duration: 2s;
        outline: none !important;
        outline-style: none !important;
    }
.BtnBlancoChico {
    padding: 10px 20px;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .3rem;
    box-shadow: none;
    text-decoration: none;
    border: solid 2px #ffffff;
    transition-property: background-color, color;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 2s;
}

    .BtnBlancoChico:hover, .BtnBlancoChico:active, .BtnBlancoChico:focus {
        background-color: #ffffff;
        color: #3285d0;
        box-shadow: none;
        border: solid 2px #ffffff;
        text-decoration: none !important;
        transition-property: background-color, color;
        transition-duration: 2s;
        transition-timing-function: ease-out;
        -webkit-transition-property: background-color, color;
        -webkit-transition-duration: 1s;
        -o-transition-property: background-color, color;
        -o-transition-duration: 2s;
        outline: none !important;
        outline-style: none !important;
    }
.BtnCeleste {
    padding: 10px 15px;
    background-color: #3285d0;
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .1rem;
    box-shadow: none;
    border: solid 2px #3285d0;
    transition-property: background-color, color;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 2s;
}

    .BtnCeleste:hover, .BtnBlanco:active, .BtnBlanco:focus {
        background-color: #efefef;
        color: #3285d0;
        box-shadow: none;
        border: solid 2px #3285d0;
        transition-property: background-color, color;
        transition-duration: 2s;
        transition-timing-function: ease-out;
        -webkit-transition-property: background-color, color;
        -webkit-transition-duration: 1s;
        -o-transition-property: background-color, color;
        -o-transition-duration: 2s;
        outline: none !important;
        outline-style: none !important;
    }
.OverFlowHidden {
    overflow: hidden;
}
.FondoPuntos1 {
    background-image: url('../images/ImgFondoPuntos1.png');
    background-repeat:no-repeat;
    background-position:100% 100%;
}
.FondoPuntos2 {
    background-image: url('../images/ImgFondoPuntos2.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.FondoPuntos3 {
    background-image: url('../images/ImgFondoPuntos3.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.FondoBurbuja {
    background: url('../images/FondoBurbuja.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.FondoBurbujaGracias {
    background: url('../images/FondoBurbuja.png');
    background-repeat: no-repeat;
    background-position: center 0%;
}
.FondoLideres {
    background: url('../images/ImgLideres.jpg');
    background-repeat: no-repeat;
    background-position: center 48%;
}
.FondoHackaton {
    background-image: url('../images/ImgSlide2_v2.jpg');
    background-repeat: no-repeat;
    background-position: 0% 100%;
height:296px;
}
.AlturaLideres {
height:98%;
}

.MT_Cajas {
    margin-top: -170px !important;
}
.MT_Planes {
    margin-top: 100px !important;
}
.MinHeightPlanes {
    min-height: 220px;
    line-height: 19px;
}
.MinHeightServicios {
    min-height: 175px;
    line-height:19px;
}
.MinHeightServiciosMob {
    min-height: 150px;
    line-height: 19px;
}
.Img-Empresas {
    width: 70% !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.InputContacto {
    background-color: #f9f9f9 !important;
    border: solid 0px #afafaf !important;
    border-radius: 0px !important;
    outline: none;
    color: #7b7b7b;
}
.ContenidoIcono {
    font-size: 14px;
    line-height: 24px;
}
.BordeBotFoot {
border-bottom: solid 2px #ffffff;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0 0 #ddd;
}
.AlinearCentro {
    margin-left: auto;
    margin-right: auto;
}
#IrTop {
    display: inline-block;
    background-color: #3285d0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none !important;
}

    #IrTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #IrTop:hover {
        cursor: pointer;
        background-color: #0668bb;
        text-decoration: none !important;
    }

    #IrTop:active {
        background-color: #555;
    }

    #IrTop.show {
        opacity: 1;
        visibility: visible;
    }

.error {
    border: solid 1px #fe0000 !important;
}


.disabled {
display:none !important;
}
.map-container {
    padding: 3.2rem 0.8rem;
    position: relative;
    display: inline-block;
}

    .map-container img {
        width: 100%;
    }

    .map-container .point {
        cursor: pointer;
        position: absolute;
        width: 1.1rem;
        height: 1.1rem;
        background-color: #0086f8;
        border-radius: 50%;
        transition: all 0.3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
        animation: pulse 3s infinite;
    }

        .map-container .point:hover {
            animation: none;
            transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

   /* .map-container .brasil {
        top: 64%;
        left: 28%;
    }*/

    .map-container .argentina {
        top: 85%;
        left: 24%;
    }

    /* .map-container .paraguay {
        top: 55%;
        left: 21%;
    } */

    .map-container .usa {
        top: 31%;
        left: 15%;
    }
    /*.map-container .bolivia {
        top: 74%;
        left: 24%;
    }
    .map-container .uruguay {
        top: 81%;
        left: 27%;
    }*/
    .map-container .chile {
        top: 80%;
        left: 22%;
    }
    .map-container .ecuador {
        top: 57%;
        left: 18%;
    }
    .map-container .espana {
        top: 31%;
        left: 43%;
    }
    /*.map-container .peru {
        top: 71%;
        left: 22%;
    }*/
    .map-container .paraguay {
        top: 72%;
        left: 27%;
    } 
    .map-container .italia {
        top: 32%;
        left: 49%;
    }
    .map-container .costarica {
        top: 45%;
        left: 13%;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 134, 248, 0.5);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 134, 248, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 134, 248, 0);
    }
}

.ToolTipPais {
    color: #191919 !important;
    cursor:pointer;
}
    .ToolTipPais:hover {
        color: #0086f8 !important;
    }

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 100;
}

.aba-whatsphone {
    background: #3285d0;
    height: 64px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
    border: solid 2px #ffffff;
}

    .aba-whatsphone:hover {
        width: 200px;
        transition: 0.7s ease;

    }

.aba-whatsphone-icone {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    width: 280px;
    background-size: 44px;
    background-position: 16px 7px;
    padding: 7px;
    height: 60px;
}

    .aba-whatsphone-icone a {
        color: #ffffff;
        font-size: 14px;
        line-height: 45px;
        margin-left: 70px;
        text-decoration: none;
        height: 60px;
        text-decoration: none;
    }
    .aba-whatsphone-icone a:hover {
        text-decoration: none !important;
    }

        .aba-whatsphone-icone a strong {
            display: block;
            font-size: 21px;
            margin-left: 70px;
            text-decoration:none;
        }

.circulo1Slide {
    position: absolute;
    border-radius: 75px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    top: 40vh;
    left: 15%;
}
.circulo2Slide {
    position: absolute;
    border-radius: 75px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    top: 40vh;
    right: 15%;
}

.circulo1SlideDesk {
    position: absolute;
    border-radius: 75px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    top: 20vh;
    left: 47%;
}

.circulo2SlideDesk {
    position: absolute;
    border-radius: 75px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    top: 40vh;
    left: 47%;
}
#Carousel-Planes .owl-item {
    margin-top: 20px;
}
#Carousel-Planes > .owl-stage-outer {
    height: 33rem !important;
}
.owl-prev, .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
    display: block !important;
}
#carousel-soluciones .owl-prev, #carousel-soluciones .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block !important;
}
#carousel-Apps .owl-prev, #carousel-Apps .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
#carousel-Apps .owl-prev {
    left: 0%;
}
#carousel-Apps .owl-next {
    right: 0%;
}

.owl-prev {
    left: 30%;
}

.owl-next {
    right: 30%;
}
#carousel-soluciones .owl-prev {
    left: 0;
}

#carousel-soluciones .owl-next {
    right: 0;
}
#carousel-empresas > .owl-stage-outer {
    height: 8rem !important;
}



@media (max-width: 1480px) {
    .MinHeightPlanes {
        min-height: 150px !important;
    }
    .TextoContenidoPlanes {
        font-size: 12px;
        line-height: 14px !important;
    }
    .MinHeightServicios {
        min-height: 195px;
        line-height: 19px;
    }
    .MT_Cajas {
        margin-top: -120px !important;
    }

    
}
@media (max-width: 1280px) {

    .ContenidoTrabajan {
        font-size: 12px;
        line-height: 18px;
    }
    .TituloSlider2 {
        font-size: 18px;
        line-height: 22px;
    }
    .SubTituloSlider2 {
        font-size: 26px;
        line-height: 26px;
    }
}


@media (max-width: 1220px) {
    .TituloCajas {
        font-size: 18px;
        line-height: 22px;
    }
    .TextoHeader {
        font-size: 12px;
        line-height: 16px;
    }
    .MinHeightPlanes {
        min-height: 220px !important;
    }
    .TituloLideres {
        font-size: 16px;
        line-height: 22px;
    }
    
}

@media (max-width: 992px) {
    .MinHeightServicios {
        min-height: 150px;
        line-height: 16px;
    }
    h2.header {
        width: 90% !important;
        margin-left: 10% !important;
    }
    .BordeCelesteOficinas {
        border-left: solid 0px #0086f8 !important;
    }
    .ContenidoIcono {
        font-size: 12px;
        line-height: 16px;
    }
    

    
}
@media (max-width: 768px) {

    .TituloEspecial {
        font-size: 14px;
        line-height: 20px;
    }

    .SubTituloEspecial {
        font-size: 18px;
        line-height: 22px;
    }
    .FondoGrisCelulares {
        background-color: #0086f8;
    }
    .TituloSlider {
        font-size: 16px;
        line-height: 24px;
    }

    .SubTituloSlider {
        font-size: 20px;
        line-height: 26px;
    }
    .TituloCajas {
        font-size: 14px;
        line-height: 20px;
    }
    .TextoContenidoCajas {
        font-size: 13px;
        line-height: 16px;
    }
    
    .MT_Cajas {
        margin-top: -100px !important;
    }
    .MinHeightServicios {
        min-height: 200px;
    }
    .Img-Empresas {
        width: 100% !important;
    }
    .TituloProductos {
        font-size: 16px;
        line-height: 22px;
    }
    .BtnBlanco {
        padding: 10px 20px;
        background-color: transparent;
        color: #ffffff;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 2px;
        box-shadow: none;
        border: solid 2px #ffffff;
        transition-property: background-color, color;
        transition-duration: 2s;
        transition-timing-function: ease-out;
        -webkit-transition-property: background-color, color;
        -webkit-transition-duration: 1s;
        -o-transition-property: background-color, color;
        -o-transition-duration: 2s;
    }

        .BtnBlanco:hover, .BtnBlanco:active, .BtnBlanco:focus {
            background-color: #ffffff;
            color: #3285d0;
            box-shadow: none;
            border: solid 2px #ffffff;
            transition-property: background-color, color;
            transition-duration: 2s;
            transition-timing-function: ease-out;
            -webkit-transition-property: background-color, color;
            -webkit-transition-duration: 1s;
            -o-transition-property: background-color, color;
            -o-transition-duration: 2s;
            outline: none !important;
            outline-style: none !important;
        }
    .map-container {
        padding: 1.2rem 0.2rem;
        position: relative;
        display: inline-block;
    }
    .map-container .point {
        cursor: pointer;
        position: absolute;
        width: .3rem;
        height: .3rem;
        background-color: #0086f8;
        border-radius: 50%;
        transition: all 0.3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
        animation: pulse 3s infinite;
    }
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 134, 248, 0.5);
        }

        70% {
            box-shadow: 0 0 0 10px rgba(0, 134, 248, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(0, 134, 248, 0);
        }
    }
    .TituloPpl {
        font-size: 16px;
        line-height: 22px;
    }

    .SubTituloPpl {
        font-size: 26px;
        line-height: 32px;
    }

    
}

@media (max-width: 600px) {
    .BorderTopNavBar {
        border-top: solid 0px #efefef;
    }
    .BorderBotNavBar {
        border-bottom: solid 0px #efefef;
    }
    #IrTop {
        margin: 30px;
    }
    .nav-item {
        height: 50px;
    }
    .TituloLideres {
        font-size: 12px;
        line-height: 22px;
    }

    
    
    
    .TextoContenidoPlanes {
        font-size: 14px;
        line-height: 19px;
    }
    .MinHeightPlanes {
        min-height: 240px !important;
        line-height:19px;
        border: solid 0px;
    }
    .MinHeightPlanesMob {
        min-height: 300px !important;
        line-height: 19px;
        border: solid 0px;
    }
    .ContenidoTrabajan {
        font-size: 14px;
        line-height: 22px;
    }
    #IrTop {
        display: inline-block;
        background-color: #3285d0;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        text-decoration: none !important;
    }

        #IrTop::after {
            content: "\f077";
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            font-size: 1em;
            line-height: 25px;
            color: #fff;
        }

        #IrTop:hover {
            cursor: pointer;
            background-color: #0668bb;
            text-decoration: none !important;
        }

        #IrTop:active {
            background-color: #555;
        }

        #IrTop.show {
            opacity: 1;
            visibility: visible;
        }
    .FondoLideres {
        background: url('../images/ImgLideres.jpg');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 60% 35%;
    }
    .aba-whatsphone:hover {
        width: 70px;
        transition: 0.7s ease;
    }
    
}
@media (max-width: 360px) {
    .TituloSlider {
        font-size: 16px;
        line-height: 22px;
    }

    .SubTituloSlider {
        font-size: 18px;
        line-height: 26px;
    }

}

.logoalianza{
 
}

.logoalianza:hover{
    filter: none !important;
}