/*
Theme Name: SACtemplate
Description: Web SAC. Todos los derechos reservados.
Author: NABICA
Version: 4.0
*/
/* line 27, sass/style.scss */
.navbar-default .navbar-nav li:hover .item, span.activo, footer .menu-pie a {
  border-bottom: 2px solid #ff9b00;
}

/* line 31, sass/style.scss */
.presentacion-dispositivos-mobile .capsula, .funcionalidades .func1, .funcionalidades .func2, .funcionalidades .conoce-mas, .funcionalidad {
  border-bottom: 1px solid #EEEEEE;
}

/*GENERALES*/
/* line 41, sass/style.scss */
html, body {
  height: 100%;
  width: 100%;
  margin-top: 0;
}

/* line 48, sass/style.scss */
h1 {
  color: #333333;
  font-size: 50px;
}

/* line 53, sass/style.scss */
.bordesei {
  border-left: 2px solid red;
}

/* line 57, sass/style.scss */
.subrayado {
  border-bottom: 4px solid #ff9b00;
}

/* line 60, sass/style.scss */
.logo2 {
  text-align: right;
  margin-top: -24px;
  margin-right: 12%;
  margin-bottom: 20px;
}

/* line 67, sass/style.scss */
.separador {
  border-top: 4px solid #ff9b00;
  width: 200px;
  height: 2px;
  display: block;
  margin: auto;
}

/* line 75, sass/style.scss */
.resalta {
  text-decoration: underline;
  color: #ff9b00;
}

/* line 81, sass/style.scss */
.adaptativa {
  max-width: 100%;
}

/*FIN GENERALES*/
/* MENU PRINCIPAL*/
/* line 89, sass/style.scss */
.navbar-header .logo {
  padding: 0 15px 0 15px;
  height: 58px;
}

/* line 95, sass/style.scss */
.cabecera {
  background-color: #fff;
  border: none;
  color: #005999;
  margin-bottom: 0;
}

/* line 102, sass/style.scss */
.navbar-default {
  font-size: 15px;
  font-weight: normal;
}

/* line 107, sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #005999;
  padding-top: 17px;
  padding-bottom: 21px;
  cursor: pointer;
}

/* line 114, sass/style.scss */
.navbar-default .navbar-nav li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 119, sass/style.scss */
.navbar-default .item {
  padding-bottom: 2px;
}

/* line 122, sass/style.scss */
.navbar-default .navbar-nav li:hover {
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}

/* line 130, sass/style.scss */
li.active {
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}

/* line 139, sass/style.scss */
.redes-sociales {
  margin-right: 30px;
}

/* line 143, sass/style.scss */
.redes-sociales > a {
  padding: 15px 1px 15px 1px !important;
  display: inline !important;
}

/*FIN MENU PRINCIPAL*/
/* HOME*/
/* line 153, sass/style.scss */
#home {
  background-image: url(imagenes/imagen_index.png);
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
/* line 165, sass/style.scss */
#home .content-b {
  font-size: 25px;
}
/* line 168, sass/style.scss */
#home .content-b p {
  font-size: 25px;
}
/* line 172, sass/style.scss */
#home .content-b a {
  border: 1px solid #ffffff;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-shadow: none;
}
/* line 182, sass/style.scss */
#home .content-b a:hover {
  color: #094189;
  border-color: #094189;
}
/* line 189, sass/style.scss */
#home .content-b h1 {
  font-size: 40px;
  font-weight: bold;
}
/* line 194, sass/style.scss */
#home .content-b h1, #home .content-b h2, #home .content-b h3, #home .content-b p {
  text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 0;
}
/* line 200, sass/style.scss */
#home p, #home h1, #home h2, #home h3 {
  color: #ffffff;
}

