/*- - - - - - B O D Y  - - - - - */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(./img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	height: 100vh;
	width: 100vw;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*- - - - - - C O N T A C T - C A R D S - - - - - */
.big-container{
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.logo{
	width: 65%;
}
.container{
}
.card{
	width: auto;
	height: 680px;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: center;
	backdrop-filter: blur(20px);
	transition: 0.5s ease;
	overflow:hidden;
	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-align: center;
}
.video-container{
	border-radius: 8px;
}
.button {
	background-color:#18AED1;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	display: inline-block;
	font-size: 16px;
}
.banner{
	background-image: url(./img/fondo-banner-sarha.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #18AED1;
	height: 120px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.contact{
padding: auto;
}

.mini-footer{
	background-image: url(./img/footer6.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#18AED1;
	width: 100%;
	height: 75px;
}

.mini-footer2{
	background-image: url(./img/footer3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#18AED1;
	width: 100%;
	height: 75px;
}





/*- - - - - - T E X T O S - - - - - */

h3{
	margin-top: 45px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #212121;
}
a{
	display: block;
	padding: 5px 0px;
	font-size: 14px;
	color: #9E9E9E;
	text-decoration: none;
}
a:hover{
	
	color: inherit;
}
ul{
	margin-top: 10px;
	padding: 15px 0px;
	background-color: #FAFAFA;
}
ul a{
	display: inline;
	margin-right: 10px;
}

ul a:last-of-type{
		margin-right: 0px;
}
ul a i:hover{
	transform: scale(1.5);
}
h3, a, i{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}