* {
    margin: 0 auto;
    padding: 0;

}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('./fonts/barlow/BarlowCondensed-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('./fonts/Barlow2/Barlow-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;

}

@font-face {
    font-family: 'Bellefair';
    src: url('./fonts/Bellefair/Bellefair-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;

}

body {
    background: #0B0D17;
    background-image: url(../technology/background-technology-desktop.jpg);
}

#container {
    width: 100%;
    height: 900px;
    overflow-y: auto;
    overflow-x: hidden;


}

/* ENCABEZADO */
header {

    width: 100%;
    height: 96px;
    left: 55px;
    top: 40px;
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 40px;

}



hr {
    position: absolute;
    width: 473px;
    height: 1px;
    left: 167px;
    top: 88px;

    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.25;
    z-index: 10;

}

header .logo {
    width: 100%;
    height: 100%;

}

header .logo img {
    width: 48px;
    padding-top: 24px;
    margin-left: 3.47%;
}

#menu {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(40.7742px);
    line-height: 96px;


    /* position: absolute;
width: 542px; */

}

#menu li {
    display: inline-block;
    padding-right: 23px;
    height: 100%;

}

#menu li:first-child {
    margin-left: 173px;
}

#menu li a {
    display: block;
    text-decoration: none;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2.7px;
    color: #FFFFFF;

}

#menu li:nth-child(4) a {
    border-bottom: solid #FFFFFF;
}

#menu li a:hover {

    border-bottom: solid #FFFFFF;

}

#hamburguesa,
#close {
    display: none;
    cursor: pointer;

}

#title {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 4.725px;
    color: #D0D6F9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#content {
    width: 100%;
    height: 764px;
    display: grid;
    grid-template-columns: 50% 50%;
}

#team {
    margin-top: 76px;
    margin-left: 167px;
}

#team h3 {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 4.725px;
    text-transform: uppercase;

    color: #FFFFFF;
}

#team h3 b {
    mix-blend-mode: normal;
    opacity: 0.25;
}

#lista {
    display: flex;
    flex-wrap: nowrap;
}

#numbers ul {
    list-style: none;
    margin-top: 137px;
}

#numbers ul li {
    height: 80px;
    width: 80px;
    margin-top: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    border: 1px solid #484C55;
    box-sizing: border-box;
}

#numbers ul li a {
    text-decoration: none;
    display: block;
    opacity: 1;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
    border-radius: 100%;

}

#numbers ul li a:first-child {
    margin-top: 0px;
}

#info {
    margin-top: 137px;
    margin-left: 80px;
    width: 470px;
    height: 130px;
}

#info h6 {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2.7px;

    color: #D0D6F9;

}

#info h1 {
    margin-top: 1px;
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#info p {
    margin-top: 17px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */


    color: #D0D6F9;

}

#img2 {
    display: none;
}

#img {
    width: 515px;
    height: 527px;
    margin-left: 170px;
    margin-top: 136px;
}

#img img {
    display: block;
    width: 100%;
    height: 100%;
}

/* INICIO RESPONSIVE TABLET */

@media (min-width: 375px) and (max-width: 1228px) {

    hr {
        display: none;
    }

    body {
        background-image: url(../technology/background-technology-tablet.jpg) no-repeat;
        background-size: 200% 100%;
        background-color: #0B0D17;
        background-attachment: fixed;

        ;

    }

    #container {
        width: 100%;
        height: 1024px;

    }

    header {
        width: 93%;
        display: grid;
        margin: 0 auto;
        padding-top: 0;
        grid-template-columns: 36.29% 64.71%;

    }

    #menu {
        width: 100%;
        padding-left: 17px;
    }

    #menu li {
        height: 100%;
        line-height: 96px;
    }


    #menu li a {
        display: block;
        font-family: 'Barlow Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2.3625px;
        color: #FFFFFF;
    }

    #menu li:first-child {
        margin-left: 24px;
    }

    #content {
        display: block;
        height: 821px;

    }

    #team {
        margin: 0 auto;
        width: 100%;

    }

    #team h3 {
        font-family: 'Barlow Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin-left: 39px;

        letter-spacing: 3.375px;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 60px;

    }

    #img {
        display: none;
    }

    #img2 {
        display: block;

        width: 100%;
        height: 300px;

    }

    #img2 img {
        margin: 0 auto;
        width: 100%;
    }

    #lista {
        display: block;
    }

    #numbers {
        margin-top: 60px;
        width: 100%;
        text-align: center;
    }

    #numbers ul {
        margin: 0 auto;
        width: 100%;
        display: block;

    }

    #numbers ul li {
        display: inline-block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        margin: 0 8px;
        font-size: 24px
    }

    #info {
        margin: 0 auto;
        margin-top: 44px;
    }

    #info h6,
    #info h1,
    #info p {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    #info h6 {
        margin-bottom: 16px;
    }

    #info h1 {
        margin-bottom: 8px;
    }


}

/* FIN RESPONSIVE TABLET */

/* INICIO RESPONSIVE MOBILE */
@media (min-width: 320px) and (max-width: 731px) {
    body {
        background-image: url(../crew/background-crew-mobile.jpg);
        background-size: 100% 100%;


    }

    hr {
        display: none;
    }

    #container {
        width: 100%;
        height: 850px;

    }

    #content {
        display: block;
        height: 754px;
    }

    header {
        padding-top: 0;
    }

    #hamburguesa,
    #close {
        display: block;
        position: absolute;
        top: 33px;
        right: 5%;
    }

    #close {
        display: none;
        z-index: 10;
    }

    #menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 52.91%;
        height: 100%;
        padding-left: 32px;
        z-index: 5;
    }

    .logo {
        padding-left: 5%;
    }

    #menu li {
        display: block;
        height: 19px;
        width: 100%;
        line-height: 19px;
        margin-top: 32px;
    }

    #menu li:first-child {
        margin-top: 118px;
        margin-left: 0px;
    }

    #team h3 {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin: 34px 0;
        font-size: 16px;
    }

    #img2 {
        height: 170px;
    }

    #img2 img {
        height: 100%;
    }

    #numbers {
        margin-top: 34px;
    }

    #numbers ul li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 16px;
    }

    #numbers ul li a {
        font-size: 16px;
    }

    #info {
        margin-top: 26px;
        font-size: 14px;
        width: 100%;
    }

    #info h6 {
        margin-bottom: 9px;
    }

    #info h1 {

        font-size: 24px;
    }

    #info p {
        width: 87.2%;
        margin-left: 24px;
        font-size: 15px;
        height: 220px;
        font-style: normal;
        justify-content: center;
    }
}

/* FIN   RESPONSIVE MOBILE */