@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
  /* height: inherited; */
  -webkit-overflow-scrolling: touch;
  /* Needed to work on iOS Safari */
  -moz-scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y proximity;
  letter-spacing: 0.1rem;
}

section {
  scroll-snap-align: start end;
  -moz-scroll-snap-align: start end;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 1%;
}

header{
  position: fixed;
  scroll-snap-align: start end;
  -moz-scroll-snap-align: start end;
  margin-top: -2%;
  margin-left: 7%;
  margin-right: 7%;
  width: 86%;
  padding-top: 1%;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  background-color: white;
  opacity: 100%;
  z-index: 999;
}
  
footer {
  scroll-snap-align: start end;
  -moz-scroll-snap-align: start end;
  /* height: 100vh; */
}

p{
  font-size: 20px;
  color: black !important;
  text-align: justify;
}

a{
  text-decoration: none !important;
}

center{
  font-size: 16px;
  color: black;
}

h3{
  font-size: 30px !important;
  margin-bottom: 3%;
}

span{
  color: #1b4964;
}

.mgb1{
  margin-bottom: 1%;
}

.mgb2{
  margin-bottom: 2%;
}

.mgb5{
  margin-bottom: 5%;
}

.mgb10{
  margin-bottom: 10%;
}

.pdt5{
  padding-top: 5%;
}

.pdb5{
  padding-bottom: 5%;
}

.interlineado{
  line-height:1.5em;
}



/* Navegacion */

.nav{
  display: flex;
  justify-content: space-between;
}

.nav__pais{
  display: flex;
  justify-content: right;
  margin-left: 80%;
}

.nav a{
  color: black;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
  margin-top: 2%;
  flex-direction: column;
}

.nav a:hover{
  color: #1b4964;
  font-size: 18px;
}

.nav__logo{
  width: 275px;
  margin-top: 10px;
}

.nav__apartados{
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 800px;
  gap: 2.8%;
  padding-top: 20px;
  margin-left: -15%;
}



/* INICIO */

.inicio__banner{
  width: 100%;
  border: 2px solid black;
  margin-top: 11%;
}

.inicio__flex{
  display: flex;
  justify-content: space-between;
  gap: 10%;
}

.inicio__texto{
  margin-top: 1.5%;
  width: 40%;
}

.inicio__flex2{
  display: flex;
  justify-content: center;
  gap: 7%;
  margin-right: 2%;
  margin-top: 2%;
}

.inicio__ej{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inicio__img{
  width: 200px;
  height: 200px;
  border: 1px solid black;
  margin-bottom: 6%;
}

.inicio__boton{
  background-color: #1b4964;
  font-size: 22px;
  padding: 2% 7%;
  font-style: inherit;
  color: white !important;
  text-decoration: none;
  border-radius: 30px;
  margin-left: 4%;
}

.inicio__a{
  color: black;
  font-size: 16px;
  text-decoration: none;
}

.inicio__a:hover{
  color: #1b4964;
}



/* QUIENES SOMOS */
.qs__flex{
  display: flex;
  gap: 5%;
  padding-top: 12%;
}

.qs__logo{
  padding: 3% 2%;
  border: 1px solid black;
  width: 550px;
}

.qs__parrafo{
  margin: 4% 0%;
}

/* Falta carrusel */
.img_carrusel{
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 3%;
  margin-bottom: 3%;
}


/* COLECCIONES */
.col__titulo{
  margin-bottom: 1%;
  padding-top: 9%;
}

/*  EFECTO AUMENTAR TAMAÑO BOTON*/
.col__img{
  width: 180px;
  border: 1px solid black;
  border-radius: 50%;
  padding: 15%;
  margin-bottom: 15%;
}

.col__img:hover{
  width: 200px;
  border: 1px solid black;
  border-radius: 50%;
  padding: 1%;
  margin-bottom: 15%;
  transition-duration: 350ms;
}


.col__img{
  width: 160px;
  margin-bottom: 15%;
}

.col__apartados{
  font-size: 24px;
  margin-top: 10%;
}

.col__flex{
  display: flex;
  gap: 10%;
  justify-content: center;
}

.col__flex2{
  display: flex;
  gap: 15%;
  justify-content: center;
}

.col__pr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  margin-top: 2%;
  width: 20%;
}

.col__pr p{
  font-size: 16px;
  text-align: center !important;
}

