body {
    font-family: "Raleway",sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #535352;
    background: #fff;
    height: 100%;
    position: relative;
}

a {
    color: #e4087f;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: 'Raleway',sans-serif;
}


    a:hover, a:active, a:focus {
        color: #e4087f;
        outline: none;
    }

p {
    margin-bottom: 30px;
    font-family: 'Raleway',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #535352;
    font-family: "Raleway",Arial,sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.tituloh1 {
    font-size: 30px !important;
}

.fa-stack {
    background-color: transparent !important;
}

::-webkit-selection {
    color: #fff;
    background: #e4087f;
}

::-moz-selection {
    color: #fff;
    background: #e4087f;
}

::selection {
    color: #fff;
    background: #e4087f;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Raleway",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .btn.btn-md {
        padding: 10px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        box-shadow: none !important;
        outline: none !important;
    }


.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

.btn-info {
    background: #e4087f !important;
    color: #fff;
    border: 2px solid #e4087f;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

.btn.with-arrow {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .btn.with-arrow:hover {
        padding-right: 50px;
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1;
        }

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0,0,0,.1);
    height: 45px;
    font-size: 18px;
    font-weight: 300;
}

    .form-control:active, .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #e4087f !important;
    }

.ctaima-social {
    padding: 0;
    margin: 0;
}

    .ctaima-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .ctaima-social li a {
            font-size: 22px;
            color: #fff;
            padding: 0;
            margin: 0;
            padding: 2px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

            .ctaima-social li a:hover {
                color: #ce27e1;
            }

            .ctaima-social li a:hover, .ctaima-social li a:active, .ctaima-social li a:focus {
                outline: none;
                text-decoration: none;
            }

.ctaima-services-section {
    padding: 5em 0;
}

    .ctaima-services-section .services {
        position: relative;
    }

        .ctaima-services-section .services i {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 40px;
            color: #ce27e1;
        }

        .ctaima-services-section .services .desc {
            padding-left: 70px;
        }

            .ctaima-services-section .services .desc h3 {
                font-size: 20px;
                font-weight: 700;
            }

.ctaima-services {
    margin-top: 4em;
}

.ctaima-services-section .services i {
    color: #e4087f !important;
}

.item-block {
    margin-bottom: 7em;
    float: left;
}

    .item-block .icon {
        display: block;
        margin-bottom: 30px;
    }

        .item-block .icon img {
            max-width: inherit;
            height: 90px;
            margin: 0 auto;
        }

    .item-block h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .item-block p:last-child {
        margin-bottom: 0;
    }

.ctaima-heading {
    margin-bottom: 30px;
}

    .ctaima-heading h2 {
        margin-bottom: 20px;
    }

.twitter-color {
    color: #55acee;
}

.ctaima-about, .ctaima-contact {
    padding: 7em 0;
}

.contact-info {
    margin-bottom: 4em;
    padding: 0;
}

    .contact-info li {
        list-style: none;
        margin: 0 0 20px 0;
        position: relative;
        padding-left: 40px;
    }

        .contact-info li i {
            position: absolute;
            top: .3em;
            left: 0;
            font-size: 22px;
            color: #ce27e1;
        }

        .contact-info li a {
            color: #ce27e1;
        }

#map {
    height: 500px;
    width: 100%;
}

#ctaima-footer {
    padding: 3em 0;
    float: left;
    width: 100%;
    position: relative;
    background: #262626;
}

.footer1 {
    font-family: 'Raleway',sans-serif !important;
}

#ctaima-footer h2, #ctaima-footer h3, #ctaima-footer h4 {
    color: #fff;
}

#ctaima-footer h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

#ctaima-footer [class*="col"] {
    padding-bottom: 30px;
}

#ctaima-footer .btn {
    color: #fff;
}

#ctaima-footer ul {
    padding: 0;
    margin: 0;
}

    #ctaima-footer ul li {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
    }

        #ctaima-footer ul li a {
            color: rgba(255,255,255,.5);
            text-decoration: none !important;
        }

            #ctaima-footer ul li a:hover {
                color: #fff;
            }

#ctaima-footer .ctaima-social li {
    display: block !important;
}

.ctaima-copyright {
    border-top: 1px solid rgba(255,255,255,.1);
    clear: both;
    margin-top: 40px !important;
    padding: 40px 0 0 0;
}

    .ctaima-copyright span {
        display: block;
    }

#ctaima-page {
    position: relative;
    z-index: 2;
    background: #fff;
}


#ctaima-page {
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.content-section {
    padding: 5em 0;
    background: #fcfcfc;
    padding-bottom: 5px;
}

div#noPaddin-Top {
    padding-top: unset;
}

.content-section .pricing {
    display: block;
    margin-bottom: 30px;
}

.content-section .price-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    top: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .content-section .price-box.popular .btn-select-plan {
        background: #ce27e1;
    }

    .content-section .price-box.popular .price {
        color: #ce27e1;
    }

    .content-section .price-box .btn-select-plan {
        padding: 10px 20px;
        background: #de5bc0;
        color: #fff;
    }

    .content-section .price-box:hover, .content-section .price-box:focus {
        -webkit-box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
        -moz-box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
        box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
        top: -2px;
        z-index: 1000;
    }

.content-section .pricing-plan {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #535352;
}

    .content-section .pricing-plan.pricing-plan-offer {
        margin-bottom: 24px;
    }

    .content-section .pricing-plan span {
        display: block;
        margin-top: 10px;
        margin-bottom: 0;
        color: #d5d8db;
    }

