*{
    font-size: 20px;
    overflow-x: hidden;
    
}

body{
    background-image: url(./img/fondo1.jpg);
    background-size: 210vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    display: inline;
    
}


.encabezado{
    
    height: 10.4rem;
    
    width: 100vw;
    max-height: 7rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.encabezado::before{
    content: "";
    height: 10.4rem;
    background-color: white;
    width: 100vw;
    max-height: 10.4rem;
    position: absolute;
    opacity: 0.7;
    display: flex;
    
}
.response{
    color:#2BAC41;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
}
    
.encabezado div{
    z-index: 1;
    
}


.logo{
    margin-left: 70%;
    height: 4.25rem;
    width: 18.55rem;
   
    
}
.logoCelu{
    display: none;
    
    
   
    
}

.container-reply{
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    position: relative;
    width: 469px;
    
    top: -90px;
    left: 5%;    
    background: #FFFFFF;
    
    display: flexbox;
    align-items: center;
    justify-content: center;
    padding: 2%;
    overflow: auto;
    overflow-x: hidden;
   
}



.tituloContenedor{
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#363636;
    margin-bottom: 0px;
    

}
.subtitulo{
    margin-top: 5px;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #B92E2E;
    margin-bottom: 17px;
    
}

.tituloForm{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #363636;
}

.elementos{
    font-size: 0.7rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #6E6E6E;
    
    
    margin:  20px 0px 0px;
}

.form{
    background-color: #EFEFEF;
    width: 100%;
    margin: 12px 0px 26px 0px;
    padding: 1.75rem;
    border-radius: 4px;
    
    
}


.input-text{
    padding: 2%;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 0.7rem;
    height: 39px;
}

.textarea{
    padding: 2%;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 0.7rem;
    resize: none;
}

.selectOrgn{
    padding: 2%;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 0.7rem;
    height: 39px;
    
    
}

.botones{
    background-color: #FF5748;
    width: 100%;
    border-radius: 4px;
    color: white;
    font-size: 0.8rem;
    height: 56px;
    
}
.botones:disabled {
    background-color: #FF9288 !important;
}

.btnFile{
    background-color: #D4D4D4;
    width: 113px;
    height: 381px;
    font-size: 0.75;
}
.btnVolver{
    background-color: white;
    border: 1px solid #D4D4D4;
    color: #363636;
    border-radius: 3px;
    font-size: 0.7rem;
    height: 30px;
    width: 109px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.archivos{
    
    font-size: 0.75rem;
    color: transparent;
    height: 37px;
    width: 113px;
}

.textoSolicitud{
    font-size: 0.7rem;
    color: #2BAC41;
    font-family: Arial, Helvetica, sans-serif;
    

}

.frmRes{
    background-color: white;
    width: 100%;
    margin: 12px 0px 26px 0px;
    display: flexbox;
     justify-content: center;
    align-items: center;
    text-align: center;
  
}
#toast-container > .toast-error {
    
    color: white;
    }

.table.attachments td {
    padding: 0px 10px 5px 10px !important;
}

.table.attachments .name {
    font-size: 12px;
}

.table.attachments .fa-trash-o {
    cursor: pointer;
}

.table.attachments .fa-trash-o:hover {
    color: #555 !important;
}

@media screen and (max-width: 600px) {
    .logo{
    display:none;
    }
    .logoCelu{
        display: flex;
        width: 100%;
        
        
        align-items: center;
        
        justify-content: center;
        
        
    }
    .logoCeluimg{
        display: flex;
        width: 80%;
        
        
        align-items: center;
        
        justify-content: center;
        
        
    }
    .container-reply{
        top: -120px;
        padding: 7%;
        width: 90%;
        
        
    }
    .response{
        font-size: 0.8rem;
        justify-content: center;
        text-align: center;
    }

    .tituloContenedor{
        margin-top: 15px;
        font-size: 1rem;
    }

    

    #toast-container > .toast-error {
        
        width: 100vw;
    }

    #grupoFamT {
        width: 50% !important;
    }
}