/*

Theme Name: Bonosvalencia
Author: Aticsoft
Author URI: http://www.aticsoft.com/
version: 1.0

 */
 
html, body {
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'Diva';
    src: url('fonts/Dival/Dival-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Diva';
    src: url('fonts/Dival/Dival-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
 	font-family: 'Diva', sans-serif;	
 	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

html *:focus, html *:active, html *:hover {
	outline-style:none;
	box-shadow:none;	
   	ie-dummy: expression(this.hideFocus=true);
}
 
 
 
/** HEADER **/
 
#header {
	min-height: 110px;
}

#header > div {
	padding-top: 10px;
}

#container {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}



/** FOOTER **/


#footer {
	overflow: auto;
}


.iconos_redes_sociales {
	height: 32px;
	margin-top: 8px;
	text-align: center;
}
 
.iconos_redes_sociales .vc_icon_element {
	font-size: 8px;
	display: inline-block;
	margin-bottom: 0;
}

.iconos_redes_sociales .vc_icon_element > div {
	border: none;
}

.iconos_redes_sociales > p {
	display: none;
}

.iconos_redes_sociales .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 3em;
}

 
 
 
 
 /** MENU **/
 
.wrapper_menu_principal > div > div:first-child {
	z-index: 1000;
	padding-top: 35px;
	padding-bottom: 12px;
}
 
 
.wrapper_menu_principal > div > div ul { 
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.wrapper_menu_principal > div > div > ul > li { 
	margin-right: 2px;
	display: inline-block;
}

.wrapper_menu_principal > div > div ul li a {    
	color: #607D8B;
    display: block;
    font-size: 30px;
    margin-left: 11px;
    padding: 6px 0 0;
    position: relative;
    text-decoration: none;
    font-family: 'Diva', sans-serif;
}

.wrapper_menu_principal > div > div:first-child ul li:hover {
	position: relative;
}

.wrapper_menu_principal > div > div:first-child ul li > a:hover, .wrapper_menu_principal > div > div:first-child > ul > li:hover > a {
	position: relative;
}

.wrapper_menu_principal > div > div > ul > li > a {
	display: block!important;
	display: none;
	position: relative;
	padding-bottom: 5px;
}

.wrapper_menu_principal > div > div ul li ul {
	display: none;
	padding-left: 0;
	margin-left: 30px;
	margin-left: 0px;
	padding: 10px 0;
}


.wrapper_menu_principal > div > div:first-child ul li a:hover ul, .wrapper_menu_principal > div > div:first-child ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	z-index: 1000;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
}

.wrapper_menu_principal > div > div ul li ul li a {
	padding: 12px 20px 12px 2px;
	font-size: 15px;
}

.wrapper_menu_principal > div > div:first-child ul li ul li a:hover {
	position: relative;
}


.menu-toggle {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-top: 35px;
    padding: 10px;
}

.menu-toggle:focus, .menu-toggle:hover, #menu-principal-responsive .dropdown-toggle:focus, #menu-principal-responsive .dropdown-toggle:hover {
	outline:0;
}

.menu-toggle:focus, .menu-toggle:hover {
	outline:0;
}

#menu-principal-responsive {
	padding-left: 0;
	list-style: none;
	display: none;
	text-align: left;
}

#menu-principal-responsive li {
	border-top: 1px solid #d1d1d1;
	display: block;
}

#menu-principal-responsive li a {
	color: #333;
	text-decoration: none;
}

#menu-principal-responsive li a:hover {
	color: #000;
	text-decoration: none;
}

#menu-principal-responsive li a {
	display: block;
	padding: 13px 0;
}

#menu-principal-responsive .sub-menu {
	padding-left: 15px;
	list-style: none;
	display: none;
}

#menu-principal-responsive .menu-item-has-children > a {
	padding-right: 50px;
}

#menu-principal-responsive .dropdown-toggle {
	background: #fff none repeat scroll 0 0;
    border-left: 1px solid #d1d1d1;
	border-right: none;
	border-top: none;
	border-bottom: none;
    cursor: pointer;
    height: 26px;
    margin-top: -35px;
    position: absolute;
    right: 14px;
    width: 51px;
}

