*{
    margin: 0;
    padding: 0;
}
html{
    -webkit-text-size-adjust: none;
}
body{
    /*font-family: 'Crimson Text', serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    background: #F9F9F9;
    text-align: center;
    overflow: hidden !important;
    zoom: 0;
}
.row{
    overflow: hidden !important;
}
.bloque1, .bloque2{
    height: 100vh;
    width: 100%;
    color: #FFF;
}
.bloque1_c{
    background-color: #9D2235;
}
.bloque1{
    background: url("../img/fondo.jpg") no-repeat top left;
    background-size: cover;
}
.bloque1 h4{
    margin-bottom: 1.5rem;
}
.abrir, .cerrar:hover{
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #FFF;
    font-weight: 600;
    color: #FFF;
}
.abrir:hover, .cerrar{
    background-color: #FFF;
    border-radius: 25px;
    border: 2px solid #FFF;
    font-weight: 600;
    color: #8b0000;
    outline: 0;
}
.abrir:focus, .cerrar:focus{
    box-shadow: none !important;
}

.bloque2{
    background-color: #968C83;
}
.bloque2_c {
    width: 100%;
}
.logo-c{
    position: absolute;
    top:0;
    width: 100%;
}
.logo-c figure{
    position: relative;
    margin: 50px auto;
}
.logo-c figure img{
    -webkit-box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.45);
}
.icon-circle {
    background-color: #FFF;
    color: #968C83;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
}
.contacto-list{
    list-style: none;
    margin-left: 100px;
    margin-bottom: 0 !important;
    font-size: 1.5rem;
}
.contacto-list, .contacto-list:before{
    transition: visibility 0s linear 1s, opacity 0.33s linear;
}
.contacto-list i.fa{
    font-size: 21px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.contacto-list li{
    margin-bottom: 10px;
}
.contacto-list li a{
    text-decoration: none;
    color: #FFF;
}
.mapa_c {
    position: relative;
    display: none;
    width: 0;
    /*z-index: 9999;*/
    transition: 1000ms all ease-in-out;

}
.mapa_c iframe{
    height: 100vh;
}
.mapa_c, .mapa_c:before, .mapa_c:after, .bloque2_c, .bloque2_c:before, .logo-c figure img, .logo-c figure img:before {
    transition: 1000ms all ease-in-out;
}

.hover-left .bloque1 {
    width: 100%;
}
.hover-left .mapa_c {
    display: block;
    width: 100%;
    z-index: 10;

}
.opn-map figure img{
    margin-left: -652px !important;
}
.hover-left .bloque2_c {
    width: 0;
    position: relative;
    z-index: -1;
    flex: none;
    /*display: none !important;*/
}
.hover-left .bloque2 .contacto-list {
    /*display: none !important;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.hover-left .right:before {
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .bloque1, .bloque2,.mapa_c iframe {
        height: 50vh;
    }
    .logo-c figure{
        margin: 0 auto;
    }
    .opn-map figure img{
        margin-left: auto !important;
    }
    h4, .contacto-list{
        font-size: 1rem;
        margin-left: 0;
    }
}
@media screen and (min-width: 1367px) {
    .contacto-list{
        margin-left: 185px;
    }
}