:root {

    /* --color1: #892188;

    --color2: #847CB8; */

    --color1: #666666;

    --color2: #2792CB;

    --color3: #b9b5b5;
    --color-fondo: #F6F6F6;

    --colorblanco: #fff;

    --colornegro: #000;

}



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



html {

    scroll-behavior: smooth;

}



body {

    font-family: "Open Sans", serif !important;
    background-color: var(--color-fondo) !important;
}

h3 {
    font-size: 18px;
}

h5 {
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 150%;
}

a, a:hover{
    color: var(--colornegro) !important;
}

.site-content .ast-container {
    display: flex;
    padding: 0 !important;
}


footer {
    display: none !important;
}




.site-header {

    display: none;

}



.link-ancla {

    margin-top: -50px;

    padding-bottom: 50px;

}



.d-flex {

    display: flex;

}



.border {

    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;



}



.btn-mas {

    padding: 7px 40px;

    display: inline-block;

    border-radius: 12px;

    margin-top: 20px;

    border: 2px solid var(--colorblanco);

    color: var(--colorblanco);

}



.top-banner {

    width: 100%;

    /* background: radial-gradient(circle, rgba(137, 33, 136, 1) 20%, rgba(137, 33, 136, 1) 40%, rgba(108, 26, 104, 1) 100%); */

    background: radial-gradient(circle, rgba(40, 100, 138) 20%, rgba(30, 98, 135) 40%, rgba(26, 62, 107, 1) 100%);

    position: absolute;

    left: 0;

}



.top-banner .btn-mas {

    border: 2px solid var(--colorblanco);

    color: var(--colorblanco);



}



.top-cont {

    position: relative;

    width: 1000px;

    max-width: 1300px;

    margin: auto;

    padding: 50px 0 50px;

}



.top-banner .top-cont .col1 {

    width: 57%;

    padding-left: 20px;

    padding-top: 60px;

}



.top-banner .top-cont .col2 {

    width: 43%;

}



.top-banner .top-cont .col2 img {

    margin-bottom: -10px;
    max-width: 400px;
    width: 100%;
}



.top-banner .top-cont .col1 .txt1,

.top-banner .top-cont .col1 .txt2,

.top-banner .top-cont .col1 .txt3 {

    color: var(--colorblanco);

    display: block;

}



.top-banner .top-cont .col1 .txt1 {

    font-size: 22px;

    margin-bottom: 35px;

}



.top-banner .top-cont .col1 .txt2 {

    font-size: 47px;

    font-weight: 600;
}



.top-banner .top-cont .col1 .txt3 {

    font-size: 41px;

    margin-top: -10px;

    margin-bottom: 40px;

    font-weight: 600;
}



.serv-destacados {

    justify-content: space-between;

    position: relative;

    width: 100%;

    padding: 80px;

    border-radius: 20px;

    background-color: var(--color2);

    margin-top: 540px;

}





.serv-destacados .col1,

.serv-destacados .col2,

.serv-destacados .col3 {

    width: 30%;

    text-align: center;

    color: var(--colorblanco);

}



.serv-destacados .col1 h2,

.serv-destacados .col2 h2,

.serv-destacados .col3 h2 {

    color: var(--colorblanco);

}



.serv-destacados .col1 img,

.serv-destacados .col2 img,

.serv-destacados .col3 img {

    width: 110px;

    height: 110px;

}



.info-dev {

    justify-content: space-between;

    gap: 10%;

    padding: 80px;

    padding-top: 100px;

    margin-top: -20px;

}



.info-dev .col2 span {

    background-color: var(--color1);

    color: var(--colorblanco);

    padding: 5px 7px;

    line-height: 250%;

    font-weight: 600;

}



.info-dev .col1,

.info-dev .col2 {

    width: 50%;

}





.info-dev .col1 .tit,

.info-dev .col2 .tit {

    color: var(--color1);

    font-size: 25px;

    font-weight: 600;

}



.info-dev .col1 .sub-tit,

