/*
Theme Name: Retina Latina 2020
Theme URI: https://demo.studiopress.com/
Description: Tema creado por Cristina Arévalo y Jaime de Greiff.
Author: Jaime de Greiff
Author URI: https://retinalatina.org

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 

Text Domain: genesis-sample
*/

.app_widget h4{
    margin: 0 auto;
    color: #018989;

}
.app_widget img {
    display: block;
    padding: 0.4em;
    margin: 0 auto;
    max-width: 140px;
}

.conectaparticipante img {
    filter: grayscale(100%);
    border-top-left-radius: 1em;
    border-bottom: 5px #c18210 solid;
    
}
figcaption{
    color: white !important;
    margin: 0 auto;
}

figure.tablamenuconecta table td {
    background: #018989;
}

figure.tablamenuconecta table td a{
    padding-left: 2em;
}

figure.tablamenuconecta table td a:active,
figure.tablamenuconecta table td a:visited,
figure.tablamenuconecta table td a:hover
{
    color: white;
}


figure.tablamenuconecta table td:hover {
    background: #c18210;
}
.conectaimageninvitado img{
    border-bottom-right-radius: 1em;
    border-bottom: 4px #c18210 solid;
}

.conectaarticulos div article h6 a,
article.conectaarticulos article h6 a:active,
article.conectaarticulos article h6 a:visited{
    color: #c18210 !important
}

article.conectaarticulos article h6 a:hover{
    color: #018989 !important;
    text-decoration: none !important; 
}

body.conectapage  h1.entry-title {
    display: none;
}
.conectaorganiza img{
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom: 7px #c18210 solid;
}

/* 
QUIRINO
*/


div.festivales .banner{
    width: 100%;
    margin: 0 auto;
    height: auto;
    
}
div.festivales .banner img{
    display: block;
}
div.festivales .peliculas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 320px 320px;
    gap: 20px;
}
div.festivales div.peli{
    position: relative;
    overflow: hidden;
    /* Location of the image */
  
  background-position: center center;
  background-repeat: no-repeat;
  
  background-size: cover;
  background-color: #464646;
  height: 320px;
  max-height: 320px;
  
}

div.festivales div.peli span.pais{
    position: absolute;
    top: 0;
    right: 0;
    background: #810d7069;
    padding: 0.4em;
    font-weight: bolder;
    transition: 0.5s;
}



div.festivales div.peli .infopeli{
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #810d7069;
    padding: 0em;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    transition: 0.5s;

}
div.festivales div.peli .infopeli span{
    visibility:hidden;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    
}
div.festivales div.peli:hover .infopeli{
    bottom: 0;
    
    
}
div.festivales div.peli:hover .infopeli,
div.festivales div.peli:hover span.pais{
    background: #01898969;
    
}

div.festivales div.peli .infopeli span{
    padding : 0.5em;
}

div.festivales div.peli:hover .infopeli h5{
    background: #01898980;
}

div.festivales div.peli:hover .infopeli span{
    opacity: 1;
    visibility: visible;
    
    }

div.festivales div.peli .infopeli h5{
    padding: 0.5em;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    background: #810d7080;
    transition: 0.5s;

}






div.festivales div.peli .infopeli p{
 position: absolute;   
}

div.festivales .peliculas a:nth-child(1) {
    
    grid-column: 1 /3;
}
div.festivales .traileres{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #018989;
    border-top-left-radius: 0.55em;
    border-bottom-right-radius: 0.55em;
    /* grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 320px 320px;
    gap: 20px; */
}
div.festivales div.trailer {
    
    width: 420px;
    height: 240px;
    margin: 1em;
}
div.festivales div.trailer:nth-child(6) {
    background: none;
}
/* div.festivales div.trailer:nth-child(6) img {
    
} */
div.festivales h4.festih4 {
    color: #c18210;
    font-size: 1.7em;
    margin: 1em 0 1em 0; 
}

