@import url(./bootstrap.min.css);
@import url(./variables.css);
@import url(./typography.css);
@import url(./slick.css);
@import url(./common.css);

/* Intro Carousel */
.intro-carousel {
  background-image: url('../img/intro-carousel/bg-desktop-1x.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 960px;
  padding-top: 4rem;
}

.sl-logo {
  z-index: 9;
  max-width: 476px;
  margin-bottom: 2.5rem;
}

.intro-carousel-text {
  max-width: 908px;
}

.intro-carousel-launch {
  margin-left: 13px;
  font-family: var(--secondary-font);
  letter-spacing: 0.36em;
  font-weight: 700;
}

.intro-carousel-work {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 5.04px;
}

.intro-carousel-text h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.intro-carousel-text h2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-decoration-none{
  text-decoration: none;
}

/* Video */
.video {
  padding: 95px 0;
}
.video-thumb {
  border-radius: 8px;
  cursor: pointer;
  max-height: 660px;
}
.video-thumb img {
  border-radius: 2px;
}
.video-thumb-play {
  top: 50%;
  transform: translateY(-50%);
}
.video-thumb:hover .video-thumb-play img{
  transform: scale(1.1);
}
.video video {
  border-radius: 8px;
  display: none;
  max-width: 1540px;
  max-height: 500px;
  object-fit: cover;
}
.video video::-internal-media-controls-download-button {
  display:none;
}
.video video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
.video video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* About */
.about {
  background-image: url('../img/about/banner-sobre-desktop-1x.webp');
  height: 668px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-title {
  font-family: var(--main-font-regular);
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.about .btn-sl {
  margin-top: 38px;
}
/** Carrousel **/
.carousel-tag {
  padding: 32px 60px;
  z-index: 9;
  font-weight: 500;
  font-size: 1.5rem;
}
.fade-animation {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
.carrousel {
  background-color: var(--secondary-color-beige);
}
.carrousel-wrapper {
  margin: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.carrousel-wrapper-item {
  display: none;
}
.carrousel-wrapper-item img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  height: 960px;
  object-fit: cover !important;
}

.carrousel-furnished-equipment {
  z-index: 9;
  bottom: 345px;
  left: 17.9%;
  box-shadow: none !important;
  height: 100px !important;
  width: 100px !important;
  object-fit: cover !important;
}

.carrousel-wrapper-navigation {
  position: relative;
}
.carrousel-wrapper-navigation-px {
  padding: 0 60px;
}
.carrousel-wrapper-navigation-imgs {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
  top: -170px;
  height: 170px;
  padding: 24px 32px;
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
}
.carrousel-wrapper-navigation-imgs-shadow {
  width: 90px;
  height: 124px;
  background: linear-gradient(270deg, var(--white) 37.12%, rgba(255, 255, 255, 0) 88.92%);
  position: absolute;
  right: 0;
  top: -148px;
}
.carrousel-wrapper-navigation-imgs> .carrousel-wrapper-navigation-imgs-content > img {
  width: 100%;
  max-width: 180px;
  max-height: 120px;
  height: 100%;
}


.carrousel-wrapper-navigation-imgs-content {
  margin-right: 20px;
  width: calc(20% - 20px) !important;
  flex-grow: 1;
  flex-shrink: 0;
  cursor: pointer;
  border: 0;
  transition: border 0.1s ease-in-out;
  max-width: 180px;
  max-height: 120px;
  height: 100%;
  object-fit: cover;
}

.carrousel-wrapper-navigation-imgs-content.active {
  background-color: var(--primary-color);
}

.carrousel-wrapper-navigation-imgs-content.active>img,
.carrousel-wrapper-navigation-imgs-content>img:hover {
  border: 10px solid var(--secondary-color-green);
  opacity: 0.32;
}
.carrousel-wrapper-navigation-imgs-btn {
  cursor: pointer;
  position: absolute;
  top: -5%;
  width: auto;
  margin-top: -102px;
  padding: 24px;
  color: white;
  font-weight: bold;
  outline: 0;
  border: 0;
  font-size: 18px;
  transition: 0.2s ease;
  user-select: none;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
#prevCarrousel {
  left: -59px;
}
#nextCarrousel {
  right: -59px;
  border-radius: 0 8px 8px 0;
}
#nextCarrousel:hover,
#prevCarrousel:hover {
  background-color: var(--secondary-color-green);
}
/* Localization */
.localization {
  background-image: url('../img/localization/localization-desktop-1x.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  backdrop-filter: blur(4px);
  height: 960px;
}
.localization-title {
  font-family: var(--main-font-regular);
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 50px;
  font-size: 2.5rem;
  line-height: 3rem;
}
.localization p {
  max-width: 444px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.localization-text {
  width: 50%;
  z-index: -1;
  opacity: 0.8;
}
.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  margin-bottom: 0.6rem;
}
.custom-list-marker {
  color: var(--secondary-color-green);
  margin-right: 12px;
}
.btn-sl-secondary {
  max-width: 222px;
  height: 52px;
  border: 2px solid var(--white);
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 30px;
}
.stand-adress-gps p {
  margin: 0 12px;
}
/* Stand */
.stand {
  margin-top: -325px;
  z-index: 9;
}
.stand a {
  text-decoration: none;
  color: var(--white);
}
.stand-adress {
  padding: 28px 40px;
}
.stand-bg {
  height: 688px;
}

.stand p{
  font-size: 18px;
}

/* Form 1 */
.form-1 {
  padding: 0;
}
.form-1-title {
  font-family: var(--main-font-regular);
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}
.form-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.form-contact-options {
  top: -24px;
}
.form-1 .form-group:first {
  margin-top: -48px;
}
.form-wrapper-formBody {
  row-gap: 24px;
  max-width: 690px;
  color: var(--primary-color);
}
.form-wrapper-formBody form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 24px;
}
.form-wrapper-formBody form input[type=text],
.form-wrapper-formBody form input[type=email],
.form-wrapper-formBody form input[type=tel] {
  width: 100%;
  padding: 24px 20px;
  border-radius: 2px;
  border: 0;
  outline: 0;
  margin-top: 8px;
}
.form-wrapper-formBody form input::placeholder {
  color: var(--gray);
}
.form-wrapper-formBody form .formbody-customRadio input {
  display: none;
}
.form-wrapper-formBody form .formbody-customRadio label {
  color: var(--gray);
  display: inline-block;
  padding-left: 20px;
}
.form-wrapper-formBody form .formbody-customRadio label a{
  text-decoration: underline;
  color: var(--gray);
  font-weight: 600;
}
.form-wrapper-formBody form .formbody-customRadio input+label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--white);
  border: 5px solid var(--white);
  margin-right: 8px;
  position: relative;
  left: -20px;
  top: 24px;
  cursor: pointer;
}
.form-wrapper-formBody form .formbody-customRadio input:checked+label::before {
  background-color: var(--secondary-color-green);
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
}

