@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	outline: none !important;	
}

html.modal-active,
body.modal-active { 
	-webkit-overflow-scrolling: touch !important;
	overflow: auto !important;
	height: 100% !important; 
}

body {
	color: black;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    height: 100% !important;
    line-height: 28px;
    text-rendering: optimizelegibility !important;
    width: 100% !important;
    overflow-x: hidden;
}
.d-flex {
	display: flex !important;
}
.justify-content-center {
	justify-content: center !important;
}
.mb-1 {
	margin-bottom: 1rem;
}
.me-1 {
	margin-right: 1rem;
}
.d-inline-block {
	display: inline-block !important;
}
.w-100 {
	width: 100% !important;
}
.w-50 {
	width: 50% !important;
}
.px-05 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
/*.wrap {
	padding-top: 20px;
}*/

/*header.home,
header {
	background-image: url("/img/general/header-image.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    position: relative;
}

header {
	height: 100px;
}

header.home {
	min-height: 450px;
}*/

.black-filter::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

/*p {
	text-align: justify;
}*/

h1.page-title {
	font-size: 28px;
	font-weight: 400;
}
h1.page-title.underlined {
	padding-bottom:10px;
}
h1.implantador-title {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-align: left;
	color:#333;
}
@media (min-width:768px) {
	h1.implantador-title {
		font-size: 30px;
		font-weight: 400;
		margin: 34px 0;
		text-align: right;
		color: #fff;
	}
}
.implantadores .formulario .panel strong {
	font-weight: 500;
}
.implantadores .formulario h3.panel-title {
	font-size: 20px;
	display: inline-block;
}
.implantadores .formulario .panel i {
	font-size: 20px;
	margin-right: 10px;
}
.implantadores .formulario p {
	font-size: 16px;
	color: #333;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 24px;
}
/* Home H1 */
h1.home-h1 {
	font-size: 26px;
	line-height: 28px;
	color: #8d8f91;
	float: left;
	width: 100%;
	margin-top:.67em;
}

span.numresults {
	margin-left: 25px;
	font-size: 18px;
	margin-top: 25px;
	font-weight: 300;
}

.navbar-right {
	margin-right: 0 !important;
	padding-bottom: 16px;
}

.top-menu .list-inline > li {
	padding-right: 0;
}

.navbar-default .navbar-toggle {
	border: none !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent !important;
}

.navbar-toggle {
	border: none !important;
	margin-right: 0 !important;
	margin-top: 15px !important;
}

.orange {
	color: #f49800;
}

.mgtb10 {
	margin: 10px 0;
}

.mgtb25 {
	margin: 25px 0;
}

.mgtb40 {
	margin: 40px 0;
}

.pdt0 {
	padding: 0;
}

.pdlr20 {
	padding: 0 20px;
}

.pdlr10 {
	padding: 0 10px;
}

.nopleft {
	padding-left: 0;
}

.nopright {
	padding-right: 0;
}

.underlined {
	border-bottom: 1px solid #d9d9d9;
	font-weight: 300;
}
h2.underlined, p.filter-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin-top: 20px;
}
.formulario h2.underlined {
	margin-bottom: 13px;
	color: #fff;
	padding: 15px;
}
#implantadores h2.underlined {
	color: #fff;
	padding: 15px;
}
h3.underlined, p.filter-subtitle {
	font-size: 22px;
	padding-bottom: 4px;
	margin-bottom: 0;
}
h2.underlined {
	padding-bottom: 6px;
	margin-bottom: 0;
}
.btn {
	/*background-color: #f49800;
	border-radius: 0;
	font-size: 20px;
	padding: 12px 18px;
	color: #fff;
	border: 2px solid #f49800;*/
}

/*.btn.focus,
.btn:focus,
.btn:hover {
	border: 2px solid #f49800;
	color: #f49800;
	background-color: #fff;
}
.btn.btn-sm {
	font-size: 12px !important;
	padding: 5px 10px !important;
}*/
.btn.btn-soft {
	background-color:#cecece !important;
	color: #585858 !important;
}
.fbutton {
	text-align: center;
}

.featured button {
	margin: 0;
	padding: 6px 12px;
}

@media (min-width:768px) {
	.fbutton {
		text-align: right;
	}
	
	.featured p {
		text-align: left;
	}
}

.navbar-header.lead-header {
	text-align: center;
}
@media (min-width:768px) {
	.navbar-header.lead-header {
		text-align: left;
	}
}

