@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap');

.contacto {
    width: 100%;
    min-height: 100vh;
    height: auto;
    place-content: center;
    place-items: center;
    display: flex;
    flex-wrap: wrap;
    font-family: "Kode Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}

.carta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
            rgba(255, 255, 255, 0.233),
            transparent 40%);
    pointer-events: none;
    transition: background 0.2s;
    display: none;
}

.carta:hover::before {
    display: block;
}
.contac_car {
    margin: 0 auto;
    max-width: 95%;
    background: linear-gradient(to left, #811719, #2e0709, #000, #2e0709, #811719);
    place-content: center;
    place-items: center;
    width: 1500px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 30px;
}


.icon svg {
    width: 90px;
}

.contac_car h4 {
        font-family: "Kode Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    max-width: 98%;
    margin-top: 20px;
    text-shadow: 0px 0px 20px #ff0000, 0px 0px 40px #ff0000, 0px 0px 50px #ff0000;
    font-size: 3em;
    color: white;
}

.contac_car p {
        font-family: "Kode Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    max-width: 90%;
    margin-top: 20px;
    text-align: center;
    width: 1000px;
    color: rgb(255, 235, 235);
}

.contac {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    place-content: center;
    place-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contac_car input {
        font-family: "Kode Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    max-width: 90%;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
    width: 400px;
    text-align: left;
    background: #161515;
    outline: none;
    border: 2px solid rgb(110, 0, 0);
    font-size: 1em;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}

.contac_car input::placeholder {
    color: #ff6366;
    font-weight: bold;
}

.contac button {
        font-family: "Kode Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    border-radius: 10px;
    gap: 10px;
    height: 50px;
    display: flex;
    width: 170px;
    place-content: center;
    place-items: center;
    font-weight: bold;
}

.contac svg {
    width: 20px;
    font-weight: bold;
}

.sevillo {
    font-size: 0.8em;
    margin-top: 10px;
    display: block;
    color: rgb(255, 197, 197);
}
