/* ================================
Imports
================================= */
@import url('font-awesome.min.css');
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');

/* ================================
General
================================= */

body{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background: #e8e9ed;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	margin-bottom: 20px;
	font-family: 'Ailerons', 'Open Sans', sans-serif;
	text-align: left;
}

.lead{
	font-weight: 400;
}

.texto-centrado{
	text-align: center;
}

.texto-izq{
	text-align: left;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

button.navbar-toggle {
	background: #fff;
	border: none;
	color: #D0973D;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}

@font-face {
   font-family: 'Ailerons';
   src: url('../fonts//ailerons/Ailerons-Typeface.ot') format("truetype");
   font-weight: normal;
   font-style: normal;
}

p{
	text-align: left;
}

.navbar-brand{
	padding: 0px;
}

img.navbar-logo{
	height: auto;
	width: 150px;
	padding: 0px;
	
}

/* ================================
divisiones
================================= */

.waves-bottom{
	position: relative;
	background-color: transparent;
}

.waves-top{
	position: relative;
	background-color: transparent;
	margin-top: -199px;
	z-index: 99;
}







/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  outline: none;
}


/* ================================
Navbar
================================= */

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	display: none;
	z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	font-family: "ailerons", "open sans";
	color: #fff;
	text-transform: uppercase;
	font-size: 3em;
}

.home-logo{
	height: 100px;
}


/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 80px 0px 150px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-family: ailerons;
	font-size: 38px;
	text-transform: uppercase;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white{
	background: #fff;
}

.bg-gray{
	background: #e8e9ed;
	color: #000;
}

.bg-orange{
	background: #d0973d;
	color: #fff;
}


.modal{
	width: 100vw;
}

.img-modal{
	margin: 0px auto;
	width: 100%;
}

.btn-modal{
	width: 45%;
	margin: 5px;
	background-color: #D0973D;
	color: #fff;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


.btn-fichas{
	box-shadow: none;
	width: 18%;
	border: none;
	outline: none;
	overflow: hidden;
}

.btn-fichas img{
	height:60vh;
	border: none;
	outline: none;

	
}

.btn-fichas img:active {
	overflow: hidden;
  
}

.btn-fichas img:hover{
 transform: scale(1.05);
}

/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}

.white-font{
	color: #fff;
}

.black-font{
	color: #000;
}

.dark{
	background-color: #000;
}

.light{
	background-color: #fff;
}


/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(../img/parallax/1.jpg);
}
#parallax2{
	background-image: url(../img/parallax/2.jpg);
}

#parallax3{
	background-image: url(../img/parallax/3.jpg);
}


/* ================================
Intro
================================= */

#intro {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden;
	height:100vh;
	z-index:999;
	background-size:cover;
}


.intro-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
	z-index:999;
}

.intro-text h1 {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px;
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;

}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}

/* ================================
NOSOTROS
================================= */
#nosotros {
	background-color: #e8e9ed;
}
#nosotros .nosotros-img {
  height: 500px;
  overflow: hidden;
}

#nosotros .nosotros-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #nosotros .nosotros-img {
    height: auto;
  }
  #nosotros .nosotros-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#nosotros .content h2 {
	font-family: "ailerons", "Open Sans", sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 36px;
  text-align: left;
}

#nosotros .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

#nosotros .content p {
  line-height: 26px;
  text-align: left;
}

#nosotros .content p:last-child {
  margin-bottom: 0;
}

/* ================================
ORGANICO
================================= */
.box-organico img {
	margin-bottom: 30px;
}

.toogle {
	text-align: left;
	margin-bottom: 30px;
}

.btn-collapse{
	margin-bottom: 15px;
	padding: 5px 20px;
	background-color: #D0973D;
	color: #fff;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

}

.shadow{
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}



/* ================================
VINOS
================================= */

.service.carousel h4,.service.carousel p {
	text-align: left;
}

.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
}

.service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #fff;
	text-indent: -999px;
	cursor: pointer;
}

.card {
	text-align: left;
	
}

/* ================================
VINOS
================================= */


@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }

}



/* ================================
CONTACTO
================================= */

.validation {
  color: red;
  display:none;
  margin: 0;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.div-contacto{
	margin: 30px 20px 50px 20px;
  position: relative;
  text-align: left;
  font-family: "open sans";
}

.div-contacto a {
	font-family: "open sans";
}


/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
}
ul.clients li {
	display: inline;
}


/* ================================
Bottom widget
================================= */
#bottom-widget {
  overflow: hidden;
}

ul.social-network {
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}

ul.social-network li {
	display: inline;
	margin: 5px 5px;
}

ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

ul.social-network li a i{
  transition: 0.3s
}

i{
	color: #D0973D;
	text-align: left;

}

i a{
	font-family: "Open Sans";
	font-size: 18px;
	text-align: left;
	margin: 5px;

}


/* ================================
Footer
================================= */
footer {
	background: #D0973D;
	color: #fff;
	padding: 50px 0 30px;
}

footer a {
	color: #fff;
}

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

.logo-coar{
	width: 200px;
	margin-left:-20px;

}

/* ================================
more media queries
================================= */

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	h4{
		margin-top: 40px;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}

	.box-organico, .box-organico img {
		text-align: center;
	}
	.box-organico img {
		float: none;
		margin:0 auto;
	}
	.box-organico {
		margin-bottom: 30px;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; padding: 0 40px; }

	.waves-top{
		margin: -2px;
	}

	div.card.card-body{
		margin-bottom: 20px;
	}

	.logos-organicos{
		width: 150px;
		margin-top: 100px;

	}

	.btn-collapse{
		font-size: 12px;
	}

	.div-contacto{
		margin: 20px;
	}

	.div-contacto a{
		font-size: 14px;
	}

	.contacto{
		height: 300px;
	}

}

@media (max-width:992px) {

	.service.carousel .item h4, .service.carousel .item p{
		text-align: center;
	}

	.service p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}

  .navbar-header {
    float: none;
  }
 
  .navbar-left,.navbar-right {
    float: none !important;
  }
 
 .navbar-toggle {
    display: block;
  }
  
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
    
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
    
  .navbar-nav>li {
    float: none;
  }
    
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
    
  .collapse.in{
    display:block !important;
  }
}


@media (max-width:480px){

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}

	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1{
		font-size: 70px;
	}

	.home-logo{
		width: 80%;
	}

	.contacto{
		height: 300px;
	}

}
