/* Estilos generales*/
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: 0; }

body {
  background: #fcfcfc;
  font: 16px/22px 'Lato',Helvetica,Arial,sans-serif;
  color: #333; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1 {
  border-bottom: 1px solid #b2bec4;
  color: #263840;
  font-size: 1.5rem !important;
  padding: 0.5rem 0;
  margin: 0.5rem 0 1em 0 !important;
  text-transform: uppercase; }
  h1 span {
    border-bottom: 3px solid #9aa9b9;
    padding: 0.5rem 0; }

h2 {
  text-transform: uppercase;
  font: 600 1.45rem 'Raleway',sans-serif;
  color: #9aa9b9;
  margin: 0.5rem 0 1rem; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em;
  font-style: italic; }

h6 {
  font-size: .7em;
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  margin: 0.5rem 0 1em 0;
  line-height: 1.3em; }

p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  margin: 0.3rem 0 1rem 0; }

p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

a {
  color: #365caa;
  text-decoration: none;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear; }

a:hover {
  text-decoration: underline; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }

pre {
  padding: 2em;
  background: #f6f6f8; }

table {
  width: 100%; }

table th {
  background: #f6f6f8;
  padding: .5em;
  border-right: .0625rem solid white; }

table td {
  border-bottom: solid .0625rem #bdbdcb;
  padding: .5em; }

blockquote {
  font-style: italic;
  margin: 0;
  color: #babfcd;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 1em 0; }

hr {
  content: " ";
  display: block;
  width: 4em;
  height: .0625rem;
  border: 0;
  border-top: solid .0625rem #f6f6f8;
  margin: 2em 0;
  clear: both; }

hr.center {
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center !important; }

.brdr-top {
  border-top: 1px dashed #b2bec4; }

.clear {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cols {
  text-align: left; }

.cols .col2 {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3em; }

.cols .col2:nth-child(2n) {
  margin-right: 0; }

.cols .col2:nth-child(2n+3) {
  clear: left; }

.cols .col3 {
  float: left;
  width: 29.5%;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 2em; }

.cols .col3:nth-child(3n) {
  margin-right: 0; }

.cols .col3:nth-child(3n+4) {
  clear: left; }

.cols .col3x2 {
  float: right;
  width: 65%;
  clear: right;
  margin-bottom: 3em; }

.cols .col4 {
  float: left;
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 3em; }

.cols .col4:nth-child(4n) {
  margin-right: 0; }

.cols .col4:nth-child(4n+5) {
  clear: left; }

.cols .col5 {
  float: left;
  width: 18.5%;
  margin-right: 1%;
  margin-bottom: 3em; }

.cols:before, .cols:after {
  content: " ";
  display: table; }

.cols:after {
  clear: both; }

.cols {
  *zoom: 1; }

.alignleft {
  float: left;
  margin: 0 1em .5em 0;
  max-width: 50%; }

.alignright {
  float: right;
  margin: 0 0 .5em 1em;
  max-width: 50%; }

.aligncenter {
  display: block;
  margin: 1.5em auto; }

.detalle-servicio {
  display: table;
  margin-bottom: 1.5em;
  width: 80%;
  margin: auto; }
  .detalle-servicio .foto {
    float: left;
    margin: 1rem;
    width: 25%; }
    .detalle-servicio .foto img {
      border-radius: 10%;
      border: 1px solid #ddd;
      max-width: 100%;
      padding: 2px; }
  .detalle-servicio .text {
    float: left;
    width: 70%; }
  .detalle-servicio .icono {
    width: 8rem;
    display: table-cell;
    vertical-align: top; }
    .detalle-servicio .icono .icono-servicio {
      margin: 0 1rem; }
  .detalle-servicio h5 {
    font-size: 1.2rem;
    font-style: normal; }
  .detalle-servicio ul {
    margin: 0;
    padding: 0; }
    .detalle-servicio ul li {
      list-style: square;
      margin-bottom: 0.8rem; }
  .detalle-servicio blockquote {
    background: #EEE;
    border-radius: 1rem;
    float: right;
    clear: both;
    color: #666;
    margin: 1.5rem 0;
    padding: 1rem;
    width: 70%; }

.container {
  width: 96%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 4rem; }

#main-header {
  display: table;
  background: #f7f7f7;
  border-top: 12px solid #afcfe6;
  box-shadow: 0px 2px 3px #999;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000; }
  #main-header.large {
    height: 170px; }
  #main-header.small {
    height: 100px;
    /*margin-top:-30px; padding-top: 1rem;*/ }
  #main-header .header-cont {
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    margin: auto;
    max-width: 75rem;
    padding: 0 1rem; }
    #main-header .header-cont .redes {
      /*float: right;*/ }
      #main-header .header-cont .redes span {
        display: inline-block;
        margin: 0.5rem 1rem 0 0; }
        #main-header .header-cont .redes span.cel {
          font-size: 1.5rem;
          color: #9aa9b9;
          margin-left: 1rem; }
          #main-header .header-cont .redes span.cel i {
            font-size: 2.5rem;
            margin-left: 0.5rem; }
        #main-header .header-cont .redes span a {
          background: #afcfe6;
          color: #FFF;
          display: block;
          border-radius: 50%;
          padding: 0.5rem;
          width: 2.5rem;
          height: 2.5rem;
          text-align: center; }
          #main-header .header-cont .redes span a i {
            font-size: 1.6rem; }
          #main-header .header-cont .redes span a:hover {
            color: #2a4d95;
            background: #FFF; }

