body {
  font-family: 'Roboto', sans-serif; }

.web {
  display: flex;
  flex-direction: column; }

p, h1, h2, h3, h4, h5, h6 {
  color: #5D5D5D; }

p {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400; }

.btn {
  background: #F1BF4E;
  border: none;
  color: white;
  display: inline-block;
  margin: 20px 0px;
  padding: 10px 20px;
  border-radius: 3px; }
.red-more {
    border-radius: 0;
    width: 220px;
    font-weight: bold;
    margin-bottom: 0;
}
.red-more.dark {
    background: #5b59a1;
}
.red-more.gray {
    background: #adadad;
}
h1.title {
  font-family: Raleway;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
  font-size: 31px;
  letter-spacing: -1px;
  text-align: center;}
h1.title.white {
    color: #fff;
}
.navbar {
  position: fixed;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: white;
  z-index: 10;
  padding: 15px;
  z-index: 1000; }

.navbar-brand {
  max-width: 140px;
  box-sizing: border-box;
  padding: 10px; }

.navbar-inverse .navbar-nav > li > a {
  color: #666;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 11px; }

.dropdown-menu > li > a {
  font-size: 12px; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #EFAB22;
  background-color: transparent; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding: 0; } }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
  background: #5D5D5D !important; }

.btn-cv {
  padding: 5px 10px !important;
  margin: 9px;
  background: #F1BF4E;
  border: none;
  color: white !important;
  border: 1px solid #F1BF4E; }
  .btn-cv:visited {
    padding: 5px 10px !important;
    margin: 9px;
    background: #F1BF4E;
    border: none;
    color: white !important;
    border: 1px solid #F1BF4E; }
  .btn-cv:hover, .btn-cv:active {
    background: white;
    color: #c99010 !important; }

.navbar-inverse .navbar-toggle {
  border: none; }

.navbar-toggle {
  background-color: #F1BF4E; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: none; }

header {
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  overflow: hidden;}
#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}
  header .hola {
    z-index: 99;
    font-size: 170px;
    font-family: Roboto;
    font-weight: 700;
    color: white;
    display: table-cell;
    vertical-align: middle;
    height: 500px; }
    header .hola h1 {
      font-size: 30px;
      letter-spacing: -1px;
      font-weight: 700;
      margin: 0;
      max-width: 760px;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
      display: inline-block;
      color: white; }
    header .hola h2 {
      font-size: 26px;
      font-weight: 300;
      top: -50px;
      color: white;
      position: relative;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

.offset {
  position: relative;
  top: -100px; }

.productos {
  background: #50AFAF;
  padding: 20px 0 50px 0; }
  .productos .container {
    padding: 20px; }
  .productos h1 {
    color: white;
    margin: 30px 0 50px 0; }
  .productos article {
    padding: 40px 0 0 20px;
    background-size: 100%;
    min-height: 140px;
    transition: 1s;
    background-position: center; }
    .productos article .blackout {
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      transition: 0.5s; }
      .productos article .blackout:hover {
        background: transparent; }
    .productos article:hover {
      background-size: 120%;
      background-position: center; }
    .productos article h1 {
      padding: 0 10px;
      font-size: 16px;
      line-height: 18px;
      color: white;
      margin: 0 40px 0 0px;
      position: absolute;
      bottom: 20px; }
      .productos article h1 span {
        font-size: 14px;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: 300;
        background: #F1BF4E;
        box-shadow: -10px 0 0 #F1BF4E, 10px 0 0 #F1BF4E; }

#servicios {
  background: #5B59A1;
padding-top: 40px;
padding-bottom: 30px;}
  #servicios h1 {
    font-size: 31px;
    color: white;
    margin: 40px 0 50px 0; }
  #servicios ul {
    padding: 0; }
    #servicios ul span {
      font-size: 50px;
      background: #eee;
      display: inline-block;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      line-height: 80px;
      border: 5px solid #ddd;
      box-sizing: border-box;
      color: #ccc; }
    #servicios ul  .icon-cont{
    position: relative;
    width: 120px;
    height: 90px;
    margin: auto;
    }
    #servicios ul  .icon-cont .shadow{
        position: absolute;
        width: 120px;
        height: 90px;
        background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
        -webkit-transform: rotateX(100deg) translateZ(-50px);
        -moz-transform: rotateX(100deg) translateZ(-50px);
        -ms-transform: rotateX(100deg) translateZ(-50px);
        -o-transform: rotateX(100deg) translateZ(-50px);
        transform: rotateX(100deg) translateZ(-50px);
        z-index: 0;
        bottom: 0;}
    #servicios ul li {
      padding: 7px;
      list-style: none;
      margin: 3px;
      font-weight: 700;
      color: #F1BF4E;
      margin-bottom: 30px;
      margin-top: 5px;
        text-align: center;}
      #servicios ul li a {
        color: white;
        font-weight: 400;
        display: inline-block;
        max-width: 200px;
          min-height: 35px;}

