/* ************* */
/* HEADER */
/* ************* */

.header {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #000;

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  max-height: 6rem;
}

/* ************* */
/* NAVIGATION */
/* ************* */

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #c2b69b;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #c2b69b;
}

/* MOBILE */

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */

.sticky .header {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.97);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

/* .sticky .section-hero {
  margin-top: 9.6rem;
} */

/* ************* */
/* HERO SECTION */
/* ************* */

.section-hero {
  /* padding: 2rem 0 0 0 !important; */
  height: auto;
  max-height: 65rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.combustrol-vid {
  width: 100%;
  object-fit: contain;
  z-index: -1;
  /* transform: translateY(0%); */
}

.about {
  background: url(../img/lakewoods-bg2.jpg);
  background-position: -200px;
}

.lw-hero {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.lakewoods-logo {
  max-width: 40%;
  margin: 0 auto;
}

.nav-section {
  background-color: #000000;
  padding: 3.2rem;
}

.lw-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
  justify-content: space-around;
  font-size: 2.4rem;
}

.lw-nav-link:link,
.lw-nav-link:visited {
  display: inline-block;
  text-decoration: none;

  color: #f8f2f2;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.lw-nav-link:hover,
.lw-nav-link:active {
  color: #c2b69b;
}

.intro-section {
  padding: 3.2rem 0 3.2rem 0;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #969695;
}

.intro-color {
  padding: 8rem 0 8rem 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #4a4747;
  background-color: #f4efea;
}

.intro-color h3 {
  color: #707070;
}

.about-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.8rem;
}

.about-box {
  padding: 4.8rem 6.4rem 4.8rem 6.4rem;
  transition: all 0.5s;
  border-radius: 50px;
  /* z-index: -10; */
  color: #4a4747;
}

.about-box img {
  max-height: 8rem;
}

.about-box h2 {
  color: #8a7165;
}

.about-2 {
  background-color: #707070;
  color: #ffffff;
}

.about-2 h2 {
  color: #f7f4f4;
}

/* .about-box:hover {
  background-color: #4a4747;
  color: #fff;
  border-radius: 50px;
} */

.about-box p,
ul {
  text-align: left;
}

.about-box h2 {
  margin-bottom: 2.4rem;
}

/* ************* */
/* Services SECTION*/
/* ************* */

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

.office-solutions {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #4a4747 !important;
}

.call-today {
  font-size: 2.4rem;
  color: #262262;
  line-height: 1.5;
}

.call-today a:link,
.call-today a:visited {
  text-decoration: none;
  color: #262262;
  border-bottom: #262262 1px solid;
  transition: all 0.3s;
}

.call-today a:hover,
.call-today a:active {
  text-decoration: none;
  color: #514e81;
  border-bottom: transparent 1px solid;
}

#services-1724 .cs-flex-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1724 {
    padding: 8rem;
    /* removing the side paddings to allow the cards to fit the whole page width */
    padding-right: 0;
    padding-left: 0;
    position: relative;
    padding-bottom: 0;
  }
  #services-1724 .cs-container {
    width: 100%;
    max-width: 156.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1724 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 80%;
    max-width: 130rem;
    box-sizing: border-box;
    /* 16px - 40px */
    /* padding: 0 clamp(1rem, 3.8vw, 2.5rem); */
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .cs-topper {
    text-transform: uppercase;
    color: #8a7165 !important;
  }

  /* #services-1724 .cs-title {
    max-width: 12ch;
  } */
  #services-1724 .cs-text {
    max-width: 50rem;
  }
  #services-1724 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #services-1724 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    /* 220px - 480px */
    height: clamp(13.75rem, 32vw, 35rem);
    margin: 0;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding: 0;
    background-color: #000;
    box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    grid-column: span 12;
    position: relative;
    z-index: 1;
  }
  #services-1724 .cs-item:hover .cs-picture::after {
    opacity: 0.6;
  }
  #services-1724 .cs-item:hover .cs-picture img {
    transform: scale(1.2);
  }
  #services-1724 .cs-item:hover .cs-number {
    opacity: 1;
    /* 16px - 32px */
    top: clamp(1rem, 2.3vw, 2rem);
  }
  #services-1724 .cs-item:hover .cs-h3 {
    opacity: 0;
    /* 16px - 32px */
    bottom: clamp(1rem, 2.3vw, 2rem);
  }

  .ligeros {
    padding-left: 10rem !important;
  }

  .pesados {
    padding-right: 10rem !important;
  }

  #services-1724 .cs-link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    /* 16px - 32px */
    padding: clamp(1rem, 2.3vw, 2rem);
    /* we use flexbox here to grow the link to fit the whole item, making it clickable everywhere, no matter the size */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #services-1724 .cs-link::after {
    /* hover overlay */
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    /* as we can't animate background gradients, we animate the change of opacity from 0 to 1 */
    transition: opacity 0.3s;
  }
  #services-1724 .cs-number {
    /* 49px - 84px */
    /* font-size: clamp(3.0625rem, 6vw, 5.25rem); */
    font-size: 1.6rem;
    line-height: 1.5;
    /* sets the fill of the number to be transparent */
    color: #fff;
    opacity: 0;
    padding: 0 3rem 0 3rem;
    /* position: absolute;
    top: 0; */
    /* 16px - 32px */
    right: clamp(1rem, 2.3vw, 2rem);
    transition: opacity 0.3s, top 0.3s;
    /* provides a 1px white stroke to the text, outlining it */
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bodyTextColorWhite); */
  }
  #services-1724 .cs-h3 {
    /* 20px - 31px */
    font-size: clamp(1.25rem, 2vw, 1.9375rem);
    font-weight: 700;
    line-height: 1.2em;
    white-space: nowrap;
    text-transform: uppercase;
    /* width, overflow, text-overflow and white-space all provide the ellipsis when the h3 content is too long */
    width: 80%;
    margin: 0;
    color: var(--bodyTextColorWhite);
    transition: opacity 0.3s, bottom 0.3s;
  }

  .hidden-h3 {
    font-size: clamp(1.25rem, 2vw, 1.9375rem);
    font-weight: 700;
    line-height: 1.2em;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 0 1rem 0;
  }

  #services-1724 .cs-picture {
    width: 100%;
    height: 100%;
    /* prevents the mouse from interacting with it */
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  #services-1724 .cs-picture:before {
    /* gradient overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(102, 102, 102, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #services-1724 .cs-picture:after {
    /* background color overlay on hover */
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s;
  }
  #services-1724 .cs-picture img {
    width: 100%;
    height: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.7s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1724 {
    padding-bottom: 0;
  }
  #services-1724 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 4rem;
  }
  #services-1724 .cs-item {
    grid-column: span 4;
  }
  #services-1724 .cs-item {
    grid-column: span 6;
  }
  #services-1724 .cs-text {
    width: 60%;
  }
  #services-1724 .cs-title {
    margin: 0;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #services-1724 .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
  #services-1724 .cs-item {
    grid-column: span 1;
  }
  #services-1724 .cs-item:nth-of-type(4),
  #services-1724 .cs-item:nth-of-type(5) {
    grid-column: span 1;
  }
}

