﻿.public_width {
    max-width: 1024px;
}
.blueBlackground {
    background-color: #65809a;
}
.block_container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}
.white{
    color: white !important;
}

.header_img{
    width:80%;
}

.big_icon {
    width: 50px;
}

.pasos_box_impuestos {
    padding: 30px 10px 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 360px;
    color: #002C52;
}

.pasos_box_impuestos:hover {
    box-shadow: 5px 5px 5px 5px #888888;
    background-color: #0046FE;
    color: white !important;
}

.pasos_box_impuestos:hover h3 {
    color: white !important;
}

.title_h2{
    font-size: 30px;
}

.funcionalidades_container {
    padding-bottom: 15px;
}

.funcionalidades_float_container {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.title_h3_blue {
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    color: #0046FE;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.buttonBlock {
    text-align: center;
    display: block;
}

.facturas_image {
    width: 100%;
    max-height: 680px;
    max-width: 550px;
}

.iva_image {
    width: 100%;
    max-height: 680px;
    max-width: 550px;
    box-shadow: 5px 5px 9px #888888;
}

.wrapper-container {
    padding-left: 25px;
    padding-bottom: 25px;
}

.appLogo {
    height: 48px;
    margin-top: 3px;
}

.paddingTopBottom40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.link-box-modelo {
    color: #00529B;
}

.pasos_box_impuestos:hover .link-box-modelo, .link-box-modelo:hover {
    color: white;
}
.h3_acordeon {
    font-size: 18px !important;
}