.info-dev .col2 .sub-tit {

    color: var(--color2);

    font-size: 20px;

    font-weight: 600;

}



.info-dev .col1 p,

.info-dev .col2 p {

    margin-top: 15px;

}



.info-dev .btn-mas {

    color: var(--color1);

    border: 2px solid var(--color1);

}



.testimonios {

    width: 100%;

    padding: 80px;

    background: radial-gradient(circle, rgba(40, 100, 138) 20%, rgba(30, 98, 135) 40%, rgba(26, 62, 107, 1) 100%);

    border-radius: 0 0 20px 20px;

}





.testimonios .tit {

    font-size: 25px;

    color: var(--colorblanco);

    text-align: center;

    margin-bottom: 40px;

}







.testimonios p,

.testimonios .autor {

    color: var(--colorblanco);

    text-align: center;

}



.cont-autor {

    align-items: center;

    justify-content: center;

}



.cont-autor .linea {

    width: 25px;

    height: 4px;

    background-color: var(--colorblanco);

    margin-right: 5px;

}



.testimonios .autor {

    color: var(--colorblanco);

    text-align: center;

}





.testimonios img {

    width: 100px;

    height: auto;

    text-align: center;

    margin-bottom: 15px;

}



.testimonios .swiper {

    /* width: 600px; */

    height: auto;

}



.testimonios .swiper-slide {

    text-align: center;

    font-size: 18px;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

}



.testimonios .swiper-pagination {

    position: relative;

    text-align: center;

    transition: .3s opacity;

    transform: translate3d(0, 0, 0);

    z-index: 10;

    margin-top: 30px;

}



.testimonios .swiper-pagination-bullet {

    width: 13px;

    height: 13px;

    background-color: var(--colorblanco);



}



.testimonios .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,

.testimonios .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 10px;

    width: 20px;

    height: 20px;

}



/*Portafolio de trabajos*/
.trabajos-top {
    text-align: center;
    margin-top: 50px;
    padding: 60px 15px;
}


.trabajos h2 {
    color: var(--color1);
    font-weight: 600;
    margin-bottom: 5px;
}

.trab-portafolio {
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
    flex-wrap: wrap;
}

.trab-item {
    width: 49%;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    padding: 15px;
    text-decoration: none !important;
    background-color: var(--colorblanco);
    margin-bottom: 20px;
    transition: all 0.1s linear;
}

.trab-item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 1px 3px 15px 0px;
    border: 3px solid var(--colorblanco);
}

.trab-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

.trab-info h4 {
    margin-bottom: 0 !important;
}

.trab-item .btn-mas {
    color: var(--color1);
    border: 1px solid var(--color1);
    margin-top: 0px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 550px) {
    .trab-item {
        width: 100%;
    }

}



/*Ejemplos*/
.landing {

    width: 100%;

    padding: 60px 80px;

}



.landing .tit,

.landing .sub-tit {

    text-align: center;

}



.landing-cont {

    justify-content: space-between;

    width: 100%;

    margin-top: 45px;

    gap: 2%;

}



.landing a {

    width: 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    background-color: var(--colorblanco);
    transition: box-shadow 0.1s linear;
}

.landing a:hover {
    box-shadow: rgba(99, 99, 99, 0) 0px 2px 8px 0px;
    border: 1px solid var(--colorblanco);
}


.landing .box img {

    width: 100%;

    object-fit: cover;

}



.landing .box .sub-tit {

    width: 70%;

    text-align: center;

    margin: 10px auto;

}





/*cinta*/

.cont-cinta {

    margin-bottom: 150px;

}



.cinta {

    width: 100%;

    position: absolute;

    left: 0;

    overflow: hidden;

    background-color: var(--color2);

    padding: 10px 0;

    margin-bottom: 100px;

}



.texto-animado {

    display: inline-block;

    white-space: nowrap;

    font-family: monospace;

    font-size: 60px;

    font-weight: bold;

    color: white;

    position: relative;

    right: -200%;

    animation: moverTexto 50s linear infinite;

}



