
/* CONTENEDOR Y COLUMNAS */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
}
#areas{
    padding-top:30px;
}
#services {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.column {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 200px;
}

/* TARJETAS */
.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  width: 300px;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* ICONOS */
.ico-card {
  font-size: 2.5rem;
  margin-top: 1rem;
  color: #6a1c32;
}

/* TEXTO */
.card h1 {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.card p {
  font-size: 0.9rem;
  color: #666;
}

/* ENLACES */
a {
  text-decoration: none;
  color: inherit;
}

/* RESPONSIVE EXTRA */
@media (max-width: 768px) {
  .row {
    gap: 1rem;
  }

  .card {
    padding: 1.5rem;
  }
}


/*Resumen*/
@import url(https://fonts.googleapis.com/css?family=Dosis:600,200|Great+Vibes);
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border: 0 none;position: relative;}
[class="fa"]:before {font-family: 'fontawesome', sans-serif;}



.resumen {
background: #ffffff;
    width: 80vw;
    max-width: 82rem;
    min-width: 390px;
    height: 26rem;
    margin: 4rem auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}
article {
  position: absolute;
  left: 0;
  top: 5rem;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem 0;
  overflow: auto;
  transition: .7s;
  transform: scale(0);
  transform-origin: center right;
  transition-delay: .1s;
}
article:before {
  color: rgba(0,0,0,.2);
  font-size: 4rem;
  font-weight: 100;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: rgba(0,0,0,.6);
}
body > h2 {height: auto;}
h2 img {
  width: 120px;
  height: auto;
  background: #f9f9f9;
  border: 5px solid rgba(0,0,0,.7);
  border-radius: 50%;
  padding: 5px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 7px rgba(0,0,0,.5);
}
h2 span {
  font-family: Great Vibes;
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
}

p{
  line-height: 1.5;
  font-size: 1.3rem;
}

nav {
background: #fff;
    width: 100%;
    height: 5rem;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
nav:after {
    content: '';
    width: 30%;
    height: 5rem;
    background: #dadada;
    position: absolute;
    transition: .5s;
}
input {
  display: none;
}
label {
  width: 25%;
  float: left;
  color: #7f7f7f;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  z-index: 2;
}
label:hover {color: #6a1c32;}
label:before {
  display: block;
  font-size: 3rem;
  line-height: 5rem;
  z-index: 2;
}
#profile:checked ~ nav [for='profile'],
#settings:checked ~ nav [for='settings'],
#posts:checked ~ nav [for='posts']{
  color: #862c45;
  font-weight: 600;
}
#settings:checked ~ nav [for='settings'] {}
#profile:checked ~ nav [for='profile'] {}

#profile:checked ~ nav:after {
  left: 0;
}
#settings:checked ~ nav:after {
  left:35%;
  border-top: 0 none;
}
#posts:checked ~ nav:after {
  left: 70%;
}

#profile:checked ~ .uno,
#settings:checked ~ .dos,
#posts:checked ~ .tres{
  display: block;
  transform: scale(1);
  transition-delay: .5s; 
}
a {color: rgba(0,0,0,.4)}
a:hover {color: rgba(0,0,0,.2)}

/*Fracciones*/

.card-container {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 5px 21px -3px rgb(0 0 0 / 75%);
    color: #B3B8CD;
    padding-top: 30px;
    position: relative;
    width: 350px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.fracciones{
        display: flex;
    flex-direction: row;
    justify-content: space-evenly;
        margin-top: 65px;

} 

.card-container .round {
	border: 1px solid #9D2449;
	border-radius: 50%;
	padding: 7px;
}

button.primary {
    background-color: #fcfcfc;
    border: 1px solid #9D2449;
    border-radius: 3px;
    color: #6a1c32;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 10px 25px;
}
button.primary:hover{
    background-color: #9D2449;
    color:white;
}
button.primary.ghost {
	background-color: transparent;
	color: #02899C;
}
.buttons{
        margin-bottom: 15px;
}
.admin{
    margin-top: 25px;
    color: #6a1c32;
}


.fraccionesT {
  background: #fff;
  border-left: 4px solid #c4476b;
  border-radius: 12px;
  padding: 20px 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
  max-width: 1200px;
  margin: 20px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-top: 110px;
      text-align: center;
          border-right: 4px solid #c4476b;
}

.fraccionesT:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.fraccionesT h2 {
  color: #2d3436;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.fraccionesT p {
  color: #636e72;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.articulos{
        display: flex
;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 15px;
    flex-direction: column;
}