@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next.ttf') format('truetype');
  /* Si tienes archivos en otros formatos, agrega líneas similares para cada formato */
}
body {
  font-family: 'Avenir Next', sans-serif;
  background-color: #fff;
  height: 100vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Avenir Next', sans-serif;
 }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .8rem 0;
  background: white; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: .2rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .site-navbar .toggle-button {
    position: absolute!important;
    right: 0px!important; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 5px 0px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

        
.hero-link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 20px;
}
.hero-link-text {
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 10px;
  color: #f60060;
}
.hero-link-icon {
  background-color: #f60060;
  border-radius: 2px;
  flex: 0 0 auto;
  height: 30px;
  position: relative;
  width: 50px;
}
.icon-arrow-right-white-outline {
  background-size: contain;
  height: 23px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 17px;
}
a:link{
  color: #e0001b;
  font-weight: 600;
  scroll-margin-top: 100px;
  text-decoration: none;
}
.containerv2 {
  position: relative;
  text-align: center;
  color: white;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.centeredText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#grad1 {
  height: 10px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ff3e54 , #7d0054, #ff3e00,#d28e65,#00b2a8, #b97bdd);
}
.grad1 {
  height: 9px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ff3e54 , #7d0054, #ff3e00,#d28e65,#00b2a8, #b97bdd);
}
.grad3 {
  height: 3px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ff3e54 , #7d0054, #ff3e00,#d28e65,#00b2a8, #b97bdd);
}
#sectionHeader {
  height: 10px;
  background-color: black; /* For browsers that do not support gradients */
}
.bg_NoticiasPositivas{
    background-color: #f60060;
}
.bg_ComoAyudar{
    background-color: #7d0054;
}
.bg_JuarensesChingones{
    background-color: #d28e65;
}
.bg_Bolsa_Trabajo{
    background-color: #ff6d00;
}
.color_Bolsa_Trabajo{
  color: #ff6d00;
}
.bg_Eventos_Familiares{
    background-color: #00b2a8;
}
.color_Eventos_Familiares{
  color: #00b2a8;
}
.bg_MunicipioJrz{
    background-color: #ffb300;
}
.bg_Videos{
    background-color: #e30033;
}
.bg_inicio{
    background-color: black;
}

.font_NoticiasPositivas{
    color: #f60060;
}
.font_ComoAyudar{
    color: #7d0054;
}
.font_JuarensesChingones{
    color: #d28e65;
}
.font_Bolsa_Trabajo{
    color: #ff6d00;
}
.font_Eventos_Familiares{
    color: #00b2a8;
}
.font_MunicipioJrz{
    color: #ffb300;
}
.font_Videos{
    color: #e30033!important;
}
.font_inicio{
    color: black;
}


.font_SizeMenu{
    font-size: 12px;
}
tr.trtd td {
  text-align: center;
  font-size: 12px;
  padding-top: 0px;
}
tr.trth th {
  text-align: center;
  font-size: 12px;
  border-style: none!important; 
  border-color: transparent!important;
  border: 0px!important
}

.bg-transparent{
    background-color:transparent;border-color:transparent;
}
.noSidePadding{
    padding-left: 2px!important;
    padding-right: 2px!important;
}
.noSidePaddingReal{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.noSideAtAll{
  padding: 0px!important;  
}
.paddingSmall{
  padding: 10px!important;  
}
.twitterColor{
    color:#00acee
}
.facebookColor{
    color:#3b5998
}
.instagramColor{
    color:#E1306C
}
.youtubeColor{
    color:#FF0000
}
.tiktokColor{
    color:#000000
}
.wtsColor{
  color:#075e54
}
#page-top{
    background-color:#e5e5e5!important;
}
#bg-white{
    background-color: white!important;
}
#mainNav{
    background-color: white!important;
}
.loading{
    background:transparent url('assets/img/loading-gif.gif') center center no-repeat;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.custom-file-input ~ .custom-file-label::after {
  content: "Elegir";
}
/*Prueba*/


body { font-family: sans-serif; }


body { font-family: sans-serif; }



/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}
/* .card{
  box-shadow: 7px 8px 2px rgb(107, 106, 106);
} */

