#huuguu-popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

#huuguu-popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: flex-end;*/
  background-color: #fff;
  padding: 20px;
  border-radius: 0;
  /*width: 70%;*/
  box-shadow: 0 0 4px 1px rgba(0,0,0,.08);

}
@media (max-width: 768px){
  #huuguu-popup-content {
  width: 90%;
  padding: 10px;
}
}
#float-popup-content{
    display: block;
    align-items: center!important;
    padding: 0px!important;
    z-index: 999!important;
    
    color: #333!important;
    border-radius: 0 0 2px 2px!important;
    transition: all .2s ease-in-out!important;
    background-color: white;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);*/
    /*border-top: 6px solid #7E469A;*/
    bottom: 30px;
    left: 15px;
    position: fixed;
    font-size: 14px;
}
#float-popup-content:hover{
  background-color: #f3f3f5;
  cursor: pointer;
}


#float-popup-content a{
  color: #fff;
  width: 100%;
}
#huuguu-close-popup-link {
  text-align: right;
  display: block;
  width: 100%;
}
#huuguu-close-popup-link svg{
	color:#7E469A;
	width:20px!important;
	height:20px!important;
}
@media (max-width: 768px){
	#huuguu-close-popup-link svg{
		width:20px!important;
		height:20px!important;
	}
}

.spotlight-instagram-feed{
width:100%;
}

/*CLASES EN EL HTML*/
.popup-btn-container{
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 212.23px;
    height: 64.75px;
}
.popup-btn-col1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin: 0;
    padding: 0;
    border: 0!important;
    font-size: 100%!important;
    font: inherit!important;
    vertical-align: baseline!important;
}
.popup-btn-col1 img{
    min-width: 44px;
    height: auto;
}
.popup-btn-col2{
display: inline-block;
    font-size: 13.5px!important;
    line-height: 20px!important;
    margin: 0 0 0 8px!important;
    vertical-align: middle!important;
}
@media (max-width: 600px){
	#float-popup-content{
	padding: 7px!important;
	bottom: 30px;
	left: 20px; 
	}

	.popup-btn-container{
		width:auto;
		height:auto
	}
	.popup-btn-col2{
		display:none;
	}
	.popup-btn-col1 img{
    width: 35px;
		height:auto;
	}
}

/*-----------
 * ESTILOS DEL PLUGIN DE SPOTLIGHT
 * -----------*/
.MediaPopupBox__container{
	background: rgb(255 255 255 / 100%)!important; /*popup cuando abres una publicación*/
}
@media (min-width: 768px){
.MediaViewer__container{
	width:60%!important; /*tamaño de la publicación cuando abres el popup*/
}
}
.MediaPopupBox__control-icon{
	color:#7E469A!important;
}