@import url(estilos.css);

.contenedor_tituloseccion {
  padding: 15px;
  text-align: center;
  height: 400px;
  background-image: url(../imagenes/foto_tituloquienes.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor_tituloseccion2 {
  padding: 15px;
  text-align: center;
  height: 400px;
  background-image: url(../imagenes/fondo_oficinas.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor_tituloseccion_locales {
  padding: 15px;
  text-align: center;
  height: 400px;
  background-image: url(../imagenes/fondo_locales.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor_iconos2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.contenedor_iconos2 img {
  width: 100%;
}
.contorno {
  border: 2px var(--beige) solid;
  padding: 15px;
}
.contenedor_tituloseccion3 {
  padding: 15px;
  text-align: center;
  height: 400px;
  background-image: url(../imagenes/fondo_ubicacion.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor_tituloseccion4 {
  padding: 15px;
  text-align: center;
  height: 400px;
  background-image: url(../imagenes/fondo_contactanos.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor_tituloseccion5 {
  padding: 15px;
  text-align: center;
  height: 400px;
  background-image: url(../imagenes/foto_fondoquienes.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lineadorada2 {
  background-color: var(--beige);
  border: 0;
  width: 90px;
  height: 6px;
  display: block;
  margin: auto;
}
.titulos2 {
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
  padding: 10px 0px;
  line-height: 45px;
}
.contenedor_caracteristicas {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  background-position: 100px 100px;
  background-repeat: no-repeat;
  background-image: url(../imagenes/fondo_logo.jpg);
}
.infoquienesomos {
  max-width: 600px;
}
.listas {
  color: var(--azul);
  margin-left: 50px;
}
.todo {
  padding: 15px;
}
.btn_beige {
  background-color: var(--beige);
  padding: 10px 30px;
  display: inline-block;
  color: white;
  text-decoration: none;
  transition: all 0.5s;
  border-radius: 5px;
}
.btn_beige:hover {
  background-color: var(--azul);
}
.alinear_textobotones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  font-weight: bold;
}
.alinear_textobotones p {
  max-width: 300px;
}
.btn_lineas {
  font-weight: bold;
  background-color: white;
  border: 2px var(--beige) solid;
  padding: 10px 30px;
  display: inline-block;
  color: var(--beige);
  text-decoration: none;
  transition: all 0.5s;
  border-radius: 5px;
}
.calltoaction {
  background-image: url(../imagenes/fondo_textura.jpg);
  background-attachment: fixed;
  padding: 20px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.calltoaction h2 {
  font-weight: 400;
  line-height: 40px;
  font-size: 35px;
  text-align: center;
}
.contenedor_mapa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px;
}
.contenedor_mapa figure {
  max-width: 600px;
}
.contenedor_mapa figure img {
  width: 100%;
}
/* contactanos */
.infocontacto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: stretch;
  padding: 10px;
}
.arribacontacto {
  padding: 10px;
}
.infocontacto .circulo {
  width: 20px;
  height: 20px;
  padding: 20px;
  border-radius: 50%;
  color: white;
  background-color: var(--azul);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.infocontacto .circulo i {
  color: white;
  font-size: 18px;
}
.contenedordirecion {
  max-width: 350px;
  border-radius: 5px;
  border: 1px var(--azul) solid;
  padding: 15px;
  text-align: center;
}
.contenedordirecion a {
  display: inline-block;
  color: var(--beige);
}
.telefono2 {
  display: inline-block;
  margin-bottom: 10px;
}
.contenedor_formulario {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contenido {
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 5px;
  font-family: var(--delgada);
}
textarea {
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 5px;
  min-height: 300px;
  font-family: var(--delgada);
  margin-bottom: 15px;
}
.elementosform {
  padding: 10px;
  background-color: var(--gris);
  width: 60%;
  text-align: right;
  padding: 50px;
}
.contenedor_formulario iframe {
  width: 40%;
  min-width: 300px;
}
.btn_azul {
  border: 0;
  background-color: var(--azul);
  padding: 10px 30px;
  display: inline-block;
  color: white;
  transition: all 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}
.btn_azul:hover {
  background-color: #333;
}
#seguridad {
  padding: 10px 5px 0px 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
#seguridad img {
  display: inline-block;
}
#seguridad #security_code {
  max-width: 80px;
}
/* publicitaria */
.mapa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.contenedor_beige2 {
  background-color: var(--beige);
  padding: 10px;
  color: white;
}
.iconoubi {
  width: 60px;
  height: 60px;
}
.contenedor_opciones2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: auto;
  padding: 30px;
  background-color: var(--beige);
}
.contenedor_opciones2 article {
  background-color: var(--beige);
  max-width: 250px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  color: white;
}
.contenedor_opciones2 article img {
  width: 90px;
  margin-bottom: 15px;
}
.contenedorprecios article {
  max-width: 300px;
  border-radius: 10px;
  padding: 50px 20px;
  background-color: var(--azul);
  color: white;
}
.contenedorprecios article h2 {
  text-align: center;
}
.listas2 {
  margin-left: 20px;
  color: white;
}
.contenedorprecios {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto;
}
.planes {
  padding: 10px;
}
.contenedorlocales {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding: 10px;
}
.contenedorlocales figure {
  max-width: 45%;
}
.contenedorlocales figure img {
  width: 100%;
}
.bordes {
  border: 1px var(--azul) solid;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  padding-left: 50px !important;
  margin-left: 0px !important;
}
.grande {
  font-size: 20px;
}
.centrar {
  text-align: center;
}
/* instalaciones */
.contenedorservicios2 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.contenedorservicios2 figure {
  max-width: 350px;
  border: 5px var(--beige) solid;
  border-radius: 5px;
  position: relative;
}
.contenedorservicios2 figure::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 31, 0.3);
}
.contenedorservicios2 figure img {
  width: 100%;
}
.fotoinstalaciones {
  height: 100%;
  object-fit: cover;
}
.contenedorservicios2 figcaption {
  position: absolute;
  top: 60%;
  right: 10px;
  z-index: 3;
  text-align: right;
  transition: all 0.5s;
}
.contenedorservicios2 figcaption h3 {
  max-width: 200px;
  color: white;
  font-family: var(--delgada);
}
.contenedorservicios2 figcaption a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
.contenedorservicios2 figure:hover figcaption {
  top: 10%;
}
.contenedorservicios2 figcaption a:hover i {
  color: var(--beige);
}
.contenedor_oficinasdisponibles {
  background-image: url(../imagenes/fondo_gris.svg);
  background-size: cover;
  padding: 20px;
}
.estructrura_oficinas {
  max-width: 1200px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}
.contenedor_beneficios_oficinas,
.contenedor_condiciones_oficinas {
  max-width: 500px;
}
.itemlista {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.itemlista img {
  width: 25px;
}
.contenedor_disponibles1 {
  border-radius: 15px;
  border: 3px var(--azul) solid;
  padding: 15px;
}
.contenedor_flechas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  padding-right: 30px;
  max-width: 400px;
}
/* contenedor carrousel */
#carousel {
  position: relative;
}
/* contenido carrrousel */
#slide-container {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  color: #000;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.slide {
  scroll-snap-align: left;
  min-width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.btn_beige {
  background-color: var(--beige);
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.btn_beige i {
  font-size: 20px;
  padding-left: 10px;
}
.back {
  /* position: absolute; */
  /* top: 45%;
  left: 10px; */
}
.forward {
  /* position: absolute; */
  /* top: 45%;
  right: 10px; */
}
/* flechas */
.arrow {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  padding: 15px;
  background-color: var(--beige);
  color: white;
  font-weight: bold;
  display: inline-block;
}
.arrow:hover {
  background-color: var(--azul);
}
.titulodisponibles {
  background-color: #25a9e0;
  color: white;
  padding: 10px;
  max-width: 300px;
  font-size: 18px;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.tituloficina {
  color: var(--beige);
  font-size: 22px;
}
.iteminfooficina {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.infoderechaoficinas {
  width: 50%;
}
.fotosizquierdaoficinas {
  max-width: 550px;
}
/* fotos */
.media-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 20px;
  border-radius: 14px;
  border: 2px solid var(--beige);
  background: #fff;
  color: var(--beige);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn:hover {
  background: var(--azul);
  color: white;
  border-color: var(--azul);
}
/* Oculta los anchors de la galería (no ocupan espacio en el layout) */
.glb-hidden {
  display: none;
}
/* Contenedor de tu imagen grande de la maqueta (opcional) */
.mock {
  max-width: 760px;
  margin: 0 auto;
  padding: 12px;
}

.mock img {
  width: 100%;
  height: auto;
  display: block;
}
.fotooficinagaleria {
  position: relative;
  max-width: 500px;
  height: 450px !important;
  object-fit: cover;
}
.estructuracolumnas2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.estructuracolumnas2 a {
  color: var(--azul);
}
.btn_rojo {
  padding: 10px 30px;
  text-decoration: none;
  background-color: #800000;
  color: white;
  display: inline-block;
}
.contenedor_flechas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: absolute; */
  max-width: 300px;
}
.contenedor_oficinas_disponibles {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cont_caracteristicas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.contenedor_pantallas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  gap: 15px;
  flex-wrap: wrap;
}
.contenedor_pantallas article {
  background-color: #f2f0f0;
  border: 2px var(--beige) solid;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
}
.contenedor_pantallas article figure {
  max-width: 100%;
  margin: 10px;
}
.contenedor_pantallas article figure img {
  width: 100%;
  display: block;
}
.cont_caracteristicas {
  padding: 10px;
  text-align: left;
}
.cont_caracteristicas a {
  color: #000;
}
