* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

#main-photo {
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-photo img {
    width: 100%;
}

.main {
    margin-top: 5em;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 3em;
}

.titulo-may {
    font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #AFB0B4;
    margin-right: 2em;
}

.texto-principal {
    margin-top: 3em;
}

.texto-principal p {
    margin: 2.5em 0;
    line-height: 1.2em;
}

.texto-semi-importante {
    color: #084F96;
    font-weight: bold;
    font-size: 1.1em;
}

.tit-img{
    font-size: 1.3em;
}

.tit{
    font-size: 1.4em;
}

.texto-importante {
    font-size: 1.2em;
    color: #084F96;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
}


.imagenes-main {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.imagenes-main img {
    width: 80%;
    margin: 5% 0%;
    margin-bottom: 2%;
}

.imagenes-main p {
    text-align: left;
}

.imagenes p {
    margin-top: 0.2em;
}

.imagenes-epigrafe {
    padding-top: 1em;
}

.imagenes-epigrafe:last-of-type {
    padding-bottom: 1.5em;
}

.planes {
    border-top: 2px solid #003970;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
}


.planes a{
    text-decoration: none;
}

.importante {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.epigrafe {
    color: #084F96;
    font-size: bold;
    font-style: italic;
    text-align: center;
    margin-top: 1.4em;
}

.planes-img {
    text-align: center;
    margin-top: 3em;
    height: 10em;
}

.planes-img img {
    height: 100%;
}

@media only screen and (min-width: 916px) {
    .main {
        width: 70%;
        margin-left: 15%;
    }

    .texto-importante {
        font-size: 1.4em;
    }

    .texto-principal p{
        font-size: 1.1em;
    }

    .imagenes-main {
        flex-direction: row;
        justify-content: space-between;
    }


    .imagenes p{
        font-size: 1.1em;
    }

    .imagenes-main #img1 {
        width: 45%;
        margin: 0;
    }

    .imagenes-main #img2 {
        width: 45%;
        margin-right: 0;
    }

    .tit-img{
        font-size: 1.4em;
    }

    .imagenes-main img {
        width: 95%;
    }
    .importante{
        font-size: 1.4em;
    }
    .planes {
        flex-direction: row;
        justify-content: space-between
    }

    #plan-1 {
        width: 40%;
    }

    #plan-2 {
        width: 40%;
    }

    .last-text{
        font-size: 1.1em;
    }

    .epigrafe{
        font-size: 1.1em;
    }

    #titulo{
        text-align: center;   
    }

}


@media only screen and (min-width: 1550px) {

    .titulo-may{
        font-size: 35px;
    }

    .texto-importante {
        font-size: 30px;
    }

    .epigrafe {
        font-size: 22px;
    }

    .importante {
        font-size: 27px;
    }

    .texto-principal, .imagenes, .imagenes-epigrafe{
        font-size: 20px
    }
    
    .planes-img img {
        height: 221px;
    }

    .planes-img {
        text-align: center;
        margin-top: 3em;
        height: 221px;
    }

    #plan-2 {
        height: 221px;
    }

    .tit-img strong{
        font-size: 27px;
    }

    #hola{
        font-size: 25px
    }
}