@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');

.main,
body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
}

:root {
    --color-orange: #ff6600;
    --color-lightorange: #ffc39c;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-gray: #D8D8D8;
    --color-darkgray: #777777;
    --color-darkgray2: #363636;
    --color-lightgray: #f9f9f9;
    --color-firstgray: #f7f7f7;
    --color-violet: #540D5E;
    --color-magenta: #F60063;
    --color-blue: #243455;
     --color-lightblue: #00ADBA;
}


section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section .container {
    padding-left: 0;
    padding-right: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5 {
    margin: inherit;
    margin-bottom: 0;
    color: var(--color-darkgray2);
    font-family: 'Montserrat', sans-serif;
}

.main p {
    font-size: 14px;
    color: var(--color-darkgray2);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.main h1 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

.main h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 27px;
}

.main h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
}

.main h4 {
    font-size: 15px;
    font-weight: 500;

}

section .section-fluid {
    padding: 0;
}


.tx-center {
    text-align: center;
}

.mg-b1 {
    margin-bottom: 10px;
}

.mg-b2 {
    margin-bottom: 20px;
}

.mg-b3 {
    margin-bottom: 30px;
}

.mg-b4 {
    margin-bottom: 40px;
}

.mg-b5 {
    margin-bottom: 50px;
}

.mg-t1 {
    margin-top: 10px;
}

.mg-t2 {
    margin-top: 20px;
}

.mg-t3 {
    margin-top: 30px;
}

.mg-t4 {
    margin-top: 40px;
}

.mg-t5 {
    margin-top: 50px;
}

.pd-h1 {
    padding: 0 100px;
}

.pd-t4 {
    padding-top: 40px;
}

.pd-h2 {
    padding: 0 200px;
}

.pd-h3 {
    padding: 0 300px;
}

.pd-h4 {
    padding: 0 400px;
}

.pd-b4 {
    padding-bottom: 40px;
}

a.btn-main {
    display: block;
    color: var(--color-black);
    padding: 10px 20px;
    text-align: center;
    border: 2px solid var(--color-orange);
    border-radius: 25px;
    font-weight: 600;
    transition: 0.9s;
    width: fit-content;
    font-size: 14px;
}

a.btn-main:hover {
    text-decoration: none;
    background-color: var(--color-orange);
    color: var(--color-black);
}

a.btn-secundary {
    display: block;
    color: var(--color-white);
    padding: 7px 25px;
    text-align: center;
    border: 2px solid var(--color-white);
    border-radius: 25px;
    font-weight: 600;
    transition: 0.9s;
    width: fit-content;
    font-size: 13px;
}

a.btn-secundary:hover {
    text-decoration: none;
    color: white;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);


}

.border-section {

    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 50px;

}

.btn-banner {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: var(--color-black);
    text-decoration: none;
    transition: 0.5s;
}

.btn-banner:hover {
    background-color: aqua;
    color: var(--color-black);
    transition: 0.5s;
}


a.alink {
    color: var(--color-orange);
    font-weight: 500;
}

a.alink:hover {
    color: var(--color-orange);
    text-decoration: underline;
}

.alink::after {
    font-family: 'Glyphicons Halflings';
    content: "\e234";
    font-size: 20px;
    position: absolute;
    padding: 12px 7px;
    line-height: 0;
}

.container .text-intro {
    padding: 0 200px;
    text-align: center;
    margin-bottom: 35px;
}

.bg-gray {

    background-color: var(--color-lightgray);
}
.bg-orange {

    background-color: var(--color-orange);
}
.bg-lightblue {

    background-color: var(--color-lightblue);
}
.bg-blue {

    background-color: var(--color-blue);
}
.bg-violet {

    background-color: var(--color-violet);
}

.border-logos {
    border-right: 1px solid var(--color-gray);
}

/*--------- BOTON ANCLA  ----------*/

.contenedor-go-up .go-up {
    position: fixed;
    z-index: 2;
    right: 35px;
    bottom: 0px;
    top: auto;
    border-radius: 50%;
}


.contenedor-go-up .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.7em;
    vertical-align: middle;
}

.contenedor-go-up .fa-stack-2x {
    font-size: 1.7em;
}

.contenedor-go-up .fa-stack-1x {
    line-height: 3rem;
}

/*--------------- BANNER PRINCIPAL HOME -------------*/

.banner-main .swiper-wrapper .main-agencia img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.banner-main .swiper-wrapper .swiper-slide .svg {
    height: 480px;
    width: 480px;
    position: absolute;
    left: 8%;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1;
}

.banner-main .main-agencia .carousel--caption {
    height: 480px;
    width: 480px;
    position: absolute;
    display: inherit;
    left: 8%;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0;
    padding-top: 0;
    z-index: 3;

}

.carousel--caption--container {

    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;

}

.main-agencia .carousel--caption--container {
    background-color: rgba(255, 255, 255, 1);
}

.main-agencia .carousel--caption--container h1 {
    text-align: center;
    margin-bottom: 25px;
    color: var(--color-black);

}

