/* VARIOS */
.btn {
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}
a,
a:focus,
a:active,
.lnk-black,
.lnk-black:focus,
.lnk-black:active{
    color: #333;
}
a:hover,
.lnk-black:hover {
    color: #957b50;
}
a:focus, a:active, a:hover {
    text-decoration: none;
}
.lnk-corp1,
.lnk-corp1:focus,
.lnk-corp1:active {
    color: #957b50;
}
.lnk-corp1:hover {
    color: #333;
}
.lnk-corp2,
.lnk-corp2:focus,
.lnk-corp2:active {
    color: #8A8A8A;
}
.lnk-corp2:hover {
    color: #333;
}
.btn-corp1,
.btn-corp1:focus,
.btn-corp1:active {
    border: 1px solid #957b50;
    background-color: #957b50;
    color: white;
}
.btn-corp1:hover {
    background-color: transparent;
    color: #957b50;
}
.btn-corp1neg,
.btn-corp1neg:focus,
.btn-corp1neg:active {
    border: 1px solid #957b50;
    background-color: transparent;
    color: #957b50;
}
.btn-corp1neg:hover {
    background-color: #957b50;
    color: white;
}
.btn-corp2,
.btn-corp2:focus,
.btn-corp2:active {
    border: 1px solid #8A8A8A;
    background-color: #8A8A8A;
    color: white;
}
.btn-corp2:hover {
    background-color: transparent;
    color: #8A8A8A;
}
.btn-corp2neg,
.btn-corp2neg:focus,
.btn-corp2neg:active {
    border: 1px solid #8A8A8A;
    background-color: transparent;
    color: #8A8A8A;
}
.btn-corp2neg:hover {
    background-color: #8A8A8A;
    color: white;
}

/* COLORES */
.tx-corp1,
.tx-corp1:focus,
.tx-corp1:active,
.th-corp1:hover {
    color: #957b50;
}
.tx-corp2,
.tx-corp2:focus,
.tx-corp2:active,
.th-corp2:hover {
    color: #8A8A8A;
}
.tx-white,
.tx-white:focus,
.tx-white:active,
.th-white:hover {
    color: white;
}
.tx-black,
.tx-black:focus,
.tx-black:active,
.th-black:hover {
    color: #333;
}
.bg-corp,
.bh-corp:hover {
    background-color: #957b50;
}
.bg-corp-rgba,
.bh-corp-rgba:hover {
    background-color: rgba(128, 96, 38, 0.5);
}
.bg-white,
.bh-white:hover {
    background-color: white;
}
.bg-black,
.bh-black:hover {
    background-color: #333;
}
.bg-transparent,
.bh-transparent:hover{
    background-color: transparent;
}
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
/*hr {
    border-color: #333;
}*/
.text-light         {font-weight: 300}
.text-regular       {font-weight: 400}
.text-semibold      {font-weight: 600}
.text-bold          {font-weight: 700}

/* FORMULARIO */
form .row {
    margin-left: -5px;
    margin-right: -5px;
}
form .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.form .form-group .control-label {
    margin-bottom: 0;
    font-weight: 300;
    text-align: left;
}
form .form-group .form-control {
    border-radius: 0;
    border-color: #333;
    font-size: 14px;
}
.form .form-group .form-control::-moz-placeholder {
    color: #333;
}
.form .form-group .form-control:-ms-input-placeholder {
    color: #333;
}
.form .form-group .form-control::-webkit-input-placeholder {
    color: #333;
}
.form .form-group input.form-control {
    height: 46px;
}
.form .has-feedback label ~ .form-control-feedback {
    top: 40px;
}
.form .groupCaptcha {
    margin-bottom: 0;
}
.form .groupCaptcha input.form-control {
    height: 26px;
    border-radius: 5px;
}
.form .filtro-check {
    font-size: 12px;
    line-height: 25px;
    white-space: nowrap;
}
.form .btn {
    width: 150px;
    height: 40px;
    margin-top: 6px;
    margin-bottom: 5px;
}
.form .input-group-addon{
    border-radius: 0;
    background-color: transparent;
    border-color: #333;
}
.form .input-group-addon a,
.dua-checkbox label a{
    color: #957b50;
}
.form .input-group-addon a:hover,
.dua-checkbox label a:hover{
    color: #333;
}
.filtro-check input[type='checkbox'] {
    display: none;
}
.filtro-check,
.filtro-radio .filtro-radio-option {
    cursor: pointer;
}
.filtro-check .fa-square-o,
.filtro-radio .filtro-radio-option .fa-circle-o {
    display: inline-block;
}
.filtro-check .fa-check-square-o,
.filtro-radio .filtro-radio-option .fa-dot-circle-o {
    display: none;
}
.filtro-check-act .fa-square-o,
.filtro-radio .filtro-radio-option-act .fa-circle-o {
    display: none;
}
.filtro-check-act .fa-check-square-o,
.filtro-radio .filtro-radio-option-act .fa-dot-circle-o {
    display: inline-block;
}

