html {
  box-sizing: border-box;
  font-size: 62.5%;
  /** Reset para REMS - 62.5% = 10px de 16px **/
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}

/* Globales */
img {
  max-width: 100%;
}

.contenedor {
  max-width: 120rem;
  /** = 1200 px **/
  margin: 0 auto;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.4rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2.6rem;
  }
}

/* utiidades */
.seccion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fw-300 {
  font-weight: 300;
}

.img-slider {
  height: 30rem;
}

.img-slider1 {
  height: 35rem;
}

.centrar-texto {
  text-align: center;
}

.navbar-nav li {
  width: 12rem;
}

.d-block {
  display: block !important;
}

.contenido-centrado {
  max-width: 800px;
}

/* Botones */
.boton {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  margin-top: 3rem;
  display: inline-block;
  text-align: center;
  border: none;
}

.boton:hover {
  cursor: pointer;
  color: #e9d3b1;
}

.boton-amarillo {
  background-color: #995c06;
  color: #FFFFFF !important;
}

.boton-amarillo:hover {
  color: #e9d3b1 !important;
}

.boton-verde {
  background-color: #b80f25;
}
.redes-sociales {
  color: #fff;
}

/* header */
.contenido-header {
  background-color: #333333;
  padding: 1rem 0 3rem 0;
}

.site-header.inicio {

  background-position: center center;
  background-size: cover;

}

.titulo_principal {
  color: #6a4e22;
}

.titulo_principal2 {
  color: #6a4e22;
  padding: 4rem 0;
}
.padding2{
  padding: 2rem;
}
.barra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
}

/*Navegacion */
.navegacion {

  margin-right: 80px;
}

.navegacion a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
  /** = 18px **/
  margin-right: 2rem;
}

.navegacion a:hover {
  color: #6a4e22;
}

.navegacion a:last-of-type {
  margin: 0;
}

.logo {
  width: 180px;
  height: 70px;
}

.titulo__seccion {
  text-align: center;
  font-weight: 500;
  padding: 3rem 0;
  text-transform: uppercase;
  color: #b80f25;
  border-bottom: 2px solid #b80f25;
  border-bottom-width: unset;
}

.titulo__seccion2 {
  text-align: center;
  font-weight: 500;
  padding: 3rem 0;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-bottom-width: unset;
}

.subtitulo-rayado {
  border-bottom: 2px solid #fff;
  border-bottom-width: unset;
  width: 70%;
}

.logo1 {
  width: 200px;
}

.icon-box img {
  color: #e08709;
  /* color corporativo elegante */
  margin-bottom: 15px;
}

.icon-box img {
  transition: transform 0.3s ease, stroke 0.3s ease;
  height: 12rem;
}

.icon-box:hover img {
  transform: scale(1.1);
  stroke: #6a4e22;
}

img {
  stroke: #e08709;
  /* azul corporativo */
}

.icon-box h3 {
  color: #6a4e22;
}

/** iconos-nosotros */
.encabezado-nosotros {
  font-weight: 300;
  text-align: center;
}



.icono {
  flex-basis: calc(33.3% - 1rem);
  text-align: center;
}

