html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    padding-top: 80px;
    font-family: 'Open Sans', sans-serif;
    color: #4E5152;
    background-color: #f3f3f3;
    position: relative
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 18px;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a:focus,
a:hover,
a:hover h3 {
    color: #8cc63f;
    text-decoration: underline;
}

a.cd-dropdown-trigger:hover,
a.cd-dropdown-trigger:focus
{ color:#fff; 
}

.navbar-default {
    background-color: #f3f3f3;
    border: none;
    padding: 20px 0;
}

.navbar a {
    outline: 0;
    font-size: 16px;
}

.navbar-nav>li>a:after {
    content: '';
    height: 20px;
    width: 1px;
    background-color: #9fa1a5;
    position: absolute;
    right: 0;
}

.navbar-nav>li:last-child>a:after {
    content: none;
}

.navbar .navbar-collapse .navbar-form {
    position: relative;
    top: 10px;
    padding: 2px 2px 2px 10px;
}

.navbar .navbar-collapse .navbar-form .search-panel .dropdown-toggle,
.navbar .navbar-collapse .navbar-form .form-control,
.navbar .navbar-collapse .navbar-form .input-group-btn .btn {
    height: 40px;
    border: none;
}

.navbar .navbar-collapse .navbar-form .search-panel .dropdown-toggle {
    color: #fff;
    background-color: #8cc63f;
}

.navbar .navbar-collapse .navbar-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-collapse .navbar-form .input-group-btn .btn i.fa-search {
    color: #9fa1a5;
}

.navbar .navbar-collapse .infoI {
    display: inline-block;
    float: right;
    width: 10px;
    height: 40px;
}

.navbar .navbar-collapse .infoI i.fa {
    display: inline-block;
    position: relative;
    top: 9px;
    left: 3px;
    font-size: 18px;
    color: #9fa1a5;
}

.navbar .navbar-collapse .navbar-form .input-group-btn .btn:hover {
    background-color: #8cc63f;
    border: none;
}

.navbar .navbar-collapse .navbar-form .input-group-btn .btn:hover i {
    color: #fff;
}

.navbar .navbar-collapse .navbar-form .input-group-btn .btn:focus {
    outline: none;
    outline-offset: none;
}

.searchIns {
    width: 340px;
    display: block;
    float: left;
    margin-left: 0px;
}

.navbar .navbar-collapse .navbar-right {
    position: relative;
    top: 31px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: none;
}

.page-header {
    border-bottom: none;
    padding-top: 30px;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}

.page-header:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    background-color: #ccd347;
    left: 0;
    right: 0;
    margin: auto;
}

.page-header h1,
.page-header h2 {
    overflow: hidden;
    padding-bottom: 10px;
}

.container-home {
    width: 100%;
    display: inline-block;
    padding-top: 35px;
    padding-bottom: 0;
    background-image: url(https://www.juntadeandalucia.es/agriculturaypesca/observatorio/resources/img/imgSlider001.jpg);
    height: 455px;
    color: #fff;
    background-size: 1920px 455px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

.container-home .container,
.container-home .container .col-md-8 {
    height: 100%;
}

.container-home .container .textInSlider {
    height: 100%;
    position: relative;
}

.container-home .container .textInSlider .posInText {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
}

.container-home .container .textInSlider .posInText h4 {
    color: #9fa1a5;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.container-home .container .textInSlider .posInText h1 {
    color: #a9c532;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
}

.container-home .container .textInSlider .posInText h2 {
    color: #8b8c8c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
}

.text-justify {
    text-align: justify;
}

.img-responsive {
    margin: auto;
}


/* CAROUSEL */

.carousel-inner {
    margin: auto;
    width: calc(100% + 15px);
    margin-left: -15px;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    left: -3em;
}

.carousel-control.right {
    right: -3em;
}

.glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    margin-left: -10px;
    color: #444;
}

.carousel-inner a {
    display: table-cell;
    /*height: 180px;*/
    /*width: 200px;*/
    vertical-align: middle;
}

.carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}


/* CARDS */

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 2px 8px 0 #f6f6f6;
    margin-bottom: 2em;
}

.card-top {
    color: #000000;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    height: 40 px;
}

.card.agricultura .card-top {
    background-color: #d8e1a6;
}

.card.agriculturaECO .card-top {
    background-color: #bad4ab;
}

.card.pesca .card-top {
    background-color: #c3d8db;
}

.card.ganaderia .card-top {
    background-color: #e3c1ac;
}

.card.ganaderiaECO .card-top {
    background-color: #e3c1ac;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    border: none;
    border-top: 1px solid #fff;
    box-shadow: none;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 250px;
}

.card-block .card-title {
    color: #22222a;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1em;
}

.card-block .card-title:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 25px;
    background-color: #ccd347;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.card-block .card-subtitle {
    color: #22222a;
    font-size: 14px;
    position: relative;
}

.card.agricultura .card-block .card-subtitle:after {
    background-color: #abc12f;
}

.card.agriculturaECO .card-block .card-subtitle:after {
    background-color: #5fa13b;
}

.card.pesca .card-block .card-subtitle:after {
    background-color: #85b4bb;
}

.card.ganaderia .card-block .card-subtitle:after {
    background-color: #c6713f;
}

.card.ganaderiaECO .card-block .card-subtitle:after {
    background-color: #c6713f;
}

.card-block .card-image {
    /*width: 100%;*/
}

.card-bottom {
    background: #e9e9eb;
    color: #0d0d0d;
    padding: 5px 10px;
    width: 175px;
}

.card-bottom .price {
    font-size: 28px;
    padding-left: 0px;
    width: 80px;
    height: 45px;
    display: inline-block;
}

.card-bottom .price-val {
    font-size: 10px;
    /*padding-left: 1em;*/
    position: relative;
    margin-bottom: 0;
    padding-top: 2em;
    width: 35px;
    text-align: center;
    height: 45px;
    display: inline-block;
}

.card-bottom .price-val:after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: -7px;
    margin: auto;
}

