    

    .contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    gap: 30px;
}
.ubicacion{    

    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 30px;
    gap: 30px;
    margin-bottom: 30px;
}

.ubicacion iframe {
    width: 100%;
    height: 16vw;
}

.ubicacion  .sede h3 {
    font-size: 16pt;
    font-weight: 600;
    color: rgb(222, 18, 122);
    margin-bottom: 15px!important;
}

.ubicacion .sede p {
    font-size: 12pt;
     margin: 0 0 12px;
}
.ubicaion .seded span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    gap: 30px;
        padding-top: 30px;
    margin-bottom: 30px!important;
    margin: 0 5%!important;
}

/*FORMULARIO*/

.contact-form {
    display: flex;
    flex-direction: column;
}
.contact-form h3 {
    color: rgb(222, 18, 122);
    font-size: 20pt;
    font-weight: 600;
    margin-bottom: 30px!important;
}

.contact-form .contact-input {
    position: relative;
}

.contact-form input, .contact-form select, .contact-form textarea {
    width: calc(100% - 24px);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgb(222, 18, 122);
    color: #3e3e3e;
}

.contact-form .contact-input span {
    position: absolute;
    left: 11px;
    bottom: 4px;
    color: #eb2c2c!important;
    font-weight: 600;
}


.bot-30 {
    margin-bottom: 30px!important;
}


.contact-form button {
    width: 100%;
}
.contact-form button {
    width: 100%;
}
.rosa-bg {
    background-color: rgb(222, 18, 122);
    color: #fff;
}
button {
    border: 0;
    outline: none;
    border-radius: 5px;
    padding: 15px;
}

@media screen and (max-width: 768px){

	.ubicacion iframe {
    height: 80vw;
}
.ubicacion{
    grid-template-columns: 1fr;
}
.contact-content {
    grid-template-columns: 1fr;
}}