/* Start custom CSS for shortcode, class: .elementor-element-f92d0bb */.fcj-contact{
    padding:70px 20px;

    font-family:Arial, Helvetica, sans-serif;
}

.fcj-container{
    max-width:900px;
    margin:auto;
    background:#fff;
    border-radius:14px;
    padding:50px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-top:5px solid #e1474d;
}

.fcj-contact h2{
    color:#e1474d;
    font-size:34px;
    margin:0 0 10px;
    text-align:center;
}

.fcj-contact p{
    text-align:center;
    color:#666;
    margin-bottom:40px;
    line-height:1.6;
}

/****************************
        GRID
****************************/

.grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.field{
    margin-bottom:25px;
}

/****************************
        LABELS
****************************/

.field label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#333;
}

/****************************
        INPUTS
****************************/

input:not([type="checkbox"]),
textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #d6dce5;
    border-radius:8px;
    font-size:15px;
    font-family:inherit;
    transition:.25s;
    box-sizing:border-box;
    background:#fff;
}

input:not([type="checkbox"]):focus,
textarea:focus{
    outline:none;
    border-color:#e1474d;
    box-shadow:0 0 0 3px rgba(225,71,77,.18);
}

textarea{
    resize:vertical;
    min-height:170px;
}

/****************************
      PRIVACIDAD
****************************/

.privacy{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin:10px 0 30px;
}

.privacy input[type="checkbox"]{
    width:18px;
    height:18px;
    margin-top:3px;
    cursor:pointer;
    flex-shrink:0;
    accent-color:#e1474d;
}

.privacy label{
    margin:0;
    font-weight:400;
    color:#555;
    line-height:1.6;
    cursor:pointer;
}

.privacy a{
    color:#e1474d;
    text-decoration:none;
    font-weight:600;
}

.privacy a:hover{
    text-decoration:underline;
}

/****************************
        BOTÓN
****************************/

button{
    width:100%;
    padding:18px;
    border:none;
    border-radius:8px;
    background:#e1474d;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s ease;
}

button:hover{
    background:#c63d42;
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(225,71,77,.28);
}

/****************************
      RESPONSIVE
****************************/

@media (max-width:768px){

    .fcj-container{
        padding:30px;
    }

    .fcj-contact h2{
        font-size:28px;
    }

    .grid{
        grid-template-columns:1fr;
        gap:0;
    }

}/* End custom CSS */