#clientes {
  background: #EFEFEF;
  padding-top: 40px;
  padding-bottom: 30px;
}
.clients {
    margin-bottom: 30px;
}
  #clientes ul {
    padding: 0; }
    #clientes ul li {
      list-style: none; }
      #clientes ul li div {
        padding: 10px; }
.news-content {
    background: #9da7b1;
    padding-top: 40px;
    padding-bottom: 30px;    
}
.news-content .owl-item {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.16);
    min-height: 200px;    
    z-index: 10;
}
.news-content .owl-item:hover {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.56);    
}
.news-content .owl-nav {
    position: absolute;
    top: -15px;
    width: 100%;
    z-index: 1;    
}
.news-content .owl-next, 
.news-content .owl-prev {
    color: #848686 !important;
    font-size: 150px !important;
    font-weight: 300 !important;    
}
.news-content button.owl-prev {
    margin-left: -50px;
    float: left;
}
.news-content button.owl-next {
    margin-right: -50px;
    float: right;
}
.news-content .owl-stage-outer {
    z-index: 999;
}
.prensa_article .fecha {
    color: #F1BF4E;
    font-size: 11px;    
}
.prensa_article a:hover {
    text-decoration: none;
}
.prensa_article h1 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3em; 
    margin-top: 10px;
}
.prensa_article h6 {
    font-weight: 900;    
}
.works-content {
    background: url(/images/fotolia.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;    
}
.offer a:hover {
    text-decoration: none;
}
.offer h1 {
    font-size: 26px;
    color: #5d5d5d;
    min-height: 85px;
    margin-bottom: 15px;
}
.offer p {
    font-size: 14px;
    color: #676767;
    margin-bottom: 20px;
}
.offer .view-more {
    background: #F1BF4E;
    border: none;
    color: white;
    padding: 10px 15px;    
    float: right;
    font-weight: bold;
}
.offer .view-more:hover {
    color: #333;
}
.works-content .owl-item {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.16);    
    z-index: 10;
    min-height: 290px;
}
.works-content .owl-nav {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1;     
}
.works-content .owl-next, 
.works-content .owl-prev {
    color: #fff !important;
    font-size: 150px !important;
    font-weight: 300 !important;    
}
.works-content button.owl-prev {
    margin-left: -50px;
    float: left;
}
.works-content button.owl-next {
    margin-right: -50px;
    float: right;
}
.works-content .owl-stage-outer {
    z-index: 999;
}
.testimonials-content {
    background: #c6c5de;
    padding-top: 40px;
    padding-bottom: 30px;    
}
.testimonials:before {
    content: open-quote;
    left: -150px;
    transform: translateY(-20%);
}

.testimonials:after {
    content: close-quote;
    right: -150px;
    transform: translateY(-20%);
}

.testimonials:before,
.testimonials:after {
    display: inline-block;
    color: #5b59a1;
    font-size: 30em;
    top: 0;
    font-family: sans-serif;
    position: absolute;
    vertical-align: top;
}
@media screen and (max-width: 1450px) {
    .testimonials:before,
    .testimonials:after {
        display: none;
    }
}

