@media (min-width:768px){
  .mobile {
    display: none !important;
  }
  .desktop--db {
  	display: block;
  }
}
@media (max-width:767px){
  .desktop {
    display: none !important;
  }
  .mobile--db {
  	display: block;
  }
}


.dib {
	display: inline-block;
}
.db {
	display: block;
}
.fz__xxl-l {
	font-size: 2.25em;
}
.fz__xxl {
	font-size: 2em;
}
.fz__xxl-s {
	font-size: 1.8em;
}
.fz__xl-l {
	font-size: 1.65em;
}
.fz__xl {
	font-size: 1.5em;
}
.fz__xl-s {
	font-size: 1.4em;
}
.fz__lg-x,
.fz__lg-l,
.fz__lgx {
	font-size: 1.3em;
}
.fz__lg {
	font-size: 1.25em;
}
.fz__lg-m {
	font-size: 1.2em;
}
.fz__lg-s {
	font-size: 1.1em;
}
.fz__md-l {
	font-size: 0.925em;
}
.fz__md {
	font-size: 0.85em;
}
.fz__md-s {
	font-size: 0.8em;
}
.fz__sm-l {
	font-size: 0.75em;
}
.fz__sm {
	font-size: 0.7em;
}
.fz__sm-s {
	font-size: 0.65em;
}
.fz__xs-l {
	font-size: 0.6em;
}
.fz__xs {
	font-size: 0.5em;
}
.fz__xs-s {
	font-size: 0.425em;
}
.fz__xxs {
	font-size: 0.33em;
}



