@import url(https://fonts.googleapis.com/css?family=Catamaran:400,300,200,700,800);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.titu-oscuro {
  color: #2d2d2d!important;
}


/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 200;
}

.margin-notop{
  margin-top: -160px!important;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 20px;
  color: #000;
  font-weight: 200;
  letter-spacing: 0.05em;
}

p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 2px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(13, 13, 13, 0.6);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 18%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 63%;
}
.navbar-default .nav > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 30px 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #a3a3a3;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 15px;
}
.social-media .nav > li > a {
  padding: 30px 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #a3a3a3;
}

.top-nav-collapse {
  background: #000;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  /*width: 30px;*/
  height: 25px;
}
.top-nav-collapse .nav > li > a {
  padding: 20px 10px 0px 10px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#slider-interno {
  width: 100%;
}

#slider-interno .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#slider-interno .item .caption {
  position: absolute;
  top: 90%;
  margin-top: -110px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#slider-interno .item .caption h1 {
  margin-bottom: 10px;
  font-size: 50px!important;
}
#slider-interno .item .caption h1 span {
  font-weight: 700;
}

#welcome .container .soporte p span {
  font-weight: 700;
}
#geren .container .soporte p span {
  font-weight: 700;
}

#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  /*text-align: center;*/
  z-index: 15;
  margin-left: 15%;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 10px;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 10px 0px 30px 0px;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  padding: 40px 0;
  text-align: center;
}
#welcome h2 {
  text-transform: uppercase;
}
#welcome h2 span {
  font-weight: 700;
}
#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
UCC Style
========================================================================== */
#geren {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#geren h2 {
  text-transform: uppercase;
}
#geren h2 span {
  font-weight: 700;
}
#geren h5 {
  font-weight: 700;
}
#geren img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#soho {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#soho h2 {
  text-transform: uppercase;
  font-weight: 700;
}
#soho h2 span {
  font-weight: 700;
}
#soho img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#soho {
  text-align: left;
}
#soho.productos {
    margin-bottom: 40px;
}


#seguridad {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#seguridad h2 {
  text-transform: uppercase;
  font-weight: 700;
}
#seguridad h2 span {
  font-weight: 700;
}
#seguridad img {
  margin-top: 20px;
  margin-bottom: 20px;
}
#seguridad {
  text-align: left;
}

#cloud {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#cloud h2 {
  font-weight: 700;
}
#cloud h2 span {
  font-weight: 700;
}
#cloud img {
  margin-top: 20px;
  margin-bottom: 20px;
}
#cloud {
  text-align: left;
}

#softswitch {
  padding: 40px 0px 0px 0px;
  text-align: center;
  margin-bottom: 60px;
}
#softswitch h2 {
  text-transform: uppercase;
  font-weight: 700;
}
#softswitch h2 span {
  font-weight: 700;
}
#softswitch img {
  margin-top: 0px;
  margin-bottom: 40px;
}
#softswitch {
  text-align: left;
}
#softswitch span {
  font-weight: 700;
}


#telefonos {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#telefonos h2 {
  text-transform: uppercase;
  font-weight: 700;
}
#telefonos h2 span {
  font-weight: 700;
}
#telefonos img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#telefonos {
  text-align: left;
}
#telefonos.productos {
    margin-bottom: 40px;
}



#geren {
  text-align: left;
}
#standard {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#standard h2 {
  text-transform: uppercase;
  font-weight: 700;
}
#standard h2 span {
  font-weight: 700;
}
#standard img {
  margin-bottom: 40px;
}
#standard {
  text-align: left;
}

#premium {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#premium h2 {
  text-transform: uppercase;
}
#premium h2 span {
  font-weight: 700;
}

#premium {
  text-align: left;
}


#wireless {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#wireless h2 {
  text-transform: uppercase;
}
#wireless h2 span {
  font-weight: 700;
}
#wireless img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#wireless {
  text-align: left;
}


#modules {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#modules h2 {
  text-transform: uppercase;
  font-weight: 800;
}
#modules h2 span {
  font-weight: 700;
}

