*{
    font-size: 18px;
    overflow-x: hidden;
}

body{
    background-image: url(./img/fondoBoreal.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: 1.2% 2% 0px;
    overflow: auto;
    overflow-x: hidden;
   
}



.tituloContenedor{
    font-size: 1.2rem;
    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: 14px;
    
}

.tituloForm{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #363636;
    margin-bottom: 0px;
}

.elementos{
    font-size: 0.7rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #6E6E6E;
    margin:  10px 0px 0px;
}
.radio{
    border: solid 1px hsl(0deg 0% 43% / 63%);
    border-radius: 4px;
    display: flex;
    justify-content: space-evenly;
    font-size: 0.7rem;
    align-content: center;
    height: 2rem;
}
.radio input[type="radio"]{
    display: none;  
}
.radio label{
    /* display: none; */
    color: #08afa9;
    position: relative;
    padding: 0px 15px 0px 51px;
    display: inline-block;
    cursor: pointer;
    /* background-color: #2BAC41; */
}
.radio label:before{
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: none;
    border: 2px solid #08afa9;
    border-radius: 3px;
    position: absolute;
    left: 25px;
}
.radio input[type="radio"]:checked + label:before{
    border: 9px solid #05A7A4;
}


.form{
    background-color: #EFEFEF;
    width: 100%;
    margin: 12px 0px 26px 0px;
    padding: 1.4rem 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% 7% 0px;
        width: 90%;
        
        
    }
    .response{
        font-size: 0.8rem;
        justify-content: center;
        text-align: center;
    }

    .tituloContenedor{
        margin-top: 15px;
        font-size: 0.9rem;
    }

    

    #toast-container > .toast-error {
        
        width: 100vw;
    }

    #grupoFamT {
        width: 50% !important;
    }
}