.se-filtersch{
	max-width: 1240px;
    margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
	font-family:'Open Sans', sans-serif;
}
/*Rewrite*/
.se-filtersch input,
.se-filtersch button{
    height: auto;
    box-shadow: none;
}
.se-detalleficha{
    margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
	font-family:'Open Sans', sans-serif;
}
.se-back-lnk{
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    color: #03875D;
    text-decoration: none;
}
.se-back-lnk::before{
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    margin: 0 10px 0 0;
}
.se-back-lnk:focus{
    outline: 1px solid transparent;
}
.se-back-lnk:focus-visible{
    outline: 1px solid currentColor;
    outline-offset: 1px;
}
.se-back-lnk:hover span{
    text-decoration: underline;
}
.se-filtersch--form{
	margin: 0 0 16px;
}
.se-filtersch fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
.se-filtersch--mainlgnd{
    font-family: Raleway, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0 20px;
	padding: 0 .6em 0 0;
    color: #03875D;
}
.se-filtersch--mainlgnd::after{
    content:"";
    display: block;
    height: 1px;
    margin-left: .6em;
	margin-right: -.6em;
    background-color: #F2C800;
}
.se-filtersch .se-modsrch--wrap{
    display: flex;
    height: 3.125rem;
    margin: 20px 0 10px;
	position: relative;
}
.se-filtersch .se-modsrch--itxt {
  flex-grow: 1;
  padding: 0 1em;
  height:auto;
  background-color: #F9F9F9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  border: 0;
  border-radius: 30px 0 0 30px;
  font-family: inherit;
  font-size: 1rem;
}
.se-filtersch .se-modsrch--itxt:focus {
    outline: 1px solid #03875D;
    outline-offset: -1px;
}
.se-filtersch .autocomplete-items{
  position: absolute;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
  border-radius:5px;
  padding:16px;
  z-index:1;
  max-height: 15em;
  overflow: hidden;
  overflow-y: auto;
  display:none;
}
.autocomplete-items.is-visible{
	display:block;
}
.autocomplete-items > div {
	margin-bottom:16px;
	padding:1px;
	line-height:1.3;
	cursor: pointer;
	border-radius:2px;
}
.autocomplete-items > div:last-child{
	margin-bottom:0;
}
.autocomplete-items > div:hover {
	background-color: #e8e8e8;
}
.autocomplete-items > div:focus {
	outline:1px solid;
	outline-offset:0;

}
.se-filtersch .se-modsrch--sbmt {
  width: 50px;
  padding: 0;
  height:auto;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-radius: 0 30px 30px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  color: #323232;
}
.se-filtersch .se-modsrch--sbmt:focus{
    color: #fff;
    background: transparent linear-gradient(106deg, #03875D 0%, #03875D 100%) 0% 0% no-repeat padding-box;
    outline: 1px solid #03875D
}
.se-filtersch .se-modsrch--sbmt::after{
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.se-advcsch--openadv{
	all:unset;
	float:right;
	font-weight:700;
	color:#03875D;
	padding: 4px 2px;
	margin: 10px 0;
    cursor: pointer;
	border-radius:2px;
}
.se-advcsch--openadv:focus{
	outline:1px solid;
	outline-offset:0;
}
.se-advcsch--openadv::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
	color:#323232;
	margin: 0 0 0 10px;
}
.is-open-adv .se-advcsch--openadv::after {
    transform: rotate(180deg);
}
.se-filtersch--advgroup{
	clear:both;
	display:none;
	padding: 32px 0 48px;
}
.is-open-adv .se-filtersch--advgroup{
	display: block;
}
.se-advgroup--buttons{
    text-align: right;
}
.se-btn-sec,.se-btn-sec:hover{
    color: #03875D;
    border: 1px solid currentColor;
    background: none #fff;
}
.se-btn-main:focus{
    color: #03875D;
    outline: 2px solid currentColor;
    outline-offset: -1px;
    background: #fff none;
}
.se-selection--grouplgnd{
	margin:0 0 4px;
	font-weight:600;
	color:#03875D;
}
.se-selection--groupbtn{
	all: unset;
	display: block;
	box-sizing:border-box;
	width:100%;
	padding: 8px 16px;
	line-height:1.2;
	border-radius: 100px;
	border: 1px solid #03875D;
	display:flex;
	justify-content: space-between;
	align-items: center;
	cursor:pointer;
}
.se-selection--groupbtn:disabled{
    border-color:rgba(170, 170, 170);
    color:rgb(170, 170, 170);
    background-color:rgb(242, 242, 242);
    cursor: default;
}
.se-selection--groupbtn:focus{
	outline: 1px solid;
}
.se-selection--groupbtn::after {
    content: '\2b';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.5rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: .6;
    color: #323232;
    display: block;
    width: .8rem;
    height: 1rem;
    text-align: center;
}
.se-selection--group.is-open .se-selection--groupbtn::after {
    content: '';
    height: 1.6px;
    background: #323232;
}
.se-selection--groupbtn:disabled::after{color:rgb(170, 170, 170);}
.se-selection--groupbtn span{
	flex-grow:1;
}
.se-selection--panel{
	max-height: 0;
    display: flex;
    flex-direction: column;
	background-color:#fff;
	padding:16px;
	overflow: hidden;
	visibility: hidden;
	transition: .1s max-height;
}
.se-selection--group.is-open .se-selection--panel{
	visibility: visible;
	max-height: 15rem;
}
.se-selection--isch{
    padding: 0;
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 4rem;
    color: #323232;
    position: relative;
}
.se-selection--isch::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 12px;
	color:#949494;
}
.se-selection--isch input[type="text"]{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    margin: 0;
	font-family:'Open Sans', sans-serif;
    font-size: 1rem;
    border: 1px solid #949494;
    border-radius: 4rem;
    color: #323232;
}
.se-selection--isch input[type="text"]:focus{
	outline:1px solid;
}
.se-selection--checks {
    overflow-y: auto;
}
.se-selection--checks::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 9px;
    height: 9px;
}
.se-selection--checks::-webkit-scrollbar-thumb {
	background-color: #949494;
	border-radius: 8px;
}
.se-selection--chkitem{
	margin: 0 0 16px;
	display: flex;
	align-items:flex-start;
	line-height: 1.3;
}
.se-selection--chkitem input[type="checkbox"]{
	margin:3px 2px 1px;
	accent-color:#03875D;
	cursor:pointer;
    height: auto;
}
.se-selection--chkitem input[type="checkbox"]:focus{
	outline: 1px solid;
	outline-offset:1px;
}
.se-selection--chkitem label{
	padding: 0 0 0 .5em;
	cursor:pointer;
}
.se-selection--chkitem.opt-rmv{
	display: none;
}
.se-filtersch--title{
	font-size: 1.25rem;
	font-weight: 500;
	color: #323232;
	margin: 24px 0;
}
.se-filtersch--title span{
	font-size: 1rem;
}
.se-filtersch--results-title{
	font-size: 1rem;
	margin: 24px 0;
}
.se-filtersch--results-title span{
	font-weight: 600;
}

