body {
    font-family: 'Inter', sans-serif;
}
.google {
    width: 100%;
    margin-top: 90px;
}
.body {
    /*background: #181818;*/
    /*color: #fff;*/
    line-height: 1.6;
    /*font-family: 'Quicksand', sans-serif;*/
    padding: 0;
}
.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}
.logo {
    margin-top: -130px;
    margin-left: 4%;
    /* display: flex; */
    /* z-index: 36; */
    position: absolute;
    line-height: 34px;
}
.content .titulo {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #8BACD0;
    margin-top: -164px;
    margin-left: 4%;
    position: absolute;
}
ul {
    list-style: none;
    padding: 0;
}
.contact-wrapper {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}
.contact-wrapper>* {
    padding: 1em;
}
.contact-form {
    background: #fff;
}
.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-form form label {
    display: block;
}
.contact-form form p {
    margin: 0;
    padding: 1em;
    color: #808080;
}
.contact-form form .block {
    grid-column: 1 / 3;
}
.contact-form form button, .contact-form form input, .contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #000;
    border-bottom: 1px solid #b9b5b5;
}
.contact-form form button {
    background: #8BACD0;
    border: 0;
    /* text-transform: uppercase; */
    padding: .8em;
    margin-left: 108%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.contact-form form button:hover, .contact-form form button:focus {
    background: #8BACD0;
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
}
/* CONTACT INFO */

.contact-info {
    background: url(../images/general/fondo-contacto.jpg);
    background-size: cover;
}
.contact-info h4 {
    color: #8BACD0;
    font-size: 18px;
}
.contact-info p {
    color: #808080;
}
.contact-info h4, .contact-info ul, .contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
}
.white {
    color: #fff;
}
/* LARGE SIZE */

@media(min-width: 700px) {
    /*body {
        padding: 0;
    }*/
    .contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
        margin-top: -7px;
    }
    .contact-wrapper>* {
        padding: 2em;
    }
    .contact-info h4, .contact-info ul, .contact-info p {
        text-align: left;
        color: #808080;
    }
}
@media(max-width: 570px) {
    .logo {
        margin-top: -130px;
        line-height: 19px;
        font-size: 18px;
    }
    .content .titulo {
        margin-top: -158px;
    }
    .contact-form form p {
        font-size: 13px;
    }
    .contact-info h4, .contact-info ul, .contact-info p {
        text-align: left;
        margin-left: 5%;
    }
}
/* ------------------- footer ----------------*/

.container {
    max-width: 90%;
    margin: auto;
    margin-left: 11%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    max-width: 94%;
}
.container p {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    /* padding-bottom: 0px; */
    margin-top: 6px;
    margin-left: -9%;
}
ul {
    list-style: none;
}
.footer {
    background-color: #f1f1f1;
    padding: 20px 0;
}
.footer-col {
    width: 25%;
    padding: 0 15px;
}
.footer-col span {
    color: #8BACD0;
}
.footer-col .tel2 span {
    color: transparent;
}
.footer-col img {
    width: 190px;
    margin-top: 28px;
}
.dirección-footer {
    margin-left: -25%;
}
.footer-col .direccion {
    margin-left: -25%;
    max-width: 340px;
    font-weight: bold;
    font-size: 15px;
}
.footer-col h4 {
    font-size: 15px;
    color: #8BACD0;
    text-transform: capitalize;
    margin-bottom: 18px;
    position: relative;
    margin-top: 7%;
}
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    /*background-color: #e91e63;*/
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-col ul li a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    display: block;
    max-width: 190px;
    transition: all 0.3s ease;
}
/*.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}*/

.footer-col .social-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgb(0 0 0 / 20%);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    transition: .6s;
    /*box-shadow: 0 5px 4px rgba(0, 0, 0, .5);*/
}
.footer-col .social-links .fb:hover {
    background-color: #3b5999;
    color: white;
}
.footer-col .social-links .tw:hover {
    background-color: #55acee;
    color: white;
}
.footer-col .social-links .in:hover {
    background-color: #e4405f;
    color: white;
}
.footer-col .social-links .li:hover {
    background-color: #0077B5;
    color: white;
}
.social-links {
    margin-top: 15px;
    margin-left: 11px;
}
@media(max-width: 768px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-col img {
        margin-left: -8%;
    }
    /*.row {
        max-width: 90%;
    }*/
    .dirección-footer {
        margin-left: 0%;
    }
    .footer-col .direccion {
        margin-left: 0%;
        max-width: 315px;
    }
}
@media(max-width: 574px) {
    .footer-col {
        width: 100%;
        margin-top: -9%;
    }
    .footer-col img {
        width: 30%;
        margin-left: -4%;
    }
    .footer-col .secciones-footer {
        display: none;
    }
    .dirección-footer {
        margin-left: 0%;
    }
    .footer-col .direccion {
        margin-left: 0%;
        max-width: 315px;
        font-size: 11px;
    }
    .footer-col h4 {
        font-size: 13px;
    }
    .social-links {
        margin-top: 42px;
        margin-left: 19%;
    }
    .container {
        margin-left: 2.5%;
    }
    .container p {
        margin-top: 9px;
        margin-left: 4%;
        max-width: 255px;
        font-weight: bold;
        font-size: 9px;
    }
    .row {
        margin-top: 10%;
    }
    .footer-col .tel2 {
        margin-top: -27.1px;
        margin-left: 94px;
    }
    .footer-col ul li a {
        font-size: 11px;
    }
}