.main-agencia .carousel--caption--container p {
    text-align: center;
    margin-bottom: 25px;
    color: var(--color-black);
    line-height: 25px;
    font-size: 15px;
}


.carousel--caption--circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-49%) scale(1.2);
}

.carousel--caption--circle2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-49%) scale(1.23);
}



.banner-main .swiper-wrapper .second {
    display: flex;
    position: relative;
    height: 400px;
    overflow-y: hidden;

}

.banner-main .swiper-wrapper .second .carousel--caption {
    overflow: hidden;

}


.banner-main .swiper-wrapper .second .carousel--caption {
    width: 50%;
    padding: 0 0px 0 60px;
    top: 50%;
    transform: translate(3%, -50%);
    position: relative;
    z-index: 2;

}

.banner-main .swiper-wrapper .second .carousel--img {
    width: 50%;
    z-index: 1;
}

.banner-main .swiper-wrapper .second p {
    margin-bottom: 45px;
    font-size: 16px;
}

.banner-main .swiper-wrapper .second img {
    height: 400px;
    right: 0px;
    margin-right: 0;
    width: 100%;
    object-fit: cover;
}

.banner-main .swiper-wrapper .second .carousel--caption .btn-banner {
    background-color: var(--color-orange);
    width: 220px;
    border-radius: 30px;
    transition: 0.5s;

}

.banner-main .swiper-wrapper .second .carousel--caption .btn-banner:hover {
    background-color: var(--color-lightorange);
}

.banner-main .swiper-wrapper .second .btn-banner span {
    display: inline-block;
    width: max-content;
    padding: 10px;
    color: var(--color-black);
}

.banner-main .swiper-wrapper .second .carousel--caption h2 {
    text-align: left;
    font-size: 27px;
    margin-bottom: 40px;
    font-weight: 700;
}

.testimoniales {
    overflow: hidden;
}

.testimoniales .figura2 path:nth-child(1),
.testimoniales .figura1 path:nth-child(1) {
    fill: var(--color-orange);
}


.testimoniales .figura2 path:nth-child(2),
.testimoniales .figura1 path:nth-child(2) {
    fill: var(--color-darkgray);
}


.testimoniales .figura2 path:nth-child(3),
.testimoniales .figura1 path:nth-child(3) {
    fill: var(--color-orange);
}

.banner-main .carousel-control {
    width: 3%;
}

.carousel-control .glyphicon {
    font-family: swiper-icons;
    font-weight: bold;
    color: var(--color-orange);
    opacity: 1;
}

.glyphicon-chevron-left:before {
    content: 'prev';
    font-weight: bold;
}

.glyphicon-chevron-right:before {
    content: 'next';
}


.carousel--caption--circle2 .st0 {
    fill: var(--color-orange);
}

.carousel--caption--circle .st0 {
    fill: var(--color-white);
}

.carousel--caption--circle .st1 {
    fill: var(--color-orange);
}

.carousel--caption--circle .st2 {
    fill: none;
    stroke: var(--color-white);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 5, 7;
}

#carousel-main .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 20px);

}

#carousel-main .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 20px);

}

#carousel-main .swiper-button-next:after,
#carousel-main .swiper-button-prev:after {

    font-size: 30px;
    color: var(--color-orange);
    font-weight: bold;
    z-index: 4;

}
#carousel-main .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 5px);



}

#carousel-main .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

#playButton {
    position: absolute;
    display: flex;
    text-decoration: none;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 3px solid var(--color-white);
    background: var(--color-orange);
    bottom: 7%;
    z-index: 1;
    right: 2%;
}

#playButton span {
    top: 0px;
    margin: auto;
    color: var(--color-white);
}

/*-------------- ANIMACION BANNER HOME -------------*/
#BannerEstatico .banner-main .carousel--caption h1,
#BannerEstatico .banner-main .carousel--caption h2,
#BannerEstatico .banner-main .carousel--caption p {
    animation: in-up-text-static 3s ease 1s 1 alternate both
}

#BannerEstatico .second .carousel--caption .btn-banner {
    animation: in-up-text-static 3s ease 1s 1 alternate both, btn-a 1.5s ease 2s 1 alternate both;
}

.banner-main .carousel--caption h1,
.banner-main .carousel--caption h2,
.banner-main .carousel--caption p {
    animation: in-up-text 3s ease 1s 1 alternate both
}

.second .carousel--caption .btn-banner {
    animation: in-up-text 3s ease 1s 1 alternate both, btn-a 1.5s ease 2s 1 alternate both;
}

.banner-main .swiper-slide .carousel--caption--circle {
    animation: around-circle 5s ease-out 0s 1 normal both;
}

.banner-main .swiper-slide .carousel--caption--circle2 {
    animation: around-circle2 6s ease-out 0s 1 normal both;
}


