@import url("https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&family=Rubik:wght@300;400&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
html {
  scroll-behavior: smooth;
}
.amarillo {
  color: #d1a250 !important;
}
.ancho {
  max-width: 1300px;
  margin: auto;
  /* border: 1px red solid; */
}
/* variables */
::root {
  --dorado: #d1a250;
  --tipografia1: "Hedvig Letters Serif", serif;
  --tipografia2: "Rubik", sans-serif;
}
header {
  text-align: center;
  padding: 10px 10px 10px 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 300px;

  flex-grow: 1;
}
.instagram {
  color: #000;
  font-size: 25px;
  padding: 10px 10px 10px 30px;
}
.link {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 10px;
  border-bottom: 5px #d1a250 solid;
  transition: all 0.5s;
}
.link:hover {
  color: #d1a250;
}
.email {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}
.email:hover {
  color: #d1a250;
}
.logo {
  max-width: 175px;
  position: absolute;
  top: 10px;
  left: calc(50% - 50px);
  z-index: 1000;
}
.contenedor_slide {
  margin: auto;
  position: relative;
}
.contenedor_slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 650px;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: 650px;
  object-fit: cover;
  border: 0;
}
.texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  width: 80%;
}
h1 {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 40px;
  line-height: 50px;
  max-width: 670px;
}
.btn_dorado {
  background-color: #d1a250;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.5s;
}
.btn_dorado:hover {
  background-color: #000;
}
.btn_dorado2 {
  background-color: #d1a250;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.5s;
}
.btn_dorado2:hover {
  color: #000;
}
.cabecera {
  padding: 15px;
  display: none;
}
.barras {
  font-size: 30px;
}
.fotoscarrousel {
  position: relative;
  overflow: hidden;
}
.fotoscarrousel:hover img {
  transform: scale(1.2);
}
.fotoscarrousel img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.filtro {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* contenedor carrousel */
#carousel {
  position: relative;
}
/* contenido carrrousel */
#slide-container {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  padding: 10px;
  color: #000;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.slide {
  padding: 20px;
  scroll-snap-align: left;
  min-width: 25%;
  text-align: left;
}
.back {
  position: absolute;
  top: 40%;
  left: 10px;
}
.forward {
  position: absolute;
  top: 40%;
  right: 10px;
}
/* contenedor indicadores */
.slide-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.slide-indicator {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 5px;
  width: 50px;
}
.slide-indicator:after {
  content: "";
  background-color: #ccc;
  height: 10px;
  width: 50px;
}
.slide-indicator.active:after,
.slide-indicator:hover:after {
  background-color: #d1a250;
}
/* flechas */
.arrow {
  background-color: #d1a250;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  transition: all 0.5s;
}
.arrow:hover {
  background-color: black;
}
.presentacion_agente {
  background-image: url(imagenes/fondo_dorado.svg);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 600px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  position: relative;
}
.opciones {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-left: 40px;
}
.negritas {
  font-weight: bold;
}
.btn_negro {
  background-color: #000;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.5s;
}
.btn_negro:hover {
  background-color: #ffd283;
}
.secc3-imgs {
  width: 40%;
  position: relative;
  height: 400px;
}
.informacion_arturo {
  max-width: 600px;
}
.titulo2 {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 35px;
  line-height: 40px;
  color: white;
  max-width: 400px;
}
.linea1 {
  border: 0;
  height: 5px;
  background-color: #ffd283;
  margin-top: 20px;
  max-width: 100px;
}
.img-arturo {
  position: absolute;
  top: -80px;
  left: 100px;
}
.img-arturo img {
  width: 300px;
}
.img-rotate {
  overflow: hidden;
}
.img-rotate img {
  width: 600px;
  position: absolute;
  top: -100px;
  left: -50px;
  animation: rotacion 15s linear infinite;
}
.solucioninmobiliaria {
  background-image: url(imagenes/fondo_negro.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 15px;
  text-align: center;
  color: white;
}
.titulo3 {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 35px;
  line-height: 40px;
  color: white;
  text-align: center;
}
.titulo1 {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 35px;
  line-height: 40px;
  color: #000;
  text-align: center;
}
.arturo {
  padding: 15px;
}
.linea2 {
  border: 0;
  height: 5px;
  margin: auto;
  background-color: #d1a250;
  margin-top: 20px;
  max-width: 100px;
}
.textoinmobiliaria {
  max-width: 1000px;
  margin: auto;
}
.contenedor_iconos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}
.playa {
  width: 50px;
}
.testimonios {
  background-image: url(imagenes/fondo_foto.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
footer {
  background-color: #000;
}
.contenedor_abajo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.contenedor_abajo img {
  width: 100px;
}
.contenedor_abajo h3 {
  color: #d1a250;
}
.contenedor_abajo a {
  text-decoration: none;
  color: #d1a250;
  padding: 10px;
}
.contenedor_abajo i {
  font-size: 30px;
}
.cintilla {
  background-color: #d1a250;
  color: white;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
.idioma {
  width: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bandera1 {
  width: 30px;
  padding-right: 3px;
}
.bandera2 {
  width: 30px;
  padding-right: 3px;
}
.iconobanderas {
  width: 20px;
  vertical-align: baseline;
}
