/* === FUENTE: EPMSans (Light, Regular, SemiBold, Bold) === */


@font-face {
    font-family: Epm-Rounded;
    src: url(resource/fonts/EPM/EPMRoundedBTVF.ttf)
}

@font-face {
    font-family: Epm-Rounded-Regular;
    src: url(resource/fonts/EPM/EPMRoundedBTRegular.ttf)
}

@font-face {
    font-family: Epm-Italica;
    src: url(resource/fonts/EPM/EPMRoundedItalicaBTVF.ttf)
}

@font-face {
    font-family: Epm-Sans-Italica;
    src: url(resource/fonts/EPM/EPMSansitalicaBTVF.ttf)
}

@font-face {
    font-family: Epm-Sans;
    src: url(resource/fonts/EPM/EPMSansVF.ttf)
}


:root{
    --accent-color:#f17b20;
    --accent-color2:#93d500;
    --accent-color3:#f17b20;
	--accent-color4:#93d500;
	--accent-color5:#f17b20;
    --button-color1:#f17b20;
	--button-hover-color1:#93d500;
    --button-color2:#93d500;
	--button-hover-color2:#f17b20;
    --button-color3:#f17b20;
	--button-hover-color3:#93d500;
    --button-color4:#f17b20;
	--button-hover-color4:#93d500;
    --button-color5:#f17b20;
	--button-hover-color5:#f17b20;
    --button-color6:#f17b20;
	--button-hover-color6:#93d500;
    --button-color7:#93d500;
	--button-hover-color7:#f17b20;
}


	
.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: auto;
	max-width: 100%;
}
.is-container{
	max-width: auto;
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content {
	padding-top:0px;
	padding-bottom:0px;
}		

@media (min-width:576px) {
		.container {
		width: 540px;
	}	
	.is-container {
		max-width: 540px;
	}
			}
@media (min-width:768px) {
		.container {
		width: 760px;
	}	
	.is-container {
		max-width: 760px;
	}	
			}
@media (min-width:992px) {
		.container {
		width: 960px;
	}	
	.is-container {
		max-width: 960px;
	}	
			}
@media (min-width:1200px) {
		.container {
		width: 1140px;
	}
	.is-container {
		max-width: 1140px;
	}	
			}

@media (min-width:1600px) {
		.container {
		width: 1380px;
	}	
	.is-container {
		max-width: 1380px;
	}	
	}

	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:-15px;
		width:calc(100% + 15px);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:-15px;
		width:calc(100% + 15px);
	}


@media (min-width:576px) {
		.dng-left-box.container-fluid {
		padding-right: calc( (100% - 540px) /2 )!important;
	}
	.dng-right-box.container-fluid {
		padding-left: calc( (100% - 540px) /2 )!important;
	}
	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	}
@media (min-width:768px) {
		.dng-left-box.container-fluid {
		padding-right: calc( (100% - 760px) /2 )!important;
	}
	.dng-right-box.container-fluid {
		padding-left: calc( (100% - 760px) /2 )!important;
	}
	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	}
@media (min-width:992px) {
		.dng-left-box.container-fluid {
		padding-right: calc( (100% - 960px) /2 )!important;
	}
	.dng-right-box.container-fluid {
		padding-left: calc( (100% - 960px) /2 )!important;
	}
	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	}
@media (min-width:1200px) {
		.dng-left-box.container-fluid {
		padding-right: calc( (100% - 1140px) /2 )!important;
	}
	.dng-right-box.container-fluid {
		padding-left: calc( (100% - 1140px) /2 )!important;
	}
	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	}
@media (min-width:1600px) {
		.dng-left-box.container-fluid {
		padding-right: calc( (100% - 1380px) /2 )!important;
	}
	.dng-right-box.container-fluid {
		padding-left: calc( (100% - 1380px) /2 )!important;
	}
	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((1380px - 100vw)/2);
		width:calc(100% + (100vw - 1380px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((1380px - 100vw)/2);
		width:calc(100% + (100vw - 1380px)/2);
	}
	}
	


#dnn_ctr2027_HtmlModule_lblContent table tbody tr td a {
	color: #000000;
}

