/*Contacto mediaquery*/

.cont-padre{
    display: grid;
    gap: 1rem;
    grid-auto-rows: 22rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 25rem), 1fr));
}

.cont-padre{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
/*.mapa{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height: 0;
    width: 550px;
    height: 300px;
    background-color: aqua;
}

.mapa iframe{
    left:20px;
    top:0;
    bottom: 0;
    right: 0;
    height:100%;
    width: 100%;
    position:absolute;
}*/

.mapa{
    display: flex;
    width: 45%;
    height: 300px;
}

.mapa iframe{
    height: 100%;
    width: 100%;
}

.area1{
    grid-column: span 2 ;
    width: 50%;
}

.cont1{
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.cont2{
    display: flex;
    width: 59%;
    justify-content: space-between;
}

@media only screen and (max-width: 1100px){
    .cont2{
        display: flex;
        width: 70%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 980px){
    .cont2{
        display: flex;
        width: 74%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 780px){
    .cont2{
        display: flex;
        width: 80%;
        justify-content: space-between;
    }
}
/*Media query de los logos*/

.logos_repseissa{
    display: grid;
    gap: 1rem;
    grid-auto-rows: 22rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.logos_repseissa{
    width: 100%;
    height: 95px;
    position: absolute;
    top: 510px;
    display: flex;
    justify-content:space-around;
}

.logos_repseissa .repse{
    width: 14%;
    height: 100%;
}

.logos_repseissa .issa{
    width: 14%;
    height: 100%;
}

@media only screen and (max-width: 990px){
    .logos_repseissa{
        width: 100%;
        height: 95px;
        position: absolute;
        top: 430px;
        display: flex;
        justify-content:space-around;
    }
}

@media only screen and (max-width: 780px){
    .logos_repseissa{
        height: 0px;
    }
}