*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* CUERPO DE LA PAGINA */

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

.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;
}

.acceso-clientes {
    width: 100%;
    height: 200px;
    margin: auto;
    text-align: center;
    background: #0E0326;
}

.acceso-clientes h1 {
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding-bottom: 50px;
    padding-top: 10px;

}

.clase-server-a {
    background: #730e9b;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 8px;
    margin-right: 7px;
}

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

.acceso-demo {
    width: 100%;
    height: 200px;
    margin: auto;
    text-align: center;
    background: #0E0326;
}

.clase-demo-a {
    background: #730e9b;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 8px;
    margin-right: 7px;
}

.acceso-demo h3 {
    font-size: 13px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom: 20px;
}

.acceso-demo h1 {
    font-size: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom: 10px;
}

.clase-demo-a:hover {
    background: #9818e2;
}



.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 {
    /*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: 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--*/



/* CUERPO DE LA PAGINA */

.main {       
    padding: 16%;
    background: #2a0658;
    width: 100%;
    height: 80vh;
}

.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: 200px;
    background: rgb(34, 0, 64);
}

.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: 500px;
    background:  #0E0326;
}

.one-third {   /*CONTENEDOR DE LOS TEMAS*/
    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: #2a0555;
    height: 440px;
}


.contenedor-columnas {  /*CONTENEDOR DE COLUMNA DE PROYECTO*/
    width: 90%;
    margin: auto;
    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-- */

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

/* //--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//-- */


.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;
}



@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: 350px;
    }
    
    .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;
    }

    /* Section Nosotros */ 

    .nosotros {
        width: 100%;
        height: 290px;
        background: rgb(34, 0, 64);
    }
    
    .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;
    }

    /* //--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//-- */

}

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

    .contenedor-precios {
        width: 90%;
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }
    
    .contenedor-tablas {
        width: 100%;
        height: 2200px;
        background: #0E0326;
    }
    
    .contenedor-tablas h2 {
        color: #fff;
        text-align: center;
        font-size: 1.4em;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .columna-precio {
        float: left;
        width: 100%;
        margin-top: 20px;
        background: #0E0326;
    }
    
    .caja-plan {
        border: 1px solid #5b0781;
        background: #1d084b;
    }
    
    .icono-precio {
        color: #2c0e6e;
        padding-top: 20px;
        font-size: 2em;
        padding-bottom: 10px;
    }
    
    .caja-plan h4 {
        color: #fff;
        font-size: 1.3em;
        padding-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .precio1 {
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .mes {
        font-size: 14px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .lista-precios {
        list-style: none;
        padding: 20px 0;
        color: #81867d;
        padding-bottom: 50px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .boton-pedir {
        margin-bottom: 25px;
    }
    
    .espacio-descripcion {
        padding: 0.25em;
        font-size: 0.9em;
    }
    
    .clase-pedir {
        background: #680a8d;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        padding: 10px 70px;
        letter-spacing: 1px;
        border-radius: 4px;
        width: 90%;
    }
    
    .clase-pedir:hover {
        background: #9818e2;
    }
    
    .espacio-contenedores {
        padding-top: 50px;
    }
    
    .acceso-clientes {
        width: 100%;
        height: 350px;
        margin: auto;
        text-align: center;
        background: #0E0326;
    }
    
    .acceso-clientes h1 {
        text-align: center;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        padding-bottom: 50px;
        padding-top: 10px;
    
    }
    
    .clase-server-a {
        background: #730e9b;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 0.8em;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        padding: 7px 10px;
        border-radius: 8px;
        display:block;
        margin: 10px 60px;
    }
    
    .clase-server-a:hover {
        background: #9818e2;
    }
}





