@charset "UTF-8";
/*Fonts*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 6, 2019 */
@font-face {
  font-family: 'montserratblack';
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratbold';
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratextra_bold';
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("./fonts/montserrat-light-webfont.woff2") format("woff2"), url("./fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratsemi_bold';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mulilight';
  src: url("../fonts/muli_light-webfont.woff2") format("woff2"), url("../fonts/muli_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'muliregular';
  src: url("../fonts/muli-webfont.woff2") format("woff2"), url("../fonts/muli-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mulibold';
  src: url("../fonts/muli-bold-webfont.woff2") format("woff2"), url("../fonts/muli-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mulisemibold';
  src: url("../fonts/muli-semibold-webfont.woff2") format("woff2"), url("../fonts/muli-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Affix */
body {
  margin-top: 100px;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+9,eaeaea+100 */
  background: #ffffff;
  /* Old browsers */
  color: #5b5e6d;
  font-family: 'muliregular', Arial, sans-serif; }

.affix {
  top: 0;
  width: 100%;
  z-index: 999 !important; }

.navbar {
  margin-bottom: 0px;
  padding-top: 20px; }

.affix ~ .container-fluid {
  position: relative;
  top: 50px; }

/* Branding */
#navbar {
  /*background:#78a824;*/
  box-shadow: none; }

#navbar-collapse {
  float: right; }

#navbar .slogan {
  font-size: 14px;
  color: black;
  font-family: 'montserratsemi_bold', Arial, sans-serif; }

.navbar-default a.navbar-brand {
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 32px; }

.navbar-default a.navbar-brand:hover {
  color: white; }

/* Menú secundario */
.secondary-navbar-container {
  /*background-color:#467214;*/ }

.navbar-default .secondary-navbar-container .navbar-nav > li > a {
  padding-top: 2px;
  padding-bottom: 0px;
  font-size: 14px;
  color: black;
  font-family: 'montserratsemi_bold', Arial, sans-serif; }

.navbar-default .secondary-navbar-container .navbar-nav > li.contact-leaf > a {
  color: #98c22b; }

.navbar-default .secondary-navbar-container .navbar-nav > li > a:hover {
  text-decoration: underline; }

/* Menú principal */
#navbar-collapse {
  clear: left;
  margin-top: -64px; }

.navbar-default .main-menu-nav > ul > li > a,
.navbar-default .main-menu-nav > ul > li > a:hover {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'montserratregular', Arial, sans-serif;
  font-size: 13px;
  color: #5b5e6d; }

.navbar-default .main-menu-nav > ul > li > a:hover {
  color: #98c22b; }

.navbar-default .main-menu-nav span.glyphicon {
  display: block;
  font-size: 16px;
  padding-bottom: 5px; }

.navbar-default .main-menu-nav > ul > li > a.btn-primary {
  color: white; }

.navbar-default .main-menu-nav > ul > li > a.btn-primary:hover {
  color: #98c22b; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: white;
  /*border-bottom:solid 2px #98c22b;*/ }

/* Not front */
.not-front .page-header {
  border-bottom: 0; }

.not-front .highlighted-wrapper {
  display: none; }

/* Carousel */
.highlighted-wrapper {
  background: #fff; }

.carousel a.carousel-control .icon-prev,
.carousel a.carousel-control .icon-next {
  color: #444;
  box-shadow: 2px 2px 11px #bbb;
  border-radius: 25px;
  width: 45px;
  display: block;
  height: 45px;
  line-height: 37px;
  font-size: 50px;
  opacity: 1;
  font-family: arial;
  margin-top: -40px;
  background-color: white; }

.carousel a.carousel-control .icon-prev:hover,
.carousel a.carousel-control .icon-next:hover {
  color: #fff;
  background-color: #98c22b;
  opacity: 1; }

.carousel a.carousel-control .icon-prev {
  left: -5px; }

.carousel a.carousel-control .icon-next {
  right: -5px; }

.carousel a.carousel-control.left,
.carousel a.carousel-control.right {
  background: transparent;
  width: 25px; }

.carousel .carousel-indicators {
  margin-left: 0;
  position: absolute;
  left: 54px;
  text-align: left; }

#views-bootstrap-carousel-1 .carousel-inner {
  position: relative; }

#views-bootstrap-carousel-1 .absolute {
  position: absolute;
  top: 0;
  font-size: 30px;
  color: white;
  padding: 30px;
  line-height: 40px;
  /*background-color: rgba(0,0,0,0.5);*/
  margin: 40px 120px; }

#views-bootstrap-carousel-1 .views-field-body,
#views-bootstrap-carousel-1 .views-field-field-call-to-action {
  padding-left: 20px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'muliregular', Arial, sans-serif; }

#views-bootstrap-carousel-1 .views-field-field-call-to-action a {
  display: block;
  margin-top: 10px; }

/* Botones y enlaces */
a {
  color: #78a824;
  text-decoration: none; }

a:hover {
  color: #acd51e;
  text-decoration: none; }

.btn-primary {
  background-color: #acd51e;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: none;
  border-color: none; }

.btn-primary:hover {
  background-color: #78a824; }

.btn .glyphicon {
  margin-left: 12px; }

.btn {
  border-radius: 0; }

/* Encabezados */
h2.block-title {
  margin-bottom: 20px;
  font-size: 29px;
  color: #000;
  font-family: 'montserratsemi_bold', Arial, sans-serif; }

h2.block-title:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  margin-right: 15px; }

/*Topbar*/
.topbar-wrapper {
  background: #f8f8fb;
  margin-top: 90px;
  padding: 70px 0; }

.view-about .badge {
  margin-top: -145px;
  background-color: white;
  padding: 25px 25%;
  border-radius: 2px;
  box-shadow: 2px 2px 4px #ddd; }

.view-about .badge .title {
  color: #666;
  padding-top: 5px;
  font-size: 14px;
  margin-bottom: 26px; }

.view-about p {
  font-size: 16px;
  color: #5b5e6d;
  line-height: 24px;
  font-family: 'muliregular', Arial, sans-serif; }

/* Servicios */
.view-servicios .col-lg-6 .container-fluid,
.view-servicios-legaltech .col-lg-6 .container-fluid {
  background: white;
  border-radius: 4px;
  box-shadow: 2px 2px 6px #ddd;
  margin-top: 25px;
  padding: 10px 25px 35px;
  height: 90%; }

.view-servicios .views-field-body p,
.view-servicios-legaltech .views-field-body p {
  font-size: 14px;
  line-height: 19px;
  color: #5b5e6d;
  margin-bottom: 15px; }

.view-servicios .views-field-title,
.view-servicios-legaltech .views-field-title {
  color: #98c22b;
  font-weight: 500;
  font-size: 18px;
  padding-top: 18px;
  margin-left: -15px;
  font-family: 'montserratsemi_bold', Arial, sans-serif; }

.view-servicios .views-field-field-image,
.view-servicios-legaltech .views-field-field-image {
  padding: 10px; }

.rotulo-experiencia {
  margin-left: 25px;
  padding-top: 10px;
  line-height: 22px;
  font-size: 18px;
  color: black;
  font-family: 'mulisemibold', Arial, sans-serif; }

.view-header p {
  font-size: 16px;
  line-height: 24px; }

/*
#views-bootstrap-tab-1 li{
  text-transform: uppercase;
}
#views-bootstrap-tab-1 li.active a{
  box-shadow: inset 0 -2px 0 #78a824;
  color:#666;
}
#views-bootstrap-tab-1 li a:hover{
  box-shadow: inset 0 -2px 0 #acd51e;
}
#views-bootstrap-tab-1 li a{
  color:#78a824;
}*/
/* Autodiagnóstico */
.view-footer {
  margin-top: 30px; }

.progress {
  height: 23px; }

#node-17 .field-name-body .col-xs-4 {
  background-size: 30px;
  padding: 2px 0px 2px 40px; }

#node-17 .doc {
  background: url(doc.png) left no-repeat; }

#node-17 .mec {
  background: url(mec.png) left no-repeat; }