/*Tags*/
.se-filter-tag--wrapper{
    margin: 0 0 24px;
}
.se-filter-tag {
    display: inline-block;
    font-size: .875rem;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 5px 10px 5px 5px;
    margin: 2px;
}
.se-filter-tag.opt-rmv {
    display: none;
}
.se-filter-tag::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: .7rem;
    margin: 0 2px 0 0;
    width: 1rem;
    text-align: center;
    display: inline-block;
}
.se-filter-tag:hover{
    outline: 1px solid #323232;
}
.se-filter-tag:focus{
    outline: 1px solid #323232;
}
/*Acordeón*/
.se-filtersch .se-panel-heading{
	background: none;
	box-shadow: none;
	color: #03875D;
}
.se-filtersch .se-btnDropdown{
	border: 1px solid;
	border-radius: 20px 0;
	background-color: #03875D;
	border-color: #03875D;
	color:#fff;
}
.se-filtersch .se-btnDropdown.collapsed{
	color: #03875D;
	border-color: #03875D;
	background-color:#fff;
}
.se-filtersch .panel-body{
	padding: 0.8rem 1.3rem;
}
.se-filtersch .panel-body .se-intmain--txtcont{
	background-color: #fff;
	padding: 0;
}
.se-filtersch .se-btnDropdown:focus{
	outline: 1px solid ;
	outline-offset: -2px;
}
.se-filtersch .se-btnDropdown .fa-angle-down{
	transform: rotate(180deg);
	transition: none;
	font-size:1.5rem;
}
.se-filtersch .se-btnDropdown .fa-angle-down.up{
	transform: rotate(0deg);
}

