@charset "utf-8";

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.ttf);
	font-weight: bold;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(../fonts/Ubuntu-Bold.ttf);
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato-Black.ttf);
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 12px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #212322;
    font-weight: normal;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 4rem;
}

h6 {
    font-weight: bold;
    font-size: 2rem;
}

a {
    text-decoration: none;
    color: #212322;
}

.nav-bar {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.90);
}

.nav-lim {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-logo {
    display: inline-block;
    margin-left: 90px;
    height: 50px;
}

#menu-icon {
    display: none;
}

.nav-lim nav {
    display: inline-block;
    position: absolute;
    right: 90px;
}

.nav-lim nav a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    color: #212322;
    margin-left: 30px;
    transition: color .3s;
}

.nav-lim nav a:first-of-type {
    margin-left: 0;
}

.nav-lim nav a:hover {
    color: #3A5DAE;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#intro {
    width: 100%;
    padding-top: 120px;
    background-image: url("../img/2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.text-intro {
    margin-left: 90px;
}

.text-intro h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 5rem;
    color: #7E7E82;
    margin-top: 90px;
}

.text-intro h4 {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    color: #212322;
    margin: 60px 0 0 60px;
}

.text-intro h5 {
    font-size: 1.5rem;
    color: #7E7E82;
    margin: 60px 0 0 60px;
}

.benefits {
    margin-top: 120px;
}

.benefits h2 {
    text-align: center;
}

.benefits-list {
    width: 100%;
    padding-top: 90px;
}

.single-benefit {
    width: 33.33%;
    text-align: center;
    float: left;
}

.benefits-list::after {
    content: "";
    clear: both;
    display: table;
}

.single-benefit img {
    display: block;
    width: 180px;
    margin: 0 auto;
}

.single-benefit h6 {
    padding-top: 30px;
}

.benefits-description {
    text-align: justify;
    width: 60%;
    margin: 0 auto;
    padding-top: 90px;
    font-size: 1.5rem;
}

.cta {
    background-color: #E5E1E6;
    margin-top: 120px;
}

.cta-info {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 90px 0;
    font-size: 1.5rem;
}

.cta-info p {
    width: 50%;
    float: left;
    text-align: right;
}

.cta-right {
    width: 50%;
    float: left;
    text-align: center;
}

.cta-button {
    background-color: #FFC845;
    padding: 30px 60px;
    border-radius: 100px;
    font-weight: bold;
    transition: all .3s;
}

.cta-button:hover {
    background-color: #3A5DAE;
    color: #E5E1E6;
}

.cta-info::after {
    content: "";
    clear: both;
    display: table;
}

#about {
    width: 100%;
    padding-top: 120px;
}

.history,
.alliances,
.culture-description,
.services-description,
.methodology-description,
.success-story-description,
.contact-description,
.contact-links {
    width: 100%;
    display: flex;
    align-items: center;
}

.left-img,
.right-img {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-bg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
}

.main-img {
    border-radius: 30px;
}

.main-img,
.main-small-img,
.contact-map iframe,
.small-contact-map iframe {
    box-shadow: 18px 18px 27px rgba(0, 0, 0, 0.35);
}

.right-info {
    width: 30%;
    padding: 0 10%;
}

.main-small-img {
    display: none;
    width: 260px;
    border-radius: 30px;
    margin: 60px auto;
}

.small-bg {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto !important;
    height: 100%;
    z-index: -1;
}

.right-info p,
.left-info p {
    font-size: 1.5rem;
    margin-top: 60px;
}

#history-hidden {
    display: none;
}

#history-more-button {
    display: block;
}

.more-button {
    text-align: center;
    margin-top: 60px;
}

.more-button a {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    border-radius: 100px;
    border: 3px solid #3A5DAE;
    color: #3A5DAE;
    padding: 15px 30px;
    transition: all .3s;
    cursor: pointer;
}