/* ************* */
/* info SECTION*/
/* ************* */

/*-- -------------------------- -->
<---           Stats            -->
<--- -------------------------- -*/

#stats-1575 {
  background-image: linear-gradient(
      to bottom,
      rgba(74, 71, 71, 0.7),
      rgba(74, 71, 71, 0.7)
    ),
    url(../img/why-us-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4.8rem !important;
}

#stats-1575 h2 {
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 1.2rem;
}

#stats-1575 p {
  color: #c2b69b;
  font-size: 2.4rem;
  max-width: 45%;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #stats-1575 {
    padding: var(--sectionPadding);
    background-color: #1a1a1a;
    position: relative;
    z-index: 1;
  }
  #stats-1575 .cs-container {
    width: 100%;
    /* Changes to 1280px at small desktop */
    max-width: 59.6875rem;
    margin: 0 auto;
  }

  #stats-1575 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3.75rem;
  }
  #stats-1575 .cs-item {
    text-align: center;
    list-style: none;
    width: 47%;
    max-width: 15rem;
    margin: 0;
    padding: 0 0.75rem;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #stats-1575 .cs-icon {
    width: 3rem;
    height: auto;
    margin: 0 0 1.5rem;
    display: block;
  }
  #stats-1575 .cs-number {
    /* 31px - 61px */
    font-size: clamp(1.9375rem, 4.3vw, 2.4375rem);
    line-height: 1.2em;
    text-align: inherit;
    font-weight: 400;
    margin: 0 0 0.25rem 0;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #stats-1575 .cs-desc {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    color: var(--bodyTextColorWhite);
  }
  #stats-1575 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #stats-1575 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #stats-1575 .cs-card-group {
    justify-content: space-between;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #stats-1575 .cs-container {
    max-width: 90rem;
  }
  #stats-1575 .cs-card-group {
    max-width: 39.375rem;
    justify-content: flex-start;
  }
  #stats-1575 .cs-item {
    text-align: left;
    max-width: 12.5rem;
    align-items: flex-start;
  }
}