/* line 207, sass/style.scss */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*ARTICULOS*/
/* line 215, sass/style.scss */
.articulos-over {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 221, sass/style.scss */
.articulos-inicio {
  padding: 10px 30px 30px 10px;
  font-size: 15px;
}
/* line 226, sass/style.scss */
.articulos-inicio .articulo {
  margin-bottom: 15px;
  border-left: 2px solid rgba(255, 255, 255, 0);
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
  font-weight: bold;
}
/* line 232, sass/style.scss */
.articulos-inicio .articulo:hover {
  border-left: 2px solid #ff9b00;
}
/* line 235, sass/style.scss */
.articulos-inicio .articulo a {
  display: block;
}
/* line 239, sass/style.scss */
.articulos-inicio .articulo p {
  margin-bottom: 0;
}
/* line 244, sass/style.scss */
.articulos-inicio .articulo a, .articulos-inicio .articulo .fecha {
  color: #fff;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 249, sass/style.scss */
.articulos-inicio .articulo:hover a, .articulos-inicio .articulo:hover .fecha {
  color: #005999;
}
/* line 253, sass/style.scss */
.articulos-inicio .fecha {
  width: 42px;
  padding-left: 5px;
  height: 42px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
/* line 262, sass/style.scss */
.articulos-inicio .descripcion {
  height: 42px;
  display: inline-block;
  margin-left: 7px;
}
/* line 268, sass/style.scss */
.articulos-inicio .dispositivos {
  text-align: center;
  color: #005999;
}
/* line 271, sass/style.scss */
.articulos-inicio .dispositivos a {
  color: #14619e;
}
/* line 274, sass/style.scss */
.articulos-inicio .dispositivos a:hover {
  color: #005999;
}

/* line 284, sass/style.scss */
.btn-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
}

/*CONOCE SAC*/
/* line 293, sass/style.scss */
#conoce-sac {
  background: url(imagenes/conoce_sac.jpg) no-repeat center center fixed;
  display: table;
  height: auto;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  z-index: -1;
}
/* line 304, sass/style.scss */
#conoce-sac .titulo {
  color: #fff;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 0;
}
/* line 311, sass/style.scss */
#conoce-sac p {
  font-size: 20px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
}
/* line 316, sass/style.scss */
#conoce-sac .patron {
  background: url(imagenes/pattern-cuadros-ecs.png);
  padding: 150px 0 130px 0;
}
/* line 321, sass/style.scss */
#conoce-sac .centrar {
  text-align: center;
}

/* VIDEO*/
/* line 328, sass/style.scss */
.cont-img-video {
  text-align: center;
  cursor: pointer;
  margin-top: 60px;
}
/* line 334, sass/style.scss */
.cont-img-video .img-video {
  display: inline;
}

