.mainWebGallery {
    display: none;
}

.mainWeb {
    display: none;
}

.mainWebDibujo {
    display: none;
}

.mainMobile {
    display: block;
    padding-right: 10%;
}
.mainMobile div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.trabajo{
    align-items: center;
    width:100%;
    border-radius: 15px;
    box-shadow: 0px 10px 20px 5px grey;
}

.trabajosingle{
    align-items: center;
    width:100%;
    border-radius: 15px;
    box-shadow: 0px 10px 20px 5px grey;
}

.dibujo{
    align-items: center;
    width:100%;
    border-radius: 15px;
    box-shadow: 0px 10px 20px 5px grey;
}

.trabajoGallery p {
    color: rgb(70, 70, 70);
    text-align: center;
    margin-top:10px;
    text-decoration: none;
}

.trabajoGallery img {
    border-radius: 15px;
    box-shadow: 0px 10px 20px 5px grey;
    width:80%;
    margin-left: 10%;
}

.infoTrabajo {
    margin-top: 2%;
    padding: 10px;
    border:2px solid;
    border-color: grey;
    border-radius: 15px;
    margin-bottom: 80px;
    font-size: smaller;
}

iframe {
    width: 100%;
}

@media screen and (min-width: 600px) {

    .mainMobile {
        display:none;

    }

    .mainWebGallery {
        display:flex;
        flex-direction: column;
        
    }

    main{
        padding: 0px;
       
    }

    .mainWebDibujo {
        display: flex;
        padding-left: 15%;
    }
    .mainWebDibujo div {
        width: 40%;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        margin:2%;
    }

    .mainWeb {
        display: flex;
        padding-left: 15%;
        flex-direction: column;
    }

    .mainWebGallery section {
        width:100%;
        margin-top: 3%;
        margin-bottom:2%;
        border-radius: 0px;
    }

    .trabajoGallery img {
        border-radius: 0px;
        margin: 0px;
        width:100%
    }

    .trabajoGallery {
        text-align: center;
    }

    .textoDibujos {
        width:100%;
        font-weight: bolder;
        font-size: 250%;
        position: absolute;
        left: 50%;
        top:50%;
        transform: translate(-50%, -50%);
        letter-spacing: 10px;
        text-shadow: 0px 0px 10px rgb(78, 78, 78);
    }

    .textoCarteles {
        width:100%;
        font-weight: bolder;
        font-size: 250%;
        position: absolute;
        left: 50%;
        top:105%;
        transform: translate(-50%, -50%);
        letter-spacing: 10px;
        text-shadow: 0px 0px 10px rgb(78, 78, 78);
    }

    .textoComics {
        width:100%;
        font-weight: bolder;
        font-size: 250%;
        position: absolute;
        left: 50%;
        top:210%;
        transform: translate(-50%, -50%);
        letter-spacing: 0px;
        text-shadow: 0px 0px 10px rgb(78, 78, 78);
    }

    .texto3D {
        width:100%;
        font-weight: bolder;
        font-size: 250%;
        position: absolute;
        left: 50%;
        top:155%;
        transform: translate(-50%, -50%);
        letter-spacing: 10px;
        text-shadow: 0px 0px 10px rgb(78, 78, 78);
    }

    .textoStorys {
        width:100%;
        font-weight: bolder;
        font-size: 250%;
        position: absolute;
        left: 50%;
        top:265%;
        transform: translate(-50%, -50%);
        letter-spacing: 10px;
        text-shadow: 0px 0px 10px rgb(78, 78, 78);
    }

    .textoVideos {
        width:100%;
        font-weight: bolder;
        font-size: 250%;
        position: absolute;
        left: 50%;
        top:320%;
        transform: translate(-50%, -50%);
        letter-spacing: 10px;
        text-shadow: 0px 0px 10px rgb(78, 78, 78);
    }

   
    .trabajo {
        width: 30%;
        margin-bottom: 5%;
    }

    .dibujo {
        width: 100%;
        margin-bottom: 5%;
    }

    .infoTrabajoDibujo {
        
        padding: 20px;
        padding-top: 60px;
        padding-bottom: 80px;
        margin-bottom: 30px;
        border:2px solid;
        border-color: grey;
        border-radius: 15px;
        font-size: larger;
    }

    .infoTrabajoDibujo section {
        margin-bottom: 10px;
    }

    h2{
        font-size: xxx-large;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .carteles {
        display: flex;
        flex-direction: row;
    }

    .carteles .trabajo {
        width: 35%;
        margin: 2%;
    }
	
	.carteles .trabajosingle {
        width: 35%;
        margin: 2%;
		margin-left: 22%;
    }

    .infoTrabajo {
        width:75%;
        padding: 20px;
        margin-bottom: 10%;
        font-size: larger;
    }

    .zigZag {
        width:80%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 2%;
        align-items: baseline;
    }

    .zigZagFotos {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .zigZagFotos .trabajo {
        width:100%;
    }
    .zigZagInfoTrabajo {
        width:40%;
        padding: 20px;
        padding-top: 60px;
        padding-bottom: 80px;
        margin: 2%;
        border:2px solid;
        border-color: grey;
        border-radius: 15px;
        font-size: larger;
    }

    .zigZagInfoTrabajo section {
        margin-bottom: 10px;
    }

    iframe {
        width:78%;
        height: 500px;
    }

    .caja-visor {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .galeria {
        border-radius: 10px;
        box-shadow: 0px 10px 20px 5px grey;
        width:50%;
    }
    
    .destacar {
        align-items: center;
        width: 100%;
        margin-bottom: 5%;
        border-radius:100px;
        box-shadow: 0px 10px 20px 5px rgb(0, 0, 0);
    }

}