@keyframes in-up-text-static {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes in-up-text {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes in-down-text {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes around-circle {
    0% {
        transform: translateY(-50%) scale(1.2) rotate(0);
    }

    100% {
        transform: translateY(-50%) scale(1.2) rotate(360deg);
    }
}

@keyframes around-circle2 {
    0% {
        transform: translateY(-50%) scale(1.23) rotate(0);
    }

    100% {
        transform: translateY(-50%) scale(1.23) rotate(360deg);
    }
}

@keyframes btn-a {
    0% {
        width: 35px;
        border-radius: 100px;
    }

    100% {
        width: 220px;
        border-radius: 30px;
    }
}

/*--------------- BANNERS PAGINAS INTERNAS -------------*/
.main .banner-pincipal img {
    width: 100%;
}

/*---------- MIGA DE PAN -----------*/
section .breadcrumb a i {
    font-size: 1.5em;
}

section .breadcrumb a {
    color: var(--color-orange);
}

section .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 5px;
    margin-top: 15px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

/*--------------- ACESSOS A PERSONAS Y EMPRESAS -------------*/
.btn-access {
    position: relative;
}

.btn-access > div {
    display: flex;
    flex-wrap: wrap;
}

.btn-access .btn-access-empresas,
.btn-access .btn-access-personas {

    height: 270px;
    width: 50%;
    position: relative;
    background-size: cover;
}

.btn-access .btn-access-empresas {

    background-image: url(/productividad/PublishingImages/home-agencia/home-principal/img/fondo-btn-empresas.webp);
}

.btn-access .btn-access-personas {

    background-image: url(/productividad/PublishingImages/home-agencia/home-principal/img/fondo-btn-personas.webp);
}

.btn-access .btn-access-empresas div {
    height: 100%;
    background-color: rgba(23, 49, 103, 0.7);
    transition: 2s;
}

.btn-access .btn-access-personas div {
    height: 100%;
    background-color: rgba(84, 13, 94, 0.7);
    transition: 2s;
}

.btn-access .btn-access-empresas a,
.btn-access .btn-access-personas a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;


}

.btn-access .btn-access-empresas h2,
.btn-access .btn-access-empresas p,
.btn-access .btn-access-personas h2,
.btn-access .btn-access-personas p {

    max-width: 85%;
    color: white;
}

.btn-access .btn-access-empresas h2,
.btn-access .btn-access-personas h2 {
    position: absolute;
    transition: 2s;
    margin: 0;

}

.btn-access .btn-access-empresas:hover h2,
.btn-access .btn-access-personas:hover h2 {
    transform: translateY(-50px);


}

.btn-access .btn-access-personas:hover div {
    background-color: rgba(84, 13, 94, 0.9);
}

.btn-access .btn-access-empresas:hover div {
    background-color: rgba(23, 49, 103, 0.9);
}

.btn-access .btn-access-empresas p span,
.btn-access .btn-access-personas p span {
    text-decoration: underline;
    font-weight: 600;
}

.btn-access .btn-access-empresas p,
.btn-access .btn-access-personas p {
    position: absolute;
    opacity: 0;
    transition: 2s;
    bottom: 20px;
    transform: translateY(20px);
    font-size: 15px;
}

.btn-access .btn-access-empresas:hover p,
.btn-access .btn-access-personas:hover p {
    position: absolute;
    opacity: 1;
    transform: translateY(-10px);
}


/*--------------- CIFRAS -------------*/
.cifras .cont-cifras .cont-counter > div {
    width: 25%;
    padding: 15px;
}

.cifras .cont-cifras .cont-counter {
    display: flex;

}

.cont-cifras p {
    text-align: center;
}

.counter1,
.counter2,
.counter3,
.counter4 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #606060;
}

/*--------------- SECCION INTERES -------------*/
.interes .cont-interes div {
    display: flex;
    flex-wrap: wrap;

}

.interes .interes-text span {
    margin-top: 10px;

}

.order-1 {
    order: 1;

}

.interes .cont-interes div div:nth-child(1n+1) {
    width: 50%;
    padding: 0 25px;
}

.interes .cont-interes .interes-video iframe {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.interes .cont-interes .interes-text p {

    margin-top: 30px;
}


/*--------------- NOTICIAS  -------------*/
.cont-noticias {
    position: relative;
}

.cont-noticias .slider-noticiasHome .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.cont-noticias .slider-noticiasHome .swiper-slide h4 {
    margin-bottom: 0;
    margin-top: 20px;
}

.cont-noticias .slider-noticiasHome .swiper-slide span {
    font-size: 13px;
    color: #767575;
}
/*---------- PASO A PASO -----------*/
.s-paso-paso {
    padding: 30px 0;
}

.s-paso-paso h3 {
    margin-bottom: 20px;
    text-align: center;

}

.s-paso-paso .info {
    display: flex;
}

.s-paso-paso .info .lista ul {
    margin-top: 30px;
    padding-inline-start: 10px;
    padding-right: 20px;

}

.s-paso-paso .info ul li {
    list-style: none;
    margin-bottom: 25px;
    border-radius: 30px;
    transition: 0.5s;
}

.s-paso-paso .info ul li a {
    display: flex;
    padding-right: 15px;
    text-decoration: none;
}

.s-paso-paso .info .lista,
.s-paso-paso .info .description {
    width: 48%;

}

.s-paso-paso .info .description img {
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
        object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.s-paso-paso .info .description a {
    font-weight: 600;
    color: var(--color-orange);
}

.s-paso-paso .info ul li p {
    color: var(--color-black);
    font-size: 14px;
    margin: auto 5px;

}

.s-paso-paso .info .description p strong {
    display: block;
    margin-bottom: -10px;
   
}

.s-paso-paso .info ul li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 35px;
    font-weight: 700;
    height: 50px;
    width: 50px;
    background-color: var(--color-gray);
    color: var(--color-black);
    border-radius: 50px;
    margin-right: 15px;
    transition: 0.5s
}

.s-paso-paso .info .lista li:hover:nth-child(1) {
    background-color: var(--color-orange);
}
.s-paso-paso .info .lista li:hover:nth-child(2) {
    background-color: var(--color-lightblue);
}
.s-paso-paso .info .lista li:hover:nth-child(3) {
    background-color: var(--color-blue);
}

.s-paso-paso .info .lista li:hover:nth-child(4) {
    background-color: var(--color-violet);
}
.s-paso-paso .info .lista li:hover p {

    color: var(--color-white);
    font-weight: 500;

}

.s-paso-paso .info ul li:hover span {
    background-color: var(--color-darkgray2);
    color: var(--color-white);
}

.s-paso-paso .info .lista .active h3, .s-paso-paso .info .lista li:nth-child(1):hover h3, .s-paso-paso .info .lista li:nth-child(2):hover h3, .s-paso-paso .info .lista li:nth-child(3):hover h3, .s-paso-paso .info .lista li:nth-child(4):hover h3  {

    color: var(--color-white);
    font-weight: 500;
}

.s-paso-paso .info .lista .active:nth-child(1) {
    background-color: var(--color-orange);

}

.s-paso-paso .info .lista .active:nth-child(2) {
    background-color: var(--color-lightblue);

}

.s-paso-paso .info .lista .active:nth-child(3) {
    background-color: var(--color-blue);

}

.s-paso-paso .info .lista .active:nth-child(4) {
    background-color: var(--color-violet);

}
.s-paso-paso .info .lista .active p {

    color: var(--color-white);
    font-weight: 500;
}

.s-paso-paso .info ul li.active span {
    background-color: var(--color-darkgray2);
    color: var(--color-white);
}

.s-paso-paso .description > div {
    display: none;
}

.s-paso-paso .description > .active-content {
    display: block;
}

/*---------- NUEVO TALENTO  -----------*/
#talento.s-paso-paso h3 {
    margin-bottom: 0px;
    text-align: left;

}
#talento.s-paso-paso .info .lista ul {
    margin-top: 0px;
    
}
#talento.s-paso-paso .info .lista {
    width: 40%;

}
#talento.s-paso-paso .info .description {
    width: 60%;

}
#talento.s-paso-paso .info .lista li .icon {
    height: 55px;
    width: 60px;
   display: flex;
    padding: 10px;
    margin-right: 20px;
    border-radius: 50px;
    
}
#talento.s-paso-paso .info .lista li:nth-child(1) .icon {
    background-color: var(--color-orange);
}
#talento.s-paso-paso .info .lista li:nth-child(2) .icon {
    background-color: var(--color-lightblue);
}
#talento.s-paso-paso .info .lista li:nth-child(3) .icon {
    background-color: var(--color-blue);
}
#talento.s-paso-paso .info .lista li:nth-child(4) .icon {
    background-color: var(--color-violet);
}
#talento.s-paso-paso .info .lista h3{
    
    text-align: left;
    margin: auto;

}
#talento.s-paso-paso .info .description h3{
    
   color: var(--color-white);
}
#talento.s-paso-paso .info .description div.active-content {
   display: flex;
    width: 100%;
    border-radius: 10px;
    height: auto;

}
#talento.s-paso-paso .info .lista li .icon img{
    width: 100%;
}
#talento.s-paso-paso .info .description p{
    
 color: var(--color-white);
}
.s-paso-paso .info .description a {
    
    color: var(--color-white);
}
#talento.s-paso-paso .info .description div div {
    width: 60%;
    padding: 30px;
        
}
#talento.s-paso-paso .info .description div img{
    width: 50%;
   height: auto;
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
    object-fit: cover;
}



