@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900,900i');
/*font-family: 'Lato', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
/*font-family: 'Roboto Slab', serif;*/
@font-face {
  font-family: 'Museo Slab';
  src: url('fonts/Museo-Slab/Museo_Slab_100.otf') format("opentype");
  font-weight: lighter; 
}
@font-face {
  font-family: 'Museo Slab';
  src: url('fonts/Museo-Slab/Museo_Slab_700.otf') format("opentype");
  font-weight: bold; 
}

body {
  font-family: 'Lato', sans-serif !important;
  color: #5f5f5f;
}
a {
 color: #5f5f5f; 
}
.navbar {
  background-color: #fff;

  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}
.navbar-brand {
  height: auto;
  width: 260px;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
.navbar-default {
  background-color: #fff;
  border: none;
  margin-bottom: 0px;
  z-index: 999;
}
.navbar-nav {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
  .navbar-default .navbar-nav > li > a {
    color: #510b76;
    padding: 10px 8px;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a {
    color: #ffb718;
  }
.navbar .redes {
  float: right;
  margin: 15px 0 0 0;
}
.navbar .redes i {
  font-size: 1.6em;
  color: #5f5f5f;
  margin: 0 3px;
}
.navbar-nav {
  clear: right;
  opacity: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffb718 !important;
    background-color: transparent !important;
}
.caret {
    margin-left: 5px;
}
.menu-item-language .caret {
  display: none !important;
}
.menu-item-language {
  border-left: 1px solid #ccc;
}
  .menu-item-language + .menu-item-language {
    border-left: 0;
  }
  .menu-item-language a {
    padding: 8px 8px !important;
  }
  .menu-item-language-current img {
    opacity: .2;
  }
.menu-item-language img.iclflag { 
    margin-bottom: 0 !important;
    margin-right: 0px !important;
}
.dropdown-menu {
  background: rgba(255,255,255,.8);
  border: none;
}
.dropdown-menu > li > a {
  color: #510b76;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li.current-menu-item > a {
  background-color: rgba(81,11,118,.5);
  color: #fff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  line-height: 30px;
}


.arts-blog {
  width: 100%;
  height: auto;
}
.arts-blog .post {
  width: 33.333%;
  vertical-align: top;
  height: auto;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 50px !important;
}
.arts-blog .post .thumb img {
  width: 100%;
}
.arts-blog .post .fecha {
  text-transform: uppercase;
}
.arts-blog .post .bco {
  background-color: #fff;
  padding-bottom: 25px;
}
.arts-blog .post p, .arts-blog .post h3 {
  padding: 0 25px;
}
.arts-blog .post h3 a {
  color: #5f5f5f;
}
.arts-blog .post h3 a:hover {
  color: #ffb718;
  text-decoration: none;
}

.leer-mas a {
  border-color: #000 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
}
.leer-mas a:hover {
  background-color: #ffb718 !important;
}

button#load-more {
  border: 2px solid #000 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  font-size: 14px;
  line-height: initial;
}
  button#load-more:hover {
    background-color: #ffb718 !important;   
  }



.blog p {
  font-size: 17px;
}
.blog p .amarillo {
  color: #ffb718;
}
.linea {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  }
.linea:after {
  content: ' ';
  width: 70px;
  height: 4px;
  background-color: #ffb718;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.color-morado:after {
  content: ' ';
  background-color: #510b76;
}
#content .wpb_wrapper p {
    color: #454444;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px !important;
}
.blanco .wpb_wrapper p {
  color: #fff !important;
}
.color-morado p, .color-morado p a {
  color: #510b76 !important;
}
.color-amarillo p, .color-amarillo a {
  color: #ffb718 !important;
}
  .color-amarillo a:hover {
    color: #ffb718 !important;
    text-decoration: none;   
  }
.super p {
  font-size: 21px !important;
}
.verde {
  color: #4bc2c3;
}
.super p b, .super p strong {
  font-family: 'Museo Slab';
  color: #ffb718;
}
p i {
  font-size: 22px !important;
}
.nota p {
  font-size: 12px !important;
}


