/************************ General ************************/

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.ttf");
	src: local("Montserrat Regular"), url("../fonts/Montserrat-Regular.ttf") format("sans-serif");
	font-weight: 400;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-SemiBold.ttf");
	src: local("Montserrat Bold"), url("../fonts/Montserrat-SemiBold.ttf") format("sans-serif");
	font-weight: 700;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Light.ttf");
	src: local("Montserrat Light"), url("../fonts/Montserrat-Light.ttf") format("sans-serif");
	font-weight: 100;
}
body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 22px;
	background-color: #101010;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
	color: inherit;
}
a {
	text-decoration: none !important;
	outline: none;
}
html {
	scroll-padding-top: 59px;
	/* height of sticky header */
}
.row {
	position: relative;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

/************************ Helper ************************/

.text-primary {
	color: #bbbbbb !important;
}
.text-primary2 {
	color: #6a4d9c !important;
}
.text-secondary {
	color: #536976 !important;
}
.text-dark {
	color: #333333 !important;
}
.text-light {
	color: #eef2f5 !important;
}
.text-white {
	color: #fff !important;
}
.bg-muted {
	background-color: #9aa7af !important;
}
.text-muted {
	color: #536976 !important;
}
.card-text {
	color: #333333 !important;
	padding: 30px;
}
.card-title{
	color: #6a4d9c !important;
}
.f-18 {
	color: #25b3ff;
}
.f-36 {;
}
.section-light h1 {
	color: #6a4d9c;
}
.section-light .sub-title {
	color: #536976;
}
.sub-title {
	line-height: 30px;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #f5f5f5;
	color: #6a4d9c;
}
.title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 50px;
	margin-top: 0px;
}
.sub-title {
	color: #97a0af;
	/* Descripciones seccion acerca de nosotros */
	font-size: 16px;
	margin-bottom: 50px;
}
.text-light-custom {
	color: #a2aeb9;
}
/************************ Components ************************/

/*sections bg*/

