@media (max-width: 1400px) {
    html {
      font-size: 25px;
    }
}
  
@media (max-width: 768px) {
    html {
      font-size: 18px;
    }
}
  
@media (max-width: 450px) {
    html {
      font-size: 12px;
    }
}

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

/**********************************HEADER*******************************************/

.logo-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    background:#333;
    font-size: 1.3rem;
    color: rgb(255, 255, 255);
    padding: 0.5rem 0;
}

header a {
    color:rgb(255, 255, 255);
    text-decoration: none;
}

header a span{
    color:rgb(255, 255, 255);
}

.logo-pic {
    width: 1.8rem;
    filter: brightness(1.0);
}

.logo {
    font-family: 'Staatliches', cursive;
    font-size: 2.5rem;
    color: rgb(32, 129, 194);
    text-shadow: 0px 0px 8px rgba(32, 129, 194, 0.7)
}

    .logo span {
        text-shadow: none;
    }

.navigation {
    font-family: 'Anek Latin', sans-serif;
    font-size: 0.9rem;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navigation ul li {
        display: inline-block;
    }

        .navigation ul li a {
            display: block;
            padding: 0.4rem 0.3rem;
            transition: all 0.4s linear;
            
            border-radius: 0.3rem;
        }

            .navigation ul li a:hover{
                
                text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.7);
                background: rgb(32, 129, 194);
            }

/****************************************BODY*************************************/

body {
    background: url('../img/tech_bg.jpg') fixed;/* linear-gradient(rgb(47, 118, 160),rgb(29, 44, 85));/*url('../img/cannabibg.jpg') #47946e;*/
    background-size: cover;
    font-family: 'Anek Latin', sans-serif;
}

.container {
    width: 90%;
    max-width: 90vw;
    margin: 0 auto;
}

    .cont {
        margin: 2vw;
        padding: 1vw;
        background-color: #333;
        border-radius: 4vh;
        text-align: center;
        box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.12), 5px 10px 12.5px rgba(0, 0, 0, 0.24) ;
    }

    .contGlass {
        margin: 2vw;
        padding: 1vw;
        background-color: #ffffff10;
        border-radius: 3vh;
        text-align: center;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

.section {
    margin: 0.5rem;
    font-size: 1.4rem;
}

    .sect {
        margin: 1vw;
        padding: 1vw;
        background-color: #333;
        border-radius: 1vh;
        text-align: center;
        box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.12), 5px 10px 12.5px rgba(0, 0, 0, 0.24) ;
    }

    .request {
        width: 50vw;
        height: 22.7rem;
        background-color: #6b6b6b;
    }

    .information {
        width: 30vw;
        background-color: #6b6b6b;
    }
    
    .pages {
        height:13rem;
        width: 30vw;
        background-color: #6b6b6b;
    }

        .list-pages {
            list-style-type: none;
            background-color: #424242;
            font-size: 0.9rem;
            border: solid 1px #6b6b6b;
            border-radius: 4px;
            padding-left: 0px;
            
        }
    
            .list-pages li {
                padding: 15px;
                border-bottom: solid 1px #6b6b6b;
                color: rgb(32, 129, 194);
            }

                .list-pages li:hover {
                    background-color: rgb(32, 129, 194);
                    border-radius: 4px;
                    color: white;
                    transition: 0.7s;
                }

            .list-pages a {
                text-decoration: none;
            }
    

        .box {
            font-size: 1rem;
            width: 100%;
            background-color: #424242;
            border-radius: 1vh;
            margin-top: 2vh;

        }    

        .box ul {
            list-style: none;
            text-align: left;
            color: #4caf50;
            padding: 1rem 1rem;
        }

.galery {
    display: flex;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 1rem;
}

    .gal-pic {
        width: 13rem;
        height: 8rem;
        margin-right: 0.1rem;
        margin-left: 0.1rem;
    }

        .pic {
            width: 100%;
            height: 100%;
            size-adjust: cover;
            /*border-radius: 1.5vh;*/
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) ;
        }

            .one {
                border-top-left-radius: 1.5vw;
                border-bottom-left-radius: 1.5vw;
            }

            .two {
                border-radius: none;
            }

            .three {
                border-top-right-radius: 1.5vw;
                border-bottom-right-radius: 1.5vw;
            }