.content-section .price {
    font-size: 72px;
    color: #6d6d6d;
    line-height: 50px;
}

    .content-section .price .currency {
        font-size: 30px;
        top: -.9em;
        padding-right: 10px;
    }

    .content-section .price small {
        font-size: 13px;
        display: block;
        text-transform: uppercase;
        color: #535352;
    }

.js .animate-box {
    opacity: 0;
}

.img-centered {
    margin: 0 auto;
}


#anchita-header {
    background-color: #fff;
    border-color: #fff;
}

#anchita-menu-heading {
    font-weight: 700;
    color: #000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #ce27e1;
}

#ctaima-page #anchita-menu-heading {
    display: none;
}

#ctaima-page .btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 5px;
    background-color: #fff;
}


#ctaima-page .price-box.notButtonPadding.popular {
    background-color: rgba(251,237,255,.9) !important;
}

    #ctaima-page .price-box.notButtonPadding.popular .price {
        color: #e4087f !important;
    }

        #ctaima-page .price-box.notButtonPadding.popular .price a {
            color: #fff !important;
        }

#ctaima-page #cookies {
    background-color: #eee;
    bottom: 0;
    color: #000;
    display: none;
    padding: .5em 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

    #ctaima-page #cookies > div {
        margin: 0 1.2em;
    }

    #ctaima-page #cookies > button {
        position: absolute;
        right: .3em;
        top: .5em;
    }

#ctaima-page .blog-entry {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    top: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    #ctaima-page .blog-entry:hover {
        box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
        top: -2px;
    }

    #ctaima-page .blog-entry header {
        text-align: left;
    }

        #ctaima-page .blog-entry header img {
            margin-bottom: 20px;
            width: 100%;
        }

        #ctaima-page .blog-entry header h4 {
            margin-top: 0;
            margin-bottom: 10px;
            text-align: left;
            margin-left: 30px;
        }

        #ctaima-page .blog-entry header hr {
            border-bottom: none;
        }

        #ctaima-page .blog-entry header time {
            margin-left: 30px;
        }

    #ctaima-page .blog-entry .body {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

    #ctaima-page .blog-entry footer {
        padding-right: 45px;
        padding-left: 45px;
        padding-bottom: 18px;
    }

#ctaima-page .help-block-c {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

#ctaima-page .entry-title h1 {
    font-size: 30px !important;
    font-weight: 400;
}

#ctaima-page .entry-navigation {
    display: none !important;
}

#ctaima-footer p {
    margin: 0 0 0 0;
}

.portlet-journal-content .journal-content-article img {
    max-width: 100%;
}

.pricing_text {
    font-size: 14px;
}

.testimonios {
    background: #fcfcfc;
    padding-bottom: 0 !important;
}

.declaracionLuxemburgo {
    width: 6%;
}

.redEmpresasSaludables {
    width: 6%;
}

.modalVideo {
    width: 100%;
}

#modalTestimoniosClose {
    float: right;
}

#modalTestimoniosVerOtros {
    float: left;
}

.modal-dialog {
    margin: 0 auto !important;
}

.modalBody {
    padding: 2%;
    text-align: center;
}

#areaP {
    width: 100%;
}


.listDetailItems {
    list-style-type: none;
    margin-block-start: unset;
    margin-block-end: unset;
    text-align: left;
}

.fa-check {
    color: #006400;
}

.fa-check-optional {
    color: #d3d3d3;
}

.notButtonPadding {
    padding-bottom: 3px !important;
}

.buttonPadding {
    padding-bottom: 30px !important;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12 {
    position: relative;
    opacity: .9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image1.jpg");
    padding-top: 1.3%;
}

.bgimg-2 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image2.jpg");
    padding-top: 1.3%;
}

.bgimg-3 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image3.jpg");
    padding-top: 1.3%;
}

.bgimg-4 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image4.jpg");
    padding-top: 1.3%;
}

.bgimg-5 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image5.jpg");
    padding-top: 1.3%;
}

.bgimg-6 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image6.jpg");
    padding-top: 1.3%;
}

.bgimg-7 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image7.jpg");
    padding-top: 1.3%;
}

.bgimg-8 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image8.jpg");
    padding-top: 1.3%;
}

.bgimg-9 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image9.jpg");
    padding-top: 1.3%;
}

.bgimg-10 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image10.jpg");
    padding-top: 1.3%;
}

.bgimg-11 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image11.jpg");
    padding-top: 1.3%;
}

.bgimg-12 {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image12.jpg");
    padding-top: 1.3%;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0px !important;
}
h1 h2 h3 h4 h5 h6 {
    word-break: break-word !important;
}
h3 {
    font-size:20px !important;
}
.service-box {
    padding: 1%;
    border: 5px double #fff;
    border-radius: 20px;
    margin: 2%;
}

.jumbotron {
    color: #535352;
    background-color: transparent;
    padding-left: 0 !important;
    border-radius: 0 !important;
}

#mockup {
    padding-top: 6%;
}

    #mockup img {
        width: 100%;
    }

#fondoheaderGradient {
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,1) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(250,250,250,1) 95%,rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(250,250,250,1)),color-stop(5%,rgba(250,250,250,1)),color-stop(20%,rgba(255,255,255,1)),color-stop(50%,rgba(255,255,255,1)),color-stop(80%,rgba(255,255,255,1)),color-stop(95%,rgba(250,250,250,1)),color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,1) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(250,250,250,1) 95%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,1) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(250,250,250,1) 95%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,1) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(250,250,250,1) 95%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to right,rgba(250,250,250,1) 0%,rgba(250,250,250,1) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(250,250,250,1) 95%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#fafafa',GradientType=1);
}
#fondo-gains {
    background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimalegalcom/images/tramaCAE.png");
    background-size: cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}

