*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* NAVEGACIÓN MENÚ */

.menu-btn {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 2;
    font-size: 1.5rem;
    color: #fff;
    display: none;
}
 
a {
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
}

header {
    width: 100%;
    background: #0E0326;
    position: fixed;
}

.container-header {
    width: 90%;
    margin: auto;
    background: #0E0326;
}

/* Navigation */

.nav-main {
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 20px 0;
}

.nav-brand {
    width: 155px;
}

/* Navegacion izquierda */

.nav-main ul {
    display: flex;
}

.nav-main ul li {
    padding: 10px;
}

.nav-main ul.nav-menu {
    flex: 1;
    margin-left: 20px;
}

.nav-main ul li a {
    padding: 2px;
}

.nav-main ul li a:hover {
    border-bottom: 2px solid #fff;
}

/* Sub - menu */


.nav-menu .sub-menu {
    margin: 20px 0 0 0;
    opacity: 0;
    display: none;
    position: absolute;
    top: 50px;
    left: auto;
    z-index: 1;
    background: #2c075c;
    box-shadow: 0 -1px 0 #730e9b 0.3;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.nav-menu li:hover > ul {
    opacity: 1;
    display: block;
    margin: 0;
}

.nav-menu ul ul {
    top: auto;
    left: 150px;
    margin: 0 0 0 20px;
    box-shadow: 0 -1px 0 #730e9b 0.3;
}

.nav-menu ul a {
    padding: 10px;
    width: 136px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font-size: 0.9em;
    box-sizing: border-box;
}

/* Boton Iniciar */

.nav-menu-right li a {
    font-size: 0.9em;
    color: #fff;
}

.clase-iniciar-c:hover {
    background: #9818e2;
}

 /* --FIN DE LA CABECERA--*/
 /* FIN MENÚ */



/* CUERPO DE LA PAGINA */

.main {       
    padding: 16%;
    background: rgb(34, 0, 64);
    width: 100%;
    height: 90vh;
}

.main h1 {
	text-align: center;
	font-size: 50px;
	color: white;
    font-family: Arial, Helvetica, sans-serif;

}

.main p {
	text-align: center;
	font-size: 20px;
	color: white;
    font-family: Arial, Helvetica, sans-serif;
}

/* */

.nosotros {
    width: 100%;
    height: 185px;
    background: #0E0326;
}