.mtmq {
	margin-top: -0.25em !important;
}
.mtmh {
	margin-top: -0.5em !important;
}
.mtm1 {
	margin-top: -1em !important;
}
.mtm2 {
	margin-top: -2em !important;
}
.mbmq {
	margin-bottom: -0.25em !important;
}
.mbmh {
	margin-bottom: -0.5em !important;
}
.mbm1 {
	margin-bottom: -1em !important;
}
.mbm2 {
	margin-bottom: -2em !important;
}
.mbm5 {
	margin-bottom: -5em !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mbq {
	margin-bottom: 0.25em !important;
}
.mbh {
	margin-bottom: 0.5em !important;
}
.mb1,
.mb {
	margin-bottom: 1em !important;
}
.mb1h {
	margin-bottom: 1.5em !important;
}
.mb2 {
	margin-bottom: 2em !important;
}
.mb3 {
	margin-bottom: 3em !important;
}
.mb4 {
	margin-bottom: 4em !important;
}
.mb8 {
	margin-bottom: 8em !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mtq {
	margin-top: 0.25em !important;
}
.mth {
	margin-top: 0.5em !important;
}
.mt1,
.mt {
	margin-top: 1em !important;
}
.mt1h {
	margin-top: 1.5em !important;
}
.mt2 {
	margin-top: 2em !important;
}
.mt3 {
	margin-top: 3em !important;
}
.mt4 {
	margin-top: 4em !important;
}
.mt8 {
	margin-top: 8em !important;
}
.mxa {
	margin-left: auto;
	margin-right: auto;
}


@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Regular.eot');
	src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Quicksand-Regular.woff2') format('woff2'),
		 url('../fonts/Quicksand-Regular.woff') format('woff'),
		 url('../fonts/Quicksand-Regular.ttf') format('truetype'),
		 url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Bold.eot');
	src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Quicksand-Bold.woff2') format('woff2'),
		 url('../fonts/Quicksand-Bold.woff') format('woff'),
		 url('../fonts/Quicksand-Bold.ttf') format('truetype'),
		 url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.ff-alt {
	font-family: Quicksand, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a,
button {
	outline: none!important;
}
img {
	display: inline-block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.dib {
	display: inline-block;
}

#page-loading-blocs-notifaction {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 100000;
	/* background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center; */
	display: none !important;
}

.bloc {
	width: 100%;
	clear: both;
	background: 50% 50% no-repeat;
	padding: 0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.bloc .container {
	padding-left: 0;
	padding-right: 0;
}

.bloc-md {
	padding: 50px;
}

.bloc-sm {
	padding: 20px 50px;
}
#bloc-1{
	padding-top:80px !important;
}
.full-width-bloc {
	padding-left: 0;
	padding-right: 0;
}

.full-width-bloc .container {
	width: 100%;
	max-width: 100%!important;
}

.full-width-bloc .carousel img {
	width: 100%;
	height: auto;
}

.bloc-group {
	display: flex;
}

.bloc-group .bloc {
	flex: 1;
}


.tile-4.bloc-group .bloc,
.tile-5.bloc-group .bloc {
	flex: 0 1 auto;
}

.bloc-tile-2 {
	width: 50%;
}

.bloc-tile-3 {
	width: 33.33333333%;
}
.bloc-tile-3-last {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

.bloc-tile-4 {
	width: 25%;
}

.bloc-tile-5 {
	width: 20%;
}

.tile-4{
	flex: 25%;
	flex-flow: wrap;
}
.tile-5{
	flex: 20%;
	flex-flow: wrap;
}

.bloc-tile-2 .container,
.bloc-tile-3 .container,
.bloc-tile-4 .container,
.bloc-tile-5 .container {
	width: 100%;
}

.d-bloc {
	color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
	color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
	border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
	border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc .navbar-brand,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
	color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc .navbar-brand:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
	color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.d-bloc .panel {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .panel button:hover {
	color: rgba(0, 0, 0, .7);
}

.d-bloc .panel icon {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .panel .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .panel .a-btn {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .panel .a-btn:hover {
	color: rgba(0, 0, 0, 1);
}

.d-bloc .panel .btn-wire,
.d-bloc .panel .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}

.d-bloc .panel,
.l-bloc {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .panel button:hover,
.l-bloc button:hover {
	color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .panel .divider-h span,
.l-bloc .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .panel .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc .navbar-brand,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .panel .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc .navbar-brand:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
	color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .panel .btn-wire,
.d-bloc .panel .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}

.voffset {
	margin-top: 30px;
}

#bloc-1 h1 {
	font-weight: 700;
	font-family: Quicksand, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
}

#bloc-1 h1.titulo,
h1.titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding: 1em 0;
}

#bloc-1 h2 {
	font-weight: 400;
	font-family: Quicksand, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
	font-size: 33px;
}

#bloc-21 h3 {
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

#sumate h2 {
	font-weight: 700;
	font-family: Quicksand, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
	font-size: 36px;
}

#sumate h3 {
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 42px;
}

#sumate h4 {
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
}

#sumate h5 {
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

#bloc-25 h2 {
	font-size: 42px;
}

.navbar {
	margin-bottom: 0;
	z-index: 1;
	transition:0.5s ease-in-out;
}
.headroom--not-top .navbar {
	/* height: 20px; */
	transition:0.5s ease-in-out;
}

.navbar-brand {
	height: auto;
	padding: 3px 15px !important;
	font-size: 25px;
	font-weight: normal;
	font-weight: 600;
	line-height: 44px;
}

.navbar-brand img {
	max-height: 200px;
	margin: 0 5px 0 0;
	display: inline;
	width: 200px;
	transition:0.5s ease-in-out;
}


.headroom--not-top .navbar-brand img {
	width:130px;
	transition:0.5s ease-in-out;
}

.nav-center .navbar-brand img {
	margin: 0;
}

.navbar .nav {
	padding-top: 0;
	margin-right: 0;
	flex: 0 1 auto;
	z-index: 1;
	margin-left: auto;
}

.nav > li {
	float: left;
	margin-top: 0;
	font-size: 16px;
	transition:0.5s ease-in-out;
}
.mainmenu a.navbar-brand:first-child,
.mainmenu a.navbar-brand {
	margin-left: 10px;
}
.headroom--not-top .nav > li {
	font-size:13px;
	transition:0.5s ease-in-out;
}
.headroom--not-top .mainmenu a.navbar-brand {
	padding-top: 0.225em !important;
	padding-bottom: 0.45em;
}

.navbar-nav .open .dropdown-menu > li > a {
	padding-top: 10px;
	text-align: inherit;
}

.nav > li a:hover,
.nav > li a:focus {
	background: transparent;
}

.navbar-toggle {
	margin: 10px 10px 0 0;
	border: 0;
}

.navbar-toggle:hover {
	background: transparent!important;
}

.navbar-toggle .icon-bar {
	background-color: rgba(0, 0, 0, .5);
	width: 26px;
}

.nav-invert .navbar .nav {
	float: left;
}

.nav-invert .navbar-header,
.nav-invert .navbar-brand {
	float: right;
}

@media (max-width:767px){
	.navbar__dfb > li > a,
	.navbar__dfb > li {
		display: block;
		text-align: center !important;
	}
	.navbar__dfb > li > a br,
	.navbar__dfb > li br {
		display: none;
	}
}
@media (min-width:768px){
	.navbar__dfb {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
		.navbar__dfb > li {
			flex: 0 1 auto;
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
			float: none;
		}
			.navbar__dfb > li > a {
				flex: 1 1 auto;
				display: flex;
				flex-flow: column nowrap;
				justify-content: center;
			}
}



#bloc-2{
	margin-bottom:-30px;
}

#direccion {
	background: #fff;
	padding-top: 1em;
	margin-bottom:-50px;
}

#direccion .container{
	padding-bottom:0;
}

