body{
    background-color: #ecebea;
    color:    #676767;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;

    
}

div.container{
    margin-top: 25px;
  
}
div.container div{
    border-radius: 6px;
}


div.row div.col-sm-2 {
    flex-basis: fit-content;    
}

div.row div.col-sm-2 div{
    margin: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 145px;
    height: 145px;  

}

div.row div.col-sm-2 div img{
    object-fit: fill;
   border-radius: 4px;
}


form{
    background-color: #fff;
    border-radius: 5px;
}

form p{
    text-align: justify;
}

form img{
    width: 100%;
}

div.container div.row div.col-sm-7 form.encabezado p{
    padding: 0px 15px;
    margin: 15px;
}


.line{
    border: 6px solid #cff4fc;
    margin-bottom: 25px;
    padding: 2px;
}

.aviso{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;    
}

.aviso img{
    width: 150px;   
}

.aviso h2{
    font-size: 18.5px;
    line-height: 1.30;
    font-weight: 200;
    text-align: center;
    margin-top: 20px;
}
.line2{
    border: 1px solid #d3d1d1;
    margin-bottom: 15px;
}

.boton{
    margin: 30px;
}

 @media (max-width :650px){
    div.row div.col-sm-2{
        text-align: -webkit-center;
    }
} 