/*    colors    */
/*
Dorado #AD9A51
marino #061f34
verde #8ea594
morado #551946
*/

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; 
  color: #54565A;
  width: 1400px !important;
  max-width: 1400px !important;
}
.body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; 
  color: #54565A;
  width: 100% !important;
  max-width: 100% !important;
}
.container{

}
.purple{
color: #551946;
}
.green-olive{
color: #8ea594;
}
.black{
color: #000000;
}
.blue {
color: #061f34;
}
.green{
color: #707070;
}
.white{
  color: white;
}
.yellow{
  color: #ab985e;
}
.bg-purple{
  color: white;
  background: #551946;
}
.bg-green{
color: white;
background: #8ea594;
}
.bg-yellow{
color: white;
background: #ab985e;
}
.sec2 {
background-color: #8ea5942f;
}
.sec3 {
background-color: #8ea59460;
}
.text-center {
text-align: center !important;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #001B71;
font-weight: 400; 
line-height: 1.2em;
font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 23px;
  font-weight: lighter;
  margin: 8px 0px 0px 0px;
  padding: 25px 0;
}
a{
color: #fff;
}
a:hover,
a:focus{
color: #e6e6f2;
}
a,
a:hover,
a:focus {

text-decoration: none;
outline: 0 solid transparent;
list-style: none;
}
.link-purple{
  color: #551946;
}
.link-purple:hover,
.link-purple:focus{
  color: #551946c2;
}
ul li{
list-style: none;
text-decoration: none;
}

.strong{
color: #001B71;
}
.light{
color: #C8C8C8;
}
img {
height: auto;
max-width: 100%; 
}

.btn:focus{
box-shadow: none;
}
.btn-purple{
background-color: #551946;
color: white !important;
border: solid 1px #551946;
/* padding-top: 20px;
padding-bottom: 20px; */
width: 708px;
}
.btn-purple:hover,
.btn-purple:focus,
.main_btn:hover,
.main_btn:focus
{
color: #551946 !important;
background-color: #fff;
border: solid 1px #551946;
}

.btn-primary{
background-color: #551946;
color: white !important;
border: solid 1px #551946;
padding-top: 20px;
padding-bottom: 20px;
width: 708px;
}
.btn-primary:hover,
.btn-primary:focus,
.main_btn:hover,
.main_btn:focus
{
color: #551946 !important;
background-color: #fff;
border: solid 1px #551946;
}