@media (max-width: 992px) {
	.navbar-header.lead-header {
		text-align: center;
	}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/**** SECTIONS ****/
#categories img {
	margin-top: 15px;
}
/*#categories .btn {
	background-color: transparent;
	border: 3px solid #f49800;
	color: #f49800;
	padding: 12px 18px;
	font-size: 20px;
}

#categories .btn:hover {
	background-color: #f49800;
	border: 3px solid #f49800;
	color: #fff;
}*/

.contraerform .btn {
	font-size: 18px;
	padding: 6px 16px;
	margin: 15px 0;
}

#advertise {
	background-color: #215389;
	padding: 40px 0 0;
	color: #fff;
}

.outbound {
	display: block;
	margin-bottom: 15px;
}

#advertise h2 {
	font-weight: 200;
	margin: 10px 0 40px;
}

/**** NAVIGATION ****/
.blue_nav {
	background-color: #215389 !important;
}

nav {
	background-color: transparent;
}

.navbar-default .navbar-toggle i {
	font-size: 28px;
}
.slogan-brand {
	color:#000;
}
.in ul.navbar-nav {
	background-color: #215389;
	margin-top: 0;
	padding-bottom: 20px;
}

.top-menu {
	content: "";
	display: table;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.top-menu ul li a {
	padding: 5px 1px;
	margin: 0 10px;
	color: #fff !important;
	font-weight: 100;
}
.top-menu ul li:last-child a {
	margin-right: 0;
}
.top-menu ul li a:hover,
.top-menu ul li.active a {
	background-color: transparent !important;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
a.nav-link {
	color: #242259;
}
a.nav-link:hover {
	color: #000;
}
.custom-menu ul li a:not(.btn) {
	/*background-color: transparent !important;
    margin: 0 20px;
    padding: 19px 0 2px;*/
	color: #242259;
	text-transform: uppercase;
	font-weight: bold;
}
.custom-menu ul li a:not(.btn):hover {
	color: #000;
}
.custom-menu ul li:last-child a {
	margin-right: 0;
}
.custom-menu.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.1rem;
}
.custom-menu.navbar-expand-lg .navbar-nav .btn-outline-secondary {
	font-size: 1.1rem;
}
/*.custom-menu ul li a:hover,
.custom-menu ul li a.active {
    border-bottom: 6px solid #f49800;
}*/

/*.custom-menu ul li.btn-nav {
	background-color: transparent;
	border: 3px solid #f49800;	
	margin-top: 10px;
}

.custom-menu ul li.btn-nav a {
	color: #f49800 !important;
	padding: 6px 10px;
	margin: 0;
}

.custom-menu ul li.btn-nav a:hover {
	border-bottom: none !important;
	background-color: #f49800 !important;
	color: #fff !important;
}*/

/**** HOME BANNER ****/
.banner-content {
	padding-top: 100px;
}
.banner-caption {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-align: center;
	font-weight: 400;
}
.banner-caption span {
	font-weight: 900;
	font-size: 24px;
}
@media (min-width:992px) {
	.banner-content {
		padding-top: 150px;
	}
}

/**** HOME INPUT ****/
.home-input {
	margin-top: 0;
}
.page-input {
	margin-bottom: 1.2rem;
}
.home-input .form-control {
	height: 50px;
}
.page-input .form-control {
	border: 1px solid #dedede !important;
	height: 30px;
}
.page-input .form-control:focus {
	box-shadow: none;
}
.home-input .form-control,
.page-input .form-control {
	width: 80%;
	float: left;
	border-radius: 0;
	border: none;
}
/*.home-btn,
.home-btn:hover,
.home-btn.focus,
.home-btn:focus,*/
.page-btn,
.page-btn:hover,
.page-btn.focus,
.page-btn:focus {
	width: 20%;
	border: none;
	float: left;
	padding: 6px 12px;
	background-color: #f49800;
	color: #fff;
}
/*.home-btn,
.home-btn:hover,
.home-btn.focus,
.home-btn:focus {
	height: 50px;
}*/
.page-btn,
.page-btn:hover,
.page-btn.focus,
.page-btn:focus {
	height: 30px;
}
.page-btn .fa.fa-search {
    font-size: 16px;
}
@media (min-width:768px) {
	.home-input .form-control {
		width: 76%;
	}
	.page-input .form-control {
		width: 82%;
	}
	/*.home-btn,
	.home-btn:hover,
	.home-btn.focus,
	.home-btn:focus {
		width: 24%;
	}*/
	.page-btn,
	.page-btn:hover,
	.page-btn.focus,
	.page-btn:focus {
		width: 18%;
	}	
}

@media (min-width:992px) {
	.home-input .form-control {
		width: 85%;
	}
	.page-input .form-control {
		width: 82%;
	}
	/*.home-btn,
	.home-btn:hover,
	.home-btn.focus,
	.home-btn:focus {
		width: 15%;
	}*/
	.page-btn,
	.page-btn:hover,
	.page-btn.focus,
	.page-btn:focus {
		width: 18%;
	}	
}

/**** MODAL ****/
.font-14 {
	font-size: 14px;
}
.close {
	opacity: 1 !important;
	color: #fff;
	text-shadow: none;
}
.close-modal {
	color: #fff;
	position: absolute;
	text-shadow: none;
	background: none;
	border: none;
	font-size: 2rem;
	left: auto;
	right: 1rem;
	top: 1rem;
	bottom: auto;
}
	
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px;
}