#modules {
  text-align: left;
}
#modules-imag {
  margin-bottom: 50px;
}
#modules h6 {
  font-weight: 400;
  font-size: 15px;
}


#doorbell {
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/testimonials/porteros.jpg");
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#doorbell h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}


#doorbell {
  padding: 40px 0px 0px 0px;
  text-align: center;
}

#doorbell h2 span {
  font-weight: 700;
}
#doorbell img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#doorbell {
  text-align: left;
  background: ##C9D126;
}


.text-center {
  text-align: center;
}
.productos ul{
  list-style: none;
  margin-left: -30px!important;
}


    /* ==========================================================================
Services Style
========================================================================== */
#products {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#products h2 {
  text-transform: uppercase;
  color: #fff;
}
#products p {
  color: #fff;
}
#products .services-box {
  margin-top: 40px;
}
#products .services-box .col-md-4 {
  margin-bottom: 20px;
}
#products .services-box .col-md-4 .media-left,
#products .services-box .col-md-4 .media-right,
#products .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
  text-align: left;
}
#products .services-box .col-md-4 .media-left p,
#products .services-box .col-md-4 .media-right p,
#products .services-box .col-md-4 .media-body p {
  text-align: left;
}

#products .services-box .col-md-4 p{
  margin: 10px 0px 0px 5px!important;
}


#products .services-box .col-md-4 .media-left h3,
#products .services-box .col-md-4 .media-right h3,
#products .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-weight: 800;
  margin-bottom: 20px;
}
#products .services-box .col-md-4 .media-left span,
#products .services-box .col-md-4 .media-right span,
#products .services-box .col-md-4 .media-body span {
  font-size: 60px;
  color: #80b539;
}


    /* ==========================================================================
Services Style
========================================================================== */
#services {
  background: #24242a;
  padding: 60px 0;
}
#services .media-body p {
  color: #fff;
  text-align: left;
}
#services .media-body h3 {
  color: #fff;
  text-align: left;
  font-weight: 700;
}

#solutions {
  padding: 60px 0;
  text-align: center;
}
#solutions h2 {
  text-transform: uppercase;
  font-weight: 200;
}
#solutions h4 {
  font-weight: 400;
  text-align: left;
}
#solutions p {
  color: #000;
  text-align: left;
}
#solutions .services-box {
  margin-top: 40px;
}
#solutions .services-box .col-md-4 {
  margin-bottom: 20px;
}
#solutions .services-box .col-md-4 .media-left,
#solutions .services-box .col-md-4 .media-right,
#solutions .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
  text-align: left;
}
#solutions .services-box .col-md-4 .media-left p,
#solutions .services-box .col-md-4 .media-right p,
#solutions .services-box .col-md-4 .media-body p {
  text-align: left;
}

#solutions .services-box .col-md-4 p{
  margin: 10px 0px 0px 5px!important;
}


#solutions .services-box .col-md-4 .media-left h3,
#solutions .services-box .col-md-4 .media-right h3,
#solutions .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-weight: 800;
  margin-bottom: 20px;
}
#solutions .services-box .col-md-4 .media-left span,
#solutions .services-box .col-md-4 .media-right span,
#solutions .services-box .col-md-4 .media-body span {
  font-size: 60px;
  color: #80b539;
}
.no-pad{
  padding: 0px;
}
.no-mar{
  margin: 70px 0px 0px 0px!important;
}

.imag-no-mar{
  margin: 0px 0px 50px 0px!important;
}

.blanco {
  color: white!important;
}

.solu-text-right {
  padding-right: 50px;
}
.solu-text-left {
  padding-left: 105px;
}
.right-block {
  text-align: right;
}
.text-verde{
  color: #80b539!important;
}
.text-blanco{
  color: #fff!important;
}
#collapse1 a:hover{
  text-decoration: none!important;
}
.panel-title .fa {
    font-size: 12px!important;
    letter-spacing: 7px!important;
}

    /* ==========================================================================
Prensa Style
========================================================================== */
.newsletter {
  background-color: #24242a;
  height: 75px;
  padding: 15px;
}
#press a.btn-block {
    padding: 12px 0px;
    font-size: 15px;
    margin-left: 2px;
    border: 0px;
    cursor: pointer;
}
#press .btn-block:hover, .btn-block:focus, .btn-block:active {
    background: #80b539;
    color: fff;
}
div#divmsjnewsletter {
    width: 100%;
    background: #E6E6E6;
    height: 30px;
    padding-top: 5px;
    font-size: 14px;
}

