/*Pener el menú en fondo negro*/
header div.encabezado {
    background-color: rgba(0, 0, 0, 0.8509803921568627) !important;
    height: 80px !important;
}


.content{
    background: #f9f9f9;
}
.content .dashboard {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    max-width: 1000px;
    margin: auto;
}

.content .card {
    background-color: transparent;
    /* border-left: 4px solid #b90e2b; */
    padding: 16px;
    /* border-radius: 0 25px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    /* transition: transform 0.2s; */
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .trescard {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content h3 {
    /* margin: 0 0 10px; */
    font-size: 24px;
    color: #101010;
}
.content h4 {
    /* margin: 0 0 10px; */
    font-size: 20px;
    color: #101010;
    font-weight: 600;
}
.content p {
    margin: 0;
    font-size: 16px;
    color: #101010;
}
.content .album{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .album img {
    max-width: 200px;
}
.content img {
    float:left;
    /* margin: 0 auto;*/
    /* margin-right: 20px; */
    width: 46%;
}

.content .cardtxt {
    width: 46%;
}

.content .hueco {
    width: 8%;
}

/* Seccion triple ----------------------------------*/
.content .subcard {
    padding: 20px;
    background: #eeeeee;
    border-radius: 10px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content .subcard img {
    width: 100%;
}

.content .foto {
    width: 100%;
    height: 250px;
    background-image: url(/mod/aplicaciones/imgs/fotos/rfid/almacen.jpg);
    background-size: cover;
    background-position: center;
}

.content .subcardtxt {
    margin-top: 10px;
}

/* Lista seccion triple --------------------------------------- */
.content ul{
    list-style: none;
    width: 100%;
    /* padding-left: 20px; */
}

.content ul li::marker{
    content: "🔻";
    color: #b90e2b;
    margin-right: 10px;
}

.content ul li {width: 100%;}
/* Seccion general --------------------------------------------*/
.content .secc{text-align: center;margin-top: 50px;}
.content .secc h2{
    /* font-family: "Montserrat", sans-serif; */
    font-size: 40px;
    font-weight: 900;
    color: #101010;
}
.content .secc h4{
    text-align: left;
    margin-bottom: 8px;
}
.content .secc p{
    text-align: justify;
}
.content .secc img{
    float: unset;
    width: 95%;
    border-radius: 8px;
    margin: 20px auto;
}

/* Seccion qya --------------------------------------------*/
.content .ajusteqys {
    max-width: 800px;
    border-top:4px solid #b90e2b;
    margin: auto;
    display: block;
}
.content summary {
    font-size: 20px;
    color: #101010;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 7px;
    cursor: pointer;
}
.content summary:hover{
    background: #dfdfdf;
}
.content .ajusteqys p {
    text-align: left;
    margin:0px 10px;
    padding: 18px;
    background: #e8e8e8;
    border-radius: 0 0 7px 7px;
}
/*separador con imagen -----------------------------------------------------*/
.content .separador{
    margin-top: 40px;
    background: url(/mod/erp/img/fondodoodles2.png) no-repeat center center;
    background-size: cover;
    height: 85vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.content .separador h2{
    color: #f0f0f0;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 75px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}
.content .separador h3{
    color: #505050;
    font-size: 30px;
    font-weight: 400;
}
/* Banner con boton de contacto --------------------------------------------------------------*/
.content .contnr { display: flex;     justify-content: space-between;}
.content .banner {
    max-width: 100%;
    margin-top: 50px;
    background: #101010;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
}
.content .txtbanner{
    padding: 30px;
    padding-right: 120px;
    width: 100%;
}
.content .contnr .banner{
    max-width: 49%;
}
.content .txtbanner p{
    color: #d0d0d0;
}
.content .txtbanner b{
    color: #fff;
}


.content .banner img{
    margin-top: 40px;
    width: 50%;
    float: right;
    border-radius: 8px 0 8px 0;
}
/* Seccion invertida ------------------------------------------------------------ */
.content #inv{background: #101010; max-width: 100%; padding-bottom: 50px; margin-top: 20px;}
.content #inv h2{color: #fff;}
.content #inv h3{color: #fff;}
.content #inv h4{color: #fff;}
.content #inv p{color: #fff;}



/*---------------------------------------------Subtitulo responsivo---------------------------------------------*/
@media (max-width: 1024px){
    /* .content .card{display: flex;align-items: stretch;flex-direction: column;} */
    .erp .c-fondo h3{font-size: 3vw;}
    .content .secc h2{font-size: 4vw}
    /* separador imagen */
    .content .separador h2{font-size: 65px;text-align: center;}
    .content .separador h3{text-align: center;}
    .content .separador{max-height:1024px;}

}
@media (max-width: 768px){
    .content .card{display: flex;align-items: stretch;flex-direction: column;}
    .erp .c-fondo h3{font-size: 3vw;}
    .content img {
        display:block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 95%;
    }
    .content .cardtxt{width: 95%;}

    .content .subcard {
        width: 90%;
        margin-bottom: 30px;
    }
    .content .secc h2{font-size: 5vw}


    /* separador imagen */
    .content .separador h2{font-size: 70px;text-align: center;}
    .content .separador h3{text-align: center;}
    .content .separador{max-height:768;}
    /* Banner */
    .content .banner {flex-direction: column;}
    .content .banner {flex-direction: column;}
    .content .banner img{
        margin-top: 10px;
        width: 90%;
    }
}
@media (max-width: 480px){
    .content .card{display: flex;align-items: stretch;flex-direction: column;}
    .erp .c-fondo h3{font-size: 4vw;}
    .content img {
        display:block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 95%;
    }

    .content .cardtxt{width: 95%;}

    .content .subcard {
        width: 90%;
    }
    .content .secc h2{font-size: 6vw}

    /* Seccion triple ----------------------------------------*/
    .content .trescard {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* separador imagen ---------------------------------------------------*/
    .content .separador h2{font-size: 28px; text-align: center;}
    .content .separador h3{font-size: 26px; text-align: center;}
    .content .separador{max-height:480px;}


    .content .banner {flex-direction: column;}
    .content .banner img{
        margin-top: 10px;
        width: 90%;
    }

}

