body {
  font-family: 'Montserrat', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.daterangepicker th{
  background: transparent;
  color: #000;
  font-size: 12px;
}

.daterangepicker td {
  font-size: 12px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h2 {
  font-weight: bold;
  border-bottom: 1px solid #feb543;
  padding-bottom: 5px;
}

/*header section*/
.hero_area {
  height: 94vh;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 58%;
  height: 86%;
  background-image: url(../images/style/hero-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 25px;
  right: 0;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .hero_area::before {
  display: none;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding-top: 15px;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #f9fcfb;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/style/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #f9fcfb;
  margin-top: 5px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/style/menu.png);
  background-size: 40px;
}

/*end header section*/
/* slider section */
.slider_section {
  color: #f9fcfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators {
  position: unset;
}

.slider_section .carousel_btn-container {
  width: 110px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 2%;
  z-index: 999;
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/style/prev.png);
}

.slider_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/style/next.png);
}

.slider_section ol.carousel-indicators {
  margin: 0;
  width: 75px;
  bottom: 10%;
  left: 47.5%;
}

.slider_section ol.carousel-indicators li {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-indent: 0px;
  text-align: center;
  line-height: 55px;
  color: #f9fcfb;
  background-color: #547bfe;
  opacity: 1;
  display: none;
}

.slider_section ol.carousel-indicators li.active {
  display: block;
}

.slider_detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
}

.slider_detail-box .btn-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 35px 0 50px 0;
}

.slider_detail-box .btn-box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.slider_img-box {
  width: 75%;
  margin: 0 auto;
}

.slider_img-box img {
  width: 100%;
}

.welcome_section {
  text-align: center;
}

.welcome_section .img-box {
  width: 65%;
  margin: 0 auto;
}

.welcome_section .img-box img {
  width: 100%;
}

.welcome_section .detail-box {
  margin-top: 45px;
}

.welcome_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 45px;
}

.welcome_section .detail-box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.service_section {
  text-align: center;
  color: #f9fcfb;
  background-image: url(../images/style/service-bg.png);
  background-size: 100% 100%;
  padding-top: 275px;
  padding-bottom: 125px;
  background-repeat: no-repeat;
  margin-top: -150px;
}

.service_section .custom_heading-container h2 {
  border-color: #f9fcfb;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .service_box {
  width: 30%;
  min-width: 300px;
  margin: 35px 15px;
}

.service_section .service_container .service_box .img-box {
  border-radius: 18px;
  overflow: hidden;
}

.service_section .service_container .service_box .img-box img {
  width: 100%;
}

.service_section .service_container .service_box .detail-box {
  margin-top: 30px;
}

.service_section .service_container .service_box .detail-box h4 {
  font-weight: bold;
}

.service_section a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.service_section a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.sub_page .service_section {
  margin-top: 00px;
  margin-bottom: 150px;
}

.problem_section {
  text-align: center;
}

.problem_section .img-box {
  width: 65%;
  margin: 0 auto;
}

.problem_section .img-box img {
  width: 100%;
}

.problem_section .detail-box {
  margin-top: 45px;
}

.problem_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 45px;
}

