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

body{
	font-family: 'Open Sans', 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px, 20px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #660000;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
  
#myBtn:hover {
	background-color: #555;
 }

.sidebar {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	/* top: 0; */
	left: 0;
	background-color: #660000;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
  }
  
  .sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  
  .sidebar a:hover {
	color: #f1f1f1;
  }
  
  .sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  .openbtn {
	margin-top: 10px;
	font-size: 20px;
	cursor: pointer;
	background-color: #660000;
	color: white;
	padding: 10px 15px;
	border: none;
	float: left;
  }
  
  .openbtn:hover {
	background-color: #444;
  }
  
  #main {
	transition: margin-left .5s;
	padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
  }

  
/* ******Header****** */

  header{
	width: 100%;
	height: 700px;
	/* background-image: url(Images/fondo_2.JPG); */
	background-color:#FBF8EF;
	/* background-attachment: fixed; */
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #000;
	text-align: center;
}
header .textos{
	margin-top: 20px;
}
	/* Título */
header .titulo{
	font-size: 45px;
	color: #600000;
}
header .subtitulo{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 32px;
	color: #600000;
}
.logo_portada img{
	display: block;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	/* height: 250px; */
	max-height: 300px;
	/* height: auto; */
	/* box-shadow: 0px 0px 4px 0px rgba(52, 73, 94, 0.801); */
}
/* .boton{
	display: inline-block;
	padding: 6px;
	width: 128px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border-radius: 16px;
} */

.sesgoabajo{
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	border-width: 0 0 35vh 100vw;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	top: 250px;
}

.sesgoarriba{
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-width: 35vh 100vw 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.contenedor{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 52px 0; 
}

.titulo_mision{
	text-align: center;
	font-size: 56px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #600000;
}

.parrafo_mision{
	margin-bottom: 13px;
	font-weight: 300;
	text-align: justify;
	line-height: 24px;
	columns: rgb(24,16,16);
}

.slogan{
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 24px;
}

.sobre_nosotros{
	text-align: center;
	font-size: 56px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #600000;
}

.titulo_barrister{
	text-align: center;
	font-size: 56px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #660000;
}

.parrafo_barrister{
	margin-bottom: 13px;
	font-weight: 300;
	text-align: justify;
	line-height: 24px;
	color: #000;
}

.galeria{
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.imagenes{
	width: 20%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.imagenes img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.encima{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #660000;
}
.encima h2{
	position: relative;
	top: 39%;
	text-align: center;
	color: #fff;
	padding: 5px;
}
.encima div{
	position: relative;
	display: block;
	top: 40%;
	width: 40px;
	height: 4px;
	background: #fff;
	margin: auto;
}
.cards{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.card{
	margin: 20px 0;
	width: 30%;
	height: 420px;
	text-align: center;
	padding: 25px;
	box-shadow: 0px 0px 4px 0px rgba(52, 73, 94, 0.801);
}
.cards img{
	width: 145px;
	height: 145px;
	object-fit: cover;
	border-radius: 100%;
}
.fondo{
	height: 1100px;
	position: relative;
	/*background-image: url(Images/fondo_3.jpg);*/
	overflow: hidden;
	background-attachment: fixed;
	background-position: center;
	padding-top: 180px;
}
.sesgoabajo-unico{
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	border-width: 0 0 35vh 100vw;
	border-style: solid;
	border-color: transparent transparent #c9c9c9 transparent;
}
/* .titulo-patrocinadores, .subtitulo-patrocinadores{
	color: #fff;
	text-align: center;
}
.titulo-patrocinadores{
	font-size: 56px;
	margin-top: 48px;
}
.subtitulo-patrocinadores{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 64px;
}
.clientes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64px;
	justify-content: space-around;
}
.cliente{
	width: 30%;
}
.cliente img{
	width: 100%;
} */
footer{
	background: #c9c9c9;
	height: auto;
}
.titulo-footer, .subtitulo-footer{
	color: #600000;
	text-align: center;
	font-size: 56px;
}
.subtitulo-footer{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 64px;
}

form{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
input[type="text"], input[type="email"]{
	display: inline-block;
	width: 48%;
	padding: 13px;
	border: none;
	color: #fff;
	font-family: 'Open sans', sans-serif;
	background: rgba(37,37,33,.7);
	margin-bottom: 16px;
	border-top: 5px solid rgba(37,37,33,.7);
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
	border-top: 5px solid rgba(255, 255, 255, 0.7);
}
textarea{
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 200px;
	min-height: 200px;
	background: rgba(37,37,33,.7);
	padding: 13px;
	border: none;
	color: #fff;
	font-family: 'Open sans', sans-serif;
	margin-bottom: 16px;
}
button[type="enviar"]{
	display: inline-block;
	padding: 13px;
	border: none;
	color: #fff;
	background: rgba(37,37,33,.7);
	width: 96px;
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
}
.tels_correos{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.tels_correos img{
	height: 50px;
	box-shadow: 0px 0px 4px 0px rgba(52, 73, 94, 0.801);
}
.tels_correos h3{
	/* border-top: 10px; */
	color: #660000;
}


/*DISEÑO RESPONSIVO*/
/*******************/

@media screen and (max-width:990px){
	.card{
		width: 46%;
	}
	.fondo{
		height: auto;
		padding-bottom: 200px;
	}
}
@media screen and (max-width:750px){
	.none{
		display: none;
	}
	.imagenes{
		flex-grow: 1;
	}
}
@media screen and (max-width:840px){
	header .textos{
		margin-top: 20px;
	}
	header .titulo{
		font-size: 32px;
	}
	header .subtitulo{
		font-size: 24px;
	}
	.card{
		width: 90%;
	}
	.encima h2{
		font-size: 20px;
	}
	.cliente{
		width: 90%;
		height: 200px;
		margin-bottom: 50px;
	}
	.especial{
		display: none;
	}
	
}
@media screen and (max-width:540px){
	header .textos{
		margin-top: 20px;
	}
	header .titulo{
		font-size: 24px;
	}
	header .subtitulo{
		font-size: 16px;
	}
}