#menu-principal-responsive .dropdown-toggle span {
	background: url('images/arrows.png') no-repeat center 3px;
	display: block;
	height: 26px;
	-webkit-transition:background-position .3s ease-in;  
    -moz-transition:background-position .3s ease-in;  
    -o-transition:background-position .3s ease-in;  
    transition:background-position .3s ease-in; 
}

#menu-principal-responsive .dropdown-toggle.toggled-off span {
	background-position: center -19px;
}


/** FORM **/

#solicita_informacion {
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#solicita_informacion [name] {
	background: #eee;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 15px 25px;
	border: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555;
    font-family: 'Diva', sans-serif;
    font-size: 15px;
}

#solicita_informacion input[type=text] {
	width: 45%;
	width: calc(49% - 54px);
}

#solicita_informacion input[name=email] {
	float: right;
}

#solicita_informacion textarea {
	width: 100%;
	width: calc(100% - 52px);
	height: 145px;
}

#solicita_informacion ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #555;
	opacity: 1;
}

#solicita_informacion :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #555;
   opacity: 1;
}

#solicita_informacion ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #555;
   opacity: 1;
}

#solicita_informacion :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #555;
   opacity: 1;
}

#boton_enviar {
	text-align: center;
}

#solicita_informacion input[type="submit"] {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: 'Diva', sans-serif;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 25px;
}

#solicita_informacion input.error, #solicita_informacion textarea.error {
	border: 1px solid #aa0000;
}

#solicita_informacion p.error {
	border-left: 3px solid #aa0000;
	padding: 5px 0 5px 10px;
}


#mensaje_solicitud {
	width: 100%;
    text-align: center;
}

#mensaje_solicitud .ok_form {
    color: #008800;
    border: 1px solid #008800;
    font-family: 'Diva', sans-serif;
    padding: 15px;
    font-weight: bold;
}

#mensaje_solicitud .ok_form p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

#mensaje_solicitud .error_form {
    color: #aa0000;
    border: 1px solid #aa0000;
    font-family: 'Diva', sans-serif;
    padding: 5px;
    font-weight: bold;
}


/** VARIOS **/

#container .vc_row h1 {
	color: #455A64;
	font-size: 37px;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
}


#container .vc_row h1 img {
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
} 



/** SINGLE **/

#titulo_cabecera_home {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

#content_single {
	color: #78909c;
    font-family: 'Diva', sans-serif;
    padding-bottom: 30px;
}

#content_single h1, #content_single h2, #content_single h3, #content_single h4, #content_single h5 {	
    font-family: 'Diva', sans-serif;
	font-weight: normal;
}

#content_single a {
    color: #ef8036;
    text-decoration: none;
}
#menu-item-wpml-ls-2-es{
	display: none;
}


/* Custom css */

/* Header */

#header img{
	/* width: 85px; */
}
.home #header img{
	/* width: 110px; */
}

#header ul{
	text-align: right;
	padding-left: 0px;
}
#menu-principal{
	padding-left: 0px;
}
#header ul li a{
	font-size: 13px;
	color: black;
	font-weight: bold;
}
.page-id-2 #header ul li a, .page-id-40 #header ul li a, .page-id-759 #header ul li a{
	color: white;
}
#header ul li a:hover{
	color: #00665E;
}
.page-id-40 #header ul li a:hover, .page-id-225 #header ul li a:hover, .page-id-759 #header ul li a:hover{
	color: #00FFE6;
}
#header ul li.compra_bono_menu  a{
	background: #00FFE6;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 6px;
}
#header ul li.compra_bono_menu  a:hover{
	background: #59BDB8;
	color: black;
}
#header ul.sub-menu{
	background: #f1f1f1;
}
#header ul.sub-menu li a {
    text-align: center;
    margin-left: 0px;
    padding: 10px 5px;
}
#header ul li.menu-item-1202  a, #header ul li.menu-item-1203  a{
	font-style: italic;
    background-image: url(/wp-content/uploads/2021/08/saldo.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left;
    padding-left: 30px;
}
#header .header_bottom .wpb_content_element{
	margin-bottom: 0px !important;
}
#header .header_bottom{
	display: none;
}

