.content {
	overflow: hidden;
}
.green {
	color: #00944a;
}
.green-bk {
	background: #00944a;
}
.ocre {
	color: #feb101;
}
.ocre-bk {
	background: #feb101;
}
.grey {
	background: #ece9e9;
}
.line-down {
	border-bottom: 1px solid #5a5a5a;
}
.arrow-d {
	background: url(../img/arrow-d.svg) no-repeat;
	background-position: right;
	background-size: 20px;
}
.map-ingredients {
	margin: 50px auto;
	width: 100%;
}
.mid-div {
    align-items: center;
    display: flex;
	width: 50%;
}
.mid-div h2 {
    font-size: 2em;
    font-weight: 100;
    line-height: 0em;
}
.dot-ingred {
	margin-right: 10px;
	max-height: 50px;
}
.padding {
	padding: 10px;
}
.btn-yellow {
	background: #fdc844;
	margin: 50px auto 20px
}
.btn-green {
	background: #00944a;
    color: #fff !important;
    font-weight: 600;
    margin-top: 10px;
}
.btn-yellow,
.btn-green {
	color: #171717;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	text-align: center;
	width: max-content;
}
.btn-yellow:hover {
	background: #feb101;
}
.ingredients .banner__interno {
	background: url(../img/backingredient.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 0px;
	height: unset;
}
.ingredients .banner__interno .content {
	display: flex;
	position: relative;
}
.ingredients .banner__interno .content div.content__btn a div {
    position: absolute;
    right: calc((80%-1024px)/2);
    top: 410px;
    color: #fff;
    background: #feb101;
    padding: 6px 20px;
    font-size: 1.2em;
    font-weight: 600;
    transition: 0.3s ease-out all;
}
.ingredients .banner__interno .content div.content__btn a div:hover {
	background: #00944a;
    color:#fff;
}
.ingredients .banner__interno .content .side-spot {
	color: #171717;
	padding: 30px 0 0px 7%;
	width: 37%;
}
.ingredients .banner__interno .content .side-spot h2 {
    font-weight: 100;
    font-size: 2em;
    margin: 0px;
}
.ingredients .banner__interno .content .side-spot h2 b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
.ingredients .banner__interno .content .side-spot p {
	font-size: 0.9em;
	font-weight: 600;
}
.ingredients .banner__interno .content .side-spot p:nth-child(5) {
	margin-bottom: 40px; 
}
.ingredients .banner__interno .content .side-spot .green.line-down {
	padding-bottom: 20px;
}
.ingredients .banner__interno .content .side-spot p b {
	font-weight: 900;
}
/*.ingredients .banner__interno .content .side-spot p b {
	font-weight: 700;
}	*/
.ingredients .banner__interno .content .side-spot span {
	font-weight: 700;
}
.ingredients .banner__interno .content .side-spot img {
	max-height: 120px;
}
.ingredients .ingredients__btnverde {
  display: flex;justify-content: center;align-items: center;
}
.ingredients .ingredients__btnverde a div{
  margin-top: 20px;
  border: 1px solid #00944a;
  font-weight: 600;
  color: #1a1a1a;
  padding: 12px 28px;
}
.ingredients .ingredients__btnverde a div:hover{
  color: #00944a;
}
.ingredients .ingredients__introagenda h1 {
    text-align: center;
    color: #00944a;
    font-size: 2em;
    margin-bottom: 0;
}
.ingredients .ingredients__introagenda h1 span{
	font-weight: 100
}
.ingredients .ingredients__introagenda h3{
    margin: 0;
    text-align: center;
}

.ingredients .ingredients__introagenda--icofechaydesc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}