#direccion .horario{
	margin-bottom: 0;
}

#direccion .marker{
	width: 49.5px;
	height: 70.4px;
}

#direccion h3{
	margin:5px auto;
}

.linea,
#caracteristicas .linea{
	height: 2px;
	max-width: 800px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:20px;
	background: rgb(35,82,133);
background: -moz-linear-gradient(90deg, rgba(35,82,133,1) 0%, rgba(190,30,45,1) 49%, rgba(35,82,133,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(35,82,133,1) 0%, rgba(190,30,45,1) 49%, rgba(35,82,133,1) 100%);
background: linear-gradient(90deg, rgba(35,82,133,1) 0%, rgba(190,30,45,1) 49%, rgba(35,82,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235285",endColorstr="#235285",GradientType=1);
}

#caracteristicas{
	padding-top: 70px;
	margin-bottom:70px;
}

#caracteristicas h3 {
	margin-bottom:30px;
}

#acciones{
	padding-top:60px;
}

#coope-mail{
	margin-bottom:-50px;
	padding-bottom: 25px;
}

#servicios{
	padding-top:10em;
}
	@media (max-width:767px){
		#servicios img {
			max-width: 92%;
		}
	}

#financiacion{
	padding-top:10px;
	z-index: 1;
}
#financiacion h3 {
	/* margin-bottom: 1.5em; */
}

#beneficios{
	padding-top:0;
	z-index:-1;
}

#sumate{
	padding-top:60px;
}

#tarjeta{
	padding-top:60px;
}

#tarjetas{
	padding-top:50px;
}

.rojo{
	color:#E33348;
}

.black{
	color:#333;
}

.horario {
	margin-top:40px!important;
	margin-bottom:40px!important;
}

.carac .col-sm-12{
	padding-right:0;
	padding-left:0;
}

.carac img{
	width:100%;
	margin-bottom:0!important;
}

.lineas-dot{
	max-width: 800px;
	margin:0 auto;
	display: block;
	margin-top:20px;
	width: 92%;
}
.ff-alt,
.titulo--box,
.titulo--alt,
.titulo-acciones--principal,
.titulo-acciones {
	font-family: Quicksand, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
}
.titulo-acciones--principal,
.titulo-acciones {
	color:#6a6a6a;
	font-weight: 400;
	font-size:3em;
	max-width: 1500px;
	text-align: center;
	margin: 1em auto;
}
.lets,
.titulo-acciones--principal {
	letter-spacing: -0.05em;
}
.lh1,
.titulo-acciones--principal {
	line-height: 1;
}
.titulo__xl {
	font-size: 2.5em;
}
.titulo__lg {
	font-size: 0.95em;
}
.titulo__sm {
	letter-spacing: -0.06em;
}
.titulo-acciones--sm {
	margin-bottom: 0.33em;
}
.titulo-acciones__sm {
	font-size: 0.86em;
}

.titulo--box {
	background: #ececec;
	color: #1d1d1b;
	font-size: calc(1vw + 2.68em);
	display: block;
	padding: 0.225em;
	text-align: center;
}
#whatsapp .titulo-acciones {
	margin-bottom: 0.33em;
}

.logos-marcas{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:25%;
	-ms-flex:25%;
	flex:25%;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	max-width: 800px;
	margin: 2em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ofertas{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:25%;
	-ms-flex:25%;
	flex:25%;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 3em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ofertas div{
	width:33%;
	padding: 0 20px;
	border-left: dashed 1px #333;
}

.ofertas > div:nth-child(4),
.ofertas > div:first-child {
	border:none;
}

.ofertas p {
	color:#333;
}

.ofertas div img{
	width:100%;
}

.logos-marcas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.logos-marcas img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30%;
	margin: 0 1.5% 3%;
	display: inline-block;
	vertical-align: middle;
}
/* .logos-marcas img + img {
	margin-left: 1.2%;
}
 */
.sub-marcas {
	margin:0.5em 0 2em;
}

.promos-blocks{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
  text-align: center;
}

.promos-blocks div{
	display: inline-block;
	width: 33.3333%;
	margin: 1.5% 0;
	max-width: 100%;
	min-width: 300px;
}

.promos-blocks div img{
	width: 100%;
	max-width: 550px;
	margin:0 auto;
	display: block;
}


#promos-asociados a {
	display: block;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
#promos-asociados a img{
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	width: 100%;
}
.promos-blocks:hover a:not(:hover) img{
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
}
.promos-blocks a:hover img{
	-webkit-filter: saturate(1.1);
	filter: saturate(1.1);
}

#whatsapp{
	margin: 0 auto;
}

#whatsapp img{
	width:100%;
}

#coope-mail{
	margin:3em auto;
}

