:root{
  --main-Yellow:#ffdd00;
  
}
strong {
  color: black;
  display: block;
  font-size: 18px;
}
.yellowLabel {
  display: inline-block;
  margin: 12px 0 0px;
  padding: 2px 0px;
  background: none;
  color: black;
  font-size: 14px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.yellowLabelOLD {
  display: inline-block;
  margin: 16px 0 4px;
  padding: 2px 8px;
  background: var(--main-Yellow);
  color: black;
  font-size: 12px;
  border-radius: 10px;
}
.innerButton {
  display: inline-block;
  margin: 1px 4px;
  padding: 2px 8px;
  background: var(--main-Yellow);
  color: black;
  font-size: 11px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.smallBold {
  font-size: 12px;
  line-height: 14px;
  display: block;
  padding: 8px 0;
}
.fixed {
  top: 0;
  left: 0;
  height: 100%;
  min-height: 600px;
}
.borderBox {
  padding: 8px 8px;
  border: 1px solid #aaaaaa;
  font-size: 14px;
  border-radius: 6px;
}
select {
  padding: 8px 8px;
  border: 1px solid #aaaaaa;
  font-size: 14px;
  border-radius: 6px;
}
.flexDiv {
  display: flex;
  align-items: center;
}
.flexDiv > div {
  flex: 1;
}
.paddedChildren > div {
  padding: 4px;
}
/*
*{
  //  box-sizing: border-box;
}
*/
.rot-in {
  -webkit-animation: rot 0.3s ease-out;
  -moz-animation: rot 0.3s ease-out;
  animation: rot 0.3s ease-out;
}
.fade-in {
  -webkit-animation: infade 0.3s ease-out;
  -moz-animation: infade 0.3s ease-out;
  animation: infade 0.3s ease-out;
}
.fade-inSlow {
  -webkit-animation: infade 1s ease-out;
  -moz-animation: infade 1s ease-out;
  animation: infade 1s ease-out;
}
.up-in {
  -webkit-animation: upin 0.3s ease-out;
  -moz-animation: upin 0.3s ease-out;
  animation: upin 0.3s ease-out;
}
a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.noTap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yellowBg {
  background-color: var(--main-Yellow);
  color: #111111;
  position: relative;
  padding: 16px;
}
.yellowBg > div {
  padding: 16px;
}
.h2-title {
  font-weight: 500;
  padding: 16px 0 4px;
  margin: 0;
}
.padDiv {
  position: relative;
  padding: 16px;
}
.borderSmall {
  border-radius: 6px;
}
.yellow-text {
  color: var(--main-Yellow);
}
.gray-text {
  color: #666666;
}
.yellowBut {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #111111;
  background: var(--main-Yellow);
  border: none;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 340px) {
  .yellowBut {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.whiteButton {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  color: #333333;
  background: #333333;
  color: var(--main-Yellow);
  border: 1px solid #aaaaaa;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
}
@keyframes rot {
  from {
    transform-origin: center 20%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    transform-origin: center 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes upin {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes infade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loading-app {
  width: 100%;
  text-align: center;
  padding: 160px 0 300px;
}
.scroller {
  height: 290px;
  overflow: auto;
  transition: height 0.5s ease-in-out;
  border-radius: 6px;
}
.scroller.disabled {
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
#mob {
  display: none;
  width: 100%;
  background: #333;
  position: absolute;
  z-index: 888;
  padding: 50px 0 50px;
  margin: 0;
  min-height: 600px;
}
#mob ul {
  margin: 0;
  padding: 0;
}
#mob li {
  display: block;
  text-align: center;
  padding: 8px 0;
}
#mob li a {
  color: white ;
  font-size: 18px;
  font-weight: 600;
}
#mob.open {
  display: block;
  -webkit-animation: infade 0.3s ease-out;
  -moz-animation: infade 0.3s ease-out;
  animation: infade 0.3s ease-out;
}
.burger {
  display: block;
  position: relative;
  margin: 8px;
  z-index: 999;
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #444444;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
/*
#nav-icon3.open{
  
//span{background: #ffffff;}
}
*/
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
sup {
  font-size: 9px;
}
#appPanel {
  min-height: 100%;
}
.AppCont {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.AppCont.yellowContainer {
  background: var(--main-Yellow);
}
.small {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}
.linkInItem {
  color: #46b6f6;
}
.linkInItem:hover {
  color: #2c739c;
}
.empty-alert {
  width: 80%;
  margin: 16px auto;
  text-align: center;
  font-size: 18px;
}
.listModeLabel {
  background-color: #eeeeee;
  padding: 4px 16px;
  margin: 4px 12px 0;
  height: auto;
  border-radius: 6px;
  -webkit-animation: upin 0.3s ease-out;
  -moz-animation: upin 0.3s ease-out;
  animation: upin 0.3s ease-out;
  font-size: 12px;
  font-weight: 600;
  color: #111111;
}
.listaContainer {
  width: 100%;
  padding: 4px 0;
}
.listaContainer .listaContainer__header {
  padding: 16px;
  text-align: center;
  color: #111111;
}
.listaContainer .listaContainer__header span {
  display: inline-block;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 500;
}
.listaContainer .listaItem {
  overflow: hidden;
  background-color: white;
  padding: 16px;
  display: flex;
  margin: 8px 12px;
  align-items: center;
  height: 50px;
  line-height: 18px;
  border-radius: 6px;
  -webkit-animation: upin 0.3s ease-out;
  -moz-animation: upin 0.3s ease-out;
  animation: upin 0.3s ease-out;
}
.listaContainer .listaItem__leftIcon {
  width: 50px;
  text-align: left;
}
.listaContainer .listaItem__leftIcon > img {
  width: 80%;
}
.listaContainer .listaItem__leftIcon span.small {
  line-height: 14px;
}
.listaContainer .listaItem__leftIcon .largeImg {
  position: relative;
  top: 0px;
  left: -16px;
  height: 82px;
  width: 62px;
  overflow: hidden;
}
.listaContainer .listaItem__leftIcon .largeImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.listaContainer .listaItem__text {
  flex: 4;
  font-size: 14px;
}
.listaContainer .listaItem__right {
  width: 30px;
}
.listaArrowDown {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 8px 0;
}
.listaArrowDown:hover path {
  stroke: white;
}
nav.pagesNav {
  display: flex;
  align-items: center;
  width: 100%;
}
nav.pagesNav > div {
  flex: 1;
  padding: 8px;
  background: white;
  border-bottom: 5px #222222 solid;
  text-align: center;
}
nav.pagesNav > div a {
  padding: 8px 8px 4px;
  display: inline-block;
  border-bottom: 4px white solid;
  color: black;
  font-weight: 600;
  font-size: 16px;
  transition: border 0.5s ease;
}
nav.pagesNav > div a.active {
  border-bottom: 4px #222222 solid;
}
nav.pagesNav > div a:hover {
  transition: border 0.5s ease;
  border-bottom: 4px #222222 solid;
}
.animateHeight {
  transition: height 0.6 ease-in-out;
}
.botonLarge {
  padding: 16px 24px;
  background: var(--main-Yellow);
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 8px 16px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
}
.botonLarge.btnBlack {
  background: #555555;
  color: white;
}
.botonLarge.botonAtras {
  margin: 8px 24px;
  background: #888888;
}
.dotsNav {
  padding: 4px 16px;
}
.dotsNav span {
  margin: 1px 5px;
}
.oportunidadeslistaItem {
  border: 0px solid #aaaaaa;
  margin: 8px 16px;
  padding: 12px;
  position: relative;
  border-radius: 12px;
  background: #ffdd0077;
  -webkit-animation: infade 1s ease-out;
  -moz-animation: infade 1s ease-out;
  animation: infade 1s ease-out;
}
.oportunidadeslistaItem .oli_m2 {
  font-size: 24px;
  color: #999999;
}
.oportunidadeslistaItem .oli_m2 sup {
  font-size: 12px;
}
.oportunidadeslistaItem .oli_producto {
  font-size: 16px;
}
.oportunidadeslistaItem .oli_logo {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 54px;
}
.oportunidadeslistaItem .flexDiv {
  align-items: flex-start;
}
.oportunidadeslistaItem .flexDiv > div:nth-child(1) {
  flex: 1;
}
.oportunidadeslistaItem .flexDiv > div:nth-child(2) {
  flex: 2;
  margin-left: 8px;
}
.listaTitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 16px;
}
.listaTitle > div {
  flex: 1;
}
.listaTitle > div:nth-child(1) {
  font-weight: 600;
  text-align: left;
  flex: 2;
}
.listaTitle > div:nth-child(2) {
  text-align: right;
}
a:focus {
  text-decoration: none;
}
#Rcalendar {
  width: 100%;
}
.borderSmall {
  border-radius: 6px;
}
a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  transition: all 0.4 ease-in-out;
}
@keyframes rot {
  from {
    transform-origin: center 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    transform-origin: center 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes infade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-day {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #efefef;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
}
.c-day b {
  display: inline-block;
  padding: 8px;
}
.c-day.selected-day {
  color: var(--main-Yellow);
}
.c-day.semana-day {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.c-day.semana-day span {
  display: inline-block;
  padding: 8px 2px;
  font-size: 14px;
}
.c-day.hidded {
  opacity: 0;
}
.c-day.dateIn {
  border-left: 1px #1bf34a solid;
}
.c-day.dateOut {
  border-right: 1px red solid ;
}
.semanas {
  font-size: 0;
}
.daysDiv {
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.monthsNav {
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: var(--main-Yellow);
  display: flex;
  align-items: center;
}
.monthsNav .monthsNav__label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  margin: 8px;
  flex: 2;
  font-weight: 600;
}
.monthsNav .monthsNav__prev {
  flex: 1;
  margin: 8px;
  text-align: right;
  cursor: pointer;
}
.monthsNav .monthsNav__prev path {
  transition: fill 0.3s linear;
}
.monthsNav .monthsNav__prev:hover path {
  fill: black;
  transition: fill 0.3s linear;
}
.monthsNav .monthsNav__next {
  margin: 8px;
  flex: 1;
  text-align: left;
  cursor: pointer;
}
.monthsNav .monthsNav__next path {
  transition: fill 0.3s linear;
}
.monthsNav .monthsNav__next:hover path {
  fill: black;
  transition: fill 0.3s linear;
}
input,
textarea {
  padding: 8px;
  border: 1px solid #aaaaaa;
  margin: 8px 0;
}
.eventsList {
  position: relative;
  width: 96%;
  margin: 16px auto 16px;
  padding-bottom: 16px;
}
.eventsList .eventsList__header {
  padding: 8px;
  background: #efefef;
  border: 1px solid #aaaaaa;
  position: relative;
  -webkit-animation: rot 0.3s ease-out;
  -moz-animation: rot 0.3s ease-out;
  animation: rot 0.3s ease-out;
  border-radius: 6px;
}
.eventsList .eventsList__add {
  position: absolute;
  margin: 8px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.eventsList .eventsList__add path {
  transition: fill 0.3s linear;
}
.eventsList .eventsList__add:hover path {
  fill: #111111;
  transition: fill 0.3s linear;
}
.eventsList .eventsList__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #aaaaaa;
  margin: 4px 0;
  -webkit-animation: rot 0.3s ease-out;
  -moz-animation: rot 0.3s ease-out;
  animation: rot 0.3s ease-out;
  border-radius: 6px;
}
.eventsList .eventsList__item .eventsList__hour {
  font-size: 12px;
  width: 35px;
  padding-right: 8px;
  border-right: 1px solid #aaaaaa;
  text-align: center;
}
.eventsList .eventsList__item .eventsList__text {
  font-size: 14px;
  flex: 5;
  font-weight: 600;
  cursor: pointer;
  padding-left: 8px;
}
.eventsList .eventsList__item .eventsList__text span {
  font-size: 12px;
  color: #666666;
  display: block;
  font-weight: 200;
}
.eventsList .eventsList__item .eventsList__trash {
  width: 35px;
  text-align: right;
  cursor: pointer;
}
.eventsList .eventsList__item .eventsList__trash path {
  transition: fill 0.3s linear;
}
.eventsList .eventsList__item .eventsList__trash:hover path {
  fill: red;
  transition: fill 0.3s linear;
}
.eventsList .eventsList__item .eventsList__edit {
  display: none;
  padding: 4px;
  border: 1px solid #eeeeee;
  margin-left: 16px;
  cursor: pointer;
}
.eventsList .eventsList__item .eventsList__edit path {
  transition: fill 0.3s linear;
}
.eventsList .eventsList__item .eventsList__edit:hover path {
  fill: green;
  transition: fill 0.3s linear;
}
.agendaEvent {
  position: relative;
  width: 100%;
  -webkit-animation: infade 0.3s ease-out;
  -moz-animation: infade 0.3s ease-out;
  animation: infade 0.3s ease-out;
}
.agendaEvent .agendaEvent__header {
  background: var(--main-Yellow);
  padding: 0;
  margin: 0;
}
.agendaEvent .agendaEvent__header h2 {
  margin: 0;
  padding: 0;
}
.agendaEvent .agendaEvent__header > div {
  padding: 16px;
}
.agendaEvent .agendaEvent__form {
  width: 96%;
  margin: 8px;
}
.hourSelector {
  padding: 16px;
  border: 1px solid #aaaaaa;
  margin: 8px 0;
}
.colorSelector {
  padding: 16px;
  border: 1px solid #aaaaaa;
  margin: 8px 0;
}
.projectDetailCont {
  position: relative;
  font-size: 14px;
}
.projectDetailCont .projectDetailCont__lines {
  padding: 8px 16px 0;
  margin: 2px 0;
}
.projectDetailCont .projectDetailCont__lines > div {
  margin: 8px 0;
  display: flex;
  align-items: flex-start;
}
.projectDetailCont .projectDetailCont__lines > div > div:nth-child(1) {
  flex: 1;
}
.projectDetailCont .projectDetailCont__lines > div > div:nth-child(2) {
  flex: 2;
  padding-left: 8px;
}
.miniGallery {
  padding: 0 16px 16px;
  font-size: 0;
}
.miniGallery > div {
  display: inline-block;
  margin: 1%;
  width: 48%;
  height: 160px;
  cursor: pointer;
}
.miniGallery > div img {
  padding: 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.miniGallery1 {
  padding: 0 16px 16px;
  font-size: 0;
}
.miniGallery1 > div {
  position: relative;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.miniGallery1 > div > div {
  display: inline-block;
  margin: 0;
  margin-right: 1px;
  width: 48%;
  height: 160px;
  padding: 0;
  cursor: pointer;
}
.miniGallery1 > div > div img {
  padding: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
* {
    box-sizing: border-box;
  }
  
  html,
  body {
    overscroll-behavior-y: contain;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
      segoe ui, arial, sans-serif;
    position: fixed;
    overflow: hidden;
  }
  */
.GaleriaSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.GaleriaSlider > div {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.GaleriaSlider > div > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  will-change: transform;
  box-shadow: 0 62.5px 125px -25px rgba(50, 50, 73, 0.5), 0 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
}
.login-form {
  color: #efefef;
  text-align: center;
}
.login-form input {
  text-align: center; 
  margin: 16px auto;
  width: 70%; 
  font-size: 16px;
  padding: 8px 8px;
}
.login-form button {
  padding: 8px;
  text-align: center;
  color:var(--main-Yellow);
  background-color: #111111;
  cursor: pointer;
  font-weight: 600;
  width: 140px;
  font-size: 16px;
  border-radius: 16px;
  border:none;
}
*:focus {
  outline: none;
}
.presupuesto_solucionBox {
  padding: 0px;
  border-radius: 6px;
  margin: 4px 0 12px;
}
.presupuesto_solucionBox input {
  width: 90%;
  /*    font-size: 14px;
    margin:0px;
    .borderSmall;*/
}
.presupuesto_solucionBox span.materialesSpan {
  cursor: pointer;
}
.presupuesto_solucionBox span.materialesSpan:hover {
  background: var(--main-Yellow);
}
.presupuesto_solucionBox > div > div {
  padding-right: 2px;
}
.presupuesto_solucionBox > div > div span {
  padding: 7px 8px;
  border: 1px solid #aaaaaa;
  margin: 0;
  position: relative;
  font-size: 14px;
  display: block;
  border-radius: 6px;
}
.presupuesto_solucionBox .prow1 {
  display: flex;
  align-items: center;
}
.presupuesto_solucionBox .prow1 div:nth-child(1) {
  flex: 4;
  padding-right: 4px;
  padding-bottom: 2px;
}
.presupuesto_solucionBox .prow1 div:nth-child(2) {
  width: 25px;
  text-align: right;
}
.presupuesto_solucionBox .prow2 {
  display: flex;
  align-items: center;
}
.presupuesto_solucionBox .prow2 div:nth-child(1) {
  flex: 1;
}
.presupuesto_solucionBox .prow2 div:nth-child(2) {
  flex: none;
  text-align: left;
  font-size: 12px;
}
.presupuesto_solucionBox .prow2 div:nth-child(3) {
  flex: 1;
  text-align: right;
}
.plusButton {
  text-align: center;
  padding: 0px;
  margin: 6px 0;
  border: 2px solid #aaaaaa;
  vertical-align: middle;
  border-radius: 6px;
  text-transform: uppercase;
  color: #222222;
  align-items: center;
  cursor: pointer;
}
.plusButton:hover {
  background: var(--main-Yellow);
}
.plusButton span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 600;
  padding: 8px;
}
.elHidded {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.elUnhidded {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
input.noBorderInput {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  width: 70%;
  font-weight: 600;
}
span.precioLab {
  padding: 8px 8px;
  border: 1px solid #aaaaaa;
  margin: 0;
  position: relative;
  font-size: 14px;
  display: block;
  border-radius: 6px;
}
.presupuestosListItem {
  padding: 8px 8px;
  border: solid 1px #aaaaaa;
  margin: 4px 0;
  cursor: pointer;
  border-radius: 6px;
}
.blackInput {
  background-image: url(../img/edit-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.smallUnidad {
  color: #666666;
  font-weight: 400;
}
.accesosBox {
  padding: 16px;
  text-align: center;
}
.accesosBox .accesosBox_item {
  display: inline-block;
  width: 47%;
  margin: 2px 1% 2px 1%;
  background: #cecdcc;
  border-radius: 8px;
  cursor: pointer;
}
.accesosBox .accesosBox_item a {
  color: black;
  text-decoration: none;
}
.accesosBox .accesosBox_item p {
  padding: 8px;
  text-align: center;
}
.proyectosSubNav > div {
  text-align: center;
  cursor: pointer;
}
@media (max-width: 340px) {
  .proyectosSubNav > div {
    font-size: 12px;
  }
}
.yellowUnderlined {
  border-bottom: 4px solid var(--main-Yellow);
}
.fixedButton {
  position: fixed;
  width: 320px;
  margin: 24px auto;
  bottom: 2px;
  z-index: 1000;
}
h2.appTitle {
  font-size: 24px;
  color: #111111;
  padding: 16px;
  margin: 0;
}
.ArrowSelector {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2px 16px;
}
.ArrowSelector > div {
  vertical-align: middle;
  height: 40px;
  background-color: white;
  border-radius: 6px;
  margin: 1px;
  padding: 10px;
}
.ArrowSelector > div:nth-child(1) {
  flex: 1;
}
.ArrowSelector > div:nth-child(2) {
  flex: 3;
  padding: 10px 3px;
}
.ArrowSelector > div:nth-child(3) {
  flex: 1;
}
.shadow {
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.slider-container {
  position: relative;
  overflow: hidden;
}
.slider-container .slider-line {
  vertical-align: top;
  height: 100%;
  position: relative;
  font-size: 0;
  top: 0;
  left: 0;
  transition: transform 0.4s ease-in-out;
}
.project-box {
  border: 0px solid #aaaaaa;
  padding: 16px;
  margin: 16px;
  max-width: 100%;
  vertical-align: top;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.project-box-gray-header,
.project-box-header {
  background-color: #cecece;
  position: relative;
  top: -16px;
  left: -16px;
  right: -16px;
  padding: 8px 16px 8px 16px;
  width: 100%;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.project-box-gray-header b,
.project-box-header b {
  display: inline-block;
  font-size: small;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  .project-box-gray-header {
    padding-top: 18px;
  }
}
.project-box .boxSolucionItem,
.detailHead .boxSolucionItem {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 16px;
}
.project-box .boxSolucionItem > div:nth-child(1),
.detailHead .boxSolucionItem > div:nth-child(1) {
  flex: 1;
  padding-right: 4px;
}
.project-box .boxSolucionItem > div:nth-child(2),
.detailHead .boxSolucionItem > div:nth-child(2) {
  flex: 3;
}
.project-box .boxSolucionItem .boxSolucionM2,
.detailHead .boxSolucionItem .boxSolucionM2 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  display: block;
}
.project-box .boxSolucionItem .boxSolucionIcon,
.detailHead .boxSolucionItem .boxSolucionIcon {
  min-width: 40px;
  max-width: 50px;
}
.project-box .boxSolucionItem .boxSolucionTitle,
.detailHead .boxSolucionItem .boxSolucionTitle {
  font-size: 16px;
  font-weight: 400;
}
.yellowLarge {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 3px;
  transition: background 0.4s ease;
}
.yellowLarge:hover {
  background: #cccccc;
}
.widthButton {
  margin: 8px 16px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #888888;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  transition: background 0.4s ease;
}
.widthButton:hover {
  background: #cccccc;
}
.solucionesTipo {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: block;
  margin: 8px 24px 16px;
  padding: 16px;
  background: white;
  text-align: left;
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.project-item-box {
  border: 0px solid #aaaaaa;
  padding: 16px;
  margin: 16px;
  max-width: 100%;
  display: block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-animation: upin 0.3s ease-out;
  -moz-animation: upin 0.3s ease-out;
  animation: upin 0.3s ease-out;
}
.project-item-box-gray-header,
.project-item-box-header {
  background-color: #cecece;
  position: relative;
  top: -16px;
  left: -16px;
  right: -16px;
  padding: 8px 16px 8px 16px;
  width: 100%;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.topNavTabs {
  background-color: #f2f2f2;
  margin: 0 4px;
  font-size: 0;
  align-items: flex-end;
}
.topNavTabs > div {
  margin: 0 4px;
  text-align: center;
  padding: 8px 4px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: background 0.3s ease;
  cursor: pointer;
}
.topNavTabs > div b {
  font-size: 12px;
  display: block;
}
.project-item-box-gray-header b,
.project-item-box-header b {
  display: inline-block;
  font-size: small;
}
@media (max-width: 420px) {
  .project-item-box-gray-header {
    padding-top: 8px;
  }
}
.topNavTabs2 {
  background-color: #ffffff;
  margin: 8px 0px 0;
  padding: 0 4px;
  font-size: 0;
  align-items: flex-end;
}
.topNavTabs2 > div {
  margin: 0 4px;
  text-align: center;
  padding: 8px 4px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: background 0.3s ease;
  cursor: pointer;
}
.topNavTabs2 > div b {
  font-size: 12px;
  display: block;
}