.home_banner1{
	background-color: #E1F2F5;
}
.home_banner1 h2{
	text-align: center;
    font-family: 'Diva';
    font-weight: bold;
    font-size: 74px;
    color: #58BDB9;
    font-weight: 900;
    margin-top: 25px;
	margin-bottom: 10px;
}
.home_banner1 p{
	text-align: center;
	font-size: 20px;
    color: #00665E;
    font-weight: 500;
}
.page-id-2 #header{
	background-color: #58BDB9;
}
.page-id-40 #header, .page-id-759 #header{
	background-color: #00665E;
}
.banner_compra_bono{
	background-color: #00665E;
}
.banner_compra_bono a{
    margin-top: 15px !important	;
    margin-bottom: 15px !important;
    padding: 20px 35px !important;
    border-radius: 10px !important;
    color: #00665E !important;
    box-shadow: #01473E 14.4px 16.4px 0 !important;
}
.banner_compra_bono span{
	color: white !important;
}

.home_top{
	background-color: #00665E;
}
.home_top p, .home_top h1, .home_top h3, .home_top h5{
	color: white;
}
#header ul.sub-menu {
	background-color: #59BDB8;
}
.home #header .header_bottom img{
	    width: 400px;
}
#img-home-2 img{
	width: 600px !important;
	max-width: 600px;
}
.home #header .header_bottom{
	display: block;
	margin-top: 30px;
}
.home #header {
	/* background-image: url('/wp-content/uploads/2021/09/banner1.svg'); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home #header .header_bottom h2{
	letter-spacing: 7px;
    font-size: 43px;
    margin: 0px;
    font-weight: 400;
}
.home #header .header_bottom h3{
	margin: 0px;
    font-size: 100px;
    line-height: 99px;
    text-shadow: 5px 5px 0px rgb(0 0 0);
    color: #00FFE6;
}
.home #header .header_bottom h4{
	margin-top: 20px;
    font-size: 23px;
}
.home #header .header_bottom a{
    background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}
.home_top{
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Footer */

.footer_logos{
	padding-top: 35px;
}

