

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0, 0);
  -moz-tap-highlight-color: rgba(0,0,0, 0);
  tap-highlight-color: rgba(0,0,0, 0);
  font: 300 16px/100% 'Arial', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.card-body{
  text-align: justify;
  padding: 10px;
}

[sidebarjs] .img {
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  /*margin-right: 16px;*/
  opacity: .8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img.github {
  background-image: url('./img/github.png');
}
.img.npm {
  background-image: url('./img/npm.png');
}
.img.author {
  background-image: url('./img/code.png');
}
.img.wiki {
  background-image: url('./img/flecha-icon.png');
}
.img.bugs {
  background-image: url('./img/bugs.png');
}

/* –––––––––––––––––––––––––––––––––––––––
                Basic Demo
–––––––––––––––––––––––––––––––––––––––– */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 12px;
  /*background: #2196F3;*/
  background: #1a51ac !important;
  min-height: 56px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 4;
}
.icon {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .1s;
}
.icon:active {
  background: rgba(255,255,255, .2);
}
.hamburger-icon:before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 -6px 0 #FFF, 0 6px 0 #FFF;
}
[sidebarjs] .large-img {
  position: absolute;
  top: 48%; left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 110px;
  height: 110px;
  margin: auto;
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
  font: 300 15px/100% 'Arial', sans-serif;
  color: #FFF;
  cursor: default;
  text-align: center;
  max-width: 80%;
  padding-top: 2px;
}


/* –––––––––––––––––––––––––––––––––––––––
              Advanced Demo
–––––––––––––––––––––––––––––––––––––––– */
/*[sidebarjs] * {*/
.menu-text-container{
  font: 300 16px/100% 'Arial', sans-serif;
}

[sidebarjs] h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 180px;
  padding: 16px;
  background: #2196F3;
  color: #FFF;
  font-size: 40px;
}

[sidebarjs] nav {
  overflow-x: hidden;
  overflow-y: auto;
}

[sidebarjs] nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0,0,0, .1);
}
[sidebarjs] nav > div:first-child {
  border-top: none;
}

/*
[sidebarjs] nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(0,0,0, .64);
  padding: 16px;
  transition: background 0.3s ease;
}
[sidebarjs] nav a:active {
  color: inherit;
  background: rgba(0,0,0, .1);
}
*/

.menu-element{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(0,0,0, .64);
  padding: 16px;
  transition: background 0.3s ease;
}

.menu-element:active {
  color: inherit;
  background: rgba(0,0,0, .1);
}

.div-button-menu{
  /*border-bottom: 1px solid #c5c5c5;*/
}


#selected {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  width: 110px;
  height: 84px;
}
#selected .img {
  margin: auto;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#selected .label {
  text-align: center;
  padding: 12px;
}

.basic {
  position: absolute;
  right: 0; bottom: 16px; left: 0;
  margin: auto;
  text-align: center;
  color: #2196F3;
  font-size: 12px;
  line-height: 140%;
}

section {
  padding: 16px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding: 0 20px;
  font-size: 90%;
}
input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #2196F3;
  background-color: #2196F3;
  box-shadow: inset 0 0 0 9px white;
  -webkit-transition: all .3s ease;
  -miz-transition: all .3s ease;
  transition: all .3s ease;
}
input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 0 3px white;
}

h2 {
  margin: 12px 0;
}









[sidebarjs] h3 {
  line-height: 120%;
}

html, body, app {
  height: 100%;
}

html,body { height: 100%; margin: 0px; padding: 0px; }


app {
  display: block;
}


main p {
  font-size: 14px;
  line-height: 140%;
}

.precio-title{
  position: absolute;
    z-index: 2;
    top: calc(50% - 50px);
    /* left: calc(50% - 70px); */
    width: 100%;
    text-align: center;
    background-color: #0000004f;
    color: white;
}
main .app__js-toggle-buttons {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
  left: 16px;
  bottom: 16px;
  right: 16px;
}

