body {
    font-size: 16px;
}
.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.font-titilliumWeb {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
dl, ol, ul {
    margin-bottom: 0;
}
.alertify .ajs-header {
    background-color: #ededed;
}
/**/
.carousel-caption .texto {
    text-align: left;
    font-size: 16px;
}
.carousel-caption .texto p:first-child {
    font-size: 41px;
    line-height: 41px;
    font-weight: bold;
    margin-bottom: .4em;
}
.carousel-caption .texto .btn {
    background-color: #009688;
    border-radius: .5em;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/**/
.wrapper-empresa {
    color: #525252;
    font-size: 19px;
}
.wrapper-empresa .image .list-group {
    font-size: 20px;
}
.wrapper-empresa .image img {
    width: 60px;
    height: 60px;
}
.wrapper-empresa .list-group-item + .list-group-item {
    margin-top: 1em;
}
/**/
.wrapper- .header {
    height: 150px;
    position: relative;
    background-position: center right;
}
.wrapper- .header .container {
    width: 100%;
    height: 100%;
}
.wrapper- .header .container .title {
    font-weight: bold;
    font-size: 28px;
    color: #3B3850;
    display: inline-block;
    position: relative;
}
.wrapper- .header .container .title::before {
    position: absolute;
    border: 2px solid #009688;
    content: "";
    width: 60px;
    left: 0;
    bottom: -10px;
}
.wrapper-descarga .descarga {
    font-size: 16px;
    color: #7C7C7C;
}
.wrapper-descarga .descarga .text {
    height: 60px;
}
.wrapper-descarga .descarga .icon {
    font-size: 20px;
    color: #A2A2A2;
}
.wrapper-descarga .descarga .icon *[download] {
    color: #0099D9 !important
}

.wrapper-calidad {
    font-size: 19px;
    color: #525252;
}
.wrapper-calidad .frase > div {
    font-size: 25px;
    position: relative;
    padding-top: .7em;
}
.wrapper-calidad .frase > div::before {
    content: "";
    position: absolute;
    width: 100px;
    border: 1px solid #009688;
    top: 0;
    left: 0;
}
.wrapper-calidad .file {
    background: #F7F7F7;
    color: #595959;
    font-size: 21px;
    line-height: 21px;
}
.wrapper-calidad .file .title {
    color: #525066;
    font-weight: bold;
    font-size: 23px;
    line-height: 23px;
}
.wrapper-calidad .file i {
    right: 15px;
    top: calc(50% - 10.5px);
    color: #0099D9;
    font-size: 20px;
}

#marcas img {
    width: 152px;
    height: 152px;
}