﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-height: 100vh;
}



.welcome-text {
    position: relative;
    margin-top: 30px;
    color: darkslategrey;
}

    .welcome-text h2 {
        font-size: 32px;
        font-family: 'robotolight';
        margin-bottom: 30px;
        color: darkslategrey;
    }

    .welcome-text h6 {
        font-size: 32px;
        font-family: 'robotolight';
        margin-bottom: 10px;
        color: gold;
    }


    .textoarriba h2 {
        font-size: 32px;
        font-family: 'robotolight';
        margin-bottom: 10px;
        color: darkslategrey;
    }

/*.responsive-menu {
    position: relative;
    text-align: center;
    z-index: 99;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: whitesmoke;
}*/

.site-bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(255, 255, 255);
}


.top-header {
    position: relative;
    z-index: 10;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.7);
}

.phone-info {
   font-family: Sylfaen;
 font-size: 30px;
}

.social-icons {
    font-family: Sylfaen;
    font-size: 24px;
}

#nav a {
    width: 100px;
    height: 100px;
}
#nav i {
    padding-top: 20px;
}


#nav {
    /*background-color: orange;*/
    min-height: 560px;
}


/*.bgimg {
    background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)),url('../img/logoweb.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/
#page-content {
    position: relative;
    z-index: 12;
    margin-top: 30px;
}


@media screen and (max-width: 992px) {
    #page-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    #page-content {
        margin-top: 0;
    }
}





    .projectbutton2 {
        background: #5c9faf;
    }

    .btnmen {
        width: 100px;
        height: 100px;
        background-color: lightgray;
        padding-top: 10px;
        line-height: 30px;
    }

        .btnmen span {
            margin-top: 10px;
        }

    .colorboton1 {
        background-color: seagreen;
    }

    .colorboton2 {
        background-color: darkseagreen;
    }

    .colorboton3 {
        background-color: cadetblue;
    }

    .sepbut {
        padding-top: 10px;
        margin-top: 20px;
    }


.sepbut3 {
    padding-top: 10px;
    margin-top: 20px;
}



    /*---------------------------------------------------------
 5. Footer
-------------------------------------------------------- */
    .site-footer {
        /*position: relative;
    z-index: 11;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 30px;
    bottom: 0;
    width: 100%;
    position: absolute !important;
   
    bottom: 0;
    margin-bottom: 0 !important;*/
}

    .site-footer a {
        color: #5cb48e;
    }


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color:white;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    /*.form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }*/
        .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
}

.form-horizontal .controls {
    margin-left: 0;
}

.form-horizontal .control-list {
    padding-top: 0;
}

.form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
}

input:-webkit-autofill {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

    input:focus,
    input:-webkit-autofill:focus {
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px rgba(102, 175, 233, 0.6);
    }


.textosubrayado {
    text-decoration: underline !important;
    color: black !important;
}


::-moz-placeholder {
    /* Firefox 19+ */
    color: cornflowerblue;
}

.top20 {
    margin-top: 20px;
}

.top5 {
    margin-top: 5px;
}


.gridviewpagin {
    background-color: #fff;
    color: forestgreen;
    line-height: 20px;
    font-size: 20px;
    margin: 4px;
    padding: 4px;
    text-align: left;
}

    .gridviewpagin a {
        color: forestgreen;
        text-align: left;
        margin: 4px;
        padding: 4px;
        text-decoration: underline;
    }
        .gridviewpagin a:hover {
            background-color: forestgreen;
            color: white;
            text-align: left;
            margin: 4px;
            padding: 4px;
        }
    .gridviewpagin span {
        color:  forestgreen;
        text-align: left;
        margin: 4px;
        padding: 4px;
    }


.btn-gridpi {
    color: seagreen;
    background-color: #fff;
    border-color: #fff;
    font-size: 20px;
}

    .btn-gridpi:hover {
        color: white;
        background-color: seagreen;
        border-color: seagreen;
    }


/*#barra-informativa {
    background-color: orange;
    left: 20%;
    right: 20%;
    bottom: 200px;
    position: fixed;
    height: 100px;
    width: 40%;
    padding: 3px;
    z-index: 0;
    text-align: center;
}*/
    /*#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 99999;

}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5px;
    font-size: 0.95em;
    top: 30%;
}

    .inner a.info {
        padding-left: 5px;
        text-decoration: underline !important;
        color: #fff;
        font-size: 0.90em;
        font-weight: bold;
    }

    .inner a.ok {
        padding: 5px;
        margin: 0px;
        min-width: 0px;
        color: #ffffff;
        text-decoration: none;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: none;
        font-size: 0.90em !important;
    }*/


.estiloheader {
    color: darkslategray;
}
.estilofila {
    color: darkslategray;
}
.estilofilaalt {
    color: darkslategray;
}


.input pipi {
margin-bottom: 20px;
}
 