.problem_section .detail-box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.why_section {
  color: #f9fcfb;
  background: -webkit-gradient(linear, left top, right top, from(#1b3374), to(#8f4fe8));
  background: linear-gradient(to right, #1b3374, #8f4fe8);
}

.why_section .custom_heading-container h2 {
  border-color: #f9fcfb;
}

.why_section p {
  text-align: center;
  margin: 40px 0 55px 0;
}

.why_section .row .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why_section .row .col-md-3 .img-box {
  width: 45px;
  margin-right: 15px;
}

.why_section .row .col-md-3 .img-box img {
  width: 100%;
}

.client_section h2 {
  font-weight: bold;
  text-align: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 65px;
  height: 60px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #383a90;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #feb543;
}

.client_section .carousel-control-prev {
  background-image: url(../images/style/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/style/next.png);
}

.client_container {
  width: 55%;
  margin: 0 auto;
}

.client_container .client_text {
  padding: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}

.client_container .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.client_container .detail-box .img-box {
  width: 75px;
  margin-right: 15px;
  border: 10px solid #9852f2;
  border-radius: 100%;
  overflow: hidden;
}

.client_container .detail-box .img-box img {
  width: 100%;
}

.client_container .detail-box .name h5 {
  margin: 0;
}

.client_container .detail-box .name p {
  text-transform: uppercase;
  color: #0b93b1;
  margin: 0;
}

.contact_section .contact_heading {
  text-align: center;
  margin-bottom: 45px;
}

.contact_section .contact_heading h2 {
  font-weight: bold;
}

.contact_section form .form-control {
  border: none;
  background-color: #f2f3f4;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 50px;
}

.contact_section form .form-control#inputMessage {
  height: 120px;
}

.contact_section form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url(../images/style/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 98%;
}

.contact_section button {
  display: inline-block;
  padding: 12px 40px;
  color: #f9fcfb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin-top: 35px;
  font-size: 15px;
}

.contact_section .btnAnimatedTop:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

/* info section */
.footer_bg{
  background-size: cover;
  padding-top: 20px;
  margin-top: 20px;
}

.info_section {
  position: relative;
}

.info_section h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #f9fcfb;
  margin-bottom: 35px;
}

.info_section img {
  width: 100%;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
}

.info_section ul li a,
.info_section ul li a:hover {
  color: #fff;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  color: #fff;
  padding: 1px 3px;
  border-bottom: 2px solid #feb543;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.form_container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .form_container label {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.info_section .form_container input {
  width: 300px;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 15px;
  background-color: #fff;
  margin-left: 45px;
  margin-right: 10px;
}

.info_section .form_container button {
  display: inline-block;
  padding: 8px 50px;
  color: #f9fcfb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  border: none;
  text-transform: uppercase;
}

.info_section .form_container button:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.info_section .form_container button:hover {
  -webkit-transform: none;
          transform: none;
}

/* end info section */
/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  color: #f9fcfb;
  margin: 0;
  text-align: center;
  padding: 20px 15%;
  border-top: 1px solid #f9fcfb;
}

.footer_section a {
  color: #f9fcfb;
}


.content-User{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    display: table;
    width: 100%;
    border: 1px solid #ccc;
}
.content-User:hover{
    transform: scale(1.02);
}

.labelInfoContact{
    display: table;
}

