body {
  overflow-x: hidden;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
  color: #777777;
}

.cont-verde p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif
}
.cont-verde p a{
  color: #fff;
  text-decoration: underline;
}

.text-primary {
  color: #6a9e3b;
}
.btn-nosotros{
  margin-top: 45px;
  color: #6a9e3b;
  background-color: #fff;
  border-color: #6a9e3b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  padding: 15px 40px;
}
.btn-clientes{
  margin-top: 45px;
  color: #6a9e3b;
  background-color: #fff;
  border-color: #d0d0d0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  padding: 15px 40px;
}
p {
  font-size: 14px;
  line-height: 1.75;
}

p.large {
  font-size: 16px;
}

a,a:hover,a:focus,a:active,a.active {
  outline: none;
}

a {
  color: #6a9e3b;
}

a:hover,a:focus,a:active,a.active {
  color: #fec503;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 600;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none!important;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px!important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #eeeeee;
}

.bg-darkest-gray {
  background-color: #222222;
}

.btn-primary {
  color: white;
  background-color: #6a9e3b;
  border-color: #6a9e3b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled],
fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6a9e3b;
  border-color: #6a9e3b;
}

.btn-primary .badge {
  color: #6a9e3b;
  background-color: white;
}

.btn-xl {
  color: white;
  background-color: #6a9e3b;
  border-color: #6a9e3b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 15px 40px;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none;
}

.contenedor-mesa{
  z-index: 9999;
  border-bottom: 1px solid #6a9e3b;
  background-color: #000;
}

.contenedor-mesa .mesa-central{
  padding: 0;
  margin: 0;
}
.contenedor-mesa .mesa-central p{
  color: #fff;
  padding: 5px 10px;
  margin: 0;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;

}
.contenedor-mesa .clientes{    
  padding: 7px 0;
  text-align: right;
}
.contenedor-mesa .clientes img{
  width: 25px;
}
.contenedor-mesa .clientes .drop-superior{
  background-color: #000;
  right: 0;
  float: right!important;
  position: absolute;
  z-index: 9999!important;
}
.contenedor-mesa .clientes a{
  padding: 5px 0;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.contenedor-mesa .clientes li a{
  padding: 5px;
}
.contenedor-mesa .clientes li a:hover{
  background-color: #6a9e3b;
}
.cont-verde{
  background-color: #6a9e3b;
}

.cont-verde .linea{
  width: 100px;
  background-color: #fff;
  height: 4px;
  margin: 30px auto;
}
.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}
.navbar-default .navbar-nav>.open>a{
  border: none!important;
  color: #6a9e3b!important; 
  background-color: rgba(0,0,0, 0)!important;
}
.navbar-default .navbar-nav>.open>a>ul>li>a{
  color: #fff;
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
  background-color: #6a9e3b;
  border-color: #6a9e3b;
}

.btn-xl .badge {
  color: #6a9e3b;
  background-color: white;
}

.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}

.navbar-custom .navbar-brand {
  color: #6a9e3b;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}

.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
  background-color: #6a9e3b;
  border-color: #6a9e3b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: white;
  font-size: 12px;
  margin: 30px 15px 30px 0;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #6a9e3b;
}

.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  border: none;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #6a9e3b;
  outline: none;
}