#content-area {
  clear: both;
  margin-top: 12rem; }
  #content-area .bg-cont {
    /*background:#efeded url(../img/bk_m10.png) top center repeat-x;*/ }

#main-header .menu-trigger {
  display: none; }

.logo-header {
  display: table-cell;
  width: 12%;
  padding: 1rem 0 0; }
  .logo-header .logo {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1rem;
    border-bottom: none;
    width: 170px; }
    .logo-header .logo img {
      width: 100%; }
  .logo-header .slogan {
    display: none;
    font-size: .7em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em; }
  .logo-header:hover {
    text-decoration: none; }

.small .logo-header {
  background: none; }
  .small .logo-header .logo img {
    padding: 0;
    width: 90px; }

header, .logo-header, .call-action, img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */ }

/* Menu */
#main-menu {
  display: table-cell;
  width: 70%;
  text-align: right;
  vertical-align: top;
  line-height: 1.3em; }
  #main-menu ul {
    margin: 0 0 1.5rem 0;
    padding: 0;
    list-style: none;
    background: 0; }
    #main-menu ul li {
      display: inline-block;
      font: 400 1rem 'Lato', Arial;
      text-transform: uppercase; }
      #main-menu ul li .featured a {
        /*background:#50c5ab;*/
        color: #30436b; }
        #main-menu ul li .featured a:hover {
          background: #afcfe6;
          color: #FFF; }
    #main-menu ul li a {
      color: #0e1c3a;
      border-top: 6px solid #f7f7f7;
      padding: 0.5rem 1em;
      /*margin: 0 0.5rem;*/
      background: transparent;
      display: block; }
      #main-menu ul li a:hover, #main-menu ul li a.active {
        /*background:#383636;*/
        border-top: 6px solid #2a4d95;
        color: #627b86;
        text-decoration: none; }

/* Footer */
#main-footer {
  clear: both;
  color: #9aa9b9;
  background: #30436b; }

.footer-call-to-action {
  text-align: center;
  background: #afcfe6;
  border-bottom: 1px solid #FFF;
  color: #263840;
  margin-top: 2rem;
  padding: 1.5rem 0.5rem 0;
  overflow: hidden; }
  .footer-call-to-action h3 {
    color: #2a4d95;
    font: 600 1.3rem 'Lato', Arial;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .footer-call-to-action .col3 {
    padding-left: 1.5rem;
    margin-bottom: 1rem; }
    .footer-call-to-action .col3:nth-child(3n) {
      margin-right: 0;
      padding-left: 3%; }
    .footer-call-to-action .col3:first-child {
      border: none; }
  .footer-call-to-action .contact {
    text-align: left;
    margin: auto;
    max-width: 75rem;
    overflow: hidden;
    line-height: 1.5rem; }
    .footer-call-to-action .contact a {
      color: #263840;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      text-decoration: underline; }
      .footer-call-to-action .contact a:hover {
        color: #2a4d95; }
    .footer-call-to-action .contact ul {
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 0.5rem; }
      .footer-call-to-action .contact ul li {
        list-style: none; }
        .footer-call-to-action .contact ul li:before {
          content: "- "; }
        .footer-call-to-action .contact ul li a {
          color: #FFF;
          font-size: 0.8rem;
          text-transform: uppercase;
          margin-bottom: 0.5rem; }
          .footer-call-to-action .contact ul li a:hover {
            color: #afcfe6; }

#bottom-footer {
  display: table;
  padding: 0; }
  #bottom-footer .copyright,
  #bottom-footer #footer-menu,
  #bottom-footer .planb {
    display: table-cell;
    width: 50%;
    padding: 1.5em 0; }
  #bottom-footer .planb {
    text-align: right; }

#footer-menu {
  text-align: right;
  float: right;
  margin: -1rem 0 1rem; }
  #footer-menu ul, #footer-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: 0; }
    #footer-menu ul li, #footer-menu li li {
      display: inline-block; }
    #footer-menu ul li::before, #footer-menu li li::before {
      /*content:"/";*/
      padding: 0 .7em; }
    #footer-menu ul li a, #footer-menu li li a {
      color: #7e89a3;
      padding: 0.5em 1.5em;
      text-decoration: none; }
    #footer-menu ul li a:hover, #footer-menu ul #footer-menu ul li a.active, #footer-menu li li a:hover, #footer-menu li #footer-menu ul li a.active {
      background: #1d252d;
      border-radius: 10em;
      color: #e99935; }

