body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Hind', sans-serif;*/
    background-color: #f6f6f6;
    /*color: white;*/
    margin: 0 auto;
}

html {
    margin: 0 auto;
}

.navbar {
    margin-top: 0px;
}

.navbar-brand {
    font-size: 30px;
    color: #032365;
}

h1 {
    margin-top: 50%;
}


/*p{
	font-size: 30px;	
}*/

.container {
    height: 100%;
}

#Encabezado {
    height: 100%;
    background-color: #314563;
    background-image: url('../images/nosotros.jpg');
    background-size: cover;
    height: 560px;
    color: white;
    margin-top: 100px;
}

#Encabezado h1 {
    margin-top: 50%;
    font-weight: bold;
}

#Encabezado p {
    font-size: 20px;
}

#nosotros {
    /*padding-top: 60px;
    height: 100%;*/
    background-color: white;
    /*background-image: url('../images/nosotros.jpg');
    background-size: cover;*/
    height: 660px;
}

#nosotros p {
    font-size: 1.5em;
}

#nosotros img {
    margin-top: 19px;
    width: 100%
}

#productos {
    height: 570px;
    /*color: #ebebeb;*/
    background-color: white;
    /*padding-top: 100px;*/
}

#productos p {
    font-size: 1em;
}


/*#productos img{	
	margin-top: 19px;
	width: 100%
}
*/

#productos h1 {
    margin-top: 19px;
}


/*
.productos-contenido-izq {
    margin-top: 20%;
}
*/

.productos-contenido-der {
    width: 100%;
    /*padding-top: 100px;
    padding-top: 6%;*/
}

.productos-contenido-izq img {
    margin-top: 30px;
    width: 600px;
    /*height: 10%;*/
}

#servicios {
    background-size: cover;
    background-image: url(../images/servidores2.jpg);
    background-repeat: no-repeat;
    height: 660px;
    /*	padding-top: 100px;*/
    color: white;
    /*display: block;
    padding-top: 30px;*/
}

.servicios-contenido-izq {
    width: 100%;
    /* margin-top: -200px;*/
    font-size: 1.5em;
    top: 0;
    /*float: left;	*/
    padding: 0;
}

.servicios-contenido-izq ul {
    width: 100%;
    /*	position: absolute;*/
    top: 0px;
}


/*
.servicios-contenido-der {
    margin-top: 60px;
}
*/

.servicios-contenido-der img {
    margin-top: 30%;
    width: 80%;
}

#contactenos {
    background-color: #314563;
    background-size: cover;
    background-image: url(../images/contactenos.jpg);
    background-repeat: no-repeat;
    height: 100%;
    /*	display: block;*/
    color: white;
}

#contactenos a {
    color: white;
}

.contactenos-contenido-izq {
    width: 90%;
    padding-top: 100px;
    color: #314563;
    font-size: 1.5em;
}

.contactenos-contenido-izq img {
    width: 100%;
    /*position: absolute;*/
    float: left;
}

.contactenos-contenido-der {
    width: 100%;
    color: #314563;
    font-size: 1.5em;
    /*	position: static; 
    padding-top: 15%;*/
}

.contactenos-contenido-der img {
    float: left;
    margin-right: 15px;
}

.contactenos-contenido-der h2 {
    margin-top: 15%;
}

.contactenos-contenido-der ul {
    padding-top: 15%;
    height: 100%;
    color: white;
}

.contactenos-contenido-der ul li {
    text-decoration: none;
    display: inline-block;
    /*float: none;*/
    width: 100%;
    height: 60px;
}

footer {
    background-color: #2a2a2a;
    float: none;
    height: 70px;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-top: 20px;
    position: sticky;
    margin: 0 auto;
}