/*FALTA HACER
Barra superior búsqueda
Carrusel apartado Quienes Somos


FALTA DOCUMENTO 
Fuente de Titulos

*/

@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;
}

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

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: 16px;
  color: black !important;
  text-align: justify;
}

a {
  text-decoration: none;
}

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

h3 {
  font-size: 14px;
  margin-bottom: 3%;
}

span {
  color: rgb(15, 179, 255);
}

.mgb1 {
  margin-bottom: 1%;
}

.mgb5 {
  margin-bottom: 5%;
}

.mgb10 {
  margin-bottom: 10%;
}

.mgb15 {
  margin-bottom: 15%;
}

.pdt5 {
  padding-top: 5%;
}

.interlineado {
  line-height: 1.7em;
}



/* 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: rgb(15, 179, 255);
  font-size: 18px;
}

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

.nav__apartados {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 900px;
  padding-top: 20px;
}



/* INICIO */

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

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

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

.inicio__flex2 {
  display: flex;
  justify-content: center;
  gap: 7%;
  margin-right: 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: rgb(15, 179, 255);
  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: rgb(15, 179, 255);
}



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

.qs__logo {
  padding: 5% 3%;
  border: 1px solid black;
  width: 500px;
}

.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;
  margin-top: 2%;
  width: 20%;
}

.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: rgb(15, 179, 255);
  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;
}


/* 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;
  margin-top: 10%;
}

.meam__titulo {
  font-size: 36px;
  color: rgb(37, 195, 216);
}

.meam__texto {
  width: 650px;
}

.meam__boton {
  background-color: rgb(37, 195, 216);
  font-size: 22px;
  padding: 1% 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-top: 2%;
  margin-bottom: 8%;
}

.meam2 img {
  width: 95%;
}

.meam__titulo2 {
  margin-top: 2%;
  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;
  width: 100px;
}

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

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

.asia {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15%;
}

.asia__texto {
  padding-top: 20px;
  width: 92%;
}

.asia__titulo1 {
  position: absolute;
  top: 20px;
  font-size: 30px;
  text-align: left;
  margin-top: 10px;
  margin-left: 500px;
}

.asia__titulo2 {
  font-size: 40px;
  margin-top: 200px;
}

.asia2__img {
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 150px;
}

.asia__img {
  width: 800px;
}

.asia2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.asia3__img {
  width: 500px;
  border-radius: 60px;
}

.asia__texto2 {
  width: 85%;
}

.asia__boton {
  background-color: rgb(15, 179, 255);
  font-size: 22px;
  padding: 1% 3%;
  text-decoration: none;
  color: white !important;
  border-radius: 30px;
}
.asia__boton2{
  display: flex;
  background-color: rgb(15, 179, 255);
  font-size: 22px;
  padding: 1% 3%;
  text-decoration: none;
  color: white !important;
  border-radius: 30px;
  width: 130px;
  justify-content: center;
  white-space: nowrap;
}
.asia3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.asia4__img {
  padding-right: 60px;
}

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

.internacional__img {
  width: 800px;
}

.internacional__texto {
  width: 90%;
}

.internacional__titulo {
  font-size: 40px;
  margin-right: 200px;
}

.internacional__boton {
  width: 200px;
  background-color: rgb(15, 179, 255);
  font-size: 22px;
  margin-left: auto;
  text-decoration: none;
  color: white !important;
  border-radius: 30px;
}


/* CONTACTO */

.contact1 {
  display: flex;
  justify-content: center;
  padding-top: 15%;
  gap: 38px;
}

.contact__texto {
  width: 550px;
  position: absolute;
  top: 20px;
  margin-right: 320px;
  font-size: 20px;
}

.espana {
  width: 600px;
  border-radius: 40px;
}

.china {
  width: 600px;
  border-radius: 40px;
}

.pais {
  text-align: center;
  padding-bottom: 30px;
}

.contact__info1 {
  width: 600px;
  height: 215px;
  padding: 2%;
  margin-top: 30px;
  border: 3px solid rgb(15, 179, 255);
}

.contact__info2 {
  width: 600px;
  height: 215px;
  padding: 2%;
  margin-top: 30px;
  border: 3px solid rgb(15, 179, 255);
}