@media only screen and (max-width: 960px) {
    div.festivales .peliculas{
        
        
        display: block;
        
    }
    div.festivales div.peli{
        
        margin: 0.5em;
    }
    div.festivales div.peli img {
        min-width: 100%;
        
    }
}
/* ********************************************* */
/* ********************************************* */
/* FESTIVAL DE LA IMAGEN */
/* ********************************************* */
.festivales-imagen .banner img{
    display: block; 
    margin: auto;
}

div.festivales-imagen .banner{
    width: 100%;
    margin: 0 auto;
    height: auto;
    
}
div.festivales-imagen .banner img{
    display: block;
}
div.festivales-imagen .peliculas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 320px 320px;
    gap: 20px;
}
div.festivales-imagen div.peli{
    position: relative;
    overflow: hidden;
  
  background-position: center center;
  background-repeat: no-repeat;
  
  background-size: cover;
  background-color: #464646;
  height: 320px;
  max-height: 320px;
  
}

div.festivales-imagen div.peli span.pais{
    position: absolute;
    top: 0;
    right: 0;
    background: #810d7069;
    padding: 0.4em;
    font-weight: bolder;
    transition: 0.5s;
}



div.festivales-imagen div.peli .infopeli{
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #810d7069;
    padding: 0em;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    transition: 0.5s;

}
div.festivales-imagen div.peli .infopeli span{
    visibility:hidden;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    
}
div.festivales-imagen div.peli:hover .infopeli{
    bottom: 0;
    
    
}
div.festivales-imagen div.peli:hover .infopeli,
div.festivales-imagen div.peli:hover span.pais{
    background: #01898969;
    
}

div.festivales-imagen div.peli .infopeli span{
    padding : 0.5em;
}

div.festivales-imagen div.peli:hover .infopeli h5{
    background: #01898980;
}

div.festivales-imagen div.peli:hover .infopeli span{
    opacity: 1;
    visibility: visible;
    
    }

div.festivales-imagen div.peli .infopeli h5{
    padding: 0.5em;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    background: #810d7080;
    transition: 0.5s;

}


div.festivales-imagen div.peli .infopeli p{
 position: absolute;   
}

div.festivales-imagen .peliculas a:nth-child(1) {
    grid-column: 1 /3;
}

div.festivales-imagen .peliculas a:nth-child(5) {
    grid-column: 2 /4;
}
div.festivales-imagen .peliculas a:nth-child(7) {
    grid-column: 1 /4;
}

div.festivales-imagen .traileres{
    display: grid;
    grid-template-columns: 4fr 2fr;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #018989;
    border-top-left-radius: 0.55em;
    border-bottom-right-radius: 0.55em; */
}

@media only screen and (max-width: 960px) {
    div.festivales-imagen .traileres{
        display: block;
    }
}


div.festivales-imagen div.trailer {
     
    /* width: 420px;
    height: 240px;
    margin: 1em; */
}
div.festivales-imagen div.trailer:nth-child(6) {
    /* background: none; */
}

div.festivales-imagen h4.festih4 {
    color: #c18210;
    font-size: 1.7em;
    margin: 1em 0 1em 0; 
}

@media only screen and (max-width: 960px) {
    div.festivales-imagen .peliculas{
        
        
        display: block;
        
    }
    div.festivales-imagen div.peli{
        
        margin: 0.5em;
    }
    div.festivales-imagen div.peli img {
        min-width: 100%;
        
    }
}

div.festivales-imagen .noticias{
    display: flex;
    flex-direction: row;
}
div.festivales-imagen .noticias .noticia{
    width: 320px;
}

span.dirfilme{
    font-size: 0.6em;
    text-transform: uppercase;
}

/* 

*/

div.botonretinablanco a{
    background: #0E818145 !important;
    
}




















/* ********************************************* */
/* ********************************************* */
/* FESTIVAL CICLA */
/* ********************************************* */
.cicla-imagen .banner img{
    display: block; 
    margin: auto;
}

