.bg_azul{background-color: #067CFF;}
.bg_azul-1{background-color:#00acfb;}
.bg_gris{background-color: #ECF6FF;}
.bg_blanco{background-color:#fff; }
.f_right{float: right;}
.f_left{float: left;}
.t_left{text-align: left;}
#top-header{
	background: -webkit-linear-gradient(bottom, #067CFF 68%, #FFF 37%);
	background: -o-linear-gradient(bottom, #067CFF 68%, #FFF 37%);
	background: -moz-linear-gradient(bottom, #067CFF 68%, #FFF 37%);
	background: linear-gradient(to bottom, #067CFF 68%, #FFF 37%);
	padding-bottom: 5%;
	padding-top:13%;
	
	
}
#top-header .cont_1 {
	padding: 3% 0 0 8%;
	color: #fff;
}
#top-header .cont_1 h1,#listo .cont_txt h2,#mas_factura .cont_txt h2,#preguntas .cont_txt h2{
	font-weight: 700;
	font-size: 55px;
	line-height: 65px;
}
#top-header .cont_1 h2 {
	font-weight: 300;
	font-size: 40px;
	padding-top: 2%;
	padding-bottom: 7%;
}
#top-header .cont_icons img{
	height: 95px;
	width: 95px;
	background: #00448C;
	border-radius: 7px;
	padding: 16px;
}
#top-header .cont_icons .cont{margin-bottom: 10%;}
#top-header .cont_icons span{padding-top: 2%;}
#top-header .cont_icons  h3{
	font-size: 25px;
	font-weight: 600;
	color: #4D4F5C;
	text-align: center;
	line-height: 32px;
}
#top-header .cont_video img {
	width: 100%;
	cursor: pointer;
}
#top-header .cont_video {
	float: right;
	padding: 1% 16% 0 0;
}
#listo{padding-bottom: 7%;}
#listo .cont_txt h2{
	text-align: center;
	color: #4D4F5C;
	padding:3% 0 6% 0;
}
#mas_factura .cont_txt h2{
	text-align: center;
	color: #4D4F5C;
	padding:7% 0 3% 0;
}
#preguntas .cont_txt h2{
	text-align: center;
	color: #4D4F5C;
	padding:5% 0 3% 0;
}
#listo .cont_title h3{
	font-size: 43px;
	font-weight: 700;
	position: relative;
	z-index: 10;
	color: #4D4F5C;
	padding-bottom: 5%;
	padding-right: 5%;
}
#listo .cont_title label{
	font-size: 170px;
	position: relative;
	top: -100px;
	color: #DEE9FF;
}
#listo .cont_title h4{
	color: #82848e;
	font-weight: 300;
	font-size: 37px;
	padding-right: 10%;
}
.a_position{position: absolute;}
#mas_factura{padding-bottom: 4%}
#mas_factura .cont_txt_info_facil,#mas_factura .cont_txt_info_impresiona{
	text-align: right;
	transform: translateY(40%);
}
#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#preguntas .cont_question label,#preguntas .cont_question h3{font-size: 37px;}
#mas_factura .cont_txt_info label,#preguntas .cont_question label{
	font-weight: 300;
	line-height: 45px;
	color: #82848e;
	padding-top: 2%;
}
#mas_factura .cont_txt_info h3,#preguntas .cont_question h3{
	font-weight: 700;
	color: #4D4F5C;
}
#mas_factura .cont_img img,#mas_factura .cont_img_2 img{width: 100%;}
#mas_factura .cont_txt_info_oportuno{
	text-align: left;
	padding-left: 5.5%;
	transform: translateY(25%);
}
#mas_factura .cont_img_2 img{padding: 0 5% 0 7%;}
#mas_factura .p_t{padding-top: 3%;}
#mas_factura .cont_menu{padding: 0 10%;}
#mas_factura .cont_menu span{
	font-size: 37px;
	color: #4D4F5C;
	width: 100%;
}
#mas_factura .cont_menu label{
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}
#mas_factura .cont_menu .active{
	font-weight: 700;
	text-decoration: none;
	border-bottom : 4px solid #00ACFB;
}
#preguntas .size-xs{width: 9%;}
#preguntas .cont_question .question{padding: 0 7% 5% 7%;}
#listo .p_boton{
	position: absolute;
	width: 100%;
	z-index: 10;
}
#listo .boton,#boton .boton{
	background-color: #00448C;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	padding: 1% 3% 0.7% 3%;
	border-radius: 60px;
	cursor: pointer;
}
#listo .boton{margin-top: 4.8%;}
#boton .boton{
	margin-top: 2%;
	margin-bottom: 2%;
}
#modal_login .formulario {padding: 5% 10% 0;}
#modal_login .section1_modal {
	background-color: #01ACFC;
	display: table-cell;
	float: none;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	color: #fff;
}
#modal_login .section1_modal h2 {
	font-weight: 400;
	padding: 15% 10% 5% 10%;
}
#modal_login .modal-content {border-radius: 7px;}
#modal_login .section2_modal {
	background-color: #fff;
	display: table-cell;
	float: none;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#modal_login .section1_modal h2, #modal_login .tit_form,#modal_login .section1_modal h3 {
	font-size: 30px;
	line-height: 38px;
}
#modal_login .list_regis {list-style: none;}
#modal_login .section1_modal ul {
	padding: 5% 10% 5% 10%;
	font-weight: 500;
}
#modal_login .cont-frm {border-bottom-right-radius: 7px;}
#modal_login .close {padding-right: 1%;}
#modal_login.tit_form {
	font-weight: 600;
	text-align: center;
	padding-top: 5%;
}
#modal_login .tit_form_mobil {display: none;}
.formulario {padding: 5% 10% 0;}
#modal_login .tit_form{text-align: center;}
#modal_login .section1_modal ul li {
	padding-bottom: 2%;
	font-size: 20px;
}
#modal_login .section1_modal ul li img {
	padding-bottom: 1%;
	width: 5%;
}
#modal_login .section1_modal h3 {
	font-weight: 400;
	padding: 0% 10% 5% 10%;
}
#modal_favor{
	z-index: 20000;
}
/*div{border:1px solid black;}
/**/
@media(max-width: 2200px){
	#top-header{
		background: -webkit-linear-gradient(bottom, #067CFF 70%, #FFF 30%);
		background: -o-linear-gradient(bottom, #067CFF 70%, #FFF 30%);
		background: -moz-linear-gradient(bottom, #067CFF 70%, #FFF 30%);
		background: linear-gradient(to bottom, #067CFF 70%, #FFF 30%);
		
	}
}
@media(max-width: 1980px){

	#top-header .cont_1 h1,#listo .cont_txt h2,#mas_factura .cont_txt h2,#preguntas .cont_txt h2 {
		font-size: 45px;
		line-height: 55px;
	}
	#top-header .cont_1 h2{font-size: 30px;}
	#top-header .cont_icons h3 {
		font-size: 18px;
		line-height: 25px;
	}
	#top-header .cont_icons img {
		height: 70px;
		width: 70px;
	}
	#top-header{
		background: -webkit-linear-gradient(bottom, #067CFF 66%, #FFF 34%);
		background: -o-linear-gradient(bottom, #067CFF 66%, #FFF 34%);
		background: -moz-linear-gradient(bottom, #067CFF 66%, #FFF 34%);
		background: linear-gradient(to bottom, #067CFF 66%, #FFF 34%);
		
	}
	#listo .cont_title h3{font-size: 33px;}
	#listo .cont_title h4 {font-size: 27px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 27px;
		line-height: 35px;
	}
	#listo .cont_title label {
		font-size: 120px;
		top: -60px;
		left: -8px;
	}
	#listo .boton,#boton .boton{font-size: 30px;}
	#top-header .cont_1 {padding: 2% 0 0 3%;}
}
@media(max-width: 1680px){
	
	
	#top-header .cont_video {padding: 1% 6% 0 0;}
	#listo .cont_title label {
		font-size: 100px;
		top: -60px;
		left: 0px;
	}
	#listo .cont_title h3{font-size: 29px;}
	#listo .cont_title h4 {font-size: 23px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 23px;
		line-height: 31px;
	}
}
@media(max-width: 1480px){
	#top-header{
		background: -webkit-linear-gradient(bottom, #067CFF 70%, #FFF 30%);
		background: -o-linear-gradient(bottom, #067CFF 70%, #FFF 30%);
		background: -moz-linear-gradient(bottom, #067CFF 70%, #FFF 30%);
		background: linear-gradient(to bottom, #067CFF 70%, #FFF 30%);
	}
	#mas_factura .cont_txt_info_facil {transform: translateY(25%);}
	
}
@media(max-width: 1380px){
	#top-header .cont_1 h1,#listo .cont_txt h2,#mas_factura .cont_txt h2,#preguntas .cont_txt h2  {
		font-size: 42px;
		line-height: 52px;
	}
	#top-header .cont_1 h2 {font-size: 27px;}
	#top-header .cont_icons  h3 {
		font-size: 17px;
		line-height: 24px;
	}
	#listo .cont_title label {
		font-size: 90px;
		top: -46px;
		left: -7px;
	}
	#listo .cont_title h3 {font-size: 25px;}
	#listo .cont_title h4 {font-size: 19px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 19px;
		line-height: 27px;
	}
	#mas_factura .cont_txt_info_oportuno{transform: translateY(15%);}
	#listo .boton,#boton .boton{font-size:28px;}
}
@media(max-width: 1200px){
	#top-header .cont_1 h1,#listo .cont_txt h2,#mas_factura .cont_txt h2,#preguntas .cont_txt h2 {
		font-size: 38px;
		line-height: 48px;
	}
	#top-header .cont_1 h2 {font-size: 23px;}
	#top-header .cont_icons img {
		height: 65px;
		width: 65px;
	}
	#top-header .cont_icons  h3 {
		font-size: 15px;
		line-height: 22px;
	}
	#top-header{
		background: -webkit-linear-gradient(bottom, #067CFF 73%, #FFF 27%);
		background: -o-linear-gradient(bottom, #067CFF 73%, #FFF 27%);
		background: -moz-linear-gradient(bottom, #067CFF 73%, #FFF 27%);
		background: linear-gradient(to bottom, #067CFF 73%, #FFF 27%);
	}
	#listo .cont_numbers{padding: 0 5%;}
	#mas_factura  .cont_txt_info_facil,#mas_factura  .cont_txt_info_impresiona{padding-left: 5%}
	#mas_factura .cont_txt_info_oportuno{padding-right: 3%;}
	#mas_factura .cont_img_2 img{padding-left: 5%;}
	#listo .boton,#boton .boton{font-size: 25px;}
}
@media(max-width: 1080px){
	#listo .cont_title h3{
		font-size: 24px;
		padding-right: 10%;
	}
	#listo .cont_title h4 {font-size: 18px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 18px;
		line-height: 26px;
	}
	#listo .boton{margin-top: 4.4%;}
	
	#top-header{
		background: -webkit-linear-gradient(bottom, #067CFF 65%, #FFF 40%);
		background: -o-linear-gradient(bottom, #067CFF 65%, #FFF 40%);
		background: -moz-linear-gradient(bottom, #067CFF 65%, #FFF 40%);
		background: linear-gradient(to bottom, #067CFF 65%, #FFF 40%);
		
	}
	
	#top-header .cont_1{
		padding-top:0%;
	}
	
	#top-header .cont_video{
		padding-top:0%;
	}
}
@media(max-width: 991px){
	#top-header .cont_1 {padding: 3% 3%;}
	#top-header .cont_1 h1, #mas_factura .cont_txt h2, #preguntas .cont_txt h2 {
		font-size: 42px;
		line-height: 52px;
		text-align: center;
	}
	#listo .cont_txt h2,#preguntas .cont_txt h2 {padding: 6% 2% 7% 2%;}
	#mas_factura .cont_txt h2{padding: 10% 2% 7% 2%;}
	#top-header .cont_1 h2 {
		font-size: 27px;
		text-align: center;
		padding-bottom: 0%;
	}
	#top-header .cont_video {padding: 0 5%;}
	#top-header{
		background: -webkit-linear-gradient(bottom, #067CFF 60%, #FFF 40%);
		background: -o-linear-gradient(bottom, #067CFF 60%, #FFF 40%);
		background: -moz-linear-gradient(bottom, #067CFF 60%, #FFF 40%);
		background: linear-gradient(to bottom, #067CFF 60%, #FFF 40%);
	
	}
	#top-header .cont_icons img {
		height: 75px;
		width: 75px;
		padding: 5%;
		margin-bottom: 2%;
	}
	#top-header .cont_icons .cont {margin-bottom: 1%;}
	#top-header .cont_icons{padding-top: 5%;}
	#top-header .cont_icons  h3 {
		font-size: 18px;
		line-height: 25px;
	}
	#listo .cont_title h3{font-size: 20px;}
	#listo .cont_title h4{font-size: 15px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 15px;
		line-height: 23px;
	}
	#listo .cont_title label {font-size: 80px;}
	#listo .cont_numbers {padding: 0 1% 0 5%;}
	#listo .boton,#boton .boton{font-size:25px;}
	#modal_login .section1_modal h2, #modal_login .tit_form,#modal_login .section1_modal h3 {
		font-size: 20px;
		line-height: 28px;
	}
	#modal_login .section1_modal ul li {
		padding-bottom: 1%;
		font-size: 13px;
	}
	#modal_login .formulario {padding: 5% 6% 0;}
}
@media(max-width: 820px){
	#listo .cont_title h3{font-size: 18px;}
	#listo .cont_title h4{font-size: 14px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 14px;
		line-height: 22px;
	}
}
@media(max-width: 767px){
	#top-header .cont_1 h1,#listo .cont_txt h2 ,#mas_factura .cont_txt h2,#preguntas .cont_txt h2 {
		font-size: 35px;
		line-height: 45px;
	}
	#top-header .cont_1 h2 {font-size: 23px;}
	#top-header .cont_icons img {
		height: 65px;
		width: 65px;
		padding: 6%;
	}
	#top-header .cont_icons  h3 {
		font-size: 17px;
		line-height: 22px;
	}
	#listo .cont_title label{
		left: 0px;
		top: 0;
	}
	#listo .cont_title h4{
		font-size: 17px;
		padding-left: 10%;
		padding-right: 0%
	}
	#listo .cont_title h3 {
		font-size: 23px;
		padding-bottom: 0%;
		text-align: right;
		padding-right: 0%;
	}
	#listo .cont_numbers{padding: 0 0 0 5%;}
	#listo .vcenter-mbl{
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	#listo .cont_title{padding-bottom: 5%;}
	.size-xs{width: 6.5%;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 23px;
		line-height: 31px;
	}
	#mas_factura .cont_txt_info_facil,#mas_factura .cont_txt_info_oportuno,#mas_factura .cont_txt_info_impresiona{
		transform: translateY(0%);
		padding: 0 8%;
		text-align: justify;
	}
	#mas_factura .cont_img_2 img{padding: 0 5%;}
	#mas_factura .cont_menu{padding: 0 10% 4% 10%;}
	#listo .boton{
		font-size: 24px;
		margin-top: 3.6%;
	}
	#boton .boton{font-size: 24px;}
	#modal_login .tit_form_mobil, #modal_login .section2_modal {
		display: block;
	}
	#modal_login .tit_form_mobil, #modal_login .cont-close {
		background-color: #01ACFC;
		color: #fff;
	}
	#modal_login .tit_form_mobil {
		padding: 2% 3% 2% 3%;
		text-align: center;
	}
	#modal_login .tit_form_mobil h2,#modal_login .section1_modal h3{
		font-weight: 600;
		font-size: 20px;
		line-height: 28px;
	}
	#modal_login .tit_form {display: none;}
	#modal_login .formulario {
		padding: 5% 10% 0;
	}
}
@media(max-width: 580px){
	#top-header .cont_1 h1,#listo .cont_txt h2,#mas_factura .cont_txt h2,#preguntas .cont_txt h2 {
		font-size: 30px;
		line-height: 40px;
	}
	#top-header .cont_1 h2 {font-size: 20px;}
	#top-header .cont_icons img{padding: 8%;}
	#top-header .cont_icons  h3 {
		font-size: 15px;
		line-height: 20px;
	}
	#top-header .cont_1 {padding: 3% 3%;}
	#listo .cont_title h3 {font-size: 19px;}
	#listo .cont_title h4 {font-size: 15px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 19px;
		line-height: 27px;
	}
	#listo .boton,#boton .boton{font-size: 20px;}
	#mas_factura .cont_txt h2 {padding: 14% 2% 7% 2%;}
	#modal_login .tit_form_mobil h2,#modal_login .section1_modal h3{
		font-size: 18px;
		line-height: 26px;
	}
}
@media(max-width: 390px){
	#top-header .cont_1 h1,#listo .cont_txt h2,#mas_factura .cont_txt h2,#preguntas .cont_txt h2 {
		font-size: 25px;
		line-height: 35px;
	}
	#top-header .cont_1 h2 {
		font-size: 17px;
		padding: 2% 5%;
	}
	#top-header .cont_video {padding: 0 2%;}
	#top-header .cont_icons img {
		height: 60px;
		width: 60px;
	}
	#top-header .cont_icons img {padding: 9%;}
	#top-header .cont_icons  h3 {
		font-size: 13px;
		line-height: 16px;
	}
	#listo .cont_title h3 {font-size: 14px;}
	#listo .cont_title h4 {font-size: 12px;}
	#mas_factura .cont_txt_info label,#mas_factura .cont_txt_info h3,#mas_factura .cont_menu label,#preguntas .cont_question label,#preguntas .cont_question h3{
		font-size: 14px;
		line-height: 22px;
	}
	#listo .boton{
		font-size: 17px;
		margin-top: 3%;
	}
	#boton .boton{font-size: 17px;}
}

