.menu {

    grid-template-columns: 1fr auto;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.menu {
    animation: change-color linear forwards;
    animation-timeline: scroll(root block);
}

#navbarText a {
    animation: change-color-text linear forwards;
    animation-timeline: scroll(root block);
}

a.btn.btn-warning.fw-bold.rounded-pill {
    color: black !important;
}

@keyframes change-color-text {
    from {
        color: white;
    }

    to {
        color: #000;
    }
}

@keyframes change-color {
    from {
        background: transparent;

    }

    to {
        background: white;
    }
}
.sombra{
    -webkit-box-shadow: -3px 0px 21px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 0px 21px -6px rgba(0,0,0,0.75);
box-shadow: -3px 0px 21px -6px rgba(0,0,0,0.75);
}
.radius {
    border-radius: 20px !important;
    -webkit-box-shadow: -3px 0px 21px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 0px 21px -6px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 0px 21px -6px rgba(0, 0, 0, 0.75);
}

.radius>img {
    border-radius: 20px !important;
}

.hero {
    background-image: url("../img/webpconverter/fondo1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}

.capa1{
        background: #e67e22;
		opacity:30%;
      }
.bg-service {
    padding: 50px;
        background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(218,218,218,1) 100%);

}
.bg-contacto {
    background-image: url("../img/webpconverter/contacto.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;}


.form-contacto {
    padding:60px;
    background:#000;
    height:100vh;
    width:100vw;
    position:absolute;
    opacity:20%;
    
}
.contacto form{
	position: absolute;        
}
.text-p1{
    text-shadow: 0.1em 0.1em 0.2em black !important;
}