#boutonConnexion .fa {
    display: none;
}

#seeyoulegal ins a img, #slideinlegal ins a img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #seeyoulegal ins a img, #slideinlegal ins a img {
        width: 300px;
    }
}

@media (min-width: 768px) {
    #seeyoulegal ins a img, #slideinlegal ins a img {
        width: 400px;
    }
}

@-webkit-keyframes rotacion {
    0% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotacion {
    0% {
        -webkit-transform: rotate3d(0,0,0,0deg);
        transform: rotate3d(0,0,0,0deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,3deg);
        transform: rotate3d(0,0,1,3deg);
    }
}

@-webkit-keyframes movimiento {
    0% {
        -webkit-transform: translate(120px,-172px);
        transform: translate(120px,-172px);
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes movimiento {
    0% {
        -webkit-transform: translate(120px,-172px);
        transform: translate(120px,-172px);
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes screens-front-translate {
    0% {
        -webkit-transform: translate3d(-200px,150px,0);
        transform: translate3d(-200px,150px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes screens-front-translate {
    0% {
        -webkit-transform: translate3d(-200px,150px,0);
        transform: translate3d(-200px,150px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes salida {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes salida {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes delay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes delay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes delay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes delay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.box {
    -webkit-animation: delay 5s infinite;
    -moz-animation: delay 5s infinite;
    -o-animation: delay 5s infinite;
    animation: delay 5s infinite;
}

@keyframes boxCircle {
    0% {
        transform: rotate3d(0,0,0,0deg);
    }

    100% {
        transform: rotate3d(1,1,0,360deg);
    }
}

@keyframes fontbulger {
    0% {
        font-size: 10px;
    }

    30% {
        font-size: 15px;
    }

    100% {
        font-size: 12px;
    }
}

.carousel-inner > .item {
    -webkit-transition: .3s ease-in-out left !important;
    -moz-transition: .3s ease-in-out left !important;
    -o-transition: .3s ease-in-out left !important;
    transition: .3s ease-in-out left !important;
}

#benefits-header-bg {
    background-image: url("https://ctaimacdn.azureedge.net/ctaimacaecom/images/ctaimacae_serviciosCAE_parallax_image7.jpg");
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    padding: 50px 0 0 0;
}

    #benefits-header-bg .benefit {
        height: 200px;
        width: 25%;
        float: left;
        overflow: hidden;
        position: relative;
    }

#benefits-header {
    background-color: #e4087f;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

    #benefits-header .text {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 195px;
        padding: 20px 10px 10px 10px;
        overflow: hidden;
    }

        #benefits-header .text h2 {
            color: #fff;
        }

        #benefits-header .text p {
            color: #fff;
            font-size: 15px;
        }

#benefits-area {
    margin-top: 10px;
    display: contents;
}

    #benefits-area .thumbnail {
        background-color: white;
    }

        #benefits-area .thumbnail.benefit {
            padding: 0;
            margin: 5px 1.3% 5px 0;
        }

            #benefits-area .thumbnail.benefit:nth-child(4n) {
                margin-right: 0;
            }

    #benefits-area .benefit {
        height: 200px;
        width: 24%;
        float: left;
        overflow: hidden;
        position: relative;
    }

        #benefits-area .benefit:hover {
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

        #benefits-area .benefit.thumbnail:hover {
            top: -20px;
            width: 28%;
            left: -2.1%;
            height: 235px;
            margin: 5px -2.6% -30px 0;
            z-index: 100;
        }

        #benefits-area .benefit.thumbnail:nth-child(4n):hover {
            margin-right: -4.6%;
        }

.benefit .background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.benefit .text {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 195px;
    padding: 20px 15px 15px 15px;
    overflow: hidden;
    line-height: 18px;
}

    .benefit .text p {
        font-size: 14px;
    }

.benefit.flip-card:hover .text h3 {
    display: none !important;
}

.benefit.flip-card:hover .text p {
    display: flex !important;
    position: absolute;
    top: 115px;
    margin-bottom: initial;
}

.benefit .caption {
    height: 285px;
    overflow: hidden;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    transition: transform .6s;
    transform-style: preserve-3d;
    margin: 0 0 0 4px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front {
    z-index: 2;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
}

.carousel-down-arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.arrow-down {
    color: #fff;
}

.arrow-up-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
}

.arrow-up {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #e4087f;
    background: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#cookieConsent, #languageAdvise {
    position: fixed;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    bottom: 0;
    border-top: 1px solid #949494;
    padding: 10px;
    box-shadow: 0 0 10px 1px #7d7d7d;
    text-align: right;
}

    #cookieConsent p, #languageAdvise p {
        margin-bottom: 7px;
    }

    #cookieConsent a, #languageAdvise a {
        border-width: 1px;
    }

@keyframes showup {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slidein {
    0% {
        margin-left: -800px;
    }

    20% {
        margin-left: -800px;
    }

    35% {
        margin-left: 0;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        width: 0;
    }

    20% {
        opacity: 1;
        width: 0;
    }

    30% {
        width: 355px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 355px;
    }
}

#tag-list {
    padding-bottom: 15px;
}

