@charset "UTF-8";

/*
    font-family: 'Open Sans', sans-serif;
*/


@font-face{
   font-family: 'Quarto_Black';
   src: url("../fonts/Quarto-Black.eot");
   src: url("../fonts/Quarto-Black.eot?#amocristalab") format("embedded-opentype"),
        url("../fonts/Quarto-Black.woff") format("woff"),
        url("../fonts/Quarto-Black.ttf") format("truetype")
}


html, body{
    width: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    -webkit-overflow-scrolling: touch;
    color: #000;
}
body.header_activo{
    overflow: hidden;
}

a{
    text-decoration: none;
    color: #000;
}

.clear{
    clear: both;
}

img{
    max-width: 100%;
    height: auto;
}
body.hidden{
    overflow: hidden;
}


/*header*/
header{
    background-color: #000;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.header_int{
    width: 1180px;
    display: block;
}
.logo{
    position: absolute;
    top: 2.5px;
    left: calc(50% - 590px);
    display: block;
}
.logo img{
    max-width: 45px;
}
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_li{}
.menu_li a,
.menu_li span{
    display: flex;
    align-items: center;
    height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 10px 12px 0px;
}
.menu_li > a::after,
.menu_li > span::after{
    content: '';
    width: 10px;
    display: block;
    height: 2px;
    background-color: #fff;
    bottom: 8px;
    width: 0;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: absolute;
}
.menu_li:hover > a::after,
.menu_li:hover > span::after{
    width: 10px;
}
.submenu_ul{
    display:none;
    position: absolute;
    width: 1180px;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    top: 100%;
    background-color: #5e5e5e;
    justify-content: center;
    padding-left: calc(50% - 590px);
    padding-right: calc(50% - 590px);
}
.menu_li:hover .submenu_ul{
    display: flex;
}
.submenu_li{}
.submenu_li a{
    padding: 0px 10px;
    -o-transition: 600ms;
    -ms-transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    transition: 600ms;
    font-size: 12px;
    cursor: pointer;
    height: auto;
    min-height: 38px;
}
.submenu_li a:hover{
    background-color: #fff;
    color: #252525;
    -o-transition: 600ms;
    -ms-transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    transition: 600ms;
}
header a{
    color:#fff;
}

/*contenido*/
/*home*/
.wrapper_home{
    width: 100%;
    position: relative;
    height: 100vh;
}
.slider{
    position: relative;
    width: 100%;
    height: 100%;
}
.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.slider .flecha_izq{
width: 80px;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0px;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: 26px;
    cursor: pointer;
        left: 0px;
    background-position: 40px center;
    background-image: url(../img/flecha_izq.png);
}
.slider .flecha_izq:hover{
    opacity: 1;
}

.slider .flecha_der{
        width: 80px;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0px;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: 26px;
    cursor: pointer;
    right: 0px;
    background-image: url(../img/flecha_der.png);
    background-position: -o-calc(100% - 40px) center;
    background-position: -ms-calc(100% - 40px) center;
    background-position: -moz-calc(100% - 40px) center;
    background-position: -webkit-calc(100% - 40px) center;
    background-position: calc(100% - 40px) center;
}

.slider .flecha_der:hover{
    opacity: 1;
}