#coope-mail img{
	width:100%;
}

.modal-backdrop{
	 z-index: 999999;
}

.modal{
	z-index: 999999999;
}

.group-of-groups{
	display:flex;
	align-items: center;
}

.group-of-groups img{
	width: 100%;
	/* width: 400px !important; */
	/* height: 100px !important; */
}

.item-1-3{
	/* width:39%; */
	width:75%;
}

.item-2-3 .bloc,
.item-1-3 .bloc{
	padding: 0 2%;
}

.item-2-3{
	width:75%;
}
/* .item-2-3{
	width:65%;
} */

#financiacion img{
	width: 100%;
}

#form_1{
	max-width: 600px;
	margin:0 auto;
}

#tarjetas img{
	width: 100%;
}

#dale {
	margin-top: 60px;
}

#dale img{
	width:100%;
	margin:0 auto;
}

#hola{
	width: 100%;
}

#hola img{
	width: 100%;
}

#coope img{
	width:100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 30px;
	display: block;
}

@media (min-width: 768px) {

	.navbar-2{
		display: none;
	}
	.site-navigation {
		/* position: absolute; */
		/* top: 50%; */
		/* right: 20px; */
		/* transform: translate(0, -50%); */
		/* -webkit-transform: translateY(-50%); */
	}
	.nav > li .dropdown-menu a,
	.nav > li .dropdown-menu a:hover {
		color: #484848;
	}
	.nav-invert .site-navigation {
		left: 0;
		right: 0;
	}
	.nav-center {
		text-align: center;
	}
	.nav-center .navbar-header {
		width: 100%;
	}
	.nav-center .navbar-header,
	.nav-center .navbar-brand,
	.nav-center .nav > li {
		float: none;
		display: inline-block;
	}
	.nav-center .site-navigation {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}
	.nav-center.mini-nav .navbar-toggle {
		float: none;
		margin: 10px auto 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.headroom--not-top .mainmenu .nav.navbar-nav > li a,
	.headroom--not-top .navbar-nav>li>a {
	  font-size: 1.15em;
	  padding: 0.7em 0.5em;
	}
}
@media (min-width:1024px){
	.headroom--not-top .mainmenu .nav.navbar-nav > li a,
	.headroom--not-top .navbar-nav>li>a {
	  font-size: 1.3em;
	  padding: 0.7em 0.7em;
	}
	.headroom--not-top .navbar-brand img {
		width: 150px;
	}
}
.nav > li > .dropdown a {
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret {
	margin: 0 5px;
}

.dropdown-menu .dropdown-menu {
	top: -8px;
	left: 100%;
}

.dropdown-menu .dropmenu-flow-right {
	top: 100%;
	left: 0;
	margin-left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropdown-menu .dropdown span {
	border: 4px solid black;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin: 6px -5px 0 0!important;
	float: right;
}

.mg-clear {
	margin: 0;
}

.mg-sm {
	margin-top: 10px;
	margin-bottom: 5px;
}

.mg-md {
	margin-top: 10px;
	margin-bottom: 20px;
}

img.mg-sm,
img.mg-md,
img.mg-lg {
	margin-top: 0;
}

img.mg-sm {
	margin-bottom: 10px;
}

img.mg-md {
	margin-bottom: 30px;
}

img.mg-lg {
	margin-bottom: 50px;
}

.btn {
	margin: 0 5px 5px 0;
}

.btn.pull-right {
	margin: 0 0 5px 5px;
}

.btn-d,
.btn-d:hover,
.btn-d:focus {
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}

button {
	outline: none!important;
}

.btn .caret {
	margin: 0 0 0 5px
}

.dropdown a .caret {
	margin: 0 0 0 5px
}

.btn-dropdown .dropdown-menu .dropdown {
	padding: 3px 20px;
}

.panel-sq,
.panel-sq .panel-heading,
.panel-sq .panel-footer {
	border-radius: 0;
}

.panel-rd {
	border-radius: 30px;
}

.panel-rd .panel-heading {
	border-radius: 29px 29px 0 0;
}

.panel-rd .panel-footer {
	border-radius: 0 0 29px 29px;
}

.form-control {
	border-color: rgba(0, 0, 0, .1);
	box-shadow: none;
}

iframe {
	border: 0;
}

.carousel {
	display: inline-block;
	vertical-align: bottom;
}

.full-width-bloc .carousel {
	width: 100%;
}

.carousel .item img {
	margin-right: auto;
	margin-left: auto;
}

.carousel-control span {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control {
	color: #FFF!important;
	text-shadow: none;
}

.carousel-indicators li {
	margin: 0 4px;
}

.carousel-indicators .active {
	margin: 0 4px -1px;
}

.carousel-control.left span {
	margin-left: -15px;
}

.no-shadows .carousel-control.left,
.no-shadows .carousel-control.right {
	background-image: none;
}

.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}

.scrollToTop span {
	margin-top: 6px;
}

.showScrollTop {
	font-size: 14px;
	opacity: 1;
}

a[data-lightbox] {
	position: relative;
	display: block;
	text-align: center;
}

a[data-lightbox]:hover::before {
	content: "+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size: 32px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .6);
	color: #FFF;
	font-weight: 100;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

a[data-lightbox]:hover img {
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

#lightbox-modal .modal-dialog {
	width: 90%;
	max-width: 900px;
	margin: 30px auto 0;
}

#lightbox-modal .modal-dialog img {
	margin: 0 auto;
}

.lightbox-caption {
	padding: 20px;
	color: #FFF;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}

.close-lightbox {
	display: none;
	font-size: 40px;
	position: absolute;
	top: 8px;
	right: 20px;
	z-index: 20;
}

.next-lightbox,
.prev-lightbox {
	font-size: 20px;
	color: rgba(255, 255, 255, .4);
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.next-lightbox {
	right: 25px;
}

.prev-lightbox {
	left: 25px;
}

.prev-lightbox:hover,
.next-lightbox:hover {
	color: rgba(255, 255, 255, .9);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
	font-family: "Roboto Condensed";
}

.container {
	max-width: 1170px;
}

.menunegrita {
	font-weight: 600;
	font-family: "Roboto Condensed";
	font-size: 14px;
}

.pp {
	font-weight: 100;
}

.pad10 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bgc-white {
	background-color: #ffffff;
}

.bgc-amaranth {
	background-color: #E33348;
}

.bgc-anti-flash-white {
	background-color: #F2F2F2;
}

.bgc-platinum {
	background-color: #E6E6E6;
}

.bgc-isabelline {
	background-color: #ECECED;
}

.bgc-medium-persian-blue {
	background-color: #005BA3;
}

.bgc-beau-blue {
	background-color: #BFDBEE;
}

.tc-white {
	color: #ffffff!important;
}

.tc-outer-space {
	color: #47454A!important;
}

.tc-amaranth {
	color: #E33348!important;
}

.tc-oxford-blue {
	color: #002A41!important;
}

.btn-medium-persian-blue {
	background: #005BA3;
	color: #FFFFFF!important;
}

.btn-medium-persian-blue:hover {
	background: #004982;
	color: #FFFFFF!important;
}

.ltc-amaranth {
	color: #E33348!important;
}

.ltc-amaranth:hover {
	color: #b6293a!important;
}

.bg-bgfooter {
	background-image: url("img/bgfooter.png");
}

.bg-Fondo-acciones {
   background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(148,193,242,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(148,193,242,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(148,193,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#94c1f2",GradientType=1);
}

.gris{
	color:#4a4a49;
}


.ofertas .lineas-dot{
	display: none;
}

@media (max-width: 1139px) and (min-width: 1024px) {
	.nav > li {
		margin-top: 0;
		font-size: 1.05em;
	}
}
@media (max-width: 1024px) {
	.bloc {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bloc.full-width-bloc,
	.bloc-tile-2.full-width-bloc .container,
	.bloc-tile-3.full-width-bloc .container,
	.bloc-tile-4.full-width-bloc .container {
		padding-left: 0;
		padding-right: 0;
	}

	.tile-5.bloc-group,  .tile-5.bloc-group .bloc {
		flex: 50%;
		flex-flow: wrap;
	}
	.tile-4.bloc-group,  .tile-4.bloc-group .bloc {
		flex: 50%;
		flex-flow: wrap;
	}
	#bloc-1 {
	  padding-top: 60px !important;
	}

	.nav > li {
		margin-top: 0;
		font-size: 12px;
	}

}

@media (min-width: 992px) {
	#servicios .row .col-sm-12:last-child {
		padding-top: 1em;
	}
}
@media (max-width: 1024px) and (min-width: 992px) {
	#bloc-1 h1.titulo, h1.titulo {
		padding-bottom: 0.3em;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.mainmenu {
		padding-right: 0;
	}
	.navbar .nav {
		/* max-width: 80%; */
		/* margin-right: 5px; */
	}
	.nav-center.navbar .nav {
		max-width: 100%
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.b-parallax {
		background-attachment: scroll;
	}
}

@media (max-width: 991px) {
	.navbar-collapse.collapse.navbar-2 {
		display: none !important;
	}
	.mb-sm,
	#servicios .row .col-sm-12:first-child {
		margin-bottom: 3em;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.navbar-brand img {
		width: 140px;
	}
	.nav > li {
		font-size: 11px;
	}
	.nav>li>a {
		padding-left: 9px;
		padding-right: 9px;
	}
	.headroom--not-top .mainmenu a {
		padding: 0.45em 1.25em;
	}
}
@media (max-width: 768px) {
	.container {
		width: 100%;
	}
	.b-parallax {
		background-attachment: scroll;
	}
	.page-container,
	#hero-bloc {
		overflow-x: hidden;
		position: relative;
	}
	.bloc-group,
	.bloc-group .bloc {
		display: block;
		width: 100%;
	}
	.bloc-tile-2 .container,
	.bloc-tile-3 .container,
	.bloc-tile-4 .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.group-of-groups{
		display:flex;
		align-items: center;
		flex-direction: column;
	}

	.bloc-group.item-2-3 .bloc {
		width: 50%;
		flex: auto;
	}

	.bloc-group.item-2-3{
		flex: 1;
		flex-flow: wrap;
		display: flex;
	}

	.bloc-group.item-2-3 {
		max-width: 400px;
	}

	#servicios .bloc-md{
		padding:5px;
	}
	
	#servicios {
		padding: 20px 0;
	}

	.logos-marcas {
		display: flex;
		flex: 50%;
		flex-flow: wrap;
		width: 400px;
		margin: 2em auto;
		align-items: center;
	}

	.logos-marcas img + img,
	.logos-marcas img {
	  width: auto;
	  max-width: 300px;
	  margin: 0 auto;
	}
	.logos-marcas img + img {
		margin-top: 2em;
	}

}

@media (max-width: 767px) {
	.page-container {
		overflow-x: hidden;
		position: relative;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	#disqus_thread {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	#hero-bloc h1 {
		font-size: 40px;
	}
	#hero-bloc h2 {
		font-size: 34px;
	}
	#hero-bloc h3 {
		font-size: 25px;
	}
	.b-parallax {
		background-attachment: scroll;
	}
	.navbar .nav {
		padding-top: 0;
		border-top: 1px solid rgba(0, 0, 0, .2);
		float: none!important;
	}
	.navbar.row {
		margin-left: 0;
		margin-right: 0;
	}
	.site-navigation {
		position: inherit;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.nav > li {
		margin-top: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		background: transparent;
		text-align: left;
		padding-left: 15px;
		width: 100%;
	}
	.nav > li:hover {
		background: rgba(0, 0, 0, .08);
	}
	.dropdown .dropdown a .caret {
		float: none;
		margin: 5px 0 0 10px!important;
		border: 4px solid black;
		border-bottom-color: transparent;
		border-right-color: transparent;
		border-left-color: transparent;
	}
	#hero-bloc .navbar .nav {
		background: rgba(0, 0, 0, .8);
	}
	#hero-bloc .navbar .nav a {
		color: rgba(255, 255, 255, .6);
	}
	.hero {
		padding: 50px 0;
	}
	.hero-nav {
		left: -1px;
		right: -1px;
	}
	.navbar-collapse {
		padding: 0;
		overflow-x: hidden;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-brand img {
		max-height: 40px;
		width: auto;
	}
	.nav-invert .navbar-header {
		float: none;
		width: 100%;
	}
	.nav-invert .navbar-toggle {
		float: left;
	}
	.bloc-xxl,
	.bloc-xl,
	.bloc-lg {
		padding: 40px 0;
	}
	.bloc-sm,
	.bloc-md {
		padding-left: 0;
		padding-right: 0;
	}
	.a-block {
		padding: 0 10px;
	}
	.btn-dwn {
		display: none;
	}
	.voffset {
		margin-top: 5px;
	}
	#bloc-1 .voffset {
		margin-top: 30px;
	}
	#bloc-1 h1.titulo {
	  font-size: 28px;
	}
	.voffset-md {
		margin-top: 20px;
	}
	.voffset-lg {
		margin-top: 30px;
	}
	form {
		padding: 5px;
	}
	.close-lightbox {
		display: inline-block;
	}
	.video-bg-container {
		display: none;
	}
	.blocsapp-device-iphone5 {
		background-size: 216px 425px;
		padding-top: 60px;
		width: 216px;
		height: 425px;
	}
	.blocsapp-device-iphone5 img {
		width: 180px;
		height: 320px;
	}

	.titulo-acciones{
		font-size: 2em;
		width: 90%;
	}

	.ofertas {
		flex-direction: column;
	}

	.logos-marcas{
		padding-bottom: 30px;
		max-width: 92%;
	}

	.ofertas{
		padding: 0 10px;
		text-align: center;
	}

	.ofertas .lineas-dot{
		display:block;
		width:90%;
	}

	.ofertas div{
		width:100%;
		padding:20px 30px;
	}

	.promos-blocks{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.promos-blocks div{
		width:100%;
	}

	.img-tarj-coopeplus{
		max-width: 200px;
		margin:0 auto;
		margin-bottom:50px;
	}

	#financiacion{
		/* margin-bottom: -125px; */
	}

	#bloc-21{
		/* margin-bottom: -50px; */
		z-index: 1;
	}

	#tarjeta{
		z-index:-1;
	}

	.img-titulo-beneficios{
		max-width: 90%;
		margin:0 auto;
	}

	#beneficios .container{
		padding-bottom:10px;
	}

	.img-titulo-tarjeta{
		max-width: 90%;
		margin:0 auto;
	}

	.headroom--not-top .navbar {
		height: auto;
		transition: 0.5s ease-in-out;
	}

	.headroom--not-top  .nav > li {
		float: left;
		margin-top: 4px;
		font-size: 16px;
		transition: 0.5s ease-in-out;
	}   

	.mainmenu a{
		font-size: 1.5em!important;
		text-align: left!important;
	}

	#nav-dos{
		/* position:static!important; */
		max-height: 100vh;
		overflow: scroll;
		padding: 0;
	}

	.mainmenu{
		padding-right:0!important;
	}

	#bloc-1{
		padding-top:0!important;
	}
	.mainmenu a.navbar-brand {
		padding-top: 0.45em;
		padding-bottom: 0.45em;
	}
	#bloc-1 h1.titulo {
		font-size: 31px;
		padding-bottom: 0.6em;
	}
}

