body{
	font-family: 'Roboto', sans-serif;
}

nav {
	margin-bottom: 0;
	/*background-color: #272727;*/
	background-color: #272727ce;
}

nav a {
	font-size: 1.1875rem;
	text-decoration: none;
	text-align: center;
}

.navbar-dark .navbar-toggler {
	border-color: rgba(209, 187, 211, 0.5);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(211, 8, 230, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.carousel {
	margin-bottom: 1em;
}

.titulo {
	font-size: 2em;
	font-weight: bold;
}

footer {
	background-color: #272727;
	padding: 1em;
	bottom: 0; 
}

.copyright {
	border-top: 0.0625rem solid #828282;
	width: 100%;
    height: 0.0625rem;
	display: inline-block;
	margin-bottom:0;
	margin-top: 1em;
}

.copyright p {
	color: #828282;
}

.social a {
	text-decoration: none;
	color: #828282;
}


.bodycs{
	background-image: url("../assets/cs/fondo.png");
	background-size: cover;
}

.containercs{
	
	border-radius: 3px;
	margin-top: 9em;
	margin-bottom: 6em;
	background-color:white;
	background-image: url("../assets/cs/divLogo2.png");
	background-size: cover;
	padding: 0em 2em 2em 2em;
	
}

.containercs3 h2, .containercs2 h2 {
	font-size: 2em;
	font-weight: bold;
	color:#5c589a;
}

.miembro .cargo {
	border-bottom: 1px solid #828282;
	color: #828282;
}

.miembro {
	margin-top: 2em;
	padding: 0 2em;
}

.miembro .nombre {
	font-weight: bolder;
}

.containerieee{
	background-image: url("../assets/ieee/divLogo2.png");
	background-size: cover;
	margin-top: 8em;
	margin-bottom: 4em;
}

.containercs3{
	padding: 2em;
	background-color:white;
	margin-top:6em;
	margin-bottom: 2em;
	border-radius: 2px;
}

.containercs3 p, .containercs2 p {
	margin-bottom: 0;
}

.idiomaa{
	color: black;
	margin-left: 3em;
}

.containercs2 {
	padding: 2em;
	background-color:white;
	border-radius: 2px;
	margin-bottom: 2em;
}

.miembro .foto img {
	width: 100%;
}

.containercontacto{
	padding: 2em;
	text-align: center; 
}

.h5contacto{
	display: inline-block;
	margin: .5em 2em .5em 2em;
}

.containercs h2{
	color:#5c589a;
}

.publicacion {
	margin-bottom: 1em;
}

.publititle {
	font-weight: 600;
	font-size: 1.6em;
	margin-top:0;
	margin-bottom: 0;
}

.publicacion :hover {
	cursor: pointer;
}

.publicacion :hover .publititle{
	color: #586ab2;
}

.publisub {
	margin-bottom: 0;
}

.crop {
	margin-bottom: 0.5em;
	overflow:hidden;
}

.crop img {
	margin-top:-13%;
	margin-bottom: -13%;
}

.eventbox {
	background-image: url("../assets/cs/fondo.png");
	padding: 6em 0;
	margin-bottom: 1em;
}

.eventbox p {
	margin: 0;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
}

.h1idioma {
	margin-top: .5em;
	text-align: center;
	color: whitesmoke;	
}

.idiomaes, .idiomaen {
	transition: transform;
}

.banderaArgentina, .banderaUS {
	transition: all .5s ease;
}

.idiomaes :hover,
.idiomaen :hover {
	transform: scale(1.05);
	cursor: pointer;
}