.texto-animado span {

    font-weight: 900;

    color: transparent;

    -webkit-text-stroke: 1px var(--colorblanco, var(--colorblanco));

}



@keyframes moverTexto {

    from {

        right: -100%;

    }



    to {

        right: 270%;

    }

}



.txt-fin {

    text-align: center;

    color: var(--color1);
    margin-bottom: 30px;
}







/*responsivo*/

.cont {

    width: 100%;

    padding: 0px 20px;
    background-color: var(--color-fondo)
}



.one-container .site-content {

    padding: 0px !important;

}



@media only screen and (max-width: 1240px) {
    .ast-container {
        flex-direction: column;
    }

    .top-banner {

        position: relative;

    }



    .serv-destacados {

        margin-top: -80px;

    }



    .info-dev {

        margin-top: -20px;

    }

}
.site-content h2 {

    font-size: 25px;

}



@media only screen and (max-width: 1100px) {

    .top-cont {

        padding: 50px;

        width: 100%;

    }



    .serv-destacados {

        padding: 40px 60px;

    }



    .serv-destacados .col1 img,

    .serv-destacados .col2 img,

    .serv-destacados .col3 img {

        width: 90px;

        height: 90px;

    }



    .site-content h2 {

        font-size: 20px;

    }



    p {

        font-size: 17px !important;

    }

}



@media only screen and (max-width: 1000px) {

    .top-cont {

        padding: 0px 45px;

        width: 100%;

    }

    .serv-destacados {
        margin-top: -50px;
    }

    /* .top-banner .top-cont .col1 {

        padding-top: 80px;

    } */



    .top-banner .top-cont .col1 .txt1 {

        font-size: 17px;

    }



    .top-banner .top-cont .col1 .txt2 {

        font-size: 38px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 33px;

    }



    .serv-destacados .col1 img,

    .serv-destacados .col2 img,

    .serv-destacados .col3 img {

        width: 90px;

        height: 90px;

    }


    .texto-animado {

        animation: moverTexto 40s linear infinite;

    }



    @keyframes moverTexto {

        from {

            right: -100%;

        }



        to {

            right: 370%;

        }

    }

}





@media only screen and (max-width: 860px) {

    .top-banner .top-cont .col1 .txt1 {

        font-size: 16px;

        margin-bottom: 20px;

    }



    .top-banner .top-cont .col1 .txt2 {

        font-size: 32px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 28px;

        margin-bottom: 20px;

    }

    .btn-mas {

        font-size: 16px;

    }



    .serv-destacados .col1 img,

    .serv-destacados .col2 img,

    .serv-destacados .col3 img {

        width: 80px;

        height: 80px;

    }



    .site-content h2 {

        font-size: 20px;

    }



    p {

        font-size: 15px !important;

    }



    .serv-destacados {

        padding: 40px;

    }



    .serv-destacados .col1,

    .serv-destacados .col2,

    .serv-destacados .col3 {

        width: 32%;

    }



    .info-dev {

        gap: 5%;

        padding: 40px;

        padding-top: 60px;

    }



    .landing-cont {

        flex-wrap: wrap;

    }

    .landing a {

        width: 48%;
        margin-bottom: 20px;


    }

    .testimonios .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,

    .testimonios .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

        margin: 10px;

        width: 15px;

        height: 15px;

    }
}

@media only screen and (max-width: 500px) {
    .site-content h2 {
        font-size: 20px !important;
    }
}


