@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  font-family: "Trebuchet MS", Arial;
  background: url("../../assets/img/entorno/bg-patron.webp"); }

h1, h2, h3, h4 {
  margin-bottom: 0.7rem;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

p {
  margin-bottom: 1rem; }

a:link, a:visited {
  color: #209F1C;
  text-decoration: none; }

a:hover, a:active {
  color: #333333; }

.break {
  height: 1rem;
  border: none; }

.breakXL {
  height: 2rem;
  border: none; }

.breakXXL {
  height: 3rem;
  border: none; }

.contIn {
  display: grid;
  padding: 0 1em; }

.contOut {
  display: grid;
  margin: 0 0; }

@media screen and (min-width: 768px) {
  .contOut {
    grid-template-columns: 1fr 1000px 1fr;
    padding: 0 0; }
    .contOut::before, .contOut::after {
      content: ""; } }
.header {
  position: fixed;
  width: 100%;
  min-height: 30px;
  display: flex;
  justify-content: center;
  background: url("../../assets/img/entorno/bg-head.webp") repeat-x left top;
  z-index: 1; }

.homePrev {
  margin-top: 4rem;
  text-align: center;
  background: url("../img/entorno/bg-inicio.webp") no-repeat center bottom;
  background-size: 100%; }
  .homePrev h1 {
    display: grid;
    margin-bottom: 1em;
    font-size: 1.5rem; }
    .homePrev h1 em {
      color: #209F1C; }
  .homePrev .homeImg {
    width: 80%;
    display: block;
    margin: 2em auto; }
    .homePrev .homeImg img {
      width: 100%;
      padding: 5px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); }

@media screen and (min-width: 768px) {
  .homePrev h1 {
    font-size: 2.5rem; } }
.btnIconCall {
  display: inline-flex;
  gap: 1em;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  text-align: start;
  border-radius: 5em;
  background: #2C7ADF; }
  .btnIconCall i {
    font-size: 2rem; }
  .btnIconCall em {
    display: block;
    text-align: start; }
    .btnIconCall em small {
      display: block; }
  .btnIconCall:link, .btnIconCall:visited {
    color: #fff; }
  .btnIconCall:active, .btnIconCall:hover {
    background: #209F1C; }

.serviciosList {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .serviciosList .item {
    margin-bottom: 1em; }

.listUL1 {
  display: grid;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none; }
  .listUL1 li {
    position: relative;
    padding-left: 0.8em; }
    .listUL1 li::before {
      content: "";
      position: absolute;
      top: 0.4em;
      left: 0;
      width: 0.2em;
      aspect-ratio: 1;
      border: solid 1px #939393;
      border-radius: 50%; }