.tag {
    padding: 0 10px 0 10px;
    cursor: pointer;
    background: #f2f3f3;
    padding: 4px;
    text-shadow: 1px .01px rgba(0,0,0,.15);
    border-radius: 6px;
    margin-bottom: 2px;
    font-size: 11px;
    text-decoration: none;
    color: #999;
    border: 1px solid #999;
    transition: .2s;
    outline: 0;
    margin: 1px;
}

    .tag:hover {
        color: #e4087f;
        background: #fff;
        border: 1px solid #e4087f;
        box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
        top: -2px;
    }

.tag-title {
    cursor: pointer;
}

    .tag-title:hover {
        color: #e4087f;
    }

.tag-all {
    padding: 0 10px 0 10px;
    cursor: pointer;
    background: #e4087f;
    padding: 4px;
    text-shadow: 1px .01px rgba(0,0,0,.15);
    border-radius: 6px;
    margin-bottom: 2px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    transition: .2s;
    outline: 0;
    margin: 1px;
}

    .tag-all:hover {
        color: #e4087f;
        background: #fff;
        border: 1px solid #e4087f;
    }

.tag-text {
    vertical-align: sub;
}

.tags-viewer {
    margin-bottom: 1%;
}

.tags-viewer-offset {
    margin-left: 9%;
}

.badge {
    float: right;
}

.badge-light {
    color: #e4087f;
    background: #fff;
    border: 1px solid #e4087f;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #e4087f !important;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px
}

    .wrapper video {
        width: 100%
    }

    .wrapper svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .wrapper svg text {
            font-family: Raleway,sans-serif;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 20px
        }

        .wrapper svg > rect {
            -webkit-mask: url(#mask);
            mask: url(#mask)
        }

        .wrapper svg rect {
            fill: #fff
        }

    .wrapper:before, .wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        width: 10px;
        height: 100%;
        background-color: #fff
    }

    .wrapper:before {
        left: -9px
    }

    .wrapper:after {
        right: -5px
    }

.gracias-formresult {
    position: relative;
    top: -150px
}

.dropdown-menu {
    border-radius: 0.15rem;
    padding: 0.25rem 0;
    min-width: 7rem;
}

.dropdown-item {
    font-size: 14px;
    line-height: 1.4rem;
    padding-left: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
}

@media (min-width:0) {

    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width:381px) {
    .modal-dialog-centered {
        max-height: 200px;
    }


    .modal-dialog-centered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem*2));
    }

    .modalContent {
        height: 55% !important;
        min-height: 350px;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
    }


    #conectaCae {
        color: #fff !important;
    }

    .thumbnail {
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
        border: none;
        border-radius: 0;
    }

        .thumbnail:hover {
            -webkit-box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
            -moz-box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
            box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
            top: -2px;
        }

    #conectaCae {
        color: #fff !important;
        border: 1px double #e4087f;
        background-color: #e4087f;
        padding: 8px;
        margin-top: 6px;
        border-radius: 5px;
        min-width: 75px;
        text-align: center;
    }

    .IdiomaBarra {
        display: inline-flex !important;
        color: #e4087f !important;
        background-color: #fff !important;
        margin-top: 6px;
        text-align: center;
        font-weight: bold;
    }

    :hover.IdiomaBarraOption {
        font-family: Raleway;
        background-color: #e4087f;
        color: #e4087f !important;
        font-size: 1.3rem;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .IdiomaBarraOption {
        font-family: Raleway;
        background-color: #e4087f;
        color: #fff !important;
        font-size: 1.3rem;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .dropdown-menu-lang {
        min-width: 0 !important;
        border: unset;
        border: unset;
        border-radius: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

        .dropdown-menu-lang > li > a {
            background-color: #e4087f;
            color: #fff;
            padding: 3px 25px;
        }

            .dropdown-menu-lang > li > a:hover {
                color: #e4087f;
                background-color: #fff;
                border: 1px solid #e4087f;
            }

    li {
        text-decoration: none;
    }
}

@media (max-width:414px) {
    button#menuIdioma {
        display: contents;
        
    }
    div#my_dataviz {
        margin-top: -60px !important;
        padding-left: 8% !important;
    }
   
    
}

@media (min-width:416px) {

    .row {
        margin-right: 0;
        margin-left: 0;
    }
    #capa_2 {
        display: none;
    }
}

@media (max-width:441px) {
    img.iconow3Cae {
        width: 15% !important;
    }

    .design {
        text-align: left !important;
    }
    #fondoImagenClubCtaima {
       height: 100% !important;
    }
    #images {
        background-color: rgba(0,0,0,0.5);
        height: 350px;
        max-width: 100%;
        z-index: 1;
        margin-top:-309px !important;
      }
      .mascara {
        z-index: 1;
        background-color: #535352 !important;
        width: 100%;
        position: absolute;
        opacity: .5;
        min-height: 182px !important;
    }
    h2.text-center.pb-5.tituloh2 {
        padding: 0px !important;
    }
    .ancla:before {
        margin-top:0px !important;
    }
    
}

@media screen and (max-width:480px) {
    #subtituloHeaderHome {
        display: none;
    }

    #tituloHeaderHome {
        color: #fff !important;
        text-align: center;
        margin-top: 15% !important;
        font-size: 30px;
    }

    #mockup {
        display: none;
    }

    #down-button {
        margin-left: 23% !important;
    }

    .jumbotron {
        background-image: linear-gradient(143deg,#632a71,#e4087f);
    }

    #map {
        height: 200px;
    }

    .ctaima-copyright {
        text-align: left !important;
    }

        .ctaima-copyright span {
            display: inline;
        }
}

