/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.0.0 
Created: August 2014
License URI: http://wrapbootstrap.com
File Description: Place here your custom CSS styles
*/
i {
    font-style: normal;
}
.btn-white-outline,
.btn-lg {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 50px !important;
}
.btn-white-outline:hover {
	background: #eff26d;
    border-color: #eff26d;
	color: #5d5d5d;
}

.btn-call {
	color: #FFFFFF !important;
	background-color: #80a251;
	border-color: #80a251;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	/*border-radius: 30px !important;*/
  }
  .btn-call:hover {
	color: #fff;
	background-color: #2c5fb3;
	border-color: #2c5fb3;
  }
  .btn-call:focus, .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(126, 160, 196, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(126, 160, 196, 0.5);
  }
  .btn-call.disabled, .btn-call:disabled {
	color: #212529;
	background-color: #80a251;
	border-color: #80a251;
  }
  .btn-call:not(:disabled):not(.disabled):active, .btn-call:not(:disabled):not(.disabled).active, .show > .btn-call.dropdown-toggle {
	color: #fff;
	background-color: #5b86b4;
	border-color: #5280b0;
  }
  .btn-call:not(:disabled):not(.disabled):active:focus, .btn-call:not(:disabled):not(.disabled).active:focus, .show > .btn-call.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(126, 160, 196, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(126, 160, 196, 0.5);
  }
  .breadcrumb-modern a {
	color: #d3d9e0;
  }

  @media (max-width:768px) {
.btn {
    
    letter-spacing: 0.1em !important;
    
} 
  }