div#divloadingnewsletter {
    width: 100%;
    background: #E6E6E6;
    height: 30px;
    padding-top: 5px;
    font-size: 14px;
}

.newsletter h5 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    padding: 0px 20px;
}

.newsletter .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #0d0d0d;
  min-height: 45px;
}

.btn-news {
    padding: 22.5px 0;
    font-size: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    line-height:0px;
}
.btn-news:hover,
.btn-news:focus,
.btn-news:active {
  background: #80b539;
  color: #fff;
  text-decoration: none;
}

#press {
  padding: 0px 0 100px 0;
  text-align: center;
}
#press h2 {
  text-transform: uppercase;
  font-weight: 200;
}
#press ul {
    padding: 0px;
}
#press h4 {
  font-weight: 400;
  text-align: left;
}
#press p {
  color: #000;
  text-align: left;
}
#press .services-box {
  margin-top: 40px;
}
#press .services-box .col-md-4 {
  margin-bottom: 20px;
}
#press .services-box .col-md-4 .media-left,
#press .services-box .col-md-4 .media-right,
#press .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
  text-align: left;
}
#press .services-box .col-md-4 .media-left p,
#press .services-box .col-md-4 .media-right p,
#press .services-box .col-md-4 .media-body p {
  text-align: left;
}

#press .services-box .col-md-4 p{
  margin: 10px 0px 0px 5px!important;
}


#press .services-box .col-md-4 .media-left h3,
#press .services-box .col-md-4 .media-right h3,
#press .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-weight: 800;
  margin-bottom: 20px;
}
#press .services-box .col-md-4 .media-left span,
#press .services-box .col-md-4 .media-right span,
#press .services-box .col-md-4 .media-body span {
  font-size: 60px;
  color: #80b539;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;
}
#portfolio h2 {
  text-transform: uppercase;
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
}
#team h2 {
  text-transform: uppercase;
}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#team .team p {
  color: #a3a3a3;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}

    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


    /* ==========================================================================
modulos soho
========================================================================== */
#soho-modules {
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/testimonials/modulos-soho.jpg");
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#soho-modules h2 {
  text-transform: uppercase;
}

#switch {
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/testimonials/switch.jpg");
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#switch h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
#switch h5 {
  text-align: left;
   font-weight: 400;
}

#switch .productos p {
  text-align: left;
  margin: 0px;
}

#softphone {
  padding: 60px 0;
  background-image: url("../img/testimonials/softphone.jpg");
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#softphone h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

#softphone h5 {
  text-align: left;
  font-weight: 400;
}

#softphone .productos p {
  text-align: left;
  margin: 0px;
}
#softphone .productos a {
  text-align: left!important;
}


#gateway {
  padding: 60px 0;
  text-align: left;
} 
#gateway h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
#gateway h5 {
  text-align: left;
  font-weight: 400;
}

#gateway .productos p {
  text-align: left;
  margin: 0px;
}


#sbc {
  padding: 60px 0;
  text-align: center;
} 
#sbc h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
#sbc h5 {
  text-align: left;
  font-weight: 400;
}

#sbc .productos p {
  text-align: left;
  margin: 0px;
}


    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/testimonials/Testimonials.jpg");
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#contact h2 {
  text-transform: uppercase;
}
#contact form {
  margin: 20px 0 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}
#contact p, h4 {
  text-align: left;
}
#contact p span {
  font-weight: 700;
}


#elearning {
  margin-top: 50px;
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/testimonials/elearning.jpg");
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#elearning h3 {
    color: #80B539;
    text-align: left;
}
#elearning h2 {
    color: #80B539;
}