@media (min-width:650px) {
    .modalContent {
        height: 55% !important;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
    }
}

@media screen and (max-width:768px) {
    .jumbotron {
        background-image: linear-gradient(143deg,#632a71,#e4087f);
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    #tituloHeaderHome {
        margin-top: 10%;
        font-size: 30px;
        text-align: center;
        color: #fff !important;
    }

    #subtituloHeaderHome {
        font-size: 1.5em !important;
        text-align: center;
        color: #fff !important;
    }

    #marcaCTAIMA {
        color: #fff !important;
        font-weight: bold;
    }

    #mockup {
        display: none;
    }

    #down-button {
        margin-left: 36%;
    }

    .ctaima-services-section, #ctaima-work-section, #ctaima-blog-section {
        padding: 3em 0;
    }

    #map {
        height: 400px;
    }

    .ctaima-about, .ctaima-contact {
        padding: 3em 0 10px 0;
    }

    #ctaima-footer {
        padding: 3em 0;
    }


    #soporteCae {
        background-color: #fff !important;
        border: 1px double #e4087f;
        color: #e4087f !important;
        padding: 8px;
        margin-top: 6px;
        border-radius: 5px;
        min-width: 75px;
        text-align: center;
        padding-right: 0 !important;
    }

    .subtituloHeaderHome, .subtituloHeaderHome {
        color: #fff;
        padding-left: 17px;
    }

    .jumbotron a.btn {
        margin-left: 17px;
    }
}

@media screen and (min-width:768px) {
    .carousel-indicators {
        bottom: 40px !important;
    }
    .ancla:before {       
        display: block;       
        content: " " ;      
        margin-top: 90px;             
        visibility: hidden; 
      } 
}

@media (max-width:823px) {
    .carousel-down-arrow {
        display: none;
    }

    span#arrow-up {
        display: none !important;
    }

    .jumbotron {
        background-image: linear-gradient(143deg,#632a71,#e4087f);
        max-width: 100% !important;
        flex: 0 0 100%;
        text-align: center;
    }

    #tituloHeaderHome {
        margin-top: 10%;
        font-size: 30px;
        text-align: center;
        color: #fff !important;
    }

    .jumbotron .tituloh2 {
        text-align: center;
        color: #fff !important;
        padding: 20px;
    }

    #subtituloHeaderHome {
        font-size: 1.5em !important;
        text-align: center;
        color: #fff !important;
    }

    #marcaCTAIMA {
        color: #fff !important;
        font-weight: bold;
    }

    #mockup {
        display: none;
    }
}

@media (max-width:992px) {

    #benefits-header-bg {
        height: 315px;
    }

        #benefits-header-bg .benefit {
            width: 100%;
            height: 200px;
            margin: 5px 0 5px 0;
            float: left;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
            -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
            border: none;
            border-radius: 0;
        }

            #benefits-header-bg .benefit.hide-benefit {
                display: none;
            }

    #benefits-header {
        width: 100%;
        height: 230px;
        color: #fff;
        margin: 0 0 40px 0;
    }

        #benefits-header .text {
            height: 230px;
        }

            #benefits-header .text p {
                color: #fff !important;
            }

    #benefits-area .hide-benefit {
        display: none !important;
    }

    #benefits-area .benefit.thumbnail {
        width: 100%;
        height: 200px;
        margin: 5px 0 5px 0;
        float: left;
    }

        #benefits-area .benefit.thumbnail:hover {
            top: 0;
            width: 100%;
            left: 0;
            height: 200px;
            margin: 5px 0 5px 0;
            box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
        }

        #benefits-area .benefit.thumbnail .text {
            overflow: visible;
        }
}

@media (min-width:992px) {
    .modalContent {
        height: 55% !important;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
    }
}

@media (min-width:1024px) {
    h1#tituloHeaderHome {
        font-size: 30px;
        padding-top: 7%;
    }

    #mockup img {
        width: 100%;
    }

    #mockup {
        padding-top: 6%;
    }


        #mockup img {
            width: 100%;
        }

    #mockup {
        padding-top: 6%;
    }
}



@media (min-width:0) and (max-width:1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12 {
        background-image: unset !important;
    }
}

@media (min-width:1025px) {
    .bgimgSmall {
        height: 200px !important;
    }
}

@media (min-width:1824px) and (max-width:5120px) {

    #mockup {
        width: 20% !important;
    }

    #tituloHeaderHome {
        margin-top: 5%;
        font-size: 30px;
    }

    #subtituloHeaderHome {
        font-size: 1.5em !important;
    }

    #down-button {
        margin-left: 10% !important;
    }
}

@media (max-width:1024px) {

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 6000px) and (min-width: 412px) {
    #cardsMovil {
        display: none;
    }
}

@media (max-width: 441px) {
    #svgGrafica {
        display: none;
    }
    #legalBlanco img{
        float: left !important;
        padding-top: 5%;
    }
    #legalBlanco p{
        float: left !important;
        text-align: left !important;
        padding-top: 2%;
    }
    #legalBlanco{
        padding-bottom: 2%;
    }
    img#logoMicrosoft {
        float: left !important;
    }
    div#fondoIolandaGatell {
        background-image: url(https://ctaimacdn.blob.core.windows.net/ctaimacom/iolanda-header-copia.jpg) !important;
        background-size: 800px !important;
        height: 250px !important;
    }
    div#fondoIolandaGatell .text-white.text-center.d-flex.align-items-center.rgba-black-strong.py-5.px-4 {
        top: -111px !important;
        position: absolute;
    }
    h2#tituloLideres {
        float: left !important;
    }
    #videoCTAIMA {
        width:100% !important;
        height: 200px !important;
    }
  
    #tituloPremios {
        font-size: 28px;
    }
    .tab-pane {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    }
    .fondoWork{
        margin-left: -200px !important;
    }
    .fondoWork1{
        margin-left: -400px !important;
    }
    .fondoWork2{
        margin-left: -500px !important;
    }
    .fondoWork3 {
        margin-left: -335px !important;
    }
    #Capa_1 {
        display:none;
    }

}


