:root{
	--lastFooterHeight:12em
}



#footer #footer-container-main .row{
	margin-bottom:1em
}


.block-title span{
	font-size:1.2em;
	text-transform:lowercase;
	display:inline-block
}
.block-title span::first-letter{
	text-transform: uppercase;
}

.block-iqitcontactpage img{
	margin-left:-.5em
}

.block-iqitcontactpage p a i{
	color:white
}

.direccion{
font-size:.9em}

.datos .direccion br {
  display: inline;
}

.block-iqitcontactpage br {
  display: none;
}

.telefonos{
	display: flex;
	flex-direction: column;
	margin-top:.5em
}
.telefonos a{
	font-weight: 600;
	font-size:.9em
}
.telefonos a span{
	font-weight: 200;
	font-size:.8em
}

#footer .links{
	padding-left:1.9em
}


.navegacionFooter ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-height:  var(--lastFooterHeight);
	max-width: fit-content
}

.navegacionFooter .block-iqitlinksmanager.block-links ul > li {
  margin-right: 2em;
}

.ps-emailsubscription-block{
	padding-right:2em
}

.newsletter-input-group .btn-subscribe i{
	padding: 0 1em
}

.newsletter-input-group .btn-subscribe i::before {
  content: "Suscribirme";
}

.newsletter-input-group{
	border-radius:.5em;
	overflow:hidden
}

#footer #footer-container-main .ps-emailsubscription-block .btn-subscribe{
	background-color:#439c24;

}


#footer #footer-container-main .ps-emailsubscription-block .btn-subscribe[disabled]{
	opacity: .7
}


#footer .social-links li a img{
	max-width: 1.8em
}

#footer .social-links > li {
	padding: .6em .2em 0 0;
}


.footerOtros{
	display: flex;
  flex-direction: row;
  max-height: fit-content;
	width:fit-content
}

.footerOtros .amzpayments-footer-banner,
.footerOtros a{
	align-self: flex-end;
	margin-bottom: 1.1em;
	margin-right: 1em;	
}

.footerOtros .block-iqitlinksmanager-app{
  width:fit-content;
	padding:0!important
}

.footerOtros .block-iqitlinksmanager-app h5{ display:none}

.footerOtros .block-iqitlinksmanager-app .block-content img{margin-top:0!important}





@media (max-width: 991.98px) {
	 .block-iqitcontactpage .part p {
    		text-align: left;
  	}
	#footer-container-main .block{
		padding: .5em 0;
		margin:0
	}

	#footer-container-main .datos{
		display: flex;
  		align-items: flex-end;	
		gap:1em
	}

	#footer-container-main .block-newsletter{
		padding-bottom:
	}

	#footer-container-main .links{
		padding-left:15px 
	}

	#footer-container-main .links ul{
		max-height:unset;
		padding-left:1em
	}

}


@media(max-width:768px){

	#footer .block-iqitcontactpage{
		border:none
	}
	#footer-container-main .datos {
		flex-direction:column;
		align-items:flex-start;
	}
	#footer .telefonos .opcion{
		white-space:nowrap
	}
	.footerOtros{
		//min-height: calc(var(--lastFooterHeight) * 1.5);
	}
}






/*ESTILOS Y ESTRELLAS TRUSTED*/
#etrustedBadge{
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;	
	border-radius:1em;
	text-align: center;
	padding: 0;
	gap: .5em;
	flex-basis:10em
}
#etrustedBadge img{
	width:5em;
	padding-top:1em
}
#etrustedBadge span{
	color:black
}
.etrustedProteccion{
	width:80%;
	border-bottom:1px solid gray
}
.estrellitas{
	display:flex;
	flex-direction:column;
}
.etrustedWord{
	text-transform:lowercase
}
.etrustedWord::first-letter{
	text-transform:uppercase
}

/*ESTRELLAS*/
[data-star] {
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}
[data-star]::before { 
  display:block;
  content: '★★★★★';
  color: #eee;
}
[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '★★★★★';
  width: 0;
  color: #ff8c00;
  overflow:hidden;
  height:100%;
}

[data-star^="0.1"]::after{width:2%}
[data-star^="0.2"]::after{width:4%}
[data-star^="0.3"]::after{width:6%}
[data-star^="0.4"]::after{width:8%}
[data-star^="0.5"]::after{width:10%}
[data-star^="0.6"]::after{width:12%}
[data-star^="0.7"]::after{width:14%}
[data-star^="0.8"]::after{width:16%}
[data-star^="0.9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}
