.dropzone,.dropzone *{box-sizing:border-box}.dropzone{position:relative}.dropzone .dz-preview{position:relative;display:inline-block;width:120px;margin:.5em}.dropzone .dz-preview .dz-progress{display:block;height:15px;border:1px solid #aaa}.dropzone .dz-preview .dz-progress .dz-upload{display:block;height:100%;width:0;background:green}.dropzone .dz-preview .dz-error-message{color:red;display:none}.dropzone .dz-preview.dz-error .dz-error-message,.dropzone .dz-preview.dz-error .dz-error-mark{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{position:absolute;display:none;left:30px;top:30px;width:54px;height:58px;left:50%;margin-left:-27px}
@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
/*
$owl-image-path: "library/owl.carousel/img/";
@import "library/owl.carousel/scss/owl.carousel";
@import "library/owl.carousel/scss/owl.theme.default";
@import "library/owl.carousel/scss/animate";
*/
/* ------------------------------------------------------------------------- */
/* FONTS */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* VARIABLES */
/* ------------------------------------------------------------------------- */
/* 400 y 600*/
/* 400 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
}

p a:hover {
  text-decoration: underline;
}

input[type=submit],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  overflow-x: hidden;
}

/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
body {
  background-color: white;
  min-height: 100%;
  font-family: "Poppins", sans-serif !important;
  color: #000000;
  font-size: 15px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-medio {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-mini {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-micro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  cursor: pointer;
}

.clearfix, .clear {
  clear: both;
}

strong {
  font-weight: 600;
}

p a, a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}

p i, i {
  font-style: italic;
}

ul {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

hr {
  border: none;
  margin: 25px 0;
  width: 50px;
  height: 1px;
  background: #2e654b;
}

hr.center {
  margin: 25px auto;
}

.no_padding {
  padding: 0px !important;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-big {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding-anchor {
  padding-top: 100px;
  padding-bottom: 40px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* CALLTOACTIONS */
a.calltoaction {
  display: inline-block;
  margin: 0;
  width: auto;
  text-align: center;
  padding: 10px 20px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 120%;
  border-radius: 5px;
  font-size: 14px;
  background-color: #2e654b;
  transition: all 0.2s;
  opacity: 1;
  -webkit-appearance: none;
}

a.calltoaction:hover {
  text-decoration: none;
  background-color: #068052;
}

a.calltoaction.white {
  background: white;
  color: #000000;
}

a.calltoaction.white:hover {
  text-decoration: none;
}

/* ANIMATIONS */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeToLeft {
  -webkit-animation-name: fadeToLeft;
  animation-name: fadeToLeft;
}

.fadeToRight {
  -webkit-animation-name: fadeToRight;
  animation-name: fadeToRight;
}

.fadeOpacity {
  -webkit-animation-name: fadeOpacity;
  animation-name: fadeOpacity;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes blinkingimage {
  50% {
    transform: scaleY(1);
  }
}

@keyframes blinkingimage {
  50% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes blinking {
  50% {
    opacity: 1;
  }
}
@keyframes blinking {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body, p, ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-anchor {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .columna2, .columna2-last {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .columna4 {
    width: 49%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  p, ul li {
    font-size: 13px;
  }

  .padding-small {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-big {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-anchor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 120%;
  margin-bottom: 30px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.title_center {
  text-align: center;
}

.title_white {
  color: white;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------------------------- */
/* COOKIES */
/* ------------------------------------------------------------------------- */
.cookies {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 90%;
  max-width: 400px;
  padding: 25px 40px 20px 25px;
  z-index: 100;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.cookies .message-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: transparent url(../images/close.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.cookies p {
  font-size: 14px;
  color: #000000;
  line-height: 130%;
  margin-bottom: 0;
}

.cookies p.cookies__text {
  margin-bottom: 3px;
}

.cookies p:last-child {
  text-align: right;
}

.cookies p a {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}

.cookies p a:hover {
  color: #000000;
}

@media only screen and (max-width: 800px) {
  .cookies p {
    font-size: 13px;
  }

  .cookies p a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .cookies {
    width: calc(100% - 20px);
    max-width: none;
  }

  .cookies p {
    font-size: 12px;
  }

  .cookies p a {
    font-size: 13px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #2e654b;
}

/* ------------------------------------------------------------------------- */
/* HEADER STYLES */
/* ------------------------------------------------------------------------- */
.header {
  padding: 10px 0px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 15;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 10px;
}

.menu_logo svg {
  width: 100px !important;
}

.main_header {
  padding: 0 40px;
}

.menu_title {
  color: #2e654b;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 30px;
  border-left: 1px solid #f0f0f0;
  padding: 15px;
  font-size: 20px;
}

.menu_user {
  display: flex;
}

.menu_user span {
  color: #000000;
  padding: 6px 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.menu_user_logout {
  width: 35px;
}

.nav-link {
  display: flex;
  justify-content: space-between;
  color: #000000 !important;
  font-weight: 400 !important;
}

.nav-link-child {
  font-weight: 400 !important;
  padding-left: 20px !important;
  font-size: 14px;
  background-color: #ebf3f0;
}

.nav-link-child:hover {
  background-color: #ccd8d5 !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

.nav-link svg {
  margin-top: 5px !important;
}

.nav-link-active svg g {
  fill: white;
}

.nav-link[aria-expanded=true] {
  background-color: #2e654b;
  color: white !important;
}

.nav-link[aria-expanded=true] svg g {
  fill: white;
}

.nav-left-sidebar {
  position: fixed;
  width: 210px;
  top: 84px;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  overflow-y: scroll;
  height: 100%;
}

.nav-left-sidebar .navbar {
  position: relative;
  padding: 30px 0px 120px 0px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav {
  display: block;
  margin-right: 30px;
}

.nav-left-sidebar .navbar-nav {
  width: 100%;
}

.nav-left-sidebar .navbar-nav .nav-link {
  font-size: 14px;
  padding: 8px 15px;
  color: #71789e;
  transition: 0.3s;
}

.nav-left-sidebar .navbar-nav .nav-link {
  color: #000000;
}

.nav-left-sidebar .navbar-nav .nav-link-active {
  color: white !important;
  background: #2e654b;
}

.nav-title {
  margin: 0;
  font-weight: 600;
  padding: 8px 30px 5px 15px;
  color: #000000 !important;
  font-size: 15px;
  margin-top: 20px;
  font-family: "Lora", serif;
  text-transform: uppercase;
}

hr {
  border: none;
  margin: 5px 28px 10px 20px;
  width: 50px;
  height: 1px;
  background: #2e654b;
}

.align-hr {
  margin-left: 0;
}

.responsive_menu {
  position: fixed;
  width: 100%;
  background-color: #fff;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 75px;
}

.nav-link-active_responsive {
  color: white !important;
  background: #2e654b;
}

.nav-link-active_responsive:hover {
  color: white !important;
}

/*Breadcrumbs*/
.breadcrumbs {
  margin: 20px 20px 0px 260px;
  background: #f0f0f0;
  padding: 0;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
  color: #2e654b;
}

.breadcrumb-link {
  font-weight: 400 !important;
  font-family: "Lora", serif;
  font-size: 13px;
}

.breadcrumb-item {
  font-family: "Lora", serif;
  font-size: 13px;
  font-weight: 600 !important;
  color: #000000 !important;
}

@media (min-width: 800px) {
  .toggle {
    display: block !important;
  }

  #toggle-hamburger {
    display: none !important;
  }
}
@media (max-width: 800px) {
  #toggle-hamburger {
    display: block !important;
  }

  #user-info {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* PAGE PAGE STYLES */
/* ------------------------------------------------------------------------- */
main {
  padding-top: 90px;
}

h2 {
  margin-bottom: 30px !important;
}

a:hover {
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #2e654b !important;
}

.message-hidden {
  display: none;
}

.main_content {
  position: relative;
  left: 0;
  min-height: 870px !important;
  padding: 20px 40px 40px 30px;
  background: transparent;
  margin: 0px 20px 0px 230px;
}

#error_msg {
  margin: 0;
}

.bg-gray-100 {
  background-color: #f0f0f0 !important;
}

.section {
  padding: 60px 0;
  border-top: 1px solid white;
}

.section_wob {
  border-top: none;
  padding: 20px 0px 60px 0;
}

.section_title {
  color: #000000 !important;
  font-family: "Lora", serif;
  margin: 0 !important;
  font-weight: 400;
}

.section_title hr {
  margin: 15px 0 20px 0;
}

.section_title_span {
  text-transform: capitalize;
}

.form-control textarea {
  height: auto !important;
}

.form_control_section p {
  padding: 15px;
  border-radius: 5px;
  height: 52px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  background: white;
  outline: 0;
  width: 100%;
  border: 1px solid #969696;
}

.status {
  font-weight: 600;
  color: #2e654b;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: -20px;
}

.empty {
  color: #d90a19;
}

/*LOGIN*/
.header_logo {
  width: 150px;
}

/* POSTS */
.post-section {
  display: flex;
}

.post-main_section {
  flex-basis: 70%;
  padding: 0px 30px 0px 0px;
}

.post-side_section {
  flex-basis: 30%;
}

.post-event_content {
  max-height: 250px;
  overflow-x: scroll;
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.button_small {
  text-align: center;
  color: white;
  width: auto !important;
  padding: 8px 20px !important;
  margin-left: 15px !important;
  font-weight: 400;
  text-transform: uppercase;
}

.button_small:hover {
  color: white;
  text-decoration: none;
}

.button_big {
  text-align: center;
  color: white;
  width: auto !important;
  padding: 8px 15px !important;
  margin-left: 10px !important;
  font-weight: 400;
}

.button_big:hover {
  color: white;
  text-decoration: none;
}

.btn-block {
  border-radius: 0 !important;
}

.table {
  table-layout: fixed;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

img.post_thumbnail {
  margin: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.open_media {
  max-width: 100%;
}

.button_file {
  padding: 100px 200px !important;
  background-color: white;
  color: #8F8F8F;
  margin-top: 2%;
}

.button_lang {
  cursor: pointer;
  border: none;
  color: #8a8a8a !important;
  width: auto !important;
  padding: 5px 10px !important;
  margin-left: 18px !important;
  background: #f5f5f5 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.lang_selected {
  color: #000000 !important;
  border: 1px solid #d4d3d3 !important;
  cursor: auto;
}

.thumbnail_content {
  background-color: white;
  border: 1px solid #969696;
  border-radius: 5px;
  position: relative;
}

.thumbnail_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.thumbnail_button span {
  color: white;
  background-color: #ffffff54;
  padding: 15px 20px;
  border-radius: 6px;
}

.note-codable {
  min-height: 600px !important;
}

/* EVENTS */
.event-section {
  display: flex;
}

.event-main_section {
  flex-basis: 70%;
  padding: 0px 30px 0px 0px;
}

.event-side_section {
  flex-basis: 30%;
}

/* MEMBERS*/
.member-section {
  display: flex;
}

.member-main_section {
  flex-basis: 70%;
  padding: 0px 30px 0px 0px;
}

.member-side_section {
  flex-basis: 30%;
}

/*DATATABLE*/
.dataTable {
  font-size: 14px;
}

.dataTables_length label {
  display: flex !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.dataTables_wrapper .dataTables_filter input {
  width: 90%;
  padding: 15px !important;
  border-radius: 5px !important;
  height: 35px !important;
  color: #000000 !important;
  font-size: 14px !important;
  background: white !important;
  outline: 0 !important;
  border: none !important;
}

.dataTables_length label select {
  width: 80px !important;
  margin: -4px 10px 0px 10px !important;
}

.dataTables_wrapper .dataTables_filter input {
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

.dataTables_wrapper .dataTables_length select {
  padding: 0px 15px !important;
  border-radius: 5px !important;
  height: 35px !important;
  color: #000000 !important;
  font-size: 14px !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #000000 !important;
  border: 1px solid transparent;
  background: white;
  box-shadow: none;
  border-radius: 5px !important;
  margin: 0px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background: #2e654b !important;
  border: none !important;
  border-radius: 5px !important;
}

.row {
  margin-top: 30px;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 15px 10px !important;
}

.dataTables_wrapper {
  margin-bottom: 30px !important;
}

.dataTables_paginate {
  margin-top: 20px !important;
}

.table_logo {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 6px solid #f5f5f5;
}

.dataTables_wrapper .dataTables_filter {
  width: 60%;
  float: left;
  margin-top: 7px;
  text-align: left;
}

#sent-table_filter {
  display: none;
}

.dataTables_filter label {
  width: 100%;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

.table thead {
  background-color: #ccdbd6;
}

table.dataTable thead .sorting {
  background-image: url(../images/sort_both.png) !important;
}

table.dataTable thead .sorting_desc {
  background-image: url(../images/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(../images/sort_asc.png) !important;
}

thead th:first-child {
  border-left: none;
  border-top-left-radius: 5px;
}

thead th:last-child {
  border-left: none;
  border-top-right-radius: 5px;
}

td a:hover {
  color: #2e654b;
}

.delete_btn {
  color: #d90a19 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

table.dataTable.display tbody tr > .sorting_1, table.dataTable.order-column.stripe tbody tr > .sorting_1 {
  background-color: #ffffff !important;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #D7D7D7 !important;
}

table.dataTable tbody tr {
  background-color: #ffffff !important;
}

.table-hover tbody tr:hover {
  background-color: #D7D7D7 !important;
}

.table_link {
  color: #006740;
}

/*MODAL*/
.modal-footer {
  justify-content: center;
  border-top: none;
  padding-bottom: 30px;
}

.modal-footer a {
  width: 100%;
}

.modal-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  width: 100%;
}

.modal-content {
  border: none;
  border-radius: 10px;
}

.note-modal .modal-dialog {
  box-shadow: none;
}

.modal-newsletter {
  padding: 0px 30px;
  margin-top: -25px;
}

.modal .note-modal .in {
  background-color: rgba(0, 0, 0, 0.4);
}

button.close {
  display: none;
}

.modal-preheader {
  padding: 10px 20px 10px 30px;
  justify-content: left;
  border: none;
  text-align: center;
}

.modal-header {
  justify-content: left;
  padding: 10px 30px 30px 30px;
  border: none;
  text-align: center;
}

.modal-dialog {
  max-width: 700px;
}

div.form-group.note-group-image-url {
  margin-top: 30px;
}

div.form-group.note-form-group.note-group-select-from-files {
  margin-top: 10px;
}

.btn-primary {
  font-family: "Poppins", sans-serif;
  color: white !important;
  display: inline-block;
  background: #2e654b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 15px 25px;
  width: 170px;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.btn-primary:hover {
  background: #00C97D;
  color: white !important;
  border-color: #00C97D;
  font-weight: 600;
}

.btn-primary:disabled {
  background: #068052;
  color: white !important;
  border-color: #068052;
  font-weight: 600;
}

.btn-primary[disabled]:hover {
  background: #068052;
  color: white !important;
  border-color: #068052;
  font-weight: 600;
}

.modal_buttons {
  display: flex;
  margin-top: 40px;
}

.modal_buttons a {
  flex-basis: 50%;
  padding: 60px 20px;
  border: 1px solid #2e654b;
  border-radius: 10px;
  margin: 0px 50px;
}

.modal_buttons a:hover {
  background-color: #2e654b;
  color: white !important;
}

.modal-download p {
  text-align: left;
}

/*MEDIA POPUP*/
.media-section-background {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.media-section-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-close-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.media-info-container {
  background-color: #fff;
  margin: auto;
  width: 90%;
  max-height: 100%;
  max-width: 1000px;
  z-index: 1;
  overflow: auto;
}

.media-header {
  padding: 30px 0;
}

.media-header p {
  text-align: left;
  margin: auto 0;
  margin-left: 30px;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #2e654b !important;
}

.tab-regular .tab-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e6e6f2;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

.modal-scroll {
  overflow-y: scroll;
  height: 50vh;
  text-align: left !important;
}

.media-img {
  height: 150px;
  margin-top: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline;
  width: 150px;
}

.img-active {
  border: 4px solid #2e654b;
}

.dropzone {
  border: none !important;
}

.modal-body {
  min-height: 300px !important;
}

#uploadMedia .modal-body {
  text-align: center;
}

/*ORGANIZATION CHART*/
.organization_section {
  display: flex;
}

.organization-row {
  flex-basis: 50%;
  padding: 10px;
}

.list-row .list-item {
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 0.625rem;
  border-radius: 5px;
}

.list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.list-row .list-item > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.flex-div {
  flex: 1 1 auto;
}

.list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.list-item.block .media {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-item.block .list-content {
  padding: 1rem;
}

.list-item-bold {
  font-weight: 600;
  font-size: 15px;
}

.list-item-small {
  font-weight: 400;
  font-size: 13px;
}

.input-section {
  display: flex;
  margin-left: 5px;
  flex-basis: 90%;
}

.button-section {
  flex-basis: 8%;
  margin-top: 15px;
}

.input-section .three-column {
  margin: 0px 5px;
}

.item-delete {
  float: right;
  color: #d01818 !important;
  font-size: 11px;
  text-transform: uppercase;
}

.item-delete img {
  width: 20px;
}

.item-author {
  cursor: pointer;
  font-weight: 400;
  color: #000000 !important;
}

/*CONTACTS*/
.contact-section {
  display: flex;
}

.contact-main_section {
  flex-basis: 50%;
  padding: 0px 30px 0px 0px;
}

.contact-label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

p.form-control {
  height: auto !important;
}

a.form-control {
  height: auto !important;
}

/*IMPORTS*/
.dz-message {
  text-align: center;
  padding: 1.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 1;
  cursor: pointer;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px dashed #E9EEF2;
  transition: all 0.35s ease;
}

.dropzone {
  min-height: 150px;
  border: 1px solid #2e654b !important;
  background: white;
  padding: 20px 20px;
}

.dropzone-title {
  margin-bottom: 20px;
}

.excel-loader {
  width: 30px;
  margin: auto;
  margin-top: 30px;
}

.dropzone-no-borders {
  border: none !important;
}

.hundreds__loader svg {
  margin: auto;
}

/* SEO*/
.seo_section {
  display: flex;
}

.seo_column {
  flex-basis: 50%;
  padding: 5px 10px;
}

/*POPUP*/
.popup-section {
  display: flex;
}

.popup-main_section {
  flex-basis: 30%;
  padding: 0px 30px 0px 0px;
}

.popup-right_section {
  flex-basis: 70%;
}

/*NEWSLETTER*/
.newsletter-main_section {
  flex-basis: 50%;
  padding: 0px 40px 0px 0px;
}

.newsletter-side_section {
  flex-basis: 50%;
  padding: 0px;
}

.newsletter_background {
  background-color: white;
  border-radius: 10px;
}

.newsletter_header {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 6px solid #2e654b;
}

.newsletter_title hr {
  margin-left: 0;
}

.newsletter_type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
}

.newsletter_date {
  font-size: 14px;
}

.newsletter_content_section {
  padding: 30px;
  border-bottom: 3px solid #f0f0f0;
}

.newsletter_content_section hr {
  margin-left: 0;
}

.newsletter_content_section p {
  font-family: "Lora", serif;
}

.nav-dots {
  display: flex;
  justify-content: space-between;
}

.nav-dots .section-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  cursor: pointer;
}

.nav-dots .section-step span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 12px;
  line-height: 100%;
  z-index: 1;
  margin-top: -9px;
  margin-right: 12px;
}

.nav-dots .section-step p {
  font-size: 14px;
  font-weight: 600;
  color: #2e654b;
  line-height: 120%;
  margin: 0;
  flex: 1;
}

.nav-dots .section-step.saved span {
  background-color: #AAB2FB;
  color: white;
}

.nav-dots .section-step:hover {
  color: #2e654b;
}

.nav-dots .section-step:hover span {
  color: #2e654b;
}

.nav-dots .section-step.section-step_selected span {
  background-image: url(../images/tick_selected.png);
}

.nav-dots .section-step.section-step_not_selected span {
  background-image: url(../images/tick_not_selected.png);
}

.newsletter-title {
  text-transform: uppercase;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.newsletters_step {
  padding-top: 20px;
}

.tenders_content {
  padding: 10px 20px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-top: 25px;
}

.tenders_content p {
  font-family: "Poppins", sans-serif !important;
}

.sortable_content {
  width: 95%;
}

.sortable_items {
  padding: 15px 20px 5px 20px;
  background: #f0f0f0;
  border-radius: 10px;
  margin: 15px 0px;
  display: flex;
  justify-content: space-between;
}

.sortable_title {
  font-weight: 600;
}

.sortable_action {
  width: 5%;
  text-align: right;
}

.sortable_label {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 5px;
}

.newsletter_items {
  padding: 20px 20px 10px 20px;
}

.item-ccoc {
  background-color: #003F5D;
  color: white;
  margin: 15px 0px;
  border-radius: 5px;
}

.newsletter_items p {
  font-family: "Poppins", sans-serif !important;
}

.item-public {
  background-color: #DFA500;
  color: white;
  margin: 15px 0px;
  border-radius: 5px;
}

.item-cambra {
  background-color: #006740;
  color: white;
  margin: 15px 0px;
  border-radius: 5px;
}

.item-event {
  display: flex;
  padding-left: 0px;
  height: 70px;
  margin-bottom: 10px;
}

.event_date {
  padding: 15px;
  background-color: #003F5D;
  color: white;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px 0px 0px 5px;
  height: 70px;
}

.event_date__second {
  background-color: #006740;
}

.event_date__third {
  background-color: #DFA500;
}

.event_title {
  padding: 15px;
  flex-basis: 100%;
  background: #F0F0F0;
  color: black;
  font-weight: 600;
  height: 70px;
}

.event_date span {
  font-size: 30px;
}

.item-file {
  background-color: #F0F0F0;
  color: black;
  margin: 5px;
  border-radius: 5px;
  flex-basis: 47%;
}

.item-file_section {
  display: flex;
  flex-wrap: wrap;
}

.item-file.sortable_label {
  background-color: white;
}

.file_label {
  background: white;
}

.section_show {
  display: block;
}

.section_hidden {
  display: none;
}

.section_btn {
  display: flex;
  justify-content: space-between;
}

.section_btn a {
  margin-left: 0 !important;
}

.newsletter_contact_section {
  display: flex;
}

.newsletter_contact_section input:first-child {
  margin-right: 10px;
}

.newsletter-step3_title {
  font-size: 20px;
  text-align: center;
  color: #2e654b;
}

.newsletter-step3_content {
  text-align: center;
}

.newsletter_message {
  text-align: center;
}

.table_btn img {
  width: 16px;
}

.search_row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

.date_input {
  display: flex;
  justify-content: space-between;
}

.search_input {
  width: 60%;
}

.form-control_search {
  background-color: #F4F4F4 !important;
  border: none !important;
}

.date_input label {
  margin: 15px 10px 10px 10px;
}

.newsletter-section {
  display: flex;
  justify-content: center;
}

.newsletter_small_section {
  width: 50%;
}

.section_bloc {
  display: flex;
}

.section_bloc__time {
  width: 30%;
  margin-right: 10px;
}

.section_bloc__description {
  width: 60%;
}

.section_bloc__delete {
  width: 5%;
  margin-left: 8px;
}

.bloc_title {
  display: flex;
  margin-bottom: 10px;
}

.bloc_title p {
  font-weight: 600;
  font-size: 16px;
}

.single-news-header {
  display: flex;
  background: white;
  overflow: hidden;
}

.single-news-header .single-news-header__left {
  flex-basis: 50%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.single-news-header .single-news-header__right {
  flex-basis: 50%;
  background-size: cover;
  background-position: center;
}

.single-news-header__right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tags span {
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}

.newsletter_section_title {
  font-size: 16px;
  margin-top: 10px;
  color: white;
  margin-bottom: 20px;
}

.news_background_altres {
  background-color: #FF6446;
}

.news_background_projectes {
  background-color: #DFA500;
}

.news_background_socis {
  background-color: #003F5D;
}

.news_background_la_cambra {
  background-color: #2e654b;
}

ul.event-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: white;
}

ul.event-list li img {
  margin-right: 10px;
  min-width: 25px;
}

ul.event-list li span {
  display: inline-block;
  margin-top: 3px;
}

.newsletter_button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.newsletter-content p {
  font-family: "Poppins", sans-serif;
}

.program_title {
  font-family: "Poppins", sans-serif !important;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.divider {
  color: #2e654b;
  font-weight: 600;
  padding: 0 5px;
}

.program_timeline {
  margin-top: 15px;
}

.logo_section {
  display: flex;
  margin-bottom: 10px;
}

.logo_section p {
  margin-right: 10px;
}

.openSeoMedia {
  cursor: pointer;
}

.logos_section img {
  width: 100px;
  margin: 10px;
}

.logos_section {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

#multiple_files hr {
  width: auto;
  margin: 20px 0px;
  background: #afb5b878;
}

@media only screen and (max-width: 800px) {
  .main_content {
    margin-left: 30px;
  }

  .nav-left-sidebar {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* GENERAL FORM STYLES */
/* ------------------------------------------------------------------------- */
form label {
  width: 100%;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 120% !important;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

form input:focus {
  border: 1px solid #969696 !important;
  --tw-ring-color: $color-dark_grey!important;
}

form input[type=checkbox] {
  border: 1px solid #2e654b;
}

select {
  padding: 17px;
  background: white url(../images/arrow-select.svg) calc(100% - 10px) 50% no-repeat !important;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 140%;
  border-radius: 5px;
  color: #000000;
  width: 100%;
  border: none;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
}

.submit_button {
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  color: white !important;
  background: #2e654b;
  font-size: 14px;
  font-weight: 400 !important;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 10px 25px;
  width: 170px;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.submit_button:hover {
  background: #00C97D;
  color: white !important;
  font-weight: 400 !important;
}

.download_button {
  margin-left: 7px;
  transition: all 0.2s;
}

.submit_button:hover .download_button {
  transform: translateY(5px);
}

.preview_button {
  background: #003F5D;
}

.preview_button:hover {
  background: #1a526d;
}

.grey-button {
  background: transparent;
  color: #2e654b !important;
  font-weight: 400 !important;
  border: 1px solid #2e654b;
}

.grey-button:hover {
  background: transparent !important;
  font-weight: 400 !important;
  color: #00C97D !important;
  border: 1px solid #00C97D;
}

.delete_option {
  padding: 15px 5px;
}

.delete_cross {
  color: red;
}

.delete-button {
  background: none;
  color: red !important;
}

.delete-button:hover {
  background: none;
  color: rgba(150, 0, 0, 0.85) !important;
}

.flex-column {
  flex-direction: column;
}

.password_text {
  margin-bottom: 20px;
}

.form_label {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

[type=checkbox]:checked {
  background-image: none !important;
  background-color: #2e654b !important;
  border: 1px solid #2e654b;
}

.big-input {
  font-size: 20px !important;
}

.form-control:focus {
  background-color: white !important;
  border: 1px solid #969696 !important;
}

.search_white {
  background-color: white !important;
  color: #6b7280 !important;
  height: 35px !important;
  padding: 0px 15px !important;
}

.form-check-label {
  margin-top: 2px;
  margin-right: 15px;
}

[type=checkbox], [type=radio] {
  color: #2e654b !important;
}

.button_save {
  text-align: right;
}

.two-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.column {
  flex-basis: 49%;
}

.input-group-text {
  border: none !important;
}

.two-column {
  flex-basis: 48%;
  margin-right: 5px;
}

.three-column {
  flex-basis: 33%;
}

.four-column {
  flex-basis: 25%;
}

.form-inline {
  width: 30% !important;
  display: inline !important;
}

.right-button {
  float: right;
}

.large-input {
  width: 100% !important;
}

.add_button {
  text-align: center;
  background: #2e654b;
  border-radius: 8px;
  color: white !important;
  padding: 15px 20px;
  margin-top: 10px;
}

.add_button:hover {
  background: #00C97D;
  border-radius: 8px;
  color: white !important;
  padding: 15px 20px;
  margin-top: 10px;
}

.form_comment {
  font-size: 15px;
  color: #969696;
  font-weight: 400;
  padding: 0px 0px 15px 0px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
}

.button_large {
  width: 100%;
  text-align: center;
}

.button_grey {
  background-color: #79838899;
  border: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.form_group {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 23px;
}

.input-group input {
  border-left: none;
}

.input-group-pw input {
  border: 1px solid #969696;
}

.input-group-text {
  border: 1px solid #969696 !important;
  background-color: #f0f0f0 !important;
  padding: 10px 20px;
}

.label_description {
  font-size: 13px;
  font-style: italic;
}

.input-group-text img {
  width: 30px;
}

.group-rrss {
  background-color: transparent !important;
  padding: 10px !important;
}

.input-group-text {
  color: #969696;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  padding: 10px;
  border-radius: 5px;
  height: 52px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2e654b !important;
}

.select2-search__field {
  border: 1px solid #aaa !important;
}

.select2-selection__arrow {
  padding: 17px;
  background: white url(../images/arrow-select.svg) calc(100% - 10px) 50% no-repeat !important;
  top: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.hundreds-validation__input_error {
  border: 1px solid red !important;
}

.error_message {
  color: red;
}

.form-group_step {
  margin-bottom: 30px;
}

.form-group_step label {
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}

.custom-file-label {
  padding: 15px;
  border-radius: 5px;
  height: 52px !important;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  background: white;
  outline: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
  border: 1px solid #969696;
}

.hundreds-form__checkbox input[type=radio], .hundreds-form__checkbox input[type=checkbox] {
  display: none;
}

.hundreds-form__checkbox_download {
  display: flex;
  flex-wrap: wrap;
}

.hundreds_checkbox {
  flex: 50%;
}

.hundreds-form__checkbox label {
  font-family: "Poppins", sans-serif;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 120%;
  vertical-align: middle;
  padding-left: 30px;
  margin-top: 15px;
  position: relative;
  text-align: left;
}

.hundreds-form__checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #2e654b;
  background-color: transparent;
  border-radius: 10px;
}

.hundreds-form__checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 14px;
  width: 14px;
  background-color: white;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.hundreds-form__checkbox label a {
  color: #2e654b;
  border-bottom: 1px solid #000000;
}

.hundreds-form__checkbox input[type=radio]:checked + label, .hundreds-form__checkbox input[type=checkbox]:checked + label {
  color: #000000;
}

.hundreds-form__checkbox input[type=radio]:checked + label:after, .hundreds-form__checkbox input[type=checkbox]:checked + label:after {
  background-color: #2e654b;
}

.form-control, form input[type=email], form input[type=text], form input[type=number], form input[type=password], form select {
  padding: 15px;
  border-radius: 5px;
  height: 52px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: white;
  outline: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
  border: 1px solid #969696;
}

.custom-file {
  cursor: pointer;
}

.custom-file-input {
  height: 52px;
  cursor: pointer;
}

.custom-file-label::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 52px;
  line-height: 1.5;
  color: #ffffff;
  content: "Seleccionar arxiu";
  font-family: "Poppins", sans-serif;
  background-color: #afb5b8;
  border-left: 1px solid #969696;
  border-radius: 5px;
  padding-top: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
}

form textarea {
  height: auto !important;
  resize: none !important;
}

select {
  height: 52px !important;
}

form input[type=submit] {
  display: inline-block;
  position: relative;
  background: #2e654b;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  color: white;
  border: 1px solid transparent;
  opacity: 1;
  margin: 0;
  outline: 0;
  padding: 15px 25px;
  width: 170px;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

form input[type=submit]:hover {
  background: #00C97D;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

@media only screen and (max-width: 800px) {
  form input[type=email], form input[type=text], form input[type=number], form input[type=password], form textarea {
    padding: 10px;
  }

  select {
    padding: 12px;
  }

  form label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  form input[type=submit] {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* NEWSLETTER FORM STYLES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* INSTAGRAM STYLES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* FOOTER STYLES */
/* ------------------------------------------------------------------------- */

/*# sourceMappingURL=100x100.css.map*/