.titulo1{
    font-family: 'Montserrat';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 41px;
    line-height: 50px;

    color: #FFFFFF;
}
.subtexto1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
    text-align: center;

    color: #FFFFFF;

}
.letras-div-0{
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 19.9797px;
    line-height: 24px;
    text-align: center;

    color: #FFFFFF;

    margin-top: 45%;
    position: relative;
    width: 80%;
    color: #FFFFFF;
}

.letras-div-1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19.98px;
    line-height: 24px;
    text-align: center;

    color: #FFFFFF;

    margin-top: 45%;
    position: relative;
    width: 95%;
    color: #FFFFFF;
}

.background-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.text-1 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent; /* Cambia el último valor (0.5) para ajustar la opacidad */
  padding: 0px;
  color: #fff;
}

/*.background-image.hovered {
  opacity: 0.5;
}*/

.text-right{
    text-align: right !important;
}

.letras-div-2{
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 15px;
    text-align: center;

    color: #FFFFFF;

    margin-top: -20%;
    position: relative;
    width: 100%;
}
/*
.letras-div-1:hover {
    display: block !important;
  }
.letras-div-1:hover {
    
    display: none !important;
  */
  .caja {
    position: relative;
    top: 0;
    transition: top 0.5s ease-in-out !important;
  }
  /*.opacity:hover{
    opacity:0.5;
  }*/
  .opacity{
    z-index: 0 !important;
  }

  #imagen1{
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    display: inline-block;
    box-shadow: 7.26535px 7.26535px 39.0513px rgba(0, 0, 0, 0.25);
  }
  
  #imagen1:hover .caja {
    top: -60px;
  }
  .texto-oculto {
    top: 0;
    left: 0;
    opacity: 0;
    /*display: none !important;*/
    transition: opacity 0.5s ease;
  }
  #imagen1:hover .texto-oculto{
    /*display: block !important;*/
    opacity: 1;
    animation: aparecer 0.5s ease-in-out forwards;
  }

  @keyframes aparecer {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.texto-sub-titulo{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
}
.texto-boton-agendar{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18.3803px;
    line-height: 22px;
    
    color: #FFFFFF;
    
    
}
.digitalizacion{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;

    color: #FFFFFF;
}
.digi-sub{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: justify;
    
}
.titulo-como-ofrecemos-ns{
    color: #363636;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
  } 
  .texto-como-ofrecemos-ns{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */

    text-align: justify;

    color: #363636;
  }
  .letras-d8{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 100.1%;
    color: #363636;
  }

  .titulo-label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 3% !important;

    color: #363636;
    float: left;
  }
  .letra_nav{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    cursor: pointer !important;
    text-decoration: none !important;
    /* identical to box height */

    opacity: 1;
    color: #232323;

  }
  .letra_nav:hover{
    opacity: 0.7;
  }
  #texto {
    opacity: 1;
  }
  .texto-sobre-titulo1{
    margin-top: 15%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18.3px;
    line-height: 22px;

    color: #2B2828;
    
    margin-left: -20px;
  }

  .text-center{
    text-align: center !important;
  }
  .contacto{
    opacity: 1;
    font-family: 'Montserrat';
  }
  .contacto:hover{
    opacity: 0.7;
  }

  #panel_final a{
    opacity: 1;
  }

  #panel_final a:hover{
    opacity: 0.7;
  }

  #panel_final img{
    cursor: pointer;
    opacity: 1;
  }

  #panel_final img:hover{
    cursor: pointer;
    opacity: 0.7;
  }

  