header nav {
    align-items: baseline;
    font-weight: 700;
    top: 0px;
    /*15px;*/
    /* height: 70px; */
    display: flex;
    justify-content: space-between;
    z-index: 3;
}
nav {
    background: #fff;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 15px;
    transition: top 0.5s;
}
nav .logo {
    margin-left: 12%;
    margin-top: 12px;
    position: relative;
}
/*nav::after, nav::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: black;
}*/

nav::before {
    content: '';
    position: absolute;
    top: 2.5em;
    height: 1px;
    width: 180px;
    background-color: #9c9c9c;
    left: 0px;
}
nav::after {
    content: '';
    position: absolute;
    width: 83%;
    height: 1px;
    background-color: #9c9c9c;
    right: -75px;
    top: 2.5em;
}
nav .logo img {
    width: 25%;
}
.icono {
    display: none;
}
.contactos {
    display: flex;
    /* height: 100%; */
    width: 87%;
    justify-content: flex-end;
    position: absolute;
    margin-top: 14px;
}
.contactos a {
    text-decoration: none;
    color: #4D4D4D;
    padding-inline: 43px;
    font-weight: 600;
    font-size: smaller;
}
.contactos p {
    color: #4D4D4D;
    padding-inline: 19px;
    font-weight: 600;
    font-size: smaller;
    margin-right: 15px;
}
.contactos .iconsocial {
    padding: 2px;
    margin-top: -7px;
}
.contactos:hover>.iconsocial {
    color: red;
}
.social-links-menu a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgb(0 0 0 / 20%);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    font-size: 13px;
    padding: 2px;
}
.social-links-menu {
    margin-top: -9px !important;
}
.social-links-menu .fb:hover {
    background-color: #3b5999;
    color: white;
}
.social-links-menu .tw:hover {
    background-color: #55acee;
    color: white;
}
.social-links-menu .in:hover {
    background-color: #e4405f;
    color: white;
}
.social-links-menu .li:hover {
    background-color: #0077B5;
    color: white;
}
.enlaces {
    display: flex;
    height: 100%;
    width: 33%;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 10%;
}
.enlaces a {
    text-decoration: none;
    color: #4D4D4D;
    display: block;
    text-align: center;
}
.active {
    border-top: 1px solid #8BACD0;
    border-bottom: 1px solid #8BACD0;
    background: #8BACD0;
    color: #fff;
    width: 85px;
}
div.texto {
    font-size: 40px;
    margin-top: 120px;
}
.redes {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    margin-top: -0.5%;
}
@media(max-width: 1024px) {
    .contactos a {
        padding-inline: 6px;
    }
    .contactos-mov {
        display: none;
    }
}
@media(max-width: 1024px) {
    nav .logo {
        margin-left: 9%;
    }
    nav::before {
        width: 80px;
    }
}
@media screen and (max-width:768px) {
    .icono {
        display: flex;
        /* justify-content: center; */
        height: 70px;
        align-items: center;
        color: #8BACD0;
        background: transparent;
        /* padding: 20px; */
        z-index: 100;
        cursor: pointer;
        /* margin-right: 40px; */
        font-size: 50px;
        margin-left: 81%;
        position: absolute;
    }
    .contactos {
        display: none;
    }
    .enlaces {
        position: fixed;
        height: 100vh;
        margin-right: 0%;
        width: 100%;
        top: 0;
        flex-direction: column;
        transition: all 1s ease;
        background: #8bacd0;
    }
    .enlaces a {
        color: #fff;
        font-size: 30px;
        margin: -180px;
        background: transparent;
    }
    .uno {
        -webkit-clip-path: circle(0% at 100% 0%);
        clip-path: circle(0% at 100% 0%);
    }
    .dos {
        -webkit-clip-path: circle(150% at 100% 0%);
        clip-path: circle(150% at 100% 0%);
    }
    nav::before {
        display: none;
    }
    nav::after {
        display: none;
    }
    .active {
        width: 132px;
    }
    nav .logo {
        margin-left: 8%;
    }
}
@media screen and (max-width:500px) {
    nav .logo {
        margin-left: 8%;
        margin-top: 12px;
    }
    .icono {
        font-size: 35px;
        margin-top: -4px;
    }
}