@media only screen and (max-width: 780px) {

    .top-banner .top-cont .col1 {

        padding-top: 40px;

    }



    .top-banner .top-cont .col1 .txt1 {

        font-size: 14px;

        margin-bottom: 15px;

    }



    .top-banner .top-cont .col1 .txt2 {

        font-size: 29px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 25px;

        margin-bottom: 10px;

    }



    .btn-mas {
        font-size: 14px;

    }


    .serv-destacados {
        flex-direction: column;
    }



    .serv-destacados .col1,

    .serv-destacados .col2,

    .serv-destacados .col3 {

        width: 100%;

        margin: 10px 0px;

    }



    .info-dev .col1 .tit,

    .info-dev .col2 .tit {

        font-size: 20px;

    }



    .info-dev .col1 .sub-tit,

    .info-dev .col2 .sub-tit {

        font-size: 17px;

    }



    .testimonios .tit {

        font-size: 20px;
        margin-bottom: 30px;

    }



    .testimonios {
        padding: 50px 60px;

    }



    .landing .sub-tit {

        font-size: 17px;

    }

}



@media only screen and (max-width: 680px) {

    .top-banner .top-cont .col1 .txt2 {

        font-size: 19px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 16.6px;

        margin-top: 0px;

        margin-bottom: 0px;

    }



    .info-dev {

        flex-direction: column;

    }



    .info-dev .col1,

    .info-dev .col2 {

        width: 100%;

    }



    .info-dev .col1 {

        margin-bottom: 50px;

    }



    .texto-animado {

        font-size: 40px;

        animation: moverTexto 30s linear infinite;

    }



    .cinta svg {

        width: 25px;

        height: 25px;

    }



    @keyframes moverTexto {

        from {

            right: -100%;

        }



        to {

            right: 470%;

        }

    }


}




@media only screen and (max-width: 650px) {

    .top-cont {

        flex-direction: column;

    }



    .top-banner .top-cont .col1 {

        padding-left: 0px;

    }



    .top-banner .top-cont .col1,

    .top-banner .top-cont .col2 {

        width: 100%;

        text-align: center;

    }



    .top-banner .top-cont .col1 .txt1 {

        font-size: 18px;

        margin-bottom: 20px;

    }



    .top-banner .top-cont .col1 .txt2 {

        font-size: 32px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 28px;

        margin-bottom: 20px;

    }



    .top-banner .btn-mas {

        margin-bottom: 30px;

    }



    .btn-mas {
        font-size: 16px;

    }



    .serv-destacados {

        margin-top: -70px;

    }



    .top-cont {
        padding: 0px 20px;

    }



    .serv-destacados {

        padding: 40px 20px;

    }



    .info-dev {

        padding: 90px 20px 60px 20px;

    }



    .testimonios {

        padding: 80px 20px 60px;

    }



    .testimonios p,

    .testimonios .autor {

        font-size: 14px !important;

    }



    .landing {

        padding: 60px 20px;

    }



    .landing-cont {

        width: 300px;

        margin-left: auto;

        margin-right: auto;

    }



    .landing a {

        width: 100%;

    }



    .landing .sub-tit {

        font-size: 15px;

    }



    @keyframes moverTexto {

        from {

            right: -100%;

        }

        to {

            right: 570%;

        }

    }

}



@media only screen and (max-width: 450px) {

    .top-banner .top-cont .col1 .txt2 {

        font-size: 19px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 16.6px;

    }

}



@media only screen and (max-width: 350px) {

    .cont {

        padding: 0px;

    }



    .top-banner .top-cont .col1 .txt1 {
        font-size: 14px;

    }



    .top-banner .top-cont .col1 .txt2 {

        font-size: 16px;

    }



    .top-banner .top-cont .col1 .txt3 {

        font-size: 14px;



    }



    .btn-mas {

        font-size: 14px;

        padding: 5px 10px;

    }



    .serv-destacados {

        margin-top: -30px;

    }



    .info-dev .col1 .tit,

    .info-dev .col2 .tit {

        font-size: 18px;

    }



    .info-dev .col1 .sub-tit,

    .info-dev .col2 .sub-tit {

        font-size: 15px;

    }

    .btn-mas {
        margin: 0px 0px 25px;
    }



    .landing-cont {

        width: 100%;

    }



    .texto-animado {

        font-size: 30px;

        animation: moverTexto 20s linear infinite;

    }



    .cinta svg {

        width: 20px;

        height: 20px;

    }

}