/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  /*font-family: Karla;*/
  /*font-weight: 700;*/
  color: #4d4643;
  background-color: #f7f7f7;
}

a {
  color: #1bbd36;
}

a:hover {
  color: #2ae149;
  text-decoration: none;
}

.form-control:focus{
  border: 1.7px solid #01a985;
  box-shadow: none !important;
}

.oculto{
  display: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  right: 20px;
  bottom: 20px;
  background: #3f3f51;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 30px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.back-to-top:hover {
  color: #fff;
  background: #353647;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /*padding: 15px 0;*/
  padding: 20px 0px 20px 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  /*min-height: 55px;*/
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #1bbd36;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Pagina top
--------------------------------------------------------------*/
.page-top-bar, .page-top-bar a {
  /*font-family: Karla;*/
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: 16px;
}

.page-top-bar {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #3f3f51;
  color: #ffffff;
}

.page-top-bar {
  z-index: 99999;
}

.top-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-top-bar ul {
  z-index: 9999;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-top-bar ul li a:hover{
  color: #01a870;
}

.top-bar-info .info-item {
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}

.top-bar-info .info-icon {
  color: #01a870;
}

.top-bar-info .info-icon {
  font-size: 18px;
  margin-right: 2px;
  vertical-align: middle;
}

.top-bar-wrap.top-bar-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-top-bar a {
  color: #ffffff;
}

.page-top-bar, .page-top-bar a {
  /*font-family: Karla;*/
  /*font-weight: 400;*/
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: 16px;
}

.top-bar-social-network a {
  line-height: 1;
  display: inline-block;
}

.top-bar-social-network a:hover {
  color: #01a870;
}

.top-bar-social-network a + a {
  margin-left: 15px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #182141;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  /*font-family: 'Roboto', sans-serif;*/
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  border-bottom: 2px solid #78d2bd;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 150%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #878c9b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background-color: #01a870
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  overflow-y: auto;
  background: #3f3f51;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #01a985;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #3f3f51;
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
  color: #000;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.nav-menu ul .drop-down ul{
  /*background: #3f3f51;*/
  background-color: #f2f2f2;

}

/*--------------------------------------------------------------
# Tab Lateral
--------------------------------------------------------------*/

#v-pills-tab .nav-link{
  /*color: #00a983;*/
  color: #3F3F51;
  font-size: 13px;
  line-height: 2;
}

#v-pills-tab .nav-link.active{
  background-color: #F5F5F5;
  font-weight: 700;
  color: #3F3F51;
}

/*--------------------------------------------------------------
# End Tab Lateral
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 9rem;
}

#hero .carousel-content {
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-radius: 15px;
}

#hero .carousel-content h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

#hero .btn-get-started {
  /*font-family: "Roboto", sans-serif;*/
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1bbd36;
}

#hero .btn-get-started:hover {
  background: #1bbd36;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #1bbd36;
}


/*FORM SEARCH*/

#form-search .search-input{
  border: none;
  background-color: #ffffff2c!important;
  color: #fff!important;
  padding: 1.5rem 1rem;
}

#form-search .search-input::placeholder{
  text-align: left!important;
  color: #ffffffa6;
}

#form-search .line-vertical{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 30px;
  background-color: #ffffff6e;
}

#form-search .input-btn-search{
  display: flex;
  position: absolute;
  width: 8rem;
  right: 0px;
  top: 5px;
  background: transparent;
  align-items: center;
  border: none;
}

#form-search .search-btn{
  border: none;
  padding: .5rem 1rem!important;
  background: linear-gradient(91.14deg, #01A985 0.75%, #79FFE2 198.58%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2rem;
}

#form-search .search-btn:hover,
#form-search .search-btn-phone:hover{
  background: #3f3f51;
}

.enter-btn{
  border: solid 1px white;
  border-radius: 2rem;
  width: auto;
  background-color: transparent;
  padding: .5rem .5rem;
  color: #fff;
}

.advertise-btn{
  display: flex;
  align-items: center;
  width: auto;
  background-color: transparent;
  padding: .5rem .5rem;
  color: #fff;
}

/*FORM SEARCH NAV BAR*/
#form-search .search-input-navbar{
  border: none;
  background-color: #ffffff2c!important;
  color: #fff!important;
  padding: 1rem 1rem;
}

#form-search .search-input-navbar::placeholder{
  text-align: left!important;
  color: #ffffffa6;
}

#form-search .line-vertical-navbar{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 38px;
  background-color: #ffffff6e;
}

#form-search .input-btn-search-navbar{
  display: flex;
  position: absolute;
  width: 8rem;
  height: 3rem;
  right: -12px;
  top: -5px;
  background: transparent;
  border: none;
}

