/* Add here all your css styles (customizations) */
h1, h2, h3, h4, h5, h6,
body
{
    font-family: "Roboto Condensed", sans-serif !important;
}
p, li, li a, label {
    color: #000;
}
.label-primary {
    background-color: #007733;
}
.text-primary {
    color: #007733;
}
.header-v4 .navbar-default .navbar-nav > li > a {
    text-transform: none!important;
}
.header-v4 .navbar-default {
    background-color: #ebeee9;
    border-bottom: 5px solid #007733;
}
.bg-color-light {
    background: #def5fb !important;
}
@media (max-width: 500px) {
    .col-xxs-12 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 870px;
    }
}
@media (min-width: 1092px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1170px;
    }
}

/*
 * original
 *
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
*/

@media (min-width: 992px) {

    /*Container*/
    .header-fixed .header.header-fixed-shrink > .container {
        margin-bottom: -46px;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 14px;
    }
    .header.header-fixed-shrink .navbar-nav > li > a,
    .header.header-fixed-shrink .navbar-nav > li > a:focus {
        /* border-bottom: solid 2px transparent; */
        border-bottom: none;

    }

    /*Logo*/
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width: 105px!important;
        margin: 45px 0 0!important;
        height: 40px!important;
    }

    /* Menú */
    .header-v4 .navbar-default .navbar-nav > li > a {
        font-size: 15px!important;
        padding: 10px 13px 11px 13px;
    }
    .header-v4 .navbar-default .navbar-nav > li.dropdown > a {
        padding: 10px 18px 11px 8px;
    }
    .header-v4 .dropdown > a:after {
        top: 10px;
        right: 8px;
    }
    .header-v4 .dropdown-menu li > a:hover {
        color: #000!important;
        background: #b6c2b1 !important;
    }

}
@media(min-width: 992px) and (max-width: 1199px) {
    .header-v4 .navbar-default .navbar-nav > li > a {
        font-size: 13px!important;
        padding: 10px 10px 11px 10px;
    }
}
@media (min-width: 992px) {
    .header-v4 .navbar-collapse {
        border-top: none;
        border-bottom: none;
    }
    .header-v4 .navbar-default .navbar-nav > li {
        border-left: none;
        border-right: none;
    }
    .header-v4 .dropdown-menu {
        border-bottom: none;
    }
}
.header-v4 {
    /* background: #f6f6f6!important; */
}
.header-v4 .dropdown > a:after {
    /* content: "\f0dd"; */
}
.header-v4 .dropdown-submenu > a:after {
    /* content: "\f0da"; */
}
.header .dropdown > a:after {
    /* right: 3px; */
}
.btn-e2000 {
    color: #fff;
    background: #007733;
}
.btn-e2000:hover {
    color: #007733;
    background: #ccc;
    border-color: #ccc;
}
.header .navbar-nav > li > a,
.header .navbar-nav > li > a:focus {
    font-size: 15px;
    border-bottom: solid 2px transparent;
}
.header-v4 .navbar-nav > li a.active,
.header-v4 .navbar-nav > li > a.active
{
    font-weight: bold;
    color: #fff;
    background: #007733;
}
.navbar-nav > li > a,
.navbar-nav > li > a.active
{
    border-radius: 5px 5px 0 0;
}
.header-v4 .navbar-nav > li:hover > a {
    color: #000 !important;
    background: #b6c2b1 !important;
}
.navbar-nav > .active > a {
    border-bottom-color: #007733;
    color: #007733;
}
.header-v4 .navbar-default .navbar-nav > li:hover > a {
    background: #007733;
}
.header .topbar ul.loginbar li i.fa {
    color: inherit;
}
.topbar-v1 {
    background: #b6c2b1;
    border-top: none!important;
    /* border-top: solid 1px #f6f6f6; */
    border-bottom: solid 1px #f6f6f6;
    color: #fff;
}
.topbar-v1 a,
.topbar-v1 p,
.topbar-v1 li,
.topbar-v1 i
{
    color: #000!important;
}
.topbar-v1 li {
    border: none !important;
    margin-left: 5px;
    /* border-color: #007733!important; */
}
.topbar-v1 li.activo {
    background: #007733!important;
}
.topbar-v1 li.activo a i,
.topbar-v1 li.activo a
{
    color: #fff!important;
}
.boxed-layout{
    box-shadow: none!important;
    background: #fff!important;
}
.header .navbar-nav > li > a.active,
.header .navbar-nav > li:hover > a
{
    font-weight: bold!important;
    color: #007733!important;
}
.header .logo img {
    margin: 20px 0 0 0!important;
    height: 60px!important;
}
.btn-facebook,
.btn-twitter,
.btn-youtube
{
    border: none;
}