/*------------------- PROMO CONGELADOS --------------------*/
/* FREEZE SCREEN */

#freeze-screen {
  position: fixed;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(200,240,255,.6),
    rgba(174,211,250,.9)
  );
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#freeze-screen.active {
  opacity: 1;
  pointer-events: all;
  animation: freezeIn 1.2s ease-out forwards;
}

@keyframes freezeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* COPOS INDIVIDUALES */

#freeze-screen .snowflake {
  position: absolute;
  background: url("../img/CopoN.svg") no-repeat center / contain;
  pointer-events: none;
  animation: snowFloat 7s ease-in-out infinite;
}

#freeze-screen .snow-1 {
  top: 10%;
  left: 6%;
  width: 140px;
  height: 140px;
}

#freeze-screen .snow-2 {
  top: 14%;
  right: 8%;
  width: 180px;
  height: 180px;
  animation-duration: 9s;
}

#freeze-screen .snow-3 {
  bottom: 12%;
  left: 10%;
  width: 120px;
  height: 120px;
  animation-duration: 8s;
}

#freeze-screen .snow-4 {
  bottom: 10%;
  right: 12%;
  width: 160px;
  height: 160px;
  animation-duration: 10s;
}

#freeze-screen .snow-5 {
  right: 20%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}
#freeze-screen .snow-6 {
  left: 10%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}

