* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #eee;
}

#map {
    width: 90%;
    height: 600px;
    border-radius: 15px !important;
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    overflow: hidden;
}

#markercss {
    background-image: url('../img/marcador.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-top: -25px;
    margin-left: -25;
}

.marker {
    display: block;
    border: none;
    cursor: pointer;
    padding: 0;
    background-color: aqua;
    margin-top: -50px;
}

.coordinates {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 10px;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    display: none;
}

header {
    height: 70px;
    width: 100%;
    background-color: rgb(113, 173, 213);
    /* box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

nav {
    display: block;
    width: 290px;
    height: auto;
    display: block;
    margin: 0 auto;
    /* background-color: #e123b8; */
}

nav img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: auto;
    margin-top: 10px;
}

nav h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #09f;
    font-family: "li";
    margin-top: 15px;
    margin-left: 10px;
    font-weight: lighter;
}

nav h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    font-family: "rebo";
    margin-top: 15px;
    font-weight: 900;
}

.barra {
    background-color: rgba(0, 153, 255, 1);
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(50, 76, 232, 1) 0%, rgba(0, 153, 255, 1) 100%);
    width: 460px;
    height: 80px;
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 20px;
    left: calc(50% - 230px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 99;
}

.barra div {
    width: 153px;
    height: 80px;
    transition: .3s;
    position: relative;
    float: left;
    border-radius: 20px;
    cursor: pointer;
}

.barra div:hover {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.3);
}

.barra div h3 {
    color: #fff;
    font-family: "rebo";
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
}

.barra div img {
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}


/* GRID */
.grid-container {
    width: 80%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-gap: 2%;
    margin-top: 20px;
    /* background-color: #09F */
}

a {
    text-decoration: none;
    cursor: pointer;
}

h2 {
    font-size: 20px;
    color: #777;
    text-align: center;
    font-family: "bo";
}

.grid-item {
    background-color: hsl(0, 0%, 100%);
    /* border: 1px solid rgba(0, 0, 0, 0.8); */
    padding: 20px;
    font-size: 8px;
    color: #777;
    text-align: center;
    min-height: 130px;
    max-height: 200px;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
    transition: .5s;
    font-family: "re";

}

.grid-item img {
    width: 100px;
    height: auto;
}

.grid-item:hover {
    transform: scale(0.95, 0.95);
}

#espacio {
    width: 1px;
    height: 150px;
}

/* REPORET */

.form {
    width: 80%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.form #categoria {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}

.form div #icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    right: -30px;
}

.form div #tipo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    background-color: #eee;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: absolute;
    padding: 10px;
}

.form h2 {
    font-family: "li";
    font-size: 16px;
    text-align: center;
    color: #777;
    margin-top: 20px;
}

.form h1 {
    font-family: "rebo";
    font-size: 25px;
    text-align: center;
    color: #777;
}

.form form {
    background-color: #eee;
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 20px;
    font-family: "re";
    display: block;
    padding: 5%;
}

.form form label {
    font-family: "bo";
    display: block;
    color: #777;
    margin-bottom: 5px;
    width: 90%;
}

.form form textarea {
    font-family: "re";
    display: block;
    color: #777;
    border-radius: 10px;
    border: 0;
    padding: 10px;
    resize: none;
    margin-bottom: 20px;
    width: 90%;
}

.form form select {
    font-family: "re";
    display: block;
    color: #777;
    border-radius: 10px;
    border: 0;
    padding: 5px;
    resize: none;
    margin-bottom: 20px;
    width: 90%;
}

.form form option {
    font-family: "re";
    color: #333;
    padding: 15px;
    background-color: blue;
}


.form .botonera {
    width: 90%;
    height: 50px;
}

.form .botonera a {
    width: 50%;
    height: 50px;
    background-color: rgba(50, 76, 232, 1);
    padding: 15px 25px;
    border-radius: 30px;
    font-family: "bo";
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    transition: .3s;
}

.form .botonera a:hover {
    background-color: #777;

}

#distrito option {
    /* background-color: blue; */
    padding: 10px;
    color: #333;

}

.guia {
    width: 205px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#linea {
    width: 180px;
    height: 5px;
    background-color: #777;
    position: absolute;
    left: 10px;
    bottom: 12px;
    z-index: 1;
}

.pasos {
    width: 30px;
    height: 27px;
    background-color: #09f;
    border-radius: 100%;
    text-align: center;
    font-family: "rebo";
    color: #fff;
    padding-top: 3px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.activo {
    background-color: rgba(50, 76, 232, 1);
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 90%;
    font-size: 20px;
    font-family: "re";
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-1+label {
    color: #fff;
    background-color: rgb(50, 117, 218);
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
    background-color: #353be8;
}

.sin-conexion{
    color: #353be8;
    text-align: center;
    font-size: 40px;
    font-family: sans-serif;
    margin-top: 150px;
}

@font-face {
    font-family: "bo";
    src: url(../font/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "li";
    src: url(../font/Montserrat-Light.ttf) format("truetype");
}

@font-face {
    font-family: "re";
    src: url(../font/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "rebo";
    src: url(../font/Montserrat-ExtraBold.ttf) format("truetype");
}

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

    .barra {
        width: 100%;
        height: 80px;
        display: block;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        z-index: 99;
        border-radius: 0px;
        padding: 0 auto;
        margin: 0 auto;
        padding: calc();
    }

    .barra div {
        width: 33.33%;
        height: 80px;
        transition: .3s;
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 10px;
        cursor: pointer;

    }

    .barra div:hover {
        height: 80px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .barra div h3 {
        color: #fff;
        font-family: "rebo";
        font-size: 12px;
        text-align: center;
        padding: 0px 10px;
    }

    .barra div img {
        text-align: center;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 5px;
    }



    header {
        height: 60px;
        width: 100%;
        background-color: #eee;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

    nav {
        display: block;
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    nav img {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: auto;
        margin-top: 10px;
    }

    nav h2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 32px;
        color: #777;
        font-family: "li";
        margin-top: 15px;
        margin-left: 10px;
        font-weight: lighter;
    }

    nav h1 {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        color: rgba(50, 76, 232, 1);
        font-family: "rebo";
        margin-top: 15px;
        font-weight: 900;
    }

    #espacio {
        width: 1px;
        height: 300px;
    }
}