main .app__js-toggle-button {
  width: 48%;
  font-size: 14px;
  text-align: center;
  padding: 12px 15px;
  border-radius: 2px;
  background: #eeeeee;
  box-shadow: 0 3px 6px rgba(0,0,0, .16), 0 3px 6px rgba(0,0,0, .23);
}




/****************************************** CUSTOM CSS **************************************/

.div-button-menu{
  display: -webkit-box;
  margin-top: 30px;
  /* background-color: #0000004a; */
  padding-top: 7px;
  padding-bottom: 7px;
}

.icon-container{
    width: 30px;
    text-align: center;
    padding-top: 14px;
}

.menu-text-container{
       /* width: calc(100% - 40px); */
       text-align: left;
       padding-left: 20px;
       /* padding-top: 11px; */
       font-size: unset;
}

.div-menu-bottom{
  position: absolute;
    bottom: 0px;
    /*padding: 20px;*/
    width: 100%;
    text-align: center;

    background-color: #1a51ac;
    color: white;
}

.paddin-lm20{
  padding-left: 20px;
  padding-right: 20px;
}

.secondary-section{
  display: none;
  /*padding-top: 20px;*/
  width: 100%;
  height: 100%;
  overflow-x: auto;
  /*background: #f2f2f2;*/
  background: #13133136;
}

.list-group-item-lm{
    /*background: rgba(0, 0, 0, 0.34);
    background: rgba(146, 146, 146, 0.72);
    color: white !important;
    text-align: center;*/
    display: -webkit-box;
    color: #fff;
    border: 0px;
    padding: 10px;
}

.list-group-item-text{
  margin-left: 30px;
  margin-top: 0px !important;
  width: calc(100% - 75px);
  font-size: 18px !important;

}
.secondary-list-grouptxt{
    font-size: 18px;
    text-align: center;
}

[sidebarjs].sidebarjs--is-visible [sidebarjs-container]{
  /*background-color: #d8d8d8;
  background-image: url(img/menu-img.jpg);*/
  background-size: 100%;
}

.logo-menu{
    width: 100px;
    position: absolute;
    left: calc(50% - 48px);
    top: 3px;
}

.footer-container{
  display: -webkit-box;
}
.element-second{
  width: 24%;
  text-align: center;
  padding-top: 4px;
  background-color: #fbfbfb;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  margin-left: 10px;
  min-height: 42px;
}

.first-secondary-element{
  margin-left: calc(50% - 100px);
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], input[type=date], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #131331; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical;/* Allow the user to vertically resize the textarea (not horizontally) */
    color: #757575;
}

/* Style the submit button with a specific background color etc */
.btn-principal {
    background-color: #131331;
    color: white;
    padding: 12px 20px;
    border: 1px solid white;
    border-radius: 4px;
    width: 99%;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
.btn-principal:hover {
    background-color: #024b8a;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    /*background-color: #cecdd4;*/
    padding: 20px;
}




/*+++++++++++++++ Modal Styles LM **************/

.modal-dialog{
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
}
.modal-content{
  width: 100% !important;
    height: 100% !important;
    overflow-x: auto;
    color: white;
    background-image: url(img/contacto.jpg);
}

.modal-content-search{
  width: 100% !important;
  height: 100% !important;
  overflow-x: auto;
  color: white;
  background-color: #000000a1;
}

.close{
  position: absolute;
    right: 10px;
    top: 2px;
    color: white !important;
    z-index: 1;
}

.close, span{
  font-size: 36px !important;
}

.modal-footer{
  text-align: center !important;
  border-top: 0px !important;
}

.btn-primary{
  width: 99% !important;
}

.modal-body-search{
  position: absolute;
  padding: 15px;
  margin-top: calc(50% - 50px);
  top: 5px;
  width: 100%;
}

.modal-body-index{
      /*background-color: #ffffffc7 !important;*/
      height: calc(100% - 140px) !important;
      padding-top: calc(90% - 40px);
}

.modal-header{
  color: white !important;
  border-bottom: 0px !important;
}

.btn-primary {
    color: #fff;
    background-color: #1a51ac !important;
    border-color: #8794a2 !important;
    height: 50px !important;
    font-size: 18px !important;
    padding-top: 10px;
}

.card{
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.28);
-moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.28);
box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.28);
margin-top: 25px;
}

