body {
    background: #f6f2f8;
    color: #222122;
}

#carrouselHeader {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.carousel-item img {
    filter: brightness(65%);
    color: white;
}

.carousel-item h5 {
    line-height: 3rem;
    font-family: 'Akronim';
    font-size: 4.25rem;
    text-align: center;
}

.carousel-item p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Quicksand';
    line-height: 1.25em;
}

h1:nth-of-type(odd) {
    color: #ccaddc;
    text-align: left;
}

h1:nth-of-type(even) {
    color: #ccaddc;
    text-align: right;
}

.container {
    padding: 25px;
}

.video {
    display: inline-block;
    margin-bottom: 35px;
}

.video_title {
    padding: 6px;
    background: #222122;
    color: #ccaddc;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

video {
    width: 100%;
}

.navbar {
    display: block;
    position: fixed;
}
.navbar-brand {
    display: block;
    height: 38px;
    overflow: hidden;
    text-align: center;
}

.navbar-brand img {
    position: absolute;
    margin: -11px -28px;
    width: 78px;
}

.enoch_description {
    text-align: justify;
}

.enoch_face {
    margin: 0 0 15px 0;
    text-align: justify;
}

.enoch_face img {
    margin: 0;
    padding: 30px;
}


@media (max-width: 850px) {
    .navbar {
        display: block;
        position: fixed;
        top: 0;
        padding: 0;
        width: 100%;
        z-index: 999;
    }
    .navbar-top {
        padding: 10px;
        background: #222122;
    }
    .navbar-top .navbar-toggler {
        position: absolute;
        top: 9px;
        right: 9px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,0.7);
    }
    .navbar-collapse {
        background: #212222;
    }
    .navbar-collapse .nav-link {
        color: #ccaddc;
        background: #212222;
        cursor: pointer;
        transition: 0.7s;
    }
    .nav-link:hover, .navbar-collapse .active, .dropdown-item:hover, .dropdown-menu .active {
        color: #212222 !important;
        background: #ccaddc !important;
    }
    .navbar-nav .dropdown-menu {
        margin: 0 auto;
        padding: 0;
        background: #323232;
        border: none;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px;
        background: #323232;
        color: #ccaddc;
        text-align: center;
        transition: 0.7s;
    }
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: #ccaddc;
        color: #323232;
    }
    .sidenav, .bar-float {
        display: none !important;
    }
    .enoch-container {
        position: relative;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 600px) {
    .container-base {
        padding: 20px !important;
        text-align: center;
    }
}

@media (min-width: 850px) {
    .container-base {
        padding: 30px !important;
        text-align: center;
    }
    .navbar {
        display: none;
        position: fixed;
    }
    .sidenav {
        position: fixed;
        z-index: 10;
        padding-top: 10px;
        width: 250px;
        height: 100%;
        overflow-x: hidden;
        background: #222122;
        box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .sidenav .logo {
        position: relative;
        margin: 20px 0;
    }
    .sidenav .logo img {
        display: block;
        margin: 0 auto;
        width: 120px;
    }
    .sidenav .bar-menu a, .bar-float a {
        display: block;
        position: relative;
        padding: 10px;
        color: #ccaddc;
        font-family: 'Quicksand', sans-serif;
        font-size: 1.25em;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
    .bar-float a {
        font-size: 0.8em;
    }
    .sidenav .bar-menu a:hover, .sidenav .bar-menu a.active, .bar-float a:hover, .bar-float .active {
        background: #ccaddc;
        color: #212222;
        transition: 0.7s;
    }
    .sidenav .bar-menu i {
        position: absolute;
        top: 16px;
        margin: 0;
        padding: 0;
        font-size: inherit;
    }
    .bar-float a {
        display: block;
    }
    .sidenav, .bar-float {
        position: fixed;
        top: 0px;
        left: 0px;
        transition: 0s;
        z-index: 999;
    }
    .bar-float {
        background: rgb(34, 33, 34);
        border-left: 5px solid rgb(204, 173, 220);
    }
    .enoch-container {
        position: relative;
        margin: 0 0 0 250px;
        padding: 0;
    }
}

body {
    background: #f6f2f8;
}

.container {
    margin: 50px auto;
    padding: 0;
}

#form-item {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    padding: 15px;
    width: 80%;
    background: #fff;
    box-shadow: 0px 0px 2px #000;
    z-index: 999;
}

#btn-item {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: #222122;
    border: 0;
    color: #ccaddc;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.img {
    margin: 13px 1%;
    padding: 0;
    width: 50px;
    max-height: 50px;
}

