.btn{
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce){
  .btn{
  transition: none;
  }
}
.btn:hover{
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus{
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled{
opacity: 0.65;
}
a.btn.disabled, fieldset:disabled a.btn{
pointer-events: none;
}
.btn-primary{
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover{
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus{
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled{
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle{
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus{
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-lg, .btn-group-lg > .btn{
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-block{
display: block;
width: 100%;
}
.btn-block + .btn-block{
margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block{
width: 100%;
}

.widget_sp_image{
position:relative;
}
.widget_sp_image .title_container{
top: calc((100% - 50px) / 2);
left: 0;
width: 100%;
position: absolute;
}

.widget_sp_image .custom_button_home{
display:inline-block;
}
.widget_sp_image .custom_button_home h3{
display:block;
color: #fff;
padding:3px 20px;
border: 2px solid #fff;
font-size: 26px;
background-color: rgba(254,254,254,0.15);
text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.widget_sp_image:hover img{
-webkit-filter: brightness(0.5);
filter: brightness(0.5);
}




#contenedor-telefono-whatsapp{
display: flex;
align-items: center;
position:fixed;
bottom:10px;
right:10px;
z-index:55;
width:49px;
height:49px;
overflow:hidden;
cursor:pointer;
-webkit-transition: 0.5s;
transition: 0.5s;
}
#logo-whatsapp{
display:inline-block;
width:45px;
height:45px;
margin:2px;
}
#numero-whatsapp{
display:inline-block;
text-align:left;
min-width:11em;
color:#fff;
font-size:20px;
font-weight:bold;
padding-left:12px;
padding-right:12px;
}
#contenedor-telefono-whatsapp:hover{
width:245px;
background:rgba(0,0,0,0.7);
}

#firma-geniosweb{
margin-top:-12px;
line-height:1em;
color: #8d99ae;
font-size:12px;
}
#firma-geniosweb a{
color:inherit;
}
#firma-geniosweb a:hover{
color: #adb9ce;
text-decoration:underline;
}