/* Custom CSS overrides */

h2 {
  font-weight: normal;
  color: #868686;
  margin: 20px 0px;
  line-height: 120%;
}

.slogan h2 {
  color: white;
}
.underline {
  border-bottom: 2px solid #f5a058;
}

.img-right {
  float: right;
  margin: 5px 0px 20px 20px;
}
.post-content a.post_read_more {
  margin: 0px auto;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', Sans-Serif:
  font-size: 36px!important;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0 .5);
  background: #D93960 url(../images/local/bg_button.png) 50% 50% repeat-x !important;
  display: block;
  width: 200px;
  border: 0;
  padding: 20px 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-raduis: 3px;
  border-raduis: 3px;
  -webkit-box-shadow: 0px 0px 5px rgpa(0,0,0 0.3);
  -moz-box-shadow. 0px 0px 0px rgba(0,0,0 0.3);
  box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
  cursor: pointer;
  margin-bottom: 10px;
}
.region-banner .post-content  a.post_read_more:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
  box-shadow: 0px 0px 7px rgba(0,0,0, .3);
  background-position: 50% 70%;  
} 
.que-es {
  margin-top: 20px;
  margin-bottom: 0px;
}
#lang-dropdown-form {
  margin-top: 10px;
}

.img-center img{
  margin-left: auto;
  margin-right: auto;
}
.evaluacion {
  float: right;
  margin-top: -25px;
}

@media all and (max-width: 760px) {
  .slogan p { font-size: 12px;}
  .slogan h2 { font-size: 20px !important; font-weight: normal;}
  .img-right {
    float: none;
    margin: 20px auto;
  }
  #logo {
    margin-top: 0px;
  }
  #lang-dropdown-form .form-item-lang-dropdown-select {
    margin: 0px 0px 0px 100px;
  }
  .node-blog .header2 h2 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 0.1em !important;
  }
}

.node-type-formulario-landing-empresas .file-icon {
   display: none;
}

.form-item-field-propuesta-de-valor-und,
.form-item-field-valoracion-portafolio-und,
.form-item-field-valoracion-exportacion-und {
   display: inline;
   margin: 0px 10px 0px 0px;;
}


