                                                                                                                                                                                                                                            @media screen {
                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif;
                                                                                                                                                                                                                                                padding-bottom: 0;
                                                                                                                                                                                                                                                font-size: 25px;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            a:hover {
                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                             ::selection {
                                                                                                                                                                                                                                                background-color: #fa7598;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*--shadow to text located in the image carousel---*/
                                                                                                                                                                                                                                            .Tshadow {
                                                                                                                                                                                                                                                text-shadow: 0 0 6px #000000;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Chrome, Safari, Edge, Opera */
                                                                                                                                                                                                                                            input::-webkit-outer-spin-button,
                                                                                                                                                                                                                                            input::-webkit-inner-spin-button {
                                                                                                                                                                                                                                                -webkit-appearance: none;
                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Firefox */
                                                                                                                                                                                                                                            input[type=number] {
                                                                                                                                                                                                                                                -moz-appearance: textfield;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .bg-white {
                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .d-gray-bg {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .yellow-bg {
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .l-gray-bg {
                                                                                                                                                                                                                                                background-color: #969494;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .align-right {
                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .h-g {
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* HEADER */
                                                                                                                                                                                                                                            .fixed-top {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar {
                                                                                                                                                                                                                                                padding: 13px 0;
                                                                                                                                                                                                                                                /* cambio */
                                                                                                                                                                                                                                                margin-top: 20px;
                                                                                                                                                                                                                                                opacity: 0.9;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar .container {
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar .idiomas {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                right: 15px;
                                                                                                                                                                                                                                                top: 10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar .idiomas,
                                                                                                                                                                                                                                            .navbar .idiomas a {
                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                color: white;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar .idiomas a:hover,
                                                                                                                                                                                                                                            .navbar .idiomas a.active {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar-dark .navbar-nav .nav-item>.nav-link {
                                                                                                                                                                                                                                                color: white;
                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                padding: 0 10px;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar-dark .navbar-nav .nav-item>.nav-link:hover {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar-dark .navbar-nav .active>.nav-link {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar-expand-md .navbar-collapse {
                                                                                                                                                                                                                                                justify-content: flex-end;
                                                                                                                                                                                                                                                margin-right: -14px;
                                                                                                                                                                                                                                                margin-top: 20px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar-collapse {
                                                                                                                                                                                                                                                flex-grow: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .navbar-dark .navbar-toggler {
                                                                                                                                                                                                                                                color: transparent;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mobile-menu-button {
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                width: 28px;
                                                                                                                                                                                                                                                height: 12px;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                z-index: 2;
                                                                                                                                                                                                                                                transition: transform .4s ease-in-out;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mobile-menu-button:hover {
                                                                                                                                                                                                                                                background-color: transparent;
                                                                                                                                                                                                                                                outline: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mobile-menu-button:after,
                                                                                                                                                                                                                                            #mobile-menu-button:before {
                                                                                                                                                                                                                                                content: "";
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                height: 2px;
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                transition: transform .4s ease-in-out;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mobile-menu-button:after {
                                                                                                                                                                                                                                                transform: rotate(-45deg) translate(-3px, -15px);
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mobile-menu-button:before {
                                                                                                                                                                                                                                                transform: rotate(45deg) translate(-9px, 8px);
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mobile-menu-button:after {
                                                                                                                                                                                                                                                top: auto;
                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .collapsed#mobile-menu-button:after {
                                                                                                                                                                                                                                                transform: rotate(0deg) translate(-15px, 0px);
                                                                                                                                                                                                                                                background-color: #ffffff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .collapsed#mobile-menu-button:before {
                                                                                                                                                                                                                                                transform: rotate(0deg) translate(-15px, 0px);
                                                                                                                                                                                                                                                background-color: #ffffff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .career .accordion {
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .social {
                                                                                                                                                                                                                                                margin-left: 30px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* CAROUSEL */
                                                                                                                                                                                                                                            main {
                                                                                                                                                                                                                                                /*  margin-top: 39px; */
                                                                                                                                                                                                                                                margin-top: 0px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel {
                                                                                                                                                                                                                                                margin-bottom: 90px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item>img {
                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-caption {
                                                                                                                                                                                                                                                bottom: auto;
                                                                                                                                                                                                                                                z-index: 10;
                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                transform: translateY(-50%);
                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                left: 8.5%;
                                                                                                                                                                                                                                                width: 85%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-caption h1 {
                                                                                                                                                                                                                                                font-size: 80px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-caption p {
                                                                                                                                                                                                                                                font-size: 42px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-control-prev,
                                                                                                                                                                                                                                            .carousel-control-next {
                                                                                                                                                                                                                                                width: 8%;
                                                                                                                                                                                                                                                z-index: 25;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-cta a {
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                border: 1px solid #fff;
                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                padding: 10px 20px;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-cta a:hover {
                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .text-fino {
                                                                                                                                                                                                                                                font-weight: 100;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* ESTILOS SLIDE WEBINAR */
                                                                                                                                                                                                                                            .carousel-item.first .container {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item.first h1,
                                                                                                                                                                                                                                            .carousel-item.first .carousel-caption p {
                                                                                                                                                                                                                                                font-family: "big_noodle_titling", sans-serif;
                                                                                                                                                                                                                                                color: #ffffff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item.first h1 span,
                                                                                                                                                                                                                                            .carousel-item.first .carousel-caption p span {
                                                                                                                                                                                                                                                color: #232122;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-inner .carousel-item.first .webinar-sign {
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif!important;
                                                                                                                                                                                                                                                background-color: #232122;
                                                                                                                                                                                                                                                color: #ffffff;
                                                                                                                                                                                                                                                letter-spacing: 0.1em;
                                                                                                                                                                                                                                                height: 70px;
                                                                                                                                                                                                                                                width: 150px;
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                left: 15px;
                                                                                                                                                                                                                                                z-index: 10;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                padding-top: 31px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item.first .carousel-cta a {
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif!important;
                                                                                                                                                                                                                                                color: #0c0808;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                letter-spacing: 0.2em;
                                                                                                                                                                                                                                                background-color: #ebc443;
                                                                                                                                                                                                                                                border-radius: 10px;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                margin-bottom: 15px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item.first .sop-logos {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                bottom: 65px;
                                                                                                                                                                                                                                                right: 15px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item.first .sinapi-talks {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 25px;
                                                                                                                                                                                                                                                right: 15px;
                                                                                                                                                                                                                                                z-index: 10;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .carousel-item.first .carousel-caption {
                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* VIDEO */
                                                                                                                                                                                                                                            .modulo-video {
                                                                                                                                                                                                                                                margin-bottom: 65px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* ABOUT US */
                                                                                                                                                                                                                                            .modulo.about-us {
                                                                                                                                                                                                                                                margin-bottom: 85px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.about-us.list-i {
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo h2 {
                                                                                                                                                                                                                                                font-size: 60px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                margin-bottom: 45px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo-ty h2 {
                                                                                                                                                                                                                                                font-size: 60px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                margin-bottom: 45px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .services h2 {
                                                                                                                                                                                                                                                font-size: 60px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                margin-bottom: 45px;
                                                                                                                                                                                                                                                text-align: center !important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo h2 span {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.about-us h4 {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo p,
                                                                                                                                                                                                                                            ul.agenda {
                                                                                                                                                                                                                                                font-size: 22px;
                                                                                                                                                                                                                                                line-height: 1.4;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta-about {
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                margin-top: 30px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta-about a {
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                padding: 20px 32px;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta-about a:hover {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* IMAGEN DESTACADA */
                                                                                                                                                                                                                                            .imagen-parallax {
                                                                                                                                                                                                                                                background-image: url(img/sinapi02.jpg);
                                                                                                                                                                                                                                                height: 540px;
                                                                                                                                                                                                                                                background-attachment: fixed;
                                                                                                                                                                                                                                                background-position: center;
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                margin-bottom: 85px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* SERVICIOS */
                                                                                                                                                                                                                                            .img-logos {
                                                                                                                                                                                                                                                padding-bottom: 40px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.services {
                                                                                                                                                                                                                                                margin-bottom: 100px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                height: 300px;
                                                                                                                                                                                                                                                perspective: 1000px;
                                                                                                                                                                                                                                                margin-bottom: 30px;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-inner {
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                transition: transform 0.8s;
                                                                                                                                                                                                                                                transform-style: preserve-3d;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card:hover .flip-card-inner {
                                                                                                                                                                                                                                                transform: rotateY(180deg);
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-front,
                                                                                                                                                                                                                                            .flip-card-back {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                -webkit-backface-visibility: hidden;
                                                                                                                                                                                                                                                /* Safari */
                                                                                                                                                                                                                                                backface-visibility: hidden;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-front h1 {
                                                                                                                                                                                                                                                font-size: 21px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                width: 60%;
                                                                                                                                                                                                                                                transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-front .line {
                                                                                                                                                                                                                                                width: 50px;
                                                                                                                                                                                                                                                height: 3px;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                margin: 10px auto 0;
                                                                                                                                                                                                                                                display: table;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card:hover .flip-card-front h1 {
                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back {
                                                                                                                                                                                                                                                transform: rotateY(180deg);
                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back.first {
                                                                                                                                                                                                                                                background-image: url(../img/services/home/tech-support-sinapi.jpg);
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back.fourth {
                                                                                                                                                                                                                                                background-image: url(../img/services/home/localization-sinapi.jpg);
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back.global {
                                                                                                                                                                                                                                                background-image: url(../img/services/home/globalization-expertise-sinapi.jpg);
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back.fifth {
                                                                                                                                                                                                                                                background-image: url(../img/services/home/marketing-automation-sinapi.jpg);
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back.third {
                                                                                                                                                                                                                                                background-image: url(../img/services/home/digital-marketing-dam-sinapi.jpg);
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back.sixth {
                                                                                                                                                                                                                                                background-image: url(../img/services/home/project-management-sinapi.jpg);
                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back .sop {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                width: 67%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back h1 {
                                                                                                                                                                                                                                                font-size: 21px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                color: #000;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .flip-card-back p {
                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                line-height: 1.2;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                color: #000;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta a {
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                padding: 20px 32px;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                max-width: 235px;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                margin: 15px auto 0;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta a:hover {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta-serv a {
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 12px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                padding: 15px 25px;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                border-radius: 10px;
                                                                                                                                                                                                                                                max-width: 190px;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                margin: 30px 0 0;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cta-serv a:hover {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* FAQS*/
                                                                                                                                                                                                                                            .modulo.faqs {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                padding: 80px 0 110px;
                                                                                                                                                                                                                                                margin-bottom: 85px;
                                                                                                                                                                                                                                                background-image: url(img/dot.svg);
                                                                                                                                                                                                                                                background-repeat: repeat;
                                                                                                                                                                                                                                                background-size: 42px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.faqs h1 {
                                                                                                                                                                                                                                                font-size: 60px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                margin-bottom: 15px;
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.faqs h3 {
                                                                                                                                                                                                                                                font-size: 35px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                padding: 0 15px 10px 10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.faqs .button-more {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                margin-top: 23px;
                                                                                                                                                                                                                                                padding: 21px 16px 14px 16px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.faqs .button-more a {
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                padding: 20px 32px;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                max-width: 190px;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.faqs .button-more a:hover {
                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* FORM */
                                                                                                                                                                                                                                            .contact {
                                                                                                                                                                                                                                                margin-bottom: 90px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            form {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .mc-field-group input,
                                                                                                                                                                                                                                            input {
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif!important;
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                border-bottom: 1px solid #2d292a;
                                                                                                                                                                                                                                                padding: 15px 20px!important;
                                                                                                                                                                                                                                                margin-bottom: 20px;
                                                                                                                                                                                                                                                font-size: 25px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300!important;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .mc-field-group input[type=submit] {
                                                                                                                                                                                                                                                background-color: #63cfe3;
                                                                                                                                                                                                                                                border-radius: 10px;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif!important;
                                                                                                                                                                                                                                                font-size: 14px!important;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                padding: 21px 70px!important;
                                                                                                                                                                                                                                                height: auto!important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .mc-field-group input:focus,
                                                                                                                                                                                                                                            #mc_embed_signup .mc-field-group select:focus,
                                                                                                                                                                                                                                            input:focus,
                                                                                                                                                                                                                                            textarea:focus {
                                                                                                                                                                                                                                                outline: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                             ::placeholder {
                                                                                                                                                                                                                                                font-size: 25px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .mc-field-group textarea,
                                                                                                                                                                                                                                            textarea {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                border-bottom: 1px solid #2d292a;
                                                                                                                                                                                                                                                padding: 15px 20px;
                                                                                                                                                                                                                                                font-size: 25px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                resize: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            button {
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                border-radius: 10px;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                padding: 21px 70px;
                                                                                                                                                                                                                                                margin-top: 50px;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            button:hover {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            button.boton-cont-index {
                                                                                                                                                                                                                                                margin: 50px 0 0 auto;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .contact a,
                                                                                                                                                                                                                                            .privacy a {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* FOOTER */
                                                                                                                                                                                                                                            footer {
                                                                                                                                                                                                                                                padding: 85px 0 75px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer .main {
                                                                                                                                                                                                                                                margin-bottom: 100px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer ul {
                                                                                                                                                                                                                                                list-style: none;
                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer h5 a,
                                                                                                                                                                                                                                            footer ul li a {
                                                                                                                                                                                                                                                font-size: 21px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                margin-bottom: 25px;
                                                                                                                                                                                                                                                margin-top: 10px;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer h5 a:hover,
                                                                                                                                                                                                                                            footer ul li a:hover {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer ul.sub li a {
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer .social {
                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                justify-content: flex-end;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer .social a.linkedin,
                                                                                                                                                                                                                                            footer .social a.instagram {
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer .social a.instagram {
                                                                                                                                                                                                                                                margin-left: 25px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer .social a.linkedin i,
                                                                                                                                                                                                                                            footer .social a.instagram i {
                                                                                                                                                                                                                                                font-size: 40px;
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer .social a.linkedin:hover i,
                                                                                                                                                                                                                                            footer .social a.instagram:hover i {
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer p.copy {
                                                                                                                                                                                                                                                font-size: 19px;
                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer p.copy a {
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer p.copy a:hover {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            footer p.copy .menu-footer {
                                                                                                                                                                                                                                                margin-left: 65px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* ABOUT US - SERVICES */
                                                                                                                                                                                                                                            #about-us,
                                                                                                                                                                                                                                            #services,
                                                                                                                                                                                                                                            #faqs,
                                                                                                                                                                                                                                            #career,
                                                                                                                                                                                                                                            #contact {
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                margin-bottom: 90px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #about-us h1,
                                                                                                                                                                                                                                            #services h1,
                                                                                                                                                                                                                                            #faqs h1,
                                                                                                                                                                                                                                            #career h1,
                                                                                                                                                                                                                                            #contact h1 {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                font-size: 85px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.services ul,
                                                                                                                                                                                                                                            .modulo.section-faqs ul {
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            a.anchor {
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                top: -97px;
                                                                                                                                                                                                                                                visibility: hidden;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            iframe {
                                                                                                                                                                                                                                                margin-bottom: -10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .fila-bios {
                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                margin-bottom: 70px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .fila-bios.invert {
                                                                                                                                                                                                                                                flex-direction: row-reverse;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .columna-foto {
                                                                                                                                                                                                                                                padding-right: 50px;
                                                                                                                                                                                                                                                width: 30%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .columna-texto {
                                                                                                                                                                                                                                                width: 70%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .columna-texto h4 {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                margin-bottom: 5px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .columna-texto h5 {
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                margin-bottom: 20px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .fila-bios.invert .columna-foto {
                                                                                                                                                                                                                                                padding-left: 50px;
                                                                                                                                                                                                                                                padding-right: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .columna-foto img {
                                                                                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                                                                                width: 500px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .vcolumn {
                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .vmask {
                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .vmask img.mkt,
                                                                                                                                                                                                                                            .vmask img.pjt,
                                                                                                                                                                                                                                            .vmask img.dgt,
                                                                                                                                                                                                                                            .vmask img.lzt,
                                                                                                                                                                                                                                            .vmask img.tch,
                                                                                                                                                                                                                                            .vmask img.glb {
                                                                                                                                                                                                                                                width: 145%;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                top: -90px;
                                                                                                                                                                                                                                                left: -85px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .vmask img.lzt {
                                                                                                                                                                                                                                                top: -64px;
                                                                                                                                                                                                                                                width: 130%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .tcolumn {
                                                                                                                                                                                                                                                margin-bottom: 130px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* SECTION CAREER */
                                                                                                                                                                                                                                            .modulo.career h4 {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .bd-placeholder-img {
                                                                                                                                                                                                                                                font-size: 1.125rem;
                                                                                                                                                                                                                                                text-anchor: middle;
                                                                                                                                                                                                                                                -webkit-user-select: none;
                                                                                                                                                                                                                                                -moz-user-select: none;
                                                                                                                                                                                                                                                -ms-user-select: none;
                                                                                                                                                                                                                                                user-select: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ultimate-wrapper-3 {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                margin-bottom: 90px;
                                                                                                                                                                                                                                                margin-top: 40px;
                                                                                                                                                                                                                                                display: -webkit-box;
                                                                                                                                                                                                                                                display: -ms-flexbox;
                                                                                                                                                                                                                                                display: -o-flexbox;
                                                                                                                                                                                                                                                display: -moz-flexbox;
                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulimate-style-3 {
                                                                                                                                                                                                                                                margin: 0 0 0 0;
                                                                                                                                                                                                                                                width: calc(100% - 1000%);
                                                                                                                                                                                                                                                min-width: 195px;
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                list-style: none;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                -webkit-box-pack: start;
                                                                                                                                                                                                                                                -ms-flex-pack: start;
                                                                                                                                                                                                                                                -o-flex-pack: start;
                                                                                                                                                                                                                                                -moz-flex-pack: start;
                                                                                                                                                                                                                                                justify-content: flex-start;
                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                margin-bottom: 0;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                padding: 20px 25px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulimate-style-3 .vc-tabs-li {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                list-style: none;
                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                max-width: 150px;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                margin-bottom: 0;
                                                                                                                                                                                                                                                margin-top: 0;
                                                                                                                                                                                                                                                font-style: normal;
                                                                                                                                                                                                                                                padding: 10px 4px 25px;
                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif;
                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                line-height: 120%;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .now-hiring {
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                padding: 3px 10px;
                                                                                                                                                                                                                                                border-radius: 16px;
                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                margin-top: 5px;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulimate-style-3 .vc-tabs-li:hover {
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulimate-style-3 .vc-tabs-li:hover .now-hiring {
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulimate-style-3 .vc-tabs-li.active {
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulimate-style-3 .vc-tabs-li.active .ctu-absolute {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 15%;
                                                                                                                                                                                                                                                bottom: 15%;
                                                                                                                                                                                                                                                width: 3px;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                left: -2px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ultimate-style-3-content {
                                                                                                                                                                                                                                                width: 1000%;
                                                                                                                                                                                                                                                max-width: calc(100% - 195px);
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                display: -webkit-box;
                                                                                                                                                                                                                                                display: -ms-flexbox;
                                                                                                                                                                                                                                                display: -o-flexbox;
                                                                                                                                                                                                                                                display: -moz-flexbox;
                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ultimate-style-3-content a {
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                padding: 20px 32px;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                margin-top: 35px;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ultimate-style-3-content a:hover {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ultimate-style-heading-3 {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                line-height: 100%;
                                                                                                                                                                                                                                                background-color: rgba(241, 245, 248, 1);
                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                padding: 10px 10px;
                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ultimate-style-heading-3.active {
                                                                                                                                                                                                                                                color: #f3c300
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulitate-style-3-tabs {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                background-color: rgba(255, 255, 255, 1);
                                                                                                                                                                                                                                                padding: 26px 30px 0px 30px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulitate-style-3-tabs.active {
                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-ulitate-style-3-tabs h3 {
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .ctu-content-span {
                                                                                                                                                                                                                                                max-width: 50px;
                                                                                                                                                                                                                                                height: 3px;
                                                                                                                                                                                                                                                background-color: #f3c300;
                                                                                                                                                                                                                                                margin: 0 auto 0 0;
                                                                                                                                                                                                                                                margin-bottom: 25px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* TECH SUPPORT */
                                                                                                                                                                                                                                            #tech-support .navbar-dark .navbar-nav .active>.nav-link,
                                                                                                                                                                                                                                            #tech-support .navbar-dark .navbar-nav .nav-item>.nav-link:hover,
                                                                                                                                                                                                                                            #tech-support .navbar .idiomas a:hover,
                                                                                                                                                                                                                                            #tech-support .navbar .idiomas a.active,
                                                                                                                                                                                                                                            #tech-support footer .social a.linkedin i:hover,
                                                                                                                                                                                                                                            #tech-support footer .social a.instagram i:hover,
                                                                                                                                                                                                                                            #tech-support footer h5 a:hover,
                                                                                                                                                                                                                                            #tech-support footer ul li a:hover,
                                                                                                                                                                                                                                            #tech-support footer p.copy a:hover {
                                                                                                                                                                                                                                                color: #f3c300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .modulo h2 span,
                                                                                                                                                                                                                                            #tech-support .modulo h3,
                                                                                                                                                                                                                                            #tech-support .modulo.serv h4,
                                                                                                                                                                                                                                            #tech-support .blue-txt h4 {
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support footer .social a.linkedin i,
                                                                                                                                                                                                                                            #tech-support footer .social a.instagram i {
                                                                                                                                                                                                                                                color: #ffffff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support #sendcontactinfo {
                                                                                                                                                                                                                                                /*   background-color: #59c3c3; */
                                                                                                                                                                                                                                                background-color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support #sendcontactinfo:hover {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #service-lp {
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                margin-bottom: 60px;
                                                                                                                                                                                                                                                /* Cambio */
                                                                                                                                                                                                                                                max-height: 500px;
                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #webinar-lp {
                                                                                                                                                                                                                                                margin-bottom: 60px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .main-info ul {
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #service-lp h1 {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                font-size: 65px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .modulo h2 {
                                                                                                                                                                                                                                                margin-bottom: 5px;
                                                                                                                                                                                                                                                margin-top: 50px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support.webinar .modulo h2 {
                                                                                                                                                                                                                                                font-family: "big_noodle_titling", sans-serif;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support.webinar.ty .modulo h2,
                                                                                                                                                                                                                                            #tech-support.webinar.ty .modulo h3 {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .modulo.txt-v2 h2 {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .modulo h3 {
                                                                                                                                                                                                                                                margin-bottom: 35px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .modulo.serv h4 {
                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support p {
                                                                                                                                                                                                                                                font-weight: 300!important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.serv.list-d {
                                                                                                                                                                                                                                                float: right;
                                                                                                                                                                                                                                                margin-top: 85px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .modulo.serv.list-i {
                                                                                                                                                                                                                                                float: right;
                                                                                                                                                                                                                                                margin-top: 85px;
                                                                                                                                                                                                                                                max-width: 600px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .hex-i {
                                                                                                                                                                                                                                                float: right;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #service-lp .txt-v2 h1 {
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                top: auto;
                                                                                                                                                                                                                                                left: auto;
                                                                                                                                                                                                                                                transform: none;
                                                                                                                                                                                                                                                color: #000;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .blue-module {
                                                                                                                                                                                                                                                background-color: #4665AB;
                                                                                                                                                                                                                                                padding: 30px 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .blue-module .modulo h4 {
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .button {
                                                                                                                                                                                                                                                background-color: #4665AB!important;
                                                                                                                                                                                                                                                border-radius: 10px!important;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px!important;
                                                                                                                                                                                                                                                line-height: 1!important;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                font-weight: 700!important;
                                                                                                                                                                                                                                                color: #2d292a!important;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                margin-top: 20px!important;
                                                                                                                                                                                                                                                height: auto!important;
                                                                                                                                                                                                                                                padding: 21px 70px!important;
                                                                                                                                                                                                                                                display: block!important;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .button:hover {
                                                                                                                                                                                                                                                background-color: #2d292a!important;
                                                                                                                                                                                                                                                color: #4665AB!important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .clear {
                                                                                                                                                                                                                                                clear: both;
                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup {
                                                                                                                                                                                                                                                width: 85%!important;
                                                                                                                                                                                                                                                float: right!important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #mc_embed_signup .mc-field-group select {
                                                                                                                                                                                                                                                padding: 15px 20px!important;
                                                                                                                                                                                                                                                border-radius: 3px!important;
                                                                                                                                                                                                                                                border: 0!important;
                                                                                                                                                                                                                                                border-bottom: 1px solid #2d292a!important;
                                                                                                                                                                                                                                                font-family: 'Source Sans Pro', sans-serif!important;
                                                                                                                                                                                                                                                font-size: 25px!important;
                                                                                                                                                                                                                                                line-height: 1!important;
                                                                                                                                                                                                                                                letter-spacing: 0!important;
                                                                                                                                                                                                                                                font-weight: 300!important;
                                                                                                                                                                                                                                                color: #2d292a!important;
                                                                                                                                                                                                                                                max-width: 100%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .content__gdprLegal a,
                                                                                                                                                                                                                                            #tech-support.webinar form a {
                                                                                                                                                                                                                                                color: #4665AB!important;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support.webinar form a:hover {
                                                                                                                                                                                                                                                color: #2d292a!important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support.webinar.ty .modulo h4 {
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                margin-bottom: 35px;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support #accordion-tech .card-header {
                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support #accordion-tech button {
                                                                                                                                                                                                                                                margin-top: 0;
                                                                                                                                                                                                                                                padding: 15px;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                background-color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support #accordion-tech button.collapsed {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support #accordion-tech button:hover,
                                                                                                                                                                                                                                            #tech-support #accordion-tech button:focus {
                                                                                                                                                                                                                                                background-color: #4665AB;
                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .fila-bios .linkedin i {
                                                                                                                                                                                                                                                font-size: 35px;
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .fila-bios .linkedin i:hover {
                                                                                                                                                                                                                                                color: #2c7979;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .anchor-register {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                margin-bottom: 150px
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .anchor-register.anchor-mob {
                                                                                                                                                                                                                                                margin-bottom: 60px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .anchor-register .reg-btn {
                                                                                                                                                                                                                                                background-color: #4665AB;
                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                padding: 15px 50px;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                font-size: 17px;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .anchor-register .reg-btn:hover {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .webinar.ty iframe body {
                                                                                                                                                                                                                                                overflow: hidden!important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .contador {
                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                justify-content: space-evenly;
                                                                                                                                                                                                                                                margin-bottom: 50px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .contador .number {
                                                                                                                                                                                                                                                background: #4665AB;
                                                                                                                                                                                                                                                color: #ffffff;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                font-size: 35px;
                                                                                                                                                                                                                                                padding: 5px 30px;
                                                                                                                                                                                                                                                border-radius: 10px;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .contador .number:after {
                                                                                                                                                                                                                                                content: ' ';
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                width: 0;
                                                                                                                                                                                                                                                height: 0;
                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                transform: translateX(-50%);
                                                                                                                                                                                                                                                right: auto;
                                                                                                                                                                                                                                                top: auto;
                                                                                                                                                                                                                                                bottom: -15px;
                                                                                                                                                                                                                                                border: 15px solid;
                                                                                                                                                                                                                                                border-color: transparent transparent transparent #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .contador .sop {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .contador .sop .tit {
                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                margin-top: 20px;
                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .modulo h4 a,
                                                                                                                                                                                                                                            #tech-support .modulo-ty p a {
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .aclaracion {
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                margin-left: 95px;
                                                                                                                                                                                                                                                margin-top: 15px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .aclaracion a {
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .btn-webinar {
                                                                                                                                                                                                                                                background-color: #4665AB;
                                                                                                                                                                                                                                                color: #2d292a;
                                                                                                                                                                                                                                                border-radius: 10px;
                                                                                                                                                                                                                                                font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                letter-spacing: 0.25em;
                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                padding: 21px 70px;
                                                                                                                                                                                                                                                margin: 50px auto 0;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                display: table;
                                                                                                                                                                                                                                                -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                transition: all 0.5s ease;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #tech-support .btn-webinar:hover {
                                                                                                                                                                                                                                                background-color: #2d292a;
                                                                                                                                                                                                                                                color: #4665AB;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*=========================================*/
                                                                                                                                                                                                                                            /*=== CSS RESPONSIVE (inicio) ===*/
                                                                                                                                                                                                                                            /*=========================================*/
                                                                                                                                                                                                                                            /* Dispositivos Mas pequeños (tablets, anchura menor a 768px) RESPONSIVE - CELULARES XS */
                                                                                                                                                                                                                                            @media screen and (max-width: 575px) {
                                                                                                                                                                                                                                                input,
                                                                                                                                                                                                                                                 ::placeholder {
                                                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .hidden-xs {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .idiomas {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .h-g {
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .d-i {
                                                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .h-g a.active {
                                                                                                                                                                                                                                                    color: #f3c300!important;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .social {
                                                                                                                                                                                                                                                    margin-left: 0px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-expand-md>.container,
                                                                                                                                                                                                                                                .navbar-expand-md>.container-fluid,
                                                                                                                                                                                                                                                .navbar-expand-md>.container-sm,
                                                                                                                                                                                                                                                .navbar-expand-md>.container-md,
                                                                                                                                                                                                                                                .navbar-expand-md>.container-lg,
                                                                                                                                                                                                                                                .navbar-expand-md>.container-xl {
                                                                                                                                                                                                                                                    padding-right: 15px;
                                                                                                                                                                                                                                                    padding-left: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-nav {
                                                                                                                                                                                                                                                    margin-top: 20px;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-collapse.show {
                                                                                                                                                                                                                                                    height: 100vh;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-dark .navbar-nav .nav-item>.nav-link {
                                                                                                                                                                                                                                                    font-size: 2rem;
                                                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                                                    padding: 5px 14px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-brand img {
                                                                                                                                                                                                                                                    width: 140px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #mobile-menu-button {
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                    margin-top: 0;
                                                                                                                                                                                                                                                    outline: none;
                                                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                                                    width: 33px;
                                                                                                                                                                                                                                                    height: 10px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #mobile-menu-button:focus {
                                                                                                                                                                                                                                                    outline: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                main {
                                                                                                                                                                                                                                                    margin-top: 23px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel,
                                                                                                                                                                                                                                                .modulo.about-us,
                                                                                                                                                                                                                                                .imagen-parallax,
                                                                                                                                                                                                                                                .modulo.services,
                                                                                                                                                                                                                                                .modulo.faqs {
                                                                                                                                                                                                                                                    margin-bottom: 65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .imagen-parallax {
                                                                                                                                                                                                                                                    height: 540px;
                                                                                                                                                                                                                                                    background-attachment: scroll;
                                                                                                                                                                                                                                                    background-position: center;
                                                                                                                                                                                                                                                    background-repeat: no-repeat;
                                                                                                                                                                                                                                                    background-size: cover;
                                                                                                                                                                                                                                                    margin-bottom: 65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #about-us,
                                                                                                                                                                                                                                                #services,
                                                                                                                                                                                                                                                #faqs,
                                                                                                                                                                                                                                                #career,
                                                                                                                                                                                                                                                #contact {
                                                                                                                                                                                                                                                    margin-bottom: 65px;
                                                                                                                                                                                                                                                    margin-top: 100px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #about-us h1,
                                                                                                                                                                                                                                                #services h1,
                                                                                                                                                                                                                                                #faqs h1,
                                                                                                                                                                                                                                                #career h1,
                                                                                                                                                                                                                                                #contact h1 {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #service-lp h1 {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #service-lp {
                                                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                                                    margin-bottom: 60px;
                                                                                                                                                                                                                                                    max-height: 500px;
                                                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                                                    margin-top: 102px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption {
                                                                                                                                                                                                                                                    width: 59%;
                                                                                                                                                                                                                                                    left: 15%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption h1 {
                                                                                                                                                                                                                                                    font-size: 40px;
                                                                                                                                                                                                                                                    margin-bottom: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption p {
                                                                                                                                                                                                                                                    font-size: 24px;
                                                                                                                                                                                                                                                    line-height: 1.2;
                                                                                                                                                                                                                                                    margin-bottom: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #tech-support .aclaracion {
                                                                                                                                                                                                                                                    margin-left: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo-video {
                                                                                                                                                                                                                                                    margin: 65px 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo h2 {
                                                                                                                                                                                                                                                    font-size: 36px;
                                                                                                                                                                                                                                                    margin-bottom: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .section-faqs.modulo h2 {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo p,
                                                                                                                                                                                                                                                .modulo ul,
                                                                                                                                                                                                                                                .services ul {
                                                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .section-faqs.modulo p,
                                                                                                                                                                                                                                                .section-faqs.modulo ul {
                                                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .cta-about {
                                                                                                                                                                                                                                                    margin-top: 10px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .cta-about a {
                                                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                                                    padding: 15px 30px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card {
                                                                                                                                                                                                                                                    margin-bottom: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h1 {
                                                                                                                                                                                                                                                    font-size: 36px;
                                                                                                                                                                                                                                                    display: table;
                                                                                                                                                                                                                                                    margin: 0 auto;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h3 {
                                                                                                                                                                                                                                                    font-size: 24px;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                    padding: 0 60px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs .button-more {
                                                                                                                                                                                                                                                    display: table;
                                                                                                                                                                                                                                                    margin: 23px auto 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                input:-webkit-autofill,
                                                                                                                                                                                                                                                input:-webkit-autofill:hover,
                                                                                                                                                                                                                                                input:-webkit-autofill:focus,
                                                                                                                                                                                                                                                input:-webkit-autofill:active {
                                                                                                                                                                                                                                                    -webkit-box-shadow: 0 0 0 60px #fff inset !important;
                                                                                                                                                                                                                                                    background-color: #fff !important;
                                                                                                                                                                                                                                                    background-clip: content-box !important;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .align-right {
                                                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs {
                                                                                                                                                                                                                                                    padding: 70px 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs .button-more a {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                    padding: 18px 27px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .contact {
                                                                                                                                                                                                                                                    margin-bottom: 50px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                button {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                    padding: 18px 50px;
                                                                                                                                                                                                                                                    margin-top: 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .fila-bios,
                                                                                                                                                                                                                                                .fila-bios.invert {
                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-foto {
                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                    padding: 0 20px;
                                                                                                                                                                                                                                                    margin-bottom: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .fila-bios.invert .columna-foto {
                                                                                                                                                                                                                                                    padding: 0 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-texto {
                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-texto h4,
                                                                                                                                                                                                                                                .columna-texto h5 {
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services h2 {
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                    padding: 50px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .tcolumn {
                                                                                                                                                                                                                                                    order: 3;
                                                                                                                                                                                                                                                    padding: 0 56px;
                                                                                                                                                                                                                                                    margin-bottom: 70px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .cta-serv a {
                                                                                                                                                                                                                                                    margin: 30px auto;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .vmask img.mkt,
                                                                                                                                                                                                                                                .vmask img.pjt,
                                                                                                                                                                                                                                                .vmask img.dgt,
                                                                                                                                                                                                                                                .vmask img.lzt,
                                                                                                                                                                                                                                                .vmask img.tch,
                                                                                                                                                                                                                                                .vmask img.glb {
                                                                                                                                                                                                                                                    top: -65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .vcolumn {
                                                                                                                                                                                                                                                    order: 1;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle {
                                                                                                                                                                                                                                                    order: 2;
                                                                                                                                                                                                                                                    margin-top: -100px;
                                                                                                                                                                                                                                                    z-index: 10;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .centrar-texto {
                                                                                                                                                                                                                                                    text-align: center !important;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle.localization {
                                                                                                                                                                                                                                                    margin-top: -40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle.dmark {
                                                                                                                                                                                                                                                    margin-top: -65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .vmask img.lzt {
                                                                                                                                                                                                                                                    top: -35px;
                                                                                                                                                                                                                                                    left: -60px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ultimate-style-heading-3.active {
                                                                                                                                                                                                                                                    background-color: #f3c300;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ultimate-style-3-content a {
                                                                                                                                                                                                                                                    margin-bottom: 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .now-hiring {
                                                                                                                                                                                                                                                    text-transform: none;
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .webinar .main-info {
                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #mc_embed_signup {
                                                                                                                                                                                                                                                    width: 100%!important;
                                                                                                                                                                                                                                                    float: right!important;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #tech-support .contador {
                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #tech-support .contador .sop .tit {
                                                                                                                                                                                                                                                    margin-bottom: 25px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo-ty h2 {
                                                                                                                                                                                                                                                    font-size: 28px;
                                                                                                                                                                                                                                                    margin-bottom: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer {
                                                                                                                                                                                                                                                    padding: 40px 0 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .main {
                                                                                                                                                                                                                                                    margin-bottom: 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .main img {
                                                                                                                                                                                                                                                    width: 190px;
                                                                                                                                                                                                                                                    margin-bottom: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer h5 a,
                                                                                                                                                                                                                                                footer ul li a {
                                                                                                                                                                                                                                                    font-size: 25px;
                                                                                                                                                                                                                                                    margin-bottom: 18px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .social {
                                                                                                                                                                                                                                                    margin-top: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer p.copy {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Dispositivos pequeños (tablets, anchura mayor o igual a 768px) - MEDIA SM */
                                                                                                                                                                                                                                            @media screen and (min-width: 576px) and (max-width: 767px) {
                                                                                                                                                                                                                                                input,
                                                                                                                                                                                                                                                 ::placeholder {
                                                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .h-g {
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .d-i {
                                                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .h-g a.active {
                                                                                                                                                                                                                                                    color: #f3c300!important;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar .idiomas {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #mobile-menu-button {
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-dark .navbar-nav .nav-item>.nav-link {
                                                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-nav {
                                                                                                                                                                                                                                                    margin-top: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-nav li {
                                                                                                                                                                                                                                                    margin-bottom: 5px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .contact button {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                    padding: 18px 60px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                button.navbar-toggler {
                                                                                                                                                                                                                                                    margin-top: 2px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption {
                                                                                                                                                                                                                                                    width: 59%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption h1 {
                                                                                                                                                                                                                                                    font-size: 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption p {
                                                                                                                                                                                                                                                    font-size: 28px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #tech-support .aclaracion {
                                                                                                                                                                                                                                                    margin-left: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #about-us,
                                                                                                                                                                                                                                                #services,
                                                                                                                                                                                                                                                #faqs,
                                                                                                                                                                                                                                                #contact {
                                                                                                                                                                                                                                                    margin-bottom: 65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #about-us h1,
                                                                                                                                                                                                                                                #services h1,
                                                                                                                                                                                                                                                #faqs h1,
                                                                                                                                                                                                                                                #contact h1 {
                                                                                                                                                                                                                                                    font-size: 63px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel,
                                                                                                                                                                                                                                                .imagen-parallax,
                                                                                                                                                                                                                                                .modulo.faqs {
                                                                                                                                                                                                                                                    margin-bottom: 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .imagen-parallax {
                                                                                                                                                                                                                                                    background-attachment: scroll;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo h2 {
                                                                                                                                                                                                                                                    font-size: 40px;
                                                                                                                                                                                                                                                    margin-bottom: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .section-faqs.modulo h2 {
                                                                                                                                                                                                                                                    font-size: 30px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo p,
                                                                                                                                                                                                                                                .modulo ul,
                                                                                                                                                                                                                                                .services ul,
                                                                                                                                                                                                                                                .section-faqs ul {
                                                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services {
                                                                                                                                                                                                                                                    margin-bottom: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .tcolumn {
                                                                                                                                                                                                                                                    order: 3;
                                                                                                                                                                                                                                                    padding: 0 56px;
                                                                                                                                                                                                                                                    margin-bottom: 115px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .cta-serv a {
                                                                                                                                                                                                                                                    margin: 30px auto;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .vmask img.mkt,
                                                                                                                                                                                                                                                .vmask img.pjt,
                                                                                                                                                                                                                                                .vmask img.dgt,
                                                                                                                                                                                                                                                .vmask img.lzt,
                                                                                                                                                                                                                                                .vmask img.tch,
                                                                                                                                                                                                                                                .vmask img.glb {
                                                                                                                                                                                                                                                    top: -65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .vcolumn {
                                                                                                                                                                                                                                                    order: 1;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle {
                                                                                                                                                                                                                                                    order: 2;
                                                                                                                                                                                                                                                    margin-top: -100px;
                                                                                                                                                                                                                                                    z-index: 10;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle.localization {
                                                                                                                                                                                                                                                    margin-top: -65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle.dmark {
                                                                                                                                                                                                                                                    margin-top: -65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.services .mtitle h2 {
                                                                                                                                                                                                                                                    padding: 0 85px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .vmask img.mkt,
                                                                                                                                                                                                                                                .vmask img.pjt,
                                                                                                                                                                                                                                                .vmask img.dgt,
                                                                                                                                                                                                                                                .vmask img.tch,
                                                                                                                                                                                                                                                .vmask img.glb {
                                                                                                                                                                                                                                                    left: -117px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .vmask img.lzt {
                                                                                                                                                                                                                                                    left: -95px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h1 {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                    margin-bottom: 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h3 {
                                                                                                                                                                                                                                                    font-size: 25px;
                                                                                                                                                                                                                                                    padding: 0 16px 10px 10px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs .button-more a {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                    padding: 20px 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs {
                                                                                                                                                                                                                                                    padding: 65px 0 70px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .fila-bios,
                                                                                                                                                                                                                                                .fila-bios.invert {
                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-foto {
                                                                                                                                                                                                                                                    width: 75%;
                                                                                                                                                                                                                                                    padding-right: 0;
                                                                                                                                                                                                                                                    margin: 0 auto 30px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .fila-bios.invert .columna-foto {
                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-texto {
                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .now-hiring {
                                                                                                                                                                                                                                                    text-transform: none;
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .webinar .main-info {
                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #mc_embed_signup {
                                                                                                                                                                                                                                                    width: 100%!important;
                                                                                                                                                                                                                                                    float: right!important;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer {
                                                                                                                                                                                                                                                    padding: 85px 0 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .main {
                                                                                                                                                                                                                                                    margin-bottom: 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .main img {
                                                                                                                                                                                                                                                    width: 105px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer h5 a,
                                                                                                                                                                                                                                                footer ul li a {
                                                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                                                    margin-bottom: 16px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .social {
                                                                                                                                                                                                                                                    margin-top: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .social a.linkedin i,
                                                                                                                                                                                                                                                footer .social a.instagram i {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer p.copy {
                                                                                                                                                                                                                                                    font-size: 13px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer p.copy .menu-footer {
                                                                                                                                                                                                                                                    margin-left: 45px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            @media (min-width: 768px) {
                                                                                                                                                                                                                                                .bd-placeholder-img-lg {
                                                                                                                                                                                                                                                    font-size: 3.5rem;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            @media only screen and (max-width: 900px) {
                                                                                                                                                                                                                                                .ctu-ultimate-wrapper-3 {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                    -webkit-box-shadow: none;
                                                                                                                                                                                                                                                    -o-box-shadow: none;
                                                                                                                                                                                                                                                    -ms-box-shadow: none;
                                                                                                                                                                                                                                                    -moz-box-shadow: none;
                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                    overflow: visible;
                                                                                                                                                                                                                                                    -webkit-border-radius: 0;
                                                                                                                                                                                                                                                    -o-border-radius: 0;
                                                                                                                                                                                                                                                    -ms-border-radius: 0;
                                                                                                                                                                                                                                                    -moz-border-radius: 0;
                                                                                                                                                                                                                                                    border-radius: 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ultimate-style-3-content {
                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                    overflow: visible;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ulimate-style-3 {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ultimate-style-heading-3 {
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                    -webkit-box-shadow: none;
                                                                                                                                                                                                                                                    -o-box-shadow: none;
                                                                                                                                                                                                                                                    -ms-box-shadow: none;
                                                                                                                                                                                                                                                    -moz-box-shadow: none;
                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                    margin-bottom: 10px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ultimate-style-heading-3.active {
                                                                                                                                                                                                                                                    background-color: #f3c300;
                                                                                                                                                                                                                                                    color: #2d292a!important;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ultimate-style-3-content a {
                                                                                                                                                                                                                                                    margin-bottom: 30px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .ctu-ulitate-style-3-tabs {
                                                                                                                                                                                                                                                    margin-bottom: 10px;
                                                                                                                                                                                                                                                    -webkit-box-shadow: 0 0 5px #c2c2c2;
                                                                                                                                                                                                                                                    -o-box-shadow: 0 0 5px #c2c2c2;
                                                                                                                                                                                                                                                    -ms-box-shadow: 0 0 5px #c2c2c2;
                                                                                                                                                                                                                                                    -moz-box-shadow: 0 0 5px #c2c2c2;
                                                                                                                                                                                                                                                    box-shadow: 0 0 5px #c2c2c2;
                                                                                                                                                                                                                                                    border-left: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #tech-support .aclaracion {
                                                                                                                                                                                                                                                    margin-left: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion {
                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                    margin: 40px 0 90px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card {
                                                                                                                                                                                                                                                    border-radius: 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-header {
                                                                                                                                                                                                                                                    border: 0;
                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-header button.btn {
                                                                                                                                                                                                                                                    background-color: #f3c300;
                                                                                                                                                                                                                                                    border-radius: 0;
                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                    padding: 20px;
                                                                                                                                                                                                                                                    font-size: 10px;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                    -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    transition: all 0.5s ease;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-header .collapsed {
                                                                                                                                                                                                                                                    background-color: #2d292a!important;
                                                                                                                                                                                                                                                    color: #fff!important;
                                                                                                                                                                                                                                                    -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    transition: all 0.5s ease;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-header .collapsed i {
                                                                                                                                                                                                                                                    transform: rotate(-90deg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-header button:hover {
                                                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-header button:focus {
                                                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                                                    outline: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-body .contour-btn {
                                                                                                                                                                                                                                                    font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                    border-radius: 20px;
                                                                                                                                                                                                                                                    background-color: #f3c300;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                                                    line-height: 1;
                                                                                                                                                                                                                                                    letter-spacing: 0.25em;
                                                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                                                    padding: 20px 32px;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                    margin-top: 35px;
                                                                                                                                                                                                                                                    -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    transition: all 0.5s ease;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career .accordion .card .card-body .contour-btn:hover {
                                                                                                                                                                                                                                                    color: #f3c300;
                                                                                                                                                                                                                                                    background-color: #2d292a;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .now-hiring {
                                                                                                                                                                                                                                                    text-transform: none;
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Dispositivos pequeños (tablets, anchura mayor o igual a 768px) - MEDIA SM */
                                                                                                                                                                                                                                            @media screen and (min-width: 768px) and (max-width: 991px) {
                                                                                                                                                                                                                                                input,
                                                                                                                                                                                                                                                textarea,
                                                                                                                                                                                                                                                 ::placeholder {
                                                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-dark .navbar-nav .nav-item>.nav-link {
                                                                                                                                                                                                                                                    font-size: 13px;
                                                                                                                                                                                                                                                    padding: 0 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar .idiomas,
                                                                                                                                                                                                                                                .navbar .idiomas a {
                                                                                                                                                                                                                                                    font-size: 13px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-brand img {
                                                                                                                                                                                                                                                    width: 120px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                main {
                                                                                                                                                                                                                                                    margin-top: 27px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #about-us h1,
                                                                                                                                                                                                                                                #services h1,
                                                                                                                                                                                                                                                #faqs h1,
                                                                                                                                                                                                                                                #contact h1 {
                                                                                                                                                                                                                                                    font-size: 65px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel,
                                                                                                                                                                                                                                                .imagen-parallax,
                                                                                                                                                                                                                                                .modulo.services,
                                                                                                                                                                                                                                                .modulo.faqs {
                                                                                                                                                                                                                                                    margin-bottom: 50px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption {
                                                                                                                                                                                                                                                    width: 59%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption h1 {
                                                                                                                                                                                                                                                    font-size: 50px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption p {
                                                                                                                                                                                                                                                    font-size: 30px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo h2 {
                                                                                                                                                                                                                                                    font-size: 50px;
                                                                                                                                                                                                                                                    margin-bottom: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .section-faqs.modulo h2 {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo p,
                                                                                                                                                                                                                                                .modulo ul,
                                                                                                                                                                                                                                                .section-faqs ul,
                                                                                                                                                                                                                                                .modulo.services ul {
                                                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card {
                                                                                                                                                                                                                                                    height: 220px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-front h1 {
                                                                                                                                                                                                                                                    font-size: 17px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-back h1 {
                                                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-back .sop p {
                                                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h1 {
                                                                                                                                                                                                                                                    font-size: 36px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h3 {
                                                                                                                                                                                                                                                    font-size: 26px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs .button-more a {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                    padding: 18px 26px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs .button-more {
                                                                                                                                                                                                                                                    margin-top: 27px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-foto {
                                                                                                                                                                                                                                                    width: 40%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .columna-texto {
                                                                                                                                                                                                                                                    width: 60%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer {
                                                                                                                                                                                                                                                    padding: 50px 0 40px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .main {
                                                                                                                                                                                                                                                    margin-bottom: 75px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .main img {
                                                                                                                                                                                                                                                    width: 190px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer h5 a,
                                                                                                                                                                                                                                                footer ul li a {
                                                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                                                    margin-bottom: 16px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer .social a.linkedin i,
                                                                                                                                                                                                                                                footer .social a.instagram i {
                                                                                                                                                                                                                                                    font-size: 35px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer p.copy {
                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Dispositivos medianos (ordenadores, anchura mayor o igual a 992px) - MEDIA MD */
                                                                                                                                                                                                                                            @media screen and (min-width: 992px) and (max-width: 1199px) {
                                                                                                                                                                                                                                                .carousel,
                                                                                                                                                                                                                                                .imagen-parallax {
                                                                                                                                                                                                                                                    margin-bottom: 70px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption h1 {
                                                                                                                                                                                                                                                    font-size: 60px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption p {
                                                                                                                                                                                                                                                    font-size: 36px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo h2 {
                                                                                                                                                                                                                                                    margin-bottom: 35px;
                                                                                                                                                                                                                                                    font-size: 50px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo p,
                                                                                                                                                                                                                                                .modulo ul,
                                                                                                                                                                                                                                                .section-faqs ul,
                                                                                                                                                                                                                                                .modulo.services ul {
                                                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-back .sop {
                                                                                                                                                                                                                                                    width: 93%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-back h1 {
                                                                                                                                                                                                                                                    margin-bottom: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-front h1 {
                                                                                                                                                                                                                                                    width: 70%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-back .sop p {
                                                                                                                                                                                                                                                    font-size: 17px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h1 {
                                                                                                                                                                                                                                                    font-size: 50px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs h3 {
                                                                                                                                                                                                                                                    font-size: 30px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo.faqs .button-more a {
                                                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer {
                                                                                                                                                                                                                                                    padding: 70px 0 60px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                footer p.copy {
                                                                                                                                                                                                                                                    font-size: 15px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Dispositivos grandes (ordenadores, anchura mayor o igual a 1200px) - MEDIA LG*/
                                                                                                                                                                                                                                            @media screen and (min-width: 1921px) {
                                                                                                                                                                                                                                                /*  .carousel-big,
                                                                .big {
                                                                    display: none;
                                                                } */
                                                                                                                                                                                                                                                .carousel-item,
                                                                                                                                                                                                                                                .about-section,
                                                                                                                                                                                                                                                .services-section,
                                                                                                                                                                                                                                                .faqs-section,
                                                                                                                                                                                                                                                .contact-section,
                                                                                                                                                                                                                                                .career-section {
                                                                                                                                                                                                                                                    background-repeat: no-repeat;
                                                                                                                                                                                                                                                    background-size: cover;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.first.active img {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #index .carousel-item.first {
                                                                                                                                                                                                                                                    background-image: url(../img/2500x512-homepage-banner-sinapi-talks.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.second {
                                                                                                                                                                                                                                                    background-image: url(../img/tech-support-sinapi-4.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.third {
                                                                                                                                                                                                                                                    background-image: url(../img/makering-automation-sinapi-1.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.fourth,
                                                                                                                                                                                                                                                #index-es .carousel-item.first {
                                                                                                                                                                                                                                                    background-image: url(../img/makering-automation-sinapi-2.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.fifth {
                                                                                                                                                                                                                                                    background-image: url(../img/web-banner-sinapi.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .about-section {
                                                                                                                                                                                                                                                    background-image: url(../img/about-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .img-about {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .services-section {
                                                                                                                                                                                                                                                    /*     background-image: url(../img/services-sinapi.jpg);
                                                                                                                                                                                                        height: 730px; */
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .faqs-section {
                                                                                                                                                                                                                                                    background-image: url(../img/faqs-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .img-faqs {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .contact-section {
                                                                                                                                                                                                                                                    background-image: url(../img/contact-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .img-contact {
                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career-section {
                                                                                                                                                                                                                                                    background-image: url(../img/career-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption {
                                                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                                                    z-index: 10;
                                                                                                                                                                                                                                                    top: 50%;
                                                                                                                                                                                                                                                    transform: translateY(-50%);
                                                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                                                    left: 27.9%;
                                                                                                                                                                                                                                                    width: 85%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo p,
                                                                                                                                                                                                                                                ul.agenda {
                                                                                                                                                                                                                                                    font-size: 24px;
                                                                                                                                                                                                                                                    line-height: 1.4;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 300;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo h2 {
                                                                                                                                                                                                                                                    font-size: 66px;
                                                                                                                                                                                                                                                    line-height: 1;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                    margin-bottom: 45px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-front h1 {
                                                                                                                                                                                                                                                    font-size: 24px;
                                                                                                                                                                                                                                                    line-height: 1;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                    top: 50%;
                                                                                                                                                                                                                                                    left: 50%;
                                                                                                                                                                                                                                                    width: 60%;
                                                                                                                                                                                                                                                    transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                    -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    transition: all 0.5s ease;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* Dispositivos 4K (ordenadores, anchura mayor o igual a 2600px) - MEDIA 4K XXLG*/
                                                                                                                                                                                                                                            @media screen and (min-width: 2560px) {
                                                                                                                                                                                                                                                /* .carousel-big,
                                                                                        .big {
                                                                                            display: none;
                                                                                        } */
                                                                                                                                                                                                                                                .carousel-item,
                                                                                                                                                                                                                                                .about-section,
                                                                                                                                                                                                                                                .services-section,
                                                                                                                                                                                                                                                .faqs-section,
                                                                                                                                                                                                                                                .contact-section,
                                                                                                                                                                                                                                                .career-section {
                                                                                                                                                                                                                                                    background-repeat: no-repeat;
                                                                                                                                                                                                                                                    background-size: cover;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                /*   .carousel-item.first.active img {
                                                                display: none;
                                                            } */
                                                                                                                                                                                                                                                #index .carousel-item.first {
                                                                                                                                                                                                                                                    background-image: url(../img/2500x512-homepage-banner-sinapi-talks.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.second {
                                                                                                                                                                                                                                                    background-image: url(../img/tech-support-sinapi-4.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.third {
                                                                                                                                                                                                                                                    background-image: url(../img/makering-automation-sinapi-1.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.fourth,
                                                                                                                                                                                                                                                #index-es .carousel-item.first {
                                                                                                                                                                                                                                                    background-image: url(../img/makering-automation-sinapi-2.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-item.fifth {
                                                                                                                                                                                                                                                    background-image: url(../img/web-banner-sinapi.jpg);
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .about-section {
                                                                                                                                                                                                                                                    background-image: url(../img/about-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .services-section {
                                                                                                                                                                                                                                                    /*    background-image: url(../img/services-sinapi.jpg);
                                                                                                                                                                                                                                            height: 730px; */
                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .faqs-section {
                                                                                                                                                                                                                                                    background-image: url(../img/faqs-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .contact-section {
                                                                                                                                                                                                                                                    background-image: url(../img/contact-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .career-section {
                                                                                                                                                                                                                                                    background-image: url(../img/career-sinapi.jpg);
                                                                                                                                                                                                                                                    height: 730px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                body {
                                                                                                                                                                                                                                                    font-size: 22px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .navbar-dark .navbar-nav .nav-item>.nav-link {
                                                                                                                                                                                                                                                    color: white;
                                                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                                                    font-weight: 400;
                                                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                                                    padding: 0 14px;
                                                                                                                                                                                                                                                    -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    transition: all 0.5s ease;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #about-us h1,
                                                                                                                                                                                                                                                #services h1,
                                                                                                                                                                                                                                                #faqs h1,
                                                                                                                                                                                                                                                #career h1,
                                                                                                                                                                                                                                                #contact h1 {
                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                    top: 50%;
                                                                                                                                                                                                                                                    left: 50%;
                                                                                                                                                                                                                                                    transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                    font-size: 110px;
                                                                                                                                                                                                                                                    line-height: 1;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo h2 {
                                                                                                                                                                                                                                                    font-size: 66px;
                                                                                                                                                                                                                                                    line-height: 1;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                    margin-bottom: 45px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .modulo p,
                                                                                                                                                                                                                                                ul.agenda {
                                                                                                                                                                                                                                                    font-size: 25px;
                                                                                                                                                                                                                                                    line-height: 1.4;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 300;
                                                                                                                                                                                                                                                    color: #2d292a;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .carousel-caption {
                                                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                                                    z-index: 10;
                                                                                                                                                                                                                                                    top: 50%;
                                                                                                                                                                                                                                                    transform: translateY(-50%);
                                                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                                                    left: 27.9%;
                                                                                                                                                                                                                                                    width: 85%;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-front h1 {
                                                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                                                    line-height: 1;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                    top: 50%;
                                                                                                                                                                                                                                                    left: 50%;
                                                                                                                                                                                                                                                    width: 60%;
                                                                                                                                                                                                                                                    transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                    -webkit-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -moz-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -ms-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    -o-transition: all 0.5s ease;
                                                                                                                                                                                                                                                    transition: all 0.5s ease;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                .flip-card-back p {
                                                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                                                    line-height: 1.2;
                                                                                                                                                                                                                                                    letter-spacing: 0;
                                                                                                                                                                                                                                                    font-weight: 400;
                                                                                                                                                                                                                                                    color: #000;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-------------Cookie Policy-------*/
                                                                                                                                                                                                                                            .cookie-consent-banner {
                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                z-index: 2147483645;
                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                background-color: #F1F6F4;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__inner {
                                                                                                                                                                                                                                                max-width: 960px;
                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                padding: 32px 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__copy {
                                                                                                                                                                                                                                                margin-bottom: 16px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__actions {}
                                                                                                                                                                                                                                            .cookie-consent-banner__header {
                                                                                                                                                                                                                                                margin-bottom: 8px;
                                                                                                                                                                                                                                                font-weight: normal;
                                                                                                                                                                                                                                                font-size: 16px;
                                                                                                                                                                                                                                                line-height: 24px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__description {
                                                                                                                                                                                                                                                font-weight: normal;
                                                                                                                                                                                                                                                color: #838F93;
                                                                                                                                                                                                                                                font-size: 16px;
                                                                                                                                                                                                                                                line-height: 24px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__cta {
                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                min-width: 164px;
                                                                                                                                                                                                                                                padding: 11px 13px;
                                                                                                                                                                                                                                                border-radius: 2px;
                                                                                                                                                                                                                                                background-color: #2CE080;
                                                                                                                                                                                                                                                color: #FFF;
                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                font-weight: normal;
                                                                                                                                                                                                                                                font-size: 24px;
                                                                                                                                                                                                                                                line-height: 20px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__cta--secondary {
                                                                                                                                                                                                                                                padding: 9px 13px;
                                                                                                                                                                                                                                                border: 2px solid #3A4649;
                                                                                                                                                                                                                                                background-color: transparent;
                                                                                                                                                                                                                                                color: #2CE080;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__cta:hover {
                                                                                                                                                                                                                                                background-color: #20BA68;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__cta--secondary:hover {
                                                                                                                                                                                                                                                border-color: #838F93;
                                                                                                                                                                                                                                                background-color: transparent;
                                                                                                                                                                                                                                                color: #22C870;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .cookie-consent-banner__cta:last-child {
                                                                                                                                                                                                                                                margin-left: 16px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*---------------END Cookie Policy-------------->

/*-------------PopPup CSS-------*/
                                                                                                                                                                                                                                            @font-face {
                                                                                                                                                                                                                                                font-family: 'big_noodle_titling';
                                                                                                                                                                                                                                                src: url('../fonts/big_noodle_titling.eot');
                                                                                                                                                                                                                                                src: url('../fonts/big_noodle_titling.eot') format('embedded-opentype'), url('../fonts/big_noodle_titling.woff2') format('woff2'), url('../fonts/big_noodle_titling.woff') format('woff'), url('../fonts/big_noodle_titling.ttf') format('truetype'), url('../fonts/big_noodle_titling.svg#big_noodle_titling') format('svg');
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .bd-placeholder-img {
                                                                                                                                                                                                                                                font-size: 1.125rem;
                                                                                                                                                                                                                                                text-anchor: middle;
                                                                                                                                                                                                                                                -webkit-user-select: none;
                                                                                                                                                                                                                                                -moz-user-select: none;
                                                                                                                                                                                                                                                -ms-user-select: none;
                                                                                                                                                                                                                                                user-select: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            @media (min-width: 768px) {
                                                                                                                                                                                                                                                .bd-placeholder-img-lg {
                                                                                                                                                                                                                                                    font-size: 3.5rem;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #consolPopup {
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                max-width: 100%;
                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #consolPopup h1 {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                                text-align;
                                                                                                                                                                                                                                                center;
                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                margin-bottom: 10px;
                                                                                                                                                                                                                                                background: #3275ae;
                                                                                                                                                                                                                                                /* Old browsers */
                                                                                                                                                                                                                                                background: -moz-linear-gradient(top, #3275ae 0%, #005093 100%);
                                                                                                                                                                                                                                                /* FF3.6+ */
                                                                                                                                                                                                                                                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3275ae), color-stop(100%, #005093));
                                                                                                                                                                                                                                                /* Chrome,Safari4+ */
                                                                                                                                                                                                                                                background: -webkit-linear-gradient(top, #3275ae 0%, #005093 100%);
                                                                                                                                                                                                                                                /* Chrome10+,Safari5.1+ */
                                                                                                                                                                                                                                                background: -o-linear-gradient(top, #3275ae 0%, #005093 100%);
                                                                                                                                                                                                                                                /* Opera 11.10+ */
                                                                                                                                                                                                                                                background: -ms-linear-gradient(top, #3275ae 0%, #005093 100%);
                                                                                                                                                                                                                                                /* IE10+ */
                                                                                                                                                                                                                                                background: linear-gradient(to bottom, #3275ae 0%, #005093 100%);
                                                                                                                                                                                                                                                /* W3C */
                                                                                                                                                                                                                                                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3275ae', endColorstr='#005093', GradientType=0);
                                                                                                                                                                                                                                                /* IE6-9 */
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #consolPopup p {
                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .fancybox-skin {
                                                                                                                                                                                                                                                padding: 0 !important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .example_a {
                                                                                                                                                                                                                                                color: #fff !important;
                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                background: #f3c300;
                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                transition: all 0.4s ease 0s;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .example_a:hover {
                                                                                                                                                                                                                                                background: #434343;
                                                                                                                                                                                                                                                letter-spacing: 1px;
                                                                                                                                                                                                                                                -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
                                                                                                                                                                                                                                                -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
                                                                                                                                                                                                                                                box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
                                                                                                                                                                                                                                                transition: all 0.4s ease 0s;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .button_cont {
                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                top: 410px;
                                                                                                                                                                                                                                                left: 35px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*---------------END PopPup CSS-------------->