.mi-bg-gradient {
    background-image: linear-gradient(
        to bottom right,
        rgba(48, 66, 60, 0.575),
        rgb(198, 98, 103),
        rgb(198, 98, 103)
    );
}

.card-beneficios {
    background-image: linear-gradient(
        to bottom left,
        rgb(198, 98, 103),
        rgb(198, 98, 103),
        rgb(198, 98, 103),
        rgb(48, 66, 60)
    ) !important;
    box-shadow: 4px 4px 2px #e9e2e2 !important;
}

.card-index {
    color: #07101a;
    font-size: 26px;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(56, 48, 48),
        0 0 5px rgb(90, 89, 89);
    font-family: "Helvetica";
}

.ind {
    background-image: linear-gradient(
        to bottom right,
        rgba(48, 66, 60, 0.575),
        rgb(198, 98, 103),
        rgb(198, 98, 103)
    );
}

.navbar {
    background-image: linear-gradient(to bottom right, rgb(48, 66, 60), rgb(198, 98, 103), rgb(198, 98, 103));

    z-index: 11;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 90%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.nav-link {
    margin-left: 20px;
    margin-right: 30px;
    color: black;
}

.navbar-brand {
    margin-left: 10px;
}

footer {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-image: linear-gradient(to bottom right, rgb(48, 66, 60), rgb(198, 98, 103), rgb(198, 98, 103));
  }
  
footer p {
color: black;
}

footer a {
text-decoration: none;
color: black;
}

.navbar-logo {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.navbar-logo img {
    display: block;
    width: 55%;
    height: auto;
}

#cr {
    font-size: 2cm;
    font-family: sans-serif;
}


@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
  
@media (prefers-reduced-motion: no-preference) {
  .App-logo-2 {
    animation: App-logo infinite 10s linear;
  }
}
  
@keyframes App-logo-spin {
  from {
    transform: rotateX(0deg);
  }

  to {
    transform: rotateX(360deg);
  }
}
  
@keyframes App-logo {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


#cb {
  font-size: 1.5cm;
  border: 2px solid #d5dadf;
  border-radius: 1px;
  box-shadow: 4px 4px 2px #07101a;
  color: aliceblue;
  text-shadow: 4px 4px 2px #07101a;
}

.card-group {
    color: #d5dadf;
    font-size: 0.6cm;
}

.card-title {
    color: #d5dadf;
    font-size: 0.8cm;
}

#pcr {
    font-size: 0.6cm;
}

.card-talleres p {
    color: rgb(100, 42, 0);
    font-size: 23px;
}

.card-talleres h4 {
    color: #a71d1d;
    font-size: 27px;
}

.card-talleres strong {
    color: #630d0d;
    font-size: 23px;
}

.card {
    opacity: 80%;
    /*flex: 1 200px;*/
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 1px;
    box-shadow: 4px 4px 2px #da3f3f;
}

#card-index,
.card-index {
    color: #07101a;
    font-size: 26px;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(56, 48, 48), 0 0 5px rgb(90, 89, 89);
    font-family: "Helvetica";
}

.ind {
    background-image: linear-gradient(to bottom right, rgb(241, 245, 244), rgb(198, 98, 103), rgb(198, 98, 103));

}


#in {
    background-image: linear-gradient(to right, rgb(198, 98, 103), rgb(198, 98, 103), rgb(48, 66, 60));
    color: rgb(243, 234, 234);
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(56, 48, 48), 0 0 5px rgb(90, 89, 89);

    font-family: "Helvetica";
    font-size: 40px;
}

.marg {
    margin-top: 0.5cm;
    margin-bottom: 0.5cm;
    margin-right: 0.5cm;
    margin-left: 0.5cm;
}

.button-container {
    display: inline-block;
    position: relative;
}

.button-container a {
    position: absolute;
    bottom: 4em;
    right: 4em;
    background-color: #d1262c;
    border-radius: 0.5em;
    color: white;
    text-transform: uppercase;
    padding: 1em 1.5em;
    width: 220px;
    font-size: 22px;
}

