html {scroll-behavior: smooth;}

@media print { 
    .no-print { display: none !important;}
    }

.navbar-custom {
    font-family: 'Lato', sans-serif;
    z-index: 1030;
}
.navbar-custom .navbar-brand {
    font-weight: 800;
}
.navbar-custom .nav li a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 1.4em;
}

@media only screen and (max-width: 768px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color:#666;
}
.navbar-default .navbar-nav>li>a {
    color:#666;
    }
.navbar-collapse > .nav > li > a:hover, .navbar-collapse > .nav > li > a:focus {
    color: #eaeaea;
    padding: 10px 14px;
    background-color: #fda6484f;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;

    }

.navbar-custom {background: transparent;
    border-bottom: 1px solid transparent;
    }
    }

@media only screen and (min-width: 769px) {
.navbar-custom .nav li a {
    font-weight: 600;
    }

    .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;

    }
    .navbar-custom .navbar-brand {
    color: #232323;
    padding: 20px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
    color: rgba(35, 35, 35, 0.8);
    }

    .navbar-collapse > .nav > li > a:hover,
    .navbar-collapse > .nav > li > a:focus {
    color: #312a22;
    border-radius: 0px;
    background-color: #93beff4f;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;

    }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a:focus ,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #93beff;
    color:white;
    }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    background-color: transparent;
    box-shadow: none;}
}


@media only screen and (min-width: 1170px) {
    .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
.navbar-custom.is-fixed:hover {opacity: 1;}
.navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
        top: -70px;
    min-height: 70px;
opacity: 0.75;
background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    }
    .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    }
}