/**
 * AJUSTADA CABECERA
 */
@media (min-width: 992px){
    .header.header-sticky .navbar-nav {
        position: relative;
        margin-top: 40px;
    }
    .header.header-sticky.header-fixed-shrink .navbar-nav {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .header .logo img {
        margin: 10px 0 !important;
        height: 60px !important;
    }
    .header-fixed .header-v4 .navbar-toggle {
        margin-top: 19px;
    }
    a.logo-wma {
        bottom:85px !important;
    }

}
@media (max-width: 761px){
    a.banner-cabecera {
        height: 80px !important;
        margin-right: 15%;
        margin-top: 25px;
    }
}
@media (max-width: 500px) {
    a.banner-cabecera {
        margin-right: 0;
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .header-v4 .logo img {
        height: auto;
        max-width: 100%;
    }

}
@media (max-width: 320px) {
    a.banner-cabecera {
        margin-right: -10px;
    }
    a.banner-cabecera span {
        width: 225px!important;
        padding-left: 15px!important;
    }
}
/**
 * BANNER CABECERA
 */
a.banner-cabecera {
    position: relative;
    height: 100px;
    float: right;
    font-size: 12px;
    line-height: 16px;
}
a.banner-cabecera img {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
}
a.banner-cabecera span{
    z-index: 11;
    position: absolute;
    white-space: nowrap;
    right: 60px;
    bottom: 0;
    text-align: right;
    /* background: #def5fb; */
    padding: 12px 55px 12px 25px;
    /* border-radius: 10px 0 0 0!important; */
}
a.banner-cabecera span p{
    margin: 0;
    color: #333;
}

/**
 * BOTON REDONDEADO
 */
a.btn-link {
    background: #007733!important;
    color: #fff!important;
    padding: 5px 8px;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
    /* border-radius: 5px!important; */
}
a.btn-link:hover {
    background: #def5fb !important;
    color: #00abd7!important;
    text-decoration: none;
}
a.btn-footer:hover {
    background: none!important;
}

/**
 * ANIMACIÓN + H1 corporativo
 */
.thumbnail-kenburn:hover img {
    opacity: .3;
}
.thumbnail-kenburn .thumbnail-img {
    position: relative;
    background: rgba(0, 119, 51, 0.3);
}
.thumbnail-kenburn .plus {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #007733;
    width: 30px;
    height: 30px;
    padding: 8px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 15px;
}
.thumbnail-kenburn:hover .plus {
    opacity: 1;
}
h1.corporativo,
.breadcrumbs h1
{
    color: #007733;
    font-size: 22px;
}
@media (max-width: 550px) {
    .breadcrumbs h1.pull-left, .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 26px;
    }
}


/*Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
    left: 90px;
    right: 90px;
    bottom: 0;
    top: 50px;
    padding: 0;
    background: none;
    vertical-align: middle;
    /* padding: 7px 15px; */
    /*background: rgba(155, 155, 155, 0.7); */
}

.carousel-v1 .carousel-caption p{

    line-height: 30px;
    font-size: 24px;
    font-style:normal;
    opacity: 0.9;
    text-align: left;
}

@media (max-width: 992px) {
    .carousel-v1 .carousel-caption {
        top:50px;
        left: 70px;
        right: 70px;
    }
    .carousel-v1 .carousel-caption p{
        line-height: 20px;
        font-size: 16px;
    }
    h1.corporativo {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .carousel-v1 .carousel-caption {
        top:30px;
        left: 40px;
        right: 40px;
    }
    .carousel-v1 .carousel-caption p{
        line-height: 18px;
        font-size: 14px;
    }
    h1.corporativo {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .carousel-v1 .carousel-caption {
        top:15px;
        left: 40px;
        right: 40px;
    }
    .carousel-v1 .carousel-caption p{
        line-height: 16px;
        font-size: 13px;
    }
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: 0.6;
    background: #007733;
    color: #fff;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
}
.carousel-v1 .carousel-arrow a:hover i {
    color: #fff;
}
.carousel-v1 .carousel-caption p,
.carousel-v1 a
{
    color: inherit !important;
}
.carousel-caption {
    text-shadow: none;
    color: inherit !important;
}
/**
 * PIE
 */
.footer-v2 .footer {
    background: #ebeee9 !important;
    border-top: 0;
}
.footer-v3 .footer {
    padding: 40px 0;
    background: #007733!important;
    border-top: 5px solid #555;
}
.copyright{
    color: #fff !important;
    background: #007733!important;
}
.copyright p,
.copyright a
{
    color: #fff!important;
}
.footer .social > li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}

/**
 * MENÚ LATERAL
 */
.sidebar-nav-v1 > li{
    border-left: none!important;
    border-right: none!important;
    background: #ebeee9;
}
.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
    background: #007733!important;
}