/*--------------- LOGOS ALIADOS -------------*/


.seccion-aliados .cont-aliados {
    padding: 0 25px;

}

.seccion-aliados .cont-aliados .slider-aliados img {
    height: 40px;

}

/*--------------- VIDEOS TESTIMONIALES -------------*/
.testimoniales {
    position: relative;
}

.testimoniales .cont-testimoniales {
    z-index: 3;

}

.testimoniales .cont-testimoniales .cont-video {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 3;

}

.testimoniales .cont-testimoniales .cont-video p {
    padding: 15px;
}

.testimoniales .cont-testimoniales .video {
    width: 33%;
    text-align: center;

}

.testimoniales .cont-testimoniales p {
    text-align: center;
}

.testimoniales .cont-testimoniales .video iframe {
    width: 90%;
    border-radius: 10px;
    height: 13vw;
    z-index: 5;

}

.testimoniales .figura2 {
    position: absolute;
    opacity: 0.7;
    bottom: 170px;
    right: 10px;
    width: 270px;
    transform: rotateZ(270deg);
    z-index: 2;
}

.testimoniales .figura1 {
    position: absolute;
    opacity: 0.7;
    top: 250px;
    left: -20px;
    width: 270px;
    transform: rotateZ(90deg);
    z-index: 2;
}

