/**** adiciones hechas por Edner en el archivo eatcloud-ui.css el pasado 2021-06-17 ****/
.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    /* background-color: rgb(255, 0, 0); */
    position: fixed;
    z-index: 150000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.waves-effect.waves-azul .waves-ripple,
/* .waves-effect.waves-azul, */
.waves-effect.waves-azul:hover,
.waves-effect.waves-azul:focus {
  background-color: rgba(95, 188, 248, 0.7) !important;
}

.waves-effect.waves-fucsia .waves-ripple, 
/* .waves-effect.waves-fucsia, */
.waves-effect.waves-fucsia:hover,
.waves-effect.waves-fucsia:focus {
  background-color: rgba(245, 106, 121, 0.7) !important;
}

.estivas {
  background-image: url("../img/x_cajas_en_estiba.png") !important;
  background-color: #002d40;
  width: 100%;
  height: 200px;
  background-size: 100% 100%;
  /* color: #ffffff !important; */
  /* background-position: 100% top; */
/*   background-attachment: fixed; */
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
}

.estiva {
  color: #F56A79;
  font-weight: bold;
}
.estiva1 {
  color: #F56A79;
  font-weight: bold;
  font-size: x-large;
}
.estiva2 {
  color: #F56A79;
  font-weight: bold;
  font-size: xx-large;
}
.estiva3 {
  color: #F56A79;
  font-weight: bold;
  font-size: xxx-large;
}

.modal .modal-content {
    color: #002d40 !important;
    padding: 48px 24px 24px 24px !important;
}

.modal {
    max-height: 80% !important;
}
.modal {
    border-radius: 10px !important;
}

#login {
    /* background-image: url("../img/bg azul degrade@2x.png") !important; */
    background-color: #EBF4F8 !important;
    background-size: 100% 100%;
    /* color: #ffffff !important; */
    background-position: 100% top;
    background-attachment: fixed;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.tinta-bg {
    background-color: #EBF4F8 !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    -webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}

.tinta-bg-nn {
    background-color: #EBF8ED !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    -webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}

.title-nn-0 {
    opacity: 0;
    -webkit-transition: opacity 2000ms linear;
    -ms-transition: opacity 2000ms linear;
    transition: opacity 2000ms linear;
}

.title-nn-1 {
    opacity: 1;
    -webkit-transition: opacity 2000ms linear;
    -ms-transition: opacity 2000ms linear;
    transition: opacity 2000ms linear;
}

.chip-nn {
        display: inline-block;
        height: 0px;
        font-size: 20px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.6);
        line-height: 0px;
        padding: 20px 15px;
        border-radius: 16px;
        background-color: #e4e4e4;
        margin-bottom: 5px;
        margin-right: 5px;
}

.nn-bg {
        background-color: #14A38B;
        color: #ffffff;
}

#login nav {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    height: 40px;
    /* line-height: 40px; */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0) !important;
    text-transform: uppercase;
    font-weight: 700;
}

#login nav a {
    color: #ffffff !important;
    text-shadow: 0 0 2px #000000, 0 0 2px rgba(95, 188, 248, 1)  !important;
}

#login i.right {
    margin-left: 3px;
}

.container-bienvenida {
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

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

.mark-icon {
    height: 60px;
    text-align: right;
    font-size: 35px;
    margin-left: 60px
}

.no-visible {
    display: none;
}

.is-visible {
    display: inline-block;
}

.container-bienvenida {
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.slider .slides {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0 18px 24px -20px rgb(0 45 64 / 0%);
    padding: 0;
}

.nav-lat li>a:active, li.active {
    border-radius: 0px !important;
    box-shadow: -0px 0px 0px #ebebeb, 0px 0px 0px #ffffff !important;
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 0%;
    left: 10%;
    width: 80%;
    opacity: 0;
    z-index: 1;
    /* height: inherit; */
    /* overflow: hidden; */
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 24px;
    -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    /* display: inline-block; */
    /* height: 48px; */
    /* line-height: 44px; */
    /* padding: 0 20px; */
    /* text-transform: none !important; */
    /* vertical-align: middle; */
    /* -webkit-tap-highlight-color: transparent; */
}

/* .btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 16px;
    display: inline-block;
    height: 48px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: none !important;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
} */

.slider .slides li {
    overflow: visible !important;
}

.nav-lat li>a:active, li.active {
    background-color: transparent !important;
    border-radius: 50px;
    background: transparent !important;
    box-shadow: -8px 8px 17px #ebebeb, 8px -8px 17px #ffffff;
}

.slider .indicators .indicator-item.active {
    background-color: rgba(95, 188, 248, 1) !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #00B3FE;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #00B3FE;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#div_input_img .content_img a {
    position: absolute;
    bottom: 10px;
    right: 20px;
    /* background: blue; */
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#div_input_img .content_img a i {
    font-size: 2.0rem;
    line-height: 50px;
    font-weight: bolder;
}

.primario-btn-alt, .primario-btn-alt:hover {
    background-color: #F56A79;
    border: 2px solid #F56A79 !important;
}

.primario-btn-alt:active, .primario-btn-alt:visited, .primario-btn-alt:focus {
    /* background-color: #00B3FE; */
    background-color: #F56A79;
    border: 2px solid rgba(106, 24, 99, 0.14);
}