*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {

    text-align: center;
    font-family: sans-serif;
}


.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 23px;
    background: #171717;
    position: fixed;
    width: 100%;
    z-index: 100;

}
/*  Barra de navegacion del menu superior */
.navbar {
    display: flex;
    margin-right: 10px;

}

/* estilo del logo arriba izquierda de multumare*/

.logo {
    margin-left: 0px;
    margin-top: 0px;
    align-content: left;
    text-align: center;
}
 
/*
.logo a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;

}
*/

/*
.navbar a {
    display: block;
    padding: 23px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;

}

.navbar a:hover {
    background: #3f3f3f;
}
*/
.header {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header {
    height: 50vh !important;
    background: url(images/header.jpg) no-repeat center;
    background-size: cover;
}

/* Sección del header del texto de bienvenida al sitio  Empresa informatica ..... y Sitio en Construccion */
.title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 100;
   /* text-transform: uppercase;*/ 
    color: #fff;
}

p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
   padding: 0 50px;
}
/* cambia el tamaño del correo de contacto */
pp {
    margin-bottom: 5px;
    font-size: 15px;
    color: #6d6a6a;
   padding: 0 40px;
}
/*
.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #9c27b0;
    color: #fff;
    text-decoration: none;
    background: #9c27b0;
}

.btn:hover {
    background: none;
}

.btn-home {
    display: flex;
}

.btn-home a {
    margin: 0 10px;
}*/

.content {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* la parte del centro     */

.sau {
    padding: 10px;
    background: #1f1d1d;
}

.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}


/* aqui se definen los bordes de los botones negros   */
/*
.box-container .box {
    height: 11rem;
    width: 17rem;
    background: #101010;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, 5);
    margin: 2rem;
}*/


/* aqui se definen las bolitas con los iconos redondos    */
/*
.box-container .box i {
    height: 3rem;
    width: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #9c27b0;
    font-size: 2rem;
    margin: 1rem 0;
}*/
/*
.box-container .box h3 {
    font-size: 20px;
    color: #9c27b0;
}*/
/*
.box-container .box p {
    padding: 0 15px;
    font-size: 16px;
}
*/
/*
.about {
    background: #171717;
}
*/

/* la seccion de precios  
.price {
    background: url(images/costos.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
*/

/* la sección de contactos  */
/*
.contact {
    padding-top: 20px;
    background: #171717;
    padding-bottom: 0;
}
*/
/*
@media (max-width: 768px) {
    .title {
        margin-bottom: 0;
        font-size: 60px;
    }
}*/
/*
.sau {
    height: 120vh;
}*/
/*
.navbar {
    display: none;
}*/