/*
Copyright (c) 07/10/2020, golatinas - golatinas
Todos los derechos reservados. El uso no autorizado de este programa está
estrictamente prohibido sin la autorización previa y por escrito del autor.
*/
/* 
    Created on : 07/10/2020, 18:56:34
    Author     : Fernando García - fgarcia@novasys.com.mx
*/

html,
body,
header,
.view {
    height: 100%;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}
.navbar {
    background-color: #FF8800;
}
a {
    color: #FF8800;
}
.br-20 {
    border-radius: 20px !important;
}
.br-15 {
    border-radius: 15px !important;
}
.font-header {
    font-size: 26px;
}
.font-subheader {
    font-size: 18px !important; font-weight: bold;
}
.font-subheader {
    font-size: 18px !important; font-weight: bold;
}
.ff-bookos {font-family: Bookos !important;}
.font-normal {
    font-size: 16px;
}
.font-small {
    font-size: 14px;
}
.icon-compact {
    display: block; float: left;
    height: 48px;
    line-height: 48px;
    opacity: 0.56;
}
.icon-first {
    display: block; float: left;
    width: 36px; height: 48px;
    line-height: 48px;
    opacity: 0.56;
}
.icon-between {
    display: block; float: left;
    width: 48px; height: 48px;
    line-height: 48px; text-align: center;
    cursor: pointer;
}
.icon-last {
    display: block; float: left; margin-left: 12px;
    width: 24px; height: 48px;
    line-height: 48px;
}

/* Efectos Hover */
.hover-blue {
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}
.hover-blue:hover {
    color: blue !important;
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}
.hover-red {
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}
.hover-red:hover {
    color: red !important;
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}