/* SLIDER */
.duaSlider{
    height: 100vh;
}
.duaSlider .duaSlider-prev,
.duaSlider .duaSlider-next {
    width: 50px;
    height: 50px;
    color: #957b50;
    font-size: 52px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    cursor: pointer;
    transition: all 0.2s;
}
.duaSlider .duaSlider-prev {
    left: 5px;
}
.duaSlider .duaSlider-next {
    right: 5px;
}
.duaSlider .duaSlider-prev:hover,
.duaSlider .duaSlider-next:hover {
    color: white;
}
.duaSlider .duaSlider-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.duaSlider .duaSlider-pager .duaSlider-page {
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
}
.duaSlider .duaSlider-pager .duaSlider-page:hover {
    background-color: #8A8A8A;
}
.duaSlider .duaSlider-pager .duaSlider-page-act {
    background-color: #957b50!important;
}
.duaSlider .duaSlider-pager .duaSlider-page + .duaSlider-page {
    margin-left: 7px;
}


/* varios */
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
.modal .modal-dialog{
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
.modal .modal-content {
    border: 0;
    box-shadow: none;
}
.modal .modal-content .modal-body {
    border-radius: 0;
    background-color: #957b50;
    color: white;
}
.modal .modal-content .modal-body .close {
    color: white;
}
.modal-backdrop {
    background-color: white;
}
.modal .popup-tit {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Coustard', serif;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
}
.modal .btn,
.modal .btn:active{
    background-color: #957b50!important;    
    border-color: #957b50!important;
    color: white!important;
}
.modal .btn:hover,
.modal .btn:focus{
    background-color: #8A8A8A!important;    
    border-color: #8A8A8A!important;
    color: white!important;
}
#formContactoAjax {
    max-width: 450px;
    margin: 0 auto;
}
#formContactoAjax > .fa {
    width: 85px;
    height: 85px;
    margin: -45px auto 0;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
    background-color: white;
    color: #957b50;
    font-size: 48px;
    line-height: 85px;
    text-align: center;
    display: block;
}
#formContactoAjax .filtro-check {
    font-size: 10px;
}
#formContactoAjax .btn {
    border: 0;
    color: #8A8A8A;
}

/* mainMenu */
#mainMenu .mainMenu-elem {
    position: relative;
}
#mainMenu .mainMenu-elem-on > nav {
    display: block!important;
}
#mainMenu .mainMenu-link,
#mainMenu .mainMenu-sub {
    color: #333;
    cursor: pointer;
}
#mainMenu .mainMenu-link:hover,
#mainMenu .mainMenu-sub:hover,
#mainMenu .mainMenu-elem-act > .mainMenu-link,
#mainMenu .mainMenu-elem-on > .mainMenu-sub,
#mainMenu #mainMenu-root.mainMenu-elem-on > .mainMenu-link{
    color: #957b50;
}
#mainMenu .mainMenu-sub > .fa:before {
    content: '\f107';
}
#mainMenu .mainMenu-elem-on > .mainMenu-sub > .fa:before {
    content: '\f106';
}
#mainMenu .mainMenu-elem-on > nav {
    display: block!important;
}
@media (min-width: 992px) {
    #mainMenu #mainMenu-root > .mainMenu-link {
        display: none;
    }    
    #mainMenu .mainMenu-elem > .mainMenu-link {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;        
        color: #8A8A8A;
        font-family: 'Coustard', serif;
        display: block;
    }
    #mainMenu .mainMenu-elem > .mainMenu-link:hover {
        color: #957b50;
    }
    #mainMenu .mainMenu-elem-act > .mainMenu-link {
        border-top: 4px solid #957b50;
        border-bottom: 4px solid #957b50;
        color: #957b50!important;        
    }
    #mainMenu .mainMenu-nav1 {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #mainMenu nav nav {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 4px solid #957b50;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
        background-color: #ECEDEF;
        text-align: center;
        position: absolute;
        z-index: 10;
        display: none;
    }
    #mainMenu .mainMenu-nav2 {
        width: calc(100% + 30px);
        top: calc(100% - 2px);
        left: -15px;
    }
    #mainMenu .mainMenu-nav3 {
        top: 0;
        left: 100%;
    }
    #mainMenu .mainMenu-nav1 > .mainMenu-elem > .mainMenu-link {
        padding-left: 14px;
        padding-right: 14px;
        line-height: 70px;
    }
    #mainMenu .mainMenu-nav2 .mainMenu-elem + .mainMenu-elem {
        margin-top: 5px;
    }
    #mainMenu .mainMenu-nav2 .mainMenu-elem .mainMenu-link {
        min-height: 30px;
        padding: 6px 10px;
        line-height: 1.1;
    }
}
@media (max-width: 991px) { 
    html {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    html.duaMenu-on {
        overflow: hidden;
    }
    html.duaMenu-on body {
        overflow-y: scroll;
    }
    html.duaMenu-on header {
        width: 100%;
        height: 100vh;
        background-color: white;
        position: fixed!important;
        overflow-y: scroll;
        z-index: 1;
    }
    header{
        position: relative;
    }
    #mainMenu .mainMenu-elem {
        position: static;
    }
    #mainMenu nav {
        display: none;
    }
    #mainMenu .mainMenu-nav1 {  
        height: 100%;
        min-width: 100%;
        /*padding-top: 40px;*/
        background-color: white;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        z-index: 10;
        top: 107px;
        left: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    header .menu-fixed{
        top: 0;
    }
    header .menu-fixed #mainMenu .mainMenu-nav1 {  
        height: calc(100vh - 75px);        
        top: 75px;
    }
     #mainMenu .mainMenu-link {     
        color: #8A8A8A;
        font-family: 'Coustard', serif;
     }
     #mainMenu .mainMenu-nav1 > .mainMenu-elem{
         border-top: 1px solid #8A8A8A;
         padding-top: 10px;
         padding-bottom: 10px;
     }
}
@media(max-width: 767px){
    #mainMenu .mainMenu-nav1 { 
        top: 93px;
    }
    header .menu-fixed #mainMenu .mainMenu-nav1 {  
        height: calc(100vh - 62px);        
        top: 62px;
    }
}