div.festivales-cicla .banner{
    width: 100%;
    margin: 0 auto;
    height: auto;
    
}
div.festivales-cicla .banner img{
    display: block;
}
div.festivales-cicla .peliculas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
    grid-template-rows: 320px 320px;
    gap: 20px;
}
div.festivales-cicla div.peli{
    position: relative;
    overflow: hidden;
  
  background-position: center center;
  background-repeat: no-repeat;
  
  background-size: cover;
  background-color: #464646;
  height: 320px;
  max-height: 320px;
  
}

div.festivales-cicla div.peli span.pais{
    position: absolute;
    top: 0;
    right: 0;
    background: #810d7069;
    padding: 0.4em;
    font-weight: bolder;
    transition: 0.5s;
}



div.festivales-cicla div.peli .infopeli{
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #810d7069;
    padding: 0em;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    transition: 0.5s;

}
div.festivales-cicla div.peli .infopeli span{
    visibility:hidden;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    
}
div.festivales-cicla div.peli:hover .infopeli{
    bottom: 0;
    
    
}
div.festivales-cicla div.peli:hover .infopeli,
div.festivales-cicla div.peli:hover span.pais{
    background: #01898969;
    
}

div.festivales-cicla div.peli .infopeli span{
    padding : 0.5em;
}

div.festivales-cicla div.peli:hover .infopeli h5{
    background: #01898980;
}

div.festivales-cicla div.peli:hover .infopeli span{
    opacity: 1;
    visibility: visible;
    
    }

div.festivales-cicla div.peli .infopeli h5{
    padding: 0.5em;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    background: #810d7080;
    transition: 0.5s;

}


div.festivales-cicla div.peli .infopeli p{
 position: absolute;   
}

div.festivales-cicla .peliculas a:nth-child(1) {grid-column: 1 /7;}
div.festivales-cicla .peliculas a:nth-child(2) {grid-column: 7 /10;}
div.festivales-cicla .peliculas a:nth-child(3) {grid-column: 10 /13;}
div.festivales-cicla .peliculas a:nth-child(4) {grid-column: 1 /5;}
div.festivales-cicla .peliculas a:nth-child(5) {grid-column: 5 /8;}
div.festivales-cicla .peliculas a:nth-child(6) {grid-column: 8 /13;}
div.festivales-cicla .peliculas a:nth-child(7) {grid-column: 1 /9;}
div.festivales-cicla .peliculas a:nth-child(8) {grid-column: 9 /13;}
div.festivales-cicla .peliculas a:nth-child(9) {grid-column: 1 /5;}
div.festivales-cicla .peliculas a:nth-child(10) {grid-column: 5 /9;}
div.festivales-cicla .peliculas a:nth-child(11) {grid-column: 9 /13;}
div.festivales-cicla .peliculas a:nth-child(12) {grid-column: 1 /7;}
div.festivales-cicla .peliculas a:nth-child(13) {grid-column: 7 /13;}

div.festivales-cicla .traileres{
    display: grid;
    grid-template-columns: 4fr 2fr;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #018989;
    border-top-left-radius: 0.55em;
    border-bottom-right-radius: 0.55em; */
}

@media only screen and (max-width: 960px) {
    div.festivales-cicla .traileres{
        display: block;
    }
}


div.festivales-cicla div.trailer {
     
    /* width: 420px;
    height: 240px;
    margin: 1em; */
}
div.festivales-cicla div.trailer:nth-child(6) {
    /* background: none; */
}

div.festivales-cicla h4.festih4 {
    color: #c18210;
    font-size: 1.7em;
    margin: 1em 0 1em 0; 
}

@media only screen and (max-width: 960px) {
    div.festivales-cicla .peliculas{
        
        
        display: block;
        
    }
    div.festivales-cicla div.peli{
        
        margin: 0.5em;
    }
    div.festivales-cicla div.peli img {
        min-width: 100%;
        
    }
}

div.festivales-cicla .noticias{
    display: flex;
    flex-direction: row;
}
div.festivales-cicla .noticias .noticia{
    width: 320px;
}

span.dirfilme{
    font-size: 0.6em;
    text-transform: uppercase;
}