@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed&display=swap");
/* 
    Created on : 10/09/2019, 09:08:50
    Author     : cadifilippo
*/
#twiter {
  background: url(../img/sprite/sprite-002.png) no-repeat -1289px -63px;
  width: 24px;
  height: 24px; }

#facebook {
  background: url(../img/sprite/sprite-002.png) no-repeat -1289px -161px;
  width: 24px;
  height: 24px; }

#share {
  background: url(../img/sprite/sprite-002.png) no-repeat -1289px -112px;
  width: 24px;
  height: 24px; }

#pinmap {
  background: url("../img/sprite/sprite-001.png") no-repeat -18px -115px;
  width: 24px;
  height: 23px; }

#phone {
  background: url("../img/sprite/sprite-001.png") no-repeat -244px -113px;
  width: 16px;
  height: 16px; }

#fax {
  background: url("../img/sprite/sprite-001.png") no-repeat -241px -136px;
  width: 20px;
  height: 18px; }

#mail {
  background: url("../img/sprite/sprite-001.png") no-repeat -236px -161px;
  width: 24px;
  height: 13px; }

#twiter-black {
  background: url("../img/sprite/sprite-001.png") no-repeat -48px -153px;
  width: 23px;
  height: 23px; }

#facebook-black {
  background: url("../img/sprite/sprite-001.png") no-repeat -18px -153px;
  width: 23px;
  height: 23px; }

/* Plantillad de iconos  e imagenes de la web */
/*@import "responsivo";*/
/*Inicio Temporal*/
html, body {
  font-family: "Barlow Semi Condensed", sans-serif; }

/*Fin Temporal*/
.wrapper {
  min-height: 100vh; }

body {
  background: #FFFFFF !important;
  font-family: "Barlow Semi Condensed", sans-serif !important; }

.invisible {
  display: none; }

a, a:link, a:visited, a:active, a:hover {
  border: 0 !important;
  text-decoration: none !important; }