/*TABS*/
.se-tabs {}

.se-tabs [role="tabpanel"] {
    visibility: hidden;
    position: fixed;
    height: 0rem;
}

.se-tabs [role="tabpanel"][aria-hidden="false"] {
    display: block;
    visibility: visible;
    height: auto;
    position: relative;
}

.se-tabs--lst {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
    padding: 40px 0;
    margin: 0 0 8px;
}
.se-tabs--item {
    flex-basis: 16%;
    display: block;
    padding: 0 1% 30px;
    box-sizing: border-box;
    z-index: 1;
}

.se-tabs--lnk {
    display: flex;
    max-width: 11rem;
    min-height: 11rem;
    min-width: 11rem;
    flex-flow: column;
    padding: 30px 10% 10px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: #323232;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 30px 20px;
    box-sizing: border-box;
    font-family: inherit ;
    line-height: normal;
}

.js-tabpannels .se-tabs--lnk {
    display: none;
}

.se-tabs--lnk:hover,
.se-tabs--lnk:focus,
.se-tabs--lnk[aria-selected="true"] {
    color: #fff;
    background: transparent linear-gradient(180deg, #03875D 0%, #011C3F 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    outline-color: transparent;
}
.se-tabs--lnk:hover .se-tabs--img,
.se-tabs--lnk:focus .se-tabs--img,
.se-tabs--lnk[aria-selected="true"] .se-tabs--img{
	filter: grayscale(100%);
}
.se-tabs--lnk:focus-visible{
    outline: 1px solid #03875D;
}
.se-tabs--img {
    width: 50px;
    height: 50px;
}

.se-tabs--lnktitle {
    font-size: 1rem;
    font-weight: 600;
    margin: 15px 0 .6rem;
}

.se-tabs--lnktxt {
    font-size: .75rem;
    margin: 0 0 1rem;
}

/*tab panel*/
.se-tabs--pan {}

.se-pan-2cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.se-pan--col {
    flex-basis: 48%;
    margin-bottom: 20px;
}

.se-pan--cont {
    height: 100%;
    padding: 20px;
    font-size: 0.9rem;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
}
.se-box-top{margin:0 0 16px}
/*Filtro*/
.topbar-filter select{
    appearance:none;
    border-radius: 100px;
    border: 1px solid #03875D;
    background-color: #FFF;
    padding: 7px 32px 7px 14px;
    font-family: inherit;
    font-size: 1rem;
    max-width:33em;
    background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.7261 8.17602C3.34577 7.85328 3.34577 7.26644 3.7261 6.9437C4.0277 6.68777 4.47023 6.68777 4.77183 6.9437L10 11.3803L15.2282 6.9437C15.5298 6.68777 15.9723 6.68777 16.2739 6.9437C16.6542 7.26644 16.6542 7.85328 16.2739 8.17602L10.1869 13.3414C10.0791 13.4329 9.92091 13.4329 9.8131 13.3414L3.7261 8.17602Z" fill="%23323232"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 1.2rem;
}
.topbar-filter select:focus{
    outline: 1px solid;
    outline-offset: 0;
}
.topbar-filter select:disabled{
    border-color:rgba(170, 170, 170);
    color:rgb(170, 170, 170);
    background-color:rgb(242, 242, 242);
    cursor: default;
}
.topbar-filter{
    display: flex;
    justify-content: flex-end;
    margin: 16px 0;
}
.formrow-inline{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.formfield-inline-stack{
    display: flex;
    flex-direction: column;
    margin: 0 24px 16px 0;
}
.formfield-inline-stack ~ button,
.formfield-inline-stack ~ a {
    margin: 0 24px 16px 0;
    padding: 8px 28px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
}
.formfield-inline-stack label{
    font-size: 1rem;
    margin: 0 0 8px;
}
.formrow-inline *:last-child{
    margin-right: 0;
}

.se-tabs--pan {}

.se-pan-2cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.se-pan--col {
    flex-basis: 48%;
    margin-bottom: 20px;
}

.se-pan--cont {
    height: 100%;
    padding: 20px;
    font-size: 0.9rem;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
}

.se-pan--title {
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid currentcolor;
    padding: 0 0 3px;
    margin: .25rem 0 1em;
}

.se-pan--cont b {
    font-family: 'Montserrat Bold', Montserrat, sans-serif;
    font-weight: 800;
    color: #123f6e;
}

.se-pan--cont ul {
    padding-left: 0px;
}

.se-pan--cont ul li {
    margin: 0 0 .5rem 1.5rem;
}

.se-pan--cont table {
    width: 100%;
    border: 15px solid #f3f3f3;
    border-bottom: 0;
    border-collapse: collapse;
}

.se-pan--cont caption {
    caption-side: top;
    padding: 0;
    color: inherit;
    font-weight: 800;
    font-size: 1rem;
}

.se-pan--cont thead {
    border: 15px solid #fff;
}

.se-pan--cont thead th {
    padding: 5px 3px;
    font-family: 'Montserrat Bold', Montserrat, sans-serif;
    font-weight: 600;
    color: #123f6e;
    text-align: center;
}

.se-pan--cont tbody th {
    padding: 5px 5px 5px 0;
    background-color: #f3f3f3;
    font-weight: 400;
    border-bottom: .5px solid currentcolor;
    /*.5px: Chrome bug*/
    border-left: 15px solid #f3f3f5;
    text-align: left;
}

.se-pan--cont tbody th[colspan] {
    padding: 8px 5px 3px 0;
    border-top: 16px solid #fff;
    font-weight: 600;
    border-bottom: none;
}

.se-pan--cont tbody td {
    padding: 5px;
    text-align: center;
    background-color: #f3f3f3;
    font-weight: 400;
    border-bottom: .5px solid currentcolor;
}

.se-pan--cont tbody td.col-right {
    text-align: right;
}

.se-pan--cont tbody tr:last-child th,
.se-pan--cont tbody tr:last-child td {
    border-bottom: none;
}

.se-footnote {
    line-height: 1.2;
    margin: 1rem 0 0;
    font-size: 12px;
}

.se-databanner {
    max-width: 25rem;
    margin: 15px auto;
}

.se-databanner--wrapper {
    padding: 25px;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    background: #154481;
    background: linear-gradient(150deg, rgba(10, 120, 210, 1) 0%, rgba(21, 68, 129, 1) 55%);
}

.se-databanner__type01 .se-databanner--wrapper {
    background: linear-gradient(150deg, #CC9B01 0%, #630E00 70%);
}

.se-databanner--title {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 36px 18px;
    padding: 0 0 0 18px;
}

.se-databanner--title::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    margin: 0 0px 0 -36px;
    float: left;
}

.se-databanner--content {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}

.se-databanner__type01 .se-databanner--content {
    align-items: end;
}

.se-databanner--figure {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.se-databanner--figure:first-child {
    margin: 0 0 25px 0;
}

.se-databanner--digit {
    font-family: "Montserrat Bold", Montserrat, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    vertical-align: middle;
}

.se-databanner--txt {
    font-size: 1rem;
}

.se-databanner--variation {
    flex-grow: 1;
    font-size: 1.25rem;
    text-align: right;
    white-space: nowrap;
}

.se-databanner--variation::after {
    content: "\f062";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 2.5rem;
    vertical-align: middle;
    margin: 0 0 0 6px;
    display: inline-block;
}

.se-databanner--variation.se-var-down::after {
    content: "\f063";
}
@media screen and (min-width: 64.01rem){
	.se-selection{
		display:flex;
		margin: 0 -12px 32px;
	}
	.se-selection--group{
		width:calc(25% - 24px);
		margin: 0 12px;
		position:relative;
	}
	.se-selection--panel{
		position: absolute;
		left:0;
		right:0;
		z-index:10;
		box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
		border-radius:5px;
	}
}
@media (max-width: 767px) {
    .se-tabs--lst {
        display: none;
    }

    .js-tabpannels .se-tabs--lnk {
        display: block;
        width: 100%;
        max-width: unset;
        min-height: unset;
        margin: 30px 0;
        padding: 25px;
    }

    .se-tabs--lst::before,
    .se-tabs--lst::after {
        display: none;
    }
}
@media screen and (max-width: 64rem){

}
