﻿.contactOption {
    display: grid;
    justify-content: center;
}

.radio-options {
    display: flex;
    align-items: center;
    gap: 20px;
}

.radio-option {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px;
    background-color: #DCFFDA;
    border: 1px solid black;
    text-align: center;
    border-radius: 10px;
}
    .radio-option:hover {
        display: block;
        text-decoration: none;
        color: black;
        padding: 10px;
        border: 1px solid black;
        text-align: center;
        border-radius: 10px;
        background-color: #85c20f;
        transition: 0.3s all;
    }

/* INVISIBLE */
.oculto {
    overflow: hidden;
    max-height: 0;
}

section:target .oculto {
    max-height: 1000px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* BOX */
.cajita {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 884px;
    height: 647px;
    box-sizing: border-box;
    overflow-y: auto; /* Añadido para manejar el desbordamiento vertical */
    /* margin: 40px 0; */
    margin-top: 73px;
    margin-left: 104px;
}

.cajita h2 {
    text-align: center;
    color: #333;
}

.cajita p {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

.cajita table {
    width: 100%;
    border-spacing: 0 15px;
    margin-top: 20px;
}

.left-column {
    width: 50%;
    padding-right: 20px;
}

.right-column {
    width: 50%;
    padding-left: 20px;
}

.cajita-group {
    margin-bottom: 15px;
}

    .cajita-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .cajita-group input,
    .cajita-group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

.cajita textarea {
    height: 220px;
    resize: none;
}

.cajita button {
    background-color: #256A21;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.ipad-background {
    /* background-image: url(https://w7.pngwing.com/pngs/683/464/png-transparent-frames-window-computer-icons-ipad-glass-angle-electronics.png); */
    background-image: url("../img/png_tablet_bg.png");
    width: 1080px;
    height: 780px;
    background-size: cover;
    margin-bottom: 40px;
}