@keyframes snowFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}

/* TEXTO CONGELADO CENTRAL */

.freeze-message h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  filter: drop-shadow(0 0 35px rgba(180,230,255,.9));
  animation: textBounce 1.2s ease-out forwards;
}

.freeze-message .line-1 {
  display: block;
  font-size: 11.7rem;
  font-weight: 400;
  color: #3579f6;
}

.freeze-message .line-2 {
  display: block;
  font-size: 6.5rem;
  font-weight: 800;
  color: #ffffff;
}

.freeze-message .line-3 {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: none;
  color: #3579f6;
  background: rgba(220,240,255,.95);
  border-radius: 50px;
  box-shadow:
    0 10px 25px rgba(53,121,246,.25),
    inset 0 0 12px rgba(255,255,255,.6);
  transform: translateY(-30px);
}

/*-------- Responsive Texto y Copos -----------*/

@media (max-width: 1600px) {

  .freeze-message .line-1 { font-size: 9.5rem; }
  .freeze-message .line-2 { font-size: 5.4rem; }
  .freeze-message .line-3 { font-size: 3rem; padding: 12px 30px; ; }

  .snow-1 { width: 120px; height: 120px; }
  .snow-2 { width: 150px; height: 150px; }
  .snow-3 { width: 100px; height: 100px; }
  .snow-4 { width: 130px; height: 130px; }
}

