@keyframes rotacion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1100px) {
  .img-arturo {
    left: 50px;
  }
}
@media screen and (max-width: 950px) {
  .img-arturo {
    left: 10px;
  }
  .informacion_arturo {
    max-width: 450px;
  }
}
@media screen and (max-width: 900px) {
  .rslides img {
    min-height: 400px;
    object-fit: cover;
  }
  nav {
    justify-content: space-around;
    gap: 250px;
  }
  .quitar {
    display: none;
  }
  .logo {
    max-width: 175px;
    position: absolute;
    top: 10px;
    left: calc(50% - 100px);
    z-index: 1000;
  }
  .iconoemail {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .informacion_arturo {
    max-width: 400px;
  }
  .titulo2 {
    font-size: 38px;
    line-height: 48px;
  }
  .img-arturo {
    top: -70px;
    left: -15px;
  }
  .img-arturo img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .slide {
    padding: 15px;
    min-width: 50%;
  }
}
@media screen and (max-width: 725px) {
  .secc3-imgs {
    width: 90%;
    position: relative;
    height: 350px;
  }
  .titulo2 {
    font-size: 35px;
    line-height: 45px;
    color: white;
    max-width: 100%;
  }
  .informacion_arturo {
    max-width: 100%;
    padding: 15px;
  }
  .img-rotate {
    overflow: hidden;
  }
  .img-rotate img {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotacion 15s linear infinite;
  }
  .img-arturo {
    position: absolute;
    top: 50px;
    left: 50px;
  }
  .img-arturo img {
    max-width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
  }
  .presentacion_agente {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .cabecera {
    display: block;
  }
  .instagram {
    color: #000;
    font-size: 25px;
    padding: 0px;
  }
  header {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }
  .abrirmenu {
    transition: all 0.5s;
    display: flex;
  }
  nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex;
    gap: 0px;
    padding: 0px;
  }
  .link {
    display: block;
    padding: 10px 0px;
    border-bottom: 5px #d1a250 solid;
    transition: all 0.5s;
  }
  .logo {
    max-width: 135px;
    position: absolute;
    top: 10px;
    left: 55%;
    z-index: 1000;
  }
}
@media screen and (max-width: 480px) {
  .slide {
    padding: 10px;
    min-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .img-rotate img {
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotacion 15s linear infinite;
  }
  .img-arturo {
    position: absolute;
    top: 35px;
    left: 35px;
  }
  .img-arturo img {
    max-width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
  }
  .contenedor_iconos {
    gap: 50px;
  }
}
