/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* background home */
.learnmore a {
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding-bottom: 2px;
}
.learnmore a:hover {
    border-bottom-color: #28a745;
}
#mainmenu .botongive a{
border-radius:8px;
background:#009900;	
color:#FFFFFF;
}
.tarjeta:hover p, 
.tarjeta:hover h1 {
    color: #ffffff !important;
	transition: color 0.3s ease-in-out;
}
.learnmorebutton { 
border: none;
border-bottom: 2px solid #009900;
border-bottom-color:#009900;
background: none; }

.learnmorebutton a:hover { border: none;
border-bottom-color:#052846;
background: none;
transition: 0.3s;}
  
