/*reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/*INICIO estilo generales para Maxi Gilbert*/
*{  
    box-sizing: border-box;
    color: #353535;
    max-width: 100% 
}
::selection{
	background-color: transparent;
	color: #e5c300;
}
body{
    background-color: #f4f4f4;
}
a{
	text-decoration: none;
    font-size: 2em;
}
h1 a{
    font-family: 'Oswald', sans-serif;
    font-size: 5em; 
    background-color: transparent;
}
h2{
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}
h3{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}
h3 a{
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
}
h4{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
h4 a{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align:center;
}
h5 a{
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}
p a{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
.premios a{
   text-decoration: none;   
}
/*FIN estilo generales para Maxi Gilbert*/

/*INICIO estilos HEADER*/
.flex-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: flex-start;
    max-width: 100%;
}
header{
    padding: 0.5em 1em 5em 1em;
}
.title{
    max-width: 50%;
}
.lang{
    max-width: 50%;
    padding: 0em 0em 0em 1em;
    background-color: transparent;  
}
.lang h3 a{
     font-family: 'Roboto', sans-serif;
     font-size: 1em; 
     color: #A4A4A4;
}
.subtitle h1{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}
.subtitle{
    max-width: 100%;
    padding: 1em 0em 0em 0em;
}
/*FIN estilos HEADER*/

/*INICIO estilos para INTRO*/
.intro{
    padding: 2em 0em 2em 1em; 
}
.two-columns{
        padding: 2em 0em 4em 0em;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-content: center;
        align-items: center;
}
#left{
        padding: 0em 8em 0em 0em;
    }
#right{
        padding: 0em 0em 0em 8em;
    }
/*FIN estilos para INTRO*/

/*INICIO estilos para CONTENIDO*/
.edge{
     padding: 3em 0.5em 1em 0.5em;
}

ul{
  list-style:none;
} 
.divided{
    display: flex;
    padding: 1em 0em 1em 0em;
}
.archive-list {
    float: center;
    width: 100vw;
}
.archive-image {
    float: ;
    width: vw;
}
.archive-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top left;
}
ul.archive {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; 
}

ul.archive li.archive-item {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    transition: .5s;
    line-height: 2.5em;
    border-bottom: 1px solid #353535; }

ul.archive li.archive-item:hover {
      background-color: #e0e0e0; 
}

.image-a{
    background-image: url(img/MG_001.jpg);
    position: absolute;
    left: 0%;
    top: 0%;
    
    z-index: ;
}
.image-a:hover{
     
}

/*FIN estilos para CONTENIDO*/

/*INICIO estilos para SUBRAYADOS*/
.sub {
    font-family: 'Oswald', sans-serif;
	text-decoration: underline;
	text-decoration-color: #e5c300;
	text-underline-position: below;
    text-align: center;
}
 a.link:hover{
    text-decoration: underline;
	text-decoration-color: #e5c300;
	text-underline-position: below; 
}
/*FIN estilos para SUBRAYADOS*/

/*INICIO estilos para clients*/
.clients a{
    
    text-decoration: none; 
    line-height: 1.5em;
}
.clients a:hover{
	color: #e5c300;
}
strong {
    box-shadow: inset 0 -7px 0 0 #fffae0;
}
/*FIN estilos para clients*/

/*INICIO estilos para ^^^*/
.center{
    padding: 2em 0em 2em 0em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mobile{
    display: none;
}
/*FIN estilos para ^^^*/

/*INICIO estilos para contacto mx*/
.mg{
    display: flex;
    max-width: 12em;
    margin: 0 auto;
    padding: 1em 0em 1em 0em; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mg:hover{
    text-decoration: underline;
	text-decoration-color: #e5c300;
	text-underline-position: under;
}
/*FIN estilos para contacto mx*/

/*INICIO estilos para  FOOTER*/
.space{
    padding: 2em 0em 1em 0em;
}
.footer{
    padding: 0em 0.5em 1em 0.5em;
}
.footer a.red:hover{
	color: #FF0000;
}
.footer a.green:hover{
	color: #3ADF00;
}
.footer a.blue:hover{
	color: #0000FF;
}
/*FIN estilos para  FOOTER*/



/*INICIO media queries para ESCRITORIO*/
@media only screen and (min-width: 1025px) { 
    
/*INICIO media queries para escritorio estilos HEADER*/
h1 a br{ display: none; }    
/*FIN media queries para escritorio estilos HEADER*/ 
    
}



/*INICIO media queries para MÓVIL*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px) 
    and (orientation : portrait){
 

/*INICIO media queries para movil estilo generales para Maxi Gilbert */
h1 a{
    font-size: 4.5em;
}
h2{
    font-size: 1.5em; 
}       	
h3{
    font-size: 1.5em;
    line-height: 3em;
}
h3 a{
    font-size: 1em;
}
h4{
    font-size: 1em;
}
h4 a{
    font-size: 1em;
}
p a{
    font-size: 1em;
}
/*FIN media queries para movil estilo generales para Maxi Gilbert */

/*INICIO media queries para movil estilos HEADER*/ 
header{
    padding: 0.5em 1em 3em 1em;
}
/*FIN media queries para movil estilos HEADER*/  
        
        
/*INICIO media queries para movil estilos INTRO*/     
/*FIN media queries para movil estilos INTRO*/ 
        
/*INICIO media queries para movil estilos SUBRAYADOS*/       .two-columns{
        padding: 1em 0em 6em 0em;
}
#left{
        padding: 0em 4em 0em 0em;
    }
#right{
        padding: 0em 0em 0em 4em;
    }      
a.link:active{
    text-decoration: underline;
	text-decoration-color: #e5c300;
	text-underline-position: below;
   
}
/*FIN media queries para movil estilos SUBRAYADOS*/    
    
/*INICIO media queries para movil estilos CONTENT*/  
.divided{
    display: flex;
    padding: 1em 0em 1em 0em;
}
.archive-list {
    float: left;
    width: 100vw;
}
.archive-image {
   display:none;
}
/*FIN media queries para movil estilos CONTENT*/       

/*INICIO estilos para ^^^*/
.desktop{
    display: none;
}
.mobile{
    display: block;  
        }
/*FIN estilos para ^^^*/

/*INICIO media queries para movil estilos FOOTER*/    
.footer a.red:active{
	color: #FF0000;
}
.footer a.green:active{
	color: #3ADF00;
}
.footer a.blue:active{
	color: #0000FF;
}
   
        
/*FIN media queries para movil estilos FOOTER*/    
    
        
 } 
/*FIN media queries para movil*/