@media (min-width: 1500px) {
  .img_logo_header {
    width: 30%;
  }
  .informacion {
    margin-top: 3%;
  }

  .img-logo img {
    width: 103%;
  }

  .content-logo {
    padding: 35px;
    padding-right: 45px;
  }

  .descripcion {
    padding: 3%;
    padding-left: 35px;
  }

  .descripcion p {
    font-size: 24px !important;
    line-height: 40px;
    text-align: justify;
  }

  .collapse a {
    margin-left: 70px;
    margin-right: 70px;
  }
  .fondo_productos h2{
    font-size: 45px;
  }

  .logo-blanco img {
    width: 90%;
    margin-top: 55px;
  }

  .text_covertura {
    font-size: 28px;
  }

  .img-banderas img {
    width: 8%;
  }

  .text_soluciones p {
    font-size: 28px;
    margin-top: 30px;
  }
  .text_top h3{
    font-size: 25px;
    font-weight: 600;
    color: #303030;
  }
  .text_congresos p{
    font-size: 26px;
    font-weight: 600;
    color: #303030;
  }

  .img_premios img {
    width: 88%
  }

  .text-apping {
    font-size: 34px;
  }

  .center-img img {
    width: 65%;
  }
  .titulo_contacto {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .img_logo_header {
    width: 32%;
  }
}

@media (max-width: 1200px) {
  .img_logo_header {
    width: 90%;
  }
  .nav-link {
    font-size: 17px !important;
  }
  .informacion {
    margin-top: 10%;
  }
  .logo-blanco img {
    width: 90%;
  }
  .bg-orange {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text_top h3{
    font-size: 20px;
  }
  .text_congresos p{
    font-size: 18px;
  }
  .text-premios h2{
    font-size: 30px;
  }
}

@media (max-width: 1150px) {
  .informacion {
    margin-top: 10%;
  }
  .box_premios{
    margin: 10px;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    width: 80%;
  }

  .img_logo_header {
    width: 20%;
  }

  .img-logo img {
    width: 100%;
  }

  .informacion {
    margin-top: 12%;
  }

  .descripcion {
    padding: 3%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .icon_contacto {
    margin-right: 0px;
  }

  .logo-blanco img {
    width: 40%;
  }

  .bg-light-opacity-dos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-logo-dos img {
    width: 38%;
  }

  .text-apping {
    font-size: 20px;
  }

  .img_premios img {
    width: 80%;
  }

  .fondo_productos h2{
    font-size: 40px;
  }
  .des_apping{
    text-align: center;
  }
  .des_apping img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .img_logo_header {
    width: 30%;
  }

  .navbar-brand {
    width: 70%;
  }

  .informacion {
    margin-top: 14%;
  }

  .img-logo {
    text-align: center;
  }

  .img-logo img {
    width: 60%;
  }

  .descripcion {
    text-align: center;
  }

  .descripcion {
    padding: 3%;
  }

  .icon_contacto {
    margin-left: 0px;
    text-align: center !important;
  }
  .garantto-section {
    padding: 4em 0 0 0;
  }
  .fondo_garantto{
    padding: 1em 0;
  }
  .cmms-section {
    padding: 4em 0 0 0;
  }
  .fondo_cmms{
    padding: 1em 0;
  }
  .erp-section{
    padding: 4em 0 0 0;
  }
  .fondo_erp{
    padding: 1em 0;
  }
  .agro-section{
    padding: 4em 0 0 0;
  }
  .fondo_agro{
    padding: 1em 0 0;
  }
  .call-to-action {
    text-align: center;
  }

  .logo-blanco img {
    width: 60%;
  }

  .text_covertura {
    font-size: 24px;
  }

  .text_tecnologia {
    line-height: 32px;
  }

  .center-img img {
    width: 50%;
    justify-content: space-evenly;
    padding-bottom: 5%;
  }

  .img-banderas {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  video {
    display: none;
  }

  .video-container {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    background-image: url('../img/fondo-movil.gif');
    /* animation: slideshow 33s linear -2s infinite alternate;;
    -webkit-animation: slideshow 33s linear -2s infinite alternate; */
  }

  .banner-content {
    display: flex;
  }

  /*@keyframes slideshow {

    0%,
    10% {
      background-image: url('../img/3.png');
    }

    19% {
      background-image: url('../img/2.png');
    }

    28% {
      background-image: url('../img/3.png');
    }

    37% {
      background-image: url('../img/4.png');
    }

    46% {
      background-image: url('../img/5.png');
    }

    55% {
      background-image: url('../img/6.png');
    }

    64% {
      background-image: url('../img/7.png');
    }

    73% {
      background-image: url('../img/8.png');
    }

    82% {
      background-image: url('../img/9.png');
    }

    91% {
      background-image: url('../img/10.png');
    }

    100% {
      background-image: url('../img/11.png');
    }
  }*/

  .video-container-negocios {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    background-image: url('../img/1.png');
    animation: slideshow 28s infinite linear;
    -webkit-animation: slideshow 14s infinite linear;
  }

  .banner-content-dos {
    display: flex;
  }

  .img-logo-dos img {
    width: 50%;
  }

  .contacto {
    justify-content: center;
  }

  .center-img {
    justify-content: center;
  }
  .fondo_productos{
    margin-top: -4px;
  }
  .premios {
    background-position: 50% 80%;
  }
}

@media (max-width: 540px) {
  .img-logo img {
    width: 60%;
  }

  .informacion {
    margin-top: 10%;
  }

  .descripcion {
    padding: 28px;
  }

  .descripcion h1 {
    text-align: center;
  }

  .descripcion p {
    text-align: center;
  }

  .logo-blanco img {
    width: 60%;
  }

  .text_covertura {
    font-size: 20px;
  }

  .titulo_servicios {
    color: rgb(0, 0, 0);
    font-size: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .btn-sliders {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .btn-sliders button {
    width: 14% !important;
    min-width: 95px !important;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .img-banderas {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .text_soluciones p {
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin-top: 30px;
  }
 
  .fondo_productos h2{
    font-size: 33px;
  }
}

@media (max-width: 480px) {
  .img_logo_header {
    width: 40%;
  }

  .informacion {
    margin-top: 8%;
  }

  .descripcion {
    margin-top: 18px;
  }

  .logo-blanco img {
    margin-top: 35px;
  }

  .center-img img {
    margin-top: 2%;
  }
}

@media (max-width: 420px) {
  .img_logo_header {
    width: 100px;
  }

  textarea {
    margin-top: 50px;
  }

  .informacion {
    margin-top: 10%;
  }
  .block-23 .icon-mail{
    margin-right: 25px;
  }
}

@media (max-width: 390px) {
  .informacion {
    margin-top: 6%;
  }
  .informacion-fondo {
    min-height: 800px;
  }

  .descripcion {
    margin-top: 28px;
  }

  .logo-blanco img {
    margin-top: 15px;
  }

  .h-15 {
    height: 12% !important;
  }

  .titulo_servicios {
    color: rgb(0, 0, 0);
    font-size: 35px;
  }

  textarea {
    margin-top: 42px;
  }

  textarea:focus~label,
  textarea:not(:placeholder-shown)~label {
    top: -2px;
  }
}