@media (max-width: 1400px) {

  .freeze-message .line-1 { font-size: 8rem; }
  .freeze-message .line-2 { font-size: 4.8rem; ; }
  .freeze-message .line-3 { font-size: 2.6rem; padding: 10px 26px; }

  .snow-1,
  .snow-2,
  .snow-3,
  .snow-4 { opacity: .8; }
}

@media (max-width: 1200px) {

  .freeze-message .line-1 { font-size: 6.8rem; }
  .freeze-message .line-2 { font-size: 4rem; }
  .freeze-message .line-3 { font-size: 2.2rem; }

  .snow-2,
  .snow-4 { display: none; }
}

@media (max-width: 992px) {

  .freeze-message .line-1 { font-size: 5.4rem; }
  .freeze-message .line-2 { font-size: 3.2rem;}
  .freeze-message .line-3 { font-size: 1.9rem; padding: 8px 22px; }

  .snowflake { opacity: .5; }
}

@media (max-width: 768px) {

  .freeze-message .line-1 { font-size: 3.6rem; }
  .freeze-message .line-2 { font-size: 2.4rem; }
  .freeze-message .line-3 {
    font-size: 1.4rem;
    padding: 6px 18px;
  }

  .snowflake {
    width: 70px !important;
    height: 70px !important;
    opacity: .35;
  }
}


