*,
*::before
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Social{
    top: 0;
    width: 100%;
    height: 4.8vh;
    background:  #dadfe2;
    position: fixed;
    z-index: 1000;
    opacity: 0.8;
}
.card-R {
    display: flex;
    height: 6vh;
    width: 20%;
    float: right;
    margin-top: 1%;
    margin-right:10%;
}
.card-R svg {
    display: flex;
    width: 2vw;
    height: 3vh;
    font-size: 24vh;
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.25s;
    z-index: 2;
    cursor: pointer;
    float: left;
}
.card-R .social-link1,.card-R .social-link2,.card-R .social-link3,.card-R .social-link4 {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1vh;
    color: blue;
    font-size: 24vh;
    text-anchor: start;
    text-decoration: none;
    transition: 0.25s;
    border-radius: 50%;
    margin-right: 2%;
    margin-top: 4px;

}
.card-R svg {
    transform: scale(1);
    
}
.card-R .social-link1 p{
    font-size: 3vh;
    white-space: nowrap;
    margin-right: 3%;
    margin-top: 10%;
}
.card-R .social-link1:hover {
    color: blue;
    opacity: 0.5;

}
.card-R .social-link2:hover {
    background: blue;
    color: #ffffff;
    height: 4vh;
    width: 9vw;
    animation: bounce_613 0.4s linear;
}
.card-R .social-link3:hover {
    background: blue;
    color: #ffffff;
    height: 4vh;
    width: 9vw;
    animation: bounce_613 0.4s linear;
}
.card-R .social-link4:hover {
    background: blue;
    color: #ffffff;
    height: 4vh;
    width: 9vw;
    animation: bounce_613 0.4s linear;
}
@keyframes bounce_613 {
    40% {
    transform: scale(1.4);
    }
    80% {
    transform: scale(1.2);
    }
    100% {
    transform: scale(1);
    }
}
nav{
    background: #dadfe2;
    display: flex;
    align-items: center;
    padding: 0 5%;
    width: 100%;
    height: 10vh;
    backdrop-filter: blur(25px);
    position: fixed;
    top: 4.8%;
    z-index: 100;
    opacity: 0.8;
}
.Logo{
    display: flex;
    align-items: center;
    gap: 1.5vw;
}
.Logo img{
    height: 10vh;
    margin-top: -4vh;
}
.Logo h1{
    font-size: 3.5vh;
    color: #013253;
    margin-right: 3%;
    width: 90%;
    text-wrap: nowrap;
}
.navegador{
    display: flex;
    gap: 1rem;
}
.navegador li{
    list-style-type: none;
}
.navegador li a{
    font-size: 3vh;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    padding: 2vh 1vw;
    border-radius: 99px;
    text-wrap: nowrap;
    transition: 150ms;
    
}