#elearning h4 {
  text-align: left;
}
#elearning p {
  text-align: left;
  color: #fff;
}
#elearning p span {
  font-weight: 700;
}

.pad-top{
  margin-top: 50px;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}
.wow .text-verde a{
  color: #80b539;
}
.wow .text-verde a:hover{
  color: #b3e372;
  text-decoration: none;
}

.margin-top-50 {
  margin-top: 50px;
}


#homeBLog{
  float: left;
  display: inline;
  width: 100%;
  padding: 75px 0;
}
.homBlog-area{
  float: left;
  display: inline;
  width: 100%;
}
.homeBlog-content{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 25px;
}
.single-Blog{
  float: left;
  display: inline;
  width: 100%;
}
.single-blog-left{
  float: left;
  display: inline;
  width: 16%;
}
.blog-comments-box li {
  color: #aaa;
  display: block;
  float: left;  
  text-align: center;
  width: 100%;  
}
.blog-comments-box li:last-child{
  border-bottom: none;
}
.blog-comments-box li > h2 {
  font-size: 33px;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0px!important;
  font-weight: 700!important;
}
.blog-comments-box li span {  
  display: block;
  font-size: 16px;
}
.blog-comments-box li > a {
  color: #aaa;
  text-decoration: none;
}
.single-blog-right{
  float: right;
  display: inline;
  width: 84%;
}
.blog-img{
  float: left;
  display: inline;
  width: 100%;
}
.blog-img img{
  width: 100%;
}
figure.blog-figure {
  /*background: #3498db;*/
}

figure.blog-figure img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

figure.blog-figure:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}
.blog-img figure {
  background: none repeat scroll 0 0 #3085a3;
  cursor: pointer;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.blog-img figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
figure.blog-figure .image-effect::before {  
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transition: -moz-transform 0.6s ease 0s;
  -o-transition: -o-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  width: 100%
}
figure.blog-figure:hover .image-effect::before {
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.blog-author {
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.blog-author > ul > li {
  display: inline-block;
  padding: 5px;
  color: #aaa;
}
.blog-content{
  float: left;
  display: inline;
  width: 100%;
}
.blog-content > h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700!important;
  text-align: left!important;
}
.blog-content .readmore_area a { 
  font-size: 14px;
  margin-left: 0;
  color: #80b539;
}
.blog-content .readmore_area a::before { 
  padding: 8px 13px;  
}
.blog-content .readmore_area a span { 
  padding: 8px 13px;  
}
.blog-content .readmore_area {
  margin-top: 25px;  
}

.panel-body {
    background: rgba(94, 132, 44, 0.6);
    margin-bottom: 30px;
    padding: 25px!important;
}
.panel-group {
    margin-bottom: 50px;
}
.panel {
    background-color: rgba(128, 181, 57, 0)!important;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none; */
    box-shadow: none;
}
.panel-default>.panel-heading {
    background-color: rgba(128, 181, 57, 0)!important;
    border-color: rgba(128, 181, 57, 0)!important;
}
.panel-heading {
    padding: 5px 10px!important;
}

hr {
    border-top: 1px solid #80B539!important;
}


    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .no-display{
      display: none;
    }
  .pad-top{
    margin-top: 10px;
    }
  
  .navbar-default .nav > li > a{
    padding: 10px;
  }
  
  .imag-no-mar {
    margin: 40px 0px 0px 0px!important;
  }

  .solu-text-left {
    padding: 0 20px;
  } 
  .solu-text-right {
    padding: 0px 20px;
  }
  #soluciones h4 {
    text-align: center;
  }
  #soluciones p {
    text-align: center;
  } 
  #welcome {
    padding: 0px 0px 60px 0px;
    text-align: center;
  }
  #slider-interno {
    margin-top: 65px;
  }
  #slider-interno .item .caption {
    top: 42%;
  }
  #slider-interno .item .caption h1 {
    font-size: 25px!important;
  }
  #slider-interno .item .caption h5 {
    font-size: 17px!important;
  }
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    height: 35px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 18px;
    border: none;
    margin-right: 0px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }



  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}
