*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

html {
  min-height: 100%;
  position: relative;
}

body{
	width: 100%;
	background: fixed no-repeat;
	background-size: cover;
	background-image: url("img/Fondo Menu SomoS.png");
	font-family: 'Trajan Pro Regular', serif;
}

@font-face {
  font-family: 'CroissantOne';
  src: url('CroissantOne-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Trajan Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Trajan Pro Regular'), url('TrajanPro-Regular.woff') format('woff');
}
    

@font-face {
  font-family: 'Trajan Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Trajan Pro Bold'), url('TrajanPro-Bold.woff') format('woff');
}

h1{
	font-family: 'CroissantOne', cursive;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
}

/* -----  MENÚ  ----- */

header{
	width: 100%;
	position: fixed;
	background: #f8f8f8;
	z-index: 9999;
}

nav{
		padding-top: 0px;
		background: #f8f8f8;
	}
	.menu{
		display: none;
		width: 100%;
		background: #f8f8f8;
		table-layout: fixed;
	}
	.menu ul{
		display: block;
	}
	.menu > li{
		display: block;
		font-size: 1em;
		vertical-align: middle;
		overflow: hidden;
		width: 100%;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	}
	.trimenu{
		background: #f8f8f8;
		display: block;
		width: 100%;
		vertical-align: top;
	}
	#naveg{
		display: block;
		width: 100%;
		background: black;
		outline: none;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
		box-shadow: 1px 1px rgba(0,0,0,1);
	}
	#naveg span{
		float: right;
		color: white;
		padding: 7px 15px 7px 0px;
		font-size: 20px;
		text-align: left;
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	}
	.menu li a{
		display: inline-block;
		text-decoration: none;
		margin: 1%;
		font-size: 1em;
		color: black;
		font-family: 'Trajan Pro Regular', serif;
		padding: 7px 0px 0px 0px;
}


/* -----  SCC DERECHA  ----- */

.sccderecha{
	display: block;
	width: 80%;
	margin-left: 10%;
}

.sccderecha .listaBodega li{
	font-family: 'Trajan Pro Regular';
}

.sccizquierda{
	display: block;
	width: 80%;
	margin-left: 10%;
}

.sccizquierda .listaBodega li{
	font-family: 'Trajan Pro Regular';
}


/* -----  BOX  ----- */

.box {
	margin-top: 3em;
  display: flex;
  justify-content: space-between;
}

.box h1{
	font-family: 'Trajan Pro Bold';
}

.language-selector {
  text-align: right;
  margin-right: 2%;
  padding: 0.5rem;
}

.language-selector a img{
	width: 50px;
}



/* -----  ICONO  ----- */

.icon-arrow-up{
	display:none;
	padding:20px;
	background:#caa368;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 9998;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	box-shadow: 1px 1px 0px rgba(0,0,0,.2);
}


/* -----  CONTENIDO  ----- */

.contenido{
	padding-top: 50px;
	width: 96%;
	margin: 0% auto;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 5%;
  right: 4%;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, .8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


#ImgComida{
	width: 560px;
}

/* -----  SCC BLOG  ----- */

.sccblog{
	margin-bottom: 10%;
}
.post{
	float: left;
	width: 46%;
	border: 2px solid lightblue;
	margin: 0% 2% 10% 2%;
}
.post p{
	margin: 2% 5%;
	text-align: justify;
}
.post img{
	width: 90%;
	margin: 5% auto;
}


/* -----  FORMULARIO 2  ----- */

.formu2{
	width: 45%;
	margin: 3% auto;
	text-align: center;
	min-width: 300px;
}
.formu2 form{
	margin-right: 4%;
	border: 2px solid white;
	background-color: white;
	padding-top: 2%;
	border-radius: 25px;
	padding-bottom: 1%;
}
.formu2 input{
	height: 30px;
    width: 90%;
    padding-left: 7px;
    background-color: lightgrey;
    color: black;
    border-radius: 15px;
}
.formu2 textarea{
	padding-top: 5px;
	padding-left: 7px;
	background-color: lightgrey;
    color: black;
    min-height: 20%;
    max-height: 20%;
    max-width: 90%;
    min-width: 90%;
    border-radius: 15px;
}

.formu2 input[type='submit']{
	color: white;/*#c59d5f*/
	font-size: 1.5em;
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 0.2em 0em 1.5em 0em;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0024fe;
    cursor: pointer;
 
    background: #a6dfee;
    background: -moz-linear-gradient(top, #3a53f0 0%, #78a9fc 100%);
    background: -webkit-linear-gradient(top, #3a53f0 0%,#78a9fc 100%);
}
.formu2 input[type='submit']:hover{
    background: #78a9fc;
    background: -moz-linear-gradient(top, #85badf 0%, #a6dfee 100%);
    background: -webkit-linear-gradient(top, #85badf 0%,#a6dfee 100%);
}
.formu2 input[type='submit']:active{
    background: #3a53f0;
    background: -moz-linear-gradient(top, #a6dfee 0%, #78a9fc 100%);
    background: -webkit-linear-gradient(top, #a6dfee 0%,#78a9fc 100%);
}

.formu2 p{
	color: black;
	font-size: .8em;
	margin: 0px 4px;
}


/* -----  FOOTER  ----- */

footer{
	height: 50px;
	background-color: black;
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* -----  METAVIEWPORTS  ----- */

@media screen and (max-width:1300px){
	.volver{
		font-size: 1.5em;
	}
}

@media screen and (max-width:1050px){
}

@media screen and (max-width:850px){
	.volver{
		font-size: 1em;
	}
	.language-selector a img{
		width: 30px;
	}
}

@media screen and (max-width:720px){
	#ImgComida{
		width: 100%;
	}
}

@media screen and (max-width:480px){

}