.ingredients .ingredients__introagenda--icofechaydesc img{
    width: 90px;
}
.ingredients .ingredients__introagenda--icofechaydesc div{
	margin: 0 30px
}
.ingredients .ingredients__introagenda--icofechaydesc div h2{
	font-weight: 900;
	margin: 0;
	line-height: 0.9;
}
.ingredients .ingredients__introagenda--icofechaydesc div h2 span{
	font-weight: 100;
}
.ingredients .ingredients__introagenda--icofechaydesc div h4{
    margin: 0;
    font-size: 0.8em;
}	
.ingredients .ingredients__introagenda--icofechaydesc p {
    max-width: 420px;
    color: #00944a;
    font-size: 0.86em;
    font-weight: 600;
}
.ingredients .ingredients__selectoresagenda {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ingredients .ingredients__selectoresagenda>div {
	text-align: center;
}
.ingredients .ingredients__selectoresagenda>div>* {
	margin: 0
}
.ingredients .ingredients__selectoresagenda>div h2 {
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 1em;
}
.ingredients .ingredients__selectoresagenda>div p{
	font-size: 0.75em;
}
.ingredients__selectoresagenda select {
    padding: 5px;
    margin: 0 10px;
}
.ingredients .ingredients__agendadesarrollo {
    margin: 50px auto;
    max-width: 1024px;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    margin-bottom: 30px;
    background: #e9e9e9;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda.ingredients {
	border-left: 7px solid #feb101;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda.pack {
	border-left: 7px solid #00944a;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda>div {
	padding: 10px 20px 30px;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda>div.desc {
	background: #f4f4f4;
	max-width: 40%;
	/*width: 66%;*/
}
.ingredients .ingredients__agendadesarrollo--cajaagenda>div.desc h2 {
    line-height: 1.1;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados{
	display: flex;
	align-items: flex-start;
	/*padding: 0*/
}
.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados a {
    display: inline-block;
    text-align: center;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados a img {
    width: 135px;
    margin: 0 5px;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados a:hover img{
	transform: scale(1.05);
}
.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados a p {
    color: #071108;
    transition: 0.4s ease-out all;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 1.1;
    margin: 0;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados a:hover p{
	color: #00944a;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda>div:last-child {
	background: #e9e9e9;
	width: 34%;
}
.ingredients .ingredients__agendadesarrollo--cajaagenda>div:last-child p{
	margin: 0
}
.ingredients .ingredients__listaspeakers{
	position: relative;
}
.ingredients .ingredients__listaspeakers .ingredients__listaspeakers--titulo{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	background: #feb101;
	width: calc((100% - 1200px)/2);
	height: 275px;
}
.ingredients .ingredients__listaspeakers .ingredients__listaspeakers--titulo.cat1726{
	background: #017cad
}
.ingredients .ingredients__listaspeakers .ingredients__listaspeakers--titulo.cat1728{
	background: #1aa438
}
.ingredients .ingredients__listaspeakers .ingredients__listaspeakers--titulo h2{
	transform: rotate(-90deg);
	color: #fff;
	font-size: 2.5em;
}
.ingredients__listaspeakers--contlista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}
.listaautores__lista--cajas{
  width: 24%;
  margin: 0 1% 50px 1%;
}
.listaautores__lista--cajas img{
  width: 100%
}
.listaautores__lista--cajas > div:nth-child(1){
  position: relative;
  margin: 0px 0 20px 0;
}
.listaautores__lista--cajas > div:nth-child(1) img:nth-child(1){
  height: 320px;
  object-fit: cover;
}
.listaautores__lista--cajas > div:nth-child(1) img:nth-child(2){
  position: absolute;
  width: 45px;
  right: 20px;
  bottom: 25px;
  transition: 0.3s ease-out
}
.listaautores__lista--cajas > div:nth-child(1) img:nth-child(2):hover{
  transform: scale(0.95);
}
.listaautores__lista--cajas > div:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
 /* padding-left: 20px;*/
}
.listaautores__lista--cajas > div:nth-child(2) > div {
  margin: 0;
}
.listaautores__lista--cajas > div:nth-child(2) img{
  width: 36px
}
.listaautores__lista--cajas > div:nth-child(2) .linea{
  height: 44px;
  width: 1px;
  background: #07944a;
  margin: 0 10px;
}
.listaautores__lista--cajas > div:nth-child(2) h3 {
  margin-top: 0;
  color: #07944a;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.listaautores__lista--cajas > div:nth-child(2) p {
  margin: 6px 0 0 0;
  color: #565656;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
}
.listaautores__lista--cajas > div:nth-child(2) h5{
  text-transform: capitalize;
  color: #565656;
  font-style: italic;
  font-weight: 700;
  margin-top: 5px;
}


.listaautores__btncargarmas {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    top: -70px;
}
.listaautores__btncargarmas a div {
  background: #29a6dd;
  border-radius: 8px;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 17px;
  border: 1px solid #29a6dd;
  transition: 0.3s;
}
.listaautores__btncargarmas a div:hover {
  background: #fff;
  color: #29a6dd;
}
.listaautores .perfil__in {
	padding-bottom: 50px;
}
.ingredients__listaspeakers--speaker>div:first-child{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ingredients__listaspeakers--speaker>div:first-child>div:first-child {
	width: 30%;
}
.ingredients__listaspeakers--speaker>div:first-child>div:nth-child(2) {
	width: 70%;
}
.ingredients__listaspeakers--speaker>div:first-child>div:first-child img{
	width: 100%;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child{
    border-left: 15px solid #feb101;
    padding-left: 15px;
    margin-bottom: 35px;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child.cat1726{
    border-left: 15px solid #017cad;
}

.ingredients__listaspeakers--speaker>div:first-child>div:last-child.cat1728{
    border-left: 15px solid #1aa438;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child h2{
    color: #00944a;
    font-size: 3em;
    position: relative;
    top: -12px;
    margin-bottom: 0;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child.cat1726 h2{
    color: #017cad;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child.cat1727 h2{
    color: #feb101;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child.cat1728 h2{
    color: #00944a;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child h3{
	margin-top: 0;
    color: #565656;

}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child h4{
    color: #565656;
    font-weight: 500;
    text-transform: capitalize;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child .redes ul{
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
	padding-left: 0;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child .redes ul li{
	margin-bottom: 0;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child .redes ul li img{
	width: 25px;
	margin-right: 10px;
}
.ingredients__listaspeakers--speaker>div:first-child>div:last-child .redes ul li:hover img{
	transform: scale(1.2);
}
.ingredients__listaspeakers--speaker>div:nth-child(2){
	background: #f4f4f4;
	border-radius: 10px;
	padding: 30px;
}





.btn-yellow{
	margin-left: 0;
	margin-right: 0;
}
.content>a.btn-yellow{
    margin-left: auto;
    margin-right: auto;
}
.perfiles {
	display: flex;
	margin-bottom: 100px;
}
.four-sqrs{
	display: flex;
	flex-wrap: wrap;
}
.four-sqrs div {
    display: flex;
    align-items: center;
    padding: 5% 2%;
    /* width: 25%; */
}
.four-sqrs div:nth-child(1),
.four-sqrs div:nth-child(3) {
	width: 25%;
	padding-left: 0;
}
.four-sqrs div:nth-child(2),
.four-sqrs div:nth-child(4) {
	width: 67%;
}
.thin {
	font-family: 'Noto Sans TC', sans-serif;
}
h2.thin {
	font-size: 3.2em;
    font-weight: 100;
    line-height: 1em;
}
h2.thin b {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1em;	
	font-weight: 900;
}
.mitad {
	width: 1087px;
}
.prim, .pict-over {
    display: flex;
    justify-content: center;
    overflow: hidden;
    /*width: calc((100% - 900px)/2);*/
}
.prim{
	padding-left: calc((100% - 1200px)/2);
}
.prim-emp {
	align-items: center;
	display: flex;
	overflow: hidden;
    width: calc((100% - 1200px)/2);
}
.prim-emp-agenda {
	align-items: center;
	display: flex;
	overflow: hidden;
/*    width: calc((100% - 500px)/2);	*/
}
.sec-emp {
	align-items: center;
    display: flex;
    justify-content: center;
    width: 28%;
/*	width: calc((100% - 710px)/2);	*/
}
.slide-emp {
	width: calc(70% - (100% - 1290px)/2);
/*	display: flex;	*/
/*	width: 500px;	*/
/*	width: calc((100% - 200px)/2);	*/
}
.slide-emp.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.slide-emp.slick-dotted.slick-slider .slick-slide {
	font-size: 1em;
	margin: 0px;
	padding: 30px 0px 0px;
}
.slide-emp.slick-dotted.slick-slider .slick-slide p {
	font-size: 1em;
	min-height: 50px;
}
.sqr-slidemp {
	align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    padding: 2%;
	width: 25%;
}
.sqr-slidemp img {
	width: 45%;
}
.pict-over div {
	overflow: hidden;
	width: 33%;
}
.pict-over div img, 
.prim-emp-agenda img {
  height: auto;
  width: 100%;
}
@supports(object-fit: cover){
    .pict-over div img,
    .prim-emp-agenda img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
.sectores {
	display: flex;
}
.ttl-v {
	display: flex;
	justify-content: center;
	width: 19%;
}
.ttl-v h2 {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.5em;
    line-height: 1;
    font-weight: 900;
    transform: rotate(270deg);
}
.six-sqrs {
	display: flex;
	flex-wrap: wrap;
	width: 81%;
}
.six-sqrs div {
	width: 33%;
}
.six-sqrs div img {
	width: 100%;
}
.foro-agendas {
	margin: 0px;
    max-width: 1200px;
    width: 100%;
}
.foro-agendas .ocre-bk {
	margin-left: 0px;
}
.foro-agendas .ocre-bk p {
	font-size: 1.2em;
	padding: 3% 10%;
}
.foro-agendas .ocre-bk p b:nth-child(2) {
    font-family: 'Noto Sans JP', sans-serif;	
    font-size: 1.4em;
}
.foro-agendas .sectores .mid-div:nth-child(2) {
	padding-left: 50px;
	text-align: right;
}
.foro-agendas .sectores .mid-div:nth-child(2) h2 {
	line-height: 1em;
	margin-block-end: 0px;
	margin-block-start: 5px;
}
.foro-agendas .sectores .mid-div:nth-child(2) h2 b {
    line-height: 1.3em;
}
.foro-agendas .sectores .mid-div:nth-child(2) span {
	color: #000;
}
.agenda-gral {
	margin-top: 70px;
}
.seg-agenda,
.seg-contact-int {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}
.seg-contact h2 {
	text-align: center;
	margin-bottom: 40px
}
.seg-contact-int {
    margin: 0 auto;
    gap: 12px;
}
.seg-agenda> div {
	width: 100%;
	margin-top: 40px;
}
.seg-agenda .slick-slide{
	margin: 0px 10px
}
.seg-agenda> div .slick-next {
    background-image: url(../img/chevron-right-green.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -75px;
    width: 40px;
    height: 40px;
}
.seg-agenda> div  .slick-next:before {
    color: transparent;
}
.seg-agenda> div .slick-prev {
	display: none !important;
}
.seg-agenda .slick-slide{
	padding: 0
}
.seg-agenda div {
	/*overflow: hidden;
	width: 18%;*/
}
.seg-agenda div img {
	padding-top: 30px;
	width: 100%;
}
.perf-contact {

}
.perf-contact img {
	max-height: 120px; 
	max-width: 120px;
}
.cont-data {
	margin-left: 0;
}
.cont-data p a {
	font-weight: bold;
}
.seg-contact {
    margin-bottom: 40px !important;
	margin-top: 70px !important;
}
.seg-contact .btn-yellow {
    margin: 50px auto;
    display: block;
}
.seg-contact h4 {
    margin-bottom: 5px;
}
.cont-data p:first-child {
    font-size: 1.2em;
}
.agenda-day img {
	height: 60px;
	margin: 10px 20px 10px 10px;
}
.agenda-events-dsc img {
	height: 60px;
	margin: 10px 30px 10px 10px;
}
.section-agenda {
	display: flex;
}
.agenda-day {
    width: 25%;
    padding-right: 20px;
    border-right: 1px solid #000;
    margin-right: 30px;
}
.agenda-day div {
	align-items: center;
	display: flex;
}
.agenda-day div h3 {
	font-size: 2.5em;
	line-height: 1em; 
}
.agenda-events {	
	display: flex;
	width: 70%;
}
.agenda-events-dsc {
	display: flex; 
	width: 50%;
}
.agenda-events-dsc div {
}
.agenda-events-dsc p {
    margin: 3px 0px;
}
.agenda-events-dsc p a{
	color: #071108;
    transition: 0.4s ease-out all;
}
.agenda-events-dsc p a:hover{
	color: #00944a;
}
@media (max-width: 600px){
  .btn-yellow {
    margin: 10px auto 20px;
  }
	.ingredients .banner__interno .content div.content__btn a div {
	    right: 14vw;
	    top: 355px;
	}
	.listaautores__lista--cajas > div:nth-child(1) img:nth-child(1) {
    	height: 180px;
	}
	.four-sqrs div:nth-child(1),
	.four-sqrs div:nth-child(3) {
		width: 100%;
		text-align: center;
	}
	.four-sqrs div:nth-child(2),
	.four-sqrs div:nth-child(4) {
		width: 100%;
	}
	.ingredients .banner__interno .content {
		flex-direction: column-reverse;
	}
	.ingredients .banner__interno .content .side-spot {
		padding: 10px;
		width: unset;
	}
	.ingredients .ingredients__introagenda--icofechaydesc {
	    flex-direction: column;
	    text-align: center;
	}
	.ingredients .ingredients__selectoresagenda {    
    	flex-direction: column;
	}
	.ingredients__selectoresagenda select {
	    padding: 6px;
	    margin: 0 10px 10px;
	    width: 80%;
	    font-size: 1em;
	}
	.ingredients .ingredients__agendadesarrollo--cajaagenda {
    	flex-direction: column;
	}
	.ingredients .ingredients__agendadesarrollo--cajaagenda>div {
    	padding: 15px;
	}
	.ingredients .ingredients__agendadesarrollo--cajaagenda>div:first-child {
	    background: #f4f4f4;
	    width: 90%;
	}
	.ingredients .ingredients__agendadesarrollo--cajaagenda>div:last-child {
	    background: #f4f4f4;
	    width: 90%;
	}
	.ingredients .ingredients__agendadesarrollo--cajaagenda>div.desc {
	    max-width: 100%;
	    order: -1;
	}
	.ingredients .ingredients__agendadesarrollo--cajaagenda .autasociados {
	    justify-content: center;
	}
	.ingredients__listaspeakers--speaker>div:first-child {
    flex-direction: column;
  }
  .ingredients__listaspeakers--speaker>div:first-child>div:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
  }
  .ingredients__listaspeakers--speaker>div:first-child>div:first-child img{
    width: 100%;
    max-width: 50vw
  }
	.ingredients__listaspeakers--speaker>div:first-child>div:last-child {
    	width: 100%;
	}
	.ingredients__listaspeakers--speaker>div:first-child>div:last-child h2 {
    	font-size: 2em;
	}
  .ingredients .ingredients__listaspeakers .ingredients__listaspeakers--titulo h2 {
    display: none;
  }
	.listaautores__lista--cajas {
	    width: 48%;
	    margin: 0;
	}
	.perfiles {
		display: unset;
	}
	.mitad {
    	width: 100%;
	}
	.four-sqrs {
		display: unset;
	}
	.four-sqrs div {
		width: unset;
	}
	.sectores {
		display: unset;
	}
	.ttl-v {
		width: 100%;
	}
	.ttl-v h2 {
		transform: rotate(0deg);
	}
	.six-sqrs {
	    width: 100%;
	}
	.six-sqrs div {
	    width: 50%;
	}
	.sec-emp {
		margin-top: 10px;
		width: 100%;
	}
	.seg-agenda .slick-slide {
    	margin: 0;
	}
	.seg-agenda> div .slick-next {
   	 right: -25px;
	}
	.ingredients .banner__interno {
		margin-bottom: 0px;
	}
	.slide-emp {
		width: 100%;
	}
	.sqr-slidemp {
		height: 200px;
		padding: 0 10px;
	}
	.plane-all {
		margin-top: 40px !important;
	}
	.mid-div {
		width: 100%;
	}
	.mid-div h2 {
		line-height: 1em;
		margin-block-end: 0px;
	}
	.foro-agendas .sectores .mid-div:nth-child(2) {
	    padding-left: 30px;
	    text-align: right;
	    width: 100%;
	    font-size: 0.8em;
	}
	.seg-agenda
	/*.seg-contact-int*/ {
	    display: flex;
	    justify-content: space-around;
	    width: 90%;
	    flex-wrap: wrap;
	    margin: 0 auto;
	}
	.seg-agenda div {
	    /*width: 46%;*/
	}
	.seg-agenda div img {
    	padding-top: 10px;
	}
	.seg-contact {
    	margin-top: 0px !important;
	}
	.seg-contact-int {
		display: unset;
	}
	.agenda-day {
    	border-right: none;
    	margin: 0 auto 40px;
        text-align: center;
    	width: 70%;
	}
	.agenda-day div h3 {
		margin-block-start: 0px;
	}
	.agenda-events {
	    display: unset; 
	    margin: 0 auto;
		width: 80%;
	}
	.agenda-events-dsc {
		margin: 0 auto 30px;
    	width: 90%;
	}
	.perf-contact {
	    display: unset;
	    text-align: center;
	}
	.content.section-agenda {
		display: unset;
	}
	.seg-contact {
	    text-align: center;
	}
	.cont-data {
	    margin-bottom: 50px;
	    width: 100%;
	}
	.cont-data p {
    	line-height: 1;
	}

} 