body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: -13px;
  font-family: Montserrat, sans-serif;
  color: #f90;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
}

a {
  color: #919191;
  text-decoration: none;
}

.button {
  display: block;
  max-width: 250px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 40px;
  background-color: #003e6f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #005ba0;
}

.button.slider-button {
  display: block;
  margin-top: 20px;
  padding: 25px 40px;
  float: right;
  clear: right;
  background-color: #db5800;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.button.slider-button:hover {
  background-color: #c44f00;
}

.button.feature-button {
  float: left;
  background-color: #003e6f;
}

.button.feature-button:hover {
  background-color: #005ba0;
}

.navbar {
  background-color: #003e6f;
}

.section-footer {
  padding-top: 32px;
  padding-bottom: 40px;
  background-color: #ccc;
}

.slider {
  height: 360px;
}

.navlink {
  float: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
}

.navlink:hover {
  color: #fff700;
}

.navlink.w--current {
  color: #e8e8e8;
}

.navmenu {
  float: left;
}

.feature {
  width: 100%;
  min-height: 600px;
  background-image: url('../images/people.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  color: #666;
  text-decoration: none;
}

.section-feature {
  padding-top: 30px;
  padding-bottom: 0px;
}

.section-new {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #f7f7f7;
}

.news-item {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #737373;
  font-size: 9px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.news-item:hover {
  background-color: #ebebeb;
}

.news-img {
  width: 200px;
  height: 200px;
  margin-right: 34px;
  float: left;
  background-image: url('../images/example-bg.png');
  background-size: 125px;
}

.news-img.img1 {
  background-image: url('../images/Alejandro-Reynal-CEO-Atento-10mar15.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: none;
}

.news-img.img2 {
  background-image: url('../images/2STU0025-Editar.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-img.img3 {
  background-image: url('../images/images-1.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.news-headline {
  margin-top: -7px;
  color: #707070;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
}

.search {
  width: 250px;
  height: 44px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #c7c7c7;
}

.search-button {
  float: right;
  background-color: #8f8f8f;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.date {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}

.section-top {
  display: block;
  padding-top: 0px;
}

.top-rightcol {
  margin-top: 21px;
}

.super-head {
  margin-bottom: 36px;
  font-family: 'Droid Serif', serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.slider-container {
  height: 100%;
  padding-top: 24px;
}

.slide1 {
  background-color: #001f58;
  background-image: url('../images/background.png');
  background-position: 0px -23px;
  background-size: auto 638px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slider-header {
  width: 600px;
  float: right;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: right;
}

.slider-text {
  width: 75%; /*Z*/
  float: right;
  color: #fff;
  text-align: right;
}

.right {
  float: right;
}

.social {
  height: 35px;
  margin-bottom: 30px;
}

.slide2 {
  background-color: #4d4d4d;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slider-wrapper.slide3 {
  background-color: #005ba0;
  background-image: url('../images/background.png');
  background-position: 0px 100%;
  background-size: auto 700px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.banner {
  height: 80px;
  background-color: #005ba0;
  background-image: url('../images/background.png');
  background-position: 0px 81%;
  background-size: auto 352px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.article-headline {
  margin-bottom: 9px;
  font-size: 28px;
}

.article-container {
  padding-right: 40px;
  padding-left: 40px;
}

.article-date {
  margin-top: 14px;
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 400;
}

.profile {
  width: 58px;
  margin-right: 11px;
  float: left;
  border-radius: 100%;
}

.article-info {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}

.video {
  margin-bottom: 45px;
}

.facebook {
  display: inline-block;
  float: left;
}

.twitter {
  display: inline-block;
  float: left;
}

.feature-row {
  padding-bottom: 0px;
}

.feature-block {
  width: 430px;
  min-height: 500px;
  padding-bottom: 45px;
}

.feature-container {
  background-image: url('../images/people.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.feature-paragrah {
  margin-top: 25px;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    line-height: 35px;
  }
  .navmenu {
    background-color: #4d4d4d;
  }
  .feature {
    min-height: 672px;
    background-size: 358px;
  }
  .section-feature {
    padding-top: 0px;
  }
  .section-new {
    padding-top: 1px;
  }
  .slide1 {
    background-position: 0px 100%;
    background-size: auto 697px;
  }
  .arrows {
    display: none;
  }
  .slider-wrapper.slide3 {
    background-image: none;
  }
  .menu-button.w--open {
    background-color: #4d4d4d;
  }
  .feature-block {
    width: auto;
    min-height: 0px;
    padding-bottom: 45px;
  }
  .feature-container {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .section-footer {
    padding-top: 15px;
    padding-bottom: 19px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-feature {
    padding: 0px 25px 30px;
  }
  .section-new {
    padding-top: 0px;
  }
  .news-headline {
    margin-top: 1px;
    padding-right: 34px;
    font-size: 20px;
    line-height: 26px;
  }
  .search {
    width: 352px;
    float: left;
  }
  .search-button {
    float: right;
  }
  .section-top {
    padding-top: 0px;
  }
  .slider-container {
    padding-top: 17px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .slide1 {
    background-position: 0px 62%;
    background-size: auto 380px;
  }
  .slider-header {
    width: auto;
  }
  .arrows {
    display: none;
  }
  .right {
    float: none;
  }
  .form {
    display: block;
    width: 424px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .button.slider-button {
    margin-top: 97px;
    float: none;
  }
  .slider {
    height: auto;
  }
  .section-feature {
    padding-bottom: 32px;
  }
  .section-new {
    padding: 20px 10px;
  }
  .news-item {
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .news-img.img1 {
    display: none;
  }
  .news-img.img2 {
    display: none;
  }
  .news-img.img3 {
    display: none;
  }
  .news-headline {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .search {
    width: 219px;
    float: right;
  }
  .search-button {
    display: inline-block;
    float: right;
  }
  .date {
    margin-top: 0px;
  }
  .slider-container {
    padding-top: 6px;
    padding-bottom: 50px;
  }
  .slide1 {
    background-image: none;
  }
  .slider-header {
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .slider-text {
    width: 100%;
    text-align: center;
  }
  .form {
    width: 100%;
  }
  .slider-wrapper.slide3 {
    background-image: none;
  }
  .profile {
    clear: right;
  }
}