header.content-header.clearfix {
position:fixed;left:0;z-index: 1;	
padding:0px; width: 200px;  height: 100px; border-radius:17px;	
background-image: url("/sites/default/files/2024-04/Computer-screen-code-glitch-animation-gif-background-free%20%281%29.gif");
background-size: cover;
/*align-items:center;
justify-content:center; */
}


@media screen and (min-width: 320px) and (max-width: 400px) {


 html {
background-image: url("/sites/default/files/2024-04/pexels-markus-spiske-225250.jpg");
  }
 header.content-header.clearfix {
  width: 160px;
  height: 80px;
 	display:flex;
 	justify-content:center;
 	align-items:center;
  top:7px;

}
 
 img.maletin {
 	
margin-top:40px;
width:90px;}
 
.modalbox.rotate {
    width: 257px;
    height: 390px; 

}

/*Agregado Ahora*/

/*
.modalbox.rotate {
    display: flex;
}
*/

img.bienvenido {
    margin-top: -16px;
    margin-left: -20px;
}

p#demo.demo1 {
    margin-top: -14px;
    color: #d3d30c;
    font-size: 13.4px;
    float: none;
    margin-left: 114px;
    text-align: right;
    font-weight: normal;
    margin-right: -13px;
}
    
    
  /*
    margin-top: 90px;
    color: #d3d30c;
    font-size: 13.5px;
    float: none;
    margin-left: 15px;
    margin-right: -20px;
    text-align: right;
    font-weight: normal;
*/
    

}





@media screen and (min-width: 401px) and (max-width: 500px) {
  html {
background-image: url("/sites/default/files/2024-04/pexels-markus-spiske-225250.jpg");
  }
 header.content-header.clearfix {
 	display:flex;
 	justify-content:center;
 	align-items:start;


top:7px;

}

img.bienvenido {
    margin-top: 30px;
    width: 100px;
    margin-left:-20px;
    
}
 
 img.maletin {
    margin-top: -5px;
    width: 100px;
}
 
.modalbox.rotate {
    width: 340px;
    height: 490px; 

}



p#demo.demo1 {
    
    color: #d3d30c;
    font-size: 17px;
    float: none;
    /* vertical-align: middle; */
    margin-left: 135px;
    text-align: right;
    font-weight: normal;
    margin-bottom:revert-layer;
}
 
}

@media screen and (min-width: 501px) and (max-width: 1500px) {

header.content-header.clearfix {
	align-items:center;
  justify-content:center;
  margin-top: 3px;}
  
  /*38*/

img.maletin {
    margin-top: -10px;
}


}
@media screen and (min-width: 1501px) {

 header.content-header.clearfix {
		align-items:center;
    justify-content:center;
    top:40px;


} 

img.maletin {
   
    margin-top: -10px;
} 



}


.page-wrapper.dialog-off-canvas-main-canvas {
background-image: url("/sites/default/files/2024-04/pexels-markus-spiske-225250.jpg");
background-size: cover;
background-attachment: fixed;

}
p#demo {
    color: #d3d30c;
    font-size: 18px;
    float: none;
    /* vertical-align: middle; */
    margin-left: 135px;
    text-align: center;
    font-weight: normal;
}

/*Efecto*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
    width: 400px;
    height: 416px;
    position: relative;
    padding: 5px 20px 13px 20px;
    /*background: #fff; */ 
    background: rgba(76, 175, 80, 0.3); 
    /*background: rgba(154, 205, 50,0.3);*/ 
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    /*background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);*/
    background-image: url("/sites/default/files/2024-04/MarcoIII.png");
    background-size: cover;     
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 10% auto;
    width:0;
    height:0;
 
}
.modalmask:target .movedown{       
    margin:10% auto;
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:400px;
    height:416px;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.close:hover {
    background: #FAAC58;
    color:#222;
}