/*
Theme Name: eBeinestar
Author: IVC Factory | Multistream
Author URI: https://multistream.tv
Description: Theme for eBeinestar
Version: 2.0
Tested upto: 5.4
*/
@import url("./assets/css/fonts.css");
@import url("./assets/css/header.css");
@import url("./assets/css/sidebar.css");
@import url("./assets/css/comments.css");
@import url("./assets/css/footer.css");
@import url("./assets/css/videos-block.css");
@import url("./assets/css/single.css");
@import url("./assets/css/eventos.css");
@import url("./assets/css/buttons-bar.css");
@import url("./assets/css/slider-back.css");
@import url("./assets/css/login.css");
@import url("./assets/css/page-navi.css");
@import url("./assets/css/sidebar-right.css");
/* @import url("./assets/css/responsive.css"); */
html,
body {
  font-family: "Acherus Grotesque";
  margin: 0px;
  padding: 0px;
  /* background: rgb(0, 159, 227);
  background: linear-gradient(
    0deg,
    rgb(0 159 227 / 20%) 0%,
    rgba(0, 0, 0, 0) 30%
  ); */
}

.main-flexed {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  z-index: -1;
  padding-top: 120px;
}
.right-main {
  display: flex;
  width: calc(100% - 120px);
  /* width: 100%; */
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  /* height: calc(100vh - 300px); */
  height: 100%;
  margin-left: 120px;
  /* padding-top: 400px; */
}
.content {
  width: 100%;
  min-height: 1000px;
  padding: 5px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;

  /* display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: center; */
}

.sidebar-toggled {
  width: 300px;
}
.right-main-toggled {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.head-slider {
  width: 100%;
  z-index: 1;
  margin-bottom: 50px;
}
.head-slider-toggled {
  padding-left: 300px;
}
.slider_ref {
  background: black;
  height: 20px;
  width: calc(100%);
}

.head-slider .special {
  color: #009fe3;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: none;
  scrollbar-color: #707070 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 10px;
  border: 2px none #ffffff;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
}

.sidebar {
  width: 120px;
  height: calc(100% - 100px);
  background: white;
  color: #29265b;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  position: fixed;
}

.vbtn {
  height: 42px;
  font-size: 12px;
  color: white;
  border-radius: calc(42px / 2);
  font-weight: bold;
  min-width: 115px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  padding: 0px 15px;
  border: none;
}
.vbtn:hover {
  background: #4253a0 !important;
  color: white;
  border: 25px;
}

.vbtn.v_primary {
  background: #29265b;
  border: 25px;
}
.vbtn.v_secondary {
  background: #009fe3;
  border: 25px;
}

.vbtn-small {
  height: 32px;
  border-radius: calc(25px / 2);
  font-size: 11px;
}

.wp-pagenavi {
  flex-wrap: wrap;
}
.page-id-4019 .e_login .login-block {
  margin-left: 0px;
}
.page-id-4019 .content {
  min-height: 740px !important;
  margin-top: 115px;
  background-image: url(https://ebienestar.unbosque.edu.co/wp-content/themes/ebienestar/assets/img/login_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.page-id-4384 h1 {
  margin: 40px 0;
  font-size: 46px;
  font-weight: 700;
}

.page-id-4384 .fluidMedia {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.page-id-4384 .fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.texto_destacado {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* ===== Post Blog CSS ===== */
.post-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 20px;
}
.post-container .left-post {
  width: calc(100% - 330px);
}
.post-container .right-post {
  width: 300px;
  padding-left: 20px;
}
.post-header h2 {
  color: #282658;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.post-header h1 {
  color: white;
  background-color: #282658;
  padding: 2px 10px 5px 10px;
  margin: 0px;
  font-size: 24px;
  line-height: 37px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 10px;
  font-weight: 900;
}

.post-header .post-meta {
  margin: 15px 0px;
}
.post-header .post-meta .author {
  color: #282658;
  font-weight: 700;
  font-size: 13px;
  padding-left: 20px;
}

.post-header,
.post-thumbnail {
  padding: 0 20px;
}

.post-thumbnail img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.post-content {
  font-size: 16px;
  font-weight: 700;
  color: #070211;
  padding: 0 20px;
}
.post-content p {
  line-height: 23px;
}

.block_separator {
  border-bottom: 4px solid #009fe3;
  margin: 40px;
}

.banner_especial > p {
  margin: 0px;
  width: 100%;
  text-align: center;
  padding: 0px 40px;
}

.banner_especial > p > img {
  width: 100%;
}

.ms_login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

  background: #009fe3;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;

  text-decoration: none;

  margin-bottom: 20px;
}

.ms_login_btn:hover {
  background: #29265b;
  color: white;
}

.ms_login_btn img {
  height: 40px;
}

.invitado_h2{
  font-size: 24px;
  font-weight: 700;
  color: #282658;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.ev_input label {
  font-size: 16px;
  font-weight: 700;
  color: #282658;
  margin: 0px;
  padding: 0px;
  display: block;
}

.ev_input input {
  width: 100%;
  height: 40px;
  border: 1px solid #282658;
  border-radius: 10px;
  padding: 0px 10px;
  margin: 5px 0px;
}

.ev_send_area{
  margin-top: 20px;
}


