/*  Importamos tipografías              ----------------------------------------------------------------------------------------------------------------------  */
/* Faltan los eot*/
@font-face {
  font-family: Causten-Light;
  src: url(/extras/sites/all/themes/personalizado/fonts/Causten-Light.otf), url(/extras/sites/all/themes/personalizado/fonts/Causten-Light.eot), url(/extras/sites/all/themes/personalizado/fonts/Causten-Light.ttf), url(/extras/sites/all/themes/personalizado/fonts/Causten-Light.woff), url(/extras/sites/all/themes/personalizado/fonts/Causten-Light.woff2);
}
@font-face {
  font-family: Causten-Regular;
  src: url(/extras/sites/all/themes/personalizado/fonts/Causten-Regular.otf), url(/extras/sites/all/themes/personalizado/fonts/Causten-Regular.eot), url(/extras/sites/all/themes/personalizado/fonts/Causten-Regular.ttf), url(/extras/sites/all/themes/personalizado/fonts/Causten-Regular.woff), url(/extras/sites/all/themes/personalizado/fonts/Causten-Regular.woff2);
}
@font-face {
  font-family: Causten-Medium;
  src: url(/extras/sites/all/themes/personalizado/fonts/Causten-Medium.otf), url(/extras/sites/all/themes/personalizado/fonts/Causten-Medium.eot), url(/extras/sites/all/themes/personalizado/fonts/Causten-Medium.ttf), url(/extras/sites/all/themes/personalizado/fonts/Causten-Medium.woff), url(/extras/sites/all/themes/personalizado/fonts/Causten-Medium.woff2);
}
@font-face {
  font-family: Causten-SemiBold;
  src: url(/extras/sites/all/themes/personalizado/fonts/Causten-SemiBold.otf), url(/extras/sites/all/themes/personalizado/fonts/Causten-SemiBold.eot), url(/extras/sites/all/themes/personalizado/fonts/Causten-SemiBold.ttf), url(/extras/sites/all/themes/personalizado/fonts/Causten-SemiBold.woff), url(/extras/sites/all/themes/personalizado/fonts/Causten-SemiBold.woff2);
}
@font-face {
  font-family: Causten-ExtraBold;
  src: url(/extras/sites/all/themes/personalizado/fonts/Causten-ExtraBold.otf), url(/extras/sites/all/themes/personalizado/fonts/Causten-ExtraBold.eot), url(/extras/sites/all/themes/personalizado/fonts/Causten-ExtraBold.ttf), url(/extras/sites/all/themes/personalizado/fonts/Causten-ExtraBold.woff), url(/extras/sites/all/themes/personalizado/fonts/Causten-ExtraBold.woff2);
}
/*  Estilos globales 									    ----------------------------------------------------------------------------------------------------------------------  */
* {
  outline: none !important;
}
body {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Causten-Regular';
  color: #444444;
  background: #fff;
  padding: 0px;
}
a {
  color: #005192;
  transition: color 0.5s ease;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:link {
  color: #005192;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: inherit;
  font-weight: normal;
}
#toolbar {
  box-shadow: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}
