*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
body{
    height: 100vh;
    background: linear-gradient(
        135deg,
        #ad1010,
        #a90000
    ),url(./FONDO.webp);
}
.container{
    background-color: #ffffff;
    width: 65%;
    min-width: 300px;
    padding: 45px 45px;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 60%;
    border-radius: 5px;
    box-shadow: 20px 30px 25px rgba(0,0,0,0.15);
}
h1{
    font-size: 30px;
    text-align: center;
    color: #1c093c;
}
p{
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}
form{
    width: 100%;
    position: relative;
    margin: 30px auto 0 auto;
	/*background:url(./rateam2.jpg alt="Talento Radio America");*/
}
.row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    grid-gap: 20px 30px;
    margin-bottom: 20px;
}
label{
    color: #1c093c;
    font-size: 14px;
}
textarea,
input{
    width: 100%;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1.2px solid #c4cae0;
    margin-top: 5px;
}
textarea{
    resize: none;
}
textarea:focus,
input:focus{
    outline: none;
    border-color: #6f6df4;
}
button{
    border: none;
    padding: 15px 20px;
    background: linear-gradient(
        130deg,
        #6f6df4,
        #4c46f5
    );
    color: #ffffff;
    border-radius: 3px;
}

.container {
    flex: 1;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Ajusta la altura según sea necesario */
    /* background-color: #7d0202;  Color de fondo opcional */
    position: relative;
    bottom: 0;
    width: 100%;
}

footer a {
    margin: 0 20px; /* Ajusta la separación horizontal entre los iconos */
}

footer a img {
    max-width: 120px; /* Ajusta el tamaño del icono según sea necesario */
    /*filter: brightness(0) invert(1); Cambia el color de los iconos a blanco */
}
