/* Tags*/
textarea{
	min-width: 100%; 
}
body{
	font-family: 'Raleway', sans-serif;
}
/* ID's*/
#title{
	width: calc(100% - 80px);
	position: absolute;
	font-family: inherit;
	color: #72521e;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 24pt;
	margin: 30px auto;
	line-height: 0.9;
}
#title span{
	color: #881111;
	font-family: inherit;
	font-size: smaller;
}
#TLCorner{
	max-width: 300px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 30%;
}
#TRCorner{
	max-width: 300px;
	z-index: 2;
	top: 0;
	right: 0;
	width: 30%;
	transform: rotateZ(90deg);
	margin-top: -5px;
}
#BLCorner{
	max-width: 300px;
	z-index: 2;
	bottom: 0px;
	left: 0;
	width: 30%;
	transform: rotateZ(-90deg);
	margin-bottom: -5px;
}
#BRCorner{
	max-width: 300px;
	z-index: 2;
	bottom: 0px;
	right: 0;
	width: 30%;
	transform: rotateZ(-180deg);
	margin-bottom: -5px;
}
#TEdge{
	top: 0;
	width: 100vw;
	height: 60px;
	left: 0;
	background-image: url(../img/edge.png);
	background-repeat: repeat-x;
	z-index: 1;
	background-size: contain;
	background-position-x: center;
}
#REdge{
	width: 60px;
	height: 100vh;
	top: 0;
	right: 0;
	background-image: url(../img/edge-y.png);
	background-repeat: repeat-y;
	z-index: 1;
	background-size: contain;
	background-position-x: center;
	transform: rotate(180deg);
}
#LEdge{
	width: 60px;
	height: 100vh;
	top: 0;
	left: 0;
	background-image: url(../img/edge-y.png);
	background-repeat: repeat-y;
	z-index: 1;
	background-size: contain;
	background-position-x: center;
}
#BEdge{
	bottom: 0;
	width: 100vw;
	height: 60px;
	left: 0px;
	background-image: url(../img/edge.png);
	background-repeat: repeat-x;
	z-index: 1;
	background-size: contain;
	background-position-x: center;
	transform: rotate(180deg);
}
#intro-banner{filter: drop-shadow(16px 16px 20px red) invert(52%);}
#slide1{margin-bottom: 160px;width: 300px;}
#slide2{margin-top: -250px;margin-bottom: 30px;display: flex;fle: initial;}
#slide3{margin-top: -130px;margin-bottom: 60px;}
#slide4{margin-top: -90px;margin-bottom: 100px;}
#slide1 span{left: 62px;top: -25px;}
#slide2 span{
	left: 80px;
	top: 39px;
}
#slide3 span{
	top: 160px;
	left: 50px;
}
#slide4 span{
	top: 30px;
	left: 59px;
}
#slide1:hover:after{
	content: url(../img/uno.svg);
	transform: scale(0.39);
	top: -101px;
	left: 11px;
	width: 100%;
	height: 100%;
}
#slide2:hover:after{
	 content: url(../img/dos.svg);
	 transform: scale(0.48);
	 top: 31px;
	 left: 22px;
	 width: 100%;
	 height: 100%;
}
#slide3:hover:after{
	 content: url(../img/tres.svg);
	 top: 187px;
	 left: 25px;
	 position: absolute;
	 transform: scale(0.66);
	 width: 100%;
	 height: 100%;
}
#slide4:hover:after{
	  content: url(../img/cuatro.svg);
	  top: 81px;
	  left: 9px;
	  transform: scale(0.69);
	  width: 100%;
	  height: 100%;
}
.steps{
	width: 165px;
	position: absolute;
	display: none;
}
#step1{
	top: 165px;
	left: 201px;
}
#step2{
	top: 260px;
	left: 235px;
	transform: scale(0.7);
}
#step3{
	top: 315px;
	left: 281px;
}
/* Classes*/
.accordion{
	margin: 30px 0;
	font-family: 'Raleway', sans-serif;
}
.banner{
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: auto;
}
.grid{
	background-color: transparent;
	background-image: linear-gradient(0deg, transparent 24%, #dab985 25%, #dab985 26%, transparent 27%, transparent 74%, #dab985 75%, #dab985 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #dab985 25%, #dab985 26%, transparent 27%, transparent 74%, #dab985 75%, #dab985 76%, transparent 77%, transparent);
	height: calc(100% - 60px);
	background-size: 200px 200px;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	position: fixed;
	pointer-events: none;
}
.beach{
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 30px;
	right: 30px;
	margin-top: 200px;
}
.beach span{
	background-color: #e4d4b473;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.blocker{
	z-index: 500;
}
.border-left {
	background-image: linear-gradient(to bottom, #944832 60%, rgba(255, 255, 255, 0) 0%);
	background-position: left;
	background-size: 7px 70px;
	background-repeat: repeat-y;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	position: fixed;
	z-index: 2;
	pointer-events: none;
}
.border-left:after{
	content: '';
	border: 1vw solid transparent;


	border-image-source: url(../img/edge.png);

	border-image-slice: 76 0 0 0;
	border-image-width: 20px 70px 0% 30%;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: repeat stretch; 
}
.border-top {
	background-image: linear-gradient(to right, #944836 50%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 70px 7px;
	background-repeat: repeat-x;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	position: fixed;
	z-index: 2;
	pointer-events: none;
}
.border-right {
	background-image: linear-gradient(to bottom, #944832 60%, rgba(255, 255, 255, 0) 0%);
	background-position: right;
	background-size: 7px 70px;
	background-repeat: repeat-y;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	position: fixed;
	z-index: 2;
	pointer-events: none;
}
.border-bottom {
	background-image: linear-gradient(to right, #944836 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 70px 7px;
	background-repeat: repeat-x;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	position: fixed;
	z-index: 2;
	pointer-events: none;
}
.border-double {
	border: 10px double #61362b;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	position: fixed;
	z-index: 2;
	pointer-events: none;
}
.button:after{
	position: absolute;
}
.disabled:before{
}
.disabled{
	color: #0e0e0e;
	height: 100vh;
	padding: 40px;
	height: auto;
	padding: 40px;
	display: none;
}
.leafs{position: absolute;height: 100%;pointer-events: none;z-index: 3;}
.leafs img{
	position: fixed;
}
.leafs span{
	position: fixed;
}
.map{
	top: 0;
	width: 100vw;
	max-height: 100%;
	min-height: 100vh;
}
.map-scroll.home-scroll__icon{background-color: #ffffff6b;}
.map-scroll{
	color: #643930;
}
.modal
{
	max-width: none;
}
.ui-accordion .ui-accordion-content{
	min-height: max-content;
}
.close-btn{
	background: #105484;
	border-radius: 20px;
	height: 151px;
	color: white;
	padding: 7px 15px;
	font-size: 15px;
	left: calc(50% - 60px);
	position: inherit;
}
#conclusiones{
	color:white; 
}
.conc-light input, .conc-light textarea{
	background-color: lightgray;
}
.transpBG{
	margin-top: 47px;
	z-index: 0;
}
.flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 1;
	flex-wrap: wrap;
	position: inherit;
	left: 0;
	padding-bottom: 0;
}

.flex a{
	align-self: center;
	display: block;
	justify-content: center;
	width: auto;
	position: relative;
	max-width: 300px;
	flex-direction: column;
}
.header-logo{
	width: 17%;
	padding: 25px;
	max-width: 190px;
	top: 100%;
}
.intro{display: flex;/* width: 100%; */flex-direction: row;justify-content: center;flex-wrap: wrap;margin: 60px 0;}
.intro-imgs{
	margin-top: auto;
	width: 20%;
	min-width: 220px;
	margin-bottom: 50px;
}
.intro-imgs span{
    left: 0;
    top: 0px;
    min-width: 200px;
}
.intro-imgs img{max-width: 190px;width: unset;}
.intro-imgs:last-child{margin-bottom: 60px;}
#intro .section-header{margin-top: 22%;}
.mito{
	max-width: 40%;
	min-width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 19px;
}
.process__col:before{
	content: none;
}
.section-header{margin-top: 28%;}
.s-about{
	padding: 40px;
	/* padding-top: 80px; */
}
.s-about:before{
	content:"";
	position: fixed;
	background: url(../img/Fondo.jpg) repeat-y;
	top:0;
	right:0;
	bottom:0;
	left:0;
	filter:blur(2px);
	height: 100%;
}
.speech-bubble {
	line-height: 1.3;
	position: relative;
	background: #eb5241ff;
	border-radius: 0.1em;
	color: white;
	font-weight: bolder;
	padding: 9px;
	height: fit-content;
	z-index: 1;
	display: block;
	text-align: center;
	max-width: 70%;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 50%;
	width: 0;
	height: 0;
	border: 17px solid transparent;
	border-top-color: #eb5241;
	border-bottom: 0;
	margin-left: -17px;
	margin-bottom: -17px;
}


.section-header:first-child {
    margin: 0 !important;
}
.title{
    color: #868585;
    font-size: 28px;
    font-weight: normal;
}
.text-danger,.text-danger-gray{background: #fff3cd;border-radius: 5px;padding: 18px;}
.text-danger img,.text-danger-gray img,.text-danger-bw img{width: 80px;border-right: 3px solid #856404;margin-right: 10px;padding-right: 16px;}
.text-danger span,.text-danger-bw span{font-size: 31px;margin-left: 20px;margin-top: 0;position: absolute;}
.text-danger p,.text-danger-gray p{
    position: relative;
    margin-top: -20px;
    left: 110px;
    padding-right: 110px;
}
.text-danger-gray, .text-danger-bw{
    background: #dfdfdf;
    margin-bottom: 20px;
    min-height: 100px;
}
.text-danger-bw{
	background: #105484;
	color: white;
	padding: 30px;
	margin: 30px auto;
	padding-bottom: 30px;
}
.ui-state-active .ui-icon{
	background-image: url(../img/icons/arrow-down.svg);
	top: 3px;
	left: -13px;
	background-position: 0px 0px !important;
	width: 30px;
	background-size: 70%;
	transform: none;
}
.ui-icon{
	background-image: url(../img/icons/arrow-down.svg);
	top: 0;
	left: -4px;
	background-position: 3px 0px !important;
	width: 30px;
	background-size: 70%;
	transform: rotateZ(-90deg);
}
.ui-state-default:before{
	content: '';
	width: 40px;
	height: 38px;
	background: #105484;
	position: absolute;
	left: 0;
	top: 0;
}
.ui-state-active:before{
	content: '';
	width: 40px;
	height: 38px;
	background: #105484;
	position: absolute;
	left: 0;
	top: 0;
}
.ui-state-active{
	background: #bfbfbf;
	padding-left: 23px !important;
}

.text-danger-gray p {
    margin-top: -90px;
    margin-bottom: 0;
    font-size: 15px;
}

.text-danger-gray img {
    border-color: #002e43;
    margin-bottom: 20px;
}

.brain {
    margin: 50px 0;
}

.divTable {
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
}

.divTableBody {}

.divTableRow {
    display: inline-flex;
    width: 100%;
}

.divTableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: initial;
    color: white;
    padding: 7px 14px;
    min-width: 390px;
    border-bottom: 2px solid white;
    line-break: auto;
}

.divTableCell:nth-child(1) {background: #6db549;}
.divTableCell:nth-child(2) {background: gray;text-align: center;}
.divTableCell:nth-child(3) {background: #337cc7;}

.divTableCell:first-child {}

.divTableRow:nth-child(1) .divTableCell:nth-child(2) {
    background: no-repeat;
}

.divTableRow:first-child {
    font-weight: bold;
    text-align: center;
    font-size: large;
}

.text-danger-bw img {
    border-color: white;
    margin-bottom: 30px;
}

.text-danger-bw p {
    margin-left: 100px;
    margin-top: -100px;
}

.text-danger-bw:nth-child(2) {
    display: 60px;
}

.text-danger-bw ul {
    height: 190px;
    margin-bottom: 60px;
}

.brain:first-child {
}

.mindset {
    overflow: auto;
}

#ending .section-header {margin-top: 23%;}

#contador {
    position: fixed;
    right: 50px;
    top: 150px;
    width: auto;
    height: auto;
    padding: 8px 16px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    box-shadow: rgba(0,0,0,0.25) 2px 2px 2px;
    border: 1px solid rgba(255,255,255,0.6);
}

/* Dimensiones --------------------------*/
#dimensiones{width: 60%;display: flex;flex-flow: row;flex-wrap: wrap;justify-content: center;min-width: 600px;margin: 100px auto;max-width: 980px;}
#dimensiones a:hover{box-shadow: inset 0px 0px 20vw #73737326;border-width: 4px;border-color: #e4e4e4;}
#dimensiones a{
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    place-content: space-evenly;
    position: relative;
    min-width: 330px;
    min-height: 330px;
    margin: -60px;
    padding: 20%;
    color: white;
    border: 2px solid white;
    box-shadow: 2px 2px 24px #0000002e;
    max-width: 450px;
    max-height: 450px;
    cursor: pointer;
    transition: border 0.1s;
}
#dimension1{background: #7aa5578f;padding-left: 40px !important;padding-top: 40px !important;}
#dimension2{
    background: #1054849c;
    padding-right: 40px !important;
    padding-top: 40px !important;
}
#dimension3{
    background: #b12b2b87;
    padding-left: 40px !important;
    padding-bottom: 40px !important;
}
#dimension4{
    background: #ca8a34a8;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}

#dimensiones a h3 {
    color: white;
    z-index: 2;
    font-weight: bold;
}