.more-button a:hover {
    background-color: #3A5DAE;
    color: #E5E1E6;
}

#history-less-button {
    display: none;
}

.less-button {
    text-align: center;
    margin-top: 60px;
}

.less-button a {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    border-radius: 100px;
    border: 3px solid #3A5DAE;
    color: #3A5DAE;
    padding: 15px 30px;
    transition: all .3s;
    cursor: pointer;
}

.less-button a:hover {
    background-color: #3A5DAE;
    color: #E5E1E6;
}

.culture {
    width: 100%;
    margin-top: 120px;
}

.right-img {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-bg {
    position: absolute;
    transform: translate(50%, -50%);
    top: 50%;
    z-index: -1;
}

.left-info {
    width: 30%;
    padding: 0 10%;
    text-align: right;
}

#culture-hidden {
    display: none;
}

#culture-more-button {
    display: block;
}

#culture-less-button {
    display: none;
}

.culture-list {
    width: 100%;
    position: relative;
}

.culture-bg {
    height: 90%;
}

.mission,
.vision,
.values {
    margin: 120px auto 0;
    display: flex;
    align-items: center;
    width: 50%;
}

.vision-up {
    display: none;
}

.mission-text,
.values-text {
    margin-left: 60px;
}

.culture-list div div p {
    font-size: 1.5rem;
    margin-top: 60px;
}

.vision-text {
    margin-right: 60px;
    text-align: right;
}

.alliances {
    margin-top: 120px;
}

#services {
    width: 100%;
    padding-top: 120px;
}

.services-info {
    width: 100%;
    margin-top: 120px;
    background-color: #E5E1E6;
    position: relative;
}

#services-more-button {
    transform: rotate(0deg);
    transition: all .3s;
}

#mobile-services-more-button {
    display: none;
}

.services-list {
    width: 80%;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services-hidden,
#mobile-services-hidden-1,
#mobile-services-hidden-2 {
    display: none;
}

.services-text {
    width: 80%;
    margin: -30px auto 0;
    padding-bottom: 60px;
    justify-content: center;
}

.services-info a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    z-index: 1;
    border-radius: 100px;
    cursor: pointer;
}

.services-info a img {
    border-radius: 100px;
}

.single-service {
    width: 20%;
    padding: 0 2.5%;
    text-align: center;
}

.single-service img {
    width: 90px;
}

.single-service h6 {
    padding-top: 30px;
}

.single-service p {
    font-size: 1.5rem;
    text-align: left;
}

.methodology {
    margin-top: 120px;
}

.methodology-infographic {
    background-color: #ffffff;
    width: 80%;
    margin: 120px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.methodology-infographic img {
    width: 45%;
    padding: 2.5%;
}

.technologies {
    margin-top: 120px;
    width: 100%;
    background-color: #212322;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background-color: #212322;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1280px;
    padding: 90px 0;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(33, 35, 34, 1) 0%, rgba(33, 35, 34, 0) 100%);
    content: "";
    height: 60px;
    position: absolute;
    width: 200px;
    z-index: 2;
    padding: 90px 0;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 60px;
    margin-left: 60px;
}

.success-story {
    margin-top: 120px;
}

.success-story h2 {
    text-align: center;
}

.success-story-description {
    margin-top: 90px;
}

.success-story div h6 {
    margin-top: 60px;
}

.contact-info {
    padding-top: 120px;
}

.contact-links {
    padding: 120px 0;
}

.small-contact-map {
    display: none;
}

.contact-map iframe {
    width: 420px;
    height: 630px;
    border: 0;
    border-radius: 30px;
}

