::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.pg-loading-screen{
  width: 100vw;
}

.pg-loading-screen .pg-loading-html {
  margin-top: 10px;
}

#loadbar {
  width: 235px;
  height: 2px;
  animation: animateThis 1s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  margin-left: auto;
  margin-right: auto;
}

@keyframes animateThis {
  0% {
    width: 235px;
  }
  100% {
    width: 100%;
  }
}

/* -----------------------NAVBAR--------------------------- */

.logo{
  height: 3rem;
}
.optionHeader,.optionHeader:hover{
  font-family: 'Montserrat';
  font-size: 10.76pt;
  font-weight: normal;
  color: #4C4C4C;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.9);
  font-weight: 550;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.8);
  font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.9);
  font-weight: 550;
}

/* -----------------------SLIDER--------------------------- */

.bg-img-1{
  background-image: url('../img/banner_1.jpg');
  background-position: center;
  background-size: cover;
}

.bg-img-2{
  background-image: url('../img/banner_2.jpg');
  background-position: center;
  background-size: cover;
}

.bg-img-3{
  background-image: url('../img/banner_3.jpg?v=3');
  background-position: center;
  background-size: cover;
}

.cont_banner{
  height: 35rem;
  overflow: hidden;
}

.cont_banner ul{
  top: -25px;
  position: relative;
  z-index: 5;
}

.cont_banner:before {
	content:'';
	position: absolute;
  z-index: 0;
  top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(56, 56, 56, 0.4);
}

.msgSlider{
  position: relative;
  z-index: 2;
  padding: 7rem 0 
}

.sliderh1{
  font-weight: bold;
  font-size: 37pt;
  color : #F4F4F4;
  font-family: 'Montserrat';
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.787);
}

.sliderh2{
  font-weight: normal;
  font-size: 20pt;
  color : #F4F4F4;
  font-family: 'Montserrat';
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.787);
}

.btnBrochure{
  background-color: #A00A81;
  font-family: 'Montserrat';
  color : #F4F4F4;
  font-weight: 300;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-size: 16pt;
}

.btnBrochure:hover{
  color : #F4F4F4;
  font-weight: 450;
}

.slider ul li {
  background-color: #4C4C4C;
}

.slider ul li.active {
  background-color: white;
}

/* -----------------------CONTENIDO MAIN--------------------------- */

.block-datum{
  font-family: 'Montserrat';
}

.block-datum span{
  font-weight: normal;
  font-size: 30pt;
  line-height: 37pt;
  color: #A00A81;
}

.block-datum{
  font-weight: 300;
  font-size: 14pt;
  color: #000000;
  line-height: 26pt;
}

.my-modificado{
  min-height: 100vh;
}

.img-cont-1{
  max-height: 25rem;
}

.img-cont-1 img{
  width: 130%;
  position: relative;
  right: 9.5rem;
  bottom: 2.5rem;
  clip-path: inset(0px 0px 0px 9.5rem);
}

.h2-soluciones{
  font-weight: normal;
  font-family: 'Montserrat';
  font-size: 30pt;
  color: #A00A81;
  text-align: center;
}

.h2-insights{
  font-weight: normal;
  font-family: 'Montserrat';
  font-size: 30pt;
  color: #A00A81;
  text-align: left;
}

.datum-block h5{
  font-weight: normal;
  font-family: 'Montserrat';
  color: #A00A81;
  font-size: 10.8pt;
}

.datum-block p{
  font-weight: 300;
  font-family: 'Montserrat';
  color: #A00A81;
  font-size: 9.14pt;
  line-height: 12.33pt;
  color: #000000;
}

.datum-block a{
  font-weight: normal;
  font-family: 'Montserrat';
  color: #A00A81;
  font-size: 7.83pt;
}

.bg-gray{
  background-color: rgb(216, 216, 216);
}

.datum-card-img{
  max-height: 9rem;
  object-fit: cover;
  position: relative;
  object-position: top;
}

.datum-card-img2{
  max-height: 23rem;
  object-fit: cover;
  position: relative;
  object-position: top;
}

.block-soluciones{
  height: 35.5rem;
}

.card{
  border: none !important;
}

.datum-block-2 h5{
  font-weight: normal;
  font-family: 'Montserrat';
  color: #A00A81;
  font-size: 20pt;
}

.datum-block-2 p{
  font-weight: 300;
  font-family: 'Montserrat';
  color: #A00A81;
  font-size: 11pt;
  line-height: 15pt;
  color: #000000;
}

.datum-block-2 a{
  font-weight: normal;
  font-family: 'Montserrat';
  color: #A00A81;
  font-size: 9pt;
}

.img-insights{
  overflow: hidden;
  width: 100%;
  height: 14rem;
}

.img-insights img{
  object-position: center;
  width: 133%;
}

.body-insights h5{
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 25pt;
  color :#646d7a
}

.body-insights p{
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 12pt;
  color :#000000
}

/* -------------------------------FOOTER------------------------- */

.bg-gray-2{
  background-color: #6b7c92;
}

footer .sublink{
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 9pt;
  line-height: 15pt;
  color: #ffffff;
}
.sublink a,.sublink a:hover{
  color :#ffffff
}
footer .links{
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 10.5pt;
  color: #ffffff;
}
.logo-social{
  width: 20%;
  filter: invert(1);
}
.links a, .links a:hover{
  color: #ffffff
}

#contactform{
  background-color: #941878;
}

#contactform input {
  margin-bottom: 15px;
  color: white;
  background-color: #941878;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

#contactform input:focus {
  outline: none;
}

#contactform textarea {
  border: none;
  border-radius: 10px;
}

#contactform textarea:focus {
  outline: none;
  padding: 10px;
}

#button-submit:focus {
  outline: none;
}

#button-submit:hover {
  background-color: #7a1462;
  color: white !important;
}

#button-submit:active {
  background-color: #7a1462;
  color: white !important;
}

.bg-datum{
  background-color: #A00A81;
  box-shadow: none !important;
}

header .dropdown-menu{
  min-width: 60px;
}

header .dropdown-toggle::after{
  border-top: .3em solid white;
}   

@media (max-width: 768px){
    .block-soluciones{
      height: auto;
    }
    .h2-soluciones,.h2-insights{
      font-size: 20pt;
      text-align: center;
    }
    .img-cont-1 img{
      width: 100%;
      position: relative;
      right: unset;
      bottom: unset;
      clip-path: none;
    }
    .img-insights img {
      object-fit: inherit;
      width: 160%;
    }
    .p-sm-0{
      padding: 0;
    }
    .pl-sm-0{
      padding-left: 1rem !important;
    }
}