.testimonials p {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 500;    
}
.testimonials hr {
    border-width: 2px;
    border-color: #fff;    
}
.testimonials .name_testimonio {
    display: block;
    color: #5b59a1;
    font-size: 22px;
    font-weight: 500;    
}
.testimonials .company_testimonio {
    display: block;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;    
}
.testimonials .position_testimonio {
    display: block;
    color: #5d5d5d;
    font-size: 12px;    
}
.testimonials .owl-dots {
    text-align: center;
}
.testimonials .owl-dot {
    background: #8c8c8c !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;    
}
.testimonials .owl-dot.active {
    background: #5b59a1 !important;    
}
.clientes .owl-nav {
    position: absolute;
    top: -70px;
    width: 100%;
    z-index: 1;     
}
.clientes .owl-next, 
.clientes .owl-prev {
    color: #848686 !important;
    font-size: 150px !important;
    font-weight: 300 !important;    
}
.clientes button.owl-prev {
    margin-left: -50px;
    float: left;
}
.clientes button.owl-next {
    margin-right: -50px;
    float: right;
}
.clientes .owl-stage-outer {
    z-index: 999;
}
.clientes .client img {
    display: block;
    width: auto;
    margin: auto;
}
.company {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;    
}
.company_text {
    max-width: 650px;
    margin: auto;    
}
.company_text p {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 500;    
}
.company_text img {
    display: block;
    margin: auto;    
}
.company_text a {
    color: #013547;
    font-size: 14px;
    font-weight: 500;    
}
.text-line {
    display: block;
    border-bottom: 1px solid #efefef;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding-bottom: 3px;  
}
.text-line span {
    background: #efefef;
    color: #5d5d5d;
    padding: 5px 15px;
    font-weight: 500;   
}
.products-potent {
    text-align: center;    
}
.products-potent .icon-cont {
    min-height: 75px;
    margin-bottom: 15px;   
}
.products-potent p {
    color: #999999;
    padding-left: 25px;
    padding-right: 25px;    
}
.products-potent a {
    background: #adadad;
    border: none;
    color: white;
    display: inline-block;
    margin: 0px;
    padding: 7px 20px;
    border-radius: 0;
    font-size: 12px; 
}
.products-potent a:hover {
    color: #444;
    text-decoration: none;
}
span.title-section {
    font-family: Raleway;
    font-weight: 700;
    margin: 30px 0;
    font-size: 25px;
    letter-spacing: -1px;
    text-align: left;
    color: #5D5D5D;
    display: block;    
}
.login-form table {
    width: 100%;
    max-width: 450px;    
}
.login-form table tr td {
    padding-bottom: 10px;
}
.login-form table td label {
    color: #37464d;
    font-size: 14px;  
    font-weight: normal;
}
.login-form input[type="text"],
.login-form input[type="password"] {
    border: 1px solid #dfdfdf;
    width: 100%;    
}
.login-form input[type="submit"] {
    background: #F1BF4E;
    border: none;
    color: white;
    display: inline-block;
    margin: 10px 0px;
    padding: 7px 20px;
    border-radius: 0;    
}
.recover-pass {
    display: block;
    color: #37464d;
    font-size: 14px;
    text-align: right;
    max-width: 450px; 
    font-weight: normal;
}
.aviso {
    color: #5d5d5d;
    font-size: 14px;    
}
.list_job_offer {
    padding: 0;
    margin: 0;
    margin-top: 25px;   
    list-style: none;
}
.list_job_offer li {
    padding-left: 10px;
    font-size: 14px !important;
    position: relative;    
}
.list_job_offer li::before {
    content: "\2022";
    color: #efab22;
    position: absolute;
    left: 0;
    top: 1px;
}
.list_job_offer li a {
    color: #efab22 !important;
    font-weight: bold;    
}
.list_job_offer li a:hover {
    text-decoration: underline !important;
}
.table-job-offer {
    
}
.table-job-offer tr th {
    color: #f1bf4e;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f1bf4e;
    padding-bottom: 2px;    
}
.table-job-offer tr td {
    color: #37464d;
    font-size: 14px;
    padding-top: 14px;    
}
.table-job-offer tr td .register-btn {
    background: #F1BF4E;
    border: none;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 7px 20px;
    border-radius: 0;    
    font-weight: bold;
}
.table-job-offer tr td .register-btn:hover {
    text-decoration: none;
    color: #333;
}
.text-large {
    
}
.text-large p {
    color: #5d5d5d;
    font-size: 14px !important;    
}
.text-list {
    padding: 0;    
}
.text-list li {
    position: relative;
    padding-left: 10px;    
}
.text-list li::before {
    content: "\2022";
    color: #5d5d5d;
    position: absolute;
    left: 0;
    top: 1px;
}

#form1 div.ver {display:inline;color:red;}
#form1 div.nover {display:none;}
#form1 input.ver,select.ver,textarea.ver {background:#FFC1A4;border:1px dotted red;}
#form1 input.nover,select.nover,textarea.nover {background:#FFFFFF;}