.modal.left .modal-body p,
.modal.right .modal-body p {
	text-align: left;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -278px;
	max-width: 278px;
	max-height: 266px;
	margin-top: 6%;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
	margin-top: 6%;
}
        
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
	background-color: #003a78;
	color: #fff;
}

.modal-header {
	border-bottom-color: #3293ff;
	background-color: #003a78;
	color: #fff;
}

/**** FEATURED ****/
.featured {
	background-color: #fff;
	border: none;
	border-radius: 0.375rem;
	padding: 25px 20px 20px;
	position: relative;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    /*min-height: 86px;*/
}
/*#implantadores .imp {
	background-color: #fff;
	margin-bottom: 20px;
    border-color: #d9d9d9 #d9d9d9 #d9d9d9 #f49800;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    padding: 10px 15px;
	display: inline-block;
}*/
#implantadores .item-list {
	margin-top: 0;
}
/*#results.item-list {
	margin-top: 66px;
}*/
#implantadores .featured li {
	background-color: transparent;
	border: none;
}
#profile .media-body .featured {
	width: 100%;
}
.media-body .featured p {
	margin-bottom: 4px;
}
.media-body .featured {
	display: inline-block;
}
.featured p {
	line-height: 20px;
	/* margin-bottom: 0; */
	color: #8d8f91;
	float: left;
	width: 100%;
	/* margin-bottom: 2px; */
}

.featured.top p {
	line-height: 20px;
	color: #8d8f91;
	float: left;
	width: 100%;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.featured.top p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.featured.top p {
		font-size: 26px;
		line-height: 28px;
	}
}

.featured p strong {
	color: #616161;
}
.featured ul li {
	color: #8d8f91;
}

.consultoria p {
	line-height: 26px;
}

/*.button-software {
	margin-top: 20px;
}

.button-software .btn {
	padding: 8px 18px;
	margin: 0 auto;
	width: auto;
	text-align: left;
	position: relative;
}

.button-software .btn i {
	display: none;
}

@media (min-width:600px) {
	.button-software .btn {
		width: 310px;
	}
	.button-software .btn i {
		display: inline;
		font-size: 28px;
		margin-left: 8px;
		position: absolute;
		right: 18px;
	}
}*/

/**** BREADCRUMB ****/
.breadcrumb {
	background-color: transparent !important;
	padding: 8px 0 !important;
	margin: 0;
}
.breadcrumb a span {
	color: #000;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #000;
	content: "/\00a0";
}

