.bloqueNotVisible{
    position: absolute;
    left: -9999px;
}

.navbar-brand img{
    max-width: 170px;
}
@media (min-width: 768px){
    .navbar-brand img{
        max-width: 235px;
    }
}

.white-bg {
    background-color: rgba(255, 255, 255, 0.82);
}

.main-nav.white-txt li a {
    color: #f4f4f8;
}

.ld-fancy-heading .ld-fh-txt {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.ld-masked-image figure {
    background-position: -90% 10%;
    background-size: cover;
    background-repeat: no-repeat;
}

.iconbox .contents .font-size-16 {
    line-height: 1.5em;
}


.pricing-table.pricing-table-minimal {
padding: 45px 25px 45px;
}

.pricing-table.pricing-table-modern {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    color: #5E6575;
}

.pricing-table-modern .pricing {
    text-transform: uppercase;
}

.pricing-table-modern h5 {
    margin-top: 0;
    margin-bottom: 5px;
}
.pricing-table-modern h5 .pricing {
    display: block;
}

.pricing-table-modern .pricing small {
    margin-top: 1.5em;
}

.pricing-table-minimal .pricing-table-body {
    margin-top: 0px;
    font-size: 16px;
}

.pricing-table-minimal .pricing-table-footer {
    margin-top: 45px;
}

.cross-out {
    text-decoration:line-through;
    color: #BCBCBC;
}

.navbar-header.navbar-brand .logo-dark{
    width: 90px;
    height: 30px;
}

.rounded {
    margin-bottom: 1.5em;
}

.news-text {
    line-height: 1.5em;
}

.ld-pf-item.ld-pf-light {
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.1);
}

.nosotros .contents .font-size-16 {
    text-transform: uppercase;
}

.text-secondary {
    text-transform: uppercase;
}

.bg-dark .mt-4.mb-4{
    color: #f4f4f8;
}

@media screen and (min-width: 768px){
    
.lqd-iconbox-stack .iconbox {
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    height: 170px;
}
.lqd-iconbox-stack .iconbox-blue {
    top: 30%;
    left: 0%;
}
.lqd-iconbox-stack .iconbox-green{
    top: 30%;
    right: 0%;
}

}

@media screen and (max-width: 1199px) {
.navbar-header > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}
}