/* Update version boostrap */

/*Botones*/


.btn, btn-outline-primary {
    color: #E4087f;
    border-color: #E4087f;
}

    .btn:hover, .btn-outline-primary:hover {
        color: #ffffff !important;
        border-color: #bfbfbf;
        background-color: #bfbfbf !important;
        z-index: 9999;
    }

.btn-primary {
    background-color: #e4087f !important;
    color: #fff !important;
    border-color: #E4087f !important;
}

    .btn-primary:hover {
        background-color: #f72c9a !important;
    }


.btn-secondary-link {
    color: #E4087f !important;
    border: 0 !important;
    background-color: transparent !important;
}

    .btn-secondary-link:hover {
        color: #000 !important;
        border: 0 !important;
        background-color: transparent !important;
    }

#cookieConsent {
    text-align: center;
}

.btn-send {
    float: left;
    min-width: 173px;
    margin-left: 11px;
}


/*nav*/
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #E4087f;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #E4087f;
    text-decoration: none;
    background-color: #ffffff;
}



/*carroudel*/
.tituloh2 {
    font-size: 25px !important;
}

@media (max-width: 826px) {

    .carousel-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
}


/*testimonials*/

.testimonials-info {
    margin-left: auto;
    margin-right: auto;
}

.videoTestimonio {
    width: 100%;
}

@media (max-width: 1024px) {

    .testimonios-title {
        padding-top: 69px;
    }
}


/* software*/
.bgimgSmall {
    width: 100%;
}

    .bgimgSmall .thumbnail {
        background-color: white;
        padding: 4px;
        min-height: 410px;
        overflow: hidden;
        margin-bottom: 20px;
    }

.caption > h3 {
    font-size: 24px;
    margin: 12px 5px;
    height: 77px;
    text-align: center;
}

.caption > p {
    text-align: center;
}

    .caption > p.description {
        height: 143px;
    }

@media (max-width: 1198px) {
    .caption > p.description {
        height: 143px;
    }
}

@media (max-width: 991px) {
    .caption > p.description {
        height: 249px;
    }
}

@media (max-width: 575px) {
    .caption > p.description {
        height: 121px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .caption > h3 {
        height: 113px;
    }
}

/* Gaint*/

.bs-example .thumbnail {
    background: white;
    padding: 5px 18px;
    text-align: center;
    margin-bottom: 27px;
}

/*Pag FAQ*/

.faq {
    width: 100%;
}

    .faq .panel {
        width: 100%;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        margin-bottom: 5px;
        padding: 10px 10px 0 10px;
    }


    .faq h4.panel-title {
        font-size: 16px;
        margin-bottom: 11px;
    }

        .faq h4.panel-title:hover {
            color: #E4087f;
        }

.faq-panel {
    margin-top: -39px;
    padding-bottom: 57px;
    background-color: #fcfcfc;
}


#implantacion .tituloh2 {
    color: #535352 !important;
}
/* End Update version boostrap */



@media (max-width: 5120px) and (min-width: 1824px) {
    #tituloHeaderHome {
        font-size: 3em !important;
    }
}

@media (min-width: 1024px) {
    h1#tituloHeaderHome {
        font-size: xx-large;
    }
}