/*--------------- SECCION AYUDA -------------*/
.ayuda {
    position: relative;
    overflow: hidden;
}

.section svg {
    z-index: 0;
}

.ayuda .figura1 {
    position: absolute;
    width: 450px;
    bottom: -140px;
    left: -50px;
    opacity: 0.15;
}

.ayuda #figura2 {
    position: absolute;
    width: 220px;
    bottom: 57px;
    right: 5%;
    opacity: 0.1;
}

.ayuda .figura3 {
    position: absolute;
    width: 300px;
    top: 65px;
    right: -5%;
    opacity: 0.07;
    transform: rotateZ(200deg);
}

.ayuda .figura1 #Grupo1,
.ayuda .figura1 #Grupo3,
.al-dia .figura1 #Grupo1,
#cont-ofertas .figura1 #Grupo1 {
    fill: var(--color-darkgray);

}

.ayuda .figura1 #Grupo2,
.ayuda .figura1 #Grupo3,
.al-dia .figura1 #Grupo2,
#cont-ofertas .figura1 #Grupo2 {
    fill: var(--color-orange);

}

.st1 {
    fill: none;
}

.st2 {
    fill: #FF6600;
}

.st3 {
    fill: #FF6600;
}

.ayuda .cont-contacto h3 {
    margin-bottom: 15px;
    margin-top: 7px;
}

.ayuda .cont-preguntas .btn-acceso {
    display: flex;
    justify-content: center;
}

.ayuda .cont-preguntas a {
    margin: 20px 20px 30px;
    color: var(--color-black);
}

.ayuda .cont-contacto {
    display: flex;
    flex-wrap: wrap;
}

.ayuda .cont-contacto div {
    width: 33%;
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.ayuda .cont-contacto img {
    height: 35px;
}

.ayuda .cont-contacto a {
    font-weight: 600;
}

.ayuda .cont-contacto span {
    font-weight: 600;
    color: var(--color-orange);

}

.ayuda .logos {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.ayuda .logos img {
    height: 50px;
    padding: 0 30px;
}

/*--------------- BOTON FORMULARIO FLOTANTE -------------*/
.cont-form {
    position: fixed;
    display: flex;
    bottom: 60px;
    right: 40px;
    z-index: 5;
}
.cont-form .btn-formulario {
    min-width: auto;
    padding: 14px;
    background-color: var(--color-orange);
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    transition: 2s;
    width: 45px;
    height: 45px;
    animation: btn-form 3s ease-out 7s 1 both;
}


.cont-form .btn-formulario:hover {
    background-color: var(--color-lightorange);
    width: 235px;
}


.cont-form .btn-formulario a {
    display: inline-flex;
    font-size: 14px;
    height: 30px;
    width: 200px;
    text-decoration: none;
    font-weight: 600;
    color: var(--color-black);

}

.cont-form .btn-formulario span {
    color: var(--color-black);
    text-align: center;
    font-size: 20px;
    margin-right: 10px;

}



@keyframes btn-form {
    0% {
        width: 235px;
        height: 45px;
    }

    100% {
        width: 45px;
        height: 45px;
    }
}


/*--------------- Tooltip -------------*/

.cont-form .tool::before {
    content: attr(data-tooltip);
    position: relative;
    bottom: -15px;
    font-size: 13px;
    padding: 7px 15px;
    background-color: var(--color-gray);
    color: var(--color-darkgra);
    border-radius: 30px;
    margin-right: 7px;
    opacity: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: opacity 0.1s ease-in-out;
    animation: showTooltip 7s 10 15s;
}


@keyframes showTooltip {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

/*--------------- CAROUSEL SERVICIOS -------------*/
.servicios .cont-servicios .slider-servicios h3 {
    font-size: 13.7px;
    margin: 0;
}

.servicios .cont-servicios .slider-servicios p {
    font-size: 12px;
    margin: 0;
}

.servicios .cont-servicios .col-md-12 {
    padding: 0;
}

.servicios .cont-servicios {
    padding: 0px;
}

.servicios .cont-servicios .cont-swiper {
    position: relative;
    height: auto;
}

.servicios .swiper {
    width: 100%;
    height: 270px;
    padding: 20px;
}

.servicios .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.servicios .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.servicios .swiper-pagination-servicios {
    position: absolute;
}


.servicios .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));

}