.bloque-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.bloque-menu ul li {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 5px 50px;
}
.bloque-menu ul li.current-menu-item:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -18px;
  border-right: 18px solid transparent;
  border-top: 0px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 30px solid #fff;
}
.bloque-menu ul li a {
  color: #fff;
  display: block;
  padding: 20px 30px;
  border: 2px solid #fff;
}
.bloque-menu ul li a:hover, .bloque-menu ul li.current-menu-item a {
  text-decoration: none;
  background-color: #ffb718;
  border-color:#ffb718;
}
.banner-menu {
  background-image: url(../images/proo-ind-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-menu h1 {
  color: #fff;
}

.vc_tta.vc_general .vc_tta-panel-body {
     margin-top: 0px; 
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: initial !important;
    right: 20px !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 20px !important;
}
.vc_active .vc_tta-panel-heading {
  background-color: #ffb718 !important;
}
  .vc_active .vc_tta-panel-heading h4 a {
    color: #fff !important;
  }
  
  .vc_tta-panel-heading h4 a i:before,.vc_tta-panel-heading h4 a i:after {
    border-color: #ffb718 !important;
  }
  .vc_active .vc_tta-panel-heading h4 a i:before {
    border-color: #fff !important;
  }

.vc_tta-panel-body {
  background-color: transparent !important;
}
.vc_tta-panel-body p {
    color: #454444;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px !important;
}

#content .wpb_wrapper h3 {
  font-weight: bold;
}
.vc_tta-panel-body p strong, .vc_tta-panel-body p b {
  color: #4bc2c3;
}
.wpb_wrapper ul {
    margin-bottom: 10px;
    font-size: 19px;
    list-style-type: none;
    padding-left: 0;
    list-style-position: outside;
    margin-left: 25px;
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 20px;
    color: #454444 !important;
}
  .wpb_wrapper ul li,
  .wpb_wrapper ol li {
    color: #454444 !important;   
  }
.wpb_wrapper ol {
    margin-bottom: 10px;
    font-size: 19px;
    padding-left: 0;
    list-style-position: outside;
    margin-left: 25px;
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 20px;
    color: #454444 !important;
}

ul.alm-listing {
  margin-left: 0;
  margin-bottom: 0;
}
.huella {
    background-image: url(../images/ico-blog.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 130px !important;
    border: none !important;
}

.formulario input, .formulario textarea,
.form_consultoria input, .form_consultoria textarea,
.form_consultoria select,
.comentarios input, .comentarios textarea {
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  height: auto;
  padding: 13px 12px;
}
.form_consultoria select {
  -webkit-appearance: none;
  background-image: url(../images/flechita-select.jpg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}
.form_consultoria select[disabled="disabled"] {opacity: .3}
.formulario input[type="submit"],
.form_consultoria input[type="submit"],
.comentarios input[type="submit"] {
  background-color: #ffb718;
  color: #fff;
  border: none;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
.formulario label,
.form_consultoria label {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 14px;
  color: #454444;
  margin: 0 0 20px 15px;
}
span.wpcf7-not-valid-tip {
    color: #4a0a6e !important;
    font-size: 14px !important;
    display: block;
    margin-top: 2px;
    clear: both;
}

div.wpcf7-validation-errors {
    border: 2px solid #ffb718 !important;
    clear: both;
}
div.wpcf7-response-output {
    margin: 0em -0em 0em !important;
    padding: 0.2em 1em !important;
}

.head-articulo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  padding-left: 50px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
  .head-articulo h1,
  .head-articulo .fecha {
    color: #fff;
    text-shadow: 1px 0px 4px #000000;
  }
  .head-articulo h1 {
    line-height: 40px;
  }
  .head-articulo .fecha {
    text-transform: uppercase;
  }
  .articulo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .articulo p {
    font-size: 19px !important;
  }


.previo, .siguiente {
  width: 50%;
  float: left;
  text-transform: uppercase;
}
.previo a, .siguiente a {
  color: #616161;
}
.previo a:hover, .siguiente a:hover {
  text-decoration: none;
}
.previo a i, .siguiente a i {
  font-size: 16px;
}
.previo a span, .siguiente a span {
  margin: 0 7px;
}
.previo p, .siguiente p {
  font-weight: bold;
  margin-top: 5px;
}


.comentarios {
  margin-bottom: 50px;
}

#comments-list ul {
  list-style: none;
  /*margin-left: 0;*/
  padding-left: 0;
}
  #comments-list ul ul {
    margin-top: 20px;
  }
.comment-author.vcard img {
  width: 100%;
  height: auto;
}
.commentmetadata a {
  font-size: 11px;
  color: #BBBBBB;
}
  .commentmetadata a:hover {
    color: #000;
  }
.fn {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: bold;
}
div.reply {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
  div.reply a {
    color: #000;
    margin-bottom: 5px;
  }
#respond {
  clear: both;
}
h2#reply-title small {
  display: block;
}


  footer {
    background-color: #292929;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 30px 0 0 0;
  }
  footer .copy {
    margin-top: 30px;
  }
  footer a {
    color: #fff;
  }
  footer a:hover {
    color: #ffb718;
    text-decoration: none;
  }
  footer .menu-footer {
    list-style: none;
    padding-left: 0;
  }
  footer .dir i {
    float: left;
    clear: both;
    width: 34px;
    text-align: center;
    font-size: 1.6em;
    color: #ffb718;
  }
  footer .dir p {
    display: -webkit-box;
  }
  footer .der i {
    width: 34px;
    text-align: center;
    font-size: 1.6em;
    color: #ba5d0b;
  }
  footer .copy {
    font-size: .8em;
    color: #7f7f7f;
  }
  footer .copy a {
    color: #7f7f7f; 
  }
  footer .copy a:hover {
    color: #ffb718;
  }



@media screen and (max-width: 767px) {
  .arts-blog .post {
  width: 50%;
  vertical-align: top;
  }
  footer .copy {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .arts-blog .post {
  width: 100%;
  }
}

@media screen and (max-width: 360px) {
 .men, .dir {
  width: 100%;
 }
}














