body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  margin-left: 0px;
  padding: 11px 20px;
  border-radius: 0px;
  background-color: #004286;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  border-radius: 0px;
  background-color: #004286;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
}

.button.white:hover {
  background-color: #107cd1;
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: auto;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: transparent;
}

.button.tab:hover {
  border-bottom: 2px solid #333;
  background-color: transparent;
}

.button.tab.w--current {
  border-bottom: 2px solid #004286;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #333;
}

.button.tab.w--current:hover {
  border-bottom: 2px solid #a8a8a8;
  background-color: transparent;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.verde {
  background-color: hsla(122.42424242424241, 61.73%, 37.92%, 1.00);
}

.button.verde:hover {
  background-color: hsla(122.42424242424241, 50.84%, 36.86%, 1.00);
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  height: 50px;
  margin-right: 2px;
  padding: 14px 25px 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.navigation-link.white:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 44, 85, .43)), to(rgba(4, 44, 85, .43)));
  background-image: linear-gradient(180deg, rgba(4, 44, 85, .43), rgba(4, 44, 85, .43));
}

.navigation-link.white.new {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  background-color: #004286;
  color: #004286;
}

.navigation-bar.dark.new {
  position: fixed;
  padding-top: 9px;
  padding-right: 8px;
  padding-left: 8px;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  height: 40px;
  margin-top: 5px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 11px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  width: 120px;
  height: 60px;
  background-image: url('../images/Copsa-Logo-B.png');
  background-position: 50% 0px;
  background-size: cover;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: hsla(0, 0%, 95%, .39);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #fff;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.nosotors {
  background-color: #f1f1f1;
  background-image: none;
}

.section.nosotors.b {
  background-color: #fff;
}