/* Portada - Slider */
.flexslider {
  position: relative; }
  .flexslider .intro {
    background: rgba(0, 0, 0, 0.3);
    padding: 3rem 1.5rem;
    width: 20%;
    position: absolute;
    right: 12%;
    bottom: 5px;
    height: 100%;
    text-align: center;
    z-index: 80; }
    .flexslider .intro p {
      color: #b2bec4;
      font: 2.3rem/3rem Raleway, Arial, sans-serif;
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
      margin-bottom: 3rem; }
      .flexslider .intro p span {
        color: #FFF;
        font-size: 2.5rem;
        font-weight: 100; }

.slides img {
  text-align: center;
  width: 100%; }

.intro_inf {
  display: none; }

.container-live {
  overflow: hidden;
  line-height: 0;
  border-bottom: 1px solid #999; }

.intro_inf {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  padding: 1.4rem;
  width: 100%;
  text-align: center;
  z-index: 80; }
  .intro_inf p {
    font: italic 1.7rem/2.2rem 'Lato', Arial;
    margin-bottom: 1.5rem; }

/* Citas */
.citas {
  position: absolute;
  top: 0rem;
  width: 320px;
  right: 12%;
  z-index: 2500; }
  .citas form {
    background: rgba(15, 72, 87, 0.7);
    border-radius: 0.5rem;
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.3); }
    .citas form h2 {
      margin: 0.5rem 0;
      color: #FFF;
      text-shadow: none; }
    .citas form input, .citas form select {
      color: #333;
      padding: 0.5rem;
      border-radius: .3rem;
      width: 100%; }
      .citas form input.btn-form, .citas form select.btn-form {
        background: #afcfe6 !important;
        color: #FFF;
        margin-top: 0.56em !important;
        width: 40%; }
        .citas form input.btn-form:hover, .citas form select.btn-form:hover {
          background: #e99935 !important; }

/* Botones */
.btn-light {
  color: #263840;
  font-size: 0.8rem;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
  border-radius: 0.5rem;
  border: 1px solid #9aa9b9;
  padding: 0.5rem 1rem;
  /*float: left;*/ }
  .btn-light:hover {
    background: #afcfe6;
    text-decoration: none; }

/* Call to action */
.call-to-action {
  display: inline-block;
  background: #ef6b23;
  color: #FFF;
  border: 1px solid #ef6b23;
  border-radius: 1.5rem;
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-transform: uppercase; }
  .call-to-action:hover {
    background: #FFF;
    color: #ef6b23;
    text-decoration: none; }

/* Portada - Registros */
#registros-home {
  background: url(../img/bg-batery.jpg) no-repeat top center;
  background-size: cover; }
  #registros-home h2 {
    color: #afcfe6;
    font-size: 1.7rem; }
  #registros-home h3 {
    color: #afcfe6;
    font: 300 2rem/3rem Raleway, Arial, sans-serif;
    margin-top: 4rem; }
    #registros-home h3 strong {
      color: #FFF;
      font-weight: 400;
      font-size: 2.5rem; }

