*, a {
	text-decoration: none;
	outline: none;
}

body {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #0c2458;
}
.navbar {
	margin-bottom: 10px;
	background: #fff;
}

.nav.navbar-nav.navbar-right a{
    	color: #f57101;
}
.navbar-brand {
	padding: 7px 0;
	height: auto;
}
.navbar-brand img {
	height: 50px;
}
.navbar-collapse.collapse {
	position: relative;
	top: 10px;
}
main {
	margin-top: 65px;
}
.jumbotron {
	background: url('../images/bg2_top.jpg') center top no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	height: 420px;
	max-height: 420px;
	padding-top: 30px;
}

.jumbotron .container2 {
    padding-top:30px;
  background-color: rgb(151, 187, 13 , 0.65);
}

.jumbotron h1 {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 50px;
}

.jumbotron p {
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	max-width: 650px;
	margin: 10px auto 20px;
    font-weight: 600;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

.btn {
	border: none;
	border-radius: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	min-width: 250px;
}

.btn-success {
	background: #8daf05;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
}

.btn-success:hover,
.btn-success:focus {
	background: #0ca34b;
	text-shadow: none;
}

h2 {
	color: #7a2831;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 i {
	color: #8daf05;
}

h4 {
	font-weight: bold;
	font-size: 21px;
	margin: 0 0 20px;
}

section {
	margin-bottom: 40px;
}

section h2 {
	margin: 0 auto 0;
	font-size: 30px;
	text-transform: uppercase;
}

hr.short {
	display: block;
	width: 150px;
	height: 3px;
	background: #dcdcdc;
	margin: 30px auto;
}

.experience h2 {
	text-transform: none;
	margin-bottom: 15px;
}

.experience p {
	font-size: 21px;
	font-weight: lighter;
	line-height: 36px;
	margin-bottom: 50px;
}

.green_comp {
	background: url('../images/yellow_comp.jpg') center top no-repeat;
	background-size: cover;
	padding: 70px 0 0;
	color: #fff;
	margin-bottom: 0
}

.green_comp h2 {
	color: #fff;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
}

.bajadas {
	margin: 3px auto 25px;
	font-size: 21px;
	font-style: italic;
}

.green_comp .bajadas {
	color: #081a49;
}
.div_small_80 {
	width: 80%;
	margin: 10px auto 20px;
}
.div_small_80 .img-circle {
	width: 160px;
	height: 160px;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 5px solid #fff;
}

.div_small_80 h3 {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
}
.div_small_80 p {
	text-align: center;
	font-weight: lighter;
	font-size: 14px;
}
.productos {
	padding: 85px 0 0;
}
.productos h2 {
	margin: 0 auto 0;
}
.productos .full_size {
	display: block;
	width: 100%;
	padding: 0 0;
	margin: 10px auto 0;
}
.productos .item_product {
	width: calc(100% / 4);
	padding: 0 0;
	border: none;
	display: block;
	float: left;
	position: relative;
	background: #97bb0d;
}

.productos .item_product h3 {
	color: #fff;
	position: absolute;
	bottom: 50px;
	font-weight: bold;
	margin: 0 0;
	left:15px;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
}
.productos .item_product small {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.1;
	width: 75%;
}

.productos .item_product img {
    width:100%;
}

.productos .item_product:hover img {
	opacity: .5;
}

.empresa {
	padding: 30px 0
}
.empresa h2 {
	color: #8daf05;
}
.empresa .bajadas {
	margin-bottom: 40px;
}
.empresa p.description {
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
}

.personnel {
	color: #081a49;
	text-align: center;
}

.personnel p {
	font-size: 16px;
	margin: 0 0;
}
.personnel small {
	font-size: 12px;
	margin: 0 0;
	display: block;
	margin-bottom: 20px;
	line-height: 1.1;
}

.cafe .title {
	background: url("../images/bg2_coffee.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 90px;
	min-height: 200px;
	margin-bottom: 60px;
	position: relative;
}

.cafe .title .fas {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #444;
	margin: 0 auto;
	bottom: -25px;
	left: calc(50% - 25px);
	text-align: center;
	font-size: 21px;
}

.cafe h2 {
	color: #fff;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
}
.cafe h2 i {
	color: #fff;
}

.cafe p {
	font-size: 15px;
}

.btn_section {
	position: relative;
}

#btn_corner {
	display: block;
	clear: both;
	position: absolute;
	z-index: 5;
	color: #fff;
	right: -27px;
	top: -10px;

	width: 0; 
	height: 0; 
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;

	border-bottom: 65px solid #0eb855;
	text-align: center;
	transform: rotate(45deg);
}

#btn_corner:after {
	content: "Reservar";
	display: block;
	float: left; 
	position: absolute;
	top: 35px;
	right: -35px;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
}
#btn_corner:hover {
	border-bottom-color: #0ca34b;
}

#btn_corner:hover:after {
	text-shadow:none;	
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
}


footer {
	background: url("../images/yellow_dark_comp.jpg") top center no-repeat;
	background-size:cover;
	padding: 30px 0 50px;
	color: #fff;
}
footer h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

footer p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 25px;
}

footer p a {
    font-weight:bold;
    color:#fff;
    display:block;
}

footer p a:hover,
footer p a:focus {
    color:#fff;
    text-decoration:underline;
}

footer p a .fab {
    display:inline-block;
    margin-right:3px;
    font-weight:normal;
}

footer .form-control {
	display: block;
	margin-bottom: 10px;
}

#section_header {
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#section_header img {
    max-width: initial;
	min-width: 100%;
	min-height: 300px;
}
#section_header h2 {
	position: absolute;
	top: 100px;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: none;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
	color: #fff;
	font-size: 41px !important;
}

#other_sect {
	width: 90%;
	margin: 0 auto 20px;
}

#other_sect .btn {
	background: #42c77a;
	color:#fff;
	display:inline-block;
	margin: 0 2px 5px;
}

#servicios h2 {
    color:#7a2831;
    text-shadow: 1px 3px 3px rgba(0,0,0,.2);
}


#servicios h3 {
    color:#7a2831;
}

#servicios p {
    color:#7a2831;
}

#productos h2 {
    color:#97bb0d;
}

#productos p {
    color:#7a2831;
}


#empresa p{
     color:#7a2831;
}

#empresa h4{
     color:#97bb0d;
}

#empresa small{
     color:#7a2831;
}

#cafe h4{
     color:#dc4a30;
}

#cafe p {
    color:#7a2831;
}