.enter-btn-navbar{
  border: none;
  border-radius: 2rem;
  width: auto;
  height: 2rem;
  background: linear-gradient(91.14deg, #01A985 0.75%, #79FFE2 198.58%);
  padding: 5px;
  color: #fff;
}

.enter-btn-navbar:hover{
  color: #fff!important;
}

.advertise-btn-navbar{
  display: flex;
  align-items: center;
  height: 2rem;
  background-color: transparent;
  padding: 5px;
  color: #fff;
}

.advertise-btn-navbar:hover{
  color: #fff!important;
}

.btn-phone-navbar {
  display: none;
}

.btn-desk-navbar {
  display: flex;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1bbd36;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.content-item h5{
  color: #01a985 !important;
}

.content-item .content-text p{
  color: #000 !important;
}

.content-item div a{
  font-size: 13px;
}

.content-item div a:hover{
  color: #01a985;
}

.content-item div button picture img{
  /*width: 65px;*/
  object-fit: cover;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#login{
  padding-top: 10rem;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#login .content-login{
  background: #ffffff2c;
  padding: 10px;
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-radius: 15px;
  width: 26rem;
}

#form-login form div input{
  min-height: 40px;
}

#form-login .user-input{
  border-radius: 30px 30px 30px 30px;
  padding: .5rem 1rem!important;
  color: white!important;
  background-color: transparent!important;
}

#form-login .user-input:focus{
  border: 1.7px solid white;
  box-shadow: none !important;
}

#form-login .password-input{
  border-radius: 30px 30px 30px 30px;
  padding: .475rem 1rem!important;
  color: white!important;
  background-color: transparent!important;
}

#form-login .password-input:focus{
  border: 1.7px solid white;
  box-shadow: none !important;
}

#form-login .recovery-password{
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.login-btn{
  border: none;
  background: linear-gradient(91.14deg, #01A985 0.75%, #79FFE2 198.58%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2rem;
  padding: 10px 20px 10px 20px;
}

.login-btn{
  color: inherit !important;
}

.search-back-btn{
  border: solid 1px white;
  border-radius: 2rem;
  width: auto;
  background-color: transparent;
  padding: .5rem 1rem;
  color: #fff;
}

#form-login .user-input::placeholder{
  text-align: left;
  color: #ffffffa6;
}

#form-login .password-input::placeholder{
  text-align: left;
  color: #ffffffa6;
}

/*--------------------------------------------------------------
# Search Section
--------------------------------------------------------------*/
.search-margen {
  padding: 1rem;
  border: none;
  background: transparent;
}

.search-item{
  height: 100%;
  padding: 1rem; 
  background: #FFFFFF; 
  border-radius: 1rem;
}

.search-item .search-img{
  width: 100%;
  height: 6rem;
  object-fit: cover;
  background-repeat: no-repeat;
  background-color: #c4c4c4;
  border-radius: 15px;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-item .search-nit{
  font-size: .8rem;
  color: #0E1220;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-item .link-web{
  font-size: 14px;
  color: grey;
}

.search-item .link-whatsapp{
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 2px !important;
  font-weight: 400;
}

.search-item .ico-whatsapp{
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  right: 0px;
  bottom: 3px;
  background: #01a985;
  color: #fff;
  font-size: x-large;
}

.search-item .ico-whatsapp svg {
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 7px;
}

.search-item .ico-whatsapp i {
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 7px;
}

.search-item .descripcion .txt{
  background: rgb(1, 169, 133);
  padding-left: 10px;
  margin-bottom: 1px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.search-item .descripcion .tx{
  color: rgb(1, 169, 133);
  font-size: 14px;
  font-weight: 600;
}

.search-item .descripcion h3{
  color: #000;
  font-weight: 600;
}

.search-item .descripcion .leyenda{
  font-size: 14px;
  text-align: justify;
}

.search-item .btn-phone{
  background-color: #01a985;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px;
}

.search-item .btn-message{
  background-color: #3f3f51;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 15px;
}

.search-item .icon-check {
  height: 1.5rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: .3rem;
  color: #01A985;
  border-radius: 2rem;
  background: #01A98526;
}

.search-item .icon-warning {
  height: 1.5rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: .3rem;
  color: #FFB800;
  border-radius: 2rem;
  background: #FFB80026;
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register{
  width: 100%;
  height: 140vh;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#register .content-register{
  /*background: rgba(4, 4, 4, 0.534);*/
  background-color: #f1f1f1;
  padding: 50px;
  color: #888888 !important;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-radius: 15px;
  top: 15%;
  bottom: 50%;

  font-family: sans-serif;
  font-size: 15px;
  /*font-weight: 500;*/
}

#form-register form{
  font-size: 13px;
  font-weight: 600;
}

#form-register form div input{
  min-height: 45px;
}

#form-register .user-input{
  border-radius: 8px 8px 8px 8px;
  border-color: #6d6b7a;
}

