body, html {
	width: 100%;
	height: 100%;
	color: #fff;
}

::selection {
	background:#1a1d3c;
	color:#fff;
	}

::-moz-selection {
	background:#1a1d3c;
	color:#fff;
}

a {
	color: #bf1823;
	outline: none;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

a:focus, a:hover {
	outline: none;
	text-decoration: none;	
	color: #1f2247;
}

a img {
	opacity: 1;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;	
}

a img:hover {
	opacity: .3;
}

h1 {
	font-family: 'Arial';
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 2rem;
	color: #1a1d3c;
	text-shadow: 0 0 40px rgba(0,0,0,.3);
}

h1 span {
	color: #bf1823;
}

h2 {
	font-family: 'Arial';
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	color: #1a1d3c;
	font-weight: 400;
	font-size: 5rem;
	line-height: 4.5rem;
	margin-bottom: 40px;
}

h3 {
	font-family: 'Arial';
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	color: #1a1d3c;
	font-weight: 400;
	font-size: 3.125rem;
	line-height: 3rem;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	color: #1a1d3c;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 20px;
}

h5 {
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	color: #1a1d3c;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 20px;
}

p, label, textarea, input, select, button {
	font-family: 'Arial', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 1rem;
	margin:0;
	margin-bottom: 20px;
}

.especial-t {
	font-size: 1.75rem;
	line-height: 1.5rem;
	font-family: 'Arial';
}

label { width: 100%; }

textarea, input, select {
	border: none;
	margin-bottom: 15px;
	padding: 10px 12px;
	color: #fff;
	background: transparent;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	border-bottom: 1px solid #fff;
}

textarea:focus, input:focus {
	background: transparent;
	color: #fff;
	outline: 0px;
}

select:focus {
	background: transparent;
	color: #fff;
	outline: 0px;
}

.maresp {
	position: absolute;
	width: 350px;
	height: 350px;
	left: 50%;
	margin-left: -175px;
	top: -365px !important;	
	z-index: 99;
}
.nosotros {
	padding-top: 190px;
}

/* nav - menu */

nav {
	width:100%;
	display:block;
	padding:0;
	z-index:99;
	text-align: right;
}

nav > a {
	display:none;
}

nav ul {
	display: inline-block;
	margin:0;
	padding:0;
	list-style:none;
	height:46px;
	margin-top: 10px;
}

nav li {	
	padding:0;
	border:none;
	background:none;
	margin:0;
	float:left;
	position:relative;
}

nav li a {
	font-family: 'Arial Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display:block;
	text-align:center;
	color:#ccc;
	padding:0 10px;
	font-size:0.875rem;
	line-height:46px;
	height:46px;
	/*text-shadow: 0 2px 5px rgba(255,255,255,1);*/
}

nav li a:hover {
	color:#fff;
}

nav li:hover > ul, nav li:focus > ul { display:block;}

nav .fa-angle-down { padding-left:10px; }

.img_lateral {
	padding: 0;
}
.img_lateral img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.desp,
.desp img, 
.desp p, 
.desp h3 {
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
}

.desp:hover h3,
.desp:hover p {
	color:#bf1823;
}

.desp:hover h3 {
	font-size: 4rem;
}

.desp:hover img {
-webkit-filter: grayscale(100%) !important;
filter: grayscale(100%) !important;
opacity: 0.2;
}

.btn {
	font-family: 'Arial';
	font-size: 1.25rem;
	background: #000;
	color: #fff;
	border:none;
	padding: 8px 30px;
	cursor: pointer;
	border-radius: 0;
}

.btn:hover, .btn:focus {
	background: #000;
	color: #fff;
}

.btn .fa {
	font-size: 18px;
	font-weight: normal;
}

.margin-b-0 { margin-bottom: 0; }
.margin-b-20 { margin-bottom: 20px; }
.margin-b-40 { margin-bottom: 40px; }
.margin-b-60 { margin-bottom: 60px; }
.padding-art { padding-top: 60px; padding-bottom: 60px; }

 .icon-fa-b {
 	display: inline-block;
 	height: 60px;
 	width: 60px;
 	line-height: 62px;
 	background: #1f2247;
 	color: #fff;
 	border-radius: 50%;
 	text-align: center;
 	font-size: 1rem;	
 }

  .icon-fa-w {
 	display: inline-block;
 	height: 60px;
 	width: 60px;
 	line-height: 62px;
 	background: #fff;
 	color: #1f2247 !important;
 	border-radius: 50%;
 	text-align: center;
 	font-size: 1rem;	
 }

::-webkit-input-placeholder { padding-left: 4px; color: #000; font-family: 'Arial', sans-serif; font-weight: 300; }
::-moz-placeholder { padding-left: 4px; color: #000; font-family: 'Arial', sans-serif; font-weight: 300; }
:-ms-input-placeholder { padding-left: 4px; color: #000; font-family: 'Arial', sans-serif; font-weight: 300; }
:-moz-placeholder { padding-left: 4px; color: #000; font-family: 'Arial', sans-serif; font-weight: 300; }

header {
	padding: 15px 0;
	position: absolute;
	z-index: 99;
	width: 100%;
	background: rgba(0,0,0,0.7);
}

.i-re, 
.i-de {
	z-index: 100;
	bottom: 0;
	height: 80px;
	width: 230px;
	display: block;
	position: fixed;
}

.i-de { right: 0; }
.i-re { left: 0; }

/*--Section--*/

section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.interna {
	width: 100%;
	height: auto;
	padding: 160px 0 80px 0;
	background: url(imagenes/interna.jpg);
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}

.int h1 {
	color: #fff;
}

.int nav li a {
	color: #fff;
}

.interna h2 {
	color: #fff;
}

.prod {
	width: 100%;
	background: #1a1d3c;
	position: relative !important;
}

.prod h1 {
	color: #fff;
}

.prod nav li a {
	color: #fff;
}

.productos {
	margin-bottom: 40px;
}

.productos h4 {
	margin: 0;
}

.datos {
	background: #202248;
	border-top: 10px solid #333559;
	border-bottom: 10px solid #333559;
}

.datos a {
	color: #fff;
}

.datos a:hover, .datos a:focus {
	color: rgba(255,255,255,.4);
}

.section_02 {
	background:url(imagenes/section_02.webp) #000 center;
	background-attachment: fixed;
	background-size: cover;	
	padding: 0;
}
.section_04 {
	background:url(imagenes/team-bg2.jpg) #000 center;
	background-attachment: fixed;
	background-size: cover;	
}

.section_02 h2,
.section_02 h3, 
.section_02 h4, 
.section_02 p {
	color: #fff;
}

.croissant {
	background:url(imagenes/fondo-croissant.jpg) #000 center;
	background-attachment: fixed;
	background-size: cover;	
}

.croissant h2,
.croissant h3, 
.croissant h4, 
.croissant p {
	color: #fff;
}

.latienda, 
.delivery, 
.catering, 
.masterclass {
	padding-top: 0;
	padding-bottom: 0;
}

.latienda-img { 
	background: url(imagenes/home-latienda.jpg); 
	background-size: cover; 
	background-position: center;
}

.delivery-img { 
	background: url(imagenes/home-delivery.jpg); 
	background-size: cover; 
	background-position: center;
}

.masterclass-img { 
	background: url(imagenes/home-masterclass.jpg); 
	background-size: cover; 
	background-position: center;
}

.catering-img { 
	background: url(imagenes/home-catering.jpg); 
	background-size: cover; 
	background-position: center;
}

.comunidad {
	background:url(imagenes/fondo-comunidad.jpg) #000 center;
	background-attachment: fixed;
	background-size: cover;
}

.comunidad .fondo-blanco {
	padding: 10px;
	margin: 20px 0;
	height: 500px;
}

.mapa {
	background:url(imagenes/fondo-mapa.jpg) #000 center;
	background-attachment: fixed;
	background-size: cover;
}

.mapa h2, 
.mapa h3, 
.mapa h4,
.mapa p {
	color: #fff;
}

#CDSWIDSSP {
	width: 100% !important;
}

/*--Social--*/

.social {
	margin: auto 0;
	padding:0;
	list-style: none;
	display: inline-block;
	margin-top: 20px;
	width: 480px;
}

.social a {
	display: inline-block;
	height: 70px;
	width: 70px;
	float: left;
	margin: 5px;
	line-height: 66px;
	text-align: center;
	border-radius: 50%;
	font-size: 1.375rem;
	color: #fff;
}

.facebook { background: #1f2247; }
.facebook:hover { background: #fff; color:#1f2247; }
.tripavisor { background: #44c000; }
.tripavisor:hover { background: #fff; color:#44c000; }
.foursquare { background: #004dff; }
.foursquare:hover { background: #fff; color:#004dff; }
.instagram { background: #252525; }
.instagram:hover { background: #fff; color:#252525; }
.youtube { background: #ff0101; }
.youtube:hover { background: #fff; color:#ff0101; }
.google { background: #e42c36; }
.google:hover { background: #fff; color:#e42c36; }

.social-com a {
	color: #7e7e7e;
	width: 40px;
	text-align: center;
	display: inline-block;
}

.social-com a:hover {
	color: #e11c29;
}

.especial-img {
	max-width: 192px;
	height: auto;
}

/*--Footer--*/

footer {
	padding-top: 28px;
	padding-bottom: 8px;
	background: rgba(0,0,0,1);
	color:#fff;
}
footer .row p {
	color:#fff;
	text-align: center;
}
/*--Fondo--*/

.fondo-azul {
	background: #1f2247;
}

.fondo-rojo {
	background: #e11c29;
}

.fondo-blanco {
	background: #fff;
}

/*--Colores--*/

.color-blanco {
	color: #fff;
}

.color-azul {
	color: #1f2247;
}

.color-rojo {
	color: #e11c29;
}

.owl-nav {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	display: inline-block;
	border:1px solid #fff;
	text-align: center;
	margin:0 5px;
}

/*--google review--*/

#map-plug {display:none;}

#google-reviews {
display:flex;
flex-wrap:wrap;
/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
	border-bottom:1px solid #d1d1d1;
	margin:0 auto 10px auto;
	padding:10px 10px 20px 10px;
	flex: 1 1 100%;
}
.review-meta, .review-stars { }
.review-author {  font-family: 'Arial', sans-serif; color: #1a1d3c; text-transform: uppercase; }
.review-date {  display:block; font-size: 12px; color: #000; opacity: .5; }
.review-text {  line-height:1.5; text-align:left; margin:auto; font-size: 13px;}

.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
}

.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height:1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }
.nivoSlider img {
	width: 100%;
	display: block;
}
.fd_delivery {
	background: url('imagenes/fd_delivery.jpg') no-repeat center bottom;
	min-height: 625px;
}
.delivery h2 {
	font-size: 80px;
	text-align: center;
	margin-bottom: 20px;
}
.delivery .content {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Arial';
	max-width: 420px;
	width: 1005;
	margin: 0 auto 40px auto;
}
.logo_rappi {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
}
.center-delivery {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 15px;
	font-family: 'Arial';
	color:#000;
	margin-bottom: 10px;
}
.row  h1 {
	margin-bottom: 28px;
}
.row  h2 {
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 28px;
}
.row  p {
	text-align: justify;
}
#section_02 h1 {
	color:#fff;
}
.fd_black {
	background: rgba(0,0,0,.5);
	padding: 75px 50px 50px 75px;
	/*margin-left: -15px;*/
}
#section_03 input[type="text"],
#section_03 textarea {
	color:#000;
	border-bottom: 1px solid #000;
}
.icon_address {
	width: 60px;
	padding: 0 15px;
}
.txt_address {
	width: calc(100% - 60px);
	padding: 0 15px;
}
.txt_ltl_right,
.txt_ltl_lelft {
	padding-top: 15px;
}
.white_content h1,
.white_content p {
	color: #fff;
}
.team .row .col-lg-4 div {
	background:#fff;
	padding:10px 15px;
	margin:0;
}

.team .row .col-lg-4 div:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom: solid 5px #333;
	margin-bottom: 15px;
}
.team .row .col-lg-4 .header span:first-child {
	color: #303030;
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}
.team .row .col-lg-4 .header span:last-child {
	color: #595959;
	font-weight: normal;
	text-align: center;
	display: block;
	font-size: 14px;
}
.team .row .col-lg-4 .detalle p {
	color: #595959;
	font-size: 12px;
	line-height: 120%;
}
@media (min-width: 992px) {
	.txt_ltl_right {
 		padding:40px 0 0 40px;
	}
	.txt_ltl_lelft {
		padding:40px 40px 0 0;
	}
}
@media (min-width: 1200px) {
	#section_02 .row p {
		max-width: 495px;
	}
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	.mbl .txt_ltl_lelft {
		order: 2;
	}
	.mbl .img_lateral {
		order: 1;
	}
}

@media (max-width: 767px) {

	.int {
		background: #1a1d3c;
	}

	.int nav > a, .int nav > a:focus {
		color: #fff !important;
	}

	.int nav li {
		background: transparent;
	}

	header {
		position: relative;
		text-align: center;
		background: rgba(0,0,0,1);
	}	

	.latienda .text-right, 
	.masterclass .text-right {
		text-align: left !important;
	}

	.latienda-img, 
	.delivery-img, 
	.catering-img, 
	.masterclass-img {
		height: 300px;
		float: right !important;
	}
	#nav { display:none; }

	nav {
		position:relative;
		position:999;
	}
	nav > a, nav > a:focus {
		display:block;
		text-align: left;
		color:#fff;
		padding:15px 16px 0 16px;
		font-size:0.875rem;
		height:46px;
		text-align:center;
	}
	nav > a:hover {
		color:#fff;
	}
	nav ul {
		margin:0;
		padding:0;
		border-left: none;
	}
	nav li {
		width:100%;
		border-top:1px solid #fafafa;
	}
}
@media (max-width: 575px) {
	
	.nosotros {
    	padding-top: 10px;
	}

	.inicio {
		height: auto;
	}

	.maresp {
		margin:0px auto 15px auto!important;
		position: relative;
		top:0!important;
		left: 0;
		width: 180px;
    	height: 180px;
	}	

	.i-re, 
	.i-de {
		height: 64px;
		width: 185px;
	}

	.i-re img, 
	.i-de img {
		height: 64px;
		width: 185px;
	}	

	section {
		padding:60px 20px 60px 20px;
	}

	.social {
		width: 100%;
	}
	.row h1,h3 {
		font-size: 1.8rem;
	}
	.fd_black {
		padding: 75px 20px 50px 20px;
		margin-left: 0;
	}
}