/* -------------------------INICIO --------------------------------------------------------- */
/* 
•	Etiquetas de texto principales:
body, p, span, strong, em, b, i, small, mark, del, ins, a 


•	títulos: 
h1, h2, h3, h4, h5, h6

•	Etiquetas de listas y sus ítems: 
ul, ol, li, dl, dt, dd

•	Etiquetas de contenido de formularios (texto):
label, input, textarea, button, select, option

•	Etiquetas estructurales (por si contienen texto):
section, article, aside, header, footer, nav, main, div

*/


.footer {
	margin-top: 85px;
}

/* Etiquetas de texto principales: */


body {
  font-family: "Epm-Sans";
  font-weight: 85;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

b,
strong {
  font-weight: 400 !important;
}

a, a:link {
	color: #666666;
	font-weight: 500 !important;
	font-family: 'Epm-Sans' !important;
}

a:hover {
  color: #666666;
}

/* a:visited {
  color: #000000;
} */

p {
  font-family: "Epm-Sans";
  font-weight: 85;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  font-weight: 700;
  font-size: 32px;
}

h2 {
  font-weight: 600;
  font-size: 28px;
}

h3 {
  font-weight: 600;
  font-size: 24px;
}

h4,
h5,
h6 {
  font-weight: 500;
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epm-Sans";
  line-height: 28px;
  margin: 0 0 20px;
  color: #d66300;
}

ul,
ol,
dl {
  font-family: "Epm-Sans";
  font-weight: 85;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1em 1.5em;
  padding: 0;
  color: #666;
}

li,
dt,
dd {
  margin-bottom: 0.5em;
}

.body-content-emvarias ul,
.body-content-emvarias ol,
.body-content-emvarias li {
  font-family: "Epm-Sans";
  font-weight: 85;
  font-size: 16px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #d66300;
}

.title-emvarias h1 {
  text-align: center;
  color: #666666;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.title-contenido-emvarias h1 {
  text-align: left;
  color: #666666;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.titulo-orange-contenido-emvarias {
  color: #b35300;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
}

.titulo-green-contenido-emvarias {
  color: #467903;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
}

a.boton-orange-emvarias {
  background-color: #ef7d00;
  color: black !important;
  padding: 0 2rem;
  height: 24px;
  border-radius: 95px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
}

a.boton-green-emvarias {
  background-color: #93d500;
  color: black !important;
  padding: 0 2rem;
  height: 24px;
  border-radius: 95px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
}

.btn-body-orange-emvarias {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ee7402;
  color: #000 !important;
  font-size: 16px;
  border-radius: 24px;
  height: 48px;
  font-family: "Epm-Sans";
}

.btn-body-green-emvarias {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93d500;
  color: #000 !important;
  font-size: 16px;
  border-radius: 24px;
  height: 48px;
  font-family: "Epm-Sans";
}

.primary_structure > li > a {
  font-family: "Epm-Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
  transition: color 0.3s ease;
}

.btn-body-green-32-emvarias {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef7d00;
  color: #000 !important;
  font-size: 16px;
  border-radius: 24px;
  height: 32px;
  font-family: "Epm-Sans";
  width: 160px;
}

.primary_structure > li.current > a,
.primary_structure > li > a:hover,
.primary_structure > li > a:focus {
  color: var(--accent-color, #d66300) !important;
  font-weight: 400;
}

#dng-megamenu673076 .primary_structure > li > a,
#dng-megamenu673076 .primary_structure > li > a:link,
#dng-megamenu673076 .primary_structure > li > a:active,
#dng-megamenu673076 .primary_structure > li > a:visited {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400 !important;
}

/* NUEVOS CAMBIOS SYSPOTEC 23-07-2025 */
.ModDDRMenuC {
  background-color: #f9f9f9;
  padding: 45px 11px;
  transition: all 0.5s;
}

.dnnActionMenu {
  margin-bottom: 10px;
}

.dnnActionMenuTag a {
  position: relative;
  color: #000000 !important;
  font-size: 16px;
  font-style: normal;
  font-family: "Epm-Sans";
  font-weight: lighter;
}

.dnnActionMenuTag a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f17b20;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.dnnActionMenuTag a:hover::after {
  width: 100%;
}

.lista-contenido-emvarias ul {
  font-family: "Epm-Sans";
  font-weight: 85;
  font-size: 16px;
  line-height: 1.5;
}

.accordion02 .accordion-item.opened .panel-heading a,
.accordion02 .accordion-item.opened .panel-heading a i,
.accordion02 .accordion-item.opened .panel-heading .arrow {
  color: #000000 !important;
}

#dnn_ctr2274_HtmlModule_lblContent p {
  color: #000000 !important;
}

