.icono-large{font-size:100px}
.bg-verde{text-shadow:1px 1px 20px #4D4D4D;}                
.interactive-card{
	max-width:600px;
 	width:100%;
  	position:relative;
 	background-color: rgb(0,0,0,0.2);
}
.interactive-card::after{
	content:"";
  	position:absolute;
  	left:0;
  bottom:0;
  	background-color:var(--main-blue-dark);
  	width:100%;
  	height:2px;
  	transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.5s;
    pointer-events: none;
}
.interactive-card:hover::after{
	transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}   
.corner-right{
	border-top:2px solid rgb(255,255,255,0.7);
  border-right:2px solid rgb(255,255,255,0.7);
  position:absolute;
  top:0;
    right:0;
  width:2em;
  height:2em;
  box-sizing:border-box;
}
.corner-left{
	border-bottom:2px solid var(--main-blue-dark);
  border-left:2px solid var(--main-blue-dark);
  position:absolute;
  bottom:0;
    left:0;
  width:2em;
  height:2em;
}
@media (max-width:768px){
	.interactive-card::after{
    	transform: scale3d(1, 1, 1);
	}
}                                                                                                                                                                         #main-menu-section {margin-right: -15px;margin-left: -15px;}#main-menu-section {margin-right: -15px;margin-left: -15px;}#main-menu-section {margin-right: -15px;margin-left: -15px;}