
.form {
    width: 100%;
    max-width: 400px;
  }
  
  .form-group {
    position: relative;
    margin-bottom: 30px;
  }
  .textarea{
    resize: none;
    width: 100%;
    height: auto;
    background: none;
    color: #fff;
    padding-top: 40px;
    border: none;
    outline: 0px;
  }
  .logozona{
    height: 240px;
  }
  .textozona{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.textozona h3{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: -20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.textozona h4{
    font-size: 20px;
    font-weight: 300;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
  .form input{
    width: 100%;
    background: none;
    color: #fff;
    padding-top: 20px;
    border: none;
    outline: 0px;
  }

  .form .lbl-nombre,
  .form .lbl-telefono,
  .form .lbl-email,
  .form .lbl-descripcion {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #c7c7c7;
  }
  
  .form .lbl-nombre:after,
  .form .lbl-telefono:after,
  .form .lbl-email:after,
  .form .lbl-descripcion:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #2ecece;
    transform: translateX(-20%);
    opacity: 0%;
    transition: all 0.3s ease;
  }
  
  .text-nomb,
  .text-telefono,
  .text-email,
  .text-descripcion {
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 0.3s ease;
    color: #fff;
  }
  
  .form input:focus + .lbl-nombre .text-nomb,
  .form input:valid + .lbl-nombre .text-nomb,
  .form input:focus + .lbl-telefono .text-telefono,
  .form input:valid + .lbl-telefono .text-telefono{
    transform: translateY(-100%);
    font-size: 14px;
    color: #2ecece;
  }
  .form textarea:focus + .lbl-telefono .text-telefono,
  .form textarea:valid + .lbl-telefono .text-telefono{
    transform: translateY(150%);
    font-size: 14px;
    color: #2ecece;
  }
  .display{
    display: flex;
    gap: 100px;
  }
  .form input:focus + .lbl-nombre:after,
  .form input:valid + .lbl-nombre:after,
  .form input:focus + .lbl-telefono:after,
  .form input:valid + .lbl-telefono:after,
  .form textarea:focus + .lbl-telefono:after,
  .form textarea:valid + .lbl-telefono:after {
    transform: translateX(0%);
    opacity: 100%;
  }
  


  @media (max-width: 992px){
    .textozona{
        display: none;
    }
    .display{
        display: flex;
        flex-direction: column;
        gap: 0;
    }   
    .contenido{
        height: auto;
        padding: 20px;
    }
    .form{
        z-index: 9999;
    }
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
        background: rgb(21, 27, 63);
        transition: 0.7s;
        z-index: 9999;
        padding: 0px 0px;   

    }
    header.abajo{
        background: rgb(21, 27, 63);
        position: fixed;
        width: 100%;
        transition: 0.5s;
    }
    .logo{
        height: 40px;
        margin-left: 20px;
        position: relative;
        z-index: 999; 
    }
    .checkbtn{
        display: block;
        color: white;
        z-index: 999;
        position: relative;
    }
    .nav{
        width: 100%;
        height: 75px;
    }

    .main1{
        height: 10%;
        max-width: 952px;
    }
    .imagenmain1{
        display: none;
    }
    .contenido{
        z-index: 5555;
    }
    .contenidofooter{
        margin-top: 20px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .footer{
        height: auto;
    }
    .main2{
        height: auto;
    }
    .contenido3{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px){
    main{
        height: 140vh;
    }
    .zona1{
        height: 140vh;
    }
    .filtro{
        height: 140vh;
    }
    .titulo{
        margin-top: 50px;
        width: auto;
        height: auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .tituloin h2{
        height: 100%;
        width: 125%;
        font-size: 1.75em;
    }
    .tituloin h3{
        width: 125%;
        font-size: 1em;
    }
    .telefono{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .telefono{
        text-align: center;
    }
    .telefono i{
        font-size: 16px;
    }
    .telefono h4{
        text-align: center;
        font-size: 0.9em;
    }
    .contacto h3{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .numero{
        text-align: center;
        font-size: 1.4em;
    }
    .divider1{
        display: none;
    }
    .texto{
        gap: 60px;
    }
    .especificacion{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .imagenmain1{
        display: none;
    }
    .introduccion{
        width: 90%;
    }
    .introduccion h3{
        font-size: 16px;
    }
    .texto{
        text-align: center;
    }
    .introduccion{
        margin-bottom: 25px;
    }
    .responsive{
        justify-content: center;
        display: flex;
        gap: 15px;
    }
    .contenido2{
        margin-top: 16%;
        margin-bottom: 16%;
    }
    .especialidades{
        gap: 60px;
    }
    .contacto1 a {
        font-size: 14px;
        text-decoration: none;
        color: white;
        transition: 0.2s;
    }
    .contenidofooter{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 70px;
    }
    .logofooter{
        margin-bottom: 10px;
    }
}






*{
    
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.li1{
    display: none;
}
header{
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: flex;
    transition: 0.5s;
    padding: 10px 20px;
    z-index: 10;
    flex-direction: column;
}
header.abajo{
    background: rgb(21, 27, 63);
    padding: 0px 0px;
}
nav{
    background: #2fcdcd00;
    height: 75px;
    width: 100%;
}
.enlace{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.logo{
    margin-left: 20px;
    height: 80px;
    transition: 0.5s;
}
header.abajo .logo{
    height: 75px;
}
.ul1{
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul li{
    justify-content: center;
    align-items: center;
    display: inline-block;
    line-height: 75px;
    margin: 0 5px;
}
nav ul li a{
    font-size: 17px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
}
header.abajo nav ul li a{
    color: rgb(255, 255, 255, 0.8);

}
nav ul li a:hover{
    color: rgb(64, 75, 136);
}
.checkbtn{
    font-size: 30px;
    color: #ff0000;
    float: right;
    line-height: 70px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
main{
    background: url(/img/fondocontacto3.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zona1{
    z-index: 9;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.filtro{
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;
    background-color: rgba(15, 20, 47, 0.4);
    backdrop-filter: blur(02px);
}
.contenido{
    margin-top: 55px;
    background-size: cover;
    backdrop-filter: blur(8px);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-radius: 30px;
    border: 2px solid   rgba(255, 255, 255, 0.2);
    gap: 100px;
    color: white;
    position: absolute;
    display: flex;
    justify-content: baseline;
    z-index: 1;
    height: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#archivo1{
    margin-top: 60px;
    margin-left: auto;
    position: relative;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #ffffff;
}    
#archivo1 .btn{
    position: absolute;
    background: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
}



  
#archivo1.archivo-adjuntado {
transition: 0.3s;
    color: #2ecece;
    border: 2px solid #2ecece;
  }
@media (max-width: 330px) {
    .ul1{
        z-index: 9999;
        width: 100%;
        margin-left: 0%;
        position: fixed;
        height: 100%;
        background: #151b3f;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: baseline;
        transform: translateX(-100%);
    }
    .li1{
        color: white;
        padding-left: 0px;
        margin-top: 0px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        padding-left: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 18px;
    }
    .ul1 li a{
        margin: 0px !important;
        margin-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
    }
    .ul1 li{
        width: 100%;
        padding-left: 20px;
        line-height:normal;
        margin: 0px;
        margin-top: 20px;
    }
    @keyframes slide-in-right {
        from {
          transform: translateX(-100%);
        }
        to {
          transform: translateX(0);
        }
      }
      
      @keyframes slide-out-left {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }
      
      main{
        height: 140vh;
    }
    .especialidades{
        gap: 60px;
    }
    .logofooter{
        margin-bottom: 10px;
    }
    .texto{
        gap: 60px;
    }
    .especificacion{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    header.abajo .logo{
        height: 75px;
    }
    .logo{
        height: 25px;
        margin-left: 20px;
        position: relative;
        z-index: 9999; 
    }
    #check:checked ~ ul{
        z-index: 9999;
    }
    #check:checked ~ header{
        z-index: 9999;
    }
}  

@media (max-width: 992px){
    .ul1{
        z-index: 9999;
        width: 100%;
        margin-left: 0%;
        position: fixed;
        height: 100%;
        background: #151b3f;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: baseline;
        transform: translateX(-100%);
    }
    .li1{
        color: white;
        padding-left: 0px;
        margin-top: 0px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        padding-left: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 18px;
    }
    .ul1 li a{
        margin: 0px !important;
        margin-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
    }
    .ul1 li{
        width: 100%;
        padding-left: 20px;
        line-height:normal;
        margin: 0px;
        margin-top: 20px;
    }
    @keyframes slide-in-right {
        from {
          transform: translateX(-100%);
        }
        to {
          transform: translateX(0);
        }
      }
      
      @keyframes slide-out-left {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }
      
    .sociales{
        justify-content: space-between;
        gap: 0px;
    }
    .sociales i{
        font-size: 1.4em;
    }
    .sociales .g{
        font-size: 2m;
    }
    .email{
        width: 100% !important;
        margin-bottom: 1em;
    }
    .nada{
        display: none;
    }
    .demasfooter  ul li{
        width: 50%;
        text-align: center;
        padding-bottom: 1em;
        padding-right: 0;
        min-height: 40px;
        font-size: 0.9em !important;
    }
    .contenidofooter{
        gap: 30px !important;
    }
    .copy{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: calc(100% + 30px);
    }
    .demasfooter ul{

        display: flex;

        flex-direction: row;

        flex-wrap: wrap;

        padding: 0;

        align-items: center;

        justify-content: center;
    }
    .secciones{
        display: none;
    }
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
        background: rgb(21, 27, 63);
        transition: 0.7s;
        z-index: 9999;
        padding: 0px 0px;   
    }
    header.abajo{
        background: rgb(21, 27, 63);
        position: fixed;
        width: 100%;
        transition: 0.5s;
    }
    .logo{
        height: 75px;
        margin-left: 20px;
        position: relative;
        z-index: 9999; 
    }
    .checkbtn{
        display: block;
        color: white;
        z-index: 9999;
        position: relative;
    }
    .nav{
        width: 100%;
        height: 75px;
    }

    .main1{
        height: 10%;
        max-width: 952px;
    }
    .imagenmain1{
        display: none;
    }
    .contenidofooter{
        margin-top: 20px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .footer{
        height: auto;
    }
    .main2{
        height: auto;
    }
    .contenido3{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}