/**** SLIDER ****/
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control i {
	position: absolute;
	top: 40%;
}
.carousel-inner,
.carousel-inner > .item {
	height: 140px;
}
.carousel-inner > .item > div,
.carousel-inner > .item > div > a {
	height: 100%;
}
.carousel-inner > .item > div > a {
	height: 120px;
	display: block;
}
.carousel-inner > .item > div > a > img {
	max-height: 100%;  
	max-width: 100%; 
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
}
.carousel-showmanymoveone .carousel-control.left i {
  left: 0;
}
.carousel-showmanymoveone .carousel-control.right i {
  right: 0;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    margin: 28px;
    float: left;
  }
}
.title {
  padding: 28px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

/**** CATEGORIES ****/
.categories-list,
.categories-list-footer {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.categories-list-footer li a {
	color: #fff;
}
.categories-list li i {
	padding-right: 8px;
}
.categories-list li:hover i,
.categories-list li:hover a
.categories-list-footer li:hover i,
.categories-list-footer li:hover a {
	color: #fff;
}
.categories-list li a {
	line-height: 48px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0.375rem;
	background-color: #dbdaec;
	display: block;
}
.categories-list li a:hover,
.categories-list li a:focus,
.categories-list li a.focus,
.categories-list-footer li:hover,
.categories-list-footer li:focus,
.categories-list-footer li.focus {
	color: #fff;
	text-decoration: none;
	background-color:#242259;
}
.categories-list li a:hover i,
.categories-list li a:focus i,
.categories-list li a.focus i {
	color: #fff;
}

/**** FILTERS ****/
.filters {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.filters li a {
	color: #242259;
}

/*.filters li {
	background-color: #e3e8e9;
	border-bottom: 1px solid #fff;
	position: relative;
}

.filters li:hover {
	cursor: pointer;
	background-color: #f8fdfe; 
}

.filters li a,
.filters li strong {
	color: #616161;
	display: block;
    padding: 10px 40px 10px 10px;
	line-height: 24px;
}
.filters li a.vamid {
    background-color: #d9534f;
    border-radius: 14px;
    font-weight: 100;
    padding: 0 6px 0 8px;
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fff;
	width: 24px;
}
	
.filters li:hover a,
.filters li.active a {
	color: #000;
	text-decoration: none;
}

.filters li span.contador {
	background-color: #fff;
	padding: 0 6px;
	font-weight: 100;
	position: absolute;
	right: 5px;
	top: 8px;
	border-radius: 8px;
}/*

/**** ITEM LIST ****/
/*.item-list {
	list-style: none;
    padding: 0;
	margin-top: 17px;
}

.item-list li {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	display: inline-block;
	width: 100%;
	border-radius: 0.375rem;
}

.media-body hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.destabanner {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	background-color: #f49800;
	border-radius: 0.375rem;
}

.item-list li.destacado {
	background-color: #fff;
	border: none;
	border-radius: 0.375rem;
	padding: 25px 20px 20px;
	position: relative;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.item-list h2.media-heading,
h1.media-heading {
	font-weight: 600;
	color: #0e67a2;
	font-size: 24px;
}

.item-list p {
	line-height: 20px !important;
	margin-bottom: 2px;
}

.item-list span {
	line-height: 18px;
}*/

/**** ITEM CONTENT ****/
#ampliar_desc {
    display: none;
}
#desc {
	margin: 25px 0;
}
#desc img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}
.player {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
	margin: 25px 0 0;
}
.player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imp {
	position: relative;
}
#implantadores.row {
	margin-top: 20px;
}

/**** ITEM CONTENT ASIDE ****/
.callToAction {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
.boton_calltoaction {
	position: relative;
}
@media (min-width:992px) {
	.boton_calltoaction.fixed {
		position: fixed;
		bottom: 162px;
		right: 20px;
		left: auto;
		top: auto;
		height: auto;
		width: 200px;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
		z-index: 10;
	}
}
/*.callToAction {
	background-color: #e3e8e9;
	text-align: center;
	line-height: 20px;
	margin-top: 4px;
}
@media (min-width:992px) {
	.callToAction.sticky-banner-fixed {
	    position: fixed;
	    top: 120px;
	    width: 213px;
	}	
}
@media (min-width:1200px) {
	.callToAction.sticky-banner-fixed {
	    position: fixed;
	    top: 120px;
	    width: 262px;
	}	
}
.callToAction h4 {
	font-size: 16px;
}

.boton_calltoaction {
	width: 100%;
	font-size: 16px;
	padding: 8px;
}

#extraprofile,
#extraprofile .exti {
	margin-top: 40px;
}*/

#extraprofile .featured {
	border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
    display: inline-block;
    margin-bottom: 2px;
    width: 100%;
}

#related {
	padding: 0;
}

#related .featured a,
#implantadores .featured a {
	line-height: normal;
	font-weight: 500;
}

/**** FORMULARI ****/
.form-bg {
    background-color: #e3e8e9;
    display: inline-block;
    margin-top: -15px;
	padding: 15px 0 25px 0;
	width: 100%;
}

#solicita #campbloqueig, #solicita-implantador #campbloqueig {
    display: none;
}

#atention .third {
	float: left;
	padding-right: 20px;
}

/*.formulario {
	margin-top: 40px;
}*/

#reglas small {
	line-height: 18px;
}

