@import 'colors.css';

@media (min-width: 1080px) {
.sect-contact-form {
    width: 100%;
    padding: 50px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible !important;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    overflow-x: hidden;
}

.contact-form-text {
    flex: 1;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-form-text p {
    color: var(--chathams-blue);
    margin: 0 10px;
    font-family: "MiFuente", sans-serif;
}

.form-container {
    flex: 2;
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    max-width: 60%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form label {
    font-family: "MiFuente", sans-serif;    
    font-size: 18px;
    color: var(--chathams-blue);
    font-weight: 600;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
}

form input:focus {
    outline: none;
    border-color: var(--chathams-blue);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
    width: 100%;
    text-align: left;
}

.consent input {
    margin-top: 3px;
    max-width: 4em;
    height: 4em;
    text-align: left;
}

.consent label {
    max-width: 90%;

}

.policy-links {
    font-size: 16px;
    color: var(--chathams-blue);
    text-align: left;
}

.policy-links a {
    font-family: 'Montserrat';
    text-decoration: none;
    color: var(--rojo);
}

.policy-links a:hover {
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--downriver);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: var(--bermuda-gray);
}

#consent {
    max-width: 20%;
}

.fa-solid {
    font-size: 50px;
    color: #bd3035;
    width: 50px;
}
}
@media (min-width: 600px) and (max-width:1079px) {
    .sect-contact-form {
    width: 100%;
    padding: 50px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible !important;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    overflow-x: hidden;
}

.contact-form-text {
    flex: 1;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-form-text p {
    color: var(--chathams-blue);
    margin: 0 10px;
    font-family: "MiFuente", sans-serif;
    font-size: 26px;
}

.form-container {
    flex: 2;
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    max-width: 90%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form label {
    font-family: "MiFuente", sans-serif;    
    font-size: 26px;
    color: var(--chathams-blue);
    font-weight: 600;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
    padding: 12px;
    box-shadow: 0 0 0 1px var(--chathams-blue);
    border-radius: 5px;
    font-size: 24px;
}

form input:focus {
    outline: none;
    border-color: var(--chathams-blue);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
    width: 100%;
    text-align: left;
}

.consent input {
    margin-top: 3px;
    max-width: 4em;
    height: 4em;
    text-align: left;
}

.consent label {
    max-width: 90%;
    font-size: 22px;
}

.policy-links {
    font-size: 16px;
    color: var(--chathams-blue);
    text-align: left;
}

.policy-links a {
    text-decoration: none;
    color: var(--rojo);
    font-family: "MiFuente", sans-serif;
    font-size: 22px;
}

.policy-links a:hover {
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--downriver);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size:24px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: var(--bermuda-gray);
}

#consent {
    max-width: 20%;
}

.fa-solid {
    font-size: 50px;
    color: #bd3035;
    width: 50px;
}
}
@media (max-width: 599px) {
 .sect-contact-form {
    width: 100%;
    padding: 50px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible !important;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    overflow-x: hidden;
}

.contact-form-text {
    flex: 1;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-form-text p {
    color: var(--chathams-blue);
    margin: 0 10px;
    font-family: "MiFuente", sans-serif;
    font-size: 26px;
}

.form-container {
    flex: 2;
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    max-width: 90%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form label {
    font-family: "MiFuente", sans-serif;    
    font-size: 26px;
    color: var(--chathams-blue);
    font-weight: 600;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
    padding: 12px;
    box-shadow: 0 0 0 1px var(--chathams-blue);
    border-radius: 5px;
    font-size: 24px;
}

form input:focus {
    outline: none;
    border-color: var(--chathams-blue);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
    width: 100%;
    text-align: left;
}

.consent input {
    margin-top: 3px;
    max-width: 4em;
    height: 4em;
    text-align: left;
}

.consent label {
    max-width: 90%;
    font-size: 22px;
}

.policy-links {
    font-size: 16px;
    color: var(--chathams-blue);
    text-align: left;
}

.policy-links a {
    text-decoration: none;
    color: var(--rojo);
    font-family: "MiFuente", sans-serif;
    font-size: 22px;
}

.policy-links a:hover {
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--downriver);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size:24px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: var(--bermuda-gray);
}

#consent {
    max-width: 20%;
}

.fa-solid {
    font-size: 50px;
    color: #bd3035;
    width: 50px;
}
}
@media (max-width: 599px) {
       .sect-contact-form {
    width: 100%;
    padding: 50px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible !important;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    overflow-x: hidden;
}

.contact-form-text {
    flex: 1;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-form-text p {
    color: var(--chathams-blue);
    margin: 0 10px;
    font-family: "MiFuente", sans-serif;
    font-size: 26px;
}

.form-container {
    flex: 2;
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    max-width: 90%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form label {
    font-family: "MiFuente", sans-serif;    
    font-size: 26px;
    color: var(--chathams-blue);
    font-weight: 600;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
    padding: 12px;
    box-shadow: 0 0 0 1px var(--chathams-blue);
    border-radius: 5px;
    font-size: 24px;
}

form input:focus {
    outline: none;
    border-color: var(--chathams-blue);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
    width: 100%;
    text-align: left;
}

.consent input {
    margin-top: 3px;
    max-width: 4em;
    height: 4em;
    text-align: left;
}

.consent label {
    max-width: 90%;
    font-size: 22px;
}

.policy-links {
    font-size: 16px;
    color: var(--chathams-blue);
    text-align: left;
}

.policy-links a {
    text-decoration: none;
    color: var(--rojo);
    font-family: "MiFuente", sans-serif;
    font-size: 22px;
}

.policy-links a:hover {
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--downriver);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: var(--bermuda-gray);
}

#consent {
    max-width: 20%;
}

.fa-solid {
    font-size: 50px;
    color: #bd3035;
    width: 50px;
}
}

@media (min-width: 600px) and (max-width:1079px) and (orientation: landscape) {
       .sect-contact-form {
    width: 100%;
    padding: 50px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible !important;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    overflow-x: hidden;
}

.contact-form-text {
    flex: 1;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-form-text p {
    color: var(--chathams-blue);
    margin: 0 10px;
    font-family: "MiFuente", sans-serif;
    font-size: 16px;
}

.form-container {
    flex: 2;
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    max-width: 90%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form label {
    font-family: "MiFuente", sans-serif;    
    font-size: 18px;
    color: var(--chathams-blue);
    font-weight: 600;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
    padding: 12px;
    box-shadow: 0 0 0 1px var(--chathams-blue);
    border-radius: 5px;
    font-size: 18px;
}

form input:focus {
    outline: none;
    border-color: var(--chathams-blue);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
    width: 100%;
    text-align: left;
}

.consent input {
    margin-top: 3px;
    max-width: 4em;
    height: 4em;
    text-align: left;
}

.consent label {
    max-width: 90%;
   
}

.policy-links {
    font-size: 16px;
    color: var(--chathams-blue);
    text-align: left;
}

.policy-links a {
    text-decoration: none;
    color: var(--rojo);
    font-family: "MiFuente", sans-serif;
    font-size:16px;
}

.policy-links a:hover {
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--downriver);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: var(--bermuda-gray);
}

#consent {
    max-width: 20%;
}

.fa-solid {
    font-size: 50px;
    color: #bd3035;
    width: 50px;
}
}