<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap");

/*
/----------------------------------------------/
/-------------------------------
Encabezado
/-------------------------------
/-----------------------------------------------/ 
 */

header {
  background-image: url(../img/servicios-ambientales/restauracion-ecologica/fondo.jpg);
}

.c-enunciado {
  position: relative;
  display: flex;
  align-items: center;
  width: 538px;
  height: 261px;
  padding: 54px 81px 54px 81px;
  margin-top: 5rem !important;
  background: linear-gradient(
    #f9be0d,
    #f9be0d,
    #f9bb0f,
    #f9c30c,
    50%,
    #ef8c3f,
    #e9813c,
    #e9873c
  );
  border-radius: 50%;
}

.c-enunciado &gt; div {
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  border-radius: 50%;
  border: dotted 10px #1d6e2b;
  border-left: none;
  border-top: none;
  border-bottom: none;
  visibility: hidden;
}

.triangulo {
  position: absolute;
  width: 136px;
  left: 0%;
  top: 0%;
}
.c-enunciado &gt; p {
  position: relative;
  margin: auto;
  font-family: "Quicksand";
  text-align: center;
  font-size: 1.6rem;
  z-index: 1;
  line-height: 28px;
}

.figuras {
  position: absolute;
  width: 134%;
  height: 121%;
  left: -21%;
  top: -10%;
}

@media only screen and (max-width: 626px) {
  .c-enunciado {
    width: 100%;
    height: auto;
    padding: 40px 50px 40px 50px;
  }
  .figuras {
    display: none;
  }
  .c-enunciado &gt; div {
    visibility: visible;
  }
}

@media only screen and (max-width: 400px) {
  .c-enunciado &gt; p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 296px) {
  .triangulo {
    visibility: hidden;
  }
}

/* 
/-------------------------------------/
/---------------------
Contenido
/---------------------
/-------------------------------------/
*/

.contenedor-figura-diagrama {
  position: absolute;
  margin: auto;
  text-align: center;
}

.figura-diagrama {
  position: relative;
  margin: auto;
  align-items: center;
  width: 14%;
  height: 33rem;
  margin-top: -46px;
  max-width: 184px;
}

.contenedor-item {
  position: relative;
  height: 7rem;
  margin-bottom: 54px;
}

.item {
  position: relative;
  margin: auto;
  width: 450px;
  height: auto;
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
}

.item &gt; img:first-of-type {
  width: 100%;
  margin-left: -15px;
}

.item &gt; img {
  position: absolute;
}

.item &gt; h1 {
  position: relative;
  margin-left: 80%;
  color: #ffc10e;
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 3.6rem;
  filter: drop-shadow(2px 5px 1px #0000005e);
}

.item &gt; p {
  width: 70%;
  top: 9px;
  position: absolute;
  margin-left: 20px;
  font-family: "Quicksand";
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 30px;
}
.fila-1 {
  margin-right: 88px;
}
.fila-2 {
  margin-left: 85px;
}

.fila-2 &gt; img:first-of-type {
  transform: rotateY(180deg);
  margin-left: 15px;
}
.fila-2 &gt; p {
  margin-left: 115px;
  text-align: right;
}
.fila-2 &gt; h1 {
  margin-left: 5%;
}

/*Fotos*/
.container-fotos {
  margin: auto;
  text-align: center;
}
.foto-1,
.foto-2 {
  position: relative;
  display: flex;
  align-items: center;
}

.fotos {
  position: relative;
  margin: auto;
  width: 80%;
}

.borde-fotos {
  position: fixed;
  width: 76%;
  left: 12%;
}

/*Puntos-interrupciÃ³n*/

@media only screen and (max-width: 1200px) {
  .figura-diagrama {
    width: 0px;
  }
  .item {
    margin-bottom: 0rem;
  }
  .fila-1 {
    margin: auto;
  }
  .fila-2 {
    top: 0px;
    margin-left: 0px;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {
  .contenedor-item {
    position: relative;
    height: 7rem;
    margin-bottom: 20px;
  }
  .fotos {
    width: 420px;
    margin-bottom: 20px;
  }
  .borde-fotos {
    width: 450px;
  }
}

@media only screen and (max-width: 450px) {
  .item {
    width: 100%;
  }
  .item &gt; img {
    width: 100%;
  }
  .item &gt; p {
    font-size: 1rem;
  }
  .fila-2 &gt; p {
    margin-left: 96px;
    padding-right: 6px;
    text-align: right;
  }
  .fotos {
    width: 100%;
  }
}
</pre></body></html>