.imgCss{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 1px solid #f1f1f1;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 2px;
  text-align: center;
  backdrop-filter: blur(2px);
}


#searcherIconL{
	position:fixed;
	width:30px;
	height:60px;
	bottom:50%;
	background-color:white;
	border-radius:50px;
  color: #f60060;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
@media (max-width: 767px) {
  #searcherIconL {
  	width:30px;
	height:60px;
  }
  #searcherIconLI{
	margin-top:22px;
  font-size: 1rem; 
}
.lineBetweenButtons{
  border-right: 0rem;             
}
}
@media (min-width: 768px) and (max-width: 1023px) {
  #searcherIconL {
    width:30px;
	  height:60px;
  }
  #searcherIconLI{
	margin-top:22px;
  font-size: 1rem;
}
.lineBetweenButtons{
  border-right: 0rem;             
}
}

@media (min-width: 1024px) {
  #searcherIconL {
    width:100px;
	  height:60px;
  }
  #searcherIconLI{
	margin-top:15px;
  font-size: 1.5rem;
}
.lineBetweenButtons{
  border-right: 0.020rem solid gray;             
}
}
.lineBetweenButtons{
  border-right: 0.080rem solid gray;             
}

.lineBottomButtons{
  border-bottom: 0.10rem solid #e30033;             
}
.hiddeElementsOnMobile{              
  @media (max-width: 767px) {
    display: none;
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    display: none;
  }              
}
.vertical-center {
  position: relative;
  top: 20%;
  transform: translateY(-50%);
}
.vertical-center2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.purpleColorJrz{
  background-color: #711a4b!important;
}
.whiteColor{
  color: white!important;
}
.purpleBG2{
  backdrop-filter: blur(5px);
  background-color: white!important;
}
.mano {
  cursor: pointer;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 80.25%; /* Proporción de aspecto 16:9 (dividir la altura por el ancho y multiplicar por 100) */
overflow: hidden;
}

.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-containerSmall {
  position: relative;
  width: 100%;
  padding-bottom: 80.25%; /* Proporción de aspecto 16:9 (dividir la altura por el ancho y multiplicar por 100) */
  overflow: hidden;
  }
  
  .video-containerSmall video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
@media (min-width: 0px) and (max-width: 767px){
.imgJob {
width: 100%!important;
height: auto;
}
.imgJobv2 {
  width: 50px!important;
  height: auto;
}
.imgJob2 {
  width: 60%!important;
  height: auto;
  }
  .imgJobd{
    width: 40%!important;
    height: auto;
  }
}
@media (min-width: 768px) {
.imgJob {
  width: 100%!important;
height: auto;
}
.imgJobv2 {
  width: 50px!important;
  height: auto;
}
.imgJob2 {
  width: 60%!important;
  height: auto;
  }
  .imgJobd{
    width: 40%!important;
    height: auto;
  }
}

@media (min-width: 992px) {
.imgJob {
  width: 100%!important;
height: auto;
}
.imgJobv2 {
  width: 60px!important;
height: auto;
}
.imgJob2 {
  width: 60%!important;
height: auto;
}
.imgJobd{
  width: 60%!important;
  height: auto;
}
}

@media (min-width: 1200px) {
.imgJob {
width: 100%!important;
height: auto;
}
.imgJobv2 {
  width: 60px!important;
  height: auto;
  }
.imgJob2 {
  width: 50%!important;
  height: auto;
  }
  .imgJob3 {
    width: 100%!important;
    aspect-ratio: 3/2;
    object-fit: contain;
    max-height: 200px;
    }
    .imgJobd{
      width: 100%!important;
      height: auto;
    }
}
.imgJob4 {
  width: 100%!important;
  object-fit: contain;
  max-height: 200px;
  }
  .imgJob5 {
    width: 100%!important;
    object-fit: contain;
    max-height: 200px;
    }