.section.contacto {
  background-color: transparent;
  background-image: url('../images/home-copsa-E.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.b {
  background-image: url('../images/home-copsa-E.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/home-copsa-E.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-slider {
  display: block;
  height: 90vh;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide {
  padding-top: 12%;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #004286;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #004286), color-stop(76%, transparent)), url('../images/5b6a049ca2e4093253e0eaba_img_construccion_copia.jpg');
  background-image: linear-gradient(180deg, #004286 17%, transparent 76%), url('../images/5b6a049ca2e4093253e0eaba_img_construccion_copia.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  color: transparent;
}

.slide.two {
  padding-top: 13%;
  padding-left: 86px;
  background-color: #dbdbdb;
  background-image: url('../images/banner.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 32px;
  font-weight: 700;
}

.page-subheading {
  letter-spacing: 4px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: transparent;
  background-image: url('../images/home-copsa-D.jpg');
  background-position: 50% 0px;
  background-size: 1060px;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/construction_0-366x260.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/construction_0-366x260.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.fixed-image-section.b {
  padding-top: 147px;
  padding-bottom: 147px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 10, 10, .11)), to(rgba(15, 10, 10, .11))), url('../images/copsa-service.jpg');
  background-image: linear-gradient(180deg, rgba(15, 10, 10, .11), rgba(15, 10, 10, .11)), url('../images/copsa-service.jpg');
  background-size: auto, cover;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 4px;
}

.slider-icon-circle {
  width: 80px;
  height: 50px;
  padding: 6px;
  background-image: url('../images/iconos-01.png');
  background-position: 0px 50%;
  background-size: cover;
  color: transparent;
  font-size: 33px;
}

.slider-icon-circle.left {
  background-image: url('../images/iconos-01_1.png');
  background-position: 100% 50%;
  background-size: cover;
  color: transparent;
}

.hero-heading {
  color: #5d5d5d;
}

.hero-heading.b {
  text-align: center;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'PT Sans', sans-serif;
  color: #004286;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.section-heading.centered.b {
  color: #fff;
}

.section-heading.centered.cerde {
  color: hsla(122.42424242424241, 93.10%, 25.55%, 1.00);
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  margin: 22px 50px 18px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.section-subheading.center.sasd-asd-as {
  margin-top: 15px;
}

.section-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: 'PT Sans', sans-serif;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
  background-image: url('../images/Sin-título-1_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #333;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  width: 180px;
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.footer-link:hover {
  color: #004286;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-title-wrapper.b {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 20px;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.paragraph {
  margin-right: 35px;
  margin-bottom: 0px;
  margin-left: 35px;
  padding-bottom: 1px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
}

.paragraph.b {
  margin-right: 10px;
  margin-left: 0px;
  text-align: right;
}

.paragraph.blanco {
  margin: 10px 0px 27px;
  text-align: center;
}

.paragraph.new {
  margin-right: 0px;
  margin-left: 0px;
  text-align: justify;
}

.heading {
  font-family: 'PT Sans', sans-serif;
  color: #004286;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}

.heading.serv {
  color: hsla(122.42424242424241, 79.92%, 31.13%, 1.00);
  font-size: 22px;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  font-family: 'PT Sans', sans-serif;
  color: #a8a8a8;
  font-weight: 400;
}

.text-block-2 {
  font-family: 'PT Sans', sans-serif;
  color: #004286;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cientes {
  margin-right: 15px;
  background-image: none;
  -webkit-transition: box-shadow 300ms ease, background-color 200ms ease;
  transition: box-shadow 300ms ease, background-color 200ms ease;
}

.cientes:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .05);
}

.div-block-8 {
  margin-top: 3px;
}

.section-2 {
  padding-top: 36px;
  padding-bottom: 28px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 66, 134, .49)), to(rgba(0, 66, 134, .49))), url('../images/sev.jpg');
  background-image: linear-gradient(180deg, rgba(0, 66, 134, .49), rgba(0, 66, 134, .49)), url('../images/sev.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slider {
  background-color: transparent;
}

.icon {
  width: 80px;
  background-image: url('../images/iconos-02.png');
  background-position: 0px 50%;
  background-size: cover;
  color: transparent;
}

.icon-2 {
  width: 80px;
  background-image: url('../images/iconos-02_1.png');
  background-position: 0px 50%;
  background-size: cover;
  color: transparent;
}

.div-block-9 {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/iconos-04.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-9.b {
  width: 100px;
  margin-bottom: -10px;
  padding-bottom: 4px;
  background-image: url('../images/iconos-06.png');
  background-position: 0px 50%;
  background-size: cover;
}

.div-block-9.serv {
  width: 60px;
  height: 60px;
  background-image: url('../images/service.png');
}

.div-block-10 {
  background-image: url('../images/iconos-03.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-11 {
  width: 100px;
  height: 100px;
  float: none;
  clear: none;
  background-image: url('../images/iconos-05.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-11.ing {
  background-image: url('../images/iconos-03_1.png');
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35vw;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 75px;
}

.mensajes {
  width: 400px;
  padding-left: 28px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
}

.div-block-15 {
  display: block;
  margin-top: 24px;
  text-align: center;
}

.slide-nav {
  color: #a8a8a8;
}

.paragraph-2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.heading-2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.heading-3 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.heading-4 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.image {
  background-image: url('../images/iconos-07.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-5 {
  margin-top: 7px;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 450%;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 21px rgba(0, 0, 0, .3);
}

.heading-5.b {
  margin-top: 14px;
  padding-bottom: 2px;
  font-family: 'PT Sans', sans-serif;
  font-size: 250%;
  line-height: 30px;
}

.image-2 {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-bottom: 27px;
  margin-left: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #004286;
  font-size: 27px;
  line-height: 32px;
  font-weight: 800;
}

.image-3 {
  margin-bottom: 8px;
}

.image-4 {
  margin-top: 31px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-top: 161px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
}

.icon-3 {
  width: 80px;
  height: 40px;
  background-image: url('../images/iconos-02_1.png');
  background-position: 0px 50%;
  background-size: cover;
  color: transparent;
}

.icon-4 {
  width: 80px;
  height: 40px;
  background-image: url('../images/iconos-02.png');
  background-position: 100% 50%;
  background-size: cover;
  color: transparent;
}

.slide-nav-2 {
  font-size: 9px;
  letter-spacing: 5px;
}

.slider-2 {
  height: 400px;
  margin-top: -58px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
}

.image-5 {
  display: block;
  margin: -30px auto -14px;
}

.image-6 {
  display: block;
  margin: -21px auto -3px;
}

.image-7 {
  display: block;
  margin: -48px auto -18px;
}

.hollow-button-2 {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 11px 0px;
  border-style: none;
  border-width: 2px;
  border-color: #1db0fc #1db0fc #009890;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #07e0d4;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.hollow-button-2:hover {
  border-style: none none solid;
  border-color: #000 #000 #07e0d4;
  color: #07e0d4;
}

.hollow-button-2.white {
  margin-right: 10px;
  padding: 8px 15px;
  border-style: none;
  border-color: #fff;
  border-radius: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}

.hollow-button-2.white:hover {
  position: relative;
  top: 9px;
  border-color: #fff;
  background-color: #003368;
  color: #fff;
}

.div-block-18 {
  height: auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-right: -7px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  padding: 10px 10px 8px 0px;
}

.container-3 {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 0.5px none #fff;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004286), to(#004286));
  background-image: linear-gradient(180deg, #004286, #004286);
}

.minimensale {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .71);
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  text-align: right;
}

.left-arrow {
  margin-right: 26px;
  margin-left: 26px;
}

.right-arrow {
  margin-right: 26px;
  margin-left: 26px;
}

.slide-3 {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #004286), to(hsla(0, 0%, 100%, 0))), url('../images/home-copsa-b.jpg');
  background-image: linear-gradient(180deg, #004286 18%, hsla(0, 0%, 100%, 0)), url('../images/home-copsa-b.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slider-3 {
  height: 95vh;
}

.slide-nav-3 {
  font-size: 10px;
}

.icon-6 {
  width: 80px;
  background-image: url('../images/iconos-01_1.png');
  background-position: 0px 50%;
  background-size: cover;
  color: transparent;
}

.icon-7 {
  width: 80px;
  background-image: url('../images/iconos-01.png');
  background-position: 100% 50%;
  background-size: cover;
  color: transparent;
}

.slide-4 {
  background-image: url('../images/home-copsa.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-4.b {
  background-image: url('../images/Sin-título-1.jpg');
  background-size: cover;
}

.container-4 {
  margin-top: 0%;
  margin-bottom: 0%;
}

.heading-7 {
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -5px;
}

.heading-7.b {
  font-size: 40px;
  line-height: 47px;
  font-weight: 600;
  letter-spacing: 0px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-top: 34px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.image-8 {
  display: block;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-4 {
  background-color: transparent;
}

.icon-8 {
  color: #a8a8a8;
  font-size: 16px;
}

.icon-9 {
  color: #a8a8a8;
  font-size: 16px;
}

.slider-5 {
  height: 200px;
  background-color: transparent;
}

.icon-10 {
  margin-left: 2px;
  color: #a8a8a8;
  font-size: 18px;
}

.icon-11 {
  margin-right: 2px;
  color: #a8a8a8;
  font-size: 18px;
}

.image-10 {
  width: 160px;
  height: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-5 {
  width: 220px;
  height: 200px;
}

.slide-6 {
  width: 160px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-12 {
  display: none;
}

.dropdown-toggle {
  margin-right: 0px;
  padding: 8px 15px;
  font-family: 'PT Sans', sans-serif;
  color: #004286;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
}

.dropdown-toggle:hover {
  background-color: hsla(210.44776119402988, 97.36%, 20.94%, 1.00);
  color: #fff;
}

.text-block-4 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 2px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link.white {
    width: 150px;
    text-align: right;
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hamburger-button.white.w--open {
    background-color: #2196f3;
  }
  .navigation-menu {
    background-color: transparent;
  }
  .hero-slider {
    height: 400px;
  }
  .slide {
    padding-top: 79px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .paragraph {
    margin-right: 0px;
  }
  .cientes {
    display: block;
    margin-right: 14px;
    margin-bottom: 13px;
    margin-left: auto;
  }
  .div-block-13 {
    max-width: 50vw;
  }
  .heading-5 {
    margin-top: 10px;
  }
  .div-block-16 {
    width: 500px;
  }
  .div-block-18 {
    height: 20px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon-5 {
    color: #fff;
    font-weight: 100;
  }
  .nav-menu-2 {
    margin-top: 0px;
    background-color: transparent;
  }
  .container-3 {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slider-container {
    margin-top: 39px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .cta-heading.inline-block {
    margin-right: 0px;
  }
  .slider-icon-circle {
    width: 50px;
  }
  .slider-icon-circle.left {
    width: 50px;
  }
  .section-heading.centered {
    font-size: 28px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph {
    margin-bottom: 19px;
    margin-left: 0px;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon {
    width: 50px;
  }
  .icon-2 {
    width: 50px;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mensajes {
    width: auto;
    font-size: 24px;
  }
  .heading-5 {
    margin-top: 3px;
  }
  .div-block-16 {
    width: auto;
  }
  .icon-3 {
    margin-top: 310px;
  }
  .icon-4 {
    margin-top: 310px;
  }
  .div-block-18 {
    margin-right: 8px;
  }
  .brand {
    padding-left: 10px;
  }
  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .button.white {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .button.tab {
    margin-bottom: 9px;
  }
  .section.nosotors {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 86%, .52)), to(hsla(0, 0%, 86%, .52)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 86%, .52), hsla(0, 0%, 86%, .52));
    background-size: auto;
  }
  .hero-slider {
    height: 550px;
  }
  .slider-container {
    margin-top: 75px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .page-heading {
    font-size: 22px;
    line-height: 22px;
  }
  .page-subheading {
    line-height: 17px;
    letter-spacing: 2px;
  }
  .cta-heading.inline-block {
    margin-right: 0px;
  }
  .slider-icon-circle {
    margin-top: 500px;
  }
  .slider-icon-circle.left {
    margin-top: 500px;
  }
  .section-heading.centered {
    font-size: 32px;
  }
  .section-subheading.center {
    margin-right: 20px;
    margin-left: 20px;
    text-align: justify;
  }
  .section-subheading.center.sasd-asd-as {
    text-align: center;
  }
  .form-wrapper.squeezed {
    padding-right: 0px;
  }
  .footer-brand-text {
    font-family: Oswald, sans-serif;
    color: #004286;
    text-transform: none;
  }
  .grid-image {
    width: 150px;
  }
  .grid-fours {
    width: 50%;
  }
  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph.b {
    text-align: justify;
  }
  .paragraph.blanco {
    text-align: justify;
  }
  .paragraph.new {
    margin-right: 11px;
    margin-left: 11px;
  }
  .heading {
    text-align: center;
  }
  .div-block-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cientes {
    margin-right: 7px;
  }
  .slide-2 {
    padding-top: 8px;
  }
  .mensajes {
    padding-left: 0px;
  }
  .heading-5 {
    font-size: 45px;
    line-height: 45px;
  }
  .heading-5.b {
    font-size: 32px;
    line-height: 36px;
  }
  .icon-3 {
    width: 50px;
  }
  .icon-4 {
    width: 50px;
  }
  .div-block-17 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .hollow-button-2.white {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand {
    margin-top: 6px;
    margin-left: 15px;
  }
  .left-arrow {
    margin-right: 0px;
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-3 {
    padding-top: 74px;
  }
  .icon-6 {
    width: 50px;
  }
  .icon-7 {
    width: 50px;
  }
  .heading-7.b {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 24px;
    line-height: 30px;
  }
  .image-9 {
    margin-top: 123px;
  }
  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-4 {
    text-align: center;
  }
}