.accordion02 .accordion-content {
  display: none;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin: 0px !important;
  background-color: #fff;
  position: relative;
}

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.download-item:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.download-item:nth-of-type(even) {
  background-color: #ffffff;
}

.download-item:last-child {
  border-bottom: none;
}

.download-text {
  	font-family: 'Epm-Sans' !important;
	font-weight: 100;
}

.download-button {
  background-color: #d66300;
  color: #000000 !important;
  padding: 10px 20px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

li {
  list-style: none !important;
}

.check-list-icon {
  width: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.download-button:hover {
  background-color: #b05200;
}


@media (max-width: 768px) {
  .download-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .download-text {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
  }
  .download-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    min-height: 44px;
    padding: 12px 20px;
  }
}

/*--------------------------------------------------------------------------------*/
.list-syspotec-2025 li {
        display: flex;
        gap: 10px;
    }
    .list-syspotec-2025 li::before {
        content: "";
        width: 20px;
        height: 16px;
        min-height: 16px;
        min-width: 20px;
        display: block;
        background-image: url('/emvarias/Portals/0/Images/checkList.png?ver=7j9czvmxY-NRzG0IKu0Mrg%3d%3d');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 5px;
    }

 /******** TERMINADO *********************************/

div.is-inherit-root-text,
div.is-inherit-root-text p,
div.is-inherit-root-text li,
div.is-inherit-root-text div,
div.is-inherit-root-text span{
	color: #666666 ;
}
div.is-inherit-root-text h1{
	color:#333333;
}
div.is-inherit-root-text h2{
	color:#333333;
}
div.is-inherit-root-text h3{
	color:#424242;
}
div.is-inherit-root-text h4{
	color:#424242;
}
div.is-inherit-root-text h5{
	color:#424242;
}
div.is-inherit-root-text h6{
	color:#424242;
}

/*

@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:48px;		line-height:1.2;	}
			h2{
		font-size:32px;		line-height:1.4;	}		
					}
@media only screen and (min-width: 1200px) {	
						}
*/
a, 
a:link {
	color: #666666;
    font-weight: 500 !important;
}
a[class="boton-primario"]:link {
	color: #c75012 !important;
	border: 1px solid #c75012 !important;
}
a[class="boton-primario"]:link:hover {
	color: #c75012 !important;
	border: 1px solid #c75012 !important;
}
/* a:visited {
	color:#93d500;
} */
a:hover {
	color:#93d500;
}
a:active{
	color:#93d500;
}


.btn-accent,
a.btn-accent{
	color:#f17b20;
	border-color:#f17b20;
	background-color:#f17b20;
}
[class*="am-btn-"].btn-accent:before{
	background-color:#f17b20;
}

div [class*="am-btn-"].hover-accent:hover{
	color:#f17b20;
	border-color:#f17b20;
	background-color:#f17b20;
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:#f17b20; 
}



#Body .bg-accent{
	background-color:#f17b20;
}
#Body .color-accent{
	color:#f17b20;
} 
#Body .border-accent{
	border-color:#f17b20;
}
#Body .bg-accent-hover:hover{
	background-color:#f17b20;
}
#Body .color-accent-hover:hover{
	color:#f17b20;
} 
#Body .border-accent-hover:hover{
	border-color:#f17b20;
}
#Body .bg-accent2{
	background-color:#93d500;
}
#Body .color-accent2{
	color:#93d500;
} 
#Body .border-accent2{
	border-color:#93d500;
}
#Body .bg-accent3{
	background-color:#f17b20;
}
#Body .color-accent3{
	color:#f17b20;
} 
#Body .border-accent3{
	border-color:#f17b20;
}
#Body .bg-accent4{
	background-color:#93d500;
}
#Body .color-accent4{
	color:#93d500;
} 
#Body .border-accent4{
	border-color:#93d500;
}
#Body .bg-accent5{
	background-color:#f17b20;
}
#Body .color-accent5{
	color:#f17b20;
} 
#Body .border-accent5{
	border-color:#f17b20;
}

b,
strong{
	font-weight:600;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:600!important;
}


.default-size{font-size:16px;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	 font-family: "Epm-Sans"; 	
}