.title {
    margin: 0.5rem 0.5rem;
    font-family: 'Barlow Semi Condensed', sans-serif;    
    font-size: 1.7rem;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
}
            
.desc {
    margin: 2rem;
    font-size: 1.rem; /*35 pixeles*/
    color: rgb(255, 255, 255);
}
            
/****************************************BODY (INDEX)*************************************/

.welcome {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    text-align: center;
}

/****************************************BODY (PRODUCTS)*************************************/

.grid {
    margin-bottom: 1.2rem; /*30 pixeles*/
    width: 100%;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    width: 8.8rem; /*320 pixeles*/
    height: 13rem;
    border-radius: 0.5vw;
    background-color: rgb(255, 255, 255);
    /*box shadow: sombra X, sombra Y, desenfoque, color(0,0,0,opacidad)*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) ;
    overflow: hidden;
}

.product h4 {
    font-size: 0.8rem;
    margin-top: 0.6rem;
}

.product h5 {
    font-size: 0.6rem;
    color: rgb(109, 109, 109);
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

    .bot {
        margin: 0.5rem;
        font-size: 0.65rem;
        color: rgb(109, 109, 109);
    }


.price {
    position: absolute;
    overflow:visible;
    width: 3.5rem;
    height: 1rem;
    font-size: 0.9rem;
    margin-top: 0.4rem;
    margin-left: 4.9rem;
    color: white;
    text-align: center;
    background-color: rgb(190, 22, 59);
    border-radius: 2px;
}
    
    .priceUp {
        background-color: rgb(190, 22, 59);
        transform: skewX(26deg);
        width: 0.7rem;
        height: 0.5rem;
        position: absolute;
        top: 0;
        margin-left: -5px;
    }

    .priceDown {
        background-color: rgb(190, 22, 59);
        transform: skewX(-26deg);
        width: 0.7rem;
        height: 0.5rem;
        position: absolute;
        bottom: 0;
        margin-left: -5px;
    }

.product img {
    margin-top: 0.6rem; /*15 pixeles*/
    width: 6rem;    /*150 pixeles*/
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    /*border: rgb(182, 182, 182) 2px solid;*/
    cursor: pointer;
}

/****************************************BODY (CONTACT)*************************************/

.sub-title {
    color: white;
    margin-bottom: 0.5rem;
}

.icon-sn {
    max-width: 0.7rem;
    margin-right: 0.3rem;
    border: 1px solid white;
    background-color: white;
    border-radius: 50%;
}

.icon-if {
    max-width: 0.7rem;
    margin-right: 0.3rem;
}

.formulary {
    margin: 3vh auto;
    background-color: #424242;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

    .formulary label {
        position: relative;
        color: rgb(32, 129, 194);
        float: left;
    }

    .formulary input[type=text] {
        width: 100%;
        padding: 6px 10px; /*vertical horizontal*/
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box; /*se ajusta al width=100%*/
    }

    .formulary input[type=tel] {
        width: 100%;
        padding: 6px 10px; /*vertical horizontal*/
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box; /*se ajusta al width=100%*/
    }

    .formulary input[type=email] {
        width: 100%;
        padding: 6px 10px; /*vertical horizontal*/
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box; /*se ajusta al width=100%*/
    }

    .formulary textarea {
        width: 100%;
        padding: 6px 10px;
        margin: 8px 0;
        display: inline-block;
        resize: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .formulary input[type=sumbit] {
        width: 7rem;
        text-align: center;
        background-color: #4caf50;
        color: white;
        padding: 14px 20px;
        border: none;
        margin: 8px 0;
        border-radius: 4px;
        cursor: pointer;
    }

/**************************************FOOTER***************************************/

footer {
    background:#333;
    font-size: 0.6rem;
    color: rgb(255, 255, 255);
    padding: 2rem 0;
    text-align: center;
}

footer a {
    color: rgb(255, 255, 255);
}

/********************************************INPUT*********************************/

input[type="radio"] {
    margin: 0.2rem; /*5 pixeles*/
}

input[type="checkbox"] {
    margin: 0.2rem;
}