.form-control:focus {
  box-shadow: none;
}

.invalid-feedback {
  color: var(--secondary-color-green);
  position: absolute;
  width: auto;
}
/* Lots */
.lots {
  padding-top: 120px;
}
.lots h2 {
  font-size: 2.5rem;
  padding-bottom: 40px;
}
.lots h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.lots-card {
  margin: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  height: 337px;
  padding: 60px;
}
.lots-card p {
  padding-right: 40px;
}
.lots-card ul li {
  padding-right: 20px;
}
/* Lots Image */
.lots-image {
  padding-top: 56px;
  padding-bottom: 40px;
}
/* Leisure */
.leisure {
  padding-top: 100px;
  padding-bottom: 100px;
}
.leisure p {
  margin-bottom: 2rem;
}
.content-cards {
  border-radius: 16px;
  padding: 0;
}
.content-cards-item {
  padding: 70px 40px;
}
.content-cards-item p {
  margin-top: 2rem;
  margin-bottom: 0;
}

.content-cards-item {
  border: 1px solid var(--secondary-color-beige);
}

.content-cards-item:nth-child(1),
.content-cards-item:nth-child(2),
.content-cards-item:nth-child(3),
.content-cards-item:nth-child(4),
.content-cards-item:nth-child(5),
.content-cards-item:nth-child(6) {
  border-bottom: none;
}