.bg-company {
    background: -moz-linear-gradient(90deg, #80a251 0%, #6bc6ff 100%);
    background: -webkit-linear-gradient(90deg, #80a251 0%, #6bc6ff 100%);
    background: -o-linear-gradient(90deg, #80a251 0%, #6bc6ff 100%);
    background: -ms-linear-gradient(90deg, #80a251 0%, #6bc6ff 100%);
    background: linear-gradient(90deg, #80a251 0%, #6bc6ff 100%);
}

.bg-empresa {
    background: -moz-linear-gradient(90deg, #687386 0%, #9aacc1 100%);
    background: -webkit-linear-gradient(90deg, #687386 0%, #9aacc1 100%);
    background: -o-linear-gradient(90deg, #687386 0%, #9aacc1 100%);
    background: -ms-linear-gradient(90deg, #687386 0%, #9aacc1 100%);
    background: linear-gradient(90deg, #687386 0%, #9aacc1 100%);
}

.logosfooter {
	display: inline-flex;
}
.logosfooter img {
	max-height: 70px;
}

.pretitular {
	
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

@media (max-width: 576px) {
	.pretitular {
		margin-top: 40px !important;
	}
}

/* Boxes
---------------------------------- */

.box-style-3 {
	margin-top: 20px;
}
.box-style-3 i {
	font-size: 22px;
	line-height: 45px;
}
.box-style-3 .icon-container,
.item-wrap .icon-container {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 22px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-color: #80a251;
	border: 1px solid  #80a251;
}
.box-style-3 .body {
	margin-left: 80px;
	text-align: left;
}
.box-style-3.edu .body {
	margin-left: 40px !important;
	text-align: left;
	margin-top: 20px;
}

.box-style-3 h2 {
	font-size: 20px;
	margin-top: 0;
}
.box-style-3:hover .icon-container {
	border: 1px solid #666;
}
.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid  #80a251;
}
.box-style-3:hover .default-bg * {
	color:  #80a251;
}
.box-style-3:hover .dark-bg {
	background-color: #fff;
	border: 1px solid #666;
}
.box-style-3:hover .dark-bg * {
	color: #666;
}
.box-style-3:hover .white-bg * {
	color:  #80a251;
}
.panel-body i {
	width: 35px;
	text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.box-style-3.right .icon-container {
		float: right;
	}
	.box-style-3.right .body {
		margin-right: 80px;
		text-align: right;
		margin-left: 0;
	}
	.box-style-3.edu.right .body {
		margin-right: 40px !important;
		margin-top: 20px;
	}
}

/* Image Boxes
---------------------------------- */
.image-box {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}
.grid-space-0 .image-box {
	border: none;
}
.image-box h3.title {
	margin-top: 0;
}
.image-box .btn {
	white-space: normal;
	border-color: transparent;
}
.image-box .btn-block {
	margin: 0;
}
.image-box-body {
	padding: 20px 15px 15px;
}

----------------------------------------------------------------------------- */
.box-link:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 2px;
}

.contact-info  li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
    margin: 0;
	color: #d3d9e0;
}
.contact-info li .language {
    color: #d3d9e0;
	background-color: transparent;
	padding: 1px 6px;
    border-width: none;
    border-style: none;
    border-color: none;
    border-image: none;}
.contact-info .dropdown-menu{
	min-width: auto;
	font-size: inherit;
}
.contact-info li li {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0;
    color: #434345;
}


@media (max-width:990px) {
	.contact-info.buttons  li {
	display: block;
	width: 100%;
	}
}
.contact-info  li a {
padding: 4px 8px 3px;
margin: 0;
color: #d3d9e0;
}
.contact-info  li li a {

	color: #151515;
	}

.social-links li a {

	min-width: 30px !important;
	text-align: center;
}

.contact-info .social-links li .fa {
    display: inline-block;
	font: normal normal normal 15px FontAwesome !important;

}

.contact-info a:hover {
    color: #FFFFFF;
}

@media (max-width:990px) {
	ul.contact-info,
.contact-info  li {
	border-left: none;
	border-right: none;
	}
}
.contact-info li li a:hover {
    
    color: #000000;
}

.btntop {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	font-size: 10px;
	padding: 4.8px 16.8px;
	letter-spacing: 0.1em !important;
	border-radius: 20px;
	}
@media (max-width:768px) {
.btntop {
	margin-top: 10px !important;
	display: block !important;
    width: 100%;
	padding: 10px 16.8px;
	line-height: 24px;
	border-radius: 30px;
	}
}

.btn-default.btntop {
	background-color: #d3d9e0;
	border-color: #d3d9e0;
	border: #d3d9e0 1px solid;
}
.btn-default.btntop:hover {
    color: #fff;
    background: #4b5e79;
    border-color: #FFFFFF;
	border: #FFFFFF 1px solid;
}

.btn-acceso.btntop {
	background-color: #80a251;
	border: #80a251 1px solid;
	color: #FFFFFF;
}

.btn-acceso.btntop:hover {
	color: #80a251;
	background-color: #FFFFFF;
	border: #80a251 1px solid;
}
.quote {
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
}
.quote-variant-2 {
    position: relative;
}
@media (min-width: 992px) {
.quote-variant-2 {
    padding-left: 50px;
}
.quote-variant-2:before {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 16px;
    left: 0px;
    background: #434345;
    content: '';
}
.section-lg-bottom-0 {
    padding-bottom: 0;
}

}

.box-style-1 {
    text-align: center;
    padding: 20px;
    margin: 20px 0;
	
}
.object-visible, .touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.white-bg {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    border: none !important;
	    width: 100%;
}
.box-style-1.white-bg  {
	padding: 20px 10px !important;
	border: 1px solid #f2f3f8 !important;
	
}

.box-style-1.white-bg h6 {
	font-weight: normal;
	
}
@media (min-width: 768px) {
	.box-style-1.white-bg {
		min-height: 232px;
		
	}
	.calendar .box-style-1.white-bg {
		min-height: auto;
		
	}
	}
@media (min-width: 992px) {
.box-style-1.white-bg {
	min-height: 270px;
	
}
.calendar .box-style-1.white-bg {
	min-height: 205px;
	
}
}
.box-style-1.white-bg:hover  {
	background-color: #f2f3f8 !important;
}

.flexcell .box-style-1.white-bg {
	flex-direction: column;
}
.flexcell .box-style-1.white-bg:hover {
    background-color: #FFFFFF !important;

}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}


----------------------------------------------------------------------------- */
/* Footer
---------------------------------- */
.footer {
	font-size: 14px;
	color: #4b4b4b;
}
.footer {
    padding: 15px 0 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DDD;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #4b4b4b;
}
.footer h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
.light .footer,
.light .footer h1,
.light .footer h2,
.light .footer h3,
.light .footer h4,
.light .footer h5,
.light .footer h6 {
	color: #4b4b4b;
}

/* Subfooter
---------------------------------- */
.subfooter {
    background-color: #EEEEEE;
	text-align: center;
}
.subfooter {
	font-size: 14px;
}
.subfooter p {
	margin: 0;
}

.footer-content .social-links li a {
	color: #666;
	background-color: #fff;
	border: 1px #666 solid !important;
	width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 29px;
    border-radius: 50px;
}
.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
	background-color: #55acee;
	border-color: #55acee !important;
	color: #fff;
}
.social-links li.skype a:hover,
.colored.social-links li.skype a {
	background-color: #00aff0;
	border-color: #00aff0 !important;
	color: #fff;
}
.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
	background-color: #0976b4;
	border-color: #0976b4 !important;
	color: #fff;
}

.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
	background-color: #3b5998;
	border-color: #3b5998 !important;
	color: #fff;
}

.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
	background-color: #517fa4;
	border-color: #517fa4 !important;
	color: #fff;
}

.image-cropper {
	width: 133px;
	height: 133px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 6px solid #d1e1f7;
	margin: 20px auto 0;
  }
  
.image-cropper img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
  }


  .btn-more {
	  margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
}
.btn-more .icon-xxs {
    font-size: 18px;
    line-height: 18px;
}
/*.btn-more .icon {
    color: #55bbeb;
}*/
.btn-more .icon+*, .btn-more *+.icon {
    transition: .3s;
    display: inline-block;
    margin-left: 8px;
}
.btn-more:hover .icon+*, .btn-more:hover *+.icon {
    transform: translateX(8px);
}
.claves-gamificacion {
	vertical-align:middle;
	margin: auto;
}

@media (min-width: 768px) {
.section-md-top-98 {
    padding-top: 98px;
}
}

/* Fitxa simulador
---------------------------------- */
.ficha-simulador img.logo {
    max-height: 133px;
}
.ficha-simulador img.taller {
    object-fit: cover;
 
 max-height: 162px;
}
.titbottom {
    height: 100%;
    min-height: auto;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center;
}
.titbottomtaller {
height: 100%;
    min-height: 181px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}	
@media (min-width: 992px){
	.titbottom  {
    min-height: 142px !important;
	justify-content: left;
	}
}
#titularbaix  {
	width: 100%;
	display: block;
}
#titularbaix #gruptitle {
	display: inline-block;
}
#titularbaix .title {
    margin-bottom: 0px;
	line-height: 1;
	margin-top: 0px !important;
}
#titularbaix .text-secondary {
    margin-bottom: 0px;
	line-height: 1;
	margin-top: 0px !important;
}

