/* Carga de las fuentes  begin font*/

@font-face {
    font-family: 'black';
    src: url('../fonts/Roboto-Black-webfont.eot');
    src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Black-webfont.woff') format('woff'),
         url('../fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'light';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'italic';
    src: url('../fonts/Roboto-Italic-webfont.eot');
    src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* end fonts */

/*colores*/
:root {
  --principal: #1a1347;
  --secundario:#72655d;
  --tercero:#2b4e8d;
}
/* loader */

/*#loader-wrapper{position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 500; background: #fff; z-index: 1000000000;}
.loader-content{position: absolute; text-align: center; width: 100%; left: 0; top: 50%; margin-top: -80px;}
.loader-content .title{font-family: 'black'; text-align: center; font-size: 30px; line-height: 30px; color: #232c3b;}*/



/* end loader */


body{
    font-family: 'regular';
}
.bg-light-blue{
    background-color: #38a9f6;
}
.text-light-blue{
    color: #38a9f6;
}

/* end cofig*/

/* editar sliders  begin slide */

.background-slide{
    height: 477px !important;
    background-size: cover;
    background-position: center;
}
.carousel{
    margin-bottom:2rem;
}
.carousel-indicators [data-bs-target] {
    background-color:transparent;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid white;
    }
.carousel-indicators [data-bs-target]{
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    border: 2px solid var(--principal) !important;
}
.carousel-indicators .active .dot{
    margin: auto;
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

/*.carousel-control-prev-icon{
    
    border: 2px solid white !important;
    border-top-left-radius: 20px ;
    color: grey;
    font-size: 14px;
    padding: 20px;
    border-bottom-right-radius: 20px ;
    background-color: var(--secundario);
}
.carousel-control-next-icon{
    
    border: 2px solid white !important;
    border-top-left-radius: 20px ;
    color: grey;
    font-size: 14px;
    padding: 20px;
    border-bottom-right-radius: 20px ;
    background-color: var(--secundario);
}*/

/* end slide */

.carousel-caption{
    bottom: 4rem;
    max-width: 800px;
    margin: auto;
}


.title {
    position: relative;
    font-size: 25px;
    line-height: 31px;
    color: #242434;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d0d8de;
}
.title::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 36px;
    width: 39px;
    height: 3px;
    background: #d80050;
}

.img-border{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.background-img-main{
    background: no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-last-letter{
    line-height: 0;
    padding: 0;
    margin: 0;
}
.title-last-letter::after{
    content: attr(data-end) ;
    color: #38a9f6;
    
}
.subtitle{
    font-family: 'light';
}
.text-ultra-light{
    font-family: 'light';
    text-align: justify;
}

/* radio button */

  
  .radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .radio-toolbar label {
      padding: 6px 15px;
      width: 100%;
  }
  
  .radio-toolbar label:hover {
    background-color: #eeeeee;
    cursor: pointer;
  }
  
  .radio-toolbar input[type="radio"]:focus + label {
      border: 2px dashed #444;
  }
  
  .radio-toolbar input[type="radio"]:checked + label {
      background-color: #0d6efd;
      color:white;
  }

  /* Menu */

  .fs-menu{
    font-size: 0.85rem !important;
  }
  
  

  /*.img-border-sm{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}*/
  
/* input file */

.file-select {
    position: relative;
    display: inline-block;
    border-radius: 5px;
}
.file-select i{
    position: absolute;
    right: calc(50% + 30px);
    top: 0;
    bottom: 0;
    color: white;
    padding-top: 1px;
    font-size: 24px;
}
  
.file-select::before {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    content: 'Tomar foto'; /* testo por defecto */
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    bottom: 0;
    
}
  
.file-select input[type="file"] {
    opacity: 0;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}
  
/* sticky-sm */
@media (min-width: 576px){
    .sticky-sm-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 100px !important;
        z-index: 1020 !important;
    }

}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: white;
    box-shadow: none !important;
}
.accordion-button:hover{
    color: var(--principal);
}

.table>:not(caption)>*>* {
    padding: 0;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0.5px;
    box-shadow: none;
}

.fs-7{
    font-size: 0.7rem;
}
  
.radio-toolbar{
    max-height: calc(100vh - 170px) !important;
    overflow:auto;
}

[type=file] {
  /*height: 0;*/
  /*display: none;*/
  /*overflow: hidden;*/
  /*width: 0;*/
}

[type=file] + label {
  border: 1px dashed silver;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0.478rem;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
[type=file] + label:hover {
  background-color: #f7f7f7;
}

.btn-xs-rounded{
    padding: 0.2;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background-color: tomato;
    z-index: 99999;
}

.btn-xs-rounded:hover{
    background-color: red;
}

.btn-xs-rounded i{
    font-size: 14px;
    color: white;
} 

.fondo-icono{
    font-size: 15vw;
    color: #d0d8de;
}
.section-title {
    padding-left: 35px;
    position: relative;
    margin-bottom: 2rem;
}
.section-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background-color: var(--tercero);
    /* background-color: #fab702; */
}
.section-title h2 {
    font-size: 36px;
    color: var(--principal);
    text-transform: uppercase;
}
.section-title h3 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.section-title2 {
    padding-left: 35px;
    position: relative;
    margin-bottom: 2rem;
    color:var(--secundario);
}
.section-title2:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background-color: var(--secundario);
    /* background-color: #fab702; */
}
.logo{
    max-width:170px;
}

.navbar-light .navbar-nav .nav-link{
    color: var(--secundario);
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--principal);
}
/*.container-xl{
    max-width:92%;
}*/
.bg-btn1 {
    box-shadow: 3px 3px;
    background-color: var(--principal);
    --bs-bg-opacity: 1;
}
.img-style1{
    max-width: 95%;
    margin: 0.5rem;
    box-shadow: 5px 5px 20px 3px #aeaeae;
    border: solid white 1rem;
}