.content-cards-item:nth-child(1),
.content-cards-item:nth-child(2),
.content-cards-item:nth-child(4),
.content-cards-item:nth-child(5),
.content-cards-item:nth-child(7),
.content-cards-item:nth-child(8) {
  border-right: none
}

/* Intelligent services */
.intelligent-services {
  padding-top: 60px;
  padding-bottom: 60px;
}
.intelligent-services h4 {
  margin-bottom: 2rem;
  font-weight: 400;
}
.intelligent-services .btn-sl {
  margin-top: 52px;
}
.intelligent-services .content-cards {
  border-radius: 2px 0px 0px 2px;
}
.intelligent-services .content-cards-item:nth-child(1),
.intelligent-services .content-cards-item:nth-child(3) {
  border-top: 1px solid var(--secondary-color-beige);
  border-left: 1px solid var(--secondary-color-beige);
  border-right: 1px solid var(--secondary-color-beige);
  border-bottom: 1px solid var(--secondary-color-beige);
}
.intelligent-services .content-cards-item:nth-child(2) {
  border-top: 1px solid var(--secondary-color-beige);
  border-bottom: 1px solid var(--secondary-color-beige);
  border-right: none;
}

/* Green localization */
.green-localization-bg,
.green-localization {
  margin-top: 0;
  background-image: url('../img/green-localization/green-localization-bg-desktop.webp');
  height: 520px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.green-localization-bg {
  margin-top: -588px;
}

.green-localization-title {
  font-family: var(--main-font-regular);
  font-weight: 300;
  font-size: 2.5rem;
}

/* Datasheet */
.datasheet-title {
  margin-top: 89px;
  font-family: var(--main-font-bold);
  font-size: 2rem;
  line-height: 2.5rem;
}
.datasheet-subtitle {
  font-family: var(--main-font-bold);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 54px;
}
.table {
  border-color: var(--secondary-color-beige);
  max-width: 735px;
  width: 100%;
  padding-right: 70px;
  margin-bottom: 55px;
}
.table td{
  border-bottom: 2px solid var(--secondary-color-beige)!important;
  box-shadow: none!important;
}
.table td{
  font-family: var(--main-font-regular);
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 16px;
  padding-left: 0;
}

.table tr:last-child td {
  border-bottom-width: 0!important;
}
.table-value {
  font-weight: 600!important;
  font-size: 1.5rem!important;
}
.table-caption {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.datasheet .col-56,
.datasheet .col-12 {
  padding-bottom: 90px;
}
.datasheet-external-area-title {
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  font-family: var(--main-font-regular);
  font-weight: 400;
  margin-bottom: 10px;
}
.datasheet-external-area-subtitle {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: var(--main-font-regular);
  font-weight: 400;
  margin-top: 40px;
}

.datasheet-external-area-subtitle span {
  font-weight: 600;
}

.datasheet-external-area-value {
  font-size: 4rem;
  line-height: 3.75rem;
  font-family: var(--main-font-regular);
  font-weight: 600;
}

.datasheet70px{
  font-size: 4.375!important;
}
/* Monitoring of works */
.monitoring-of-works {
  padding-top: 99px;
  padding-bottom: 99px;
}
.progress {
  border-radius: 4px;
  max-width: 381px;
  height: 40px;
  margin-bottom: 16px;
  border: 3px solid var(--white);
}
.progress-bar {
  background-color: var(--primary-color);
}
.progress-bar-text {
  max-width: 381px;
  height: 33px;
  font-family: var(--main-font-regular);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.monitoring-of-works-title {
  margin-bottom: 20px;
}

.monitoring-of-works-text {
  margin-bottom: 46px;
}

.monitoring-of-works .monitoring-of-works-description {
  margin-right: 115px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--main-font-regular);
  font-weight: 600;
}
.monitoring-of-works-data-title {
  margin-top: 90px;
  margin-bottom: 16px;
}
.monitoring-of-works-data-title h3 {
  font-size: 1.5rem;
  line-height: 3.5rem;
  font-family: var(--main-font-regular);
  font-weight: 600;
  margin-right: 16px;
  margin-bottom: 0;
}
.monitoring-of-works-data-images {
  width: 91%;
  margin: 0 auto;
}
.monitoring-of-works-data-images .col-4:n {
  padding: 10px;
}
.monitoring-of-works-data-images .col-4 {
  width: calc(33.33333333% - 20px)
}

/* Form 2 */
.form-2 h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.form-2 .form-wrapper{
  padding-top: 80px;
  padding-bottom: 80px;
}
.form-2 .form-group:first {
  margin-top: -48px;
}
.form-2 .form-wrapper-formBody form .formbody-customRadio label {
  color: var(--gray);
}
.form-2 .form-wrapper-formBody {
  color: var(--primary-color);
}
.form-2 .form-wrapper-formBody form .formbody-customRadio label a {
  color: var(--gray);
}
.form-2 .content-cards {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}

.form-2 .content-cards p {
  margin-bottom: 0;
}

.form-2-text-new{
  font-size: 11px!important;
}

/* Contact Fixed */
.contact-fixed {
  z-index: 99;
}

.wpp-desk {
  right: 2vw;
  bottom: calc(2vh + 31.2px);
}

.wpp-desk a {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--light-green);
    border-radius: 100%;
    transition: filter 0.3s ease 0s;
}

.wpp-desk a img {
  width: 36px;
  height: 36px;
}

.forms-of-contact {
  bottom: 0;
  height: 60px;
}
.forms-of-contact p {
  margin-bottom: 0;
}
.forms-of-contact a {
  color: var(--white);
  text-decoration: none;
}
.forms-of-contact a:hover {
  color: var(--white);
  text-decoration: none;
}
.forms-of-contact img {
  margin-right: 9px;
}
.forms-of-contact img:last-child {
  margin-right: 0;
}

/* Footer */
footer {
  padding-top: 56px;
  padding-bottom: 100px;
}
.footer-info-adress {
  width: 50%;
  margin-left: 5%;
}
.footer-info-contact {
  width: 35%;
}
.footer-info-social-media {
  width: 15%;
}
.footer-info-social-media p{
  margin-bottom: 0;
}
.footer-info-social-media img {
  margin-right: 7px;
}
.footer-info-social-media a {
  margin-bottom: 14px;
}
.footer-info-social-media a img {
  width: 18px;
  height: 18px;
}
.footer-info-contact .footer-text a {
  line-height: 1.2rem;
}
footer .footer-title {
  margin-bottom: 0.75rem;
}
footer hr {
  margin-top: 25px;
  margin-bottom: 40px;
  height: 1px;
  opacity: 1;
}
footer .footer-text-small {
  margin-top: 21px;
}
footer a {
  color: var(--white);
  text-decoration: none;
}
footer a:hover {
  color: var(--white);
  text-decoration: none;
}


/* ////// */

/* GERAL */

.padding-left-zero{
  padding-left: 0px;
}

.padding-right-zero{
  padding-right: 0px;
}

.margin-right-zero{
  margin-right: 0px;
}

.displayDesktop{
  display: block;
}

.displayMobile{
  display: none;
}

.displayTablet{
  display: none;
}

.bk-desktop{
  display: block;
}

.bk-mobile{
  display: none;
}

.bk-tablet{
  display: none;
}

/* OWL-CAROUSEL */

.owl-dots{
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot span{
  width: 100px!important;
  height: 10px;
  background: red;
  display: block; 
  transition: opacity .2s ease;
  border-radius: 0px!important;
}

.owl-theme .owl-dots .owl-dot span{
  background: rgba(255, 255, 255, 0.5)!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #FFFFFF!important;
}

/* CELEBRATE LIFE */

#celebrate_life h1{
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #FFFFFF;
}

#celebrate_life p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}

#celebrate_life .btn_celebrate{
  width: 222px;
  height: 60px;
  background-color: #119947;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
}

#celebrate_life .item{
  position: relative;
}

#celebrate_life .box_text{
  position: absolute;
  left: 10%;
  top: 25%;
}

/* FOOTER REDES */

#footer_redes .box-texto-icone{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#footer_redes .box-texto-icone img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

#footer_redes .box-texto-icone span{
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}