/*Aplicado a toda la pagina*/
* {
	font-family:Lato,Helvetica,Arial,sans-serif;
	font-size: 14px;
	box-sizing:border-box;
}


/* Scroll bar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #228B22; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999999; 
}

/*Parte superior de la página*/
header {
	background: 
		url(images/sbuxLogo.png) 4% 1% no-repeat, url(images/learning.png) 94% 1% no-repeat;
	position: sticky;
	top: 0;
    z-index: 1;
    height:100%;
	width: 100%;
	margin: 20px 5px 0px 5px;
	background-color: #ffffff;
    display: block;
    padding: 0px 30px;
}

.menu {
	  margin: 20px 20px 0px 20px;
}

.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: center;
border-top: 4px solid #000000;
border-top-color: #999999;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}

.caret:hover {
display: inline-block;
width: 0;
height: 0;
vertical-align: center;
border-top: 4px solid #000000;
    border-top-color: #000000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}

ul#menuBar {
	text-align:left;
	list-style: none;
	padding: 110px 0px 0px 10px;
	}
ul#menuBar li {
		display: inline;
		padding: 100px 10px 0px 10px;
		font-size: 12px;
	}
	
a:link, a:visited {
		text-decoration: none;
		color: #006644;
}

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

hr {
  border: 0.5px solid grey;
}
	
#menuBar {
	width:100%;
}

/*Parte del centro de la página*/
article {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 0px 30px;
}

#main {
	width: 65%;
    max-width: 100%;
}

#sideBar {
	width: 35%;
    margin: 0px 5px;
    padding: 0px 10px;
}

#summerDrinkImage, #sbuxCapsules {
    text-align: center;
}

#newBevs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#BOF {
    color: #de3038;
}

#SLFT {
    color: #ff7b98;
}

#TMFT {
    color: #ffc100;
}



/*Slideshow del Index*/

.slideshow-container, #idealCoffee {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slides {
  display: none;
  z-index: 0;
  max-height: 30%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background:rgba(255,255,255,0.8);
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: rgba(0,0,0,0.8);
  font-size: 16px;
  padding: 8px 12px;
  bottom: 8px;
  font-weight: bold;
  text-align: center;
  border: 1px solid grey;
  padding: 5px;
  border-radius: 25px;
  background:rgba(255,255,255,0.8);
}

/*Puntos inferiores al slides*/
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #AAC878;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

/*Keyframes por si no lo coje*/
@-webkit-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/*Footer y parte inferior*/
footer {
    display: block;
   height: 35px;
}

#piePagina {
    width: 50%;
    text-align: center;
    float: left;
}

#contact {
    width: 50%;
    float: left;
    text-align: center;
}

#top {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-style: italic;
}
h1 {
	padding: 10px;
	color: #61300d;
	margin: 0px;
}

h2 {
	color: #006400;
	margin: 0px 0px 10px 0px;
        background-color: #e8e8e8;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    /* IE10 */
    background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #cfcfcf;
    height: 42px;
    padding: 0 15px;
    line-height: 42px; 
    font-size: 16px;
}

h3 {
	padding: 10px;
	color: #452209;
    padding: 0 15px;
	margin: 0px;
}

h4 {
	padding: 10px;
	color: #452209;
	margin: 0px;
}

h6 {
    text-align: center;
	padding: 10px;
	color: #452209;
    padding: 15px;
	margin: 0px;
    font-size: 18px;
}

#errorMessage {
    color: darkred;
    
}

/* Texto cafés ideal */

#blondeImages, #mediumImages, #darkImages, #notFound {
    position: relative;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

#blondeImages img, #mediumImages img, #darkImages img{
    position: relative;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}

#blondeText {
  margin: 10px 50px;
  color: #cb9a49;
  font-weight: bold;
}

#mediumText {
   margin: 10px 50px;
   color: #8B4513;
   font-weight: bold;
}

#darkText {
   margin: 10px 50px;
   color: #4B0082;
   font-weight: bold;
}

/*INFORMACIÓN DE BOTONES*/
button {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background-color: #4CAF50;
	border-radius: 10px;
	transition-duration: 0.4s;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#roast, #exercise{
	background-color: #aa7243;
		border-radius: 8px;
}

button:hover{
	background-color: #4CAF50;
	color: white;
}

#blonde, #medium, #dark {
	width:500px;
	margin:0 auto;
}

#progressBG {
  width: 50%;
  background-color: #ddd;
  margin: 0 auto;
}

#barVeranda {
  width: 1%;
  height: 30px;
  background-color: #B5651D;
}

#barColombia, #barGuatemala, #barEthiopia, #barKenya, #barPike, #barHouse {
  width: 1%;
  height: 30px;
  background-color: #683200;
}

#barSumatra, #barVerona, #barEspresso {
  width: 1%;
  height: 30px;
  background-color: #421F00;
}

#playBeans {
	width: 100%;
}
#roastDiv, #blonde, #dark, #medium, #ejer, #playBeans{
	display:none;
}

#beansPic {
	width:80px;
}

#beans {
	width:100%;
	position: relative;
}

#beansBox {
	width:400px;
	height: 300px;
	border: solid 1px black;
	margin: 0 auto;
}
#droppableBlonde, #droppableMedium, #droppableDark {
	width: 300px;
    		display:flex;
	flex-direction:row;
	margin: 20px;
	padding: 5px;
	height: 300px;
	border: solid 1px black;
}
#droppableBlonde {
	background-color: #FFFF99;
	color: black;
}

#droppableMedium {
	background-color: #ce9362;
	color: white;
}

#droppableDark {
	background-color: #5e0087;
	color: white;
}
.cestas{
	width:100%;
	margin: 0 auto;
}
.cafeStarbucks {
	width: 100px;
}
.listadoCafes, #cestas{
	display: flex;
}

/*Cuestionario*/
#question1 {
    display: block;
}
#question2 {
    display: none;
}
#question3 {
    display: none;
}
#send {
    display: none;
}
#load {
    display: none;
}
#loadingPic {
    position: relative;
    margin: auto;
    max-width:50%;
}

#sendForm {
    position: relative;
    margin-top: 10px;
    margin: auto;
}
#imageRoast {

  position: relative;
  margin-top: 15px;
}

#imageFlavorsFruits, #imageFlavorsNuts, #imageFlavorsSpicy, #imageFlavorsCaramelly {
    margin-top: 15px;
    width:100px;
}

#imageIntensity img {
  position: relative;
  margin-top: 15px;
  border-radius: 25px;
  margin: auto;
  margin-top: 10px;
  height: 100px;
}
/*Login*/

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.login {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.login input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.login button, input[type=button] {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  transition: all 0.3 ease;
  cursor: pointer;
}
.login button:hover,.login button:active,.login button:focus, input[type=button]:hover, input[type=button]:active, input[type=button]:focus {
  background: #43A047;
}

