@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{box-sizing: border-box;}

html{scroll-behavior: smooth;}

body{
    max-width: 1920px !important;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: #191d23;
}

/*WhatsApp*/
#ws{
    width: 65px;
    position: absolute;
    right: 20px;
    bottom: 130px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
}

#ws img{width: 100%;}

/*Icono de Contacto*/
#contact{
    width: 50px;
    position: absolute;
    right: 27px;
    bottom: 210px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 100;}

#contact img{width: 100%;}

/* Vinculos */
a{text-decoration: none;}
a:active{text-decoration: none;}


/*MENU NAVBAR*/
.container-fluid{padding: 8px 0;}

.navbar-brand{
    width: 175px;
    display: block;
    margin:auto;}

.navbar-brand img{
    width: 100%;
    margin: auto;
    display: block;
    /* margin-left: 10px; */}

.navbar{
    width: 100%;
    height: 90px;
    max-width: 1920px !important;
    background-color: #000 !important;    
    position: fixed !important;
    z-index: 101 !important;
    top: 0;
    /*left: 0;*/
    box-shadow: 0 3px 5px rgba(0,0,0,0.7);}

.nav-link{
    width: 100%;
    color: #fff !important;
    font-weight: 500;
    font-size: 1.1rem !important;
    margin-bottom:0.6rem;
    text-align: left !important;
    letter-spacing: 0.03rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-bottom: 1rem !important;}

.navbar-nav{padding-top: 20px !important;}

.navbar-toggler{
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.9) !important;
  border-radius: 0.3rem;
  margin-right: 5px;
  display: none;}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  outline: none;}

.navbar-toggler-icon{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;}

/*LI DE CURSOS*/
.nav-item .color{
  color: #2193b7 !important;
  font-weight: bold !important;}

#nuevo a{color: #2193b7;}
#nuevo a:hover{color: #2193b7;}

#relleno{width: 100%; height: 90px;}

/* Menú de Abajo */
#navBottom{
    font-size: 15px;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    position: fixed;
    z-index: 132;
    display: flex;
    justify-content: center;
    background-color: #000;
    border-top: 2px solid #2193b7;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.7);}

#navBottom ul{
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;}

#navBottom ul a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: white;}

#navBottom ul li{
    width: 32.5%;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 100%;
    margin: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.20) !important;}

#navBottom ul li:last-child{border-right: none !important;}


/*FOOTER*/
footer{
    width: 100%;
    height: 660px;
    background-color: #000;    
    position: relative;
    padding-top: 32px;}

#loguito{
    width: 140px;
    margin: auto}

#loguito img{width: 100%;}

footer hr{
    width: 95%;
    border: 0.1px solid rgba(255,255,255,0.4);
    margin: 30px auto 0 auto;}

#lineUno{display: none;}
#lineTres{display: none;}

#menu2{display: none;}

#news{
    width: 100%;
    margin-top: 30px;}

#news h3{
    font-size: 1.3rem;
    color: white;
    text-align: center;}

form{
    width: 245px;
    margin: auto;}

input{
    width: 245px;
    height: 50px;
    border: none;
    outline: none;
    padding: 6px;
    text-align: center;}

#btn{
    background-color: #2193b7; /*#B4045F*/
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;}

#news #newsok{
    width: 245px;
    height: 50px;
    border: 0;
    outline: none;
    margin: auto;
    display: block; 
    overflow: hidden;}

#redes{
    width: 35%;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    margin: auto;}

#hredes{
    font-size: 1.2rem;
    color: white;
    text-align: center;
    margin-top: 30px;}

#insta #face #you{
    width: 42px;
    height: 42px;}

#insta img{
    width: 42px;
    height: 42px;}

#face img{
    width: 42px;
    height: 42px;}

#you img{
    width: 43px;
    height: 43px;}

#copy{
    width: 100%;
    position: absolute;
    bottom: 8px;}

#copy p{
    font-size: 1rem;
    color: #fff;
    text-align: center;}