.footer_contacta{
	background: #00FFE6;
	padding-top: 60px;
	padding-bottom: 40px;
}
.footer_contacta p{
	color: #00665E !important;
	font-weight: bold;
	font-size: 30px;
	margin-top: 0px;
}
.footer_contacta a{
	    display: inline-block;
    text-align: right;
    background: white;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #00665E;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_legal{
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer_legal img{
	width: 70px;
}
.footer_legal p{
	text-align: right;
}
.footer_legal a{
	font-size: 14px;
	text-decoration: none;
	color: #00665E;
}
.footer_legal ul{
	padding-left: 0px;
	text-align: right;
}
.footer_legal ul li{
	display: inline-block;
	margin-left: 5px;
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid black;
}
.footer_legal ul li a{
	color: #00665E;
}
.footer_legal ul li:last-child{
	border-right:0px;
	padding-right: 0px;
	margin-right: 0px;
}
.footer_legal .wpb_content_element {
	margin-bottom: 15px !important;
}
/* HOME */
.home_sectores {
	padding-bottom: 60px;
	margin-top: -40px;
	padding-top: 50px;
}
.home_sectores .vc_toggle_content{
	margin-top: 0px;
	padding: 0px !important;

}
.home_sectores .vc_toggle_content p{
	line-height: 17px;
}
.home_sectores .vc_toggle_content a{
	color: #777777;
	font-size: 14px;
	text-decoration: none ;
	margin-bottom: 10px;
	display: inline-block;
}
.home_sectores .vc_toggle_title{
	border-bottom: 4px solid #FFDA65;
    padding-left: 0px !important;
}
.home_sectores .vc_toggle_title h4{
	font-size: 18px;
}
.home_sectores .vc_toggle_title i{
	left: auto !important;
	right: 0px !important;
}
.home_banner{
	background-image: url(/wp-content/uploads/2021/08/bg.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    padding-top: 30px;
    padding-bottom: 15px;
}
.boton_fondo_blanco a{
	background: #ffffff;
    color: #010202;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}
.boton_mas_informacion a{
	background: white !important;
	color: #03665F !important;
}
.boton_fondo_blanco a:hover{
	color: white;
	background: #00FFE6;
}
.home_top .boton_fondo_blanco a{
	background: #58BDB9;
	color: white;
}
.consultar_comercios{
	text-align: center;
}
.consultar_comercios a{
	background: #58BDB9;
    color: white;
	text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}
.home_banner{
	z-index: 99;
}
.boton_flecha a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.boton_flecha a img{
	width: 35px;
    position: relative;
    left: 5px;
    top: 3px;
}
.home_top h1{
	font-size: 40px;
	margin: 0px;
	margin-top: 80px;
}
.home_top p{
	margin-top: 0px;
}
.home_top img{
	width: 555px;
}

.img_banner {
	padding-top: 110px;
    padding-bottom: 110px;
}
.home_banner{
	margin-top: -121px;
}
.home .home_banner{
	margin-top: 0px;
}
.home_top .boton_flecha a{
	color: #00FFE6;
}
.home_banner h3{
	margin-top: 8px;
    font-size: 22px;
}
.puntos_consumidor{
	padding-top: 20px;
}
.puntos_consumidor h2{
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0px;
    font-weight: 400;
}
.puntos_consumidor .wpb_text_column h2 {
	padding-left: 93px;
	min-height: 97px;
	color: #00665E;
}
.puntos_consumidor .wpb_text_column h2:after {
    content: '1';
    position: absolute;
    left: 15px;
    top: 46px;
    color: #00665E;
    font-weight: bold;
    font-size: 63px;
}
.puntos_consumidor p{
	font-size: 14px;
}
.puntos_consumidor .dos .wpb_text_column h2:after {
    content: '2';
}
.puntos_consumidor .tres .wpb_text_column h2:after {
    content: '3';
}
.puntos_consumidor .cuatro .wpb_text_column h2:after {
    content: '4';
}
.compra_inactiva{
	padding-top: 20px;
    padding-bottom: 60px;
}
.compra_inactiva h2{
	font-size: 35px;
}
.texto_form h3{
	margin-top: 0px;
}
.texto_form p{
	font-size: 14px;
}
.formulario{
	padding-top: 40px;
}
.boton_contorno  a{
	color: #00665E;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 30px;
	border: 2px solid #00FFE6;
	border-radius: 6px;
}
.boton_contorno  a:hover{
	background: #f3f3f3;
}
.boton_contorno  a img{
	width: 35px;
    position: relative;
    left: 5px;
    top: 3px;
}
.item_establecimiento img{
	max-width: 100%;
}
.item_establecimiento .nombre{
	font-weight: bold;
}
.item_establecimiento .categoria{
	color: #a7a7a7;
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px solid #a7a7a7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.item_establecimiento  .mapa img,
.item_establecimiento  .www img{
	height: 30px;
}
.item_establecimiento  .www{
	text-align: right;
}
.item_establecimiento{
	margin-bottom: 30px;
}
.mostrar_mas_establecimientos{
	margin-bottom: 40px;
	text-align: center;
}
.mostrar_mas_establecimientos a{
	color:#ffda66;
	font-weight: bold;
}
.top_establecimientos{
	margin-top: 40px;
	margin-bottom: 20px;
}
.top_establecimientos h2{
	margin-top: 0px;
}
.top_establecimientos .buscador{
	text-align: right;
}
.top_establecimientos .buscador input{
	border: 0px;
	border-bottom: 1px solid black;
	padding: 7px 0px;
}
.top_establecimientos .buscador input[type="submit"]{
	background: black;
	color: white;
	padding: 7px 20px;
	color: white;
	font-family: 'Diva', sans-serif;	
	font-weight: bold;
}

.formulario_bono input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: 'Diva', sans-serif;	
}
.formulario_bono input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Diva', sans-serif;	
}
.formulario_bono input::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Diva', sans-serif;	
}
.formulario_bono input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Diva', sans-serif;	
}
.formulario_bono input,
.formulario_bono select{
	width: calc(100% - 30px);
	background: #f1f1f1;
	padding: 15px;
	border: 0px;
	margin-bottom: 10px;
}
.formulario_bono input[type=radio]{
	width: auto;
}
.formulario_bono label{
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.formulario_bono select{
	padding: 0px 15px;
	height: 45px;
	width: 100%;
	font-family: 'Diva', sans-serif;	
}
.formulario_bono input[type="checkbox"]{
	width: auto;
}
.formulario_bono .check_form{
	font-size: 13px;
}
.formulario_bono .check_form a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.formulario_bono input[type="submit"],
.descarga_autorizacion {
	background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 50px;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-family: 'Diva', sans-serif;
}
.formulario_bono h4{
	margin-bottom: 15px;
}
.formulario_bono{
	margin-bottom: 50px;
}
.descarga_cartel a{
	background:#00FFE6 ;
}

.name_oc_form{
        display: none;
}

.formulario_bono label span.mas_num_comercio {
	float: right;
	color: #00FFE6;
	text-decoration: underline;
	cursor: pointer;
}

.formulario_bono #div_mas_num_comercio {
	display: none;
}