.btn-outline-primary{
background-color: #FFF;
color: #551946;
border: solid 1px #551946;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus
{
color: #FFF;
background-color: #551946;
border: solid 1px #551946;
}

.btn-secondary{
background-color: #8EA695;
color: white !important;
border: solid 1px #8EA695;
padding-top: 20px;
padding-bottom: 20px;
width: 708px;
}
.btn-secondary:hover,
.btn-secondary:focus
{
color: #8EA695 !important;
background-color: #fff;
border: solid 1px #8EA695;
}

.btn-outline-secondary{
background-color: #FFF;
color: #8EA695;
border: solid 1px #8EA695;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus
{
color: #FFF;
background-color: #8EA695;
border: solid 1px #8EA695;
}

.main_btn {
  padding: 10px;
  z-index: 2;
  display: inline-block;
  background-color: #551946;
  color: white;
  border: solid 1px #551946;
}
.btn-blue{
background-color: #133245;
color: white;
border: solid 1px #133245;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
.btn-blue:hover, 
.btn-blue:focus {
  color: #133245;
  background-color: #fff;
  border: solid 1px #133245;
}
.usuarios-bar {
  border-right: solid 2px #551946;
  padding-right: 25px;
  border-left: solid 2px #551946;
  padding-left: 25px;
}
/* ------ navbar --- */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none !important
}

.dashboard-header .navbar {
  padding: 0px;
  border-bottom: 1px solid #e6e6f2;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  -webkit-transition: all 0.3s ease;
  min-height: 60px;
  background: #061f34;
  border-bottom: solid 10px #8ea594;
}

.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  padding: 11px 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.navbar-brand:hover {
  color: #e6e6f2;
}


.navbar-right-top .nav-item:last-child {
  border: none
}

.navbar-right-top .nav-item .nav-link {
  padding: 13px 20px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.top-search-bar {
  padding-top: 12px;
  padding-right: 24px
}

.notification {}

.notification-dropdown {
  min-width: 320px
}

.notification-dropdown,
.connection-dropdown,
.nav-user-dropdown {
  padding: 0px;
  margin: 0px
}

.notification-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.5;
  background-color: #061f34;
}

.notification-list {}

.notification-list .list-group-item {
  border-radius: 0px;
  padding: 12px;
  margin-top: -1px;
  border-left: transparent;
  border-right: transparent
}

.notification-list .list-group-item.active {
  z-index: 2;
  color: #3d405c;
  background-color: #f7f7fb;
  border-color: #e1e1e7
}

.notification-list .list-group-item-action:focus,
.list-group-item-action:hover {
  color: #e6e6f2;
  text-decoration: none;
  background-color: #f7f7fb
}

.notification-list .list-group-item:last-child {}

.notification-info {}

.notification-info .notification-date {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  text-transform: uppercase;
  color: #71748d
}

.notification .dropdown-toggle::after,
.connection .dropdown-toggle::after,
.nav-user .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: none
}


.notification-list-user-block {
  font-size: 14px;
  line-height: 21px
}

.notification-list-user-name {
  color: #8ea594;
  font-size: 14px;
  margin-right: 8px
}

.list-footer,
.conntection-footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #8ea594;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.list-footer a,
.conntection-footer a {
  color: #fff
}

.list-footer a:hover,
.conntection-footer a:hover {
  color: #fff
}

.indicator {
  content: '';
  position: absolute;
  top: 16px;
  right: 23px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ef172c;
  animation: .9s infinite beatHeart;
  transform-origin: center
}

@keyframes beatHeart {
  0% {
      transform: scale(0.9)
  }

  25% {
      transform: scale(1.1)
  }

  40% {
      transform: scale(0.9)
  }

  60% {
      transform: scale(1.1)
  }

  100% {
      transform: scale(0.9)
  }
}

.connection {}

.connection-dropdown {}

.connection-list {
  width: 300px;
  padding: 20px
}

.connection-item {
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  padding: 12px 7px 4px;
  display: block;
  border: 1px solid transparent;
  color: #3d405c;
  font-size: 12px
}

.connection-item img {
  width: 32px
}

.connection-item:hover {
  background-color: #fff;
  border: 1px solid #e6e6f2
}

.connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.nav-user {

}

.nav-user-dropdown {
  padding: 0px;
  min-width: 230px;
  margin: 0px
}

.nav-user-name {}

.nav-user-info {
  background-color: #5969ff;
  line-height: 1.4;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  border-radius: 2px 2px 0 0
}

.nav-user-info .status {
  float: left;
  top: 7px;
  left: 0px
}

.nav-user-dropdown {}

.nav-user-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 22px 15px;
  clear: both;
  font-weight: 400;
  color: #686972;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  line-height: 0.4
}

.nav-user-dropdown .dropdown-item:hover {
  background-color: #f7f7fb
}

.user-avatar-xxl {
  height: 128px;
  width: 128px
}

.user-avatar-xl {
  height: 90px;
  width: 90px
}

.user-avatar-lg {
  height: 48px;
  width: 48px
}

.user-avatar-md {
  height: 32px;
  width: 32px
}

.user-avatar-sm {
  height: 24px;
  width: 24px
}

.user-avatar-xs {
  height: 18px;
  width: 18px
}

.avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid #F7F9FA;
  background: #F7F9FA;
  color: #fff
}

.media-attachment div.avatar {
  border: none
}

.avatar.bg-primary {
  display: flex;
  align-items: center;
  justify-content: center
}

.avatar.bg-primary i {
  font-size: 14px
}



/* ------  portal   -------*/

section{
margin-top: 100px;
margin-bottom: 100px;
}
.portal{
background-image: url(../img/portal_an.png);
background-repeat: no-repeat;
background-position: center;
height: 450px;
}

