.foto-fondo {
    background: url("../img/medellin-2024/foto1.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.foto-dos {
    background: #100F2C;
}

.foto-fondo h3 {
    color: #fff;
}

.foto-fondo a {
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-top: 30px;
}

.foto-fondo a:hover {
    font-size: 24px;
}


.foto-fondo p {
    color: #fff;
    text-align: justify;
    margin-bottom: 20px;
}

.foto-fondo ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.foto-fondo ul li {
    text-align: left;
    color: #fff;
}

.guatemala2 {
    background-color: #100c29;
    padding: 0;
}

.guatemala2 .row > div {
    padding: 0px !important;
}

.logo-inguat {
    width: 300px;
    height: auto;
    display: block;
    margin-bottom: 20px;
    margin: auto;
}