@media only screen and (max-width: 767px) {
    .Conexion>img{
        position: relative;
        transform: rotate(-43deg);
        left: -40vw;
        top: -25vw;
        width: 160vw;
    }
    .Portada>div:nth-of-type(1){
        padding-top: 15vw;
        font-size: 6vw;
        width: 90vw;
    }
    .Portada>div:nth-of-type(2){
        margin-top: 6vw;
        width: 90vw;
        height: 60vw;
        border-radius: 10px;
    }
    .Content-i>.Forma:nth-of-type(1){
        display: flex;
        flex-direction: column;
    }
    .Content-i>div:nth-of-type(3){
        text-align: start;
        font-size: 6vw;
        margin-left: 5vw;
        margin-top: 20vw;
    }
    .Content-i>div:nth-of-type(4){
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .Content-i>.Forma:nth-of-type(1)>div{
        width: 100%;
    }
    .Content-i>.Forma:nth-of-type(1)>div:nth-of-type(1){
        background-position: left top;
        background-position-x: -30vw;
        background-position-y: -8vw;
        height: 40vw;
    }
    .Content-i>.Forma:nth-of-type(2){
        margin-top: 2vw;
    }
    
    .Content-i>.Forma:nth-of-type(2)>div{
        margin-right: 10vw;
        margin-left: 4vw;
        width: 100%;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(1){
        /* background-position-y: -1.2vw; */
        background-position-x: -4.2vw;
        background-size: 120%;
        height: 60vw;
        width: 92vw;
        margin-top: 5vw;
        margin-bottom: 8vw;
        border-radius: 10px;
    }
    .Bordeado>div:nth-of-type(1){
        margin-top: 2vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
        font-size: 7vw;
        font-weight: 800;
    }
    .Bordeado>div:nth-of-type(2){
        font-size: 4.5vw;
        font-weight: 600;
    }
    .Content-i>.Forma:nth-of-type(1)>div:nth-of-type(2){
        margin-left: 4vw;
    }

    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1){
        font-weight: 600;
        font-size: 7vw;
        margin-bottom: 7vw;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2){
        
        font-size: 4.5vw;
        margin-right: 9vw;
        font-weight: 600;
        margin-bottom: 7vw;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>button{
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 24px;

        /* width: 180px;
        height: 58px; */
        font-weight: 600;
        color: var(--second);
        background: var(--primary);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        border: 0;
        font-size: 4.5vw;
    }
    .Bordeado{
        margin-bottom: 5vw;
    }
    
    .Card{
        width: 80vw;
        height: 125vw;
        padding: 5vw;
        margin-top: 10vw;
        margin-bottom: 2vw;
        margin-left: 8vw;
    }
    .Frente>div:nth-of-type(2){
        margin-top: 5vw;
        font-size: 7vw;
    }
    .Frente>div:nth-of-type(3){
        margin-top: 5vw;
        font-size: 4vw;
    }
    .Respaldo>div{
        font-size: 3.6vw;
    }
    .Empresa>div:nth-of-type(1){
        text-align: start;
        margin-left: 5vw;
        margin-top: 5vw;
        font-size: 6vw;
    }
    .Card-empresa{
        width: 80vw;
        height: 100vw;
        padding: 3vw;
        margin-top: 2vw;
        margin-bottom: 6vw;
        margin-left: 5vw;
    }
    .Card-empresa>div:nth-of-type(1){
        margin-top: 5vw;
        font-size: 7vw;
    }
    .Card-empresa>div:nth-of-type(2){
        margin-top: 5vw;
        font-size: 4vw;
    }
    
    .Card-empresa>img{
        top: -50vw;
        left: 45vw;
        width: 100vw;
        height: 70vw;
    }
    @keyframes slide {
        0%{
            transform: rotate(50deg);
            top: -47vw;
            left: -30vw;
        }
        50%{
            /* transform: rotate(0deg); */
            top: -35vw;
            /* left: 0vw; */
        }
        100%{
            transform: rotate(-95deg);
            top: -35vw;
            left: 30vw;
        }
    }
    @keyframes slide-reves {
        0%{
            transform: rotate(-95deg);
            top: -35vw;
            left: 30vw;
        }
        50%{
            /* transform: rotate(0deg); */
            top: -35vw;
            /* left: 0vw; */
        }
        100%{
            transform: rotate(50deg);
            top: -47vw;
            left: -30vw;
        }
    }
    .Card>img{
        top: -35vw;
        left: 30vw;
        width: 95vw;
        height: 95vw;
    }
    .Card:hover>img{
        top: -47vw;
        left: -30vw;
    }
}
@media only screen and (min-width: 768px){
/* @media only screen and (min-width: 768px) and (max-width: 1023px) { */
    .Conexion>img{
        position: relative;
        transform: rotate(-68deg);
        left: -16vw;
        top: -4vw;
        width: 37vw;
    }
    .Portada>div:nth-of-type(1){
        padding-top: 3vw;
        font-size: 2.6vw;
        width: 55vw;
    }
    
    .Portada>div:nth-of-type(2){
        margin-top: 3vw;
        width: 80vw;
        height: 36vw;
        border-radius: 20px;
    }
    .Content-i{
        background-image: url(../images/Conexion-producto-second.svg);
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-position-x: 70vw;
        /* position: relative; */
    }
    .Content-i>div:nth-of-type(3){
        text-align: center;
        font-size: 2.6vw;
        margin-top: 4vw;
    }
    .Content-i>div:nth-of-type(4){
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .Content-i>.Forma:nth-of-type(1){
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .Content-i>.Forma:nth-of-type(1)>div{
        width: 50%;
    }
    .Content-i>.Forma:nth-of-type(1)>div:nth-of-type(1){
        background-position: left top;
        background-position-x: -10vw;
        background-position-y: -2vw;
    }


    .Content-i>.Forma:nth-of-type(2){
        display: flex;
        flex-direction: row;
        margin-top: 7vw;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(1){
        background-position-y: -1.2vw;
        width: 52%;
        margin-left: 14vw;
        border-radius: 10px;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2){
        width: 48%;
        padding-right: 10vw;
        padding-left: 4vw;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1){
        font-weight: 600;
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2){
        font-weight: 600;
        margin-bottom: 2vw;
    }
    .Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>button{
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 24px;

        /* width: 180px;
        height: 58px; */
        color: var(--second);

        font-weight: 600;
        background: var(--primary);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        border: 0;
    }


    .Bordeado>div:nth-of-type(1){
        margin-right: 13vw;
        margin-top: 2vw;
        padding-bottom: 0.6vw;
        margin-bottom: 0.6vw;
        font-size: 2vw;
        font-weight: 600;
    }
    .Bordeado>div:nth-of-type(2){
        font-size: 1.3vw;
        font-weight: 500;
    }
    .Empresa>div:nth-of-type(1){
        text-align: center;
        margin-top: 4vw;
        font-size: 2.6vw;
    }
    .Card{
        width: 45vw;
        height: 45vw;
        padding: 3vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
        margin-left: 3vw;
    }
    .Frente>div:nth-of-type(2){
        margin-top: 2vw;
        font-size: 3.5vw;
    }
    .Frente>div:nth-of-type(3){
        margin-top: 2vw;
        font-size: 1.5vw;
    }
    .Respaldo>div{
        font-size: 1.5vw;
    }
    .Card-empresa{
        width: 45vw;
        height: 27vw;
        padding: 3vw;
        margin-top: 2vw;
        margin-bottom: 6vw;
        margin-left: 3vw;
    }
    .Card-empresa>div:nth-of-type(1){
        margin-top: 2vw;
        font-size: 2.6vw;
    }
    .Card-empresa>div:nth-of-type(2){
        margin-top: 2vw;
        font-size: 1.5vw;
    }
    .Card-empresa>img{
        top: -17vw;
        left: 35.5vw;
        width: 40vw;
        height: 20vw;
    }
    @keyframes slide {
        0%{
            transform: rotate(50deg);
            top: -32vw;
            left: -18vw;
        }
        50%{
            /* transform: rotate(0deg); */
            top: -25vw;
            /* left: 0vw; */
        }
        100%{
            transform: rotate(-95deg);
            top: -25vw;
            left: 13vw;
        }
    }
    @keyframes slide-reves {
        0%{
            transform: rotate(-95deg);
            top: -25vw;
            left: 13vw;
        }
        50%{
            /* transform: rotate(0deg); */
            top: -25vw;
            /* left: 0vw; */
        }
        100%{
            transform: rotate(50deg);
            top: -32vw;
            left: -18vw;
        }
    }
    .Card>img{
        top: -25vw;
        left: 13vw;
        width: 55vw;
        height: 55vw;
    }
    .Card:hover>img{
        top: -32vw;
        left: -18vw;
    }
}
.Conexion{
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.Conexion>img{
    z-index: -1;
}
.Portada{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.Portada>div:nth-of-type(1){
    font-weight: 600;
    line-height: 120%;
    color: var(--primary);
}
.Portada>div:nth-of-type(2){
    background-image: url(../images/v197_446.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.Content-i{
    display: flex;
    flex-direction: column;
}
.Content-i>.Forma:nth-of-type(1)>div:nth-of-type(1){
    background-image: url(../images/Mano.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.Content-i>.Forma:nth-of-type(1)>div:nth-of-type(2){
    display: flex;
    flex-direction: column;
    margin-top: 2vw;
}
.Content-i>div:nth-of-type(3){
    font-weight: 600;
    line-height: 120%;
    color: var(--primary);
}
.Content-i>.Forma:nth-of-type(2)>div:nth-of-type(1){
    background-image: url(../images/v162_567.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2){
    display: flex;
    flex-direction: column;
}

.Bordeado{
    padding-right: 10vw;
}
.Bordeado>div:nth-of-type(1){
    border-bottom: 2px solid var(--second);
    line-height: 150%;
    color: var(--primary);

}
.Bordeado>div:nth-of-type(2){
    line-height: 150%;
    color: var(--primary);
}

.Content-i>.Forma:nth-of-type(2)>div:nth-of-type(2)>div{
    line-height: 150%;
    color: var(--primary);
}

.Scroll-productos{
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    display: -webkit-inline-box;
    width: 100%;
}
.Card{
    position: relative;
    overflow:hidden;
    background: var(--fondo);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
.Card>img{
    position: absolute;
    animation: slide 0.5s linear;
    transform: rotate(-95deg);
    
}
.Card:hover>img{
    position: absolute;
    animation:  slide-reves 0.5s linear;
    transform: rotate(50deg);
}

.Scroll-productos>.Card:nth-of-type(1){
    margin-left: 5vw;
}

.Card:hover>.Frente{
    display: none;
}
.Card:hover>.Respaldo{
    display: contents;
}
.Respaldo{
    display: none;
}
.Respaldo>div{
    font-weight: 500;
    line-height: 150%;
    color: var(--primary);
    margin-bottom: 1vw;
}

.Frente>div:nth-of-type(2){
    font-weight: 600;
    line-height: 150%;
    /* identical to box height, or 74px */

    /* Blue #1 */
    color: var(--second);

}
.Frente>div:nth-of-type(3){
    font-weight: 400;
    line-height: 150%;
    color: var(--primary);

}


.Card-empresa{
    position: relative;
    overflow:hidden;
    background: var(--fondo);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
.ultimo{
    margin-right: 3vw;
}
.Card-empresa>img{
    position: absolute;
    transform: rotate(105deg);
}
.Card-empresa>div:nth-of-type(1){
    font-weight: 600;
    line-height: 150%;
    color: var(--second);

}
.Card-empresa>div:nth-of-type(2){
    font-weight: 400;
    line-height: 150%;
    color: var(--primary);
}
.Empresa>div:nth-of-type(1){
    text-align: center;
    font-weight: 600;
    line-height: 120%;
    color: var(--primary);
}
.Icon-B{
    /* list-style-image: url('../images/bullet.jpg');*/
    content: url(../images/Icon-B.svg);
    margin-right: 1vw;
    position: relative;
    top: -0.3vw;
}
.Icon-P{
    content: url(../images/Icon-parrafo.svg);
    margin-right: 1vw;
    position: relative;
    top: -0.3vw;
}