:root {
    --negro: #000000;
    --blanco: #ffffff;
    --negroginda: #170000;
    --gindanegro: #350a06;
    --ginda: #56070c;
    --rosaNegro: #8f3d38;
    --rosa: #cb7169;
    --gris: #A6A09B;
    --gris2: #E7E5E4;

}
.parallax-4, .parallax-5 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
}
.parallax-4{
    min-height: 80vh;
    background-image: url('../img/contac2.jpg');
}

.parallax-4::after, .parallax-5::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.208);
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.192);
    z-index: -1;
}
.cntc-title{
    padding-top: 12rem;
    color:var(--blanco);
    text-align: center;
    h1{
        font-size: 5rem;
    }
    p{
        font-size: 2rem;
        text-shadow: 4px 0px 5px rgb(0, 0, 0);
    }
}
.cntc-txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.p{
    max-width: 40%;
    p{
        color: var(--blanco);
    }
}
.map{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: top;
    padding-top: 5rem;
}

.parallax-5{
    min-height: 90vh;
    background-image: url('../img/map2.jpg');
}
.map-container-txt{
    color: var(--blanco);
    padding-top: 1rem;
    padding-left: 10%;
    max-width: 40%;
    h1{
        font-size: 4rem;
    }
    p{
        font-size: 1.4rem;
        text-shadow: 00px 0px 3px rgb(0, 0, 0);
    }
    span{
        font-weight: bold;
    }
}
.map-map{
    margin-top: 5rem;
}

iframe{
    width: 600px;
    height: 450px;
    border: 0;
}