/*@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("./../webfonts/Roboto-Regular.ttf");
} */

@font-face {
	font-family: 'MyFont';
	font-style: normal;
	font-weight: 400;
	src: url("./../webfonts/FlamaRegular.otf");
	letter-spacing: 2px;
}

*{
  font-family: MyFont;
}

html, body {
  
  height: 100%;
  margin: 0;
} 

body{
  background-image: url("../images/n-toolsbackground.png");
  background-size: cover;
  margin: 0px;
  padding: 0px;
  font-family: MyFont;
  letter-spacing: 2px;
  color: #fff;
  scrollbar-color: rgba(0,0,128,0.99) rgba(255,255,255,0.95);;
  overflow: hidden;
}

hr{
  width: 99%;
}

.small{
  font-size: 0.8em;
  letter-spacing: 1px !important;
}

.sticky{
  position: sticky;
}

a{
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

/*a::before {
  content: "\21D2";
  text-decoration: none;
  
} */

.head{
  //background: linear-gradient(to top, #fff 0%, #ccf 100%);
  background-color: #fff;
  text-align: right;
  margin: 0px;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
  width:100%;
  color: #000088;
  height: 80px;
}

.flex{
  display: flex;
}

.headlogo{
  position: relative;
  z-index: 1;
}

.headname{
  padding-right: 30px;
  top: -40px;
  position: relative;
  z-index: 0;
}

.headspeek{
	padding-right: 15px;
    font-size: 0.8em;
    position: absolute;
    z-index: 0;
    max-width: 70vw;
    right: 0px;
    top: 30px;
    display: inline-block;
}

.logo{
  height: 2.3em;
  padding-left:15px;
  padding-top: 15px;
}

.site{
  padding-bottom: 65px;
  width: 100%;
  text-align: center;
  height: 92%;
  height: -webkit-fill-available;
  height: stretch;
  overflow: auto;
}

.links{
  text-align: center;
  bottom: 24px;
  position: fixed;
  width: 100%;
  word-spacing: 3vw;
  background: linear-gradient(to bottom, #000088 0%, #003399 100%);
}

.links > a > img {
    vertical-align: middle;
    border: 0 none;
    max-width: 250px;
    height: 25px;
}

.foot{
  background: linear-gradient(to bottom, #000088 0%, #003399 100%);
  text-align: center;
  margin: 0px;
  padding: 3px;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
  bottom:0px;
  position: fixed;
  width:100%;
}

.branchs {
    margin: 20px;
    padding: 10px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
    min-height: 110px;
    min-width: 320px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-grid;
    text-align: center;
    overflow: hidden;
    opacity: 0.8;
    color: #000;
    font-size: 1.3rem;
}

.branchsempty{
	box-shadow: none;
	background-color: transparent;
}

.ico{
  height: 48px;
  border:0;
}

.branchProject {
    margin: 20px;
    padding: 10px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
    height: 86%;
    width: 90%;
    border-radius: 8px;
    background-color: #fff;
    display: inline-block;
    text-align: left;
    overflow: auto;
    opacity: 0.9;
    color: #000;
    font-size: 1.3rem;
}

.linktobranch{
  margin-left: 25%;
  box-shadow: 6px 4px 8px 0 rgb(0 0 0 / 40%);
  width: 50%;
  margin-top: 10px;
  border-radius: 4px;
  padding: 4px;
  transition: ease all 0.5s;
}

.linktobranch:hover{
  background-color:rgba(0,0,128,0.9);
  color: #fff;
}

.centerText{
  text-align:center;
}

.buttonRight{
  right: 6%;
  position: absolute;
}

#galerie {
	box-sizing: border-box;
	padding: 1em 1em;
}

#galerie figure {
	display: inline-block;
	height: 5em;
	margin: 0 0 1em 2em;
	overflow: hidden;
	padding: 0;
	transition: all 0.25s ease-in;
}

#galerie figure img {
	height: 5em;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
  border-radius: 0px;
}

#galerie figure:hover{
	margin: auto;
	padding: 5px 5px 30px 5px;
	height: 5em;
	z-index: 2;
	transform: scale(5);
}

#galerie figcaption {
	position: relative;
	text-align: center;
}

#galerie:after {
	clear: both;
	content: " ";
	display: block;
}

@media only screen and (max-width: 75em) {
	body {
		width: 100%;
		margin: 2% 0;
		padding: 5%;
	}
	#galerie {
		width: 850px;
		/*margin: 100px auto;*/
	}
}

@media only screen and (max-width: 50em) {
	#galerie {
		width: 100%;
		/*margin: 100px auto;*/
	}
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(to bottom, #000088 0%, #003399 100%);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.galeria .container .contenedorImgs .imagen {
	height: 10vw;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

button, input, optgroup, select, textarea, .textarea{
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-radius: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-feature-settings: inherit;
	font-language-override: inherit;
	font-kerning: inherit;
	font-synthesis: inherit;
	font-variant-alternates: inherit;
	font-variant-caps: inherit;
	font-variant-east-asian: inherit;
	font-variant-ligatures: inherit;
	font-variant-numeric: inherit;
	font-variant-position: inherit;
	font-size: 1.1em;
}

button:active, input:active, optgroup:active, select:active, textarea:active, .textarea:active{
  border:0px;
}

select, textarea, .textarea, input:not([type]), input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	border-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #afbac1;
	border-right-color: #afbac1;
	border-bottom-color: #afbac1;
	border-left-color: #afbac1;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	background-color: rgba(200,200,200,0.95);
	color: #fff;
	background: none;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 50%);
}

input:not([type="radio"]):not([type="checkbox"]), select{
	vertical-align: middle;
}

::-webkit-scrollbar{
    width:10px;
    height:10px;
}
::-webkit-scrollbar-track{
    background-color:rgba(255,255,255,0.95);
}
::-webkit-scrollbar-thumb{
    
    background-color:rgba(0,0,128,0.99);
    border-radius:3px;
    border:transparent;
}
::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,128,0.33);
}

@media screen and (orientation: portrait){
	body { font-size: 2.2vw; padding: 0.5%}
	body * { font-size: 2.2vw }
  .branchProject {margin: 3px;}
	
	.links{
		position: fixed;
	}
  
}