.heading.head-tr {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sticky, .sticky.head-tr {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #F1F1EE none repeat scroll 0 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/*slider*/
.btn-secondary {
  background: #fab702;
  color: #fff;
  border: 0;
}

.btn-secondary:hover {
  background: #0d1c33;
  color: #fff;
}
.text-theme-colored2 {
    color: #08398C !important;
    /* color: #4A9C10 !important; */
    /* color: #fab702 !important; */
}
.btn-default.btn-theme-colored2 {
  color: #fff;
  font-weight: 600;
  background-color: #0d1c33;
  border-color: #fff;
  font-size: 16px;
  padding: 13px 32px;
  margin-top: .8rem;
  margin-right: 1rem;
  line-height: 1.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-default.btn-theme-colored2:hover {
  background: var(--secundario);
  color: #fff;
  border-color: #fff;
}

.btn-dark.btn-theme-colored {
  color: var(--principal);
  background-color: #fff;
  /*background-color: #fab702;*/
  border-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 32px;
  margin-top: .8rem;
  line-height: 1.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-dark.btn-theme-colored:hover {
  background: #0d1c33;
  color: #fff;
  border-color: #fff;
}
.project .btn.btn-pro {
  background: var(--principal);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  border: 1px solid #fff;
  margin-bottom: 5px;
  /*margin-right: 18rem;*/
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.servicios .btn.btn-pro:hover {
  background: #0d1c33;
  color: #fff;
  border: 1px solid #fff;
}
section.servicios {
  background: #0d1c33;
  background-size: cover;
  color: #fff;
}
/*imagenes*/
.item-servicio{
    width:100%;
}
/*footer*/
.footer_limahercilla{
    background: var(--tercero);
    color: #fff;
    padding: 6rem 0;
}
.footer_limahercilla img {
    width: 190px;
    height: auto;
    margin-bottom: 1.6rem;
}
.footer_limahercilla .contactus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_limahercilla{
    font-size:14px;
}
.footer_limahercilla .contactus .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 0.6rem; */
}
.footer_limahercilla .contactus .info p {
    margin: 0px;
    font-size: .9rem;
    color: #fff;
    margin-left: 1rem;
    line-height: 1.1;
    font-weight: 300;
}
.footer_limahercilla .contactus ul li {
    margin-bottom: 1.1rem;
}
.second-footer {
    padding: 1.5rem 0;
    background: #0d1c33;
    color: #fff;
}
.second-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
}
.second-footer .netsocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.second-footer .netsocials a .bi {
    background: transparent;
    color: #fab702;
}

.second-footer .netsocials a .bi {
    font-size: 1rem;
    text-align: center;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/*---SUB-MENU---*/
.dropdown-item{
    color:white;
    font-weight: bold;
}
.dropdown-item:hover{
    background:none;
    color:var(--principal);
}
.navbar-nav li {
  padding-bottom: 10px;
  position: relative;
  animation: 2s slideUp ease forwards .5s;
  /*text-transform: uppercase;
  transform: translateY(200px);
  opacity: 0;
  
  position: relative;*/
}
.navbar-nav li ul li{
    padding-bottom: 0px;
}
.navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  left: 0;
  bottom: 10px;
  background: var(--principal); 
  transition: all .5s ease;
}

.navbar-nav .nav-item:hover:before {
      width: 100%;
}
/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    background: #4a9c10;
    border-radius: 10px;
    color: white;
}*/
.navbar-expand-xl .navbar-nav .dropdown-menu{
    background:#226eb9e6;
}
/*----- HOVER-EFFECT -----*/
.project .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project .project-inner {
  position: relative;
  overflow: hidden;
}

.project .project-head {
  position: relative;
  text-align: center;
  margin:15%;
}

.project .project-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 33;
  background: #032f6d94;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project .project-single:hover .project-head:before {
  opacity: 0.8;
}

.project .project-head img {
  width: 100%;
  z-index: 2;
}

.project .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px;
}

