/*--parametros generales about--*/
body{
	background-color: rgb(27, 27, 27);
}
















































.map-container.show {
	opacity: 1;
	transform: translateX(0);
}



.main-artists {
	width: 100%;
	overflow: hidden;
}
.map-container {
	height: 400px;
	width: 50%;
	margin: 40px auto 0;
	opacity: 0;
	transform: translateX(100px);
	transition: all 1s ease-in-out 0.5s;
}



.nav-brandingblack 
{
	color: white;
}

.photos-artist {
	
	left: 1vh;
	margin-top: 100px;
	position: relative;
	height: 100%;
	width: 99.1%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-gap: 1vh;	
}
.box-img img{
	height:auto;
	width: 100%;
	object-fit: cover;
	cursor: auto;
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
	user-select: none;
	
	filter: grayscale(100%);
	
}

.buttons-students {
	text-align: center;
	margin-top: 50px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease-in-out 1s;
}


.buttons-students a{
	cursor: auto;


	
}

.buttons-students.show {
	opacity: 1;
	transform: translateY(0);
}



.buttons-students button {
	color: white;
	cursor: pointer;
	background-color: #f01f50;
	border: none;
	width: 20%;
	height: 40px;
}

.box-img img:hover{
	height:auto;
	width: 100%;
	object-fit: cover;
	cursor: auto;
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
	user-select: none;
	transition: all .3s;
	filter: grayscale(0%);
	
}

.firstchild p{
	color: white;
	margin-top: 30px;
	text-align: center;
}
.top-about{
	color: white;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}

.autores {
	position: relative;
	margin-top: 150px;
	
	width: 100%;
	justify-content: space-between;
}


.insidebox{
	background-color: rgb(20, 20, 20);
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}

.insidebox img{
	width: auto;
	
}

.insidebox2 img{
	
	width: auto;
	
}
.insidebox2{
	margin-top: 1vh;
	background-color: rgb(20, 20, 20);
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;		
}
.fotoyo{
	width: 30%;
	height: auto;
	
}

.textoyo {
	color: white;
	margin-top: 4%;
	width: 50%;
	margin-right: 20vh;
	text-align: center;

}

.textoyo2 {
	margin-top: 4%;
	width: 50%;
	margin-left: 20vh;
	text-align: center;
}

.fotoyo img{
	width: 20vh;
	margin-top: 30%;
}
svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
  .country {
	fill: #ccc;
	stroke: #999;
}




.textoyo p{
	
	margin-top: 20px;
}

.textoyo2 p{
	font-weight: 1;
	color: white;
	margin-top: 20px;
}


.textoyo h2{
	text-align: center;
	color: #f01f50;
}

.textoyo2 h2{
	text-align: center;
	color: #f01f50;
}
.top-about {
	text-align: center;
	margin-top: 150px;
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1s ease-in-out;
}


.top-about.show {
	opacity: 1;
	transform: translateX(0);
}

.bottom-about{
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.top-about h1{
	margin-top: 50px;
}
.top-about p{
	margin-top: 40px;
	margin-left: 25%;
	width: 50%;
	text-align: justify;
}

.bottom-about p{
	margin-top: 40px;
	margin-left: 25%;
	width: 50%;
	text-align: justify;
}





.icons{
	

	
	margin-top: 40px;
	margin-bottom: 20px;
}
.icons i{

	margin-left: 25px;
	margin-right: 25px;
	color: white;
}
.icons i:hover {
	transform: scale(1.2);
}

footer{
	height: 50px;
}

footer hr {
		
	width: 90%;
	margin-left: 5%;
	color: white;
}

footer p {
	font-size: 12px;

	text-align: center;
	color: white;
}




/*--tablet responsive--*/

@media only screen and (max-width: 1200px) and (min-width: 700px)  {

	.buttons-students button{
		margin-left: 35%;
	color: white;
	cursor: pointer;
	background-color: #f01f50;
	border: none;
	width: 30%;
	height: 40px;
	

}

	.photos-artist {
	
		display: flex;
		flex-direction: column;
		margin-top: 90px;
		width: 96.5%;
		height: 100%;	
	}
	.box-img img{
		height:300px;
		width: 100%;
		object-fit: cover;
		cursor: pointer;
		-khtml-user-select: none;
		-o-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		transition: all 2s;
	}

.insidebox{
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-around;
	}

	.insidebox2{
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-around;
	}

.insidebox img {
	margin-left: 25%;
	width: 50%;
	height: auto;
}

.insidebox2 img {
	margin-left: 25%;
	width: 50%;
	height: auto;
}

.textoyo {
	width: 100%;
	margin-top: 5%;
	margin-left: 0%;
	
}

.textoyo2 {
	width: 100%;
	margin-top: 5%;
	margin-left: 0%;

}

.textoyo h2{
	text-align: center;
	width: 100%;
}
.textoyo p{
	width:80%;
	
	margin-left: 10%;
}

.textoyo2 h2{
	color: white;
	text-align: center;
	width: 100%;
}
.textoyo2 p{
	color: white;
	width:80%;
	margin-left: 10%;
}

.top-about h2{
	color: white;
	text-align: center;
	width: 100%;
}
.top-about p{
	color: white;
	width:80%;
	text-align: justify;
	margin-left: 10%;
}

.firstchild p{
	color: white;
	text-align: center;
}
.map-container {
	height: auto;
}
.map-container iframe{
	height:auto;
	margin-top: 20px;
	width: 150%;
	margin-left: -25%;
}
.top-about{
	margin-top: 150px;
	width: 100%;
	text-align: center;
}

.icons{
	margin-top: 40px;
	margin-bottom: 20px;
}
.icons i{
	margin-left: 25px;
	margin-right: 25px;
	color: black
}
.icons i:hover {
	transform: scale(1.2);
}
	
	}
	
	footer hr {
		
		width: 90%;
		margin-left: 5%;
		color: white;
	}
	
	footer p {
		font-size: 12px;
	
		text-align: center;
		color: white;
	}
	
		
	
	
	
	/*--mobile responsive--*/
	
	@media only screen and (max-width: 700px) {
		
	
		.insidebox{
			width: 100%;
			display: flex;
			flex-direction: column-reverse;
			justify-content: space-around;
		}

	
		.insidebox2{
			width: 100%;
			display: flex;
			flex-direction: column-reverse;
			justify-content: space-around;
		}
		.insidebox img{
			width: auto;
			
		}
		
		.insidebox2 img{
			
			width: auto;
			
		}

		.map-container {
			height: 100px;
			margin-top: 40px;
			width: 50%;
			margin-left: 25%;
		
		}

		.textoyo {
			width: 100%;
			margin-top: 5%;
			margin-left: 0%;
			
		}
		
		.textoyo2 {
			width: 100%;
			margin-top: 5%;
			margin-left: 0%;
		
		}
		
		.textoyo h2{
			text-align: center;
			width: 100%;
		}
		.textoyo p{
			width:80%;
			
			margin-left: 10%;
		}
		
		.textoyo2 h2{
			text-align: center;
			width: 100%;
		}
		.textoyo2 p{
			width:80%;
			
			margin-left: 10%;
		}
		
		.top-about h2{
			text-align: center;
			width: 100%;
		}
		.top-about p{
			width:80%;
			text-align: justify;
			margin-left: 10%;
		}

		.buttons-students button{
		
			color: white;
			cursor: pointer;
			background-color: #f01f50;
			border: none;
			width: 50%;
			height: 40px;
		}
		
	}


/*--mobile responsive--*/