.nosotros h2 {
    text-align: center;
    padding-top: 12px;
	font-size: 30px;
	color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.nosotros p {
	text-align: center;
    font-size: 17px;
    padding: 20px 10px;
	color: white;
    font-family: Arial, Helvetica, sans-serif;
}

/* //------// */

.content2 {
    width: 100%;
    height: 520px;
    background:  #0E0326;
}

/*CONTENEDOR DE LOS TEMAS*/

.one-third {   
    width: 33%;
    float: left;
    padding: 10px;
    text-align: center;
}
.icon-wrap {
    margin: 0 auto;
    width: 120px;
    height:120px;
    background-color: #6991ac;
    border-radius: 125px;
    text-align: center;
    margin-top: 3%;
}

.one-third p {
    color: #fff;
    font-size: 20px;
    line-height: 155%;
    text-indent: 2%;
    text-align: justify;
    margin-top: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.icon-wrap i {
    text-align: center;
    color:  #fff;
    font-size: 450%;
    padding: 20%;
}

h3 {
    font-size: 170%;
    line-height: 155%;
    font-weight: 500;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

/*FIN CONTENEDOR DE TEMAS*/

.content1{
    width: 100%;
    background: rgb(34, 0, 64);
    height: 80vh;
}

/*CONTENEDOR DE COLUMNA DE PROYECTO*/

.contenedor-columnas {  
    width: 90%;
    margin: auto;
    padding-top: 6vh;
    margin-bottom: 110px;
    padding-bottom: 300px;
}

.columna1 {
    width: 33.333%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
    margin: auto;
}

.columna1 p {
    text-align: left;
    font-size: 21px;
    padding-top: 8px;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.columna1 h1 {
    text-align: left;
    font-size: 25px;
    padding-top: 8px;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.columna1 img {
    width: 100%;
}
/*--FIN CONTEDOR DE COLUMNA-- */

/* ----////---- */

.paddin-text-1 {
	clear: both;
    padding: 2%;
}

.espacio {
    clear: both;
    padding: 100px;
}

.proyectos {
    width: 100%;
    height: 600px;
    background: url(../imagenes/imagen1.jpg);
    background-attachment: fixed;
}

.proyectos h1 {
    font-size: 40px;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: rgba(20, 20, 20, 0.445);
    height: 20%;
}

.proyectos p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 50px 30px;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(20, 20, 20, 0.445);
    height: 80%;
}

.clase-server-m {
    background: rgb(255, 255, 255);
    text-decoration: none;
    color: rgb(40, 8, 90);
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 8px;
}

.boton-mas {
    width: auto;
    height: auto;
    margin: 110px 0;
    text-align: center;
}

.clase-server-m:hover {
    background: #9818e2;
}

/* --- */

/* //--FOOTER--// */

footer {
    width: 100%;
    height: 100px;
    background: #0E0326;
}

.icons-social-footer {
    width: 100%;
    margin: 0 auto;
}

.icons-social-footer li {
    display: inline;
}

.icons-social-footer i {
    font-size: 35px;
    padding: 20px 0 20px 0;
    margin: 9px;
}

.icons-social-footer {
    text-align: center;
}
/* --//FIN FOOTER//-- */

/* <--- RESPONSVE ---> */

@media screen and (max-width: 798px) {

    .menu-btn {
        position: absolute;
        cursor: pointer;
        top: 15px;
        right: 15px;
        z-index: 2;
        font-size: 1.5rem;
        color: #fff;
        display: block;
    }

    header {
        width: 100%;
        background: #0E0326;
        position: static;
    }

    .nav-brand {
        width: 120px;
    }

    .nav-main ul.nav-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #300668;
        height: 450px;
        padding: 30px;
        transform: translateX(-400px);
        transition: transform .5s ease-in-out;
        
    }

    .nav-main ul.nav-menu.show {
        transform: translateX(-20px);
    }

    .nav-main ul.nav-menu li {
        padding: 20px;
        border-bottom: #ccc solid 1px;
        font-size: 14px;
    }

    .nav-main ul.nav-menu-right {
        margin-right: 30px;
    }

    .menu-btn {
        position: absolute;
        cursor: pointer;
        top: 15px;
        right: 15px;
        z-index: 2;
        font-size: 1.5rem;
        color: #fff;
    }

    /* Sub - menu */


.nav-menu .sub-menu {
    margin: auto auto 0 0;
    opacity: 0;
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 1;
    background: #2c075c;
    box-shadow: 0 -1px 0 #730e9b 0.3;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    text-align: right;
}

.nav-menu li:hover > ul {
    opacity: 1;
    display: block;
    margin: 0;
}

.nav-menu ul ul {
    /*display: table;*/
    top: auto;
    left: 150px;
    margin: 0 0 0 20px;
    box-shadow: 0 -1px 0 #730e9b 0.3;
}

.nav-menu ul a {
    padding: 10px;
    width: 130px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

    .main {       
        padding: 16%;
        background: rgb(34, 0, 64);
        width: 100%;
        height: 550px;
    }
    
    .main h1 {
        text-align: center;
        font-size: 1.4em;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    
    }
    
    .main p {
        text-align: justify;
        font-size: 1em;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 16px;
    }

    .one-third {
        float: left;
        width: 100%;
    }

    .content2 {     /* Contenidos tabla */
        width: 100%;
        height: 1200px;
        background:  #0E0326;
    }

    .icon-wrap {
        margin: 0 auto;
        width: 78px;
        height:78px;
        background-color: #6991ac;
        border-radius: 125px;
        text-align: center;
        margin-top: 3%;
    }

    .icon-wrap i {
        text-align: center;
        color:  #fff;
        font-size: 48px;
        padding: 20%;
    }
    
    .one-third p {
        color: #fff;
        font-size: 1em;
        text-indent: 2%;
        text-align: justify;
        margin-top: 15px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    h3 {
        font-size: 1.4em;
        font-weight: 500;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
    }

    .proyectos {
        width: 100%;
        height: 500px;
        background: url(../imagenes/imagen1.jpg);
        background-attachment: fixed;
    }
    
    .proyectos h1 {
        font-size: 40px;
        padding: 40px 0;
        color: #fff;
        text-align: center;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: rgba(0, 0, 0,.5);
        height: 20%;
    }
    
    /* Section Poyects */
    .proyectos {
        width: 100%;
        height: 480px;
        background: url(../imagenes/imagen1.jpg);
        background-attachment: fixed;
    }
    
    .proyectos h1 {
        font-size: 1.6em;
        padding: 40px 0;
        color: #fff;
        text-align: center;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: rgba(0, 0, 0,.5);
        height: 20%;
    }
    
    .proyectos p {
        font-size: 1em;
        color: #fff;
        text-align: justify;
        padding: 50px 30px;
        font-family: Arial, Helvetica, sans-serif;
        background: rgba(0, 0, 0,.5);
        height: 80%;
    }

    /* Section Nosotros */ 

    .nosotros {
        width: 100%;
        height: 290px;
        background: #0E0326;
    }
    
    .nosotros h2 {
        text-align: center;
        padding-top: 12px;
        font-size: 1.4em;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .nosotros p {
        text-align: justify;
        font-size: 1em;
        padding: 20px 10px;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }

    /*CONTENEDOR DE COLUMNA DE PROYECTO*/

    .content1 {
        width: 100%;
        height: 1000px;
        background: rgb(34, 0, 64);
    }


    .contenedor-columnas {  
        width: 100%;
        height: 1050px;
        margin: auto;
    }
    
    .columna1 {
        width: 100%;
        float: left;
        padding: 20px 20px;
        box-sizing: border-box;
        margin: auto;
    }
    
    .columna1 p {
        text-align: left;
        font-size: 1em;
        padding-top: 8px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .columna1 h1 {
        text-align: left;
        font-size: 1.4em;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
    }
    
    .columna1 img {
        width: 100%;
    }

    .clase-iniciar-c {
        font-size: 5px;
    }

    /* //--FOOTER--// */

footer {
    width: 100%;
    height: 100px;
    background: #0E0326;
    box-sizing: border-box;
}

.icons-social-footer {
    width: 100%;
    margin: 0 auto;
}

.icons-social-footer li {
    display: inline;
}

.icons-social-footer i {
    font-size: 25px;
    padding: 20px 0;
    margin: 10px;
}

.icons-social-footer {
    text-align: center;
}
/* --//FIN FOOTER//-- */

}