/* Portada - Productos */
#productos-home .producto {
  width: 19%;
  display: inline-block;
  padding: 1rem 1%;
  text-align: center;
  border-radius: 0.8rem;
  margin: 1rem 0 3rem;
  vertical-align: top; }
  #productos-home .producto img {
    border-radius: 0.5rem;
    border: 1px solid #b2bec4; }
    #productos-home .producto img:hover {
      opacity: 0.5; }
  #productos-home .producto:hover {
    background: #eee; }

.portafolio-resumen {
  padding: 1rem 0 2rem;
  border-bottom: 1px dashed #b2bec4; }
  .portafolio-resumen img {
    opacity: 1; }
    .portafolio-resumen img:hover {
      opacity: 0.6; }

.portafolio-ampliado {
  width: 50%;
  float: left;
  padding: 0 2rem; }
  .portafolio-ampliado .imagen-destacada {
    border: 1px solid #b2bec4;
    border-radius: 1rem; }

.alerta {
  background: #f7f7f7;
  color: #222;
  font-size: 1.2rem;
  padding: 1em 2em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  -ms-border-radius: .5em;
  -o-border-radius: .5em;
  border-radius: .5em;
  border: 1px solid #ef6b23;
  margin-bottom: 1em;
  text-align: center; }

/* Portada - Testimonios en slider */
#testimonios-area {
  color: #fff;
  position: relative;
  margin: 1rem 0 2rem; }
  #testimonios-area .container {
    padding: 0 6em; }
  #testimonios-area .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    height: 2rem; }
    #testimonios-area .flex-direction-nav li {
      list-style: none; }
      #testimonios-area .flex-direction-nav li a {
        width: 2rem;
        height: 2rem;
        overflow: hidden;
        text-indent: -999px;
        display: block;
        position: absolute;
        top: 0; }
        #testimonios-area .flex-direction-nav li a.flex-prev {
          left: 0;
          padding: 2rem;
          background: #333 url(../img/arrow-left.svg) center no-repeat;
          opacity: 0.35; }
          #testimonios-area .flex-direction-nav li a.flex-prev:hover {
            opacity: 1; }
        #testimonios-area .flex-direction-nav li a.flex-next {
          right: 0;
          padding: 2rem;
          background: #333 url(../img/arrow-right.svg) center no-repeat;
          opacity: 0.35; }
          #testimonios-area .flex-direction-nav li a.flex-next:hover {
            opacity: 1; }

/* Formularios */
input, textarea {
  background: #fff;
  border: .0625rem solid #d9d9e2;
  margin: 0.5rem 0 !important;
  padding: 0.7rem 1em;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  max-width: 100%;
  color: #7e89a3;
  display: block;
  width: 100%;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  background: #f6f6f8;
  margin-bottom: 1em; }