#node-17 .ter {
  background: url(ter.png) left no-repeat; }

#node-17 .med {
  background: url(med.png) left no-repeat; }

#node-17 .obl {
  background: url(obl.png) left no-repeat; }

/* Casos de éxito y Ligas de interés */
#block-views-success-stories-block .views-row,
#block-views-interesting-links-block .card {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: relative; }

.views-field-title {
  padding-top: 10px; }

/* Ligas de interés*/
#block-views-interesting-links-block .views-row .btn {
  margin-top: 20px; }

#block-views-interesting-links-block .views-field-body {
  margin-bottom: 20px; }

#block-views-interesting-links-block .row {
  overflow: hidden;
  margin-bottom: 20px; }

#block-views-interesting-links-block .card {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

#views-bootstrap-carousel-3 .carousel-indicators {
  left: auto;
  right: auto;
  width: 100%;
  text-align: center;
  bottom: 0; }

/* Contacto */
.front .region-content #block-block-1 {
  box-shadow: 2px 2px 8px #ddd;
  border-radius: 5px;
  margin-top: 80px;
  padding-top: 40px;
  padding: 40px; }

.contact-information .row {
  margin-bottom: 20px; }

.contact-information .col-md-5 {
  font-size: 16px; }

.contact-information .contact-title {
  font-weight: bold;
  color: #263238; }

.webform-client-form-1 {
  background: white;
  padding-right: 40px;
  border-radius: 2px; }

.webform-client-form-1 .form-submit {
  width: 100%; }

/* Formularios */
.not-front form {
  width: 100%;
  min-width: 360px; }

.not-front.page-admin form {
  width: 100%; }

.form-item .form-textarea {
  border: solid 1px #c4c7d4;
  padding: 15px;
  border-radius: 4px; }

label {
  font-size: 14px;
  text-transform: uppercase;
  color: #263238;
  font-weight: 450; }

.form-radios label {
  text-transform: none; }

#webform-client-form-18 .panel {
  box-shadow: none; }