#form1 input[type="text"], 
#form1 input[type="password"],
#form1 textarea {
    border: 1px solid #dfdfdf;
}
#form1 input[type="submit"] {
    background: #F1BF4E;
    border: none;
    color: white;
    display: inline-block;
    margin: 10px 0px;
    padding: 7px 20px;
    border-radius: 0; 
    cursor: pointer;
}
#form1 input[type="submit"]:hover {
    color: #333;
    text-decoration: none;
}
#form1 table tr td {
    padding-bottom: 10px;
    color: #5d5d5d;
    font-size: 13px;
    vertical-align: top;
}
.title_subsection {
    margin: 0;
    border-bottom: 2px solid #f1bf4e;
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 40px;
}
.title_subsection.first {
    margin-top: 0;
}

ul {
    list-style-type:square ;
    color: color:#DEAA33 ;
    list-style-image:url(../imagenes/sig1.jpg);
    padding: 0 20px ;
}

ul li {
    margin-top: 8px ;
    text-align: justify ;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
    font-size: 9pt ;
}
.fl { float: left }
.fr { float: right }
.cf { clear: both }

.follow_on .follow_hd span {
    margin-left: 10pt ;
    color: #3F3F3F ;
    font-family: arial, "Trebuchet MS" ;
    font-size: 12px ;
    font-weight: bold ;
}

.follow_on .follow_site {
    margin-right: 5px;
}
.hide_elem { display: none }

#antispan { width: 100px }
#cmd_reload_captcha {
    text-decoration: none ;
    color: #000 ;
    font-weight: bold ;
}

.content_data_missing * {
    font-size: 10pt ;
}

.content_data_missing {
    margin-top: 15px ;
    width: 480px ;
    border: 1px solid #B77F35 ;
    border-bottom-width: 3px ;
    border-right-width: 2px ;
    padding: 10px ;
    padding-left: 20px ;
}

.content_data_missing ul {
    list-style-image: url("images/li_data.png")
}
#existNroDoc {
    display:inline; 
    color:blue;
}
#videofield {
    display:none;
    font-size:8pt;
}
.small-text {
    font-size: 7pt;
    display: block;
    color: #acacac;
    margin-top: 3px;
}
.btn-add-remove {
    font-size: 12px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
}
#xtoact {
    
}
.select-form {
    width: 200px;
    min-height: 175px;    
}
.follow_site a {
    
}
.follow_site a img {
    
}
.paneles .ofertas {
  padding-right: 30px; }
  .paneles .ofertas ul {
    padding: 0; }
    .paneles .ofertas ul li {
      list-style: none;
      padding: 4px; }
      .paneles .ofertas ul li article {
        background: #EEE;
        padding: 5px; }
        .paneles .ofertas ul li article h1 {
          font-size: 16px;
          font-weight: 300;
          font-family: Raleway;
          margin: 5px 0; }
        .paneles .ofertas ul li article h3 {
          font-size: 12px;
          margin: 5px 0; }
.paneles .medios {
  padding-left: 30px; }
  .paneles .medios .articulo .fecha {
    font-size: 11px; }
  .paneles .medios .articulo h1 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 5px 0;
    font-family: Raleway; }
  .paneles .medios .articulo h6 {
    font-weight: 700;
    font-size: 12px; }

.newsletter {
  background-color: aliceblue;
  padding: 30px 0; }
  .newsletter article h1 {
    font-size: 16px;
    font-family: Raleway;
    font-weight: 700; }
  .newsletter article h4 {
    font-size: 14px;
    font-weight: 300; }
  .newsletter article form {
    text-align: center;
    margin: 50px 0; }
    .newsletter article form legend {
      border: none;
      font-weight: 300;
      text-transform: uppercase; }
    .newsletter article form input[type="email"] {
      min-width: 500px;
      font-size: 20px;
      line-height: 65px;
      font-weight: 300;
      border: none;
      border-bottom: 5px solid #eee;
      background: white;
      padding: 1px 30px;
      font-weight: 300; }