.marcas {
  max-width: 92%;
  margin: auto;
}

@media (max-width: 400px) {
	.bloc {
		padding-left: 0;
		padding-right: 0;
		-webkit-background-size: auto 200%;
		-moz-background-size: auto 200%;
		-o-background-size: auto 200%;
		background-size: auto 200%;
	}

	.logos-marcas{
		flex-direction: column;
	}

	 .logos-marcas img {
		width: 250px;
		margin: 17px auto;
		display: block;
	}
	h1.titulo {
	  font-size: 26px;
	  padding-bottom: 0.4em;
	}

	#bloc-1 h1.titulo {
		font-size: 26px;
	}
}


.cft{
	background-color: #d82125;
	padding-top: 3em;
	padding-bottom: 3em;
	font-size: 12px;
	letter-spacing: -0.25px;
	letter-spacing: -0.025em;
	text-align: center;
	padding: 2.5em 0;
}
.cft ul{
	padding: 0;
	margin: auto;
}
.cft h2{
	font-weight: bold;
	font-size: 4.5em;
	color: #fff;
	margin-bottom: 0;
}


.cft span{
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
	display: block;
	text-align: center;
}

.cft li{
	display: inline-block;
	vertical-align: baseline;
	max-width: 47%;
}
@media (max-width:767px){
  .cft {
	font-size: 10px;
  }
  .cft li {
	max-width: none;
  }
}