.col__titulo-sub{
  font-size: 34px;
}

.col__flex-sub{
  display: flex;
  justify-content: space-between;
  margin: 0% 2% 0% 2%;
  padding-top: 15%;
}

.col__img2{
  width: 80%;
}

.col__parrafo{
  margin-top: 2%;
}

.col__texto{
  width: 550px;
  font-size: 18px;
  margin: 8% 0% 8% 0%;
}

.col__botones{
  display: flex;
  gap: 2%;
}

.col__botones a{
  background-color:#1b4964;
  font-size: 22px;
  padding: 1.5% 5%;
  color: white !important;
  border-radius: 30px;
}

.col__carrusel{
  border-radius: 50%;
  padding: 8%;
  border: 1px solid black;
}

.col__nombre{
  text-align: center;
}


/* MARKET */
.market{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9.5%;
}

.market__img{
  width: 100%;
  margin-bottom: 1%;
}

.market__titulo{
  font-size: 36px;
  color: #777777;
  margin-bottom: 2%;
}

.market__texto{
  margin-bottom: 4%;
}

.market__subtitulo{
  font-size: 22px;
  color: #777777;
  margin-bottom: 4%;
}

.market__a{
  background-color: #15d1c1d3;
  font-size: 22px;
  padding: 0.5% 4%;
  color: white !important;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}


/* MEDIO AMBIENTE */
.meam{
  display: flex;
  justify-content: space-between;
  padding-top: 10%;
  align-items: center;
}

.meam img{
  width: 80%;
}

.meam__img2{
  display: flex;
  justify-content: right;
}

.meam__flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.meam__titulo{
  font-size: 36px;
  color: rgba(54, 173, 177, 0.87);
}

.meam__texto{
  width: 650px;
}

.meam__boton{
  background-color: rgba(54, 173, 177, 0.87);
  font-size: 22px;
  padding: 1% 4% 0% 4%;
  font-style: inherit;
  color: white !important;
  text-decoration: none;
  border-radius: 30px;
  margin-left: 4%;
}

.meam2{
  display: flex;
  justify-content: space-around;
}

.meam__flex2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8%;
}

.meam2 img{
  width: 95%;
}

.meam__titulo2{
  margin-top: 8%;
  font-size: 36px;
  color: rgba(54, 173, 177, 0.87);
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.meam__texto2{
  width: 750px;
}

.meam2__img2{
  width: 500px;
}

.meam2__parrafo{
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin: 3% 0%;
}

.meam2__botones-flex{
  display: flex;
  gap: 2%;
  justify-content: center;
}

.meam2__pr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  width: 160px;
}

.meam2__pr p{
  font-size: 16px;
  text-align: center !important;
}

.meam2__boton{
  width: 100%;
  margin-bottom: 10%;
}

.meam2__boton img{
  border-radius: 100%;
  padding: 3%;
  /*border: 1px solid black !important;*/
}

/* INTERNACIONAL */
.internacional{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15%;
  margin-bottom: 10%;
}

.internacional__img{
  width: 800px;
}

.internacional__texto{
  width: 90%;
}

.internacional__titulo{
  font-size: 40px;
}

.internacional__boton{
  background-color: #1b4964;
  font-size: 22px;
  padding: 1% 3%;
  text-decoration: none;
  color: white !important;
  border-radius: 30px;
}


/* CONTACTO */

.contact{
  display: flex;
  justify-content: space-between;
  padding-top: 12%;
}

.contact__texto{
  width: 550px;
}

.contact__info{
  width: 600px;
  padding: 3%;
  border: 3px solid #1b4964;
}

.mapouter{
  position: relative;
  text-align: right;
  height: 277px;
  width: 600px;
  margin-top: 7%;
  border: 1.5px solid black;
}

.gmap_canvas{
  overflow: hidden;
  background: none !important;
  height: 275px;
  width: 600px;
}

form{
	width:550px;
	border-radius:10px;
	margin:auto;
}

.form__text{
	width:550px;
	padding:3px 10px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#e2f0fb;
	margin:8px 0;
	display:inline-block;
  height: 50px;
}

.negro2{
  color: black !important;
}

.flecha{
  width: 85%;
}

.form__boton{
  border: 1px solid rgb#1b4964;
	width:30%;
	padding:3px 4px;
	margin-top:1%;
  margin-left: 360px;
  margin-bottom: 5%;
	border-radius:50px;
	color:#fff;
	background-color:#1b4964;
} 

