/*----------------------------
GENÉRICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}

body {
  margin: 0;
  padding: 0;
}


body {
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	font-size: 16px;
 	color: #000000;
	overflow-x:hidden;
} 
h1, h2, h3, h4 , h5, h6{
	font-family: 'Montserrat', sans-serif;
  }
	
 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a, a:visited {
	text-decoration: none;
	color: #2e639e;
}
a:focus,
a:hover {
	text-decoration: underline;
	outline:none;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.container {
    max-width: 1120px;
}
.container.full {
    max-width: 1920px;
		padding:0;
}

/*
-------------------------	TEXTO
*/
/*** Header Styles ***/
header {
  width: 100%;
   display: flex;
  background: #ffffff;
}

/*** Navigation Styles ***/
nav {
  width: 100%;
  height: 85px;
  background: #ffffff;
  position: fixed;
	top:0;
	left:0;
	right:0;
  z-index: 10;
	padding-left:0px;
	padding-right:0px;
	display: flex;
  align-items: center;
  transition: all 0.3s;
}
nav > .container {
	display: flex;
  align-items: center;
	justify-content:space-between;
 
}
nav.navShadow {
  height: 60px;
}
nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
ul {
  display: flex;
  align-items: center;
}
 
#logo {
  font-size:18px;
  color:#ab162b;
 	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

/*** Menu Styles ***/
#menu {
  justify-content: flex-end;
}

#menu li {
  margin-left: 5px;
}
#menu  li a {
  display: inline-block;
	padding-left:10px;
	padding-right:10px;
	font-weight:400;
	text-decoration:none;
	color:#606a70;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s;
}
#menu  li a.sho,
#menu  li a:hover,
#menu  li a.active {
	color:#ab162b;
}

#menu-toggle {
  width: 25px;
  height: 55px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
   cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #ab162b;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
   margin: 5px 0;
}
.bar:last-child {
 }

 
#heading {
  width: 120px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-top: 40px;
}

/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 768px) {
  #menu-toggle {
    display: flex;
		order:2;
   }

#menu ul {
    display: inline-block;
    width: 100vw;
    height: 0;
    background: #ffffff;
    position: absolute;
    top: 85px;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
#menu  ul.showMenu {
    height: 250px;
  }
#menu  ul.showMenu li {
    height: 30px;
    opacity: 1;
    visibility: visible;
  }

#menu  li {
    width: 100%;
    height: 30px;
    float: left;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.3s 0.1s;
  }
#menu  li:first-child  {
    margin-top: 30px;
  }

}
.top-social {
	padding-right:20px;
}
.top-social a {
    width: 28px;
    height: 28px;
    background: #ab162b;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
		 margin-left: 5px;
		 transition: all 0.3s 0.1s; 
}

.top-social a:hover {
	background:#606a70;
} 
/*
-------------------------	TEXTO
*/
h1 {
	font-weight:700;
	font-size:38px;
	line-height:1.3;
	color:#606a70;
	position:relative;
} 
h1 span {
	color:#ff552d;
	line-height:1.3;
}

h2 {
	font-weight:300;
	font-size:38px;
	color:#000;
	position:relative;
	text-align:left;
	margin-bottom:30px;
} 

h3 {
	font-size:32px;
	color:#606a70;	
	line-height:1.4;
	position:relative;
	font-weight:300;
	text-align: left;
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}
 
h4 {
	font-size:24px;
	color:#606a70;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:20px;
} 
h5 {
	font-size:21px;
	color:#606a70;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:20px;
}

h5 span {
	font-size:21px;
	color:#606a70;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:20px;
}
 
p {
	font-size:16px;
	color:#606a70;	
	line-height:1.4;
	font-weight:300;
	text-align:left;
 }
strong {
	font-weight:700;
}
.blanco {
	color:#ffffff;
}
.bordo {
	color:#ab162b;
}
 sup {
	 font-size:50%;
	     top: -1em;
 }

@media screen and (max-width:768px) {
	h2 {
 
	}
 
	h4 {
 
	}
	p {
     font-size: 16px;
	}
}
 
/*
-------------------------	secciones general
*/

/*** Hero Section Styles ***/
#hero-section {
	padding:80px 0;
  width: 100vw;
	min-height:100%;
  max-height: calc(100vh - 85px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 85px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}


#hero-section .row {
	align-items:center;
	position:relative;
}
 
#casasco {
	margin-top:80px;
}

#hero-section h2 { 
color:#606a70}
#hero-section img{
	max-height:480px;
	width:auto;
}

/*
-------------------------	home
*/
/* section#emulsion{
	padding-top:90px;
	padding-bottom:40px;
	min-height:600px;
	background:url("../img/bg-emulsion.jpg") no-repeat top right #f5f5f5;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
} */
section#emulsion{
padding-top: 90px;
    padding-bottom: 40px;
    min-height: 600px;
    background: url(../img/bg-emulsion.jpg) no-repeat bottom right #f6f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: 50%;
}

