/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Pacifico'); */

*{
    box-sizing: border-box;
}

body {
    font-family: sans-serif;  /* 'Montserrat', sans-serif; */
    margin: 0;
}

/* Estilos Base */

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

video {
    display: block;
    width: 100%;
    
}

h1, h2, h3, h4, h5, h6 {
   margin: 0; 
}


.container {
    width: 100%;
    margin: auto;
}

.container--flex { 
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /*center;*/
}

.column {
    width: 100%;
}

.text-bold{
    font-weight: bold;
}

.container--txt { 
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;
}

.container--expo { 
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;
    background-color: #DDD;
    padding: 10px;
    margin-top: 10px;
    text-align:left;
}

.expo__img {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
}

/* Estilos Header */

.main-header {
    width: 100%;
}

.logo {
    font-size: 1.8em;
    padding: 10px;
    font-family: Helvetica, Arial; /* 'Pacifico', Helvetica, Arial; */
    font-weight: 100;
    
}

.logo-container a {text-decoration: none;}

.logo-name{
    color:#99cadc;      
}

.logo-surname {
    color: #000;
}

/* Estilos del Menu */

.main-nav {
    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
}

.icon-menu {
    display:block;
    color: black;
    border: 1px solid black;
    border-radius: 3px;
    width: 40px;
    height: 40px;
   
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3em;
}

.menu {
    
     /*  display: none; provisorio */
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: rgba(120,120,120,.90);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
      
    /* estas sentencias son para ocultar el menu
        No se puede hacer con display none porque no permite la animación del desplado del menú */
    height: 0;
    overflow: hidden;
    /* Fin ocultar */
   
    transition: height .3s linear; /* esto es para la animación del desplegado del menú */

}

.menu__link {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}

.menu__link:hover {
    
/*   background:rgba(125,125,125,.30);
     opacity: .60;
    */
    
    text-decoration:underline;
    
}

.menu__link--select{
    background: #99CADC;   
}


/* NUEVO  */

.gal-chooser {
    list-style: none;
    display: flex;
    justify-content:center;
    }

.gal-part{
        display: block;
        padding: 10px 15px;
        color: rgb(150, 150, 150);
        text-decoration: none;
} 

.gal-part:hover{
    text-decoration:underline;
}

.gal-selected{
    background-color: rgb(220, 220, 220);
    border-radius: 25px;
}

/* FIN NUEVO */

.mostrar {
    /* Hay que determinar el alto en funcion de la cantidad de opciones del menú */
    height: 440px;
}

/* Estilos del Banner */

.banner {
    margin-top: -55px;
    position: relative;
} 

.banner__img {
   /* width: 100%;
    height: 500px;
    object-fit: cover;*/
    filter: contrast(0.8)
}

.banner__content {
    width: 90%;
    color: white;
    text-align: center;
    position: absolute;
    z-index:  1500;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-90%);
    font-size: 1em;
    font-weight:normal;
        
}

.btn--banner {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 120px;
    color: white;
    padding: 10px;
    margin: 10px auto;
    border: 2px solid white;
    border-radius: 15px;
}

/* Estilos Principales */

.group--color {
    background: #DDD;
    padding: 10px;
    text-align: center;}


.column__title {
    font-size: 1.3em;
    padding: 10px;
    
}

.column__title__expo {
    font-size: 1.3em;
    padding-left: 70px;
    padding-top: 70px;   
}
.column__subtitle__expo {
    font-size: 1em;
    padding-left: 70px;
}

.column__txt__expo {
    padding-left: 70px;
    padding-top: 70px;
}

.main__about__description {
    background-color: #DDD;
    padding: 10px;
    }


.main__about__description .column:nth-child(2){
    padding: 10px;
    
}

.btn--link {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 150px;
    color: black;
    padding: 10px;
    margin: 10px auto;
    border: 2px solid black;
    border-radius: 15px;
    font-weight: bold;
}

.btn--link:hover {
     text-decoration:underline;
}