.single-link {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.single-link:first-of-type {
    margin-top: 0;
}

.signle-link img {}

.single-link a {
    font-size: 1.5rem;
    margin-left: 30px;
    transition: all .3s;
}

footer {
    width: 100%;
    background-color: #212322;
    text-align: center;
}

.social {
    width: 100%;
    max-width: 1280px;
    padding-top: 30px;
    margin: 0 auto;
}

.social a {
    margin: 0 60px;
}

.footer-logo {
    margin: 30px auto 0;
    display: block;
}

.footer-text {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1rem;
    color: #E5E1E6;
    display: flex;
    align-items: center;
}

.footer-text span {
    width: 33.33%;
    margin: 30px 0;
}


/*      T     A     B     L     E     T     */

@media screen and (max-width: 1024px) {
    .container,
    .nav-lim,
    .social,
    .footer-text {
        max-width: 768px;
    }
    .benefits-description {
        width: 80%;
    }
    .single-benefit img {
        width: 150px;
    }
    .cta-info {
        width: 90%;
    }
    .cta-right {
        width: 40%;
        margin: 0 5%;
    }
    .cta-button {
        padding: 30px 30px;
    }
    .main-img {
        width: 320px;
    }
    .right-info,
    .left-info {
        width: 40%;
        padding: 0 5%;
    }
    .culture-list img {
        width: 120px;
    }
    .culture-bg {
        width: auto !important;
    }
    .mission,
    .vision,
    .values {
        width: 70%;
    }
    .services-list,
    .services-text {
        width: 100%;
    }
    .methodology-infographic {
        width: 100%;
    }
    .contact-map iframe {
        width: 320px;
        height: 480px;
    }
    .social a {
        margin: 0 45px;
    }
}

.ADS_aviso-privacidad {
    color: #fff;
}

.ADS_aviso-privacidadMargin {
    margin: 120px 0;
}

.ADS_aviso-privacidadMargin h2 {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.ADS_hoverIMG:hover {
    margin-top: -25px;
    transition: all 1s;
}

.ADS_hoverZoomIMG:hover {
    transform: scale(0.9);
    transition: all 1s;
}

.ADS_aviso-privacidadParrafo {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding-top: 90px;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
}
.ADS_marginTopParrafosAp {
	margin-top: 1em;	
}
.ADS_spanPuntos {
	
}

.ADS_pDireccion {
	text-align: center;
}

.ADS_marginAp {
	margin-top: 2em;
	margin-bottom: .5em;
}

.ADS_link {
	font-weight: 600;
	color: #3A5DAE;
}

.ADS_bold {
	font-weight: 600;
}

.single-link:hover {
    transition: all 1s;
}

.single-link:hover>.ADS_hoverIconosA {
    display: inline;
}

.single-link:hover>.ADS_hoverIconos {
    display: none;
}

.single-link:hover>.contact-anchor {
    color: #3A5DAE;
}

.social a:hover {
    transition: all 1s;
}

.social a:hover>.ADS_hoverIconosA {
    display: inline;
}

.social a:hover>.ADS_hoverIconos {
    display: none;
}

.ADS_hoverIconosA {
    display: none;
}

.ADS_menuSeleccionado {
    border-bottom: 1px solid #3A5DAE;
    color: #3A5DAE !important;
    font-weight: 600;
}

.ADS_aviso-privacidad:hover {
    color: #3A5DAE !important;
}

.ADS_slide {
    height: 60px;
    margin-left: 60px;
}

.ADS_padCarrusel {
	padding: 90px 0;
}

.slick-prev:after {
  content: "<";
  color: red;
  font-size: 30px;
}



/*      T     A     B     L     E     T     */


/*      M     Ó     V     I     L     */

@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
    }
    .nav-logo,
    #menu-icon {
        display: block;
    }
    .nav-logo {
        margin-left: 15px;
    }
    #menu-icon {
        position: absolute;
        right: 15px;
    }
    .nav-lim nav {
        width: 100%;
        margin: 0 auto;
        top: 65px;
        left: 0;
        right: 0;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.90);
        display: none;
    }
    .nav-lim nav a {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 15px 0;
    }
    .nav-lim nav a:first-of-type {
        padding-top: 30px;
    }
    .nav-lim nav a:last-of-type {
        padding-bottom: 30px;
    }
    #intro {
        background-image: url("../img/42.png");
    }
    .text-intro {
        margin-left: 15px;
    }
    .text-intro h1 {
        margin-top: 60px;
    }
    .text-intro h4,
    .text-intro h5 {
        margin: 60px 0 0 30px;
    }
    .container,
    .nav-lim,
    .social,
    .footer-text {
        max-width: 100%;
    }
    .social a {
        margin: 0 45px;
    }
    .benefits-description {
        width: 80%;
    }
    .single-benefit {
        width: 100%;
        margin-top: 90px;
    }
    .single-benefit:first-of-type {
        margin-top: 0;
    }
    .cta-info {
        width: 95%;
        display: block;
        padding: 90px 0 120px 0;
    }
    .cta-info p {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .cta-right {
        width: 100%;
        margin: 90px 0 0;
    }
    .cta-button {
        padding: 30px 30px;
    }
    .main-img {
        display: none;
    }
    .main-small-img {
        display: block;
    }
    .small-bg {
        display: block;
    }
    .culture-small-bg {
        height: 50%;
    }
    .left-img,
    .right-img,
    .left-bg {
        display: none;
    }
    .right-info,
    .left-info {
        width: 90%;
        padding: 0 5%;
        position: relative;
    }
    .culture-list img {
        width: 120px;
    }
    .culture-bg {
        width: auto !important;
    }
    .mission,
    .vision,
    .values {
        width: 90%;
        display: block;
    }
    .mission img,
    .vision img,
    .values img {
        display: block;
        margin: 0 auto;
    }
    .vision-down {
        display: none !important;
    }
    .vision-up {
        display: block;
    }
    .mission-text,
    .vision-text,
    .values-text {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .mission-text h6,
    .vision-text h6,
    .values-text h6 {
        margin-top: 60px;
    }
    .services-list,
    .services-text {
        width: 100%;
    }
    .services-list {
        display: block;
        padding: 60px 0;
    }
    .services-list::after {
        content: "";
        clear: both;
        display: table;
    }
    .single-service {
        width: 40%;
        padding: 0 5%;
        float: left;
    }
    .single-service-bottom {
        margin-top: 60px;
    }
    .single-service h6 {
        font-size: 1.5rem;
    }
    #services-more-button {
        display: none;
    }
    #mobile-services-more-button {
        display: block;
    }
    #mobile-services-hidden-1,
    #mobile-services-hidden-2 {
        margin-top: 30px;
    }
    .methodology-infographic {
        width: 100%;
        display: block;
        padding: 2.5% 0;
    }
    .methodology-infographic::after {
        content: "";
        clear: both;
        display: table;
    }
    .methodology-infographic img {
        width: 95%;
        padding: 0 2.5%;
        float: left;
    }
    .success-story {
        position: relative;
    }
    .contact-map {
        display: none;
    }
    .small-contact-map {
        display: block;
        width: 260px;
        margin: 0 auto;
    }
    .small-contact-map iframe {
        width: 260px;
        height: 260px;
        border: 0;
        border-radius: 30px;
    }
    .single-link:first-of-type {
        margin-top: 60px;
    }
    .social::after {
        content: "";
        clear: both;
        display: table;
    }
    .social a {
        width: 33.33%;
        margin: 0;
        float: left;
    }
    .bottom-row {
        margin-top: 30px !important;
    }
    .footer-text {
        display: block;
    }
    .footer-text::after {
        content: "";
        clear: both;
        display: table;
    }
    .footer-text span {
        width: 100%;
        float: left;
        margin: 7.5px 0;
    }
    .footer-text span:first-of-type {
        margin-top: 30px;
    }
    .footer-text span:last-of-type {
        margin-bottom: 30px;
    }
}


/*      M     Ó     V     I     L     */