.img5 {
  width: 60%!important;
  height: auto;
  }
.scrollv{
max-height: 400px;
overflow-y: auto;
}
.header1{
  background-color: #dd3a4d!important;
  color: white;
}
.bg-x-bg-color{
  background-color: #dd3a4d!important;
}
.imgBackground{
  background-color: #d8d9da54!important;
}
hr.hr1 {
  border: 3px solid #dd3a4d;
  border-radius: 10px;
}
.backgroundC1{
  background-image: url('/assets/img/BGS1.webp');
  background-size: cover;
  background-clip: border-box;
  height: 11.56rem;
}
.backgroundC2{
  background-image: url('/assets/img/BGS2.webp');
  background-size: cover;
  background-clip: border-box;
  height: 11.56rem;
}
.backgroundC3{
  background-image: url('/assets/img/BGS3.webp');
  background-size: cover;
  background-clip: border-box;
  height: 11.56rem;
}
.center{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .newCardHeigth{
  height: 400px!important;
} */
/*==================================================================================*/
/*==================================================================================*/
/*==================================================================================*/





/*FOoter*/
.footerA{
  font-size: 12px!important;
}
.pesosT {
font-size: 2rem;
color:#17a54d;
font-weight: bolder;
}
.pesosb {
  font-size: 1.5rem;
  color:#17a54d;
  font-weight: bolder;
  }
.bgColorF1{
  background-color: #131313;
}
.bgColorF2{
  background-color: #000000;
}
.bgMap{
  color:#67112e;
}
.bgPhone{
  color:#0f716a;
}
.bgEmail{
  color:#671a46;
}
.bgtext{
  color:#8eb9d5;
  font-size: x-small;
}    
.textWhite{
  color:white;
}     
.textWhiteAndSmall{
  color:white;
  font-size: x-small;
}   
.underline{
  text-decoration: underline!important;
}
.fontSize{
  font-size: x-small;
}
/*FOoter*/



.index-pill-color-bg{
  background-color: rgb(237, 59, 78)!important;
}
.index-pill-color{
  color: rgb(237, 59, 78)!important;
}
.backgroundLogin{
  background-color: rgb(237, 59, 78);
}
.color-white{
  color: white!important;
}
.borderRadious{
  border-radius: 25px;
}
.border-Radious-login1{
  border-radius: 10px!important;
}
.border-Radious-login2{
  border-radius: 10px!important;
}
.hWhite{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.backgroundLoginForm{
  background-color: rgb(247, 211, 219)!important;
}
.custom-input {
  background-color: rgb(247, 211, 219)!important;
  border-color: rgb(237, 59, 78)!important;
  border-radius: 20px!important; /* Ajusta el valor para obtener la cantidad deseada de redondeo */
}
.customFontSize{
  font-size: 0.6rem!important;
  size: smaller!important;
  white-space: nowrap;
  color:rgb(237, 59, 78)!important;
  font: bolder!important;;
}
.noMargin {
  margin: 0px!important;
}
.TblueColor{
   color: #029a8f!important;
}
.TblueBackgroundColor{
  background-color: #029a8f!important;
  overflow: hidden !important;
}
.TpurpleBackgroundColor{
  background-color: #701a4c!important;
  overflow: hidden !important;
}

.mano {
  cursor: pointer;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 80.25%; /* Proporción de aspecto 16:9 (dividir la altura por el ancho y multiplicar por 100) */
overflow: hidden;
}

.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-EventCategory-Name-borderRadious{
border-radius: 25rem;
}
.single-Body-borderRadious{
border-radius: 2rem;
}



.HistoriasInspiradorasColorBG{
  background-color:#8653c0!important;
}
.HistoriasInspiradorasColor{
  color:#8653c0!important;
}
.BuenasNoticiasColorBG{
  background-color:#00948a!important;
}
.BuenasNoticiasColor{
  color:#00948a!important;
}
.EventosColorBG{
  background-color:#611741!important;
}
.EventosColor{
  color:#611741!important;
}
.TrabajarOInventirColorBG{
  background-color:#eb6620!important;
}
.TrabajarOInventirColor{
  color:#eb6620!important;
}
.EmpleosColorBG{
  background-color:#681846!important;
}
.EmpleosColor{
  color:#681846!important;
}
.AnunciosColorBG{
  background-color:#047571!important;
}
.AnunciosColor{
  color:#047571!important;
}
.AnunciosColorBG{
  background-color:#047571!important;
}
.AnunciosColor{
  color:#047571!important;
}
.DonacionesColorBG{
  background-color:#e79316!important;
}
.DonacionesColor{
  color:#e79316!important;
}
.VoluntariosColorBG{
  background-color:#b67559!important;
}
.VoluntariosColor{
  color:#b67559!important;
}
.VideosColorBG{
  background-color:#8653c0!important;
}
.VideosColor{
  color:#8653c0!important;
}
.ReporteDePuentesColorBG{
  background-color:#b80059!important;
}
.ReporteDePuentesColor{
  color:#b80059!important;
}

.categoryRoundedBottom{
  border-radius: 0rem 0rem 0.7em 0.7rem!important;
}
.buttonRounder-Generic-Section{
  border-radius: 1rem!important;
}
.buttonRounder-Generic-Section-2{
  border-radius: 2rem!important;
}
.card-border-radious{
  border-radius: 0.9rem!important;
}
.pill-title-cambio{
    border: solid #17a54d!important;
    border-width: 0.1rem!important;
    border-radius: 1rem!important;              
}

.pill-title-empleos{
  background-color: #681846!important;
  border-width: 0.1rem!important;
  border-radius: 1rem!important;       
  color:white!important;  
       
}

.mano {
  cursor: pointer;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 80.25%; /* Proporción de aspecto 16:9 (dividir la altura por el ancho y multiplicar por 100) */
overflow: hidden;
}

.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.scrollv{
max-height: 400px;
overflow-y: auto;
}
.inputSearcher{
border: solid #681846;
border-radius: 2rem!important;
}
.input-no-border{
border: hidden transparent!important;
background-color: transparent!important;
}
.bottom-line{
border-bottom: solid #681846!important;
border-width: 0.1px!important;
}
.rounder{
border-radius: 1rem!important;
}
.li-border{
border: solid #681846!important;
border-radius: 1rem!important;
padding-top: 6px!important;
}
.li-spacial-padding{
padding-top: 2px!important;
padding-bottom: 2px!important;
}
.border-radious-rp{
  border-radius: 0.8rem!important;
}
.top-bottom-no-padding{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.rounded-buttons{
  border-radius: 50px!important;
}
.rounded-pill-rp{
  border:solid #b80059;
  border-width: 1px!important;
  padding:2px!important;
  border-radius: 50px!important;
}






.pagination-item1{
  background-color: #8653c0!important;
  color: white!important;
}
.pagination-item2{
  background-color: #00948a!important;
  color: white!important;
}
.pagination-item3{
  background-color: #611741!important;
  color: white!important;
}
.pagination-item4{
  background-color: #eb6620!important;
  color: white!important;
}
.pagination-item5{
  background-color: #681846!important;
  color: white!important;
}
.pagination-item6{
  background-color: #047571!important;
  color: white!important;
}
.pagination-item7{
  background-color: #e79316!important;
  color: white!important;
}
.pagination-item8{
  background-color: #b67559!important;
  color: white!important;
}
.pagination-item9{
  background-color: #b80059!important;
  color: white!important;
}




.text-item1{
  color: #8653c0!important;
}
.text-item2{
  color: #00948a!important;
}
.text-item3{
  color: #611741!important;
}
.text-item4{
  color: #eb6620!important;
}
.text-item5{
  color: #681846!important;
}
.text-item6{
  color: #047571!important;
}
.text-item7{
  color: #e79316!important;
}
.text-item8{
  color: #b67559!important;
}
.text-item9{
  color: #b80059!important;
}





.pagination-item10{
  background-color: #ed3b4ed9!important;
  color: white!important;
}