.progress-bar {
  font-family: 'montserratsemi_bold', sans-serif;
  padding: 0 5px; }

form .help-block {
  display: none; }

input[type="text"].form-control,
input[type="email"].form-control {
  border: solid 1px #c4c7d4;
  padding: 20px;
  border-radius: 4px; }

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #acd51e;
  border-color: #acd51e; }

input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
  background-color: #acd51e; }

input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
  border-color: #acd51e; }

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  margin-right: 10px; }

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #acd51e;
  box-shadow: inset 0 -2px 0 #acd51e; }

/* Autodiagnóstico */
#webform-client-form-18 .webform-component-radios {
  border-left: solid 4px #ccc;
  padding-left: 15px;
  margin-left: -15px; }

#webform-client-form-18 .webform-component-radios.answered {
  border-left: solid 8px #acd51e; }

#webform-client-form-18 .form-actions {
  position: fixed;
  bottom: 30px;
  z-index: 99999; }

/* Tabs */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 #acd51e;
  box-shadow: inset 0 -2px 0 #acd51e;
  color: #acd51e; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #acd51e;
  box-shadow: inset 0 -2px 0 #acd51e;
  color: #78a824; }

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus:hover {
  border: none;
  color: #78a824; }

/* Carrusel */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: NONE;
  border-radius: 10px;
  cursor: pointer;
  background-color: #acd51e; }

.carousel-indicators li.active {
  background-color: #ddd; }

/* Testimonios */
#block-views-testimonials-block h2.block-title {
  font-size: 24px;
  border-bottom: 0;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px; }

#block-views-testimonials-block .views-field-body {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px; }

#block-views-testimonials-block .item {
  background-color: #f9f9f9;
  border-left: 4px solid #333;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  padding: 30px; }

#block-views-testimonials-block .item:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

#block-views-testimonials-block .item p {
  display: inline; }

#block-views-testimonials-block {
  margin-bottom: 30px; }

#block-views-testimonials-block .views-field-field-author {
  text-align: right; }

#block-block-4 .comillas img {
  width: 100%; }

#block-block-4 .comillas {
  width: 7%; }

#block-block-4 .frases {
  width: 90%;
  margin-left: 3%;
  font-size: 16px;
  line-height: 23px; }

#block-block-4 .frases .views-field-body {
  color: #263238; }

/* Footer */
.footer {
  padding-bottom: 0;
  border-top: none; }
  .footer .last-news {
    height: 300px;
    overflow-y: scroll; }

