/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;	
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	min-width: 100vw;
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
.clear{
	float: none;
	flex: none;
	display: block;
}

#ALERTA{
	background: #0071dc;
	border: 1px solid #2a12ff;
	color: #fff;
	border-radius: 15px;
	margin: 20px;
	padding: 10px 20px;
	text-align: center;
	display: none;
}
#ALERTA p{
	color: #fff;
	text-align: center;
}
.PORCOMPA{
	display: block;
	width: 100%;
	background: #2a12ff;
	color: #ccc;
	position: fixed;
	bottom: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1.5rem;
	cursor: pointer;
	z-index: 1000;
	animation: blink 1s linear infinite;
	-webkit-animation: blink 1s linear infinite;
}
@keyframes blink {
	0% {
		background: #2a12ff;
	}
	49% {
		background: #2a12ff;
	}
	50% {
		background: #fa3333;
	}
	99% {
		background: #fa3333;
	}
	100% {
		background: #2a12ff;
	}
  }


#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
	position:absolute;
    top:45px;
    z-index: 9999;
    width: 98%;
	box-shadow:inset 0px 0px 0px 1px #1177ca;
	border-radius: 2rem;
	overflow: hidden;
	background-color: #EEEEEE;
}
#suggestions .suggest-element {
    cursor: pointer;
	color: #3a3a3a;
    padding: 2px;
	font-size: 1rem;
    width: 100%;
    float: left;
	margin: 1px;
	border-radius: 2rem;
}
#suggestions .suggest-element img{
	width: 20%;
	vertical-align: middle;
}
#suggestions .suggest-element:hover {
    background-color: #d6d4d4;
}

#whatsapp {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}
#whatsapp img {
	height: 100px;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
 }

/*--recibir--*/
.aviso{
    background: #fff;
    padding: 2em;
    width: 100%;
	max-width: 900px;
    margin: auto;
    text-align: justify;
    color: #3a3a3a;
}
.aviso h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 800;
    font-size: 30px;
    text-align: justify;
    color: #3a3a3a;
}
.aviso p {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
    display: block;
    font-weight: 500;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.aviso ul {
    font-size: 1.6rem;
    list-style: disc;
    margin: 0 0 1.5em 3em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-weight: 500;
}
.aviso ol {
    font-size: 1.6rem;
    margin: 0 0 1.5em 3em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-weight: 500;
}
.aviso li {
    font-weight: 500;
    display: list-item;
    text-align: -webkit-match-parent;
}


img{
	max-width: 100%;
}
.meses{
	max-width: 90%;
	margin: 0px auto;
	display: block;
}
.titulos{
	color: #0071dc;
	text-align: center;
}
.FILTROS{
	background: #ccc;
	width: 300px;
}
#carrusel {
	padding: 0px;
	width: 100%;
	margin: 0px auto;
}
#header-logo {
	width: calc(100% - 40px);
}
.logo{
	float: left;
}
.logo img {
	max-width: 200px;
}

.flexer{
	display: flex;
}

footer{
	background: #1177ca;
	color: #fff;
	padding: 50px;
}
footer .flexer{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: stretch;
}
footer a{
	color: #fff;
	display: block;
	font-size: 1.2rem;
}
footer a:hover{
	color: #fff;
}
.fa{
	color: #fff;
}

@media (max-width: 900px){
	header {
		color: #fff;
		padding: 10px 0px 0px 0px;
		min-width: 100%;
		top: 0;
		z-index: 1000;
	}
	#header-logo {
		display: block;
		justify-content: space-between;
		align-items: center;
		text-align: center;

		width: calc(100% - 20px);
	}
	.logo{
		float: none;
	}

	#whatsapp {
		bottom: 0px;
		right: 0px;
	}
	#whatsapp img {
		height: 80px;
		filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
	 }

}








/* EL POP-UP */
.login-popup {
	display: none; 
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
  }
  .centrador{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 20px 10px;
	animation: banish 1.1s;
	overflow-y: scroll;
  }
  /* RECUADRO */
  .form-container {
	width: 1200px;
	height: auto;
	padding: 10px;
	background: #fff;
	color: #000;
	text-align:center;
	margin: auto;
	border-radius: 10px;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 20px 30px -10px, rgba(191, 191, 191, 1) 0px 0px 0px 2px, rgba(255, 255, 255, 1) 0px 0px 0px 2px inset;
  }
  .form-container h1{
	font-size: 1.5rem;
	color: #1177ca;
	font-weight: 500;
  }
  .divisor{
	  width: 100%;
	  display: flex;
	  overflow-x: scroll;
  }
  .divisor div{
	flex: 0 0 32%;
	vertical-align: middle;
	border-width: 0px;
	border-style: solid;
	background: #bebebe;
	border-radius: 10px;
	margin: 10px;
  }
  .divisor div .QUITAR{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
	margin-top: -5px;
  }
  .divisor div .QUITAR p{
	background: #fff;
	color: #000;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
  }
  .divisor div .QUITAR{
	text-decoration: none;
  }
  .divisor div .cell{
	text-align: left;
	font-size: 1.2rem;
	font-weight: 400;
  }
  .divisor div .cell img{
	  width: 90%;
	  margin: 10px auto;
  }
  
  .cerrar {
	  max-width:30px;
	  float: right;
	  cursor: pointer;
  }
  
  @keyframes banish {
	0% {opacity:0} 
	50% {opacity:0} 
	100% {opacity:1}
  }
  
  @media (max-width: 900px){
	  .centrador{
		background-color: rgba(0,0,0,0.5);
		padding: 20px 5px;
		animation: banish 1.1s;
		overflow-y: scroll;
	  }
	  /* RECUADRO */
	  .form-container {
		width: 90%;
		margin: 10px auto;
		height: auto;
		padding: 5px;
		position: relative;
		text-align:center;
		border-radius: 10px;
	  }
	  .divisor{
		  width: 100%;
	  }
	  .divisor div{
		flex: 0 0 75%;
		vertical-align: middle;
		border-width: 0px;
		border-style: solid;
		background: #bebebe;
		border-radius: 10px;
		margin: 10px;
	  }


	  #suggestions {
		box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
		height: auto;
		position:absolute;
		top:45px;
		z-index: 9999;
		width: 98%;
		box-shadow:inset 0px 0px 0px 1px #1177ca;
		border-radius: 2rem;
		overflow: hidden;
		background-color: #EEEEEE;
	}
	#suggestions .suggest-element {
		cursor: pointer;
		color: #3a3a3a;
		padding: 2px;
		font-size: 1rem;
		width: 100%;
		float: left;
		margin: 1px;
		border-radius: 2rem;
		text-align: center;
	}
	#suggestions .suggest-element img{
		width: 40%;
		display: block;
		margin: auto;
		vertical-align: text-bottom;
	}
	#suggestions .suggest-element:hover {
		background-color: #d6d4d4;
	}
  }