.listado-content{
  height: 100%;
    overflow-y: auto;
    overflow: visible;
}


.text-proteger-servir{
  color: white;
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 100%;
}

.angular-style-input-montemayor{
  background-color: #ffffff00 !important;
    border: 0px !important;
    border-bottom: 3px solid blue !important;
    border-radius: 0px !important;
    color: white !important;
}

*:focus {
    outline: none;
}

.icon-select{
  width: 20px;
    right: 5px;
    position: absolute;
    bottom: 20px;
    color: #ffffff;
    z-index: 0;
}

#menuContainer{
  width: 100%;
    height: calc(100% - 60px);
    background-image: url(img/menu-img.jpg);
        overflow-y: auto;
}

#menuContainerSecond{
  /*height: calc(100% - 125px);*/
    /*overflow-x: auto;*/
}

#sendMail{
  background-image: url(img/contacto.jpg);
  color: white;
}

/*
#cuerpomensaje, #cuerpomensajeDos{
    background-color: #ffffff80 !important;
    border: 1px solid #224afb !important;
}
  

::placeholder {
    color: white;
    opacity: 1; 
}

:-ms-input-placeholder { 
   color: white;
}

::-ms-input-placeholder { 
   color: white;
}

*/

#sectionAbout{
  background-image: url(img/about.jpg);
  padding-top: calc(50% - 50px);
}

.si-deseas-despacho{
  /*width: 100%;*/
  position: absolute;
  bottom: 60px;
  left: 0px;
}
/*Cancelación*/
.select-index-container{
      max-width: 90%;
    margin: auto;
}