.default-color{
	color: #666666!important;
}
.default-bg-color{
	background-color: #666666!important;
}
.default-bg-color-hover:hover{
	background-color:#666666!important;
}
.default-border-color{
	border-color: #666666!important;
}
.accent-color{
	color: #f17b20;
}
.default-family{
	font-family:"Epm-Sans" !important;
}


/*default color*/


/*page title*/
.page-title-bg{
			background-color:#fd8000; 
		}		
.page-title .title-area:after{
	border-color: #a5c25a; 
}

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 320px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:67px;padding-bottom:67px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:192px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:#f17b20!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:#f17b20!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:70px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
	 	 }


@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-right:15px!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	 }

}

.has-sidebar >.row{
	position: relative;
}


.sidebar_dynamic{
	min-height: 1px;
}

.sidebar-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-menu .gomenu  > ul > li > a{
	padding: 18px 25px;
	display: block;
	position: relative;
	border-left: 5px solid transparent;
	transition: all ease 300ms;
	margin-bottom: -1px;
}

.sidebar-menu .gomenu  > ul > li > a, 
.sidebar-menu .gomenu  > ul > li > a:link, 
.sidebar-menu .gomenu  > ul > li > a:active, 
.sidebar-menu .gomenu  > ul > li > a:visited{
	color:#424242;		font-weight:inherit;	font-size:18px;	line-height:1.4;}
.sidebar-menu .gomenu > ul > li:hover > a,
.sidebar-menu .gomenu > ul > li.current > a{
	color: #ffffff;
	text-decoration: none;
	border-left-color:rgba(0,0,0,.2);
}
.sidebar-menu .gomenu  > ul > li{
	border-bottom: 1px dashed #ebebeb;
	position: relative;
}

.sidebar-menu .gomenu  > ul > li > a::before{
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 19px;
	transition: all ease 300ms;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-4):hover > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-4).current > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-4) a::before{
	background-color:#fd4ea5;  
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-3):hover > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-3).current > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-3) > a::before{
	background-color:#2c5cda;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-2):hover > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-2).current > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-2) > a::before{
	background-color:#fc7b35;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-1):hover > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-1).current > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n-1) > a::before{
	background-color:#00bec5;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n):hover > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n).current > a,
.sidebar-menu .gomenu > ul > li:nth-child(5n) > a::before{
	background-color:#d53530;
}
.sidebar-menu .gomenu > ul > li:hover > a::before,
.sidebar-menu .gomenu > ul > li.current  > a::before{
	height: 100%;
	opacity: 0;
}

.sidebar-menu .gomenu > ul > li > ul{
	padding: 15px 0;
}
.sidebar-menu .gomenu ul ul li{
	padding: 4px 0px 4px 45px;
}
.sidebar-menu .gomenu ul ul ul li:last-child{
	padding-bottom: 0;
}
.sidebar-menu .gomenu ul ul ul li{
	padding-left: 25px;
}
.sidebar-menu .gomenu ul ul ul{
	padding: 10px 0;
}

.sidebar-menu .gomenu > ul > li > ul{
	display: none;
}
.sidebar-menu .gomenu > ul > li.current > ul{
	display: block;
}

.sidebar-menu .gomenu ul ul a, 
.sidebar-menu .gomenu ul ul a:link, 
.sidebar-menu .gomenu ul ul a:active, 
.sidebar-menu .gomenu ul ul a:visited{
	color:#666666;		font-weight:inherit;	font-size:16px;	}

.sidebar-menu .gomenu > ul > li:nth-child(5n-4) ul a:hover{
	color:#fd4ea5;  
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-3) ul a:hover{
	color:#2c5cda;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-2) ul a:hover{
	color:#fc7b35;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n-1) ul a:hover{
	color:#00bec5;
}
.sidebar-menu .gomenu > ul > li:nth-child(5n) ul a:hover{
	color:#d53530;
}  

.sidebar-menu .gomenu ul li.subcurrent a{
	color: #f17b20;
	font-weight:600;
}

/**/
.swiper-container .swiper-pagination-bullet-active{
	background: #f17b20;	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: #f17b20;	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:#93d500;
}

.isotope-grid .isotope-group a:after {
    border-top-color:#93d500;
}


/**/
.fixed-widget-list li.backtop{
	background-color:#f17b20;
}
body .homepage10-header-btn,
body .homepage10-header-btn:link,
body .homepage10-header-btn:active,
body .homepage10-header-btn:visited,
body .homepage10-header-btn[type="button"],
body .homepage10-header-btn[type="submit"] {
	background-color:${buttoncolor};
}
body .homepage10-header-btn:hover{
	background-color:${buttonhovercolor};
}
.homepage10-header-btn.box-shadow2::after{
	box-shadow: -4px 3px 16px #f17b20;
}
.homepage10-header-btn.box-shadow2.bg-accent2::after{
	box-shadow: -4px 3px 16px #93d500;
}
.homepage10-header-btn.box-shadow2.bg-accent3::after{
	box-shadow: -4px 3px 16px #f17b20;
}
.homepage10-header-btn.box-shadow2.bg-accent4::after{
	box-shadow: -4px 3px 16px #93d500;
}
/* nuevas fuentes */
.accordion02 .accordion-item.opened .panel-heading a, .accordion02 .accordion-item.opened .panel-heading a i, .accordion02 .accordion-item.opened .panel-heading .arrow {
    color: #000000;
}

#dnn_ctr2274_HtmlModule_lblContent p {
  color: #000000 !important;
}

.button-whatsapp-fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	padding: 0;
	background: #ffffff;
	transition: transform 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
    width: 50px;
    height: 50px;
	transform: scale(1);
}
.button-whatsapp-fixed:hover {
	transform: scale(1.08);
}
.button-whatsapp-fixed a img {
	width: 100% !important;
    height: 100% !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulos-emvarias-syspotec-2025 {
    text-align: left;
    color: #666666;
    margin-bottom: 2.5rem;
    font-weight: 400;
	text-align: center;
}

.second-list-syspotec-2025 li {
	display: flex;
	gap: 10px;
}
.second-list-syspotec-2025 li::before {
	content: "-" !important;
	margin-top: 0px !important;
	background-image: none !important;
	font-weight: bold !important;
}

a.primary-button-emvarias-syspotec-2025:link {
	color: #c75012 !important;
    border-radius: 20px;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    border: 2px solid #c75012 !important;
    font-size: 13px;
    line-height: 1.4;
    background-color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    gap: 5px;
	width: max-content;
    min-width: max-content;
	font-family: 'Epm-Sans' !important;
}


.menu-container-corporativo {
    width: 100%;
}

.nav-corporativo {
    width: 100%;
}

.main-menu-corporativo {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu-corporativo li {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
}

.main-menu-corporativo a {
    text-decoration: none;
    color: #902000;
    font-family: "EPM Sans";
    font-weight: 120;
    transition: color 0.3s ease;
}

.main-menu-corporativo a:hover {
    color: #7d443a;
}

.main-menu-corporativo li:not(:last-child)::after {
    content: "|";
    color: #902000;
    padding-left: 10px;
}

@media (min-width: 1501px) {
    .nav-corporativo {
        width: 946px;
        display: flex;
        justify-content: space-around;
    }

    .main-menu-corporativo li {
        display: inline-flex;
        align-items: center;
        padding: 0 5px;
    }
}

@media (min-width: 1600px) {
    .nav-corporativo {
        width: 957px;
        display: flex;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1299px) and (max-width: 1399px) {
    .main-menu-corporativo li {
        display: inline-flex;
        align-items: center;
        padding: 0 5px;
    }
}

@media (max-width: 1500px) {
    .nav-corporativo {
        width: 100%;
    }

    .main-menu-corporativo {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (max-width: 1300px) {
    .nav-corporativo {
        width: 811px;
    }
}

@media (max-width: 1199px) {
    .nav-corporativo {
        width: 780px;
    }

    .main-menu-corporativo {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (max-width: 1140px) {
    .nav-corporativo {
        width: 728px;
    }
}

@media (min-width: 1900px) and (max-width: 2299px) {
    .nav-corporativo {
        width: 1180px;
        display: flex;
        justify-content: space-around;
    }
}

@media (min-width: 2300px) and (max-width: 2700px) {
    .nav-corporativo {
        width: 1350px;
        display: flex;
        justify-content: space-around;
    }
}

.parrafo-justificado {
	text-align: justify;
}
.list-syspotec-2025 li p a:link {
	font-weight: normal !important;
}
.list-syspotec-2025 li a:link {
	font-weight: normal !important;
}

.list-syspotec-2025 li a:link {
	color: #666666 !important;
	font-weight: normal !important;
}

.is-overlay .is-overlay-bg {
    background-position: 50% -10% !important;
}