/* Portada */
.fondo {
    background-image: url(https://www.gruponea.com/images/2019/12/08/portadaa002.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
	text-align: center;
	display: grid;
	align-items: center;
	margin-bottom: 30px;
}
/* Portada para celulares*/
@media only screen and (max-width: 767px) {
.fondo {
    background-image: url(https://www.gruponea.com/images/2019/12/08/portadaa002.jpg);
    background-size: contain;
	text-align: center;
	display: grid;
	align-items: center;
			height: 150px;
}
}
/* Ancho de caja de la web para pantallas mayores a 1200px (en celulares tiene un ancho automatico */
@media only screen and (min-width: 1200px) {
	.container {
    width: 1200px;
	max-width: 100%;
}
}

body {
    margin: 0;
    font-family: "Proxima Nova Regular";
    font-size: 15px;
    line-height: 23px;
    color: #333;
    background-color: #fff;
}
.container-top  {
		text-align:center;
		margin-bottom: 30px;
		margin-top: 30px;
}
.menua {
    height: 90px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    align-content: center;
}
.navigationmenu {
    border-top: 0px; 
    border-bottom: 0px;
    margin-bottom: 30px;
	margin-top:30px;
}	
.topa {
	    padding-right: 35px;
}	
.topc {
	    padding-right: 20px;
}
.nav {
    margin: 0px;
}
.padsc {
    width: 50%;
    padding-right: 25px;
	}
	
	.padsc2 {
    width: 50%;
    padding-left: 25px;
	}
.scfull {
margin-top: 50px;
		margin-bottom: 50px;
	}
.adfull {
margin-top: 50px;
		}