@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Open Sans",sans-serif;
    color: #000;
}
.page-padding {
    padding-top: 80px;
}
.contact-wrapper {
    padding: 68px 70px 42px;
    background: #eae9e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 768px) {
    .contact-wrapper {
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
.contact-wrapper h1 {
    font-weight: 400;
    max-width: 940px;
    font-size: 40px;
    letter-spacing: .03em;
    color: #000;
    font-family: Tiempos_Text;
    line-height: 47px
}

@media (max-width: 768px) {
    .contact-wrapper h1 {
        font-size:24px;
        line-height: 33px
    }
}
.contact-wrapper>span {
    z-index: 1;
    margin-bottom: 56px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: Tiempos_Text
}

@media (max-width: 768px) {
    .contact-wrapper>span {
        font-size:16px;
        margin-bottom: 10px
    }
}

.contact-wrapper .forms {
    position: relative;
    z-index: 1;
    padding: 10px!important;
    width: 832px;
    margin: 0px auto;
    height: 9620px;
    background: transparent!important;
    -webkit-box-shadow: 4px 4px 24px rgba(0,0,0,.08);
    box-shadow: 4px 4px 24px rgba(0,0,0,.08);
    overflow: hidden!important;
}

@media (max-width: 768px) {
    .contact-wrapper .forms {
        padding:0
    }
}

.ef-form {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden!important;
    display: flex;
    padding: 0px!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 850px;
    margin-top: -10px;
    margin-left: -9px;
}


@media (max-width: 768px) {
    .contact-wrapper .ef-form {
      margin-left: 0px!important;
    }
}

.contact-wrapper .forms iframe {
    width: 100% !important;
    height: 109% !important;
    border: 0px!important;
    margin-top: -50px!important; /*parte superior*/
    overflow: hidden!important;
}

/*.-a-24 {
    display: none!important;
}
*/

.contact-wrapper {
    margin-top: -80px;
}

.bg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bg img {
    width: 150px;
}

.main-box {
    margin-bottom: 10px;
    padding-top: 10px;
    margin: 0px auto;
    padding-bottom: 30px;
    text-align: center;
    width: 853px;
}