@charset "UTF-8";
/*
 *********************************
 * =RESET
 *********************************
*/
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 ***************************************************************************************************
 * =Base
 ***************************************************************************************************
*/
* {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
}

body{
  background-color: #2A4D75;
  overflow-x: hidden;
}

header{
  background-color: #000;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 20px 0 20px 0;
}

#header-langs{
  position: absolute;
  right: 20px;
  top: 28px;
}

#header-langs ul li{
  float: left;
}

#header-langs ul li a{
  width: 41px;
  height: 38px;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#header-langs ul li a:hover{
  box-shadow: 0px 0px 8px 6px rgba(255,255,255,0.5);
}

#header-langs ul li a#lang-en{
  background-image: url("../images/en-icon.png");
}

#header-langs ul li a#lang-pt{
  background-image: url("../images/pt-icon.png");
}

#header-langs ul li a#lang-es{
  background-image: url("../images/es-icon.png");
}

.content {
  max-width: 1120px;
  margin: 0 auto;
}

section{
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: left top -620px;
  background-size: contain;
}

h1{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #af2930;
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 70px;
  line-height: 74px;
  text-transform: uppercase;
  padding: 80px 0 64px 0;
}

.text-1{
  font-size: 26px;
  line-height: 36px;
  color: #2c4e74;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  max-width: 960px;
  letter-spacing: 0px;
  margin: 0 auto;
}

#earth-bg, #earth-bg img{
  width: 100%;
}

ul#cards{
  margin: -750px 0 92px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

ul#cards li{
  float: left;
  margin-right: 36px;
  width: 346px;
}

ul#cards li:nth-of-type(3){
  margin-right: 0px;
}

ul#cards li a{
  text-decoration: none !important;
  outline: none !important;
}

ul#cards li figure{
  height: 707px;
  width: 100%;
  padding-top: 60px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.35);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

ul#cards li:nth-of-type(1) figure{
  background-image: url("../images/card-en.jpg");
}

ul#cards li:nth-of-type(2) figure{
  background-image: url("../images/card-es.jpg");
}

ul#cards li:nth-of-type(3) figure{
  background-image: url("../images/card-pt.jpg");
}

ul#cards li figure h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #00274e;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
}

ul#cards li figure h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #00274e;
  text-align: center;
  line-height: 40px;
}

ul#cards li figure h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #00274e;
  text-align: center;
  line-height: 40px;
}

ul#cards li span{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 44px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  background-color: #af2930;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF;
  padding: 12px 0;
  width: 100%;
  text-shadow: 0px 3px 4px rgba(0,0,0,0.3);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

ul#cards li a:hover figure{
  box-shadow: 0px 10px 10px 8px rgba(0,0,0,0.55);
  margin-bottom: 20px;
}

ul#cards li a:hover span{
  text-shadow: 0px 3px 4px rgba(0,0,0,0.5);
  background-color: #9f1920;
}

.text-map{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 38px;
  line-height: 66px;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}

.text-map strong{
  font-size: 58px;
  color: #8ecfdf;
}

#hq-map{
  margin: 66px 0;
  text-align: center;
}

#hq-map img{
  max-width: 74%;
}

.quote{
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0px;
  font-size: 26px;
  text-align: center;
  max-width: 890px;
  display: block;
  margin: 94px auto 70px;
}

.quote strong{
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

footer{
  background-color: #000;
  width: 100%;
  padding: 22px 110px;
  overflow: hidden;
}

#copyright{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 12px;
  float: left;
}

#footer-social{
  float: right;
}

#footer-social ul li{
  float: left;
}

#footer-social ul li a{
  text-decoration: none;
  outline: none;
}

#footer-social ul li:nth-of-type(1) a{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 12px;
  padding: 5px 6px 0 0px;
  display: block;
}

#footer-social ul li a.icon{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer-social ul li a.icon:hover{
  box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.35);
}
.icon-facebook{background-image: url("../images/facebook-icon.png");}
.icon-instagram{background-image: url("../images/instagram-icon.png");}
.icon-twitter{background-image: url("../images/twitter-icon.png");}
.icon-email{background-image: url("../images/mail-icon.png");}

@media only screen and (max-width: 1760px){
  section {
    background-position: left top -370px;
  }
  ul#cards{
    margin: -680px 0 92px 0;
  }
}

@media only screen and (max-width: 1483px){
  section {
    background-position: left top -320px;
  }
  ul#cards{
    margin: -580px 0 92px 0;
  }
  h1 {
    font-size: 54px;
    line-height: 54px;
    padding: 40px 0 34px 0;
  }
  .text-1 {
    font-size: 22px;
    line-height: 32px;
    max-width: 860px;
  }
  .text-map {
    font-size: 26px;
    line-height: 50px;
  }
  .text-map strong {
    font-size: 40px;
  }
  #hq-map img {
    max-width: 60%;
  }
}

