@font-face {
    font-family: 'HelveticaNeueLTStd-Hv';
    src: url('Fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('Fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background: white;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Logo Section */
.logo-section {
    text-align: center;
    margin-bottom: 50px;
}

.logo {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Text Section */
.text-section {
    text-align: center;
    margin-bottom: 60px;
}

.title {
    font-size: calc(1.325rem + .9vw);
    color:#487629 !important;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLTStd-Hv', sans-serif !important;
}

.description {
    font-family: 'HelveticaNeueLTStd-Lt' !important;
    font-size: 16px;
    color: #808088 !important;
    margin: 0 auto;
}

/* Form Section */
.form-section {
    background-color: rgba(72, 118, 41, 0.7);
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.form-title {
    font-family: 'HelveticaNeueLTStd-Lt' !important;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.hubspot-form-container {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-notice {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 20px 15px;
    }
    
    .title {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1.1rem;
    }
    
    .description {
        font-size: 1rem;
    }
    
    .form-section {
        padding: 30px 20px;
    }
    
    .logo {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 1.8rem;
    }
    
    .form-section {
        padding: 25px 15px;
    }
    
    .logo {
        max-width: 100px;
    }
} 

.pb-3 {
    padding-bottom: 1rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

footer {
    background-color: #333333;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.text-center {
    text-align: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

footer ul li a {
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

footer ul li a:hover {
    opacity: 0.8;
}

footer .copyright {
    color: #999999;
}

a:not(.btn-link):not(.text-decoration-underline):not(.more-link) {
    text-decoration: none !important;
}

footer ul li a:not(:last-child) {
    margin-right: 40px;
}

[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative;
}

[class*=-flex], [class*=row] {
    --cnvs-socialicon-gap: 5px;
    --cnvs-socialicon-gap-x: var(--cnvs-socialicon-gap);
    --cnvs-socialicon-gap-y: 0px;
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

/* Footer responsive */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-links {
        justify-content: center;
        gap: 15px;
    }
}



/* Estilos generales del formulario */
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: contents !important;
}

ul.inputs-list {
    list-style-type: none;
}

[type="checkbox"] {
 margin-top: 6px !important;
 margin-right: 10px !important;
}

/* Estilos específicos para el formulario con ID actualizado */
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f ul.inputs-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px 1%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f [type="checkbox"] {
    margin-top: 6px !important;
    margin-right: 10px !important;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .legal-consent-container .hs-form-booleancheckbox-display p {
    color: #fff;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="text"],
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="tel"],
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="email"] {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #CDCDCD;
    border-radius: 30px;
    padding: .8rem 1rem;
    float: left;
    width: 90%;
    margin: 1%;
    margin-bottom: 4%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="text"],
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="tel"] {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f textarea {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #CDCDCD;
    border-radius: 30px;
    padding: .8rem 1rem;
    margin: 1%; 
    width: 94%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f select {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #CDCDCD;
    border-radius: 30px;
    color: black;
    padding: .8rem 1rem;
    width: 90%;
    margin: 1%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="submit"] {
    background: rgba(72, 118, 41, 0.7);
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: .5rem 1rem;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="text"]::placeholder,
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="tel"]::placeholder,
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f input[type="email"]::placeholder,
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f textarea::placeholder {
    color: #3d4b58;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f select option {
    background-color: white;
    color: black;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f a {
    color: #808088;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-input {
    color: black !important;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-button {
    color: white;
    background-color: transparent;
    text-align: center;
    width: 30%;
    margin-top: 2%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-form-booleancheckbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid black;
    outline: none;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-form-booleancheckbox input[type="checkbox"]:checked {
    background-color: #6b8e23;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-button:hover,
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-button:active,
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-button:focus {
    background-color: #6b8e23 !important;
    color: white !important;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-error-msg {
    color: #808088 !important;
    font-weight: bold;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-form-required {
    color: white;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-richtext p{
    color: #808088 !important;
    font-size:10px;
    padding: 10px;
    letter-spacing: 0.6px;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-form-booleancheckbox {
    margin-top: 20px;
    font-size: 90%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f textarea {
    margin-right: 30px !important;
}


/* Ocultar labels del formulario */
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f label {
    display: none;
}

/* Centrar el formulario de HubSpot */
#hsForm_387015e3-1924-4d40-9136-8e28e071f78f {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-form-field {
    text-align: center;
}

#hsForm_387015e3-1924-4d40-9136-8e28e071f78f .hs-form-actions {
    text-align: center;
}
