* {
  margin: 0;
  padding: 0;
}

/* Cover */
.cover {
  width: 100%;
  background: white;
}

.cover-container {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: space-between;
  height: 100%;
  width: 90%;
  padding: 90px 5%;
  position: relative;
  overflow: hidden;
  background: #EEF2F3;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

@media (min-height: 800px) {
  .cover{
    height: 100vh;
  }

  .cover-container{
    padding: 0 5%;
  }
}

.cover-container-left, .cover-container-left+img{
  z-index: 2;
}

video{
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: none;
}

.cover h4 {
  margin-bottom: 40px;
  color: #1A4450;
}

.cover h2{
  color: #1A4450;
}

@media screen and (min-width: 1700px) {
  .cover-container {
    justify-content: center;
  }

  .cover-container-left {
    margin-right: 90px;
  }
}

/* About */
.about {
  width: 90%;
  padding: 150px 5%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background: white;
}

.about span {
  color: #CF9D58;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about h4 {
  margin-bottom: 10px;
}

.about h3,
.about p {
  color: #1A4450;
  text-align: center;
  margin-bottom: 30px;
}

.about p {
  max-width: 600px;
  margin-bottom: 15px;
}

.about-card-container {
  display: grid;
  margin-top: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.about-card {
  background: white;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about-card h4 {
  color: #1A4450;
  text-align: left;
  font-weight: 700;
  margin-top: 20px;
}

.about-card p {
  text-align: left;
  margin-bottom: 0;
}

.legal-partner {
  background: #EEF2F3;
}

.legal-partner-container {
  background: #1A4450;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 100px 0;
}

.legal-partner-container-top {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
}

.legal-partner-container-top img {
  margin-right: 40px;
}

.legal-partner-info p {
  margin-bottom: 50px;
}

.legal-partner-container-bottom {
  width: 90%;
  margin: 90px auto 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.data-in-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: auto;
}

.data-in-numbers div:first-child{
  display: flex;
  align-items: center;
}

.data-in-numbers div span{
  margin: 0 10px;
  font-weight: 700;
  font-size: 52px !important;;
  color: white !important;
}

.number {
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 5px;
}

.data-in-numbers span {
  color: #CF9D58;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* Services */
.services {
  background: white;
}

.services-container {
  background: #EEF2F3;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-container h3 {
  color: #1A4450;
  margin-bottom: 25px;
}

.switch-services {
  display: flex;
  background: white;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 50px;
}

.switch-service {
  padding: 13px 30px;
  color: #1A4450;
  font-size: 18px;
  cursor: pointer;
  border-radius: 100px;
}

.switch-service.selected {
  background: #CF9D58;
  color: white;
}

.slick-track {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}

.slick-list {
  /* display: flex; */
  /* justify-content: center; */
}

.card-service {
  background: #1A4450;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 10px;
  height: auto;
}

.header-card-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

.button-enterpise{
  background: #CF9D58;
  color: #1A4450;
  border-radius: 100px;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 14px;
}

.title-header.button {
  margin: 0;
  padding: 11px 30px;
}

.title-header.button:hover {
  color: white;
  background-color: #cf9d58;
  border: 1px solid #cf9d58;
}

.header-card-service img {
  width: 30px;
}

.body-card-service {
  background: #235462;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 40px;
  height: calc(100% - 60px - 98px);
  display: flex;
  flex-direction: column;
}

.body-card-service h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
}

.body-card-service p {
  font-size: 16px;
  margin-bottom: 7px;
}

.slider-services {
  width: 90%;
  margin: auto;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  opacity: 1;
  color: #1A4450;
  font-size: 10px;
  background: #1A4450;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: unset;
}

.slick-dots li button:before {
  opacity: 0.5;
}

.slick-dots li button {
  width: 15px;
  height: 15px
}

.slick-dots li {
  margin: 0;
}

/* Team */
.team-container {
  background: white;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 90%;
  padding: 90px 5% 120px;
}

.team-container h3 {
  color: #1A4450;
  text-align: center;
  margin-bottom: 70px
}

.team-container h3 span {
  color: #CF9D58;
  font-weight: 700;
}

.team-container h3:last-child {
  max-width: 700px;
  margin: 90px auto 0 auto;
}

.team-member-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.team-member {
  position: relative;
  cursor: pointer;
  border-radius: 60px;
  overflow: hidden;
}

.team-member:hover .team-member-information {opacity: 1;}

.team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-information {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.team-member-information-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  border: 1px solid white;
  border-radius: 50px;
}

.container-redes {
  margin-bottom: 20px;
}

.team-member-information-container h4 {
  margin-bottom: 5px;
}

.team-member-information-container h4,
.team-member-information-container span {
  font-size: 27px;
}

.team-member-information-container span {
  margin-bottom: 40px;
  font-weight: 700;
}

.container-redes img {
  position: relative;
  filter: invert(0);
  width: 20px;
  height: 20px;
}

/* ------- RESPONSIVE --------*/

@media screen and (max-width: 1300px) {
  .slider-services {
    width: 100%;
  }

  .legal-partner-container-top {
    flex-direction: column;
    align-items: baseline;
  }

  .legal-partner-info p{
    margin-bottom: 30px
  }

  .legal-partner-container-top img {
    width: 40%;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 1000px) {

  .cover{
    height: auto;
  }
  
  .cover-container {
    flex-direction: column-reverse;
    justify-content: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 100px 5%;
  }

  .cover-container img {
    width: 90%;
    margin-bottom: 40px;
    object-fit: cover;
    margin-top: 30px;
    border-radius: 30px;
  }

  .cover-container-left {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .cover h4 {
    margin-bottom: 20px;
    text-align: center;
  }

  .about {
    padding: 80px 5%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .about span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .about p,
  .about h3 {
    width: 90%;
  }

  .about-card-container {
    grid-template-columns: 1fr
  }

  .about-card h4 {
    font-size: 20px;
  }

  .legal-partner-container {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 80px 0;
  }

  .legal-partner-container-top{
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .legal-partner-info{
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .legal-partner-container-top img {
    width: 100%;
    margin-right: 0;
  }

  .legal-partner-container-bottom {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin: 70px auto 20px;
  }

  .data-in-numbers div span{
    margin: 0;
  }

  .services-container {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .switch-services {
    flex-direction: column;
    background: transparent;
    margin-bottom: 30px;
    width: 80%;
  }

  .switch-service {
    width: 100%;
    padding: 13px 0;
    text-align: center;
    background-color: white;
    margin-bottom: 10px;
    font-size: 16px
  }

  .card-service {
    margin: 0 5px
  }

  .body-card-service {
    padding: 30px;
    height: calc(100% - 60px - 98px);
  }

  .team-container {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .team-container h3 {
    margin-bottom: 50px
  }

  .team-member-container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .team-member img,
  .team-member-information {
    border-radius: 40px
  }

  .team-member-information {
    opacity: 1;
  }

  .team-member-information-container h4,
  .team-member-information-container span {
    font-size: 18px;
  }

  .form-container {
    flex-direction: column;
    align-items: center;
  }

  .form-container-left {
    margin-left: 0;
    margin: auto;
  }

  .form-container-left h2,
  .form-container-left h2 span {
    font-size: 40px;
    line-height: 45px;
    max-width: 320px;
  }

  .form {
    width: calc(90% - 30px);
    padding: 30px;
  }

  .subContainerForm {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .subContainerForm h3,
  .textArea {
    grid-column: auto;
  }

  .subContainerForm h3,
  .textArea {
    font-size: 30px
  }
}