body, html{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}

.hr-principal{
    border-color: black; 
    margin: 10px 20px 0px 20px;
}


.imagen-1-home{
    width: 100%;
}

.contenedor-general{
    margin-left: 0;
    margin-right: 0;
}
.pregunta-home{
    position: absolute;
    margin-bottom: 100px;
    color: #3B6B70;
    font-weight: bold;
}

.carousel-farmarket{
    background-color: #F3F3F3;
}


.carousel-control-prev, .carousel-control-next {
    filter: brightness(0.5);
}

.image-link {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .image-link img {
    width: 100%;
    transition: transform 0.6s ease-in-out;
  }
  .image-link img:hover {
    transform: scale(1.1);
  }
  .overlay, .overlay-1{
    position: absolute;
    /* bottom: 130px; */
    top: 0;
    left: 10px;
    color: #3C6B71;
    font-size: 150%;
    font-weight:bolder;
    text-align: start;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 5px 10px;
    border-radius: 5px;
  }

  .texto-creciente, .texto-creciente-1{
    text-decoration:underline;
    text-underline-offset: 0.5rem;
    font-weight: normal;
  }

  .overlay:hover, .overlay-1:hover{
    color: green;
  }

  .ubicanos{
    background-color:#DEF7F9 ;
  }

.imagen-map{
    width: 40%;
}
.button-ubicanos{
    background-color: #006B73;
    border-color: #006B73;
    font-weight: bold;
}
.ubicacion-home, .cerca-de-ti{
    color:#006B73;
    font-stretch: expanded;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.ubicacion-home{
    font-size: 300%;
    margin: 0;
    padding: 0;
    line-height: 1.9;
}
.cerca-de-ti{
    display: block;
    font-size: 50%;
    text-decoration: underline;
    text-underline-offset: 0.5rem;   
}

.contenedor-de-enlaces{
    padding: 3rem;
}

.h3{
    font-weight: bold;
    color: #3C6B71;
}

.p-lines{
    font-weight: lighter;
}
/* .long-content {
    height: 2000px;
  } */

.scroll-top-btn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    z-index: 1000;
    background-color: green;
    border: none;
}

.scroll-top-btn:hover{
    background-color: #3C6B71;
}

.footer{
    background-color: #3B676F;
}
.copyright{
    font-size: small;
    user-select: none;
}




/* Pantallas de telefonos y tablet */

@media (min-width: 320px) and (max-width: 431px){
    .carousel-farmarket, .texto-creciente, .link-small{
        display: none;
        visibility: hidden;
    }
    .overlay {
        position: absolute;
        font-size: 150%;
        font-weight: bold;
    }
    .contenedor-de-enlaces{
        padding: 0.5rem;
    }
    .navegar{
        margin-top: 3rem;
    }
    .navegar form{
        margin-top: 3rem;
        padding-bottom: 2rem;
        width: 90%;
    }
    .copyright{
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 884px){
    .pregunta-home{
        margin-bottom: 150px;
    }
    .overlay{
        font-size: 130%;
        font-weight: bold;
    }
    .texto-creciente{
        display: none;
        visibility: hidden;
    }
}