@charset "utf-8";
@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft-Black.woff2') format('woff2'),
        url('MADETommySoft-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft.woff2') format('woff2'),
        url('MADETommySoft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft-Bold.woff2') format('woff2'),
        url('MADETommySoft-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft-ExtraBold.woff2') format('woff2'),
        url('MADETommySoft-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft-Medium.woff2') format('woff2'),
        url('MADETommySoft-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft-Light.woff2') format('woff2'),
        url('MADETommySoft-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('MADETommySoft-Thin.woff2') format('woff2'),
        url('MADETommySoft-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
body{
		padding: 0;
		margin: 0;
		height: 100vh;
		width: 100%;
		background: #440a00;
		font-family: 'MADE Tommy Soft';
		font-weight: 300;
	}
b{
	font-weight: 500;
}
a, a:hover, a:focus, a.active {
    text-decoration: none;
	color: #000000;
}
.nav ul li a {
    text-decoration: none !important;
	color: rgba(255,255,255,.7) !important;
}
p{
	text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    color: #6F6F6F;
}
.productos p {
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
    color: #6F6F6F;
    margin-bottom: 0;
}
.nosotros p {
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    color: #6F6F6F;
    margin-bottom: 15px;
}
.nosotros p:last-child {
    margin-bottom: 0;
}
.amarillo h2 {
    font-size: 1.4em;
    margin: 10px 0;
}
.amarillo p {
    font-size: 1em;
    margin: 8px 0;
	color: #000000;
}
.nosotros h3 {
    font-weight: 300;
    margin: -7px auto 10px;
    padding: 0 0 15px;
    text-align: left;
    font-size: 28px;
    line-height: 1.2em;
    color: #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
}
.bloque {
    padding: 60px 0;
}
#products {
	text-align: center;
	margin: 10px 0;
}
#products img {
    width: 100%;
    height: auto;
    max-width: 140px;
	text-align: center;
	margin: auto;
}
#products .small, #products small {
    font-size: .875em;
    height: 58px;
    padding-top: 10px;
    display: block;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.cafegourmet h4 {
    font-weight: 400;
    margin: 40px auto 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.2em;
    color: #6F6F6F;
}
.cafegourmet p {
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    color: #6F6F6F;
}
.nav{
		padding: 0;
		margin: 0;
		height: 18vh;
		width: 100%;
		background: #440A00;
	}
	.content{
		padding: 0;
		margin: 0;
		height: 73vh;
		width: 100%;
	}
	.col-left{
		height: 100%;
		width: 35%;
		margin: 0;
		padding: 0;
		float: left;
	}
	.col-right{
		height: 100%;
		width: 65%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}
	.col-abierto{
		background: #E1CFBD;
		width: 100%;
		height: 43vh;
		margin: 0;
		padding: 0;
		float: left;
	}
	.col-item{
		width: 25%;
		height: 30vh;
		margin: 0;
		padding: 0;
		float: left;
		display: table;
	}
	.nav .logo{
		width: 32%;
		height: auto;
		margin: auto;
		text-align: center;
		position: relative;
		overflow: visible;
		top: 40px;
		z-index: 2;
	}
	.navbar-toggler {
		padding: .25rem .55rem;
		font-size: inherit;
	}
	.menu-cont{
		height: 100%;
		width: 65%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
		display: table;
		z-index: 1;
	}
	.nav ul{
		margin: 0 auto;
		padding: 0;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.nav ul li{
		font-size: 14px;
		padding: 0;
		font-weight: 500;
		text-align: center;
		list-style: none;
		display: inline-flex;
	}
	a, a:hover, a:focus, a.active{
		text-decoration: none;
	}
	.nav ul li a{
		color: rgba(255,255,255,.7);
		text-decoration: none;
		padding: 0px 15px 1px;
		transition: background ease-in-out .4s;
		-webkit-transition: background ease-in-out .4s;
		-moz-transition: background ease-in-out .4s;
		transition: color ease-in-out .4s;
		-webkit-transition: color ease-in-out .4s;
		-moz-transition: color ease-in-out .4s;
		
	}
	.nav ul li a:hover{
		color: #E1CFBC;
		text-decoration: none;
		transition: background ease-in-out .4s;
		-webkit-transition: background ease-in-out .4s;
		-moz-transition: background ease-in-out .4s;
		transition: color ease-in-out .4s;
		-webkit-transition: color ease-in-out .4s;
		-moz-transition: color ease-in-out .4s;
		
	}
	.nav ul li a.active{
		background: #F93549;
		text-decoration: none;
		border-radius: 25px;
		color: rgba(255,255,255,1);
		padding: 0px 15px 1px;
		transition: background ease-in-out .4s;
		-webkit-transition: background ease-in-out .4s;
		-moz-transition: background ease-in-out .4s;
		transition: color ease-in-out .4s;
		-webkit-transition: color ease-in-out .4s;
		-moz-transition: color ease-in-out .4s;
		
	}
	.footer{
		padding: 0;
		margin: 0;
		height: 9vh;
		width: 100%;
		background: #E1CFBD;
		display: table;
	}
	.izq{
		width: 75%;
		height: 43vh;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		float: left;
		display: table;
	}
	.izq .centrado{
		vertical-align: middle;
		display: table-cell;
		height: 43vh;
		text-align: center;
		margin: auto;
	}
	.izq .centrado p {
		color: #1D1D1B;
		font-size: 18px;
		font-weight: 500;
		padding: 0 10%;
		margin-bottom: 30px;
		text-align: center;
	}
	.izq .centrado a {
		border-radius: 25px;
		background: #F93549;
		color: #E1CFBD;
		border: #F93549;
		font-size: 24px;
		line-height: 1.1em;
		padding: 2px 25px 7px;
		transition: all ease-in-out .4s;
		text-decoration: none;
		font-weight: 500;
		}
	.der{
		width: 25%;
		height: 43vh;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		float: left;
	}
	.der.cafeGourmet{
		background: url("../img/elemento-expandido-cafe-gourmet.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.iconItem {
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		position: relative;
		cursor: pointer;
	}
	.iconItem img{
		width: 60%;
		text-align: center;
		margin: auto;
		vertical-align: middle;
		display: table-cell;
		height: 30vh;
		padding: 0;
	}
	.productosItem{
		background: url("../img/home-img-01.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.nosotrosItem{
		background: url("../img/home-img-03.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.contactoItem{
		background: url("../img/home-img-02.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.cafeGourmetItem{
		background: url("../img/home-img-04.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.video{
		background: #000;
		width: 100%;
		height: 100%;
	}
	.videoInner{
		width: auto;
		height: 100%;
		margin-left: -37.5%;
	}
	.footer .small{
		color: #000;
		font-size: 12px;
		margin: auto;
		padding: 0 20px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		position: relative;
		height: 9vh;
		line-height: 14px;
	}
	.nav ul li a.liRedes{
		padding: 0 0 1px 15px;
	}
	.icon-redes{
		max-width: 20px;
		width: 100%;
		height: auto;
		position: relative;
		top: -3px;
	}
	.container-video {
		overflow: hidden;
	}
	.home-img-cont {
		background-image: url('../img/elemento-expandido-cafe-gourmet.jpg');
		background-size: cover;
		background-position: center;
	}
/* ICONOS MENU */

/* ICONOS */
.item {
  position: relative;
}

.item .icon-menu{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(47, 5, 5, 0.6);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.item .icon-menu svg{
  width: 80%;
  margin: 10%;
}
.instagram {
    margin-left: 8px;
}
/* NOMBRE PRODUCTO */
.item .icon-menu p{
  display: none;
}
/* NOMBRE PRODUCTO */
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    padding: 0;
}
.menu {
    float: right;
    width: auto;
	width: 70%;
	margin: auto;
}
.menu ul{
    margin: auto;
    text-align: center;
}
.navbar-toggler{
    position: relative;
    top: 10px;
    right: 10px;
}
.navbar-toggler {
	position: relative;
	top: 0;
	right: 5%;
}
.navbar-collapse {
	align-items: left;
	background: #440A00;
	max-width: 100%;
	width: 100% !important;
	padding: 0;
	margin: 0 !important;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
.facebook, .instagram {
    display: block;
    width: 30px;
    height: auto;
    position: relative;
    top: -2px;
}
.redes-m{
	display: none;
}
.row.sin-margen {
    margin: 0;
}
.correctionMP{
	margin: auto;
	padding: 0;
}
.inner-section{
    background: #FFFFFF;
}
.col-form-label {
    padding-bottom: 0;
    padding-top: 12px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input:hover, input.form-control:hover, textarea:hover, textarea.form-control:hover {
    background-color: #fffbf7;
	transition: background-color .3s ease-in-out;
}
input:focus, input.form-control:focus {
    background-color: #fffbf7;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
textarea:focus, textarea.form-control:focus {
    background-color: #fffbf7;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-control:focus {
	background-color: #fffbf7;
    color: #212529;
    border-color: #440a00;
    outline: 0;
	transition: border-color .3s ease-in-out;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
a.btn-red{
	border-radius: 25px;
	background: #F93549;
	color: #E1CFBD;
	border: #F93549;
	font-size: 24px;
	line-height: 1.1em;
	padding: 2px 25px 7px;
	transition: all ease-in-out .4s;
	text-decoration: none;
	font-weight: 500;
}
a.btn-red:hover{
	color: #fffbf7;
	border: #d53443;
	transition: all ease-in-out .4s;
	box-shadow: none;
	text-decoration: none;
}

button.btn-red{
	border-radius: 25px;
	background: #F93549;
	color: #E1CFBD;
	border: #F93549;
	font-size: 24px;
	line-height: 1.1em;
	padding: 2px 25px 7px;
	transition: all ease-in-out .4s;
	text-decoration: none;
	font-weight: 500;
}
button.btn-red:hover{
	color: #fffbf7;
	border: #d53443;
	transition: all ease-in-out .4s;
	box-shadow: none;
	text-decoration: none;
}
.cont-boton-form {
    margin-top: 30px;
    font-size: 16px;
}
.graciasForm {
    background-color: rgba(141,238,159,0.4);
    padding: 20px;
    border-radius: 25px;
    color: #666;
    display: none;
}
.noSee {
  display: none !important;
}

label.error{
  color: #F93549;
  background: #ffe9d2;
  margin: 5px 0;
  font-size: 12px;
}
.contacto {
    align-items: center;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin: auto;
    padding: 0 10%;
    height: 73vh;
}
.cafegourmet{
    align-items: center;
    vertical-align: middle;
    text-align: left;
    margin: auto;
    padding: 0 10%;
    height: 73vh;
}
.nosotros{
    align-items: center;
    vertical-align: middle;
    text-align: left;
    margin: auto;
    padding: 10%;
    height: auto;
}
.productos{
    align-items: center;
    vertical-align: middle;
    text-align: left;
    margin: auto;
    padding: 10%;
    height: auto;
}
.scrollY{
    overflow-y: scroll;
}
.cafegourmet .col-lg-4{
    min-height: 74%;
}
.cafegourmet p {
    margin-bottom: 0;
}
.amarillo {
    background: #FFC844;
    position: relative;
    padding: 60px 40px 0 !important;
    /* align-items: center; */
}

@media (max-width: 1440px){ 
	.cafegourmet .col-lg-4 p{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1440px) and (min-height: 900px) { 
	.cafegourmet .col-lg-4 {
		min-height: 59%;
	}
	.nav .logo {
		width: 44%;
	}
	.nav .logo {
		top: 48px;
	}
	.col-item {
		height: 26vh;
	}
	.iconItem img {
    	height: 26vh;
	}
	.izq {
		height: 47vh;
	}
	.izq .centrado {
		height: 47vh;
	}
	.der {
		height: 47vh;
	}
	.col-abierto {
		height: 47vh;
	}
	.videoInner{
		margin-left: -63.5%;
	}
}
@media screen and (min-width: 1280px) and (min-height: 800px) { 
	.nav .logo {
		width: 41%;
	}
	.nav .logo {
		top: 40px;
	}
	.col-item {
		height: 26vh;
	}
	.iconItem img {
    	height: 26vh;
	}
	.izq {
		height: 47vh;
	}
	.izq .centrado {
		height: 47vh;
	}
	.der {
		height: 47vh;
	}
	.col-abierto {
		height: 47vh;
	}
	.cafegourmet .col-lg-4{
		min-height: 65%;
	}
	.videoInner {
		margin-left: -64.5%;
	}
}
@media screen and (min-width: 1280px) and (device-height: 950px) { 
	.cafegourmet .col-lg-4 {
		min-height: 55%;
	}
	.videoInner {
		width: auto;
		height: 100%;
		margin-left: -87.5%;
	}
}	
@media (max-width: 1024px) {
	.nav .logo {
		width: 44%;
	}
}
/*iPad Landscape*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.cafegourmet .col-lg-4 {
		min-height: 70%;
	}
}
/* Ipad Pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
	.nav .logo {
		width: 27%;
		height: auto;
		margin: 0;
		text-align: left;
		position: absolute;
		overflow: visible;
		top: 10px;
		z-index: 12;
		left: 5%;
	}
	.logo img {
		vertical-align: middle;
		max-width: 48%;
		padding-top: 7px;
	}
	.content {
		padding: 0;
		margin: 0;
		height: auto;
		width: 100%;
	}
	.col-left {
		width: 100%;
		height: auto;
		max-height: 30vh;
		overflow: hidden;
	}
	.video {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.videoInner {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.container-fluid {
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
		display: block !important;
	}
	.col-right {
		height: auto;
		width: 100%;
	}
	.izq {
		height: 35vh;
	}
	.izq .centrado {
		height: 35vh;
	}
	.der {
		height: 35vh;
	}
	.col-abierto {
		height: 35vh;
	}
	.izq .centrado p {
		margin-bottom: 20px;
	}
	.col-item {
		height: 20vh;
	}
	.iconItem img {
    	height: 20vh;
	}
	.footer {
		height: 7vh;
	}
	.footer .small {
		height: 7vh;
	}
	.iconItem img {
		width: 65%;
		height: 20vh;
	}
	.nav {
		padding: 0;
		margin: 0;
		height: 8vh;
		width: 100%;
		background: #440A00;
	}
	.menu-cont {
		width: 65%;
		float: right;
	}
	.navbar-collapse{
		background: none;
	}
	.contacto {
		height: 55vh;
	}
	.cafegourmet {
		height: 55vh !important;
	}
	.cafegourmet .col-lg-4 {
		min-height: 55%;
	}
}
@media (max-width: 991px) {
	#products {
		max-width: 33.33333%;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 0px 6px 0px;
		font-size: 15px;
	}
	.navbar-brand {
		top: -34px;
		left: 10px;
		margin: 0;
	}
	.navbar-toggler {
		position: relative;
		top: 0;
		right: 5%;
	}
	.navbar-dark .navbar-nav .nav-link.facebook, .navbar-dark .navbar-nav .nav-link.instagram {
		display: none;
	}
	.nav-item.active .nav-link, .nav-item.active .nav-link:hover {
		background: transparent;
		border-radius: none;
		color: rgba(255,255,255,1);
		text-decoration: none;
		padding: 8px 6px 8px;
		font-size: 17px;
	}
	.redes-m{
		display: block;
	}
	.redes-m ul {
		margin: 0;
		padding: 0;
		width: auto;
		position: absolute;
		right: calc(5% + 80px);
		top: -1px;
	}
	.nav-item-m{
		list-style: none;
		display: inline-block;
	}
	.nav-item-m{
		list-style: none;
		display: inline-block;
	}
	.facebook img, .instagram img {
    	width: 20px;
	}
	.instagram img{
		margin: 0 14px 0 0;
	}
	.custom-toggler.navbar-toggler {
	  border-color: #E1CFBC;
	}
	.custom-toggler.navbar-toggler:focus {
	  border-color: #E1CFBC;
	}
	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: 0 0 0 0.1rem;
	}
	.redes-m{
		display: block;
	}
	.custom-toggler.navbar-toggler {
	    border-color: #E1CFBC;
	}
	.custom-toggler.navbar-toggler:focus {
	    border-color: #E1CFBC;
	}
	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: 0 0 0 0.1rem;
	}
	.nav {
		height: 8vh;
		padding: 25px 0;
		min-height: 80px;
	}
	.menu ul {
		margin: 0;
		width: 100%;
		display: table;
	}
	.navbar-collapse {
		top: 21px;
		z-index: 10;
		width: 100% !important;
		height: auto;
		padding: 21px 0;
	}
	.menu-cont{
	    width: 100%;
	}
	.nav .logo {
		width: 27%;
		height: auto;
		margin: 0;
		text-align: left;
		position: absolute;
		overflow: visible;
		top: 10px;
		z-index: 12;
		left: 5%;
	}
	.nav ul li {
		font-size: 21px;
		padding: 6px;
		font-weight: 400;
		list-style: none;
		display: block;
		text-align: center;
	}
	.logo img {
		vertical-align: middle;
		max-width: 48%;
		padding-top: 7px;
	}
	.content {
		padding: 0;
		margin: 0;
		height: auto;
		width: 100%;
	}
	.col-left {
		width: 100%;
		height: auto;
		max-height: 30vh;
		overflow: hidden;
	}
	.col-left.amarillo { 
		position: relative;
		padding: 60px 20px 0;
		max-height: 100%;
		height: auto;
	}
	.amarillo {
		padding: 7% 6% 6% !important;
	}
	.video {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.videoInner {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.container-fluid {
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
		display: block !important;
	}
	.navbar-dark .navbar-toggler {
		position: relative;
		right: 5%;
		float: right;
	}
	.nav ul li.nav-item-m {
		font-size: 14px;
		padding: 3px;
		font-weight: 500;
		list-style: none;
		display: inline-block;
		text-align: center;
		line-height: 72px;
	}
	.nav ul li.nav-item-m a {
		color: rgba(255,255,255,.7);
		text-decoration: none;
		padding: 10px 0 0;
		transition: background ease-in-out .4s;
		transition: color ease-in-out .4s;
	}
	.col-right {
		height: auto;
		width: 100%;
	}
	.izq {
		height: 35vh;
	}
	.izq .centrado {
		height: 35vh;
	}
	.der {
		height: 35vh;
	}
	.col-abierto {
		height: 35vh;
	}
	.izq .centrado p {
		margin-bottom: 20px;
	}
	.col-item {
		height: 20vh;
	}
	.iconItem img {
    	height: 20vh;
	}
	.footer {
		height: 7vh;
	}
	.footer .small {
		height: 7vh;
	}
	.facebook, .instagram {
		width: 36px;
		top: -10px;
	}
	.facebook img, .instagram img {
		width: 24px;
		height: auto;
	}
	.navbar-collapse {
		background: #2e0700;
		padding-top: 32px;
	}
	.iconItem img {
		width: 65%;
		height: 20vh;
	}
	.contacto {
		height: auto;
		padding: 5% 5% 6%;
		margin: auto;
	}
	.cafegourmet {
		height: auto;
		padding: 6.5% 5% 6.5%;
		margin: auto;
	}
	.nosotros {
		height: auto;
		padding: 6.5% 5% 6.5%;
		margin: auto;
	}
	.productos{
		height: auto;
		padding: 6.5% 5% 6.5%;
		margin: auto;
	}
	.cafegourmet p{
		margin-bottom: 6%;
	}
	.cafegourmet .col-lg-4 p{
		margin-bottom: 8%;
	}
	.cafegourmet .col-lg-4:last-child p{
		margin-bottom: 0;
	}
}
@media (max-width: 768px){ 
	.cafegourmet {
		padding: 7% 5% 7%;
	}
	.nosotros {
		padding: 7% 5% 7%;
	}
	.productos {
		padding: 7% 5% 7%;
	}
	.nosotros h3 {
		margin: 5% auto 10px;
	}
	.bloque {
		padding: 8% 0;
	}
	.nosotros p:last-child {
		margin-bottom: 0;
	}
	.padd-0{
		padding: 0;
	}
}
@media (min-width: 800px) and (min-height: 1280px) and (orientation: portrait) { 
	.redes-m ul {
		top: 10px;
	}
	.col-abierto {
		height: 35vh;
	}
	.izq {
		height: 35vh;
	}
	.izq .centrado {
		height: 35vh;
	}
	.logo img {
		vertical-align: middle;
		max-width: 53%;
		padding-top: 7px;
	}
	.facebook, .instagram {
		top: 0;
	}	
	.contacto {
		height: 55vh;
	}
	.cafegourmet {
		height: auto;
	}
	.cafegourmet h4 {
		margin: 30px auto 0;
	}
}
@media (max-width: 720px) and (max-height: 540px) { 
	.der {
		height: 45vh;
	}
	.col-abierto {
		height: 45vh;
	}
	.izq {
		height: 45vh;
	}
	.izq .centrado {
		height: 45vh;
	}
	.col-item {
		height: 30vh;
	}
	.col-item img{
		height: 30vh;
	}
	.footer {
		height: 9vh;
		line-height: 13px;
	}
	.footer .samll{
		height: 9vh;
	}
	.nav .logo {
		width: 24%;
	}
}
@media (max-width: 600px) {
	#products {
		max-width: 50%;
	}
	#products .small, #products small {
		height: 68px;
	}
	.amarillo{
	    padding: 6% 5% 5% !important;
	}
	.izq {
		width: 100%;
		height: 20vh;
	}
	.izq .centrado {
		height: 20vh;
	}
	.col-abierto {
		height: 20vh;
	}
	.der {
		display: none;
	}
	.col-item {
		height: 20vh;
		width: 50%;
		float: left;
		display: inline-block;
	}
	.iconItem img {
		width: 65%;
		height: 20vh;
	}
	.col-left {
		width: 100%;
		height: auto;
		max-height: 24vh;
		overflow: hidden;
	}
	.facebook img, .instagram img {
		width: 20px;
		height: auto;
	}
	.footer{
		height: 10vh;
	}
	.footer .small {
		font-size: 11px;
		height: 10vh;
		line-height: 13px;
	}
	.izq .centrado p {
		font-size: 17px;
		font-weight: 500;
		padding: 0 7%;
		margin-bottom: 20px;
		line-height: 21px;
	}
	.col-abierto {
		height: 39vh;
	}
	.izq {
		height: 37vh;
	}
	.izq .centrado {
		height: 37vh;
	}
	.col-item {
		height: 30vh;
	}
	.col-item img{
		height: 30vh;
	}
	.redes-m ul {
		right: calc(5% + 60px);
	}
	.facebook, .instagram {
		width: 27px;
		top: 2px;
	}
	.facebook, .instagram {
		width: 27px;
		top: -9px;
	}
	.cafegourmet h4 {
		margin: 20px auto 0;
	}
}
@media (max-width: 420px) {
	.logo img {
		vertical-align: middle;
		max-width: 79%;
		padding-top: 7px;
	}
	.izq .centrado p {
		font-size: 17px;
		font-weight: 500;
		padding: 0 7%;
		margin-bottom: 20px;
		line-height: 21px;
	}
	.col-abierto {
		height: 29vh;
	}
	.izq {
		height: 27.5vh;
	}
	.izq .centrado {
		height: 27.5vh;
	}
	.col-item {
		height: 24vh;
	}
	.col-item img{
		height: 24vh;
	}
	.footer{
		height: 10vh;
	}
	.footer .small {
    	height: 10vh;
	}
	.logo img {
		vertical-align: middle;
		max-width: 80%;
		padding-top: 7px;
	}
	.contacto {
		height: auto;
		padding: 20px 10px 30px;
		margin: auto;
	}
	.cafegourmet {
		height: auto;
		padding: 30px 10px 30px;
		margin: auto;
	}
	.nosotros {
		height: auto;
		padding: 30px 10px 30px;
		margin: auto;
	}
	.productos {
		padding: 7% 5% 7%;
	}
}
@media (max-width: 376px) {
	.col-abierto {
		height: 40vh;
	}
	.izq {
		height: 37.5vh;
	}
	.logo img {
		vertical-align: middle;
		max-width: 84%;
		padding-top: 7px;
	}
}
@media (max-width: 320px) {
	.col-abierto {
		height: 40vh;
	}
	.izq {
		height: 37.5vh;
	}
	.footer .small {
		font-size: 10px;
		height: 10vh;
		line-height: 12px;
	}
	.izq .centrado p {
		font-size: 15px;
	}
	.nav .logo {
		width: 33%;
	}
}
@media (max-width: 280px) {
	.nav .logo {
		width: 37%;
	}
}