footer{
background: #fff;
border-top: solid 10px #8ea594;
height: 50px;
width: 100%;
opacity: .2; 
z-index: -1;
background: url(../img/thunderstorm.jpg);
background-size: cover;
min-width:1100px;
position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}




.image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image .overlay {
  position: absolute;
  bottom: 0;
  padding-left: 25px;
  padding-top: 15px;
  width: 100%;
  color: white;
  font-size: 20px;
  z-index: 5;
  text-align: center;

}
.formita1 .overlay p{
margin-right:150px ;
text-shadow: 1px 2px 3px #000;
}
.formita1 .overlay a{
margin-right:150px ;
margin-bottom: 50px;
}
.formita2 .overlay p{
margin-right:104px ;
text-shadow: 1px 2px 3px #000;
}
.formita2 .overlay a{
margin-right:90px ;
margin-bottom: 75px;
}
.formita3 .overlay p{
margin-right:275px ;
text-shadow: 1px 2px 3px #000;
}
.formita3 .overlay a{
margin-right:357px ;
margin-bottom: 75px;
margin-left: -14px;
}
.formita4 .overlay p{
margin-right:100px ;
text-shadow: 1px 2px 3px #000;
}
.formita4 .overlay a{
margin-right:100px ;
margin-bottom: 50px;
}