.s_centrar{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cubo{
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.cubo a{
    color:#fff;
}
.cubo p.t_bottom{
    font-size: 20px;
    font-weight: 300;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.cubo p.marca{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.cubo:hover p.marca{
    padding-bottom: 0;
    margin-bottom: 50px;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.cubo .autor{
    display: block;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    font-size: 36px;
    letter-spacing: 4px;
    margin-top: 0px;
    margin-bottom: 0;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
    line-height: 110%;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.cubo:hover .autor{
    margin-top: 50px;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}

.play {
    width: 37px;
    background-image: url(../img/play.png);
    margin: auto;
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    height: 40px;
    -o-transition: 80ms;
    -ms-transition: 80ms;
    -moz-transition: 80ms;
    -webkit-transition: 80ms;
    transition: 80ms;
    opacity: 0;
}

.cubo:hover .play {
    visibility: inherit;
    opacity: 1;
}


.wrapper{
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
    min-height: calc(100vh - 55px);
    background-color: #fff;
    z-index: 3;
    position: relative;
}
.content{
    width: 1180px;
    margin: auto;
}
.titulo{
    margin-top: 60px;
    margin-bottom: 20px;
}
.titulo h1{
    font-weight: 600;
    font-size: 36px;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    letter-spacing: 2px;
    line-height: 110%;
    margin: 0;
}
.mosaico_filas{}
.mosaico_filas .post{
    width: 100%;
    height: 0px;
    display: block;
    padding-bottom: 18.44%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.17);
    background-image: url(../img/load_black.gif);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    margin-bottom: 20px;
}
.mosaico_filas .post_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}
.mosaico_filas .post .centrar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mosaico_filas .post .centrado{}
.mosaico_filas .post h2{
    width: fit-content;
    margin: 0px;
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    letter-spacing: 2px;
    line-height: 110%;
    text-transform: capitalize;
}
.mosaico_filas .post h2::after{
    content: '';
    display: block;
    height:3px;
    width:30px;
    background-color:#fff;
    margin:10px auto 0px;
        transition: 400ms;
}

.mosaico_filas .post:hover h2::after{
    width:100%;
}
.mapa{
    width: 100%;
    padding-bottom: 50%;
    background-color: #f8f8f8;
    position: relative;
}
#map_canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*contacto*/
.fila.fila_top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fila.fila_top .columna{
    width: calc(50% - 40px);
}
.fila.fila_top .columna:first-child{
    padding-right: 40px;
    border-right: 1px solid #000;
    margin-right: -1px;
}
.fila.fila_top .columna:last-child{
    border-left: 1px solid #000;
    padding: 0px;
    padding-left: 40px;
    height: 100%;
}
.fila.fila_top .fila{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fila.fila_top  .fila  .columna{
    padding: 0px;
    border: none;
    margin-right: 40px;
}
.parrafo{
    font-size: 16px;
}
.texto_servicios .parrafo_int{
    width: 720px;
}
.parrafo p{
    margin: 0px 0px 40px;
    
}
.parrafo h1{
        letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0px;
}
.parrafo h2{
        letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0px;
}
.parrafo h3{
        font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
}
.parrafo h4{
        font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
}
.parrafo h5{
        font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
}
.parrafo h6{
        font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
}
.fila.fila_sobre{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px 40px;
    border-top: 1px solid #000;
    margin-top: 25px;
    padding-top: 40px;
}
.sobre{
    display: block;
        width: 30px;
    height: 20px;
    background-image: url(../img/sobre.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 20px;
    cursor: pointer;
}
.parrafo img{
    max-width: 100%;
    height: auto;
    display: block;
}
.parrafo img.alignleft, .parrafo .alignleft{
    max-width: calc(100% - 30px);
    float: right;
    margin: 0px 0px 30px 30px;
}
.parrafo img.alignright, .parrafo .alignright{
    max-width: calc(100% - 30px);
    float: right;
    margin: 0px 30px 0px 0px;
}
.parrafo img.aligncenter, .parrafo .aligncenter{
    max-width: 100%;
    margin: 30px auto;
    display: block;
}
.parrafo .wp-caption{
    margin: 30px 0px;
}
.parrafo .wp-caption img{}
.parrafo .wp-caption p{
    margin: 0px;
    font-size: 11px;
    text-align: center;
    color: #888888;
}

.fila.fila_top.fila_yauala{
    margin-bottom: 80px;
}
.fila.fila_top.fila_yauala .parrafo{
    font-size: 14px;
}
.fila.fila_top.fila_yauala .parrafo p{
    margin: 0px 0px 10px;
    font-weight: 400;
}
.fila.fila_top.fila_yauala .parrafo.y_parrafo{
    font-size: 13px;
    text-align: right;
    font-weight: 600;
}
.fila.fila_top.fila_yauala .parrafo.y_parrafo p{
     font-weight:600;
 }
.parrafo.y_parrafo .fila{
    align-items: flex-end;
    margin-bottom: 20px;
}
.parrafo.y_parrafo .fila img{
    max-width:calc(100% - 140px);
    margin: 0px 10px 0px 0px;
}
.parrafo.y_parrafo p{}
.parrafo.y_parrafo h2{
        display: inline-block;
    width: 130px;
    letter-spacing: 3px;
    vertical-align: bottom;
    margin: 0;
}
.fila.fila_top.fila_yauala{}
.fila.fila_top.fila_yauala{}


.mosaico_servicios{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.mosaico_servicios .post{
    width: 100%;
    height: 0px;
    padding-bottom: 73%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.mosaico_servicios .post_titulo{
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: 600ms;
}
.mosaico_servicios .post:hover .post_titulo{
    background-color: rgba(0, 0, 0, 0.0);
}
.mosaico_servicios .post_titulo h2{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0px;
}
.mosaico_servicios .post:hover .post_titulo h2{
    color: #ccc;
}

footer{
    background-color: #000;
    width: 100%;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.footer_int{
    width: 1180px;
    position: relative;
    margin: auto;
    padding: 40px 0px;
}
footer .fila{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
    align-items: flex-start;
}
footer .columna{}

footer .columna h3{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
}
footer .columna h3::after{
    content: '';
    display: block;

        background-color: #fff;
    height: 1px;
    width: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
footer p{
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

footer .columna ul{
    margin:0px;
    padding:0px;
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .columna li{}
footer .columna li img{
    max-width: 25px;
    margin: 0px 10px 10px 0px;
}


/*single director*/

.item_full{
    width: 100%;
    height: 0px;
    padding-bottom: 29.7%;
    margin: 80px 0px 40px;
    background-color: rgba(0, 0, 0, 0.17);
    background-image: url(../img/load_black.gif);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    position: relative;
}
.item_full .centrar{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_full .centrado{
    color: #fff;
    text-align: center;
}
.item_full .centrado h2{
    font-size: 72px;
    font-weight: 800;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    letter-spacing: 2px;
    line-height: 110%;
        margin: 0;
    margin-bottom: -40px;
}
.item_full:hover .centrado h2{
margin-bottom: 30px;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.item_full .centrado p{
    font-size: 16px;
    font-weight: 400;
    visibility: hidden;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    line-height: 0%;
}
.item_full:hover .centrado p{
        visibility: inherit;
    opacity: 1;
    margin: 10px;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    line-height: 110%;
    -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.item_full .centrado .play{
        width: 37px;
    background-image: url(../img/play.png);
    margin: auto;
    background-size: 36px;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 40px;
    visibility: hidden;
    -o-transition: 600ms;
    -ms-transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    transition: 600ms;
    opacity: 0;
    z-index: 5;
    position: relative;
}
.item_full:hover .centrado .play {
    visibility: inherit;
    opacity: 1;
    -o-transition: 30ms;
    -ms-transition: 30ms;
    -moz-transition: 30ms;
    -webkit-transition: 30ms;
    transition: 30ms;
}
.item_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mosaico_play{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.item{
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 57.2%;
    overflow: hidden;
    cursor: pointer;
}
.item_info{
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #000;
    bottom: -100%;
    transition: 600ms;
    padding: 10px;
    box-sizing: border-box;
}
.item:hover .item_info{
    bottom: 0px;
}
.item_info h3{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.item_info h4{
    margin: 0px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 10px;
}
.item_info h4::after{
    content:'';
    display:block;
        width: 10px;
    height: 1px;
    background-color: #000;
    margin: 10px 0px;
}
.item_info .play_n{
    width: 0;
    height: 0;
    border-left: 20px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-bottom: 10px;
}


.btn_mas{
    cursor: pointer;
    margin: 40px 0px;
}
.btn_mas p{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-size: 22px;
}

.titulo{}
.titulo h2{
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}


.content_tags{
    display: block;
    width: 100%;
}
.filters{}
.ui-group{
    margin: 0px;
    font-size: 14px;
}
.button-group{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.button{
        background-color: #000;
        color: #fff;
        border: none;
        padding: 5px 12px;
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 4px;
        margin-right: 3px;
        -o-transition: 300ms;
        -ms-transition: 300ms;
        -moz-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
        -webkit-transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
        transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
        cursor: pointer;
        border: 1px solid #000;
        border-radius: 3px;
        display: block;
}
.button.is-checked{
    background-color: #fff;
    color: #000;
}
.grid{
    margin-left: -10px;
    width: calc(100% + 20px);
}
.grid .item{
    width: calc(25% - 20px);
    margin: 0px 10px 20px;
    height: auto;
    padding-bottom: 0px;
}
.grid .item img{
    display:block;
}
.item_full_photo{
    position: relative;
    width: 100%;
    padding-bottom: 21.2%;
    height: 0px;
    margin: 80px 0px 40px;
}
.item_full_photo .item_img{}
.item_full_photo .centrar{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.item_full_photo .centrado{
}
.item_full_photo .centrado h2{
    font-size: 72px;
    font-weight: 800;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    letter-spacing: 2px;
    margin: 0;
    line-height: 110%;
    color: #fff;
}
.texto_servicios{
    margin-top: 100px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
}
.texto_servicios .titulo{
    display: block;
    margin: 0px;
}
.texto_servicios .titulo h1{}
.texto_servicios .parrafo{
    grid-column: 2 / 5;
}
.texto_servicios .parrafo p{
    line-height: 170%;
    font-size: 14px;
    margin: 14px 0px;
}
.texto_servicios .parrafo p strong{}
.titulo_servicios{
    padding-left: calc(25% + 5px);
    margin-bottom: 40px;
}
.titulo_servicios h2{
    font-weight: bold;
    line-height: 170%;
    font-size: 15px;
    margin: 0px;
}

.submenu_extra{
    position: sticky;
    top: 55px;
    margin-top: -35px;
    z-index: 4;
}
.submenu_extra_int{
    background-color: #252525;
    color:#fff;
    text-transform:uppercase;
    cursor: pointer;
}
.submenu_extra_int span{
    line-height:34px;
}
.submenu_locations{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
}
.submenu_extra:hover .submenu_locations{
    display: block;
}
.submenu_locations a,
.submenu_locations span{
    line-height: 35px;
}
.submenu_locations a:hover{
    text-decoration: underline;
}
.submenu_locations a::after,
.submenu_locations span::after{
    content:'/';
    padding:0px 10px;
    text-decoration: none;
}

.submenu_locations a:hover::after{
    text-decoration-color: #fff;
    text-decoration-line: inherit;
}
.single{}
.single .titulo{}
.single .titulo::after{
    content:'';
    width:30px;
    height: 3px;
    background-color: #000;
    position: relative;
    margin-top: 25px;
    display: block;
}
.single .titulo h1{
    margin: 0;
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 800;
}
.slider_s{
    margin-top: 40px;
    width: 100%;
    padding-bottom: 42.4%;
    height: 0px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 50px;
}
.slide_s{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slide_s img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.pie_de_foto{
    left: 0;
    position: absolute;
    top: 100%;
    font-size: 12px;
    letter-spacing: 0.5px;
    background-color: #fff;
}
.pie_de_foto p{
    margin: 0;
}
.texto{
    width: 720px;
    margin-bottom: 40px;
}
.texto::after{
    content:'';
    margin-top:25px;
    width:30px;
    height:3px;
    background-color:#333;
    display:block;
    position:relative;
}
.texto p{}
.more{}
.more .titulo{}
.more .titulo h2{
    margin: 0px 0px 20px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.more .titulo .locations{}
.more .titulo .locations a{}

.sub_centrar{
    width: 1180px;
    margin: auto;
}
.locations{
    display: flex;
    flex-wrap: wrap;
}
.locations a{
    display: block;
    padding: 5px 12px;
    background-color: #000;
    color: #fff;
    margin-right: 2px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2px;
    transition: 300ms;
    transition-timing-function: cubic-bezier(0.77,0.19,0.37,0.4);
}
.locations a:hover{
    color: #000;
    background-color: #fff;
}

.espacio{
    height: 233px;
}

.parrafo_int img.alignleft, .parrafo_int .alignleft, .texto  img.alignleft, .texto .alignleft{
    max-width: calc(100% - 30px);
    float: right;
    margin: 0px 0px 30px 30px;
}
.parrafo_int img.alignright, .parrafo_int .alignright, .texto  img.alignright, .texto .alignright{
    max-width: calc(100% - 30px);
    float: right;
    margin: 0px 30px 0px 0px;
}
.parrafo_int img.aligncenter, .parrafo_int .aligncenter, .texto  img.aligncenter, .texto .aligncenter{
    max-width: 100%;
    margin: 30px auto;
    display: block;
}

.texto .wp-caption, .parrafo_int .wp-caption{
    margin: 30px 0px;
}
.texto .wp-caption img, .parrafo_int .wp-caption img{}
.texto .wp-caption p, .parrafo_int .wp-caption p{
    margin: 0px;
    font-size: 11px;
    text-align: center;
    color: #888888;
}
.ov_over{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.over_video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 10;
    display: none;
}
.titulo_over{
    color: #fff;
    margin-top: 10px;
}

.titulo_over::after{
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
.titulo_over h2{
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.over_photo{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 10;
    display: none;
}
.ov_cerrar{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.icono_cerrar{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../img/cerrar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    cursor: pointer;
}
.f_i{
    width: 40px;
    height: 60px;
    top: calc(50% - 30px);
    left: 0px;
    position: absolute;
    cursor: pointer;
}
.f_i::after{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: translate(4px, 19px) rotate(-45deg);
    display: block;
    position: absolute;
}
.f_i::before{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: translate(4px, 39px) rotate(45deg);
    display: block;
    position: absolute;
}
.f_d{
    width: 40px;
    height: 60px;
    top: calc(50% - 30px);
    right: 0px;
    position: absolute;
    cursor: pointer;
}
.f_d::after{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: translate(4px, 19px) rotate(45deg);
    display: block;
    position: absolute;
}
.f_d::before{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: translate(4px, 39px) rotate(-45deg);
    display: block;
    position: absolute;
}
.over_video_int{
    width: calc(85vw - 120px);
    margin: 0;
    position: relative;
}
.video{
    position: relative;
    width: 100%;
    padding-bottom: 56.6%;
}
.video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.over_img{
    width: calc(100% - 80px);
    margin: 40px auto;
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.over_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.over_write{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.over_write_int{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.cerrar_div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cubo_write{
    background-color: #fff;
    width: 430px;
    position: relative;
}
.cubo_write_int{
    margin: 10px;
    border:1px solid #000;
    padding: 20px;
}
.cubo_write .fila{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.cubo_write .fila h3{
    width: fit-content;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 30px;
}
.cubo_write form{
    width: 100%;
}
.cubo_write .fila label{
    display: block;
    width: fit-content;
    margin-right: 10px;
    white-space: nowrap;
}
.cubo_write .fila input{
    width: 100%;
    display: block;
    background-color: #000;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border:none;
    box-sizing: content-box;
    padding: 0px 10px;
}
.cubo_write .fila_txt label{
    display: block;
    margin-bottom: 5px;
}
.cubo_write .fila_txt textarea{
    width: 100%;
    height: 70px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
    border: none;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #fff;
    resize: none;
}
.fila .icono_cerrar{
    background-image: url(../img/cerrar_b.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: center;
    cursor: pointer;
    top: 20px;
}
.btn{
    background-color: #000;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    margin-top: 10px;
}

input:active, input:focus,
textarea:active, textarea:focus{
    outline: 0;
}
.btn_write{
    cursor: pointer;
}

.loader{
    background-color: #000;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: 300ms;
    opacity: 1;
}
.loader_int{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.loader_int img{
    max-width: 100px;
    height: auto;
}


/*error*/
.black{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 10;
    color: #fff;
    background-color: #000;
}
.black .error{
    width: 1180px;
}
.black .error img{
    width: 70px;
    height: auto;
    margin-bottom: 90px;
}
.black .error p{
    font-family: 'Quarto_Black', 'Playfair Display', serif;
    font-size: 96px;
    font-weight: normal;
    margin: 0;
    line-height: 100px;
    margin-bottom: 40px;
}
.black .error p::after{
    content: '';
    position: relative;
    background-color: #fff;
    width: 60px;
    height: 7px;
    display: block;
    margin-top: 50px;
}