/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

.why-us-end {
  padding-top: 3rem;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.why-us-end h2 {
  color: #817f7f;
  font-weight: 400;
  font-size: 3rem;
}

.learn-buttons {
  display: flex;
  gap: 2.4rem;
}

.button-orange:link,
.button-orange:visited {
  text-decoration: none;
  font-size: 2.4rem;
  color: #fff;
  background-color: #f46d0b;
  padding: 1rem 1.5rem 1rem 1.5rem;
  transition: all 0.3s;
}

.button-orange:hover,
.button-orange:active {
  background-color: #ab4c08;
}

.button-green:link,
.button-green:visited {
  text-decoration: none;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1f8080;
  padding: 1rem 1.5rem 1rem 1.5rem;
  transition: all 0.3s;
}

.button-green:hover,
.button-green:active {
  background-color: #165a5a;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-1575 {
    padding: var(--sectionPadding);
  }
  #sbsr-1575 .cs-container {
    width: 100%;
    /* changes to 1280px at small desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-1575 .cs-content {
    text-align: center;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-opener {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    line-height: 1.5;
  }

  .faq-closer {
    font-size: 2rem;
    margin-top: 2.4rem;
    line-height: 1.5;

    padding: 1rem;
    padding-top: 0rem;
    border-left: #f2a741 2px solid;
  }

  .faq-closer a:link,
  .faq-closer a:visited {
    text-decoration: none;
    color: #262262;
    border-bottom: #262262 1px solid;
    transition: all 0.3s;
  }

  .faq-closer a:hover,
  .faq-closer a:active {
    text-decoration: none;
    color: #514e81;
    border-bottom: transparent 1px solid;
  }

  #sbsr-1575 .cs-title {
    /* 20 characters wide including spaces */
    max-width: 20ch;
    margin: 0 0 2rem 0;
  }
  #sbsr-1575 .cs-faq-group {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  #sbsr-1575 .cs-faq-item {
    text-align: left;
    list-style: none;
    width: 100%;
    background-color: #f4efea;
    /* 12px - 16px */
    padding: clamp(0.75rem, 2vw, 1rem) 1rem;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
  }
  #sbsr-1575 .cs-faq-item.active {
    border-color: var(--primaryLight);
  }
  #sbsr-1575 .cs-faq-item.active .cs-button {
    color: #f46d0b;
  }
  #sbsr-1575 .cs-faq-item.active .cs-button .cs-indicator:before {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  #sbsr-1575 .cs-faq-item.active .cs-button .cs-indicator:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  #sbsr-1575 .cs-faq-item.active .cs-item-p {
    height: auto;
    padding-top: 1rem;
    opacity: 1;
    transform: scaleY(1);
  }
  #sbsr-1575 .cs-button {
    /* 16px - 20px */
    font-size: 2rem;
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    padding: 0;
    border: none;
    background: transparent;
    color: #1f8080;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #sbsr-1575 .cs-button:hover {
    cursor: pointer;
  }
  #sbsr-1575 .cs-button .cs-indicator {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    z-index: 1;
  }
  #sbsr-1575 .cs-button .cs-indicator:before {
    /* left line */
    content: "";
    width: 1rem;
    height: 0.125rem;
    background-color: #767676;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s;
  }
  #sbsr-1575 .cs-button .cs-indicator:after {
    /* right line */
    content: "";
    width: 1rem;
    height: 0.125rem;
    background-color: #767676;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.5s;
  }
  #sbsr-1575 .cs-button-text {
    width: 90%;
    display: block;
    text-transform: uppercase;
    color: #8a7165;
  }
  #sbsr-1575 .cs-item-p {
    /* 14px - 16px */
    font-size: 1.8rem;
    line-height: 1.5em;
    width: 90%;
    max-width: 33.8125rem;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    color: var(--bodyTextColor);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.3s, transform 0.3s, padding-bottom 0.3s;
  }
  #sbsr-1575 .cs-image-group {
    /* everything inside the image group is in ems so the font size will scale them down.  Font size minimum is tied to view width size, and grows until it reaches 75% of the value on em */
    font-size: min(2.3vw, 0.89em);
    width: 39.375em;
    min-height: 63.125em;
    display: flex;
    gap: 1.25em;
    position: relative;
    z-index: 1;
  }
  #sbsr-1575 .cs-picture {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbsr-1575 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbsr-1575 .cs-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25em;
  }
  #sbsr-1575 .cs-picture1 {
    width: 19.0625em;
    height: 60.594059%;
    margin-top: 7.125em;
  }
  #sbsr-1575 .cs-picture2 {
    width: 19.0625em;
    height: 60.891089%;
  }
  #sbsr-1575 .cs-picture3 {
    width: 19.0625em;
    height: 0%;
  }
  #sbsr-1575 .cs-picture4 {
    width: 19.0625em;
    height: 27.425743%;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-1575 .cs-container {
    max-width: 120rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
  #sbsr-1575 .cs-content {
    text-align: left;
    align-items: flex-start;
  }
  #sbsr-1575 .cs-image-group {
    font-size: min(1.2vw, 1.2em);
    height: 100%;
    /* -210px to -384px */
    /* margin-top: calc(clamp(13.125rem, 23vw, 24rem) * -1); */
    flex: none;
    /* sends it to the right in the 2nd position */
    order: 2;
  }
}