.formita1 .image .overlay::before {
  content: "";
  background: rgba(101,149,71, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -377px;
  z-index: -2;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  padding-bottom: 300px;
}
.formita2 .image .overlay::before {
  content: "";
  background: rgba(91,47,112, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -377px;
  z-index: -2;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  padding-bottom: 300px;
}
.formita3 .image .overlay::before {
  content: "";
  background: rgba(183,115,50, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -377px;
  z-index: -2;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  padding-bottom: 300px;
}
.formita4 .image .overlay::before {
  content: "";
  background: rgba(69,156,184, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -377px;
  z-index: -2;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  padding-bottom: 300px;
}

.formita1{
width: 378px;
clip-path: polygon(0.52% 100%, 0.8% 91.42%, 1.19% 83.17%, 2.09% 74.83%, 2.79% 67.38%, 4.32% 59.6%, 5.86% 51.43%, 8.32% 43%, 11.09% 33.81%, 13.26% 26.59%, 16.26% 18.79%, 19.53% 12.4%, 23.15% 5.47%, 26% 0%, 71% 67%, 67% 75%, 65% 81%, 63% 92%, 63% 99%, 63% 100%);
position: absolute;
left: 394px;
top: 330px;
}
.formita2{
width: 412px;
clip-path: polygon(0px 38%, 1% 37%, 5% 32%, 10% 26%, 19% 17.5%, 23% 14.5%, 28% 11%, 35% 7%, 36% 6.5%, 40% 5%, 45% 3%, 51% 1.5%, 54% 1%, 59% 0%, 60.5% 0%, 60.5% 89%, 58% 89%, 52% 91%, 46% 95%, 41% 100%);
position: absolute;
left: 507px;
top: 211px;
}
.formita3{
width: 417px;
clip-path: polygon(0px 0.53%, 6.26% 1.08%, 12.01% 2.46%, 17.95% 4.44%, 23.86% 7.03%, 29.65% 10.11%, 35.95% 39px, 41.98% 18.52%, 48.43% 24.88%, 54.01% 31.05%, 58.15% 37.04%, 16.77% 100.45%, 12.8% 94.96%, 8.34% 91.55%, 4.27% 89.9%, 0% 89%);
position: absolute;
left: 777px;
top: 210px;
}
.formita4{
width: 381px;
clip-path: polygon(8px 68.67%, 47.54% -1px, 51.71% 13px, 55.72% 31px, 59.66% 21.47%, 62.81% 29.74%, 65.76% 38.61%, 68.45% 47.88%, 70.56% 57.15%, 72.15% 66.24%, 73.53% 76.9%, 74.06% 89.14%, 73.71% 100.97%, 9.18% 100.36%, 8.99% 90.92%, 7.41% 81.47%, 5.29% 74.8%);
position: absolute;
left: 853px;
top: 329px;
}




.image:hover .overlay::before {
  bottom: 0px
}

.amount {
  font-size: 15px
}

.textmuted {
  color: #f8f8f8;
  font-weight: 200;
  font-size: 15px;
  text-transform: capitalize
}

.fa-star,
.fa-star-half-alt {
  color: white;
  font-size: 10px;
  margin: 0 1px
}

.review {
  font-size: 12px;
  font-weight: 200
}

.pointer {
cursor: pointer;
}
.font-18 {
font-size: 18px;;
}
.font-10 {
font-size: 10px;;
}
.width10 {
width: 10%;
}
.width30 {
width: 30%;
}
.width40 {
width: 40%;
}
.width50 {
width: 50%;
}
.w45-h30 {
width: 45%;
height:30px
}
.border-gray {
border: solid 1px #d9d9d9;
}
.pt60-pl30 {
padding-top:60% !important; padding-left:30% !important;
}
.pad-top10 {
padding-top: 10px;
}
.pad-top15 {
padding-top: 15px;
}
.pad-left0 {
padding-left: 0%;
}
.pad-top5 {
padding-top: 5px;
}
.pad2 {
padding: 2px;
}
.pad5 {
padding: 5px;
}
.pad-l0 {
padding-left: 0%; 
margin-top: 20%
}
.pt-20 {
padding-top: 20px !important;
}
.pt-pb {
padding-top: 10px; padding-bottom: 10px;
}
.pt20-pb10 {
padding-top: 20px;
padding-bottom: 10px;
}
.pt-pl {
padding-top: 10px; padding-bottom: 10px; padding-left: 10px;
}
.pl30 {
padding-left: 30%;
}
.vertical-center {
  vertical-align: middle !important;
}
.color-red {
color:#cc122b;
}
.color-green {
color:#32a23d;
}
.color-yellow {
color:#bab83a;
}
.bg-white {
background:white;
}
.bt-n {
border-top:none !important;
}
.va-m {
vertical-align: middle !important;
}
.read-calif{
border: 0.5px solid #d9d9d9;
padding: 5px;
border-radius: 5px;
}
.bg-grey {
background:rgb(226, 221, 221);
}
.border-r {
vertical-align: middle !important;
/* border-right: 1px solid #dee2e6; */
}

.border-blue {
border: solid 3px #061f34;
}

.btn-close {
background: none;
border: none;
color: #551946 !important;
padding: 0;
text-align: right;
}

/* CHECKBOX REVISION MEDIO AÑO */
.checkbox {
/* width: 140px; */
height: 40px;
position: relative;
/* margin: 0.5rem 0; */
}

.checkbox input {
position: absolute;
cursor: pointer;
width: 100%;
height: 100%;
z-index: 2;
appearance: none;
-webkit-appearance: none;
}

.box {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
background: hsla(352, 84%, 44%, 0.7);
border: 2px solid #cc122b;
color: rgb(63, 63, 63);
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
transition: all 0.6s;
}

.box i {
margin-right: 0.3em;
}

.box p{
transition: all 0.2s;
}

.checkbox input:checked ~ .box p {
transform: translateY(-30px);
}

.box p::before {
content: attr(data-text);
position: absolute;
transform: translateY(30px);
}

.checkbox input:checked ~ .box p::before {
transform: translateY(30px);
}

.checkbox input:checked ~ .box {
background: rgba(50, 164, 61, 0.7);
border: 2px solid #32a23d;
/* color: #185adb; */
}


/* CHECKBOX VER PENDIENTES REVISON MEDIO AÑO */
.checkbox2 {
  /* width: 140px; */
  height: 40px;
  position: relative;
  margin: 0.5rem 25rem;
}

.checkbox2 input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
}

.box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #d2d2d2b3;
  border: 2px solid #d2d2d2;
  color: #9c9c9c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.6s;
}

.box2 i {
  margin-right: 0.3em;
}

.box2 p{
  transition: all 0.2s;
}

.checkbox2 input:checked ~ .box2 p {
  transform: translateY(-30px);
}

.box2 p::before {
  content: attr(data-text);
  position: absolute;
  transform: translateY(30px);
}

.checkbox2 input:checked ~ .box2 p::before {
  transform: translateY(30px);
}

.checkbox2 input:checked ~ .box2 {
  background: #551946;
  border: 2px solid #551946;
  color: #ffffff;
}


/* CHECKBOX NO APLICA REVISION MEDIO AÑO */
.checkbox3 {
  width: 140px;
  height: 30px;
  position: relative;
  /* margin: 0.5rem 25rem; */
}

.checkbox3 input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
}

.box3 {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 12px;
  z-index: 1;
  background: #d2d2d2b3;
  border: 2px solid #d2d2d2;
  color: #9c9c9c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.6s;
}

.box3 i {
  margin-right: 0.3em;
}

.box3 p{
  transition: all 0.2s;
}

.checkbox3 input:checked ~ .box3 p {
  transform: translateY(-30px);
}

.box3 p::before {
  content: attr(data-text);
  position: absolute;
  transform: translateY(30px);
}

.checkbox3 input:checked ~ .box3 p::before {
  transform: translateY(30px);
}

.checkbox3 input:checked ~ .box3 {
  background: hsla(352, 84%, 44%, 0.7);
  border: 2px solid #cc122b;
  color: #ffffff;
}
    
    
/* CHECKBOX DESHABILITADOS REVISION MEDIO AÑO */
.checkbox4 {
  width: 60px;
  height: 40px;
  position: relative;
  /* margin: 0.5rem 0; */
}

.checkbox4 input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
}