/*  NOVEDADES 
	========================================================================== */
.novedades {
	padding: 1em 0 4em;
	max-width: 800px;
	margin:0 auto;
}
	.novedades h2 {
		font-size: 3em;
		font-weight: normal;
		letter-spacing: -0.25px;
		letter-spacing: -0.025em;
		margin-bottom: 1em;
		text-align: center;
		color: #CC3333;
	}

	.blockNovedades {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;   
		-ms-flex-line-pack: stretch;    
		align-content: stretch; 
		-webkit-box-orient: horizontal; 
		-webkit-box-direction: normal;  
		-ms-flex-flow: row wrap;    
		flex-flow: row wrap;

		text-align: center;
	}
		.blockNovedades article {
			-webkit-box-flex: 0;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			margin: 0 auto 5em;
			width: 48%;
		}
		.blockNovedades article.slick-slide {
			margin-bottom: 0 !important;
		}
			.blockNovedades article figure {
				margin-bottom: 2em;
			}
				.blockNovedades article img {
					width: auto;
				}
			.blockNovedades article p {
				color: #333;
				font-size: 2em;
				line-height: 1.333;
				font-weight: 300;
			}


/* SLIDER  (js/slick/slick-theme.css overwrite)
	========================================================================== */

.slick-prev:before, .slick-next:before {
	font-size: 30px!important;
	opacity: 1!important;
	color: #e43347!important;
}