.group__title {
    font-family: 'Pacifico', Helvetica, Arial; 
    text-align: center;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
    font-weight: bold;
    color:#99CADC;   
}

.today-obra .column {
    margin-bottom: 30px;
    text-align: center;
}

.group-obra__img {
    margin: auto;
    max-width: 350px;
}
.group-obra__link {
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
    text-decoration: none;
    color:black;
}

.conference {
    background-color: #DDD;
    padding: 10px;
    margin-top: 10px;
    }

.expo__txt {
    padding: 10px;
    margin: 10px;
    }

/* Estilos de footer */

.main-footer {
    background: #444;
    color: white;
    padding: 10px;
    padding-top: 20px;
    font-size: .8em;
}

.main-footer [class*="icon-"]{
    color: white;
 
}

.main-footer [class*="icon-"]:before{
    position: relative;
    top: 3px;
    right: 5px;
}

 
.copy-right{
    color:#99CADC;
}


/* Estilos conference y le quotidien*/

.p-conference{
    margin:0;
}
.p-opacity-50 {
    opacity: 0.5;
}

.p-conference-i{
    margin:0;
    font-style: italic;
}

/* Menu Le Quotidien */

.menu__lq {
    margin: 0;
    padding: 10px 0px;
    list-style: none;
}

.menu__lq__item {
    display: block;
    padding-top: 10px;
    color: black;
    text-decoration: none;
}

.menu__lq__item:hover {
    
    text-decoration:underline;
    
}

.portada { 
    display: none; }


/* Estilos responsive */

@media screen and (min-width:550px) {
   
    /* ATENCION min-width debe ser 480px */
    
   /* .logo {
    color: white;
    }*/
     
    .main-nav {
        background: rgba(120,120,120,.90);
       /*background: rgba(0,0,0,0.85); */
    }
    
    /* .banner {
        margin-top: -200px;
        z-index: -1000;
    }  */
    
    .banner {
    margin-top: 0px;
    /*z-index: -1000;*/
} 
    
    .banner__content {
        font-size: 1.3em;
    }
    
    .icon-menu {
        color: white;
        border: 1px solid white; }
    
     .column--50--25 {
        width: 49%;
    }
    
    .column--15 {
        width: 49%;
    }
    
    .portada { 
    display: block; }

}

@media screen and (min-width:768px) {
    .main__title{
        font-size: 2.2em;
    }
    
   /* .main__about__description{
        margin-top: 30px;
    }*/
    
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 30px;
    }
    
    .group__title {
        font-size: 2.2em;
    }
      
   .banner__img {   
        height: 600px; 
        object-fit: cover;
        filter: contrast(1);
}
    
      .column--50 {
        width: 49%;
    }
    
       .column--30 {
        width: 28%;
    }
    
     .column--70 {
        width: 70%;
    }
    
     .column--50--25 {
        width: 24.5%;
    }
    
     .column--15 {
        width: 14.5%;
    }
      
}


@media screen and (min-width:1024px) {
    
    /* quedan margenes a derecha e izquierda */
    .container{
        width: 1020px;
    }
    
    .logo {
        font-size: 2em;
    }
      
    .main-nav{
        padding: 0;
    }
    
    .banner__content {
        font-size: 1.5em;
    }
    
    .btn--banner {        
        width: 200px;
       
    }
    
    .icon-menu {
        display: none;
            
    }
    
    .menu {
        position: static;
        display: flex;
        height: auto;
        flex-wrap: nowrap;
        /*width: auto;  */
    }
    
   .menu__link{
        padding: 10px;
        font-size: 0.8em;
    }
    
     .column--33 {
        width: 30%;
    }
    
     .group-obra__img {
        height: 300px;
        object-fit: cover;
    }
    
    .today-obra .column {
        border: 5px solid #DDD;
        padding: 10px;
    }
    
    
   /* .main__about__description .column:nth-child(1) img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }*/    
}
    




