.footer-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.contact-section {
    display: flex;
    /* height: 90vh; */
    height: 100%;
}

.contact-section .contact-info {
    width: 40%;
    background-color: #4765a0;
    display: flex;
    align-items: center;
    position: relative;
}

.contact-info .contact-info-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-info .contact-info-img img {
    width: 100%;
    height: 100%;
}

.contact-info .row {
    background-color: rgba(0, 0, 0, 0.415);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}

.contact-section .contact-form-section {
    width: 60%;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .contact-section {
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
    }

    .contact-section .contact-info {
        width: 100%;
    }

    .contact-info .contact-info-img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .contact-info .row {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 16px;
    }

    .contact-section .contact-form-section {
        width: 100%;
    }
}

.contact-section .contact-form-section h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}


.footer-section .container {
    padding: 32px 0px;
}

.footer-cta {
    border-bottom: 1px solid #fefefe;
}

.col-contact {
    margin-bottom: 32px;
}

.single-cta {
    display: flex;
    align-items: center;
}

.single-cta i {
    color: #fff;
    font-size: 30px;
    /* float: left; */
    /* margin-top: 8px; */
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cta-text-1 h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}


.cta-text p,
.cta-text a,
.cta-text a:hover {
    color: #fefefe;
    font-size: 15px;
    text-decoration: none;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-widget-heading h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #4765a0;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #4765a0;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.form-double {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.form-double .form-input {
    width: 50%;
}

@media (max-width: 768px) {
    .footer-section .container {
        padding: 16px;
    }

    .form-double {
        display: block;
    }

    .form-double .form-input {
        width: 100%;
    }
}

.subscribe-form input,
.subscribe-form textarea,
.subscribe-form select {
    width: 100%;
    padding: 14px 28px;
    background: #fefefe;
    border: none;
    border-bottom: 1px solid #b8b7b7;
    color: #000;
}

.subscribe-form input::placeholder,
.subscribe-form textarea::placeholder {
    color: #000;
}

.subscribe-form input:focus,
.subscribe-form textarea:focus,
.subscribe-form select:focus {
    outline: none;
}

.subscribe-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    max-height: 115px;
    padding: 14px 28px;
    background: #fefefe;
    border: none;
    border-bottom: 1px solid #b8b7b7;
    color: #000;
}

.copyright-area {
    background: #eaeaea;
    padding: 5px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #4765a0;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #4765a0;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

#mensaje_status {
    margin-top: 16px;
}

.button {
    border-radius: 3px;
    transition: background 0.2s linear;
    background-color: #4765a0;
    color: #fff;
    font-size: 20px;
    height: 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
}

.button:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    transform: scale(0);
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    content: "";
    border-radius: 50%;
}

.button:hover {
    cursor: pointer;
}

.button:hover span {
    transform: translateX(0);
}

.button:not(:active) {
    background: #4765a0;
}

.button:not(:active):after {
    animation: ripple 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.left {
    float: left;
}

.subscribe-form span {
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    height: 60px;
    flex-basis: 100%;
    min-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


@keyframes ripple {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(4);
    }
}

/* 

.map-container {
    position: absolute;
    width: 100%;
    background-color: red;
}


.container-iframe {
    position: absolute;
    background-color: green;
    width: 100%;
}

.map-container a {
    position: absolute;
} */