.slick-prev, .slick-next{
	width: 30px!important;
	top:41%!important;
}

.slick-prev{
	left:-35px!important;
}

.slick-next{
	right:-35px!important;
}

.slick-dots{
	top:auto;
}
.slick-slide img {
  display: inline-block;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.slick-slide img:focus,
.slick-slide img:active,
.slick-slide:focus img,
.slick-slide:active img,
.slick-slide:focus,
.slick-slide:active,
.slick-slide {
	outline: none;
}


.reproductor {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0em 1em;
  background-color: #cc3339;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}
.reproductor h2 {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  padding: 0.5em 1.33em 0 0;
  cursor: pointer;
  margin-top: 0;
  position: relative;
  color: #fff;
}
  .reproductor h2::before {
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	background: url('img/icon-arrow-up.png') no-repeat center center transparent;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 0.62em;
	width: 1em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
  }
  .reproductor.active h2::before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
  }

.reproductor video {
  max-height: 400px;
  margin-bottom: 0.5em;
}




@media only screen and (max-width:860px){
	.novedades{
		max-width: 600px;
	}
}

@media only screen and (max-width:767px) {
  .novedades {
	padding-bottom: 0;
  }

  .blockNovedades {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
  }

  .blockNovedades article {
	max-width: none;
	margin: 0 auto 5em;
	width: 100%;
  }

  .novedades h2 {
	font-size: 2.4em;
  }

  .novedades {
	/* max-width: 310px; */
	}

  .slick-prev {
	left: 10px !important;
	z-index: 1;
  }

  .slick-next {
	right: 10px !important;
	z-index: 1;
  }

  .slick-dots {
	display: none !important;
  }

  .reproductor video {
	max-height: 200px;
  }
}

@media only screen and (max-width:479px) {
  .stickyBtns {
	font-size: 0.6em;
  }

  .blockNovedades article {
	margin-bottom: 4em;
  }
}


@media (min-width:768px){
	.navbar.mainmenu {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		float: none;
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding-right: 0;
	}
	.navbar.mainmenu .navbar-header,
	.navbar.mainmenu .navbar-1{
		flex: 0 1 auto;
		float: none;
	}
	
}




/*  GRILLA 
	========================================================================== */
.grilla {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
	.grilla__item {
		flex: 0 1 auto;
		margin: 0 auto;
	}
		.grilla__item img {
			display: block;
			max-width: 100%;
			width: 100%;
			height: auto;
			margin: auto;
		}
@media (min-width:768px){
	.grilla--5 .grilla__item {
		padding-left: 0.5%;
		padding-right: 0.5%;
		width: 20%;
	}
	.grilla--3 .grilla__item {
		padding-left: 0.5%;
		padding-right: 0.5%;
		width: 33.3333%;
	}
	.grilla--2 .grilla__item {
		padding-left: 0.5%;
		padding-right: 0.5%;
		width: 50%;
	}
	.grilla__item + .grilla__item {
		border-left: 2px dotted #a4a3a3;
		padding-left: 0.5%;
	}
}
@media (max-width:767px){
	.grilla__item {
		margin: 0 auto 1%;
		border-bottom: 2px dotted #a4a3a3;
		padding-bottom: 0.5%;
	}
	.grilla__item:last-child {
		border-bottom: none;
	}
}


.hl {
	color:#0066a6;
}






/*  ==========================================================================
	FOOTER 
	========================================================================== */
.footer {
	background: #fff;
	color: #6d6e70;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 1;
}



	.footer__logos {
		clear: both;
		margin: 0 auto;
		text-align: center;
	}
		.footer__logos img {
			display: inline-block;
			vertical-align: top;
		}
		.footer__logos img + img:not(:last-child) {
			margin: 0 2em 1em;
		}
		.footer__logos img + img:last-child {
			margin: 0 0 1em 2em;
		}


		.footer__social {
			display: inline-block;
			vertical-align: middle;
			margin: 0 auto;
			padding: 0 2em;
		}
		.footer__canales a,
		.footer__canales,
		.footer__conoce_mas {
			display: inline-block;
			vertical-align: middle;
		}
		.footer__canales {
			text-align: left;
		}
			.footer__canales a {
				margin-left: 2em;
				margin-right: 2em;
			}
				.footer__canales img {
					max-height: 27px;
				}

		.footer__logo-promoweb {
			max-height: 71px;
		}
		.footer__logo-coope-100 {
			max-width: 150px;
		}
		.footer__logo-coope {
			max-width: 280px;
		}

		.footer__logo-logos,
		.footer__social,
		.footer__logo-promoweb,
		.footer__logo-coope {
			display: inline-block;
			vertical-align: middle;
			margin-top: 3em;
			margin-bottom: 3em;
		}

	
@media only screen and (max-width:767px) {

.footer__social {
	padding: 0 !important;
}

.footer__canales {
	margin-top: 2em !important;
	text-align: center !important;
}

.footer__canales a {
	padding-bottom: 1.5em;
}

.footer__logo-logos {
	margin-top: -10px !important;
}

}


.accordion-servicios {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  /* width: 100%; */
  width: 94%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
	margin-left: 1em;
	text-align: center !important;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion-servicios:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
	text-align: center;
}