textarea{
	width:100%;
	height:200px !important; 
	border-radius:3px;		
	margin:8px 0;
}

input{
  color: black;
}





/* NAVBAR IDIOMA */

#menu ul ul {
  display:none;
  position:absolute;
  top:100%;
  text-align: right;
  left:0;
  padding:0;
 }
 
 /* items del menu desplegable */
 
 #menu ul ul li {
  float:none;
  width:150px
 }
 
 /* enlaces de los items del menu desplegable */
 
 #menu ul ul a {
  line-height:120%;
  padding:10px 15px;
 }
 
 /* items del menu desplegable al pasar el ratón */
 
 #menu ul li:hover > ul {
  display:block;
 }

.idioma__margen{
  padding-right: 35%;
}

 /* CARRUSEL *//*
.carousel {
  position: relative;
  width: 100%;
  padding: 0px 0px 5px 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 10%;
}

.carousel img {
  width: 100%;
  /* establecer block para remover el espacio alrededor de las imágenes *//*
  display: block;
}

.arrow {
  position: absolute;
  top: 60px;
  padding: 0;
  font-size: 24px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.prev {
  left: 1px;
}

.next {
  right: 1px;
}

.gallery {
  width: 100%;
  overflow: hidden;
}

.gallery ul {
  height: 130px;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  /* eliminando los espacios en blanco entre los li inline-block'ed */
  /* http://davidwalsh.name/remove-whitespace-inline-block *//*
  font-size: 0;
}

.gallery li {
  display: inline-block;
}


/* Movil */

.section__mov{
  max-width: 800px;
  justify-content: center;
  text-align: center;
  margin-top: 10%;
}

.header{
  text-decoration: none;
  position: fixed;
  scroll-snap-align: start end;
  -moz-scroll-snap-align: start end;
  margin-top: -15%;
  margin-left: 6%;
  margin-right: 6%;
  width: 88%;
  padding-top: 1%;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white;
  border: 1px solid white;
  opacity: 100%;
  z-index: 999;
}

.header__img{
  max-width: 50%;
}

.header__flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* INICIO MÓVIL */

.mov-inicio__flex2{
  display: flex;
  justify-content: center;
  gap: 7%;
  margin-right: 2%;
}

.mov-inicio__img{
  width: 100%;
  border: 1px solid black;
  margin-bottom: 6%;
}

.mov-inicio__boton{
  background-color: #1b4964;
  font-size: 22px;
  padding: 1.5% 7%;
  font-style: inherit;
  text-decoration: none;
  color: white !important;
  border-radius: 30px;
}



/* QUIENES SOMOS MÓVIL */

.mov-qs__logo{
  padding: 5% 20%;
  border: 1px solid black;
  width:100%;
}

.mov-qs__parrafo{
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin: 4% 0%;
}

.mov-qs__titulos{
    font-size: 30px;
}


/* CARRUSEL MOVIL *//*
.mov-carousel {
  position: relative;
  width: 100%;
  padding: 0px 0px 2px 4px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 10%;
}

.mov-carousel img {
  width: 10%;
  /* establecer block para remover el espacio alrededor de las imágenes *//*
  display: block;
}

.arrow {
  position: absolute;
  top: 60px;
  padding: 0;
  font-size: 24px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.prev {
  left: 1px;
}

.next {
  right: 1px;
}

.mov-gallery {
  width: 100%;
  overflow: hidden;
}

.mov-gallery ul {
  height: 10px;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  /* eliminando los espacios en blanco entre los li inline-block'ed */
  /* http://davidwalsh.name/remove-whitespace-inline-block *//*
  font-size: 0;
  transition: left(245px);
  transition-duration: 300ms;
}

.gallery li {
  display: inline-block;
}


/* COLECCIONES MÓVIL */
.col__titulo{
  margin-bottom: 1%;
  padding-top: 9%;
}

/*  EFECTO AUMENTAR TAMAÑO BOTON*/
.mov-col__img{
  width: 100%;
  border: 1px solid black;
  border-radius: 50%;
  padding: 15%;
  margin-bottom: 15%;
}

.mov-col__titulo{
    font-size: 30px;
}

.mov-col__img:hover{
  width: 200px;
  border: 1px solid black;
  border-radius: 50%;
  padding: 1%;
  margin-bottom: 15%;
  transition-duration: 350ms;
}