a:link {
  color: #7AC943 !important; }

a:visited {
  color: #7AC943 !important; }

a:hover {
  color: #7AC943 !important; }

li {
  list-style: none; }

/* .footer-copyright {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-style: italic;
  font-weight: bold; }      05122025*/
  .footer-copyright {
  text-align: center;
  background-color: #000000; /* Fondo blanco */
  color: #ffffff;           /* Texto negro para contraste */
  font-style: italic;
  font-weight: bold;
  border-top: 1px solid #000000; /* Línea delgada negra en la parte superior */
}

/* 2 banners */
.bannerAfooter {
  background-color: #E7BD00;
  height: 428px; }

.bannerBfooter {
  background-color: #22B573;
  height: 428px; }

/*1 banner */
.bannerFooter {
  background-color: #FF931E;
  width: 100%;
  height: 214px; }

/*Index - secci├│n de noticias */
.container-barra-principal {
  width: 100%;
  height: 212px;
  padding-right: 74px;
  padding-left: 74px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #00A99D; }

.BarraPrincipal {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.imagenIconoBarra {
  width: 152px;
  height: 164px; }

.container-noticias {
  padding-top: 5%;
  width: 100%;
  padding-right: 74px;
  padding-left: 74px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.container-lugarpago {
  padding-top: 5%;
  padding-bottom: 10%;
  width: 100%;
  padding-right: 74px;
  padding-left: 74px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.container-barraExtra {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3%; }

.tarjeta {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box; }
  .tarjeta > hr {
    margin-right: 0;
    margin-left: 0; }

.tituloNoticia {
  text-transform: uppercase;
  margin-left: 1.5%;
  font-weight: bold;
  font-size: 1.5em;
  float: left;
  vertical-align: text-top;
  margin-top: 15px;
  margin: auto;
  word-wrap: break-word;
  margin-left: 5px; }

.iconoNoticia {
  width: 90px;
  height: 90px; }

.contenedor-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* Imagen slider*/
#noticiaslider {
  height: 180px;
  width: 100%; }

/*fin imagen slider*/
.imgNoticia {
  width: 161px;
  height: 215px;
  float: right;
  margin-right: 10%; }

.cuerpo-tarjeta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1rem; }

.cuerpoNoticia {
  text-align: left;
  font-size: 1em;
  font-family: "Barlow Semi Condensed", sans-serif; }

@media (max-width: 767px) {
  .column-1,
  .column-2 {
    width: 100%;
    margin-bottom: 2%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .column-1 {
    width: 50%; }

  .column-2 {
    width: 100%;
    margin-bottom: 2%; } }
@media (min-width: 992px) {
  .column-2,
  .column-1 {
    width: 33%;
    margin-bottom: 2%; } }
/*------------------------------------ Fin contenedor de noticias -------------*/
/*------------------------------------ Barra de navegacion principal -------------------*/
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem; }

.navbar .dropdown-menu {
  border: none;
  background-color: #FFFFFF !important; }

.navbar {
  background-color: #FFFFFF !important; }

.table {
  display: table;
  margin: 0 auto; }

ul#horizontal-list {
  min-width: 696px;
  list-style: none;
  padding-top: 20px; }

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF !important; }

  .navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem; }

  .navbar .dropdown {
    position: static; }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 60px; }

  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block !important; }

  .navbar .dropdown-menu {
    /*        border: 1px solid rgba(0,0,0,.15);*/
    /*    background-color: #fff;*/
    border-bottom: solid #F0EFEF;
    background: linear-gradient(180deg, #F0EFEF, white); }

  .nav-enlace {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em; } }
/* MEGA MENU - SE DESPLIEGA A LO LARGO DE LA BARRA (NAVHEADER))*/
.menu-large {
  position: static !important; }

.megamenu {
  width: 100%;
  padding: 10px 0; }

.megamenu > li > ul {
  margin: 0;
  padding: 0; }

.megamenu > li > ul > li {
  list-style: none; }

.megamenu > li > ul > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  padding: 3px 10px; }

.megamenu > li ul > li > a:hover, .megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.megamenu.disabled > a, .megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
  color: #999; }

.megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px; }

#ordencajas {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 15px; }

.logocoopheader {
  width: 64px;
  height: 53px; }

/* Franja superior*/
.barrasup {
  background: linear-gradient(180deg, #F0EFEF, white);
  padding: 6%;
  top: 10%;
  left: 0;
  position: relative;
  float: left; }

.texto_botonera_superior {
  text-align: center;
  margin: 0 auto;
  display: none; }

.redessociales {
  list-style: none;
  float: right; }

#redsoc {
  display: inline;
  width: 50px;
  height: 50px; }

.grow:hover {
  transform: scale(1.1); }

.contenedor-tarjeta-barextra {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  top: 40%;
  text-align: center; }

.tarjeta-barextra {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem;
  text-align: center;
  vertical-align: top; }

.tarjeta-barextra-text {
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 10%;
  color: #008938; }

#cuerpo-img-icon {
  padding: 5px 5px 10px 5px; }

.franjacoop {
  top: 20%;
  width: 100%;
  height: auto;
  background-color: #c8f7c5; }

/*Fin barra de menu extra */
/* Plantilla de iconos/imagenes con efectos */
#energiaIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -597px -50px;
  width: 63px;
  height: 63px; }

#energiaIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -346px -50px;
  width: 63px;
  height: 63px; }

#aguaIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -593px -132px;
  width: 63px;
  height: 63px; }

#aguaIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -342px -132px;
  width: 63px;
  height: 63px; }

#telefonoIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -597px -214px;
  width: 63px;
  height: 63px; }

#telefonoIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -346px -214px;
  width: 63px;
  height: 63px; }

#internetIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -597px -295px;
  width: 63px;
  height: 63px; }

#internetIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -346px -295px;
  width: 63px;
  height: 63px; }

#movilIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -674px -50px;
  width: 63px;
  height: 63px; }

#movilIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -424px -50px;
  width: 63px;
  height: 63px; }

#iptvIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -674px -132px;
  width: 63px;
  height: 63px; }

#iptvIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -424px -132px;
  width: 63px;
  height: 63px; }

#postesIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -674px -213px;
  width: 63px;
  height: 63px; }

#postesIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -424px -213px;
  width: 63px;
  height: 63px; }

#aprossIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -674px -295px;
  width: 63px;
  height: 63px; }

#aprossIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -424px -295px;
  width: 63px;
  height: 63px; }

#ambulanciaIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -750px -50px;
  width: 63px;
  height: 63px; }

#ambulanciaIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -499px -50px;
  width: 63px;
  height: 63px; }

#sangreIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -750px -132px;
  width: 63px;
  height: 63px; }

#sangreIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -499px -132px;
  width: 63px;
  height: 63px; }

#ortopediaIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -750px -213px;
  width: 63px;
  height: 63px; }

#ortopediaIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -499px -213px;
  width: 63px;
  height: 63px; }