#solicita input[type="checkbox"], #solicita-implantador input[type="checkbox"], 
#solicita input[type="radio"], #solicita-implantador input[type="radio"] {
	margin: 4px 4px 0 0;
}

.rojo b {
    background-color: #fff;
    border-left: 10px solid #d9534f;
    display: block;
    margin-bottom: 0.5em;
    padding: 1.5em;
}

/**** IMPLANTADORES ****/
.implantadores .featured {
	display: inline-block;
	margin-top: -15px;
	background-color: #f6fcfd;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.implantadores h2.underlined {
	margin-top: 32px;
}
.puntos p {
	font-size: 1.3rem;
	line-height: 1.9rem;
	font-weight: bold;
	text-align: center;
}

/**** ADVERTISE ****/
.advertise {
	margin-top: 0px;
}


/**** PREFOOTER ****/
.visited,
.last,
.searched {
	list-style: none;
	padding: 0;
}

.visited li,
.last li {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 15px;
	margin-bottom: 15px;
}

.visited img {
	width: 64px;
}

h2.media-heading {
	font-weight: 200;
	font-size: 24px;
	color: #020066;
}
.media-body p {
	line-height: normal;
}
.media-body a:hover {
	text-decoration: none;
}
.more-home {
	background-color: #f49800;
    /*position: absolute;*/
    right: 15px;
    top: 22px;
	padding: 0 10px;
	border: 2px solid #f49800;
	top: 12px;
}

@media (min-width: 992px) {
	.more-home {
		top: 22px;
	}
}

.more-home a {
	color: #fff;
}

.more-home:hover a {
	text-decoration: none;
	color: #f49800;
}

.more-home:hover {
	background-color: transparent;
}

/**** PAGINATION ****/
.pagination {
	margin: 10px 0 10px !important;
	display: inline-flex;
}

/**** FOOTER ****/
footer {
	margin-top: 40px;
}

footer p,
footer ul {
	margin: 0;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}

footer ul li a {
	border-right: 1px solid #fff;
	padding: 0 15px;
	font-size: 0.98rem;
	line-height: 1.5rem;
}

footer ul li:last-child a {
	border-right: none;
	padding-right: 0;
}

.post-footer p,
.post-footer a {
	font-size: 0.85rem;
}

/**** TAG CLOUD ****/
#tagcloud .t1 {
    font-size: 0.9em;
}
#tagcloud .t2 {
    font-size: 1em;
}
#tagcloud .t3 {
    font-size: 1.1em;
}
#tagcloud .t4 {
    font-size: 1.2em;
}
#tagcloud .t5 {
    font-size: 1.3em;
}
#tagcloud .t6 {
    font-size: 1.4em;
}
#right #tagcloud .t7 {
    font-size: 1.5em;
}
#tagcloud .t8 {
    font-size: 1.6em;
}
#tagcloud .t9 {
    font-size: 1.7em;
}

/**** SCROLL POINT ****/
.formpoint {
	display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
#implantadores .featured p {
	max-width: 200px;
}

.img-responsive {
	max-width: 160px;
}

@media (min-width: 768px) {
	#implantadores .featured p {
		max-width: 480px;
	}
}
@media (min-width: 992px) {
	#implantadores .featured p {
		max-width: 480px;
	}
	.img-responsive {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	#implantadores .featured p {
		max-width: 580px;
	}
}
.ptop10 {
	padding-top:10px;
}
.ptop20 {
	padding-top:20px;
}
.mtop10 {
	margin-top:10px!important;
}
.mtop20 {
	margin-top:20px;
}
.mtop30 {
	margin-top:30px;
}
.mtop40 {
	margin-top:40px;
}
.mbot20 {
	margin-bottom: 20px !important;
}

/**** ZOPIM ****/
.meshim_widget_components_chatButton_Button .button_bar,
.meshim_widget_widgets_TitleBar,
.meshim_widget_widgets_ConnAwareSubmit {
	background-color: #f49800 !important;
}

.meshim_widget_components_chatButton_ButtonBar .favicon {
	background-color: #d28000 !important;
}
/**** ANSWERBASE ****/
.answerbase-product {
	margin-top:20px;
}

/**** BOTÓ FLOTANT ****/
.btn-flotant {
    position: relative;
    margin-top: 10px;
    z-index: 999;
}

