/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Copyright (c) 2018, All rights reserved.
 * Stylesheet/Hoja de Estilos: styles
 * Project/Projecto: Septiembre 2018 - Angus Dei
 * Author: Mario Forero, Mottif - marioforero@mottif.com / www.mottif.com
 *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*Fuentes:
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:100,400,700,900,400italic|Open+Sans:100,400italic,100,700italic,100,400,700,800);


/*Generales*/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
body {
	display: none;
}
b, strong {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
.hidden {
	display: none !important;
}
button, a {
	outline: none !important;
}


/*Introduccion*/
.intro {
	display: table;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	border: none;
	background: #211f19 url(../images/site/back_intro.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}
.pageHeader, .pageFooter {
	position: absolute;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
}
.pageHeader {
	top: 0px;
	padding: 0px;
}
.pageHeader .logo_banco, .social_networks {
	position: absolute;
	top: 20px;
}
.pageHeader .logo_banco {
	display: block;
	width: 294px;
	height: 75px;
	left: 20px;
}
.pageHeader .logo_banco a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/site/logo_banco_republica.png) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
}
.pageHeader.two .logo_banco a {
	background-position: right top;
}
.social_networks {
	right: 20px;
	font-size: 0px;
	color: #FFFFFF;
}
.pageHeader.two .social_networks {
	right: 215px;
}
.social_networks li {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	margin: 0px 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.social_networks li a {
	color: #FFFFFF;
	text-align: left;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/site/social_networks.png) no-repeat;
	transition: all 0.5s ease;
}
.social_networks li a.facebook {
	background-position: top left;
}
.social_networks li a.twitter {
	background-position: top right;
}
.social_networks li a:hover {
	opacity: 0.7;
}

.pageFooter {
	bottom: 0px;
	color: #3c321e;
	padding: 5px;
	font-size: 11px;
	/*background: #FFFFFF;*/
	background-color: rgba(230, 220, 180, 0.6);
	text-align: center;
}
.pageFooter strong {
	font-weight: 800;
	letter-spacing: 0.15em;
}
.pageFooter .logo_mottif {
	display: block;
	position: absolute;
	bottom: 9px;
	margin-top: -9px;
	right: 20px;
}
.pageFooter .logo_mottif img {
	display: block;
	margin: 0px;
}
.intro article {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 40px;
}
.intro article .logo_lechuga {
	display: block;
	margin: 0px auto 25px;
}
.intro article h2 {
	font-family: 'Playfair Display', serif;
	font-size: 80px;
	font-weight: 900;
	line-height: 90px;
	margin: 0px auto 30px;
    letter-spacing: 0.02em;
	text-shadow: 2px 2px 15px #423e3066;
}
.intro article h2 strong {
	font-size: 22px;
	display: block;
	line-height: 24px;
}
.intro article h2 strong.top{
	padding-bottom: 39px;
}
.intro article h2 strong.bottom{
	padding-top: 50px;
}
.intro article hr {
	width: 58px;
	height: 13px;
	border: none;
	display: block;
	margin: 0px auto 30px;
	background: url(../images/site/asterisk_white.png) no-repeat center transparent;
}

/* --Bloque de texto intro -- */
.intro article p {
  font-family: 'Playfair Display', serif;
  display: block;
  font-size: 13px;
  line-height: 2.2rem;
  font-weight: 100;
  letter-spacing: 0.16em;
  margin: -10px auto 30px;
	width:95%;
	padding:20px 60px 20px 60px;
	/*text-shadow: 2px 2px 5px #423e30;*/
	/*background-color: rgba(55, 55, 55, 0.4);*/
    background-image: linear-gradient(to right, rgba(20,20,10,0), rgba(20,20,10,0.45), rgba(20,20,10,0.45), rgba(20,20,10,0.45), rgba(20,20,10,0.0));
}

/*Loading*/
#jpreSlide {
	width: 100%;
	height: 100%;
	position: relative;
}
#jpreLoader {
	width: 400px;
	height: 3px;
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.3);
}
#jpreBar {
	background: #FFFFFF;
}
#jprePercentage {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
	color: #FFF;
	text-shadow: 0px 0px 12px #000;
	letter-spacing: 0.03em;
	line-height: 0px;
	padding-top: 15px;
}
#jpreButton {
	display: block;
	vertical-align: middle;
	margin: 0px auto;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 50%;
	font-size: 11px;
	line-height: 14px;
	padding: 30px 5px;
	letter-spacing: 0.06em;
	position: relative;
	cursor: pointer;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#jpreButton:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -3px;
	border-top: 5px solid #FFFFFF;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: none;
}
@keyframes floating {
0% {
transform: translateY(0%);
}
 50% {
transform: translateY(8%);
}
 100% {
 transform: translateY(0%);
}
}
 @-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%);
}
 50% {
 -webkit-transform: translateY(8%);
}
 100% {
 -webkit-transform: translateY(0%);
}
}

