.grid{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.tem{
    width: 100%;
    height: 50%;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}



@media (min-width:1366px) {
    .tem{
        width: 10%;
    }

}


@media (min-width:778px) {
    .tem{
        width: 100%;
    }
    .tm-xl{
        display: none;
    }
}


.tem:hover{
    transition: .3s;
    box-shadow: 0 5px 15px rgba(3, 89, 92, .5);
    transform: translateY(-5px);
}


.tarjetas{
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-around;*/

}


.tarjetas > div{
    text-align: center;
}


.ic{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}


.txt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}


.tarjet{
    width: 10%;
    height: 100px;
    border: 1px solid rgba(235, 235, 235, 0.731);
    margin-bottom: 30px;
    background-color: rgba(235, 235, 235, 0.342);
    box-sizing: border-box;
    background-color: rgba(235, 235, 235, 0.12);
    border-radius: 5px;
    float: left;
    margin-right: 1.5%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 2px 2px var(--color-ms-azul);

    /* box-shadow: 0px 2px 2px var(--color-ms-azul); */


    /* width: 23.5%;
    height: 110px;
    border: 1px solid rgba(235, 235, 235, 0.731);
    margin-bottom: 30px;
    background-color: rgba(235, 235, 235, 0.12);
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 2px 2px var(--color-ms-azul); */
}


@media (min-width:1366px) {
    .tarjet{
        width: 18%;
    }

}

@media (min-width:778px) {
    .tarjet{
        width: 18%;
    }
    .tm-xl{
        display: none;
    }

}




/* Estilos de enlaces drgeek*/
.dr{
    padding-left: 10px;
}
.dr .bi-capsule{
    color: var(--color-drG-cyan);
    font-size: 20px;
}
.dr .bi-arrow-right{
    color: var(--color-drg-blue);
    font-size: 10px;
    font-weight: bold !important;
}
.dr .drgeek-enlace{
    font-size: 55px;
    color: var(--color-drg-blue);
}


/* Estilos de enlaces slang */
.sl .bi-shop{
    font-size: 20px;
    color: var(--color-slang-rojo-secundario);
}
.sl .Slang-enlace{
    color: #0067b8;
    font-size: 15px;
}
.sl .bi-arrow-right{
    /* color: #0067; */
    font-size: 15px;
}


/* Estilos de extendia */
.xten .bi-shield-fill-check{
    color: var(--color-xtendia-verde);
    font-size: 15px;
}
.xten .xtendia-enlace{
    /* color: var(--color-xtendia-morado); */
    font-size: 15px;
}

.xten .bi-arrow-right{
    color: var(--color-xtendia-morado);
    font-size: 15px;
}


/* Estilos para el correo */
.correo .bi-envelope-fill{
    color: #0067b8;
    font-size: 15px;
}
.correo .bi-arrow-right{
    color: #0067b8;
    font-size: 15px;
}

.correo .correo-enlace{
    color: #0067b8;
    font-size: 15px;
}

.mllo img{
    width: 50% ;
    height: auto;
}
.drml img{
    width: 65%;
    height: auto;
}
.XT img{
    width: 35%;
    height: auto;
}
.sllogo{
    padding-left: 10px;
}
.sllogo img{

    width: 78%;
    height: auto;
}
.mlb{
    padding-right: 10px;
    text-align: center;
}
.mlb .mercado-enlace{
    font-size: 15px;
}
.mlb .bi-arrow-right{
    font-size: 15px;
}

.saplogocontainer{
    padding-left: 10px;
}
.saplogocontainer img{
    width: 70%;
    height: auto;
}
.listonTitulo{
    background-color: var(--color-gx-verde);
    color: white;
    margin-bottom: 20px;
}
@media  (min-width:1367px){
    .tarjet{
        padding: 0 13px;
    }
}


/* Estilos para la tarjeta de amazon */
.vtle{
    padding-right: 10px;
    text-align: center;
}

.vt img{
    width: 150%;
}

.vt .voltedge-enlace{
    font-size: 15px;
}
.vt .bi-arrow-right{
    font-size: 15px;
}

.saplogocontainer{
    padding-left: 10px;
}
.saplogocontainer img{
    width: 55%;
    height: auto;
}

.img-footer{
    width: 40%;
    height: auto;
}

.principal-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    /* padding-right: 30px; */
}
.redes{
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;

}
.principal-footer .log{
    width: 40%;
}
.principal-footer .items{
    width: 60%;
    /* color: var(--color-ms-azul); */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.principal-footer .items div{
    width: 50%;
    text-align: center  ;
    color: black;
    margin-bottom: 15px;

}
.principal-footer .items div a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.redes div{

    width: 30%;
    box-sizing: border-box;

}

.redes div a{

  text-decoration: none;
  color: white;
  margin-left: 10px;

}
.footer{
    background-color: var(--color-gx-gris);
    /* background-color: var(--color-xtendia-verde); */
}
@media (min-width:1367px) {
    .tarjet{
        width: 18%;
    }
   .footer{
    /* margin-top: 15%; */
    /* background-color: #3c8a2b ; */
    background-color: rgba(62, 62, 62, 0.656);
   }
   .img-footer{
        width: 25%;
        height: auto;
    }
    .voltedge-enlace {
        font-size: 18px;
    }
    #imgSap{
        width: 80% !important;
    }
}

.mt-sm{
    display: none;
}

@media (min-width:1366px) {
    .tarjet{
        width: 18%;
    }
    .mt-sm{
        display: block;
    }
    .tm-xl{
        display: none;
    }
    .redes{
        width: 50%;


    }
    .principal-footer .log{
        width: 40%;
    }
    .voltedge-enlace{
        font-size: 18px;

    }
    #imgSap{
        width: 80% !important;
    }

}
@media (min-width:778px) {
    .tarjet{
        width: 18.5%;
    }
    .tm-xl{
        display: none;
    }
    .items.mt-sm{
        display: block;
    }
    .redes{
        width: 65%;


    }
    .principal-footer .log{
        width: 20%;
    }
    .principal-footer .items{
        width: 30%;
    }
    .voltedge-enlace{
        font-size: 15px;
    }
    .img-footer{
        width: 20%;
        height: auto;
    }
}
.tarjet:hover{
    transition: .3s ease-in;
    box-shadow: 1px 2px 16px 0px var(--color-intra-verde);
    /* box-shadow: 5px 12px 43px -2px var(--color-intra-verde); */
    /* box-shadow: 0px 22px 50px 13px rgba(0,235,109,0.32); */
/* -webkit-box-shadow: 0px 22px 50px 13px rgba(0,235,109,0.32); */
/* -moz-box-shadow: 0px 22px 50px 13px rgba(0,235,109,0.32); */
}