.project .project-bottom h4 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.project .project-single:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}

.project .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}

.project .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.project .button {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: var(--principal);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  padding: 8px 55px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project .project-single:hover .button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.project .button .btn {
  display: inline-block;
  color: var(--principal);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-right: 22px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  z-index: 99;
}

.project .button .btn:hover {
  color: var(--secundario);
}

.project .button .btn:last-child {
  margin: 0;
}

.project .load-button {
  margin-top: 50px;
}

.project .load-button .btn {
  padding: 14px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.project .load-button .btn:hover {
  background: #353535;
}

.project .button .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fab702;
}

.project .button .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #fab702;
}

.project .no-gutters {
  padding: 0px !important;
}

/*multicarrusel*/

.serv{
    padding: 0 1.5rem;
}
.owl-prev ,.owl-next{
    width: 3rem;
    border-radius: 100%;
    text-align: center;
}
/*.owl-prev i,.owl-next i{
    
}*/
.owl-nav [class*=owl-] i {
   font-size:2rem;
}
.owl-nav [class*=owl-] {
    opacity: 1;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.owl-nav [class*=owl-] {
    color: #FFF;
    /*margin: 5px;
    padding: 4px 7px;*/
    background: var(--principal);
    opacity: 0.25;
    display: inline-block;
    cursor: pointer;
    border-radius: 90%;
}
.owl-prev {
    left: -25px;
}
.owl-next {
    right: -25px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    color: #e53935;
}
.container-serv{
    max-width:1240px;
}
/*-----------------------------------*/
/*------ 39. PRELOADER ------*/
/*-----------------------------------*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  background: #FFF;
  bottom: 0;
  left: 0;
  /*position: fixed;*/
  z-index: 9999;
}

#status,
.status-mes {
    position: absolute;
}

