body {
	background: #feffff;
	background: -moz-linear-gradient(top, #feffff 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #feffff 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #feffff 0%, #eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eaeaea', GradientType=0 );
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
figure {
	max-width: 100%;
	height: auto;
}
img {
	width: 100%;
	height: auto;
}
.foto {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 200px;
	cursor: pointer;
}
.navbar:before {
	position: absolute;
	content: '';
	top: 0;
	width: 300px;
	right: 0;
	height: 8px;
	background-image: url('imagenes/sombra.jpg');
	background-size: 100% 100%;
}

@media (min-width: 768px) {
.foto {
	min-height: 300px;
}
.noticias .portfolio-item:first-child {
	max-width: 100% !important;
	flex: 0 0 100% !important
}
.noticias .portfolio-item:first-child .foto {
	min-height: 480px;
	background-position: 50% 50%;
}
.noticias .portfolio-item:first-child h4 a {
	font-size: 34px;
}
.navbar:before {
	width: 600px;
	height: 14px;
}
.card-body {
	padding: 1.75rem 3rem;
}
}
.navbar-light .navbar-nav .nav-link {
	font-weight: 800;
	
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	transition: linear 0.3s all;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #2b9fe4
}
.navbar-light .navbar-toggler {
	float: right;
	margin-right: 15px;
	margin-top: -9px;
	font-size: 15px;
}
p {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
a:focus, a:hover {
	color: #2b9fe4;
}
div {
	transition: 0.3s linear all
}
h4 {
	padding-bottom: 10px;
}
h4 a {
	font-size: 26px;
	color: black;
	font-weight: 800;
}
h4 .fa-quote-right, h4 .fa-quote-left {
	font-size: 0.6em;
	position: relative;
	top: -8px;
}
h4 a:hover {
	text-decoration: none;
}
.volanta {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666
}
.copete {
	font-size: 20px;
	font-weight: 600;
	color : black;
	
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	padding: 6px 0 10px;
	margin-bottom: 6px;
	text-align: left;
}

@media(min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 15px;
	padding-left: 15px;
}
.copete {
	text-align: left;
}
}
.vermas {
	color: black;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	font-size: 0.9em;
}
.vermas:hover {
	text-decoration: none;
}
.portfolio-item {
	margin-bottom: 20px;
}
.h-100 {
	box-shadow: 3px 8px 20px rgba(0,0,0,.1);
}

.marco {
	box-shadow: 3px 8px 20px rgba(0,0,0,.1);
	border-radius: 15px;
	overflow: hidden;
	padding: 4rem;
	background-color: white;
	width: 100%;
	max-width: 900px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 120px;
}

@media (max-width: 767px){
	.marco {	padding: 2rem;}
	
}
.marco h3 {
	margin-bottom: 40px;
}
.marco p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
footer {
	padding: 30px;
	background-color: #ccc;
	margin-top: 30px;
}
.flecha {
	float: right;
	padding-right: 15px;
}
.flecha i {
	font-size: 26px;
	color: rgba(0,0,0,.5);
}
.flecha:hover i {
	color: black
}
.navbar-brand {
	padding: 30px 0;
}
.navbar-brand,  .navbar-brand img {
	transition: linear 0.3s all;
}

@media (max-width: 450px) {
.navbar-brand img {
	width: 150px
}
}

@media (max-width:991px) {
.navbar-light .navbar-nav .nav-link {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	background-color: white;
}
#navbarResponsive {
	margin-bottom: 30px;
}
}
.is-fixed .navbar-brand img {
	height: 67px;
	width: auto;
}
.is-fixed .is-visible .navbar-brand img {
	height: 67px;
}

@media (min-width: 768px) {
.noticiaActiva .portfolio-item:first-child h4 a {
	font-size: 50px;
}
.noticiaActiva .copete {
	font-size: 23px;
	line-height: 32px;
	margin-bottom: 30px;
}
.noticiaActiva .card-body {
	padding: 2.75rem 6rem 6rem;
}
}
.clientesCaso li {
	display: block;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 10px;
}
.clientesCaso {padding-left: 0;}
@media (min-width: 768px) {
	.clientesCaso li {

	padding: 20px 30px;

}
}

.card-text strong {
	padding: 25px 0 15px 0;
	display: block;
	width: 100%
}
.card-text p {
	margin-bottom: 10px;
}
.volver {
	margin: auto;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 60px;
	min-width: 300px;
	text-align: center;
}
.volver a {
	color: #666;
	padding-top: 12px;
	text-align: center;
	display: block;
}
/*************** HEREDADO ******************/

.redes {
	width: auto;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 30px
}
.redes .face {
	float: left;
	margin-right: 10px;
}
.redes .twit {
	float: left;
	margin-right: 10px;
}
.redes .linke {
	float: left;
}
.red {
	color: red;
}
.redes{margin-top: 30px;}
.redes img {max-width: 50px !important}
.contacto h5 {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	color: #4e8dcc;
}
.contacto .btn-primary {
	background-color: #4e8dcc;
}
.contacto .btn-primary:hover {
	background-color: black
}
#characterLeft {
	color: rgba(0,0,0,0.5);
	font-size: 0.8em;
	padding-top: 10px;
}
.form-area {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background-color: white;
	padding: 10px 40px 60px;
	margin-bottom: 100px;
	border: 1px solid #eee;
	box-shadow: 3px 9px 24px rgba(0,0,0,.1);
}

@media (max-width:400px){
	
	.videoResponsivo{height: 280px !important;}
}
@media (min-width:401px) and (max-width:767px){
	
	.videoResponsivo{height: 340px !important;}
}

.card-text figure{text-align: center}
.card-text figure img{border-radius: 15px; overflow: hidden; max-width: 780px; margin: 20px auto; }

@media (max-width:767px){
	
	iframe{height: 248px !important;}
}

@media (min-width:768px) and (max-width:991px){
	
	iframe{height: 348px !important;}
}