.formatoFecha{
    font-size: 11px;
    color: #7E7E7E;
}
      .hide{
        display: none !important;
      }
      a{
        cursor: pointer;
      }

      .checkStilo input{
        display: none;
      }
      .checkStilo{
        text-align: center;
      }
      .checkStilo input[type="checkbox"] + label{
        background: #0B99DB;
        border-radius: 60px;
        padding: 3px 5px 3px 5px;
        font-size: 12px;
        margin-bottom: 5px;
        color: #fff;
        cursor: pointer;
        opacity: 0.6;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; 
      }
      .checkStilo input[type="checkbox"] + label:before {
        content: ""; /* Valor unicode */
      }
      .checkStilo input[type="checkbox"]:checked + label {
        opacity: 1;
      }
      .checkStilo input[type="checkbox"]:checked  + label:before {
        content: "\f00c"; /* Valor unicode */
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #fff;
        margin-right: 3px;
      }

      .btnDeleteCampo{
        background: #FF2D2D;
        cursor: pointer;
        color: #fff;
        min-height: 38px;
        line-height: 38px;
      }

      .btnMoveCampo{
        cursor: move;
        color: #fff;
        border-radius: 3px;
        min-height: 38px;
        line-height: 38px;
      }
      
      .campoAdd > div,.campoAdd .form-control{
        border-radius: 0px; !important
      }

      .campoAdd .btnMoveCampo{
        border-radius: 3px 0px 0px 3px;!important
      }
      .campoAdd .btnDeleteCampo{
        border-radius: 0px 3px 3px 0px;!important
      }

      .btnMoveCampoSencillo{
        cursor: move;
        color: #fff;
        border-radius: 3px;
      }
      .deleteControl{
        background:  #FF2D2D;
        cursor: pointer;
        border-radius: 3px;
        color: #fff;
      }

      .vistaItem{
        padding: 0px;
        margin: 0px;
      }

      .vistaItem input{
        display: none;
      }


      .vistaItem label{
        margin:0px;
        padding: 0px;
        cursor: pointer;
        min-width:100%;
      }

      .vistaItem{
          cursor:pointer;
          color: #fff;
          border-radius: 3px;
          min-height: 38px;
          line-height: 38px;
          margin:0px;
          padding: 0px;
      }

      .vistaItem input[type="checkbox"]:checked  + label {
        color: #0000FF;
      }

      .vistaItem input[type="checkbox"] + label:before {
        content: "\f070"; /* Valor unicode */
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #FFF;
      }

      .vistaItem input[type="checkbox"]:checked  + label:before {
        content: "\f06e"; /* Valor unicode */
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #FFF;
      }

      .contentVistaPreviaAndroid{
        position: relative; 
      }

      #contentFixed{
        position: absolute;
        z-index: 200;
      }

      .containerVistaAndroid > img, .contentVistaPreviaAndroid > img{
        max-width: 100%;
        min-width: 100%;
      }

      .containerVistaAndroid{
        position: relative;
      }

      .vistaPreviaAndroid{
        background: #fff;
        position: absolute;
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
        top: 0px;
        z-index: 20;
        margin: auto;
        border: 16px black solid;
        border-top-width: 60px;
        border-bottom-width: 60px;
        border-radius: 60px 60px 50px 50px;
        padding: 0px;
      }

      .vistaPreviaAndroid:before{
        content: "";
        display: block;
        width: 45px;
        height: 5px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 10px;
      }
      .vistaPreviaAndroid:after{
        content: "";
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        left: 50%;
        bottom: -70px;
        transform: translate(-50%,-50%);
        background: #000;
        border-radius: 50%;
        border: 8px solid #fff
        
      }
      .vistaPreviaAndroid > div{
        position: absolute;
        width: 100%;
        max-height: 100%;
        border: none;
        overflow-y: auto;
        scrollbar-width: none;

        overflow-x: hidden;
        padding: 0px 10px;
      }

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

      .controlInput div {
        padding: 0px;
      }

      .controlInput label:not(.marginTextPlan) {
        margin-left: 5px; 
        vertical-align:middle!important
      }

      .controlInput input:not(input[type=text],input[type=number]),.bs-checkbox input{
        width: 20px;
        height: 20px;
        margin: 0px 6px 0px 0px;
        vertical-align:middle!important
      }
      
      .btnDeleteCampoPreview{
        border-radius: 5px;
        padding: 0px;
        margin: 0px !important;
        background: #FF2D2D;
        color: #fff;
        text-align: center;
        margin-bottom: 2px;
        cursor: pointer;
        min-width: 25px;
        height: 25px;
      }

      .noselecciontexto,#formAndroid div,#vistaPreviaAndroid div  {
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer */
        -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
        -webkit-user-select: none; /* Chrome, Safari, and Opera */
        -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
      }

      .botonesHeader{
        min-height: 80px;
      }

      .fondoWhite{
        background: #fff;
      }

      .controlContent{
        border-radius: 10px;
        padding: 10px;
        border:1px solid #ccc;
        margin-bottom: 10px;
        background: #fff;
      }

      .labelControlPreview{
        font-size: 11px;
        margin: 0px;
        padding: 0px;
      }

      .labelControlPreview label{
        border-radius: 10px;
        border: 1px solid #555555;
        text-align: center;
        min-width: 15px;
        min-height: 15px;
        max-width: 15px;
        max-height: 15px;
        line-height: 15px;
      }

      .relative{
        position: relative;
        margin-bottom: 5px;
      }
      .sugerencias{
        max-height: 300px;
        min-width: 100%;
        overflow: auto;
        overflow-x: hidden;
        position: absolute;
        background: #fff;
        z-index: 1;
        border-radius: 5px;
      }

      .sugerencias > div{
        padding: 10px 0px;
        border: 1px solid #ccc;
        padding-left: 5px;
      }

      .sugerencias > div:hover{
        background: #ccc;
      }

      .minHeigth20px{
        padding: 10px;
        min-height: 50px;
      }

  .contentDiseno{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0px;
    border-radius: 5px;
    position: relative;
    background: #fff;
  }

  .contentPrincipal:focus{
    border: 1px solid #a1a1a1;
  }

  .contentPrincipal{
    padding: 0px;
    padding-top: 26px;
    height: 100%;
    min-height: 100%;
    position: relative;
  }

  .contentPrincipalLeft {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
    list-style-type: none;
    margin: 0;
  }
  .contentPrincipal .ui-state-default {
    margin: 5px 0px 5px 0px;
    padding: 5px;
    font-size: 18px;
    width: 100%;
  }
  .nested-1 li{
    background: #fff;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .listItem{
      border-bottom: 1px solid #000;
      padding-bottom: 5px;
      background: #fff;
  }
  .numeroCabecera{
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    line-height: 23px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 25px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 0px;
}

