@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
}
html {
    scroll-behavior: smooth;
}
a:hover {
    cursor: pointer !important;
}
.oculto {
    display: none;
}
.input-aceptar {
    border-radius: 5px;
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #666666;
    border: none;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    outline: none;
}
.div-cookies {
    font-size: 0.85em;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #333333;
    position: fixed;
    margin: 0px 0px 0px 20px;
    bottom: 20px;
}
.div-lang {
    width: 1280px;
    margin: 0px auto;
    text-align: right;
}
.img-lang {
    width: 20px;
    margin: 10px 0px 0px 15px;
}
.label-aviso-privacidad {
    color: #666666;
}
.iframe-video {
    display: inline-table;
}
.div-texto-obra {
    width: 580px;
    display: inline-table;
    color: #666666;
    font-size: 0.96em;
    position: absolute;
    margin: 0px 0px 0px 20px;
}
.a-legal {
    color: #ffffff;
    text-decoration: none;
}
.a-legal:hover {
    text-decoration: underline;
}
.a-aviso-privacidad {
    color: #FF6600;
    text-decoration: none;
}
.a-aviso-privacidad:hover {
    text-decoration: underline;
}
.label-formulario {
    margin: 10px 0px;
    color: #666666;
}
.a-btn-enviar {
    padding: 15px 20px;
    background-color: #FF6600;
    color: #ffffff;
    border-radius: 3px;
    display: block;
    width: 150px;
    text-align: center;
    cursor: pointer;
    border: none;
}
.div-legales {
    color: #ffffff;
    padding: 40px 0px;
    text-align: center;
    font-size: 0.8em;
}
.div-footer {
    width: 100%;
    background-color: #333333;
    padding: 1px 0px;
    margin: 30px 0px 0px 0px;
}
.div-contenedor-informacion {
    width: 480px;
    display: inline-table;
    margin: 0px 0px 0px 30px;
    color: #666666;
}
.form-contacto {
    width: 700px;
    display: inline-table;
}
.input-formulario {
    margin: 5px 0px;
    border: none;
    border-radius: 3px;
    background-color: #e4e4e4;
    color: #666666;
    padding: 15px 5px;
    width: 100%;
    outline: none;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}
.textarea-formulario {
    border: none;
    border-radius: 3px;
    background-color: #e4e4e4;
    color: #666666;
    padding: 15px 5px;
    width: 100%;
    height: 180px;
    outline: none;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    resize: none;
}
.div-videos iframe {
    margin: 0px 8px 5px 0px;
    width: 622px;
    height: 350px;
}
.div-fotografias img {
    margin: 0px 8px 5px 0px;
}
.div-contenido {
    /*text-align: left;*/
    text-align: justify;
    margin: 10px 0px 0px 0px;
    color: #666666;
}
.div-producciones-grande {
    width: 580px;
    display: inline-table;
    color: #666666;
    margin: 0px 42px 0px 0px;
}
.div-producciones {
    width: 382px;
    display: inline-table;
    color: #666666;
    margin: 0px 42px 0px 0px;
}
.div-contenedor {
    margin: 0 auto;
    width: 1280px;
    margin-top: 20px;
}
.label-titulos {
    text-transform: uppercase;
    color: #FF6600;
    font-size: 18px;
    font-weight: 500;
}
.label-subtitulos {
    text-transform: uppercase;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}
.img-logo {
    display: inline-block;
}
.div-menu {
    width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
}
.a-btn {
    position: relative;
    top: -15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin: 0px 0px 0px 90px;
    color: #666666;
}
.a-btn:hover {
    color: #FF6600;
    cursor: pointer;
}
.div-portada {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.img-portada {
    width: 1280px;
}
.div-viewport {
    display: none;
}
@media only screen and (max-width: 600px) {
    input {
        -webkit-appearance: none;
    }
    .div-cookies {
        width: auto;
        margin: 0 auto;
        bottom: 0px;
    }
    .a-btn-enviar {
        padding: 15px 0px;
        width: 100%;
    }
    .div-texto-obra {
        width: 100%;
        display: block;
        position: inherit;
        margin: inherit;
    }
    .img-lang {
        width: 28px;
        margin: inherit;
    }
    .div-contenido-laterales {
        width: 100%;
        color: #666666;
    }
    .form-contacto {
        width: 100%;
        margin: 0 auto;
    }
    .input-formulario {
        width: 100%;
        padding: 15px 0px;
    }
    .textarea-formulario {
        width: 100%;
        padding: 15px 0px;
    }
    .div-videos iframe {
        margin: 0px 8px 5px 0px;
        width: 100%;
        height: 160px;
    }
    .div-fotografias img {
        margin: 0px 0px 5px 0px;
        width: 100%;
        height: auto;
    }
    .div-logo-viewport {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    .div-producciones {
        width: 100%;
        margin: 0 auto;
    }
    .div-contenedor {
        width: 90%;
    }
    .img-portada {
        width: 100%;
        height: auto;
    }
    .div-principal {
        display: none;
    }
    .div-viewport {
        display: block;
    }
}