/*
Theme Name: Silencio Blanco Theme
Author: Pascale Descazeaux
Description: Theme diseñado para Silencio Blanco por Estudio Odisea - 2018
Estudio: Estudio Odisea
URL: estudiodisea.cl
Version: 0.0.1
*/

html{
    width: 100%;
    overflow-x: hidden;
}
body{
    font-family: 'Rubik', sans-serif;
    color: #191919;
    max-width: 100%;
    overflow-x: hidden;
}
/* COLORES */
:root {
    --main-color:#c0eee6;
    var-MainColor:#c0eee6;
    --second-color:#f0eac2;
    var-Secondcolor: #f0eac2;
}
img{
    width: 100%;
}
/* Preload */
#precarga {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
.integrantes{
    display: none;
}
.fondo-gris{
    background-color: #f6f6f6;
}
.fondo-amarillo{
    background-color: var(--second-color);
}
p{
    font-weight: 300;
}
.btn-primary {
    color: #858585;
    background-color: transparent;
    border: transparent;
}
.btn-primary-blanco{
    background-color: #fff;
}
.btn-primary:hover {
    background-color: #fff;
    color: #191919;
}

.btn {
    margin-top: 15px;
    padding: 5px 18px;
    border-radius: 0;
    font-weight: 300;
}
.btn-secondary {
    background: var(--second-color);
    color: #858585;
    border: none;
}
#gform_submit_button_1 {
    padding: 5px 18px;
    border: none;
    background: var(--second-color);
    float: right;
}
#gform_submit_button_2 {
    padding: 5px 18px;
    border: none;
    background: var(--second-color);
    float: right;
}
.btn-secondary:hover {
    background: #d4cc97;
}
.btn-trailer{
    margin-bottom: 0;
}
/* MENÚ */
header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}
.cotenido-total {
    margin-top: 115px;
}
.admin-bar .cotenido-total {
    margin-top: 83px;
}
.navbar-brand img {
    max-width: 200px !important;
}
.bg-dark {
    background-color: #000000!important;
}
ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.menu li a {
    padding: 0px;
    padding-left: 20px;
    line-height: 99px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    text-decoration: none;
    letter-spacing: 2px;
}
ul.menu li a:hover{
    color: var(--main-color);
}
.gform_body span label {
    display: none !important;
}
/* PADDINGS */
.pv-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-50{
    padding-top: 80px;
}
.pb-50{
    padding-bottom: 50px;
}
.mb-80{
    margin-bottom: 80px;
}
.mv-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.pv-20{
    padding-top: 20px;
    padding-bottom: 20px;}
.cita-prensa {
    margin-bottom: 40px;
}
/* TAMAÑOS TIPOS */
h1{
    font-size: 36px;
}
.bajada h1{
    font-family: 'Karla', sans-serif;
}
h2{
    font-size: 20px;
    font-weight: 400;
    font-size: 23px;
}
h2:after {
    content: "";
    width: 100%;
    background-color: var(--main-color);
    height: 22px;
    display: block;
    position: relative;
    top: -22px;
    z-index: -1;
    left: 0;
}
h3 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.titulo-centrado-corto h2 {
    display: inline-block;
}
.titulo-centrado-corto h2:after{
    width: 110%;
    margin-left: -10px;
}
a h5{
    color: #191919;
}
a:hover{
    text-decoration: none;
}
.detalle {
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #00000012;
    line-height: 1.1em;
    color: #19191973;
    display: inline-block;
}
.detalle-trans{
    background-color: transparent;
}
.caja-obra {
    background: #191919;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    transition: .6s ease;
    color: #fff;
}
.caja-obra:hover {
    background: var(--main-color);
    -webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16), 2px 0 2px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.23);
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16), 2px 0 2px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.23);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    color: #191919;
    background-color: #333333ba;
}
.titulo-obra a {
    display: block;
}
.titulo-obra h5 {
    margin-bottom: 10px;
    height: 43px;
}
.titulo-obra {
    background: #fff;
    color: #191919 !important;
    padding: 20px;
    margin-top: -35px;
    margin-left: 20px;
}
.obras{
    background: url(imagenes/obras-bk.png);
    background-attachment: fixed;
}
.caja-obra:hover .titulo-obra h5{
    color: #191919;
}
.contenido-caja {
    padding: 20px 20px 0 20px;
}
.contenido-caja {
    padding: 0px 0px 0 0px;
    transform: translate(15px , 15px);
}
.extracto-obra{
    margin-bottom: 30px;
    height: 90px;
    overflow: scroll;
}
.imagen-obra {
    width: 100%;
    height: 550px;
    border-radius: 3px;
}
.proximas-funciones h2:after{
    left: -38px;
}
.imagen-compania {
    height: 300px;
    width: 100%;
    background-position: center;
    margin-top: 20px;
}
h5 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 0;
    line-height: 1.1em;
}
.lugar-obra {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.3em;
}
.fecha-obra {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    letter-spacing: .1em;
    color: #7f7f7f;
    line-height: 1.1em;
    margin-bottom: 17px;
    margin-top: 6px;
}
.contenido-otros-proyectos {
    color: #191919;
    max-width: 1200px;
    right: 0;
    background-color: var(--second-color);
    margin-top: 70px;
    padding: 26px;
    border-radius: 5px 0 0 5px;
}
.imagenes-investigacion .imagenes-sobre-la-marioneta {
    margin-bottom: 20px;
}
.otros-proyectos h2:after {
    left: -28px;
    width: 132%;
}
.imagen-otros-proyectos img {
    width: 100%;
}
.noticias {
    background-color: #050505;
    padding-top: 100px;
    padding-bottom: 150px;
}
.noticias{
    background: url(imagenes/obras-bk.png);
    background-attachment: fixed;
}
.sobre-la-compania .container {
    border-radius: 3px;
    background-color: #fff;
}