.navegador li a:hover{
    background: #3a57fa;
    filter: brightness(1.4);
}
img{
    height: 7vh;
}
input{
    display: none;
}
.menu{
    display: none;
}
.Btn {
    width: 5vw;
    height: 9vh;
    border: none;
    border-radius: 50%;
    background: linear-gradient(-50deg,#97b5e1,#085bd8,#dce0e6);
    background-size: 250%;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .5s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}
.login-icon {
    fill: white;
    width: 7vw;
    height: 5vh;
}
.Btn:hover {
    background-position: right;
    transition-duration: .5s;
}
ul{
    margin-left: 15%;
}
button{
    margin-left: 2%;
}
img{
    max-width: 100%;
}
body, html{
    margin: 0;
    padding: 0;
    font-family:'Montserrat' ;
}
body{
    min-height: 100vh;
    bottom: 20%;
    align-items: center;
    background-color: #2a2828;
    background: linear-gradient(to right, #2a2828, #2b4c7e );
}
.Productos_S{
    padding: 8% 0 2% 2%;
    font-size: 8vh;
    font-weight: 400;
    color: #ffffff;
}
main{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6%;
    padding: 0 4% 45% 7%;
    overflow: hidden;
    position: relative;
}
.card{
    position: relative;
    display: flex;
    align-items: flex-end;
    width:40vh;
    height: 30vw;
    padding: 15% 9%;
    background: #ffffff;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    border-radius: 9%;
    top: 1%;
    margin-bottom: 5%;
    z-index: 1;
}
.card:hover{
    transform: translateY(6%);
}
.card:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(208, 195, 195, 0.5), rgb(16, 90, 227));
    transition: all 0.5s;
    opacity: 0;
    border-radius: 9%;
}
.card:hover:after{
    opacity: 1;
}
.card > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 9%;
}
.card .info{
    position: relative;
    z-index: 3; 
    color: #ffffff;
    opacity: 0;
    transform: translateY(6%);
    transition: all 0.5s;
}
.card:hover .info{
    opacity: 1;
    transform: translateY(0%);
}
.card .info h3{
    font-size: 6vh;
    margin: 0;
}
.card .info p{
    letter-spacing: 0.1vh;
    font-size: 2.4vh;
    margin: 1% 0 5vh;
    line-height: 130%;
}
.card .info .btn{
    text-decoration: none;
    padding: 4% 6%;
    background: #ffffff;
    color: #4b5563;
    font-size: 2.3vh;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in;
    width: 30%;
    text-align: center;
}
.card .info .btn:hover{
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    background-color: #7c8071;
    color: #ffffff;
}
.card-C{
    position: relative;
    display: flex;
    align-items: flex-end;
    width:40vh;
    height: 30vw;
    padding: 15% 9%;
    background: #ffffff;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    border-radius: 9%;
    top: 1%;
    margin-bottom: 5%;
    z-index: 1;
    margin-left: 55%;
}
.card-C:hover{
    transform: translateY(6%);
}
.card-C:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(208, 195, 195, 0.5), rgb(16, 90, 227));
    transition: all 0.5s;
    opacity: 0;
    border-radius: 9%;
}
.card-C:hover:after{
    opacity: 1;
}
.card-C > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 9%;
}
.card-C .info{
    position: relative;
    z-index: 3; 
    color: #ffffff;
    opacity: 0;
    transform: translateY(6%);
    transition: all 0.5s;
}
.card-C:hover .info{
    opacity: 1;
    transform: translateY(0%);
}
.card-C .info h3{
    font-size: 6vh;
    margin: 0;
}
.card-C .info p{
    letter-spacing: 0.1vh;
    font-size: 2.4vh;
    margin: 1% 0 5vh;
    line-height: 130%;
}
.card-C .info .btn{
    text-decoration: none;
    padding: 4% 6%;
    background: #ffffff;
    color: #4b5563;
    font-size: 2.3vh;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in;
    width: 30%;
    text-align: center;
}
.card-C .info .btn:hover{
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    background-color: #7c8071;
    color: #ffffff;
}
footer{
    background: linear-gradient(to bottom, #dadfe2, #000000);
    height: 40%;
    width: 100%;
    display: flex;
    color: white;
    margin: 0;
    top: 100;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 3%;
}
.Logo_F img{
    margin-top: 1.5%;
    display: flex;
    position: absolute;
}
.Logo_F{
    color: #013253;
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 1%;
    
}
.Logo_F h2{
    margin-bottom: 1%;
    width: 100%;
    margin-left: 27%;
    display: flex;
    font-size: 4vh;
    margin-top: 1.5%;
}
.Logo_F p{
    font-size: 2vh; 
    width: 90%;
    padding: 0;
    font-weight: 900;
    margin-top: 1%;
}
.Service h2{
    font-size: 4vh;
    width: 30%;
    margin-left: 15%;
    margin-top: -0.5px;
}
.Service ul{
    width: 60%;
    margin-top: 1vh;
}
.Service li{
    margin-top: 3vh;
    color: white;
    padding: 0;
    width: 100%;
    margin-left: -2vw;
    margin-right: 2vw;
    font-size: 2.3vh;
}
.Map{
    margin-left: -6vw;
    height: 32vh;
    width: 25vw;
}
.Sub-Menu h2{
    display: inline;
    margin-left: 3vw;
    margin-top: 1%;
    font-size: 4vh;
}
.Sub-Menu ul{
    list-style: none;
    text-wrap: nowrap;
    margin-top: 2vh;
}
.Sub-Menu li a{
    font-size: 2.3vh;
    text-decoration: none;
    padding: 0;
    color: white;
    line-height: 1vh;
    font-weight: 400;
    margin-left: -2vw;
}
.Sub-Menu li a:hover{
    color: #2480cc;
}
.Sub-Menu li{
    margin-top: 2vh;
}