@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;
}

.FlexContainer {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  overflow: auto;
  flex-direction: row;
}

.div-btn-container {
  position: relative;
  background-color: transparent;
  width: 250px;
  height: 250px;
  /*margin: 3px;*/
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 12px;
}

.div-icono-boton{
  position: absolute; 
  bottom: -100px; 
  right: 16px;
  font-size: x-large;
}

.div-icono-boton-left{
  position: absolute; 
  bottom: 70px; 
  right: 8px;
  font-size: x-large;
}

.div-icono-boton-right{
  position: absolute; 
  bottom: -80px; 
  right: 8px;
  font-size: x-large;
}

.div-inner-html{
  position: absolute; 
  top: 50%; 
  left: 0; 
  right: 0; 
  transform: translateY(-50%); 
  text-align: center;
}

.div-inner-html-left {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-400%);
  text-align: left;
  margin-left: 8px;
}

.div-inner-html-right {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(300%);
  text-align: right;
  margin-right: 8px;
}

.div-imagen{
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0; /* Alineación en la parte inferior del div1 */
  left: 0; /* Alineación en la izquierda */
  width: 100%; /* Ancho al 100% del contenedor */
}

.div-span{
  position: absolute;
  /*top: 50%; /* Alineación en la parte superior */
  left: 0; /* Alineación en la izquierda */
  width: 100%; /* Ancho al 100% del contenedor */
  opacity: 1;
  text-align: center;
}

.FlexContainer a {
  width: 250px;
  height: 250px;
  margin: 3px;
  border-radius: 15px;
  text-decoration: none;
}
.FlexContainer a:hover{
  text-decoration: none;
}

.ultimoBotonAncho{
  width: 505px !important;
}

.img-boton-bg{
      border-radius: 15px;
			background-size: cover !important;
			background-position: center !important;
			object-fit: cover;
			width: 100% !important;
			height: 100% !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%);
}


.fix-text-buttons-ultimo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
}



.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 {
  display: block;
  margin: auto;
}
.offices-buttons-text-slogan figure {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
.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 {
}
.img-btn-volver {
  width: 30% !important;
  margin-left: -50px !important;
  margin-bottom: -30px !important;
}
p > img {
  max-width: 80%;
  width: 80%;
}
figure > img {
  max-width: 80%;
  width: 80%;
}

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) {
  .div-icono-boton{
    bottom: -60px;
    right: 5px;
    font-size: medium;
  }

  .div-icono-boton-left{
    bottom: 200px;
    right: 5px;
    font-size: medium;
  }

  .div-icono-boton-right{
    bottom: 110px;
    right: 5px;
    font-size: medium;
  }

  .div-btn-container {
    width: 150px;
    height: 150px;
  }
  
  .div-imagen{
    width: 150px;
    height: 150px;
  }

  .ultimaImagen{
    width: 307px !important;
    height: 152px !important;
    margin-left: -1px;
    margin-top: -1px;
  }
  
  .FlexContainer a {
    width: 150px;
    height: 150px;
  }

  .div-span{
    font-size: 12px;
  }

  .ultimoBotonAncho{
    width: 305px !important;
  }
  
  .logo-custom-size {
    width: 40% !important;
  }
  .img-btn-volver {
    width: 40% !important;
    margin-left: 0 !important;
  }
  p > img {
    max-width: 100%;
    width: 80%;    
  }
  figure > img {
    max-width: 100%;
    width: 100%;   
  }

  .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;
  }

  .div-inner-html-left {
    transform: translateY(-350%);
  }

  .div-inner-html-right {
    transform: translateY(250%);
  }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 280px to 479px
*/
@media (min-width: 280px) and (max-width: 480px) {

  .div-icono-boton{
    bottom: -60px;
    right: 5px;
    font-size: medium;
  }

  .div-icono-boton-left{
    bottom: 200px;
    right: 5px;
    font-size: medium;
  }

  .div-icono-boton-right{
    bottom: 110px;
    right: 5px;
    font-size: medium;
  }


  .div-btn-container {
    width: 150px;
    height: 150px;
  }

  .div-imagen{
    width: 150px;
    height: 150px;
  }

  .ultimaImagen{
    width: 307px !important;
    height: 152px !important;
    margin-left: -1px;
    margin-top: -1px;
  }
  
  .FlexContainer a {
    width: 150px;
    height: 150px;
  }

  .div-span{
    font-size: 12px;
  }

  .ultimoBotonAncho{
    width: 305px !important;
  }

  .logo-custom-size {
    width: 45% !important;
  }
  .img-btn-volver {
    width: 40% !important;
    margin-left: 0 !important;
  }
  p > img {
    max-width: 80%;
    width: 80%;    
  }
  figure > img {
    max-width: 80%;
    width: 80%;    
  }

  .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;
  }

  .div-inner-html-left {
    transform: translateY(-350%);
  }

  .div-inner-html-right {
    transform: translateY(250%);
  }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 280px to 379px
*/
@media (min-width: 280px) and (max-width: 380px) {

  .div-icono-boton{
    bottom: -55px;
    right: 7px;
    font-size: medium;
  }

  .div-icono-boton-left{
    bottom: 200px;
    right: 5px;
    font-size: medium;
  }

  .div-icono-boton-right{
    bottom: 110px;
    right: 5px;
    font-size: medium;
  }


  .div-btn-container {
    width: 120px;
    height: 120px;
  }

  .div-imagen{
    width: 120px;
    height: 120px;
  }

  .ultimaImagen{
    width: 245px !important;
    height: 121px !important;
    margin-left: -1px;
    margin-top: -1px;
  }
  
  .FlexContainer a {
    width: 120px;
    height: 120px;
  }

  .div-span{
    font-size: 12px;
  }

  .ultimoBotonAncho{
    width: 245px !important;
  }

  .logo-custom-size {
    width: 45% !important;
  }
  .img-btn-volver {
    width: 40% !important;
    margin-left: 0 !important;
  }
  p > img {
    max-width: 80%;
    width: 80%;    
  }
  figure > img {
    max-width: 80%;
    width: 80%;    
  }

  .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;
  }

  .div-inner-html-left {
    transform: translateY(-350%);
  }

  .div-inner-html-right {
    transform: translateY(250%);
  }
}