.nivel  {
	float: right;
	display: inline-block;
	line-height: initial;
	padding-top: 1.75em;
}
.nivel  span {
	display: inline-block;
	font-size: 28px;
	color: #0a82de;

	}
	.nivel  img {
		display: inline-block;
		vertical-align: baseline;
		}	
	
@media (min-width: 992px){
	.title {
		margin-top: 0px !important;
	}
}
@media (max-width: 768px){
	.nivel  {
		
		display: none;
	}
}
* + .row.contentfitxa  {
    margin-top: 0px;
}
.box-style-fitxa {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.box-fitxa  {   
	margin-bottom: 15px;

	
}
.box-fitxa .icon-container {
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 0px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
}
.box-fitxa i {
    font-size: 26px;
    /*line-height: 22px;*/
    color: #666 !important;
}
.box-fitxa .icon-simulator {
    font-size: 26px;
    /*line-height: 22px;*/
    color: #4b4b4b !important;
}
.box-fitxa .body {
    margin-left: 40px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
}
.box-fitxa .body span {
    font-weight: normal;
	display: block;
	font-size: 0.8em;
	line-height: normal;
}

.contentfitxa .fitxa  {
    margin: 10px 0 20px;
	text-align: left;
	padding-right: 20px;
    padding-left: 20px;
}

.contentfitxa .fitxa h4  {
	margin-top: 20px;
}


.contentfitxa .fitxa p,
.card-boxed .card-body p {
    margin-top: 10px;
	text-align: left;

}
p.impartido {
    margin-bottom: 0px;
    font-weight: bold;
}
.list-marked {
    text-align: left;
    padding-left: 0;
    list-style: none;
	margin: 15px auto 15px 15px;
}
.list-marked li {
    padding-left: 15px;
    position: relative;
}
.list-marked li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #80a251;
}

