.zoomchile-interior {
    background: #fff;
    padding-top: 50px;
}
@media screen and (min-width: 1201px) {
    .zoomchile-interior {
        padding-top: 0;
    }
    .fotobox-body-img img {
        min-height: 600px;
    }
    .fotobox-dialog {
        padding-top: 10px;
    }
}
.ad-top-container,
.button-toggle {
    display: none;
}

.form-newsletter {
    display: none;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.cover {
    padding: 65px 0;
    background: #000 url(../images/header01.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.cover h1 {
    text-shadow: 1px 1px 4px #000;
    font-size: 70px;
    font-size: 9vw;
    margin: 0;
    text-transform: uppercase;
}

.cover h4 {
    margin-bottom: 0;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    font-size: 20px;
}

.header-share-box {
    position: fixed;
    top: 17px;
    right: 14px;
    z-index: 20;
}

.back-to-soychile {
    margin-top: 17px;
}

.header-share-box > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.btn-instagram {
    text-shadow: none;
    background-color: #5C8BAC;
    padding: 5px 8px;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2);
    border: 1px solid #2F5283;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.btn-instagram img {
    height: 18px;
    margin-top: -4px;
}
/*------------------------------------*\
    #GALERIA
\*------------------------------------*/
.galeria {
    overflow: hidden;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card {
    width: 25%;
    float: left;
    max-width: 310px;
}

.card-content {
    cursor: pointer;
    position: relative;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-content > div:first-child {
    background-color: #f9f9f9;
}

.card:hover .card-info {
    display: block;
}

.card-img {
    height: auto !important;
}

.card-info {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    color: #fff;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.card-info .boton {
    width: 70px;
    height: 70px;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    left: 50%;
    margin-left: -35px;
    text-indent: 3px;
    padding: 0;
}

.card-info .fecha {
    width: 100%;
    bottom: 10px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding-right: 16px;
    font-family: Roboto;
}

/*------------------------------------*\
    #FOTOBOX ex MODAL
\*------------------------------------*/
.fotomodal {
    background-color: #000;
}
.fotobox-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.fotobox-dialog {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.fotomodal .close {
    color: #fff;
    opacity: 1;
    font-size: 50px;
    text-shadow: 0 1px 0 #000;
    margin-right: 10px;
}

.fotobox-body {
    position: relative;
    padding: 20px;
    background: white;
}

.fotobox-body-img {
    position: relative;
}

.fotomodal .bajada {
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    background: #000;
    color: white;
    padding: 20px 290px 20px 20px;
    font-family: Roboto;
}

.bajada-fecha {
    display: block;
    color: #B8B8B8;
}

.bajada-share-box,
.fotobox-header-share-box {
    position: absolute;
    top: 18px;
    right: 0;
    width: 280px;
}
.comentarios {
    min-height: 180px;
}

.bajada-share-box > *,
.fotobox-header-share-box > * {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.fotobox-header-share-box {
    left: 15px;
    display: none;
}

.nav-btn-left,
.nav-btn-right {
    position: absolute;
    color: white;
    font-size: 50px;
    width: 50px;
    line-height: 0;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
}

.fotomodal .nav-btn-right {
    right: -70px;
}

.fotomodal .nav-btn-left {
    left: -70px;
}

.btn-number {
    display: none;
    top: -10px;
    left: auto;
    right: -10px;
}
/*------------------------------------*\
    #PRELOADER
\*------------------------------------*/
.preloader-container {
    position: relative;
    height: 100px;
}

.preloader-container .preloader {
    margin-top: 0;
    left: 50%;
}

.btn-scroll {
    position: fixed;
    width: 900px;
    bottom: 0;
    left: 50%;
    margin-left: -450px;
    z-index: 1060;
    background-color: #f00;
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 18px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.comments-number {
     display: none;
    background-color: #fff;
    color: red;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1.1;
    padding: 4px 8px;
    position: relative;
    top: -8px;
    left: 2px;
    font-size: 14px;
}

#footer-2 {
    background-color: #fff;
}

.footer-wrapper,
.box-ciudad-footer + .box-ciudad-footer {
    padding: 20px 20px 0;
    margin-top: 0;
}

.instagram-btn img {
    width: 14px;
}

.bajada-share-box {
    padding-top: 14px;
}

.instagram-btn {
    color: #fff;
}

.instagram-btn-btn {
    background-color: #3f729b;
    padding: 0 4px;
    border-radius: 2px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
}

.instagram-btn-text {
    position: absolute;
    top: 0;
}

.newsletter-zoom {
    display: none;
}

.sidebar-menu .icon-mail-invert {
    margin-right: 5px;
    margin-top: -10px;
    background: url(//img.soy-chile.cl/Fotos/mailing/mail-invert.png);
    height: 30px;
    width: 30px;
}