.contact2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;

}

.contact3 {
  display: flex;
  justify-content: center;
  position: relative;
}

.rascacielos {
  width: 560px;
  margin-right: 129px;
}

form {
  display: flex;
  flex-direction: column;
  width: 550px;
  border-radius: 10px;
}

.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(15, 179, 255);
  width: 30%;
  padding: 3px 4px;
  margin-top: 1%;
  margin-left: 360px;
  margin-bottom: 5%;
  border-radius: 50px;
  color: #fff;
  background-color: rgb(15, 179, 255);
}

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: 15%;
  padding-bottom: 15px;
}

.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: 70%
}

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


/* INICIO MÓVIL */
inicio__texto {
  margin-top: 2%;
  width: 100%;
  margin-bottom: 10%;
}

.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: rgb(15, 179, 255);
  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%;
}


/* 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__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: rgb(15, 179, 255);
  font-size: 15px;
  padding: 1.5% 5%;
  color: white !important;
  border-radius: 30px;
}

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



/* 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: rgb(37, 195, 216);
  text-align: left;
  margin-bottom: 30px;
}

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

.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;
  padding-top: 15%;
}

.mov-internacional__img {
  width: 100%;
}

.mov-internacional__texto {
  width: 100%;
}

.internacional__titulo {
  font-size: 40px;
}

.internacional__boton {
  background-color: rgb(15, 179, 255);
  font-size: 22px;
  padding: 1% 3%;
  color: white !important;
  border-radius: 30px;
}

/* CABOSA ASIA MÓVIL */

.mov-asia {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-top: 15%;
}

.mov-asia__titulo {
  font-size: 23px;
}

.mov-asia__titulo2 {
  text-align: left;
  font-size: 28px;
  padding-top: 5%;
}

.mov-asia__img {
  width: 100%;
}

.mov-asia__texto {
  font-size: 17px;
  padding-top: 8%;
}

.mov-asia__img2 {
  width: 70%;
  justify-items: center;
  margin-right: 60px;
  border-radius: 60px;
  padding-top: 5%;
}

.asia__boton {
  background-color: rgb(15, 179, 255);
  font-size:19px;
  color: white !important;
  border-radius: 30px;
  margin-right: 260px;
}
.mov-asia__img3{
  width: 100%;
}
/* CONTACTO MÓVIL */

.mov-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15%;
}

.mov-contact__texto {
  width: 100%;
}

.mov-contact__info {
  width: 100%;
  padding: 2%;
  border: 3px solid rgb(15, 179, 255);
  margin-bottom: 50px;
}

.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-espana{
  width: 100%;
  border-radius: 40px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.mov-china{
  width: 100%;
  border-radius: 40px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.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 rgb(15, 179, 255);
  width: 36%;
  padding: 3px 4px;
  display: flex;
  justify-content: right;
  margin-top: 1%;
  margin-bottom: 5%;
  margin-left: auto;
  border-radius: 50px;
  color: #fff;
  background-color: rgb(15, 179, 255);
}

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-nav {
  position: absolute;
  margin-left: 62%;
  left: 0;
  top: 0;
  width: 50%;
  height: calc(83vh - 50px);
  background-color: rgb(15, 179, 255);
  color: white;
  transform: translateX(100%);
  transition: .4s ease;
  opacity: 90%;
  height: 575px;
}

.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;
  font-size: 15px;
}
.mov-nav__flex1{
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-left: 30px;
  white-space: nowrap;
}

.mov-nav__flex2{
  display: flex;
  justify-content: center;
  margin-left: 30px;
}
.mov-nav__flex3{
  display: flex;
  justify-content: center;
  margin-left: 70px;
}
.mov-nav__flex-es{
  margin-right: 3px;
}
.mov-nav__flex-en{
  margin-right: 34px;
}
.mov-nav__flex-zh{
  margin-right: 60px;
}
.blanco {
  color: white !important;
}
.blanco1{
  margin-right: 7px;
  color: white !important;
}
.blanco2{
  margin-right: 7px;
  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: rgb(15, 179, 255);
  justify-content: right;
}

.btn-nav:hover {
  color: rgb(15, 111, 255);
}

.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;
}

.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;
}