@import url(https://db.onlinewebfonts.com/c/543092172c7d9a62dc51fa0fc510b6cf?family=Everett+Regular);

:root {
  --verde: #219150;
  --rojo-claro: #a12a1ace;
  --negro: #10221b;
  --gris: #656262;
  --blanco: #fff;
  --blanco-suave: #eee;
  --border: 2px solid var(--negro);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  --rosa: rgba(255, 0, 0, 0.8);

}

/**Profesionales**/



section {
  padding: 5rem 9%;
  background-image: none;


}




.row-profesionales h2 {
  text-align: center;
  padding: 1rem;
  margin-left: .5rem;

}

/*
.boton {
  text-align: right;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  /** width: 90%;**
  border: none;

}*/

/*.boton a {
  background-color: rgba(255, 0, 0, 0.5);
  color: var(--gris);

}

.boton a:hover {
  background-color: rgba(255, 0, 0, 0.4);
  color: var(--rosa);

}*/



/*linea Roja*/
.row-profesionales {
  border-bottom: 1px solid var(--rosa);
  margin-bottom: 2rem;
  padding: 1rem;
  margin-left: 8rem;
  margin-right: 8rem;

}






/**Arquitectos Habilitados**/
.btn {
  background-color: var(--blanco);
  color: var(--blanco);
  padding: 1rem 2rem;
  font-size: 1.8rem;
  /** width: 90%;**/
  border: none;


}

/*noticias*/


.btn-secondary {
  color: var(--rosa);
}

.btn-primary {
  color: var(--blanco);

}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  justify-content: center;

}




.dropdown-menu ul li a {
  font-size: 1.5rem;
}

.dropdown-item {
  font-size: 1.3rem;



}



/**Fin de Arquitectos Hbilitados**/

/**Pagina Requisitos de Matriculacion **/
.row-matricularse {
  margin-top: 3rem;

}

.home h6 {
  margin-top: 2rem;
  text-align: left;
  font-weight: bold;

}


.home p {
  margin-top: 2rem;
  font-size: 1.3rem;

  line-height: 1.8rem;
  font-weight: normal;

}

.home .contenedor-principal p {

  margin-left: 2rem;
  line-height: 1.8rem;
  font-weight: normal;
  text-align: justify;

}

.home .principal-matriculacion span {
  text-align: left;
  font-weight: normal;
  font-size: 1.3rem;
}

.home .principal-matriculacion li {
  margin-left: 2rem;
  font-size: 1.3rem;
  font-weight: normal;
  list-style-type: disc;
  font-weight: normal;
  line-height: 1.8rem;

}



/**Pagina Suspensión de Matriculacion **/
.home ul li {
  list-style-type: circle;
  line-height: 1.2rem;
  color: var(--gris);


}


/**Pagina Profesionales habilitados**/
.home .row-profesionales-habilitados ul li {
  list-style: none;
}

.row-profesionales-habilitados {
  border-bottom: 1px solid var(--rojo-claro);
  margin-bottom: 4rem;
  padding: 1rem;
  margin-left: 8rem;
  margin-right: 8rem;

}

.row-profesionales-habilitados span {
  font-size: 1.5rem;
  color: var(--gris);
}


/**Autoridades **/

h3 {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 50px auto;
  color: var(--rosa);
  font-size: 3rem;
  font-weight: bold;
  margin-top: 1rem;
}

h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: var(--negro);
  top: 50%;
  z-index: -1;
}

h3 span {
  background-color: var(--blanco);
  /*colocamos mismo color asi separa el span*/
  padding: 0 15px;
  /*separacion entre lineas*/
}

/*ejercicio Profesional- Rio Grande CArd estirados*/
.card-profesionales {
  width: 100%;
  /* Utiliza todo el ancho disponible */
  max-width: 70rem;
  /* Máximo ancho de 70rem */
  height: auto;
  /* Altura automática para ajustarse al contenido */
  padding: 1rem;
  /* Añade algo de espacio alrededor del contenido */
}

.icono {
  font-size: 2rem;
  /* Tamaño de icono ajustable */
}

h5 {
  font-size: 1.5rem;
  /* Tamaño de título ajustable */
}

/* Media query para ajustar el diseño en pantallas más pequeñas */
@media screen and (max-width: 768px) {
  .card-profesionales {
    max-width: 100%;
    /* Utiliza todo el ancho disponible en pantallas más pequeñas */
  }
}


/*Normativa */


.ciudades .card {
  width: 300px;
  height: 190px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: inline-table;
  border-radius: 10px;
  padding: 15px 25px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 10px 15px;
  margin-top: 2rem;
}

.ciudades .card:hover {
  transform: scale(1.1);
  border: var(--rosa) .2rem solid;

}



.ciudades .card h5 {
  text-align: center;
}

.row-normativa {
  margin-top: 13rem;
  text-align: center;

}

@media (min-width:1024px) {
  .ciudades {
    width: 70rem;
    height: 10rem;
  }
}

@media (max-width: 767px) {
  .ciudades .card {

    width: 35rem;
    height: 28rem;


  }
}


/*Comisiones*/


/*Capacitaciones*/
.row-capacitaciones h2{
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
   
  
}
.contenedor-principal img{
  width: 100%;
  height: auto;

}
.contenedor-principal p{
  font-size: 1.3rem;
  text-align: justify;
}