.soporte p {
  text-align: left;
}
.soporte h3 {
  text-align: left;
}



  /*-- CONTACTO NUEVO --*/

.contact_form h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #5CD053;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}
.contact_form ul {
    width:750px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
  height:20px; 
  width:220px; 
  padding:5px 8px;
}
.contact_form textarea {
  padding:8px; 
  width:300px;
}
.contact_form button {
  margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/
.contact_form input, .contact_form textarea { 
  border:1px solid #aaa;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius:2px;
  color: #888;
  font-size: 12px;
  padding-right:30px;
  -moz-transition: padding .25s; 
  -webkit-transition: padding .25s; 
  -o-transition: padding .25s;
  transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
  background: #fff; 
  border:1px solid #555; 
  box-shadow: 0 0 3px #aaa; 
  padding-right:80px;
}

/* === Estilos de Validacion === */ 

.contact_form input:required:valid, .contact_form textarea:required:valid {
  box-shadow: 0 0 5px #5cd053;
  border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
  box-shadow: 0 0 5px #d45252;
  border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
    font-family: 'Catamaran', sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
  opacity:.55;
  cursor: pointer; 
  color: #fff;
}
button.submit:active {
  border: 1px solid #222;
  box-shadow: 0 0 10px 5px #444 inset; 
}

.center-all{
  text-align: center!important;
}

#jssor_1 {
  position: relative;
  margin: 40px auto 10px auto;
  top: 10px; 
  left: 0px; 
  width: 1000px; 
  height: 80px; 
  overflow: hidden; 
  visibility: hidden;
}

.tabla {
    padding: 15px;
    border-left: 1px solid #76bd1d;
    border-right: 1px solid #76bd1d;
    border-bottom: 1px solid #76bd1d;
    margin-top: -20px;
    margin-bottom: 30px
}
#standard .tabla img {
    margin: 30px 0;
}
#standard .tabla hr {
    border-top: 1px solid #e5e7e9!important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.titular-2 {
  background-color: #80b539;
  text-align: center;
  margin-bottom: -5px!important;
  padding-bottom: 1px;
  padding-top: 10px;
}
.titular-2 h3 {
    font-size: 35px;
    color: #2D562D;
    font-weight: 800;
    margin: 0;
}
.titular-2 p {
  color: #fff;
}

.titular-1 {
  background-color: #1E2B0B;
  text-align: center;
  margin-bottom: -5px!important;
}
.titular-1 h3 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    padding: 16px 0
}
.titular-1 h5 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    padding: 15px 0
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
 
.col-xs-15
{
    width: 18%;
    float: left;
}
 
@media (min-width: 768px)
{
    .col-sm-15
    {
        width: 18%;
        float: left;
    }
}
 
@media (min-width: 992px)
{
     .col-md-15
     {
        width: 18%;
        float: left;
    }
}
 
@media (min-width: 1200px)
{
    .col-lg-15
    {
        width: 18%;
        float: left;
    }
}
.img-centro{
  margin: 7px auto 12px auto!important;
}
button.descarga {
    border: none;
    padding: 7px 0px;
    margin: auto;
    font-size: 13px;
    color: white;
    text-decoration: none;
    background-color: #80B539;
    width: 77%;
    position: absolute;
}

.descarga a{
    color: #fff;
    text-decoration: none;
}
.descarga a:hover, :focus{
    color: #000;
    text-decoration: none;
}
button.descarga-comp {
  border: none;
    line-height: 13px;
    margin-left: -6px;
    font-size: 13px;
    padding: 8px;
    color: white;
    text-decoration: none;
    background-color: #80B539;
    width: 73%;
    position: absolute;
}
.descarga-comp a{
  color: #fff;
  text-decoration: none;
}
.descarga-comp a:hover, :focus{
  color: #000;
  text-decoration: none;
}
.work-us {
  background-color: #80b539;
  height: 75px;
  padding: 15px 50px;
  margin-bottom: 70px;
} 
.work-us .btn-block {
    background: #24242a;
    line-height: 1em;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    padding: 18px 0 13px 0;
}
.work-us .form-group {
    margin: 10px;
}
input#archivo1 {
    font-size: 13px;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
}
input.style7.style_input {
    width: 95%;
    height: 25px;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #80B539;
}

