@media only screen and (max-width: 767px) {
    
    .Info{
        margin: 5vw;
        margin-top: 20vw;
    }
    .Portada{
        height: 190vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .Portada>div:nth-of-type(1){
        width: 100%;
        height: 65%;
    }
    
    .Portada>div:nth-of-type(2){
        width: 100%;
        height: 35%;
        background-size: 100%;
    }
    .Card{
        width: 90%;
        margin-bottom: 6vw;
        padding: 7vw;
        height: 30vw;
    }
    
    .Card>div:nth-of-type(1)>img{
        width: 9vw;
        height: 12vw;
    }
    
    .Card>div:nth-of-type(2){
        margin-top: 2vw;
        padding-bottom: 0.5vw;
        border-bottom: 2px solid var(--primary);
        font-size: 6vw;
    }
    .Info-Beneficio>div:nth-of-type(1){
        margin-top: 3vw;
    }
    .Info-Beneficio>div{
        font-size: 4vw;
    }
    .Beneficio{
        width: 3vw;
        height: 3vw;
    }
    
    .Info-Beneficio:hover>div:nth-of-type(1)>.Beneficio{
        width: 3vw;
        height: 3vw;
    }
    @keyframes Card-slide-reves {
        0%{
            height: 76vw;
        }
        25%{
            height: 66vw;
        }
        50%{
            height: 46vw;
        }
        70%{
            height: 36vw;
        }
        100%{
            height: 30vw;
        }
    }
    @keyframes Card-slide {
        0%{
            height: 30vw;
        }
        25%{
            height: 36vw;
        }
        50%{
            height: 46vw;
        }
        70%{
            height: 66vw;
        }
        100%{
            height: 76vw;
        }
    }
    .Info>.active:nth-of-type(1), .Info>.active:nth-of-type(2){
        height: 70vw ;
        animation: Card-slide 0.5s linear;
    }
    .Info>.inactive:nth-of-type(1), .Info>.inactive:nth-of-type(2){
        height: 30vw ;
        animation: Card-slide-reves 0.5s linear;
    }

    @keyframes Card-slide-reves-after {
        0%{
            height: 156vw;
        }
        25%{
            height: 125vw;
        }
        50%{
            height: 95vw;
        }
        70%{
            height: 65vw;
        }
        100%{
            height: 39vw;
        }
    }
    @keyframes Card-slide-after {
        0%{
            height: 39vw;
        }
        25%{
            height: 65vw;
        }
        50%{
            height: 95vw;
        }
        70%{
            height: 125vw;
        }
        100%{
            height: 156vw;
        }
    }
    .Info>.Card:nth-of-type(3), .Info>.Card:nth-of-type(4){
        height: 39vw;
    }
    
    .Info>.active:nth-of-type(3), .Info>.active:nth-of-type(4){
        height: 156vw;
        animation: Card-slide-after 0.5s linear;
    }
    .Info>.inactive:nth-of-type(3), .Info>.inactive:nth-of-type(4){
        height: 39vw ;
        animation: Card-slide-reves-after 0.5s linear;
    }
    
    .Card>img:nth-of-type(1){
        width: 65%;
        height: 38vw;
        left: 45vw;
        top: -13vw;
    }
    .Portada>div:nth-of-type(1)>div:nth-of-type(1){
        padding-left: 6vw;
        padding-right: 4vw;
        font-size: 7vw;
    }
    
    .Portada>div:nth-of-type(1)>div:nth-of-type(2){
        padding-left: 6vw;
        padding-right: 4vw;
        font-size: 4vw;
    }
    .Portada>div:nth-of-type(1)>div:nth-of-type(3){
        padding-left: 6vw;
        padding-right: 4vw;
    }
    .Portada>div:nth-of-type(1)>div:nth-of-type(3)>button{
        font-size: 4vw;
    }
    .Portada>div:nth-of-type(1)>.Imag-top{
        top: -42vw;
        left: 42vw;
        width: 60%;
    }
    .Portada>div:nth-of-type(1)>.Imag-bottom{
        
        width: 70%;
        top: 45.4vw;
        left: -28vw;
    }
    .Info-Img>img:nth-of-type(1){
        width: 160vw;
        left: 13vw;
        top: -40vw;
        transform: rotate(-55deg);
    }
}
@media only screen and (min-width: 768px) {
    .Info{
        margin: 5vw;
    }
    .Portada{
        
        height: 50vw;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .Portada>div:nth-of-type(1){
        width: 50%;
        height: 100%;
    }
    .Portada>div:nth-of-type(2){
        width: 50vw;
        height: 100%;
        background-position-x: -16vw;
        background-size: 160%;
        background-position-x: -16vw;
    }
    .Card{
        width: 39%;
        margin-bottom: 2vw;
        padding: 4vw;
        height: 9.4vw;
    }
    
    .Card:nth-of-type(2n){
        margin-left: 3vw;
    }
    
    .Card>div:nth-of-type(1)>img{
        width: 3.5vw;
        height: 4vw;
    }
    .Card>div:nth-of-type(2){
        padding-bottom: 0.5vw;
        border-bottom: 3.5px solid var(--primary);
        font-size: 2vw;
    }
    .Info-Beneficio>div:nth-of-type(1){
        margin-top: 1.5vw;
    }

    .Info-Beneficio>div{
        font-size: 1.2vw;
    }
    .Beneficio{
        width: 1vw;
        height: 1vw;
    }
    .Info-Beneficio:hover>div:nth-of-type(1)>.Beneficio{
        width: 1vw;
        height: 1vw;
    }
    @keyframes Card-slide-reves {
        0%{
            height: 19.5vw;
        }
        25%{
            height: 17vw;
        }
        50%{
            height: 15vw;
        }
        70%{
            height: 12vw;
        }
        100%{
            height: 9.4vw;
        }
    }
    @keyframes Card-slide {
        0%{
            height: 9.4vw;
        }
        25%{
            height: 12vw;
        }
        50%{
            height: 15vw;
        }
        70%{
            height: 17vw;
        }
        100%{
            height: 19.5vw;
        }
    }
    .Info>.active:nth-of-type(1), .Info>.active:nth-of-type(2){
        height: 19.5vw ;
        animation: Card-slide 0.5s linear;
    }
    .Info>.inactive:nth-of-type(1), .Info>.inactive:nth-of-type(2){
        height: 9.4vw ;
        animation: Card-slide-reves 0.5s linear;
    }


    @keyframes Card-slide-reves-after {
        0%{
            height: 32vw;
        }
        25%{
            height: 25vw;
        }
        50%{
            height: 20vw;
        }
        70%{
            height: 15vw;
        }
        100%{
            height: 9.4vw;
        }
    }
    @keyframes Card-slide-after {
        0%{
            height: 9.4vw;
        }
        25%{
            height: 15vw;
        }
        50%{
            height: 20vw;
        }
        70%{
            height: 25vw;
        }
        100%{
            height: 32vw;
        }
    }

    .Info>.active:nth-of-type(3), .Info>.active:nth-of-type(4){
        height:32vw;
        animation: Card-slide-after 0.5s linear;
    }
    .Info>.inactive:nth-of-type(3), .Info>.inactive:nth-of-type(4){
        height: 9.4vw ;
        animation: Card-slide-reves-after 0.5s linear;
    }
    .Card>img:nth-of-type(1){
        width: 55%;
        height: 18vw;
        left: 25vw;
        top: -5vw;
    }
    
    .Portada>div{
        padding-left: 6vw;
        padding-right: 4vw;
    }
    .Portada>div:nth-of-type(1)>div:nth-of-type(1){
        font-size: 3vw;
    }
    .Portada>div:nth-of-type(1)>div:nth-of-type(2){
        font-size: 1.5vw;
    }
    .Portada>div:nth-of-type(1)>div:nth-of-type(3)>button{
        font-size: 1.5vw;
    }
    .Portada>div:nth-of-type(1)>.Imag-top{
        top: -22vw;
        left: 22vw;
        width: 70%;
    }
    .Portada>div:nth-of-type(1)>.Imag-bottom{
        width: 90%;
        top: 25.4vw;
        left: -8vw;
    }
    .Info-Img>img:nth-of-type(1){
        width: 50vw;
        left: 78vw;
        top: -20vw;
        transform: rotate(-45deg);
    }
}
.Portada{
    width: 100%;
    display: flex;
}
.Portada>div:nth-of-type(1){
    background: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.Portada>div:nth-of-type(1)>div:nth-of-type(1){
    font-weight: 700;
    line-height: 150%;
    color: var(--fondo);
}
.Portada>div:nth-of-type(1)>div:nth-of-type(2){
    font-weight: 500;
    line-height: 150%;
    color: var(--second);
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.Portada>div:nth-of-type(1)>div:nth-of-type(3)>button{
    padding: 14px 24px;
    font-weight: 600;
    color: var(--primary);
    background: var(--fondo);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 0;
}
.Portada>div:nth-of-type(1)>.Imag-top{
    position: absolute;
    transform: rotate(140deg);
    height: 100%;
}
.Portada>div:nth-of-type(1)>.Imag-bottom{
    position: absolute;
    height: 100%;
    transform: rotate(42deg);
}
.Portada>div:nth-of-type(2){
    background-image: url(../images/v177_1752.png);
    
    /* background-position-y: -3vw; */
    background-repeat: no-repeat;
}
.Info-Img{
    position: relative;
    overflow: hidden;
}
.Info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.Card{
    position: relative;
    overflow:hidden;
    background: var(--fondo);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.Card>div:nth-of-type(2){
    font-weight: 600;
    line-height: 150%;
    color: var(--primary);


}
.Info-Beneficio>div{
    font-weight: 500;
    line-height: 150%;
}
.Info-Beneficio>div:nth-of-type(1){
    color: var(--second);
}

.Info-Beneficio>div:nth-of-type(2){
    margin-top: 2vw;
    color: var(--primary);
}
.Beneficio{
    content: url(../images/Icon-B-second.svg);
    animation: slide-reves 0.3s linear;
}
.Info-Beneficio:hover>div:nth-of-type(1)>.Beneficio{
    content: url(../images/Icon-B-second.svg);
    transform: rotate(180deg);
    animation: slide 0.3s linear;
}

@keyframes slide-reves {
    0%{
        transform: rotate(180deg);
    }
    50%{
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes slide {
    0%{
        transform: rotate(0deg);
    }
    50%{
        
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(180deg);
    }
}
.Info-Img>img:nth-of-type(1){
    position: absolute;
}
.Info-Img>.Fondo{
    background-image: url(../images/Conexion-movil.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(20deg);
    width: 100%;
    height: 60vw;
    left: -15%;
    top: 110%;
}

.Card>img:nth-of-type(1){
    position: absolute;
    transform: rotate(140deg);
}