/* dropdownMenu */
.dropdownMenu {
    position: relative;
}
.dropdownMenu .dropdownMenu-cont {
    width: 100%;
    background-color: #333;
    line-height: 20px;
    text-align: center;
    /*background-color: white;*/
    position: absolute;
    z-index: 12;
    top: 100%;
    left: 0;
    display: none;
}
.dropdownMenu.dropdownMenu-on .dropdownMenu-cont {
    display: block;
}

/* estructura */
body {
    background-color: transparent;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.text-coustard{
    font-family: 'Coustard', serif;
}
.menu-fixed {
    width: 100%;
    position: fixed!important;
    z-index: 10;
    top: 0;
    left: 0;
}
#aviso-cookies {
    width: 100%;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
    font-size: 16px;
    text-align: center;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: none;
}

.redes a {
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.redes a + a {
    margin-left: 2px;
}
header {
    background-color: white;
    position: relative;
}
header #header-top {
    background-color: white;
    color: white;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}
header #header-top a {
    color: #957b50;
}
header #header-top a:hover {
    color: #8A8A8A;
}
header #header-top #header-contacto,
header #header-top #header-contacto *,
header #header-top #header-redes {
    display: inline-block;
    vertical-align: middle;
}
header #header-top #header-contacto .fa {
    margin-right: 5px;
    font-size: 18px;
}
header #header-top #header-contacto a {
    margin-right: 25px;
}
header #header-top #header-redes a {
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 20px;
}
header #header-bottom {
    background-color: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);    
}
header #header-bottom #header-bottom-cont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
header #header-cookies {
    display: none
}
header #header-bottom #header-logo{
    padding: 3px 10px 3px 0;
}
header #header-bottom #header-logo img{
    max-height: 70px;
}
section {
    padding-top: 45px;
    padding-bottom: 45px;
}
section .section-top {
    max-width: 500px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 0 auto 35px;
    color: #957b50;
    text-align: center;
}
section .section-top .section-tit {
    margin-bottom: 5px;    
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
section .section-top .section-sub {
    margin-bottom: 0;
    font-family: 'Coustard', serif;
}
section .section-tit2 {
    color: #8A8A8A;
    font-family: 'Coustard', serif;
    font-size: 26px;
    text-transform: uppercase;
}
section .section-tit3 {
    color: #957b50;
    font-family: 'Coustard', serif;
    font-size: 22px;
    text-transform: uppercase;
}
section .section-tit4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
section hr {
    width: 120px;
    border-top: 2px solid #957b50;
    margin-left: auto;
    margin-right: auto;
}

footer #footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    color: white;
    font-size: 13px;
}
footer #footer-top a {
    color: white;
}
footer #footer-top a:hover {
    color: #957b50;
}
footer #footer-top .footer-tit {
    min-height: 40px;
    margin-bottom: 10px;
    font-family: 'Coustard', serif;
    font-size: 24px;
    line-height: 1;
}
footer #footer-top .mapaFooter iframe{
    width: 100%;
    height: 190px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