.sidebar-nav-v1 a:focus,
.sidebar-nav-v1 a:hover,
.sidebar-nav-v1 a:active {
    color: #007733;
    font-weight: bold;
}
.list-toggle:after {
    content: '\f0da';
    font-size: 12px;
}
.list-toggle.active:after {
    content: '\f0dd';
    font-size: 12px;
}
.sidebar-nav-v1 li ul .list-group-item {
    color: #555;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
}
.sidebar-nav-v1 li ul a {
    font-weight: normal;
    font-size: 13px!important;
}
.sidebar-nav-v1 li ul .list-group-item.active a {
    font-weight: 900;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: #ccc !important;
    font-weight: bold !important;
}

/**
 * NOTICIAS
 */
.news-v3{
    background: none;
    padding: 5px 15px 15px 15px;
}
.new-v3 .col-sm-4 {
    padding-left: 0;
}
.btn-ir-a-noticia{
    color: #fff;
    background: #007733;
}
.btn-ir-a-noticia:hover{
    color: #007733;
    background: #ccc;
}
.blog-twitter .headline {
    border-bottom: 2px solid #007733;
}

/**
 * FAQ
 */
.faq a{
    background: #00abd7 !important;
    color: #fff !important;
}
.faq a:hover {
    text-decoration: none;
}

/**
 * BANNER INTERIOR
 */
.banner_interior{
    position: relative;
    padding: 10px;
}
.banner_interior img{
    z-index: 5;
}
.banner_interior span{

}
.banner_interior span p{
    font-style:normal;
    opacity: 0.9;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 2px;
}

/**
 * CONTACTAR
 */
label.error{
    color: #900;
    font-size: 11px;
    font-weight: normal;
}

/**
 * AJUSTES TEXTO VARIOS
 */
.texto table td {
    padding: 10px;
}
.texto {
    margin-bottom: 40px;
}
.texto ul li {
    margin-bottom: 10px;
    list-style: none;

}
.texto ul li:before{
    font-weight: bold;
    font-family: FontAwesome;
    color: #007733;
    /* content: "\f04d"; square */
    content: "\f111";
    padding-right: 7px;
    margin-left: -17px;
    margin-right: 2px;
    display: inline-table;
    vertical-align: top;
    font-size: 65%;
}
.texto ol li,
.texto ul li
{
    line-height: 20px;
}
.texto ul li ul
{
    padding-top: 15px;
    padding-bottom: 0;
}

/**
 * BLOG
 */
.tags-v2 li a.active,
.tags-v2 li a:hover
{
    color: #fff;
    background: #007733;
    border-color: #007733;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.headline-v2{
    border-left: 2px solid #007733;
    background: #fcfcfc;
}
.headline-v2 h2{
    color: #007733!important;
}

/**
 * QUICKLINKS
 */
.quicklinks a {
    color: #555!important;
    cursor: pointer !important;
}
.quicklinks li.active a,
.quicklinks h2.active a,
.quicklinks li a.active
{
    color: #007733!important;
    font-weight: bold;
}
blockquote {
    background: #eee;
    border-color: #007733;
}

.blog-topbar {
    background: #007733;
}

/**
 * ANIMACIÓN MARCAS
 */
.item a img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.6;
}
.item a:hover img {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity: 1;
}

/**
 * CABECERA MOBILE
 */
@media(max-width: 991px) {
    .topbar-v1 {
        padding-bottom: 5px;
    }
    .topbar-v1 .top-v1-data li {
        top: 1px;
        padding: 4px 12px !important;
        margin-left: -1px;
        position: relative;
        border-top: solid 1px #eee;
        margin-top: 3px !important;
    }
}