@media (max-width:524px) {
    .hero .texts h1 {
        font-size: 60px
    }
    .menuicon {
        transition: transform .4s ease-in-out
    }
    .contact-form form button {
        width: 102.5%
    }
}

@media (max-height:508px) {
    .hero .texts h1 {
        font-size: 60px
    }
}

@media (max-height:393px) {
    .hero .texts {
        margin-bottom: -55px
    }
}

@media (max-height:375px) {
    .hero .texts .subtitle {
        margin-top: 30px
    }
}

@media (max-width:375px) {
    .hero .texts h1 {
        font-size: 50px
    }
    .menuicon {
        transition: transform .4s ease-in-out
    }
    .contact-form form button {
        width: 102.5%
    }
}

@media (max-width:623px) {
    .menuicon {
        transition: transform .4s ease-in-out
    }
    .contact-form form button {
        width: 102.5%
    }
}

@media (max-width:1874px) {
    .contenido .content-body img {
        height: 100%;

    }
    .contenido .content-body p {
        font-size: 28px
    }
}

@media (max-width:1024px) {
    .contact-form form button {
        width: 102.5%
    }
    header {
        height: 70px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2)
    }
    .logo {
        font-size: 30px;
        padding: 0 40px;
        line-height: 70px
    }
    .nav {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2)
    }
    .nav-menu {
        flex-direction: column;
        align-items: center;
        background-color: rgba(18, 23, 65, .986);
        position: fixed;
        bottom: 69px;
        width: 100%;
        padding: 0 0;
        height: calc(100% - 68px);
        overflow-y: auto;
        bottom: 100%;
        transition: bottom .5s
    }
    .nav-menu-item {
        line-height: 70px
    }
    .nav-link:hover,
    .nav-menu-link_active {
        background: 0 0;
        background-color: #c9b7b665
    }
    .nav-toogle {
        display: block;
        margin-right: 5px
    }
    .nav-menu_visible {
        bottom: 0;
        z-index: 1
    }
    .nav-toogle:focus:not(:focus-visible) {
        outline: 0
    }
    .menuicon {
        transition: transform .4s ease-in-out
    }
    .hero {
        top: 1px
    }
}

@media (max-width:280px) {
    .hero .texts h1 {
        font-size: 39px
    }
    .logo {
        font-size: 25px
    }
    .menuicon {
        transition: transform .4s ease-in-out
    }
}

@media (max-width:410px) {
    .hero .texts h1 {
        font-size: 50px
    }
}

@media (max-width:350px) {
    .hero .texts h1 {
        font-size: 40px
    }
}


@media (max-width:314px) {
     .titles:nth-child(1){
        font-size: 40px;
    }
}