.section {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	position: relative;
}
.section-sm {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	position: relative;
}
.section-light {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	position: relative;
	background-color: #eef2f5;
	border-bottom: 1px solid #dee6ec;
	border-top: 1px solid #dee6ec;
}
.section-dark {
	background-color: #101010;
	border-bottom: 1px solid #dee6ec;
	border-top: 1px solid #dee6ec;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	position: relative;
}
.section-dark2 {
	background-color: #6a4d9c;
	border-bottom: 1px solid #dee6ec;
	border-top: 1px solid #dee6ec;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.page-hero {
	padding: 185px 0px 170px 0px;
}
#mkLightboxContainer {
	z-index: 999;
}
.hero {
	padding: 185px 0px 170px 0px;
}
.feature-detail {
	padding: 90px 0px 50px 30px;
}
.feature-detail .features-txt {
	color: #aaaaaa;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	margin-right: 30px;
}
#myVideo {
	position: absolute;
	right: -20;
	left: -20;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

	filter:brightness(0.7);
}
.f-16 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: calc(1em + 1vw);
	line-height: 1.2em;
	padding: 1em;
	margin: 1em;
}
.bg-primary {
	background-color: #6a4d9c !important;
}
.bg-custom-dark {
	background-image: url("../images/bg-hero-sec.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
}
.bg-custom-contact {
	background-image: url("../images/secc/bghero-contact2.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	border-image: fill 0 linear-gradient(#0003, #000);
}
.bg-custom-home {
	background-image: url("../images/secc/bghero-home.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	/*border-image: fill 0 linear-gradient(#0003, #000);*/
}
.home-wrapper {
	filter: brightness (1) !important;
}
.container-hero {
	background: rgba(0, 0, 0, 0.6);
}
.bg-custom-aboutus {
	background-image: url("../images/secc/bghero-aboutus.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	border-image: fill 0 linear-gradient(#0003, #000);
}
.bg-custom-monitoreo {
	background-image: url("../images/secc/bghero-monitor.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	border-image: fill 0 linear-gradient(#0003, #000);
}
.bg-custom-dpem {
	background-image: url("../images/secc/bghero-dpem.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	border-image: fill 0 linear-gradient(#0003, #000);
}
.bg-custom-blog-art1 {
	background-image: url("../blog/art1/bghero-article.jpg");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	border-image: fill 0 linear-gradient(#0003, #000);
}
.bg-custom-blog {
	background-image: url("../images/secc/bghero-blog2.webp");
	width: 100% !important;
	position: relative;
	background-position: center;
	background-size: cover;
	border-image: fill 0 linear-gradient(#0003, #000);
}
.bg-custom-dark2 {
	background-image: linear-gradient(#000000, #6a4d9c);
}
.bg-custom-dark3 {
	background-image: linear-gradient(#6a4d9c, #1850A4);
}
.bg-custom-dark4 {
	background-image: linear-gradient(#5f2c82, #49a09d);
}
.leyenda {
	color: #303030 !important;
	font-size: 18px;
}

/************************  Cards section ************************/
.colcard {
	max-width: 450px !important;
	display: flex;
	justify-content: center;
  }
  .card1 {
	border-radius: 20px;
	/*background: #ecf0f3;*/
	background: rgb(255,255,255);
	background: linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	box-shadow: 13px 13px 20px #c9ced1,
	 -13px -13px 20px #ffffff;
	text-align: center;
	margin: 20px 20px;
  }
  .imegessecc img {
	background: rgba( 255, 255, 255, 0.20 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 5.0px );
	-webkit-backdrop-filter: blur( 5.0px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	align-content: center;
	text-align: center;
  }
  .graf {
	border-radius: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	box-shadow: 13px 13px 20px #c9ced1,
	 -13px -13px 20px #ffffff;
	text-align: center;
	max-width: 700px !important;
	width: 90%;
	height: auto;
	margin: 20px 20px;
  }
  .card-img-top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
  }
  .card img {
	height: auto;
	max-width: 80%;
  }
  .card-header {
	margin: 20px auto;
  }
  .card-body {
	margin: 20px;
  }
  .hr {
	border: 1px solid rgba(255,255,255,0.2);
  }
  .title-section-light {
	text-align: center;
	padding-bottom: 3rem;
	color: #6a4d9c;
	font-weight: 500;
  }
  .btn-card2 {
	opacity: 0.85;
	border-radius: 50px;
	background: #ffffff;
	box-shadow: 9px 9px 18px #c9ced1,
	 -9px -9px 18px #ffffff;
  }
  .btn-card2:hover {
	border-radius: 50px;
	background: linear-gradient(145deg, #e6e6e6, #ffffff);
	box-shadow:  9px 9px 18px #d9d9d9,
				 -9px -9px 18px #ffffff;
  }
  .neumorphic-image {
	border-radius: 10px;
  }
  
  .neumorphic-image__wrapper {
	width: 100px;
	height: 100px;
	border-radius: 50% !important;
	overflow: hidden;
	margin: 0 auto;
	border: 2px solid var(--back-color);
	box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0),
				inset 3px 3px 5px rgba(55, 84, 170, .15),
				inset -3px -3px 5px rgba(255, 255, 255, .5),
				0px 0px 4px rgba(255, 255, 255, .2) !important;
  }
  
  .neumorphic-image__placeholder {
	  color: #565e74;
	  font-size: 30px;
	  padding: 25px 0 0 0;
  }
  
  .card-collection .neumorphic-card {
	display: inline-block;
	margin: 0 10px !important;
  }
  
  .neumorphic-outer {
	box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
				-7px -7px 20px rgba(255, 255, 255, 1),
				0px 0px 4px rgba(255, 255, 255, .2) !important;
	background-color: var(--back-color);
	border-radius: 30px;
  }
  
  .neumorphic-inner {
	box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0),
				inset 7px 7px 15px rgba(55, 84, 170, .15),
				inset -7px -7px 20px rgba(255, 255, 255, 1),
				0px 0px 4px rgba(255, 255, 255, .2) !important; 
	border-radius: 10px;
  }
  .btn-card {
	border-radius: 50px;
	color: #6D7587;
	background-color: var(--back-color);
	/*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), 
				-2px -2px 4px 2px rgba(255, 255, 255, 1), 
				inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1),
				inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important;  */
	box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
				-7px -7px 20px rgba(255, 255, 255, 1),
				inset 0px 0px 4px rgba(255, 255, 255, .2),
				inset 7px 7px 15px rgba(55, 84, 170, 0),
				inset -7px -7px 20px rgba(255, 255, 255, 0),
				0px 0px 4px rgba(255, 255, 255, 0) !important;
	transition: box-shadow .25s ease !important;
  }
  .btn-card:hover {
	border-radius: 50px;
	background: linear-gradient(145deg, #e6e6e6, #ffffff);
	box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
	-7px -7px 20px rgba(255, 255, 255, 1),
	inset 0px 0px 4px rgba(255, 255, 255, 0),
	inset 7px 7px 15px rgba(55, 84, 170, .15),
	inset -7px -7px 20px rgba(255, 255, 255, 1),
	0px 0px 4px rgba(255, 255, 255, .2) !important;
  }
  .feature-icon {
	text-align: center !important;
	align-content: center !important;
	align-items: center !important;
  }
  .icon-link{
	text-align: center !important;
	align-content: center !important;
	align-items: center !important;
  }

/* Estilos tablas Especificaciones */

.especificaciones {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px;
}
.section-light .img-fluid2 {
	margin: 15px;
	border-radius: 25px;
	box-shadow: 0 0 20px #bbbbbb;
	width: 100%;
	height: auto;
	max-width: 1000px;
}
.btn.btn-lum4 {
	background-color: transparent;
	border: 1px solid #a2aeb9;
	color: #f0edf5 !important;
	font-weight: 200;
	font-size: 0.8em;
}
.btn.btn-lum4:hover {
	background-color: #b496c2;
	border: 1px solid #a2aeb9;
	color: #6a4d9c !important;
	font-weight: 200;
	font-size: 0.8em;
}
.btn.btn-lum4 a {
	color: #f0edf5 !important;
}
.section-dark a {
	color: #f0edf5 !important;
}
a {
	color: #8348e9;
}
.logos-home {
	height: auto;
	max-width: 80%;
}
.imegessecc {
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

/************************ Formulario de contacto ************************/
.contact-form {
	padding-top: 30px;
}
.contact-form .form-label {
	font-weight: 500;
	color: #6a4d9c;
}
.contact-form .form-control {
	box-shadow: none !important;
	outline: none !important;
	border: 1.5px solid #97a0af;
	height: 38px;
	background-color: #fff;
}
.contact-form .form-control:focus, .contact-form .form-control:hover {
	border-color: #6a4d9c;
}
.contact-form textarea.form-control {
	height: auto;
}
/* Notification mail */
.container-notification {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 0;
}
.notification {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 100px;
	min-width: 50%;
	height: 50px;
	background: #00B388;
	transform: scale(0);
	border-radius: 50%;
	color: white;
	opacity: 0;
	overflow: hidden;
	animation: scale-in .3s ease-out forwards,
		expand .35s .25s ease-out forwards;
}

.notification-text {
	display: inline-block;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	/*padding: 0 16px;
	font-size: 14px;*/
	font-size: calc(1em);
	padding: auto;
	margin: auto;
	animation: fade-in .65s ease-in forwards;
}

@keyframes scale-in {
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes expand {
	50% {
		width: 350px;
		border-radius: 6px;
	}
	100% {
		width: 300px;
		border-radius: 4px;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2),
								0px 1px 1px 0px rgba(0,0,0,.14),
								0px 3px 3px -1px rgba(0,0,0,.12);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .8;
	}
}
.btn {
	padding: 11px 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.btn.btn-sm {
	padding: 6px 12px;
}
.btn:focus {
	box-shadow: none;
}
.btn.btn-lum {
	/*background-color: #24262b;*/
	background-color: transparent;
	border: 1px solid #aaaaaa;
	color: #fff !important;
	font-weight: 600;
}
.btn.btn-lum:hover {
	background-color: #f0edf5;
	border: 1.5px solid #b496c2;
	color: #6a4d9c;
}
.btn.btn-lum2 {
	/*background-color: #24262b;*/
	background-color: transparent;
	border: 1px solid #aaaaaa;
	color: #fff;
}
.btn.btn-lum2:hover {
	background-color: #6a4d9c;
	border: 1.5px solid #f0edf5;
	color: #fff;
}
.btn.btn-lum3 {
	background-color: #24262b;
	border: 1px solid #bbbbbb;
	color: #fff;
	font-weight: 100;
}
.btn.btn-lum3:hover {
	background-color: #6a4d9c;
	border: 1.5px solid #f0edf5;
	color: #fff;
}
.btn.btn-lum4 {
	background-color: transparent;
	border: 1px solid #bbbbbb;
	color: #fff;
	font-weight: 100;
	font-color: #fff !important;
}
.btn.btn-lum4:hover {
	background-color: #f0edf5;
	border: 1.5px solid #f0edf5;
	color: #6a4d9c;
}
.btn.btn-primary {
	background-color: #6a4d9c;
	border: 1px solid #6a4d9c;
	color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary.active {
	background-color: #623578;
	border: 1px solid #623578;
}
.btn.btn-outline-primary {
	border: 1px solid #6a4d9c !important;
	color: #6a4d9c !important;
}
.btn.btn-secondary {
	background-color: #536976;
	border: 1px solid #536976;
	color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
	background-color: #627c8b;
	border: 1px solid #627c8b;
}
.btn.btn-outline-secondary {
	border: 1px solid #536976 !important;
	color: #536976 !important;
}
.btn.btn-info {
	background-color: #54c3e5;
	border: 1px solid #54c3e5;
	color: #fff;
}
.btn.btn-info:hover, .btn.btn-info.active {
	background-color: #54c3e5;
	border: 1px solid #54c3e5;
}
.btn.btn-outline-info {
	border: 1px solid #54c3e5 !important;
	color: #54c3e5 !important;
}
.btn.btn-success {
	background-color: #6a4d9c;
	border: 1px solid #6a4d9c;
	color: #fff;
}
.btn.btn-success:hover, .btn.btn-success.active {
	background-color: #623578;
	border: 1px solid #623578;
}
/************************ Menu 2 ************************/
#navigation{
	z-index: 1;
	position:fixed;
	height:79px;
	width:100%;
	/*background: #0c0d0e;*/
	background: #0c0d0ed0;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
  }
  
  #menu_mob a{
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	color:#bbbbbb;
	transition: .3s all;
  }
  
  #menu_mob a:hover{
	 color:#6a4d9c;
  }
  
  #menuToggle
  {
	position:fixed;
	display: block;
	position: relative;
	top: 30px;
	left: 30px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
  }
  
  #menuToggle input
  {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	
	cursor: pointer;
	
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	
	-webkit-touch-callout: none;
  }
  
  /*
   * Just a quick hamburger
   */
  #menuToggle span
  {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	
	background: #cdcdcd;
	border-radius: 3px;
	
	z-index: 1;
	
	transform-origin: 4px 0px;
	
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
	transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
	transform-origin: 0% 100%;
  }
  
  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #bbbbbb;
  }
  
  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
  }
  
  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu_mob
  {
	
	position: absolute;
	width: 300px;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 125px;
	
	background: #0c0d0e;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  
  #menu_mob li
  {
	padding: 10px 0;
	font-size: 22px;
  }
  
  /*
   * And let's fade it in from the left
   */
  #menuToggle input:checked ~ ul
  {
	transform: scale(1.0, 1.0);
	opacity: 1;
  }

.brand {
	display: flex;
	margin-top: 20px;
	margin-left: 60px;

}
.btncotiza {
	display: flex;
	width: clamp(15px, 40%, 200px);
	height: clamp(10px, 40%, 136px);
	margin-top: 12px;
	margin-left: 4%;
	align-items: center;

}
/************************ Sections ************************/

/* galeria */

.section-light .img-fluid {
	margin: 15px;
	filter: grayscale(1);
	transition: transform .2s;
	border-radius: 5px;
	border-radius: 5px;
}
.section-light .img-fluid:hover {
	filter: grayscale(0);
	transform: scale(1.025);
	box-shadow: 0 0 20px #bbbbbb;
	border-radius: 5px;
}
.objetfit>img {
	width: 285px;
	height: 165px;
	object-fit: cover;
}
#section-faq .f-18 {
	color: #6a4d9c;
}
/************************ Footer ************************/

.footer {
	background-color: #6a4d9c;
	padding: 70px 0;
	margin: 5px 0px;
	color: #bbbbbb;
}
.footer-col {
	width: 25%;
	padding: 0 15px;
}
.footer-col h4 {
	font-size: 22px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #f0edf5;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-col ul li a {
	font-size: 16px;
	/*text-transform: capitalize;*/
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}
.footer-col .social-links .twitter a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links .twitter a:hover {
	color: #24262b;
	background-color: #ffffff;
}
.footer-col .social-links svg a:hover {
	color: #24262b !important;
}
ul {
	list-style: none;
	padding-left: 0;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.address a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.address a:hover {
	color: #ffffff;
	padding-left: 8px;
}
/*ToolTip*/

.tooltip-container {
	position: relative;
	display: inline-block;
}
.tooltip-text {
	visibility: hidden;
	width: 120px;
	background-color: #1850A4;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	/* Posiciona el tooltip encima del elemento */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip-text2 {
	visibility: hidden;
	width: 120px;
	background-color: #7a1777;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	/* Posiciona el tooltip encima del elemento */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip-text3 {
	visibility: hidden;
	width: 120px;
	background-color: #000000d3;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	font-size: 0.75rem;
	/* Posiciona el tooltip encima del elemento */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip-container:hover .tooltip-text, .tooltip-container:hover .tooltip-text2, .tooltip-container:hover .tooltip-text3 {
	visibility: visible;
	opacity: 1;
}
/*Responsive*/

@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
	}
}
@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}
/************************ Modal ************************/

.modal-content {
	border-color: #24262b;
}
.modal-backdrop {
	background-color: #000;
}
.modal-header {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/*color: #536976;*/
	border-bottom: none;
	background-color: #24262b;
	color: #24262b;
}
.modal-body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/*color: #536976;*/
	background-color: #f0edf5;
	color: #24262b;
}
.modal-footer {
	background-color: #24262b;
	border-top: none;
}
.fs-5 {
	/*color: #6a4d9c;*/
	color: #bbbbbb;
}
.btn.btn-close {
	color: #bbbbbb;
}
.btn.btn-close:hover {
	color: #24262b;
}

/************************  Blog section ************************/

/* Blog */
.masonry-grid{
	margin: 20px;
}
.blog-post {
	flex-wrap: wrap;
	margin-right: auto;
	margin-top: 20;
	padding: 20;
	margin-right: 20px;
}
.blog-post .post-media {
	padding: 50 0;
	margin-bottom: 20px;
}
.blog-post .post-media img {
	opacity: 1;
	transition: all 0.2s ease 0s;
	border-radius: 6px;
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}
.blog-post .post-media img:hover {
	opacity: 0.7;
}
.blog-post .post-info {
	margin-bottom: 20px;
}
.blog-post .post-info .date {
	float: left;
	border-bottom: 3px solid #6a4d9c;
}
.blog-post .post-info .date .day {
	font-size: 26px;
	color: #1850A4;
	font-weight: 600;
}
.blog-post .post-info .date .month {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.blog-post .post-info .meta {
	padding-left: 0px;
}
.blog-post .post-info .meta li {
	padding-right: 15px;
	color: #24262b;
	line-height: 22px;
	list-style: none;
}
.blog-post .post-info .meta span, .blog-post .post-info .meta a {
	color: #333333;
	font-size: 13px;
}
.blog-post .post-info .meta-container {
	padding-left: 55px;
}
.blog-post .post-info .meta-container h3 {
	margin-top: 0px;
}
.blog-post .read-more {
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20;
	display: block;
	color: #1850A4;
}
.blog-post .read-more a:hover {
	font-weight: 300;
	margin-top: 20px;
	display: block;
	color: #25b3ff;
}
.post-body h4 {
	color: #6a4d9c;
}
.post-body h4:hover {
	color: #1850A4;
}
.post-body p {
	color: #536976;
}
/* Blog-detail --*/

.blog-detail-header span {
	padding: 0px 10px;
	font-size: 16px;
}
.blog-detail-header span a {
	color: #fff;
	font-size: 16px;
}
.blog-detail-header span i {
	padding-right: 5px;
}
.blog-detail .sub-title {
	margin-bottom: 0px;
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 10px;
}
.blog-detail .sub-tt {
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.custom-blockquote {
	border-left: 4px solid #6a4d9c;
	padding: 20px;
	background: #e6ebf5;
	color: #1850A4;
}
.blockquote-reverse {
	border-right: 4px solid #6a4d9c;
	border-left: none;
	padding: 20px;
	background: #e6ebf5;
	color: #1850A4;
}
.month {
	color: #536976;
}
@media only screen and (min-width: 1024px) {
	.masonry-grid {
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.masonry-grid {
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (max-width: 768px) {
	.masonry-grid {
		-moz-column-count: 1;
		column-count: 1;
	}
}
.services-box .icon-box img {
	max-width: 68px;
}