*{
    margin: 0;
    padding: 0;
  
}
:root {
    --bs-blue: #2f28bf;
    --bs-green: #F700B1;
    --bs-yellow: #ffe600;
}
body{
    background-color: #fefefe;
}
h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2f28bf;
    
    

}
.text-primary{
    color: var(--bs-blue)!important;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #171717;
    text-align: center;
    margin-top: 2rem;

}
p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #171717;
    text-align: center;
    font-size: 20px;
    color: #2f28bf;
    box-shadow: 0px 2px 0px #c5c5c5;
    padding: 20px;
 

}
.mensaje{
    color: #ffff;
    background-color: #2f28bf;
}
.header img{
    width: 150px;
    height: auto;
}
.content{
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 2px 5px 20px #dfdfdf;
}
.alerta {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 2rem;
}
.error {
    background-color: red;
}
.imagen-compu{
    display: block;
    width: auto;
    height: 200px;
    
}


@media (max-width: 540px) { 
    .row{
       display: flex;
       align-items: center;
       width: 105%;
       flex-direction: row;
       
      
    }
    
    .column1{
        margin-bottom: 1rem;
        width: auto;

    }
    .column2{
        margin-bottom: 1rem;
        width: auto;

        
    }
    .column3{
        margin-bottom: 1rem;
        width: auto;

        
    }
    .column4{
        margin-bottom: 1rem;
        width: auto;
    }
    .column5{
        margin-bottom: 1rem;
        width: auto;
    }
    .column6{
        margin-bottom: 1rem;
        width: auto;
    }
    .column7{
        margin-bottom: 1rem;
        width: auto;
    }


    
}