/*Contenido de explicacion general*/
.exp {
	display: none;
	position: fixed;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.exp, .exp:before {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.exp:before, .exp img {
	display: block;
	position: absolute;
}
.exp:before {
	content: '';
	background: none;
	z-index: 2;
}
.exp img {
	width: auto;
	height: auto;
	display: none;
	z-index: 1;
}
.exp .one {
	top: 170px;
	left: 200px;
}
.exp .two {
	top: -5px;
	right: 1px;
}
.exp .three {
	top: 282px;
	left: 305px;
}
.exp .four {
	top: 550px;
	left: 50%;
	margin-left: -107.5px;
}

#main_wrapper {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position:relative;
	overflow: hidden;
	z-index: 1;
	background: #DEDEDE;
}

/*draggable*/
#draggable {
    display: block;
	position: absolute;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	top: -830px;
    left: 0px;
	right: auto;
	bottom: auto;
	cursor: move;
	width: auto;
	height: auto;
	z-index: 1;
	background: #DEDEDE;
}


/* Contenedor Imagen principal*/
#main_image {
	display: block;
	position: relative;
	z-index: 1;
    
}


/*Minimap*/
.wrapper_minimap {
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
}
.cont_map {
	position: relative;
	box-sizing: border-box;
	background: none;
	margin: 0px auto;
	/*width: 96px;*/
	height: auto;
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-ms-perspective: 500;
	perspective: 500;
	/* Compatibilidad Firefox -IE */
	-moz-transform-style: preserve-3d;
	-moz-transform: perspective(500px);
	-ms-transform-style: preserve-3d;
	-ms-transform: perspective(500px);
}
.cont_map:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.cont_map #img_map {
	margin: 0px auto;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.cont_map #area_map {
	position: absolute;
	z-index: 5;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
}
.wrapper_minimap .btn {
	display: block;
	text-align: center;
	background: rgba(20, 15, 5, 0.7) none repeat scroll 0% 0%;
	color: #ffe9b9;
	width: 100%;
	padding: 6px 5px;
	box-sizing: border-box;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 14px;
	margin: 8px auto 0px;
	transition: all 0.5s ease;
}
.wrapper_minimap .btn.girar:after {
	content: url(../images/site/ico_giro.png);
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.wrapper_minimap .btn:hover {
	background: rgba(30, 25, 15, 0.9) none repeat scroll 0% 0%;
}


/*rotar mapa*/
.cont_map #img_map.one {
	transform: scale(0.85);
}
.cont_map #img_map.two {
	transform: scale(0.85) rotateY(180deg);
	-ms-transform: scale(0.85);
}
.cont_map #img_map.three {
	transform: scale(1) rotateY(180deg);
	-ms-transform: scale(1);
}


/*Contenido*/
.content {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	box-sizing: border-box;
}
.content .text {
	color: #fff;
	position: absolute;
	z-index: 1;/*transition:transform 0.5s linear;*/
}
.content .text h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 40px;
}
.content .text h2 > span{
	position:absolute;
	left:0px;
	bottom:100%;
	font-size:20px;
	line-height:22px;
}
.content .text .link {
	display: inline-block;
	text-align: center;
	background: #008972;
	color: #FFF;
	width: auto;
	padding: 8px 30px;
	box-sizing: border-box;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 14px;
	margin: 20px auto 0px;
	transition: all 0.5s ease;
}
.content .text .link:hover {
	background-color: #009F84;
}

.content .text ul {
	margin: 0px auto;
	list-style: none;
}
.content .text ul li {
	padding: 0px 0px 0px 20px;
	background: url(../images/site/ico_list.png) no-repeat 0px 6px;
	margin: 0px auto 40px;
}
.content .text table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 0px auto 20px;
}
.content .text table td, .content .text table th {
	border: 1px solid #FFFFFF;
	padding: 15px;
	vertical-align: top;
	box-sizing: border-box;
}
.content .text table th {
	font-weight: 700;
	font-size: 11px;
}
.content .text.historia {
	width: 483px;
}
.content .text.tabla_tecnica {
	width: 586px;
}


