/* *********** General styles *********** */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html *:before, html *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  font-size: 14px;
  width: 100%;
  background-color: #FFFFFF;
  font-family: Heebo, serif;
  color: #121212;
}

body.overflow {
  overflow: hidden;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

body a {
  display: block;
  text-decoration: none;
}

body a:hover, body a:focus {
  text-decoration: none;
}

body strong {
  font-weight: bold;
}

body .button {
  border-radius: 25px;
  font-weight: bold;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: none;
}

body .button__primary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #BFD732;
  font-size: 18px;
  text-transform: uppercase;
  padding: 9px 30px;
}

body .button__primary:hover, body .button__primary:focus {
  background: #9eb323;
}

body .button__secondary {
  background: #BFD732;
  color: #121212;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 30px;
}

body .button__secondary:hover, body .button__secondary:focus {
  background: #9eb323;
}

body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  body .button__primary {
    padding: 8px 32px;
    font-size: 22px;
  }
}

/* *********** End General styles *********** */
/* *********** Hero *********** */
.hero {
  position: relative;
  background-image: url("https://communications.globant.com/Comm/properties-layouts/ibc/img/img_hero_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__content {
  color: #FFFFFF;
}

.hero__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__content span img {
  height: 16px;
  margin: 0 10px;
}

.hero__content h1 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 14px;
}

.hero__content .ibc {
  height: 50px;
  margin-bottom: 14px;
}

.hero__content p {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #BFD732;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .hero {
    background-image: url("https://communications.globant.com/Comm/properties-layouts/ibc/img/img_hero_tablet.jpg");
  }
  .hero__content span {
    font-size: 26px;
  }
  .hero__content span img {
    height: 22px;
  }
  .hero__content h1 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .hero__content .ibc {
    height: 50px;
    margin-bottom: 5px;
  }
  .hero__content p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .hero {
    background-image: url("https://communications.globant.com/Comm/properties-layouts/ibc/img/img_hero_desktop.jpg");
  }
  .hero__content > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero__content > article > div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
  }
  .hero__content span {
    font-size: 39px;
  }
  .hero__content span img {
    height: 30px;
  }
  .hero__content h1 {
    font-size: 38px;
  }
  .hero__content .ibc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 70px;
    margin-bottom: 0;
  }
  .hero__content p {
    font-size: 32x;
  }
}

/* *********** End Hero *********** */
/* *********** About *********** */
.about {
  width: calc(100% - 44px);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  margin: 40px auto 60px;
  padding: 30px 13px;
}

.about p {
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
}

@media screen and (min-width: 768px) {
  .about {
    padding: 40px 16px;
    width: 636px;
  }
  .about p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .about {
    width: 904px;
    margin: 60px auto;
    padding: 40px 20px;
  }
  .about p {
    font-size: 22px;
    line-height: 30px;
  }
}

/* *********** End About *********** */
/* *********** Meet our people *********** */
.meet {
  position: relative;
  background-image: url("https://communications.globant.com/Comm/properties-layouts/ibc/img/img_meet_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.meet__content {
  padding: 50px 35px;
}

.meet__content h2 {
  font-size: 26px;
  line-height: 30px;
  color: #121212;
  text-align: center;
  margin-bottom: 34px;
  font-weight: bold;
}

.meet__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -12px;
}

.meet__content ul li {
  width: calc(50% - 24px);
  margin: 0 12px;
  margin-bottom: 30px;
}

.meet__content ul li a {
  color: #121212;
  text-decoration: none;
}

.meet__content ul li a .perfil {
  width: 100%;
}

.meet__content ul li a h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.meet__content ul li a p {
  font-size: 14px;
  line-height: 20px;
  color: #6B6B6B;
}