.icono h3 {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .img-slider {
    height: 70rem;
  }

  .iconos-nosotros {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .iconos-nosotros {
    padding: 2rem;
  }

  .logo1 {
    width: 130px;
  }
}

/** Anuncios */

@media (min-width: 768px) {
  .contenedor-anuncios {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .img_anuncio {
    height: 38rem;
  }
}

.anuncio {
  flex: 0 0 calc(33.3% - 1.5rem);
  border: 1px solid #B5B5B5;
  /*background-color: #F5F5F5; */
  margin-bottom: 2rem;
  transition: transform .3s ease-in-out;
}

.anuncio:hover {
  transform: scale(1.05);
}

.contenido-anuncio {
  padding: 2rem;
}

.contenido-anuncio h3,
.contenido-anuncio p {
  margin: 0;
}

.precio {
  color: #71B100;
  font-weight: 700;
}

.iconos-caracteristicas {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex: 1;
  /*max-width: 500px; */
}

.iconos-caracteristicas li {
  /*  flex: 1; */
  /* display: flex;*/
  text-align: center;
}

.iconos-caracteristicas li img {
  margin-right: 2rem;
  height: 4rem;
  width: 4rem;
  text-align: center;
}

.iconos-caracteristicas p {
  line-height: 2.2rem;
}

.ver-todas {
  display: flex;
  justify-content: center;
}

/* Contacto Home */
.imagen-contacto {
  background-image: url(../img/casa1.jpeg);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .imagen-contacto {
    height: 50rem;
  }

  .ver-todas {
    justify-content: flex-end;
  }
}

.imagen .logo1 {
  height: 28rem;
  width: 40rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(165, 165, 165, 0.75);
  margin-top: 1rem;
  border-radius: 4%;
}

.contenido-contacto {
  flex: 1;
  color: #ffffff;
}

.contenido-contacto p {
  font-size: 1.8rem;
}

/* seccion Inferior */
.seccion-inferior {
  display: flex;
  justify-content: space-between;
}


/* .seccion-inferior .testimoniales {
  flex-basis: calc(40% - 2rem);
} */


@media (min-width: 768px) {
  .entrada-blog {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}

.entrada-blog:last-of-type {
  margin-bottom: 0;
}

.entrada-blog .imagen {
  flex-basis: 60%;
}

.entrada-blog .texto-entrada {
  flex-basis: calc(40% - 3rem);
}

.texto-entrada a {
  color: #000000;
  text-decoration: none;
}

.texto-entrada h4 {
  margin: 0;
  line-height: 1.4;
}

.texto-entrada h4::after {
  content: '';
  display: block;
  width: 15rem;
  height: .5rem;
  background-color: #71B100;
  margin-top: 1rem;
}

.texto-entrada span {
  color: #E08709;
}

.texto-libre {
  font-size: 2.2rem;
}

/* footer */
.site-footer {
  background-color: #6a4e22;
  margin: 0;
}

.contenedor-footer {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
}

.copyright {
  margin: 0;
  color: #ffffff;
}

/* INTERNAS */
/* nosotros */
@media (min-width: 768px) {
  .contenido-nosotros {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }

  .dos-columnas {
    display: flex;
    justify-content: space-between;
  }

  .contenido-doble22 {
    flex: 0 0 calc(20% - 1rem);
  }

  .contenido-doble2 {
    flex: 0 0 calc(80% - 1rem);
  }
}

@media (max-width: 768px) {
  .texto-nosotros {
    padding: 2rem;
  }

  .contacto {
    padding: 2rem;
  }
}

.texto-nosotros blockquote {
  font-weight: 900;
  font-size: 2rem;
  margin: 0;
  padding: 1rem 0 3rem 0;
}

/* anuncio */
.resumen-propiedad {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Contacto */
.contacto p {
  font-size: 1.4rem;
  margin: 2rem 0 0 0;
}

legend {
  font-size: 2rem;
}

label {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

input:not([type="submit"]),
textarea,
select {
  padding: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid rgb(210 210 210);
  border-radius: 1rem;
}

input[type="radio"] {
  width: auto;
  margin: 0;
}

/*select{
  -webkit-appearance:none;
  appearance:none;
}*/
textarea {
  height: 20rem;
}

.forma-contacto {
  max-width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Formulario*/
.content-contacto {
  padding: 1rem 1rem 3rem;

  input,
  select {
    font-size: 2rem;
    border-radius: 1rem;
  }

  textarea {
    font-size: 2rem !important;
  }
}

.formulario {
  background-color: #995c06;
  padding: 5rem 0;
  color: #ffffff;
}

@media (max-width: 768px) {
  .formulario {
    padding: 1.5rem;
  }
}

.form-radio {
  margin-left: 20px;
}

.texto-h5 {
  font-size: 25px;
  line-height: 40px;
}

.btn__contactos {
  margin-top: 20px;
  border-radius: 40px;
  width: 300px;
  height: 60px;
  background-image: linear-gradient(to right, #6a4e22 0%, #6a4e22 51%, #ffc107 100%);
  transition: 0.5s;
  background-size: 200% auto;
  font-size: 22px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(241, 241, 241, 0.75);
}

.btn__contactos:hover {
  background-position: right center;
  color: #FFFFFF;
}

.section_separacion {
  padding: 5rem 0;
}

.img_proyecto {
  width: 40rem;
}

.img_proyecto_carac {
  width: 100%;
  height: 60rem;
}

.img_ubicacion {
  width: 100%;
}

/* Contenedor */
.contenedor-imagen {
  position: relative;
  width: 100%;

}

/* Imagen */
.contenedor-imagen img {
  width: 100%;
  display: block;
  filter: brightness(50%);
  /* ↓ oscurece la imagen */
  height: 60rem;
}

/* Capa encima */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Texto */
.texto {
  background: rgba(187, 15, 36, 0.5);
  /* fondo semitransparente */
  color: #fff;
  padding: 20px 30px;
  text-align: center;
  border-radius: 8px;
}

/* Opcional: mejorar tipografía */
.texto h2 {
  margin: 0 0 10px;
}

.texto p {
  margin: 0;
}

.text-interno {
  padding: 2rem 4rem;
}

@media (min-width: 768px) {
  .img_contacto {
    width: 100%;
    height: 45rem;
  }
}

@media (min-width: 768px) {}

.fondo-texto {
  background: rgba(187, 15, 36, 0.5);
  padding: 20px;
  border-radius: 8px;
}

.carousel-caption {
  bottom: 8.25rem;
  left: 20%;
  right: 20%;
}

.carousel-caption h5 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.carousel-caption p {
  color: #ffffff;
  font-size: 16px;
}

.chat{
    position: fixed;
    bottom: 2rem;
    right: 5px;
    width: 170px;
    height: 45px;
    display: flex;
    align-items: center;
    background: #000000CC;
    border-radius: 16px;
    color: #fff;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
  }
 .chat:hover{
    background: #fff;
    color: #000000CC;
    text-decoration: none;
    border: 1px solid #000000CC;
  }
  .content-btn-chat{     
    position: absolute;
    width: 100%;
    padding: 5px;    
  }
.cta p {
    visibility: visible;
    position: relative;    
    text-decoration: none;
    padding: 10px 0px 0px 37px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }
.img-chat {
    width: 30px;
}
@media (max-width: 768px) {
    .cta p {
        display: none;
    }
    .chat {
        width: 60px;
        height: 50px;
        right: 15px;
        background: none;
        -webkit-box-shadow: none;
    }
    .img-chat {
        width: 60px;
    }
  }
  .redes-sociales img{
    width: 35px;
  }