:root {
    --azul-oscuro: #1f1646;
    --azul-medio: #050f8d;
    --azul-claro: #0085b9;
    --gris-oscuro: #54565a;
    --gris-claro: #dddddd;
    --morado-oscuro: #6b60a1;
    --morado-medio: #6c3175;
    --morado-claro: #964091;
    
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Casiopea";
  src: url("../fonts/Casiopea/Casiopea-Regular.otf") format("truetype");
}

@font-face {
  font-family: "Casiopea";
  src: url("../fonts/Casiopea/Casiopea-SemiBold.otf") format("truetype");
  font-weight: bold;
}

body {
  font-family: "Roboto", sans-serif;
}

h1 {
  margin-top: 50px;
  font-family: "Casiopea", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  /* color: #002F6C; */
}

h2 {
  font-family: "Casiopea", sans-serif;
  font-size: 3.2rem;
  color: #002F6C;;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  font-size: 2rem;
}

h4 {
  font-family: "Casiopea", sans-serif;
  font-size: 2rem;
  color: white;
}

p{
color: black;
}

/* BARRA DE NAVEGACION */
.navbar {
  background-color: #FAF8F4 !important; /* Color sólido */
  text-align: center;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-item {
  font-size: 1rem;
}

.azul {
  color: var(--azul);
}

.blanco {
  color: white;
}

.logo {
  padding: 1rem;
  max-width: 100px;
}

.navbar-nav {
  /* color de nav */
  /* background-color: #1f164671; */
  background-color: #FAF8F4;
  text-align: center;
}

.nav-link {
  font-size: small;
  color: black !important;
}

.nav-link:hover {
  color: #8fcee7 !important;
}

.btn-outline-light {
  border-width: 3px;
  font-size: 1.5rem;
}

.btn-outline-light:hover {
  color: var(--azul);
}

/* COURSE */

.course{
    display: flex;
    flex-direction: column;
}

.course_banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: url('../images/FONDO\ TITULO.png') no-repeat center center;
    background-size: cover; */
    background-color:  #002F6C;
    color: white;
    padding-top: 100px;
    
}

.course_centro{
    display: flex;
    text-align: center;
   justify-content: center;
    /* gap: 5rem; */
    /* padding-top: 1.5rem;
    padding-bottom: 2rem; */
    max-width: 600px;
    width: 100%;
    
}

.course_title{
    font-size: 1.5rem;
    line-height: 45px;
}

.course_inf{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
   padding: 4rem;
   gap: 0.5rem;
}

.course_parraf{
    font-family: 'Roboto', sans-serif;
    font-weight: none;
    text-align: justify;
    padding-top: 8px;
}

.course_vineta{
    text-align: justify;
    padding-left: 20px;   
    padding-top : 0.3rem;
 
}

.course_outline{
    display: flex;
    gap: .5rem;
    align-items: center;
}

.course_img{
    max-width: 50px;
    width: 100%;
}

.course_titulo{
    font-size: 1.3rem;
    padding-top: 0.rem;
}


.course_lineas{
max-width: 250px;
width: 100%;
max-height: 70px;
height: 100%;
}

/* FOOTER */
.footer {
    /* background: url('../images/FONDO_FOOTER.png') no-repeat center center;
    background-size: cover; */
    background-color: #002F6C;
    color: white;
    font-family: 'Casiopea', sans-serif;
    
}

.footer_img{
    height: 30px;
}

.footer_parraf{
    color: white;
}
