@media(max-width:1250px) {
    .cards {
        width: 30%;
    }
}

@media(max-width:1150px) {
    #figura {
        display: none;
    }

    #sobreMi {
        width: 65%;
    }

    .cards {
        width: 38%;
    }

    .cards h4 {
        display: block;
        font-size: 25px;
    }
}

@media(max-width: 850px) {
    .imagenes {
        width: 60px;
        height: 60px;
    }

    #sobreMi {
        width: 95%;
    }

    #logo {
        font-size: 150px;
        height: 140px;
    }

    #presentacion {
        display: flex;
        flex-flow: column wrap;
        height: auto;
    }

    #presentacion .cajaNombre {
        height: 130px;
    }

    #acercaDeMi {
        width: 80%;
        margin-top: 5%;
    }

    #formContacto div form {
        width: 70% !important;
        justify-content: center !important;
    }

    #formContacto div form label {
        font-size: 25px;
    }

    section {
        margin-top: 0px !important;
    }

    #formContacto div img {
        display: none;
    }

    .cards {
        width: 38%;
        height: auto;
        padding: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #cards-content {
        justify-content: center;
    }

    .ul {
        margin-right: 0%;
    }

    .ul>li {
        margin-left: 0px;
    }

    .ul>li>a {
        letter-spacing: 0px;
        font-size: 18px;
    }
}

@media(max-width: 620px) {
    #tecnologias h2 {
        font-size: 25px;
    }

    #tecnologias h5 {
        font-size: 20px;
    }

    #tecnologias li {
        font-size: 15px;
    }

    #acercaDeMi h2 {
        font-size: 25px;
        margin-top: 10%;
    }

    #acercaDeMi div h1 {
        font-size: 25px;
    }

    .cards {
        width: 70%;
        padding: 20px;
    }

    .cards>img {
        display: none;
    }

    .ul>li>a {
        font-size: 14px;
    }

    h2 {
        font-size: 20px;
    }

    #formContacto div form {
        width: 80% !important;
    }

    .iframes {
        height: 830px;
    }

    strong {
        display: none;
    }

    #presentacion .nombres {
        font-size: 25px;
    }
}

@media(max-width: 490px) {
    header {
        justify-content: center;
        align-items: center;
    }

    .ul>li {
        padding: 5px;
        margin-top: 0px;
        padding: 0px;
    }

    .ul>li>a {
        font-size: 12px;
    }

    .pasador {
        height: 15px;
    }

    .btn_pasador {
        background-size: 17px 17px;
    }

    .idioma {
        font-size: 11px;
    }
}

@media(max-width: 375px) {

    #presentacion .cajaNombre {
        height: 80px;
    }

    #presentacion .nombres {
        font-size: 20px;
    }

    #logo {
        height: 140px;
    }

    #content-header {
        height: 310px;
    }

    .ul {
        margin-left: -8%;
        justify-content: center;
    }

    .ul>li {
        padding: 5px;
    }

    .ul>li>a {
        font-size: 11px;
    }

    .pasador {
        margin-top: 10px;
    }

}