@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

body {
  padding-top: 0 !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #222;
}

@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.header {
  border-bottom: 1px solid #e5e5e5;
}

.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.hidden {
  visibility: hidden;
}

.glyphicon-refresh-animate {
  animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

.title-app {
  color: #025aa2;
  font-size: 25px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background-position: 0 2px;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
}

.breadcrumbs {
  padding: 5px 5px 0px 0px;
  text-transform: uppercase;
  font-size: 10px;
}

.panel-portada .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px solid #e8e8e8;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-portada .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #dbdbdb;
  color: #000;
}

.panel-portada .row {
  padding: 10px;
}

.info-vineta {
  color: #222;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 19px;
  line-height: 25px;
}

.panel-portada .cuadro-info-portada {
  padding: 10px 20px;
  background: #0271c0;
  color: #fff;
}

.panel-portada .botones-portada {
  border-radius: 5px !important;
  background: #7b91a8 !important;
  border: 0 !important;
  color: #fff;
}

.inlineEditing {
  border: 1px dotted #999;
  min-height: 50px;
  padding: 5px;
}

.inlineEditing:hover {
  border: 1px solid #e1e1e1;
  background-color: #f4f4f4;
  cursor: pointer;
}

.center {
  text-align: center;
}

.fila-agroindustria {
  position: relative;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
}

.fila-agroindustria .btn-eliminar,
.fila-agroindustria .btn-editar {
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 5px 8px;
  font-size: 12px;
  color: #202020;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  border: 0;
}

.fila-agroindustria .btn-editar {
  right: 28px;
  background-color: #d0d0d0;
  border-radius: 4px 0 0 4px;
}

.fila-agroindustria .btn-eliminar {
  background-color: #fc1a1d;
  right: 0;
  border-radius: 0 4px 4px 0;
}

.fila-agroindustria > .btn-editar:hover,
.fila-agroindustria > .btn-eliminar:hover {
  opacity: 1 !important;
}
.fila-agroindustria:hover > .btn-eliminar,
.fila-agroindustria:hover > .btn-editar {
  opacity: 0.7;
}

.fila-cultivo {
  position: relative;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  z-index: 5;
  align-items: center;
  display: flex;
}

.titulo-cultivos {
  font-size: 17px;
  font-weight: bold;
}

.fila-cultivo .btn-editar-cultivo,
.fila-cultivo .btn-eliminar-cultivo {
  top: 0;
  padding: 7px 8px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #e1e1e8;
  opacity: 1;
  transition: all 0.2s linear 0s;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
}

.fila-cultivo .btn-eliminar-cultivo {
  color: #d72525;
}

.fila-cultivo .btn-editar-cultivo:hover {
  color: #7e7e7e;
}
.fila-cultivo .btn-eliminar-cultivo:hover {
  color: #fc1a1d;
}

div.tablasVistas {
  margin: 25px 0;
}

div.tablasVistas .tituloTabla {
  font-size: 16px;
}

.thumbnail img {
  height: 200px;
  width: auto;
}

div.list-group-item p {
  width: 100%;
}

.content-frontend {
  padding-left: 5px;
  margin-top: 20px;
  border-left: 1px solid #ececec;
}

ul#nav li ul {
  margin-top: -5px;
  padding-top: 0 !important;
}

.menuservicios {
  padding-top: 14px;
  padding-bottom: 14px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(https://www.intiasa.es/templates/intiasa/images/fondobloquesportada.jpg);
}

.menuservicios {
  width: 980px;
  margin: 0 auto 0px auto;
  display: table;
}

.menuservicios .moduletable {
  margin-bottom: 9px;
  display: table-row;
}
table#bloquesportada td a span {
  font-size: 13px;
  font-weight: bold;
  color: #242427;
}
.menuservicios h3 {
  color: #03213a;
  font-weight: bold;
  font-size: 15px;
  margin: 0px 0 10px 0;
}

table#bloquesportada td {
  background-color: transparent;
  text-align: center;
  color: #a09f9f;
  vertical-align: top;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  width: 14%;
}
table#bloquesportada td a {
  font-size: 13px;
  color: #a09f9f;
  text-decoration: none;
}

.btnEditarBalance {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}

.btnEditarBalance:hover {
  opacity: 0.6;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

a {
  color: #069;
}

a:hover {
  color: #000;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.btn-group-lg > .btn,
.btn-lg {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-primary {
  color: #fff;
  background-color: #025aa2;
  border-color: #025aa2;
  border-radius: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #026ea2;
  border-color: #204d74;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #026ea2;
}
.nav-pills > li > a {
  border-radius: 0;
}

blockquote {
  font-size: 14px;
}

.menuzonas > li a {
  border: 1px solid #dcdcdc;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.centrado {
  text-align: center;
}