.list-marked.li-white li:before {
    
    background-color: #FFFFFF;
}


  /* Fitxa caso éxito
---------------------------------- */


.success {
	margin: 20px auto;
  }
.success  .box-logo-caso  {   
	text-align: center !important;
	border-top: solid 4px #DEDEDE;	
	padding-top: 20px;

}
.success .box-logo-caso  img {
	margin: auto auto;
  }
.success  .box-body-caso  {   
	border-top: solid 1px #DEDEDE;	
	padding-top: 20px;

}
.success  .box-body-caso li.col-lg-6   {   
	padding-left: 0px !important;

}
.success  .box-body-caso h6   {   

	margin-bottom: 10px;

}

@media (max-width: 768px) {

	.success  .box-body-caso  {   
		border-top: solid 0px #DEDEDE;	
		padding-top: 10px;
	}
	}
.box-body-caso li span {   

		font-weight: bold;
	
	}
 /* Tabla simuladores
---------------------------------- */
.simuladores,
.simuladores td {
    border-collapse: collapse;
	text-align: left;
	padding: 0px !important;
	border: 0px;
	margin: 0px;
    border-spacing: 0px;
	display: flex;

}
.simuladores td img.img-responsive {
	margin: 0px 0px 2px !important;

}


.section-top-34 {
	padding-top: 34px;
  }

  @media (min-width: 768px) {
  .section-md-top-98 {
	  padding-top: 98px;
  }
}
  html body .offset-top-34 {
	margin-top: 34px;
  }
  html body .offset-top-24 {
	margin-top: 24px;
  }
  html body .offset-top-0  {
	margin-top: 0px !important;
  }
.section-bottom-34 {
	padding-bottom: 34px;
  }

  html body .offset-bottom-50 {
	margin-bottom: 50px;
  }

  .form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 50px;
    line-height: 33px;
    padding: 9px 28px 9px 16px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }  
  /*.form-label.focus {
    
	opacity: 1;
    top: 25px;
    left: 19px;
    font-size: 14px;
    color: #999;
text-align: left !important;
}
  */
 


  .list-inline-dashed .list-inline-item {
	padding-right: 0;
  }
  .list-inline-dashed .list-inline-item + .list-inline-item:before {
	content: "/";
	padding-right: 5px;
  }
  
  .list-inline-dashed-wide > li {
	padding-right: 0;
  }
  .list-inline-dashed-wide > li + li:before {
	content: "/";
	padding-right: 20px;
  }
  @media (min-width: 992px) {
	.list-inline-dashed-wide > li + li:before {
	  padding-right: 5px;
	}
  }

  .card-white {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	content: #FFFFFF;
  }
  .card-white  .card-header {
	position: relative;
	padding: 0.75rem 2.5rem 0.75rem 1.25rem;
	border-radius: 0;
	border: 0;
	font-weight: 700;
	font-size: 20px;
	/*text-transform: uppercase;*/
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	background-color: transparent;
	color: #FFFFFF;
  }
  .card-white  .card-header::after {
	content: "";
	position: absolute;
	top: 24px;
	right: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	font-family: "Material Design Icons";
	font-size: 21px;
	font-weight: 400;
	color: inherit;
  }
  .card-white  .card-header.collapsed {
	color: #FFFFFF;
  }
  .card-white  .card-header.collapsed::after {
	content: "";
  }
  .card-white  .card-header:hover {
	color: inherit;
  }
  .card-white  .card-body {
	padding-top:  0.75rem;
	padding-left: 1.25rem;
	padding-right: 2.5rem;
  }

  .card-boxed .card-header {
	position: relative;
	padding: 0.75rem 2.5rem 0.75rem 1.25rem;
	border: none;
	font-weight: 700;
	font-size: 24px;
	/*text-transform: uppercase;*/
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
	background: transparent;
	color: #80a251 !important;
  }
  
  .card-boxed .card-header::after {
	content: "";
	position: absolute;
	top: 24px;
	right: 10px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	font-family: "Material Design Icons";
	font-size: 21px;
	font-weight: 400;
	color: #80a251 !important;
  }
  .card-boxed .card-header:hover::after {

	color: #cddef0 !important;
  }

  .card-boxed .card-header.collapsed {
	color: #9b9b9b;
  }
  .card-boxed .card-header.collapsed::after {
	content: "";
  }
  

  .card-boxed .card-header:hover,
  .card-white .card-header:hover {
	color: #cddef0 !important;
	background: #80a251 !important;
  }
  .card-boxed .card-body {
	padding-top: 0;
  }
  
  .card-boxed + .card-boxed {
	margin-top: 5px;
  }
  .card-boxed .card-header .icon-simulator {
	margin-right: 5px;
  }  
  @media (max-width: 480px) {
	.card-boxed .card-header {
	font-size: 16px ;
	}
  }
  
  .whitecolor {
	  color: #FFFFFF !important;
  }

  .calendar h5 {
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 70px;
	}   
	.calendar h5.date {
	font-size: 24px;  
	margin-top: 8px;
	margin-bottom: auto;
	min-height: auto;
	}   
  .calendar-icons {-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	} 
	 .icon-calendar {
	font-size: 25px;
	/* line-height: 22px; */
	color: #4b4b4b !important;
	display: inline-block;
}
.calendar .btn {
  padding: 12px 20px;  
}