.loadeAnim1,
.loadeAnim2,
.loadeAnim3 {
    position: absolute;
    border-radius: 100%;
    border: 10px solid transparent;
}
.loadeAnim1 {
    width: 150px;
    height: 150px;
    border-top: 10px solid var(--principal);
    border-bottom: 10px solid var(--principal);
    top: 0px;
    left: 25px;
    animation: leftToRight 2s linear infinite;
}
.loadeAnim2 {
    width: 130px;
    height: 130px;
    border: 10px solid red;
    top: 10px;
    left: 35px;
}
.loadeAnim3 {
    width: 110px;
    height: 110px;
    border: var(--secundario) 5px dotted;
    /*border-right: 10px solid var(--secundario);
    border-left: 10px solid var(--secundario);*/
    top: 20px;
    left: 45px;
    animation: topToBottom 2s linear infinite;
}
@keyframes leftToRight {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes topToBottom {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}
/*whatssap*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}
.bi-whatsapp{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*cabecera*/
.bg-header{
   background: #0d1c339c;
   
}
.header_subtitulo{
    font-size: 2rem;
    color:white;
    font-weight: bold;
    text-transform:uppercase;
}
.header_titulo{
    font-size: 4rem;
    color:#a1a1a1;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing: 0px;
    text-align: inherit;
    line-height: 50px
}
@media (max-width: 576px){
    .header_subtitulo{
        font-size: 1.3rem;
    }
    .header_titulo{
        font-size: 2.6rem;
    }
    .box-contact{
        margin-top:1rem;
    }
}

.navbar-light .navbar-toggler{
    /*background:#4a9c106b;*/
}
/*contactos*/

.box-contact{
    box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 20%);
    border-radius: 2px;
    padding: 2rem;
    background:white;
    /*margin-top: -12rem;*/
}

.contact h4{
    color: var(--tercero);
    padding-bottom: 15px;
}
.contact h6{
    color: var(--secundario);
}
.contact i{
    color:var(--secundario);
    font-size:1.5rem;
    margin-right: 1rem;
}
.bg-violeta{
      background-color: #7c76b5 !important;
 }
  .icon-img{
    border: double #fafafa 5px;
    background: #4a9c10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
  }
