.img-header-tecnopol{
  width: 300px;
}

.logo-header{
    width: 100px;
}

.bg-card-servicios{
  background-color: #464646;
}

.mt-dlargo{
    margin-top: 100px; 
}

.bg-card{
    background-color: #f2f2f2
}

.bg-footer-reservados{
    background-color: #000;
}

.hero {
    height: 100vh;
    background-image: url('../../img/administracion de condominios en jalisco.jpeg');
    background-size: cover;
    background-position: center;
}

.hero2 {
    background-image: url('../../img/administracion de condominios en mexico.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

/* Capa blanca con 50% de opacidad */
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
}

.bg-productos{
  background-image: url("../../img/construccion de naves industriales.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-proyectos{
  background-image: url("../../img/bg-proyectos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-head-main{
  background-image: url("../../img/bg-head.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.header-tecnopol{
  background-image: url("../../img/instalacion de muros para naves industriales.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/*.bg-clientes{
    background-image: url("../../img/bg-clientes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.bg-acerca-verde{
    background-image: url("../../img/bg-verde.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-verde{
    background-image: url("../../img/bg-verde.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.paquetes-incluido-svg{
  width: 13%;
}

.paquetes-incluido-p{
  width: 87%;
}

.elemento-zoom{
  transition: .5s ease;
}
.elemento-zoom:hover{
  transform: scale(.9);
}

.elemento-zoom-5{
  transition: .5s ease;}
.elemento-zoom-5:hover{
  transform: scale(1.1);
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroll-activado{
  overflow-y:scroll;
}

.nopausar{
  pointer-events: none;
}

.loading-div {
  transition: .5s ease;
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: table-cell;
  vertical-align: middle;
  color: #f2f2f2;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-div svg{
  -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}

.loading-div::before {
  display: inline-block;
  vertical-align: middle;
} 

/*---l start---*/

  .content:before {
    content: '[';
    line-height: 40px;
  }
  .content:after {
    content: ']';
    line-height: 40px;
  }
  .content:after,
  .content:before {
    color: #16a085;
    font-size: 42px;
    animation: 2s linear 0s normal none infinite opacity;
    -webkit-animation: 2s ease-out 0s normal none infinite opacity;
    -moz-animation: 2s ease-out 0s normal none infinite opacity;
    -o-animation: 2s ease-out 0s normal none infinite opacity;
  }
  .visible {
    overflow: hidden;
    height: 40px;
  }
  .p-d {
    display: inline;
    float: left;
    margin: 0;
  }
  .ul-d {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    animation: 6s linear 0s normal none infinite change;
    -webkit-animation: 6s linear 0s normal none infinite change;
    -moz-animation: 6s linear 0s normal none infinite change;
    -o-animation: 6s linear 0s normal none infinite change;
  }
  .ul-d .li-d {
    line-height: 40px;
    margin: 0;
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes change {
    0% {
      margin-top: 0;
    }
    15% {
      margin-top: 0;
    }
    25% {
      margin-top: -40px;
    }
    40% {
      margin-top: -40px;
    }
    50% {
      margin-top: -80px;
    }
    65% {
      margin-top: -80px;
    }
    75% {
      margin-top: -40px;
    }
    85% {
      margin-top: -40px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes change {
    0% {
      margin-top: 0;
    }
    15% {
      margin-top: 0;
    }
    25% {
      margin-top: -40px;
    }
    40% {
      margin-top: -40px;
    }
    50% {
      margin-top: -80px;
    }
    65% {
      margin-top: -80px;
    }
    75% {
      margin-top: -40px;
    }
    85% {
      margin-top: -40px;
    }
    100% {
      margin-top: 0;
    }
  }
  /*---l end---*/

  .btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 5px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #00BB2D; /* Color de fondo */
    padding: 15px 15px; /* Relleno del boton */
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    border-radius: 50%;
  }
  .btn-flotante:hover {
    background-color: #caca00; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
  }
  @media only screen and (max-width: 600px) {
     .btn-flotante {
      font-size: 14px;
      padding: 10px 10px;
      bottom: 20px;
      right: 20px;
    }
  }

  .img_acm{
    display: none !important;
  }

  @media only screen and (max-width: 990px) {
    .img_acm-col{
      display: none;
    }
    .img_acm{
      display: block !important;
    }
    .menu990{
      flex-direction: column;
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .item-nav990{
      margin-bottom: 10px;
    }
    .mt-video{
      margin-top: 70px;
    }
    .img-header-tecnopol{
      width: 180px;
    }
}