.card-bottom .price-val.down:after {
    background-image: url(https://www.juntadeandalucia.es/agriculturaypesca/observatorio/resources/img/icons/arrowDownComp.png);
}

.card-bottom .price-val.equal:after {
    top: 10px;
    background-image: url(https://www.juntadeandalucia.es/agriculturaypesca/observatorio/resources/img/icons/equalComp.png);
}

.card-bottom .price-val.up:after {
    background-image: url(https://www.juntadeandalucia.es/agriculturaypesca/observatorio/resources/img/icons/arrowUpComp.png);
}

.card-bottom .price-link {
    padding-right: 0;
    padding-top: 0;
    color: #cada87;
    height: 30px;
    display: inline-block;
    position: relative;
    top: -12px;
}

.card-bottom .price-link .fa-stack {
    width: 30px;
    height: 30px;
    line-height: 39px;
    font-size: 20px;
}

.hortProt a:hover .card .card-bottom .fa-stack {
     transform: rotate(90deg);
}
.hortProt a .card .card-bottom .fa-stack {
     transition: transform 0.5s ease 0s;
}

.mt-3 {
    margin-top: 3em;
}

.mb-3 {
    margin-bottom: 3em;
}

.pt-3 {
    padding-top: 3em;
}

.pb-3 {
    padding-bottom: 3em;
}

.pb-6 {
    padding-bottom: 6em;
}

.m-2 {
    margin: 2em 0;
}

.mt-insF {
    margin-top: 30px;
}

.btn-green {
    background-color: #cada87;
    border-radius: 40px;
    padding: 1em 4em;
    text-transform: uppercase;
    border: none;
    color: #2d2d2d;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.btn-green:hover {
    background-color: #2d2d2d;
    color: #cada87;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.btn-orange {
    background-color: #c6713f;
    border-radius: 40px;
    padding: 1em 4em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 12px;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.btn-orange:hover {
    background-color: #fff;
    color: #c6713f;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.btn-grey {
    background-color: #aeb1b2;
    border-radius: 40px;
    padding: 1em 4em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 12px;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.btn-grey:hover {
    background-color: #fff;
    color: #aeb1b2;
    border: 1px solid #aeb1b2;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.btn-down {
    background-color: #e9e9eb;
    border: 1px solid #e9e9eb;
    border-radius: 40px;
    padding: 1em 2em;
    margin: 2em 0 0 0;
    text-transform: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.btn-down:hover {
    background-color: #000;
    color: #e9e9eb;
    border: 1px solid #e9e9eb;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.btn-primary.active,
.btn-primary.focus {
    color: #000;
    background-color: #e9e9eb;
    border-color: #e9e9eb;
}

.container-app {
    background-color: #ddddde;
}

.container-app .page-header {
    color: #050505;
    font-size: 24px;
}

.container-app .page-header:after {
    background-color: #bcbfbf;
}

.container-app .intText {
    color: #8b8c8c;
    font-size: 16px;
}

.container-latest {
    color: #050505;
}

.container-latest .fullLatest .col-md-4 .col-xs-12,
.container-latest .fullLatest .col-md-4 .col-xs-12 .col-xs-1,
.container-latest .fullLatest .col-md-4 .col-xs-12 .col-xs-11 {
    padding-right: 0;
    padding-left: 0;
}

.container-latest .fullLatest .col-md-4 .col-xs-12 .col-xs-1 i.fa {
    font-size: 1.5em;
    position: relative;
    top: 20px;
    left: -5px;
}

.container-latest .fullLatest .col-md-4 .contentLatest {
    margin: 15px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #ebebec;
}

.container-latest .fullLatest .col-md-4 .contentLatest .titleLatest {
    color: #22222a;
    font-size: 16px;
    line-height: 18px;
}

.container-latest .fullLatest .col-md-4 .contentLatest .dateLatest {
    color: #a9a9ab;
    font-size: 14px;
    display: block;
    float: left;
    width: 50%;
}

.container-latest .fullLatest .col-md-4 .contentLatest .urlLatest {
    display: block;
    float: left;
    width: 50%;
    text-align: right;
    font-size: 14px;
}

.container-latest .fullLatest .col-md-4 .contentLatest .urlLatest a {
    color: #22222a;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.container-latest .fullLatest .col-md-4 .contentLatest .urlLatest a:after {
    content: ' ';
    position: absolute;
    top: 6px;
    left: -15px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin: auto;
}

.container-latest .fullLatest .col-md-4 .contentLatest .urlLatest.down a:after {
    font-family: FontAwesome;
    content: "\f0ab";
    top: 0;
    color: #ababac;
}

.container-latest .fullLatest .col-md-4 .contentLatest .urlLatest.link a:after {
    font-family: FontAwesome;
    content: "\f105";
    top: 0;
    color: #ababac;
}

.container-partners {
    background-color: #ffffff;
}

.container-partners #myCarousel2 a {
    text-align: center;
}

footer,
#prefooter {
    color: #ffffff;
    background-color: #575555;
}

#prefooter {
    padding-top: 40px;
    font-size: 14px;
    overflow-x: hidden;
}

footer {
    padding-bottom: 40px;
}

footer a,
#prefooter a {
    color: #9a9898;
    display: block;
    margin-bottom: 20px;
}

#prefooter a:last-child {
    margin-bottom: 0;
}

footer .rowFullF,
#prefooter .rowFullF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .textInt,
#prefooter .textInt {
    color: #fdfefe;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

#prefooter .btn-green {
    font-size: 12px;
    padding: 1em 2em;
    width: auto;
    display: initial;
    color: #2d2d2d;
    letter-spacing: 0.1em;
}

#prefooter .btn-green:hover {
    color: #cada87;
}

#prefooter .rowFullF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .copyr p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

footer .iconsF {
    text-align: center;
}

#prefooter .others .mt-icons a {
    margin-left: 10px;
    display: inline-block;
}

#prefooter .others .mt-icons a:first-child {
    margin-left: 15px;
}

