.section-7 {
    padding: 50px 0;
}
.section-7 .client {
    padding: 0;
}
.section-7 .client .owl-item {
    padding: 0 10px;
}
.section-7 .client .owl-item .client-logo {
    padding: 20px;
}
.section-7 .client .owl-item .client-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section-7 .client .owl-item .client-logo a {
    display: block;
}
.section-7 .client .owl-item .client-logo a:hover {
    opacity: 0.8;
}
.section-7 .client .owl-item .client-logo a img:hover {
    opacity: 0.8;
}
.section-7 .client .owl-item .client-logo a img {
    transition: all 0.3s ease-in-out;
}
.section-7 h3 {
    color: #737373;
    font-size: 38px;
    line-height: 60px;
    padding-bottom: 40px;
    margin-top: -13px;
}


/* medios */
.section-7 .medios {
    padding: 0;
}
.section-7 .medios .owl-item {
    padding: 0 10px;
}
.section-7 .medios .owl-item .medios-logo {
    padding: 20px;
}
.section-7 .medios .owl-item .medios-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15%;
}
.section-7 .medios .owl-item .medios-logo a {
    display: block;
}
.section-7 .medios .owl-item .medios-logo a:hover {
    opacity: 0.8;
}
.section-7 .medios .owl-item .medios-logo a img:hover {
    opacity: 0.8;
}
.section-7 .medios .owl-item .medios-logo a img {
    transition: all 0.3s ease-in-out;
}

.section-7 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5 .overlay img {
    width: 20%;
    right: 0;
    bottom: 0;
    background: #000;
    position: absolute;
}
.section-7 .overlay img {
    width: 20%;
    right: 0;
    bottom: 0;
    background: #000;
    position: absolute;
}
.section-7 .overlay .inner-text {
    color: #fff;
    text-align: center;
}
.section-7 .overlay .inner-text h4 {
    color: #fff;
    text-align: center;
}
.section-7 .overlay .inner-text h4 span {
    display: block;
    font-size: 12px;
}

.section-7 .card  .card-body {
    padding: 10px;
    border-radius: 15%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15) !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 200px;
    height: 250px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
}
.section-7 .card  .card-body:hover {
    opacity: 0.8;
}
.section-7 .card  .card-body:hover img {
    transform: scale(1.1);
}

.section-7 .card{
    border: none;
    background-color: transparent;
}

#map {
    width: 100%;
    height: 400px;
    border-radius: 8px;
  }


.section-5.sectoriales .box {
    margin: 10px;
}

.btn-outline-light {
    color: var(--main-color);
    border-color: var(--main-color);
    transition: all 0.3s ease-in-out;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
	color: var(--main-color);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
	color: var(--main-color);
}
.navbar-dark .navbar-nav .dropdown {
	color: var(--main-color);
}

.btn-presupuesto {
    z-index: 10;
}

.btn-presupuesto:hover {
    background-color: #fff !important;
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.scale {
    transition: all 0.3s ease-in-out;
}

.scale-1 {
    transform: scale(1.3);
}

.scale-2 {
    transform: scale(1.6);
}

.scale-3 {
    transform: scale(1.9);
}

.scale-1:hover {
    transform: scale(1.3);
}

.scale-2:hover {
    transform: scale(1.6);
}

.scale-3:hover {
    transform: scale(1.9);
}


/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
    position: relative;
  }
  
  .block2-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .block2-pic:hover .block2-btn {
    bottom: 20px;
  }
  
  /*---------------------------------------------*/
  .block2-txt-child1 {
    width: calc(100% - 30px);
  }
  
  .block2-txt-child2 {
    width: 30px;
  }

  .hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
.hov-cl1:hover {color: #717fe0;}
.hov-bg1:hover {background-color: #717fe0;}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: #717fe0;
  background-color: #717fe0;
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #717fe0;
  border-color: #717fe0;
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103,117,214,0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}
.bg-none {background-color: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #717fe0;}
.bg2 {background-color: #e6e6e6;}
.bg3 {background-color: #222;}
.bg5 {background-color: rgba(0,0,0,0.5);}
.bg6 {background-color: #f2f2f2;}
.bg7 {background-color: #333;}
.bg8 {background-color: #f3f3f3;}
.bg9 {background-color: rgba(255,255,255,0.9);}

/*---------------------------------------------*/
.bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {border-radius: 50%;}

.bor1 {
  border-radius: 23px;
}

.bor2 {
  border-radius: 20px;
}

.bor3 {
  border-bottom: 1px solid transparent;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.bor5 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.bor6 {border-right: 1px solid rgba(255,255,255,0.1);}

.bor7 {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.bor8 {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.bor9 {
  border-right: 1px solid #e6e6e6;
}

.bor10 {
  border: 1px solid #e6e6e6;
}

.bor11 {
  border-radius: 21px;
}

.bor12 {
  border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
  border: 1px solid #e6e6e6;
  border-radius: 22px;
}

.bor14 {
  border-radius: 25px;
}

.bor15 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor16 {
  border-left: 3px solid #e6e6e6;
}

.bor17 {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
  border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.btn-hover-light:hover {
  background-color: #fff !important;
  color: var(--main-color) !important;
}