.mov-col__texto{
  width: 100%;
  font-size: 18px;
  margin: 5% 0% 3% 0%;
}

.mov-col__botones{
  display: flex;
  justify-content: center;
  gap: 2%;
}

.mov-col__botones a{
  background-color: #1b4964;
  font-size: 15px;
  padding: 1.5% 5%;
  color: white !important;
  border-radius: 30px;
}

.mov-col__flex{
  display: flex;
  gap: 30%;
  justify-content: center;
}

.mov-col__carrusel{
  border-radius: 100%;
  padding: 15%;
  border: 1px solid black;
}

.mov-col__market{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mov-col__market-img{
  width: 100%;
  margin-bottom: 2%;
}

.mov-col__market-titulo{
  font-size: 28px;
  color: #777777;
  margin-bottom: 4%;
}

.mov-col__market-texto{
  font-size: 18px;
  margin-bottom: 8%;
}

.mov-col__market-subtitulo{
  font-size: 22px;
  color: #777777;
}

.mov-col__market-a{
  background-color: #4fb4b4d3;
  font-size: 22px;
  padding: 1% 8%;
  color: white !important;
  border-radius: 30px;
  text-decoration: none;
}

.mov-col__p{
  font-size: 13px !important;
}

/* MEDIO AMBIENTE MÓVIL */
.mov-meam{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mov-meam img{
  width: 40%;
}

.meam__img3{
  display: flex;
  justify-content: left;
}

.mov-meam__titulo{
  font-size: 36px;
  color: rgba(54, 173, 177, 0.87);
}

.mov-meam__texto{
  width: 100%;
  margin-top: 2%;
}

.mov-meam__boton{
    font-size: 20px;
}

.mov-meam2{
  display: flex;
  flex-direction: column;
}

.mov-meam__flex2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 8%;
}

.mov-meam2 img{
  width: 90%;
}

.mov-meam__titulo2{
  margin-top: 2%;
  font-size: 36px;
  color: rgba(54, 173, 177, 0.87);
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.mov-meam__texto2{
  width: 100%;
}

.mov-meam2__img2{
  width: 100%;
}

.mov-meam2__parrafo{
  display: flex;
  flex-direction: column;
  justify-content: left !important;
  text-align: left;
  margin: 3% 0%;
}

.mov-meam2__botones-flex{
  display: flex;
  gap: 8%;
  justify-content: center;
}

.mov-meam2__pr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  width: 100px;
}

.mov-meam2__pr p{
  font-size: 16px;
  text-align: center !important;
  width: 80px;
}

.mov-meam2__boton{
  width: 100%;
  margin-bottom: 10%;
}

.mov-meam2__boton img{
  border-radius: 100%;
  padding: 3%;
  /*border: 1px solid black !important;*/
}


/* INTERNACIONAL MÓVIL */
.mov-internacional{
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}

.mov-internacional__titulo{
  font-size: 36px;
}

.mov-internacional__img{
  width: 100%;
}

.mov-internacional__texto{
  width: 100%;
}

.internacional__titulo{
  font-size: 40px;
}

.internacional__boton{
  background-color:#1b4964;
  font-size: 22px;
  padding: 2.5% 5%;
  color: white !important;
  border-radius: 30px;
}


/* CONTACTO MÓVIL */

.mov-contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mov-contact__texto{
  width: 100%;
}

.mov-contact__info{
  width: 100%;
  padding: 2%;
  border: 3px solid #1b4964;
}

.mov-mapouter{
  position: relative;
  text-align: right;
  height: 250px;
  width: 100%;
  margin-top: 7%;
}

.mov-gmap_canvas{
  overflow: hidden;
  background: none !important;
  height: 250px;
  width: 100%;
}

.mov-form{
	width:100%;
	border-radius:10px;
	margin:auto;
}

.mov-form__text{
	width:100%;
	padding:3px 10px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#e2f0fb;
	margin:8px 0;
	display:inline-block;
  height: 50px;
}

.mov-form__boton{
  border: 1px solid #1b4964;
	width:30%;
	padding:3px 4px;
  display: flex;
  justify-content: right;
	margin-top:1%;
  margin-bottom: 5%;
	border-radius:50px;
	color:#fff;
	background-color: #1b4964;
} 

textarea{
	width:100%;
	height:200px !important; 
	border-radius:3px;		
	margin:8px 0;
}
input{
  color: black;
}


/* NAVBAR MOVIL */

.mov-header{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height:100%;
}

.mov-header__img{
  max-width: 50%;
}

.mov-nav{
  position: absolute;
  margin-left: 62%;
  left:0;
  top:0;
  width: 50%;
  height:calc(83vh - 50px);
	background-color:#1b4964;
  color: white;
  transform:translateX(100%);
  transition:.4s ease;
  opacity: 90%;
}

.navigation li{
  list-style:none;
  width: 100%;
}

.mov-nav__border-bottom{
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.mov-nav__flex {
  display: flex;
  justify-content: center;
  gap: 5%;
  font-size: 15px;
}

.mov-nav__flex-es{
  margin-left: 15%;
}

.mov-nav__flex-en{
  margin-left: 3%;
  margin-right: 15%;
}
.blanco{
  color: white !important;
}

.navigation{
  margin-left: -10%;
}

.navigation a{
  color:var(--main-color);
  display: block;
  line-height:1.5;
  padding: 8px 10px 15px 0px;
  text-decoration:none;
  transition:.4s ease;
}

.navigation a:hover{
  transform:translateX(10%);
}

#btn-nav{
  display: none;
}

#btn-nav:checked ~ nav{
  transform:translateX(-10%);
}

