:root {
  --white-smoke: #fff;
  --dark-slate-gray: #3d424a;
  --light-sea-green: #1fccbe;
  --medium-sea-green: #20b36c;
  --gold: #edc202;
  --steel-blue: #4d91c9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 44px;
  display: inline-block;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
}

h5 {
  color: #ffd000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #3d424a;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

p {
  color: #9ba8a8;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1a7451;
  border: 2px solid #1a7451;
  border-radius: 2px;
  margin-top: 15px;
  margin-right: 10px;
  padding: 18px 25px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .5s, color .5s, border-color .5s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #343434;
  border-color: #1a7451;
}

.button.outlined {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.outlined:hover {
  background-color: #343434;
  border-color: #fff;
}

.button.green {
  color: #fff;
  background-color: #1a7451;
  border-color: #1a7451;
}

.button.green:hover {
  background-color: #343434;
  border-color: #1a7451;
}

.button.green-outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.green-outline:hover {
  background-color: #343434;
  border-color: #fff;
}

.button.dark {
  color: #fff;
  background-color: #1a7451;
  border-color: #1a7451;
}

.button.dark:hover {
  background-color: #343434;
  border-color: #1a7451;
}

.button.dark-outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.dark-outline:hover {
  background-color: #343434;
  border-color: #fff;
}

.header {
  background-color: #20b36c;
}

.large-title {
  color: #131212;
  text-transform: uppercase;
  border: 1px solid rgba(52, 52, 52, 0);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Varela Round, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 48px;
}

.large-title.white {
  color: #fff;
  margin-bottom: 30px;
}

.large-title.yellow {
  color: #edc202;
}

.large-title.green {
  color: #20b36c;
}

.navbar {
  background-color: #fff;
  height: 70px;
  font-family: Varela, sans-serif;
  box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.divider-line {
  background-color: #e4ebeb;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider-line.small {
  width: 30%;
}

.divider-line.light {
  opacity: .2;
}

.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-content.tint {
  background-color: #ebf2f2;
}

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

.color-section {
  background-color: #20b36c;
  padding-top: 100px;
  padding-bottom: 100px;
}

.color-section.green {
  background-color: #1a7451;
  padding-bottom: 0;
  overflow: hidden;
}

.color-section.green.video {
  background-color: rgba(24, 119, 82, 0);
  padding-bottom: 100px;
}

.color-section.work {
  text-align: center;
  background-color: #3d424a;
  background-image: radial-gradient(circle at 49% 111%, #676e78, #3d424a 74%);
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: hidden;
}

.footer {
  background-color: #1b1c1c;
  padding-top: 45px;
  padding-bottom: 45px;
}

.text-block {
  border: 2px solid rgba(255, 255, 255, .29);
  border-radius: 3px;
  margin-bottom: 19px;
  padding: 20px;
  transition: border-color .5s;
}

.text-block:hover {
  border-color: #f0f7f7;
}

.icon-left-aligned {
  float: left;
  height: 90px;
  margin-right: 24px;
}

.nav-link {
  text-transform: uppercase;
  height: 70px;
  padding: 25px 15px;
  font-family: Varela, sans-serif;
  font-weight: 600;
  transition: background-color .5s, color .5s, border-color .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: #1a7451;
}

.nav-link.w--current {
  color: #20b36c;
  border-bottom-color: #20b36c;
}

.nav-link.w--current:hover {
  color: #fff;
  background-color: #1a7451;
}

.title-block {
  text-align: center;
  margin-bottom: 30px;
}

.section-title {
  color: #343434;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.section-title._2 {
  color: #1a7451;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.section-title._2.instalaciones {
  color: #afafaf;
  font-family: Varela, sans-serif;
}

.section-title.white {
  color: #fff;
}

.cta-bar {
  text-align: center;
  background-color: #3d424a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.all-paragraphs-white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contact-block {
  z-index: 1100;
  float: right;
  background-color: #2e333b;
  width: 350px;
  height: 100%;
  padding: 55px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}

.hidden-content-section {
  background-color: #f0f7f7;
  padding-top: 50px;
  padding-bottom: 30px;
  transition: background-color .5s;
  overflow: hidden;
}

.hidden-content-section:hover {
  background-color: #dcf2f2;
}

.hidden-section {
  background-color: #3d424a;
  overflow: hidden;
}

.footer-flyout {
  z-index: 1200;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 250px;
  height: 40px;
  padding-top: 9px;
  padding-left: 25px;
  padding-right: 10px;
  position: fixed;
  bottom: 0;
  right: 55px;
}

.some-icon {
  float: right;
  background-color: #3e4d82;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.some-icon:hover {
  background-color: #5667a3;
}

.some-icon.twitter {
  background-color: #1cb4d6;
}

.some-icon.twitter:hover {
  background-color: #29c1e3;
}

.some-icon.google {
  background-color: #cc2525;
}

.some-icon.google:hover {
  background-color: #eb3f3f;
}

.main-slider {
  background-color: #5c5c5c;
  width: 100%;
  height: 850px;
}

.main-slide {
  background-color: #1a7451;
  background-image: linear-gradient(rgba(36, 36, 36, .55), rgba(36, 36, 36, .55)), url('../images/IMAGENES_CREMATORIO-DE-VILLARRICA_-19.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 160px;
}

.main-slide._2 {
  background-color: #4d91c9;
  background-image: linear-gradient(rgba(36, 36, 36, .55), rgba(36, 36, 36, .55)), url('../images/IMAGENES_CREMATORIO-DE-VILLARRICA_-7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-slide._3 {
  background-color: #2e3238;
  background-image: linear-gradient(rgba(36, 36, 36, .55), rgba(36, 36, 36, .55)), url('../images/IMAGENES_CREMATORIO-DE-VILLARRICA_-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-slide-navbar {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/IMAGENES_CREMATORIO-DE-VILLARRICA_-6.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

.logo-container {
  text-align: center;
  background-color: #fff;
  height: 70px;
  padding: 10px 20px;
  transition: all .4s;
  overflow: hidden;
}

.logo-container:hover {
  background-color: #1a7451;
}

.logo-container.w--current {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 0;
}

.logo-container.w--current:hover {
  background-color: #1a7451;
}

.pricing-block {
  background-color: #fff;
  border-radius: 3px;
  height: 700px;
  padding: 38px 40px 56px 50px;
}

.pricing-block.color {
  z-index: 1;
  background-color: #1a7451;
  height: auto;
  position: relative;
}

.price-title {
  color: #fff;
  margin-bottom: 25px;
  font-size: 30px;
}

.price-title._2 {
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.price-title._3 {
  opacity: .3;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}

.overall-list {
  margin-top: 25px;
}

.pricing-row {
  margin-top: 50px;
  margin-bottom: 60px;
}

.icon-block {
  border: 3px solid #e4ebeb;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 39px;
  padding-left: 38px;
  padding-right: 39px;
  transition: border-color .5s, background-color .5s;
  display: block;
}

.icon-block:hover {
  border-color: #1a7451;
}

.round-label {
  background-color: #ffd000;
  border: 3px solid #ebc000;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 15px;
}

.label-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
}

.hidden-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link {
  color: #20b36c;
  border-bottom: 2px solid rgba(32, 179, 108, .2);
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: border-radius .5s, color .5s, border-color .5s;
}

.link:hover {
  border-bottom-color: #20b36c;
}

.link.yellow {
  color: #edc202;
  border-bottom-color: rgba(237, 194, 2, .2);
}

.link.yellow:hover {
  border-bottom-color: #edc202;
}

.link.small {
  padding-bottom: 2px;
  font-size: 12px;
}

.intro-paragraph {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.intro-paragraph.white {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.intro-paragraph.white._2 {
  color: #ffec5d;
  text-align: justify;
  letter-spacing: 15px;
  text-shadow: 4px 4px 1px rgba(0, 0, 0, .45);
  overflow-wrap: normal;
  object-fit: fill;
  margin-top: 17px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.slider-container {
  text-align: left;
  padding-right: 300px;
}

.circle-close-button {
  color: #282b30;
  background-color: #252629;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .5s;
  position: absolute;
  top: 23px;
  right: 17px;
}

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

.circle-close-button.small {
  background-color: #20b36c;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  top: -13px;
  right: -15px;
}

.circle-close-button.small:hover {
  background-color: #1e2024;
}

.field {
  border: 2px solid #fff;
  border-radius: 2px;
  height: 60px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.field:hover {
  border-color: #3d424a;
}

.field:focus {
  border-color: #169156;
}

.field.area {
  height: 130px;
  padding-top: 14px;
}

.field.mensaje {
  height: 100px;
}

.contact-form {
  margin-top: 40px;
}

.h4-white {
  color: #fff;
  margin-top: 0;
}

.gototop-icon {
  height: 19px;
}

.features-row {
  text-align: left;
  margin-bottom: 50px;
}

.feature-icon {
  width: 40px;
  margin-bottom: 10px;
  margin-right: 11px;
}

.work-block-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.work-row {
  margin-top: 50px;
  margin-bottom: 75px;
}

.work-block-small {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 175px;
}

.work-block-small._2, .work-block-small._3, .work-block-small._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.work-column {
  padding-left: 0;
  padding-right: 0;
}

.hidden-signup-form {
  background-color: #1a7451;
  overflow: hidden;
}

.submit-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #343434;
  border-radius: 2px;
  width: 100%;
  padding: 17px 25px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 900;
  transition: background-color .5s;
}

.submit-button:hover {
  background-color: #3d424a;
}

.newsletter-form {
  margin-top: 30px;
}

.newsletter-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.work-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 450px;
  margin-top: 50px;
  padding-left: 110px;
  padding-right: 110px;
}

.arrow-icon {
  border: 3px solid rgba(255, 255, 255, .2);
  border-radius: 99px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  font-size: 25px;
  font-weight: 700;
}

.arrow-icon:hover {
  border-color: rgba(255, 255, 255, .7);
}

.slider-image {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.portrait-image {
  margin-top: 30px;
}

.small-paragraph {
  color: #becfcf;
  font-size: 12px;
}

.right-column {
  padding-left: 31px;
}

._2-half-column {
  text-align: left;
}

.overall-list-item {
  padding-bottom: 20px;
}

.work-overlay {
  opacity: 0;
  background-color: rgba(32, 179, 108, .7);
  width: 100%;
  height: 100%;
  padding-top: 125px;
  padding-left: 50px;
  padding-right: 50px;
  transition: opacity .5s;
}

.work-overlay:hover {
  opacity: 1;
}

.work-overlay.small {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.work-overlay-title {
  color: #fff;
}

.work-overlay-title._2 {
  font-size: 17px;
  font-weight: 300;
}

.pricing-feature {
  color: #758080;
  display: inline-block;
}

.pricing-feature.inactive {
  color: #d0dbdb;
  text-decoration: line-through;
}

.pricing-list-item {
  border-bottom: 2px solid rgba(201, 212, 212, .29);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
}

.pricing-feature-white {
  color: #fff;
  display: inline-block;
}

.pricing-feature-white.inactive {
  opacity: .6;
  text-decoration: line-through;
}

.footer-link {
  color: #7f8585;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.footer-link:hover {
  color: #20b36c;
}

.bottom-footer-text {
  color: #c4cfcf;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}

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

.footer-logo {
  float: left;
  margin-top: -1px;
  margin-right: 10px;
  line-height: 26px;
  display: inline-block;
}

.flyout-left {
  padding-left: 0;
  padding-right: 0;
}

.flyout-right {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.success-bg {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.success-text {
  opacity: .3;
  color: #fff;
  margin-top: 10px;
  font-size: 25px;
}

.error-bg {
  text-align: center;
  background-color: #b32025;
  border-radius: 3px;
  padding-top: 13px;
}

.flyout-title {
  color: #000;
}

.gototop {
  float: left;
  background-color: #f0f7f7;
  height: 70px;
  padding-top: 24px;
  padding-left: 13px;
  padding-right: 13px;
  transition: background-color .5s;
}

.gototop:hover, .gototop.w--current:hover {
  background-color: #1a7451;
}

.navbar-container, .mobile-navbar-container {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image, .container-2 {
  margin-bottom: 0;
}

.image-2 {
  margin-bottom: 30px;
}

.heading {
  color: #343434;
  font-family: Varela, sans-serif;
}

.heading-2 {
  aspect-ratio: auto;
  color: #343434;
  font-family: Varela, sans-serif;
}

.heading-3, .heading-4 {
  color: #343434;
  font-family: Varela, sans-serif;
}

.heading-5 {
  color: #bdbdbd;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #666;
  padding-left: 15px;
  font-family: Varela, sans-serif;
}

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

.contacto {
  background-color: #1a7451;
}

.section {
  background-color: #1a7451;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: #fff;
  border: 2px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.text-block-3.anfora1 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-3.anfora1.home {
  color: var(--white-smoke);
  background-color: #1a7451;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.text-block-3.anfora1.home:hover {
  background-color: var(--dark-slate-gray);
}

.text-block-3.home {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.text-block-3.home:hover {
  background-color: var(--dark-slate-gray);
}

.container-4 {
  max-width: 600px;
}

.container-4._1, ._1 {
  max-width: 280px;
}

.image-4 {
  margin-bottom: 0;
}

html.w-mod-js [data-ix="display-none-contact-block"] {
  opacity: 1;
  display: none;
  transform: translate(200px);
}

html.w-mod-js [data-ix="display-none-navbar"] {
  display: none;
}

html.w-mod-js [data-ix="fade-in-from-left"], html.w-mod-js [data-ix="fade-in-from-left-slow"] {
  opacity: 0;
  transform: translate(-75px);
}

html.w-mod-js [data-ix="fade-in-from-right"], html.w-mod-js [data-ix="fade-in-from-right-slow"] {
  opacity: 0;
  transform: translate(70px);
}

html.w-mod-js [data-ix="title-fade-in"], html.w-mod-js [data-ix="title-fade-in-2"], html.w-mod-js [data-ix="title-fade-in-3"], html.w-mod-js [data-ix="title-fade-in-4"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="title-fade-in-5"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="divider-grow"] {
  width: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  transform: scale(.9);
}

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

html.w-mod-js [data-ix="display-none-contact-block-2"] {
  opacity: 1;
  display: none;
  transform: translate(200px);
}

@media screen and (max-width: 991px) {
  h4, h5 {
    font-size: 23px;
  }

  p {
    font-size: 15px;
    line-height: 23px;
  }

  .large-title {
    font-size: 75px;
    line-height: 43px;
  }

  .page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .color-section.work {
    padding-top: 70px;
  }

  .text-block {
    margin-bottom: 10px;
    padding: 15px;
  }

  .nav-link {
    color: #fff;
    background-color: #31363d;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-link:hover {
    background-color: #1ca362;
    border-bottom-color: #1ca362;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #20b36c;
    border-bottom-color: #20b36c;
  }

  .section-title {
    font-size: 35px;
  }

  .all-paragraphs-white {
    font-size: 15px;
    line-height: 23px;
  }

  .main-slide {
    padding-top: 185px;
    padding-left: 75px;
  }

  .logo-container {
    margin-left: -25px;
  }

  .price-title {
    font-size: 30px;
    line-height: 18px;
  }

  .intro-paragraph.white.tablet {
    width: 100%;
  }

  .slider-container {
    padding-right: 250px;
  }

  .slider-container.tablet {
    padding-right: 80px;
  }

  .work-slider {
    height: 320px;
  }

  .portrait-image {
    margin-top: 160px;
  }

  ._2-half-column {
    padding-right: 30px;
  }

  .menu-icon {
    font-size: 35px;
  }

  .menu-button {
    width: 70px;
    height: 70px;
    margin-right: -25px;
    padding-top: 17px;
    transition: background-color .5s, color .5s;
  }

  .menu-button:hover {
    color: #fff;
    background-color: #20b36c;
  }

  .menu-button.w--open {
    background-color: #20b36c;
  }

  .nav-menu-container {
    background-color: #31363d;
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 22px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
  }
}

@media screen and (max-width: 767px) {
  .large-title {
    font-size: 55px;
    line-height: 24px;
  }

  .navbar {
    height: 65px;
  }

  .page-content {
    padding: 40px 30px;
  }

  .color-section.green {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .color-section.work {
    padding-top: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .title-block, .cta-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hidden-content-section {
    padding-bottom: 20px;
  }

  .main-slider {
    height: 670px;
  }

  .main-slide {
    padding-top: 135px;
    padding-left: 0;
  }

  .main-slide-navbar {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .logo-container {
    height: 65px;
    margin-left: 0;
    padding-top: 5px;
  }

  .logo-container.w--current {
    height: 60px;
    padding-bottom: 8px;
  }

  .pricing-block {
    height: 615px;
    padding: 20px;
  }

  .price-title {
    font-size: 30px;
  }

  .price-title._2 {
    font-size: 17px;
    line-height: 14px;
  }

  .price-title._3 {
    font-size: 13px;
    line-height: 13px;
  }

  .hidden-row {
    padding: 30px 30px 20px;
  }

  .intro-paragraph.white {
    font-size: 19px;
    line-height: 24px;
  }

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

  .overall-column {
    padding-bottom: 30px;
  }

  .work-block-large {
    height: 300px;
  }

  .work-row {
    margin-bottom: 50px;
  }

  .newsletter-content {
    padding: 30px;
  }

  .work-slider {
    height: 230px;
    margin-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .portrait-image {
    margin-top: 20px;
  }

  .right-column {
    padding-top: 10px;
    padding-left: 10px;
  }

  .work-overlay {
    padding-top: 100px;
  }

  .price-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-column-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-column-right {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    width: 55px;
    height: 55px;
    margin-right: 0;
    padding-top: 9px;
    padding-left: 10px;
  }

  .menu-button.w--open {
    width: 55px;
    height: 55px;
    padding-top: 9px;
    padding-left: 10px;
  }

  .nav-menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gototop, .gototop.w--current {
    height: 55px;
    padding-top: 16px;
  }

  .container-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-left: auto;
    margin-right: auto;
    padding: 11px 15px;
    font-size: 14px;
    display: block;
  }

  .button.green-outline {
    margin-left: auto;
    margin-right: auto;
  }

  .large-title {
    font-size: 40px;
    line-height: 13px;
  }

  .large-title.white {
    line-height: 20px;
  }

  .large-title.white.mobile {
    font-size: 40px;
    line-height: 20px;
  }

  .large-title.slide1 {
    font-size: 50px;
    line-height: 50px;
  }

  .page-content, .color-section.green {
    padding-left: 25px;
    padding-right: 25px;
  }

  .color-section.work {
    padding-top: 70px;
  }

  .icon-left-aligned {
    height: 60px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .title-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-title {
    font-size: 25px;
    line-height: 30px;
  }

  .section-title._2 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .section-title._2.mobile {
    width: 100%;
  }

  .cta-bar {
    padding: 30px 25px;
  }

  .contact-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-flyout {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .main-slider {
    height: 680px;
  }

  .main-slide {
    padding-top: 120px;
  }

  .main-slide._3.iphone {
    padding-bottom: 0;
  }

  .main-slide-navbar.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-container {
    height: 65px;
  }

  .logo-container.w--current {
    padding-bottom: 8px;
  }

  .pricing-block {
    height: 600px;
  }

  .price-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .pricing-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hidden-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-paragraph.white {
    font-size: 20px;
    line-height: 25px;
  }

  .intro-paragraph.white._2 {
    text-align: left;
  }

  .intro-paragraph.white._2.iphone {
    letter-spacing: 10px;
    width: 100%;
    padding-right: 0;
    font-size: 20px;
  }

  .intro-paragraph.white.tablet.slide1, .intro-paragraph.white.phone {
    font-size: 20px;
    line-height: 25px;
  }

  .slider-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-container.tablet.iphone {
    padding-right: 25px;
  }

  .overall-column {
    padding-left: 0;
    padding-right: 0;
  }

  .features-row {
    margin-bottom: 30px;
  }

  .work-block-large {
    height: 200px;
  }

  .work-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .work-block-small {
    height: 120px;
  }

  .newsletter-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .work-slider {
    height: 185px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-image {
    width: 90%;
  }

  .small-paragraph {
    line-height: 10px;
  }

  .left-column {
    padding-left: 0;
    padding-right: 0;
  }

  .right-column {
    padding-left: 0;
  }

  ._2-half-column {
    padding-right: 0;
  }

  .work-overlay {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-overlay.small {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-overlay-title {
    font-size: 20px;
  }

  .work-overlay-title._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .price-column {
    margin-bottom: 40px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-text {
    margin-left: 0;
    display: block;
  }

  .footer-logo {
    float: none;
    display: block;
  }

  .menu-button {
    height: 65px;
    padding-top: 18px;
  }

  .menu-button:hover {
    background-color: #1a7451;
  }

  .gototop {
    height: 55px;
    padding-top: 17px;
  }

  .text-block-3 {
    border: 2px solid var(--white-smoke);
    color: var(--white-smoke);
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Varela Round, sans-serif;
  }

  .text-block-3:hover {
    background-color: var(--dark-slate-gray);
  }

  .text-block-3.anfora1 {
    background-color: #1a7451;
    margin-top: 0;
  }

  .text-block-3.anfora1:hover {
    background-color: var(--dark-slate-gray);
  }

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