footer #footer-top #footer-contacto,
footer #footer-top #footer-nosotros {
    padding-top: 25px;
}
footer #footer-top #footer-contacto img {
    margin-bottom: 15px;
}
footer #footer-top #footer-contacto p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
footer #footer-top #footer-contacto p .fa {
    width: 14px;
    margin-top: 1px;
    font-size: 12px;
    text-align: center;
}
footer #footer-top #footer-contacto p > * + * {
    margin-left: 5px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
footer #footer-top #footer-contacto > img{
    max-height: 50px;
} 
footer #footer-top #footer-nosotros #footer-redes a {
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 16px;
}
footer #footer-top #footer-form {
    border: 1px solid #957b50;
    padding: 24px;
    text-align: center;
}
footer #footer-top #footer-form p {
    margin-bottom: 20px;
    font-family: 'Coustard', serif;
    text-transform: uppercase;
}
footer #footer-top #footer-form .btn {
    color: white;
    font-size: 10px;
}
footer #footer-bottom {
    color: #8A8A8A;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
}
footer #footer-bottom a {
    color: #957b50;
}
footer #footer-bottom a:hover {
    color: #8A8A8A;
    text-decoration: underline;
}



.listado-noticias .post {
    display: block;
}
.listado-noticias .post .btn {
    padding: 0;
    border: 0;
}
.listado-noticias .post .btn span {
    min-width: 40px;
    height: 40px;
    border: 1px solid #957b50;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}
.listado-noticias .post .btn span + span {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 0;
}
.listado-noticias .post {
    padding-bottom: 20px;
}
.listado-noticias .post .post-cont {
    padding: 20px 24px 0;
    border: 2px solid #957b50;
    background-color: white;
}
.listado-noticias .post .tx-corp2 {
    font-size: 13px;
    text-transform: uppercase;
}
.listado-noticias .post .post-tit {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #957b50;
    font-family: 'Coustard', serif;
    line-height: 1.25;
    overflow: hidden;
}
.listado-noticias .post .post-fecha{
    color: #8A8A8A;
    font-family: 'Coustard', serif;
}
.listado-noticias .post .post-txt {
    height: 70px;
    margin-bottom: 15px;
    line-height: 1.25;
    overflow: hidden;
}
.listado-noticias .post .btn {
    margin-bottom: -20px;
    background-color: white;
    color: #957b50;
}
.listado-noticias .post:hover .post-cont {
    border-color: #8A8A8A;
    background-color: #957b50;
    color: white!important;
}
.listado-noticias .post:hover .post-cont .post-tit,
.listado-noticias .post:hover .post-cont .post-fecha{
    color: white;
}
.listado-noticias .post:hover .tx-corp2 {
    color: white;
}
.listado-noticias .post:hover .btn {
    border-color: #8A8A8A;
    background-color: #957b50;
    color: white;
}
.listado-noticias .post:hover .btn span{
    border-color: #8A8A8A;
}
.listado-noticias img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);}

@media (min-width: 1200px) {    
    .listado-noticias .row {
        margin-left: 0;
        margin-right: 0;
    }    
    .listado-noticias .row > div:nth-of-type(3n + 1) {
        padding-left: 0;
        padding-right: 40px;
    }   
    .listado-noticias .row > div:nth-of-type(3n + 2) {
        padding-left: 20px;
        padding-right: 20px;
    }   
    .listado-noticias .row > div:nth-of-type(3n + 3) {
        padding-left: 40px;
        padding-right: 0;
    } 
    .listado-noticias .row > div:nth-of-type(n + 4) {
        margin-top: 45px;
    }
    .listado-noticias .post .post-tit {
        height: 83px;
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .listado-noticias .post .post-tit {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { 
    .listado-noticias .row > div:nth-of-type(n + 4) {
        margin-top: 30px;
    }
    .listado-noticias .post .post-tit {
        height: 68px;
    }
}
@media (min-width: 992px) {
    .listado-noticias .post .post-cont {
        margin: -50px 20px 0;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    header #header-bottom img{
        max-width: 100px;
    }
    
    .listado-noticias .row > div + div {
        margin-top: 20px;
    }
}
@media (min-width: 540px) {
    section .section-top .section-sub {
        font-size: 36px;
    }
}
@media (max-width: 539px) {
    section .section-top .section-sub {
        font-size: 28px;
    }
}