.btn-nav{
  color:var(--main-color);
  font-size:30px;
  left:0;
  top:0;
  cursor:pointer;
  transition:.2s ease;
	color:#1b4964;
  justify-content: right;
}

.btn-nav:hover{
	color:#1b4964;
}

.mov-nav__botonblanco{
  color:var(--main-color);
  font-size:30px;
  left:0;
  top:0;
  cursor:pointer;
  transition:.2s ease;
  color: white !important; 
  justify-content: right;
  margin-top: 15%;
}

.mov-nav__rs{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.mov-nav__rs img{
  width: 100%;
}


/* CATÁLOGO MÓVIL */

.mov-descarga{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mov-descarga__img{
  width: 80%;
  margin-top: 145%;
  position: absolute;
}

.mov-texto__catalogo{
  width: 100%;
  margin-top: 5%;
}

.mov-catalogo__img{
  width: 100%;
}




/* CARRUSEL */

.carrusel {
  position: relative;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 2%;
  padding-bottom: 2%;
}

.carrusel img {
  width: 238px;
  height: 77px;
  /* establecer block para remover el espacio alrededor de las imágenes */
  display: block;
}

.arrow {
  position: absolute;
  top: 55px;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.arrow:focus {
  outline: none;
}

.arrow:hover {
  background: #ccc;
  cursor: pointer;
}

.prev {
  left: 1px;
}

.next {
  right: 1px;
}

.gallery {
  width: 97%;
  overflow: hidden;
  margin-left: 2%;
}

.gallery ul {
  height: 77px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  /* eliminando los espacios en blanco entre los li inline-block'ed */
  /* http://davidwalsh.name/remove-whitespace-inline-block */
  font-size: 0;
}

.gallery li {
  display: inline-block;
}

.borde-carrusel{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 5%;
  padding-bottom: 5%;
}

.puntos-carrusel{
  padding-top: 100%;
  color: black !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


/* FOOTER MOV */

.mov-footer{
  margin-top: 10%;
  height: 25% !important;
}

.mov-footer__flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
  margin-left: 30%;
}




/* SEGUIR LEYENDO MEDIO AMBIENTE*/
#morecsspure-trigger-toggle1 { cursor: pointer; }
#morecsspure-element-toggle1 { display:none; }
#morecsspure-element-toggle1:not(:checked) ~ #morecsspure-toggled-element1 { display:none; }
#morecsspure-element-toggle1:not(:checked) ~ #morecsspure-trigger-toggle1 .morecsspure-lesslink { display:none; }
#morecsspure-element-toggle1:checked ~ #morecsspure-abstract1 { display:none; }
#morecsspure-element-toggle1:checked ~ #morecsspure-trigger-toggle1 .morecsspure-morelink { display:none; }
#morecsspure1 .morecsspure-morelink, #morecsspure1 .morecsspure-lesslink { display: block; cursor: pointer; color:#274082; }
#morecsspure1 .morecsspure-morelink:hover, #morecsspure1 .morecsspure-lesslink:hover { text-decoration:underline; }