label {
    font-weight: bold;
}

/* || DISPLAY THERAPIES && COURSES || */

.box-general {
    margin: 0 15px 15px 15px;
    padding: 0;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.box-general-image {
    display: inline-grid;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 225px;
    overflow: hidden;
    transition: 0.7s;
}

.box-general-hover {
    position: absolute;
    bottom: 0%;
    margin: 0;
    padding: 5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    transition: 0.7s;
    color: white;
}

.box-general-hover:hover {
    background: rgba(0, 0, 0, 0.5);
}

.box-general-top {
    display: block;
    position: absolute;
    left: 0;
    bottom: 35%;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: 0.7s;
    text-align: center;
}

.box-general-hover:hover .box-general-top {
    bottom: 125%;
}

.box-general-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 1% 6%;
    width: 100%;
    text-align: justify;
    line-height: 1.25em;
    transition: 0.7s;
}

.box-general-bottom p {
    padding: 0 5px;
    height: 170px;
    overflow-y: auto;
}

.box-general-bottom button {
    display: block;
    margin: 0 auto;
}

.box-general-hover:hover .box-general-bottom {
    top: 25px;
}

.icons {
    display: block;
    position: absolute;
    z-index: 700;
    width: 100%;
}

/* || DISPLAY WORKS || */

.row h2 {
    font-family: 'Open Sans Condensed', sans-serif;
}

.row .box-work {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.row .box-work:nth-child(odd) {
    margin: 20px 0 10px 0;
}

.row .box-work:nth-child(even) {
    margin: 20px 0 10px 0;
}

.row .box-work-image {
    display: inline-grid;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 225px;
    transition: 0.7s;
}

.box-work:nth-child(odd) .box-work-image {
    float: left;
}

.box-work:nth-child(odd) .box-work-info {
    float: right;
}

.box-work:nth-child(even) .box-work-image {
    float: right;
}

.box-work:nth-child(even) .box-work-info {
    float: left;
}

.box-work:nth-child(even) .icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 300px;
    text-align: right;
}

.box-work:nth-child(odd) .icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    text-align: left;
}