#sepelioIcon {
  background: url(../img/sprite/sprite-002.png) no-repeat -750px -295px;
  width: 63px;
  height: 63px; }

#sepelioIcon:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -499px -295px;
  width: 63px;
  height: 63px; }

/* Secciones en color */
#energiacolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -95px -50px;
  width: 63px;
  height: 63px; }

#aguacolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -91px -132px;
  width: 63px;
  height: 63px; }

#telefonocolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -95px -214px;
  width: 64px;
  height: 63px; }

#internetcolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -95px -295px;
  width: 64px;
  height: 64px; }

#movilcoopcolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -173px -50px;
  width: 62px;
  height: 63px; }

#tvipcolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -173px -132px;
  width: 63px;
  height: 63px; }

#postescolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -173px -213px;
  width: 63px;
  height: 64px; }

#aprosscolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -173px -295px;
  width: 63px;
  height: 64px; }

#ambulanciacolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -248px -50px;
  width: 63px;
  height: 64px; }

#sangrecolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -248px -132px;
  width: 63px;
  height: 63px; }

#ortopediacolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -248px -213px;
  width: 63px;
  height: 64px; }

#sepeliocolor {
  background: url(../img/sprite/sprite-002.png) no-repeat -248px -295px;
  width: 64px;
  height: 64px; }

/* Fin secciones */
/*Iconos para noticias */
.ene-color-news {
  background: url(../img/sprite/sprite-002.png) no-repeat -95px -50px;
  width: 63px;
  height: 63px; }

.aguanews {
  background: url(../img/sprite/sprite-002.png) no-repeat -91px -132px;
  width: 63px;
  height: 63px; }

.telnews {
  background: url(../img/sprite/sprite-002.png) no-repeat -95px -214px;
  width: 64px;
  height: 63px; }

.internetnews {
  background: url(../img/sprite/sprite-002.png) no-repeat -95px -295px;
  width: 64px;
  height: 64px; }

#postesnews {
  background: url(../img/sprite/sprite-002.png) no-repeat -173px -213px;
  width: 63px;
  height: 64px; }

/*Fin icono para notiicas*/
/* Barra de acceso rapido */
#guiatel {
  background: url(../img/sprite/sprite-003.png) no-repeat -22px -33px;
  width: 52px;
  height: 66px; }

#guiatel:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -298px -33px;
  width: 52px;
  height: 66px; }

#atencionp {
  background: url(../img/sprite/sprite-003.png) no-repeat -104px -39px;
  width: 71px;
  height: 54px; }

#atencionp:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -380px -39px;
  width: 70px;
  height: 54px; }

#impresion {
  background: url(../img/sprite/sprite-003.png) no-repeat -194px -31px;
  width: 74px;
  height: 69px; }

#impresion:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -470px -31px;
  width: 74px;
  height: 69px; }

#tvip {
  background: url(../img/sprite/sprite-003.png) no-repeat -9px -115px;
  width: 78px;
  height: 62px; }

#tvip:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -285px -115px;
  width: 78px;
  height: 62px; }

#test {
  background: url(../img/sprite/sprite-003.png) no-repeat -103px -116px;
  width: 74px;
  height: 60px; }

#test:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -378px -116px;
  width: 74px;
  height: 60px; }

#prorrogas {
  background: url("../img/icons/prorrogas.png");
  width: 58px;
  height: 70px; }

#vencimientos {
  background: url(../img/sprite/sprite-003.png) no-repeat -202px -111px;
  width: 58px;
  height: 70px; }

#vencimientos:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -478px -111px;
  width: 57px;
  height: 70px; }

#revista {
  background: url(../img/sprite/sprite-003.png) no-repeat -13px -207px;
  width: 70px;
  height: 57px; }

#revista:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -289px -207px;
  width: 69px;
  height: 57px; }

#seguridadelec {
  background: url(../img/sprite/sprite-003.png) no-repeat -110px -207px;
  width: 59px;
  height: 57px; }

#seguridadelec:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -385px -207px;
  width: 60px;
  height: 57px; }

#enviarcv {
  background: url(../img/sprite/sprite-003.png) no-repeat -203px -203px;
  width: 55px;
  height: 66px; }

#enviarcv:hover {
  background: url(../img/sprite/sprite-003.png) no-repeat -479px -203px;
  width: 55px;
  height: 66px; }

#imgfootercoop {
  background: url(../img/sprite/sprite-001.png) no-repeat -16px -50px;
  width: 393px;
  height: 124px; }