.sobre-la-compania {
    margin-top: -374px;
}
button{
    margin-bottom: 20px;
}
/* SLIDERS */
/* SLIDER HOME*/
#slider-home .carousel-item{
    height: 500px;
}
/* HOME */
.titulo-sitio h1{
    font-family: 'Karla', sans-serif;
    color: #fff;
}
.proximas-funciones {
    position: absolute;
    z-index: 100;
    width: 300px;
    background: #ffffffc9;
    border-radius: 8px;
    padding: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 10px;
}
.proximas-funciones h2 {
    height: 30px;
}
.proxima-funcion-item:after, .colita:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.proximas-funciones .btn {
    margin-bottom: 0;
    margin-top: 0;
}
.puntita:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.obras .puntita:before{
    background-color: #e4e4e4;
}
.footer-caja {
    text-align: right;
}
.footer-caja a {
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.titulo-obra .footer-caja a {
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 0;
    display: inline-block;
}

.taller-home{
    text-align: center;
}
.proxima-funcion-item {
    padding-bottom: 10px;
    padding-top: 10px;
}
.formacion {
    background-color: #f6f6f6;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.taller-home {
    text-align: center;
    background: #ffffffba;
    border-radius: 10px;
    padding: 50px 30px 20px;
    -webkit-box-shadow: 1px 2px 27px 0 rgba(0,0,0,.06);
    box-shadow: 1px 2px 27px 0 rgba(0,0,0,.06);
}
.noticias ul {
    list-style: none;
    padding-left: 0;
}
.noticias li.una-noticia:first-child {
    width: 50%;
    height: 500px;
}
.noticias li.una-noticia {
    position: relative;
    width: 25%;
    float: left;
    height: 250px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.noticias .titulo-noticia {
    position: absolute;
    bottom: 34px;
    width: 100%;
    left: 0;
    text-align: left;
}
.caja-noticias {
    WIDTH: 100%;
    HEIGHT: 100%;
    transition: .5s ease;
}
.caja-noticias:hover{
  transform: scale(1.2);
}
.noticias li .btn-noticia {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.titulo-noticia {
    background-color: #fff;
    padding: 10px 20px;
    max-width: 90%;
    display: inline-block;
    transition: .3s ease;
}
.noticias li.una-noticia:nth-child(2) .titulo-noticia, .noticias li.una-noticia:nth-child(5) .titulo-noticia{
    background-color: var(--second-color);
}
.noticias .fecha-obra{
    margin-bottom: 0;
}
.noticias p{
    margin-bottom: 0;
    line-height: 1.1em;
}
.noticias .modal-body li {
    margin-bottom: 27px;
}

a p{
    color: #191919;
}
.h2-con-fondo {
    margin-bottom: 50px;
    height: 20px;
}
.h2-con-fondo h2 {
    /* position: absolute; */
    z-index: 2;
    transform: translate( 0 );
}
#footer{
    background-color: #000;
    padding: 20px 0;
}
.branding-footer {
    display: flex;
    color: #fff;
    line-height: 1.1em;
    align-items: center;
}
#footer .navbar-brand {
    padding-top: 0px;
}
.texto-lado-logo-footer {
    padding-top: 7px;
}
#footer a {
    color: #fff;
}
.desplegados {
    display: flex;
    align-items: center;
}
#redes-footer a {
    font-size: 24px;
    padding-right: 20px;
    text-align: right;
}
#redes-footer {
    text-align: right;
}
/* OBRA SINGLE */
.obras-single {
    background: url(imagenes/obras-bk.png);
    color: #fff;
}
.obras-single h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.imagen-obra-single {
    height: 550px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.resumen-obra ul, .resumen-derecho-obra ul{
    list-style: none;
    padding: 0;
}
.resumen-derecho-obra {
    padding-left: 40px;
}
.resumen-derecho-obra p, .resumen-derecho-obra .presentaciones li {
    max-width: 650px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.medio-cita {
    font-weight: 500;
    font-size: 20;
}
.cita {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}
.resumen-derecho-obra h2, .resumen-derecho-obra h2 button, .resumen-derecho-obra h2 button:hover  {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 21px;
    line-height: 1em;
    height: 1em;
    color: #fff;
    background: transparent;
    padding-left: 0;
    margin-top: 0;
}
.resumen-obra h3 {
    text-transform: none;
    font-size: 23px;
    position: relative;
    margin-bottom: 24px;
}
.resumen-obra li, .resumen-derecho-obra li {
    margin-bottom: 45px;
}
.resumen-derecho-obra li ol li {
    margin-bottom: 0;
}
.presentaciones-periodo p {
    margin-bottom: 2px;
}
.presentaciones-periodo {
    padding-left: 50px;
    margin-bottom: 35px;
}
.presentaciones {
    padding-left: 0;
}
.presentaciones-periodo {
    padding-left: 32px;
    margin-bottom: 16px;
}
.fecha-periodo {
    text-transform: uppercase;
    position: relative;
    margin-bottom: -3px;
}
.fecha-periodo:after {
    content: "";
    width: 200px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 11px;
    max-width: 100%;
    margin-left: 20px;
}
.resumen-obra h3:after {
    content: "";
    width: 220px;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 3;
    position: absolute;
    margin-top: 34px;
}
.caja-info p {
    margin-bottom: 0;
}
.caja-info {
    border: 1px #fff solid;
    padding: 20px;
}
.bajo-titulo-single {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    color: #898989;
    margin-bottom: 10px;
}
.single-noticias ul {
    list-style: initial;
    padding: 17px;
}
.menu-menu-1-ingles, .menu-menu-1{
    list-style: none;
}
.caja-info {
    border: 1px #fff solid;
    padding: 20px;
}
.resumen-obra {
    border-right: 1px #2d2d2d solid;
    padding-right: 15px;
}
.portada-compania {
    height: 500px;
}
.contenido-portada-compania {
    max-width: 800px;
}
.caja-contenidos-portada {
    background: #ffffffa1;
    padding: 40px 30px;
    text-align: center;
}
.my-auto {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.caja-contenidos-portada h2:after {
    content: none;
}
.caja-contenidos-portada h2 {
    font-size: 28px;
    line-height: 1.5em;
}
.sobre-la-compania h1 {
    text-align: center;
    margin-bottom: 30px;
}
.fondo-amarillo {
    background-color: var(--second-color);
}
.resumen-obra ol img {
    max-width: 93px;
}
ul{
    list-style: none;
}
.caja-integrante {
    padding: 20px;
}
.foto-integrante {
    height: 178px;
    width: 100%;
}
.integrantes li {
    float: right;
}
.page-template-company .la-marioneta {
    display: none;
}
.la-marioneta .h2-con-fondo{
    margin-bottom: 20px;
}
.noticias-template-default .imagen-obra-single {
    margin-top: 0;
}
.modal .noticias h2:after {
    content: none;
}
.noticias h2{
    margin-bottom: -3px;
}
.modal-footer .btn {
    margin: 0 !important;
}
.noticias .modal-body .fecha-obra {
    margin-bottom: 16px;
}
.idiomas {
    display: flex;
}
.idiomas a {
    color: var(--main-color);
    margin: 0 6px;
}
.taller-home .btn {
    display: block;
    margin: auto;
}
.formacion-page img, .formacion-page-2 img {
    width: 100%;
}
.resumen-obra a p {
    color: #fff;
}
.resumen-obra ol {
    width: 49%;
    display: inline-block;
    padding: 0;
}
.contacto {
    background: url(imagenes/fondo-contacto-3.jpg);
    background-position-y: -34%;
}
.contacto h1{
    color: #fff;
}
.insta {
    background: #ffffff1a;
    padding: 20px;
    margin-top: 40px;
}
.formulario label {
    letter-spacing: .2em;
    font-size: 9px !important;
    font-weight: 200 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}
.contacto-caja {
    background-color: #000;
    padding: 40px 40px 30px 60px;
}
.contacto-caja a {
    color: #fff;
}
.contacto-caja i {
    margin-right: 13px;
}
#redes-contacto i {
    font-size: 28px;
    margin-right: 17px;
}
.contacto-caja .h2-con-fondo {
    margin-bottom: 15px;
}
.contacto-caja a {
    color: #fff;
    margin-bottom: 20px !important;
    display: inline-block;
}
.proximas-archive-box {
    background-color: #8b8b8b29;
    padding: 20px;
    border-radius: 6px;
    background-color: #ffffffa1;
}
.proximas-archive-box .btn {
    text-align: right;
    margin-bottom: 22px;
    margin-top: 0;
}
.proximas-funciones-single .proxima-funcion-item p {
    margin-bottom: 0;
}
.btn-dere {
    text-align: right;
}
.info-completa {
    border-left: 1px #bcbcbc solid;
    padding-left: 10px;
    margin-left: 4px;
    margin-bottom: 18px;
    margin-top: 21px;
    border-left: 1px #FFF solid;
}
.proximas-funciones-single {
    background: url(imagenes/fondo-prox-funciones.png);
    background: url(imagenes/fondo-proximas-4.jpg);
    background-size: cover;
}
.proximas-funciones-single .proxima-funcion-item {
    padding-bottom: 10px;
    padding-top: 10px;
    padding: 20px;
    border-radius: 6px;
    background-color: #ffffffa1;
    margin-bottom: 20px;
}
.proximas-funciones-single .proxima-funcion-item:after {
    content: none;
}
.formacion-page{
    background: url(imagenes/fondo-prox-funciones.png);
}
.imagen-taller-home {
    height: 165px;
    margin-bottom: 20px;
}
.imagenes-sobre-la-marioneta {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-capitulos {
    padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
}

.img-capitulos li {
	flex-basis: 25%;
    flex-grow: 1;
	padding: 5px;
}

.img-capitulos li:nth-child(n+5) {
	flex-basis: 33.33%;
}

.memoria-virtual-items {
    display: flex;
}

.memoria-virtual-items > a {
    flex-basis: 50%;
    margin: 0 20px;
}

.memoria-virtual-items .memoria-virtual-item {
    width: 100%;
    height: 425px;
    padding: 50px;
    color: #fff;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
	background-size: cover;
	background-repeat: no-repeat;
}

.memoria-virtual-items .fecha-obra,
.memoria-virtual-items h5 {
    color: #fff;
}

.single-memoria_virtual .top-banner {
    height: 400px;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    background-size: cover;
	padding: 150px;
	color: #fff;
}

.single-memoria_virtual .top-banner span {
	font-size: 14px;
	margin-bottom: 10px;
}

.post-type-archive-memoria_virtual, .single-memoria_virtual {
	background: url(imagenes/fondo-prox-funciones.png);
}
	

.post-type-archive-memoria_virtual h1 {
    margin-top: 130px;
}

/* RESPONSIVE */
@media (min-width: 992px){
    .resumen-obra {
        min-height: 400px;
    }
    .destacado-h2 {
        border-right: 1px #eaeaea solid;
    }
    .contacto-caja {
        transform: translate(-52px, 30px);
    }
    .idiomas {
        margin-left: 30px;
        color: #fff;
    }
    .integrantes li {
        width: 75%;
    }
    .proximas-funciones {
        margin-left: 60%;
    }
    ul.menu  {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu-menu-1-container, .menu-menu-1-ingles-container {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
    }
    .contenido-otros-proyectos{
        position: absolute;
    }
    .single-obraspo .contenido-otros-proyectos{
        position: relative;
    }
    .formacion{
        padding-bottom: 200px;
    }
    .noticias {
        padding-top: 360px;
    }
    .modal-body{
        width: 100%;
    }
}
@media (max-width: 991px){
    .resumen-derecho-obra{
        padding-left: 0;
    }
    .cotenido-total {
        margin-top: 105px;
    }
    .contacto-caja {
        margin-top: 20px;
    }
    .noticias .modal-body .img-noticia-modal {
        display: none;
    }
    ul.menu li a{
        line-height: 40px;
    }
    .idiomas{
        text-align: center;
        display: block;
    }
    ul.menu{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .noticias li.una-noticia:first-child {
        height: 250px;
    }
    .taller-home{
        margin-bottom: 20px;
    }
    .titulo-sitio h1{
        font-size: 25px;
    }
    .caja-obra {
        margin-bottom: 10px;
        padding: 10px;
    }
    .proximas-funciones {
        left: 50%;
        -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
        transform: translate(-50% , -50%);
    }
    .noticias li{
        width: 100% !important;
    }
    .navbar-brand img {
        max-width: 90px !important;
    }
    .contenido-caja{
        transform: none;
    }
    .cotenido-total {
        margin-top: 70px;
    }
    .titulo-obra{
        margin-bottom: 0;
    }
    .contenido-otros-proyectos{
        padding: 5px;
    }
    .titulo-obra{
        margin-left: 0;
    }
    .caja-contenidos-portada {
        padding: 0;
    }
    .caja-contenidos-portada h2 {
        font-size: 25px;
    }
    iframe {
    width: 100% !important;
    height: 100% !important;
    }

}

@media (min-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 30.333333%;
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
}
}