.formulario_bono table {
	font-size: 14px;
}

.formulario_bono table a {
	color: #000;
}

.formulario_bono table tr td {
	border-bottom: 1px solid #ddd;
	padding: 3px;	
}


#formulario_bono .horario {    
    border: 1px solid #000;
    font-family: 'Diva', sans-serif;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    margin: 30px 0;
}

#formulario_bono .horario p {
    font-weight: 500;
    font-size: 14px;
}

#formulario_bono .num_bono {
	color: #00FFE6;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}


/* REDISEÑO*/
.home_enlaces > div > div > div{
	    padding: 20px 60px 35px 60px;
	    text-align: center;
}
.home_enlaces .texto_enlace > div > *{
	display: inline-block;
}
.home_enlaces .texto_enlace.vlc > div > a{
	top: 160px;
}
.home_enlaces .texto_enlace > div > p{
	font-size: 27px;
    letter-spacing: 4px;
    position: relative;
}
.home_enlaces .texto_enlace > div > p span{
	display: block;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
}
.home_enlaces .texto_enlace > div > p:before {
    content: '';
    display: block;
    width: 51px;
    height: 1px;
    background: black;
    right: 0px;
    top: 20px;
    position: absolute;
}
.home_enlaces #segundo .texto_enlace > div > p:before{
	right: 25px;
}

.home_enlaces > .primero,
.home_enlaces > .segundo {
	min-height: 300px;
}
.encuentra_establecimiento{
	padding-top: 20px;
    padding-bottom: 80px;
}
.encuentra_establecimiento h2{
	font-size: 37px;
	color: #00665E;
	margin-bottom: 0px;
}
.encuentra_establecimiento p{
	font-size: 20px;
	margin-top: 5px;
	color: #00665E;
}

.encuentra_establecimiento select,
.encuentra_establecimiento input{
	width: 100%;
    border: 1px solid #00665E;
    background: transparent;
    border-radius: 40px;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #999;
}