.calendar .box-style-1.white-bg {
  padding: 10px 10px 5px !important; 
    border-top: #9ebbeb solid 3px !important;
    border-bottom: #9ebbeb solid 10px !important;
}
.box-style-1.white-bg.completo {
    border-top: #d4d9e2 solid 3px !important;
    border-bottom: #d4d9e2 solid 10px !important;
}

.calendar-icons .icons-left {
	
	float: left;
	text-align: left;
}
.box-style-1.white-bg.completo .icons-left {
	padding-top: 7px !important;
}
.calendar-icons .icons-right {
	
	float: right;
	display: inline-block;
	
}
.incripcion {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 900;
color: #80a251 !important;
-webkit-transition: 0.33s all ease-in;
transition: 0.15s all ease-in;
text-transform: uppercase;
white-space: normal;
vertical-align: text-top;
max-width: 100%; padding-bottom: 10px;}
.incripcion .icon-calendar {
	font-size: 28px;
	 line-height: 25px; 
	color: #80a251 !important;
	display: inline-block;
	padding-top: 8px;
	padding-right: 2px;
  }
  .incripcion .icon-calendar:hover {
	font-size: 32px;
	 line-height: 25px; 
	color: #80a251 !important;
	transition: 0.15s all ease-in-out;
	display: inline-block;
	padding-top: 8px;
	padding-right: 0px;
  }
  .box-style-1.white-bg.completo .incripcion
  {
   pointer-events: none;
}
.box-style-1.white-bg.completo .incripcion .icon-calendar
  {
  color: #d4d9e2 !important; pointer-events: none;
}

  /* Isotope filters
---------------------------------- */
  