.servicios .swiper-slide a {
    text-decoration: none;

}


.servicios .swiper.slider-servicios .tarjeta {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: 1s;
    border-radius: 10px;
    height: 230px;
}

.servicios .swiper.slider-servicios .tarjeta-s {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: 1s;
    border-radius: 10px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.servicios .swiper.slider-servicios .tarjeta:hover p,
.servicios .swiper.slider-servicios .tarjeta:hover h3,.servicios .swiper.slider-servicios .tarjeta:hover a {
    color: white;
    transition: 0.7s;

}

.servicios .swiper-button-next,
.servicios .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -20px);

}

.servicios .swiper.slider-servicios div img {
    width: 50px;
    margin: 0 auto;
}

.servicios .swiper.slider-servicios div:hover img {
    filter: brightness(0.9);
    transition: 0.7s;
}

.servicios .cont-servicios h2 {
    text-align: center;
    margin-bottom: 30px;
}

/*---------- CAROUSEL PORTAFOLIO SERVICIOS -----------*/

.portafolio .cont-portafolio .slider-portafolio h3 {
    font-size: 13.7px;
    margin: 0;
}

.portafolio .cont-portafolio .slider-portafolio p {
    font-size: 12px;
    margin: 0;
}

.portafolio .cont-portafolio .col-md-12 {
    padding: 0;
}

.portafolio .cont-portafolio {
    padding: 0px;
}

.portafolio .cont-portafolio .cont-swiper {
    position: relative;
    height: auto;
}

.portafolio .swiper {
    width: 100%;
    height: 270px;
    padding: 20px;
}

.portafolio .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.portafolio .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.portafolio .swiper-pagination-portafolio {
    position: absolute;
}


.portafolio .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));

}

.portafolio .swiper-slide a {
    text-decoration: none;

}


.portafolio .swiper.slider-portafolio .tarjeta {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: 1s;
    border-radius: 10px;
    height: 230px;
}

.portafolio .swiper.slider-portafolio .tarjeta-s {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: 1s;
    border-radius: 10px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.portafolio .swiper-button-next,
.portafolio .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -20px);

}

.portafolio .swiper.slider-portafolio div img {
    width: 50px;
    margin: 0 auto;
}



.portafolio .cont-portafolio h2 {
    text-align: center;
    margin-bottom: 30px;
}

/*--------------- HOVER SERVICIOS  -------------*/
.servicios .swiper.slider-servicios .tarjeta.mercado:hover {
    background-color: #0A6B91;

}

.servicios .swiper.slider-servicios .tarjeta.digital:hover {
    background-color: #72207E;

}

.servicios .swiper.slider-servicios .tarjeta.fabricas:hover {
    background-color: #FDA700;

}


.servicios .swiper.slider-servicios .tarjeta.recursos:hover {
    background-color: #ff6600;

}

.servicios .swiper.slider-servicios .tarjeta.vitrina:hover {
    background-color: #00ADBA;

}

.servicios .swiper.slider-servicios .tarjeta.liderazgo:hover {
    background-color: #243455;

}

.servicios .swiper.slider-servicios .tarjeta.financimiento:hover {
    background-color: #95C11F;

}


/*--------------- BENEFICIOS -------------*/


.s-beneficios .content .beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.s-beneficios .content .beneficios h2 {
    width: 100%;
    text-align: center;
}

.s-beneficios .content .beneficios div {
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}


.s-beneficios .content .beneficios div img {
    height: 65px;
    margin-bottom: 15px;
}

/*--------------- SWIPER UNIVERSAL -------------*/

section .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -60px);
    z-index: 4;

}

section .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -60px);
    z-index: 4;

}

section .swiper-button-next:after,
section .swiper-button-prev:after {

    font-size: 30px;
    color: var(--color-orange);
    font-weight: bold;
    z-index: 4;

}

section .carousel-indicators {
    z-index: 4;
}

section .swiper {

    height: fit-content;
}

section .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -10px);



}

section .swiper-pagination-bullet-active {

    background: var(--color-orange);
}

section .swiper-pagination {

    z-index: 4;
}

/*--------------- CHATBOT -------------*/

.saltar {
    animation: saltar 1s ease-in-out;
}

@keyframes saltar {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

#ysocial-chat > div {
    width: 60px;
    right: 35px;
    height: 60px;
    bottom: 100px;
}

#ysocial-chat > iframe {
    bottom: 130px;
}

#ysocial-chat > div > img {
    padding: 10px 10px;
    border: 0px solid rgba(255, 255, 255, .5);
}