#pagblancas {
  background: url(../img/sprite/sprite-001.png) no-repeat -715px -502px;
  width: 628px;
  height: 117px; }

#guiadowncoope {
  background: url(../img/sprite/sprite-001.png) no-repeat -719px -668px;
  width: 261px;
  height: 79px; }

#icon112 {
  background: url(../img/sprite/sprite-001.png) no-repeat -1040px -670px;
  width: 303px;
  height: 74px; }

#twiter {
  background: url(../img/sprite/sprite-002.png) no-repeat -1289px -63px;
  width: 24px;
  height: 24px; }

#facebook {
  background: url(../img/sprite/sprite-002.png) no-repeat -1289px -161px;
  width: 24px;
  height: 24px; }

#share {
  background: url(../img/sprite/sprite-002.png) no-repeat -1289px -112px;
  width: 24px;
  height: 24px; }

#googlemaps {
  background: url(../img/sprite/sprite-002.png) no-repeat -1286px -207px;
  width: 31px;
  height: 31px; }

#googlestreet {
  background: url(../img/sprite/sprite-002.png) no-repeat -1284px -254px;
  width: 35px;
  height: 35px; }

#atencionverde {
  background: url(../img/sprite/sprite-002.png) no-repeat -1283px -304px;
  width: 36px;
  height: 32px; }

#flechanegra {
  background: url(../img/sprite/sprite-002.png) no-repeat -1286px -360px;
  width: 30px;
  height: 18px; }

#flechagris {
  background: url(../img/sprite/sprite-002.png) no-repeat -1286px -409px;
  width: 30px;
  height: 18px; }

#banelco {
  background: url(../img/sprite/sprite-002.png) no-repeat -727px -416px;
  width: 138px;
  height: 77px; }

#link {
  background: url(../img/sprite/sprite-002.png) no-repeat -899px -407px;
  width: 95px;
  height: 95px; }

#rapipago {
  background: url(../img/sprite/sprite-002.png) no-repeat -707px -516px;
  width: 177px;
  height: 92px; }

#pagofacil {
  background: url(../img/sprite/sprite-002.png) no-repeat -899px -516px;
  width: 95px;
  height: 95px; }

#pagomiscuentas {
  background: url(../img/sprite/sprite-002.png) no-repeat -707px -626px;
  width: 285px;
  height: 45px; }

#comopagar {
  background: url(../img/sprite/sprite-002.png) no-repeat -1021px -453px;
  width: 48px;
  height: 47px; }

#horario {
  background: url(../img/sprite/sprite-002.png) no-repeat -1107px -453px;
  width: 47px;
  height: 47px; }

#pinchecoop {
  background: url(../img/sprite/sprite-002.png) no-repeat -1283px -450px;
  width: 36px;
  height: 53px; }

#formapago {
  background: url(../img/sprite/sprite-002.png) no-repeat -1019px -531px;
  width: 50px;
  height: 44px; }

#tarjetas {
  background: url(../img/sprite/sprite-002.png) no-repeat -1104px -537px;
  width: 52px;
  height: 32px; }

#lugarpagochinche {
  background: url(../img/sprite/sprite-002.png) no-repeat -1201px -529px;
  width: 28px;
  height: 48px; }

#usuariocoop {
  background: url(../img/sprite/sprite-002.png) no-repeat -1275px -527px;
  width: 52px;
  height: 52px; }

#pdf {
  background: url(../img/sprite/sprite-002.png) no-repeat -346px -503px;
  width: 51px;
  height: 50px; }

#pdf:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -189px -503px;
  width: 51px;
  height: 50px; }

#grilla {
  background: url(../img/sprite/sprite-002.png) no-repeat -263px -503px;
  width: 56px;
  height: 50px; }

#grilla:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -105px -503px;
  width: 56px;
  height: 50px; }

#cooperativa {
  background: url(../img/sprite/sprite-002.png) no-repeat -1191px -456px;
  width: 50px;
  height: 41px; }

#frasecoop {
  background: url(../img/sprite/sprite-001.png) no-repeat -16px -50px;
  width: 393px;
  height: 47px; }

#energiagris {
  background: url(../img/sprite/sprite-002.png) no-repeat -36px -26px;
  width: 41px;
  height: 42px; }

#aguagris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -79px;
  width: 42px;
  height: 41px; }

#telefonogris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -131px;
  width: 42px;
  height: 41px; }

#internetgris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -183px;
  width: 42px;
  height: 41px; }

#movilcoopgris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -235px;
  width: 41px;
  height: 41px; }