@media only screen and (max-width: 1195px){
  .content {
    max-width: 960px;
    margin: 0 auto;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
    padding: 40px 0 34px 0;
  }
  .text-1 {
    font-size: 22px;
    line-height: 32px;
    max-width: 860px;
  }
  ul#cards{
    margin: -420px 0 92px 0;
  }
  ul#cards li{
    margin-right: 15px;
    width: 310px;
  }
  ul#cards li figure{
    height: 633px;
  }
  .text-map {
    font-size: 26px;
    line-height: 50px;
  }
  .text-map strong {
    font-size: 40px;
  }
  #hq-map img {
    max-width: 60%;
  }
  .quote {
    font-size: 22px;
    max-width: 790px;
  }
}

/**Mobile**/
@media only screen and (max-width: 991px){
  header{
    height: 84px;
    padding: 12px 0 12px 20px;
    text-align: left;
  }
  header img{
    max-width: 220px;
    margin-top: 12px;
  }
  #header-langs {
    position: absolute;
    right: 10px;
    top: 24px;
  }
  h1 {
    font-size: 24px;
    line-height: 34px;
    padding: 32px 0 28px 0;
  }
  section {
    background-image: url("../images/bg-mobile.jpg");
    background-position: left top -80px;
  }
  .content {
    max-width: 100%;
    padding: 0 10px;
  }
  .text-1 {
    font-size: 18px;
    line-height: 26px;
    max-width: 90%;
  }
  #earth-bg{
    margin-top: 10px;
  }
  ul#cards {
    margin: -100px 0 32px 0;
  }
  ul#cards li {
    margin-right: 0px;
    width: 100%;
  }
  ul#cards li figure{
    height: 0;
    padding-top: 51.08%;
    background-size: cover;
    position: relative;
    margin-bottom: 14px;
  }
  ul#cards li a:hover figure{
    margin-bottom: 14px;
  }
  ul#cards li:nth-of-type(1) figure{
    background-image: url('../images/card-mobile-en.jpg');
  }
  ul#cards li:nth-of-type(2) figure{
    background-image: url('../images/card-mobile-es.jpg');
  }
  ul#cards li:nth-of-type(3) figure{
    background-image: url('../images/card-mobile-pt.jpg');
  }
  ul#cards li figure div{
    position: absolute;
    left: 20px;
    top: 14px;
  }
  ul#cards li figure h2 {
    font-size: 16px;
    line-height: 24px;
  }
  ul#cards li figure h3 {
    font-size: 16px;
    line-height: 24px;
  }
  ul#cards li figure h4 {
    font-size: 16px;
    line-height: 24px;
  }
  ul#cards li span{
    margin-bottom: 30px;
    font-size: 28px;
  }
  .text-map {
    font-size: 22px;
    line-height: 40px;
  }
  .text-map strong {
    font-size: 30px;
  }
  #hq-map {
    margin: 48px 0;
  }
  #hq-map img {
    max-width: 80%;
  }
  .quote {
    line-height: 30px;
  }
  footer {
    padding: 22px 10px;
  }
  #copyright {
    text-align: center;
    float: none;
  }
  #footer-social {
    float: none;
    margin: 10px auto 0;
    width: 200px;
  }
}

/*
  New CSS after Changes
*/
body{
  background-color: #FFF;
  background-image: url('../images/bg-blur.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
h1{
  text-indent: -999999px;
}
section{
  background-image: none !important;
}
#languages-block{
  background-color: #FFF;
  padding: 32px;
  border-radius: 8px;
  position: absolute;
  height: 310px;
  width: 364px;
  top: calc(50% - 155px);
  left: calc(50% - 182px);
  text-align: center;
}
#languages-block a{
  color: #2c4e74;
  display: block;
  padding: 17px 0;
  text-transform: uppercase;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#languages-block a:hover, #languages-block a:active, #languages-block a:visited{
  color: #005b96;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
footer{
  position: absolute;
  bottom: 0;
  background-color: #2c4e74;
  padding: 16px 110px;
}
#copyright{
  padding-top: 5px;
}

/**Mobile**/
@media only screen and (max-width: 991px){
  body{
    background-size: auto;
  }
  #languages-block{
    height: 220px;
    width: 80%;
    top: calc(50% - 130px);
    left: 10%;
  }
  #languages-block a{
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 30px;
  }
  footer{
    padding: 22px 10px;
  }
}