/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.texto-justificado { text-align: justify;}
.texto-lineheight20 { line-height: 20px !important}
.font16 {font-size: 16px}
.font14 {font-size: 14px}
.font12 {font-size: 12px}
.negrita {font-weight: bold;}

nav ul a,
nav .brand-logo {
  color: white;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: 500px;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/*NUEVOS*/
.fondofooter {background: url("bg_footer.png") repeat transparent !important}
.intersmall p { line-height: 15px !important}
.cuerpo-principal {
  width: 100% !important;
  max-width:initial !important;
}
.cuerpo-principal > .row {
  margin: 0 !important;
}
.cuerpo-principal > .row > .col {
  padding: 15px !important;
}

.img-empleado > img{
  border-radius: 50% !important;
  border-style: solid;
  border-width: 0.3em;
  left: 16% !important;
  margin-top: 3% !important;
  width: 66% !important;
  border-color: #f57f17;
}

.card {
  border-radius: 20px !important;
}

.lado-1:hover{
  fill: #d81b60;
}

.lado-2:hover{
  fill: #f57c00;
}

.lado-4:hover{
  fill: #d32f2f;
}

.lado-5:hover{
  fill: #43a047;
}

.lado-3:hover{
  fill: #6d4c41;
}


@media only screen and (min-width: 0) {
  svg {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  svg {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  svg {
    width: 48%;
  }
}
/* Footer
-------------------------------------------------- */

.footer blockquote {
  background: url(quote1.png) no-repeat 50% 0;
  padding: 60px 0 0 0;
  text-align: center;
  color: #d8c431;
  border-left: 0px;
  margin: 0;
}
.footer blockquote footer {
  padding: 0 0 20px 0;
}
.footer blockquote footer p {
  font-size: .8em;
  text-transform: uppercase;
  display: block;
}
.footer blockquote p.testimonial {
  font-size: 1.5em;
  color: #D8C431;
}
.footer blockquote .name {
  color: #666;
  font-size: 0.8em;
  margin-bottom: 0;
}
footer h2, footer h3, footer h4 {
  color: #fff;
  font-weight: normal;
}
footer .copyright {
  border-bottom: 0px;
  font-size: 0.8em;
  margin-bottom: 40px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_social {
  padding: 0px;
  margin: 0px;
  right: 0px;
  padding-top: 0px;
  list-style-type: none;
  top: 51px;
}
.footer_social li {
  float: left;
  margin-left: 15px;
}
.footer_social li:first-child {
  margin-left: 0px;
}
.footer_social li a {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border: 1px solid #000;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
  background-color: #0d0d0d;
  display: block;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.footer_social li a:active {
  box-shadow: inset 0px 1px 3px rgba(0,0,0,0.8), 0px 1px 0px rgba(255,255,255,0.2);
  position: relative;
  top: 1px;
}
.footer_facebook {
  background: url('../img/footer_facebook.png') no-repeat 50% 50% #0d0d0d;
}
.footer_facebook:hover {
  background-color: #37589f;
}
.footer_twitter {
  background: url('../img/footer_twitter.png') no-repeat 50% 50% #0d0d0d;
}
.footer_twitter:hover {
  background-color: #1bd7ed;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6);
}
.footer_googleplus {
  background: url('../img/footer_google.png') no-repeat 50% 50% #0d0d0d;
}
.footer_googleplus:hover {
  background-color: #b70000;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6);
}
.footer_rss {
  background: url('../img/footer_rss.png') no-repeat 50% 50% #0d0d0d;
}
.footer_rss:hover {
  background-color: #ff9c00;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6);
}
.footer {
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background: url(../img/bg_footer.png);
  padding: 60px 0 0 0;
  color: #919191;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #61c168
}
.footer-links li {
  line-height: 32px;
  font-size: 12px;
  border-bottom: 1px solid #232323;
}
.footer-links li:hover {
  background: #1d1d1d;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}
/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 60px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
hr.soften1 {
  height: 1px;
  margin: 60px 0;
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.1), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.1), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.1), rgba(255,255,255,0));
  background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.1), rgba(255,255,255,0));
  border: 0;
}
hr.soften2 {
  margin: 0 0 40px 0;
}

/*-------------------------------------------*/

.nav-agency .dropdown-menu .divider {
 *width: 100%;
  height: 1px;
  margin: 9px 1px;
 *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-agency .dropdown-menu a {
  display: block;
  border-bottom: 1px solid #DFDFDF;
  clear: both;
  font-weight: normal;
  line-height: 2;
  color: #333;
  white-space: nowrap;
  text-align: left;
  padding-left: 0px;
  text-shadow: none;
}
.nav-agency .dropdown-menu li > a:hover, .nav-agency .dropdown-menu li > a:focus, .nav-agency .dropdown-submenu:hover > a {
  color: #61C168;
  text-decoration: none;
  background: #fff;
}
.nav-agency .dropdown-menu .active > a, .nav-agency .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #232323;
  filter: none;
}
.nav-agency .active {
  border-bottom: 4px solid #61C168;
}
.nav-agency .dropdown-menu li:last-child a {
  border-bottom: none;
}

/*-----------------------------------------------*/

.firstword {
  border-bottom: 2px solid #b1ebb5;
}

/* Contact Specific */
.contact form .formcol {
  width: 47.058823529412%;
  float: left;
  margin-right: 5.882352941176%;
}
.contact form .formcol:last-child {
  margin-right: 0;
}
.contact form label {
  display: block;
  color: #2f2f2f;
}
.contact form input[type=text] {
  padding: .5em;
  width: 100%;
}
.contact form textarea {
  width: 100%;
  padding: .5em;
  height: 10em;
}
.contact form .wpcf7-response-output {
  margin-bottom: 1em;
  color: #2f2f2f;
  font-weight: 700;
  font-style: italic;
}
.contact form img.ajax-loader {
  display: none;
}
.img-location {
  background: url(icon-location.png) no-repeat 0 7px;
  padding-left: 45px !important;
}
.img-skype {
  background: url(icon-skype.png) no-repeat 0 7px;
  padding-left: 45px !important;
}
.img-phone {
  background: url(icon-phone.png) no-repeat 0 7px;
  padding-left: 45px !important;
}
.bordered-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bordered-list li {
  border-bottom: 1px solid #CCCBC9;
  padding: 20px 0;
  display: block;
  float: none;
  clear: both;
}
.bordered-list li.last {
  border-bottom: 0px;
}
