@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
}

p {
  color: #000000;
  font-size: 2rem;
}

.contenedor {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  text-align: center;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.6rem;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

.sombra {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.69);
  -moz-box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.69);
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.69);
}

.sombra2 {
  -webkit-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.13);
}

.margin-top {
  margin-top: 2rem;
}

.fijar-body {
  overflow: hidden;
}

.alinear-texto {
  text-align: center;
}

.justificar-texto {
  text-align: justify;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.btn {
  display: inline-block;
  background-color: #e48f77;
  padding: 1rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  width: 90%;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.5rem;
  border: 0;
  display: block;
}

@media (min-width: 768px) {
  .btn {
    margin: 0;
    width: auto;
  }
}

.btn:hover {
  cursor: pointer;
  background-color: #db6849;
}

.margen-arriba {
  margin-top: 3rem;
}

.fijar-body {
  overflow: hidden;
}

.margen-derecha {
  margin-right: 5rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: grid;
  place-items: center;
}

.w-80p {
  min-width: 80% !important;
}

.seccion {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.lighten {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 1s ease-in-out;
  pointer-events: none;
}

.lighten img {
  width: 100%;
  height: auto;
  background-color: aquamarine;
}

@media (min-width: 768px) {
  .lighten img {
    max-height: 70rem;
    width: auto;
  }
}

.lighten .contenedor-imagen-lighten {
  display: grid;
  place-content: center;
  position: relative;
  width: 70%;
  height: 60rem;
}

@media (min-width: 480px) {
  .lighten .contenedor-imagen-lighten {
    display: grid;
    place-content: center;
    width: 48rem;
  }
}

@media (min-width: 786px) {
  .lighten .contenedor-imagen-lighten {
    display: grid;
    place-content: center;
    min-width: 50rem;
    height: auto;
  }
}

@media (min-width: 992px) {
  .lighten .contenedor-imagen-lighten {
    display: grid;
    place-content: center;
    width: auto;
    height: auto;
  }
}

.lighten .btn-cerrar-lighten {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.4s ease;
}

@media (min-width: 768px) {
  .lighten .btn-cerrar-lighten {
    width: 4rem;
    height: 4rem;
  }
}

.lighten .btn-anterior-lighten {
  position: absolute;
  fill: white;
  top: calc(50% - 1.5rem);
  left: 1rem;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.lighten .btn-siguiente-lighten {
  position: absolute;
  fill: white;
  top: calc(50% - 1.5rem);
  right: 1rem;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.lighten .btn-cerrar-lighten:hover,
.lighten .btn-anterior-lighten:hover,
.lighten .btn-siguiente-lighten:hover {
  transform: scale(1.05);
}

.lightenActive {
  opacity: 1;
  pointer-events: auto;
}

header {
  background-color: #F7F7F7;
  border-bottom: 1px solid #dedede;
}

.contenido-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.contenido-header .logo {
  max-width: 100%;
}

@media (max-width: 768px) {
  .contenido-header .logo {
    max-width: 80%;
  }
}

.boton-abrir {
  display: none;
}

.boton-abrir .boton-icono {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 900px) {
  .boton-abrir {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.navegacion-principal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 900px) {
  .navegacion-principal {
    display: none;
  }
}

.navegacion-principal a {
  color: #000000;
  font-size: 2.2rem;
  --clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.navegacion-principal a:after {
  content: "";
  display: block;
  background: #e38b73;
  width: 90%;
  margin-top: 3px;
  height: 3px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
}

.navegacion-principal a:hover {
  color: #e38b73;
  transition: color 0.5s;
  --clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.banner {
  width: 100%;
  height: 60rem;
  background-size: cover;
  display: none;
  background-image: url("/img/imagenesSlider/slider1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .banner {
    display: block;
  }
}

.banner .contenido-banner {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .contenido-banner h1 {
  color: #FFFFFF;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .banner {
    background-size: auto;
  }
}

.banner-movil {
  display: block;
}

@media (min-width: 1024px) {
  .banner-movil {
    display: none;
  }
}

.banner-movil h1 {
  color: #e38b73;
}

.slider-principal {
  overflow: hidden;
}

.slider--inner-principal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.slider--inner-principal img {
  transition: opacity 0.5s ease-in;
  pointer-events: none;
  user-select: none;
}

.navegacion-movil {
  background-color: #f7f7f7;
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  transform: translate(-100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  overflow-y: scroll;
  z-index: 15;
  pointer-events: auto;
}

.navegacion-movil.activo {
  transform: translate(0%);
}

.navegacion-movil.desactivo {
  transform: translate(-100%);
}

.contenedor-menu-movil .contenedor-movil-logo {
  display: flex;
  width: 100%;
  height: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contenedor-menu-movil .contenedor-movil-logo .logo-movil {
  height: 6rem;
}

.contenedor-menu-movil .contenedor-movil-navegacion {
  width: 100%;
}

.contenedor-movil-navegacion .navegacion-principal-movil {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
  padding: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contenedor-movil-navegacion a {
  color: #000000;
  font-size: 2.2rem;
  --clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.contenedor-movil-navegacion a:after {
  content: "";
  display: block;
  background: #e38b73;
  width: 90%;
  margin-top: 3px;
  height: 3px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
}

.contenedor-movil-navegacion a:hover {
  color: #e38b73;
  transition: color 0.5s;
  --clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.contenedor-movil-sociales {
  padding: 2rem;
}

.contenedor-movil-sociales p {
  margin: 0;
}

.contenedor-movil-sociales .movil-sociales-iconos {
  display: flex;
  padding: 2rem 0;
  gap: 2rem;
}

.contenedor-movil-sociales .movil-sociales-iconos svg {
  width: 2rem;
}

.contenido-nosotros {
  display: grid;
  gap: 2rem;
  margin: 5rem 0;
}

@media (min-width: 768px) {
  .contenido-nosotros {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}

.contenido-nosotros img {
  max-width: 15rem;
}

.contenido-nosotros h2 {
  color: #e38b73;
}

.contenedor-iconos-nosotros {
  display: grid;
  place-content: center;
}

.contenedor-iconos-nosotros img {
  width: 12rem;
}

.nosotros-info {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.3;
}

.nuestra_empresa {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .nuestra_empresa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    place-items: center;
    padding: 2rem;
  }
}

.nuestra_empresa2 {
  background-image: url("../img/large2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  height: 30rem;
}

@media (min-width: 768px) {
  .nuestra_empresa2 {
    background-position: center center;
  }
}

.nuestra_empresa2 .fondo_nuestra_empresa2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuestra_empresa2 .fondo_nuestra_empresa2 .texto_nuestra_empresa {
  max-width: 70rem;
  /* font-weight: bold; */
}

.nuestra_empresa2 .fondo_nuestra_empresa2 p {
  color: white;
  text-align: center;
  padding: 0 10px;
}

.nuestra_empresa2 .fondo_nuestra_empresa2 h2 {
  color: white;
}

.contenedor_contenido_empresa {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: hidden;
}

.item_contenido_empresa .imagen_caracteristica {
  min-height: 30rem;
  position: relative;
}

.item_contenido_empresa .imagen_caracteristica .imagen1,
.item_contenido_empresa .imagen_caracteristica .imagen2 {
  position: absolute;
  width: 60%;
  border-radius: 1rem;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 17px 0px rgba(0, 0, 0, 0.75);
}

.item_contenido_empresa .imagen_caracteristica .imagen1 {
  top: 0;
  left: 10px;
}

.item_contenido_empresa .imagen_caracteristica .imagen2 {
  bottom: 0;
  right: 10px;
}

.item_contenido_empresa .imagen_caracteristica .imagen1-mision {
  top: 0;
  left: 10px;
}

.item_contenido_empresa .imagen_caracteristica .imagen2-mision {
  /* bottom: 20px; */
  top: 30px;
  right: 10px;
}


.item_contenido_empresa {
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem;
}

@media (min-width: 768px) {
  .item_contenido_empresa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.item_contenido_empresa:nth-child(even) .texto_caracteristica {
  grid-row: 1;
}

.item_contenido_empresa .texto_caracteristica {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item_contenido_empresa:nth-child(even) {
  background-color: whitesmoke;
}

.texto_caracteristica h3 {
  color: #34b4b8;
  font-weight: bold;
}
.texto_caracteristica p {
  font-size: 18px;
  line-height: 1.4;
}

/* CONTENEDOR ANUNCIOS */

.anuncios a{
  color: black;
}
.contenedor-anuncios {

  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

@media (min-width: 480px) {
  .contenedor-anuncios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.anuncio {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border: 1px solid #e1dcdc;
}

@media (min-width: 768px) {
  .anuncio {
    display: grid;
    grid-template-columns: 40% 55% 5%;
    gap: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e1dcdc;
  }
}

.imagen-anuncio {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.contenido-anuncio {
  padding: 10px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
}

@media(min-width: 480px) {
   .contenido-anuncio {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
} 
    
}

.contenido-anuncio h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: black;
}

.contenido-anuncio p {
  font-size: 16px;
}

.contenido-anuncio .iconos-caracteristicas {
  display: flex;
  /* justify-content: space-around; */
  margin: 0;
}

.contenido-anuncio .iconos-caracteristicas li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-right: auto;

}

.contenido-anuncio .iconos-caracteristicas li img {
  max-width: 25px;
  max-height: 25px;
}


.margen-anuncio {
  /* visibility: hidden; */
  display: none;
}

@media(min-width: 768px) {

  .margen-anuncio {
    display: inline;
    background-color: #34b4b8;
    /* background-color: #e38b73; */
    /* background-color: black; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

  }

  .margen-anuncio img {

    border: 0;
    margin-top: 5px;
    /* max-width: 100%; */
    /* height: 40px; */

  }

  .margen-anuncio span {
    /* writing-mode: vertical-lr; */
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */

    font-weight: bold;
  }
}


/* FIN CONTENEDOR ANUNCIOS */
.contenedor-btn {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .contenedor-btn {
    justify-content: flex-end;
    margin-right: 1rem;
  }
}

.contenedor-social {
  position: fixed;
  right: 0;
  bottom: 2rem;
  display: flex;
  padding: 0 1rem 0 0;
  gap: 1rem;
}

.contenedor-social a {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.icono-facebook {
  transition: transform 0.3s;
}

.icono-facebook:hover {
  transform: translateY(-1rem);
  color: white;
  fill: #3b5998;
  box-shadow: 0 0 30px #3b5998, 0 0 10px #3b5998, 0 0 20px #3b5998, 0 0 10px #3b5998;
}

.icono-instagram {
  transition: transform 0.5s;
}

.icono-instagram:hover {
  transform: translateY(-1rem);
  color: white;
  fill: #E1306C;
  box-shadow: 0 0 30px #E1306C, 0 0 10px #E1306C, 0 0 20px #E1306C, 0 0 10px #E1306C;
}

.icono-whatsapp {
  transition: transform 0.3s;
}

.icono-whatsapp:hover {
  transform: translateY(-1rem);
  color: white;
  fill: #64d448;
  box-shadow: 0 0 30px #64d448, 0 0 10px #64d448, 0 0 20px #64d448, 0 0 10px #64d448;
}

.icono-gmail {
  transition: transform 0.3s;
}

.icono-gmail:hover {
  transform: translateY(-1rem);
  color: white;
  fill: #FF3E30;
  box-shadow: 0 0 30px #FF3E30, 0 0 10px #FF3E30, 0 0 20px #FF3E30, 0 0 10px #FF3E30;
}

.footer {
  background-color: #F7F7F7;
  width: 100%;
  padding: 0 1rem;
}

.footer .contenido-footer {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

@media (min-width: 768px) {
  .footer .contenido-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    grid-template-rows: 1fr;
  }
}

.footer p,
.footer a {
  color: #000000;
  font-size: 1.5rem;
}

.contenido-footer .empresa {
  text-align: center;
}

@media (max-width: 768px) {
  .contenido-footer .empresa {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}

.contenido-footer .empresa .empresa-info {
  display: none;
}

@media (min-width: 768px) {
  .contenido-footer .empresa .empresa-info {
    display: block;
  }
}

.contenido-footer .navegacion-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  align-self: center;
}

@media (max-width: 768px) {
  .contenido-footer .navegacion-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .contenido-footer .navegacion-footer {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
  }
}

.contenido-footer .navegacion-footer a {
  margin: 0.8rem;
}

.contenido-footer .footer-sociales {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .contenido-footer .footer-sociales {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .contenido-footer .footer-sociales {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
  }
}

.contenido-footer .footer-sociales .footer-sociales-iconos {
  display: flex;
  padding: 0.5rem;
  gap: 1rem;
}

.contenido-footer .footer-sociales .footer-sociales-iconos svg {
  width: 3rem;
}

.contenido-footer .copy {
  text-align: center;
}

.contenido-footer .copy p {
  margin: 1.5rem 0 0 0;
}

@media (min-width: 768px) {
  .contenido-footer .copy {
    grid-column: 1/4;
  }
}

.icono-footer {
  transition: transform 0.3s;
}

.icono-footer:hover {
  transform: translateY(-1rem);
}

.contenido-presidente {
  display: grid;
  padding: 1rem;
  place-items: center;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .contenido-presidente {
    grid-template-columns: 1fr auto;
  }
}

.contenido-presidente img {
  max-width: 30rem;
}

.contenedor-cajas {
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .contenedor-cajas {
    width: 90%;
  }
}

.caja1 {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .caja1 {
    display: grid;
    grid-template-columns: 25rem 1fr;
  }
}

.caja2 {
  width: 100%;
  padding: 2rem;
}

@media (min-width: 768px) {
  .caja2 {
    max-width: auto;
  }
}

.caja2 .caja-fecha {
  display: none;
  background-color: #e38b73;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .caja2 .caja-fecha {
    display: block;
    position: sticky;
    top: 0;
  }
}

.caja2 h2 {
  padding: 1rem;
  color: black;
  font-size: 2.8rem;
}

.caja3 {
  display: grid;
  place-items: center;
  background-color: #f5f5f5;
  max-width: 90rem;
  border-radius: 2rem;
  border: 1px solid gainsboro;
}

@media (min-width: 768px) {
  .caja3 {
    gap: 2rem;
  }
}

.caja3 img {
  max-width: 25rem;
}

.caja3 p {
  padding: 1rem;
  line-height: 1.3;
  text-align: start;
}

.caja4 {
  display: flex;
  background-color: #e38b73;
}

.caja-fecha-movil {
  display: none;
}

@media (max-width: 767px) {
  .caja-fecha-movil {
    display: block;
    background-color: #e38b73;
    width: 100%;
    position: sticky;
    top: 1rem;
    padding: 1rem 0;
    border-radius: 1rem;
    margin: 0 0 2rem 0;
  }

  .caja-fecha-movil h2 {
    font-size: 2.8rem;
    margin: 0;
  }
}

.contacto-bg {
  background-image: url("../../../img/condominio2.JPG");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .contacto-bg {
    width: 80%;
  }
}

.contacto-bg h3 {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .contacto-bg h3 {
    font-size: 4rem;
  }
}

.formulario {
  background-color: white;
  margin: -5rem auto 0 auto;
  width: 95%;
  border-radius: 1rem;
  padding: 3rem 0;
  border: 2px solid #e38b73;
}

@media (min-width: 768px) {
  .formulario {
    width: 70%;
  }
}

.formulario fieldset {
  border: none;
}

.campo {
  margin-bottom: 2rem;
}

.campo__label {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.campo__field {
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem;
}

.titulo-nuestras-propiedades {
  color: #e38b73;
}

.titulo-propiedad {
  text-align: start;
  margin: 1rem 0;
  color: #e38b73;
}

@media (min-width: 590px) {
  .propiedad-imagen {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

@media (min-width: 800px) {
  .propiedad-imagen {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    column-gap: 2rem;
  }
}

@media (min-width: 990px) {
  .propiedad-imagen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    place-items: center;
  }
}

.propiedad-imagen .propiedad-imagen-grande {
  position: relative;
}

.propiedad-imagen .propiedad-imagen-grande img {
  max-width: auto;
}

@media (min-width: 600px) {
  .propiedad-imagen .propiedad-imagen-grande img {
    max-width: auto;
  }
}

@media (min-width: 990px) {
  .propiedad-imagen .propiedad-imagen-grande img {
    max-width: 70rem;
    max-height: 40rem;
  }
}

@media (min-width: 1200px) {
  .propiedad-imagen .propiedad-imagen-grande img {
    max-width: 75rem;
    max-height: 60rem;
  }
}

.propiedad-imagen .btn-anterior-galeria-exteriores {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: 1rem;
  fill: white;
  opacity: 0.5;
  width: 3rem;
  height: 3rem;
  transition: all 0.1s ease-in-out;
}

.propiedad-imagen .btn-anterior-galeria-exteriores:hover {
  opacity: 1;
}

.propiedad-imagen .btn-siguiente-galeria-exteriores {
  position: absolute;
  top: calc(50% - 2.5rem);
  right: 1rem;
  fill: white;
  opacity: 0.5;
  width: 3rem;
  height: 3rem;
  transition: all 0.1s ease-in-out;
}

.propiedad-imagen .btn-siguiente-galeria-exteriores:hover {
  opacity: 1;
}

.propiedad-imagen-thumb {
  display: none;
}

@media (min-width: 590px) {
  .propiedad-imagen-thumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 800px) {
  .propiedad-imagen-thumb {
    display: flex;
    gap: 1rem;
  }

  .propiedad-imagen-thumb img {
    max-width: 10rem;
  }
}

@media (min-width: 990px) {
  .propiedad-imagen-thumb {
    display: flex;
    gap: 1rem;
  }

  .propiedad-imagen-thumb img {
    max-width: 12rem;
  }
}

@media (min-width: 1200px) {
  .propiedad-imagen-thumb {
    display: flex;
    gap: 1rem;
  }

  .propiedad-imagen-thumb img {
    max-width: 14rem;
  }
}

.propiedad-imagen-thumb .galeria-propiedad-imagen-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 590px) {
  .propiedad-imagen-thumb .galeria-propiedad-imagen-thumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1rem;
  }

  .propiedad-imagen-thumb .galeria-propiedad-imagen-thumb li {
    flex: 0;
  }

  .propiedad-imagen-thumb .galeria-propiedad-imagen-thumb img {
    min-width: 8rem;
    min-height: 8rem;
  }
}

@media (min-width: 800px) {
  .propiedad-imagen-thumb .galeria-propiedad-imagen-thumb {
    display: flex;
    flex-direction: column;
    width: auto;
    max-height: 40rem;
  }
}

@media (min-width: 1200px) {
  .propiedad-imagen-thumb .galeria-propiedad-imagen-thumb {
    display: flex;
    flex-direction: column;
    width: auto;
    max-height: 50rem;
  }
}

.imagen-grande-exterior {
  border-radius: 2rem;
}

.imagen-exterior-thumb {
  transition: all 0.3s ease-in;
  cursor: pointer;
  border-radius: 1rem;
}

.imagen-exterior-thumb:hover {
  transform: scale(1.05);
}

.propiedad-informacion {
  max-width: 100%;
  border-top: 2px solid #f4d1c8;
  border-bottom: 2px solid #f4d1c8;
  margin-top: 5rem;
  padding: 1rem;
}

@media (min-width: 480px) {
  .propiedad-informacion {

    width: 80%;
  }
}

.propiedad-informacion p {
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .propiedad-informacion {
    max-width: 100rem;
  }
}

.propiedad-informacion .titulo-descripcion {
  color: #e38b73;
  font-weight: 700;
  font-size: 2.8rem;
}

.ubicacion-propiedad {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .ubicacion-propiedad {
    justify-content: flex-start;
  }
}

.ubicacion-propiedad h2 {
  font-size: 2.8rem;
}

.ubicacion-propiedad h3 {
  margin: 1rem 0;
  font-size: 2rem;
  text-align: start;
}

@media (min-width: 768px) {
  .ubicacion-propiedad h3 {
    font-size: 2.5rem;
  }
}

.ubicacion-propiedad svg {
  width: 3rem;
  height: 3rem;
  color: #e38b73;
}

.titulo-caracteristicas {
  font-weight: bold;
  font-size: 3rem;
  color: #e38b73;
}

@media (min-width: 768px) {
  .caracteristicas-propiedad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.caracteristicas-propiedad li {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.caracteristicas-propiedad li img {
  max-width: 3rem;
  max-height: 3rem;
}

@media (min-width: 780px) {
  .caracteristicas-propiedad li img {
    min-width: 5rem;
    min-height: 5rem;
  }
}

.contenedor-galeria-interiores {
  display: grid;
  grid-template-rows: auto auto;
}

@media (min-width: 769px) {
  .contenedor-galeria-interiores {
    display: grid;
    grid-template-columns: auto auto;
    gap: 3rem;
  }
}

.contenedor-galeria-interiores .imagen-grande-interiores {
  background-color: aqua;
}

.contenedor-galeria-interiores .slider {
  max-width: 40rem;
  margin: auto auto;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 480px) {
  .contenedor-galeria-interiores .slider {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contenedor-galeria-interiores .slider {
    width: 100%;
  }
}

.contenedor-galeria-interiores .slider--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in;
}

.contenedor-galeria-interiores .slider--inner img {
  width: auto;
  height: auto;
}

.galeria-casa-derecha {
  display: grid;
  place-items: center;
  grid-template-columns: auto auto;
  gap: 2rem;
  grid-row: 2/3;
}

@media (min-width: 768px) {
  .galeria-casa-derecha {
    grid-row: 1/1;
  }
}

.galeria-casa-derecha li img {
  border-radius: 1rem;
}

.galeria-casa-derecha img {
  width: auto;
  height: auto;
}

@media (min-width: 480px) {
  .galeria-casa-derecha {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
  }

  .galeria-casa-derecha img {
    width: auto;
    height: 10rem;
  }
}

@media (min-width: 768px) {
  .galeria-casa-derecha {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }

  .galeria-casa-derecha img {
    width: auto;
    height: auto;
  }
}

@media (min-width: 992px) {
  .galeria-casa-derecha {
    grid-template-columns: repeat(4, 1fr);
  }

  .galeria-casa-derecha img {
    width: auto;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .galeria-casa-derecha {
    grid-template-columns: repeat(5, 1fr);
  }

  .galeria-casa-derecha img {
    width: auto;
    height: auto;
  }
}

.contenedor-galeria-interiores-lote3a {
  display: flex;
  flex-direction: column;
}

.contenedor-galeria-interiores-lote3a .slider {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .contenedor-galeria-interiores-lote3a .slider {
    max-width: 1024px;
  }
}

@media (min-width: 480px) {
  .contenedor-galeria-interiores-lote3a .slider {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contenedor-galeria-interiores-lote3a .slider {
    width: 100%;
  }
}

.contenedor-galeria-interiores-lote3a .slider--inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) {
  .contenedor-galeria-interiores-lote3a .slider--inner {
    width: 1024px;
    height: 50rem;
  }
}

.contenedor-galeria-interiores-lote3a .slider--inner img {
  width: 100%;
  height: max-content;
}

.contenedor-galeria-interiores-lote3a .galeria-casa-derecha {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .contenedor-galeria-interiores-lote3a .galeria-casa-derecha {
    display: grid;
    grid-auto-flow: row;
  }
}

.galeria-propiedad-interiores h2 {
  color: #e38b73;
}

.mapa h2 {
  color: #e38b73;
}

.map {
  width: 100%;
  height: 40rem;
}

.otros-sitios p {
  font-weight: bold;
}

.otros-sitios .remax {
  border: 1px solid #1a1a1a;
  width: 15rem;
  height: auto;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media(min-width: 480px) {
 table {
  width: 80%;
  border-collapse: collapse;
  text-align: center;
} 
}

table,
th,
td {
  border: 1px solid black;
}

th {
  padding: 10px;
}

td {
  padding: 8px;
}

.vendido {
  background-color: rgb(255, 0, 0, 0.5);
  /* font-weight: bold; */
  /* color: red; */
}

/* GALERIA */

.slider-container-horizontal {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 90%;
  height: auto;
}

.swiper {
  width: 100%;
  /* height: 100%; */
  height: auto;
}

video, iframe {
    /* width: auto; */
    height: 470px;
    object-fit: cover;
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background: rgba(0,0,0,0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px 10px;
  }


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* body {
      background: #000;
      color: #000;
    } */

.swiper {
  width: 100%;
  height: 300px;
  margin-left: 0;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {

  display: none !important;
}

.mySwiper {

  display: none !important;
}

@media(min-width: 480px) {
  .mySwiper {
    display: flex !important;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
}

.mySwiper .swiper-wrapper {
  /* height: 100% !important; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.mySwiper .swiper-slide {
  flex: 1;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  opacity: 0.6;
}

.mySwiper .swiper-slide img {

  /* width: 100% !important; */
  /* height: 100%; */
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}