@font-face{
  font-family: "vcr";
  src: local('vcr'), url(../assets/VCR_OSD_MONO.ttf);
  font-display: swap;
}

:root {
  --primary: #7d929e;
  --secondary: #344256;
  --tertiary: #3b6978;
  --white: #ffffff;
}

body{
  color: var(--secondary);
  font-size: 18px;
  font-family: "vcr", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6{ color: var(--secondary);}

a{ color:var(--tertiary);}

.text-justify{ text-align: justify;}

.text-left{ text-align: left;}



.material-icons{
  margin-left: 5px;
  margin-top: -5px;
  text-align: center;
  vertical-align: middle;
}

  /* menu nav */

nav { background: var(--secondary);}

.navbar-brand{
  color: var(--white);
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}

.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link  {
  color: var(--white);
}

#nav_img{
  margin-right: 10px;
  border-radius: 10%;
}

#nav_img:hover{
  box-shadow: 0 20px 40px -5px #091e424d;
  transform: translateY(5px);
}

.navbar-nav .nav-link{ font-size: 20px;}

ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #3b6978;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

ul li a:hover {
  color: var(--white);
}

ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

  /* introduccion */

.header-1{ margin-top: 50px;}

.logo_img{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 10%;
  height: 10%;
  border-radius: 10%;
  -ms-interpolation-mode: nearest-neighbor; /* ie */
  image-rendering: crisp-edges; /* ff */
  image-rendering: pixelated; /* chrome */
}

.logo_img:hover{
  box-shadow: 0 20px 40px -5px rgba(9,30,66,.3);
  transform: translateY(5px);
}


  /* Downloads */

.downloads{ color:#000;}

.btn-gray {
  color: #fff;
  background-color: #3b6978;
  border-color: #3b6978;
  box-shadow: none; 
  font-size: 1.3rem;
}

.btn-danger:hover {
    color: #fff;
    background-color: #204051;
    border-color: #204051; 
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: none, 0 0 0 0.2rem #f65f5480; 
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #3b6978;
    border-color: #3b6978; 
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #204051;
    border-color: #204051; 
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem #f65f5480; 
}

.icons-dowloads{ color: var(--primary);}

#repo{
  width: 65%;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-copy{
  color: #fff;
  background-color: #3b6978;
  border-color: #3b6978;
  font-size: small;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
.logo_img { display: none!important;}
}

/* Resources */

.resourceImage{
  height: 75%;
  width: 75%;
}

.resources a {font-size: 20px;}

.cardRow { margin-bottom: 30px;}

  /* Footer */

footer{ font-size: 14px; }

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.social_footer_ul { display:table; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#000000; border:1px solid #000000; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.social:hover { color: var(--secondary);}

#pcImage{
  width: 70%;
  height: 100%;
  border-radius: 10%;
  margin-left: 10%;
}

.comunity{
  margin-top: 75px;
  margin-left: -10%;
}

@media screen and (max-device-width:700px), screen and (max-width:700px) {
  .comunity{ display: none;}
}