@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;700&display=swap');
body {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    text-align: justify;
    justify-content: center;
    position: relative;
    display: inline-block;
}

.navbar {
    background-color: #9f1e1e;
    text-align: center;
    font-weight: 300;
    color: aliceblue;
}

.navbar a:hover {
    font-weight: 700;
}

.container-fluid {
    position: relative;
    display: inline-block;
}

.descripcion {
    font-weight: 300;
    font-size: larger;
}

.start {
    position: relative;
    display: inline-block;
    text-align: center;
}

.logo {
    max-width: 3em;
    height: auto;
    margin: auto;
}

.nav-item {
    animation: Slide_Up 2.1s ease;
    animation: forwards;
}

.nav-link {
    border-bottom: 0.01em solid white;
    transition: 0.6s;
}

.navbarSupportedContent {
    text-align: center;
}

.texto-head {
    font-weight: 700;
    color: white;
    font-size: 4vw;
    text-shadow: 4px 4px 7px black;
    position: absolute;
    top: 60%;
    left: 50%;
    padding: 0.5em;
    transform: translate(-50%, -50%);
    /*-webkit-text-stroke: 0.02em black;*/
}

.banner {
    max-width: 100%;
    height: auto;
    /*border: 1px black solid;*/
    display: block;
    margin: auto;
    /*filter: brightness(80%);*/
    /*box-shadow: 0.1em 0.1em 0.4em black;*/
}

.about {
    font-weight: 300;
}

.destacado {
    font-size: larger;
    font-weight: 700;
}

.img-about {
    max-width: 100%;
    height: auto;
    border: 0.01em #E9ECEF solid;
}

.card-body1 {
    text-align: justify;
    font-size: 90%;
    border: 0.005em solid #E9ECEF;
    border-radius: 3%;
}

.clientes-logos {
    border: 2px #E9ECEF solid;
}

@media screen and (min-width: 600px) {
    #ocultar {
        visibility: hidden !important;
    }
    #mostrar {
        visibility: hidden !important;
    }
    #hide {
        visibility: visible !important;
    }
    @keyframes example {
        0% {
            border: 2px #E9ECEF solid;
            left: 0px;
            top: 0px;
        }
        25% {
            border: 2px #9f1e1e solid;
            left: 150px;
            top: 0px;
        }
        50% {
            border: 2px blue solid;
            left: 150px;
            top: 150px;
        }
        75% {
            border: 2px purple solid;
            left: 0px;
            top: 150px;
        }
        100% {
            border: 2px #E9ECEF solid;
            left: 0px;
            top: 0px;
        }
    }
    .brands {
        border: 2px #FFFFFF solid;
        width: 8%;
        position: relative;
        animation-name: example;
        animation-duration: 5s;
    }
}

@media screen and (max-width: 600px) {
    .img-about {
        width: 100%;
        height: auto;
    }
    .card-body1 {
        font-size: 4vw;
        padding: 1px;
        margin: auto;
        text-align: justify;
    }
    .card {
        padding: 0;
    }
    @keyframes example {
        0% {
            border: 2px #E9ECEF solid;
            left: 0px;
            top: 0px;
        }
        25% {
            border: 2px #9f1e1e solid;
            left: 150px;
            top: 0px;
        }
        50% {
            border: 2px blue solid;
            left: 150px;
            top: 150px;
        }
        75% {
            border: 2px purple solid;
            left: 0px;
            top: 150px;
        }
        100% {
            border: 2px #E9ECEF solid;
            left: 0px;
            top: 0px;
        }
    }
    .brands {
        border: 2px #FFFFFF solid;
        width: 20%;
        position: relative;
        animation-name: example;
        animation-duration: 5s;
        animation-play-state: running;
        animation-delay: 60s;
    }
}

.cardServicio {
    border: 0.005em solid #E9ECEF;
    border-radius: 5%;
}

#cardEquipo {
    line-height: 100%;
    text-align: left;
    border: 0.005em solid #E9ECEF;
    border-radius: 5%;
}

.perfil {
    width: 8em;
    height: auto;
    border: 2px #FFFFFF solid;
    border-radius: 50%;
}

a:link {
    width: 700;
    text-decoration: none;
}

.row {
    display: inline-block;
    position: relative;
}

.contacto {
    text-align: left;
}

#info {
    background-image: url(../img/dot-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    color: #FFFFFF;
    fill-opacity: 50%;
}

footer,
#info {
    background-color: rgb(159, 30, 30);
}

.menu-link {
    color: #E9ECEF;
    text-align: right;
}

.menu-item a:hover,
.menu-item::marker {
    color: #E9ECEF;
    text-align: right;
}

.img-footer {
    display: block;
    margin: auto;
    width: 30%;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48
}

.btn-flotante {
    font-size: 12px;
    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;
    color: #ffffff;
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 1px;
    /* Espacio entre letras */
    background-color: grey;
    /* Color de fondo */
    padding: 10px 15px;
    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: rgb(159, 30, 30);
    color: black;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}