/* ************* */
/* contact  SECTION*/
/* ************* */

/*-- -------------------------- -->
<---    Side By Side Reverse    -->
<--- -------------------------- -*/

.contact-top {
  color: #4a4747 !important;
}

.contact-title {
  color: #4a4747 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.contact-num:link,
.contact-num:visited {
  text-decoration: none;
  color: #8a7165;
  border-bottom: #8a7165 1px solid;
  font-size: 3rem;
  transition: all 0.3s;
}

.contact-num:hover,
.contact-num:active {
  text-decoration: none;
  color: #614f47;
  border-bottom: transparent 1px solid;
}

.contact-btn:link,
.contact-btn:visited {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.2rem 3.2rem;
  text-decoration: none;

  /* only for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  /* Put transition on original 'state' */
  transition: all 0.3s;
  background-color: #f2a741;
  color: #fff;
  margin-bottom: 1.6rem;
}

.contact-btn:hover,
.contact-btn:active {
  background-color: #f46d0b;
}

.contact-callout {
  font-size: 1.8rem;
  display: inline-block;
  color: #4a4747;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.contact-finisher:link,
.contact-finisher:visited {
  text-decoration: none;
  color: #262262;
  border-bottom: #262262 1px solid;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.contact-finisher:hover,
.contact-finisher:active {
  text-decoration: none;
  color: #514e81;
  border-bottom: transparent 1px solid;
}

.contact-bot {
  padding-top: 4.8rem;
}

.contact-bot h2 {
  font-size: 3.5rem;
  color: #3e3e3e;
  text-align: center;
}

.contact-end {
  text-align: center;
}

.service-section-header {
  text-align: center;
  background-image: url(../img/servicios-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2rem !important;
  padding: 4.8rem 0 4.8rem 0;
  text-transform: uppercase;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-1007 {
    padding: var(--sectionPadding);
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #sbsr-1007 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 50rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-1007 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    /* changes to 522px at desktop */
    max-width: 36.125rem;
    margin-top: -1rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }

  #sbsr-1007 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-1007 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-1007 .cs-spacer {
    width: 100%;
    /* 16px - 24px */
    height: clamp(1rem, 3vw, 1.5rem);
    display: block;
  }
  #sbsr-1007 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 2rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #sbsr-1007 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbsr-1007 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbsr-1007 .cs-image-group {
    width: 100%;
  }
  #sbsr-1007 .cs-picture {
    width: 100%;
    /* height: 43.3125rem; */
    height: 50rem;
    border: 12px solid #fff;
    background-color: #fff;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
  }
  #sbsr-1007 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes it behave like a background image */
    object-fit: cover;
    transform: scale(1.2);
  }
  #sbsr-1007 .cs-seal {
    /* changes to a clamp(104px - 190px) at desktop */
    width: 25rem;
    height: auto;
    /* 104px - 190px */
    /* wrapped clamp in calc function to make the value negative, and multiply by half (.5) the height to it always overlaps the bg image by half its height */
    margin-top: calc(clamp(6.5rem, 12vw, 11.875rem) * -1.5);
    margin-left: auto;
    /* 28px - 120px */
    margin-right: clamp(1.75rem, 10vw, 7.5rem);
    background-color: #4a4747;
    border: clamp(6px, 0.8vw, 6px) solid #ffffff;
    border-radius: 50%;
    display: block;
    position: relative;
    /* make it rest on top of the bg picture */
    z-index: 10;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbsr-1007 .cs-container {
    align-items: flex-start;
  }
  #sbsr-1007 .cs-flex-group {
    flex-direction: row;
  }
  /* #sbsr-1007 .cs-text {
    columns: 2;
    column-gap: 1.5rem;
  } */
  #sbsr-1007 .cs-spacer {
    display: none;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-1007 .cs-container {
    max-width: 100rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /* 100px - 200px */
    gap: clamp(6.25rem, 13vw, 12.5rem);
  }
  #sbsr-1007 .cs-image-group {
    max-width: 40rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* sends it to the right in the 2nd position */
    order: 2;
  }
  #sbsr-1007 .cs-picture {
    height: 36rem;
    aspect-ratio: initial;
  }
  #sbsr-1007 .cs-seal {
    /* 104 - 190px */
    width: 20rem;
    margin: 0;
    position: absolute;
    top: 50%;
    /* subtract 12px (.75rem) to account for the border */
    left: calc((clamp(6.5rem, 13vw, 11.875rem) * -0.5) + -0.75rem);
    transform: translateY(-50%);
  }
  #sbsr-1007 .cs-content {
    flex: none;
    width: 54%;
    max-width: 33.875rem;
  }
}

