@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{
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: #191d23;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header, footer{width: 100%;}

.mainWrapper{
    max-width: 1920px;
    margin: 0 auto;
}

/*WhatsApp*/
#ws{
    width: 65px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    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;}

header{background-color: lightcoral !important;}

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

.navbar-brand{
    width: 175px;
    margin-left: 40px;}

.navbar-brand img{width: 100%;}

.navbar{
    width: 100%;
    max-width: 1920px;
    background-color: #000;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 200;}

.navbar .nav-link{
    color: rgba(255, 255, 255, 1) !important;
    text-align: right;
    margin-right: 35px;
    font-weight: 500;
    height: 50px;}

.navbar-nav .nav-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 20px 0 8px 0;}

.navbar-nav .nav-item:last-child{margin-bottom: 10px;}

/* Menú desplegable */
.dropdown-menu{
    background-color: #000;
    margin: 0 12px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-item{
    color: #fff;
    text-align: left;
    padding: 12px 0px 12px 16px;}

.dropdown-menu > li:not(:last-child) .dropdown-item,
.dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Menú Hamburguesa */
.navbar-toggler{
    color: #fff; 
    border:0px solid #fff; 
    background-color: transparent !important; 
    font-size: 25px;
    margin-right: 20px;}

.navbar-toggler:focus{box-shadow: 0px 0px 10px #000;}

.navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

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

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

/* Menú de Abajo */
/* #navBottom{
    font-size: 15px;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 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{
    background-color: #000;    
    position: relative;
    /* margin-bottom: -20px; */
    padding-top: 32px;}

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

#loguito img{width: 100%;}

.lineFooter{
    width: 95%;
    border: 0.1px solid rgba(255,255,255,0.4);
    margin: auto;}

#redes{
    width: 130px;
    margin: 24px auto;
}

#logosRS{
    display: flex;
    justify-content: space-around;
}    

#redes h3{
    font-size: 1.1rem;
    color: white;
    text-align: center;
}

#logosRS img{width: 42px;}

/*SUBMENU*/
#menu2{
    width: 150px;
    margin: 24px auto;
    display: block;}
    
#lista2{
    width: 100%;
    list-style: none;
    padding: 0;}

#lista2 li{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 12px;}
    
#lista2 li a{color: #848484;}
    
#lista2 li a:hover{
    text-decoration: none;
    color: #2193b7}

#news{
    width: 100%;
    height: 250px;
    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;
    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;}

#copy{width: 100%; padding-top: 24px;}

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

/* //////////////////// */ 

@media (min-width:760px){     
    /*MENU NAVBAR*/
    .container-fluid{padding: 8px 0;}

    .navbar-brand{
    width: 175px;
    margin-left: 40px;
    }

    .navbar-brand img{width: 100%;}

    .navbar{
    width: 100%;
    background-color: #000;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    position: fixed !important;
    z-index: 200;
    }

    .navbar .nav-link{
    color: rgba(255, 255, 255, 1) !important;
    text-align: right;
    margin-right: 35px;
    font-weight: 500;
    height: 50px;
    }

    .navbar-nav .nav-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 20px 0 8px 0;
    }

    .navbar-nav .nav-item:last-child{margin-bottom: 10px;}

    /* Menú Hamburguesa */
    .navbar-toggler{
    color: #fff; 
    border:0px solid #fff; 
    background-color: transparent !important; 
    font-size: 25px;
    margin-right: 20px;}

    .navbar-toggler:focus{box-shadow: 0px 0px 10px #000;}

    .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

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

    /* Menú desplegable */
    .dropdown-menu{
    background-color: #000;
    margin: 0 12px 12px 12px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);}

    .dropdown-item{
    text-align: right;
    padding: 18px 42px 18px 0;}

    .dropdown-menu > li:not(:last-child) .dropdown-item,
    .dropdown-menu li:not(:last-child) .dropdown-item{
    border-bottom: 1px solid rgba(255,255,255,0.2);}
     
    #loguito{margin-bottom: 52px;}
    #redes{width: 20%;}
}

