/*Estilos para la pagina nosotros*/

#sobremi {
	margin-top: 0px;
	padding-top: 60px;
  }
  
  .member-container {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	border-radius: 2px;
  }
  
  .member-details {
	position: absolute;
	bottom: 0px;
	left: 20px;
  }
  
  .member-details span {
	font-size: 14px;
  }
  
  .member-details i {
	padding: 0 5px;
  }
  
  #sobremi .content-center h2:after {
	content: "";
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 20%;
	border: 0;
	border-bottom: 6px solid #444;
	display: block;
  }

  #sobremi .directorio-container {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	border-radius: 2px;
  }
  
  #sobremi .directorio-container img {
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
  }
  
  #sobremi .directorio-container:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  #sobremi .directorio-details {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 8;
	height: 100%;
  }
  
  .rgba-black-strong {
	height: 100%;
  }
  
  #sobremi .img-fluid {
	width: 100%;
	height: 481px;
	object-fit: cover;
  }
  
  .horizontal {
	margin-top: 50px;
	width: 25%;
  }
  
  #sobremi h5 {
	margin-bottom: 10px;
  }
  
  #sobremi .row p {
	color: #fff;
  }

  /* Estilos para terminos y condiciones */

  #terms {
	margin-top: 0px;
	padding-top: 60px;
  }

  #terms .content-center h2:after {
	content: "";
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 20%;
	border: 0;
	border-bottom: 6px solid #444;
	display: block;
  }
  
  /*Mediaquerys para ajustar elementos al responsive*/
  
  @media (max-width: 575.98px) {
	.hr {
	  width: 15rem;
	}
  
	#sobremi h2 {
	  font-size: 35px;
	}
  
	#sobremi .img-fluid {
	  margin-left: 0px;
	}
  
	#sobremi .embed-responsive {
	  text-align: center;
	}
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
	#sobremi h2 {
	  font-size: 40px;
	}
  
	#sobremi .img-fluid {
	  margin-left: 0px;
	}
  
	#sobremi .embed-responsive {
	  text-align: center;
	}
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
	#sobremi p {
	  font-size: 15px;
	}
  
	#sobremi .img-fluid {
	  margin-left: 0px;
	}
  }
  