.no-padding{
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.no-margin{
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.btnEditar{
    color: #0074D9;
    text-align: center;
    padding: 5px;
    display: table;
}
.btnEliminar{
    color: #FF0000;
    text-align: center;
    padding: 5px;
    display: table;
}
.btnEditar label{
    border-bottom: 1px solid #0074D9;
    min-width: 100px;
    cursor: pointer;
}
.btnEliminar label{
    border-bottom: 1px solid #FF0000;
    min-width: 100px;
    cursor: pointer;
}
.sortable-ghost{
  max-height: 50px;
  overflow: hidden;
}
.list-group-item{
  font-size: 18px;
}
.contentFormsPrev,.contentFormsList{
  width: 100%;
}
.contentFormsPrev select{
  margin-top: 10px;
}

.marginTextPlan{
  margin: 5px 0px;
}
.cboListForm{
  width: 100%;
}

.columnaFlex {
  display: flex;
  flex-direction: column;
  min-height: 100%; /* Ocupará al menos el 100% del row */
}

.contentPrincipal {
  position: relative;
  flex-grow: 1; /* Permite que los divs crezcan sin desbordarse */
  /*overflow: hidden; /* Evita el desbordamiento */
  min-height: 150px;
}

.textoHtml{
  left: 0px;
  height: 26px;
  position: absolute;
  max-width: 100%;
}

#contentTipoUserList{
  max-height: 300px;
  overflow-y: auto;
}

.negrilla{
  font-weight: bold;
}
.sinPadding > div:not(.cancelSinpadding),.sinPadding > label:not(.cancelSinpadding),.sinPadding > i:not(.cancelSinpadding){
  padding: 0px;
}
.list-group-item{

}
.mb-3{
  position: relative;
}
.contentCboListForm{
  margin-bottom: 5px;
}
.marginBottom25px{
  margin-bottom: 25px;
}
.marginBottom5px{
  margin-bottom: 5px;
}
.marginTopBottom{
  margin: 10px 0px;
}
.contentRegistrosMod{
  margin-top: 15px;
}
.containerAndroid,.tituloModulo{
  text-align: center;
  background: #fff;
}
.containerAndroid > div{
  min-height: 500px;
}

.tituloModulo > div,.containerAndroid > div{
  max-width: 700px;
  margin: auto;
  padding: 12px;
}
.imgTable{
  cursor: pointer;
  width: 100%;
}

.imgTable img{
  width: 20px;
  height: 20px;
}
.cerrarForm{
  margin: 12px 24px;
  border-radius: 10px;
  background: #FF2D2D;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#contentDivTitulo{
  min-height: 62px;
}

.miStiloButtonOk:disabled,.btnDeleteCampoPreview:disabled,.disabled {
  opacity: 0.5;
}

/*////////checkinterruptor///////////////*/
.myStyleswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
 
.miniSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

/* Ocultamos el checkbox html */
.myStyleswitch input {
  display:none;
}
 
.miniSwitch input {
  display:none;
}

/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.myStyleslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 
.miniSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* Pintamos la perilla de control o slider usando el selector before */
.myStyleslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.miniSlider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .myStyleslider {
  background-color: #6610f2;
}
 
input:checked + .miniSlider {
  background-color: #6610f2;
}

/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .myStyleslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .miniSlider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.myStyleslider.myStyleround {
  border-radius: 34px;
}
 
.myStyleslider.myStyleround:before {
  border-radius: 50%;
}

.miniSlider.myStyleround {
  border-radius: 34px;
}
 
.miniSlider.myStyleround:before {
  border-radius: 50%;
}

.marginAuto{
  margin:  10px auto 10px auto !important;
}

.minFont{
  font-size: 10px;
}

.imgBtn{
  max-width: auto;
  height: 34px;
}

.contentBodyRespuesta{
  background: #6610f2;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.leftMove{
  background: ccc;
  height: 100%;
  line-height: 100%;
  padding: 4px;
  cursor: move;
  margin-left: -5px;
  color: #fff;

}
.bg-whithe{
  background: #FFFFFF !important;
}

.bg-whithe.d-block{
  border-radius: 0px 10px 10px 0px !important;
}

th.rowspan-middle {
  vertical-align: middle !important;
}

#contentMapa{
  border-radius: 10px;
  width: 100%;
  height: 150px;
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */