body {
    background-color: rgb(66, 66, 66);
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;

}

.er {
    width: 30px;
    height: 30px;
    font-size: 20px;

}

header {
    background-color: white;
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

#ins {
    background-color: black;
    width: 100%;
    height: 50px;
    border-top: 20px;

}

.instagram-icon {
    color: #E4405F;
    font-size: 40px;
    text-decoration: none;
}

.instagram-icon:hover {
    color: #C13584;
}

.facebook {
    color: rgb(14, 71, 226);
    font-size: 40px;
    text-decoration: none;
}

.facebook:hover {
    color: rgba(14, 71, 226, 0.671);

}

.boton-movil {
    display: none;
}

#name_tycoon {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#pictur {
    object-fit: contain;
    width: 400px;
    height: 150px;
}


.separador {
    position: relative;
    width: 100%;
    height: 1px;
    top: 10px;
    background-color: rgb(173, 173, 173);

}

.cel {
    display: none;
}

.main-nav {
    position: relative;
    top: 0%;
    padding-top: 10px;
    text-align: center;

}

.main-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;

}

.main-nav li {
    width: 12%;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}


.main-nav a {
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    padding: 10px 0px;
    display: block;
    transition: color 0.3s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #000000;
    transition: width 0.3s ease, left 0.3s ease;
}

.main-nav a:hover::after {
    width: 100%;
    left: 0;
    transform: translateX(0%);
}

.cont_picts {
    width: 100%;
    height: max-content;
}

#imagenes {
    width: 100%;
    height: 550px;
}

#First-title {
    position: relative;
    font-size: 170%;
    text-align: center;
}

#First-title h4 {
    margin-bottom: 0%;
}

#separador-second {
    background-color: #000000;
    position: relative;
    width: 100%;
    height: 2px;
}

.info-columnas {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    height: max-content;
}

.izquierda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
}

.columna {
    background-color: #b8b6b6;
    padding: 10px;
    margin: 6px;
    border-radius: 8px;
}

.derecha {
    width: 48%;
    padding: 10px;

}

.empresas {

    height: 300px;
}

.navegacion {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navegacion h3 {
    font-size: 200%;
    position: relative;
    width: 135%;

}

.navegacion button {
    width: 50px;
    height: 45px;
    border-radius: 6px;
    border: #f0f0f0;
    margin: 5px;

}

.controles {
    text-align: center;
    height: max-content;
    width: 25%;
}

.clientes {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;

}

.slider-track img {
    position: relative;
    height: max-content;
    margin-left: 120px;
}

.servicios {
    height: 100%;
    background-color: #d1d1d1;
    margin-top: 20px;
}

#content-tit {
    text-align: center;
}

.contenedor_columnas {
    display: flex;
    gap: 20px;


}

.servicio {
    width: 100%;
    height: 100%;
}

#content-tit h4 {
    font-size: 200%;
    margin-bottom: 0px;
}

.separador-tres {
    position: relative;
    width: 100%;
    height: 1px;
    top: 10px;
    background-color: rgb(173, 173, 173);
}

#ubicacion {
    height: max-content;
    display: flex;
    justify-content: center;

}

.ubi {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.datos {
    height: 600px;
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.bloque-info {
    width: 50%;
    height: 50%;
    margin-top: 65px;
    text-align: center;
}

.bloque-info a{
    text-decoration: none;
    color:#000000;
    padding: 0.5%;
}
.bloque-info a:hover{
    color: #075ef4;


}


.direccion {
    background-color: white;
    height: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.direccion i {
    width: 30%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    color: #333;
    display: flex;
    font-size: 250%;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}

.direccion i:hover {
    background: #333;
    color: white;
}

.bloque-info h1 {
    margin-top: 10px;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.help {
    position: absolute;
    display: block;
    bottom: 150px;
    left: 50px;
    text-align: center;
    justify-content: right;
}

.help h3 {
    justify-content: right;
}

.redes {

    width: 100%;
    height: 50px;
    border-top: 20px;
    display: flex;
    justify-content: space-around;
}

@keyframes desaparecerYvolver {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.instagram {
    color: #000000;
    font-size: 40px;
    text-decoration: none;
    width: 50px;
    height: 50px;
    box-shadow: inset 0 0 15px rgba(128, 125, 125, 0.3);
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram:hover {
    background-color: #db0e83;
    color: #ffffff;
    transition: 0.30s ease;
    animation: desaparecerYvolver 0.6s;

}

.face {
    color: #000000;
    font-size: 40px;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 15px rgba(128, 125, 125, 0.3);

}

.face:hover {
    background-color: rgba(14, 71, 226, 0.671);
    color: white;
    transition: all 0.10s ease;
    animation: desaparecerYvolver 0.6s;
}

.final {
    background-color: black;
    width: 100%;
    height: 70px;
    display: flex;

}

.contenedor-final {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.contenedor-final p {
    color: white;
    padding: 10px;
    margin: 0;
}

.redes_end {
    width: 70%;
    display: flex;
    justify-content: space-around;
}

.subir {
    color: rgb(104, 102, 102);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    padding: 10px;
}

.subir i {
    font-size: 30px;
}

.subir:hover {
    color: white;
}

@media (max-width: 800px) {

    body {
        background-color: rgb(66, 66, 66);
    }

    header {
        background-color: white;
        width: 90%;
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    #ins {
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 50px;
        border-top: 20px;
        display: flex;
        justify-content: end;
        margin-right: 15px;

    }

    .boton-movil {
        display: flex;
        background-color: white;
        color: #333;
        padding-right: 8%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        font-size: 30px;
        cursor: pointer;
    }

    .instagram-icon {
        color: #E4405F;
        font-size: 30px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .instagram-icon:hover {
        color: #C13584;
    }

    .facebook {
        color: rgb(14, 71, 226);
        font-size: 30px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .facebook:hover {
        color: rgba(14, 71, 226, 0.671);
    }

    #name_tycoon {
        width: 100%;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #pictur {
        width: 100%;
        height: 100%;
    }

    .separador {
        display: none;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        display: none;
    }

    .cel {
        display: flex;
        justify-content: end;
        padding: 10px;
    }

    .main-nav {
        z-index: 998;
        background-color: #000000;
        position: fixed;
        right: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        transition: right 0.4s ease-in-out;
        right: -100%;
    }

    .main-nav ul {
        margin: 0px;
        padding: 0px;
        flex-direction: column;
        border: none;
    }

    .main-nav li {
        width: 12%;
        position: relative;
        padding-right: 5px;
        border: none;
    }

    .il {
        border: none;
    }

    .main-nav a {
        color: #ffffff;
        font-size: 20px;
        padding: 10px 0;
        border: none;
    }


    .cont_picts {
        width: 100%;
        height: 200px;
    }

    #imagenes {
        width: 100%;
        height: 100%;
    }

    #First-title {
        font-size: 150%;
    }

    #First-title h4 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    #separador-second {
        display: none;
    }

    .info-columnas {
        flex-direction: column;
        display: flex;
        align-items: center;


    }

    .izquierda {
        width: 100%;
    }

    .columna {
        box-shadow: #000000;
    }

    .derecha {

        width: 100%;
    }

    .empresas {

        height: 300px;
    }

    .navegacion {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .navegacion h3 {
        font-size: 120%;
        position: relative;

    }

    .navegacion button {
        width: 30px;
        height: 30px;
        border-radius: 6px;
        border: #f0f0f0;
        margin: 5px;

    }

    .controles {
        width: 30%;
    }

    .clientes-slider {
        overflow: hidden;
        width: 100%;

    }

    .slider-track {
        display: flex;
        transition: transform 0.3s ease;


    }

    .slider-track img {
        position: relative;
        height: max-content;
        margin-left: 120px;
    }

    .servicios {
        height: 100%;
        background-color: white;
    }

    #content-tit {
        text-align: center;
    }

    #content-tit h4 {
        font-size: 150%;
        margin-bottom: 0px;
    }

    .separador-tres {
        position: relative;
        width: 100%;
        height: 1px;
        top: 10px;
        background-color: rgb(173, 173, 173);
    }

    #ubicacion {

        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;

    }

    .ubi {
        width: 100%;
        height: 100%;

    }

    .datos {
        height: 1000px;
        flex-direction: column;
        display: flex;
        justify-content: start;
        align-items: center;
    }


    .bloque-info {
        width: 100%;
        height: 250px;
        display: flex;
        text-align: center;
        justify-content: center;
        margin: 0px;
        padding: 0px;

    }

    .help {
        position: static;
    }

    .direccion {
        line-height: 1;
        background-color: white;
        width: 100%;
        height: 100%;

    }

    .direccion i {
        width: 20%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        color: #333;
        display: flex;
        font-size: 30px;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s, color 0.3s;
    }

    .direccion i:hover {
        background: #333;
        color: white;
    }

    .bloque-info h1 {
        font-size: 18px;
        color: rgb(0, 0, 0);
    }

    .help p {
        font-size: small;
    }

    .redes {

        width: 100%;
        height: 50px;

        display: flex;
        justify-content: space-around;
    }

    @keyframes desaparecerYvolver {
        0% {
            transform: translateY(0);
            opacity: 1;
        }

        50% {
            transform: translateY(-10px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .instagram {
        color: #000000;
        font-size: 40px;
        text-decoration: none;
        width: 50px;
        height: 50px;
        box-shadow: inset 0 0 15px rgba(128, 125, 125, 0.3);
        border-radius: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .instagram:hover {
        background-color: #db0e83;
        color: #ffffff;
        transition: 0.30s ease;
        animation: desaparecerYvolver 0.6s;

    }

    .face {
        color: #000000;
        font-size: 40px;
        text-decoration: none;
        width: 50px;
        height: 50px;
        border-radius: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 15px rgba(128, 125, 125, 0.3);

    }

    .face:hover {
        background-color: rgba(14, 71, 226, 0.671);
        color: white;
        transition: all 0.10s ease;
        animation: desaparecerYvolver 0.6s;
    }

    .final {
        background-color: black;
        width: 100%;
        height: 10%;
        display: flex;
    }

    .contenedor-final {
        flex-direction: column;
        display: flex;
        justify-content: space-around;
    }

    .contenedor-final p {
        color: white;
        padding: 10px;
        margin: 0;
    }

    .redes_end {
        width: 70%;
        display: flex;
        justify-content: space-around;
    }

    .subir {
        color: rgb(104, 102, 102);
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s;
        padding: 10px;
    }

    .subir i {
        font-size: 30px;
    }

    .subir:hover {
        color: white;
    }
}