.about-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container .cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #030E2290;
  z-index: 2;
}

.about-container img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  height: 380px;
  width: 100%;
}

.about-container .description {
  position: absolute;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 11%;
}

.about-container .description h3 {
  color: var(--white);
  font-weight: bolder;
  font-size: 48px;
  margin: 0 !important;
}

.about-container .description h3 span {
  color: var(--third);
  /* text-shadow: 1px 1px .1px #FFF; */
}

.about-container .description p {
  color: var(--white);
  font-size: 32px;
  max-width: 70%;
  text-align: center;
}


/*=============================================
  MOVIL HORIZONTAL (SM revisamos en 576px)
===============================================*/
@media (max-width:767px) {
  .about-container img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 220px !important;
    width: 100%;
  }

  .about-container .description {
    position: absolute;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30% !important;
  }


  .about-container .description h3 {
    color: var(--white);
    font-weight: bolder;
    font-size: 20px;
    margin: 0 !important;
  }

  .about-container .description p {
    color: var(--white);
    font-size: 16px;
    max-width: 95%;
    text-align: center;
  }

  .about-container img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 380px;
    width: 100%;
  }

}.cont-contact .photo {
  width: 350px;
  border-radius: 28px;
}


.cont-contact .description h3 {
  font-size: 48px;
  font-weight: bolder;
  text-align: center;
}

.cont-contact .description p {
  font-size: 32px;
  text-align: center;
}

.btn-whatsapp-large {
  background: #1ACC3E;
  border: none;
  border-radius: 100px;
  color: white;
  font-size: 32px;
  padding: 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: .3s all;
}

.btn-whatsapp-large:hover {
  font-size: 36px;
}

/* Ubication */
.cont-ubication .card_ {
  padding: 20px;
  box-shadow: 2px 2px 10px #b8b3b3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  width: 400px;
}

.cont-ubication .card_ h5 {
  font-size: 24px;
  font-weight: 600;
}

.cont-ubication .card_ p {
  margin: 0 !important;
}

.cont-contact .phoFto {
  transition: .3s all;
}

.cont-contact .photo:hover {
  transform: scale(1.1);
}

@media (max-width:767px) {

  .partnes img {
    height: 50px !important;
    width: 50px !important;
  }

  .cont-contact .photo {
    width: 300px;
    border-radius: 28px;
  }


  .cont-contact .description h3 {
    font-size: 32px;
  }

  .cont-contact .description p {
    font-size: 26px;
  }

  .btn-whatsapp-large {
    background: #1ACC3E;
    border: none;
    border-radius: 100px;
    color: white;
    font-size: 26px;
    padding: 5px 40px;
  }

  /* Description */

  .cont-ubication .card_ {
    padding: 10px;
    gap: 20px;
    text-align: center;
    width: 300px;
    height: 140px;
  }

  .cont-ubication .card_ h5 {
    font-size: 26px;
    font-weight: 600;
  }

  .cont-ubication .card_ p {
    margin: 0 !important;
    font-size: 14px;
  }

  .cont-ubication .card_ img {
    width: 80px;
    height: 80px;
  }


}.footer {
  background: var(--gradient-primary);
}

.footer h2 {
  color: var(--white);
  font-size: 18px;
}

.footer p, a {
  color: var(--white);

}

.footer-movil {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--gradient-primary);
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 8px 20px;
  z-index: 1000;
}

.footer-movil a {
  padding: 3px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  margin: 0;
}

.footer-movil a i {
  color: var(--principal);
}.cont-objectives .card-objective {

  transition: .3s all;
  cursor: pointer;
}

.cont-objectives .card-objective:hover {
  transform: scale(1.1);
}

.cont-objectives .title-objective {
  font-size: 28px;
  color: var(--principal);
  font-weight: bolder;
}

.cont-objectives p {
  font-weight: 500;
  font-size: 16px;
  max-width: 320px;
}

/*  cont-work */

.cont-work {
  background: #414B5F;
  padding: 30px;
}

.cont-work img {
  width: 366px;
  height: 286px;
  object-fit: cover;
  border-radius: 28px;
  transition: .3s all;
}

.cont-work img:hover {
  transform: scale(1.1);
}

.cont-work .cont {
  width: 50%;

}

.cont-work .cont h3 {
  font-size: 32px;
  color: var(--white);
  text-align: center;
  font-weight: bold;
}

.cont-work .cont p {
  font-size: 26px;
  color: var(--white);
  font-weight: 400;
  text-align: center;
}

@media (max-width:767px) {
  .cont-work img {
    width: 266px;
    height: 186px;
    object-fit: cover;
    border-radius: 28px;
  }

  .cont-work .cont {
    width: 100%;
  }

  .cont-work .cont h3 {
    margin-top: 20px;
    font-size: 26px;
    color: var(--white);
    text-align: center;
    font-weight: bold;
  }

  .cont-work .cont p {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    text-align: center;
  }

  .cont-objectives .card-objective {
    width: 300px;
  }

  .cont-objectives .title-objective {
    font-size: 26px;
    color: var(--principal);
    font-weight: bolder;
  }

  .cont-objectives p {
    font-weight: 500;
    font-size: 14px;
  }

  .cont-objectives img {
    height: 80px;
  }

}/*=============================================
PRELOAD
===============================================*/
.hidden1 {
  overflow: hidden;
}

.centrado {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--principal);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.img-text {
  font-size: 10px;
}