@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body {
	color: #4d4d4f;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	background-image: none;
}

p {
    font-weight: 400;
}

b, strong {
    font-weight: 700;
}

strong {
	font-weight: 700;
    color: #00A9BD;
}

h3, .h3 {
    font-size: 32px;
    color: #00A9BD;
    font-weight: 800;
}

.outerframe {

}

.question-icon {
	text-align: right;
	height: 44px;
}

.footerbar {
	position: fixed;
    background-color: #F8F8F9;
    bottom: 0;
	left: 0;
	right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url('../../img/test/pilares/nav_buttons_shadow.svg');
	background-size: 100% 7px;
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
}

.navbar-brand {
    font-size: 18px;
    height: 80px;
    line-height: 20px;
    padding: 18px;
    text-align: center;
    float: left;
    width: 100%;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: unset !important;
}

.navbar-header {
    float: unset !important;
}

.navbar {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.percentage {
	text-align: center;
	font-weight: 800;
}

.percentage-blue {
	color: #00a9be;
}

.percentage-gray {
	color: #4D4D4F;
}

.percentage-over-fancy{
	font-weight: 800;
	position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #00A9BD;
}

.font-weight-400 { /* Regular */
	font-weight: 400;
}
.font-weight-600 { /* Semi-bold */
	font-weight: 600;
}
.font-weight-700 { /* Bold */
	font-weight: 700;
}
.font-weight-800 { /* Extra-bold */
	font-weight: 800;
}

.font-size-300 { /* 300% */
	font-size: 300%;
}

.navbar-inverse {
    background-color: #00a9be;
    border-color: #00a9be;
	background-image: -webkit-linear-gradient(top,#00a9be 0,#00a9be 100%);
	background-image: linear-gradient(to bottom,#00a9be 0,#00a9be 100%);
	background-repeat: repeat-x;
}

.btn-default-test {
    width: 47px;
    height: 48px;
    color: #414042;
    border-radius: 24px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #414042;
}

.btn-default-test:hover {
	color: #fff;
}


.btn-primary-test {
	width: 100%;
	color: #fff;
	border-radius: 0px;
	background-color: #00a9be;
	font-weight: 700;
	height: 40px;
	max-width: 315px;
}

.btn-primary-test:hover {
	color: #fff;
}

.btn-explanation-text {
    color: #fff;
    border-radius: 0px;
    background-color: #00a9be;
    font-weight: 500;
    padding: 1px 4px;
    font-size: 11px;
    margin: 1px;
	line-height: 1;
	border: 0px solid transparent;
}

.btn-explanation-text:hover {
	color: #fff;
}



.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

.progress {
    background-image: none;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    overflow: hidden;
    height: 16px;
    margin-bottom: 0;
    border-radius: 8px;
	-webkit-box-shadow: inset 0 0 0 rgb(0 0 0);
    box-shadow: inset 0 0 0 rgb(0 0 0);

	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #00a9be;
}

.progress-blue {
	border-color: #00a9be;
}

.progress-gray {
	border-color: #4D4D4F;
}

.progress-bar {
	background-image: none;
    background-repeat: no-repeat;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: #00a9be;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0);
    box-shadow: inset 0 0 0 rgb(0 0 0);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-blue {
	background-color: #00a9be;
}

.progress-bar-gray {
	background-color: #4D4D4F;
}

.warning-message {
	color: #fff;
	background-color: #F05F5B;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 40px;
}

.warning-message-email {
    color: #fff;
    background-color: #F05F5B;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
}

.question-intro, .segmentation-intro {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}

.question-text {
	text-align: center;
	min-height: 160px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	padding: 15px;
	font-size: 18px;
}

.segmentation-text {
	text-align: center;
	min-height: 100px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	padding: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.question-hint, .segmentation-hint {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.radio-inline-block > div {
	display: inline-block;
}

.radio-to-button {
  text-align: center;
}

.radio-to-button > div {
	padding-left: 0px;
 	padding-right: 0px;
	width: 100%;
}

.radio-to-button input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-to-button label {
    display: inline-block;
	color: #414042;
    background-color: #fff;
    padding: 8px 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border: 2px solid #231F20;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	min-height: 40px;
}

.radio-to-button input[type="radio"]:checked + label {
    color: #fff;
	background-color:#848689;
    border-color: #848689;
}

.radio-to-button input[type="radio"]:focus + label {

}

.radio-to-button label:hover {
	color: #fff;
    background-color:#848689;
    border-color: #848689;
}














.radio-to-boolean {
  text-align: center;
}

.radio-to-boolean > div {
	padding-left: 10px;
 	padding-right: 10px;
}

.radio-to-boolean input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-to-boolean label {
    width: 68px;
	height: 68px;
	display: inline-block;
    padding: 0;
    border-radius: 34px;
	background-color: transparent;
	background-image: url('../../img/test/pilares/true.svg');
	background-size: 68px 68px;
	font-size: 0;
}

.radio-to-boolean .radio:nth-child(1) label {
    background-image: url('../../img/test/pilares/true.svg');
}

.radio-to-boolean .radio:nth-child(1) input[type="radio"]:checked + label {
    background-image: url('../../img/test/pilares/true_checked.svg');
}

.radio-to-boolean .radio:nth-child(1) input[type="radio"]:focus + label {
    background-image: url('../../img/test/pilares/true_checked.svg');
}

.radio-to-boolean .radio:nth-child(1) label:hover {
	background-image: url('../../img/test/pilares/true_checked.svg');
}

.radio-to-boolean .radio:nth-child(2) label {
    background-image: url('../../img/test/pilares/false.svg');
}

.radio-to-boolean .radio:nth-child(2) input[type="radio"]:checked + label {
    background-image: url('../../img/test/pilares/false_checked.svg');
}

.radio-to-boolean .radio:nth-child(2) input[type="radio"]:focus + label {
    background-image: url('../../img/test/pilares/false_checked.svg');
}

.radio-to-boolean .radio:nth-child(2) label:hover {
	background-image: url('../../img/test/pilares/false_checked.svg');
}




.btn-prev-arrow, .btn-next-arrow {
	width: 40px;
	height: 40px;
	display: inline-block;
    padding: 0;
    border-radius: 20px;
	background-color: transparent;
	background-size: 40px 40px;
	font-size: 0;
	border: 0;
}

.btn-prev-arrow {
	background-image: url('../../img/test/pilares/prev.svg');
}

.btn-next-arrow {
	background-image: url('../../img/test/pilares/next.svg');
}

.btn-prev, .btn-next {
	background-color: transparent;
	height: 40px;
	padding: 0px;
}

.result-table {
	width: 100%;
	border: 0px solid #666666;
	border-spacing: 5px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}

.result-table-header {
	width: 100%;
}

.result-table-body {
	width: 100%;
}

.result-table-row {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}

.result-table-row-header {
	width: 60px;
	min-width: 60px;
	margin: 0px;
}

.result-table-row-body {
	width: 100%;
	margin: 0px;
}

.result-table-row-body-row {
	height: 100%;
}

.result-table-cell-group-end-1 {
	height: 100%;
    width: 45%;
    float: left;
	padding-left: 5%;
	color: #148AB2;
}

.result-table-cell-group-end-2 {
	height: 100%;
    width: 45%;
    float: left;
	padding-right: 5%;
	color: #4CBC96;
}

.result-table-cell-vs {
	height: 100%;
    width: 10%;
    float: left;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.result-table-cell-percentage {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}

.result-table-cell-percentage-symbol {
	font-size: 8px;
}

.result-table-cell-chart-bar {
	height: 10px;
	width: 100%;
	float: left;
	background-color: #DEDFE0;
}

.result-table-cell-chart-bar-1 {
	height: 100%;
	background-color: #148AB2;
	float: left;
}

.result-table-cell-chart-bar-2 {
	height: 100%;
	background-color: #4CBC96;
	float: left;
}

.result-table-divider {
	height: 1px;
	background-color: #DEDFE0;
	margin-bottom: 15px;
}

.email-form-container {
	max-width: 315px;
	margin: auto;
}


.form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 0px;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
text-transform: none;
font-size: 9;
font-weight: 600;
text-align:center;
color: #4D4D4F;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.explanation-button {
	font-size: 18px;
	color: #999999;
}

.explanation-button-text {
	font-size: 12px;
	color: #666666;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: underline;
}

/* .result-table {
	display: table;
	width: 100%;
	background-color: #eee;
	border: 0px solid #666666;
	border-spacing: 5px;
}

.result-table-header {
	display: table-header-group;
	clear: both;
	font-size: 8;
}

.result-table-body {
	display: table-row-group;
	clear: both;
}

.result-table-row {
	display: table-row;
	clear: both;
}

.result-table-cell {
	display: table-cell;
	background-color: #f42;
	font-size: 7;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}

.result-table-cell:first-child {
	width: 60px;
	min-width: 60px;
} */


input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0 5px;
  font: inherit;
  color: #fff;
  width: 1.42857143em;
  height: 1.42857143em;
  border: 0.2em solid #00a9be;
  border-radius: 50%;
  transform: translateY(-0.06em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  transform: scale(0);
  transition: 60ms transform ease-in-out;
  box-shadow: inset 1em 1em #00a9be;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
    outline: thin dotted;
    outline: 0;
    outline-offset: 0;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0 5px;
  font: inherit;
  color: #fff;
  width: 1.42857143em;
  height: 1.42857143em;
  border: 0.15em solid #00a9be;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 60ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: #fff;
  transform-origin: bottom left;
  color: #fff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked {
	background-color: #00a9be;
}

input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.form-control {
	border: 2px solid #00a9be;
}

.form-control:focus {
    border-color: #00a9be;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 169 190 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 169 190 / 60%);
}

.char-counter {
	font-size: 12px;
	font-weight: bold;
}

.textarea-no-resize {
	resize: none;
}


.sortable-checkboxes {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.sortable-checkboxes li {
    display: block;
    margin: 5px 0;
    padding: 0 10px;
    border: 1px solid #00a9be;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 0;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.dragger {
	float: right;
	color: #00a9be;
}

/* educacion */

.h3-educacion {
	color: #e23d69;
}

.percentage-educacion {
	color: #e23d69;
}

.navbar-educacion {
    background-color: #e23d69;
    border-color: #e23d69;
	background-image: -webkit-linear-gradient(top,#e23d69 0,#e23d69 100%);
	background-image: linear-gradient(to bottom,#e23d69 0,#e23d69 100%);
	background-repeat: repeat-x;
}

.btn-educacion {
	background-color: #e23d69;
}

.progress-educacion {
	border-color: #e23d69;
}

.progress-bar-educacion {
	background-color: #e23d69;
}

.radio-input-educacion {
	border: 0.2em solid #e23d69 !important;
}

.radio-input-educacion::before {
  box-shadow: inset 1em 1em #e23d69 !important;
}

.checkbox-input-educacion {
	border: 0.2em solid #e23d69 !important;
}

.checkbox-input-educacion::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-educacion:checked {
  background-color: #e23d69 !important;
}

.educacion h3, .educacion strong {
	color: #e23d69;
}

.form-control-educacion {
	border: 2px solid #e23d69;
}

.form-control-educacion:focus {
    border-color: #e23d69;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(226 61 105 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(226 61 105 / 60%);
}

.sortable-checkbox-li-educacion {
    border: 1px solid #e23d69 !important;
}

.dragger-educacion {
	float: right;
	color: #e23d69;
}

.youtube-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.youtube-video iframe, .youtube-video object, .youtube-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.social-icons a, .social-icons a:hover, .social-icons a:focus, .social-icons a:visited {
	color: #00a9be;
}

.social-icons > a > i {
	padding: 6px;
}

/* escobarmunicipio */

.h3-escobarmunicipio {
	color: #0DA2E2;
}

.percentage-escobarmunicipio {
	color: #0DA2E2;
}

.navbar-escobarmunicipio {
    background-color: #0DA2E2;
    border-color: #0DA2E2;
	background-image: -webkit-linear-gradient(top,#0DA2E2 0,#0DA2E2 100%);
	background-image: linear-gradient(to bottom,#0DA2E2 0,#0DA2E2 100%);
	background-repeat: repeat-x;
}

.btn-escobarmunicipio {
	background-color: #0DA2E2;
}

.progress-escobarmunicipio {
	border-color: #0DA2E2;
}

.progress-bar-escobarmunicipio {
	background-color: #0DA2E2;
}

.radio-input-escobarmunicipio {
	border: 0.2em solid #0DA2E2 !important;
}

.radio-input-escobarmunicipio::before {
  box-shadow: inset 1em 1em #0DA2E2 !important;
}

.checkbox-input-escobarmunicipio {
	border: 0.2em solid #0DA2E2 !important;
}

.checkbox-input-escobarmunicipio::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-escobarmunicipio:checked {
  background-color: #0DA2E2 !important;
}

.escobarmunicipio h3, .escobarmunicipio strong {
	color: #0DA2E2;
}

.form-control-escobarmunicipio {
	border: 2px solid #0DA2E2;
}

.form-control-escobarmunicipio:focus {
    border-color: #0DA2E2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
}

.sortable-checkbox-li-escobarmunicipio {
    border: 1px solid #0DA2E2 !important;
}

.dragger-escobarmunicipio {
	float: right;
	color: #0DA2E2;
}

.social-icons-escobarmunicipio a, .social-icons-escobarmunicipio a:hover, .social-icons-escobarmunicipio a:focus, .social-icons-escobarmunicipio a:visited {
	color: #0DA2E2;
}

/* nicolasrusso */

.h3-nicolasrusso {
	color: #143c5e;
}

.percentage-nicolasrusso {
	color: #143c5e;
}

.navbar-nicolasrusso {
    background-color: #143c5e;
    border-color: #143c5e;
	background-image: -webkit-linear-gradient(top,#143c5e 0,#143c5e 100%);
	background-image: linear-gradient(to bottom,#143c5e 0,#143c5e 100%);
	background-repeat: repeat-x;
}

.btn-nicolasrusso {
	background-color: #143c5e;
}

.progress-nicolasrusso {
	border-color: #143c5e;
}

.progress-bar-nicolasrusso {
	background-color: #143c5e;
}

.radio-input-nicolasrusso {
	border: 0.2em solid #143c5e !important;
}

.radio-input-nicolasrusso::before {
  box-shadow: inset 1em 1em #143c5e !important;
}

.checkbox-input-nicolasrusso {
	border: 0.2em solid #143c5e !important;
}

.checkbox-input-nicolasrusso::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-nicolasrusso:checked {
  background-color: #143c5e !important;
}

.nicolasrusso h3, .nicolasrusso strong {
	color: #143c5e;
}

.form-control-nicolasrusso {
	border: 2px solid #143c5e;
}

.form-control-nicolasrusso:focus {
    border-color: #143c5e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
}

.sortable-checkbox-li-nicolasrusso {
    border: 1px solid #143c5e !important;
}

.dragger-nicolasrusso {
	float: right;
	color: #143c5e;
}

.social-icons-nicolasrusso a, .social-icons-nicolasrusso a:hover, .social-icons-nicolasrusso a:focus, .social-icons-nicolasrusso a:visited {
	color: #143c5e;
}

/* primeromontecaseros */

.h3-primeromontecaseros {
	color: #19a1db;
}

.percentage-primeromontecaseros {
	color: #19a1db;
}

.navbar-primeromontecaseros {
    background-color: #19a1db;
    border-color: #19a1db;
	background-image: -webkit-linear-gradient(top,#19a1db 0,#19a1db 100%);
	background-image: linear-gradient(to bottom,#19a1db 0,#19a1db 100%);
	background-repeat: repeat-x;
}

.btn-primeromontecaseros {
	background-color: #19a1db;
}

.progress-primeromontecaseros {
	border-color: #19a1db;
}

.progress-bar-primeromontecaseros {
	background-color: #19a1db;
}

.radio-input-primeromontecaseros {
	border: 0.2em solid #19a1db !important;
}

.radio-input-primeromontecaseros::before {
  box-shadow: inset 1em 1em #19a1db !important;
}

.checkbox-input-primeromontecaseros {
	border: 0.2em solid #19a1db !important;
}

.checkbox-input-primeromontecaseros::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-primeromontecaseros:checked {
  background-color: #19a1db !important;
}

.primeromontecaseros h3, .primeromontecaseros strong {
	color: #19a1db;
}

.form-control-primeromontecaseros {
	border: 2px solid #19a1db;
}

.form-control-primeromontecaseros:focus {
    border-color: #19a1db;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
}

.sortable-checkbox-li-primeromontecaseros {
    border: 1px solid #19a1db !important;
}

.dragger-primeromontecaseros {
	float: right;
	color: #19a1db;
}

.social-icons-primeromontecaseros a, .social-icons-primeromontecaseros a:hover, .social-icons-primeromontecaseros a:focus, .social-icons-primeromontecaseros a:visited {
	color: #19a1db;
}

/* anaingaramo */

.h3-anaingaramo {
	color: #009bcc;
}

.percentage-anaingaramo {
	color: #009bcc;
}

.navbar-anaingaramo {
    background-color: #009bcc;
    border-color: #009bcc;
	background-image: -webkit-linear-gradient(top,#009bcc 0,#009bcc 100%);
	background-image: linear-gradient(to bottom,#009bcc 0,#009bcc 100%);
	background-repeat: repeat-x;
}

.btn-anaingaramo {
	background-color: #009bcc;
}

.progress-anaingaramo {
	border-color: #009bcc;
}

.progress-bar-anaingaramo {
	background-color: #009bcc;
}

.radio-input-anaingaramo {
	border: 0.2em solid #009bcc !important;
}

.radio-input-anaingaramo::before {
  box-shadow: inset 1em 1em #009bcc !important;
}

.checkbox-input-anaingaramo {
	border: 0.2em solid #009bcc !important;
}

.checkbox-input-anaingaramo::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-anaingaramo:checked {
  background-color: #009bcc !important;
}

.anaingaramo h3, .anaingaramo strong {
	color: #009bcc;
}

.form-control-anaingaramo {
	border: 2px solid #009bcc;
}

.form-control-anaingaramo:focus {
    border-color: #009bcc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
}

.sortable-checkbox-li-anaingaramo {
    border: 1px solid #009bcc !important;
}

.dragger-anaingaramo {
	float: right;
	color: #009bcc;
}

.social-icons-anaingaramo a, .social-icons-anaingaramo a:hover, .social-icons-anaingaramo a:focus, .social-icons-anaingaramo a:visited {
	color: #009bcc;
}

/* mees */

.h3-mees {
	color: #6D4014;
}

.percentage-mees {
	color: #6D4014;
}

.navbar-mees {
    background-color: #6D4014;
    border-color: #6D4014;
	background-image: -webkit-linear-gradient(top,#6D4014 0,#6D4014 100%);
	background-image: linear-gradient(to bottom,#6D4014 0,#6D4014 100%);
	background-repeat: repeat-x;
}

.btn-mees {
	background-color: #6D4014;
}

.progress-mees {
	border-color: #6D4014;
}

.progress-bar-mees {
	background-color: #6D4014;
}

.radio-input-mees {
	border: 0.2em solid #6D4014 !important;
}

.radio-input-mees::before {
  box-shadow: inset 1em 1em #6D4014 !important;
}

.checkbox-input-mees {
	border: 0.2em solid #6D4014 !important;
}

.checkbox-input-mees::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-mees:checked {
  background-color: #6D4014 !important;
}

.mees h3, .mees strong {
	color: #6D4014;
}

.form-control-mees {
	border: 2px solid #6D4014;
}

.form-control-mees:focus {
    border-color: #6D4014;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
}

.sortable-checkbox-li-mees {
    border: 1px solid #6D4014 !important;
}

.dragger-mees {
	float: right;
	color: #6D4014;
}

.social-icons-mees a, .social-icons-mees a:hover, .social-icons-mees a:focus, .social-icons-mees a:visited {
	color: #6D4014;
}

/* caba */

.h3-caba {
	color: #064C94;
}

.percentage-caba {
	color: #064C94;
}

.navbar-caba {
    background-color: #064C94;
    border-color: #064C94;
	background-image: -webkit-linear-gradient(top,#064C94 0,#064C94 100%);
	background-image: linear-gradient(to bottom,#064C94 0,#064C94 100%);
	background-repeat: repeat-x;
}

.btn-caba {
	background-color: #064C94;
}

.progress-caba {
	border-color: #064C94;
}

.progress-bar-caba {
	background-color: #064C94;
}

.radio-input-caba {
	border: 0.2em solid #064C94 !important;
}

.radio-input-caba::before {
  box-shadow: inset 1em 1em #064C94 !important;
}

.checkbox-input-caba {
	border: 0.2em solid #064C94 !important;
}

.checkbox-input-caba::before {
  box-shadow: inset 1em 1em #fff !important;
}

.checkbox-input-caba:checked {
  background-color: #064C94 !important;
}

.caba h3, .caba strong {
	color: #064C94;
}

.form-control-caba {
	border: 2px solid #064C94;
}

.form-control-caba:focus {
    border-color: #064C94;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(13 162 226 / 60%);
}

.sortable-checkbox-li-caba {
    border: 1px solid #064C94 !important;
}

.dragger-caba {
	float: right;
	color: #064C94;
}

.social-icons-caba a, .social-icons-caba a:hover, .social-icons-caba a:focus, .social-icons-caba a:visited {
	color: #064C94;
}
