
body{
	font-family:Roboto, sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden
    text-align: justify; color:#55585a;  
    font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
    font-style: normal;
	background-repeat: no-repeat;
  	background-attachment: fixed; 
 	 background-position: center; 
}

i {color: #9d2148;}
h1{font-size:50px}h2{font-size:28px}h3{font-size:26px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
p {text-align: justify;}

th {
    border-color: transparent;
    /*color: #55585a;  
    background-color: #9d2148;*/
    border-style: solid;
    border-width: 0;
    padding-left: 15px;
    padding-right: 15px;
	border-width: 0px;
	text-align: justify;
	font-weight: 500;
	background: linear-gradient(to right, #9d2148, #666); 
}

.th-modal {
	border-color: transparent;
    color: #fff;  
    border-style: solid;
    border-width: 0;
    padding-left: 15px;
    padding-right: 15px;
	border-width: 0px;
	text-align: center;
	font-weight: 500;
	background: linear-gradient(to right, #9d2148, #666); 
	font-size: 22px;
}

td { 
	border-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	border-width: 1px; 
	font-weight: 600;
	}

.td-modal {
	border-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	border-width: 1px; 
	font-weight: 500;
	font-size: 17px;
	text-align: justify;
}


hr { 
	border-width: 1px;
	border-color: #9d2148;
}

/* Modals
----------------------------------------------*/
[data-ml-modal] {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	z-index:999;
	width:0;
	height:0;
	opacity:0;
}
[data-ml-modal]:target {
	width:auto;
	height:auto;
	opacity:1;
	-webkit-transition:  opacity 1s ease;
	transition: opacity 1s ease;
}
[data-ml-modal]:target .modal-overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:1;
	color:#9d2148;
}
[data-ml-modal] .modal-dialog {
	border-radius:6px;
	position:relative;
	width: 90%;
	max-width:660px;
	max-height:70%;
	margin:10% auto;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:2;
}
.modal-dialog-lg {max-width:820px !important;}

[data-ml-modal] .modal-dialog > h3 {
	background-color: #9d2148;
    color:#FFF;
	border-bottom:1px solid #b3b3b3;
	font-size:20px;
	font-weight: 500;
	margin:0;
	padding:0.8em 56px .8em 27px;
	text-align: center; 
}

[data-ml-modal] .modal-content {background:#fff; padding:23px 27px;}
[data-ml-modal] .modal-close {
  position:absolute;
	top:13px;
	right:13px;
	border-radius:50%;
	height:40px;
	width:40px;
	font-size:30px;
	line-height:37px;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width:767px) {
	[data-ml-modal] .modal-dialog {margin:20% auto;}
}
.center {text-align:center !important;}
.btn-default {border-color: #9d2148;} 
a.btn-default:hover {background-color:#9d2148; color:#fff;}
pre {overflow:auto;font-size:1em;} 
/**/


:root {
	--primary-color: #BC955C;
  }
  
  /*h6 {
	color: #9F2241;
  }*/
  
  a {
	color:#55585a;
  }  
  
  a:hover {
	color: #9d2148;
  }
  
  .a-modal {
	font-size: 18px;
  }

  .service-24 a {
	text-decoration: none;
  }
  
  .service-24 .card-hover:hover .ser-title {
	color: #666;
  }
  
  .service-24 .bg-success-grediant {
	background: #BC955C;
	background: -webkit-linear-gradient(legacy-direction(to right), #BC955C 0%, #BC955C 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-size: 50px;
  }

section {
  --animation-speed: .5s;
}

.drawers input {
  display: none;
}

.drawers .container {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--animation-speed) ease-out;
}

.drawer {
  overflow: hidden;
}

label {
  padding: 11mm 0;
  margin-bottom: 2mm;
  display: inline-block;
  width: 0;
  white-space: nowrap;
  transition: width var(--animation-speed) ease-out;
  border-bottom: 2px solid #ab8d5d;
}

label:has(:checked) {
  color: #9F2241;
  width: 100%;
}

label:has(:checked)+.container {
  grid-template-rows: 1fr;
}

.tab {
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #fff;
  text-align: center !important;
}

.tab button {
	background-color: inherit;
	float: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 14px;
	transition: 0.3s;
	font-size: 18px;
	width: 100px;
	margin: auto;
}
 
.tab_ini {
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #f6f6f6;
  text-align: center !important;
}

.tab button:hover {
	background-color: #ddd;
  }
  
  .tab button.active {
	background-color: #ccc;
  }
  
  .tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
  }
  
/* Accordion */
:root {
	--color-one: #9F2241;
	--color-two: #9F2241;
	--color-three: #9F2241;
	--color-four: #9F2241;
	--color-five: #FFF;
	--color-six: #55585a;
	--color-seven: #55585a;
	--color-eight: #ffffff;
  }
  
  .accordion {
	font-family: Roboto, sans-serif; 
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	font-size:15px;
	color: #55585a;
  }
  
  .accordion__content {
	order: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
  }
  
  .accordion__label {
	flex-grow: 10;
	text-align: center;
	color: transparent;
	padding: -1% 5% 1% 5%;
	background-color: #bfb7af;
	margin-right: 0px;
  }

  .accordion__label1 {
	flex-grow: 10;
	text-align: center;
	padding: -1% 5% 1% 5%;
  }
  
  .accordion__radio {
	display: none;
  }
  
  .accordion input[type="radio"]:checked+label {
	background-color: white;
	font-weight: 600;
	border-top: 1px solid var(--color-five);
	border-left: 1px solid var(--color-five);
	border-right: 1px solid var(--color-five);
	border-bottom: none;
  }
  
  .accordion input[type="radio"]:checked+label+.accordion__content {
	display: flex;
	margin-right: 0;
	border-left: 1px solid var(--color-five);
	border-right: 1px solid var(--color-five);
	border-bottom: 1px solid var(--color-five);
  }
  
  .accordion__content__text {
	/* width: 75%; */
	margin-top: 1%;
	margin-left: 5px;
  }
  
  .accordion__content__text__title {
	margin-top: 3%;
  }
  
  .accordion__content__text__horizontal-line {
	border: none;
	border-bottom: 1px solid var(--color-five);
	margin-right: 2%;
  }
  
  .accordion__content__text__body {
	margin-top: 2%;
	padding-right: 5%;
  }
  
  @media (max-width: 900px) {
	.accordion {
	  border: 1px solid var(--color-five);
	}
  
	.accordion-tab--status {
	  display: inline;
	}
  
	.accordion__content,
	.accordion__label {
	  order: initial;
	}
  
	.accordion__content {
	  flex-direction: column;
	}
  
	.accordion__label {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 1px;
	  display: flex;
	  /*justify-content: space-between;
	  font-size: 1.2em;*/
	  padding: 5% 6% 5% 6%;
	}
  
	.accordion__content__image__container {
	  width: 100%;
	}
  
	.accordion__content__image {
	  padding: 0;
	  margin: 0;
	  object-fit: cover;
	  height: 300px;
	  width: 100%;
	}
  
	.accordion__content__text {
	  font-size: 0.9em;
	  margin: 4% 5% 4% 5%;
	}
  
	.accordion__content__text__title {
	  margin: 2% 0 2% 0;
	}
  
	.accordion__content__text__horizontal-line {
	  width: 100%;
	}
  
	.accordion input[type="radio"]+label span:after {
	  content: '+';
	}
  
	.accordion input[type="radio"]:checked+label span:after {
	  content: '—';
	}
  
	.accordion input[type="radio"]:checked+label {
	  border: none;
	}
  
	.accordion input[type="radio"]:checked+label+.accordion {
	  border: none;
	}
  
	.accordion input[type="radio"]:checked+label+.accordion__content {
	  border: none;
	}
  }
  
  /* organigrama  */
.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
  padding-top: 20px;
  position: relative;
}

.organigrama li {
  float: left;
  text-align: center;
  list-style-type: none;
  padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 50%;
  border-top: 1px solid #9F2241;
  width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 1px solid #9F2241;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 1px solid #9F2241;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #9F2241;
  width: 0;
  height: 20px;
}

.organigrama li a {
	border: 1px solid #9d2148;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #FFF;
    background-color: rgba(157, 33,	72 );
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
}

.organigrama li a:hover {
  border: 1px solid #fff;
  color: #ddd;
  background-color: #ab8d5d;
  display: inline-block;
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 8em;
}

.ir-arriba {
	display:none;
	padding:50px;
	background: transparent;
	font-size:45px;
	color:#b28e5c;
	cursor:pointer;
	position: fixed;
	bottom:30px;
	right:20px;
}