.row .btn-work {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.row .box-work-scroll {
    padding-right: 10px;
    text-align: justify;
    max-width: 98%;
    max-height: 125px;
    overflow: auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.row .box-work-info {
    display: grid;
    margin: 0;
    padding: 0;
    height: 225px;
    text-align: justify;
    overflow: auto;
}

.row .box-work-info .box-work-top {
    padding: 5px 0 0 15px;
}

.row .box-work-info .box-work-bottom {
    margin: 6px 0 0 0;
    padding: 7px;
    background: #222122;
    color: #ccaddc;
}

.row .box-work-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 6px 0 0 0;
    padding: 0;
    width: 100%;
    background: #222122;
    color: #ccaddc;
    text-align: center;
}

.box-work-schedule, .box-work-schedule i, .box-work-date, .box-work-date i {
    font-size: 1em;
}

.box-work-schedule i, .box-work-date i {
    padding-right: 5px;
}

.row .box-work-schedule {
    float: left;
    padding-left: 3%;
    text-align: left;
    width: 40%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
}

.row .box-work-date {
    float: right;
    padding-right: 3%;
    text-align: right;
    width: 60%;
}

/* || MODAL || */

.modal {
    background: rgba(0, 0, 0, 0.35);
}

@media (min-width: 850px) {
    .modal-dialog {
        max-width: 750px;
    }
}

.modal-dialog {
    background: #f6f2f8;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.modal-content {
    border: none;
    outline: none;
    border-radius: 0;
}

.modal-header {
    position: relative;
    min-height: 300px;
    border-radius: 0;
}

.modal-title {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3.25em;
    line-height: normal;
    text-align: center;
    text-decoration: underline;
    text-shadow: 0px 0px 4px #212222;
}

.modal-body {
    margin: -1px;
    border-top: 1px dotted #212222;
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    font-weight: 300;
}

.modal-footer {
    background: #222122;
    border-top: 2px dotted white;
    border-radius: 0;
}

.modal-footer button {
    margin: 0 auto;
}

/* BUTTONS */

.btn-enoch {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #ccaddc;
    color: #212222;
}

.btn-enoch:hover {
    background: #aa8bba;
}

/* | TÍTULOS DE LAS PÁGINAS | */

.pageTitle {
    position: relative;
    width: 100%;
    min-height: 400px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

#Quien_soy_div {
    background: url('../imgs/t_quien_soy.jfif') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Reiki_terapias_div {
    background: url('../imgs/t_terapias_reiki.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Numerologia_Karmica_div {
    background: url('../imgs/t_numerologia_karmica.png') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Empoderamiento_mujer_div {
    background: url('../imgs/t_empoderamiento.jpeg') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Thetahiling_div {
    background: url('../imgs/t_terapias_thetahiling.png') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Bioenergetica_div {
    background: url('../imgs/t_bioenergetica.png') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Cursos_div {
    background: url('../imgs/t_cursos_reiki.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Contacto_div {
    background: url('../imgs/t_contacto.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}

#Videos_div {
    background: url('../imgs/t_videos.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}

.bgTitle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../imgs/carrousel-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.65);
}

.pageTitle h3 {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #ccaddc;
    font-size: 5em;
    font-family: 'Quicksand', sans-serif;
    justify-content: center;
    line-height: 0.8em;
    text-align: center;
    text-shadow: 1px 3px 2px rgba(0,0,0,0.75);
}

.pageTitle span {
    display: block;
    position: absolute;
    bottom: 15px;
    margin: 0 7%;
    width: 86%;
    text-align: center;
    color: white;
    font-size: 1em;
    line-height: 1em;
}

#title_reiki, #title_numerologia, #title_empoderamiento {}

#nivelesReiki, #maestriaReiki {}

#guiasEspirituales, #hoOponopono, #llamaVioleta, #cieloTrabajar {}

/* | CONTACTO | */

.href_map {
    display: block;
    margin: -4px 0;
    padding: 5px 5px 9px 5px;
    width: 100%;
    background: #ccaddc;
    color: #212222;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    text-decoration: none !important;
    transition: 0.7s;
}

.href_map:hover {
    background: #212222;
    color: #ccaddc;
}

.info_map {
    position: relative;
    margin: 0;
    background: #212222;
    padding: 20px 10px 10px 10px;
}

.info_map div {
    margin-top: auto;
    margin-bottom: auto;
    color: white;
}

.info_map i {
    display: block;
    color: #ccaddc;
    font-size: 2em;
    text-align: center;
}

.info_map p {
    display: block;
    color: white;
    line-height: 1.25em;
    text-align: center;
}

@media (max-width: 1050px) {
    .enoch_pictures img {
        display: block;
        margin: 12px 0;
        padding: 0;
        max-width: 100%;
    }
}

@media (min-width: 1050px) {
    .enoch_pictures img {
        display: inline-block;
        margin: 5px 3px;
        padding: 0;
        max-width: 48%;
    }
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child {
    margin-bottom: 0;
}
.alert-message code {
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4 {
    color: #3C763D;
}
.alert-message-danger {
    background: url("../imgs/Snow.png");
    border-color: #d9534f;
    background-repeat: no-repeat;
    background-position: right -3% center;
    background-size: 19%;
    background-color: white;
}
.alert-message-danger h4 {
    color: #d9534f;
    font-size: 3em;
}
.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4 {
    color: #f0ad4e;
}
.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4 {
    color: #5bc0de;
}
.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4 {
    color: #000;
}
.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4 {
    color: #444;
}

.alert-message p:last-child {
    font-size: 1.75em;
    text-align: justify;
    padding-right: 45%;
}


@media (max-width: 900px) {
    .alert-message p:last-child {
        font-size: 1.75em;
        text-align: justify;
        padding-right: 0%;
    }
    .alert-message-danger {
        background: url('');
        border-color: #d9534f;
        background-repeat: no-repeat;
        background-position: right;
        background-color: white;
    }
}