/*---------------------------------------------*/

@keyframes textBounce {
  0% { transform: scale(.6); opacity: 0; }
  70% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

/* UNFREEZE */

#freeze-screen.unfreeze {
  animation: unfreeze 1.2s ease-in forwards;
}

@keyframes unfreeze {
  to {
    opacity: 0;
    backdrop-filter: blur(0);
  }
}

/* LOGO FLOAT CONGELADOS */

#congelados-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 250px;
  height: 250px;
  z-index: 9999;
  opacity: 0;
  transform: scale(.4);
  transition: all .9s ease;
}

#congelados-float.show {
  opacity: 1;
  transform: scale(1);
}

#congelados-float img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Halo de hielo */
.ice-glow {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(180,230,255,.6),
    transparent 70%
  );
  opacity: 0;
  filter: blur(10px);
  transition: opacity .5s ease;
  z-index: 1;
}

#congelados-float:hover .ice-glow {
  opacity: 1;
}

/* HINT CLICK AQUÍ */

.hint {
  position: absolute;
  top: -55px;
  right: 65px;
  text-align: center;
  animation: hintFloat 1.6s ease-in-out infinite;
}

.hint span {
  font-size: 30px;
  font-weight: 600;
  color: #3579f6;
  letter-spacing: 1px;
}