#prefooter .others .mt-icons .fa-stack,
#prefooter .others .mt-icons .fa-map-marker {
    color: #bab9b3;
}

#prefooter .others .mt-icons .mt-icons .fa.fa-stack-1x {
    color: #575555;
}

#prefooter .others .mt-icons .fa-map-marker {
    position: relative;
    top: 7px;
}

#prefooter .others .mt-icons .fa-stack {
    font-size: 18px;
}

footer .iconsF .mb-icons {
    margin-top: 10px;
}

footer .iconsF .mb-icons a {
    margin-bottom: 0;
    padding-top: 15px;
}

footer .iconsF .mb-icons .col-md-3 a {
    width: 60px;
}

footer .iconsF .mb-icons .col-md-3 img {
    margin-left: 10px;
    margin-top: 5px;
}

/* HORT PROT */

.container-int-cab {
    padding-top: 6em;
    padding-bottom: 4em;
}

.container-int-cab .breadcrumb {
    padding: 8px 15px 0;
    margin-bottom: 5px;
    background-color: transparent;
}

.container-int-cab.white,
.container-int-cab.white .breadcrumb {
    background-color: transparent;
}

.container-int-cab.grey,
.container-int-cab.grey .breadcrumb {
    background-color: transparent;
}

.container-int-cab.white .page-int-encab .col-md-4:last-child {
    padding-right: 0;
}

.container-int-cab .breadcrumb a {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.container-int-cab .breadcrumb a:hover,
.container-int-cab .breadcrumb li.active {
    color: #cada87;
    font-weight: 300;
}

.container-int-cab .breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #b6b6b6;
}

.container-int-cab .page-int-header,
.container-int-cab .page-int-subt {
    border-bottom: none;
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
}

.container-int-cab .page-int-header:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    background-color: #ccd347;
    left: 0;
}

.container-int-cab .page-int-header--long:after{
	width:500px;
}

.container-int-cab .page-int-header h1 {
    border-bottom: none;
    font-weight: 600;
    font-size: 34px;
    color: #050505;
    padding-bottom: 15px;
}

