@charset "utf-8";
html {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 24px;
}
a {
  text-decoration: underline;
  color: #e8571f;
}
a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #e8571f;
}
a:hover {
  color: #000000;
}
ol, ul {
  margin: 0;
  list-style-position: inside;
  line-height: 26px; font-size: 16px; font-family: 'Source Sans Pro'; color: #333333;
}
p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 26px; font-size: 16px; font-family: 'Source Sans Pro';
}
hr {
  background-color: #CED2D5;
  border: 0;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  float: left;
}
h1 {font-size: 50px; line-height: 58px; font-weight: 500;margin-bottom: 10px;color:#333333;letter-spacing:normal;font-family: 'Source Sans Pro';}
h2 {font-size: 40px; line-height: 48px; font-weight: 500;margin-bottom: 10px;color:#333333;letter-spacing: normal;font-family: 'Source Sans Pro';}
h3 {font-size: 30px; line-height: 38px; font-weight: 500;margin-bottom: 10px;color:#333333;letter-spacing:normal;font-family: 'Source Sans Pro';}
h4 {font-size: 24px; line-height: 32px; font-weight: 500;color:#333333;letter-spacing:normal;margin-bottom: 10px;font-family: 'Source Sans Pro';}
h5 {font-size: 14px; line-height: 22px; font-weight: 500;color:#333333;letter-spacing: normal;margin-bottom: 10px;font-family: 'Source Sans Pro';}
h6 {font-size: 12px; line-height: 22px; font-weight: 500;color:#333333;letter-spacing: normal;margin-bottom: 10px;font-family: 'Source Sans Pro';}

.site {
  width: 100%;
}
#header {
  position: fixed;
  width: 100%;
  padding:0;
  z-index: 13000;
  top: 0;
  left: 0;
  background: #f3f7f8;
  border-bottom: 1px solid #ededed;
}
b, strong {
  font-weight: 700;
}
/*
#header.header-scrolled {
  opacity: 0;
  height: 0;
  transition: all .35s ease-in-out
}
*/
.container {
  max-width: 1340px !important;
  margin: auto !important;
}
.container-fluid {
  max-width: 1600px !important;
  margin: auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
.uagb-section__inner-wrap {
  max-width: 1270px;
  margin: auto;
}
#content {
  width: 100%;
}
#primary {
  margin-top: 10px;
  padding: 10px 0 10px 0;
}
#primary h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333333;
  margin-top: 0;
}
#footer {
  background: #CED2D5;
  padding: 50px 0 40px 0;
}
.top-footer {
  padding-bottom: 60px;
}
.site-footer {
  width: 100%;
  background: #333;
  padding: 60px 0px 40px 0px;
  margin-top: 0;
}
#breadcrumbs {
  margin: 0 0 20px;
  color: #333333;
  font-size: 14px;
  font-style: normal
}
#breadcrumbs a {
  color: rgb(255, 85, 0);
}
/*-------------------HEADER MENU --------------------*/
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  width: 80px;
  height: auto;
  transition: all .35s ease-in-out
}
.header nav {
  z-index: 1000;
  width: auto;
  float: right;
  margin: 15px 0 0 0;
}
.navbar-brand .header-scrolled {width: 130px; height: auto;transition: all .35s ease-in-out}
.bgcolor{
  top:0 !important;
  background-color: rgba(21,21,21,.9) !important;
  transition: all .35s ease-in-out
}
.p-block {padding: 80px 60px;}
.divphone {display: inline-block;}
.icon-phone  {display: inline-block;}
.icon-phone img {width: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 3px;}
.link-phone {color: #333333; font-size: 20px; font-weight: 600;}
@media screen and (max-width: 1240px) {
  .divphone {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .menu_bar {
    display: block;
    width: auto;
    float: right;
  }
  .navbar-brand img {
    width: 60px;
    height: auto;
    margin: 10px 0 0 0;
  }
  .menu_bar .bt-menu {
    display: block;
    padding: 5px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
  .menu_bar .bt-menu i {
    color: #fff;
  }
  .menu_bar span {
    float: right;
    font-size: 40px;
  }
  .header nav {
    width: 80%;
    height: calc(100% - 80px);
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
  }
  .header nav ul {
    background: #333;
  }
}
.current-menu-parent a {
  border-bottom: none;
}
.current_page_item a {
  color: #0055A2;
  border-bottom:none;
}
.current-menu-parent .current_page_item {color:#ffffff;}
.logo-footer img {
  width: 160px;
  height: auto; margin: auto;
}
.masthead {
  padding:0;
  background: #fff;
  background-size: cover;
  margin-top: 0px;
}

.bg_hero .btn, .bg_hero .wp-block-button__link{
  width: auto !important;
  background: #63b109;
  color: #fff;
  border-radius: 25px;
  padding: 4px 20px !important;
  font-size: 14px !important;
  letter-spacing: 1.2px;margin-top: 5px;
  box-shadow: inset 0 0 0 0 #333333;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.bg_hero .btn:hover, .bg_hero .wp-block-button__link:hover {
  background: #00A1AF;
  color: #ffffff;
  box-shadow: inset 0 -70px 0 0 #14C5C8;
}
/*------------- TITLE HEADER -----------*/
.bg-header {
  background: #F8F8F8;
  text-align: center;
  padding: 20px 0 20px 0;
}
.bg-header h3, .bg-header p {
  font-family: 'Source Sans Pro';
}
/*---------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 100%;
  background: #fff; color: #999;
}
.btn, .wp-block-button__link {
  display: flex;
  flex-direction: row;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  width: auto !important;
  background-color: rgb(255, 85, 0);
  color: #ffffff;
  border-radius: 12px;
  padding: 4px 20px !important;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.btn a {color:#ffffff;}
.btn:hover, .wp-block-button__link:hover {
  background: #333333;;
  color: #ffffff !important;
  text-decoration: none;
}
.btn:visited, .wp-block-button__link:visited {
  color: #ffffff;
  text-decoration: none;
}

.icon-responsive {width: auto; height: 15px; float: left; margin: 3px;}
/*----------------------*/
/*--------------*/
.icon-inline {
  float: left;
  width: 30px;
  top: -6px;
  position: relative;margin-right:10px;
}

/*--------------------- HEADER PROFESIONAL ------*/
.entry-content {
  width: 100%;
  float: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
}
.entry-content ul {
  padding-left: 0;
  margin-bottom: 25px;
}
.entry-content ol {
  padding-left: 30px;
  margin-bottom: 25px;
}
.entry-header {
  width: 100%;
  margin-bottom: 10px;
}
.entry-header h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 20px;
}
.entry-header h1 span {
  color: #333333;
  font-weight: 800;
}
.entry-header p {
  font-family: 'Source Sans Pro';
}

.font-weight-bold {
  font-weight: 800 !important
}
.text-center {
  text-align: center !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.centrado {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.border-t {border-top: 1px solid #333333; padding-top: 20px;}
.border-b {border-bottom: 1px solid #333333;}
.p-cite {color:#0055a2; letter-spacing: 1px; font-size: 18px; line-height: 28px;}
.p-line {
  line-height: 30px;
  padding: 10px 50px 10px 0;
}
blockquote {
  border-color: #0055A2;
  border-style: solid;
  border-width: 0 0 0 .2rem;
  color: #0055a2;
  /* font-size: 28px; */
  margin: 4rem 0;
  padding: .5rem 0 .5rem 2rem;
  /* line-height: 26px; */
}
blockquote p:last-child {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
/*--------------------------Elements ---------*/
.box-prop {
  background: #f3f7f8;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0;
  margin: 5px 5px 20px 5px;
  flex: auto;
  max-width: 24.2%;
  overflow: hidden;
  box-sizing: border-box;
}
.box-prop .img-prop {
  margin-bottom: 0; overflow: hidden; width: 100%; height: 225px;
}
.box-prop .img-prop img {width: 100%; height: auto;}
.box-prop h4 {
  margin-top: 12px;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color:#000000;
}
.box-prop .meta {font-size: 14px; line-height: 14px;}
.box-prop .img figcaption {
  padding: 10px 20px;
}
.box-prop p {
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 22px;
}
.box-prop .description {height: 180px;}
.box-prop hr {
  background-color: #CED2D5;
  border: 0;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 90%;
  margin-left: 5%;
}
.box-prop .viewmore {
  text-align: right;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.card-office {padding: 0 20px 0 20px;}
/*--------*/

.box-team {width: 96%; border-top: 1px solid #d0d0d0; margin-bottom: 70px;padding: 25px 0 30px 0; height: 100%;}
.box-team .left {width: 20%; float: left;}
.box-team .left figure img {width: 100%;}
.box-team .right {width: 76%; margin-left: 4%; float: left;}
.box-team .right h4 {
  margin: 0;
  text-align: left;
  width: 100%;
  color: #1A1A1A;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.box-team .right p {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
}
/*--------*/
.card-blog {
  width: 96%;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #d0d0d0;
  padding: 20px 15px 0 15px;
  height: 100%;
}
.card-blog .description {
  height: 370px;
  padding: 0 5px 0 5px;
}
.card-blog .description h4 {
  text-align: left;
  width: 100%;
  color: #1A1A1A;
  font-weight: bold; margin: 20px 0 0 0;
}
.card-blog p {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}
/*-----*/
.box-project {
  width: 84%;
  float: left;
  margin-bottom: 20px;
  border: none;
  padding: 20px;
  height: 100%;
}
.project-relative {
  position: relative;
  top: 80px;
}
.box-project figure {margin-bottom: 15px;}
.box-project figure img{width: 100%;}
.box-project hr {
  background-color: #d0d0d0;
  border: 0;
  height: 1px;
  margin-top:0;
  margin-bottom:0;
  width: 100%; float: left;
}
.box-project .description {
  height: 68px;
  padding: 0;
  width: 100%;
}
.box-project .description p {
  text-align: right;
  width: 16%;
  margin-left: 1%;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.box-project p {
  text-align: left;
  width: 100%;
  margin: auto;
  font-weight: 500;
}
.box-project .left {
  float: left;
  width: 70%;
}
.box-project .right {
  float: right;
  width: 27%;
  text-align: right;
}
.box-project .footer-project {
  border-bottom: 1px solid #333;
  float: left;
  width: 100%;
  margin-top: 10px;
}
/*-----*/
/*----------------*/
.filters {
  width: 100%;
  list-style: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
}
.filters .wp-block-button__link{
  margin: 10px 20px;
}
.filter-button {
  display: none;
  float: right;
}
/*-----*/
.grid-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 100px;
  gap: 10px;
}
.module_post {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  padding: 20px 20px;
  height: 100%; margin: 5px;
}
.module_post h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #333333;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro';
  height: 85px;
}
.module_post h4 a {color: #333333; text-decoration: none;}
.module_post h4 a:hover {color: #e8571f; text-decoration: none;}
.module_post figure {
  float: left;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.module_post figure img {
  width: auto;
  margin: auto;
  height: 100px;
}
.module_post p {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  height: 230px;
}
.module_post .p_linked {
  text-align: center;
  margin-top: 30px;
  height: 40px;
}
/*----------------------------*/
.title-list {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  border-top: 1px solid #333333;
  padding-top: 15px;
}
.title-list .icon-marker {position: relative; display: inline-block; top: 3px;}
.title-list .icon-marker img {height: 20px; margin-right: 10px;}
.list-with-icon {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.list-with-icon li {
  list-style: none;
  line-height: 22px;
}
/*----------------*/
.sidebar {float: left;}

.sidebar p { padding: 5px 0; margin: 0;}
/*.sidebar p:last-child {border: none;}*/

.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control {
  border-radius: 0;
  padding: 12px 20px !important;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
.form-contact .wpcf7-form .wpcf7-form-control {
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  padding: 12px;
  height: 48px;
  width: 100%;
  margin-bottom: 8px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  outline: currentcolor none medium;
  transition: padding-top 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, font-size 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  animation: 0s ease 0s 1 normal none running none !important;
}
.form-contact .wpcf7-form textarea { height: 140px !important;}
.form-contact .wpcf7-form .btn-submit {
  display: flex;
  flex-direction: row;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  width: auto !important;
  background-color: rgb(255, 85, 0);
  color: #ffffff;
  border-radius: 12px;
  padding: 8px 30px !important;
  font-size: 16px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-top: 30px;
}
.form-contact  .wpcf7-form .btn-submit:hover {
  background: #333333;
  color: #ffffff;
  text-decoration: none;
  border: none;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
  border-bottom: 1px solid rgba(0, 85, 165, 1);
  box-shadow: none;
  border-radius: 0;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
  border: none;
}
/*---------------- PREFOOTER--*/
#pre-footer {
  width: 100%;
  color: #333333;
  font-family: 'Source Sans Pro';
  margin-top: 0;
}
#pre-footer h5 {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color:#000000;
}
#pre-footer ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
#pre-footer ul li {
  font-family: 'Source Sans Pro';
  list-style: none;
  list-style-position: inside;
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
}
#pre-footer ul li a {color: #333333; text-decoration: none;}
#pre-footer ul li a:hover {color: #63b109;}
#pre-footer p {
  font-weight: 300;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
#pre-footer p a {
  color: #333333;
  text-decoration: none;
}
#pre-footer p a:hover {
  color: #63b109;
}
#pre-footer {
  background: #f3f7f8;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}
/*----------------FOOTER--*/
#footer {
  width: 100%;
  color: #ffffff;
  font-family: 'Source Sans Pro';
  margin-top: 0;
}
#footer h5 {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color:#63b109;
}
#footer ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
#footer ul li {
  font-family: 'Source Sans Pro';
  list-style: none;
  list-style-position: inside;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}
#footer ul li a {color: #ffffff; text-decoration: none;}
#footer ul li a:hover {color: #63b109;}
#footer p {
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
#footer p a {
  color: #ffffff;
  text-decoration: none;
}
#footer p a:hover {
  color: #63b109;
}
#footer .page-footer {display: inline-block;}
#footer {
  background: #333333;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}
#footer .footer-copyright {
  color: #ffffff;
}
#footer .footer-copyright p {
  color: #ffffff;
  width: 100%;
  text-align: left;
  font-weight: 300;
}
#footer  .icon-footer  {width: 35px;}
.icon-flag {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 4px;
  left: 0;
}
.icon-flag img {width: 30px;}
.bg_hero  p a {color: #ffffff;}
.bg_hero  p a:hover {color: #00c1c1;}
.icon-responsive {
  width: auto;
  height: 25px;
  float: left;
  margin: 3px;
  margin-left: 20px;
}

.uagb-section__inner-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.list-distribuidores {list-style: none;}
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  margin: 2px; font-size: 14px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #999;
}

.wp-pagenavi span.current {
  font-weight: normal;
}
.img-logo img {width: 100px;margin: auto;}
.bg-contact {
  background: url("https://engbim.com/wp-content/themes/Engbim/assets/images/bg-contact.jpg") no-repeat center center;
}
.bg-events {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  background: rgb(0,85,162);
  background: linear-gradient(322deg, rgba(0,85,162,1) 26%, rgba(20,197,200,1) 100%);
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-contact-us {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  background-image: url('https://engbim.com/wp-content/uploads/2021/03/bg-contact-modul.jpg');
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-footer  {
  width: 110px;
  height: 47px;
}
.p-line-cta {line-height:36px; padding-top:20px;}
.blocks-gallery-grid, .wp-block-gallery {
  padding: 0 !important; float: left;
}
@media (max-width:576px) {
  .container {
    max-width: 90% !important;
    margin: auto !important;
  }
  .container-fluid {
    max-width: 100% !important;
    margin: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  #primary {
    margin-top: 0;
    padding: 10px 0px 10px 0px;
  }
  #primary h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .sidebar {
    float: left;
    margin-top: 40px;
  }
  .col-6-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .logo-footer  {
    width: 110px;
    height: 47px;
    margin: auto;
  }
  .class-footer {text-align: center; margin-bottom: 35px;}
  .pl-5 {padding-left: 0 !important;}
	.p-line-cta {line-height:36px; padding-top:0;}
  .contact-movil {margin-top: 10px;}
  .wp-block-spacer {
    clear: both;
    height: 10px !important;
  }
  .box-prop {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    padding: 0 0 20px 0;
    margin: 5px 15px 20px 15px;
    flex: auto;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
  }
  .box-prop .description {
    height: auto;
    float: left;
    padding: 0 0 10px 0;
  }
  .box-prop .viewmore {
    text-align: right;
    padding: 0 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    float: left;
  }
  .module_post {
    height: auto;
  }
  .module_case {padding: 20px; width: 100%;}
  .mc_v {width: 100%;}
  .module_case .description h4 {
    width: 75%;
  }
  .module_case .description p {
    width: 20%;
  }
  .box-team {width: 96%; border-top: 1px solid #d0d0d0; margin-bottom: 70px;padding: 25px 0 30px 0; height: 100%; min-height: 80px;}
  .card-blog {
    width: 100%;
  }
  .card-blog .description {
    height: auto; padding: 10px 0;
  }
  /*-----*/
  .box-project {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    padding: 10px;
    height: 100%;
  }
  .box-project .description {
    height: 68px;
    padding: 0;
    width: 100%;
  }
  .box-project .description p {
    text-align: right;
    width: 16%;
    margin-left: 1%;
    font-size: 14px;
    font-weight: 400;
    float: left;
  }
  .box-project p {
    font-size: 14px;
  }
  .box-project .left {
    float: left;
    width: 100%;
  }
  .box-project .right {
    float: left;
    width: 100%;
    text-align: left; font-size: 14px;
  }
  /*-----*/
  .filters {
    display: none;
  }
  .img-logo {
    width: 50% !important;
    float: left;
    flex-basis: 50% !important;
    margin-bottom: 25px;
  }

  .img-logo img {
    width: 80px;
    margin: auto;
  }

  .masthead {
    margin-top: 0;
  }

  .uagb-section__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uagb-section__inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  #header {
    top: 0;
  }

  .menu-modal.active {
    z-index: 15000;
  }

  .pt-5, .py-5 {
    padding-top: 1.3rem !important;
  }

  .pb-5, .py-5 {
    padding-bottom: 1.3rem !important;
  }

  .mb-5, .my-5 {
    margin-bottom: 1rem !important;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    letter-spacing: normal;
    font-family: 'Source Sans Pro';
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    letter-spacing: normal;
    font-family: 'Source Sans Pro';
  }

  h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    letter-spacing: normal;
    font-family: 'Source Sans Pro';
  }

  h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #333333;
    letter-spacing: normal;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro';
  }

  h5 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
    letter-spacing: normal;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro';
  }

  h6 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
    letter-spacing: normal;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro';
  }

  p, ul, li {
    font-size: 14px;
    line-height: 24px;
  }

  .centrado {
    margin: 10px 0;
  }

  .space-100 {
    height: 20px !important;
  }

  .entry-header h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
  }

  .title-masthead {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  /*--------------*/
  .icon-inline {
    float: left;
    width: 30px;
    top: -6px;
    position: relative;
    margin-right: 10px;
  }

  .header-inner {
    padding: 0px;
  }

  .entry-header .presentacion {
    text-align: center;
  }

  label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
  }

  .top-footer {
    padding-bottom: 60px;
    text-align: center;
  }

  #footer .footer-copyright p {
    text-align: center;
  }

  #footer .icon-footer {
    width: 35px;
    margin: auto;
    display: inline-block;
  }

  .uagb-columns__wrap {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpcf7-form .wpcf7-form-control {
    border-radius: 0;
    padding: 8px 10px!important;
  }
  .wpcf7-form .btn-submit {
    width: auto !important;
    background: #0055A2;
    color: #fff;
    border-radius: 25px;
    padding: 8px 30px!important;
    margin-top: 30px;
  }
  .m-test {margin-top: 30px;}
  #footer p a {
    color: #0055A2;
    text-decoration: none;
    float: none;
    margin: auto;
    display: inline-block;
  }
}
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {
  border: none !important;
}
.uagb-section__wrap {
  position: relative;
}
.uagb-ifb-desc {
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 300;
}
.uagb-tm__desc {
  font-size: 16px;
}
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {
  padding: 0;
  border: none;
  margin-top: 10px;
  position: relative;
  background: none;
  margin-bottom: 0;
  text-align: left;
  outline:none;
}
.advgb-accordion-body, .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: #ccc;
  margin-bottom: 10px;
  width: 100%;
  background: none;
  box-sizing: border-box;
}
.advgb-accordion-header h4.advgb-accordion-header-title, .advgb-accordion-header h4 {
  padding: 0 40px 0 0;
}
.schema-faq-section strong {font-weight: normal; font-size: 14px;}
.schema-faq-section {margin-bottom: 25px;}
.schema-faq-section p {margin-top: 10px;}
.advgb-accordion-header-icon {
  float: right;
  margin-right: 0;
  line-height: 1.8;
  font-size: 1.2em;
  cursor: pointer;
}
.wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  color: #333;
}
textarea:focus, input:focus{
  outline: none;
  border:none;
  border-bottom: 1px solid #333;
}
hr.wp-block-separator {
  margin: 0.5rem auto;
}
blockquote cite {
margin: .5rem 0 0 0;
}

.install h4 {
  line-height: 1.8;
  font-size: 16px !important;
  font-weight: normal;
}
.n-margin {margin-left:0 !important;}