#form-register .password-input{
  border-radius: 8px 8px 8px 8px;
  border-color: #6d6b7a;
}

#form-register .user-input:focus{
  border-color: #01a985;
}

#form-register .password-input:focus{
  border-color: #01a985;
}

#form-register .register-btn{
  background-color: #01a985;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px 30px 30px 30px;
  padding: 12px;
}

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 28px;
  /*color: #111;*/
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01a985;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.8;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #01a985;
}

/*item-olw*/
#clients .container .owl-carousel .item-olw:hover{
  border-color: #fff;
  box-shadow: 0px 0 45px 0 rgba(0, 0, 0, 0.08);
}

#clients .container .owl-carousel .item-olw div p{
  font-size: 12px;
  margin: 0rem;
}

#clients .container .owl-carousel .item-olw picture img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/*--------------------------------------------------------------
# User Details
--------------------------------------------------------------*/

.item-details{
  padding: 1rem; 
  background: #FFFFFF; 
  border-radius: 1rem;
}

.item-details .icon-check{
  height: 1.5rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: .3rem;
  color: #01A985;
  border-radius: 2rem;
  background: #01A98526;
}

.item-details .icon-warning{
  height: 1.5rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: .3rem;
  color: #FFB800;
  border-radius: 2rem;
  background: #FFB80026;
}

.download-btn{
  background-color: #01A985;
  max-height: 2.5rem;
  color: #FFFFFF!important;
  text-decoration: none;
  border-radius: 2rem;
}

.label-details{
  border: solid 1px #01A985;
  border-radius: 2rem;
  width: auto;
  background-color: transparent;
  padding: .2rem .5rem;
  color: #01A985;
}

.icon-info {
  width: 1.2rem; 
  height: 1.2rem;
}

.img-gallery {
  min-height: 10rem;
  border-radius: 1rem;
}

.web-details {
  color: #4d4643;
}

.web-details:hover {
  color: #01A985;
}