.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #6a9e3b;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
.porque {
  color: #fff;
  background: url(/images/bg-servicios.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
  background-position: 50% 3.5px; /*NUEVA*/
  background-attachment: fixed; /*NUEVA*/
}
.porque .servicios .title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.porque .servicios .title p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.porque .servicios .caracteristica h4 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.porque .servicios .caracteristica p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.cont-aplicaciones{
  padding: 60px 0;
  color: #fff;
  background-color: #6a9e3a;
}
.cont-aplicaciones .aplicaciones h5 {
    color: #fff;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    font-family: 'Open Sans', sans-serif;
}
.cont-aplicaciones .aplicaciones .linea {
    width: 100px;
    background-color: #fff;
    height: 4px;
    margin: 40px auto 30px auto;
}
.cont-aplicaciones .aplicaciones p {
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
}
.cont-sociales{
  color: #fff;
  border-bottom: 4px solid #6a9e3a;
  background-color: #232A31;
}
.cont-sociales .sociales p {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin: 20px 20px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.cont-sociales .sociales a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 10px 25px;
    font-size: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


@media (min-width: 768px) {
  .navbar-custom {
    margin-top: 36px;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-brand {
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-brand img{
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  } 
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}


@media (min-width: 768px) {
  .navbar-custom.affix {
    margin-top: 0px!important;
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-custom.affix .navbar-brand img{
    width: 88%;
  }
}

header {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  background-position: 50% 3.5px; /*NUEVA*/
  background-attachment: fixed; /*NUEVA*/
  height: 400px; /*NUEVA*/
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text-secciones {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .intro-lead-in {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading,
  header .intro-text-secciones .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
  }
  header .intro-text-secciones p {
    font-size: 22px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;

  }
}

section {
  padding: 100px 0;
}
section h2.section-heading {
  color: #232A31;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  font-family: 'Open Sans', sans-serif;
}
section h3.section-subheading p {
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.formulario{
  padding: 10px 0;
}
.formulario .cont-input{
  padding: 0;
}
.formulario .cont-input .in-input{
  margin-bottom: 20px;
}
.formulario .cont-input .in-input .input{
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  padding: 10px 15px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.formulario .cont-input .in-input .mensaje{
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  padding: 10px 15px;
  width: 100%;
  font-weight: 300;
  height: 150px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.formulario .in-input .enviar{
  padding: 8px 25px;
  border-radius: 20px;
  color: #fff;
  background-color: #6a9e3a;
  font-size: 18px;
  margin: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  border: none;

  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.formulario .in-input .enviar:hover{
  padding: 8px 30px;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
.cont-dest .destacado {
  border: 1px solid #ccc;
  position: relative;
  padding: 0;
  min-height: 340px;
  margin-bottom: 60px;
  text-align: center;
}
.cont-dest .destacado .info {
  background-color: #6a9e3b;
  height: 175px;
}
.cont-dest .destacado .info h3 {
  color: #232A31;
  font-size: 28px;
  font-weight: 400;
  padding: 15px 0 0 0;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .info p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  padding: 0 0 5px 0;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .valor {
  position: absolute;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
}
.cont-dest .destacado .valor .desde {
  color: #545454;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .valor .precio {
  color: #232A31;
  padding: 0;
  margin: 0;
  font-size: 47px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .valor .iva {
  color: #333;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .valor .iva {
  color: #333;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .comencemos {
  position: absolute;
  width: 60%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -25px;
  background-color: #eeeeee;
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid #6a9e3b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cont-dest .destacado .comencemos a {
  background-color: #eeeeee;
  color: #6a9e3b;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.cont-dest .destacado .comencemos:hover {
  width: 80%;
}

#portfolio * {
  z-index: 2;
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #6a9e3b;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p, .timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #6a9e3b;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
    background-color: #232A31;
}
footer .cont-footer {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #6a9e3a;
}
footer .cont-footer .datos {
    margin-bottom: 40px;
}
footer .cont-footer .datos .titulo {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
footer .cont-footer .datos .info {
    color: #00a6d5;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
footer .cont-footer .datos .contacto {
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #6a9e3a;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
footer .cont-footer .datos {
    margin-bottom: 40px;
}
footer .cont-footer .datos .titulo {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
footer .cont-footer .datos .numero {
    color: #fff;
    font-size: 21px;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
footer .cont-footer .datos .info {
    color: #6a9e3a;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
footer .bottom-footer {
    padding: 15px 0;
}
footer .bottom-footer .texto p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #6a9e3b;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #6a9e3b;
}
::selection {
  text-shadow: none;
  background: #6a9e3b;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #6a9e3b;
}
.googlemaps {
  height: 450px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.googlemaps .bloque {
  bottom: 0px;
  color: #fff;
  height: 450px;
  left: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
/*NOSOTROS*/
.dark-faded-border {
  border: solid 15px rgba(42,43,45,0.2);
}
hr.primary {
  border-top: 6px solid #6a9e3a;
  max-width: 100px;
  margin: 25px auto;
  border-bottom: none;
}
.about-2 h2,
.about-2-3 h2 {
  color: #232A31;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: initial;
}
.about-2 p {
  text-align: justify;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.about-2-3 p {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.mv {
  padding: 40px 0;
  background-color: #6a9e3b;
}
.mv h4 {
  color: #232A31;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 43px;
  font-family: 'Open Sans', sans-serif;
}
.mv p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
/*FIN NOSOTROS*/
/*CLIENTES*/
.client {
  margin-top: 30px;
}
.client .ficha .nav li.active>a{
  background-color: #2a2b2d;
  color: #fff;
  border: 1px solid #2a2b2d;
}
.bg-light-gray .opiniones .novedades {
  background: #eee;
  border-left: none;
  border-right: none;
  border-top: 5px solid #2a2b2d;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 5px 10px 0;
  height: 210px;
}
.bg-light-gray .opiniones {
  margin-bottom: 15px;
}
.bg-light-gray .opiniones .novedades .info .input{
  padding: 8px 25px;
  border-radius: 20px;
  color: #fff;
  background-color: #6a9e3a;
  font-size: 18px;
  margin: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  border: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.bg-light-gray .opiniones .novedades .info .input:hover{
  padding: 8px 35px;
}
.bg-light-gray .opiniones .novedades .info .texto {
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  text-shadow: none;
}
.bg-light-gray .opiniones .novedades .info .form-group .input-group-icon{
  width: 100%;
  table-layout: fixed;
}
.bg-light-gray .opiniones .novedades .info .form-group .input-group-icon input{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  font-size: 1.2rem;
  padding-right: 36px;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bg-light-gray .opiniones .novedades .info .form-group .input-group-icon .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0;
  display: table-cell;
}
.bg-light-gray .opiniones .novedades .info .form-group .input-group-icon .input-group-addon:last-child span.icon {
  left: auto;
  right: 0;
}
.bg-light-gray .opiniones .novedades .info .form-group .input-group-icon .input-group-addon i {
  color: #6a9e3a;
  width: 14px;
}
.bg-light-gray .opiniones .novedades .info .form-group .input-group-icon .input-group-addon span.icon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 3;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  line-height: 1.42857143;
  padding: 10px 14px;
  font-size: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
}
.bg-light-gray .destacamos .titulo {
    margin: 0 auto;
    padding: 0;
}
.bg-light-gray .destacamos .titulo h3 {
    color: #232A31;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    font-family: 'Open Sans', sans-serif;
}
.bg-light-gray .destacamos .virtud {
    margin: 0;
}
.bg-light-gray .destacamos .virtud form .form {
    text-align: center;
}
.bg-light-gray .destacamos .virtud p {
    color: #666;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
}
.bg-light-gray .destacamos .virtud form .form .input2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin: 0 auto 25px;
    padding: 10px 0;
    text-align: center;
}
.bg-light-gray .destacamos .virtud select {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid red;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin: 0 auto 25px;
    padding: 15px 0;
    text-align: center;
}
.bg-light-gray .destacamos .virtud form .form .mensaje {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    font-weight: 300;
    height: 150px;
    font-size: 16px;
    margin: 0 auto 25px;
    padding: 15px 0;
    text-align: center;
}
.bg-light-gray .destacamos .virtud form .form .enviar {
    padding: 8px 25px;
    border-radius: 20px;
    color: #fff;
    background-color: #6a9e3a;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    border: none;
    margin: 30px 0 0 0;
}
/*FIN CLIENTES*/
/*FORMAS DE PAGO*/
.bg-light-gray .title {
  background-color: #2a2b2d;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 13px 17px;
  vertical-align: bottom;
  margin-bottom: 0px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.bg-light-gray .opiniones2 .novedades2 {
  background: #eee;
  border-top: 5px solid #2a2b2d;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 33px 33px 15px;
  height: 210px;
}
.bg-light-gray .opiniones2 .novedades2 {
  background: #eee;
  border-top: 5px solid #2a2b2d;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 33px 33px 15px;
  height: 210px;
}
.bg-light-gray .opiniones2 .novedades2 .info .input{
  padding: 8px 25px;
  border-radius: 20px;
  color: #fff;
  background-color: #6a9e3a;
  font-size: 18px;
  margin: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  border: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.bg-light-gray .opiniones2 .novedades2 .info .input:hover{
  padding: 8px 35px;
}
.bg-light-gray .opiniones2 .novedades2 .info .texto {
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  text-shadow: none;
}
.bg-light-gray .opiniones2 .novedades2 .info .form-group .input-group-icon{
  width: 100%;
  table-layout: fixed;
}
.bg-light-gray .opiniones2 .novedades2 .info .form-group .input-group-icon input{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  font-size: 1.2rem;
  padding-right: 36px;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bg-light-gray .opiniones2 .novedades2 .info .form-group .input-group-icon .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0;
  display: table-cell;
}
.bg-light-gray .opiniones2 .novedades2 .info .form-group .input-group-icon .input-group-addon:last-child span.icon {
  left: auto;
  right: 0;
}
.bg-light-gray .opiniones2 .novedades2 .info .form-group .input-group-icon .input-group-addon i {
  color: #6a9e3a;
  width: 14px;
}
.bg-light-gray .opiniones2 .novedades2 .info .form-group .input-group-icon .input-group-addon span.icon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 3;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  line-height: 1.42857143;
  padding: 10px 14px;
  font-size: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
}
.bg-light-gray .datos .fpin {
  margin-top: 25px;
}
.bg-light-gray .datos .fpin figure {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 0;
  height: 190px;
}
.bg-light-gray .datos .fpin figure img {
  max-width: 280px;
}
.bg-light-gray .datos .fpin .desc {
  margin-top: 25px;
}
.bg-light-gray .datos .fpin .desc p {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
/*FIN FORMAS DE PAGO*/
/*SERVICIOS*/
.plan {
  padding: 0!important;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background-color: #eee;
}
.plan h4 {
  color: #545454;
  margin: 15px auto 25px auto;
  font-size: 36px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.plan .datos {
  padding: 0;
}
.plan .datos p {
  color: #32373b;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.plan .datos .btn-modal {
  border-radius: 5px;
  background-color: #64a027;
  border: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 25px 0;
  padding: 5px 15px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.plan .datos .btn-modal:hover {
  text-decoration: underline;
}
.plan .valor {
  background-color: #2a2b2d;
  padding: 10px 0 20px 0;
}
.plan .btn {
  border-radius: 0px;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  background-color: #224f8a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.plan .valor p {
  color: #fff;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.plan .valor .iva {
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.plan .btn {
  border-radius: 0px;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  background-color: #64a027;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.plan .btn:hover {
  background-color: #315a06;
}
.servidores{
  padding: 0!important;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-bottom: 30px;
}
.servidores .datos{
  text-align: center;
  margin: 0;
}
.servidores .datos h4{
  color: #6a9e3b;
  margin: 15px 0 20px 0;
  font-weight: 400;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
}
.servidores .datos figure{
  margin: 0 0 20px 0;
}
.servidores .datos figure img{
  width: 100%;
}
.servidores .datos .cont{
  padding: 0 5px;
  margin-bottom: 15px;
}
.servidores .datos .cont2{
  padding: 0;
  background-color: #6a9e3b;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 85px;
  display: flex;
  margin: 0;
}
.servidores .datos .cont2 h4{
  font-size: 18px;
  text-transform: none;
  color: #fff;
  margin: auto;
}
.servidores .caracteristicas{
  margin: 5px 0px 0px 0px;
  padding: 0 30px;
  min-height: 235px;
}
.servidores .caracteristicas table{
  border-collapse: separate;
  border-spacing: 20px 0;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.servidores .caracteristicas table tr{
  border: none;
}
.servidores .caracteristicas table tr td{
  border-bottom: 1px solid #ccc;
}
.servidores .caracteristicas h5{
  color: #ccc;
  margin: 15px 0;
  font-weight: 400;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
}
.servidores .caracteristicas p{
  color: #242424;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.servidores .caracteristicas .segundo-texto{
  color: #242424;
  margin-top: 52px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.servidores .valor{
  padding: 0;
  background-color: #eee;
  bottom:5px;
}
.servidores .valor .precio{
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.servidores .valor p{
  width: 100%;
  margin: 0;
  padding: 0 15px;
  color: #232A31;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.servidores .valor .iva{
  color: #232A31;
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.servidores .valor .btn{
  text-align: left;
  border-radius: 0;
  padding: 8px 25px;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  background-color: #6a9e3b;
  border:1px solid #6a9e3b;
  font-family: 'Open Sans', sans-serif;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.servidores .valor .btn:hover{
  color: #6a9e3b;
  background-color: transparent;
}
/*FIN SERVICIOS*/
/*ERROR*/
.error {
  background-color: #f8f8f8;
  padding: 30px 0;
}
.error img {
  width: 100%;
}
.error .infoerror {
  padding-top: 5%;
}
.error .infoerror h1 {
  color: #6a9e3a;
  font-size: 100px;
}
.error .infoerror h4 {
  color: #777777;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
.error .infoerror p {
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
/*FIN ERROR*/
/*SLIDE INICIO*/
.slidepu{
  background-color: #2c2c2c !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slidepu a{
  background: none !important;
}
.slidepu.carousel {
    height: 100vh;
}
.slidepu.carousel .item .info{
  position: absolute;
  width: 100%;
  top: 40vh;
  z-index: 3;
  left: 0;
  right: 0;
}
.slidepu.carousel .item .info .descripcion{
    text-align: center;
    position: relative;
}
.slidepu.carousel .item .opacidad{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.slidepu.carousel .item .info .descripcion .contenedor-info{
  color: #fff;
}
.slidepu.carousel .item .info .descripcion .contenedor-info h1{
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: none;
  font-size: 32px!important;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: initial;
  font-weight: 100;
}
.slidepu.carousel .item .info .descripcion .contenedor-info a{
  color: white;
  background-color: #6a9e3b!important;
  border-color: #6a9e3b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 15px 40px;
}
.slidepu.carousel .item .info .descripcion .contenedor-info p{
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 50px;
}
.slidepu.carousel .item,
.slidepu.carousel .item.active,
.slidepu.carousel .carousel-inner {
    height: 100%;
}
.slidepu.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-position: 50% 3.5px; /*NUEVA*/
    background-attachment: fixed; /*NUEVA*/
    min-height: 300px; /*NUEVA*/
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding-top: 0;
    font-size: 80px;
}
/*FIN SLIDE INICIO*/
/*NOTICIAS*/
.bg-light-gray .cuerponoticias {
  padding-bottom:2em;
  margin:auto;
}
.bg-light-gray .cuerponoticias  figure{
  margin-bottom: 40px;
}
.bg-light-gray .cuerponoticias  h1{
  color: #232A31;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: initial;
}
.bg-light-gray .cuerponoticias  p{
  text-align: justify;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.bg-light-gray .cuerponoticias  figure img{
  width: 100%;
  max-width: 600px;
}
.bg-light-gray .cuerponoticias .rs{
  padding: 0 0 20px 0;
}
.bg-light-gray .cuerponoticias .rs .rs1{
  padding: 0;
  margin-bottom: 10px;
}
.bg-light-gray .cuerponoticias .rs .rs1 .twitter-share-button{
  border: 1px solid blue;
  padding: 0;
}
.a{
  font-size: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
/*FIN NOTICIAS*/
@media screen and (max-width:1199px) {
  .servidores .datos .cont2 h4 {
      font-size: 16px;
      text-transform: none;
      color: #fff;
  }
}
@media screen and (max-width:767px) {
  .slidepu.carousel .item .info .descripcion .contenedor-info p {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .dropdown-menu>li>a {
    display: block;
    padding: 5px 15px 0px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fefffe;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
  }
  .navbar-custom {
    background-color: #222222;
    border-color: transparent;
    margin-top: 0;
  }
  header .intro-text .intro-heading, header .intro-text-secciones .intro-heading {
    margin-top: 145px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
  }
  header .intro-text-secciones p {
    font-size: 20px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
  }
  .servidores .caracteristicas {
    margin: 5px 0px 0px 0px;
    padding: 0 10px;
  }
  .contenedor-mesa {
    z-index: 9999;
    border-bottom: 1px solid #6a9e3b;
    background-color: #000;
    position: relative;
    bottom: 0px;
    padding: 0 5px;
  }
  .contenedor-mesa .clientes img{
    width: 22px;
  }
  .navbar-custom .navbar-brand img{
    margin-top: 25px;
  }
  .navbar-custom .navbar-toggle {
    background-color: #6a9e3b;
    border-color: #6a9e3b;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    color: white;
    font-size: 12px;
    margin: 40px 15px 35px 0;
  }
}
table{
  width: 100%;
}
tr{
  height: 35px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
th{
  text-align: center;
  background-color: #6a9e3b;
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}


/* Modificaciones */

.myCarousel h1 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
}


section h3.section-subheading p{
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 75px;
  font-size: 16px;
}


.fixDroidh2{
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

td{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: .75em;
    border-bottom: 1px solid #ccc; 
}