@media screen and (max-width: 768px) {
    .newsletter article form input[type="email"] {
        min-width: auto;
    }
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none !important;
    }
}

    .newsletter article form .btn {
      border-radius: 0;
      left: -4px;
      position: relative;
      height: 72px;
      top: -1px;
      padding: 0 30px;
      font-size: 20px;
      font-weight: 300;
      color: white;
      border: none;
      background: orange;
      border-bottom: 5px solid #cc8400; }

.paneles {
  background: url(/images/fotolia.jpg);
  background-size: cover;
  padding: 50px 0;
  background-attachment: fixed; }
  .paneles .container .flex-container {
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    @media screen and (max-width: 992px) {
      .paneles .container .flex-container {
        flex-direction: column; } }
    .paneles .container .flex-container .well {
      margin: 30px 15px;
      padding: 0 20px;
      border-radius: 0;
      background: #f7f7f7;
      border: none;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      padding-bottom: 40px;
      flex: 1; }
    .paneles .container .flex-container .well {
        padding: 40px;
    }
    .paneles .container .flex-container .well p, .paneles .container .flex-container .well li {
        font-size: 13px;
    }
    .paneles .container .flex-container .well li {
        margin: 10px 0;
    }
    .paneles .container .flex-container .well p span.text {
        font-weight: bold;
    }
      .paneles .container .flex-container .well h1.title {
        margin: 30px 0;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase; }
      .paneles .container .flex-container .well .btn {
        position: absolute !important;
        bottom: -20px;
        border-radius: 0 0 2px 2px;
        left: 0;
        width: 100%; }

.col-lg-1b {
  width: 11.1111111111%;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left; }

footer {
  padding: 30px 0;
  color: white;
  background: #5D5D5D; }
  footer p {
    color: white; }
  footer img {
    max-width: 150px; }
  footer .title {
    color: white;
    margin: 0 0 10px 0;
    font-size: 22px;
    text-transform: lowercase;}
  footer ul.redes li {
    display: inline-block;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px; }
    footer ul.redes li span {
      color: #5D5D5D;
      font-size: 20px;
      line-height: 30px;
      margin-left: 0 !important; }
  footer ul {
    list-style: none;
    padding: 0; }
    footer ul li {
      font-family: Roboto;
      font-size: 12px;
      color: #333;
      line-height: 25px;
      font-weight: 300;
      color: white; }
      footer ul li a {
        color: white; }
      footer ul li span {
        margin-left: 10px;
        color: white; }

.newsletter {
  background: url(/images/kindle-outdoor-reading.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: white !important;
  padding: 0; }
  .newsletter .n2 {
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 0; }
    .newsletter .n2 h1, .newsletter .n2 h4 {
      color: white; }
    .newsletter .n2 legend {
      color: white; }

.rese {
  border-radius: 0;
  background: white;
  border: none;
  padding: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .rese h1.title {
    margin: 30px 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #5D5D5D; }
  .rese img {
    float: left;
    margin: 0 20px 10px 0px; }

/*# sourceMappingURL=style.css.map */

.lista-productos ul li {
    list-style-type: none;
}
.lista-productos ul li a, .lista-productos ul li a:hover {
    color: #222;
    text-decoration: none;
}
.lista-productos ul li table td {
    vertical-align: middle;
    text-align: left;
}
.lista-productos ul li table tr td:first-child {
    width: 120px;
}
.lista-productos ul li table tr td:last-child {
    margin-left: 20px;
}

.empresas-salary li {
    
}

a,
a:hover,
a:focus {
    color: #F1BF4E;
}

.label100 {
    font-size: 100%;
}

.lista-servicios li {
    line-height: 40px;
}
.lista-servicios li a {
    line-height: 40px;
    position: relative;
    top: -7px;
}
.lista-servicios li span {
    display: inline-block;
    text-align: center;
    font-size: 25px;
    background: #eee;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 3px solid #ddd;
    color: #888;
    margin: 0 10px 0 0;
}

span.icon::before {
    position: relative;
    top: -2px;
}

.grid-sizer {
    width: 25%;
}

.testimonio {
    padding: 5px;
}
.testimonio .inner-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
}
.testimonio .inner-wrapper h2 {
    font-size: 22px;
    background: #EFAB22;
    color: #fff;
    padding: 4px 8px;
    margin-top: 0;
}
.testimonio .inner-wrapper h3 {
    font-size: 18px;
}
.testimonio .inner-wrapper h4 {
    font-size: 16px;
    font-style: italic;
}
.testimonio .inner-wrapper .text-wrapper {
    background: #e7e7e7;
    padding: 2px 13px;
}