body{
    margin: auto;
    width: min(1280px, 100%);
    box-shadow: 1px 0px 14px #000;
    font-family: "Russo One", serif;
    font-weight: 400;
    font-style: normal;
}

main{
    background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-position: 458px 0px;
}

.infoespanol{
    display: flex;
    margin: 0 0 0 122px;
    padding: 125px 0;
}

.infoingles{
    display: flex;
    margin: 0 0 0 122px;
    padding: 125px 0;
}

.izqui{
    width: 400px;
}

.dere>img{
    position: fixed;
    top: 90px;
    right: 50px;
    left: 550px;
    bottom: 40px;
    margin: auto;
}
  
h1{
    font-weight: 100;
}

p{
    font-weight: 100;
    font-family: sans-serif;
}

.infoingles>.dere>img {
    display: none;
}

.izqui>img{
    padding: 0 0 30px 0;
    width: min(106px, 100%);
}

.servicios>img{
    width: 125px;
}


@media screen and (max-width:1140px){
    .infoespanol {
        display: flex;
        padding: 60px 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin: 0px;
    }

    .infoingles {
        display: flex;
        padding: 60px 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin: 0px;
    }

    .infoespanol>.dere>img {
        position: unset;
        margin: auto;
    }

    .infoingles>.dere>img {
        display: block;
        position: unset;
        margin: auto;
    }

    h1 {
        text-align: center;
    }

    p {
        text-align: center;
    }

    main {
        background-repeat: repeat-y;
        background-position: right;
    }
}

@media screen and (max-width:690px){

    .infoespanol>.dere>img {
        position: unset;
        margin: auto;
        box-sizing: border-box;
        width: min(100%, 519px);
        padding: 0px 50px;
    }

    .infoingles>.dere>img {
        position: unset;
        margin: auto;
        box-sizing: border-box;
        width: min(100%, 519px);
        padding: 0px 50px;
    }

}

@media screen and (max-width:500px){
    .izqui {
        width: min(400px, 100%);
        padding: 0px 30px;
        box-sizing: border-box;
    }


}


@media screen and (max-width:425px){

h1{
    font-size: 23px;
}

.servicios{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


}