.box4 {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 12px;
  z-index: 1;
  background: #b3b3b3b3;
  border: 2px solid #b3b3b3b3;
  color: #9c9c9c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.6s;
}

.box4 i {
  margin-right: 0.3em;
}

.box4 p{
  transition: all 0.2s;
}

.checkbox4 input:checked ~ .box4 p {
  transform: translateY(-30px);
}

.box4 p::before {
  content: attr(data-text);
  position: absolute;
  transform: translateY(30px);
}

.checkbox4 input:checked ~ .box4 p::before {
  transform: translateY(30px);
}

.checkbox4 input:checked ~ .box4 {
  background: hsla(352, 84%, 44%, 0.7);
  border: 2px solid #cc122b;
  color: #ffffff;
}

.calif-select {
  padding: 5px 10px !important;
  width: 200px !important;
  height: 50px !important;
}

.calif-option {
  background-color: white !important;
  color: black !important;
}

.calif-blue {
  background-color: #105289;
  color: white !important;
}

.calif-green {
  background-color: #108959;
  color: white !important;
}

.calif-red {
  background-color: #891010;
  color: white !important;
}

.calif-white {
  background-color: white;
  color: black !important;
}

/* BENEFICIOS */

.menu_wrapper {
  position: relative;
  min-height: 500px;
  width: 100%;
}
#Menu {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  padding: 0;
  overflow: visible;
  border-width: 20px;
  border-style: solid;
  border-color: #7FBD42 #3BBEBE #722A81 #EE456D;
  transition: all 1s ease-in-out 0.5s;
  top: 48px;
  left: 55%;
  margin-left: -228px;
}
.round {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 50%;
  text-align: center;
  line-height: 240px;
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  /* transition: all 0.3s ease-in-out; */
}
.item {
  background: #ffffff;
  border-width: 10px;
  border-style: solid;
  width: 130px;
  height: 130px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  transform: rotate(0deg);
  cursor: pointer;
  transition: all 1s ease-in-out 0s;
}
.item a {
  margin-top: 30%;
}
.item a:hover,
.item a:focus,
.item a:active {
  transition: all 0.3s ease-in-out;
  color: #000;
}
.item1 {
  top: -48px;
  left: 45%;
  margin-left: -48px;
  border-color: #7FBD42;  
  background: #7FBD42;
}
.item2 {
  right: -48px;
  top: 45%;
  margin-top: -48px;
  border-color: #3BBEBE;  
  background: #3BBEBE;
}
.item3 {
  bottom: -48px;
  left: 45%;
  margin-left: -48px;
  border-color: #722A81;  
  background: #722A81;
}
.item4 {
  left: -48px;
  top: 45%;
  margin-top: -48px;
  border-color: #EE456D;  
  background: #EE456D;
}
.pm_Sm {
  transform: rotate(-90deg);
}
.pm_Sm .item,
.pm_Sm .round {
  transform: rotate(90deg);
}
.pm_Ch {
  transform: rotate(-180deg);
}
.pm_Ch .item,
.pm_Ch .round {
  transform: rotate(180deg);
}
.pm_Ot {
  transform: rotate(90deg);
}
.pm_Ot .item,
.pm_Ot .round {
  transform: rotate(-90deg);
}
.item a {
  color: #FFFFFF;
  /* color: #666; */
  text-decoration: none;
  display: block;
  outline: none;
  width: auto;
  transition: all 1s ease-in-out;
}
a.activeLink {
  color: #fff;
}
.round a {
  color: #e9e5e5;
  text-decoration: none;
}