/*items interactivos*/
.item {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.item .btn {
	display: block;
	text-align: left;
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	box-sizing: border-box;
	background: none;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.2s linear 0.2s;
}
.item .btn:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: #FFFFFF;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9.5px 0px 0px -9.5px;
}
.item:hover .btn {
	transform: scale(1.45);
	transition: all 0.2s linear;
}
.item .msn {
	display: table;
	vertical-align: middle;
	width: 330px;
	padding: 20px 0px 20px 0px;
	height: 360px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	margin-top: -180px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
}
.item:hover .msn {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s linear 0.2s;
}
.item .msn, .item .msn:after {
	position: absolute;
	top: 50%;
}
.item .msn.left {
	right: 50px;
}
.item .msn.right {
	left: 50px;
}
.item .msn:after {
	content: '';
	z-index: 1;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -10px;
}
.item .msn.left:after {
	border-left: 20px solid #FFFFFF;
	border-right: none;
	left: 98%;
}
.item .msn.right:after {
	border-right: 20px solid #FFFFFF;
	border-left: none;
	right: 98%;
}
.item .msn > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 30px;
}
.item .msn h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 35px;
	line-height: 45px;
	margin: 0px auto 20px;
	color: #666666;
}
.item .msn p {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 20px;
	font-size: 14px;
	color: #333333;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.item .msn .link {
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background: #bda87a;
	padding: 10px;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	border-radius: 5px;
	margin: 25px auto 0px;
	letter-spacing: 0.08em;
	transition: background-color 0.5s ease;
}
.item .msn .link:hover {
	background-color: #907A51;
}
.item .msn hr {
	display: block;
	background: url(../images/site/asterisk_black.png) no-repeat center transparent;
	border: none;
	width: 45px;
	height: 10px;
	margin: 20px auto 0px;
}

.galeria {
	display: block;
	width: 100%;
    text-align: center;
    color: #ffe9b9;
	background: rgba(30, 25, 15, 0.7) none repeat scroll 0% 0%;
	padding: 5px;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.08em;
	transition: background-color 0.5s ease;
    margin-top: 5px;
}
.galeria .link:hover {
	background-color: #907A51;
}
.galeria hr {
	display: block;
	border: none;
	width: 45px;
	height: 10px;
	margin: 20px auto 0px;
}



/*interna mapa mundi*/
.mapa_mundi {
	display:block;
	border:none;
	width:100%;
	height:100%;
	max-width:960px;
	background:#E8E2C0;
	margin:0px auto;
	box-sizing:border-box;
}
.scroll {
}
.mapa_mundi img.map {
	display:block;
	margin:0px auto;
	width:auto;
	height:auto;
	max-width:100%;
}
.mapa_mundi .desc {
	padding: 0px 40px 30px;
	text-align:left;
	background:url(../images/site/back_mapamundi.jpg) repeat;
}
.mapa_mundi .desc h2 {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	line-height:45px;
	color: #333333;
	margin-bottom: 30px;
	font-weight:900;
}
.mapa_mundi .desc ul {
	font-size:0px;
}
.mapa_mundi .desc ul li {
	display:inline-block;
	vertical-align:middle;
	color:#333333;
	width:50%;
	margin:0px 0px 10px;
	font-size: 12px;
}
.mapa_mundi .desc ul li img, .mapa_mundi .desc ul li p {
	display:inline-block;
	vertical-align:middle;
}
.mapa_mundi .desc ul li img {
	margin:0px;
	max-width: 40%;
}
.mapa_mundi .desc ul li p {
	max-width: 57%;
	margin-left: 2%;
	line-height:16px;
}
.mapa_mundi .desc hr {
	margin: 30px -25px 35px;
	width:106%;
	border:none;
	border-top:1px dotted #666666;
	background:none;
}
.mapa_mundi .desc ul.notas li {
	font-size:14px;
	color:#333333;
	padding:0px 65px 0px 20px;
	box-sizing:border-box;
	background:url(../images/site/ico_list.png) no-repeat 0px 5px;
	vertical-align:top;
}

/* ------- estilos slider texto ------------ */
* {
	box-sizing:border-box
} 

/* Slideshow container */
.slideshow-container {
  width: 75%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display:none;
}

/* Next & previous buttons 
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right 
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through 
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text 
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) 
.numbertext {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #4c8669;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {right: .4} 
  to {right: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
