*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body{
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
}

.what #boton{
	display: ;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	background: green;
	position: fixed;
	color: #fff;
	z-index: 1001;
	border-radius: 50%;
}

.what .fa{
	padding: 10px 15px;
}

.boton{
	margin: 10px;
}

.boton input{
	padding: 5px 15px;
	margin-bottom: 5px;
	background-color: #F5F961;
	font-weight: bold;
	border-radius: 5px;
}

header .caja{
	display: flex;
	justify-content: flex-end;
}

header{
	width: 100%;
	background: url(../img/equipamientos/titulo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

header .container{
	position: relative;
	height: 400px;
}

header .contenedor-titulo{
	width: 100%;
	color: yellow;
	text-align: center;
	margin-top: -52px;
	top: 50%;
	position: absolute;
	text-shadow: 2px 2px 2px black;
}

header p{
	font-size: 34px;
}

header h1{
	font-style: italic;
	text-decoration: underline;
	font-size: 50px;
	font-weight: 400;
}

.main{
	background: url(../img/bg-textura.png);
	background-repeat: repeat;
	margin-top: 5px;
	width: 100%;
}

.main .card{
	background: #ACE3F3;
	height: 420px;
	text-align: center;

}

.main .card h3, 
.main .card h6{
	font-style: italic;
	text-align: center;
}

.main .card a{
	text-decoration: none;
}

.main .card h3{
	text-decoration: underline;
}

.main .card h6{
	font-weight: 500;
	visibility: hidden;
}

.main .card:hover h6{
	visibility: visible;
}

.main .card:hover{
	border: 2px solid grey;
}

.main a{
	color: black;
}

.main a img{
	opacity: 0.7;
}

.main .card a:hover{
	color: black;
}

.main .card:hover a img{
	opacity: 1;
}

.redes-sociales .contenedor{
	display: flex;
	justify-content: center;
	border-bottom: 2px solid grey;
}

.redes-sociales{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background-color: #1e2b38;
	margin-top: 10px;
}

.redes-sociales a{
	color: #fff;
	text-align: center;
	width: 100px;
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	font-size: 40px;
	margin: 0 20px;
}

.redes-sociales .facebook:hover{
	background: #3b5998;
	color: #fff;
}

.redes-sociales .instagram:hover{
	background: #3f729b;
	color: #fff;
}

footer{
	background: #1e2b38;
	margin-bottom: 10px;
}

footer .copyright{
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	padding: 15px 0
}

@media screen and (max-width: 990px){
	.main .card{
		height: 440px;
	}
}

@media screen and (max-width: 900px){
	header h1{
		font-size: 40px;
	}

	header p{
		font-size: 28px;
	}

	.main a img{
		width: 250px;
	}

	.main .card{
		height: 390px;
		width: 300px;
	}

	.main .card h3{
		font-size: 26px;
		text-decoration: underline;
	}

	.main .card p{
		font-size: 14px;
		visibility: visible;
		font-weight: bold;
	}
}

@media screen and (max-width: 768px){
	.redes-sociales a{
		font-size: 35px;
	}

	footer .copyright{
		font-size: 22px;
	}

	.contenedor .boton input{
		padding: 5px 5px;
	}

	header h1{
		font-size: 36px;
	}

	header p{
		font-size: 24px;
	}

	.main a img{
		width: 220px;
	}

	.main .card{
		height: 380px;
		width: 250px;
	}

	.main .card h3{
		font-size: 24px;
		text-decoration: underline;
	}

	.main .card p{
		font-size: 12px;
		visibility: visible;
		font-weight: bold;
	}
}

@media screen and (max-width: 575px){

	.main .card{
		margin: auto;
		height: 350px;
		width: 220px;
	}

	.card-img-top{
		height: 200px;
	}

	.main a img{
		width: 180px;
	}

	.main .card h3{
		font-size: 20px;
	}

	.main .card h6{
		font-size: 14px;
	}

	.what #boton{
		display: ;
		bottom: 60px;
		right: 20px;
		cursor: pointer;
		background: green;
		position: fixed;
		color: #fff;
		z-index: 1001;
		border-radius: 50%;
	}

	.what .fa{
		padding: 6px 6px;
	}

	.main .card h6{
		font-weight: 500;
		visibility: visible;
	}
}