.prestaciones-ley-izq {
  background: #7FBD42;
  border: solid 2px #7FBD42;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  padding: 1%;
}
.prestaciones-ley-der {
  vertical-align: middle;
  padding: 2%;
  border: solid 2px #7FBD42;
}
.anios {
  background: #7fbd42 !important;
  color: #ffffff;
}

.prestaciones-watkins-izq {
  background: #3BBEBE;
  border: solid 2px #3BBEBE;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  padding: 1%;
}
.prestaciones-watkins-der {
  vertical-align: middle;
  padding: 2%;
  border: solid 2px #3BBEBE;
}

.beneficios-watkins-izq {
  background: #722A81;
  border: solid 2px #722A81;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  padding: 1%;
}
.beneficios-watkins-der {
  vertical-align: middle;
  padding: 2%;
  border: solid 2px #722A81;
}

.enlaces-izq {
  background: #EE456D;
  border: solid 2px #EE456D;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  padding: 1%;
}
.enlaces-der {
  vertical-align: middle;
  padding: 2%;
  width: 400px;
  border: solid 2px #EE456D;
}

.btn-beneficios {
  background-color: #722A81;
  color: #FFFFFF;
  
}

.pad10 {
  padding: 15px;
}

.btn-search {
  border: solid 1px #ced4da;
  background: #FFFFFF;
  color: #551946;
}

.btn-search:hover {
  border: solid 1px #551946;
  background: #551946;
  color: #FFFFFF;
}

.btn-filtro {
  margin-top: 2.1rem !important;
  height: 40px !important;
  background: #551946;
  border: solid 2px #FFFFFF !important;
  color: #FFFFFF !important;
}

.btn-filtro:hover {
  margin-top: 2.1rem !important;
  height: 40px !important;
  background: #FFFFFF3C;
  border: solid 2px #FFFFFF !important;
  color: #FFFFFF !important;
}

.btn-reconocimientos {
  color: #FFFFFF !important;
  background: #8ea594 !important;
}

.btn-reconocimientos:hover {
  color: #FFFFFF !important;
  background: #7b8f80 !important;
}

.btn-nuevo-reconocimiento {
  background: #551946;
  border: solid 2px #FFFFFF !important;
  color: #FFFFFF !important;
}

.btn-nuevo-reconocimiento:hover {
  background: #551946EA;
  border: solid 2px #FFFFFF !important;
  color: #FFFFFF !important;
}

.pad-000-10 {
  padding: 0 0 0 10px !important;
}

.pad0-10-00 {
  padding: 0 10px 0 0 !important;
}

.link-table {
  color: #414141 !important;
}

.link-table:hover {
  color: #848484 !important;
}

.link-img {
  color: #551946 !important;
}

.link-img:hover {
  color: #72225e !important;
}

div.dropdown button:before, div.dropdown button:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 14px;
  right: 16px;
}

div.dropdown button {
  text-align: left;
  border: solid 1px #ced4da !important;
  border-radius: 5px;
  padding-left: 15px;
  background: #FFFFFF !important;
  color: #545454 !important;
  height: 40px;
  width: 100%;
  cursor: pointer;
}

div.dropdown button:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: none !important
}

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  min-height: 6em;
  line-height: 2em;
  padding-top: 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

.btn-add-image {
  color: #fff;
  background-color: #8ea594;
  border-color: #8ea594;
}