input:focus, textarea:focus {
  border-color: #ef6b23;
  outline: 0;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px #ef6b23; }

textarea {
  width: 100%; }

input[type="submit"], input[type="button"] {
  border: 0;
  color: #fff;
  display: inline-block;
  width: auto;
  line-height: 1.5em; }

.btn {
  padding: .7em 1.2em;
  background: #afcfe6;
  padding: 0.6em 1.2em !important;
  color: #FFF !important;
  font-family: 'Lato', Arial;
  box-shadow: inset 0 -10px 22px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  border-radius: 0.2em;
  display: inline-block;
  color: #fff;
  text-transform: uppercase; }
  .btn:hover {
    background: #ea5932;
    text-decoration: none; }
  .btn.btn-light {
    background: #55abde;
    border: solid .0625rem #d9d9e2;
    color: #30436b !important;
    padding: 0.5rem 1rem !important; }
    .btn.btn-light:hover {
      background: #ea5932;
      color: #FFF; }

.btn-form {
  padding: .6em 1.3em;
  background: #30436b !important;
  color: #FFF;
  border: 2px solid #bbcecd;
  font: 0.8rem 'Lato', Arial;
  box-shadow: inset 0 -15px 25px rgba(0, 0, 0, 0.4);
  margin: 0 30% !important;
  -webkit-border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  -ms-border-radius: 0.9em;
  -o-border-radius: 0.9em;
  border-radius: 0.9em;
  display: inline-block;
  color: #fff;
  text-transform: uppercase; }
  .btn-form:hover {
    background: #e99935 !important;
    text-decoration: none; }

.page-header {
  background: url(../img/bg-batery.jpg) bottom center repeat-x;
  border-bottom: 5px solid #e0e0e0;
  padding: 1.2rem 0 1rem;
  text-align: center; }
  .page-header h2 {
    color: #d0e4f3;
    font: 400 1.7rem/2.1rem 'Raleway', Arial;
    margin: 0; }
  .page-header p {
    color: #333;
    font-size: 1.2em;
    line-height: 1.5em; }

/* Paginas internas */
.container.page-content {
  max-width: 70rem;
  overflow: hidden; }
  .container.page-content h2 {
    color: #627b86;
    display: block;
    font: 1.7rem/1.7rem 'Lato',Arial;
    margin: 2rem 0 1rem;
    padding: 0;
    text-transform: normal !important;
    text-shadow: none; }
  .container.page-content h3 {
    color: #627b86;
    font: 2rem/2rem 'Lato',Arial;
    margin: 2.5rem 0 1rem; }
  .container.page-content h4 {
    color: #6a8d93;
    margin: 1rem 0;
    font-size: 1.3rem;
    text-shadow: 1px 1px 2px #FFF; }
  .container.page-content p {
    margin: 1rem 0 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: justify; }
    .container.page-content p strong {
      color: #222; }
  .container.page-content a {
    color: #627b86;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none; }
    .container.page-content a span {
      display: block;
      text-transform: uppercase;
      font-weight: 600; }
    .container.page-content a:hover {
      color: #30436b;
      text-decoration: none; }
  .container.page-content i.fa {
    color: #FFF;
    font-size: 2rem;
    background: #afcfe6;
    padding: 1rem;
    border-radius: 50%; }
  .container.page-content ul {
    margin-bottom: 3rem;
    margin: 0; }
    .container.page-content ul li {
      list-style: circle;
      list-style-position: outside;
      font-size: 1.1rem;
      padding: 0.5rem 0; }
  .container.page-content .ampliada {
    width: 50%;
    float: left;
    margin-right: 4%; }
  .container.page-content aside {
    width: 45%;
    float: left;
    padding-top: 0; }
    .container.page-content aside .col-center {
      padding-bottom: 1rem;
      border-bottom: 1px dotted #ccc;
      margin: 1rem 0 2rem;
       }
.container.page-content aside .col-center h2 {
    display: inline-block;
    padding-left: 0.5rem;
}
    .container.page-content aside .citas {
      position: relative;
      top: 2rem;
      right: 0;
      width: 100%; }
      .container.page-content aside .citas h2 {
        background: none;
        margin: 0;
        color: #FFF;
        text-shadow: none; }
  .container.page-content figure.foto {
    width: 90%;
    margin: 1rem auto; }
    .container.page-content figure.foto img {
      border: 1px solid #ededed;
      border-radius: 1rem;
      padding: 0.2rem;
      margin-top: 0.5rem;
      width: 100%; }
  .container.page-content figure.foto1 {
    float: right;
    width: 45%;
    margin-left: 1rem; }
    .container.page-content figure.foto1 img {
      border: 1px solid #ededed;
      border-radius: 1rem;
      padding: 0.2rem;
      margin-top: 0.5rem;
      width: 100%; }
  .container.page-content .col-left {
    float: left;
    width: 55%;
    margin-right: 3%; }

section#widget-home {
  margin-top: 2.5rem; }
  section#widget-home ul.logos {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    section#widget-home ul.logos li {
      float: left;
      list-style: none;
      padding: 0;
      opacity: 0.5;
      width: 14%; }
      section#widget-home ul.logos li:hover {
        opacity: 1; }
  section#widget-home h3 {
    margin-bottom: 0;
    clear: both;
    width: 90%; }
  section#widget-home p {
    clear: both;
    padding: 1rem 0.5rem;
    margin-bottom: 1px; }
  section#widget-home img {
    border: 2px solid #FFF;
    margin-top: 0.5rem;
    width: 100%; }
  section#widget-home .col2 {
    margin-right: 1rem;
    width: 45%; }
  section#widget-home iframe {
    clear: both;
    width: 100%; }

aside.col4 {
  margin-right: 0 !important;
  width: 25% !important; }
aside h3 {
  margin-bottom: 0.1rem; }
aside form {
  background: #cddbe1;
  clear: both;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0 1rem 1rem 1rem; }

article.portafolio-resumen img {
  /*margin-bottom:0.5rem;*/
  border-radius: 0.8rem;
  border: 1px solid #dedede;
  padding: 0.2rem;
  width: 80%; }