.textofont {
    font-family: Montserrat,sans-serif !important;

}
.texto {
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.lblFecha {float: right;
    color: white;

    font-weight: bold;
    display: inline-block;
    text-align: center;}



@media (max-width: 768px) { 
    .lblFecha {font-size: 12px;}   .lblFecha > span {font-size: 16px;}
    .navLogo img {cursor:pointer;margin-left: 8px;;max-width: 150px;}
    li.userstLogout .glyphicon{margin-top: 7px;}
    }
@media (min-width: 769px) { 
    .lblFecha {font-size: 18px;}     .lblFecha > span {font-size: 24px;}
    .navLogo img {cursor:pointer;margin:6px;max-width: 170px;margin-top:11px;}
    .userst,.shopCartIco {margin-top: -2px;}
    }




@media (max-width: 946px) {
    .navbar-right {margin-right: 0px;}
    .navbar-custom .navbar-collapse.in {background-color: #fff;}
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-fixed-top {top: 0;border-width: 0 0 1px;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin-top: 7.5px;}
    .navbar-nav>li {float: none;border-bottom: 1px solid #ccc;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .collapse.in{display:block !important;}
    li.userst,li.shopCartIco,li.userstLogout {float:left;border-width:0px;}
}

/* toggleBtn*/
input.toggleBtn{
    height: 0;
    width: 0;
    visibility: hidden;
}

label.toggleBtn {
    cursor: pointer;
    text-indent: -9999px;
    width: 32px;
    height: 17px;
    background: grey;
    display: block;
    border-radius: 16px;
    position: relative;
}

label.toggleBtn:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 12px;
    transition: 0.3s;
}

input:checked.toggleBtn + label.toggleBtn {
    background: #bada55;
}

input.toggleBtn:checked + .toggleBtn:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

label.toggleBtn:active:after {
    width: 12px;
}

body {
    min-height: 100vh;
    background: #fff;
}



@keyframes fader     { 0% {opacity: 0.2;} 50% {opacity: 1.0;} 100% {opacity: 0.2;} }
 @-webkit-keyframes fader { 0% {opacity: 0.2;} 50% {opacity: 1.0;} 100% {opacity: 0.2;} }

 .cf-bubbles-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #dedede8c;
    z-index:200;
}
 .cf-bubbles {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;


    font-size: 22px;
    background: #fff;
    color: #197bbd;
    padding: 10px;
    border-radius: 10px;
    }


.cf-bubbles > .bubbles { animation: fader 1.6s infinite;}
.cf-bubbles > .bubbles:nth-child(2) { animation-delay: .2s;}
.cf-bubbles > .bubbles:nth-child(3) { animation-delay: .4s;}
    .bubbles { background-color: #197bbd; width:20px; height: 20px; margin:2px; border-radius:100%; display:inline-block; }
    .board-store {
    display: flex;
    max-width: 900px;
    margin: 10px auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.board-store .item .img {margin: auto;max-width: 420px;cursor:pointer;}
/* .board-store .item h2 {min-height:106px;} */
.board-store .itemcard {max-width: 420px;}
.board-store .item {
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    border: 1px solid #197bbd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }


@media (min-width: 769px) { 
.btnRound {
font-size: 21px;
padding: 12px 68px;
}
}
@media (max-width: 768px) { 
.btnRound {
font-size: 16px;
padding: 3px 14px;
}
}

.btnRound:hover {
    background: #7dbfeb;
    }
.btnRound {
    outline: none;
    background: #197bbd;
    color: #fff;
    border: 0px;
    border-radius: 10px;
    margin: 10px auto 0px auto;
    line-height: 1.8em;
    font-weight: bold;
    }
.priceboard {    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding:4px 8px;
    align-items: center;}
.price:hover {
    background: #eee;
    }
.price {
    font-size: 24px;
    font-weight: 600;
    color: rgb(214, 34, 34);
}
.price .discount{
    color: #808080;
    text-decoration: line-through;
}



.optFotter {max-width:1220px;color:#646464;padding-bottom:30px;}
.optFotter a {color:#646464;}
.social-bar {margin-top:20px;}
.social-bar a {margin-left:10px;margin-top:10px;}
.optFotter     .icon {width: 25px;
height: 25px;}

.optFotter .foot2{display:flex;flex-flow: row wrap;justify-content:space-between;
border-bottom: 1px solid #d1d1d1;
padding-bottom: 20px;
padding-top: 20px;margin-top: 20px;font-weight:bold;
    font-family: 'Montserrat';}

@media (max-width: 767px)  {
.optFotter     .foot2 > * {margin-bottom:10px;font-size: 10px;}
    }

.board-store .slide {display:flex;justify-content: center;margin: 15px 0px;flex-wrap: wrap;}
.board-store .slide .img2{max-width: 82px;margin: 0px 10px;border: 1px solid #ddd;padding: 2px;}




.reviewTotal {max-width: 360px;
    margin: 16px auto;
    padding: 17px 22px;
    box-shadow: 1px 1px 5px 2px #c1c1c1;
    border-radius: 8px;}
.reviewTotal td{padding: 2px;
    font-weight: bold;
    font-size: 1.5em;}
.reviewTotal table {margin:16px 0px;width:100%;}

.containPop {
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    }

.btnpopup {
background: #ff821f; /* Old browsers */
background: -moz-linear-gradient(left, #ff821f 0%, #ffaa12 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff821f 0%,#ffaa12 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff821f 0%,#ffaa12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff821f', endColorstr='#ffaa12',GradientType=1 ); /* IE6-9 */
color: white;
    border: 0px;
    border-radius: 18px;
    font-size: 16px;
    padding: 2px 44px;
    margin: auto;
    line-height: 1.8em;
    font-weight: bold;
}
.btnpopup:hover {color:#333;}


.chkoffnpLbl {display:block; font-weight:400;margin-bottom: 30px;max-width: 850px;text-align:left;cursor:pointer;}
.chkoffnp {float:right;}
.chkoffnp:focus {outline:none !important;}
.chkoffnp:before { content:""; display:inline-block; 
background: url('images/np/uncheckedNP.jpg') no-repeat;
height: 33px;
padding: 18px;
margin-left: -21px;
margin-top: -4px;
}
.chkoffnp:checked:before { background:url('images/np/checkedNP.jpg') no-repeat;}
.btneffect:hover {opacity: 0.8;}

@media (max-width: 768px){.cardImgItem {width:20px}
.selShipping {max-width:200px;} 
.containPop {    justify-content: center;}
.btnPlan {font-size: 16px;}
}
@media (min-width: 769px){.cardImgItem {width:32px}
.selShipping {margin-left: 20px;}
.centerinBig {text-align: right;}
.certLogoA { width: 157px;float: right;margin-top: 25px;text-align: right;}
.containPop {    justify-content: space-around;}
.btnPlan {font-size: 23px;min-width:300px;}
}





.btnPlan {
background-color: #197bbd;
    color: #fff;
    border-radius: 8px;
    border-width: 0px;
    padding: 6px 26px;
    font-weight: 300;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;}
.btnPlan:hover {text-decoration:underline;-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;}



.btncard.selected:hover {
    border-color:#7dbfeb;
    }
.btncard.selected {
    border-color:#7dbfeb;
    box-shadow: 1px 1px 8px 1px #7dbfeb;
    }
.btncard:hover {
    box-shadow: 1px 1px 8px 1px #7dbfeb;
    border-color:#a5a5a5;
    }
.btncard {
    cursor:pointer;
    padding: 7px 19px;border: 4px solid #cacaca;border-radius: 10px;margin-right:6px;
    box-shadow: 1px 1px 8px 1px #c0c0c0;

    }

#tblListCart th{font-size: 1.2em;
    color: #aaa;}

#tblListCart td, #tblListCart th {vertical-align: middle;}
#tblListCart2 td, #tblListCart2 th {vertical-align: middle;}

@media (min-width : 768px) {
.certLogoB {max-width:200px;}
#tblListCart2 ,#tblListCart {margin-top:0px;}
}
@media (max-width : 767px) {
.certLogoB {max-width:200px;margin-top:20px;}
#tblListCart2 td, #tblListCart2 th ,#tblListCart td, #tblListCart th {
font-size: 0.8em;
    padding: 5px;
}
}


.certLogoB {display:flex;align-items: center;margin:20px 0;}


.pagehead {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1134px;
    margin: auto;
    align-items: center;
    height: 100%;
    display: flex;}
.pagehead h1{color: #fff;
    margin-bottom: 26px;
    text-shadow: 5px 5px 11px #222;
    letter-spacing: 3px;
    font-family: 'Montserrat';}

@media only screen and (max-width: 767px){
.pagehead {padding:10px;}
.pagehead h1 { font-size: 30px; }
.pagehead h2 {font-size: 20px;}
}

@media (min-width: 768px){
.pagehead h1 { font-size: 3em; }
.pagehead h2 {font-size: 1.6em;}
}
.pagehead h2{color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    text-shadow: 2px 2px 3px #222;
    margin-bottom: 2.2em;}

@media only screen and (min-width: 768px) {
.main_container {
        height: 390px; 
        overflow-y: visible;
    }		
        }

@media only screen and (min-width: 1200px) {

    .main_container {
        height: 320px;
        overflow-y: visible;
    }
    }


.main_container {
    margin: auto;
}

.btnOran {
    font-weight: 900;
    background-color: #197bbd;
    color: #fff;
    letter-spacing: 0.1em;
    border-width: 0;
    border-radius: 8px;
    padding: 14px 26px;
    cursor: pointer;
    margin-bottom: 20px;
}

.pagehead h1 > .glyphicon {text-shadow: none;color: #197bbd;background-color: #fff;padding: 0.4em;border-radius: 50%;}


@media (max-width: 767px)  {
.faqTopic {
    padding: 6px;
    font-size: 20px;
    padding-left: 1.2em;    
    }
.faqTopic2 .panel {padding-left: 6px;font-size: 1.3em;
    line-height: 1.1em;}
}
@media (min-width: 768px)  {
.faqTopic {
    padding: 6px;
    font-size: 24px;
    padding-left: 1em;
    }
.faqTopic2 .panel {padding-left: 40px;font-size: 1.4em;}
    }


.faqTopic {
    background-size: 19px;
    background-position-y: center;
    max-width: 1020px;
    margin: 0px auto;
    border: 2px solid white;
    cursor: pointer;
    border-top: 1px solid #ccc;
    background-color: #eee;
        }
.faqTopic > div {
    display: inline-block;
    float: right;
    margin-right: 11px;}

@media (max-width: 795px) {
.frameBoard    {margin:auto 10px;}
    }
@media (min-width: 796px) {
.frameBoard    {margin:auto;  max-width: 1020px; }
    }

.menuMarkup {
    transform: rotate(90deg);
    transition: transform 100ms ease-in;
    }
.menuMark:before {
    content: "\e258";
    color:#444;
}
.collapsed .menuMark:before {
    content: "\e259";
}