@media screen and (min-width:1024px){
    /*MENU NAVBAR*/
    .container-fluid{padding: 8px 0;}
    
    .navbar-brand{
    width: 175px;
    margin-left: 50px;}

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

    .navbar-nav{
    position: absolute;
    right: 50px;
    height: 90px;
    padding: 0 !important;}

    .nav-link{
    width: 100%;    
    height: 90px !important;
    display: block !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 15px !important;
    line-height: 90px;
    font-size: 1rem !important;
    letter-spacing: 0.5px;}

    .navbar-nav .nav-item{
    margin: 0 !important;
    padding: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: none !important;}

    .navbar-nav .nav-item:last-child{border-right: none;}

    /* Menú desplegable */
    .dropdown-menu{
    background-color: #000;
    margin: -0.7px 12px 12px -1px !important;
    padding: 0;
    border-radius: 0 0 6px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;}

    .dropdown-item{
    text-align: left;
    padding: 18px 42px 18px 16px;}

    .dropdown-menu > li:not(:last-child) .dropdown-item,
    .dropdown-menu li:not(:last-child) .dropdown-item{
    border-bottom: 1px solid rgba(255,255,255,0.2);}

    /*FOOTER*/
    footer{padding-top: 50px; position: static;}

    footer .mainWrapper{
    width: 72%;
    margin: auto;
    position: relative;}

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

    #loguito img{width: 100%;}

    .lineFooter{
    width: 100%;
    border: 0.1px solid rgba(255,255,255,0.4);
    margin: auto;}

    #redes{
    width: 130px;    
    margin: 24px 0 24px auto;}

    #logosRS{
    display: flex;
    gap: 16px;
    justify-content: flex-end;}    

    #redes h3{
    width: 100%;    
    text-align: right;}

    #logosRS img{width: 42px;}

    /*SUBMENU*/
    #menu2{
    width: 150px;
    margin: 24px 0 75px;
    display: block;}
    
    #lista2{
    width: 100%;
    list-style: none;
    padding: 0;}

    #lista2 li{
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 8px;}
    
    #lista2 li a{color: #848484;}
    
    #lista2 li a:hover{
    text-decoration: none;
    color: #2193b7}

    #news{
    width: 245px;
    position: absolute;
    right: 12px;
    bottom: 16px;}

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

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

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

    #btn{
    background-color: #2193b7;
    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;}

    #copy{width: 100%; padding-top: 24px;}

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

@media screen and (min-width:1200px){
    /*WhatsApp*/
    #ws{
    width: 65px;
    position: absolute;
    right: 116px;
    bottom: 100px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
    }

    /*Icono de Contáctenos*/
    #contact{
    width: 50px;
    position: absolute;
    right: 92px;
    bottom: 200px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 100;
    }

    header{
    width: 100%;
    position: fixed;
    background-color: #000 !important;
    z-index: 200;
    box-shadow: 0 6px 5px rgba(0,0,0,0.6);
    }

    .mainWrapper{
    max-width: 1920px;
    margin: 0 auto;}

    .navbar {    
    width: 100%;
    max-width: 1920px;
    max-width: none;
    height: 90px;
    position: relative !important;
    transition: 0.8s;
    box-shadow: none;
    background-color: transparent !important;}
        
    .navbar-brand{margin-left: 75px;}
        
    /*LISTA UL*/
    .navbar-nav {
    height: 90px;
    border-bottom: none;
    position: absolute !important;

    margin: 0;
    padding: 0;
    margin-right: 0;}
        
    .nav-link{
    width: 100%;    
    height: 90px !important;
    display: block !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 15px !important;
    line-height: 90px;
    font-size: 0.9rem !important;}  
        
    .nav-item{
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.1);}
    
    .navbar-nav .nav-item:last-child{border-right: none;}     
    
    .nav-link:hover{
    color:#a4a4a4 !important;}
        
    .nav-link:first-child :hover{color: #ccc !important;}  
    
    /* Menú desplegable */
    .dropdown-menu{
    background-color: #000;
    margin: -0.7px 12px 12px -1px !important;
    padding: 0;
    border-radius: 0 0 6px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;}

    .dropdown-item{
    text-align: left;
    padding: 18px 42px 18px 16px;
    transition: 0.5s;}

    .dropdown-item:hover{text-align: right; padding-right: 16px;}
    .dropdown-item{transition: all 0.5s ease;}
    .dropdown-menu > li:last-child > .dropdown-item:hover {border-radius: 0 0 6px 6px;}

    .dropdown-menu > li:not(:last-child) .dropdown-item,
    .dropdown-menu li:not(:last-child) .dropdown-item{
    border-bottom: 1px solid rgba(255,255,255,0.2);}    
}