@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

#idNoticiaSingle img {
  max-width:100%;
  height: auto!important;
}
#idProductoSingle img {
  max-width:100%;
  height: auto!important;
}
#idPublicacionSingle img {
  max-width:100%;
  height: auto!important;
}
#idSesionOnlineSingle img {
  max-width:100%;
  height: auto!important;
}

.parsley-errors-list {
  list-style: none!important;
  padding : 0px!important;
  margin-top: 3px!important;
  color: #f00!important;
  font-size: 12px!important;
}

.sin_linea {
  text-decoration: none;
}

.text_naranja {
  color : #ffaa4a
}
.btn_naranja {
  background-color : #ffaa4a;
  color : #ffffff;
}
.bg_naranja {
  background-color : #ffaa4a;
}


.text_azul {
  color : #4bbaff!important;
}
.btn_azul {
  background-color : #4bbaff;
  color : #ffffff;
}
.bg_azul {
  background-color : #4bbaff;
}

.mi_hr {
  border: 1px solid #ffaa4a;
  background-color: #ffaa4a;
  opacity: 1;
  width: 80%;
  margin-top: 3px;
  margin-bottom: 3px;
}



.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 13px 13px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