.title {
  background: #009d3d;
  border-left: 10px solid #7bca9b;
  border-radius: 0 2rem 0 0;
  color: #FFF !important;
  float: left;
  font-size: 1rem;
  padding: 0.3rem 6rem 0.3rem 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }

figure {
  text-align: center; }

.col-right {
  line-height: 1.8rem;
  float: right;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 2rem;
  width: 40%; }
  .col-right p {
    padding-bottom: 1rem important;
    margin-bottom: 0.5rem important; }
    .col-right p strong {
      color: #30436b;
      text-transform: uppercase; }


/* Boton WhatsApp */
.wp-btn {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.8rem 1rem;
    background: #4caf50;
    position: fixed;
    right: 2%;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 1rem;
    z-index: 5000;
    font-size: 0.75rem;
    text-decoration: none;
}

.wp-btn:hover, .wp-btn:active {
    background: #94bc42;
    color: #fff;
    text-decoration: none;
}

.wp-btn i {
 font-size: 2rem;
}

/* RESPONSIVE */
/* Media Query 476px */
@media only screen and (max-width: 29.8rem) {
  .container.page-content .ampliada {
      width: 90%;
      margin: auto;
      float: inherit;
  }

  #productos-home .producto {
      width: 48%;
      display: inline-block;
      padding: 0.5rem%;
      margin: 0;
  }

  .alignleft, .alignright {
    float: none;
    display: block;
    margin: 25px auto;
    max-width: 100%;
    width: auto; }

  .cols .col2, .cols .col3, .cols .col4, .cols .col3x2 {
    float: none;
    margin-right: 0;
    width: 96%; }

  section#widget-home ul.logos li {
    width: 32%; } }
/* Media Query 480px */
@media only screen and (max-width: 480px) {
  .cols .col2 {
    width: 100%;
    margin-right: 4%;
    margin-bottom: 3em;
    padding: 0 1rem;
  }

  .portafolio-ampliado {
    width: 100%;
  }
  #testimonios-area .container {
    padding: 0 2em; }

  .testimonio cite {
    text-align: center; }

  .testimonio cite img {
    float: none;
    margin: 0 auto; } }
/* Media Query 530px */
@media only screen and (max-width: 33.125rem) {
  .detalle-servicio {
    display: block;
    padding: 0.8rem; }
    .detalle-servicio .icono-servicio {
      margin: 0 auto 1.5rem auto; }
    .detalle-servicio .icono {
      display: block;
      text-align: center;
      width: 100%; }
    .detalle-servicio .text {
      display: block;
      width: 100%; }

  .intro_inf {
    padding: 1rem; }
    .intro_inf p {
      font: 1.5rem/1.8rem Dosis,Arial;
      margin-bottom: 1rem; } }
/* Media Query 570px */
@media only screen and (max-width: 35.6rem) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em; }

  p {
    margin: 1.5em 0; }

  blockquote {
    font-size: 1.2em;
    padding: 1.3em 0; }

  blockquote .alignleft {
    float: left; }

  .btn {
    font-size: 0.8rem;
    padding: 0.1rem 1rem; }

  .portafolio-resumen h2 a {
    font-size: 1.3rem; }

  figure.icono-servicio {
    font-size: 3rem;
    height: 6rem;
    width: 6rem;
    line-height: 6rem; }

  #main-header .menu-trigger {
    padding: 0.4rem !important; }

  .logo-header {
    padding: 0.2rem !important; }

  .page-header {
    padding-top: 2rem !important; }

  #content-area {
    margin-top: 10rem; }

  .container.page-content {
    margin-top: 0;
    padding: 0 !important; } }
/* Media Query 720px */
@media only screen and (max-width: 45rem) {
  #testimonios-area .container {
    padding: 0 3em; }

  .container {
    width: 96% important; } }
/* Media Query 730px */
@media only screen and (max-width: 45.625rem) {
  #hero {
    padding-right: 0; }

  #hero .dispositivos {
    background: 0;
    position: static;
    width: 100%;
    height: auto; }

  #hero .dispositivos img {
    display: block;
    margin: 0 auto 1em auto; }

  section#widget-home ul.logos li {
    width: 25%; } }
/* Media Query 740px */
@media only screen and (max-width: 46.25rem) {
  .page-content .formulario, .page-content .contactos {
    width: 92%;
    margin: 0 4% 2rem; }
  .page-content h1 {
        font-size: 1.3rem !important;
    padding: 2rem 0;
    text-align: center; }

  .page-header {
    padding-top: 5rem; } }
