html {
  scroll-padding-top: 70px; 
}

body {
    font-family: 'Roboto', sans-serif;
    background-color:lightgray;
    padding-top: 60px;
    background: url(../assets/background_invert.png) center/cover no-repeat;
}

.borde {
    text-align: center;
}

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

.navbar-toggler-colors {
    background-color: white; 
    color: black;
}

.logo {
    border-radius: 8px;
}

.cara-img {
    border-radius: 100px;
    height: 150px;
    margin: 10px;
}

.navbar-sep {
    margin-top: 70px;
}

.tec-icono {
    width: 50px;
    margin: 10px;
    transition: ease-in-out 0.3s;
}

.tec-icono:hover {
    transform: scale(1.1);
    transition: .3s;
}

/* .tec-icono:hover + .tec-descrip {
    color:dodgerblue;
} */

.next-icon {
    width: 50px;
    margin: 10px;
    transition: ease-in-out 0.3s;
    opacity: 0.5;
}

.next-icon:hover {
    transform: scale(1.1);
    transition: .3s;
    opacity: 1;
}

.icono {
    width: 20px;
    margin: 5px;
    transition: ease-in-out .3s;
}

.icono:hover {
    transform: scale(1.3);
    transition: .3s;
}

address {
    display: inline;
    margin: 0;            
    padding: 0;           
}

.address {
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-icon {
    width: 20px;
    margin: 5px;
}

.download-icon {
    width: 20px;
    margin: 5px;
}

.tec-descrip, h3 {
    padding: 15px;
}

p {
    font-size: large;
}

footer a {
    text-decoration: none;
}

span[class*="carousel-control"] {
    background-color: black;
    border-radius: 100px;
}

img.preview{
    border: 3px #000 solid;
    border-radius: 20px;
    margin: 0 0 20px 0;
    padding: 0;
}

.download {
    margin-bottom: 20px;
}

.text-decoration-none { 
    text-decoration: none; 
}

.disabled-link {
    pointer-events: none; 
    color: rgba(248,249,250, 0.65);         
    cursor: default;
}

/* a {
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
} */

.nav-link {
    transition: background-size 0.3s ease, color 0.3s ease;
}

a.navbar-brand, a.social-ref {
    transition: none;
}

a.navbar-brand:hover, a.social-ref:hover {
    background-size: 0% 0px !important;
}

a {
  color:lightseagreen;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  transition: background-size 0.3s ease, color 0.3s ease;
}

a:hover {
  color:#212529;
  background-size: 100% 2px;
}

.h1-custom {
    margin-bottom: 20px;
}

.h3-custom {
    margin-bottom: 20px;
}

.h5-custom {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}