#spinnerContainer{
  /*background-image: url(img/spiner-background.jpg);*/
    text-align: center;
    z-index: 1000;
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.logo-spinner-animation {
  -webkit-animation: cssAnimation 3.15s 16 linear;
  -moz-animation: cssAnimation 3.15s 16 linear;
  -o-animation: cssAnimation 3.15s 16 linear;
  }
  @-webkit-keyframes cssAnimation {
  from { -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
  to { -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
  }
  @-moz-keyframes cssAnimation {
  from { -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
  to { -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
  }
  @-o-keyframes cssAnimation {
  from { -o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
  to { -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
  }


.logo-gavar-slider{
  width: 300px;
  position: absolute;
  right: calc(50% - 150px);
  top: calc(50% - 70px);
}

.text-loading{
  position: absolute;
    top: 55%;
    left: calc(40% - 23px);
    color: #c7c7c7;
}

#backButton, #backButtonCalculator{
    position: absolute;
    top: 15px;
    font-size: 23px;
    color: white;
    right: 10px;
}

.calculator-main-container{
    background-image: url(img/calculator.jpg);
}

.news-pic{
  background-image: url(img/news.jpg);
  color: white;
}

.wc-date-container{
      text-align: center !important;
    width: 100%;
    /* padding: 12px; */
    border: 1px solid #131331;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: black;
}

.wc-date-container span{
    color: #757575 !important;
    font-size: 18px !important;
    text-align: center !important;
}

.years-view svg{
  position: absolute;
  top: 0px !important;
  left: 0px;
  font-size: 18px !important;
}

.years-view svg path{
   
}

.menu-flotante{
  /*background-color: white;*/
  position: absolute;
    bottom: 50px;
    width: 99%;
    display: -webkit-box;
}

.menu-flotante-dos{
  position: absolute;
    bottom: 50px;
    width: 99%;
    display: -webkit-box;
  overflow-y: auto;  
}

#searchIconContainer{
  position: absolute;
  /* top: 15px; */
  /* font-size: 23px; */
  color: #ffffff;
  right: 70px;
  background-color: #131331;
  padding: 10px;
  border-radius: 30px;
  right: 10px;
  top: 70px;
}





/* Banner */

#banner {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url("../../images/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 0;
  min-height: 100vh;
  height: 100vh !important;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

  #banner .inner {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    opacity: 1;
    position: relative;
    z-index: 2;
  }

  #banner h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #FFF;
  }

  #banner p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  #banner a {
    color: #FFF;
    text-decoration: none;
  }

  #banner video {
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  #banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  @media screen and (max-width: 1280px) {

    #banner video {
      display: none;
    }

  }

  @media screen and (max-width: 736px) {

    #banner {
      min-height: 0;
      height: auto !important;
      padding: 6rem 2rem 4rem 2rem;
    }

      #banner .inner {
        width: 100%;
      }

      #banner h1 {
        font-size: 1.75em;
        margin-bottom: 0.5em;
        padding-bottom: 0;
      }

      #banner p {
        font-size: 1.25em;
      }

      #banner br {
        display: none;
      }

      #banner .button {
        width: 100%;
      }

  }

  @media screen and (max-width: 480px) {

    #banner p {
      font-size: 1em;
    }

  }

  body.is-loading #banner .inner {
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 0;
  }

  body.is-loading #banner:before {
    opacity: 1;
  }

  .w-100-percent-lm{
    width: 100% !important;
  }

  .carousel {
    overflow:hidden;
    height: 600px; 
  }

  .inner{
    position: absolute;
    z-index: 2;
    bottom: 140px;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 1px 2px 3px #000;
  }

  .title-details-lm{
    text-align: center;
    color: #1a51ac;
    font-weight: bold;
  }
  .col-md-4{
    padding: 10px;
    text-align: left;
    font-weight: bold;
  }

  .detail-resp-lm{
    color: #5c084c;
    font-size: large;
    font-weight: bold;
  }
  .detail-second-line-lm{
    margin-top: 40px;
  }

  .row{
    padding: 20px;
  }

  .div-img-details-lm{
    background-position: 50% 10px;
    color: rgb(121, 121, 121);
    text-align: left;
    text-decoration: none solid rgb(121, 121, 121);
    width: 100% !important;
    column-rule-color: rgb(121, 121, 121);
    perspective-origin: 735px 318.5px;
    transform-origin: 735px 318.5px;
    caret-color: rgb(121, 121, 121);
    /* background: rgba(0, 0, 0, 0) url(../img/fondo-clientes-1.jpg) no-repeat fixed 50% 10px / auto padding-box border-box; */
    border: 0px none rgb(121, 121, 121);
    font: normal normal 500 normal 14px / 23px Raleway, sans-serif;
    /* margin: 0px -15px; */
    outline: rgb(121, 121, 121) none 0px;
    overflow: hidden;
    padding: 73px 0px 89px;
    min-height: 400px;
    /* background-position: center; */
    background-size: cover !important;
  }


  
















  label[for] {
    cursor: pointer;
}


.lightbox {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    z-index: 1;
    overflow: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .75s ease-out;
    transition: transform .75s ease-out;
}
.lightbox img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 96%;
    max-height: 96%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
input[type="checkbox"]:checked + .lightbox {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
input[type="checkbox"]:checked ~ .grid {
    opacity: .125;
}
.grid {
    width: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    height: 100%;
    background-color: #222;
    z-index: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 16px;
    overflow: auto;
    text-align: center;
    -webkit-transition: opacity .75s;
    transition: opacity .75s;
}
.grid .grid-item {
    width: 50%;
    display: inline-block;
    padding: 16px;
    opacity: .75;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.grid .grid-item:hover {
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    .grid .grid-item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .grid .grid-item {
        width: 100%;
    }
}
.grid img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

