body {
    background-color: white;
}

footer {
    margin-bottom: 30px;
    background-color: #343592;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Open Sans', sans-serif;
}

li {
    font-family: 'Open Sans', sans-serif;
}

hr {
    border-top: 3px solid white;
}

.container {
    max-width: 1024px;
}

.subtitulo {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.parrafo {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.page-header {
    padding-bottom: 0px;
    margin: 40px 0 40px;
    border-bottom: 0px solid #eee;
    color: white;
}

.inner {
    margin: 40px auto;
}

.liviano {
    font-weight: 400;
}

.mediano {
    font-weight: 600;
}

.pesado {
    font-weight: 900;
}

.btn-primary {
    width: 100%;
    font-weight: 700;
    color: #fff;
    background-color: #343592;
    border-color: white;
    border-radius: 0;
    transition: all 0.1s linear;
    border-top: 0;
    border-left: 0;
}

.btn-primary:hover {
    background-color: greenyellow;
}

a.navbar-brand {
    padding: 0 0 0 70px;
    height: 100px;
}

address.nav.navbar-nav.navbar-right {
    margin: 0 15px;
    margin-top: 3px;
}

address {
    color: white;
}

nav.navbar.navbar-default {
    margin: 0px;
    border-radius: 0;
    border-color: transparent;
    background-color: #343592;
}

.dark {
    color: white;
    padding: 10px;
    background-color: rgba(0,0,0,0.7);
}

li {
    margin: 10px 0;
    font-weight: 600;
    font-size: 17px;
    list-style-image: url('../img/checkmarkblue.png');
}

.ul-apoyo li {
    margin: 5px 0;
    font-weight: 500;
    font-size: 15px;
    list-style-image: none;
}

.background {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.thumbnail {
    border: 0px;
}

img.img-responsive.img-center {
    width: 60%;
    margin: auto;
}

.navbar-brand img {
    height: 100px;
}

address, address * {
    font-size: 22px;
}

/*SOCIAL*/
#fixedsocial {
    bottom: 30%;
    height: 200px;
    width: 60px;
    position: fixed;
}

.facebookflat {
    background: url("../img/icons/social_facebook.png");
    height: 50px;
    width: 50px;
    transition: ease 500ms;
    background-size: 50px;
    opacity: 0.5;
}

.facebookflat:hover {
    background: url("../img/icons/social_facebook.png");
    height: 60px;
    width: 60px;
    background-size: 60px;
    opacity: 1;
    transition: ease 500ms;
    margin-left: 0px;
    margin-top: -5px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
}

.twitterflat {
    background: url("../img/icons/social_twitter.png");
    height: 50px;
    width: 50px;
    transition: ease 500ms;
    background-size: 50px;
    opacity: 0.5;
}

.twitterflat:hover {
    background: url("../img/icons/social_twitter.png");
    height: 60px;
    width: 60px;
    background-size: 60px;
    opacity: 1;
    transition: ease 500ms;
    margin-left: 0px;
    margin-top: -5px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
}

.youtubeflat {
    background: url("../img/icons/social_youtube.png");
    height: 50px;
    width: 50px;
    transition: ease 500ms;
    background-size: 50px;
    opacity: 0.5;
}

.youtubeflat:hover {
    background: url("../img/icons/social_youtube.png");
    height: 60px;
    width: 60px;
    background-size: 60px;
    opacity: 1;
    transition: ease 500ms;
    margin-left: 0px;
    margin-top: -5px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
}

.linkedinflat {
    background: url("../img/icons/social_linkedin.png");
    height: 50px;
    width: 50px;
    transition: ease 500ms;
    background-size: 50px;
    opacity: 0.5;
}

.linkedinflat:hover {
    background: url("../img/icons/social_linkedin.png");
    height: 60px;
    width: 60px;
    background-size: 60px;
    opacity: 1;
    transition: ease 500ms;
    margin-left: 0px;
    margin-top: -5px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
}

/*GRATIS*/
#fixedgratis {
    top: 110px;
    margin-left: 10px;
    height: 200px;
    width: 200px;
    position: fixed;
}

.fixedgratisflat {
    background: url("../img/preauditoria-gratis.png");
    height: 180px;
    width: 180px;
    background-size: 180px;
    background-repeat: no-repeat;
    transition: ease 500ms;
    opacity: 0.8;
    -ms-transform : rotate(-25deg);
    /* IE 9 */
    -webkit-transform : rotate(-25deg);
    /* Chrome, Safari, Opera */
    transform : rotate(-25deg);
}

.fixedgratisflat:hover {
    background: url("../img/preauditoria-gratis.png");
    height: 200px;
    width: 200px;
    background-size: 200px;
    background-repeat: no-repeat;
    transition: ease 500ms;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 1;
    z-index: 99;
    cursor: pointer;
    -ms-transform : rotate(0deg);
    /* IE 9 */
    -webkit-transform : rotate(0deg);
    /* Chrome, Safari, Opera */
    transform : rotate(0deg);
}

.row-eq-height .thumbnail{
    height:190px;
}

.thumbnail {
    margin: 15px 0px;
    background-color: transparent;
}

.thumbnail img {
    max-height: 150px;
    border: 5px solid white;
}

img.img-responsive.img-center {
    max-width: 250px;
    margin-top: 15px;
}

.color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #131313;
    opacity: 0.8433734939759;
}
