body {
    color: #58595B;
    font-family: Helvetica, Arial, serif;
    font-size: 15px;
    font-weight: 300
}

a,
a:hover {
    color: inherit;
    text-decoration: none !important
}

p {
    margin: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.block {
    display: block;
    line-height: 1.2em
}

.hero {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 350px
}

section:not(.hero) {
    padding: 30px 0
}

section h2.section-title {
    color: #1C1345;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0
}

section h3.question-title {
    color: #1C1345;
    font-size: 1.3em;
    font-weight: 600
}

section h4.question-title {
    color: #1C1345;
    font-size: 1.1em;
    font-weight: 600
}

section form {
    margin: 20px -15px 0
}

section.big-font p {
    font-size: 1.5em
}

section.bg-light-gray {
    background-color: #E8E8E9
}

section.bg-light-gray h2.section-title {
    color: #58595B
}

section.bg-blue {
    background-color: #1C1345;
    color: rgba(255, 255, 255, 0.75)
}

section.bg-blue h2.section-title {
    color: rgba(255, 255, 255, 0.9)
}

section.bg-red {
    background-color: #E41D3A;
    color: rgba(255, 255, 255, 0.75)
}

section.bg-red h2.section-title {
    color: rgba(255, 255, 255, 0.9)
}

section.bg-red .btn-cta {
    border-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9)
}

.form-group label {
    color: #E41D3A;
    font-size: 0.95em;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase
}

.btn-submit {
    background-color: #1C1345;
    color: #fff;
    font-size: 1em;
    padding: 5px 30px;
    text-transform: uppercase
}

.btn-cta {
    background-color: transparent;
    border: 1px solid rgba(88, 89, 91, 0.7);
    color: rgba(88, 89, 91, 0.7);
    font-size: 0.9em;
    padding: 10px 20px;
    text-transform: uppercase
}

.phonenumbers span {
    color: #1C1345;
    font-weight: 600
}

.phonenumbers span:last-child {
    padding-left: 29px
}

.widget {
    margin: 10px 0 20px
}

.widget-thumb {
    float: left
}

.widget-thumb {
    background: #E8E8E9;
    display: inline-block;
    height: 70px;
    width: 70px
}

.widget-body {
    padding: 0 15px 0 85px
}

.widget-body h3 {
    color: #1C1345;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}

.widget-body p {
    line-height: 1.4em
}

.banner-cta {
    text-align: center;
    margin: 50px 0
}

.banner-cta h2 {
    color: #fff;
    margin-left: 0
}

.producto-img {
    height: 180px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.producto-img img {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.producto h6 {
    font-weight: 600
}

.to-upper {
    text-transform: uppercase
}

ul>li>ul {
    padding-left: 30px
}

header .brand,
footer .brand {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 56px;
    width: 280px
}

header {
    background-color: #fff;
    padding: 20px 0;
    position: relative
}

header .top-menu {
    text-align: right
}

header .top-menu a {
    color: #E41D3A;
    font-weight: bold;
    margin-right: 15px
}

header .top-menu a:last-child {
    margin-right: 0px
}

header .brand {
    background-image: url(../img/logo.svg)
}

header .desktop-navigation nav {
    text-align: right
}

header .desktop-navigation .main-menu {
    margin-top: 30px
}

header .desktop-navigation .main-menu a {
    color: #58595B;
    font-size: 1em;
    font-weight: 500;
    margin-right: 20px;
    text-transform: uppercase
}

header .desktop-navigation .main-menu a:last-child {
    margin-right: 0
}

header .desktop-navigation .main-menu a.active {
    color: #1C1345;
    font-weight: 600
}

footer {
    background-color: #58595B;
    color: #fff;
    padding: 50px 0
}

footer a {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600
}

footer .address {
    color: rgba(232, 232, 233, 0.8);
    margin-top: 60px;
    padding-left: 90px
}

footer .brand {
    background-image: url(../img/isotipo.svg);
    display: inline-block;
    width: 60px
}

footer .slogan {
    border-left: 1px solid rgba(232, 232, 233, 0.8);
    color: rgba(232, 232, 233, 0.8);
    display: inline-block;
    margin-left: 10px;
    padding: 2px 0 2px 15px;
    -moz-transform: translate(0, -23px);
    -webkit-transform: translate(0, -23px);
    -o-transform: translate(0, -23px);
    -ms-transform: translate(0, -23px);
    transform: translate(0, -23px)
}

footer .accent {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8em;
    margin-bottom: 5px;
    text-transform: uppercase
}

.copyright {
    background-color: #404041;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px 0 !important
}

@media (min-width: 320px) and (max-width: 736px) {
    header {
        padding: 15px 0
    }
    header .brand {
        background-position: center center;
        height: 35px;
        width: 100%
    }
    header .top-menu,
    header .desktop-navigation {
        display: none
    }
    section.big-font p {
        font-size: 1.15em
    }
    .producto {
        margin-bottom: 15px
    }
    .banner-cta {
        margin: 20px 0
    }
    .banner-cta h2 {
        font-size: 1.5em
    }
    footer .brand {
        width: 30px
    }
    footer .slogan {
        line-height: 1em;
        margin-left: 50px;
        -moz-transform: translate(0, -52px);
        -webkit-transform: translate(0, -52px);
        -o-transform: translate(0, -52px);
        -ms-transform: translate(0, -52px);
        transform: translate(0, -52px)
    }
    footer .address {
        margin: 0;
        padding: 0
    }
}