.button-redes {
    display: inline-block;
    position: relative;
}

.button-redes a {
    position: fixed;
    bottom: 4em;
    right: 4em;
    background-color: #d1262c;
    border-radius: 0.5em;
    color: white;
    text-transform: uppercase;
    padding: 1em 1.5em;
    width: 220px;
}

.titulo {
    color: brown;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.tabla2 {
  margin-top: 2em;
}
  
.tabla2 th,
.tabla2 td {
  text-align: center;
  padding: .2em .5em;
  color: rgb(12, 0, 0);
  border: 1px solid rgb(7, 7, 7);
}
  
.tabla2 caption {
  text-align: left;
  margin-bottom: 5px;
  font-variant: small-caps;
  font-size: 30px;
  letter-spacing: 5px;
}
  
  .tabla2 td {
    text-align: left;
    font-size: .8em;
    padding-bottom: 3em;
    padding-right: 3em;
  }
  
  .tabla2 td:hover {
    background-color: rgb(235, 154, 154);
    cursor: pointer;
    font-size: 1.6em;
    text-align: center;
    padding: 0;
  }

/* Start: Video Responsive */
/* Start: Video Responsive */
/* Start: Video Responsive */
.video-responsive {
  overflow: hidden;
  padding-bottom: 400px;
  /* Adecua este valor para controlar la altura del video */
  position: relative;
  height: 0;
}
  
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* End: Video Responsive */

/* REDES SOCIALES MENU LATERAL DERECHO*/
/* REDES SOCIALES MENU LATERAL DERECHO*/
/* REDES SOCIALES MENU LATERAL DERECHO*/
.social {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -125px;
    top: 230px;
    width: 210px;
    z-index: 1100;
    opacity: 80%;
  }
  
  .social ul {
    list-style: none;
  }
  
  .social ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* Establecemos una transición a todas las propiedades */
  }
  
  .social ul li .icon-facebook {
    background: #3b5998;
  }
  
  /* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .icon-twitter {
    background-image: linear-gradient(to bottom right, rgb(187, 20, 145), rgb(220, 43, 20), rgb(247, 146, 30))
  }
  
  .social ul li .icon-googleplus {
    background: red;
  }
  
  .social ul li .icon-pinterest {
    background: #1dae18;
  }
  
  .social ul li .icon-mail {
    background: #30b990;
  }
  
  .social ul li a:hover {
    background: rgb(230, 84, 91);
    /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 10px 24px;
    /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }
/*.pagination{
    margin: auto;
}*/
.active{
    color:red !important;
    background-image: linear-gradient(
        to right,
        rgb(198, 98, 103),
        rgb(198, 98, 103),
        rgb(48, 66, 60)
    ) !important;

}
.active .page-link {
    background-color:rgb(198, 98, 103) !important;
  }





/*MEMBRESIAS MEMBRESIAS CARD DIV! DIV" DIV#*/
/*MEMBRESIAS MEMBRESIAS CARD DIV! DIV" DIV#*/
/*MEMBRESIAS MEMBRESIAS CARD DIV! DIV" DIV#*/

