#footer{
display:none;	
}

.tc-header {
    border-top: 5px solid #8FA75B;
}

.space{
position:relative;
display: block;
width: 100%;
height:100px;
overflow:hidden;	
}

/* ////////////// FOOTER //////////////////// */

#footer_bas{
position:relative;
width:100%;
height:20px;
background:#FFF;
}

#unodiseno{ 
position:absolute;
height:73px;
width:76px;
right: 0px;
bottom:0px;
background:url('/wp-content/themes/cutipayalto/images/unodiseno.svg') no-repeat center;
z-index:1;
cursor:pointer;
}

#copy{ 
position:absolute; 
font-size:10px;
font-family: 'Oswald', sans-serif;
color:#4B4954;  
font-weight:400;
text-decoration:none;
height:auto;
top: 2.4px;
width:90%;
margin-left:8px;
text-transform:uppercase;
}
       
.powered{ 
color:#8FA75B;
}

tooltip_made {
border-bottom: 1px dotted #0077AA;
cursor: help;
}
 
.tooltip_made::after {
font-family: 'Oswald', sans-serif;
font-size:13px;
text-align:center;
font-weight:400;
background: rgba(255, 255, 255, 0.7);
border-radius: 20px 20px 20px 20px;
border:1px solid #CECECE;
color:#333333;
content: attr(data-tooltip); 
bottom:5px;
right:50px;
width:270px;
opacity: 0; 
padding: 5px 7px 5px 7px;
position: absolute;
visibility: hidden; 
transition: all 0.4s ease-in-out; 
}
 
.tooltip_made:hover::after {
opacity: 1; 
visibility: visible;
}

.tooltip_made:hover{
z-index:10000000000000;
}


@media screen and (max-width: 560px) {
  .limit-text{
  width:300px;
  overflow:hidden;
  height:20px;  
  }
  
} 