.isotope-filters {
	position: relative;
	display: inline-block;
  }
  .isotope-filters-list {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 5px 0;
	margin: 5px 0;
	z-index: 10;
	float: left;
	min-width: 130px;
	font-size: 16px;
	text-align: left;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
			box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .isotope-filters-list > li {
	display: block;
  }
  .isotope-filters-list > li > a {
	display: block;
	position: relative;
	clear: both;
	color: #434345;
	white-space: nowrap;
	line-height: 1.5;
	padding: 5px 20px;
  }
  .isotope-filters-list > li > a.active, .isotope-filters-list > li > a:hover {
	background-color: #f5f5f5;
  }
  .isotope-filters-list.active {
	display: block;
  }
  .isotope-filters-toggle.active:focus {
	outline: none;
  }
  .isotope-filters-title {
	display: none;
  }
  @media (min-width: 480px) {
	.isotope-filters-list {
	  right: auto;
	  /*left: 0;*/
	}
  }
  
  @media (min-width: 992px) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
	  position: static;
	  display: inline-block;
	  float: none;
	  padding: 0;
	  background-color: transparent;
	  border-radius: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  margin-bottom: 0;
	  border-bottom: 1px solid #d9d9d9;
	  text-align: center;
	  width: 100%;
	}
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li {
	  display: inline-block;
	}
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a {
	  display: inline-block;
	  text-transform: uppercase;
	  padding: 0 5px 13px;
	  color: #9b9b9b;
	  -webkit-transition: 0.3s all ease-in;
	  transition: 0.3s all ease-in;
	}
  }
  @media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a {
	  -webkit-transition: none;
	  transition: none;
	}
  }
  @media (min-width: 992px) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:after,
  	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:after {
	  content: "";
	  position: absolute;
	  bottom: -1px;
	  left: 50%;
	  width: 0;
	  height: 1px;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	}
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:after,
  	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:after {
	  background: -webkit-gradient(linear, left top, right top, from(#80a251), to(#6bc6ff));
	  background: linear-gradient(90deg, #80a251 0%, #6bc6ff 100%);
	  height: 2px;
	}
  }
  @media (min-width: 992px) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active, .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:hover,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:hover {
	  color: #434345;
	  background-color: transparent;
	}
  }
  @media (min-width: 992px) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active:after,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active:after {
	  left: 0;
	  width: 100%;
	}
  }
  @media (min-width: 992px) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
	  margin-left: 23px;
	}
  }
  @media (min-width: 992px) {
	.isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-toggle {
	  display: none;
	}
  }
  
   
  @media (min-width: 1200px) {
	.isotope-filter-collapse-lg .isotope-filters-list {
	  position: static;
	  display: inline-block;
	  float: none;
	  padding: 0;
	  background-color: transparent;
	  border-radius: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  margin-bottom: 0;
	  border-bottom: 1px solid #d9d9d9;
	}
	.isotope-filter-collapse-lg .isotope-filters-list > li {
	  display: inline-block;
	}
	.isotope-filter-collapse-lg .isotope-filters-list > li > a {
	  display: inline-block;
	  text-transform: uppercase;
	  padding: 0 5px 13px;
	  color: #9b9b9b;
	  -webkit-transition: 0.3s all ease-in;
	  transition: 0.3s all ease-in;
	}
  }
  @media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {
	.isotope-filter-collapse-lg .isotope-filters-list > li > a {
	  -webkit-transition: none;
	  transition: none;
	}
  }
  @media (min-width: 1200px) {
	.isotope-filter-collapse-lg .isotope-filters-list > li > a:after {
	  content: "";
	  position: absolute;
	  bottom: -1px;
	  left: 50%;
	  width: 0;
	  height: 1px;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	}
	.isotope-filter-collapse-lg .isotope-filters-list > li > a:after {
	  background: -webkit-gradient(linear, left top, right top, from(#42b574), to(#84c450));
	  background: linear-gradient(90deg, #42b574 0%, #84c450 100%);
	}
  }
  @media (min-width: 1200px) {
	.isotope-filter-collapse-lg .isotope-filters-list > li > a.active, .isotope-filter-collapse-lg .isotope-filters-list > li > a:hover {
	  color: #434345;
	  background-color: transparent;
	}
  }
  @media (min-width: 1200px) {
	.isotope-filter-collapse-lg .isotope-filters-list > li > a.active:after {
	  left: 0;
	  width: 100%;
	}
  }
  @media (min-width: 1200px) {
	.isotope-filter-collapse-lg .isotope-filters-list > li + li {
	  margin-left: 23px;
	}
  }
  @media (min-width: 1200px) {
	.isotope-filter-collapse-lg .isotope-filters-toggle {
	  display: none;
	}
  }

  /*  pricing-box-1 */
  @media (min-width: 768px){
.pricing-box-1 {
    padding: 36px 25px 38px;
}
}

  .boxlila {
	border-top: #a381d5 solid 8px;
	border-bottom: 	 #a381d5 solid 22px;

	}
	.boxblue {
		border-top: #72a9e5 solid 8px;
		border-bottom: 	 #72a9e5 solid 22px;
	
		}
		.boxgreen {
			border-top: #4adbc5 solid 8px;
			border-bottom: 	 #4adbc5 solid 22px;
		
			}
			.boxgreen2 {
				border-top: #afdf7e solid 8px;
				border-bottom: 	 #afdf7e solid 22px;
			
				}
				.boxyellow {
					border-top: #efda7f solid 8px;
					border-bottom: 	 #efda7f solid 22px;
				
					}

  /*  modal */
	.modal-content {

		border-radius: 1.8rem;
	}

	.modal-header {

	    border-top-left-radius: 1.8rem;
    border-top-right-radius: 1.8rem;
	}
	.modal-header {

	    border-top-left-radius: 1.8rem;
    border-top-right-radius: 1.8rem;
	}

	.modal-header .close {
		padding: 1rem;
		margin: -1rem -1rem -1rem auto;
		font-size: 30px;
		font-weight: normal;
	}

	.pricing-title {

		line-height: 1.4;	
		margin-bottom: 10px;
	}

	.pricing-divider {
		max-width: 155px;
		margin: 20px auto 10px;
	}

	.context-dark .novi-icon,
	.context-dark .btn-more {
		color: #fff;
	  }


	  ol .list-numbered {
		list-style-type: decimal !important;
	}
	.list-numbered li {
		padding-left: 10px;
	}


	.box-metodologia {
		
		min-height: 390px;
		margin-bottom: 20px;
		text-align: center;
		padding: 20px 15px 15px;
		border-radius: 24px;

	}
	.list-metodologia {
		max-width: 280px;
		margin: 20px auto ;
		text-align: left;

	}
	.list-number {
		margin: 0px auto ;
		font-size: 36px;
		width: 60px;
		height: 60px;
		border: 1px solid #FFFFFF;
		border-radius: 50%;
		display: block;
		padding-top: 5px;

	}

	.arrow-metodologia {
	background-image: url(../images/right-arrow.svg); background-position:   -40px center; background-repeat: no-repeat;

}
@media (max-width: 990px){
.imparell {
	background-image: none; background-position:   -40px center; background-repeat: no-repeat;

}
}
@media (max-width: 768px){

.arrow-metodologia {
	background-image: none; background-position:   -40px center; background-repeat: no-repeat;

}
}


.nav-pills {
	display: flex;
    justify-content: center;
	margin-bottom: 20px;
	border-bottom: #ededed solid 1px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #80a251;
}

@media (max-width: 767px) {
	.hidden-xs {
	  display: none !important;
	}
  }
  @media (max-width: 992px) {
	.hidden-md {
	  display: none !important;
	}
  }  

  @media (min-width: 992px) {
	.display-md {
	  display: none !important;
	}
  }
  .flexcell {
	display: flex;
	
} 

	.parentbutton {
	display: flex;
	flex-direction: column;
	height: 25vh;
	}
	@media (max-width: 575px) {
	.parentbutton {
		height: auto;
	}
}

	.buttonbottom {
	margin-top: auto;
	}

	.section:first-child.section-backofice {
		padding-top: 30px; 
}
	.section-backofice {
	padding: 50px 0;
	
} 
@media (min-width: 1200px){
.rd-navbar-static.rd-navbar-default .rd-navbar-brand {
	visibility: hidden;
}
.rd-navbar-static.rd-navbar-default .rd-navbar-brand.continguts {
	visibility: visible !important;

}
.rd-navbar-static.rd-navbar-default.rd-navbar--is-stuck .rd-navbar-brand {
    visibility: visible;
}
}

.rd-navbar-static .rd-navbar-top-panel.user {

    background: #fff !important;
	justify-content: flex-end;
}  

.rd-navbar-fixed .rd-navbar-top-panel.user .rd-navbar-top-panel-content  {
  width: 100%;
  color: #fff !important;
}

.rd-navbar-fixed  .rd-navbar-brand.logged {
    
    left: 15px !important;
  
}

.login { margin-left: auto; 
}
.login li { display: inline-block; margin-left: 10px;
}
.login li.logout{
	display: block;
	text-align: right;
}	


.logout  span {font-size: 25px; vertical-align: sub;}	
.logout:hover a {color: #00aff0 !important;}	
.rd-navbar-fixed .logout  a {color: #FFFFFF !important; }	
.rd-navbar-fixed .logout:hover a {color: #cddef0 !important;}	


#listado .certificaciones,
.logout {
font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #80a251 !important;
    -webkit-transition: 0.33s all ease-in;
    transition: 0.15s all ease-in;
    text-transform: uppercase;}
	
#listado .certificaciones .icon-enter {
		font-size: 20px;
		color: #80a251 !important; 
		display: inline-block;
		vertical-align: sub;
	}

	#listado.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(242, 243, 248, 0.5);
	}
	@media (max-width: 767px) {
	#listado.table td {
		 padding: 10px 5px 5px;	
	}
	.login li { display: block; margin-left: auto;
	}
	.login li.logout {text-align: left;
	}
	.ellipsis {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 110px;
	  }
}

 .marker { background-color: #eff26d; padding: 10px 5px;}

 .rd-navbar-brand {


 }


 .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
    width: 60px;
        height: 60px !important;
        object-fit: cover;
        border-radius: 50%;
		background-color:#e6e6e6;
}
.rd-navbar-fixed .rd-navbar-brand {
    top: 5px;
}
.rd-navbar-fixed .rd-navbar-brand img {
    height: 45px !important; 
    width: 45px; 
	object-fit: cover;
	border-radius: 50%;
	background-color:#e6e6e6;
}

.divider {
    width: 40px;
    height: 2px;
    padding: 0;
    margin: 27px auto 34px;
    background: #969696;
    border: none;
}

.rd-navbar-static {
    background-color: #f6f6f6;
}

.box-item-title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
}

.brand-name-top {
	min-height: 130px;
}
.brand-name-top .logocg {
	margin-top: 10px;
}

.powered {
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
}
.powered img {
	padding-top: 35px;
	max-width: 210px;
	padding-left: 10px;
}
@media (max-width: 575px) {
	.powered img,
	.powered span
	 {
		padding-top: 10px;
		display: block;
	}
}


.divider-grey {
	height: 2px;
	width: 40px;
	background: #969696;
	margin-left: auto;
	margin-right: auto;
  }

  .section-cover {
	min-height: 100vh;
  }
  .ie-11 .section-cover {
	height: 100vh;
  }
  .bg-overlay-lightest {
	background: rgba(255, 255, 255, 0.45);
  }
  
  /*
*
* Video BG
* --------------------------------------------------
*/
.bg-vide {
	position: relative;
	z-index: 0;
  }
  
  .video-background {
	position: relative;
	overflow: hidden;
	background-color: #191919;
  }
  
  .video-background-poster {
	display: none;
  }
  
  .video-foreground,
  .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .video-foreground {
	height: 300%;
	top: -100%;
  }
  .video-foreground iframe {
	left: -5px;
	width: calc(100% + 5px);
  }
  
  .video-background-inner {
	position: relative;
	z-index: 1;
  }
  
  [data-x-mode=true] .video-foreground,
  .builder .video-foreground,
  .ios .video-foreground,
  .ipad .video-foreground,
  .tablet .video-foreground,
  .devices .video-foreground,
  .mobile .video-foreground {
	display: none;
  }
  [data-x-mode=true] .video-background-poster,
  .builder .video-background-poster,
  .ios .video-background-poster,
  .ipad .video-background-poster,
  .tablet .video-background-poster,
  .devices .video-background-poster,
  .mobile .video-background-poster {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  [data-x-mode=true] .video-background-poster img,
  .builder .video-background-poster img,
  .ios .video-background-poster img,
  .ipad .video-background-poster img,
  .tablet .video-background-poster img,
  .devices .video-background-poster img,
  .mobile .video-background-poster img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
	height: 100%;
  }
  
  * + .bg-vide,
  * + .video-background {
	margin-top: 50px;
  }
  
  @media (min-width: 992px) {
	* + .bg-vide,
  * + .video-background {
	  margin-top: 60px;
	}
  }


  .icon-lg.icon-circle, .icon-lg.icon-outlined {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
}

.icon-carrot-filled {
    background: -moz-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
    background: -webkit-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
    background: -o-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
    background: -ms-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
    background: linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
    color: #ffffff;
    border: none;
}

.box-decisiones {
		
	min-height: 240px;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 15px 15px;
	border-radius: 24px;
	/*border: #000000 solid 6px;*/
	background-color: #969696;

}

@media (max-width: 575px) {
	.box-decisiones {
		
		min-height: 180px;
	}
}