.encuentra_establecimiento select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url(images/ic-desplegable.svg);
    background-size: 13px;
}
.encuentra_establecimiento input {
	width: calc(100% - 50px);
}
.encuentra_establecimiento input[type="submit"]{
    width: 43px;
    height: 43px;
    background: #00665E;
    padding: 0px;
    background-repeat: no-repeat;
    background-image: url(images/search.svg);
    background-size: 20px;
    background-position: center;
}
.faq{
	    padding-top: 30px;
    padding-bottom: 60px;
}
.faq h2{
	font-size: 35px;
}
.faq h3{
	color: #00FFE6;
}
.faq p{
	font-size: 13px;
}
/*
.banner_compra_bono{
	background-image: url('/wp-content/uploads/2022/06/banner_ilus_02_cast.jpg');
	background-repeat: no-repeat;
    background-position: right;
    background-size: 66%;
    margin-bottom: 75px;
	padding-top: 200px;
}*/
.banner_compra_bono p{
	font-size: 40px;
    letter-spacing: 3px;
}
.banner_compra_bono p {
	margin: 0px !important;
}
.banner_compra_bono p span.destacado{
	display: block;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1;
}
.banner_compra_bono p.mini{
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 15px !important;
	color: #00FFE6 !important;
}
.banner_compra_bono a,
.compra_inactiva a{
    background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}
.banner_compra_bono p.mini:before{
	display: none;
}

/* .banner_compra_bono p span.linea:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: black;
    top: 28px;
    left: 15px;
} */
.page-id-42 > #header >div > div,
.page-id-40 > #header >div > div,
.page-id-272 > #header >div > div,
.page-id-281 > #header >div > div,
.page-id-759 > #header >div > div,
.page-id-767 > #header >div > div{
	position: relative;
}
.page-id-42 > #header >div > div:first-child:before,
.page-id-40 > #header >div > div:first-child:before,
.page-id-272 > #header >div > div:first-child:before,
.page-id-281 > #header >div > div:first-child:before,
.page-id-759 > #header >div > div:first-child:before,
.page-id-767 > #header >div > div:first-child:before{
    position: absolute;
    content: '';
    width: 458px;
    height: 500px;
    /* background: url(/wp-content/uploads/2021/09/top.svg); */
    top: -15px;
    left: 25px;
    background-repeat: no-repeat;
    z-index: -1;
}
#alta-comercio h2{
	font-size: 35px;
}
.puntos_consumidor.alta a{
	display: block;
	color: #016F65;
	font-size: 18px;
	letter-spacing: 0px;
}
.acordeon_comercios{
	padding-bottom: 60px;
}
.acordeon_comercios .vc_tta-panel-heading{
	background-color: #f1f1f1 !important;
	font-size: 18px;
	color: black;
}
.acordeon_comercios .vc_tta-panel{
		margin-bottom: 10px;
}
.acordeon_comercios .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a{
	font-weight: 500;
}
.acordeon_comercios .logo_list_establ {
	width: 100px;
}
.acordeon_comercios .logo_list_establ_responsive {
	width: 100px;
	margin-top: 17px;
    margin-bottom: -10px;
	display: none;
}

.acordeon_comercios table {
	width: 100%;
	text-align: left;
}
.acordeon_comercios table a{
	color: black;
}
.acordeon_comercios table th{
    font-weight: 500;
    font-size: 18px;
    color: black;
}
.textos_pdf{
	margin-bottom: 70px;
}
.textos_pdf strong{
	color: #00665E;
}
.textos_pdf .boton a{
	text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    background: #00FFE6;
    color: white;
}

.wpml-ls-item span {
	color: black;	
}

.wpml-ls-item.wpml-ls-current-language span {
	color: #00FFE6;	
	border-bottom: 1px solid #00FFE6;
}

.wpml-ls-item span:hover {
	border-bottom: 1px solid #00FFE6;
}

h3.total_comercios {
	text-align: center;
	color: #00FFE6;
}

.home_enlaces .texto_enlace > div > p:before{display:none;}

.link_consulta_condiciones {
    top: -50px !important;
}


.home_enlaces{
	background-color: #58BDB9;
}
.home_enlaces .mini{
	color: white;
    font-size: 13px !important; 
    letter-spacing: 0 !important;
	display: block !important;
}
.home_enlaces a{
	margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 20px 35px !important;
    border-radius: 10px !important;
    color: #00665E !important;
	background-color: white;
	box-shadow: #3E8481 9.4px 9.4px 0 !important;
	text-decoration: none;
    font-weight: bold;
}


