:root {
    --bs-blue: #037bc0;
    --bs-green:#8cbc00;
    --bs-secondary:#f5dede;
    --bs-warning:#FF2935;
    --bs-primary:#fff;    
    --bs-info:#3b3737;
    --bs-cyan: #282935;
    --bs-yellow:#DDDDDD;
    --bs-gray:#f5dede;

}
html{
    font-size: 62.5%; /* unificar el tamaño de la fuente 1 rem = 10px **/
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    line-height: 2;
}
/*1_colocar selectores de fuentes*/
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;

}

h1{
    font-size: 3.8rem;
}
@media (min-width:768px){
    h1{
        font-size: 4.5rem;
    }

}
h2{
    font-size: 3.2rem;
    color:var(--bs-warning)!important;
}
@media (min-width:768px){
    h2{
        font-size: 4.5rem;
    }

}
h3{
    font-size: 3.4rem;
}
@media (min-width:768px){
    h3{
        font-size: 4.5rem;
    }

}
h4{
    font-size: 3.4rem;
}
@media (min-width:768px){
    h4{
        font-size: 4.5rem;
    }

}
h6{
    font-size: 3.4rem;
}
@media (min-width:768px){
    h6{
        font-size: 4.5rem;
    }

}



.nav-princ{
    
}


.dropdown-menu a {
  text-decoration: none;
  color: #000000;
}
.dropdown-menu a .d-flex {
  transition: all 0.5s;
}
.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
  background-color: var(--bs-warning-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
  background-color: var(--bs-danger-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
  background-color: var(--bs-success-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
  background-color: var(--bs-secondary-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
  background-color: var(--bs-tertiary-bg);
}
.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
  background-color: var(--bs-info-bg-subtle);
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
  }
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}



@media (min-width:768px){
    {
        font-size: 4.5rem;
    }

}