/* CSS Document by Jose Figueroa - TheElegantArtist.com */

/* App id */
.logo {background-image: url("../icon/favicon.png") !important;background-size: cover !important;}

/* Tags */
html {background-color:#1f1f1f;}
body {display: flex;flex-direction: column;min-height: 100vh;font-family: 'Nunito Sans', sans-serif;letter-spacing: 0.8px;}
body, html {margin:0;padding:0;}
ul, ol {list-style: none; margin:0;padding:0;}
div, ul, ol, img {display:block;}
a img {max-width:100%;max-height:100%;}
hr {border-top: 2px dotted;border-right: none;border-left: none;border-bottom: none;margin: 6px 5%;}
/* Forms */
form {padding:10px;text-align:center;font-size: 16px;}
input, select {height: 36px;}
input:disabled, select:disabled, textarea:disabled {background-color:#b1b1b1 !important;color:#ccc !important;}
input, select, textarea {
	font-size: 16px !important;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
}
button {display: inline-block;width: 100%;padding: 10px;margin: 5px;cursor: pointer;font-size: 16px;font-weight: bold;}
button:disabled {background-color:#b1b1b1 !important;color:#ccc !important;}
button:hover {}
.button-active {border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(86,255,174,1) ;
-moz-box-shadow: 0px 0px 5px 0px rgba(86,255,174,1) ;box-shadow: 0px 0px 5px 0px rgba(86,255,174,1) ;}
.button-active a {}
select {margin-left:6px;}
label {margin-top:10px;}
field {margin-left:6px;flex:auto;}
fieldset {}
textarea {height: 86px;}
option {}
/* Text */
a, h1, h2, h3 {}
h1 {text-align:center;font-family: 'Caviar Dreams', sans-serif;text-decoration: none !important;}
h2 {text-align:center;font-family: 'Caviar Dreams', sans-serif;text-decoration: none !important}
h3 {text-align:center;font-family: 'Caviar Dreams', sans-serif !important;text-decoration: none !important}
h4 {text-align:center;font-family: 'Caviar Dreams', sans-serif;font-size: smaller;font-weight: normal;text-decoration: none !important;}
h1 a {}
h1 a:hover {text-decoration:none;}
h2 a {}
h2 a:hover {text-decoration:none;}
a {}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {}
p {font-family: 'Nunito Sans', sans-serif;letter-spacing: 0.8px;}
small {}
.caviar{font-family: 'Caviar Dreams', sans-serif;}
.nunito{font-family: 'Nunito Sans', sans-serif;}
.open{font-family: 'Open Sans', sans-serif;}
.center {text-align:center;}
.columns {column-count: 2;}
.columns-2 {column-count: 2;}
.columns-3 {column-count: 3;}
.columns-4 {column-count: 4;}
.link, .underline {}
.main {}
.message {}
.text-center {}
.text-left {}
.text-right {}
.crossed {text-decoration:line-through;}
/* attributes */
.absolute {position:absolute;}
.auto {width:auto;}
.border-dotted {}
.border-round {}
.border-square {}
.height {}
.hide {display:none;}
.hidden {display:none;}
.inline {}
.inline li {}
.fixed {position:fixed;}
.float-left {float:left;}
.float-right {float:right;}
.footnote {text-align:center;margin:0 auto;}
.footnote h3 {margin:0 auto;}
.no-style {margin:0 !important;padding:0 !important;background:none !important;color:inherit;border:none !important;}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.overflow-scroll{overflow:scroll;}
.polygons {background-image: url("../texture/polygons.png") !important;background-size: cover !important;}
.rainbow {}
.relative{position: relative !important;}
.scroll-margin {scroll-margin-top: 80px;}
.shadow {box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);}
.shadow-inset {box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.7);}
.transparent {opacity: 0;}
.width {}

/* animation */
.transition-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: -1; 
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.pulse {
	animation: pulse 1.5s infinite;
}
.background-pulse {animation: Pulse .8s ease-in-out 0s infinite normal none;}
@keyframes Pulse {
	0% {
		background-size: 50px;
	}

	50% {
		background-size: 55px;
	}

	100% {
		background-size: 50px;
	}
}

.text-pulse {animation: PulseText 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s infinite normal none;}
@keyframes PulseText {
	0% {
		font-size: inherit;
		color: #7d7d7d;
	}

	50% {
		font-size: inherit;
		color: #d6fff4;
    text-shadow: 0px 0px 2px #fff;
	}
	
	100% {
		font-size: inherit;
		color: #7d7d7d;
	}
}

/* icons */
.icon {display: block;}
.icon.active {display: block;width: 20px;height: 20px;background-color: #47a425;margin: 6px;border:1px solid #202126;border-radius: 50%;}
.icon.arroba {}
.icon.brain {width:100%;background-image: url('../../design/icon/brain.png');background-size:contain;background-repeat:no-repeat;}
.icon.checked {display: inline-block;width: 16px;height: 16px;vertical-align: bottom;background-color:#c2f8da;margin: 0 4px;border:1px solid #202126;border-radius: 5px;}
.icon.closed {display: block;width: 20px;height: 20px;background-color: #BE2525;margin: 6px;border:1px solid #202126;border-radius: 50%;}
.icon.completed {display: block;width: 20px;height: 20px;background-color: #316BCA;margin: 6px;border:1px solid #202126;border-radius: 50%;}
.icon.contact {width:100%;background-image: url('../../design/icon/social/message.png');background-size:contain;background-repeat:no-repeat;}
.icon.edit {display:inline-block;width:36px;height:36px;background-repeat:no-repeat;color: #fff;}
.icon.trash {display:inline-block;width:36px;height:36px;background-color: transparent;border: none;}
.icon.flag {display:inline-block;width:17px;height:12px;margin: 4px;background-image: url('../../design/icon/flag.png');background-size:contain;background-repeat:no-repeat;}
.icon.idea{display: block;width: 20px;height: 20px;background-color: #7f4fbe;margin: 6px;border:1px solid #202126;border-radius: 50%;}
.icon.online {}
.icon.offline {}
.icon.facebook {width:100%;background-image: url('../../design/icon/social/facebook.png');background-size:contain;background-repeat:no-repeat;}
.icon.gear {}
.icon.inactive {display: block;width: 20px;height: 20px;background-color: #ffaf3c;margin: 6px;border:1px solid #202126;border-radius: 50%;}
.icon.info {display:inline-block;width:15px;height:15px;background-image: url('../../design/icon/info.png');background-size:contain;background-repeat:no-repeat;}
.icon.instagram {width:100%;background-image: url('../../design/icon/social/instagram.png');background-size:contain;background-repeat:no-repeat;}
.icon.linkedin {width:100%;background-image: url('../../design/icon/social/linkedin.png');background-size:contain;background-repeat:no-repeat;}
.icon.off {display: inline-block;width: 16px;height: 10px;vertical-align: bottom;background-color: none;margin: 3px 4px 3px 0;border:1px solid #202126;border-radius: 5px;}
.icon.ol {width:100%;background-image: url('../../design/icon/list.png');background-size:contain;background-repeat:no-repeat;}
.icon.on {display: inline-block;width: 16px;height: 10px;vertical-align: bottom;background-color: #c2f8da;margin: 3px 4px 3px 0;border:1px solid #202126;border-radius: 5px;}
.icon.logo {}
.icon.location {}
.icon.lock {}
.icon.phone {}
.icon.pinterest {width:100%;background-image: url('../../design/icon/social/pinterest.png');background-size:contain;background-repeat:no-repeat;}
.icon.plant {width:100%;background-image: url('../../design/icon/plant.png');background-size:contain;background-repeat:no-repeat;}
.icon.random {width:100%;background-image: url('../../design/icon/random.png');background-size:contain;background-repeat:no-repeat;}
.icon.search {}
.icon.tiktok {width:100%;background-image: url('../../design/icon/social/tiktok.png');background-size:contain;background-repeat:no-repeat;}
.icon.trash {display: inline-block;width:36px;height:36px;background-color: transparent;border: none;background-image: url('https://static.thenounproject.com/png/5056232-200.png');background-size:contain;background-repeat:no-repeat;}
.icon.unchecked {display: inline-block;width: 16px;height: 16px;vertical-align: bottom;background-color: #202023;margin: 0 4px;border:1px solid #999999;border-radius: 5px;}
.icon.van {width:100%;background-image: url('../../design/icon/van.png');background-size:contain;background-repeat:no-repeat;}
.icon.whatsapp {width:100%;background-image: url('../../design/icon/social/whatsapp.png');background-size:contain;background-repeat:no-repeat;}
.icon.x {width:100%;background-image: url('../../design/icon/social/twitter.png');background-size:contain;background-repeat:no-repeat;}
.icon.youtube {width:100%;background-image: url('../../design/icon/social/youtube.png');background-size:contain;background-repeat:no-repeat;}


/* ========== Screen Size ========== */

/* ---------- All Sizes ---------- */

	.numbers {display: block;background:#dadada;border:1px solid #ccc;}

/* ---------- Desktop ---------- */
@media screen and (min-width: 1025px) {
	/* Conditionals */
	.mobile {display: none !important;}
	.tablet {}
	.hide-desktop {display: none !important;}

	/* Structure */
	#Content {padding-top:62px;padding-bottom:20px;}
	#Header {}
	#Header h1 {bottom: 0px;position: absolute;display: block;width: 100%;margin: 0 -20px;padding: 0 0 4px;border-radius: 5px;}
	#Main {display:block;min-height:200px;}
	#Main section {display:flex;min-height: 500px;padding-top:0;}
	#Main section .text {box-shadow:none !important;}
	#Timeline {}
	#Timeline section {padding:20px;}
	#Footer {flex:auto;margin-top: auto;}
	
	/* .class */
	.canvas {margin: 20px 6vw;padding:4px 10px;border: solid 0px #181818;border-radius: 9px;}
	.card {padding:10px 4px;border-bottom: 1px solid #dadada;}
	.card h3 {text-align: center;margin:12px 0;}
	.card a img {max-height:256px;margin:0 auto;border: solid 1px #dadada;
    border-radius: 6px;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);}
	.card p {}
	.grid {}
	.half {display: inline-flex !important;width: calc(100% / 2 - 36px) !important;padding:16px !important;}
	.list {column-count:2;margin:20px 6px;padding:30px;border-radius:11px;border:1px solid #4d4e5d;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
	.media {margin: 20px 0;padding: 8px 0;}
	
	
	.user-pic {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;border: 1px solid #dadada;}
	.user-tag {display: flex;height: 90px;padding: 8px 0 4px;}
	.user-tag h2, h4 {height:50px;}
}

/* ---------- Tablet ---------- */
@media screen and (min-width: 800px) and (max-width: 1024px) {
	/* Conditionals */
	.mobile {}
	.desktop {display: none !important;}
	.hide-tablet {display: none !important;}

	/* Structure */
	#Content {padding-top:62px;padding-bottom:20px;}
	#Header {}
	#Header h1 {bottom: 0px;position: absolute;display: block;width: 100%;margin: 0 -20px;padding: 0 0 4px;border-radius: 5px;}
	#Main {display:block;min-height:200px;}
	#Main section {display:flex;min-height: 500px;padding-top:0;}
	#Main section .text {box-shadow:none !important;}
	#Timeline {}
	#Timeline section {padding:20px;}
	#Footer {flex:auto;margin-top: auto;}
	
	/* .class */
	.canvas {margin: 20px 6vw;padding:4px 10px;border: solid 0px #181818;border-radius: 9px;}
	.card {padding:10px 4px;border-bottom: 1px solid #dadada;}
	.card h3 {text-align: center;margin:12px 0;}
	.card a img {max-height:256px;margin:0 auto;border: solid 1px #dadada;
    border-radius: 6px;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);}
	.card p {}
	.grid {}
	.half {display: inline-flex !important;width: calc(100% / 2 - 36px) !important;padding:16px !important;}
	.list {}
	.media {margin: 20px 0;padding: 8px 0;}
	
	
	.user-pic {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;border: 1px solid #dadada;}
	.user-tag {display: flex;height: 90px;padding: 8px 0 4px;}
	.user-tag h2, h4 {height:50px;}
}

/* ---------- Mobile ---------- */
@media screen and (max-width: 800px) {
	/* Conditionals */
	.desktop {display: none !important;}
	.tablet {}
	.hide-mobile {display: none !important;}
	
	body {padding-bottom: 80px;}
	
	/* Structure */
	#Content {padding-top:61px;padding-bottom:10px;min-height:calc(100vh - 184px);max-width: 100%;
    overflow: hidden;}
	#Header {position: relative;margin: 0;padding: 0px;height:270px;background-position: center;background-size: cover; box-shadow:none !important;}
	#Header h1 {bottom: 0px;position: absolute;display: block;width: 100%;margin: 0 -20px;padding: 0 0 4px;border-radius: 5px;}
	#Header section {}
	#Main {}
	#Main section {}
	#Timeline {}
	#Timeline section {}
	#Footer {flex:auto;margin-top: auto;}
	
	/* .class */
	.canvas {margin: 20px 10px;padding: 20px;color: #000000 !important;border-radius:9px; border: 0px solid #181818;}
	.canvas p {}
	.card {padding:10px 4px;border-bottom: 1px solid #dadada;}
	.card h3 {text-align: center;margin:12px 0;}
	.card a img {max-height:256px;margin:0 auto;border: solid 1px #dadada;
    border-radius: 6px;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);}
	.card p {}
	.grid {}
	.list {column-count:2;margin:20px 26px;padding:15px;border-radius:11px;box-shadow: 0px 0px 10px rgb(229 206 199);}
	.media {min-height:80px;margin: 10px auto;padding:0;position:relative;overflow: hidden;}
	.media p {background: #444654;margin: 0;padding: 20px;text-align: center;}
	.media .caption {position: absolute;
        background: rgb(193 134 121 / 49%);
        color: #f1f1f1;
        font-family: caviar dreams;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 4px;
        text-align: center;
        bottom: 0;
        right: 0;
        left: 0;}
	.photo img {max-width: 100%;max-height:100%;}
	
	/* Forms */
	.form {padding:10px;}
	.input {display:flex;flex-wrap:wrap;min-height:30px;margin: 4px 0;}
	.field {margin-left:6px;flex:auto;}
	
	
	.user-pic {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;border: 1px solid #dadada;}
	.user-tag {display: flex;height: 90px;padding: 8px 0 4px;}
	.user-tag h2, .user-tag h4 {height:50px;}
	
	
}

/* ---------- Mini Screen ---------- */
@media screen and (max-width: 580px) {
}
/* End Mini Screen  */



 .switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

        input:checked + .slider {
            background-color: #2196F3;
        }

        input:focus + .slider {
            box-shadow: 0 0 1px #2196F3;
        }

        input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }

        .slider.round {
            border-radius: 34px;
        }

        .slider.round:before {
            border-radius: 50%;
        }

/* ========== End of Document ========== */