
.carousel-wrap {
    margin-top: 4em;
    margin-bottom:2em;
    padding: 0 5%;
    width: 100%;
    position: relative;
}

.carousel-control-next{
    right: -50px;
    color: black;
}

.carousel-control-prev {
    left: -50px;
    color: black;
}

.v-btn>.v-btn__content .v-icon {
    color: #BE5A92;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    
background-color: #8b4affb3;
    
font-weight: 600;
    
font-size: 15px;
    
width: 100%;
    
align-items: start;
}

.v-data-table>.v-data-table__wrapper>table {
    width: 100%;
}

.nav-link {
    color: #000000cc;
    font-size: 15px;
    display: flex;
}

.comision {
    width: 66%;
    border-radius: 100% !important;
    margin: 0 14%;
    box-shadow: 8px 16px 14px #8b4aff5c;
}

.puestos {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-top: -12px;
    color: #000 !important;
}

.nombres {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 12px;
    background-color: #fff !important;
}

.apartados {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    text-shadow: 0px 0px 8px #8b4aff, -1px 1px 2px black, 0px 0px 16px #8b4aff, 0px 0px 4px #8b4aff;
}

.PS_Violencia {
    border-radius: 100%!important;
    height: 50%;
    width: 50%;
    margin: 0 2%;
    box-shadow: 4px 4px 13px #000000;
    z-index: 1;
}


.PS_Violencia img{
    height: 100%;
    width: 102%;
    z-index: 2; 
}

.Violencia {
    width: 80%;
    border-radius: 100% !important;
    margin: 0 8%;
    box-shadow: 1px 2px 14px #000000;
}

.titulos_violencia {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    background-color: #fff !important;
}

.subtitulos_violencia {
    text-align: justify;
    font-size: 13px;
}

.separacion_violencia {
    width: 25%;
}

.ver_mas {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    z-index: 1;
    position: absolute;
    margin: 6% 5%;
    opacity: 1;
}

.v-card__title {
    display: block;
    height: 66px;
    background-color: #A476F5;
    border-radius: 44%;
}
.videoTitulo h2 {
	font-size: 24px;
	color: var(--clr);
	text-align: center;
}

.video{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	width: 100%;
	margin: auto;
	grid-gap: 10px;
	padding: 20px 20px;
	overflow: hidden;
}

.video iframe{
	width: 100%;
	vertical-align: top;
	height: 200px;
	object-fit: fill;
	border-radius: 10px;
}

.M_Electas img {
    height: 81%;
    width: 96%;
    margin: 5% 0px;
    box-shadow: 0px 0px 4px #BD9DCE;
}

.M_Electas p {
    text-align: justify;
    word-spacing: 8px;
    font-size: 18px;
    line-height: 28px;
}

.Paridad img {
    border-radius: 12%;
}

.titulos {
    font-size: 32px;
    text-align: center; 
    color: #5F2093;
}

.text {
    font-size: 18px;
    text-align: center;
}

.text-page {
    font-family: 'Source Sans Pro';
}

.v-card__actions>.v-btn.v-btn {
    margin: -24px 0px 0px 0px;
}

.owl-nav {
    display: none;
}

.lineamientos {
    margin: 0px !important;
    padding: 0px;
}

.btn2 {
    color: #5F2093;
    border: 2px solid #5F2093;
}

.btn2:hover {
	color: #fff;
	background-color: #5F2093;
}

.galeria {
    height: calc( var(--h) + 3em);
    width: var(--w);
    margin:1em;
    border: 1px solid #555;
    position: relative;
    display:inline-block;
  }
  
  .galeria img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 3s;
  }
  
  .galeria input[type=radio] {
    position: relative;
    bottom: calc(-1 * var(--h) - 1.5em);
    left: .5em;
  }
  
  .galeria input[type=radio]:nth-of-type(1):checked ~ img:nth-of-type(1) {
    opacity: 1;
  }
  
  .galeria input[type=radio]:nth-of-type(2):checked ~ img:nth-of-type(2) {
    opacity: 1;
  }
  
  .galeria input[type=radio]:nth-of-type(3):checked ~ img:nth-of-type(3) {
    opacity: 1;
  }
  
  .galeria input[type=radio]:nth-of-type(4):checked ~ img:nth-of-type(4) {
    opacity: 1;
  }

  .custom-card {
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-card-image {
    border-radius: 51% !important;
    border: 3px solid #d1c4e98c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-title {
  font-weight: bold;
  font-size: 1.2rem;
}


@media only screen and (max-width: 1020px) {
    .titulos {
        font-size: 22px;
    }

    .subtitulos_violencia {
        font-size: 18px;
    }
}

@media only screen and (max-width: 900px) {
  .nombres {
    font-size: 17px;
} 
}