.elementor-7453 .elementor-element.elementor-element-6c9fcb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7453 .elementor-element.elementor-element-6c9fcb7{--content-width:800px;}}/* Start custom CSS */.checkbox-container {
        display: flex;
        align-items: center;
        gap: 8px; /* Espacio entre el checkbox y el texto */
        margin-top: 10px;
    }
    .checkbox-container input {
        width: auto;
        margin-top: 10px;
        margin-left: 5px;
    }
    form {
        background: white;
        padding: 20px 40px 60px 40px;
    }
    label {
        font-weight: 600;
        font-size: 16px;
        display: block;
        margin-top: 10px;
    }
    input {
        width: 100%;
        padding: 8px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    textarea{
        width: 100%;
        height: 100px;
        padding: 8px;
        margin-top: 5px;
        border: 1px solid light grey;
        border-radius: 4px;
    }
    #button3 {
        background: #002951;
        width: 100%;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 30px;
    }
    #button3:hover {
        background: #F0047F;
    }/* End custom CSS */