h3, .h3 {
    font-size: 24px;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
article {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
}

li {
    list-style: none;
    flex: 1;
}

   
    li.active button {
        background: #F5F5F5;
        color: #000;
    }

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

th {
    background: #F5F5F5;
    display: none;
}

td, th {
    height: 53px
}

td, th {
    border: 1px solid #DDD;
    padding: 10px;
    empty-cells: show;
}

td, th {
    text-align: left;
}

    td + td, th + th {
        text-align: center;
        display: none;
    }

    td.default {
        display: table-cell;
    }

.bg-purple {
    border-top: 3px solid #A32362;
}

.bg-blue {
    border-top: 3px solid #0097CF;
}

.sep {
    background: #F5F5F5;
    font-weight: bold;
}

.txt-l {
    font-size: 28px;
    font-weight: bold;
}

.txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.tick {
    font-size: 18px;
    color: #2CA01C;
}

.hide {
    border: 0;
    background: none;
}

@media (max-width: 640px) {
    ul {
        display:none;
    }
    td, th {
        display: table-cell !important;
    }

    td, th {
        width: 330px;
    }

        td + td, th + th {
            width: auto;
        }
}

button:focus {
    outline: none !important;
}
.botonGeneral {
    height: 55px;
}
p.botonGeneral:hover {
    background-color: #f3f3f2;
    cursor: pointer;
    height: 55px;
    padding: 2%;
    border-radius: 5px;
    border-bottom: 2px solid #bfbfbf;
}

p.botonGeneral:focus {
    border: none;
}
.botonGeneral1{
    height:55px;
}
p.botonGeneral1:hover {
    background-color: #da0076;
    cursor: pointer;
    border-radius: 5px;
    height: 55px;
    padding: 2%;
    border-bottom: 2px solid #f3f3f2;
    color: #e4087f;
}

p.botonGeneral1:focus {
    border: none;
}

h6 {
    text-align:left !important;
}

#efecto1 {
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    top: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.content-section #efecto1:hover, .content-section .price-box:focus {
    box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
    top: -2px;
    z-index: 1000;
}
#efecto2 {
    padding: 30px;
    background: #e4087f;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.11);
    top: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.content-section #efecto2:hover, .content-section .price-box:focus {
    box-shadow: 0 14px 25px -2px rgba(0,0,0,.14);
    top: -2px;
    z-index: 1000;
}
@media (max-width: 5120px) and (min-width: 1624px) {
    #mockUp-macbookpro {
        width:70% !important;
    }
    .fondo-header-home2 {
        height:600px !important;
    }
    .tituloHome {
        margin-top: 15% !important;
    }
}
@media (max-width:1623px) and (min-width:1025px){
    #mockUp-macbookpro {
        width:100% !important;
        padding-top:7% !important;
    }
    #myCarousel {
        padding-top: 0px !important;
    }
}
@media (max-width:1024px){
    #myCarousel {
        padding-top: 0px !important;
    }
}
@media (max-width: 767px) {
    #mockUp-macbookpro {
        width:100% !important;
    }
    #myCarousel {
        padding-top:0px !important;
    }
}
@media (max-width: 767px) {
    .myTabSticky {
        position: relative !important;
    }
}
.titulo2 {
    font-size:1.3rem;
}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.wow {
  display: none;
}
.linea {
    height: 25px; 
    background-color: #e4087f !important; 
    width: 100px;
}
/* slide nuevo*/

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}





svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/prueba-slide1-CTAIMA.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #C90879;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}

.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/prueba-slide2-CTAIMA.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 0;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/prueba-slide3-CTAIMA.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #bfbfbf;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
/*.slide:nth-child(4) {
  left: 300%;
}*/
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/prueba-slide4-CTAIMA.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #57BD95;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 25%;
  bottom: 15%;
  left: 12%;
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}




a.slide__text-link:hover { text-decoration:none; color:#FFF;}





@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 20rem;
    font-size: 3.5rem;
  }
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .slide__text-link {
    display: none;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
/* contador */
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
#fondoPodemosAyudarte {
    background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/fondo-podemos-ayudarte.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height: 800px;
    margin-top: 5%;
}
#div#caefeed h2 {
    color:white; 
}


.fondo-header-home2 {
    background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/fondoheaderCTAIMA.gif");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;

}


#fondo-reclutamiento2 {
    background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/prueba-trama1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#fondo-timeline {
    background-image: url("https://ctaimacdn.blob.core.windows.net/ctaimacom/fondo-timeline.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.fondoCalidad
* {
    color:#999999;
}
h1 {
    color:#999999;
}
h2 {
    color:#999999;
}
h3 {
    color:#999999;
}
h4 {
    color:#999999;
}
h5 {
    color:#999999;
}
h6 {
    color:#999999;
}
p {
    color:#999999;
}
.dropdown-menu.megamenu.show {
    background-color: transparent;
}
.nav-tabs {
    border-bottom:none !important;
}

.dropdown-toggle::after {
    display:none !important;
}
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }
    .nav-link.active {
        color: #e4087f !important;
        border-bottom: 5px solid #e4087f !important;
        border-right: none !important; 
        border-top:none !important;
        border-left:none !important;
    }
    .nav-item {
        padding-left: 1.5% !important;
    }

    #myTab {
        background-color: white;
    }
  
    .myTabSticky {
        position: fixed;
        border-radius:5px;
        transition-delay: 500ms;
        background-color: white;
        margin-left:0;
        z-index: 1;
        top: 3px;
        display: none;
    }
  
    #myVideo {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%; 
        height: 100%;
        
      }

      .circle {
        padding: 20px 16px;
        border-radius: 50%;
        background-color: #E4087f;
        color: #fff;
        z-index: 2;
      }
      
      .how-it-works.row .col-2 {
        align-self: stretch;
      }
      .how-it-works.row .col-2::after {
        content: "";
        position: absolute;
        border-left: 3px solid #F5118C;
        z-index: 1;
      }
      .how-it-works.row .col-2.bottom::after {
        height: 50%;
        left: 50%;
        top: 50%;
      }
      .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 3px);
      }
      .how-it-works.row .col-2.top::after {
        height: 50%;
        left: 50%;
        top: 0;
      }
      
      
      .timeline div {
        padding: 0;
        height: 40px;
      }
      .timeline hr {
        border-top: 3px solid #F5118C;
        margin: 0;
        top: 17px;
        position: relative;
      }
      .timeline .col-2 {
        display: flex;
        overflow: hidden;
      }
      .timeline .corner {
        border: 3px solid #F5118C;
        width: 100%;
        position: relative;
        border-radius: 15px;
      }
      .timeline .top-right {
        left: 50%;
        top: -50%;
      }
      .timeline .left-bottom {
        left: -50%;
        top: calc(50% - 3px);
      }
      .timeline .top-left {
        left: -50%;
        top: -50%;
      }
      .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
      }
      .custom-file-label::after {
          content: "buscar" !important;
      }
      .botonIcono.btn-outline-primary:hover {
          background-color:transparent !important;
      }
      .botonIcono.btn-outline-primary {
          border:none;
      }
      .card {
          border:none !important;
          font-family: 'Raleway', sans-serif;
          color:#999999;
          
      }
      .card-header {
          background-color: #f3f3f2 !important;
          border:none !important;
          min-height:170px !important;
          color:#999999;
      }
      #demo {
        height:100%;
        position:relative;
        overflow:hidden;
      }
      
      
      .green{
        background-color:#6fb936;
      }
              .thumb{
                  margin-bottom: 30px;
              }
              
              .page-top{
                  margin-top:85px;
              }
      
         
      img.zoom {
          width: 100%;
          height: 200px;
          border-radius:5px;
          object-fit:cover;

      }
              
       
      .transition {
          -webkit-transform: scale(1.2); 
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2);
      }
          .modal-header {
         
           border-bottom: none;
      }
          .modal-title {
              color:#000;
          }
          .modal-footer{
            display:none;  
          }
          /*.card-columns {
            @include media-breakpoint-only(lg) {
              column-count: 4;
            }
            @include media-breakpoint-only(xl) {
              column-count: 5;
            }
          }*/

        .col-2.text-center.full.d-inline-flex.justify-content-center.align-items-center.ml-1 {
            margin-left: 3px !important;
        }
        a.text-light:focus, a.text-light:hover {
            color: #cbd3da!important;
            background-color:transparent;
        }
        #Capa_1 {
            font-family:'Raleway'!important;
        }
        .ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
            stroke: green !important;
        }
        .navbar-nav li:hover > ul.dropdown-menu {
            display: block;
        }
        .dropdown-submenu {
            position:relative;
        }
        .dropdown-submenu>.dropdown-menu {
            top: 0;
            left: 100%;
            margin-top:-6px;
        }
        
        /* rotate caret on hover */
        .dropdown-menu > li > a:hover:after {
            text-decoration: underline;
            transform: rotate(-90deg);
        } 
        .dropdown-toggle::after {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid #e4087f;
            border-bottom: 0;
            border-left: .3em solid #e4087f;
        }
        .dropdown-item:focus, .dropdown-item:hover {
            color: #16181b;
            text-decoration: none;
            background-color: transparent !important;
        }
        .c100.center {
            float: none;
            margin: 0 auto;
        }
        
        .c100 {
            position: relative;
            font-size: 160px;
            width: 1em;
            height: 1em;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 70%;
            float: left;
            margin: 0 0.1em 0.1em 0;
            background-color:#643a71;
        }
        .c100:hover {
            cursor: default;
        }