.btn-add-image:hover {
  color: #fff;
  background-color: #75887a;
  border-color: #75887a;
}

:root {
  --transition-duration: 0.6s;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  max-width: 100%;
  height: 80vh;
  min-height: 400px;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(100%);
  transition: all var(--transition-duration) ease-in-out;
  display: flex;
  align-items: flex-end;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.slide.exit-left {
  transform: translateX(-100%);
}

.slide.exit-right {
  transform: translateX(100%);
}

.slide-content {
  padding: 2rem;
  z-index: 2;
  max-width: 700px;
  margin-bottom: 30px;
}

.slide-content h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.slide-content p {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 1rem;
}

.slide-content .author {
  font-size: 0.85rem;
  color: #aaa;
}

.controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.dots {
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  width: 32px;
  background-color: #551946;
}

.arrows {
  display: flex;
  gap: 0.5rem;
}

.arrow-btn {
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s;
}

.arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .slide-content {
    padding: 1.5rem;
  }

  .slide-content h1 {
    font-size: 1.5rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .slide-content h1 {
    font-size: 1.2rem;
  }

  .slide-content p {
    display: none;
  }
}


.switch-toggle {
  --width: 560px;
  --height: 30px;
  --offset: 2px;
  --radius: 4px;
  position: relative;
  width: var(--width);
  height: var(--height);
  padding: var(--offset);
  background: rgba(227, 229, 232, 0.5);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
}
.switch-toggle input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  inset: 0;
  appearance: none;
  z-index: 2;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label:before {
  translate: 100% 0;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(1) {
  color: gray;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(2) {
  color: #1a1a1a;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label {
  position: absolute;
  inset: var(--offset, 0);
  /* padding: 10px 0; */
  display: block;
  user-select: none;
  pointer-events: none;
  display: grid;
  gap: 2px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 0;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label:before {
  content: "";
  position: absolute;
  width: 50%;
  inset: 0;
  background: #fff;
  border-radius: calc(var(--radius) - var(--offset));
  box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
  translate: 0 0;
  transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span {
  position: relative;
  transition: 200ms linear;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(1) {
  color: #1a1a1a;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(2) {
  color: gray;
}

/* MENÚ DE TIPO RECONOCIMIENTO */
figure.snip1176 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 2% 16%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1176 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1176 img {
  max-width: 100%;
  position: relative;
  opacity: 0.7;
}
figure.snip1176 figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13%;
  right: 13%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-width: 0px 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
figure.snip1176 h2 {
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -1px;
}
figure.snip1176 h2 span {
  font-size: 2rem;
  font-weight: 800;
}
figure.snip1176 .icon,
figure.snip1176 .caption {
  overflow: hidden;
  width: 100%;
  position: absolute;
}
figure.snip1176 .icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
}
figure.snip1176 .caption {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  bottom: 0;
}
figure.snip1176 p,
figure.snip1176 .icon span {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  color: rgba(255, 255, 255, 0);
  font-size: 0.8em;
}
figure.snip1176 p:before,
figure.snip1176 .icon span:before,
figure.snip1176 p:after,
figure.snip1176 .icon span:after {
  position: absolute;
  height: 1px;
  content: '';
  background: white;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1176 .icon span:before,
figure.snip1176 .icon span:after {
  width: 1000%;
  top: 50%;
}
figure.snip1176 .icon span:before {
  left: -1000%;
}
figure.snip1176 .icon span:after {
  right: -1000%;
}
figure.snip1176 i {
  color: white;
  font-size: 30px;
}
figure.snip1176 p:before,
figure.snip1176 p:after {
  width: 150%;
  bottom: 50%;
}
figure.snip1176 p:before {
  left: -100%;
}
figure.snip1176 p:after {
  right: -100%;
}
figure.snip1176 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1176:hover img,
figure.snip1176.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1176:hover p,
figure.snip1176.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  color: #ffffff;
}
figure.snip1176:hover p:before,
figure.snip1176.hover p:before {
  left: -150%;
}
figure.snip1176:hover p:after,
figure.snip1176.hover p:after {
  right: -150%;
}