﻿body {
    color: #333333;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
}

input[type="submit"], button, input[type="button"] {
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

a {
    text-decoration: none;
}

.separador {
    clear: both;
    /*height: 1px;*/
}

.partners_plantilla {
    width: 300px;
    text-align: center;
    padding-bottom: 3%;
}

.negrita {
    font-weight: bold;
}

.contenedor {
    margin: auto;
    max-width: 1200px;
    text-align: justify;
    width: 98%;
}

    .contenedor a {
        color: #F39F21;
    }

.patrocinadores {
    background-color: #FF9400;
    padding: 1% 0;
    color: white;
    width: 100%;
    text-align: center !important;
}

.contenedorsocialmedia {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    color: #FF9400;
}

.socialmedia {
    margin-top: 2%;
    width: 80px;
    display: inline-block;
    filter: grayscale(100%) brightness(500%) brightness(20%);
}

    .socialmedia:hover {
        filter: none;
    }

    .socialmedia img {
        width: 50px;
    }




.socialmedia_peli {
    width: 35px !important;
}







.div_pie {
    background-color: #2c2c2c;
    color: white;
    display: block;
    float: left;
    width: 100%;
    padding: 1% 0;
    text-align: center;
    border-top: 1px solid white;
}


.divcentro {
    text-align: center;
}

.div_pie a {
    color: white;
    text-decoration: none;
}

    .div_pie a:hover {
        color: white;
        text-decoration: underline;
    }

.firma {
    color: #fff;
    font-size: 0.9em;
    padding-right: 0.5em;
    text-align: right;
    padding-bottom: 10px;
}


.menu {
    position: fixed;
    background-color: #EFEEED;
    height: 80px;
    width: 100%;
    z-index: 3000000;
}

.menu_logo {
    margin-top: 1%;
    float: left;
}

    .menu_logo img {
        width: 130px;
    }

.menu_logo_default {
    display: none;
}




.menu_default {
    z-index: 100000;
    position: absolute;
    top: 0;
    width: 100%;
}


.menu_logodefault {
    margin-left: 37%;
    margin-right: 37%;
    margin-top: 15%;
}

h1 {
    color: #e8891a;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
}

h2  {
    color: #e8891a;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 2% 0 0 !important;
    text-transform: uppercase;
}

h3  {
    color: #e8891a;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 2% 0 0 !important;
    text-transform: uppercase;
}

.defaultcontenedorpais {
    width: 80%;
    margin: auto;
    text-align: center;
}

.imgRedonda {
    width: 100px;
    height: 100px;
    border-radius: 150px;
}

.contenedor_equipo {
    border: 1px solid #ccc;
    float: left;
    margin: 1%;
    padding: 0.5% 1%;
    width: 45%;
    min-height: 270px;
}


.director_flota_contenido {
    color: #333;
    margin-top: 10px;
    width: 100%;
    text-align: justify !important;
}


.equipo_flota {
    float: left;
    padding: 1%;
    color: #333333;
    margin-bottom: 3%;
    margin-right: 30px;
    width: 150px;
}

    .equipo_flota img {
        width: 100%;
    }

.equipo_flota_contenido {
    margin-top: 10px;
    color: #333;
    width: 50%;
}


.equipoimgRedonda {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}


.filmimgRedonda {
    width: 130px;
    height: 130px;
    border-radius: 150px;
}




.equipo_flota_partners {
    float: left;
    padding: 1%;
    color: #333333;
    margin-right: 30px;
    width: 100%;
    min-height: 150px;
}

    .equipo_flota_partners img {
        max-height: 130px;
        MAX-width: 70%;
    }

.defaultpais {
    display: inline-block;
    margin: 3% auto;
    width: 15%;
    color: #e8891a;
    font-size: 16px;
    text-align: center;
}

    .defaultpais img {
        width: 130px;
    }




.bolo img:hover {
    opacity: 0.6;
}

.contenedor_partners {
    width: 100%;
    border-bottom: 1px solid grey;
    padding: 2%;
}

.patrocinadores_logo {
    width: 20%;
    float: left;
}

    .patrocinadores_logo img {
        width: 100%;
    }

.patrocinadores_detalle {
    float: left;
    margin-left: 3%;
    text-align: left;
}


.contenedor_listados {
    width: 99%;
    border-bottom: 1px solid #ccc;
    padding: 1%;
}

.contenedor_listados_logo {
    width: 17%;
    float: left;
}

/*.patrocinadores_logo img {
        width: 100%;
    }*/

.contenedor_listados_detalle {
    float: left;
    margin-left: 3%;
    text-align: left;
    width: 80%;
}


.contenedor_entrevistas_detalle {
    float: left;
    margin-left: 3%;
    text-align: left;
    width: 95%;
}


.contenedor_listado_pelicula {
    /*width:28%;*/
    width: 100%;
    display: inline-block;
    margin: 1% 1% 0;
}


    .contenedor_listado_pelicula img {
        width: 100%;
    }

.contenedor_listado_pelicula_imagen {
    height: 170px;
    overflow-y: hidden;
}

.contenedor_listado_pelicula_contenido {
    padding: 2%;
    background-color: white;
}


.contenedor_listado_pais_contenido {
    background-color: white;
    height: 220px;
    padding: 2%;
}

.contenedor_listado_pelicula_flecha {
    text-align: center;
    height: 32px;
}

.bloque_icono {
    background-color: #e8891a;
    height: 2px;
    margin: 0 auto 1em;
    width: 5%;
}


.defaultcontenedor_gris {
    background-color: #f4f4f4;
    padding: 1% 0;
}


.bloque_peliculas_region {
    background-color: white;
    margin: 5%;
    float: left;
}

.enlace_mapa {
    color: #FF9400;
    font-weight: bold;
}


.contenedor_Region {
    width: 400px;
    background-color: white;
}

    .contenedor_Region img {
        width: 100%;
    }

.contenedor_Region_titulo {
    color: #e8891a;
    font-weight: bold;
    clear: both;
    padding: 2% 0;
    text-transform: uppercase;
}


.contenedor_Region_texto {
    width: 90%;
    margin: auto;
    padding: 2% 0;
    text-align: justify;
    font-size: 16px;
}

.contenedor_Region_enlace {
    width: 100%;
    padding: 3% 0;
    color: white !important;
    background-color: #e8891a;
    text-transform: uppercase;
    display: block;
}


.imagen_circulo {
    margin-top: 2%;
}

    .imagen_circulo img {
        width: 150px;
    }

.enlace_naranja {
    color: #e8891a;
}

    .enlace_naranja:hover {
        color: #333;
        text-decoration: none;
    }

.enlace_negro {
    color: #333333;
}

    .enlace_negro:hover {
        color: #e8891a;
        text-decoration: none;
    }

.enlace_naranja_grande {
    color: #e8891a;
    font-size: 24px;
    font-weight: bold;
}

    .enlace_naranja_grande:hover {
        color: #333;
        text-decoration: none;
    }


.boton_naranja {
    background-color: #e8891a;
    color: white !important;
    font-size: 18px;
    border: 0px;
    text-decoration: none;
    padding: 0.8em 4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    text-align: center;
    float: RIGHT;
}

    .boton_naranja:hover {
        background-color: #333;
    }



.boton_naranja_left {
    background-color: #e8891a;
    color: white !important;
    font-size: 18px;
    border: 0px;
    text-decoration: none;
    padding: 0.8em 4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    text-align: center;
}

    .boton_naranja_left:hover {
        background-color: #333;
    }


input[type="text"], input[type="password"] {
    /*background-color: #ebebeb;
    border: 1px solid #ebebeb;
    color: #514946;
    font-size: 0.875em;
    padding: 10px;*/
    width: 100%;
    max-width: 350px;
    padding: 0.8em 0.2em;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0.3em;
    padding: 1em;
    /* padding-left: 13px; */
    font-weight: 300;
}

textarea {
    /*background-color: #ebebeb;
    border: 1px solid #ebebeb;
    color: #514946;
    font-family: "Raleway",sans-serif;
    font-size: 0.875em;
    padding: 10px;
    width: 100%;*/
    width: 100%;
    max-width: 350px;
    padding: 0.8em 0.2em;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0.3em;
    padding: 1em;
    /* padding-left: 13px; */
    font-weight: 300;
}


select {
    width: 100%;
    max-width: 350px;
    padding: 0.8em 0.2em;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0.3em;
    padding: 1em;
    /* padding-left: 13px; */
    font-weight: 300;
}

.texto_naranja {
    color: #e8891a;
}

.texto_naranja_grande {
    color: #e8891a;
    font-size: 24px;
    font-weight: bold;
}

.fondo_gris {
    width: 100%;
    background-color: #F4F4F4;
    padding: 2% 0 1%;
    min-height: 330px;
}

.film_multimedia {
    width: 45%;
    margin: 1%;
    float: left;
}

.film_multimedia_actores {
    width: 45%;
    margin: 1%;
    float: right;
}


.film_multimedia_directores {
    width: 45%;
    margin: 1%;
    float: left;
}


.contenedor_multimedia_list {
    list-style: none;
    padding-left: 0;
}

.contenedor_multimedia {
    width: 100%;
    padding: 0.5%;
    background-color: #E5E5E5;
    margin-bottom: 1%;
}

.contenedor_multimedia_icono {
    float: left;
    width: 5%;
    padding: 1%;
}

.contenedor_multimedia_tipo {
    color: #F39200;
    float: left;
    width: 28%;
    font-weight: bold;
    margin-top: 1%;
    font-size: 16px;
}

.contenedor_multimedia_enlace {
    font-size: 13px;
    padding: 1%;
}


    .contenedor_multimedia_enlace a {
        color: #333333;
    }

        .contenedor_multimedia_enlace a:hover {
            color: orange;
        }


.video {
    max-width: 100% !important;
    /*WIDTH:100PX;*/
}


.mostrarvideo {
    max-width: 100% !important;
    /*WIDTH:100PX;*/
}



    .mostrarvideo span {
        max-width: 100% !important;
        WIDTH: 100%;
    }

    .mostrarvideo iframe {
        max-width: 100% !important;
        WIDTH: 100%;
        min-height: 300px;
    }


    .mostrarvideo a {
        color: orange;
    }

/*.Multimedia {
background-color:orange
}*/
.cab_acordeon {
    border-bottom: 1px solid #ccc;
    color: #FF9400;
    display: block;
    font-size: 35px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.5s ease-in-out 0s;
}

    .cab_acordeon:focus {
        border: 0 !important;
    }

.cab_acordeon_img {
    float: right;
    margin-top: -50px;
}


.con_acordeon {
    padding: 0em 2em;
}

.paginacion {
    display: block;
    margin: 2% 1%;
    text-align: right;
}

    .paginacion a {
        border: 1px solid #FF9400;
        color: #FF9400;
        margin: 1%;
        padding: 1%;
        border-radius: 3px;
        cursor: pointer;
        transition: all .2s ease-in-out 0s;
    }

        .paginacion a:hover {
            background-color: #FF9400;
            border: 1px solid #FF9400;
            color: #fff;
            transition: all .2s ease-in-out 0s;
        }




.legal a {
    color: #FF9400;
}

    .legal a:hover {
        color: #333333;
    }



#mapa_div {
    height: 350px !important;
    width: 100%;
}

.film_imagen_d {
    float: left;
}

.film_texto_d { /*float:left;
                   padding:1%;
                   width: 50%;*/
    color: black;
    float: left;
    padding: 3%;
    width: 48%;
}

.imagen_izq {
    display: inline;
    position: absolute;
    left: 10px;
    top: 40%;
    z-index: 999990;
}


.imagen_der {
    display: inline;
    position: absolute;
    right: 10px;
    top: 40%;
    z-index: 999990;
}

.galeriasincarrusel {
    width: 100%;
    text-align: center;
}

    .galeriasincarrusel img {
        height: 350px;
        max-width: 590px;
        overflow-x: hidden;
    }