.arrow {
  width: 2px;
  height: 55px;
  margin: 8px auto 0;
  background: linear-gradient(
    to bottom,
    rgba(200,240,255,.9),
    rgba(200,240,255,.1)
  );
}

@keyframes hintFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Hover: ocultar hint */
#congelados-float:hover .hint {
  opacity: 0;
  transform: translateY(18px);
  transition: all .4s ease;
}

/*--------------------- Responsive logo --------------------------*/
@media (max-width: 1720px) {
  #congelados-float {
    width: 200px;
    height: 200px;
  }

  .hint {
    top: -50px;
    right: 45px;
  }

  .hint span {
    font-size: 28px;
  }

  .arrow {
    height: 48px;
  }
}

@media (max-width: 1400px) {
  #congelados-float {
    width: 190px;
    height: 190px;
  }

  .hint {
    top: -40px;
    right: 55px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 42px;
  }
}

@media (max-width: 1200px) {
  #congelados-float {
    width: 170px;
    height: 170px;
  }

  .hint {
    top: -40px;
    right: 45px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 36px;
  }
}

@media (max-width: 992px) {
  #congelados-float {
    width: 150px;
    height: 150px;
  }

  .hint {
    top: -50px;
    right: 40px;
  }

  .hint span {
    font-size: 17px;
  }

  .arrow {
    height: 30px;
  }
}

@media (max-width: 768px) {
  #congelados-float {
    width: 150px;
    height: 150px;
    bottom: 15px;
    right: 15px;
  }

  .hint {
    top: -40px;
    right: 40px;
  }

  .hint span {
    font-size: 16px;
  }

  .arrow {
    height: 24px;
  }
}