/*--------------------------------------------------------------
# Empresas Details
--------------------------------------------------------------*/
.box-empresa{
  border-radius: .5rem; 
  background-color: white;
  padding: 2rem;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.btn-close-session{
  border: none;
  border-radius: 2rem;
  width: auto;
  height: 2rem;
  background: linear-gradient(90.7deg, #3F3F51 -7.86%, #8E8EB7 143.46%);
  padding: 5px;
  color: #fff;
}

.btn-close-session:hover{
  color: #fff;
}

.menu-login-details {
  background-color: white;
  border-radius: .5rem;
}

.menu-login-details .icon{
  width: 1.5rem;
  height: 2rem;
}

.menu-login-details .icon-1{
  background-image: url('../img/fi-rr-user-black.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(80% - 10px);
}

.menu-login-details .active .icon-1{
  background-image: url('../img/fi-rr-user-bold.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(82% - 10px);
}

.menu-login-details .icon-2{
  background-image: url('../img/fi-rr-picture.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(80% - 10px);
}

.menu-login-details .active .icon-2{
  background-image: url('../img/fi-br-picture-bold.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(82% - 10px);
}

.menu-login-details .icon-3{
  background-image: url('../img/fi-rr-file.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(82% - 10px);
}

.menu-login-details .active .icon-3{
  background-image: url('../img/fi-br-file-bold.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(82% - 10px);
}

.menu-login-details .icon-4{
  background-image: url('../img/fi-rr-megaphone.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(82% - 10px);
}

.menu-login-details .active .icon-4{
  background-image: url('../img/fi-br-megaphone.png')!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(82% - 10px);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 15px;
  background: #0e1220;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #0e1220;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #01a985;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top p {
  color: #878c9b;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .copyright{
  color: #878c9b;
}

@media(max-width: 1025px){
  .btn-phone-navbar {
    display: flex;
  }

  .btn-desk-navbar {
    display: none;
  }

  .phone-img-navbar {
    position: absolute;
    right: 5px;
  }

  #form-search .input-btn-search-navbar{
    display: flex;
    position: absolute;
    width: 5rem;
    height: 3rem;
    right: -12px;
    top: -5px;
    background: transparent;
    border: none;
  }

  .icon-lupa-navbar {
    position: absolute;
    right: 17px;
    top: 5px;
    font-size: 18px;
  }
}


/*=============================================
PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px
=============================================*/

@media(max-width:1199px) and (min-width:992px){
  /*Hero Section*/
  #hero.heroMovil{
    height: 45vh !important;
  }
}

/*=============================================
PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px
=============================================*/

@media(max-width:991px) and (min-width:768px){

  /* Mobile Navigation */
  .mobile-nav{
    padding-top: 0px;
  }

  .nav-menu ul .drop-down ul{
    background: #3f3f51;
  }

  .mobile-nav a{
    border-bottom: 1px solid grey;
  }

  .mobile-nav .drop-down ul li a{
    color: #878c9b;
    border-bottom: 0px solid grey;
  }

  .mobile-nav-toggle{
    z-index: 10000;
  }

  .mobile-nav-active .mobile-nav-toggle i{
    color: #000;
  }

  /*Hero Section*/
  #hero.heroMovil{
    height: 75vh !important;
  }

  /*FORM SEARCH*/
  #form-search .search-input-1{
    border-radius: 30px 30px 30px 30px;
  }

  #form-search .search-input-2{
    border-radius: 30px 30px 30px 30px;
  }

  #form-search .input-group{
    display: block;
  }

  .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext{
    width: 100%;
  }
}

/*=============================================
PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px
=============================================*/

@media(max-width:767px){

  /* Mobile Navigation */
  .mobile-nav{
    padding-top: 0px;
  }

  .nav-menu ul .drop-down ul{
    background: #3f3f51;
  }

  .mobile-nav a{
    border-bottom: 1px solid grey;
  }

  .mobile-nav .drop-down ul li a{
    color: #878c9b;
    border-bottom: 0px solid grey;
  }
  .mobile-nav .drop-down ul li a:hover{
    color: #01a985;
  }

  .mobile-nav-toggle{
    z-index: 10000;
  }

  .mobile-nav-active .mobile-nav-toggle i{
    color: #000;
  }


  /*Hero Section*/
  #hero.heroMovil{
    height: 78vh !important;
  }
  
  #hero .carousel-container {
    margin-top: 10rem;
    justify-content: start;
  }

  #hero .carousel-item {
    justify-content: center;
  }

  #hero .carousel-content h1 {
    font-size: 1.5rem;
  }


  /*FORM SEARCH*/
  #form-search .search-input-1{
    border-radius: 30px 30px 30px 30px;
    padding-right: 1rem;
  }

  #form-search .search-input-2{
    border-radius: 30px 30px 30px 30px;
    padding-right: 8rem;
  }

  #form-search .input-group{
    display: block;
  }

  .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext{
    width: 100%;
  }

  /*pagina top*/
  .top-bar-wrap.top-bar-left, .top-bar-wrap.top-bar-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /*Login*/
  #login .content-login{
    padding: 0px 30px;
    /*margin-top: 60%;*/
  }

  .text-login{
    text-align: center;
  }

  /*Form login*/
  #form-login .user-input{
    border-radius: 30px 30px 30px 30px;
  }

  #form-login .password-input{
    border-radius: 30px 30px 30px 30px;
  }

  #form-login .recovery-password{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline !important;
  }

  #form-login .user-input::placeholder{
    text-align: center !important;
  }

  #form-login .password-input::placeholder{
    text-align: center !important;
  }

   /* estilo letras detalle empresa */

  .logo-detail{
    width: 5rem!important;
    height: 5rem!important;
  }

  .details-content > div{
    margin-top: 50%;
  }

  .txt{
    margin-top: 12px; 
  }

  .btn-phone-navbar {
    display: flex;
  }

  .btn-desk-navbar {
    display: none;
  }
}

.txt{
  background: rgb(1, 169, 133);
  padding-left: 10px;
  width: 31%;
  margin-bottom: 1px;
  color: white;
  font-size: 14px;
}
.tx{
  color: rgb(1, 169, 133);
  font-size: 14px;
  margin-bottom: 3px;
}
.tx-2 strong{
  color: rgb(1, 169, 133);
  font-size: 14px;
  margin-bottom: 3px;
}
.tx-2{
  color: #666666;
  font-size: 14px;
  margin-bottom: 3px;
}
.color{
  color: rgb(1, 169, 133);
}

.fuentesize{
  font-size: 13px;
}

.title-empresa{
  font-size: 1.35rem;
}

.ico{
  background: rgb(1, 169, 133); 
  font-size: xx-large; 
  color: white; 
  padding: 1.5%;
}

.tamano{
  max-width: 250px;
  min-width: 250px;
  max-height: 200px;
  min-height: 200px;
}

