@charset "UTF-8";
/*
Theme Name: Portal institucional - Base
Author: tsol
Author URI: https://fundaciontelefonica.com
Description: Tema base para los portales institucionales de Fundación Telefónica
Version: 1.0.0
Text Domain: telefonicawi
 
*/

@import "css/fonts.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ul {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == FTEF - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Telefonica';
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003245;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #fafafa;
}
/* == Text Styles == */
a {
  color: #003245;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:active,
a:visited {
  color: #003245;
}
.noTouchDevice a:hover {
  text-decoration: none;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-family: 'Telefonica';
  font-size: 1.357em;
  text-align: center;
  padding: .8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
/* == Heading Styles == */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Telefonica';
  color: #252525;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
h3 {
  /* OK */
  font-size: 1.7143em;
  letter-spacing: -0.006em;
  line-height: 1.25em;
  word-spacing: -0.059em;
}
h4 {
  font-size: 1.3571em;
  line-height: 1.0416em;
  letter-spacing: -0.006em;
  word-spacing: -0.059em;
}
h5 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
h6 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
.iframe-wrapper {
  position: relative;
  max-width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 30px 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* == Table Styles == */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #dddddd;
}
table tbody {
  overflow: scroll;
}
table tr td {
  font-size: 0.9em;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle;
  padding: 8px 5px 8px 5px;
  border-right: 1px solid #dddddd;
}
table tr td:last-child {
  border-right: 0;
}
table tr:nth-child(2n+1) td {
  background: #f5f5f5;
}
table tr th,
table thead tr td {
  font-family: 'Telefonica';
  text-align: center;
  font-weight: 400;
  background: #e0e0e0;
  font-size: 1.1em;
  line-height: 1.1em;
  vertical-align: middle;
  padding: 8px 5px 8px 5px;
  border-right: 1px solid #dddddd;
}
table tr th:last-child,
table thead tr td:last-child {
  border-right: 0;
}
/* == Form Styles == */
textarea {
  padding: 14px 10px 0px 10px;
}
::placeholder {
  color: #86888C;
  opacity: 1;
}
input:-moz-placeholder {
  color: #86888C;
}
textarea:-moz-placeholder {
  color: #86888C;
}
textarea,
input {
  font-family: 'Telefonica';
  font-size: 0.8571em;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -moz-appearance: caret;
  /* Mobile Firefox too! */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd;
  padding: 0.8em;
}
input[type="submit"],
input[type="cancel"],
button {
  color: white;
  font-size: 1.285em;
  font-family: 'Telefonica';
  text-decoration: none;
  padding: 0.6em 2em 0.4em 2em;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #0090b0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
label {
  font-family: 'Telefonica';
  font-weight: normal;
  font-size: 0.9285em;
  position: relative;
  padding-right: 1em;
  padding-bottom: 0.7em;
}
/* == Content elements == */
.alignnone,
.alignright,
.alignleft,
.aligncenter {
  display: block;
}
.alignnone {
  float: none;
  margin: 0 0 3em 0;
}
.alignright {
  float: right;
  margin: 0 0 3em 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 3em 0;
}
.aligncenter {
  float: none;
  margin: 0 auto 30px auto;
}
.wp-caption {
  display: block;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 2px;
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption-text {
  font-family: 'Telefonica';
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  color: rgba(68, 68, 68, 0.6);
  margin: 0.5em 0 0 0;
  padding: 0;
}
.animLeft,
.animRight {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-05s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.animated.delay-1s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
[data-icon]:before {
  font-family: "ftelefonica" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ftelefonica" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-play:before {
  content: "\63";
}
.icon-email:before {
  content: "\64";
}
.icon-instagram:before {
  content: url("img/ft-rrss-instagram-icon.svg");
  position:absolute;
}
.icon-facebook:before {
  content: url("img/ft-rrss-facebook-icon.svg");
  position:absolute;
}
.icon-linkedin:before {
  content: url("img/ft-rrss-linkedin-icon.svg");
  position:absolute;
}
.icon-youtube:before {
  content: url("img/ft-rrss-youtube-icon.svg");
  position:absolute;
}
.icon-twitter:before {
  content: url("img/ft-rrss-x-icon.svg");
  position:absolute;
}
.icon-whatsapp:before {
  content: url("img/ft-rrss-whatsapp-icon.svg");
  position:absolute;
}
.icon-share:before {
  content: "\6b";
}
.icon-type-podcast:before {
  content: "\6c";
}
.icon-type-post:before {
  content: "\6d";
}
.icon-download:before {
  content: "\6e";
}
.icon-buy:before {
  content: "\6f";
}
.icon-search-options:before {
  content: "\70";
}
.icon-check:before {
  content: "\71";
}
.icon-share-mail:before {
  content: "\72";
}
.icon-search:before {
  content: "\73";
}
#general {
  max-width: 1600px;
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper img {
  width: 100%;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper a {
  display: block;
}
.video-wrapper:hover:after {
  color: #00FF99;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}
.video-wrapper:after {
  font-family: "ftelefonica" !important;
  content: "\63";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
  display: block;
  font-size: 2.5em;
  z-index: 1;
  border: 1px solid white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 16px 20px 24px;
  margin-left: -41px;
  margin-top: -41px;
  pointer-events: none;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.overlay.hide {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  z-index: -5;
}
.modal-quicklinks {
  max-width: 480px;
  width: 100%;
  position: fixed;
  right: -500px;
  background: rgba(0, 50, 69, 0.8);
  z-index: 10;
  -webkit-transition: right, 0.3s;
  -moz-transition: right, 0.3s;
  -o-transition: right, 0.3s;
  transition: right, 0.3s;
  top: 96px;
  height: calc(100vh - 96px);
}
.modal-quicklinks.modal-quicklinks_int {
  top: 56px;
  height: calc(100vh - 56px);
}
.modal-quicklinks.show {
  right: 0;
  -webkit-transition: right, 0.3s;
  -moz-transition: right, 0.3s;
  -o-transition: right, 0.3s;
  transition: right, 0.3s;
}
.modal-quicklinks.show .inner .close {
  right: 2.5em;
  -webkit-transition: right, 1s;
  -moz-transition: right, 1s;
  -o-transition: right, 1s;
  transition: right, 1s;
}
.modal-quicklinks .inner {
  padding: 80px 30px;
  height: 100%;
  position: relative;
}
.modal-quicklinks .inner .close {
  position: absolute;
  top: 2em;
  right: 0;
  -webkit-transition: right, 1s;
  -moz-transition: right, 1s;
  -o-transition: right, 1s;
  transition: right, 1s;
}
.modal-quicklinks .inner .close .icon-close {
  cursor: pointer;
}
.modal-quicklinks .inner .close .icon-close:before {
  color: white;
  font-size: 1.9em;
}
.modal-quicklinks .inner .list-ql > li {
  padding: 0;
  margin-bottom: 1.2em;
}
.modal-quicklinks .inner .list-ql > li:last-child {
  margin-bottom: 0;
}
.modal-quicklinks .inner .list-ql > li a {
  color: white;
}
.modal-quicklinks .inner .list-ql > li a img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-quicklinks .inner .list-ql > li a img + span {
  margin-left: .5em;
}
.modal-quicklinks .inner .list-ql > li a img,
.modal-quicklinks .inner .list-ql > li a span {
  display: inline-block;
  vertical-align: middle;
}
.modal-quicklinks .inner .list-ql > li a span {
  font-size: 2.063em;
  font-weight: 200;
  line-height: 1em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  position: relative;
}
.modal-quicklinks .inner .list-ql > li a:hover span {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
@media screen and (max-width: 750px) {
  .modal-quicklinks {
    max-width: 100%;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: #003245;
    z-index: 10;
    -webkit-transition: right, 0.3s;
    -moz-transition: right, 0.3s;
    -o-transition: right, 0.3s;
    transition: right, 0.3s;
  }
  .modal-quicklinks.modal-quicklinks_int {
    top: 0;
  }
  .modal-quicklinks.show {
    right: 0;
    -webkit-transition: right, 0.3s;
    -moz-transition: right, 0.3s;
    -o-transition: right, 0.3s;
    transition: right, 0.3s;
  }
  .modal-quicklinks .inner {
    padding: 80px 20px 40px;
  }
  .modal-quicklinks .inner .close .icon-close:before {
    font-size: 1.4em;
  }
  .modal-quicklinks .inner .list-ql > li a span {
    font-size: 1.8em;
  }
  .modal-quicklinks .inner .list-ql > li a:hover span {
    left: 0;
  }
}
.mod-us-intro {
  background: url('img/us-intro.png') no-repeat center -40px #ffffff;
  background-size: 120% auto;
  background-attachment: fixed;
}
.mod-us-intro .inner {
  overflow: hidden;
  position: relative;
  padding: 0 30px 8em;
}
.mod-us-intro .inner .title {
  font-size: 8.563em;
  max-width: 538px;
  line-height: 1em;
  width: 100%;
  display: block;
  margin: 1em 200px 0 auto;
  color: #003245;
}
.mod-us-intro .inner .title > strong {
  font-weight: 200;
}
.mod-us-intro .inner .title-strong {
  font-weight: 200;
  font-size: 8.563em;
  line-height: 1em;
  display: block;
  margin: 1.5em 0 0;
  color: #003245;
}
.mod-us-intro .inner .skills {
  max-width: 538px;
  margin: 1.5em 200px 0 auto;
}
.mod-us-intro .inner .skills li {
  padding: 0;
  color: #003245;
  font-size: 4.688em;
  font-weight: 200;
  line-height: 1.2em;
}
.mod-us-slide {
  background: #003245;
}
.mod-us-slide .inner {
  padding: 5em 30px;
}
.mod-us-slide .inner .carousel {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity, 1s;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  transition: opacity, 1s;
}
.mod-us-slide .inner .carousel.slick-initialized {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity, 1s;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  transition: opacity, 1s;
}
.mod-us-slide .inner .carousel .slick-slide .item strong {
  font-weight: 100;
  color: #00EDFF;
  display: block;
  text-align: center;
  font-size: 6.063em;
  line-height: 1.1em;
  margin-bottom: .5em;
}
.mod-us-slide .inner .carousel .slick-slide .item strong.color_green {
  color: #00FF99;
}
.mod-us-slide .inner .carousel .slick-slide .item .msg {
  max-width: 1038px;
  margin: 0 auto;
  line-height: 1.1em;
  font-size: 4.875em;
  color: white;
  text-align: center;
  font-weight: 200;
  display: block;
  padding-bottom: .6em;
}
.mod-us-slide .inner .carousel .slick-dots {
  margin-top: 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.mod-us-slide .inner .carousel .slick-dots > li {
  padding: 0;
  display: inline-block;
  margin: 0 .1em;
}
.mod-us-slide .inner .carousel .slick-dots > li button {
  border: none;
  background: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width: 12px;
  height: 12px;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
}
.mod-us-slide .inner .carousel .slick-dots > li button:hover {
  cursor: pointer;
}
.mod-us-slide .inner .carousel .slick-dots > li button:focus,
.mod-us-slide .inner .carousel .slick-dots > li button::-moz-focus-inner {
  outline: none;
  border: 0;
}
.mod-us-slide .inner .carousel .slick-dots > li.slick-active button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.mod-us-white {
  background-color: white;
}
.mod-us-white .inner {
  overflow: hidden;
  position: relative;
  padding: 5em 30px;
}
.mod-us-white .inner .title-strong {
  font-weight: 200;
  font-size: 8.563em;
  line-height: 1em;
  display: block;
  margin: 0;
  color: #003245;
}
.mod-us-white .inner .skills {
  max-width: 538px;
  margin: 1.5em 200px 0 auto;
}
.mod-us-white .inner .skills li {
  padding: 0;
  color: #003245;
  font-size: 4.688em;
  font-weight: 200;
  line-height: 1.2em;
}
.mod-us-white .inner ol.skills {
  counter-reset: list;
  list-style-type: none;
  position: relative;
  margin-top: 4em;
}
.mod-us-white .inner ol.skills li:before {
  color: #00EDFF;
  counter-increment: list;
  content: counter(list) ".";
  left: -50px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.mod-us-block {
  background: white;
}
.mod-us-block.mod-us-block_blue {
  background: #00EDFF;
}
.mod-us-block.mod-us-block_blue .inner .bck-wrapper {
  margin: 0;
}
.mod-us-block.mod-us-block_blue .inner .bck-wrapper .bck_image {
  top: 30px;
  left: 0;
}
.mod-us-block .inner {
  padding: 50px 30px;
  position: relative;
}
.mod-us-block .inner .bck-wrapper {
  max-width: 970px;
  margin: 0 0 0 auto;
  position: relative;
}
.mod-us-block .inner .bck-wrapper .bck_image {
  line-height: 0;
  position: absolute;
}
.mod-us-block .inner .bck-wrapper .bck_image > img {
  max-width: 152px;
  width: 100%;
}
.mod-us-block .inner .bck-wrapper .bck_info {
  max-width: 670px;
  margin-left: 270px;
}
.mod-us-block .inner .bck-wrapper .bck_info .bck_info-title {
  color: #003245;
  font-weight: normal;
  font-size: 4.875em;
  display: block;
  line-height: 1.2em;
  margin-bottom: .3em;
}
.mod-us-block .inner .bck-wrapper .bck_info > img {
  width: 100%;
  margin: .4em 0 1em;
}
.mod-us-block .inner .bck-wrapper .bck_info .bck_info-desc {
  color: #003245;
  font-weight: 200;
  font-size: 2.125em;
  display: block;
  line-height: 1.2em;
}
.mod-us-order {
  background: white;
}
.mod-us-order .inner {
  padding: 0 30px 60px;
}
.mod-us-order .inner .bck-wrapper {
  max-width: 840px;
  position: relative;
  margin: 0;
}
.mod-us-order .inner .bck-wrapper.bck-wrapper_right {
  margin: 0 0 0 auto;
}
.mod-us-order .inner .bck-wrapper + .bck-wrapper {
  margin-top: 6em;
}
.mod-us-order .inner .bck-wrapper .num_order {
  position: absolute;
  left: 0;
  color: #00EDFF;
  font-size: 11.125em;
  display: block;
  font-weight: bold;
  line-height: 1em;
  top: -15px;
}
.mod-us-order .inner .bck-wrapper .bck_info {
  margin-left: 130px;
}
.mod-us-order .inner .bck-wrapper .bck_info .title {
  color: #003245;
  font-size: 4.875em;
  display: block;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: .3em;
  padding-left: 30px;
}
.mod-us-order .inner .bck-wrapper .bck_info > img {
  width: 100%;
  padding-left: 30px;
}
.mod-us-order .inner .bck-wrapper .bck_info p {
  margin: .6em 0 1em 0;
  font-weight: 200;
  font-size: 2.125em;
  color: #003245;
  line-height: 1.2em;
  max-width: 670px;
  padding-left: 30px;
}
.mod-us-order .inner .bck-wrapper .bck_info .highlight {
  background: #00EDFF;
  padding: 10px 30px;
  text-transform: uppercase;
}
.mod-us-order .inner .bck-wrapper .bck_info .highlight > span {
  font-weight: 200;
  font-size: 2.125em;
  line-height: 1.2em;
}
.mod-us-order .inner .bck-wrapper .bck_info .highlight > span strong {
  font-weight: normal;
  display: block;
}
.mission {
  background: white;
}
.mission .inner .title {
  padding: 0 30px;
  color: #003245;
  font-weight: 200;
  font-size: 7.938em;
  line-height: 1.2em;
  margin-bottom: .4em;
  display: block;
}
.mission .inner .mission_bg {
  display: table;
  width: 100%;
  background: url('img/us-mission.jpg') no-repeat center center;
  background-size: cover;
  height: 650px;
}
.mission .inner .mission_bg .mission_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mission .inner .mission_bg .mission_cell .mission_name {
  color: #00EDFF;
  font-weight: 200;
  font-size: 4.875em;
  line-height: 1.2em;
  max-width: 800px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mod-us-intro {
    background-size: 110% auto;
  }
  .mod-us-intro .inner {
    padding: 0 30px 8em;
  }
  .mod-us-intro .inner .title {
    font-size: 7em;
    margin: 1em 0;
  }
  .mod-us-intro .inner .title-strong {
    font-size: 6.563em;
    margin: 1em 0 0;
  }
  .mod-us-intro .inner .skills {
    max-width: 538px;
    margin: 1.5em 0;
  }
  .mod-us-intro .inner .skills li {
    font-size: 3.688em;
  }
  .mod-us-slide .inner {
    padding: 3em 30px;
  }
  .mod-us-slide .inner .carousel .slick-slide .item strong {
    font-size: 3.875em;
  }
  .mod-us-slide .inner .carousel .slick-slide .item .msg {
    font-size: 3.875em;
  }
  .mod-us-white .inner {
    padding: 5em 30px;
  }
  .mod-us-white .inner .title-strong {
    font-size: 6.563em;
  }
  .mod-us-white .inner .skills {
    margin: 1.5em 0;
  }
  .mod-us-white .inner .skills li {
    font-size: 3.688em;
  }
  .mod-us-white .inner ol.skills li {
    padding-left: .5em;
  }
  .mod-us-white .inner ol.skills li:before {
    left: 0px;
  }
  .mod-us-block.mod-us-block_blue .inner .bck-wrapper {
    margin: 0;
  }
  .mod-us-block.mod-us-block_blue .inner .bck-wrapper .bck_image {
    top: 20px;
    left: 0;
  }
  .mod-us-block .inner .bck-wrapper {
    margin: 0;
  }
  .mod-us-block .inner .bck-wrapper .bck_image > img {
    max-width: 100px;
  }
  .mod-us-block .inner .bck-wrapper .bck_info {
    margin-left: 180px;
  }
  .mod-us-block .inner .bck-wrapper .bck_info .bck_info-title {
    font-size: 3.875em;
  }
  .mod-us-block .inner .bck-wrapper .bck_info .bck_info-desc {
    font-size: 1.6em;
  }
  .mod-us-order .inner .bck-wrapper.bck-wrapper_right {
    margin: 0;
  }
  .mod-us-order .inner .bck-wrapper + .bck-wrapper {
    margin-top: 4em;
  }
  .mod-us-order .inner .bck-wrapper .num_order {
    font-size: 7.125em;
    top: -15px;
  }
  .mod-us-order .inner .bck-wrapper .bck_info {
    margin-left: 100px;
  }
  .mod-us-order .inner .bck-wrapper .bck_info .title {
    font-size: 3.875em;
  }
  .mod-us-order .inner .bck-wrapper .bck_info p {
    font-size: 1.6em;
  }
  .mod-us-order .inner .bck-wrapper .bck_info .highlight > span {
    font-size: 2em;
  }
  .mission .inner .title {
    font-size: 6.563em;
  }
  .mission .inner .mission_bg {
    height: 550px;
  }
  .mission .inner .mission_bg .mission_cell .mission_name {
    font-size: 3.875em;
    max-width: 600px;
  }
}
@media screen and (max-width: 750px) {
  .mod-us-intro {
    background-size: 120% auto;
    background-position: center;
    background-attachment: inherit;
  }
  .mod-us-intro .inner {
    padding: 0 20px 5em;
  }
  .mod-us-intro .inner .title {
    font-size: 3em;
  }
  .mod-us-intro .inner .title-strong {
    font-size: 2.563em;
  }
  .mod-us-intro .inner .skills li {
    font-size: 1.688em;
  }
  .mod-us-slide .inner {
    padding: 2em 20px;
  }
  .mod-us-slide .inner .carousel .slick-slide .item strong {
    font-size: 2em;
  }
  .mod-us-slide .inner .carousel .slick-slide .item .msg {
    font-size: 2em;
  }
  .mod-us-white .inner {
    padding: 2em 20px;
  }
  .mod-us-white .inner .title-strong {
    font-size: 2.563em;
  }
  .mod-us-white .inner .skills li {
    font-size: 1.688em;
  }
  .mod-us-white .inner ol.skills {
    margin-top: 2em;
  }
  .mod-us-block.mod-us-block_blue .inner .bck-wrapper {
    margin: 0;
  }
  .mod-us-block.mod-us-block_blue .inner .bck-wrapper .bck_image {
    top: -15px;
    left: 0;
  }
  .mod-us-block .inner {
    padding: 40px 20px;
  }
  .mod-us-block .inner .bck-wrapper {
    margin: 0;
  }
  .mod-us-block .inner .bck-wrapper .bck_image {
    top: -15px;
    margin-top: .6em;
  }
  .mod-us-block .inner .bck-wrapper .bck_image > img {
    max-width: 40px;
  }
  .mod-us-block .inner .bck-wrapper .bck_info {
    margin-left: 0px;
  }
  .mod-us-block .inner .bck-wrapper .bck_info .bck_info-title {
    font-size: 1.575em;
    padding-left: 2.1em;
  }
  .mod-us-block .inner .bck-wrapper .bck_info .bck_info-desc {
    font-size: 1.2em;
  }
  .mod-us-order .inner {
    padding: 0 20px 40px;
  }
  .mod-us-order .inner .bck-wrapper.bck-wrapper_right {
    margin: 0;
  }
  .mod-us-order .inner .bck-wrapper + .bck-wrapper {
    margin-top: 4em;
  }
  .mod-us-order .inner .bck-wrapper .num_order {
    font-size: 3.125em;
    top: 0;
  }
  .mod-us-order .inner .bck-wrapper .bck_info {
    margin-left: 0;
  }
  .mod-us-order .inner .bck-wrapper .bck_info .title {
    font-size: 1.575em;
    padding-left: 1.6em;
    padding-bottom: .5em;
    padding-top: .4em;
  }
  .mod-us-order .inner .bck-wrapper .bck_info > img {
    padding-left: 0;
  }
  .mod-us-order .inner .bck-wrapper .bck_info p {
    padding-left: 0;
    font-size: 1.2em;
  }
  .mod-us-order .inner .bck-wrapper .bck_info .highlight {
    padding: 20px;
  }
  .mod-us-order .inner .bck-wrapper .bck_info .highlight > span {
    font-size: 1.2em;
  }
  .mission .inner .title {
    font-size: 2.563em;
    padding: 0 20px;
  }
  .mission .inner .mission_bg {
    height: 300px;
  }
  .mission .inner .mission_bg .mission_cell {
    padding: 20px;
  }
  .mission .inner .mission_bg .mission_cell .mission_name {
    font-size: 1.875em;
    max-width: 400px;
  }
}

.capa_coveo{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
}

.spark_adobe_custom div {
  max-width: 100% !important;
}

.botmas{
  text-align: right !important;
  padding-right: 4% !important;
}
.btn--readmore2 {
  text-align: center ;
  max-width: 175px;
  width: 100%;
  height: 40px;
  border: 1px solid #222;
  display: block;
  padding-top: 6px;
  position: relative;
}

.btn--readmore2 > span {
  font-size: 0.650em;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  z-index: 1;
  position: relative;
  display: block;

}
.btn--readmore2:hover {
  background: #003245;
}
.btn--readmore2:hover > span {
  color: white;
}
@media screen and (max-width: 767px) {
  .botmas{
    text-align: right !important;
    padding-right: 4% !important;
  }
  .btn--readmore2 {
    text-align: center ;
    max-width: 175px;
    width: 100%;
    height: 40px;
    border: 1px solid #222;
    display: block;
    padding-top: 7px;
    margin-left: 22%;
    position: relative;
  }

  .btn--readmore2 > span {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    z-index: 1;
    position: relative;
    display: block;

  }
  .btn--readmore2:hover {
    background: #003245;
  }
  .btn--readmore2:hover > span {
    color: white;
  }
}
.hideElement {
  font-size: 0!important;
  left: -9999rem!important;
  position: absolute!important;
}