/* Auxiliares */
.noselect {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;  /* Non-prefixed version, currently
                         supported by Chrome and Opera */
}
.timeline-event-selected {background-color: #f2f2f2 !important;}
.bg-lighter {background-color: #f2f2f2 !important;}
.cursor-pointer {cursor: pointer;}
.cursor-move {cursor: grab;}
.cursor-default{cursor: default !important;}
.cursor-disallowed{cursor: not-allowed !important;}
.custom-modal-btn {line-height: 48px; text-align: center; text-transform: uppercase;}
.text-small{font-size:.95rem}
.text-smaller{font-size:.85rem}
.text-bold{font-weight: bold;}
.text-underline{text-decoration: underline;}
.line-height-48 {line-height: 48px;}
.line-height-38 {line-height: 38px; height: 38px;}
.line-height-24 {line-height: 24px;}
.line-height-74 {line-height: 74px;}
.force-height-48 {height: 48px !important;}
.custom-stepper {width: 48px; border: 1px solid #e4e4e4;}
.custom-border {border: 1px solid #f2f2f2;}
*:focus {
    outline: none !important;
}
.transparent {
    background-color: transparent !important;
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.bg-white-important {
    background-color: white !important;
}
.square-48{
    width: 48px; height: 48px; line-height: 48px; text-align: center;
}
.h-48px {
    height: 48px;
}
.h-24px {
    height: 24px;
}
.h-38px {
    height: 48px;
}
.h-56px {
    height: 56px;
}
.w-150px {
    width: 150px;
}
.w-75px {
    width: 75px;
}
.w-234px {
    display: inline-block;
    width: 234px !important;
    margin-right: 4px;
}
.w-100px {
    width: 100px;
}
.w-48px {
    width: 48px;
}
.producto-card-nombre {
    position: fixed; 
    bottom: 0; left: 0; 
    opacity: 0.8; 
    max-height: 70px; overflow-y: auto; background-color: white;
}
.h-350px {
    height: 350px;
}
.h-250px {
    height: 250px;
}
.h-1px {
    width: 24px;
    background-color: red;
    content: "----"
}
.rounded-pill-left {
    border-top-left-radius: 50rem!important;
    border-bottom-left-radius: 50rem!important;
}
.rounded-pill-right {
    border-top-right-radius: 50rem!important;
    border-bottom-right-radius: 50rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.opacity-1{
    opacity: 1 !important;
}

.w100-48px {
    width: calc(100% - 48px);
}
.w100-96px {
    width: calc(100% - 96px);
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
textarea {
    resize: none;
}
.gray-gradient {
    background: rgb(56,56,56);
    background: linear-gradient(280deg, rgba(56,56,56,1) 0%, rgba(102,102,102,1) 35%, rgba(154,154,154,1) 100%);
}
.ns-nombre-producto{
    font-weight: bold;
}
.ns-observaciones-titulo {
    
}
.ns-observaciones-texto {
    font-size: 12px;
    text-align: justify;
    color: grey;
}

.ns-comp-cantidad:nth-child(even) {
    color: black;
    background-color: #f2f2f2;
    min-width: 50px;
    text-align: center;
    border-radius: 3px;
}

.text-orange {
    color: #FF8800 !important;
}
body, html {
    margin: 0; padding: 0;
    width: 100%; height: 100%;
    background-color: #E9E9E9;
    font-family: 'Candara', sans-serif;
    font-weight: 300;
}
.ns-input-error {
    border-color: red !important;
    background-color: #ffc9c9;
}
.btnDesing{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    color: white !important;
    text-transform: none;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 1.5;
    width: 50% !important;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0.375rem;
    border: 0;
    -webkit-border-radius: 0.125rem;
    border-radius:18px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
}

@media(max-width: 500px){
    .btnDesing{
        font-size: 12px;
    }
}

.colorBackgroundPrimario{
    background: #fe008f !important;
}
.colorPrimario{
    color: #fe008f !important;
}
.colorBackgrouncolorPdSecundario{
    background:#666798 !important;
}
.colorSecundario{
    color:#666798 !important;
}
.backgroundWhite{
    background: white !important;
}
.aboutMeContainer{
    border-left: 1px solid #666798;
    border-right: 1px solid #666798;
    background: transparent !important;
    border-bottom: 1px solid #666798;
    border-top: 1px solid #666798;
}
/*media 991px*/
@media only screen and (max-width: 991px){
    .aboutMeContainer{
        border-right: 1px solid #666798;
        border-left: 1px solid #666798;
        background: transparent !important;
        border-bottom: 1px solid #666798;
        border-top: 1px solid #666798;
    }
}

.aboutMeContainerFull{
    border-right: 1px solid #666798;
    border-left: 1px solid #666798;
    background: transparent !important;
    border-bottom: 1px solid #666798;
    border-top: 1px solid #666798;
}
.pBold{
    font-weight: bold;
}
.verticalAling{
    vertical-align: middle;
}
.pAlingLeft{
    text-align: left;
}
.pJustify{
    text-align: justify;
}
.img-thumbnail-free {
    /*padding: 0.25rem;*/
    background-color: #fff;
    /*border: 0.1px solid rgba(102, 103, 152, .5);*/
    border-radius:5px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.cRadius{
    border-radius: 5px;
}
.cursorPointer{
    cursor: pointer;
}
.noScale{
    object-fit: cover;
}
.pt10{
    padding-top: 15px;
}
.text-fz20{
    font-size: 20px;
}
.noPaddingTop{
    padding-top: 0px!important;
}
.pr10{
    padding-right: 10px;
}
.nav-linksFootter {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: color 2s; /* For Safari 3.0 to 6.0 */
    transition: color 2s; /* For modern browsers */
}
.nav-linksFootter:hover {
    font-size: 18px;
    color: gray !important;
    text-decoration: underline !important;
}
.w100porcent{
    width: 100%;
}
.custom-select {
    background-color: #efeff0;
    border-color: #ff0080;
    color: #ff0080;
}
.pressed{
    background-color: #ff0080 !important;
}
.clickPointer{
    cursor: pointer;
}
.f-size18{
    font-size: 18px;
}
.t-aling-end{
    text-align: end !important;
}
.btnVista{
    width: 100%;
    text-align: center;
    color: white;
    background: #ff0080;
    border: 1px solid #ff0080;
    border-radius: 6px;
}
.opa-5{
    opacity: 0.5;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}
.lbl2lines{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
.labelNoContenido{
    color: #ff0080;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
}
.mt-20{
    margin-top: 20px;
}
.font-weight-bold{
    font-weight: bold !important;
}
.f-size40{
    font-size: 40px !important;
}
.containerGaleria{
    border: 0.1px solid rgba(239, 239, 240, 1);
    border-radius: 10px;
}
.imgContainerGaleria{
    width: 100%;
    height: 300px!important;
    object-fit: scale-down;
}
.imgContainerGaleriaSlider{
    width: 100%;
    height: 500px!important;
    object-fit: scale-down;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modalCustom {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.imgContainerGaleriaModel{
    width: 100%;
    object-fit: cover;
}
.imgContainerVideoModel{
    width: 100%;
}

@media (max-width: 767px) {
    .imgContainerGaleriaSlider{
        width: 100%;
        height: 300px!important;
        object-fit: scale-down;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
} 
.containerDescripcionGaleria{
    background:#efeff0;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.padding10{
    padding: 10px !important;
}
.hidden-important{
    display: none;
}
.alwaysBottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.centerTextContainer{
    text-align: center;   
}
.purple-gradient {
    background: -webkit-linear-gradient(50deg,#fe008f,#fe008f)!important;
    background: -o-linear-gradient(50deg,#fe008f,#fe008f)!important;
    background: linear-gradient(40deg,#fe008f,#fe008f)!important;
}
.customBtnPurple{
    height: 70px;
    background: #fe008f !important;
    color: white;
    padding: 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 18px;
    user-select: none;
}
.linkLabel{
    text-decoration: underline !important;
    color: #fe008f !important;
    font-weight: bold;
    user-select: none;
    font-size: 18px !important;
    margin: 6px !important;
    cursor: pointer;
}
.main-content-custom{
    margin-top: 16px; 
    margin-bottom: 16px; 
    /*min-height: 400px !important;*/ 
    height: calc(100% - 64px); 
    overflow: auto;
}
.main-content-custom-nop{
    /*margin-top: 16px;*/ 
    /*margin-bottom: 16px;*/ 
    /*min-height: 400px !important;*/ 
    /*height: calc(100% - 64px);*/ 
    overflow: auto;
}

.responsiveIconFooter{
    height: 75px;
     object-fit: cover;
}

@media (max-width: 1000px) {
    .responsiveIconFooter{
        height:50px;
    }
}
@media (max-width: 700px) {
    .responsiveIconFooter{
        height:35px;
    }
}
/*redes sociales*/
.imgF:hover{
    content:url(/golatinas/img/imgFHover.png);  
}
.imgT:hover{
    content:url(/golatinas/img/imgTHover.png);
}
.imgI:hover{
    content:url(/golatinas/img/imgIHover.png);
}
/*redes sociales*/

.noTextDecorationImportant{
    text-decoration: none !important;
}
.textCenter{
    text-align: center !important;
}
.underP{
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.moveImage{
    font-size: 50px;
    margin-top: 20px;
}
.minumunAdjust{
    min-height: 500px;
}
.f20px{
    font-size: 20px;
}
.f18px{
    font-size: 18px;
}
.f16px{
    font-size: 16px;
}
.mar10lr{
    margin-left: 5%;
    margin-right: 5%;
}
.pinkR{
    border:2px solid pink;
    padding: 2px;
    border-radius: 10px;
}
.noMargin{
    margin: 0px !important;
}
.pw{
       -webkit-text-security: disc !important;
-moz-text-security: disc !important;
text-security: disc !important;
}
.h75px{
    height: 75px;
}
.h35px{
    height:35px;
}