@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');
* {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  padding-top: 45px;
  scroll-behavior: smooth;
  font-size: 17px !important;
  color: #545454 !important;
  text-align: left;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: underline;
  color: #854ca6;
}
a:hover {
  text-decoration: none;
  color: #854ca6;
}
h1 {
  font-size: 3.8rem;
}
h2 {
  font-size: 3.4rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
header{
  background-color: #fff;
  padding: 0%;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ol,ul{
  padding-left: 40px;
}
.men {
  background-color: #717171;
  padding: 0%;
  position: -webkit-sticky;
  position: sticky;
  top: 205px;
  z-index: 100;
}
.menu {
  display: flex;
  flex-direction: row;
  line-height: 50px;
  background-color: #73b85e;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 100;
}
.mitem {
  flex: auto;
  text-align: center;
  border-right: 1px solid #fff;
}
.mitem a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.mitem a:hover {
  background-color: #db2781;
  color: #fff;
  transition: 0.5s;
}
.active {
  display: block;
  color: #545454 !important;
  text-decoration: none;
  font-weight: bolder;
}
.hamburguesa {
  color: rgb(255, 255, 255);
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 40px;
  background-color: #396657;
  padding: 0px 3%;
}
.manita {
  cursor: pointer;
}
.responsive-img {
  width: 100%;
  height: auto;
}
.centrar {
  text-align: center;
}
.bannersuperior {
  height: 150px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menuSec {
  display: flex;
  width: auto;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menuSecCol {
  padding: 10px;
  font-size: 0.9em;
}
/*REDES SOCIALES*/
.bxl-facebook, .bxl-youtube{
  font-size: 16px;
  padding: 0px 1%;
  color: #545454;
}
.bxl-instagram-alt{
  font-size: 16px;
  padding: 0px 1%;
  margin-right: 20px;
  color: #545454;
}
.twitter{
  margin-bottom: 5px;
}
/*REDES SOCIALES*/
.bg-registro{
  background-color: #006fe6;
}
.bg-sesion{
  background-color: #006fe6;
}
.btn-primary {
  border: none;
  box-shadow: 0 0 0 0 #9D2449;
  BACKGROUND: #006fe6;
}
.btn-primary:hover {
  border: none;
  box-shadow: 0 0 0 0 #9D2449;
  BACKGROUND: #db2781;
  transition: 0.5s;
}
.oro {
  color: #997955;
  font-weight: 1.25rem;
}
.nav-pills>li>a:active {
  color: #545454;
  background-color: #f00;
  text-decoration: underline;
}
.tab-content{
  padding: 5px !important;
  text-align: center;
  border: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
}
.width-video{
  width: 60%;
}
a.active, a:active {
  color: #fff !important;
  background: #db2781 !important;
}
.nav {
  display: flex;
  justify-content: center;
}
.nav>li, .nav>li>a {
  left: 0px;
  background: #611232;
  color: #fff;
  text-decoration: none !important;
  border-radius: 4px;
}
.nav>li, .nav>li>a:hover{
  background: #997955;
}
.nav>li, .nav>li>a:focus {
  outline: none;
}
.tab-content>.active {
    text-align: left;
}
/*lista cursos*/
.divgeneral{
    display: flex; 
    flex-direction: row;
    align-items: stretch; 
    width:100%;
    justify-content: space-between;
}
.border-hover{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    font-size: 16px;
    width: 32%;
    margin-bottom: 30px;
}
.border-hover:hover{
    -webkit-box-shadow: 0px 0px 10px 2px #cccccc; 
    box-shadow: 0px 0px 10px 2px #cccccc;
    transition: 0.3s;
}
.nodecoration{
    text-decoration: none !important;
    color: #545454;
}
.nodecoration:hover{
    text-decoration: none !important;
    color: #545454;
}
.padding-card{
    padding: 25px;
}
.matriculacion{
    background-color: #73b85e;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.matriculacion:hover{
    background-color: #db2781;
    padding: 10px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}
a.registro{
    color: #404041;
    text-decoration: none !important;
}
a.registro:hover{
    color: #404041;
    font-weight: 500;
    text-decoration: none !important;
}
.fila1{
  height: 335px;
}
.fila2{
  height: 450px;
}
.fila3{
  height: 450px;
}
.fila4{
  height: 380px;
}
/*lista cursos*/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #10312B;
}

/* INICIO NUEVA ESTRUCTURA DE CURSOS */
.show-lg{
  display: block;
}
.show-xs{
  display: none;
}
.flex-general{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-img{
  width: 30%;
  padding: 10px;
}
.flex-content{
  width: 70%;
  padding: 10px;
}
.autenticacion{
    background-color: #691C32;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

/* FIN NUEVA ESTRUCTURA DE CURSOS */