.c100:hover > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #643a71;
}

.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #535352;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}
.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: whitesmoke;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
div#my_dataviz {
    margin-top: -100px;
}
div#my_dataviz svg {
width: 100%;
}
   
.mascara {
    z-index: 1;
    background-color: #535352 !important;
    width: 100%;
    position: absolute;
    opacity: .5;
    min-height: 167px;
}
.grid {
    background: #DDD;
  }
  
  
  /* clear fix */
  
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }
  
  
  /* ---- .grid-item ---- */
  
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
  
  .grid-item,
  .figure {
    float: left;
    overflow: hidden;
  }
  
  .grid-item img {
    display: block;
    max-width: 100%;
  }
  
  .grid-item:hover {
    background: #643a71 !important;
  }
  
  .grid-item img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
  }
  
  .captiontext,
  .figure {
    display: inherit;
    top: 0;
    text-align: center;
    display: block;
  }
  
  
  /* ---- ----- ---- ---- -- --- --- --- */
  .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .cardoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color:rgba(100, 58, 113, .9);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
  }
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color:rgba(100, 58, 113, .9);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(100, 58, 113, .8);
  }
  
  .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
 

  .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
  }
  
  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  
  .hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  
  .hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .parallax1 {
    background-image: url(https://ctaimacdn.blob.core.windows.net/ctaimacom/desayunos1Ctaima.jpg);
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    background-image: url(https://ctaimacdn.blob.core.windows.net/ctaimacom/compratiendo-experiencias-1.jpg);
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#images {
    background-color: rgba( 0, 0, 0, .6);
    height: 350px;
    max-width: 100%;
    z-index: 1;
    margin-top:-214px;
  }
  #images1 {
    background-color: rgba(100, 58, 113, .7);
    height: 350px;
    max-width: 100%;
    z-index: 1;
    margin-top:-214px;
  }
  footer.blockquote-footer {
    display: none;
}
.PremioEmpresaSaludable {
    width: 9%;
}
.PremiorrhhDigital {
    width: 15%;
}
.modal-header {
    display: none !important;
}
.noSticky {
    margin-top: 90px;
}
.ancla:before {       
    display: block;       
    content: " " ;      
    margin-top: 90px;             
    visibility: hidden; 
  } 
  #liHoverMenu:hover {
      background-color:#e6e4e4;
      margin-left: 3px !important;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 26px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e4087f;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 55px;
    font-size: 18px;
    width: 40px;
    height: 40px;
}
  
  #myBtn:hover {
    background-color: #bfbfbf; /* Add a dark-grey background on hover */
  }
  #infoGeneral:before {
      scroll-margin-top: -80px;
  }
  .aecer {
      width:7%;
  }

  @media (min-height: 768px) {
    .slidebar-sticky-fixed {
        max-height:650px;
    }
    }
   @media (min-height: 769px) {
    .slidebar-sticky-fixed {
        max-height:850px;
    }
    }

    .slidebar-sticky-fixed {
        overflow:scroll;
    }
  .tituloHome {
        margin-top: 23%;
    }