.footer-wrapper {
  background-color: #f8f8fb; }

.logo-footer {
  width: 100%; }

.footer-dark h4 {
  color: #eee;
  border-bottom: solid 1px #acd51e;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 18px; }

.footer-dark .social-item.facebook {
  background: url("../img/facebook.png") no-repeat center;
  background-size: 100%; }

.footer-dark .social-item.twitter {
  background: url("../img/twitter.png") no-repeat center;
  background-size: 100%; }

.footer-dark .social-item.youtube {
  background: url("../img/youtube.png") no-repeat center;
  background-size: 100%; }

.footer-dark .social-item.linkedin {
  background: url("../img/linkedin.png") no-repeat center;
  background-size: 100%; }

.footer-contact-information .contact-info {
  margin-left: 10px;
  font-family: 'mulisemibold',sans-serif;
  color: #263238;
  font-size: 16px; }

.social-item {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 14px; }

.social-item img {
  width: 100%; }

.internal-links {
  margin-left: 10px; }

.internal-links a {
  color: #7b7f91;
  font-size: 14px;
  font-family: 'montserratregular',sans-serif; }

.footer-wrapper .text-center {
  background-color: #efeff6;
  color: #7b7f91;
  margin-top: 40px;
  padding: 10px 0 12px 0; }

.follow-us {
  margin: 10px 0px 15px 25px; }

/* Página del usuario */
.page-user- .profile,
.page-user- .tabs--primary {
  display: none; }

.page-user- h1.page-header:before {
  content: '¡Hola '; }

.page-user- h1.page-header:after {
  content: '!'; }

/* Autodiagnóstico */
#edit-fld-title {
  display: none; }

.page-user-edit #block-webform-client-block-18 {
  display: none; }

.webform-component--result {
  font-size: 36px; }

.webform-submission label {
  font-weight: bold; }

.page-node-submission .webform-submission-actions {
  display: none; }

.page-node-webform-results-analysis h3 {
  font-size: 16px; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.view-servicios .row,
.view-servicios-legaltech .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* Tablet */
@media (min-width: 769px) and (max-width: 1200px) {
  #navbar-collapse {
    margin-top: 0px; }

  #views-bootstrap-carousel-1 .absolute {
    font-size: 24px;
    line-height: 30px; } }
/* Mobile */
@media (max-width: 769px) {
  .navbar-default a.navbar-brand {
    font-size: 12px; }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 490px; }

  a.logo {
    /*max-width:90px;*/ }

  a.logo img {
    /*width: 60px;*/
    margin-top: 10px; }

  #navbar-collapse {
    float: none;
    padding-left: 44px;
    width: 100%; }

  #navbar-collapse .glyphicon {
    float: left;
    margin-right: 10px; }

  ul.secondary {
    float: none;
    background: #467214;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 10px 0;
    margin-left: 0; }

  #views-bootstrap-carousel-1 .absolute {
    font-size: 16px;
    padding: 20px;
    line-height: 20px;
    margin: 20px; }

  .mobile-carousel-item {
    margin-bottom: 40px; }

  .mobile-carousel-item .views-field-body {
    font-size: 16px;
    padding: 5px 0 15px 0; }

  .btn {
    width: 100%; }

  #block-views-interesting-links-block img,
  #block-views-success-stories-block img {
    max-width: 140px; }

  .view-servicios .row,
  .view-servicios-legaltech .row {
    display: block; }

  #block-block-1 .col-md-5 {
    padding-top: 30px; }

  .view-servicios .views-field-field-image img,
  .view-servicios-legaltech .views-field-field-image img {
    min-width: 41px; }

  .rotulo-experiencia {
    padding-top: 20px;
    margin-left: 0; } }
/* Impresión */
.well {
  padding: 30px; }

.links a {
  color: #78a824;
  padding: 10px 18px;
  background-color: white;
  text-transform: uppercase;
  box-shadow: 2px 2px 4px #ccc; }

.links {
  margin-bottom: 40px; }

.links a:hover {
  color: #acd51e; }

@media print {
  .print-only {
    display: inline-block; }

  .progress-bar {
    /*text-indent:-99999px;*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

  .progress {
    padding-left: 25px; }

  .progress-general {
    padding-left: 0; }

 /*
header h2:after{
  content:'Resultados del autodiagnóstico';
}
header h2 a,
header h2 .print-footnote{
  display:none;
}*/ }
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light :hover {
    background-color: #e2e6ea;
    border-color: #dae0e5; }

.btn-group-toggle .btn {
  color: #8c8fa0; }

label.btn {
  box-shadow: none; }

label.btn {
  outline-color: transparent !important; }

label.btn.active:focus {
  outline: 5px auto none;
  outline-offset: -2px;
  outline-color: transparent !important; }

#calculateForm button.close {
  position: fixed;
  right: 20px;
  top: 20px; }

.font-weight-bold {
  font-weight: 700 !important; }

#calculateResultModal table tfoot tr > td:last-child {
  font-size: 22px;
  font-weight: 700; }

.modal .modal-title {
  font-size: 28px;
  font-weight: 700; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

.modal-header {
  display: flex; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

/**
  NOM  035
*/
#views-bootstrap-grid-2 .material-icons {
  color: #98c22b;
  font-size: 30px;
  padding-top: 15px; }

/*# sourceMappingURL=common.css.map */
