@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins" !important;
}

.btn-social {
  position: relative;
  border-radius: 50%;
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 2px;
  height: 28px;
  width: 28px;
}

.btn-social span {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
}

/* Tamaño de los botones para todas las pantallas por defecto */
.office-buttons-size {
  width: 40%;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
}

.office-buttons-border-radius {
  border-radius: 10px;
}

.office-buttons-text {
  font-size: 16px;
}

.offices-buttons-text-slogan p {
  /* font-size: 1.4rem; */
}

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

.offices-buttons-text-slogan p > img {
  /* max-width: 35%;
  width: 100%; */
  display: block;
  margin: auto;
}

.offices-buttons-text-slogan figure {
  /* max-width: 55%;
  width: 100%; */
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.fix-text-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.offices-custom-footer {
  background-color: #f8f6f6;
  font-size: 14px;
  color: #868d96;
}

.offices-custom-footer a {
  font-size: 14px;
  color: #868d96;
}

.text-gray {
  color: #868d96;
  font-size: 15px;
}

.text-light-custom {
  color: #fff;
  font-size: 15px;
}

.custom-bg-orange {
  background-color: #be544a;
}

.logo-custom-size {
  /* width: 25% !important; */
}

.img-btn-volver {
  width: 30% !important;
  margin-left: -50px !important;
  margin-bottom: -30px !important;
}

p > img {
  max-width: 100%;
  width: 100%;
  /* display: block;
  margin: auto; */
}

figure > img {
  max-width: 100%;
  width: 100%;
  /* display: block;
  margin: auto; */
}

blockquote {
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 11px solid #ccc;
  border-right: 5px solid transparent;
  margin: 1.7em 0 1.7em 0.3em;
  overflow: auto;
  width: 93%;
  background-color: transparent;
}

figure.media {
  display: block;
  margin: auto;
}

.pointer {
  cursor: pointer;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .logo-custom-size {
    width: 40% !important;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .office-buttons-size {
    width: 100%;
    height: 52px;
  }
  .logo-custom-size {
    width: 40% !important;
  }
  .img-btn-volver {
    width: 40% !important;
    margin-left: 0 !important;
  }
  p > img {
    max-width: 100%;
    width: 100%;
    /* display: block;
    margin-left: 0;
    margin-right: 0; */
  }
  figure > img {
    max-width: 100%;
    width: 100%;
    /* display: block;
    margin-left: 0;
    margin-right: 0; */
  }

  .offices-buttons-text-slogan p > img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
  }

  .offices-buttons-text-slogan figure > img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
  }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 280px to 479px
*/
@media (min-width: 280px) and (max-width: 480px) {
  .office-buttons-size {
    width: 100%;
    height: 52px;
  }
  .logo-custom-size {
    width: 45% !important;
  }
  .img-btn-volver {
    width: 40% !important;
    margin-left: 0 !important;
  }
  p > img {
    max-width: 100%;
    width: 100%;
    /* display: block;
    margin-left: 0;
    margin-right: 0; */
  }
  figure > img {
    max-width: 100%;
    width: 100%;
    /* display: block;
    margin-left: 0;
    margin-right: 0; */
  }

  .offices-buttons-text-slogan p > img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
  }

  .offices-buttons-text-slogan figure > img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
  }
}
