* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #081a29 !important;

}

.contenedor {
    background: #082942 !important;
    width: 90%;
    margin: 0 auto;
    border-left: 2px solid #00acf080;
    border-right: 2px solid #00acf080;
}

.header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #05121b;
    z-index: 100;
    border-radius: 50px;
    border: 2px solid #00acf080;
}

.logo {
    font-size: 25px;
    color: #ededed;
    text-decoration: none;
    font-weight: 600;
}

.navbar {
    height: 100%;
}

.navbar a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90px;
    height: 30px;
    font-size: 18px;
    color: #ededed;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
}

.navbar a:hover {
    background: #00abf0;
    color: #05121b;
}

.navbar a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00abf0;
    z-index: -1;
    transition: 0.5s;
}

.navbar a:hover::before {
    width: 100%;
}

.collapsing {
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background: #081a29;
    border-bottom: 2px solid #00abf0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.show {
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background: #081a29;
    border-bottom: 2px solid #00abf0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.home {
    color: #ededed;
    padding-top: 100px !important;
    display: flex;
    padding: 0 10%;
}

.home-content {
    max-width: 600px;
}

.home-content img {
    border: 2px solid #00abf0;
    border-radius: 100px;
    transition: 0.5s;
}

.home-content img:hover {
    transform: scale(1.1);
}

.home-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
}


.home-content p {
    font-size: 16px;
    margin: 20px 0 20px;
}

.home-content .btn-box {
    display: flex;
    justify-content: space-between;
    width: 345px;
    height: 50px;
}

.btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 100%;
    background: #00abf0;
    border: 2px solid #00abf0;
    border-radius: 100px;
    font-size: 19px;
    color: #081b29;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.btn-box a:hover {
    color: #00abf0;
}

.btn-box a:nth-child(2) {
    background: transparent;
    color: #00abf0;
}

.btn-box a:nth-child(2)::before {
    background: #00abf0;
}

.btn-box a:nth-child(2):hover {
    color: #082942;
}

.btn-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #082942;
    z-index: -1;
    transition: 0.5s;
}

.btn-box a:hover::before {
    width: 100%;
}

.contacto i {
    font-size: 40px;
}
.link :hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.link {
    display: flex;
    align-items: center;
}

.link a {
    text-decoration: none;
    margin-right: 30px;
}

.contacto p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    width: 450px;
    height: 30px;
    border-radius: 20px;
    border: 2px solid;
    background: #00abf0;
    color: #082942;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.card {
    width: 20em;
    border-radius: 20px !important;
    background: #05121b !important;
    color: #ededed;
}

.card img {
    border-radius: 20px;
    transition: 0.5s;
    border: 2px solid #00abf0 !important;
}

.card img:hover {
    transform: scale(1.1);
}

#trabajos h5 {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

#trabajos p {
    margin: 10px;
    font-weight: 400;
    color: #00abf0;
}

#trabajos a {
    background: yellowgreen;
    border-radius: 20px;
    border: 2px solid #00abf0;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
    color: #082942;
    font-weight: 700;
}

#trabajos a:hover {
    background: #00abf0;
    color: #ededed;
}

#trabajos a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00abf0;
    z-index: -1;
    transition: 0.5s;
}

#trabajos a:hover::before {
    width: 100%;
}

.titulos h3 {
    display: flex;
    border-radius: 20px;
    border-bottom: 4px solid #00abf0;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #00abf0;
    margin-bottom: 48px;
}
.imagenes :hover {
    transform: scale(1.2);
    transition: 0.5s;
}
h3 {
    font-size: 30px;
    font-weight: 700;
    color: #00abf0;
}

.imagenes i {
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagenes p {
    margin-top: 10px;
    font-size: 15px;
}

.footer {
    background: #05121b;
    width: 100%;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #00acf080;
}

.container {
    height: 100%;
}

.footer h5 {
    font-size: 20px;
    color: #ededed;
}

.iconos {
    width: 150px;
}

.iconos i {
    font-size: 25px;
}
.iconos :hover {
    transform: scale(1.2);
    transition: 0.5s;
}