/**************************************
***************************************
SECCIÓN
***************************************
**************************************/

body > #zona-segura > main {
	border-top: solid 3px #28417b;
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
    body > #zona-segura > main {
        display: none;
    }
}

body > #zona-segura > main > h1 {
	background-color: #28417b;
    color: white;
    position: absolute;
    right: 0;
    padding: 7px 12px 10px;
    font-size: 1.125em;
}

body > #zona-segura > article {
	padding: 45px 0 45px;
    border-bottom: solid 3px #28417b;
}

body > #zona-segura > article:first-of-type {
	padding-top: 0;
}

body > #zona-segura > article:last-of-type {
	padding-bottom: 0;
    border-bottom: none;
}

body > #zona-segura > article > h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #808080;
    /*max-width: 565px;*/
	/*text-align: left;*/
}

body > #zona-segura > article:nth-child(2n) > h1 {
	text-align: right;
	/*max-width: none;*/
}

@media screen and (max-width: 800px) {
    body > #zona-segura > article > h1, body > #zona-segura > article:nth-child(2n) > h1 {
        max-width: none;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    body > #zona-segura > article:first-of-type > h1 {
        margin-top: 30px;
    }
}

body > #zona-segura > article > .texto {
	margin-top: 25px;
    padding: 0 20px;
    line-height: 150%;
    text-align: justify;
}

@media screen and (max-width: 480px) {
    body > #zona-segura > article > .texto {
        padding: 0;
    }
}

body > #zona-segura > article > .texto > .foto {
	display: table;
    float: right;
    margin-left: 40px;
    position: relative;
    top: -15px;
}

body > #zona-segura > article:nth-child(2n) > .texto > .foto {
	float: left;
	margin-left: 0;
	margin-right: 40px;
}

@media screen and (max-width: 800px) {
    body > #zona-segura > article > .texto > .foto, body > #zona-segura > article:nth-child(2n) > .texto > .foto {
        float: none;
        display: table;
        margin: 0 auto 20px;
        position: inherit;
        top: 0;
    }
}

body > #zona-segura > article > .texto > .foto > figure {
	border: solid 2px #b3b5b4;
    width: 250px;
    height: 187px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 1;

    -webkit-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    -moz-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    -ms-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    -o-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    transition: border .25s ease, background-size .25s ease, opacity .25s ease;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 481px) {
    body > #zona-segura > article > .texto > .foto > figure {
        width: 150px;
        height: 112px;
    }
}

body > #zona-segura > article > .texto > .foto > figure:hover {
	border: solid 2px #4276aa;
    background-size: 105%;
    opacity: .8;
}

body > #zona-segura > article > .texto > .foto > figure > .icono {
	opacity: 0;

    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

body > #zona-segura > article > .texto > .foto > figure:hover > .icono {
	opacity: .9;
}

body > #zona-segura > article > .precio, body > #zona-segura > article > .lugar, body > #zona-segura > article > .fecha, body > #zona-segura > article > .entrada {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.15em;
    font-style: italic;
    color: #333;
	text-align: center;
	margin-top: 50px;
}

body > #zona-segura > article > .galeria > h1 {
	display: none;
}

body > #zona-segura > article > .galeria > .video {
	margin: 50px auto 0;
    display: table;
}

body > #zona-segura > article > .galeria > .video > iframe {
	border: solid 3px gray;

    -webkit-transition: border .25s ease;
    -moz-transition: border .25s ease;
    -ms-transition: border .25s ease;
    -o-transition: border .25s ease;
    transition: border .25s ease;
}

@media screen and (min-width: 481px) and (max-width: 800px) {
    body > #zona-segura > article > .galeria > .video > iframe {
        width: 390px;
        height: 225px;
    }
}

@media screen and (max-width: 480px) {
    body > #zona-segura > article > .galeria > .video > iframe {
        width: 190px;
        height: 107px;
    }
}

body > #zona-segura > article > .galeria > .video:hover > iframe {
	border: solid 3px #4276aa;
}

body > #zona-segura > article > .galeria > .fotos {
	margin: 30px auto 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body > #zona-segura > article > .galeria > .fotos > a {
	margin-top: 20px;
}

body > #zona-segura > article > .galeria > .fotos > a > .foto {
	border: solid 3px gray;
    width: 150px;
    height: 112px;
    background-position: center;
    background-size: 100%;
    opacity: 1;

    -webkit-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    -moz-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    -ms-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    -o-transition: border .25s ease, background-size .25s ease, opacity .25s ease;
    transition: border .25s ease, background-size .25s ease, opacity .25s ease;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body > #zona-segura > article > .galeria > .fotos > a > .foto > .icono {
	opacity: 0;

    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

body > #zona-segura > article > .galeria > .fotos > a:hover > .foto > .icono {
	opacity: .9;
}

body > #zona-segura > article > .galeria > .fotos > a:hover > .foto {
	border: solid 3px #4276aa;
    background-size: 105%;
    opacity: .8;
}
