@charset "UTF-8";

body{
	margin: 0 auto;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

a{
	color: inherit;
	text-decoration: none;
}

h1{
	margin: 0;
}

h2{
	margin: 0;
}

h3{
	margin: 0;
}

p{
	margin: 0;
}

.wrap{
	margin: 20px;
	display: grid;
	gap: 20px;
}

.header{
	background-color: #e4e4e4;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}

.header p{
	color: #808080;
	font-size: 38px;
	font-weight: 700;
}


.banner{
	overflow: hidden;
	border-radius: 20px;
	background-color: #e4e4e4;
	display: grid;
	grid-template-columns: 22px 1.6fr 1.6fr 22px;
	grid-template-rows: 1fr;
	gap: 0px;
	grid-auto-flow: row;
}

.bbg-enero{
	background: #2668B1;
background: -webkit-linear-gradient(129deg, rgba(38, 104, 177, 1) 54%, rgba(11, 20, 98, 1) 100%);
background: -moz-linear-gradient(129deg, rgba(38, 104, 177, 1) 54%, rgba(11, 20, 98, 1) 100%);
background: linear-gradient(129deg, rgba(38, 104, 177, 1) 54%, rgba(11, 20, 98, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2668B1", endColorstr="#0B1462", GradientType=0);
}

.bbg-febrero{
	background: #D48000;
background: -webkit-linear-gradient(129deg, rgba(212, 128, 0, 1) 16%, rgba(246, 171, 59, 1) 70%);
background: -moz-linear-gradient(129deg, rgba(212, 128, 0, 1) 16%, rgba(246, 171, 59, 1) 70%);
background: linear-gradient(129deg, rgba(212, 128, 0, 1) 16%, rgba(246, 171, 59, 1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D48000", endColorstr="#F6AB3B", GradientType=0);
}

.bbg-marzo{
	background: #4BAFB0;
background: -webkit-linear-gradient(108deg, rgba(75, 175, 176, 1) 0%, rgba(0, 137, 129, 1) 60%, rgba(0, 255, 235, 1) 100%);
background: -moz-linear-gradient(108deg, rgba(75, 175, 176, 1) 0%, rgba(0, 137, 129, 1) 60%, rgba(0, 255, 235, 1) 100%);
background: linear-gradient(108deg, rgba(75, 175, 176, 1) 0%, rgba(0, 137, 129, 1) 60%, rgba(0, 255, 235, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4BAFB0", endColorstr="#00FFEB", GradientType=0);
}

.b-text {
	grid-area: 1 / 1 / 2 / 3;
	padding: 25px 25px 25px 50px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

.b-img {
	grid-area: 1 / 3 / 2 / 5;
}

.b-img img{
	display: block;
	width: 100%;
 	height: 100%;
  	object-fit: cover;
	object-position: left;
}

.prev-arrow {
	align-content: center;
	grid-area: 1 / 1 / 2 / 2;
	transition: 0.25s ease-in-out;
	transform-origin: center left;
}

.prev-arrow:hover {
	transform: scale(1.2);
}

.next-arrow {
	align-content: center;
	grid-area: 1 / 4 / 2 / 5;
	text-align: right;
	transition: 0.25s ease-in-out;
	transform-origin: center right;
}

.next-arrow:hover {
	transform: scale(1.2);
}

.next-arrow img{
	rotate: 180deg;
}


.blurb{
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.blurb h1{
	font-size: 32px;
}

.cta{
	z-index: 2;
	padding: 10px 20px;
	width: fit-content;
	border-radius: 10px;
	background-color: #fff;
	transition: 0.25s ease-in-out;
	text-align: center;
}

.cta:hover {
    transform: scale(1.15);
}

.cta p{
	font-weight: 700;
}

.cta-enero p{
	color: #2668a7;
}

.cta-febrero p{
	color: #D48000;
}

.cta-marzo p{
	color: #4BAFB0;
}


.week{
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	grid-template-rows: 1fr;
	grid-auto-flow: row;
	text-align: center;
	gap: 0px;
	border-radius: 20px;
	background-color: #e4e4e4;
}

.week p{
	font-size: 18px;
	font-weight: 700;
	color: #a5a5a5;
}

.days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	grid-auto-flow: row;
	color: #808080;
}

.d {
	border-radius: 20px;
	background-color: #e4e4e4;
	padding: 15px;
}

.d-end{
	background-color: #cfcfcf;
}

.a-enero-1{
	color: #fff;
	background-color: #2668a7;
}

.a-enero-2{
	border: solid 8px #2668a7 ;
	color: #2668a7;
	background-color: #dceaff;
	padding: 5px;
}

.a-febrero-1{
	color: #fff;
	background-color: #D48000;
}

.a-febrero-2{
	border: solid 8px #D48000 ;
	color: #D48000;
	background-color: #ffeaca;
	padding: 5px;
}

.a-marzo-1{
	color: #fff;
	background-color: #12B023;
}

.a-marzo-2{
	border: solid 8px #4BAFB0 ;
	color: #4BAFB0;
	background-color: #cfffff;
	padding: 5px;
}

.d-level{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
}

.d-large{
	text-align: right;
}

.d-large p{
	font-size: 28px;
	font-weight: 700;
}

.d-label p{
	font-size: 12px;
	font-weight: 400;
}

.mini-hide{
	display: none;
}

.footer{
	background-color: #e4e4e4;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	color: #808080;
}

.frase{
	align-content: center;
}

.frase p{
	font-size: 16px;
	font-weight: 700;
	max-width: 250px;
}

.len-rrss{
	align-content: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

	.leyenda{
	display: flex;
	flex-direction: row;
	text-align: right;
	gap: 10px;
}

.leyenda p{
	font-size: 13px;
	font-weight: 700;
}

.leyenda-aling{
	display: flex;
	flex-flow: row nowrap;
	gap: 5px
}

.leyenda-full{
	height: 18px;
	width: 18px;
	border-radius: 6px;
	background-color: #808080;
}

.leyenda-line{
	height: 12px;
	width: 12px;
	border-radius: 6px;
	border: solid 3px #808080
}

.rrss{
	display: flex;
	justify-content: end;
	gap: 5px;
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.25s ease-in-out;
}

.modal__window {
	margin: 25px;
	position: relative;
	background-color: #fff;;
	padding: 30px;
	border-radius: 20px;
	color: #808080;
}

.modal__close {
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: #fff;
	padding: 2px 5px;
	background-color: #ad0000;
	border-radius: 50px;
	font-weight: 700;
}

#modal:not(:target) {
    visibility: hidden;
    opacity: 0;
}

.ley-col{
	display: flex;
	flex-flow: column nowrap;
	gap: 13px;
	text-align: left;
}

.ley-col p{
	font-size: 16px;
}

.mod-dates{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.mod-dates p{
	font-weight: 400;
	padding-left: 23px;
}

.mod-div{
	height: 1px;
	width: 100%;
	background-color: gray;
	margin: 10px 0px;
}


/* Tablet */

@media (max-width:760px){
	
	.wrap{
		margin: 10px;
		gap: 10px
	}
	
	.header{
		flex-direction: column;
		align-items: center;
		gap: 10px;
		border-radius: 15px;
	}
	
	.header img{
		height: 30px;
	}
	
	.header p{
		font-size: 20px;
	}
	
	.banner{
		border-radius: 15px;
	}
	
	.week p{
		font-size: 14px;
	}
	
	.days {
		gap: 10px;
	}
	
	.week{
		display: none;
		gap: 0px;
		border-radius: 15px;
	}
	
	.mini-hide{
		display: grid;
	}
	
	.d{
		border-radius: 15px;
	}
	
	.d-large p{
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.01em;
	}
	
	.d-label p{
		font-size: 8px;
	}
	
	.a-enero-1{
		color: #fff;
		background-color: #2668a7;
	}

	.a-enero-2{
		border: solid 5px;
		padding: 5px;
	}
	
	.a-febrero-2{
		border: solid 5px;
		padding: 5px;
	}
	
	.a-marzo-2{
		border: solid 5px;
		padding: 5px;
	}
	
	.footer{
		padding: 15px;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px
	}
	
	.frase{
		text-align: center;
	}
	
	.frase p{
		font-size: 14px;
		max-width: none;
	}
	
	.rrss{
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	
	.rrss img{
		width: 17px;
		height: 17px
	}
	
	
	.banner {
		display: grid;
  		grid-template-columns: 22px 1.6fr 1.6fr 22px;
  		grid-template-rows: minmax 1fr;
  		gap: 0px;
  		grid-auto-flow: row;
}

.b-text {
	grid-area: 1 / 1 / 2 / 5;
	padding: 30px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	}

.b-img { grid-area: 2 / 1 / 3 / 5; }

.prev-arrow { grid-area: 1 / 1 / 3 / 2; }

.next-arrow { grid-area: 1 / 4 / 3 / 5; }

	.blurb h1{
	font-size: 25px;
}
	
	.cta{
		margin: 0 auto;
	}
	
	.leyenda p{
		font-weight: 400;
	}
	
	.m-hide-1{
		display: none;
	}
	
}

/* Tablet */

/* Mobile */

@media (max-width:485px){
	
	.header{
		border-radius: 10px;
		padding: 15px 15px 12px 15px;
	}
	
	.banner{
		border-radius: 10px;
	}
	
	.d-label p{
		font-size: 1vw;
	}
	
	.d {
		padding: 5px;
		border-radius: 10px;
	}
	
	.m-hide{
		display: none;
	}
	
	.footer{
		border-radius: 10px;
	}
	
	
	
}

@media (max-width:360px){
	.week p{
		font-size: 12px;
	}
	
	.a-enero-2{
		border: solid 2px;
	}
	
	.a-febrero-2{
		border: solid 2px;
	}
	
	.a-marzo-2{
		border: solid 2px;
	}
}

/* Mobile */