body.toolbar-drawer {
  padding-top: 0px !important;
}
.nav {
  margin: 0px;
}
/*  Header			  									    ----------------------------------------------------------------------------------------------------------------------  */
body.open-menu {
  overflow: hidden;
}
header .bloque-descubrir {
  text-align: center;
}
header .bloque-descubrir .wrap-descubrir {
  padding: 4px;
}
header .bloque-descubrir a.nuevo {
  font-family: 'CaustenFontFamily Bold' !important;
}
header .bloque-descubrir span {
  padding: 0 4px;
}
header .bloque-descubrir a,
header .bloque-descubrir span {
  color: #444444 !important;
}
#header {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 3;
  padding: 24px 32px;
  border-bottom: 2px solid #fff;
  z-index: 998;
}
#header * {
  color: #fff;
}
#header .menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-logo-web {
  font-family: 'CaustenFontFamily Regular';
  font-size: 34px;
}
.title-logo-web img {
  width: auto;
  height: 56px;
}
#header .menu-content nav {
  margin: 0;
  position: inherit;
}
#header .menu-content .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
#header .menu-content .navbar-toggle.hamburguer {
  border: 0 !important;
  padding: 0;
  margin: 0;
}
#header .menu-content .navbar-toggle.hamburguer span {
  background: white !important;
}
#header .menu-content li ul {
  background-color: white;
}
#header .menu-content li ul li {
  margin: 0 16px;
}
#header .menu-content li ul li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  width: 90%;
}
#header .menu-content li ul li a {
  color: #444444;
  padding: 8px 0px;
}
#header .menu-content a,
#header .menu-content span {
  cursor: pointer;
}
#header .menu-content a:hover,
#header .menu-content span:hover {
  background: transparent !important;
}
@media (max-width: 1024px) {
  #toolbar {
    display: none;
  }
  #header .navbar-toggle {
    display: block;
  }
  #header .dropdown-menu {
    transform: translate(100%, 0%) !important;
  }
  #header .menu-content {
    justify-content: flex-start !important;
    gap: 24px;
  }
  #header .menu-content .navbar-nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: 64px;
    overflow-y: scroll;
    height: 100%;
  }
  #header .menu-content .navbar-nav li {
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
  }
  #header .menu-content .menu-items {
    position: fixed;
    right: 100%;
    top: 0;
    transition: all 0.3s ease;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 999;
  }
  #header .menu-content .menu-items * {
    color: #444444;
  }
  #header .menu-content .menu-items.open {
    position: fixed;
    right: 0;
    top: 0;
  }
  #header .menu-content .menu-items .hamburguer-close {
    font-size: 54px;
    position: absolute;
    right: 40px;
    top: 30px;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: transparent;
    border: none !important;
    z-index: 999;
  }
}
@media (max-width: 768px) {
  #header {
    padding: 10px 32px;
  }
  header .container {
    width: auto !important;
  }
  #header .dropdown-menu {
    transform: translate(-20%, 0%);
  }
}
@media (max-width: 540px) {
  #header .dropdown-menu {
    transform: unset !important;
  }
  .navbar-nav > li > a {
    padding: 0 !important;
  }
}
/*  Main			  									    ----------------------------------------------------------------------------------------------------------------------  */
main h1 {
  color: #833b5d;
  font-size: 33px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 10px;
}
main #node-1 > .field-name-body {
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  width: 60%;
  margin: 10px auto 38px;
}
.view-listado-taxonomias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: 0px auto 60px;
  position: relative;
}
.view-listado-taxonomias .menu-categoria {
  width: 79px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #333333;
}
.view-listado-taxonomias .menu-categoria .nombre {
  font-size: 18px;
}
.view-listado-taxonomias .menu-categoria > * {
  display: block;
}
.view-listado-taxonomias .menu-categoria .circulo-externo {
  border-radius: 50%;
  background: #eadee4;
  padding: 7.5px;
  width: 54px;
  height: 54px;
  margin: auto;
  border: solid 12px #ffffff;
}
.view-listado-taxonomias .menu-categoria .circulo-interno {
  border-radius: 50%;
  background: #833b5d;
  padding: 3px;
  width: 14px;
  height: 14px;
  margin: auto;
}
.view-listado-taxonomias::after {
  content: '';
  height: 2px;
  width: 80%;
  background: transparent;
  border-bottom: solid 1px #aaaaaa;
  padding: 1px 35px;
  z-index: 0;
  position: absolute;
  top: 38.65%;
}
.view-listado-taxonomias span.descripcion {
  width: 78px;
}
.view-listado-taxonomias .Buffet .descripcion {
  width: 105px;
}
.contenedor-imagenes img.varias {
  width: 50%;
}
.contenedor-imagenes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-listado-taxonomias .modal .modal-body {
  padding: 40px 60px !important;
}
#block-block-1 {
  position: relative;
}
.modal-header {
  padding: 11px;
  border-bottom: 0px solid transparent;
  min-height: auto !important;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 800;
}
.modal-header .close {
  font-size: 34px;
}
.modal-header button {
  padding: 0px 20px;
}
.page-node-1 #node-1 h3 {
  text-align: center;
  color: #833b5d;
  font-family: 'Causten-SemiBold';
  margin-bottom: 45px;
  font-size: 30px;
}
.imagen-principal {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
.page-node-1 #node-1 h4 {
  margin-bottom: 8px;
  font-family: 'Causten-SemiBold';
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.page-node-1 #node-1 #fecha p,
.page-node-1 #node-1 #espacio p,
.page-node-1 #node-1 #asistentes p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
}
.page-node-1 #node-1 #fecha,
.page-node-1 #node-1 #espacio,
.page-node-1 #node-1 #asistentes {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.page-node-1 #node-1 #pausa,
.page-node-1 #node-1 #comenzar,
.page-node-1 #node-1 #continuar,
.page-node-1 #node-1 #postre {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.page-node-1 #node-1 #servicios {
  line-height: 20px;
  font-size: 14px;
  margin-top: 25px;
}
.page-node-1 #node-1 #servicios h4 {
  margin-bottom: 2px;
}
.page-node-1 #node-1 #servicios span::before {
  content: ', ';
  line-height: 20px;
  font-size: 16px;
}
.page-node-1 #node-1 #servicios span:nth-child(2)::before {
  content: '';
  line-height: 20px;
  font-size: 16px;
}
.page-node-1 #node-1 #aperitivos {
  line-height: 16px;
  font-size: 14px;
}
.page-node-1 #node-1 #tinto,
.page-node-1 #node-1 #blanco,
.page-node-1 #node-1 #cava {
  margin-bottom: 20px;
}
.page-node-1 #node-1 #blanco p,
.page-node-1 #node-1 #tinto p,
.page-node-1 #node-1 #cava p,
.page-node-1 #node-1 #blanco span,
.page-node-1 #node-1 #tinto span,
.page-node-1 #node-1 #cava span {
  font-size: 16px;
  line-height: 20px;
}
.page-node-1 #node-1 #precioMenu,
.page-node-1 #node-1 #precioTotal {
  text-align: center;
  float: right;
  font-size: 17px;
  border: 1px solid;
  padding: 15px 35px 17px 35px;
  margin-top: 25px;
  font-family: 'Causten-SemiBold';
  line-height: 15px;
}
.page-node-1 #node-1 #ficha {
  width: 80%;
  margin: auto;
  border: 1px solid;
  padding: 50px 50px 50px 50px;
}
.cajetilla .field-item.even {
  margin-bottom: 45px;
}
/* Ventana emergente niños */
.page-node-1 .modal-dialog {
  width: 60%;
}
.view-listado-taxonomias .description {
  text-align: center;
  width: 65%;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.view-listado-taxonomias .precios {
  text-align: center;
  margin: 14px 14px 7px 14px;
  font-size: 18px;
  color: #333333;
}
.view-listado-taxonomias .modal .node-producto.node-teaser {
  margin-top: 36px;
  position: relative;
}
.view-listado-taxonomias h3 {
  font-size: 18px !important;
  text-align: center;
  margin-top: 16px !important;
  margin-bottom: 0px !important;
  color: #333333 !important;
  font-family: 'Causten-SemiBold' !important;
}
#node-18 .field-name-body {
  column-count: 2;
}
#node-18 h3 {
  column-count: 2;
}
.view-listado-taxonomias #campo_cantidad label {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding-top: 13px;
}
.view-listado-taxonomias .precios {
  text-align: center;
  margin: 14px 14px 0px 14px;
  font-size: 18px;
  color: #333333;
}
.contenedor-imagenes img {
  max-height: 209px !important;
  padding-right: 15px !important;
}
.view-listado-taxonomias .item-niños .field-name-body {
  min-height: 84px;
}
.view-listado-taxonomias .item-buffet .field-name-body {
  min-height: 59px;
}
.view-listado-taxonomias .item-fiesta .field-name-body,
.view-listado-taxonomias .item-protocolo .field-name-body {
  min-height: 35px;
}
.view-listado-taxonomias .item-recena .field-name-body {
  min-height: 83px;
}
.node-producto.node-teaser.active .bloqueArticulo::before {
  background: #bacf8d82;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 200;
}
.node-producto.node-teaser.active .contenedor-imagenes::after {
  background: url(/extras/sites/all/themes/personalizado/img/check_pastilla.svg) no-repeat;
  background-size: 60px;
  padding: 30px;
  background-position: center;
  position: absolute;
  content: '';
  display: flex;
  width: 60px;
  height: 60px;
  z-index: 300;
}
.bloqueArticulo .cajetilla {
  display: inline-block;
  position: relative;
}
.articulo.wrapper-info button {
  width: 90%;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 17px;
  border: 1px solid #333333;
  padding: 6px 20px;
  font-size: 16px;
  background: transparent;
  box-shadow: none;
  text-shadow: none !important;
  color: #333333;
}
.view-listado-taxonomias .field-name-body {
  font-size: 18px;
  line-height: 24px !important;
  text-align: center;
  min-height: 30px;
  width: 100%;
  border-bottom: 1px solid lightgray;
}
.view-listado-taxonomias .field-descripcion {
  font-size: 18px;
}
.view-listado-taxonomias .modal-dialog {
  margin: 7% auto;
  width: 100% !important;
}
.page-node-1 .bloqueArticulo header {
  text-align: center;
  font-family: 'Causten-SemiBold';
}
.page-node-1 #campo_cantidad input {
  max-width: 269px;
  width: 90%;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 17px;
  height: 25px;
  border: 1px solid grey;
  padding: 20px;
  font-size: 18px;
}
.boton-guardar {
  border-radius: 25px;
  font-size: 18px;
  border: 0px;
  color: white;
  background: #b9d08b url(/extras/sites/all/themes/personalizado/img/check_pastilla.svg) no-repeat;
  background-size: 18px;
  background-position: 42px 14px;
  padding: 10px 40px 10px 70px;
  margin: 40px auto;
  display: block;
}
a.siguiente {
  float: right;
  color: #444446;
  font-size: 18px;
  background: url(/extras/sites/all/themes/personalizado/img/next.svg) no-repeat;
  background-size: 30px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
}
a.anterior {
  float: left;
  color: #444446;
  font-size: 18px;
  background: url(/extras/sites/all/themes/personalizado/img/prev.svg) no-repeat;
  background-size: 30px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
}
#campo_cantidad {
  position: relative;
}
div[class^="total"] {
  color: #833b5d;
  font-size: 18px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -29px;
  text-align: center;
}
div#ficha > div {
  display: inline-block;
  width: 100%;
  margin: auto;
}
div#bloqueExtras {
  border-top: solid 1px #333333;
  margin-top: 40px !important;
  padding-top: 40px;
  font-size: 16px;
  line-height: 20px;
}
div#bloqueExtras h4 {
  font-size: 20px !important;
  margin-bottom: 30px !important;
}
div#bloqueExtras p {
  margin-bottom: 0px;
}
div#bloqueExtras p strong {
  font-family: 'Causten-SemiBold';
}
div#bloqueExtras span.producto-price {
  float: right;
}
div#bloqueExtras span.cerrar {
  float: right;
  font-size: 0px;
  background: url(/extras/sites/all/themes/personalizado/img/aspa.png) no-repeat;
  background-size: 16px;
  background-position: center;
  width: 16px;
  height: 21px;
}
div#bloqueExtras p:not([class^="titulo"]) {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.view-listado-taxonomias h2 {
  text-align: center;
  font-family: 'Causten-Regular';
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 0px;
  color: #833b5d;
}
span.producto-title {
  width: 76%;
}
/* Ventana emergente asistente protocolo */
.page-node-1 #node-22 .bloqueArticulo p {
  line-height: 20px;
}
/* Ventana extras ceremonia */
.page-node-1 #node-5 .bloqueArticulo .content {
  float: left;
  width: 100%;
  text-align: left;
  display: flex;
}
.page-node-1 #node-5 .bloqueArticulo header {
  text-align: left;
  font-family: 'Causten-Medium';
  font-weight: bold;
}
#node-5 .bloqueArticulo .field-name-body {
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  margin: 10px 0px 20px;
}
.page-node-1 #node-5 .bloqueArticulo .contenedor-imagenes {
  display: flex;
  float: left;
}
.page-node-1 #node-5 .bloqueArticulo .wrapper-info {
  padding-left: 50px;
  text-align: left;
}
.page-node-1 #node-5 .bloqueArticulo .wrapper-info h3 {
  text-align: left;
  margin-top: 20px;
}
.page-node-1 #node-5 .bloqueArticulo {
  border-bottom: 0px solid transparent;
}
.page-node-1 #node-5 .bloqueArticulo .precios {
  text-align: left;
  margin: 14px 0px;
  font-size: 18px;
  color: #333333;
}
#mail {
  float: right;
  margin-bottom: 50px;
  border-radius: 25px;
  font-size: 18px;
  border: 0px;
  color: white;
  cursor: pointer;
  background: #b9d08b url(/extras/sites/all/themes/personalizado/img/check_pastilla.svg) no-repeat;
  background-size: 18px;
  background-position: 42px 14px;
  padding: 10px 40px 10px 70px;
  margin: 40px auto;
  display: block;
}
.botones-bottom {
  width: 60%;
  margin: auto;
  float: left;
}
@media (min-width: 0px) {
  .modal-content.container {
    width: 86%;
  }
}
@media (min-width: 768px) {
  .modal-content.container {
    width: 656px;
  }
}
@media (min-width: 992px) {
  .modal-content.container {
    width: 870px;
  }
}
@media (min-width: 1024px) {
  .modal-content.container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-content.container {
    width: 1076px;
  }
}
@media (min-width: 1400px) {
  .modal-content.container {
    width: 1200px;
  }
}
@media (max-width: 1024px) {
  .view-listado-taxonomias .item-niños .field-name-body {
    min-height: 112px;
  }
  .contenedor-imagenes img {
    max-height: 166px !important;
    margin-right: 20px;
  }
  .view-listado-taxonomias .item-fiesta .field-name-body,
  .view-listado-taxonomias .item-protocolo .field-name-body {
    min-height: 53px;
  }
}
@media (max-width: 768px) {
  .view-listado-taxonomias .modal .modal-body {
    padding: 40px 30px !important;
  }
  .view-listado-taxonomias .modal .node-producto.node-teaser {
    margin-top: 44px;
  }
}
.view-listado-taxonomias .description {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 550px) {
  .view-listado-taxonomias .item-niños .field-name-body {
    min-height: 14px !important;
  }
  .view-listado-taxonomias .item-buffet .field-name-body {
    min-height: 14px !important;
  }
  .view-listado-taxonomias .item-fiesta .field-name-body,
  .view-listado-taxonomias .item-protocolo .field-name-body {
    min-height: 14px !important;
  }
  .view-listado-taxonomias .item-recena .field-name-body {
    min-height: 14px !important;
  }
  .view-listado-taxonomias .description {
    width: 100%;
    line-height: 22px;
  }
  .page-node-1 #node-5 .bloqueArticulo .content {
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .page-node-1 #node-5 .bloqueArticulo .contenedor-imagenes {
    display: flex;
    width: 100%;
  }
  .page-node-1 #node-5 .bloqueArticulo .wrapper-info {
    padding-left: 0px;
    text-align: center;
  }
  .page-node-1 #node-5 .bloqueArticulo .wrapper-info h3 {
    text-align: center;
  }
  .page-node-1 #node-5 .bloqueArticulo .precios {
    text-align: center;
  }
  #node-5 .bloqueArticulo .field-name-body {
    text-align: center;
  }
  #node-18 .field-name-body {
    column-count: 1;
  }
  #node-18 h3 {
    column-count: 1;
  }
  main #node-1 > .field-name-body {
    width: 90%;
  }
  .view-listado-taxonomias .menu-categoria {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333333;
  }
  .view-listado-taxonomias .menu-categoria span.descripcion {
    width: 108px;
    color: #333333;
  }
  .view-listado-taxonomias .menu-categoria span.nombre {
    width: 108px;
    color: #333333;
  }
  .view-listado-taxonomias {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 60px;
    position: relative;
    justify-content: center;
  }
  .view-listado-taxonomias::after {
    content: '';
    height: 2px;
    width: 1px;
    height: 100%;
    background: #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    padding: 1px 1px;
    z-index: 0;
    right: 0;
    position: absolute;
    top: 0px;
    left: 0;
    margin: auto;
  }
  .page-node-1 #node-1 #ficha {
    width: 90%;
    margin: auto;
    border: 1px solid;
    padding: 30px 20px;
  }
  .imagen-principal {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  span.producto-title {
    width: 68%;
  }
  .botones-bottom {
    width: 90%;
  }
}
/* Taxonomia listado */
.circulo-externo.active .linea-externa {
  padding: 8px;
  box-shadow: 0px 0px 0px 0.5px #83d285;
  border-radius: 50px;
  width: 30px;
  height: 29px;
  margin-top: -7px;
  margin-left: -7px;
}
.circulo-externo.active .circulo-interno {
  background: #83d285;
  background-image: url(/extras/sites/all/themes/personalizado/img/check.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.circulo-externo.active {
  background: white !important;
}
/* ASISTENTE DE PROTOCOLO CUADRO INFORMACION */
#cuadroInfo .close span {
  font-size: 43px;
  padding: 5px 0px 0px 3px;
}
#cuadroInfo .close {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12pt;
  opacity: inherit;
}
#info_collapse #cuadroInfo .row .close {
  background-color: #f2f2f2;
  padding-top: 10px;
}
#info_collapse #cuadroInfo .row {
  background-color: #f2f2f2;
  font-size: 12pt;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
}
#info_collapse #cuadroInfo {
  margin-top: 15px;
}
/* SELECTOR DE LAS OPCIONES */
.bloqueArticulo.active .cajetilla:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(186, 207, 141, 0.32);
  background-size: 60px auto;
  background-image: url(/extras/sites/all/themes/personalizado/img/check_pastilla.svg);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center 85px;
}
/* Ventana protocolo */
#cuadroInfo #flechaDesplegable {
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #f2f2f2;
  font-size: 0px;
  line-height: 0px;
}
.left #cuadroInfo #flechaDesplegable {
  margin-top: -13px;
  margin-left: 100px;
}
.middle #cuadroInfo #flechaDesplegable {
  margin-top: -13px;
  margin-left: 500px;
}
.right #cuadroInfo #flechaDesplegable {
  margin-top: -13px;
  margin-left: 850px;
}
@media (max-width:991.98px) {
  #cuadroInfo #flechaDesplegable {
    margin-left: 100px !important;
  }
}
/* PIE de PAGINA */
#footer-secundario {
  text-align: center;
  font-size: 15pt;
}
#footer-secundario .container {
  width: 45%;
}
#footer-secundario #textoFooter {
  margin: 0 auto;
  line-height: 1.2;
}
#footer-secundario #textoFooterBloque {
  margin-bottom: 25px;
}
#footer {
  background-color: #444445;
  padding: 18px;
}
#footer-principal #grupoPolitica,
#footer-principal #desarrollo {
  text-align: left;
  float: left;
  font-size: 12pt;
  color: white;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  #footer-secundario .container {
    width: 75%;
  }
}
@media (width: 1024px) {
  #footer-principal #grupoPolitica,
  #footer-principal #desarrollo {
    /*text-align: center !important;*/
    float: none !important;
  }
}
