@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

:root {
    --font-color-title-complementary: #ABABAB;
    --text-color-principal: #33F6FF;
    --bg-general: #F5F5F5;
    --bg-padding: 4rem 1rem;
    --bg-bar-separadora: #71bfec;
    --text-general: 'Montserrat', sans-serif;
    --text-titulos: #333333;
    --bg--navprincipal-kx: #dfdfdf;
    --color-principal: #277979;
    --text-color: #F5F5F5;
    --text-color-principal: #041940;
    --bg-btn: #04eefb;
    --bg-label: #04eefb;
}

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.lateral {
    background: rgba(17, 17, 17, 0.685);
    backdrop-filter: blur(4px);
    background-size: cover;
    color: rgb(255, 255, 255);
}

.label-color {
    background-color: var(--bg-label);
    color: white;
}

.friends {
    background-color: var(--color-principal);
}

::-webkit-scrollbar {
    width: 0;
}

.cardtitle {
    background-color: #fabf5a;
    font-size: 1rem;
    color: var(--text-titulos);
    font-size: 1rem;
    font-weight: bold;
}

.t-cvard {

    box-shadow: var(--color-principal) 1px 1px 25px;
    transition: all 1s ease;

    &:hover {
        margin-top: -2rem;
    }

    p {
        text-align: justify;
        line-height: normal;
    }

}

.rutina {
    height: 94.5vh;

    background-size: cover;
    background-position-x: 70%;
    -webkit-mask-image: linear-gradient(black, rgba(255, 255, 255, 0.158));
    mask-image: linear-gradient(black, rgba(255, 255, 255, 0.411));
}

.amigos {
    height: 94.5vh;

    background-size: cover;
    background-position-x: 40%;
    -webkit-mask-image: linear-gradient(black, rgba(255, 255, 255, 0.438));
    mask-image: linear-gradient(black, rgba(255, 255, 255, 0.411));
}

.tmenu {
    background: rgb(255, 255, 255);
    width: 80%;
    margin: auto;
    border-radius: 8px;

    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.096);

    .title {
        font-weight: bold;
        text-align: center;
        margin-top: 3rem;
        font-size: 2.4rem;
        font-family: "Dancing Script", serif;
        ;
        color: #000000b9;
    }

    .body {
        font-size: 1rem;
        text-align: justify;
        font-weight: 400;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #3a3a3a;

    }

    .btn-ir {
        width: 40%;
        margin-left: 30%;
        margin-bottom: 1rem;
        background-color: var(--color-principal);

        color: white;
        font-size: 1rem;
        font-weight: bold;
        transition: all 1s ease;

        &:hover {
            background-color: transparent;
            border: var(--color-principal) 1.5px solid;
            color: var(--color-principal);
        }
    }
}

.btn-card {
    color: #682d13;
}

.lugar_registro {
    background-color: rgb(175, 175, 175);
}

/* btn-tarjeta {
    border: solid 10px var(--text-color-principal);
} */



.parent-kaxan {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);


    /* a{
        background-color:  var(--bg-btn) ;

        &:hover{
            background-color: white;
            color: var(--color-principal);
        }
    } */
}

.kaxan {
    font-size: 6rem;
    font-family: var(--text-general);
    text-align: center;
    font-weight: bold;
    color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    color: white;
}

.h2 {
    text-shadow: #333333 1px 1px 1px;
}

footer {

    height: 4rem;
    display: flex;
    align-items: end;
    justify-content: center;

    p {
        margin: 0;
    }

    a {
        text-decoration: none;
        font-style: italic;
    }
}

.bgloginregister {
    background: url('/img/fondo_login.jpg');
    background-size: 100% 100%;
}

.logo-kaxan {
    display: flex;
    justify-content: center;

    img {
        width: 10rem;
        height: auto;
    }
}

/*incorporacion de style*/

.pather {
    height: 90vh;
}

.perfil-img {
    background: url('/img/globos.jpg');
    background-size: 100% 100%;

    img {
        width: 12.5rem;
        height: 12.5rem;
    }
}

.datos .input-group {

    margin: auto;
}

.file-select {
    position: relative;
    display: inline-block;
}

.file-select::before {
    background-color: var(--bg-btn);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /* testo por defecto */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.file-select input[type="file"] {
    opacity: 0;
    width: 200px;
    height: 32px;
    display: inline-block;
}

#src-file1::before {
    content: 'Subir foto';

}

#map {
    height: 100%;
    background-color: #041940;
}

.location {

    height: auto;
    width: 16rem;

    .linput {
        width: 100%;

        input {
            width: 100%;
            border-color: #a7a7a7;
            border: solid;
            border-width: 2px;
            border-radius: 5px;
            height: 30px;
            text-align: center;
            font-size: 12px;
            border-style: dashed;
        }

        input:focus {
            border-style: dashed;
            outline: none;
        }
    }

    .lbutton {
        width: 100%;
        display: flex;
        justify-content: center;

        button {
            margin-top: .5rem;
            padding: .3rem .5rem;
            border-radius: 5px;
            border: none;
            background-color: var(--color-principal);
            color: var(--text-color);
        }
    }
}

.leaflet-bar-part {
    content: "Agregar";
    background-color: #042f86;
}

.tabla {
    z-index: 2;
    position: absolute;
    top: 5rem;
    left: 0;
    margin-left: .2rem;

    & .card {
        background-color: rgba(255, 255, 255, 0.452);
    }
}

#mapas {
    z-index: 1;
}

.marcas {
    width: fit-content;

    form {
        width: fit-content;
    }
}

.leaflet-marker-icon-alta {
    filter: drop-shadow(1px -5px 10px blue);
}

.color-alto {
    background-color: blue;
    width: 1.5rem;
    height: 1.5rem;
    border: solid #868686 1px;
}

.leaflet-marker-icon-media {
    filter: drop-shadow(1px -5px 10px rgb(255, 251, 0));
}

.color-medio {
    background-color: rgb(255, 251, 0);
    width: 1.5rem;
    height: 1.5rem;
    border: solid #868686 1px;
}

.leaflet-marker-icon-baja {
    filter: drop-shadow(1px -5px 10px rgb(255, 0, 0));
}

.color-bajo {
    background-color: rgb(255, 0, 0);
    width: 1.5rem;
    height: 1.5rem;
    border: solid #868686 1px;
}

.editar {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-top: .5rem;
}

.background-img {
    background: url('./../img/6221846.jpg');
    background-size: 100% 100%;
}

.bgamigos {
    background: url('./../img/6221846.jpg');
    background-size: 100% 100%;
}

.contacto {
    background: url('./../img/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.titles {
    background-color: var(--color-principal) !important;
    color: white;
    font-weight: 600;
     i {
        color: white
    }

}

.showdetails {
    background-color: #04eefb !important;
    transition: all 1s ease-in;

    &:hover {
        background-color: orange !important;
    }
}

.detalles {
    height: 10vh;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: white;
}