@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-weight: 700;
  font-display: swap;
}

.display-2 {
  font-family: 'Open Sans',sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.text-green {
	color: #c2d62f;
}

.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}

.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}

.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  font-display: swap;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* ___________ COOKIES CSS ___________ */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #2e2e2e;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}


/* ___________ NEW BY INES ___________ */
img {
  height: auto;
  max-width: 100%;
}

.active {
  border: 0;
}

.derma-green {
  background-color: #dae680;
}

.circulo {border-radius: 50%;
    border: solid 5px #c2d62f;} 

.lisnew {
  font-weight: 500;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
}
.lisnew2 {
  width: 16.25rem;
  font-weight: 500;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  margin: 1.5rem;
}
.peque {
  font-size: 1rem;
}

.centrar {
  text-align: center;
}

.sinespa {
  margin-bottom: 0;
}

.flexi{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.piemenos {
  padding: 20px 0;
}

.nuevoh3 {
  margin: 40px 0 20px 0;
  font-size: 2.5rem;
}

.nopadding {
  padding: 0;
}

.telf {
  color: inherit;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn:focus, .btn-primary:focus {
  box-shadow: none; 
}



/* ___________ 404 ___________ */

.cuatrocientos {
  background-image: url(../assets/images/404img.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin-top: 2em;
}
.cuatrop {
  padding-top: 5%;
  text-align: right;
  color: #c2d62f !important;
  font-size: 3em;
  font-weight: 500;
}
.cuatrog {
  padding-bottom: 23%;
  text-align: right;
  font-family: 'Open Sans',sans-serif;
  font-size: 2em;
}
.sinespa {
  padding-bottom: 10px !important;
}


@media (min-width: 1200px)
{
  .container2 {
    max-width: 1245px;
  }
}

@media (max-width: 768px)
{
  img {
    width: 90%;
  }
  .cuatrocientos {
    background-size: 60%;
  }
  .cuatrog {
    font-size: 1.5em;
    padding-bottom: 34%;
  }
  .cuatrop {
    font-size: 2.5em;
  }

}

@media (max-width: 425px)
{
  .cuatrop {
    padding-top: 0;
    margin-bottom: 0;
  }
  .cuatrog {
    padding-bottom: 69%;
  }
  .cuatrocientos {
    background-size: 75%;
  }

}