#iptvgris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -287px;
  width: 42px;
  height: 42px; }

#postescoopgris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -339px;
  width: 42px;
  height: 42px; }

#aprossgris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -392px;
  width: 42px;
  height: 41px; }

#ambulanciagris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -444px;
  width: 42px;
  height: 41px; }

#bcosangregris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -496px;
  width: 42px;
  height: 41px; }

#ortopediagris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -548px;
  width: 42px;
  height: 42px; }

#sepeliogris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -600px;
  width: 42px;
  height: 42px; }

#pdf {
  background: url(../img/sprite/sprite-002.png) no-repeat -189px -503px;
  width: 51px;
  height: 50px; }

#pdf:hover {
  background: url(../img/sprite/sprite-002.png) no-repeat -189px -503px;
  width: 51px;
  height: 50px; }

#imprimirgris {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -653px;
  width: 42px;
  height: 41px; }

#pdfgrischico {
  background: url(../img/sprite/sprite-002.png) no-repeat -37px -704px;
  width: 42px;
  height: 42px; }

#noticias {
  background: url(../img/sprite/sprite-002.png) no-repeat -343px -660px;
  width: 56px;
  height: 62px; }

/*Iconos mini - (Tablet / Movil)*/
.miniene {
  background: url(../img/sprite/iconos_mini.png) no-repeat -111px 0;
  width: 29px;
  height: 29px; }

.miniagua {
  background: url(../img/sprite/iconos_mini.png) no-repeat -109px -37px;
  width: 30px;
  height: 30px; }

.minitel {
  background: url(../img/sprite/iconos_mini.png) no-repeat -111px -75px;
  width: 30px;
  height: 30px; }

.mininet {
  background: url(../img/sprite/iconos_mini.png) no-repeat -111px -113px;
  width: 30px;
  height: 29px; }

.minimovil {
  background: url(../img/sprite/iconos_mini.png) no-repeat -146px 0;
  width: 30px;
  height: 29px; }

.minitv {
  background: url(../img/sprite/iconos_mini.png) no-repeat -146px -37px;
  width: 30px;
  height: 30px; }

.minipostes {
  background: url(../img/sprite/iconos_mini.png) no-repeat -146px -75px;
  width: 30px;
  height: 30px; }

.miniapross {
  background: url(../img/sprite/iconos_mini.png) no-repeat -146px -113px;
  width: 30px;
  height: 29px; }

.miniambulancia {
  background: url(../img/sprite/iconos_mini.png) no-repeat -181px 0;
  width: 30px;
  height: 29px; }

.minisangre {
  background: url(../img/sprite/iconos_mini.png) no-repeat -181px -37px;
  width: 30px;
  height: 30px; }

.miniortopedia {
  background: url(../img/sprite/iconos_mini.png) no-repeat -181px -75px;
  width: 30px;
  height: 30px; }

.minisepelio {
  background: url(../img/sprite/iconos_mini.png) no-repeat -181px -112px;
  width: 30px;
  height: 30px; }

.imgcontexto {
  padding-top: 2%; }

.subtitulomini {
  float: left; }

.card-central {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem; }

.formato_card {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 90px; }

/* Contenedor gral. de p├íginas*/
.container-general {
  margin-top: 8%;
  margin-bottom: 8%;
  width: 100%;
  height: auto;
  padding-right: 74px;
  padding-left: 74px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF; }

.tituloIMG {
  text-align: center;
  font-style: italic;
  font-size: 2.5em; }

.tituloIMGcolor {
  text-align: left;
  font-style: italic;
  font-size: 3em; }

.subtitulo {
  font-style: italic;
  font-size: 1em; }

.iniciarsesion {
  width: 30%;
  height: 30%;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  text-align: center;
  margin: 0 auto;
  padding: 5px 5px 15px 5px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; }

.logoiniciarsesion {
  width: 30%;
  height: 30%;
  margin-bottom: 2%; }

.inisesionimg {
  background: url(../img/sprite/sprite-01.png) no-repeat -1815px -742px;
  width: 75px;
  height: 75px;
  text-align: center;
  margin: 0 auto;
  margin-top: 6%; }

.select {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; }

/*Paso a paso agregar cta cte*/
#msform {
  width: 400px;
  margin: 50px auto;
  text-align: center;
  position: relative; }

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute; }

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none; }

/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px; }

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; }