/** SALDOS **/


#div_saldo {
	text-align: center;
	margin-bottom: 50px;
}

#div_saldo #num_tarjeta {
	width: 300px;
    background: #efede6;
    padding: 15px;
    border: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    -webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
 	border-radius: 50px; 
}

#div_saldo #div_saldo_res {
	margin-top: 30px;
	font-size: 26px;
}

#div_saldo #div_saldo_res span {
	font-size: 14px;	
}

#div_saldo #consulta_saldo {
    background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
	padding: 7px 20px;
	margin-top: 10px;
    border-radius: 50px;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-family: 'Diva', sans-serif;
    border: 0;
    cursor: pointer;
}

/** OFICINA **/


#div_oficina {
	text-align: center;
	margin-bottom: 50px;
}

#div_oficina #dni {
	width: 300px;
    background: #efede6;
    padding: 15px;
    border: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
}

#div_oficina #div_oficina_res {
	margin-top: 30px;
	font-size: 26px;
}

#div_oficina #div_oficina_res span {
	font-size: 14px;	
}

#div_oficina #consulta_oficina {
    background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
	padding: 7px 20px;
	margin-top: 10px;
    border-radius: 50px;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-family: 'Diva', sans-serif;
    border: 0;
    cursor: pointer;
}
#div_consulta_bono_general, #div_consulta_bono_general2 {
	text-align: center;
	margin-bottom: 50px;
}

#div_consulta_bono_general #dni, #div_consulta_bono_general2 #dni2 {
	width: 300px;
    background: #efede6;
    padding: 15px;
    border: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
}

#div_consulta_bono_general #div_consulta_bono_general_res, #div_consulta_bono_general2 #div_consulta_bono_general_res {
	margin-top: 30px;
	font-size: 26px;
}

#div_consulta_bono_general #div_consulta_bono_general_res span, #div_consulta_bono_general2 #div_consulta_bono_general_res span {
	font-size: 14px;	
}

#div_consulta_bono_general #consulta_bono_general, #div_consulta_bono_general2 #consulta_bono_general2 {
    background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
	padding: 7px 20px;
	margin-top: 10px;
    border-radius: 50px;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-family: 'Diva', sans-serif;
    border: 0;
    cursor: pointer;
}
#div_consulta_bono_general #consulta_bono_general, #div_consulta_bono_general2 #consulta_bono_general2 {
    background: #00FFE6;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
	padding: 7px 20px;
	margin-top: 10px;
    border-radius: 50px;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-family: 'Diva', sans-serif;
    border: 0;
    cursor: pointer;
}

.page-id-370 > #header > div > div:first-child::before,
.page-id-1015 > #header > div > div:first-child::before,
.page-id-1019 > #header > div > div:first-child::before{
/*.page-id-1199 > #header > div > div::before {*/
    position: absolute;
    top: 0;
    left: 0;
    height: 870px;
    width: 100%;
    background-image: url('/wp-content/uploads/2022/09/banner_consulta_saldo.svg'); 
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right bottom;
	z-index: -999;
}

h2.banner-consulta-saldo{
    letter-spacing: 7px;
    font-size: 43px;
    margin: 0px;
    font-weight: 400;
}

h3.banner-consulta-saldo {
    margin: 0px;
    font-size: 60px;
    line-height: 80px;
    text-shadow: 3px 3px 0px #000;
    color: #00FFE6;
}

h2.text-consulta-saldo {
    font-size: 22px;
    font-weight: 600;
}
#header .vc_col-sm-10 .vc_column-inner{
	padding-right: 0;
}

.ver_todos_establecimientos {
	background: #00FFE6;
    color: white;
 	text-align: center;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 50px;
    width: auto;
    font-size: 16px;
    font-family: 'Diva', sans-serif;
    margin: 10px;
}