.div1 h5, .div2 h5, .div3 h5, .div4 h5 {
  color:rgb(220, 43, 20)
}
.div1 button, .div2 button, .div3 button, .div4 button {
  background-color:rgb(220, 43, 20);
}
  
  
.div1 h4, .div2 h4, .div3 h4, .div4 h4 {
  
  border-bottom: 0.8px solid rgb(220, 43, 20);
  

}
.div1 {
  background: url(/storage/img/semilla.png);
  background-position: right bottom, left top;
  background-size: 100px 80px;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 70%;
}
.div2{
  background: url(/storage/img/raiz.png);
  background-position: right bottom, left top;
  background-size: 100px 80px;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 70%;
}
  .div3{
    background: url(/storage/img/arbol.png);
    background-position: right bottom, left top;
    background-size: 100px 80px;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 70%;
  }
  .div4{
    background: url(/storage/img/agua.png);
    background-position: right bottom, left top;
    background-size: 130px 105px;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 70%;
  }
  /*MEMBRESIAS MEMBRESIAS CARD DIV! DIV" DIV#*/
  /*MEMBRESIAS MEMBRESIAS CARD DIV! DIV" DIV#*/
  /*MEMBRESIAS MEMBRESIAS CARD DIV! DIV" DIV#*/

  .talleres img {
    max-width: 600px;
     max-height: 400px;
  }
  .talleres p, span {
    color:#4b0505;
    /*font-size: 0.7cm*/;
  }
  
  .talleres h5 {
    color:#630d0d;
  }
  .talleres small {
    color:#833232;
    /*font-size: 0.5cm*/;
  }



/*Estas dos reglas ocultan las flechitas de los input type="number" que el documento de identidad y el telefono*/
  /* Chrome, Safari, Edge, Opera */
input[name="documento"]::-webkit-outer-spin-button,
input[name="telefono"]::-webkit-outer-spin-button,
input[name="documento"]::-webkit-inner-spin-button,
input[name="telefono"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */ /* esta directiva parece que no funciona*/
/*input[name="documento"],
input[name="telefono"] {
  -moz-appearance: textfield;
}*/






@media (min-width: 576px) { 
    .card-columns{
        column-count: 1;
    }
 }

 @media (min-width: 768px) { 
    .card-columns{
        column-count: 2;
    }
    
 }

 @media (min-width: 992px) { 
    .card-columns{
        column-count: 3;
    }

 }



/*
.card-columns {
  
  @include media-breakpoint-only(md) {
    column-count: 1;
  }
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }
  @include media-breakpoint-only(xl) {
    column-count: 3;
  }
}*/


/* las tres clases son para colocar el nombre de la persona que hizo las fotos */
.contenedor_de_la_imagen_de_cabecera_del_home {
  position: relative;
  text-align: center;
  color: white;
}
/*.abajo-izquierda {
  position: absolute;
  font-size: 0.4em;
  opacity: 60%;
  bottom: 5px;
  left: 10px;
}*/
.abajo-derecha {
  position: absolute;
  font-size: 0.45em;
  opacity: 48%;
  bottom: 5px;
  right: 15px;
}








.btn-tarjetas {
  color: rgb(210, 238, 229);
  background-color: rgb(218, 108, 113); /*claro*/
  /*background-color:rgb(198, 98, 103); */ /*original*/
  /*background-color:rgb(178, 88, 93); */ /*obscuro*/
  border-color: rgb(210, 238, 229);
}

.btn-tarjetas:hover {
  color: rgb(210, 238, 229);
  /*background-color: rgb(218, 108, 113);*/ /*claro*/
  background-color:rgb(198, 98, 103); /*original*/
  /*background-color:rgb(178, 88, 93); */ /*obscuro*/
  border-color: rgb(210, 238, 229);
}

.btn-tarjetas:focus, .btn-tarjetas.focus {
  /*box-shadow: 0 0 0 0.2rem rgb(218, 108, 113);*/
  box-shadow: 0 0 0 0.2rem rgb(238, 118, 124);
}

.btn-tarjetas.disabled, .btn-tarjetas:disabled {
  color: rgb(210, 238, 229);
  background-color: rgb(198, 98, 103);
  border-color: rgb(198, 98, 103);
}

.btn-tarjetas:not(:disabled):not(.disabled):active, .btn-tarjetas:not(:disabled):not(.disabled).active,
.show > .btn-tarjetas.dropdown-toggle {
  color: rgb(210, 238, 229);
  background-color: rgb(178, 88, 93);
  border-color: rgb(178, 88, 93);
}

.btn-tarjetas:not(:disabled):not(.disabled):active:focus, .btn-tarjetas:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 98, 103, 1);
}