@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* Usual use*/
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Lato', sans-serif;
  color: rgb(51, 51, 51);
  line-height: 1.6;
  background-color: rgb(255, 255, 255);
  zoom: 68.6%;
}
.limba
{
    height: 25px;
    width: 35px;
    padding-top: 4px;
    border-radius: 0;
}
html::-webkit-scrollbar {
  display: none;
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1280px) and (max-height: 720px) {
  html {
     transform: scale(.5);   
  }
}
ul{
    list-style-type: none;
    text-align: center;
}

a{
    text-decoration: none;
    color: #333
}

h1,h2{
  
    font-weight: bold;
    line-height: 1.2;
    margin: 15px;
}

h3{
    font-size: 70px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
img{
    margin-top: 10%;
    width: 80%;
    display: block;
    margin-left: auto;
  margin-right: auto;
    border-radius: 50%;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
/*Exit usual use*/


/*Navbar*/
.navbar{
  /*background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
  background-color: #114779;
  color:  rgb(255, 255, 255);
  z-index: 1000;    
  height:80px;
}
.container
{
    margin: 0 auto;
    overflow: auto;
    padding:0 2%;
}


.navbar a{
    color: white;
    font-size: 20px;
    margin: 0 5px;
}
.navbar a:hover{
    font-size: 23px;
    transition: 0.5s;
}

.insert_bar
{
    background-color: rgb(205, 247, 247); 
    width: 100vw;
    height: auto;
}

.box
{
    width:65%;
    margin: auto;
    margin-top:2%;
    margin-bottom:2%;
    border: 5px solid black;
    background-color: white;
}

.text_box
{
    text-align: center;
}

.text_box h1
{
    font-size: 100px;

}

#canvasVector
{
    position: relative;
    border: 2px solid black;
    width: 2800px;
    height: 100px;
}

#canvas1
{
    position: relative;
    border: 2px solid rgb(0, 0, 0);
    width: auto;
    height: auto;
}

.tabel 
{
    display: grid;
    grid-template-columns: 100%;
}
.caseta
{
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows:80% 10%;
}
/* Footer */
#footer {
	/*background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
  background-color: #114779;
}
#footer .footer {
    display: fixed;
	min-height: 200px;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer h2 {
	color: white;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: .1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}
#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: .3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
	color: white;
	font-size: 1.3rem;
}
  .header {
    padding: 30px;
    text-align: center;
    font-size: 35px;
    justify-content: center;
    align-items: center;
  }
  
  .row {
    display: -webkit-flex;
    display: flex;
  }
  
  .column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
  }

  .column p
  {
    font-family: Verdana;
	font-size: 35px;
	line-height: normal;
	font-variant: normal;
  }
  .text
  {
    margin-left: 5%;
    margin-top: 25%;
  }

  .link
  {
    font-family: Verdana;
    font-size: 35px;
    font-variant: normal;
    font-weight: bold;
    float: left;
    margin-left: 3%;
  }
  .button {
    border-radius: 10px;
    background-color: #114779;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 15px;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  .link2
  {
    font-family: Verdana;
    font-size: 35px;
    font-variant: normal;
    margin-bottom: 3%;
    font-weight: bold;
    margin-left: auto; 
    margin-right:3%;
  }

  .butoninapoi {
    border-radius: 10px;
    background-color: #114779;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 15px;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .butoninapoi span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .butoninapoi span:after {
    content: '\00ab';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .butoninapoi:hover span {
    padding-right: 25px;
  }
  
  .butoninapoi:hover span:after {
    opacity: 1;
    right: 0;
  }
.code
{
	font-family:courier, serif;
	font-style:bold;
	margin:0px;
	padding:0px;
  font-size:110%;
}
.aux
{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}