section#emulsion .modulo, 
section#emulsion .modulo h4,
section#emulsion .modulo p {
    text-align: left;
}
section#emulsion .modulo h4 {
		color:#ab162b
}
section#emulsion .modulo p {
    font-size:14px;
}
section#compuestos{
	padding-top:90px;
	padding-bottom:40px;
}
section#compuestos h4{
	color:#ab162b
}

section#avena,
section#aloe-vera{
	padding-top:90px;
	padding-bottom:40px;
	min-height:600px;
 	display:flex;
 	align-items:center;
 }
section#aloe-vera h6{
	background: #a3cf5e;
	padding: 8px 12px;
	display: inline-block;
	color:#ffffff;
	font-weight:700;
}
section#avena h6{
	background: #e2b77d;
	padding: 8px 12px;
	display: inline-block;
	color:#ffffff;
	font-weight:700;
}
section#aloe-vera h4{
	color: #a3cf5e;
	font-weight:500;
}
section#avena h4{
	color: #e2b77d;
	font-weight:500;
}
.cuadro {
	border:1px solid #606a70;
	padding-bottom:25px;
	padding-top:25px;
}
.columna {
	padding:30px 50px;
	display: flex;
	flex-direction:column;
    align-items: center;

}

.columna:nth-child(2) {
	border-left:1px solid #606a70;
	border-right:1px solid #606a70;
}
.columna ul {
	margin-bottom:0;
	flex-direction:column;
	align-items:flex-start;
} 
.columna ul li{
	padding-bottom:20px;
	line-height:1.2;
	position:relative;
}
.columna ul li:after{
	content:'';
	width:8px;
	height:8px;
	border-radius:100%;
	position:absolute;
	left:-15px;
	top:5px;
	background:#a3cf5e;
}
#avena .columna ul li:after{
	content:'';
	width:8px;
	height:8px;
	border-radius:100%;
	position:absolute;
	left:-15px;
	top:5px;
	background:#e2b77d;
}
.modo{
	margin-top:80px;
}
.presentacion {
	background:url("../img/aloe-presentacion.png") no-repeat 30px center #f1f1f1;
	padding:30px 10px 30px 200px;
}   
 .modo p {
	 padding-right:50px;
 }
 
section#banner{
	padding-top:90px;
	padding-bottom:90px;
	min-height:600px;
	background:url("../img/bg-banner.jpg") no-repeat top right #f6f7f9;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}

section#cuidado{
	padding-top:450px;
	padding-bottom:80px;
	min-height:600px;
	background:url("../img/bg-cuidado.jpg") no-repeat top center #ffffff;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}
section#cuidado h3{
	text-align:center;
	margin-bottom:35px;
}

.modulo,
.modulo h4,
.modulo p{
 	text-align:center;
}
 

/*
-------------------------	home
*/
#contacto {
	padding:50px 0;
	text-align:center;
 }
#contacto h3{
	text-align:center;
 }
#formulario {
	padding:40px 0;
	background:url("../img/bg-contacto.jpg") no-repeat left bottom #f6f7f8;
	    background-size: contain;
}
.home-contacto  h2{
	color:#ffffff;
	font-size:52px;
	text-align:center;
	margin-bottom:30px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606a70;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.form-control{
	height:160px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #606a70!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #606a70!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #606a70!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #606a70!important;
}

button.butt{
    background: #ab162b;
    border: 0;
    width: 150px;
    height: 35px;
    color: #ffffff;
}
  
/*
-------------------------	home
*/
footer{
	width:100%;
	background:#ffffff;
	min-height:200px;
	padding:50px 0;
	text-align:center;
}
  
#logo-footer {
  font-size:32px;
  color:#ffffff;
 	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align: center;
	margin-bottom:30px;
}

footer p{
text-align:center;
line-height:1.6;	
}
 
 
/*
-------------------------	RESPO
*/ 

.locales{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.local  {
    text-align: center;
    padding: 0;
    margin-top: 15px;
		width:25%;
}
.local  div{
    background-color: #fcfcfc;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-radius: 2px;
    text-align: center;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
		width:100%;
}
 .local a {
	 position:relative;
	 margin-top:15px;
	 font-size:16px;
	 padding:10px 0 10px 20px;
	 margin:5px 10px;
	 color:#606a70;
 }
 .local a:before {
	 content:'';
	 height:16px;
	 width:16px;
	 background:#7a7475;
	 border-radius:100%;
	 position:absolute;
	 left:0;
	 top:10px;
	 
 }
  .local a.av:before {
		background:#e2b77d;
	}
  .local a.alo:before {
		background:#a3cf5e;
	}
	.local h5 {
		 text-align: center;
    font-size: 16px;
    border-top: 1px solid #606a70;
    margin-top: 15px;
    padding-top: 10px;
	}
	.local.destacada h5 {
		font-weight:600;
	}
/*
-------------------------	RESPO
*/
 
@media screen and (max-width:1024px) {
 
	
}
@media screen and (max-width:768px) {
 

}
@media screen and (max-width:600px) {
  .top-social {
    padding-right: 10px;
		    order: 1; 
    display: flex;
}

.local{
 
    margin-top: 15px;
    margin-bottom: 15px;
		width:100%;
}

}