@media screen and (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

/*--------------- LAPTOP 1100*1024 -------------*/

@media (max-width:1100px) {
    .main h1 {
        font-size: 27px;
    }

    .main h2 {
        font-size: 22px;
    }

    .main h3 {
        font-size: 17px;
    }

    .main h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .main p {
        font-size: 12px;
    }

    .btn-main {
        font-size: 12px;
    }

    .banner-main .swiper-wrapper .main-agencia img {
        height: 370px;
    }

    .banner-main .swiper-wrapper .swiper-slide .svg {
        height: 400px;
        width: 400px;
    }

    .banner-main .main-agencia .carousel--caption {
        height: 400px;
        width: 400px;
    }

    .banner-main .swiper-wrapper .second {
        height: 370px;
    }


    .btn-access .btn-access-empresas,
    .btn-access .btn-access-personas {
        height: 300px;
    }

    .btn-access .btn-access-empresas p,
    .btn-access .btn-access-personas p {
        bottom: -10px;
    }

    .btn-access .btn-access-personas h2,
    .btn-access .btn-access-personas p {
        max-width: 80%;

    }

    .counter1,
    .counter2,
    .counter3,
    .counter4 {

        font-size: 35px;

    }

    .interes .interes-text h3 {
        margin-top: 15px;
    }

    .interes .cont-interes .interes-text p {
        margin-top: 15px;
    }

    .interes .interes-text span {
        margin-top: 10px;
        font-size: 12px;
    }

    .cont-noticias .slider-noticiasHome .swiper-slide img {
        height: 150px;
    }

    .testimoniales .cont-testimoniales .video iframe {
        height: 16vw;
    }

    .testimoniales .figura2 {
        width: 200px;
        bottom: 130px;
        right: -10px;
    }

    .testimoniales .figura1 {
        width: 200px;
        top: 240px;
        left: -20px;
    }

    .ayuda .figura1 {

        width: 400px;
        bottom: -130px;
        left: -150px;
        z-index: 0;
    }
}

/*--------------- TABLET 768*1023 -------------*/

@media (max-width: 1023px) {
    h1 {
        font-size: 31px;

    }

    .mg-b4 {
        margin-bottom: 25px;
    }

    .banner-main .swiper-wrapper .main-agencia img {
        height: 370px;

    }

    .banner-main .swiper-wrapper .swiper-slide .svg {
        transform: translateY(-50%) scale(85%);
        left: 2%;
    }

    .banner-main .main-agencia .carousel--caption {
        transform: translateY(-50%) scale(90%);
        left: 2%;
    }

    .banner-main .swiper-wrapper .second {
        height: 370px;
    }

    .banner-main .swiper-wrapper .second .carousel--img {
        width: 50%;

    }

    .banner-main .swiper-wrapper .second img {
        height: 370px;
        width: 100%;

    }

    .banner-main .swiper-wrapper .second .carousel--caption {
        transform: translateY(-50%) translateX(0%) scale(90%);
        width: 50%;
        padding: 0 0px 0 10px;
    }

    .second .carousel--caption--container {
        padding: 0 0px 0 0;
    }

    .carousel--caption--container {
        padding: 30px;
    }

    .banner-main .swiper-wrapper .second .carousel--caption h2 {
        margin-bottom: 30px;
        margin-top: 0px;

    }

    .banner-main .swiper-wrapper .second p {
        margin-bottom: 30px;
    }

    #carousel-main .swiper-button-next,
    #carousel-main .swiper-button-prev {
        display: none;

    }



    .btn-access .btn-access-empresas,
    .btn-access .btn-access-personas {

        width: 100%;

    }

    .btn-access .btn-access-empresas:hover p,
    .btn-access .btn-access-personas:hover p {

        transform: translateY(-50px);
    }

    .interes .cont-interes div div:nth-child(1n+1) {
        width: 50%;
        padding: 0 10px;
    }

    .interes .interes-text h3 {
        margin-top: 0px;
    }

    .interes .cont-interes .interes-text p {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .interes .interes-text span {
        margin-top: 5px;
        font-size: 12px;
    }

    .cont-noticias .slider-noticiasHome .swiper-slide img {
        height: 200px;
    }


    .container .text-intro {
        padding: 0 70px;
    }

    .testimoniales .cont-testimoniales p {
        padding: 10px;
    }

    .testimoniales .figura2 {
        right: -100px;
    }

    .testimoniales .figura1 {
        left: -100px;
    }

    .ayuda .cont-contacto h3 {
        margin-bottom: 10px;
    }

    .ayuda .cont-contacto div {

        padding: 12px;
    }
    
    .ayuda .cont-contacto span {
     font-size: small;
}

    .ayuda .logos img {
        height: 35px;
        padding: 0 10px;
    }

    .ayuda .figura3 {
        width: 250px;
        right: -15%;

    }
}

/*--------------- MOBILE 320X767 -------------*/

@media (max-width: 767px) {
    h1 {
        font-size: 25px;
    }

    section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container .text-intro {
        padding: 0 10px;
    }

    .mg-t4 {
        margin-top: 20px;
    }

    .pd-t4 {
        padding-top: 30px;
    }

    .mg-b4 {
        margin-bottom: 30px;
    }

    .mg-b5 {
        margin-bottom: 30px;
    }

    section .breadcrumb {
        display: none;
    }

    /*---------- BANNER PRINCIPAL -----------*/
    .main-agencia .carousel--caption--container h1 {

        margin-bottom: 15px;

    }


    .main-agencia .carousel--caption--container p {
        margin-bottom: 0px;
    }

    .banner-main .swiper-wrapper .main-agencia img {
        height: 200px;
        width: 500px;
        object-position: right;
    }

    .carousel--caption--container {
        padding: 0px;
    }

    .main-agencia .carousel--caption--container {
        background-color: rgba(255, 255, 255, 0);

    }

    .banner-main .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }


    .carousel--caption--circle2,
    .carousel--caption--circle {
        display: none;
    }


    .banner-main .swiper-wrapper .second {
        height: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .second .carousel--caption--container {
        padding: 10px 20px;
    }

    .banner-main .swiper-wrapper .second .carousel--caption {
        overflow: visible;
    }

    .banner-main .swiper-wrapper .swiper-slide .svg {
        display: none;
    }

    .banner-main .main-agencia .carousel--caption {
        transform: translateY(0%) scale(93%);
        width: 100%;
        height: auto;
        left: 0%;
        padding: 10px;
        order: 2;
        position: relative;
        border-radius: 20px;
    }

    .banner-main .swiper-wrapper .second .carousel--caption {
        width: 100%;
        height: auto;
        border-radius: 20px;
        top: 0%;
        transform: translate(-50%, 0%) scale(93%);
        padding: 15px;
        left: 50%;
        order: 2;
    }

    .banner-main .swiper-wrapper .second .carousel--img {
        width: 100%;
        height: 200px;
        order: 1;
    }

    .banner-main .swiper-wrapper .second img {
        height: 200px;
        object-fit: cover;
    }

    .banner-main .swiper-wrapper .second .carousel--caption h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .banner-main .swiper-wrapper .second p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .banner-main .swiper-wrapper .second .carousel--caption .btn-banner {

        margin: 0 auto;
    }

    .second .carousel--caption--container {
        padding: 0px;
        justify-content: start;
    }

    .banner-main .carousel-control {
        display: none;
    }

    .btn-access .btn-access-empresas,
    .btn-access .btn-access-personas {
        background-position: center;
        background-size: cover;
    }

    .btn-access .btn-access-empresas h2,
    .btn-access .btn-access-empresas p,
    .btn-access .btn-access-personas h2,
    .btn-access .btn-access-personas p {
        max-width: 90%;

    }

    .btn-access .btn-access-empresas:hover p,
    .btn-access .btn-access-personas:hover p {

        transform: translateY(-30px);
    }

    .btn-access .btn-access-empresas:hover h2,
    .btn-access .btn-access-personas:hover h2 {
        transform: translateY(-80px);


    }

    .btn-access .btn-access-empresas:hover h2,
    .btn-access .btn-access-personas:hover h2 {
        margin-bottom: 20px;

    }

    .cifras .cont-cifras .cont-counter {
        display: flex;
        flex-wrap: wrap;
    }

    .counter1,
    .counter2,
    .counter3,
    .counter4 {
        font-size: 30px;
    }

    .cifras .cont-cifras .cont-counter > div {
        width: 50%;

    }

    .interes .cont-interes div div:nth-child(1n+1) {
        width: 100%;

    }

    .order-1 {
        order: 0;
    }

    .interes .cont-interes .interes-video iframe {
        height: 50vw;
        margin-bottom: 20px;
    }

    section .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: var(--swiper-pagination-bottom, -20px);
    }

    .testimoniales .cont-testimoniales .video {
        width: 100%;
        margin-bottom: 20px;
    }

    .testimoniales .cont-testimoniales .video iframe {
        height: 50vw;
    }
    
        /*---------- PASO A PASO -----------*/


    .s-paso-paso .info {
        display: flex;
        flex-wrap: wrap;
    }

    .s-paso-paso .info .lista,
    .s-paso-paso .info .description {
        width: 100%;
    }


    .s-paso-paso .info .description p {
        text-align: center;
    }

    /*---------- BENEFICIOS -----------*/
    .s-beneficios .content .beneficios div {
        width: 100%;

    }

    .testimoniales .figura1 {
        display: none;
    }

    .ayuda .cont-preguntas a {
        margin: 20px;
    }

    .ayuda .cont-preguntas .btn-acceso {
        flex-wrap: wrap;
    }

    .ayuda .cont-contacto div {
        width: 100%;
        padding: 20px 30px;
    }

    .ayuda .logos {
        flex-wrap: wrap;
    }

    .ayuda .logos img {
        height: 60px;
        padding: 10px;
        margin-top: 15px;

    }

    .ayuda .figura3 {

        right: -30%;
    }

    .ayuda #figura2 {
        width: 150px;
        bottom: 80px;
        right: -2%;

    }

    .ayuda .figura1 {

        left: -250px;
    }

    .servicios .swiper-button-next,
    .swiper-button-prev {
        display: none;


    }

}
