/* @import url('https://fonts.googleapis.com/css2?family=Lato&family=Titillium+Web&display=swap'); */

/* font-family: 'Lato', sans-serif;
font-family: 'Titillium Web', sans-serif; */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80vh;
  position: relative;
  overflow: hidden;
  background-color: #7a774d73;
  opacity: 1;
}

.header .opac {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffffb7;
  padding: 30px;
  width: 100%;
}

.header .opac .main-logo {
  background-image: url("/img/ticonsultor-vaesyco-clientes.png");
  min-width: 300px;
  min-height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.header .opac .calidad {
  font-size: 40px;
  color: #0c047ad0;
}

.header .opac article {
  color: rgb(16, 16, 19);
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
  width: 70vw;
  text-align: center;
}

@media (max-width: 850px) {
  .header .opac {
    background-color: #ffffffbe;
    width: fit-content;
    border-radius: 20px;
    border: 1px solid;
    height: 70vh;
    /* opacity: .5; */
  }

  .header .opac .main-logo {
    min-width: 100px;
    min-height: 100px;
    /* min-height: 100px; */
    /* border: 1px solid #000; */
  }

  .header .opac .calidad {
    font-size: 30px;
    color: #0c047ad0;
  }

  .header .opac article {
    color: rgb(33, 33, 34);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* width: 70vw; */
    text-align: center;
    /* margin-top: 20px; */
  }
}

@media (max-width: 450px) {
  .header .opac {
    background-color: #ffffffbe;
    width: 90vw;
    border-radius: 20px;
    border: 1px solid;
    height: 60vh;
  }

  .header .opac .main-logo {
    min-width: 200px;
    min-height: 150px;
  }

  .header .opac .calidad {
    font-size: 25px;
    color: #0c047ad0;
    font-weight: 700;
    margin-top: -10px;
  }

  .header .opac article {
    color: rgb(33, 33, 34);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 20px;
  }
}

.header .top {
  position: absolute;
  z-index: -1;
}

.overlay {
  min-width: 100vw;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

/* .header .video{
    position: absolute;
    opacity: 1;
    z-index: -1;
} */
/* 
@media  (max-width: 991px){
    .header img{
        width:300px
    }

    .header h3{
        font-size: 30px;
    }
}

@media (max-width: 500px){

    .header img{
        padding-bottom: 10px;
    }

    .header h3{
        display: none;
    }
} */

.stickyButton {
  border-radius: 50%;
  background-color: #a0bc33;
  width: 50px;
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 400px;
  left: 2000px;
  right: 0px;
  opacity: 0.7;
  text-align: center;
  z-index: 3;
  display: flex;
  align-items:center;
  justify-content: center;
}
.stickyButtonAnchor{
    text-decoration:none;
}

.stickyButton>i{
    color:white;
}

.stickyButton:hover {
  opacity: 1;
}

/* #region infinite */
.infinite {
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 28));
    transform: translateX(calc(-250px * 28));
  }
}

.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 80s linear infinite;
  animation: scroll 80s linear infinite;
  display: flex;
  /* width: calc(250px * 14); */
}
.slider .slide-inf {
  height: 100px;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid black; */
}

.slide-inf img {
  max-width: 240px;
  max-height: 90px;
}

.section3 footer {
  text-align: start;
  margin-top: 5px;
}

.background1 {
  background-color: #ffffff;
  background-image: url("/img/construction.jpg");
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23064e77'/%3E%3Cstop offset='1' stop-color='%230a7dbe'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%238f8f8f'/%3E%3Cstop offset='0.09' stop-color='%23b3b3b3'/%3E%3Cstop offset='0.18' stop-color='%23c9c9c9'/%3E%3Cstop offset='0.31' stop-color='%23dbdbdb'/%3E%3Cstop offset='0.44' stop-color='%23e8e8e8'/%3E%3Cstop offset='0.59' stop-color='%23f2f2f2'/%3E%3Cstop offset='0.75' stop-color='%23fafafa'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='.5' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E"); */

  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
}

.animado {
  opacity: 0;
  transition: all 0.5s;
}

.mostrarArriba {
  animation: mostrarArrriba 1s;
}

@keyframes mostrarArrriba {
  0% {
    transform: translateY(60px);
  }
  100% {
    translate: translateY(0);
  }
}

@media (max-width: 992px) {
  .size {
    min-width: 70vw;
    align-self: center;
  }
}

.img-carrusel2 {
  height: 400px;
  /* position: relative; */
  overflow: hidden;
  background-color: #ffffff;
}

.img-carrusel2 img {
  min-height: 400px;
  max-width: 100vw;
  min-width: 600px;
  opacity: 0.9;
}

.carousel-indicators .round {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 10px;
  background-color: #262e28;
  border: 1px solid rgb(239, 241, 239);
}

.disenio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 30px;
  padding-right: 30px;
  opacity: 0.4;
}

.landbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;

  background: rgb(46, 76, 121);
  background: linear-gradient(
    180deg,
    rgba(46, 76, 121, 1) 0%,
    rgba(46, 76, 121, 1) 91%,
    rgba(142, 149, 142, 0.7035189075630253) 100%
  );
  color: rgba(194, 190, 190, 0.514);
  opacity: 0.9;
}

.landbar .logo-bottom {
  opacity: 0.4;
  margin-left: 10px;
  margin-top: -15px;
}

@media (max-width: 450px) {
  .disenio {
    height: 150px;
  }
}

@media (max-width: 850px) {
  .last {
    padding: 20px;
  }

  .landbar {
    height: 70px;
    font-size: 15px;
  }
  .cita {
    font-size: 16px;
    padding: 10px;
  }
}

@media (max-width: 450px) {
  .last {
    padding: 0px;
  }
  .landbar {
    height: 80px;
    font-size: 14px;
  }
  .cita {
    font-size: 16px;
    padding: 10px;
  }
}
