/*
Theme Name: Lawfam Abogados
Template: Divi
Author: Child Theme Configurator
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.3.2.1581186658
Updated: 2020-02-08 19:30:58

*/



#footer-widgets {
    padding: 1% 0 0 !important;
}
.cta{
    background: #175795;
    display:flex;
    flex-direction: column;
    padding:30px;
    gap:15px;
    margin-bottom:1em;
    border-radius: .25rem;
}
.cta-title{
    margin-top:0px !important;
    font-weight:bold;
}
.cta-title,
.cta-description{
    color: white;
    text-align: center !important;
    display:block;
}
.cta-description{
    font-size:16px;
}
.cta button{
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family:'Open Sans';
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(1rem - 1px) calc(2.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  max-width: 250px;
  margin: 0 auto;
}

.cta button:hover,
.cta button:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.cta button:hover {
  transform: translateY(-1px);
}

.cta button:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}