.tit_contact{
    align-items: end;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: var(--tercero);
}
.content_contact{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.btn-form{
        color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    float: right;
    min-width: 200px;
    background: var(--principal);
}
/*css contratos*/
.tipo_busqueda{
    padding: 1.5rem;
    border: 2px solid #0d1c337d;
    border-radius: 10px;
}
legend{
    font-size: 1rem;
    font-weight: bold;
    margin-top: -1.5rem;
}
.tipo_busqueda fieldset label{
    margin-right: 0.25rem;
}
.busqueda{
    margin-top:1.5rem;
    padding: 0 1rem;
    border: 2px solid #0d1c337d;
    border-radius: 10px;
}
.btn_numero{
    border: solid var(--tercero) 1.5px;
    border-radius: 8px;
    margin: 0 5px;
    font-weight: bold;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.btn_prim{
    color:var(--tercero);
    border: solid var(--tercero) 1.5px;
}
.btn_prim:hover,.btn_prim_bg:hover{
    background:var(--principal);
    color:white;
}
.btn_prim_bg{
    color:white;
    background:var(--tercero);
}
/*listados de consultas*/
.tabla_principal{
    border: 2px solid var(--secundario);
    /*border-radius: 10px 10px 0 0;*/
    font-size: 14px;
}
.tit_tabla{
    background:var(--secundario);
    /*border-radius: 5px 5px 0 0;*/
    color:white;
    padding: 0.5rem 1rem;
}
.marca_agua{
    filter: brightness(0.75);
    opacity: 0.35;
    width: 45%;
}
.tabla_inf{
    width:100%;
}
.alineacion_centro{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont_tabla{
    min-height: 400px;
}
@media (max-width: 576px){
    .cont_tabla{
        min-height: auto;
    }
}
/*modal*/
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.modal_text{
    position: relative;
    display: flex;
    margin-top: -57%;
    height: 120px;
    color: white;
    font-size: calc(0.7em + 1vw);
    float: right;
    padding-right: calc(1em + 2vw)
}
/*@media (max-width: 376px){
    .modal_text{
        font-size: calc(0.7em + 1vw);
    }
}
@media (max-width: 576px){
    .modal_text{
        font-size: calc(0.9em + 0.5vw);
    }
}
@media (min-width: 1490px){
    .modal_text{
        font-size: calc(0.6em + 1vw);
    }
}*/
@media screen and (min-width: 2100px){
     .modal_text{
        font-size: calc(1em + 0.25vw);
    }
}
@media screen and (min-width: 1900px) and (max-width: 2099px){
     .modal_text{
        font-size: calc(1em + 0.35vw);
    }
}
@media screen and (min-width: 1551px) and (max-width: 1899px){
     .modal_text{
        font-size: calc(1em + 0.45vw);
    }
}
@media screen and (min-width: 1351px) and (max-width: 1550px) {
     .modal_text{
        font-size: calc(1em + 0.55vw);
    }
}
@media screen and (min-width: 1280px) and (max-width: 1350px) {
     .modal_text{
        font-size: calc(1em + 0.65vw);
    }
}
@media screen and (min-width: 941px) and (max-device-width: 1200px) {
     .modal_text{
        font-size: calc(1em + 0.7vw);
        padding-right: calc(1em + 4vw);
    }
}
@media screen and (min-width: 901px) and (max-device-width: 940px) {
     .modal_text{
        font-size: calc(1em + 0.7vw);
        padding-right: calc(1em + 7vw);
    }
}
@media screen and (min-device-width: 769px) and (max-device-width: 900px) { 
    .modal_text{
        font-size: calc(1em + 0.6vw);
        padding-right: calc(1em + 9vw);
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    .modal_text{
        font-size: calc(1em + 0.55vw);
        padding-right: calc(1em + 7.5vw);
    }
}

@media only screen and (max-device-width: 480px) {
    .modal_text{
        font-size: calc(0.9em + 0.35vw);
        padding-right: calc(1em + 4vw);
    }
}

/*nosotros*/
.owl-nav [class*=owl-] span{
    font-size:2rem;
}
.owl-prev span,.owl-next span{
    width: 3rem;
    border-radius: 100%;
    text-align: center;
}
.owl-nav [class*=owl-] #pre,.owl-nav [class*=owl-] #nex{
    opacity: 1;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: none;
    color: #FFF;
    margin: 5px;
    /*padding: 4px 7px;*/
    background: var(--principal);
    opacity: 0.5;
    display: inline-block;
    cursor: pointer;
    border-radius: 90%;
}
.owl-prev {
    left: -25px;
}
.owl-next {
    right: -25px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    color: #e53935;
}
.box_team{
    box-shadow: 0px 0px 10px 1px #c7c7c7;
}

.img-contact{
    height: auto;
    max-width: 120px;
    margin:0 5px;
}
.nombre-contact{
    font-size: calc(1em + 0.1vw); 
    font-weight: 600;
}
.owl-carousel .item {
    max-width: 390px;
    float:left;
}



.btn-solicitar {
    background: var(--principal);
    color: #fff;
    border: 0;
    border-radius:50px;
    font-size: 13px;
}
.btn-solicitar:hover {
    background: var(--secundario);
    color: #fff;
    border: 0;
}
.subcat_serv{
    min-height: 60px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.carousel-item .btn-solicitar{
    background: var(--principal);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    border: 1px solid #fff;
    margin-bottom: 5px;
    /* margin-right: 18rem; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.title_service {
    padding-left: 35px;
    position: relative;
    margin-top: 2rem;
}
.title_service:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background-color: #4a9c10;
    /* background-color: #fab702; */
}
.title_service h2 {
    font-size: 1.5em;
    color: var(--principal);
    text-transform: uppercase;
}
.title_service h3 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.container {
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }
            @media (min-width: 768px) {
                .container {
                    width: 750px;
                }
            }
            @media (min-width: 992px) {
                .container {
                    width: 970px;
                }
			}
			@media (min-width: 1200px) {
                .container {
                    width: 1200px;
                }
            }



		@media (max-width: 767px) {
			.featureContainer .carousel-inner .carousel-item > div {
				display: none;
			}
			.featureContainer .carousel-inner .carousel-item > div:first-child {
				display: block;
			}
		}

		.featureContainer .carousel-inner .carousel-item.active,
		.featureContainer .carousel-inner .carousel-item-next,
		.featureContainer .carousel-inner .carousel-item-prev {
			display: flex;
		}

		/* medium and up screens */
		@media (min-width: 768px) {
			.featureContainer .carousel-inner .carousel-item-end.active,
			.featureContainer .carousel-inner .carousel-item-next {
				transform: translateX(25%);
			}
			
			.featureContainer .carousel-inner .carousel-item-start.active, 
			.featureContainer .carousel-inner .carousel-item-prev {
				transform: translateX(-25%);
			}
			.featureContainer .card img{
				width: 90%;
				height: auto;
			}
			.featureContainer .carousel-item{
			    text-align:center;
				justify-content: space-evenly;
			}
		}
		@media (max-width: 767px) {
			.featureContainer .card img{
				width: 95%;
				height: auto;
			}
		}
		.featureContainer .carousel-inner .carousel-item-end,
		.featureContainer .carousel-inner .carousel-item-start { 
		transform: translateX(0);
		/*transition:2s;*/
		}
		.featureContainer .card{
			border: 0;
		}
		.featureContainer .card{
		        box-shadow: 0 0 10px 2px #e9e9e9;
                margin: auto 5px;
                position: relative;
                margin-top: 15px;
                margin-bottom: 15px;
                padding: 15px;
		}
		.featureContainer .card .card-img-overlays{
		    position:relative;
			/*position: absolute;
			bottom: 15%;
			left: 10%;
			color: #fff;*/
			font-weight: bolder;
		}
		.featureContainer a{
			text-decoration: none;
		}
		.featureContainer .indicator{
			border: 1px solid var(--secundario);
			color:var(--secundario);
			padding: 3px 6px 3px 6px;
		}
		.featureContainer .indicator:hover{
			background-color: var(--secundario);
			border: 1px solid var(--principal);
			color: white;
			transition: 200ms;
		}
		.featureContainer .indicator {
			color: var(--secundario);
		}
		.featureContainer .float-end{
			padding-top: 10px;
			padding-bottom:10px;
		}

.section-title h2{
	font-size: calc(1em + 1vw);
    text-align: left;
}
.section-title h3{
    font-size: calc(0.8em + 1vw);
    text-align: left;
}
.img-sub-doc{
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    height: 10rem;
}
		
.section_indicadores{
    display: flex;
    align-items: end;
    align-content: end;
    padding-left: 6%;
}

.nom_pers{
    min-height: 38px;
    display:flex;
    justify-content: center;
    align-items: center;
}

/*sidebar*/
.sidebar_servicios{
    background: #f1f1ee;
    padding-bottom: 10px;
    border-radius:10px;
    padding-top: 10px;
}
.tit_sidebar{
    color: var(--secundario);
    letter-spacing: 0.2px; 
}
.accordion-item, .accordion-button{
    background:transparent;
}
.btn-primary{
    background:var(--secundario);
    border:none;
}
/*detalle_kardex*/
.bg-th{
    background:var(--secundario);
    opacity:0.65;
}
.tbl_detalles_contrato th{
    padding: 3px 5px;
}
.tit_general_detalles_contrato{
    background: #002a72;
    padding: 1%;
    color: white;
    border-radius: 10px 10px 0 0;
}
.btn-primary:hover{
    background:var(--principal);
}
/*testimonios y copias simples*/
.sidebar_testimonios{
    /*background: #0d1c3324;*/
    padding-bottom: 10px;
    padding-top: 10px;
}
.form-solicitud, .form-solicitud .form-select, .form-solicitud .input-group>.form-control,.form-solicitud .input-group>.form-select{
    font-size:0.9rem;
}
.tbl_consultas{
    border: solid #f1f1ee;
    border-radius:5px;
}
.formas_pago{
    border: solid 1px var(--tercero);
}
.resultados_consulta{
    border: solid 1px var(--tercero);
}
.sidebar_testimonios label, .sidebar_testimonios input, .sidebar_testimonios select,  .sidebar_testimonios .row label{
    font-family: 'Sofia Sans', sans-serif;
}
/*servicios en linea*/
.border-slinea{
    padding: 0.5rem;
    box-shadow: 0px 0px 15px 5px #f2f2f2;
    /*border: 2px solid #0d1c337d;*/
    border-radius: 10px;
}
.tit-slinea{
    padding: 0 1rem;
    background:white;
    font-size:2rem;
    color:var(--secundario);
}
.txt-tit-slinea{
    color:var(--tercero);
    opacity:0.85;
    font-size:1.8rem;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: var(--tercero);
}
.box_nosotros1{
    min-height: 400px;
    padding: 10% 10% 10% 25%;
    background: #0d1d59c4;
    color: white;
}
.box_nosotros2{
   min-height: 400px;
   padding: 10% 25% 10% 10%;
    background: #58c7ff80;
    color: white;
}
.box_nosotros1 h3 i,.box_nosotros2 h3 i{
    line-height: 1.5;
    font-size: 2.5rem;
}
.fondo-imagenes{
    padding: 0;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767px){
  .box_nosotros1,.box_nosotros2{
    padding: 5% 12%;
    min-height: 350px;
}  
}
.color_white{
    color:white;
}
.top-info{
    list-style: none;
    display: flex;

}
ul.top-info li {
		display: inline;
	}
.nav-top{
   background:var(--principal); 
   padding: 0.25rem;
}
.nav-top a{
    text-decoration:none;
}
.nav-top a:hover{
    color:white;
}
/*top-header*/
.nav-top div{
   font-size:0.9rem; 
   
}
@media (max-width: 767px){
  .nav-top div{
   font-size:0.8rem;
   text-align:center;
}
}


.loader
{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100px;
    height: 100px;
    animation: animate 1s linear infinite;
}
.loader span
{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f00;
    animation: rotate 1s linear infinite;
}
.loader span:nth-child(1)
{
    top: 0;
    left: 0;
    background: var(--secundario);
}
.loader span:nth-child(2)
{
    top: 0;
    right: 0;
    background: var(--principal);
}
.loader span:nth-child(3)
{
    bottom: 0;
    left: 0;
    background: var(--principal);
}
.loader span:nth-child(4)
{
    bottom: 0;
    right: 0;
    background: var(--secundario);
}
@keyframes animate
{
    0%
    {
        width: 50px;
        height: 50px;
    }
    10%
    {
        width: 50px;
        height: 50px;
    }
    50%
    {
        width: 70px;
        height: 70px;
    }
    90%
    {
        width: 50px;
        height: 50px;
    }
    100%
    {
        width: 50px;
        height: 50px;
    }
}

@keyframes rotate
{
    0%
    {
        transform: rotate(0deg);
    }
    10%
    {
        transform: rotate(0deg);
    }
    60%
    {
        transform: rotate(90deg);
    }
    90%
    {
        transform: rotate(90deg);
    }
    100%
    {
        transform: rotate(90deg);
    }
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/* === HEADING STYLE === */
.three h1 {
  color:var(--principal);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 8px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--secundario);
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: var(--secundario);
}
.eleven h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50%;
  left:50%; margin-left:-25%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:var(--principal);
  font-weight:400; z-index: 5;
  display:block;
  background-color:white;
}
.eleven h1 span {
  line-height:2em; padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.btn-tramite{
    background: linear-gradient(45deg, rgb(26, 19, 71), rgb(26, 115, 232));
    padding: 2.5px!important;
    border-radius: 10px;
    color: white;
}
.btn-tramite2{
    padding: 10px 20px;
    border: solid white 1px;
    border-radius: 10px;
}
.btn-tramite:hover{
    background: linear-gradient(45deg,rgb(26, 115, 232),rgb(26, 19, 71));
    border:1.5px white;
    border-style: double;
    color: white;
}
.btn-tramite .btn-tramite2:hover{
    border: none;
}
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px 10px 15px;
  /*max-width: 235px;*/
    font-size: 12px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 40px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.tabset {
 /* max-width: 65em;*/
 text-align: center;
}
.input-cuadrado{
    margin-left: 5px;
    margin-right: 10px;
    width:20px;
    height:20px;
    border-radius:3px;
}
@media (max-width: 916px){
.navbar{
    max-height: calc(100vh - 60px) !important;
    overflow: auto;
}}
#buscar_kardex .form-control:focus{
    background:var(--principal);
}