.container-int-cab .page-int-subt {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12 {
    padding: 0;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) {
    margin-top: 30px;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul {
    margin-left: 10px;
    display: inline-block;
    list-style: none;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li {
    float: right;
    padding: 2px;
    background-color: #f2f2f2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-left: -50px;
    margin-top: 3px;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a {
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    height: 40px;
    background-color: #f2f2f2;
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
    min-width: 200px;
    display: block;
    line-height: 42px;
    padding-left: 52px;
    padding-right: 33.33333px;
    font-weight: 600;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a .icon {
    display: inline-block;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a .text {
    display: block;
    opacity: 1;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a:hover,
.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a.active {
    background-color: #cc6633;
    color: #ffffff;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a:hover .text {
    display: inline-block;
    opacity: 1;
    color: #ffffff;
}

.container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li:last-child a {
    padding: 0;
}

.container-int-cab .page-int-subt .col-md-6:nth-child(2) {
    position: relative;
}

.container-int-cab .page-int-subt .imgLeft {
    position: absolute;
    top: -100px;
    right: 0;
}

.container-int-cab .listProds .col-md-12 {
    width: calc(100% + 30px);
    padding-left: 0;
    display: block;
    overflow: hidden;
}

.container-int-cab .listProds .col-md-2 {
    margin-bottom: 25px;
}

.container-int-cab .listProds .col-md-2 .card-bottom {
    background: #fff;
    height: 50px;
    position: relative;
}

.container-int-cab .listProds .col-md-2 .card-bottom .fa-stack {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    color: #ccd347;
}

.container-int-cab .listProds .col-md-2 .card-disabled {
    position: relative;
}

.container-int-cab .listProds .col-md-2 .card-disabled .infoCard {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 3px;
}

.container-int-cab .listProds .col-md-2 .card-disabled .infoCard i.fa {
    color: #c4c3c3;
}

.container-int-cab .listProds .col-md-2 .card-disabled img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.container-int-cab .listProds .col-md-2 .card-disabled .card-bottom .fa-stack {
    color: #c4c3c3;
}

.page-int-encab {
    font-size: 16px;
    color: #8b8c8c;
    font-weight: 100;
    position: relative;
}

.page-int-encab span {
    font-weight: 400;
}

.page-int-encab a {
    color: #8b8c8c;
}

.card-half {
    box-shadow: 0 0.5px 0 0 #ffffff inset, 1px 1px 4px 0 #B3B3B3;
    padding: 1em;
    width: 80%;
    float: right;    
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right;
    height: 125px;
    text-align: left;
    position: relative;
    top: -25px;
}

.card-half .priceIntr {
    font-size: 18px;
    color: #22222a;
    font-weight: 400;
}

.card-half .priceSub {
    font-size: 12px;
    color: #a9a9ab;
    font-weight: 100;
}

.card-half .priceFinal {
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 400;
    margin-top: 5px;
}

.card-half .priceFinal span {
    font-size: 16px;
}

.cont-graph {
    background: #f8f7f6;
    padding: 1em 0;
    margin-left: 0;
}

.cont-graph table {
    font-size: 12px;
}

.cont-graph table thead tr {
    background: #d9d9da;
    color: #363538;
    font-weight: 400;
}

.cont-graph table thead tr th:nth-child(1) {
    width: 45%;
}

.cont-graph table thead tr th:nth-child(2) {
    width: 25%;
}

.cont-graph table thead tr th:nth-child(3) {
    width: 30%;
}

.cont-graph .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f8f7f6;
}

.cont-graph .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ebecec;
}

.cont-graph .excel a {
    color: #aeaeac;
    font-size: 14px;
    font-weight: 100;
    position: relative;
}

.cont-graph .excel a:hover {
    text-decoration: underline;
}

.cont-graph .excel a:before {
    font-family: FontAwesome;
    content: "\f1c3";
    color: #aeaeac;
    font-size: 20px;
    margin-right: 5px;
}

.genInfo-encab {
    color: #a9abab;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.genInfo-encab .activeHead {
    color: #658387;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #658387;
    position: relative;
    top: 1px;
}

.genInfo-encab a,
.genInfo-encab a:hover {
    color: #a9abab;
}

.nav-tabs.genInfo-encab .col-md-3{
    padding-right: 0;
    padding-left: 0;
}

.nav-tabs.genInfo-encab>li.active>a,
.nav-tabs.genInfo-encab>li.active>a:focus,
.nav-tabs.genInfo-encab>li.active>a:hover,
.nav-tabs.genInfo-encab>li>a:hover{
    cursor: pointer;
    background-color: #fff;
    border: none;
    color: #658387;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid #658387;
}

.genInfo {
    background-color: #faf9f9;
    padding: 2em 0.5em;
    border-bottom: 2px solid #eeeded;
    box-shadow: 2px 0px 4px #eeeded;
    display: block;
    overflow: hidden;
    min-height: 300px;
}

.genInfo .intInfTitle {
    color: #b0c74e;
    font-size: 16px;
    margin-bottom: 20px;
}

.genInfo .form-group {
    margin-bottom: 10px;
}

.rail-select {
    position: relative;
    width: 75%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rail-select .bootstrap-select>.dropdown-toggle {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #929292;
    height: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rail-select .bootstrap-select>.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    background-color: #eee;
}

.genInfo .input-group {
    width: 75%;
}

.genInfo .form-control {
    display: block;
    height: 40px;
	size: 10;
    font-size: 15px;
    line-height: 1.42857143;
    color: #929292;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.genInfo .input-group-addon {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #929292;
    text-align: center;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.genInfo .optsSelects label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 10px;
    color: #929292;
}

.genInfo .optsSelects .rail-select {
    width: 100%;
    margin-top: 0px;
}

.abc-checkbox {
    cursor: default;
    padding-left: 10px;
}

.abc-checkbox input[type="checkbox"],
.abc-checkbox input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.abc-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
}

.abc-checkbox-success input[type="checkbox"]:checked+label::before,
.abc-checkbox-success input[type="radio"]:checked+label::before {
    background-color: #faf9f9;
    border-color: #babcbe;
}

.abc-checkbox label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0;
    margin-left: -1.25rem;
    border: 1px solid #babcbe;
    border-radius: 20px;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.abc-checkbox-success input[type="checkbox"]:checked+label::after,
.abc-checkbox-success input[type="radio"]:checked+label::after {
    color: #cad98a;
    border: 1px solid #babcbe;
    border-radius: 20px;
    line-height: 13px;
    padding-left: 2px;
}

.abc-checkbox input[type="checkbox"]:checked+label::after,
.abc-checkbox input[type="radio"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f111";
}

.abc-checkbox label::after {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -1.25rem;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #495057;
}

.boletin .container-int-cab .page-int-subt {
    margin-bottom: 4em;
}

.boletin .page-int-subt > div:first-child,
.boletin .genInfo > div:first-child {
    padding-right: 2em;
}

.boletin .page-int-subt > div:last-child,
.boletin .genInfo > div:last-child {
    padding-left: 2em;
}

.boletin .genInfo {
    background-color: transparent;
    padding: 0;
    border-bottom: none;
    border-top: none;
    box-shadow: none;
}

.boletin .container-int-cab .page-int-subt .imgLeft {
    left: 2em;
}

.boletin .genInfo .intInfTitle {
    color: #5b5c5c;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.boletin .genInfo .insForm {
    background-color: #e9e9eb;
    padding: 1.5em;
    display: block;
    overflow: hidden;
}

.boletin .genInfo .insForm label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #5b5c5c;
    font-size: 15px;
}

.boletin .genInfo .insForm input,
.boletin .genInfo .insForm textarea {
    width: 100%;
    height: 40px;
    border: none;
    padding: 1em;
}

.boletin .genInfo .insForm textarea {
    height: 200px;
}

.boletin .genInfo .insForm ::-webkit-input-placeholder {
  color: #aeb1b2;
  font-weight: 100;
}
.boletin .genInfo .insForm ::-moz-placeholder {
  color: #aeb1b2;
  font-weight: 100;
}
.boletin .genInfo .insForm :-ms-input-placeholder {
  color: #aeb1b2;
  font-weight: 100;
}
.boletin .genInfo .insForm :-moz-placeholder {
  color: #aeb1b2;
  font-weight: 100;
}

.boletin .genInfo .insForm .intInfTitle {
    margin-top: 2em;
    margin-bottom: 20px;
}

.boletin .genInfo .insForm .intInfSubtitle {
    color: #8b8c8c;
    font-weight: 100;
    font-size: 15px;
}

.boletin .genInfo .insForm .col-md-12 .col-md-6,
.boletin .genInfo .insForm .col-md-12 .col-md-12{
    padding-left: 0;
    padding-right: 0;
}

.boletin .genInfo .insForm .chksList .col-md-12{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.boletin .genInfo .insForm .chksList .col-md-6 input,
.boletin .genInfo .insForm .chksList .col-md-12 input {
    top: -3px;
    width: 16px;
    padding: 0;
    height: 16px;
}

.boletin .genInfo .insForm .chksList .col-md-6 label,
.boletin .genInfo .insForm .chksList .col-md-12 label {
    margin-top: 5px;
    margin-bottom: 0;
    color: #5b5c5c;
    font-size: 14px;
    font-weight: 400;
}

.boletin .genInfo .rightCol {
    background-color: #f3f3f3;
    padding: 2.5em 1.5em;
    display: block;
    overflow: hidden;
    margin-top: 41px;
}

.boletin .genInfo .rightCol .intInfTitle{
    color: #aeb1b2;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.boletin .genInfo .rightCol .intInfText,
.boletin .genInfo .rightCol .intInfText a{
    color: #8b8c8c;
    font-weight: 100;
    font-size: 15px;
}

.boletin .genInfo .rightCol .intInfText a{
    text-decoration: underline;
}

.boletin .rail-select {
    width: 100%;
    margin-top: 5px;
}

.boletin.contacto .genInfo .intInfTitle {
    color: #658387;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.boletin.contacto .genInfo .rightCol {
    background-color: transparent;
    padding: 0 1.5em 2.5em 1.5em;
    display: block;
    overflow: hidden;
    margin-top: 41px;
}

.boletin.contacto .genInfo .rightCol.rowUp .intInfText{
    color: #000;
    font-weight: 100;
    font-size: 16px;
}

.boletin.contacto .genInfo .rightCol.rowDown .intInfText{
    margin-bottom: 20px;
}

.boletin.contacto .genInfo .rightCol.rowDown .intInfBtn{
    margin-left: 0;
}

.boletin.contacto .genInfo .rightCol .intInfText span{
    font-weight: 500;
}

.infoProduct.infoCat .page-int-encab,
.infoProduct.infoCat .cont-graph > div:first-child {
    margin-bottom: 4em;
}

.infoProduct.infoCat .cont-graph table thead tr {
    background-color: #d9d9da;
}

.infoProduct.infoCat .cont-graph table thead tr th {
    width: 11.11%;
    font-weight: 100;
    color: #8f9091;
}

.infoProduct.infoCat .cont-graph table thead tr th span{
    font-weight: 600;
    color: #636264;
}

.infoProduct.infoCat .cont-graph table td.headerRow{
    color: #8f9091;
    font-weight: 100;
}

.infoProduct.infoCat .cont-graph table td.headerRow{
    color: #636264;
    font-weight: 500;
}

.tab-content #informes .genInfo .col-md-9{
    padding-left: 0;
}

.tab-content #informes .genInfo .col-md-9 .table > thead > tr > th{
    color: #22222a;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1.5px solid #efeeee;
}

.tab-content #informes .genInfo .col-md-9 .table > tbody > tr > td{
    color: #a9a9ab;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.tab-content #informes .genInfo .col-md-9 .table > tbody > tr > td:first-child,
.tab-content #informes .genInfo .col-md-9 .table > tbody > tr > td:last-child{
    color: #22222a;
    position: relative;
}

.tab-content #informes .genInfo .col-md-9 .table > tbody > tr > td:last-child a{
    color: #1e1efd;
    text-decoration: underline;
}
.tab-content #informes .genInfo .col-md-9 .table > tbody > tr > td:first-child::after{
    content: '.';
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 4px;
}

.busq .page-int-header h1{
    font-size: 26px;
    padding-top: 2em;
}

.busq .tipoa,
.busq .tipob,
.busq .tipoc{
    margin-bottom: 2.5em;
}

.busq .introcab{
    display: table;
    margin-left: 15px;
    margin: 1em 0 2.5em 15px;
}

.busq .tipoa .introcab{
    background-color: #abc12f;
}

.busq .tipob .introcab{
    background-color: #5fa13b;
}

.busq .tipoc .introcab{
    background-color: #aeb1b2;
}

.busq .introcab h2{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 0.5em 1em;
}


.busq .card-block .card-title {
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.busq .card-block .card-title:after {
    content: none;
}

.busq .card-block .card-subtitle {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.busq .card-block .card-subtitle:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 25px;
    background-color: #ccd347;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.busq .tipob .card.agricultura .card-top {
    background-color: #b2cca5;
}

.busq .tipob .card-block .card-subtitle:after {
    background-color: #5fa13b;
}

.busq .tipoc .col-xs-12 {
    color: #22222a;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}

.busq .tipoc .col-xs-12:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #bcbfbf;
    left: 15px;
    margin: auto;
    bottom: 0;
}

.busq .tipoc .col-xs-12 .title span{
    color: #a9a9ab;
    font-weight: 100;
}

.busq .tipoc .col-xs-12 .url a,
.busq .tipoc .col-xs-12 .url a:hover{
    color: #22222a;
    font-weight: 600;
    font-size: 14px;
}

.busq .tipoc .col-xs-12 .url.down a:before {
    font-family: FontAwesome;
    content: "\f0ab";
    top: 0;
    left: 0;
    color: #a2a2a4;
    margin-right: 3px;
}

.busq .tipoc .col-xs-12 .url.link a:before {
    font-family: FontAwesome;
    content: "\f105";
    top: 0;
    left: 0;
    color: #a2a2a4;
    margin-right: 3px;
}

body.empCol {
    background-color: #fefefe;
}

.empCol .container-int-cab {
    padding-bottom: 0;
}

.empCol .container-int-cab .page-int-subt {
    margin-bottom: 0;
}

.empCol .container-partners .page-header h1 {
    font-size: 24px;
}

.empCol .container-partners .page-header:after {
    width: 50px;
    left: 0;
    right: initial;
    margin: 0;
}

.boletin.contacto.sobreObs .container-int-cab .page-int-subt .imgLeft{
    top: -120px;
}

.boletin.contacto.sobreObs .container-int-cab .page-int-subt {
    margin-bottom: 1em;
    color: #8b8c8c;
    font-size: 15px;
    font-weight: 300;
}

.boletin.contacto.sobreObs .row {
    color: #8b8c8c;
    font-size: 15px;
    font-weight: 300;
}

.boletin.contacto.sobreObs .row > div:last-child {
    padding-left: 1em;
}

.boletin.contacto.sobreObs .row .page-header h1 {
    font-size: 24px;
    color: #5b5c5c;
}

.boletin.contacto.sobreObs .row .page-header:after {
    width: 50px;
    left: 15px;
    right: initial;
    margin: 0;
}


/*-------------- pagina intro ------------------*/
.listado-enlaces{
	display:flex;
	padding:15px;
	justify-content: space-evenly;
	margin-bottom:100px;
}

.listado-enlaces__link{
	display:block;
	padding:15px;
	border-radius:5px;
	background-color:#3f8654;
	color:#fff;
	transition:all 0.3s;
}

.listado-enlaces__link:hover{
	background-color:#53B06E;
	color:#20452B;
}


.subsector{ 
	margin-top:30px;
	
}

.subsector__list{
	list-style: none;
}


.subsector__item{
	margin-bottom:2px;	
}

.subsector__item--title{
	border-bottom: 1px dotted #b6b6b6;
	font-size:16px;
	padding:10px;
	font-weight: 600;
	color:#5b5c5c;
	
}

.subsector__link{
	padding: 10px;
	display:block;
	border-radius:2px;
	color:#5b5c5c;	
}

.subsector__link:hover{
	background-color:#53B06E;
	color:#20452B;
	box-shadow: 2px 0px 4px #ccc;
}



.btn--link{ font-size:12px; }


/*------ record content -------------*/
.field-list{ 
	list-style: none;
	padding:15px;
	margin:0;
	display: flex;
	flex-wrap: wrap;
}
.field-list__item{
	width:calc(50% - 2px);
	margin:1px;
	padding:10px;
	background-color:#E0E4E5;
	border-radius:4px;
}
.field__label{ width:100%}
	
}
.field__output{}
.field__link{}
.field__link--with-img{ 
	text-align:center;
	display: block;
	width:100%;
 	padding:5px;
 	border-radius:4px;
}

.field__link--with-img:hover{ background-color: #53B06E; }
.field__img{
	border-radius:4px;
	transition:all 0.5s;	
}




@media (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .page-header h1 {
        font-size: 32px;
    }
    .navbar-default .navbar-toggle {
        display: none;
    }
    .container>.navbar-header {
        padding: 0 10px;
    }
    a.logoJunta {
        /*width: 75px;*/
        display: inline-block;
    }
    a.logoObservatorio {
        /*width: calc(100% - 75px);*/
        text-align: left;
        padding-left: 10px;
        display: inline-block;
        float: right;
        position: relative;
        top: 0px;
        text-align: left;
    }
    .cd-dropdown-wrapper {
        width: 100%;
        left: 0;
    }
    .cd-dropdown {
        background-color: #f6f6f6;
    }
    .cd-dropdown .cd-close::after,
    .cd-dropdown .cd-close::before {
        background-color: #22222a;
    }
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding: 50px 0 0 0;
        overflow-y: hidden;
    }
    .cd-dropdown-content>li>a {
        padding: 15px 20px 65px 55px;
        border-bottom: 1px solid #22222a;
    }
    .has-children>a::before,
    .has-children>a::after,
    .go-back a::before,
    .go-back a::after {
        background: #22222a;
    }
    .cd-dropdown-content>li>ul li a {
        border: none;
    }
    .cd-dropdown-content .see-all a {
        text-align: center;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        border: none;
        padding: 0 10px;
        width: 100%;
        height: initial;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li>ul {
        padding: 0 10px;
    }
    .container-home {
        padding-top: 80px;
        background-image: none;
    }
    .container-home .container {
        padding: 0;
    }
    .container-home .container .col-md-8 {
        padding: 0 10px;
    }
    .container-home .container .textInSlider .posInText h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .container-home .container .textInSlider .posInText h2 br {
        display: none;
    }
    .container-features .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .container-features .carousel {
        position: relative;
        /*height: 304px;*/
        /*height: 345px;*/
        overflow: hidden;
    }
    .container-features .carousel-inner {
        margin: auto;
        width: 100%;
        margin-left: 0;
    }
    .container-features .carousel-inner a {
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        /*height: 345px;*/
    }
    .container-features .carousel-inner a .card {
        width: 175px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .cd-dropdown-content.is-hidden>li>a,
    .cd-dropdown-content.is-hidden>li>.cd-search,
    .cd-dropdown-content.is-hidden>.cd-divider,
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider,
    .cd-dropdown-content ul.is-hidden>li>a,
    .cd-dropdown-content ul.is-hidden>li>.cd-search,
    .cd-dropdown-content ul.is-hidden>.cd-divider,
    .cd-dropdown-content ul.move-out>li>a,
    .cd-dropdown-content ul.move-out>li>.cd-search,
    .cd-dropdown-content ul.move-out>.cd-divider {
        opacity: 1;
    }
    .carousel-control.left {
        left: 10px;
    }
    .carousel-control.right {
        right: 10px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .container-app .intText br {
        display: none;
    }
    .container-app .row .text-right,
    .container-app .row .text-left {
        text-align: center;
    }
    .container-app .row .text-left {
        margin: 20px 0 20px;
    }
    .container-partners .carousel {
        position: relative;
        height: 85px;
        overflow: hidden;
    }
    .container-partners .carousel-inner {
        margin: auto;
        width: 100%;
        margin-left: 0;
    }
    .container-partners .carousel-inner a {
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        height: 185px;
    }

    .container-partners .carousel-inner a .card {
        width: 175px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    #prefooter .rowFullF,
    footer .rowFullF {
        flex-direction: column;
    }
    #prefooter .rowFullF>.col-xs-12 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
    #prefooter .rowFullF>.col-xs-12:last-child {
        margin-bottom: 0px;
    }
    footer .copyr p {
        position: relative;
        bottom: initial;
        margin-bottom: 10px;
        text-align: left;
    }
    .infoProduct .page-int-encab > .col-md-4{
        display: block;
        float: left;
        margin-bottom: 2em;
    }
    .infoProduct .page-int-encab .card-half {
        width: 290px;
        float: left;
        position: relative;
        top: initial;
        left: initial;
    }
    .infoProduct .page-int-encab .card-half .priceFinal {
        font-size: 26px;
        margin-top: 10px;
    }
    .genInform .container-int-cab .page-int-subt .imgLeft {
        position: relative;
        top: initial;
        right: initial;
        float: left;
        display: block;
    }
    .genInform .genInfo-encab>div{
        display: none;
    }
    .genInform .genInfo-encab .activeHead{
        display: block;
    }
    .genInform .genInfo > div{
        margin-bottom: 2em;
    }
    .genInform .genInfo > div:last-child{
        margin-bottom: 1em;
    }
    .genInform .genInfo .optsSelects label{
        margin-bottom: 1em;
    }
    .container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a {
        font-size: 11px;
        min-width: 135px;
        padding-left: 55px;
    }
    .container-int-cab .listProds .col-md-12 .col-md-2 {
        margin: 0 auto;
        display: block;
        float: none;
        width: 200px;
        margin-bottom: 2em;
    }
    .boletin .container-int-cab .page-int-subt .imgLeft {
        position: relative;
        top: 0;
        left: auto;
        margin-top: 2em;
    }
    .boletin .page-int-subt > div:first-child, .boletin .genInfo > div:first-child {
        padding-right: 1em;
    }

    .boletin .page-int-subt > div:last-child, .boletin .genInfo > div:last-child {
        padding-left: 1em;
    }
    .nav-tabs.genInfo-encab .col-md-3{
        margin-bottom: 10px;
    }
    .genInform.public .container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a {
        min-width: 115px;
    }
    .busq .container-int-cab .listProds .col-md-2 .card-bottom .fa-stack {
        top: 5px;
        font-size: 20px;
    }
    .busq .introcab {
        margin: 2em auto;
    }
    .busq .tipoc .col-xs-12 .title span {
        display: block;
    }
    .clearfix {
        overflow: auto;
    }
    .boletin.contacto.sobreObs .container-int-cab .page-int-subt .imgLeft {
        top: initial;
    }
    footer .appDown .col-xs-6,
    footer .iconsF .col-xs-6{
        width: auto;
        display: table;
    }
    .container-int-cab .page-int-subt .col-md-12 br{
        display: none;
    }
}

@media (min-width: 410px) {
    .container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a {
        font-size: 12px;
        min-width: 200px;
        padding-left: 55px;
    }
    .genInform.public .container-int-cab .page-int-subt .col-md-6 .col-md-12:nth-child(2) ul li a {
        min-width: 200px;
    }
}

@media (min-width: 480px) {
    .container-home {
        background-image: url(https://www.juntadeandalucia.es/agriculturaypesca/observatorio/resources/img/imgSlider001.jpg);
    }
    .container-home .container {
        padding: initial;
    }
    .container-home .container .col-md-8 {
        padding: 0 5rem;
    }
    .container-home .container .textInSlider .posInText h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .container-home .container .textInSlider .posInText h2 br {
        display: none;
    }
    .container-features .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .container-features .carousel {
        position: relative;
        /*height: 304px;*/
        /*height: 345px;*/
        /*overflow: hidden;*/
    }
    .container-features .carousel-inner {
        margin: auto;
        width: 100%;
        margin-left: 0;
    }
    .container-features .carousel-inner a {
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        /*height: 304px;*/
        /*height: 345px;*/
    }
    .container-features .carousel-inner a .card {
        width: 175px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .cd-dropdown-content.is-hidden>li>a,
    .cd-dropdown-content.is-hidden>li>.cd-search,
    .cd-dropdown-content.is-hidden>.cd-divider,
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider,
    .cd-dropdown-content ul.is-hidden>li>a,
    .cd-dropdown-content ul.is-hidden>li>.cd-search,
    .cd-dropdown-content ul.is-hidden>.cd-divider,
    .cd-dropdown-content ul.move-out>li>a,
    .cd-dropdown-content ul.move-out>li>.cd-search,
    .cd-dropdown-content ul.move-out>.cd-divider {
        opacity: 1;
    }
    .carousel-control.left {
        left: 10px;
    }
    .carousel-control.right {
        right: 10px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .container-app .intText br {
        display: none;
    }
    .container-app .row .text-right,
    .container-app .row .text-left {
        text-align: center;
        width: 50%;
        display: block;
        float: left;
    }
    .container-app .row .text-left {
        margin: 0 0 20px;
        text-align: left;
    }
    .container-app .row .text-right{
        text-align: right;
    }
    .container-partners .carousel {
        position: relative;
        height: 85px;
        overflow: hidden;
    }
    .container-partners .carousel-inner {
        margin: auto;
        width: 100%;
        margin-left: 0;
    }
    .container-partners .carousel-inner a {
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        height: 185px;
    }

    .container-partners .carousel-inner a .card {
        width: 175px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    #prefooter .rowFullF,
    footer .rowFullF {
        flex-direction: column;
    }
    #prefooter .rowFullF>.col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
    #prefooter .rowFullF>.col-md-3:last-child {
        margin-bottom: 0px;
    }
    #prefooter .rowFullF .col-md-3 .row:nth-child(2),
    #prefooter .rowFullF .col-md-3 .row.mt-icons {
        padding-left: 10px;
    }
    footer .copyr p {
        position: relative;
        bottom: initial;
        margin-bottom: 30px;
    }
    .infoProduct .page-int-encab .card-half {
        width: 320px;
        float: none;
        position: relative;
        top: initial;
        left: initial;
        margin: 0 auto;
    }
    .infoProduct .page-int-encab .card-half .priceFinal {
        font-size: 36px;
        margin-top: 5px;
    }
    .container-int-cab .listProds .col-md-12 .col-md-2{
        margin: 0;
        display: table;
        float: left;
        width: 200px;
        margin-bottom: 2em;
    }
}

@media (min-width: 768px) {
    .container {
        position: relative;
    }
    .container>.navbar-header {
        width: 50%;
    }
    .cd-dropdown-wrapper {
        width: 100%;
        left: 25px;
        bottom: -60px;
    }
    .cd-dropdown {
        background-color: #ffffff;
        box-shadow: 2px 1px 5px #ececec;
    }
    .cd-dropdown-content {
        background-color: #ffffff;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        width: 465px;
    }
    .cd-dropdown-content > li > a {
        padding: 15px 20px 20px 55px;
        background-repeat: no-repeat;
        background-position: 10px;
        border: none;
        border-bottom: 1px solid #f4f4f4;
        color: #7f7f7f;
        opacity: 0.8;
    }
    .cd-dropdown-content > li > a:hover {
        opacity: 1;
    }
    .cd-dropdown-content .see-all a {
        text-align: left;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
    }
    .navbar-nav.navbar-right {
        display: none;
    }
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 0;
        overflow-y: hidden;
    }
    .container-latest .fullLatest .col-md-4 .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #prefooter .rowFullF,
    footer .rowFullF {
        flex-direction: row;
    }
    .infoProduct .page-int-encab > .col-md-4:last-child {
        display: block;
        float: none;
        margin-bottom: 0;
        position: absolute;
        right: 0;
    }
    .infoProduct .page-int-encab > .col-md-4:last-child .card-half {
        width: 290px;
        float: right;
        margin: 0;
    }
    .genInform .container-int-cab .page-int-subt .imgLeft {
        position: absolute;
        top: -206px;
        right: 0;
        margin: 0;
        display: block;
        width: 200px;
    }
    .dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
        -webkit-overflow-scrolling: auto;
    }
    .nav-tabs.genInfo-encab .col-md-3{
        margin-bottom: 0;
    }
    footer .appDown .col-xs-6{
        width: 50%;
        display: block;
    }
    footer .col-md-6.copyr {
        position: relative;
        display: block;
        width: 50%;
    }
    footer .iconsF .col-md-3{
        width: 40%;
        display: block;
    }
    footer .iconsF .col-md-9{
        width: 60%;
        display: block;
    }
    footer .copyr p {
        bottom: 20px;
        width: auto;
        text-align: center;
        margin-bottom: 0;
        position: absolute;
        font-size: 16px;
    }

    footer .iconsF .mb-icons a {
        padding-top: 0;
    }
    footer{
        padding-bottom: 40px;
        position: relative;
        top: -10px;
    }
}

@media (min-width: 992px) {
    .container-home {
        padding-top: 35px;
    }
    a.logoJunta {
        /*width: 20%;*/
    }
    a.logoObservatorio {
        /*width: 75%;*/
        text-align: right;
        padding-left: initial;
    }
    .container-home .container .col-md-8 {
        padding: 0 15px;
        width: 50%;
    }
    .container>.navbar-header {
        /*width: 33%;*/
        width: 451px;
        padding: 0;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        width: 600px;
    }
    .cd-dropdown-content .see-all a {
        text-align: center;
    }
    .carousel-control.left {
        left: 0px;
    }
    .carousel-control.right {
        right: 0px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }
    .infoProduct .page-int-encab > .col-md-4:last-child {
        display: block;
        float: left;
        margin-bottom: 2em;
        position: initial;
    }
    .genInform .genInfo-encab>div{
        display: block;
    }
    .genInfo-encab {
        font-size: 13px;
    }
    .genInform .container-int-cab .page-int-subt .imgLeft {
        position: absolute;
        top: -100px;
        right: 0;
        width: auto;
    }
    .container-int-cab .listProds .col-md-12 .col-md-2{
        margin: 0;
        display: initial;
        float: left;
        width: 20%;
        margin-bottom: 2em;
    }
    .boletin .container-int-cab .page-int-subt .imgLeft {
        position: absolute;
        top: -100px;
        left: 2em;
        margin-top: 0;
    }
    .boletin .page-int-subt > div:first-child, .boletin .genInfo > div:first-child {
        padding-right: 2em;
    }

    .boletin .page-int-subt > div:last-child, .boletin .genInfo > div:last-child {
        padding-left: 2em;
    }
    .boletin.contacto .container-int-cab .page-int-subt .imgLeft {
        top: -90px;
    }
    .busq .introcab {
        margin: 2em 0 2em 15px;
    }
    .boletin.contacto.sobreObs .container-int-cab .page-int-subt .imgLeft {
        top: -120px;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .container>.navbar-header {
        padding: 0 10px;
    }
    .container-home .container .col-md-8 {
        width: 40%;
    }
    .container-partners .carousel,
    .container-features .carousel {
        overflow: visible;
    }
    .carousel-control.left {
        left: -25px;
    }
    .carousel-control.right {
        right: -35px;
    }
    .navbar-nav.navbar-right {
        display: block;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(16.5%, 0, 0);
        transform: translate3d(16.5%, 0, 0);
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-16.5%, 0, 0);
        transform: translate3d(-16.5%, 0, 0);
    }
    .genInfo-encab {
        font-size: 14px;
    }
    .container-int-cab .listProds .col-md-12 .col-md-2{
        margin: 0;
        display: initial;
        float: left;
        width: 16.66666667%;
        margin-bottom: 2em;
    }
    .boletin.contacto.sobreObs .container-int-cab .page-int-subt .imgLeft {
        left: 2em;
    }
    .container-int-cab .page-int-subt .col-md-12 br{
        display: block;
    }
    footer{
        top: 0px;
    }
    
    /**** NUESTRO *****/
    
    .cajaPrecioMedio {
    	width: 70%;
    	float: left;
    }
    
    .cajaImagen {    		
    	float: right;
    }
    
    .tituloCajonSubsector {
    	height: 119px;
	}	
	
	.tituloEmpresasColaboradorasSubsector {
	    border-bottom: none;
	    /*padding-top: 30px;*/
	    margin-top: 0px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 600;
	    font-size: 26px;
	    left: 0;
	    right: initial;
	    position: relative;
	}
	
		
	.tituloEmpresasColaboradorasSubsector:after {
		content: '';
	    position: absolute;
	    height: 2px;
	    width: 100px;
	    background-color: #ccd347;    
	    margin: auto;
	}
	
	.centerImg
	{  
		margin-left: auto;
	    margin-right: auto;
	    display: block;
    }
    
    .cien {    
    	width: 100%;
	}
	
	/** ENLACES DE INTERÉS **/
	
	ul.enlaceInteres {
		display: flow-root;  		
  		margin-top: 4em; 		
	    list-style-type: none;	    
	}
	
	li.enlaceImagen {
	    float: right;	    	
	    padding-left: 5px;    
	}	
		
	li.enlaceTitulo {			    
	    font-size: 16px;
	    font-weight: bold;	    
	}
	
	
	
	
	
}