* {
  margin: 0;
  padding: 0;
}
#index-container {
  overflow: hidden;
}
#videoContainer {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: black;
  display: block;
  overflow: hidden;
}

#video1Container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#video1 {
  position: absolute;
}

.cover {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.bg-video {
  width: 100%;
  height: 100vh;
}
.cover + a + img{
  z-index: 1;
  position: absolute;
  top: 5%;
  right: calc(50% - 120px);
  width: 240px;
}

.cover + a {
  z-index: 1;
  position: absolute;
  bottom: 5%;
  right: calc(50% - 20px);
}
.cover + a img {
  width: 40px;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-30px);
  }
  100% {
    transform: translatey(0px);
  }
}


/* Section one */

.section-one {
  background-image: url("/files/img/img-section-one.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.section-one .background-light-blue {
  border-bottom-right-radius: 50px;
}

/* Section two */
.sliderLogros {
  padding: 30px 0;
}
.container-logro {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-logro p {
  text-align: center;
  font-size: 14px;
  line-height: 13px;
}

.section-map img {
  display: block;
  width: 100%;
}
.container-investment {
  display: flex;
  padding: 0;
  height: 100vh;
  align-items: center;
}
.container-investment .square {
  padding: 0 5%;
}
.icons-investment {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 5%;
}
.icons-investment div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}
.icons-investment div div {
  border: 2px solid #133454;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.icons-investment div div img {
  height: 50px;
  width: 50px;
  margin: auto;
}
.icons-investment div p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
}

/* Section three */

.section-three {
  background-image: url("/files/img/img-section-thrree.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.section-three .background-blue {
  border-bottom-right-radius: 50px;
}

/* Section four */
.section-four {
  height: 0;
  overflow: hidden;
}

.section-four{
  background-image: url("/files/img/img-section-four.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.list-products {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.list h3 {
  border-bottom: 2px solid #133454;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #133454;
}
.section-four a {
  color: #c2d7de;
  margin-top: 30px;
}
.list p {
  font-weight: 600;
  color: #133454;
}
.list span {
  font-weight: 300;
  font-style: italic;
  color: #133454;
}

/* Section five */

.section-five {
  background-image: url("/files/img/img-section-five.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.section-five h1 {
  font-size: 3.5vw;
  line-height: 3.5vw;
}

.section-five .background-white {
  border-bottom-right-radius: 50px;
}

/* Section Six */
.section-six {
  height: 0;
  overflow: hidden;
}
.section-six {
  background-image: url("/files/img/img-section-six.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
#construccionTipos .list-products .list p,
#construccionTipos .list-products .list span {
  color: white;
}
#construccionTipos .list-products .list p {
  margin-bottom: 10px;
}
#construccionTipos .square .button {
  border: transparent;
  color: #0092d9;
  margin-top: 20px;
}

/* Section seven*/
.section-seven {
  display: flex;
  align-items: center;
  padding: 0 5%;
  background: #c2d7de;
  justify-content: space-between;
}
.name-lname {
  display: flex;
  justify-content: space-between;
}
.name-lname div {
  width: 48%;
}
textarea,
input {
  width: calc(100% - 10px);
  padding: 5px;
  color: #8e8e8e;
  border: 1px solid #8e8e8e;
  background: transparent;
}
form label {
  color: #8e8e8e;
}
form {
  background: white;
  padding: 5%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
form input {
  margin-bottom: 15px;
}
.text-contact {
  width: 50%;
  max-width: 600px;
}

/* Section Eight */
.section-eight {
  position: relative;
}
.background-boat {
  width: 100%;
  display: block;
  /* object-fit: cover; */
  object-position: top;
  height: 100%;
}
.logo-blanco {
  position: absolute;
  width: 200px;
  right: calc(50% - 100px);
  top: 10%;
}
.section-eight h4 {
  color: white;
  position: absolute;
  text-transform: uppercase;
  top: 75%;
  right: calc(50% - 305px);
  font-weight: 400;
  letter-spacing: 20px;
}

/* Popups */
.popupOk{
      display: none;
      position: fixed;
      width: 100%;
      height: 100vh;
      right: 0;
      /* background: red; */
      z-index: 9999;
      top: 0;
      background: linear-gradient(109.53deg, rgba(255, 255, 255, 0.092) -8.03%, rgba(255, 255, 255, 0.04) 64.03%, rgba(255, 255, 255, 0.02) 64.03%);
      box-shadow: 0px 34px 24px -1px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(6px);
      align-items: center;
      justify-content: center;
}

.viewPopup{
  display: flex;
}

.containerPopup{
  background: white;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
    margin: auto;
    width: 30%;
}

.containerPopup img{
  width: 60%;
  margin:auto;
}
.containerPopup img, .containerPopup p{
  margin-bottom: 15px;
}
.containerPopup p{
  color: #0091D9;
}

.containerPopup button, .send{
  border: 1px solid #0092D9;
  background: #0091D9;
  color: white;
  padding: 10px 20px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.containerPopup button:hover, .send:hover{
  background: white;
  color: #0091D9;
}

.send{
  margin-top: 15px;
}


/**************/
.viewHeight{
  height: calc(100vh - 5px);
}
/*--------------------- RESPONSIVE ----------------------*/

/* Mobile */
@media screen and (max-width: 768px) {
  .viewHeight {
    height: auto;
}
  #index-container{
    margin-top: 70px;
  }
  .cover + a{
    display: none;
  }
  .container-logro p {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
  }
  .sliderLogros .slick-track{
    display: flex;
    align-items: center;
  }
  .sliderLogros {
    padding: 30px 0 15px;
  }
  .container-investment {
    flex-direction: column;
  }
  .section-seven,   .container-investment {
    padding: 80px 5%;
    height: auto;
  }
  .icons-investment div{
    width: 45%;
    margin: 10px 0 0;
  }
  .icons-investment div p{
    width: 71%;
    max-width: 106px;
  }
  .container-logro{
    padding: 0 10px;
  }
  .container-investment .square {
    padding: 0;
  }
  .icons-investment {
    width: 100%;
    justify-content: center;
  }
  .list-products{
    width: 100%;
  }
  .section-seven {
    flex-direction: column;
  }
  .imagen-mobile{
    width: 100%;
  }
  .text-contact {
    width: 100%;
  }
  form {
    background: transparent;
    padding: 0;
    width: 100%;
  }
  form label,
  textarea,
  input {
    font-size: 12px;
    color: #133454;
  }
  textarea,
  input {
    border: 1px solid #133454;
  }
  .section-eight h4 {
    right: calc(50% - 107px);
    font-size: 12px;
    letter-spacing: 5px;
  }
  .logo-blanco{
    right: calc(50% - 50px);
    top: 20%; 
    width: 100px;
  }
}