.service-section {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  padding-bottom: 8rem;
  background-color: #f4efea;
  color: #4a4747;
}

.service-flexbox {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.service-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 50%;
  padding: 2.4rem;
}

.service-break {
  width: 2px;
  background-color: #f2a741;
}

.service {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.service img {
  max-width: 4rem;
}

.services-img {
  display: flex;
  gap: 3.2rem;
  margin: 0 auto;
}

.service-img-circle {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  border-radius: 50%;
}

.service-img-circle img {
  height: 100%;
}

.form-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

.form-container h4 {
  text-align: center;
  font-size: 3rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.form-container label {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.form-break {
  border-top: 1px solid #555;
  width: 30%;
  margin: 0 auto;
}

.form-container form {
  display: flex;
  flex-direction: column;

  /* gap: 1.6rem; */
  max-width: 100%;
  padding: 2.4rem 3.6rem 2.4rem 3.6rem;
}

.form-container input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 2.4rem;
}

#submit {
  width: fit-content;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1f8080;
  /* border: 1px solid #ddd; */
  transition: all 0.3s;
}

#submit:hover {
  cursor: pointer;
  background-color: #165a5a;
}

#message {
  height: 20rem;
  padding: 0.5rem;
  margin-bottom: 2.4rem;
}

.red {
  color: red;
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.form-group label {
  display: inline-block;
}

/* ************* */
/* SECTION*/
/* ************* */

/* ************* */
/* SECTION*/
/* ************* */

/* ************* */
/* SECTION*/
/* ************* */

/* ************* */
/* FOOTER*/
/* ************* */

.footer {
  padding: 12.8rem 0;
  border-top: 10px solid #f2a741;
  background: url(../img/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.grid--footer {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.footer-logo .logo {
  max-height: 15rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  color: #fff;
  line-height: 1.6;
  margin-top: auto;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  border-left: 2px solid #fff;
  padding-left: 1.6rem;
}

.contacts p:first-child {
  margin-bottom: 2.4rem;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #c2b69b;
}

.grid--footer {
  margin-bottom: 2.4rem !important;
}

.perseo-footer {
  border-top: 2px solid #f2a741;
  padding-top: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 2rem;
}

.perseo-footer img {
  margin-bottom: 1rem;
  margin-right: 5rem;
  max-width: 30%;
}

.perseo-footer a:link,
.perseo-footer a:visited {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.perseo-footer a:hover,
.perseo-footer a:active {
  color: #c2b69b;
}