/* line 339, sass/style.scss */
.btn-cerrar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* CERTIFICADO */
/* line 348, sass/style.scss */
.certificacion {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
/* line 353, sass/style.scss */
.certificacion img {
  max-width: 100%;
}

/*MODALIDADES DE INSTALACIÓN*/
/* line 361, sass/style.scss */
.mod-instalacion {
  text-align: center;
  margin-top: 90px;
}
/* line 365, sass/style.scss */
.mod-instalacion h4 {
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
/* line 371, sass/style.scss */
.mod-instalacion .descripcion {
  margin-top: 70px;
}

/* line 376, sass/style.scss */
.presentacion-dispositivos {
  margin-top: 130px;
  margin-bottom: 80px;
  background: url(imagenes/dospositi.png) center center no-repeat;
  height: 291px;
  position: relative;
}
/* line 387, sass/style.scss */
.presentacion-dispositivos .textos {
  position: absolute;
  float: left;
  opacity: 0;
  height: 291px;
}
/* line 395, sass/style.scss */
.presentacion-dispositivos .professional {
  margin-left: 5%;
  margin-top: 90px;
}
/* line 400, sass/style.scss */
.presentacion-dispositivos .enterprise {
  margin-left: 50%;
  margin-top: -63px;
}
/* line 408, sass/style.scss */
.presentacion-dispositivos .celular {
  margin-top: 85px;
  margin-left: 72%;
}

/* line 416, sass/style.scss */
.presentacion-dispositivos-mobile {
  text-align: center !important;
  color: #000;
  font-size: 18px;
}
/* line 421, sass/style.scss */
.presentacion-dispositivos-mobile .tit {
  font-weight: normal;
}
/* line 425, sass/style.scss */
.presentacion-dispositivos-mobile .capsula {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 431, sass/style.scss */
.presentacion-dispositivos-mobile div.capsula:first-child {
  border-top: 1px solid #cccccc;
}
/* line 436, sass/style.scss */
.presentacion-dispositivos-mobile img {
  height: auto;
  max-width: 100%;
}

/* line 443, sass/style.scss */
.funcionalidades {
  border-top: 1px solid #EEEEEE;
}
/* line 446, sass/style.scss */
.funcionalidades h2 {
  color: #ff9b00;
  font-size: 45px;
  font-weight: bold;
}
/* line 452, sass/style.scss */
.funcionalidades p {
  vertical-align: middle;
  font-size: 16px;
}
/* line 457, sass/style.scss */
.funcionalidades .center {
  text-align: center;
}
/* line 461, sass/style.scss */
.funcionalidades a {
  cursor: pointer;
}
/* line 465, sass/style.scss */
.funcionalidades .titulo {
  margin-top: 20px;
  text-align: center;
}
/* line 470, sass/style.scss */
.funcionalidades .logo2 {
  margin-right: 26%;
}
/* line 474, sass/style.scss */
.funcionalidades .func1 {
  padding-top: 10px;
}
/* line 479, sass/style.scss */
.funcionalidades .func2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 485, sass/style.scss */
.funcionalidades .conoce-mas {
  padding-bottom: 25px;
}
/* line 490, sass/style.scss */
.funcionalidades div.col-sm6:first-child {
  text-align: center;
}
/* line 494, sass/style.scss */
.funcionalidades img {
  height: auto;
  max-width: 100%;
}

/* line 502, sass/style.scss */
.funcionalidad {
  padding-bottom: 20px;
}
/* line 505, sass/style.scss */
.funcionalidad h2 {
  color: #ff9b00;
  font-size: 35px;
  font-weight: bold;
}

/* line 513, sass/style.scss */
#contenedor-funcionalidades p {
  text-align: justify;
}

/* line 519, sass/style.scss */
.icono-toogle {
  background-image: url(imagenes/flechas_toogle.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 531, sass/style.scss */
  h1 {
    font-size: 35px;
  }

  /* line 535, sass/style.scss */
  .funcionalidades h2 {
    font-size: 35px;
  }

  /* line 539, sass/style.scss */
  .nosotros-header h1 {
    font-size: 35px !important;
  }

  /* line 545, sass/style.scss */
  #home h1 {
    font-size: 20px;
  }
  /* line 548, sass/style.scss */
  #home p {
    font-size: 15px;
  }
  /* line 552, sass/style.scss */
  #home a {
    font-size: 10px;
  }

  /* line 556, sass/style.scss */
  .articulos-inicio-disp {
    display: block;
  }

  /* line 560, sass/style.scss */
  .articulos-over {
    display: none;
  }

  /* line 564, sass/style.scss */
  .logo2 {
    display: none;
  }

  /* line 568, sass/style.scss */
  .presentacion-dispositivos {
    display: none;
  }

  /* line 572, sass/style.scss */
  .presentacion-dispositivos-mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 580, sass/style.scss */
  .articulos-inicio-disp {
    display: none;
  }

  /* line 584, sass/style.scss */
  .articulos-over {
    display: block;
  }

  /* line 588, sass/style.scss */
  .presentacion-dispositivos {
    display: block;
  }

  /* line 592, sass/style.scss */
  .presentacion-dispositivos-mobile {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  /* line 599, sass/style.scss */
  .presentacion-dispositivos .celular {
    margin-left: 78%;
  }
  /* line 603, sass/style.scss */
  .presentacion-dispositivos .professional {
    margin-left: 0;
  }
}
/* line 610, sass/style.scss */
.func {
  opacity: 0;
}

/* FIN HOME */
/*ABOUT*/
/* line 619, sass/style.scss */
.nosotros-header {
  background-image: url(imagenes/fondo_header_about.jpg);
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 10% 0 10% 0;
  color: #000;
}
/* line 631, sass/style.scss */
.nosotros-header h1 {
  font-size: 50px;
  color: #000;
}
/* line 635, sass/style.scss */
.nosotros-header p {
  font-size: 18px;
  font-weight: normal;
}

/* line 644, sass/style.scss */
.quienes-somos .img-derecha {
  text-align: center;
}
/* line 648, sass/style.scss */
.quienes-somos p {
  text-align: justify;
}

/* line 653, sass/style.scss */
.quienes-somos, .talento-humano {
  padding-top: 50px;
}

/* line 658, sass/style.scss */
.talento-humano {
  margin-bottom: 40px;
}
/* line 660, sass/style.scss */
.talento-humano h1 {
  text-align: center;
}
/* line 664, sass/style.scss */
.talento-humano .franja {
  background-color: #ff9b00;
  color: #fff;
}
/* line 669, sass/style.scss */
.talento-humano .capsula {
  width: 60%;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 62px;
}
/* line 675, sass/style.scss */
.talento-humano .capsula img {
  margin-right: 10px;
}
/* line 678, sass/style.scss */
.talento-humano .capsula h3 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
/* line 683, sass/style.scss */
.talento-humano .capsula p {
  font-size: 16px;
}

/* line 690, sass/style.scss */
.miembros {
  text-align: center;
  margin-top: 40px;
}

/* line 696, sass/style.scss */
.miembro {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 280px;
  text-align: center;
  padding: 0 !important;
}
/* line 705, sass/style.scss */
.miembro h3, .miembro h4 {
  font-size: 18px;
  font-weight: normal;
}
/* line 709, sass/style.scss */
.miembro h4 {
  font-family: 'Roboto', sans-serif;
}
/* line 713, sass/style.scss */
.miembro .contenido {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
  color: #fff;
}
/* line 720, sass/style.scss */
.miembro .contenido .descripcion {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 724, sass/style.scss */
.miembro .contenido header {
  margin-top: 20%;
}
/* line 729, sass/style.scss */
.miembro .contenido:hover {
  cursor: pointer;
  background-image: -webkit-gradient(radial, 45px 45px, 0, 45px 45px, 100, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.08)));
  background-image: -webkit-radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: -moz-radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: -o-radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
}
/* line 734, sass/style.scss */
.miembro .active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: rgba(255, 154, 0, 0.8);
}
/* line 738, sass/style.scss */
.miembro .active .descripcion {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 741, sass/style.scss */
.miembro .active .descripcion h3, .miembro .active .descripcion h4 {
  color: #fff;
}
/* line 747, sass/style.scss */
.miembro .active:hover {
  background-image: -webkit-gradient(radial, 45px 45px, 0, 45px 45px, 100, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: -o-radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: radial-gradient(45px 45px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

/* line 753, sass/style.scss */
.fondo-estandar {
  background-color: #F4F4F4;
}

/* line 757, sass/style.scss */
.estandar h1 {
  text-align: center;
}
/* line 760, sass/style.scss */
.estandar .subt {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
/* line 767, sass/style.scss */
.estandar .contenido {
  margin-top: 50px;
  margin-bottom: 70px;
}
/* line 772, sass/style.scss */
.estandar .logo {
  color: #0c5c9a;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 50px;
}
/* line 781, sass/style.scss */
.estandar .subt-logo {
  color: #ff9b00;
}
/* line 785, sass/style.scss */
.estandar p {
  text-align: justify;
}

/* line 790, sass/style.scss */
.parallax-about {
  background: url(imagenes/parallaxabout.jpg) no-repeat center center fixed;
  height: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 797, sass/style.scss */
#googlemap {
  height: 200px;
}

/* line 803, sass/style.scss */
.contacto .datos-contacto {
  font-size: 30px;
  color: #333333;
  margin-top: -42px;
  font-weight: normal;
}
/* line 810, sass/style.scss */
.contacto .tel, .contacto .cel, .contacto .mail, .contacto .dir {
  background: url(imagenes/iconos_contacto.jpg) no-repeat;
  padding-left: 30px;
}
/* line 815, sass/style.scss */
.contacto .tel {
  background-position: 0px 8px;
}
/* line 816, sass/style.scss */
.contacto .cel {
  background-position: 0px -24px;
}
/* line 817, sass/style.scss */
.contacto .mail {
  background-position: 0px -67px;
}
/* line 818, sass/style.scss */
.contacto .dir {
  background-position: 0px -108px;
}
/* line 820, sass/style.scss */
.contacto .titulo-contacto {
  margin-top: 50px;
  color: #333333;
  font-family: 'Raleway', sans-serif;
}
/* line 825, sass/style.scss */
.contacto .titulo-contacto h1 {
  margin-top: 0;
}
/* line 829, sass/style.scss */
.contacto .titulo-contacto p {
  margin-bottom: 0;
  font-size: 18px;
}
/* line 835, sass/style.scss */
.contacto input[type="text"], .contacto textarea {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  border: solid 1px #ecebeb;
  padding-left: 15px;
}
/* line 843, sass/style.scss */
.contacto textarea {
  height: 200px;
}
/* line 847, sass/style.scss */
.contacto input[type="submit"] {
  background-color: #ff9b00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 218px;
  margin: auto;
  height: 50px;
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  border: none;
  -webkit-box-shadow: #af7100 2px 2px 0px;
  -moz-box-shadow: #af7100 2px 2px 0px;
  box-shadow: #af7100 2px 2px 0px;
}
/* line 861, sass/style.scss */
.contacto .boton {
  text-align: center;
}
/* line 865, sass/style.scss */
.contacto #form-contacto {
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

/*FIN ABOUT*/
/* NOTICIAS*/
/* line 877, sass/style.scss */
.header-noticias {
  background-position: center center;
  height: auto;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin-top: 55px;
  padding: 5% 0;
  color: #fff;
  text-shadow: rgba(108, 108, 108, 0.8) 1px 1px 0, rgba(108, 108, 108, 0.2) 2px 2px 0, rgba(108, 108, 108, 0.2) 3px 3px 0;
}
/* line 887, sass/style.scss */
.header-noticias h1, .header-noticias h2, .header-noticias h3, .header-noticias p {
  color: #fff;
}

/* line 893, sass/style.scss */
.listado-noticias, .texto-completo {
  margin-top: 50px;
}
/* line 896, sass/style.scss */
.listado-noticias .imagen-destacada img, .texto-completo .imagen-destacada img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 901, sass/style.scss */
.listado-noticias .fecha, .texto-completo .fecha {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 907, sass/style.scss */
.listado-noticias .ver-mas, .texto-completo .ver-mas {
  display: block;
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 120px;
  text-align: center;
  padding: 5px;
  color: #666666;
  font-weight: bold;
}
/* line 918, sass/style.scss */
.listado-noticias .ver-mas:hover, .texto-completo .ver-mas:hover {
  color: #005999;
}
/* line 922, sass/style.scss */
.listado-noticias .pclave, .texto-completo .pclave {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 12px;
  background-color: #ff9b00;
  color: #000;
  margin-bottom: 2px;
  width: auto !important;
}
/* line 931, sass/style.scss */
.listado-noticias .pclave a, .texto-completo .pclave a {
  color: #fff;
}
/* line 935, sass/style.scss */
.listado-noticias .pclave a:hover, .texto-completo .pclave a:hover {
  text-decoration: underline;
}
/* line 941, sass/style.scss */
.listado-noticias .contenido, .texto-completo .contenido {
  text-align: justify;
}

/* line 949, sass/style.scss */
.texto-completo .volver {
  color: #000;
  font-weight: bold;
  background-image: url(imagenes/volver.jpg);
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 0 3px;
  margin-bottom: 8px;
  display: block;
}

/* line 962, sass/style.scss */
.noticia {
  margin-bottom: 50px;
}

/*FIN NOTICIAS*/
/* FOOTER*/
/* line 971, sass/style.scss */
footer {
  position: fixed;
  bottom: 0;
  background-color: #FCFCF9;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
/* line 980, sass/style.scss */
footer .copy {
  color: #666666;
  margin-top: 2px;
}
/* line 985, sass/style.scss */
footer select {
  color: #000;
}
/* line 989, sass/style.scss */
footer .menu-pie {
  text-align: right;
}
/* line 991, sass/style.scss */
footer .menu-pie a {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
/* line 998, sass/style.scss */
footer .menu-pie a:hover {
  border-bottom: 2px solid #005999;
}

/* line 1005, sass/style.scss */
.pie {
  height: 100px;
}



/*FIN FOOTER*/

/* OUT Of sass*/
input[type="text"]#opcion { display: none; };
input#opcion { display: none; };

::-webkit-input-placeholder {
   color: #999999 !important;
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999999 !important;  
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999999 !important; 
   opacity:1;
}

:-ms-input-placeholder {  
   color: #999999 !important;  
   opacity:1;
}

.embed-responsive.embed-responsive-16by9{
    padding-bottom: 40.25% !important;
}