/* Media Query 850px */
@media only screen and (max-width: 53.125rem) {
  #main-header {
    display: block;
    background: #FFF;
    box-shadow: 1px 0px 5px #666; }

  #main-header .header-cont {
    background: #FFF; }

  #main-header .menu-trigger {
    color: #7e89a3;
    display: block;
    float: right;
    padding: 1rem;
    font-size: 2rem;
    cursor: pointer;
    width: 20%;
    text-align: right; }

  .logo-header {
    width: 80%;
    float: left;
    display: block;
    text-align: left; }

  .logo-header .slogan {
    text-align: left; }

  #main-menu {
    width: 100%;
    clear: both;
    text-align: center;
    background: #cddbe1;
    border: solid .0625rem #9fb9be;
    padding: .5em;
    margin-bottom: 2em; }

  #main-menu.open {
    display: block; }

  #main-menu.closed {
    display: none; }

  #main-menu ul li {
    display: block;
    width: 100%; }
    #main-menu ul li a {
      padding: .5em 1em;
      border-top: 0; }
    #main-menu ul li a:hover, #main-menu ul li a.active {
      background: #9fb9be;
      color: #FFF;
      border-top: 0; }
    #main-menu ul li.featured a {
      background: 0;
      color: #7e89a3;
      border-top: 0; }
    #main-menu ul li.featured a:hover {
      background: #d9d9e2; }

  .logo-header {
    width: 50%; }

  #main-menu {
    width: 100%; }
    #main-menu ul li a {
      padding: .5em 1em; }

  .container.page-content .especialidades {
    width: 90%;
    margin: 0 2%; }
  .container.page-content aside {
    width: 90%;
    margin: 0 2%; }

  .btn {
    font-size: 0.9rem;
    padding: 0.8rem 1.2rem; }

  #widget-home article.col3, .footer-call-to-action .col3 {
    width: 96% !important; }

  .footer-call-to-action .col3:first-child, .footer-call-to-action .col3 {
    border: 0;
    border-bottom: 1px solid #768d97; }

  .footer-call-to-action .col3:last-child {
    border: 0; }

  .footer-call-to-action .col3 ul {
    margin: 0 0 1rem 1rem;
    padding: 0; } }
/* Media Query 900px */
@media only screen and (max-width: 56.25rem) {
  #bottom-footer {
    display: block;
    padding: 1rem 0.5rem; }

  #bottom-footer .copyright, #bottom-footer #footer-menu, #bottom-footer .planb {
    display: block;
    width: 100%;
    padding: .5em 0; }

  ul li a {
    padding: .5em 0.35rem !important;
    margin: 0 0.35rem !important; }

  .servicio-resumen h2 {
    display: none; } }
/* Media Query 980px */
@media only screen and (max-width: 61.25rem) {
  .flexslider .intro {
    display: none; }

  #hero {
    padding-right: 50%;
    width: 95%; }

  #hero .dispositivos {
    width: 40%; }

  #widget-home aside.col3 {
    width: 96%; }

  #widget-home article.col3 {
    width: 46%; }

  .cols .col3, .cols .col4 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 2% 2rem; }

  section#widget-home h3 {
    width: 90%; }

  .citas {
    position: inherit;
    margin: auto;
    right: 0;
    width: 96%; }

  .servicio-resumen {
    margin-bottom: 1rem !important; }

  .servicio-resumen img {
    float: left;
    margin-right: 0.5rem;
    width: 38%; }

  .servicio-resumen p {
    float: left;
    width: 100%; }

  #servicios-home .text a {
    display: none; } }
/* Media Query 1284px */
@media only screen and (max-width: 80.25rem) {
  #hero {
    padding-right: 40%;
    width: 95%; }

  #hero .dispositivos {
    width: 40%; }

  #footer-menu {
    display: none; }

  .flexslider .intro {
    padding: 1.5rem 1rem;
    width: 25%; }

  .flexslider .intro p {
    line-height: 2rem;
    font-size: 1.5rem; }

  .flexslider .intro p span {
    font-size: 1.8rem; }

  .servicio-resumen {
    border: none; }

  .intro_inf {
    display: none; }

  #servicios-home {
    margin-top: 1rem;
    width: 96%; } }



