.imagen-quienes-somos{

}

/***
=============================================
    Footer area style
=============================================
***/
.footer-area {
  background: #292929;
  padding-top: 55px;
  padding-bottom: 0px;
  /* padding-bottom: 48px; */
}
.single-footer-widget .footer-logo {
  display: block;
  margin: 0 0 35px;
  overflow: hidden;
}
.single-footer-widget .industry-info {
  border-bottom: 1px solid #313131;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 13px;
}
.single-footer-widget .industry-info p {
  color: #ffffff;
}
.footer-social-links li {
  display: inline-block;
  margin-right: 26px;
}
.footer-social-links li:last-child{
  margin-right: 0;
}
.footer-social-links li a i {
  color: #ffffff;
  font-size: 15px;
  transition: all 500ms ease;
}
.footer-social-links li a:hover i{
  color: #36AD19;
}

.single-footer-widget .title {
  position: relative;
  margin-bottom: 40px;
}
.single-footer-widget .title::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 70px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 24px;
}
.single-footer-widget .quick-links {
  float: left;
  margin-top: -11px;
}
.single-footer-widget .quick-links.left {
  margin-right: 60px;
}
.single-footer-widget .quick-links li{
  line-height: 36px;
}
.single-footer-widget .quick-links li a {
  color: #ffffff;
  font-size: 14px;
  transition: all 500ms ease;
}
.single-footer-widget .quick-links li a:hover{
  text-decoration: underline;
  color: #36AD19;
}


.single-footer-widget .instagram {
  overflow: hidden;
}
.single-footer-widget .instagram li {
  display: inline-block;
  float: left;
}
.single-footer-widget .instagram li .img-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.single-footer-widget .instagram li .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.single-footer-widget .instagram li .img-holder .overlay-box .box .content a i{
  color: #292929;
  font-size: 15px;
}
.single-footer-widget .instagram li:hover .img-holder .overlay-box {
  opacity: 1;
  transform: rotateY(0deg) scale(1, 1);
}
.single-footer-widget .instagram li:hover .img-holder img {
  transform: scale(1.1);
}
.single-footer-widget .follow-us {
  overflow: hidden;
  background: #36AD19;
  padding: 10px;
}
.single-footer-widget .follow-us .icon {
  float: left;
}
.single-footer-widget .follow-us .text-holder {
  float: left;
  padding-left: 15px;
}
.single-footer-widget .follow-us .text-holder h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: -3px 0 8px;
  text-transform: uppercase;
}
.single-footer-widget .follow-us .text-holder a{
  background: #01305e;
  height: 25px;
  width: 80px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-align: center;
  transition: all 500ms ease;
}
.single-footer-widget .follow-us .text-holder a:hover{
  background: #282828;
}


.single-footer-widget .contact-address li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 12px;
}
.single-footer-widget .contact-address li:last-child {
  padding-bottom: 0;
}
.single-footer-widget .contact-address li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.single-footer-widget .contact-address li .icon-holder span:before {
  color: #74c2df;
  font-size: 25px;
}
ul{
  list-style:none;
}
li i {
  color: #74c2df;
  font-size: 20px;
}
.ajustar{
  color: #404497;
  font-size: 21px;
  padding: 7px 0px 5px 5px;
  margin-right: 10px;
}
.ajustar-li{
  color: #404497;
  font-size: 5px
  position: absolute;
  top:5px;
}
.ajustar-empresa {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
}
.flaticon-verified:before {
  font-size: 25px;
}
.single-footer-widget .contact-address li .content-holder {
  position: relative;
  top: -4px;
}
.single-footer-widget .contact-address li .content-holder p{
  color: #9e9e9e;
  font-size: 14px;
  line-height: 22px;
}
.single-footer-widget .contact-address li .content-holder p span{
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/***
=============================================
    Footer bottom area style
=============================================
***/
.footer-bottom-area {
    background: #292929 none repeat scroll 0 0;
    border-top: 1px solid #313131;
    padding-bottom: 23px;
    padding-top: 23px;
}
.footer-bottom-area .copyright-text p {
    color: #ffffff;
    margin: 0;
}
.footer-bottom-area .copyright-text p a {
    color: #36AD19;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.footer-bottom-area .footer-menu {
    float: right
}
.footer-bottom-area .footer-menu li {
    display: inline-block;
    margin: 0 0px 0px 35px;
}
.footer-bottom-area .footer-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover {
    color: #fff
}
.footer-bottom-area .footer-menu li a:hover {
    color: #36AD19
}
