/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2023 | 12:06:38 */
.table .thead-dark th {
    color: #fff;
    background-color: #008fd8;
    border-color: #f8f9fa;
}
/*accordion*/


[data-toggle="collapse"]:before {
	margin-right: 15px;
	display: inline-block;
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f056";
	transform: rotate(180deg);
	transition: all linear 0.25s;
	font-size: 1rem;
}
[data-toggle="collapse"].collapsed:before {
	content: "\f054";
	transform: rotate(0deg);
}
.card-header h5 a {
	font-size: 1.3rem;
}
.card {
	margin-bottom: 0px;
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #000;
}
.card-header {
	border: 0;
	background: transparent;
}
.card-header:hover {
	background-color: #f2f2f273;
	cursor: pointer;
}
.card-header button.btn.btn-link {
	text-transform: none;
	width: 100%;
	text-align: left;
	border: none;
	text-decoration: none;
}
.card-header button .rotate-icon {
	text-align: right;
}
.card-header button.btn.btn-link:hover, .card-header button {
	color: #0056b3;
	text-decoration: none;
	background: transparent;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.card-header button:hover {
	border: 0;
}

.custom-control.custom-radio {
    padding-left: 50px;
}

legend i {
    padding-right: 10px;
}

.form-check {
       margin-left: 25px;

    padding-left: 2.25rem;
}

.form-check-inline {
   
    padding-left: 0!important;
}



#page .nav-tabs li {
    padding: 0;
    list-style: none;
}






.tab-list span {
    color: #9E9E9E;
    font-weight: normal;
}
ol.tilted-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.tilted-list > li{
position: relative;
    margin-bottom: 1em;
       padding: 2em 2em 3em!important;
    background-color: #f3f4f5;
    border-radius: 0.3em;
    list-style-type: none!important;
}
ol.tilted-list > li:before {
   font-family: "maven pro";
    position: absolute;
    top: 0.5em;
    left: -2.1em;
    width: 2em;
    font-size: 1.9em;
    line-height: 0;
    font-weight: 700;
    text-align: right;
    color: #87929d;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
    padding: 1em 1em 1em .7em;
   
}

ol.tilted-list>li:after {
    content: "";
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid #f3f4f5;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
    position: absolute;
    left: -1.5em;
    top: 2em;
}

.accordion .card .card-header button:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



.tab-list {
    text-align: center;
}

.nav-tabs a {
	cursor: pointer;
}



.tab-list a.active:before {
	border-top: 0;
	border-right: 1em solid transparent;
	border-bottom: 1em solid #000;
	border-left: 1em solid transparent;
	margin: 0 0 0 -1em;
	top: auto;
	right: auto;
	bottom: -2px;
	left: 50%;
}

.tab-list ul {
	
	padding: 0em 0 0;
	margin: 0;
	list-style: none;
	position: relative;
}



/*animación checks*/
/*style wrapper to give some space*/
.form-inputs-animados {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/*style label to give some more space*/
.form-inputs-animados label {
    display: block;
    padding: 0 3em 12px 0;
    font-size: 1.2em;
}

/*style and hide original checkbox*/
.form-inputs-animados input {
  height: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.form-inputs-animados input[type="radio"] + label::before {
 
    border-radius: 50%;
}

/*position new box*/
.form-inputs-animados input + label::before {
  border: 2px solid;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

/*create check symbol with pseudo element*/
.form-inputs-animados input + label::after {
  content: "";
  border: #008fd8 4px solid;
  border-left: 0;
  border-top: 0;
  height: 20px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 12px;
}

/*reveal check for 'on' state*/
.form-inputs-animados input:checked + label::after {
  opacity: 1;
}


@media only screen and (min-width: 800px){
.tab-list{
    border-bottom: 3px solid #005c8c94;
    font-weight: 700;
    color: #6c757d;
    font-size: 1.1em;
}
.nav-tabs .nav-link {
    border: 0!important;
    border-left: 1px solid #fff!important;
    border-right: 0!important;
    border-radius: 0!important;
  color:#6c757d!important;
    background: rgba(0,0,0,.1);
}



.tab-list .selected a:before {
  border-top: 0;
    border-right: 0.8em solid transparent;
    border-bottom: 0.8em solid #fff;
    border-left: 0.8em solid transparent;
    margin: 0 0 0 -1em;
    top: auto;
    right: auto;
    bottom: -0.25em;
    left: 50%;
}


.tab-list li, .tab-list.expanded li, .tab-list .selected {
    display: inline-block;

}
.tab-list ul {
    color: inherit;
    padding-top: 0;
    margin-top: -1px;
    /*display: inline-block;*/
    position: static;
}
  
  /*
.tab-list a, .tab-list .label {
    padding: 1.6em 5em;
    display: inline-block;
}*/


}
@media screen and (max-width: 800px) {

.tab-list ul {
     color: #fff;
    background: #6d6e70;
    padding: 3.5em 0 0;
}

 .nav-tabs .nav-link.active {
  
    background-color: transparent!important;
color:#fff!important;
 
}
	.tab-list a {
		padding: 1em;
		display: block;
	}
	.tab-list.expanded li {
		display: list-item!important;
width: 100%;
		
	}
	.tab-list li {
		display: none;
	}
	.tab-list li.selected {
		background-color: grey;
		color: #fff;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}

.tab-list.expanded .selected a:before {
    border-top: 0;
    border-bottom: 4px solid #fff!important;
}
	.tab-list a.active {
		color: #000;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
	.tab-list a.active:before {
		width: 0;
		height: 0;
		content: '';
		border-top: 4px solid #fff;
		border-right: 4px solid transparent;
		border-bottom: 0;
		border-left: 4px solid transparent;
		margin-top: -2px;
		position: absolute;
		top: 50%;
    right: 4rem!important;
    left: auto;
	}

.generate-sections-inside-container {
    padding: 0!important;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {

.nav-tabs {
    margin: 0;
    padding: 0;
}

[class*=grid-] {
    padding: 0;
    margin: 0;
}


}