.meet__content ul li a .icon {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .meet {
    background-image: url("https://communications.globant.com/Comm/properties-layouts/ibc/img/img_meet_tablet.jpg");
  }
  .meet__content {
    width: 636px;
    margin: auto;
    padding: 50px 0;
  }
  .meet__content h2 {
    font-size: 28px;
  }
  .meet__content ul {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .meet__content ul li {
    margin: 0;
    width: 140px;
  }
}

@media screen and (min-width: 1200px) {
  .meet {
    background-image: url("https://communications.globant.com/Comm/properties-layouts/ibc/img/img_meet_desktop.jpg");
  }
  .meet__content {
    width: 904px;
    padding-bottom: 90px;
  }
  .meet__content h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .meet__content ul li {
    width: 195px;
  }
}

/* *********** End Meet our people *********** */
/* *********** Footer *********** */
.footer {
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 36px 18px 28px;
}

.footer__logo img {
  width: 119px;
}

.footer__logo span {
  font-size: 12px;
  line-height: 24px;
  color: #BDBDBD;
}

.footer__social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 36px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__links {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__links a {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    width: 50%;
    padding: 30px 18px 26px;
  }
  .footer__logo img {
    width: 119px;
  }
  .footer__social {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px;
    padding: 30px 18px 26px;
  }
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 0;
  }
  .footer__links a {
    font-size: 14px;
    margin: 0 25px;
    line-height: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    background-color: #000000;
    height: 100px;
    padding: 0 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    width: 202px;
    padding: 0;
  }
  .footer__logo img {
    width: 124px;
  }
  .footer__logo span {
    font-size: 14px;
  }
  .footer__social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
    padding: 0;
  }
  .footer__links {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin-left: auto;
    margin-right: 66px;
  }
}

/* *********** End Footer *********** */
/* *********** Form and Dialog*********** */
.form {
  padding-top: 30px;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 12px;
}

.form__checkbox:last-child {
  margin-bottom: 0;
}

.form__checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 10px;
  color: #121212;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__checkbox label a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #121212;
}

.form__checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  border-color: #121212;
}

.form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.form > article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}

.form > article > div label {
  font-size: 14px;
  line-height: 36px;
  color: #4A4A4A;
}

.form > article > div label small {
  color: #FF0000;
  vertical-align: bottom;
}

.form input[type=text],
.form [type=email],
.form select {
  border-radius: 5px;
  border: 1px solid #BDBDBD;
  background-color: #FFFFFF;
  padding: 9px 12px;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  color: #121212;
  font-family: Heebo;
  margin: 0;
}

.form input[type=text]::-webkit-input-placeholder,
.form [type=email]::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
  color: #121212;
}

.form input[type=text]:-ms-input-placeholder,
.form [type=email]:-ms-input-placeholder,
.form select:-ms-input-placeholder {
  color: #121212;
}

.form input[type=text]::-ms-input-placeholder,
.form [type=email]::-ms-input-placeholder,
.form select::-ms-input-placeholder {
  color: #121212;
}

.form input[type=text]::placeholder,
.form [type=email]::placeholder,
.form select::placeholder {
  color: #121212;
}

.form input[type=text]:focus, .form input[type=text]:hover,
.form [type=email]:focus,
.form [type=email]:hover,
.form select:focus,
.form select:hover {
  outline: none;
}

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
}

.form select option {
  color: #121212;
}

@media screen and (min-width: 768px) {
  .form > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -13px;
  }
  .form > article > div {
    width: 50%;
    padding: 0 13px;
    margin-bottom: 10px;
  }
  .form > article > div:last-child {
    width: 100%;
  }
  .form__checkbox label {
    font-size: 14px;
  }
  .form__actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .form > article {
    margin-bottom: 10px;
  }
  .form > article > div label {
    font-size: 18px;
  }
  .form input[type=text],
  .form [type=email],
  .form select {
    font-size: 18px;
    padding: 6px 12px;
  }
  .form__checkbox label {
    font-size: 16px;
  }
  .form__actions {
    margin-top: 30px;
  }
}

/* *********** End Form *********** */
/* *********** Thanks *********** */
.thanks {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thanks article {
  width: 302px;
  margin: auto;
  text-align: center;
}

.thanks article h1 {
  font-size: 48px;
  line-height: 70px;
  font-weight: bold;
}

.thanks article h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.thanks article p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 40px auto 25px;
}

.thanks article h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .thanks {
    min-height: 590px;
  }
  .thanks article {
    width: 547px;
  }
  .thanks article h1 {
    font-size: 100px;
    line-height: 147px;
  }
  .thanks article h2 {
    font-size: 40px;
  }
  .thanks article p {
    font-size: 20px;
    line-height: 28px;
  }
  .thanks article h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1800px) {
  .thanks {
    min-height: 672px;
  }
  .thanks article {
    width: 752px;
  }
  .thanks article h1 {
    font-size: 158px;
    line-height: 233px;
  }
  .thanks article p {
    width: 536px;
  }
}

/* *********** End Thanks *********** */
/*# sourceMappingURL=ibc.css.map */