/*headings*/
.fs-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px; }

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px; }

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step; }

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative; }

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto; }

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/ }

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; }

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #27AE60;
  color: white; }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-container {
  padding: 4px; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

/*Fin paso a paso */
/* Login */
#login-modal .modal-dialog {
  width: 350px; }

#login-modal input[type=text], input[type=password] {
  margin-top: 10px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; }

#div-login-msg,
#div-lost-msg,
#div-register-msg {
  border: 1px solid #dadfe1;
  height: 30px;
  line-height: 28px;
  transition: all ease-in-out 500ms; }

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
  border: 1px solid #68c3a3;
  background-color: #c8f7c5; }

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
  border: 1px solid #eb575b;
  background-color: #ffcad1; }

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
  width: 30px;
  float: left;
  line-height: 28px;
  text-align: center;
  background-color: #dadfe1;
  margin-right: 5px;
  transition: all ease-in-out 500ms; }

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
  background-color: #68c3a3 !important; }

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
  background-color: #eb575b !important; }

#img_logo {
  max-height: 100px;
  max-width: 100px; }

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .8; }

.modal-content {
  background-color: #FFFFFF;
  border: 1px solid #bdc3c7;
  border-radius: 0px;
  outline: 0;
  margin: 0 auto;
  padding: 5px 5px 15px 5px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; }

.modal-header {
  min-height: 16.43px;
  padding: 15px 15px 15px 15px;
  border-bottom: 0px; }

.modal-body {
  position: relative;
  padding: 5px 15px 5px 15px; }

.modal-footer {
  padding: 15px 15px 15px 15px;
  text-align: left;
  border-top: 0px; }

.checkbox {
  margin-bottom: 0px; }

.btn {
  border-radius: 0px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none; }

.btn-lg, .btn-group-lg > .btn {
  border-radius: 0px; }

.btn-link {
  padding: 5px 10px 0px 0px;
  color: #95a5a6; }

.btn-link:hover, .btn-link:focus {
  color: #2c3e50;
  text-decoration: none; }

.glyphicon {
  top: 0px; }

.form-control {
  border-radius: 0px; }

/* Fin Login*/
#texto_resp_icon {
  font-size: 1.1em;
  vertical-align: middle;
  float: left;
  margin-left: 15px;
  padding-left: 2px;
  padding-right: 10px; }

.caja-maps {
  width: 160px;
  height: 80px;
  font-size: .81em;
  font-style: italic; }

.caja-google-street {
  float: left; }

.texto-google-view {
  line-height: 15px;
  font-style: italic; }

.subtitulo-pagina-atpub {
  font-style: italic; }

#boleta-info {
  width: 560px;
  height: 350px; }

/* css simulador */
.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative; }

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%); }

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.number-input input[type=number] {
  text-align: center; }

.number-input.number-input {
  border: 1px solid #ced4da;
  width: 10rem;
  border-radius: .25rem; }

.number-input.number-input button {
  width: 2.6rem;
  height: .7rem; }

.number-input.number-input button.minus {
  padding-left: 10px; }

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: .7rem;
  background-color: #495057; }

.number-input.number-input input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057; }

/* fin css*/
#boxApross {
  margin: 0 auto; }

.fechaNoticia {
  font-size: 1.6em;
  font-style: italic;
  text-align: right; }

.tituloNoticiaView {
  text-align: left;
  font-size: 1.6em;
  font-style: italic;
  text-transform: uppercase; }

.cuerpoNoticiaView {
  font-size: 1.2em;
  text-align: left; }

.cardContacto {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box; }

.noticiaSlider {
  text-align: center;
  font-style: italic;
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.8em;
  text-transform: uppercase; }

.renglonGrillaCc {
  font-size: 1.3em;
  font-weight: bold; }

#menu-login {
  width: 200px;
  padding-right: 2%; }

/* Formato Fca. Postes */
.video-box {
  overflow: hidden;
  border-radius: 10px 10px 10px 10px; }

.video-box img {
  width: 100%;
  transition: all ease .3s; }

.video-box span {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  background-color: red;
  transition: all ease .3s; }

.video-box a:hover img {
  transform: rotate(5deg) scale(1.5); }

/*Fin Fca. Postes */
/*Alert perfil asociado */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background-color: #28a745; }

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms; }

.cookiealert a {
  text-decoration: underline; }

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline; }

.btnpagar {
  border-radius: 19px 19px 19px 19px;
  -moz-border-radius: 19px 19px 19px 19px;
  -webkit-border-radius: 19px 19px 19px 19px; }

/*# sourceMappingURL=layout.css.map */
