

.touch .popup_menu_holder_outer{
display: none;
}

.touch .popup_menu_opened .popup_menu_holder_outer{
display: block;
}

.cover_boxes ul li .box .box_content { top: 0; }
.cover_boxes ul li .box .qbutton { margin-top: 18px; }

.drop_down .second .inner .widget {
padding-bottom: 13px;
}

.drop_down .second .inner .widget a{
padding: 0px !important;
}




/* MIO */
.boton-personalizado{
	background:#23b1bb !important;
	color:#fff !important;
	width:100%;
        font-size:18px !important;
        border: 1px solid #23b1bb !important;
        border-radius: 20px !important;
}
form a{
	color:#ffffff;
	text-decoration: underline;
        border: 2px solid #23b1bb;
        border-radius: 5px;
}

//small screen sizes
@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }

/*Cambiamos colores cabecera

div.header_inner { background:#ffffff !important;
}

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a{color: #23b1bb;}*/