/* Generales */
.line-content {
  display: none;
}

.containerMainPanel {
  position: relative;
}

.headerMainPanel {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.6px solid #7a7a7a;
}


.headerMainPanelContact {
  justify-content: space-between;
}

.headerMainPanelContact .linkMainPanel {
  width: 50%;
  padding: 20px 0;
}

.linkMainPanel {
  padding: 20px 50px 20px 50px;
  border: unset;
  background: white;
  border-right: 0.6px solid #7a7a7a;
  opacity: 0.6;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  font-size: 15px;
}

.linkMainPanel:first-child {
  border-left: 0.6px solid #7a7a7a;
}

.linkMainPanel:hover {
  opacity: 1;
  border-bottom: 3px solid #33b940;
}

.linkMainPanel.select {
  opacity: 1;
  border-bottom: 3px solid #33b940;
  background-color: #33b940;
  color: white;
}

.mainPanel {
  position: relative;
  height: calc(100vh - 140px);
}

.mainPanel:not(:first-child) {
  display: none;
}

.sliderMainPanel {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100% !important;
  height: 100%;
}

.arrows-slider {
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrows-slider img {
  margin: 5px;
  cursor: pointer;
}

.mainPanelRectangle {
  z-index: 1;
  background: white;
  padding: 30px;
  width: 400px;
  border: 1px solid #7A7A7A;
  border-bottom: 4px solid #33B940;
  top: 10vh;
  position: absolute;
  left: -490px;
  transition: left .5s ease-in-out;
}

.viewPanel{
  left: 0;
}

.headerMainPanelRectangle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.headerMainPanelRectangle img {
  margin-right: 5px;
  width: 60px;
}

.headerMainPanelRectangle h2 {
  color: #3c3c3c;
  font-size: 25px;
  font-weight: 600;
}

.bodyMainPanelRectangle p {
  margin-bottom: 15px;
}

.bodyMainPanelRectangle p img {
  margin-right: 5px;
}


.slick-dots {
  bottom: 40px;
}

.slick-dots li {
  height: 10px;
  width: 10px;
  overflow: hidden;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100px;
}

.slick-dots li.slick-active button:before {
  background: #33b940;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  opacity: 1;
  color: #33b940;
}

.slick-list,
.slick-track,
.slick-track img {
  height: 100%;
}

.slick-track img {
  object-fit: cover;
}

.preloadImage {
  position: absolute;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100%;
}

.preloadImage img,
.slick-track img {
  height: 100%;
  object-fit: cover;
  float: inline-end;
  display: block;
}

.mainPanelHamburguer{
  position: absolute;
  top: 10vh;
  background: white;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 15px;
  cursor: pointer;
}

.mainPanelHamburguer img:first-child{
  width: 50px;
  margin-right: 10px;
}

.closeCard{
  position: absolute;
  right: -19px;
  top: calc(50% - 19px);
  cursor: pointer;
} 

/* Contact */
.contactContainer {
  justify-content: space-between;
  overflow: hidden;
  height: auto;
  align-items: stretch;
}

.containerImgContact {
  width: 50%;
}

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

.form {
  width: 40%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.form h2 {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.subContainerForm {
  display: flex;
  flex-direction: column;
}

input {
  font-size: 16px;
  border-bottom: 0.6px solid #7a7a7a;
  padding: 8px 0 12px 0;
  margin-top: 15px;
  margin-bottom: 7px;
}

input:focus {
  border-bottom: 0.6px solid #33b940;
}

textarea {
  border: unset;
  border-bottom: 0.6px solid #7a7a7a;
  height: 150px;
  margin-top: 15px;
  resize: none;
}

.containerCheckbox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.containerCheckbox label {
  font-size: 11px;
  margin-left: 5px;
}

#checkbox {
  border: 0.6px solid #7a7a7a;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  -webkit-appearance: auto;
}

/* Contact file */
.uploadFileContianer {
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  width: 303px;
}
.contactLabel{
  margin-bottom: 9px;
}
.file-input-wrapper {
  width: 300px;
  border: 1px solid #9c9c9c;
  margin-left: 0px;
  height: 100px;
  font-size: 12px;
  color: #9c9c9c;
  background-image: url("../../files/+.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  position: relative;
}

.file-input-name.selected {
  position: absolute;
  width: 300px;
  text-align: center;
  margin-top: 0px;
  word-break: break-all;
  top: calc(50% + 7px);
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
}

.file-input-close {
  position: absolute;
  top: 8px;
  color: black;
  left: 180px;
  font-weight: 600;
  display: none;
  z-index: 2;
  cursor: pointer;
}

.file-input-close {
  top: 30px;
  left: unset;
  right: 10px;
}

@media screen and (max-width: 1000px) {
  .headerMainPanel {
    overflow: hidden;
    justify-content: space-between;
    overflow-x: scroll;
  }

  .headerMainPanel::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .linkMainPanel {
    text-align: center;
    text-wrap: nowrap;
    width: -webkit-fill-available;
    color: black;
  }

  .mainPanelRectangle {
    margin-left: calc(50% - 220px);
  }
}

@media screen and (max-width: 768px) {
  .mainPanelRectangle {
    width: calc(80% - 40px);
    padding: 20px;
    left: 0;
    bottom: -200px;
    height: fit-content;
    top: calc(100vh - 80px - 150px);
    position: unset;
    margin: 30px auto;
  }

  .sliderMainPanel{
    position: unset;
    height: 20vh;
  }

  .preloadImage, .arrows-slider{
    display: none;
  }

  .contactContainer {
    flex-direction: column;
    height: auto;
  }

  .contactContainer img {
    width: 100%;
    aspect-ratio: 1/1;
  }

  .form {
    width: 90%;
    max-width: unset;
    padding: 70px 5%;
  }

  .form h2 {
    margin-bottom: 10px;
  }

  .mainPanel {
  align-items: flex-start;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  }

  .headerMainPanelRectangle h2 {
    font-size: 20px;
  }
}