@media (min-width:768px) {
	.btn-flotant {
	    animation: 4s ease 0s normal none infinite running moverBtRegistro !important;
	    left: 95%;
	    margin-left: -124px;
	    position: absolute;
	    top: 85%;
	    z-index: 999;
	    margin-top: 0;
	}
}
		/* VALIDATION */
.validate-error {
	color: #a94442 !important;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 4px;
	border-radius:4px;
	display: inline-block;
}

@keyframes moverBtRegistro {
0% {
    left: 95%;
}
10% {
    left: 95%;
}
13% {
    left: 93%;
}
16% {
    left: 97%;
}
19% {
    left: 93%;
}
22% {
    left: 97%;
}
25% {
    left: 93%;
}
28% {
    left: 97%;
}
29% {
    left: 95%;
}
100% {
    left: 95%;
}
}
/* SWIPER SLIDER / CAROUSEL */
/*.swiper-container {
    width: 950px;
    height: auto;
    margin-bottom: 20px;
}*/

.swiper-button-prev {
	background-position: 30%;
}
.swiper-button-next {
	background-position: 30%;
}

.media {
	display: table;
}

/* SAFARY BUG */
#cboxOverlay {
	display: none !important;
}
/* COOKIES */ 
#barraaceptacion .cookies-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	color: #1e1e1e;
	padding: 20px;
	max-width: 460px;
	z-index: 1040;
	max-height: 500px;
	overflow-y: scroll;
}
  @media (min-width: 768px) {
	#barraaceptacion .cookies-wrapper {
	  overflow-y: hidden;
	  top: 20%;
	  margin-left: auto;
	  margin-right: auto;
	}
}

#barraaceptacion  button{
	color: black;
	background-color: transparent;
	border-color: transparent;
}
#barraaceptacion  button:hover{
	color: #f49800;
	background-color: transparent;
	border-color: transparent;
}
#barraaceptacion a.btn{
	color:white !important;
}
#barraaceptacion a.btn:hover{
	color:black !important;
}
@media (max-width: 767px) {
	#barraaceptacion .cookies-wrapper {
	  width: 100vw;
	}
	#cookiesModal{
		width: 100vw;
	}
	.modal-footer .btn:last-child{
		margin-top: 1rem;
	}
}
#barraaceptacion .cookies-wrapper a {
	color: #1e1e1e;
}
#barraaceptacion .cookies-wrapper a.cookies-privacy {
	position: absolute;
	left: auto;
	right: 15px;
	top: 6px;
	bottom: auto;
}
#barraaceptacion .cookies-wrapper p {
	font-size: 1rem;
}
#barraaceptacion .cookies-wrapper h5 {
	font-size: 1.8rem;
}


#cookiesModal {
    --bs-modal-width: 600px;
}

  #cookiesModal .form-check {
	display: flex;
	gap: 1rem;
  }

  #cookiesModal .close {
	border: none;
	background: transparent;
	font-size: 48px;
	line-height: 10px;
  }
  #cookiesModal .form-check-input {
	width: 0.8em;
	height: 0.8em;
	margin-top: 0.1em;
  }
  #cookiesModal label,
  #cookiesModal p {
	font-size: 1rem ;
	line-height: 1.4rem;
  }
  #cookiesModal .modal-body {
	padding: 1rem;
  }
  #cookiesModal .modal-body .row{
	padding-left: auto;
	padding-right: auto;
	margin-left: 0px;
	margin-right: 0px;
  }
  #cookiesModal .modal-body .row .col-12{
	margin-left: 1rem;
	margin-right: 2rem;
	margin-top: 1rem;
	padding-bottom: 1rem;
  }
  #cookiesModal a {
	color: #fff;
	text-decoration: underline;
  }
  @media screen and (max-width:720px) {
	#cookiesModal .modal-body .row .col-12{
		margin-left: 0rem;
		margin-right: 0rem;
		margin-top: 0rem;
		padding-bottom: 0rem;
	  }
  }
  #cookiesModal .btn-close {
	position: absolute;
	right: 17px;
	left: auto;
	top: 15px;
	bottom: auto;
  }
  .form-check-label {
	font-weight: normal;
	line-height: 1.4rem!important;
  }

#banner-attendo{
  	margin-top: 4rem;
}
#banner-attendo img{
	width: 100% !important;
}

/* COOKIES */
.overlay.black {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
}
.cookies-overlay {
	z-index: 1030 !important;
}
.overlay {
	content: "";
	display: block;
	height: 100% !important;
	left: 0;
	position: absolute !important;
	bottom: 0;
	width: 100%;
}