/* =====================================================================
 *   Addtional Updates or Changes
 * =================================================================== */
.divider-line {
  margin: 60px auto 60px;
}

.logos-redes {
  margin-bottom: 100px;
}
.logos-redes img {
  width: 120px;
}

.banner-center-box {
  padding: 60px 0 60px;
}
@media (min-width: 1200px) {
  .banner-center-box {
    padding: 10px 0 80px;
  }
}

.cta-subscribe {
  box-shadow: none !important;
}

.box-content {
  padding: 0px !important;
  overflow: visible !important;
  margin-bottom: 80px !important;
}
.box-content:last-child {
  margin-bottom: 0px !important;
}
@media (min-width: 1200px) {
  .box-content {
    margin-bottom: 0px;
  }
}

.box-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.box-info {
  background-color: #FAF9F8;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
  position: relative;
  height: 200px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.box-info img {
  width: 180px;
}
.box-info h3 {
  font-weight: lighter;
  font-size: 17px;
}
.box-info a {
  background-color: #222222;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  border-radius: 5px;
  padding: 12px 35px;
  position: absolute;
  bottom: -25px;
  transition: all 0.4s ease-in-out;
}
.box-info a:hover {
  bottom: -20px;
}

.box-button {
  background-color: #FAF9F8;
  display: flex;
  justify-content: center;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#intro-features {
  padding: 0px 25px;
}

#intro-features .section-content {
  padding-bottom: 0px !important;
}

.section-content {
  padding-bottom: 40px !important;
}

.min-100 {
  height: 110px !important;
}

#footer-bar-1,
#footer-bar-2 {
  background-color: #ffffff;
}

#footer-bar-2 {
  border-top: 0.4px solid #707070;
}

.footer-bar {
  padding: 40px 0px;
}

.dark {
  color: #000000;
}

input[type=submit] {
  background-color: #222222;
}

/* =====================================================================
*   Section About
* =================================================================== */
@media (min-width: 1200px) {
  .about-container {
    display: grid;
    grid-template-columns: 1fr 45%;
    align-items: center;
    column-gap: 100px;
  }
}
.about-container-left {
  padding: 0px 40px 30px;
}
@media (min-width: 1200px) {
  .about-container-left {
    padding: 0px 80px;
  }
}
.about-container-left h2 {
  font-size: 30px;
  font-weight: 500;
}
.about-container-left p {
  font-size: 15px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select,
textarea {
  background-color: #F7F7F7 !important;
}

/* =====================================================================
*   Section Contact
* =================================================================== */
.contact {
  background-color: #1C1C1C;
  padding: 80px 30px;
}
@media screen and (min-width: 768px) {
  .contact-container {
    width: 1170px;
  }
}
.contact-container-left {
  padding-right: 0px;
}
@media (min-width: 1200px) {
  .contact-container-left {
    padding-right: 60px;
  }
}
.contact-container-left h2 {
  font-size: 25px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contact-container-left h2 {
    font-size: 30px;
  }
}
.contact-container-left p {
  font-size: 15px;
}
.contact-container-right {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .contact-container-right {
    margin-top: 0px;
  }
}
.contact-container-right-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-container-right-list-item {
  display: grid;
  grid-template-columns: 15% 1fr;
  column-gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 0.4px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .contact-container-right-list-item {
    grid-template-columns: 10% 1fr;
  }
}
.contact-container-right-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-container-right-list-item-icon {
  text-align: center;
}
.contact-container-right-list-item-text h4 {
  font-size: 15px;
  margin-bottom: 0;
}
.contact-container-form {
  background-color: #ffffff;
  margin-top: 40px;
  border-radius: 6px;
  padding: 30px 40px;
}
@media (min-width: 1200px) {
  .contact-container-form {
    padding: 30px 100px;
  }
}
.contact-container-form-title {
  margin-bottom: 30px;
}
.contact-container-form-title h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 0px;
}

/*# sourceMappingURL=updates.css.map */
