/* Main Overrides */
::-webkit-scrollbar {
	display: none;
}

html {
	scroll-behavior: smooth;
}

/* Bootstrap Overrides */
.div_rol > .row {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
/* .div_rol > .row > .col-xs-4 {
  display: inline-block;
  float: none;
} */

/* .nav-item a {
	position: relative;
	color: #28a745;
	text-decoration: none;
}

.nav-item a:hover {
	color: #28a745;
	text-decoration: none;
}

.nav-item a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #28a745;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav-item a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
} */

/* #div_rol a.btn::before	{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#div_rol a.btn:hover::before {
  transform: scaleX(1);
} */

/* #div_rol a.btn:after {
	content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#div_rol a.btn:after {
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#div_rol a.btn:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */

/* x.js css Style Overrides */

.typed-cursor{
    font-size: 2rem;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/* Responsiveness */
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#hdr_dev	{
		/* font-size: 22px; */
		font-weight: bold;
  }

	#div_rol a	{
		font-size: 10px;
	}

  .img_tech {
    height: 50px!important;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Custom Styles */
#row_rol .btn	{
	/* position: relative; */
	color: white;
	/* text-decoration: none; */
}

#row_rol .btn:focus	{
	/* position: relative; */
	background-color: white;
  color: #28a745;
	/* text-decoration: none; */
}