textarea:focus, input:focus{
    outline: none;
    border-bottom: 1px solid #80B539;
}

#registracion select {
    width: 95%;
    height: 25px;
    margin-right: 10px;
    border-bottom: 1px solid #80b539;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
#registracion h5 {
  font-size: 20px;
  font-weight: 600;
}
#registracion img{
  margin-bottom: 40px;
}
#registracion .btn-block {
  text-align: center;
}
#registracion .btn-block a{
  color: #80B539;
}
#formregister {
  font-family: 'Catamaran', sans-serif;
  width:80%;
  margin: 30px auto;
  padding-left:10px;
  padding-top:10px;
  font-size: 14px;
}
#login {
  font-family: 'Catamaran', sans-serif;
  width:100%;
  padding-top:20px;
  margin-bottom: 100px;
  color: black;
}
.no-mar{
  margin:0px!important;
}

#login input {
    width: 90%;
    height: 25px;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #80B539;
}
#standard span{
  font-size: 11px;
}
.col-xs-122,
.col-sm-122,
.col-md-122,
.col-lg-122
{
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
 
.col-xs-122
{
    width: 18%;
    float: left;
}
@media (min-width: 992px)
{
     .col-md-122
     {
        width: 10%;
        float: left;
    }
}
 
@media (min-width: 1200px)
{
    .col-lg-122
    {
        width: 10%;
        float: left;
    }
}


.img-centro{
  margin: 7px auto 12px auto!important;
}
button.descarga {
    border: none;
    padding: 7px 0px;
    margin: auto;
    font-size: 13px;
    color: white;
    text-decoration: none;
    background-color: #80B539;
    width: 77%;
    position: absolute;
}

.descarga a{
    color: #fff;
    text-decoration: none;
}
.descarga a:hover, :focus{
    color: #000;
    text-decoration: none;
}
input.style7.style_input {
    width: 95%;
    height: 25px;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #80B539;
}

textarea:focus, input:focus{
    outline: none;
    border-bottom: 1px solid #80B539;
}

#registracion select {
    width: 95%;
    height: 25px;
    margin-right: 10px;
    border-bottom: 1px solid #80b539;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
#registracion h5 {
  font-size: 20px;
  font-weight: 600;
}
#registracion img{
  margin-bottom: 40px;
}
#registracion .btn-block {
  text-align: center;
}
#registracion .btn-block a{
  color: #80B539;
}
#formregister {
  font-family: 'Catamaran', sans-serif;
  width:80%;
  margin: 30px auto;
  padding-left:10px;
  padding-top:10px;
  font-size: 14px;
}
#login {
  font-family: 'Catamaran', sans-serif;
  width:100%;
  padding-top:20px;
  margin-bottom: 100px;
  color: black;
}
.no-mar{
  margin:0px!important;
}

#login input {
    width: 90%;
    height: 25px;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #80B539;
}
#standard span{
  font-size: 11px;
}
#modulos-imag {
    margin-bottom: 50px;
}
#modulos h6 {
  font-weight: 400;
  font-size: 15px;
}
a.denwaCTC {
    color: #fff!important;
}

#softphone-tel {
  padding: 40px 0px 0px 0px;
  text-align: center;
}
#softphone-tel h2 {
  text-transform: uppercase;
}
#softphone-tel h2 span {
  font-weight: 700;
}

#softphone-tel {
  text-align: left;
}
#geren button.descarga {
    width: 37%;
    position: relative;
}

.titular-3 h5 {
    font-size: 13px;
    margin: 0;
    color: #000;
    padding: 6px 0;
}
.titular-3 {
  border-right: 1px solid #80b539;
  border-left: 1px solid #80b539;
  border-bottom: 1px solid #fff;
  text-align: center;
  background-color: #bfda9c;
}
