.content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.contact_1 {
    width: 50%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    margin-top: 185px;
    gap: 30px;
}

.columna1 {
    width: 50%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
}

.columna1 .imagen1 {
    background-image: url(../public/img/contacto/fotos/1.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.space {
    width: 100%;
    height: 50px;
}

.columna1 .imagen2 {
    background-image: url(../public/img/contacto/fotos/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}

/*Columna 2 de fotos*/
.columna2 {
    width: 50%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
}

.columna2 .imagen1 {
    background-image: url(../public/img/contacto/fotos/3.jpeg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.space {
    width: 100%;
    height: 50px;
}

.columna2 .imagen2 {
    background-image: url(../public/img/contacto/fotos/4.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}


/*Columna 2 Informacion*/
.contact_2 {
    width: 50%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    margin-top: 23vh;
}

.content2 {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    height: 100%;
}

.content2 h1 {
    font-family: 'Poppins-light', sans-serif;
    color: #292929;
    font-weight: 100;
    font-size: 50px;
    margin-top: 50px;
}

.content2 h1 span {
    font-family: 'Poppins-Bold', sans-serif;
    color: #878787;
    font-weight: bold;
    font-size: 50px;
    border-bottom: 3px solid #878787;
}

.content2 h2 {
    font-family: 'Poppins-light', sans-serif;
    color: #292929;
    font-weight: 100;
    font-size: 40px;
    margin-top: 10px;
}

.content2 h2 span {
    font-family: 'Poppins-Bold', sans-serif;
    color: #878787;
    font-weight: bold;
    font-size: 50px;
    border-bottom: 3px solid #878787;
}

.content2 p {
    color: #292929;
    font-family: 'Cooper-Book', sans-serif;
    width: 450px;
    margin-top: 30px;
}

.content2 .contact-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 60px;
}

.content2 .contact-icons .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content2 .contact-icons img {
    width: 28px;
    height: 28px;
}

.contact-item span {
    font-family: 'Cooper-light', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #292929;
}

.contact-item span a {
    text-decoration: none;
    color: #292929;
}

.social-icons {
    margin-top: 60px;
    margin-left: 300px;
}

.social-icons a {
    margin-left: 10px;
}

.social-icons img {
    width: 40px;
    height: 40px;
}