body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #707070;
    background-color: #fff;
	margin: 0px;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

::selection {
    background: #11775b;
    color: #fff;
    text-shadow: none;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body, html {
	height: 100%;
}
/* jota css */

.bg_top{
	padding: 10px 0;
	background: #006849;
	color:#fff;
	margin-bottom: 20px;
	min-height: 84px;
}
.logo{
}
.buscadortop, .logintop{
	text-align: right;
	/*padding-top: 30px;*/
	padding-top: 10px;
	padding-bottom: 18px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	gap: 5px;
}
.buscadortop input[type=text]{
	border: 1px solid #c6c6c6;
	font-size: 12px;
	color: #11775b;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 12px;
	width: 220px;
	border-radius: 5px;
}
.buscadortop input[type=text]:focus, 
.buscadortop input[type=text]:hover{
	outline: none;
	border: 1px solid #11775b;
}

.buscadortop input[type=submit]{
	width: 30px;
	height: 36px;
	background: url(img/ico_lupa.png) no-repeat center center;
	position: absolute;
	/*top: 30px;*/
	top: 10px;
	right: 15px;
	border: 0px;
	font-size: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.buscadortop input[type=submit]:hover{
	opacity: 0.5;
}

/*menu*/

.menutop .navbar-default .navbar-collapse, .menutop .navbar-default .navbar-form {
	border: none;
    padding: 0px;
}
.menutop .navbar-default {
	background: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.menutop .nav>li:last-child{
	border-right: none;
}
.menutop .nav>li>a {
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
	width: 100%;
	color: #006849;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham Book', sans-serif;
	text-transform: uppercase;
}
.menutop .nav>li>a:hover {
	color: #fbb634;
}
.menutop .navbar-default .navbar-nav>.active>a{
	background: none;
	position: relative;
	color: #fbb634;
}
.menutop .navbar-default .navbar-nav>.active>a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
	background: #fbb634;
	bottom: 0px;
	left: calc(50% - 15px);
}

.menuinterior.menutop .navbar-default{
	margin-bottom: 0px;
	background: none;
}
.menuinterior.menutop .nav>li>a{
	color:#fff;
}
.menuinterior.menutop .nav>li>a:hover{
    color: #fbb634;
}

.menuinterior.menutop .navbar-default .navbar-nav>.active>a:before, .menuinterior.menutop .navbar-default .navbar-nav>.active>a:after{
    border-color: #fbb634;
}
.menuinterior .navbar-toggle i{
    background: url(img/flecha-menu-in.png) no-repeat center center;
}

@media (min-width: 768px){
	.menutop .navbar-nav {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.sesion-no-iniciada .menutop .navbar-nav{
		justify-content: center;
	}
	.menutop .nav>li{
		flex: auto;
	}
	.sesion-no-iniciada .menutop .nav>li{
		flex: 0 0 18%;
	}
	.menutop .navbar-collapse .open > .multi-level.dropdown-menu {
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 768px){
	.menuinterior.menutop .navbar-toggle{
		color: #fff;
	}
	.buscadortop, .logintop {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-around;
	}
}


@media (max-width: 515px){
	.buscadortop input[type=text]{
		width: 100%;
	}
	.logo img{
		max-width: 100%;
		height: auto;
	}
	.menutop .navbar-default .navbar-nav>.active>a:before, .menutop .navbar-default .navbar-nav>.active>a:after{
		opacity: 0;
	}
}


.menutop .navbar-toggle {
    position: relative;
    float: none;
	width: 100%;
	color: #11775b;
	font-weight: 600;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
	border: 1px solid #e9edec;
    border-radius: 0px;
}
.menutop .navbar-toggle:hover {
	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #014D40;
    color: #fff;
}
.footer{
	background: #006849;
	text-align: center;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
.footer a{
	color: #fff;
}
.footer span{
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	position: relative;
	top: -2px;
	margin: 0 12px;
}
.sub_footer{
	padding: 16px 0;
	background: #006849;
	text-align: center;
	color: #bdbdbd;
	font-size: 13px;
}
.calltoaction{
	background-image: url(img/bg_cta.jpg);
	padding: 15px 0;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	/*position: fixed;
	bottom: 130px;*/
	left: 0;
	width: 100%;
	z-index: 100;
}
.calltoaction_cont.fixed .calltoaction {
	position: fixed;
	/*bottom: 0;*/
}
.calltoaction_cont.fixed {
	height: auto;
}
.calltoaction h4{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham', sans-serif;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.calltoaction input, .calltoaction textarea{
	width: 100%;
	padding: 6px 10px;
	border: 0px;
	font-size: 15px;
	color: #616161;
	margin-bottom: 14px;
}
.calltoaction textarea{
	height: 80px;
}
.calltoaction select{
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	width: 100%;
	padding: 6px 10px;
	font-size: 15px;
	color: #616161;
	margin-bottom: 14px;
     background: url(img/flecha_select.png) no-repeat 96% 50% #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}
.calltoaction .pretty input[type=checkbox] {
	width: auto;
}

.calltoaction input:focus, .calltoaction textarea:focus, 
.calltoaction input:hover, .calltoaction textarea:hover{
	outline: none;
}
.polit_cta{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.pretty .state label:before {
    border-color: #fbb634;;
}
.pretty.p-default input:checked ~ .state label:after {
    background-color: #fbb634; !important;
}
.polit_cta a{
	color: #fff;
	text-decoration: underline;
}
.polit_cta a:hover{
	text-decoration: none;
}
.polit_cta input[type=submit]{
    background: #fbb634;
    border: 2px solid #fbb634;
	display: inline-block;
	color: #4A4A4A;
	width: auto;
	padding: 8px 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.polit_cta input[type=submit]:hover, .polit_cta input[type=submit]:focus{
   
    outline: none;
    text-decoration: none;
    color: #007a5e;
    border: 2px solid #007a5e;
    background: transparent;
}
.slider-home{
	height: 465px;
	margin-bottom: 40px;
}
#slider-home .item{
	height: 465px;
	position: relative;
    background-size: cover;
}

.cont_slider{
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 65%;
}
.cont_slider_blanco{
	padding: 30px 40px;
	color: #707070;
	font-size: 16px;
	background: rgba(255,255,255,0.90);
}
.cont_slider_verde{
	padding: 25px;
	background-image: url(img/inicio/bg_h1slider.jpg);
}
.cont_slider_verde h1{
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham', sans-serif;
	font-size: 28px;
	font-weight: 600;
}
.owl-theme .owl-controls{
	top:-262px;
	position: relative;
	margin-top: 0px;
}
.owl-prev{
	left: 0px;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	font-size: 0px;
	height: 24px;
	width: 14px;
	background: url(img/inicio/prev.png) no-repeat center center;
}
.owl-next{
	right: 0px;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	font-size: 0px;
	height: 24px;
	width: 14px;
	background: url(img/inicio/next.png) no-repeat center center;
}
a.ban_home{
	display: block;
	margin-bottom: 30px;
}
a.ban_home:hover{
	text-decoration: none;
}
.ban_home h2{
	background:#f7f7f7;
	color: #11775b;
	padding: 15px;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.img_banner_forbes{
	height: 369px;
	overflow: hidden;
}

.img_banner_forbes img{
	height: 369px;
	width: 100%;
	object-fit: cover;
}

.img_banner{
	height: 322px;
	overflow: hidden;
}
.img_banner img{
	object-fit: cover;
	height: 322px;
	width: 100%;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ban_home .ban_home_span{
	background: url(img/inicio/flecha.png) no-repeat 95% 50% #11775b;
    color: #fff;
	font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    padding: 8px 30px 8px 15px;
    display: block;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.ban_home:hover .img_banner img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
}
a.ban_home:hover .ban_home_span{
	background: url(img/inicio/flecha.png) no-repeat 98% 50% #fbb634;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.ban_home:hover h2{
	background:#11775b;
	color: #fff;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vertodos a{
	display: block;
	background: #f7f7f7;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
	color:#11775b;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	font-weight: 600;
}
.vertodos a:hover{
	background: #11775b;
	color: #fff;
	text-decoration: none;
}

.enlaceconvenio{
	text-align: right;
	padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
.enlaceconvenio a{
	padding: 4px 0;
	color: #fff;
	display: inline-block;
	padding-left: 30px;
	background: url(img/ico_convenio.png) no-repeat 3px 1px;
	font-size: 15px;
}
.t_producto{
	color: #11775b;
}
.t_producto h1{
	color: #11775b;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
font-family: 'Gotham Book', sans-serif;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.t_producto h1 > span {
	font-style: italic;
}
.titulos{
	margin-top: 20px;
	margin-bottom: 30px;
}
.titulo_colectivo{
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	color: #525252;
	font-weight: 600;
	font-size: 15px;
}
.no-productos {
	font-style: italic;
	padding: 10px 0 50px;
}
.cont_producto{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.cont_producto:after{
      clear: both;    
	display: table;
    content: " ";
}
.img_list_producto{
	height: 206px;
	width: 400px;
	display: inline-block;
	float: left;
}
.img_list_producto a{
	height: 206px;
	overflow: hidden;
	display: block;
}
.img_list_producto a img{
	height: 206px;
	width: 100%;
     object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img_list_producto a:hover img{
      -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.cont_infolist_producto{
	display: inline-block;
	width: calc(100% - 400px);
	margin-left: -5px;
	float: right;
	
}
.cont_infolist_producto h2{
	margin: 0px;
	padding: 0px;
}
.cont_infolist_producto h2 a{
	display: block;
	background: #014D40;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
	padding: 12px 20px;
}
.cont_infolist_producto h2 a:hover{
	background: #fbb634;
	color: #414042;
}
.cont_infolist_producto div{
	padding: 20px;
}
.cont_infolist_producto a{
	color: #11775b;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding-right: 24px;
	background: url(img/listado/flecha.png) no-repeat 100% 4px;
	margin-top: 5px;
}
.cont_infolist_producto a:hover{
	padding-right: 30px;
	text-decoration: none;
}
@media (max-width: 768px){
	.cont_slider {
		left: 0px;
		padding: 0 40px;
		width: 100%;
	}
	.titulos > div {
		text-align: center;
	}
	.t_producto{
		text-align: center;
	}
	.titulo_colectivo{
		text-align: center;
		padding-top: 6px;
	}
}
@media (max-width: 991px){
	
	.img_list_producto, .cont_infolist_producto{
		width: 100%;
		float: none;
	}
	.cont_infolist_producto{
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-top: -5px;
	}
}
.top_ficha{
	padding: 15px 20px;
	background: #006849;
	color: #fff;
	margin-bottom: 20px;
}
.top_ficha .t_producto h1, .top_ficha .titulo_colectivo{
	color: #fff;
}
.info_ficha{
	font-size: 14px;
	color: #434343;
}
.info_ficha ul{
	padding-left: 10px;
	margin: 20px 0;
}
.info_ficha ul > li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	list-style: none;
	padding-left: 24px;
	background: url(img/ficha/check.png) no-repeat 1px 5px;
}
.info_ficha ol {
	list-style-type: none;
	counter-reset: contador-ol;
	position: relative;
}
.info_ficha ol > li {
	counter-increment: contador-ol;
	margin-bottom: 8px;
}
.info_ficha ol > li::before {
	content: counter(contador-ol) ".";
	color: #fbb634;;
	right: calc(100% - 30px);
	position: absolute;
	text-align: right;
}
.cont_convenio table ul {
	margin: 8px 0;
}
.cont_convenio table li > p {
	margin-bottom: 2px;
}
.cont_convenio table li > ol > li {
	margin-bottom: 2px;
}
.cont_convenio table li > ul > li {
	margin-bottom: 2px;
}
.descarga_pdf{
	margin: 20px 0;
}
.descarga_pdf a{
	display: inline-block;
	padding: 10px;
	border: 2px solid #007a5e;
	color: #007a5e;
	padding-left: 35px;
	background: url(img/ficha/ico_pdf.png) no-repeat 8px 7px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.descarga_pdf a:hover{
	color: #fff;
	text-decoration: none;
	background: url(img/ficha/ico_pdf_over.png) no-repeat 8px 7px #007a5e;
}
.fotoficha{
	width: 100%;
     position: relative;
    display: inline-block;
	background-color: rgba(17,119,91,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}
.fotoficha:before, .fotofichaimg:before{
    content: '';
    padding-top: 100%;
	display: block;
}
.fotofichaimg{
	width: 100%;
    display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	top: 0px;
	left: 0px;
	position: absolute;
}
/* Por si dentro del círculo se quiere poner un texto */
.fotoficha span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-size: 2vw;
}
.texto_legal {
	font-size: 10px;
	color: #339966;
	text-align: justify !important;
}


@media (max-width: 768px){
	.fotoficha{
		width: 50%;
		margin: auto;
		margin-bottom: 20px;
	}
	.fotoficha span {
		font-size: 4vw;
	}
}
.simulador_in{
	margin-top: 20px;
}
.simulador_in{
	text-align: center;
}
.simulador_in h2{
    margin: 0px;
    color: #11775b;
    font-size: 28px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
	margin-bottom: 20px;
	background: url(img/ficha/ico_simulador.png) no-repeat 0px 6px;
	padding: 5px 0px;
	padding-left: 40px;
	margin-bottom: 25px;
	display: inline-block;
}
.simulador_in h2 a{
    color: #11775b;
	text-decoration: underline;
}
.simulador_in h2 a:hover{
	color: #fbb634;;
	text-decoration: none;
}
.cta_ficha{
	border: 2px solid #f2f2f2;
	padding: 14px 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.cta_ficha h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #11775b;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.cta_ficha .pretty {
	margin: 10px 0;
}
.cta_ficha .state label{
	color: #696969;
}
.cta_ficha .state label a{
	color: #fbb634;;
}
.cta_ficha input[type=email],
.cta_ficha input[type=text], .cta_ficha textarea {
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    color: #616161;
    margin-bottom: 14px;
	border: 2px solid #f2f2f2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cta_ficha textarea {
	height: 167px;
	margin-bottom: 0px;
}
.cta_ficha input[type=email]:hover,
.cta_ficha input[type=email]:focus,
.cta_ficha input[type=text]:focus, .cta_ficha input[type=text]:hover, .cta_ficha textarea:focus, .cta_ficha textarea:hover{
	outline: none;
	border: 2px solid #fbb634;;
}
.slider_log{
	height: 502px;
	margin-bottom: 30px;
	background: url(img/home/bg_top.jpg) no-repeat left center #fff;
	text-align: right;
	font-size: 16px;
	color: #707070;
	position: relative;
}
.slider_log h1{
	font-family: 'Gotham', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
    color: #fbb634;
	font-size: 28px;
	padding-top: 130px;
}
.bienv_cra{
    color: #014D40;
	font-weight: 600;
}
.bienv_cra span{
	color: #8FD400;
}

@media (max-width: 991px){
	.slider_log h1{
		padding-top: 100px;
	}
	.slider_log h1 br{
		display: none;
	}
}
@media (max-width: 768px){
	.slider_log{
		height: auto;
		text-align: center;
		padding-bottom: 100px;
		background: url(img/home/bg_top.jpg) no-repeat 59% 50% #fff;
	}
}
.cta_colectivo{
	padding: 20px 30px;
	margin-bottom: 60px;
	background-image:url(img/inicio/banner_cuidar.png);
    background-repeat: no-repeat;
	background-color: #F6F4F4;
    background-position: right bottom;
	text-align: left;
	color: #006949;
}
.container-bg{
	width: max-content;
	padding: 10px 20px;
	background-color: rgb(255 255 255 / 0.8);
	border-radius: 5px;
}
.cta_colectivo h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #006949;
    font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham', sans-serif;
    font-weight: 700;
	font-size: 25px;
}
.cta_colectivo h2 span{
	font-size: 32px;
}
.logintop a, .cta_colectivo a{
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	display: inline-block;
	color: #414042;
	font-weight: 700;
	padding: 8px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
    background: #fbb634;
	border: 2px solid #fbb634;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logintop a i, .cta_colectivo a i{
	display: inline-block;
	margin-left: 5px;
}
.logintop a:hover{
	text-decoration: none;
	color: #fff;
	background: transparent;
}
.cta_colectivo a:hover{
	text-decoration: none;
	color: #fff;
	background: #006849;
	border-color: #006849;
}
.cta_colectivo a{
	font-size: 16px;
	padding: 8px 25px;
	margin-top: 15px;
}
.bg_buscadormain{
	padding: 30px 0;
	margin: 0px 0;
	background: #f7f7f7;
}
.bg_buscadormain_cont{
	position: relative;
}
.bg_buscadormain_cont input[type=text] {
    border: 1px solid #c6c6c6;
    font-size: 15px;
    color: #11775b;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 12px;
    width: 100%;
	border-radius: 5px;
}
.bg_buscadormain_cont input[type=submit] {
    width: 36px;
    height: 36px;
    background: url(img/home/lupa.png) no-repeat center center;
    position: absolute;
    top: 6px;
    right: 6px;
    border: 0px;
    font-size: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bg_buscadormain_cont input[type=submit]:hover {
    opacity: 0.5;
}
.bg_buscadormain_cont input[type=submit]:focus {
	outline: none;
}
.bg_buscadormain_cont input[type=text]:hover, .bg_buscadormain_cont input[type=text]:focus {
	outline: none;
     border: 1px solid #11775b;
}
.demandados{
    font-size: 24px;
    color: rgb(243, 255, 245);
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	background:#006849;
	padding: 10px 25px;
	margin: 0px;
	margin-bottom: 20px;
}
.demandados > span {
	font-style: italic;
}

a.ficha_convenio{
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
a.ficha_convenio h2{
    color: #11775b;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	padding: 10px;
	margin: 0px;
	margin-bottom: 6px;
	height: 78px;
}
a.ficha_convenio h2 span{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.img-convenio{
	height: 120px;
	text-align: center;
	padding: 5px;

}
.img-convenio img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ver-convenio{
	padding: 5px 10px;
    color: #fff;
	font-size: 14px;
	font-weight: 600;
   font-family: 'Montserrat', sans-serif;
	background: url(img/home/flecha_convenio.png) no-repeat 95% 50% #006849;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.ficha_convenio:hover{
	border: 1px solid #fbb634;
	text-decoration: none;
}
a.ficha_convenio:hover .ver-convenio{
	background: url(img/home/flecha_convenio.png) no-repeat 98% 50% #fbb634;
}
h1.demandados.novedades{
    color: #014D40;
	background: #f7f7f7;
	margin-top: 40px;
}
.buscadortop-in{
	position: relative;
	margin-right: 15px;
}
.buscadortop-in input[type=submit]{
    top: 0px;
    right: 2px;
}
.sesioniniciada{	
	color: #fff;
	font-size: 11px;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-left: 18px;
	background: url(img/home/user-ico.png) no-repeat 3px 3px;
	display: inline-block;
	margin-bottom: 5px;
}
.sesioniniciada span{
	color: #fbb634;
	font-weight: 700;
}
.sesion-gestor {
	font-size: 11px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.cerrarsesion{
	display: inline-block;
	/*margin-bottom: 5px;*/
	margin-left: 6px;
}
.cerrarsesion a{
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-left: 18px;
	background: url(img/home/cerrar.png) no-repeat 2px 2px;
}
.cerrarsesion a:hover{
	color: #fbb634;
	text-decoration: none;
}
.modal-login h5{
	font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fbb634;
    font-size: 20px;
}

.modal-login input[type=date],
.modal-login textarea,
.modal-login input[type=password],
.modal-login input[type=email],
.modal-login input[type=text],.modal-login input[type=number], .modal-login select{
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    color: #616161;
    margin-bottom: 14px;
	border: 2px solid #f2f2f2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modal-login textarea {
	resize: vertical;
}
.modal-header .close {
    margin-top: -34px;
    font-size: 30px;
}
.modal-login input[type=date]:focus, .modal-login input[type=date]:hover,
.modal-login textarea:focus, .modal-login textarea:hover,
.modal-login input[type=password]:focus, .modal-login input[type=password]:hover,
.modal-login input[type=email]:focus, .modal-login input[type=email]:hover,
.modal-login input[type=number]:focus, .modal-login input[type=number]:hover,
.modal-login input[type=text]:focus, .modal-login input[type=text]:hover,
.modal-login select:focus, .modal-login select:hover{
	outline: none;
	border: 2px solid #fbb634;;
}
.enviar_login{
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
}

.enviar_entraid a,
.enviar_login .btn-email,
.enviar_login .btn-descargar,
.enviar_login input[type=submit]{
	border: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #414042;
    font-weight: 700;
    padding: 8px 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fbb634;
    border: 2px solid #fbb634;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#modal-cliente-consentimiento .enviar_login .btn-email, #modal-no-clientes .enviar_login .btn-email,
#modal-cliente-consentimiento .enviar_login .btn-descargar, #modal-no-clientes .enviar_login .btn-descargar,
#modal-cliente-consentimiento .enviar_login input[type=submit], #modal-no-clientes .enviar_login input[type=submit]{
	padding: 8px 22px;
}

.enviar_entraid a {
    background-color: #fff;
    border-color: #0078d4;
    color: #0078d4;
}
.enviar_entraid a img {
    position: relative;
    top: -2px;
    margin-left: 2px;
}
.enviar_login + .enviar_entraid {
    margin-top: -20px;
}

.enviar_entraid a:focus,
.enviar_entraid a:hover,
.enviar_login .btn-email:focus,
.enviar_login .btn-email:focus,
.enviar_login .btn-descargar:focus,
.enviar_login .btn-descargar:hover,
.enviar_login input[type=submit]:hover, .enviar_login input[type=submit]:focus{
	outline: none;
    text-decoration: none;
	color: #007a5e;
    border: 2px solid #007a5e;
    background: transparent;
}
.enviar_entraid a:focus,
.enviar_entraid a:hover {
    background-color: #0078d4;
    border-color: #0078d4;
    color: #fff;
}
.enviar_login input[type=submit][disabled] {
	opacity: .7;
	cursor: progress;
	filter: grayscale(1);
}
.enviar_login .dropdown-btn-email {
	position: absolute;
	left: 35px;
}
.enviar_login .btn-descargar {
	position: absolute;
	right: 35px;
}
@media (max-width: 515px){
	.enviar_login .dropdown-btn-email,
	.enviar_login .btn-descargar {
		position: relative;
		margin-left: 0;
		margin-top: 5px;
	}
}
.pasword {
	position:relative;
}
.btn_ojito{
	position: absolute;
	top: 3px;
	right: 6px;
	background: none;
	border: none;
	color:#BBBBBB;
	height: 32px;
	width: 35px;
}
.btn_ojito:hover{
	color:black;
}
/*ESTILOS PDF*/

.portada_pdf{
	max-height: 700px;
	overflow: hidden;
}
.portada_pdf img{
	width: 100%;
	height: auto;
}
.tit_pdf_portada h1{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #11775b;
    font-size: 40px;
    padding: 100px 0px;
	text-align: center;
}
.cont_logopdf{
	width: 510px;
	border: 1px solid #cecece;
	text-align: center;
	margin: auto;
}
.cont_logopdf img{
	max-width: 250px;
	height: auto;
	padding: 40px 0;
	
}
.mano{
	text-align: center;
}
.fecha_pdf{
	text-align: center;
	padding-top: 80px;
	font-size: 18px;
	color: #414141;
	font-weight: 600;
	margin-bottom: 20px;
}
.top-pdf{
    background: #11775b;
	height: 7px;
}
.cont_cabecera{
	border-bottom: 1px solid #11775b;
	padding: 25px 0;
	margin-bottom: 25px;
}
.cont_cabecera h1{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #11775b;
    font-size: 20px;
	line-height: 1.4em;
}
.cont_cabecera h1 span{
	display: inline-block;
	color: #fff;
    background: #11775b;
	padding: 0 8px;
}
.logos_cabecerapdf{
	text-align: right;
}
.logos_cabecerapdf img{
	display: inline-block;
	margin-bottom: 8px;
	max-width: 200px;
	height: auto;
}
.cont_convenio h2{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
    background: #11775b;
	padding: 8px;
    font-size: 20px;
	text-align: center;
}
ul.lista_number_pdf, ul.lista_number_pdf li{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
ul.lista_number_pdf li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 35px;
}
ul.lista_number_pdf li span{
	display: inline-block;
	color: #fff;
    background: #11775b;
	padding: 3px 10px;
	border-radius: 50px;
	margin-left: -40px;
	margin-right: 8px;
}
.cont_convenio h3{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	color: #11775b;
	padding-left: 25px;
    font-size: 22px;
	background: url(img/pdf/flecha.png) no-repeat 0px 6px;
}
ul.listachech_pdf, ul.listachech_pdf li ul, .aclaraciones_pdf ul{
    padding-left: 10px;
    margin: 20px 0;
} 
ul.listachech_pdf li ul{
	margin-top: 10px;
}
ul.listachech_pdf li, .aclaraciones_pdf li{
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 24px;
	background: url(img/pdf/check.png) no-repeat 1px 5px;
}

.interes_pdf{
	font-size: 40px;
	text-align: center;
	color: #11775b;
    font-weight: 600;
}
.interes2_pdf{
	font-size: 20px;
}
.letrapequena_pdf{
	padding:0px 20px 20px 20px;
	font-style: italic;
	font-size: 13px;
}
h2.anexo_tit_pdf{
	background: #464646;
}
.cont_convenio h4{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
	color: #11775b;
    font-size: 22px;
	margin: 30px 0 15px 0;
}
.anotacion_pdf{
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #11775b;
	font-weight: 600;
	color: #151516;
	text-align: center;
}
.aclaraciones_pdf{
	padding: 30px;
	background: #f6f6f6;
	margin-bottom: 30px;
}
.aclaraciones_pdf h5{
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
	color: #393939;
	text-align: center;
	font-size: 22px;
}
.aclaraciones_pdf ul li{
	font-size: 15px;
}
/* // ESTILOS PDF*/

.navbar-toggle i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(img/flecha-menu.png) no-repeat center center;
}
.enlacesfooter{
	text-align: center;
		padding-top: 20px;
}
.buscador_oficinas{
	text-align: right;
	font-size: 13px;
}
.buscador_oficinas input[type=text] {
    border: 1px solid #c6c6c6;
    font-size: 13px;
    color: #11775b;
    font-family: 'Dosis', sans-serif;
    padding: 6px 12px;
	margin-top: 8px;
    width: 220px;
}
.buscador_oficinas input[type=submit] {
    width: 30px;
    height: 36px;
    background: url(img/ico_lupa.png) no-repeat center center;
    position: absolute;
    top: 24px;
    right: 15px;
    border: 0px;
    font-size: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.buscador_oficinas input[type=text]:focus, .buscador_oficinas input[type=text]:hover {
    outline: none;
    border: 1px solid #11775b;
}
.buscador_oficinas span{
    display: inline-block;
    width: 12px;
    height: 17px;
    background: url(img/ico-loc.png) no-repeat center center;
    position: relative;
    margin-bottom: -5px;
    margin-right: 6px;
}
.back_home{
	font-size: 15px;
    color: #fff;
	margin-right: 10px;
}
.back_home:hover{
	color: #fbb634;
}
.back_home span{
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url(img/back.png) no-repeat center center;
	margin-bottom: -11px;
	margin-right: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.back_home:hover span{
	opacity: 0.5;
}
@media (max-width: 768px){
	.back_home{
		font-size: 0px;
	}
	.logintop, .buscadortop, .logo{
		text-align: center;
	}
	.buscadortop input[type=text]{
		width: 100%;
	}
	.bg_buscadormain{
		background: #fff;
		padding: 0px;
	}
	.cont_slider{
		padding: 0px;
	}
	.cont_slider_blanco {
    	padding: 30px;
    	font-size: 15px;
	}
	#slider-home .item {
		height: 465px;
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.enlacesfooter{
		padding-top: 0px;
		text-align: center;
		padding-bottom: 10px;
	}
	.buscador_oficinas{
		text-align: center;
	}
	.buscador_oficinas input[type=submit] {
		right: calc(50% - 110px);
	}
	.back_home{
		position: absolute;
		left: 15px;
	}
	.buscadortop input.b_in_colectivos[type=text]{
		width: calc(100% - 42px);
		float: right;
	}
	.enlaceconvenio{
		text-align: center;
		padding-top: 6px;
		width: 100%;
	}
}
.volverlistado{
	text-align: center;
	padding-bottom: 20px;
}
.volverlistado a{
	display: inline-block;
    font-family: 'Dosis', sans-serif;
	color: #11775b;
	background: url(img/back.png) no-repeat left center;
	padding: 10px 0px;
	padding-left: 40px;
}
.img_con_listado{
	text-align: right;
	padding-bottom: 10px;
}
.img_con_listado{
	text-align: right;
    position: relative;
    top: -10px;
}
.img_con_listado img{
	width:auto;
	max-width: 210px;
	max-height: 210px;
	height: auto;
}
a.ficha_convenio.ficha_conveniolist h2{
	text-align: left;
}


.paginacion{
	text-align: center;
	margin: 20px 0;
}
.paginacion a{
	display: inline-block;
	margin: 0 1px;
	padding: 1px 7px;
	font-size: 16px;
	color: #2b2b2b;
	font-family: 'Oswald', sans-serif;
}
.paginacion a:hover, a.pag_selected{
	background: #11775b;;
	text-decoration: none;
	color: #fff;
}

.ordenar_conv_pagina{
	text-align: left;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	margin-left: 6px;
	margin-bottom: 15px;
}
.ordenar_conv_pagina select{
	width: 38px;
}

.n_paginas{
	text-align: right;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	margin-right: 6px;
}
.cont_convenio table{
	width: auto !important;
}
.soporte_documental{
	margin-bottom: 30px;
}
.soporte_documental ul{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.soporte_documental ul li{
	list-style: none;
	padding-left: 22px;
	font-size: 16px;
	background: url(img/ficha/ico_documentacion.png) no-repeat 7px 5px;
	margin-bottom: 10px;
}
.soporte_documental ul li a{
	color: #8ad228;
}
a.en_documentacion{
    background: url(img/ico_documentacion.png) no-repeat 4px 4px;
	margin-right: 10px;
}
.soporte_documental .titulo_colectivo{
	text-align: left;
	padding-top: 10px;
}
.tleft{
	text-align: left;
}
.asp_opera{
	font-weight: 600;
	padding: 10px 5px;
	border-top: 1px solid rgba(235,235,235,1.00);
}
.ref{
	font-weight: 600;
	color: #11775b;
    text-transform: uppercase;
}
.nueva_prot{
	text-align: left;
}
.nueva_prot .pretty, .polit_cta_nuevo .pretty{
	white-space: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 6px;
}
.nueva_prot .pretty .state label:before, .nueva_prot .pretty .state label:after,.polit_cta_nuevo .pretty .state label:before, .polit_cta_nuevo .pretty .state label:after{
	top: 0px;
}
.polit_cta_nuevo{
	text-align: left;
    color: #707070;
}
.polit_cta_nuevo strong{
	margin-top: 10px;
}
.com_enlace{
	text-align: center;
}
.com_enlace a{
	display: inline-block;
	font-size: 15px;
	color: #434343;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(img/ficha/ico_compartir.png) no-repeat 3px 4px;
}
.com_enlace a:hover{
	background: url(img/ficha/ico_compartir_hover.png) no-repeat 3px 4px;
	text-decoration: none;
    color: #11775b;
}
#modalcompartir h5{
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: #11775b;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
#modalcompartir .modal-header .close {
    margin-top: -43px;
    font-size: 30px;
}
.com_enlace_cont{
	position: relativeç;
}
.enlace_comp{
	padding: 10px;
    border: 2px solid #11775b;
    color: #333;
	font-size: 14px;
}
.enlace_comp span{
	display: block;
	width: 88%;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.com_enlace_cont input[type=button]{
	position: absolute;
    right: 21px;
    top: 25px;
	border: 0px;
	background: #fff;
	color: #11775b;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.com_enlace_cont input[type=button]:hover{
	background: #11775b;
	color: #fff;
}
.enlace_copiado{
	padding: 10px 0;
	text-align: center;
	color: #FF0000;
	font-size: 14px;
}

/* Antonio Rico */

a.share{
	background: url(img/ficha/ico_compartir_hover.png) no-repeat 11px 4px;
}
.gente{
	text-align: right;
	padding-top: 20px;
}
.gente img{
	max-width: 100%;
	height: auto;
	margin: auto;
}

@media (max-width: 768px){
	.tleft{
		text-align: center;
	}
	
	.logintop a{
		margin-top: 10px;
	}
	.cta_colectivo{
		text-align: center;
	}
	.gente{
		text-align: center;
		margin-top: 20px;
	}
	.container-bg{
		width: 100%;
	}
}
.enverde a, .verde{
	color: #014D40;
}
.generar_ofertas{
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #8BBD05;
}
.generar_ofertas a, .generar_oferta_boton a{
    font-size: 18px;
    display: inline-block;
    color: #004D40;
    font-weight: 700;
    padding: 6px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border: 2px solid #8BBD05;
	margin-bottom: 10px;
}
.generar_ofertas a:hover, .generar_oferta_boton a:hover{
	background: #fff;
	color:#8BBD05;
	text-decoration: none;
}
.listado_ofertas{
	text-align: center;
}
.listado_ofertas a{
    color: #004D40;
	display: inline-block;
	border-bottom: 1px solid #8BBD05;
}
.listado_ofertas a:hover{
	color:#8BBD05;
	text-decoration: none;
}
.generar_oferta_tit h1{
	text-align: center;
	color:#fbb634;
    font-weight: 700;
    font-size: 28px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	position: relative;
}
.tabla_listado_ofertas .ver_producto_oferta a {
	color:#fbb634;
}
.generar_oferta_tit h1:after{
	height: 18px;
	width: 81px;
	position: absolute;
	bottom: -6px;
	left: calc(50% - 40px);
	content: '+ + +';
	letter-spacing: 5px;
	font-weight: 400;
	font-size: 24px;
}
.filtrado_convenios h2{
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}
.filtrado_convenios ul{
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}
.filtrado_convenios ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.filtrado_convenios ul li a{
	display: block;
	padding: 8px 13px;
	margin-bottom: 10px;
	color: #014D40;
}
.filtrado_convenios ul li a:hover{
	text-decoration: none;
	background: rgba(244,244,244,1.00);
}
.filtrado_convenios ul li a i{
	float: right;
	position: relative;
	top: 3px;
	color: #8BBD05;
}
.filtrado_convenios ul li.activefiltrado a{
	background: #014D40;
	color: #fff;
}
.t_categoria_cont{
	margin-bottom: 55px;
}
.t_categoria h4{
    font-size: 26px;
    color: #014D40;
    font-weight: 600;
	border-bottom: 2px solid #8BBD05;
	padding-bottom: 10px;
}
.oferta_cont{
	padding: 15px;
	margin: 12px 0;
    border: 1px solid #e6e6e6;
	position: relative;
	padding-left: 110px;
	min-height: 137px;
	background: #fff;
}
.imagen_oferta{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #8BBD05;
	position: absolute;
	left: 10px;
	top: 10px;
}
.imagen_oferta img{
	height: 80px;
	width: 100%;
	object-fit: cover;
}
.oferta_cont h5{
	padding: 0px;
	margin: 0px;
	font-size:14px;
	font-weight: 700;
    color: #014D40;
    display: -webkit-box;
    max-width: 100%;
    /*max-height: 40px;*/
    /*height: 36px;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    line-height: 1.2em;
	padding-right: 29px;
}
.anadir_producto, .ver_producto_oferta, .eliminar_producto{
	display: inline-block;
}
.anadir_producto a{
	display: inline-block;
    color: #004D40;
	font-size: 14px;
	font-weight: 700;
    padding: 2px 20px;
	padding-right: 30px;
	position: relative;
	margin-top: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8BBD05;
}
.anadir_producto a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;    
    content: "\f067";
	position: absolute;
    top: 6px;
    right: 11px;
    font-size: 13px;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.anadir_producto a:hover{
    background: #fff;
    color: #8BBD05;
    text-decoration: none;
}
.ver_producto_oferta a{
	font-weight: 600;
	margin-left: 8px;
	display: inline-block;
	font-size: 15px;
	color: #8BBD05;
}
.ver_producto_oferta a i{
	top: 1px;
	position: relative;
}
.eliminar_producto{
    font-size: 13px;
	font-weight: 700;
	color: #8BBD05;
}
.anadido{
	border: 2px solid #8BBD05;
    -webkit-box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.04), 0 2px 22px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
}
.eliminar_producto{
	color: #000;
    padding: 2px 15px;
    border: 1px solid #8BBD05;
	border-radius: 50px;
	margin-top: 12px;
}
.eliminar_producto span.indicador,
.eliminar_producto a{
	color: red;
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.eliminar_producto a:hover{
	opacity: 0.5;
}
.buscar_oferta{
	margin-bottom: 30px;
	margin-top: 15px;
	width: 60%;
	
}
.generar_oferta_boton{
	text-align: center;
	margin-bottom: 40px;
}
.generar_oferta_boton_fixed{
	margin: 0px;
}
.generar_oferta_boton_fixed a{
	transition: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}
.anadidos_a_laoferta{
	border-top: 1px solid rgba(235,235,235,1.00);
	padding-top: 20px;
	margin-bottom: 30px;
}
.anadidos_a_laoferta ul{
	padding: 0px;
	margin: 0px;
}
.anadidos_a_laoferta ul li{ 
	padding: 0px;
	font-size: 13px;
	list-style: none;
	margin: 4px 0;
	color: #000;
	margin-bottom: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 18px;
}
.anadidos_a_laoferta ul li span.indicador,
.anadidos_a_laoferta ul li button,
.anadidos_a_laoferta ul li a {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	color: red;
	background: transparent;
	border: none;
	padding: 0;
} 
.anadidos_a_laoferta ul li button:hover,
.anadidos_a_laoferta ul li a:hover{
	opacity: 0.5;
}
.editar_producto a:after{ 
    content: "\f0d0";
}
.eliminar_producto_list a{
	color: red;
}
.tabla_listado_ofertas{
	background: #fff;
	margin-bottom: 40px;
}
.tabla_listado_ofertas ul{
	padding: 0px;
	margin: 0px;
}
.tabla_listado_ofertas ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding: 15px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.04), 0 2px 22px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
	margin-bottom: 20px;
}
.tabla_listado_ofertas ul li h2{
    font-size: 16px;
    font-weight: 700;
    color: #014D40;
	padding: 0px;
	margin: 0px;
}

.btn-lista-ofertas > a {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 12px;
}

.anadidos_a_laoferta .sin_productos {
	font-size: 12px;
	margin-top: 10px;
	font-style: italic;
}

/* efectos ccs carga */
/*contacto*/


.cssload-container *, .cssload-container *:before, .cssload-container *:after{
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cssload-container {
	margin: 94px auto;
	width: 113px;
	height: 56px;
}
.cssload-container > div {
	float: left;
	background: rgb(34, 34, 33);
	height: 100%;
	width: 9px;
	margin-right: 2px;
	display: inline-block;
}

.cssload-container .cssload-shaft1 {
	animation-delay: 0.06s;
	-o-animation-delay: 0.06s;
	-ms-animation-delay: 0.06s;
	-webkit-animation-delay: 0.06s;
	-moz-animation-delay: 0.06s;
}
.cssload-container .cssload-shaft2 {
	animation-delay: 0.12s;
	-o-animation-delay: 0.12s;
	-ms-animation-delay: 0.12s;
	-webkit-animation-delay: 0.12s;
	-moz-animation-delay: 0.12s;
}
.cssload-container .cssload-shaft3 {
	animation-delay: 0.17s;
	-o-animation-delay: 0.17s;
	-ms-animation-delay: 0.17s;
	-webkit-animation-delay: 0.17s;
	-moz-animation-delay: 0.17s;
}
.cssload-container .cssload-shaft4 {
	animation-delay: 0.23s;
	-o-animation-delay: 0.23s;
	-ms-animation-delay: 0.23s;
	-webkit-animation-delay: 0.23s;
	-moz-animation-delay: 0.23s;
}
.cssload-container .cssload-shaft5 {
	animation-delay: 0.29s;
	-o-animation-delay: 0.29s;
	-ms-animation-delay: 0.29s;
	-webkit-animation-delay: 0.29s;
	-moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft6 {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}
.cssload-container .cssload-shaft7 {
	animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
.cssload-container .cssload-shaft8 {
	animation-delay: 0.46s;
	-o-animation-delay: 0.46s;
	-ms-animation-delay: 0.46s;
	-webkit-animation-delay: 0.46s;
	-moz-animation-delay: 0.46s;
}
.cssload-container .cssload-shaft9 {
	animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-moz-animation-delay: 0.52s;
}
.cssload-container .cssload-shaft10 {
	animation-delay: 0.58s;
	-o-animation-delay: 0.58s;
	-ms-animation-delay: 0.58s;
	-webkit-animation-delay: 0.58s;
	-moz-animation-delay: 0.58s;
}

.cssload-container > div {
	animation: cssload-loading 1.73s infinite ease-in-out;
	-o-animation: cssload-loading 1.73s infinite ease-in-out;
	-ms-animation: cssload-loading 1.73s infinite ease-in-out;
	-webkit-animation: cssload-loading 1.73s infinite ease-in-out;
	-moz-animation: cssload-loading 1.73s infinite ease-in-out;
	transform: scaleY(0.05) translateX(-19px);
	-o-transform: scaleY(0.05) translateX(-19px);
	-ms-transform: scaleY(0.05) translateX(-19px);
	-webkit-transform: scaleY(0.05) translateX(-19px);
	-moz-transform: scaleY(0.05) translateX(-19px);
}



@keyframes cssload-loading {
	50% {
		transform: scaleY(1.2) translateX(19px);
		background: rgb(139 189 5);
	}
}

@-o-keyframes cssload-loading {
	50% {
		-o-transform: scaleY(1.2) translateX(19px);
		background: rgb(139 189 5);
	}
}

@-ms-keyframes cssload-loading {
	50% {
		-ms-transform: scaleY(1.2) translateX(19px);
		background:rgb(139 189 5);
	}
}

@-webkit-keyframes cssload-loading {
	50% {
		-webkit-transform: scaleY(1.2) translateX(19px);
		background: rgb(139 189 5);
	}
}

@-moz-keyframes cssload-loading {
	50% {
		-moz-transform: scaleY(1.2) translateX(19px);
		background: rgb(139 189 5);
	}
}
/* fin efectos carga */

.oferta_selector{
	text-align: center;
	margin-bottom: 15px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid  rgba(235,235,235,1.00);
	padding-bottom: 40px;
	margin-top: -25px;
}
.oferta_selector select{
	width: 50%;
	font-weight: 600;
	color: #707070;
	margin-top: 5px;
	padding: 8px 20px;
	border-radius: 4px;
	border:1px solid #8BBD05;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(img/flecha-menu.png) no-repeat calc(100% - 10px) 50% #fff;
}
.oferta_selector select:focus, .oferta_selector select:hover{
	border:1px solid #014D40;
}
.crear_cliente{
	margin-top: 10px;
}
.crear_cliente a{
    font-weight: 700;
    margin-left: 8px;
    display: inline-block;
    font-size: 15px;
    color: #8BBD05;
}
.modal-login select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(img/flecha-menu.png) no-repeat calc(100% - 10px) 50% #fff;
}
.crear_cliente a.editar_cliente{
	color: #014D40;
	margin-right: 10px;
	font-weight: 400;
}
.generar_oferta_tit_cliente {
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 6px;
}
.generar_oferta_tit_cliente span {
	color: #8BBD05;
	font-weight: bolder;
}
.generar_oferta_tit_cliente span.tipocli {
	color: #014D40;
	font-weight: 700;
}
.generar_oferta_tit_cliente a {
	font-size: 12px;
	margin-left: 6px;
}
.generar_oferta_tit_cliente a:first-of-type {
	margin-left: auto;
}
.generar_oferta_tit_cliente a.cambiar {
	color: red;
}
.generar_oferta_tit_cliente a.editar_cliente {
	color: #014D40;
}
@media (max-width: 768px){
	.oferta_selector select{
		width: 100%;
	}
}
.cont_select_tipo{
	text-align: center;
	padding: 20px;
}

.button_personalizado{
	text-align: left;
    width: 293px;
    margin: auto;
	margin-top: 20px;

}
.button_personalizado input[type=radio] {
	opacity: 0;
}
.button_personalizado label{
	font-size: 18px;
	color: #000;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}
.button_personalizado label a{
	color: #222221;
}
.button_personalizado label i {
	color: #8BBD05;
	font-size: 24px;
}

.button_personalizado label:after{
	position: absolute;
    left: -16px;
    top: -1px;
	font-size: 24px;
	color: #8BBD05;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}

.button_personalizado input[type=radio]:checked + label:after {
    content: "\f058";
    font-weight: 900;
}
.enviar_tipocliente a,.enviar_tipocliente input{
	margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    color: #004D40;
    font-weight: 700;
    padding: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 2px solid #8BBD05;
    margin-bottom: 10px;
}
.enviar_tipocliente a:hover,.enviar_tipocliente input:hover{
    background: #fff;
    color: #8BBD05;
    text-decoration: none;
}

.wysiwyg {
	font-size: 14px;
	padding-top: 11px;
	border: 1px solid #cacaca;
	margin-bottom: 20px;
	border-radius: 3px;
}
.wysiwyg:hover {
	border: 1px solid #8BBD05;
}

.wysiwyg {
	font-size: 14px;
	padding-top: 11px;
	border: 1px solid #cacaca;
	margin-bottom: 20px;
	border-radius: 3px;
}
.wysiwyg:hover {
	border: 1px solid #8BBD05;
}

textarea.large_textarea{
	height: 250px;
}

.note-toolbar {
	border-bottom: none !important;
}

.note-editor.note-frame {
	border: none !important;
	margin-bottom: 0;
}
.note-editor.note-frame:hover {
	border: none !important;
}
.note-toolbar.panel-heading {
	background: #ffffff;
	border-bottom: 1px solid #cacaca !important;
}
.panel-heading.note-toolbar .note-style .dropdown-style h2 {
	background: none;
}
.note-status-output {
	padding: 0!important;
}

.titulo_editar input[type=text]{
	border: 1px solid #cacaca;
	color: #343a40;
	font-size: 14px;
	padding: 18px 14px 16px 14px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
}

.titulo_editar input[type=text]:focus, .titulo_editar input[type=text]:hover{
	outline: none;
	border: 1px solid #8BBD05;
}

.titulo_editar label{
	display: inline-block;
	position: relative;
	bottom: -16px;
	left: 13px;
	background: #fff;
	padding: 0 4px;
	z-index: 1;
}

.guardar_editar_producto{
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
}
.oferta_cont{
	position: relative;
}
.editar_producto_oferta{
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
}
.editar_producto_oferta button,
.editar_producto_oferta a{
	width: 30px;
	height: 30px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8BBD05;
	display: block;
	text-align: center;
	color: #004D40;
	padding-top: 3px;
    background: #fff;
}
.editar_producto_oferta button:hover ,
.editar_producto_oferta a:hover {
    text-decoration: none;
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
}

/*menu multilevel*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu>li>a {
    color: #464646;
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
}
.dropdown-menu>li>a:hover {
	background: none;
    color: #fbb634;
}


.select2-selection__arrow{
	background: url(img/flecha-menu.png) no-repeat calc(100% - 10px) 50% #fff;
	width: 25px!important;
	height: 34px!important;
}

.select2-selection__arrow b{
	display: none;
}

.select2-selection.select2-selection--single{
	border:1px solid #8BBD05!important;
	height: 36px!important;
}

.select2-selection__rendered{
	text-align: left!important;
	padding: 2px!important;
	margin-left: 15px!important;
	color: #707070!important;
	font-weight: 600!important;
	font-size: 16px!important;
	font-family: 'Open Sans', sans-serif!important;
}

.select2-dropdown{
	border:1px solid #8BBD05 !important;
	border-top: 0px  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8BBD05 !important;
    color: white;
}
.select2-search--dropdown{
	padding: 15px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
}
.cancelar-noty,
.eliminar-noty {
	color: red;
	background: transparent;
	border: none;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid transparent;
}
.cancelar-noty {
	color: #464646;
}
.cont-prto-datos{
	padding: 20px;
	color: rgba(36,36,36,1.00);
}
.cont-prto-datos ul{
	padding: 0px;
	margin: 20px 0px;
}
.cont-prto-datos ul > li{
	list-style: none;
	padding-left: 22px;
	background: url("img/pdf/check.png") no-repeat 0px 5px;
	margin-bottom: 20px;
}
.cont-prto-datos ol{
	margin-top: 15px;
	padding: 0px;
}
.cont-prto-datos ol li{
	margin-bottom: 20px;
	padding-left: 22px;
	list-style: none;
    counter-increment: count-me;
}
.cont-prto-datos ol > li:before {
    content: counter(count-me) ". ";
	font-weight: 600;
	color: #8BBD05;
}
.cont-prto-datos a {
	color: #8BBD05;
	font-weight: 600;
}
.cont_oferta{
	border: 1px dotted #8BBD05;
	text-align: center;
	padding: 15px;
}
.cont_oferta button,
.cont_oferta a{
	width: 100%;
	 display: block;
    color: #004D40;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 6px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8BBD05;
}
.cont_oferta button:hover, .cont_oferta_no button,
.cont_oferta a:hover, .cont_oferta_no a {
    background: #fff;
    color: #8BBD05;
    text-decoration: none;
}
.cont_oferta_no button:hover,
.cont_oferta_no a:hover{
    color: #004D40;
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
}
#modal-enviar-email h5{
	text-align: center;
	font-size: 30px;
    color: #8BBD05;
    font-weight: 700;
}
@media (min-width: 768px){
	#modal-enviar-email .modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
}
.info-form {
	margin-bottom: 20px;
	font-size: 14px;
	font-style: italic;
	color: #004D40;
}
.modal-login input + .info-form {
	margin-top: -6px;
}
.aviso-exito,
.aviso-error {
	text-align: center;
	font-size: 14px;
	color: #004D40;
	font-weight: 600;
}
.aviso-error {
	color: #d73b30;
}
h5.titulo-modal-cliente{
    background: #19775c;
    color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding: 20px 35px;
	margin: 0px;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modal-consent{
	padding: 0px;
	position: relative;
}
.modal-consent button.close{
	position: absolute;
	right: 10px;
	top: 56px;
	color: #fff;
	width: 18px;
	height: 18px;
	font-size: 0px;
	opacity: 1;
	background: url("img/ofertas/close.png") no-repeat center center;
}
.modal-consent button.close:hover{
	opacity: 0.6;
}
.modal-consent-form{
	padding: 20px;
}
.modal-consent-form input[type=text]{
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    color: #616161;
    margin-bottom: 14px;
    border: 2px solid #f2f2f2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.label-consent{
	color: #19775c;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.blac{
	color: #000;
	font-size: 17px;
	font-weight: 600;
}
.sep{
	height: 1px;
	background: #d1d1d1;
	margin: 25px 0;
}
.modal-atenciones{
	text-align: center;
	padding: 20px;
}
.modal-atenciones h4{
	color: #c70042;
	font-weight: 600;
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
}
.enviar_login input[type=submit].no_input{
	background: #fff;
	border:2px solid #8FD400;
    padding: 6px 20px;
	margin-left: 10px;
}
.enviar_login input[type=submit].no_input:hover{
    background-image: -webkit-gradient(linear,right top,left top,from(#8BBD05),color-stop(32.77%,#98DC08),to(#DEFF88));
    background-image: -webkit-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: -o-linear-gradient(right,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
    background-image: linear-gradient(to left,#8BBD05 0%,#98DC08 32.77%,#DEFF88 100%);
}
.alert-success a:hover,
.alert-success a {
	color: #3c763d;
	/*text-decoration: underline;*/
}
.acciones-oferta {
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 14px;
	padding-top: 14px;
}
.acciones-oferta a {
	font-weight: 600;
}



/* Tablas en productos de convenio */


/*.cont_convenio table{*/
/*	margin-bottom: 30px;*/
/*}*/
/*.cont_convenio table table {*/
/*	margin-bottom: 0px;*/
/*	border: none;*/
/*}*/
.cont_convenio table tr th, .cont_convenio table tr td{
	padding: 3px;
	/*border: 1px solid #11775b;*/
}
/*.cont_convenio table tr th th, .cont_convenio table tr td td {*/
/*	border: none;*/
/*	padding: 0;*/
/*	font-size: 12px;*/
/*}*/
/*.cont_convenio table table td:first-child {*/
/*	text-align: left;*/
/*	padding-right: 6px;*/
/*}*/
/*.cont_convenio table tr th{*/
/*	font-family: 'Dosis', sans-serif;*/
/*	font-weight: 500;*/
/*	color: #11775b;*/
/*	font-size: 18px;*/
/*}*/
/*.cont_convenio table tfoot tr td{*/
/*	border-right: none;*/
/*	border-left: none;*/
/*}*/


/* Estilos TinyCME de GG */

.texto_legal{
	font-size: 10px;
	color: #339966;
	text-align: justify !important;
}
.sin_borde,.sin_borde tr, .sin_borde td{
	border: none !important;
	border: 0px !important;
}
.BordeExterior,
.BordeTodos,
.BordeTodos td
{
	border-width: 1px;
	border-style: solid;
}

.InputOficina{
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.alert-warning {
	color: #80560f;
	background-color: #ffcc80;
	border-color: #ffa726;
}
.alert-warning hr {
	border-top-color: #ffa726;
}
.alert-warning .alert-link {
	color: #66450c;
}

/* Sharing */

#enlace_sharing{
	height: 120px;
}
.bg_top_in{
	padding-bottom: 20px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: none;
    color: #fbb634;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fbb634;
}
.cr_tabla_riesgo table{
	border:2px solid #000;
	margin-bottom: 40px;
	font-size: 13px;
}
.cr_tabla_riesgo table tr td{
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #000;
}
.cr_tabla_riesgo .numero_riesgo{
	font-size: 40px;
	font-weight: 600;
	color: #000;
}
.cr_tabla_riesgo .numero_riesgo span{
	color: #707070;
}
.txt_home{
	z-index: 10;
}
.white_responsive{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.86);
	left: 0;
	top: 0;
}
@media (min-width: 768px){
	.white_responsive{
		display: none;
	}
}
@media (max-width: 768px){
	.menu-categorias{
		text-align: center;
	}
}
.cta_colectivo a:first-of-type{
	margin-right: 15px;	
}
a.contacta_home{
    background: #006849;
	border-color: #006849;
	color: #fff;
}
a.contacta_home:hover{
    background: #fbb634;
	color: #414042;
	border-color: #fbb634;
}
.coments_modal{
	height: 120px;
}
.protec_modal input{
	display: inline-block;
}
.protec_modal label{
	font-size: 15px;
	font-weight: 400;
    display: inline;
}
.protec_modal label a{
    color: #6dc600;
}
.slider_funcionarios{
    background: url("img/bg-funcionarios.jpg") no-repeat left center #fff;
}
.ficha-microsite .info_ficha.cont_convenio img {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100%;
	height: auto;
}
.dropdown.menuidioma{
	display: inline-block;    
	position: relative;
    /*top: -1px;*/
}
.dropdown.menuidioma .btn-primary {
    border: 2px solid #fbb634;
	font-weight: 600;
	background: none;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
}
.dropdown.menuidioma .btn-primary:focus {
	outline: none;
	background: #fbb634;
    border: 2px solid #fbb634;
    color: #414042;
}
.dropdown.menuidioma .dropdown-menu{
	min-width: 56px;
}
.dropdown.menuidioma .dropdown-menu li a{
	text-align: center;
	background: none;
	padding: 10px;
	border: none;
}
.dropdown.menuidioma .btn-primary .dropdown-menu li a:hover{
	color: #007a5e;
}

.buscadortopmicro form{
	display: inline-block;
}
.buscadortopmicro .dropdown.menuidioma .btn-primary {
    padding: 6px 10px;
}

@media (max-width: 768px){
	.buscadortopmicro form {
		display: inline-block;
		width: calc(100% - 103px);
		margin-left: 39px;
	}
	.buscadortopmicro input.b_in_colectivos[type=text] {
		width: 100%;
		float: right;
	}
	.buscadortopmicro .dropdown.menuidioma{
		top: -13px;
	}
}

/*cambios tablas convenios*/

.info_ficha ul > li{
	background: none;
	list-style: disc;
	padding-left: 0px;
	margin-left: 15px;
}

.cr_tabla_riesgo table{
	width: 100%;
	background: #ebe9e9;
}
.tabla_comision_gg table{
	width: 100% !important;
	margin-bottom: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
}
.tabla_comision_gg table tr td{
	width: 50%;
    border-right: 2px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.tabla_comision_gg table tr td:last-child{
	border: none;
}
.numero_comision{
	display: inline-block;
	color: #006849;
	font-weight: 700;
	font-size: 60px;
}
.tabla_comision_gg table ul{
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.tabla_comision_gg table ul strong{
	font-size: 17px;
	color: #006849;
}
.tabla_comision_gg table ul li{
	padding-left: 20px;
}
.tabla_comision_gg table ul li, .servicios ul li{
	background: none;
	position: relative;
	list-style: none;
	margin-left: 0px;
}
.tabla_comision_gg table ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #fbb634;
	border-radius: 50px;
	position: absolute;
	left: 3px;
	top: 7px;
}
.servicios{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	color: #000;
}
.servicios h3{
	font-size: 20px;
	color: #006849;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	background: none;
	text-transform: none;
}
.servicios ul{
	font-size: 12px;
	color: #006849;
	font-weight: 600;
}
.servicios ul li{
	padding-left: 17px;
}
.servicios ul li:before{
	content: "";
	width: 6px;
	height: 6px;
	background: #006849;
	border-radius: 50px;
	position: absolute;
	left: 3px;
	top: 5px;
}
.tablacuotas table{
	width: 100% !important;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.tablacuotas table tr td, .tablacuotas table tr th{
	padding: 8px;
	border: 1px solid #000 !important;
}
.tablacuotas table tr th{
	font-size: 15px;
	font-weight: 600;
	background: #006849;
	color: #fff;
}
.tablacuotas table tr td, .tablacuotas table tr th{
	text-align: center;
}
.tablacuotas table tr td{
	background: #b7dec6;
	color: #000;
}
.frasecilla_tablacuota{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #acacac;
	font-style: italic;
	margin-bottom: 20px;
}
.cont_tramo{
	border: 1px solid #000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	margin-bottom: 25px;
}
.cont_tramo h4{
	background: #000;
	color: #fff;
	padding: 5px;
	font-size: 15px;
	font-weight: 600;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
.contenido_tramo{
	padding: 8px;
	text-align: center;
}
.cont_euribor table{
	width: 100% !important;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.euribor_mas{
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
.cont_taevariable table{
	width: 100% !important;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #006849;
}
.cont_taevariable table tr td:first-child{
	text-align: right;
	padding-right: 10px;
}
.tae_mas{
	text-align: left;
	font-size: 15px;
	line-height: 1.1em;
}
.primeros_meses{
	height: 35px;
}
.titulo-oferta{
	font-family: arial, helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background:#006849;
	text-align: center;
	padding: 10px 2px;
	margin-bottom: 20px;
}
.no_br br{
	display: none;
}

.cr_tabla_riesgo table td, .tabla_comision_gg table td {
	width: 50%;
}

/* otros soportes comerciales */
.item-lista-documentos {
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
	justify-content: space-between;
}
.item-lista-documentos .info-documento{
	min-width: 0;
}
/*.item-lista-documentos .info-documento h2{*/
/*	display: block;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*	max-width: 100%;*/
/*	flex-basis: 0;*/
/*}*/
.btn-lista-documentos {
	flex-grow: 0;
}
.btn-lista-documentos a {
	display: flex;
	align-items: stretch;
	gap: .75rem;
}
.btn-lista-documentos a>i {
	margin-top: 2px;
}
@media (max-width: 767px){
	.btn-lista-documentos a>span {
		display: none;
	}
}
/* otros soportes comerciales */

.dn {
	display: none !important;
}

.form-logotipo {
	margin-bottom: 14px;
}
.info_campo_formulario {
	font-size: 0.8em;
	margin-bottom: 10px;
}
.info_campo_formulario p {
	margin-bottom: 6px;
}
.info_campo_formulario p:last-child {
	margin-bottom: 0;
}
.form-cargando {
	position: absolute;
	margin: 12px 0 0 5px;
}

@media (max-width: 500px){
	.cta_colectivo{
		padding: 0;
	}
	.cta_colectivo h2{
		font-size: 20px;
	}
	.cta_colectivo h2 span{
		font-size: 26px;
	}
	.cta_colectivo a:first-of-type{
		margin-right: 2px;
	}
	.cta_colectivo a{
		margin-top: 5px;
	}
	.cta_colectivo br{
		display: none;
	}
}
/*Barra imprimir pdf*/

.barra_pdf_cont{
	display: flex;
	height: 100%;
    flex-direction: column;
}
.barra_top_pdf{
	height: 80px;
	background: #006849;
	display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
	position: relative;
}
.contenedor_pdf{
	height: 100%;
	background: rgba(112,98,13,1.00);
	line-height: 0;
}
.contenedor_pdf iframe{
	height: 100%;
	border: none;
}
.barra_top_pdf a,
.barra_top_pdf button,
.barra_top_pdf input[type=button], a.recargar_button{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #414042;
    font-weight: 700;
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    background: #fbb634;
    border: 2px solid #fbb634;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin-right: 10px;
}
.barra_top_pdf input[type=button]:hover, a.recargar_button:hover{
    text-decoration: none;
    color: #fff;
    background: transparent;
}
a.recargar_button{
	position: absolute;
	right: 10px;
    padding: 8px 12px;
}