.seccionar{
  padding: 0;
}

.btn_enviar_msj {
  border-radius: 2rem;
}

.delete-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: .2rem .2rem!important;
  background: #01a985a9;
  cursor: pointer;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.btn_enviar_msj:hover{
  background-color: #3f3f51;
}
/* end estilo detalles empresa */

/* estilos formulario empresa */
.form-empre-admin{
  border-radius: .5rem !important;
  border-color: #A0A0A0;
  background-color: #e9ecef;
  margin: 6px 0px;
}

.form-empre-basic{
  border-radius: 1.25rem !important;
  border-color: transparent;
  margin: 6px 0px;
  padding: 1rem;
  font-size: small;
}

.form-group{
  margin-bottom: 1rem!important;
}

textarea::placeholder {
  font-size: 16px!important; /* Ajusta el tamaño según tus preferencias */
}

/* Estilo base para el input */
#img_galeria{
  border-radius: 1.25rem !important;
  border-color: #01A985;
  background-color: #e9ecef;
  margin: 6px 0px;
  padding: 1rem;
}

#pdf {
  display: none;
}

.btn-upload-img{
  position: absolute;
  right: 14px;
  top: 12px;
  color: #01A985;
}

.btn-upload-brochure{
  border: 1px solid #01A985;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 2rem;
  margin-top: 7px;
  color: #01A985;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}

.btn-upload-brochure span {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 65%;
  text-align: right;
  max-width: 100%;
}

.btn-upload-brochure i {
  margin-left: 15px !important;
}

.download-brochure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 7px;
}

/* Estilo para cambiar la apariencia del botón de selección de archivo */
#pdf::file-selector-button, #img_galeria::file-selector-button {
    background-color: transparent;
    color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/*select multiple*/
ul.form-control{
  border-radius: 1.25rem !important;
  margin: 6px;
  padding: 4%;
  font-size: small;
}

.form-empre {
  border-radius: 1.25rem;
  margin: 6px 0px;
  padding: 5px 1rem;
  border: 1px solid #A0A0A0;
  background-color: #F5F5F5;
}

.form-empre::placeholder {
  text-align: left;
}

.formBuscador {
  border-radius: 2rem;
}

.centro::placeholder{
  text-align: center;
}

.b{
  border-radius: 1.25rem !important;
  padding: 1%;
}

.img-logo{
  cursor: pointer;
  max-width: 250px;
  max-height: 250px;
  min-width: 250px;
  min-height: 250px;
  
  background-size: cover; 
  object-fit: cover;
}

.svg-inline--fa.fa-w-12 {
  width: 32px;
}

#croppie-demo {
  background: #e1e1e1;
  
}

#croppie-container {
  padding-top: 30px;
}

#croppie-view {
  background: #e1e1e1;
  width: 300px;
  padding: 30px;
  height: 300px;
  margin-top: 30px
}

/* estilo icono borrar y galeria empresa */
.ico_delete{
  position: absolute;
  left: 67%;
  top: 88%;
  color: black;
  background-color: whitesmoke;
  font-size: x-large;
}

/* estilo responsivo */
.desk {
  display: flex;
}

.phone {
  display: none;
}

.search-btn-phone {
  border: none;
  background: linear-gradient(91.14deg, #01A985 0.75%, #79FFE2 198.58%);
  color: #fff;
  font-size: 15px;
  border-radius: 2rem;
}

.icon-lupa {
  position: absolute;
  right: 12px;
  top: 8px;
}

@media(max-width:426px){

  .phone {
    display: flex;    
  }

  .desk {
    display: none;
    width: 2rem;
  }

  .btn-phone-navbar {
    display: flex;
  }

  .btn-desk-navbar {
    display: none;
  }

  #form-search .input-btn-search{
    width: 3rem;
  }

  #form-search .search-input-2{
    border-radius: 30px 30px 30px 30px;
    padding-right: 3rem;
  }
}

@media(max-width:376px){
  .btn-phone-navbar {
    display: flex;
  }

  .btn-desk-navbar {
    display: none;
  }
}

@media(max-width:321px){
  #hero .carousel-content{
    padding: 0rem;
  }

  .btn-phone-navbar {
    display: flex;
  }

  .btn-desk-navbar {
    display: none;
  }

  #form-search .input-btn-search-navbar {
    width: 4rem;
  }

  .icon-lupa-navbar {
    position: absolute;
    right: 11px;
    top: 5px;
  }
}

.counter-inscriptions {
  background: #3e3d51;
  padding: 5px 13px;
  border-radius: 2rem;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.counter-inscriptions:hover {
  color: white;
  background: #01a985;
}
