@media screen and (max-width: 799px) {
    .Ordenar {
        display: flex;
        flex-wrap: wrap;
        width: 99%;
        padding-top: 0%;
    }

    .container1 {
        width: 90%;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card {
        top: 50%;
        left: 50%;
        transform: translate(0%, 0%);
        width: 80vh;
        height: 30vh;
        margin: 0 2% 2% 0.5%;
    }

    .card .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .card .image img {
        width: 100%;
        transition: .5s;
    }

    .card:hover .image img {
        opacity: .5;
        transform: translateX(30%);
        /*100%*/
    }

    .card .details {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        /*100%*/
        height: 100%;
        background: #ffc107;
        transition: .5s;
        transform-origin: left;
        transform: perspective(2000px) rotateY(-90deg);
    }

    .card:hover .details {
        transform: perspective(2000px) rotateY(0deg);
    }

    .card .details .center {
        padding: 20px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    .card .details .center h1 {
        margin: 0;
        padding: 0;
        color: #ff3636;
        line-height: 20px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .card .details .center h1 span {
        font-size: 14px;
        color: #262626;
    }

    .card .details .center p {
        margin: 10px 0;
        padding: 0;
        color: #262626;
    }

    .card .details .center ul {
        margin: 10px auto 0;
        padding: 0;
        display: table;
    }

    .card .details .center ul li {
        list-style: none;
        margin: 0 5px;
        float: left;
    }

    .card .details .center ul li a {
        display: block;
        background: #262626;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform: .5s;
    }

    .card .details .center ul li a:hover {
        background: #ff3636;
    }



    .slider {
        height: 450px;
        width: 80vw;
        display: flex;
        perspective: 1000px;
        position: relative;
        align-items: center;
    }

    .box1 {
        background: url('https://www.pngfind.com/pngs/m/150-1506020_file-html-logo-html5-css3-logo-png-transparent.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box2 {
        background: url('https://upload.wikimedia.org/wikipedia/commons/2/27/PHP-logo.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box3 {
        background: url('https://www.freepnglogos.com/uploads/logo-mysql-png/logo-mysql-mysql-logo-png-transparent-svg-vector-bie-supply-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box4 {
        background: url('https://facucast.github.io/Porfolio/images/visualbasic.png');
        background-position: center;

        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box5 {
        background: url('https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }

    .box6 {
        background: url('https://facucast.github.io/Porfolio/images/access.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;

        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }


    .box7 {
        background: url('https://facucast.github.io/Porfolio/images/wordpress.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;

        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }
    .box8 {
        background: url('https://facucast.github.io/Porfolio/images/Python.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;

        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }

    .slider [class*="box"] {
        /*   float: left; */
        overflow: hidden;
        border-radius: 20px;
        transition: all 1s cubic-bezier(0.1, 0.5, 0.27, 1.55);/*0.68, -0.6, 0.32, 1.6);*/
        position: absolute;
    }

    .slider [class*="box"]:nth-child(6),
    .slider [class*="box"]:nth-child(1) {
        width: 0vh;
        height: 0vh;
        transform: scale(0.2) translate(-50%, -50%);
        top: 10%;
        z-index: 1;
    }

    .slider [class*="box"]:nth-child(2),
    .slider [class*="box"]:nth-child(6) {
        width: 0vh;
        height: 0vh;
        transform: scale(0.4) translate(-50%, -50%);
        top: 20%;
        z-index: 2;
    }

    .slider [class*="box"]:nth-child(3),
    .slider [class*="box"]:nth-child(5) {
        width: 40vh;
        height: 25vh;
        transform: scale(0.6) translate(-50%, -50%);
        top: 30%;
        z-index: 3;
    }

    .slider [class*="box"]:nth-child(4) {
        width: 50vw;
        height: 30vh;
        border-color: #c92026;
        color: #fff;
        transform: scale(1) translate(-50%, -50%);
        top: 45%;
        z-index: 4;
    }

    .slider [class*="box"]:nth-child(1) {
        left: -13%;
    }

    .slider [class*="box"]:nth-child(2) {
        left: -5%;
    }

    .slider [class*="box"]:nth-child(3) {
        left: 10%;
    }

    .slider [class*="box"]:nth-child(4) {
        left: 50%;
    }

    .slider [class*="box"]:nth-child(5) {
        left: 50%;
    }

    .slider [class*="box"]:nth-child(6) {
        left: 37%;
    }

    .slider .firstSlide {
        -webkit-animation: firstChild 1s;
        animation: firstChild 1s;
    }

    /*Animation for buyers landing page slider*/
    @-webkit-keyframes firstChild {
        0% {
            left: 100%;
            transform: scale(0.2) translate(-50%, -50%);
        }

        100% {
            left: -13%;
            transform: scale(0.2) translate(-50%, -50%);
        }
    }

    @keyframes firstChild {
        0% {
            left: 100%;
            transform: scale(0.2) translate(-50%, -50%);
        }

        100% {
            left: -13%;
            transform: scale(0.2) translate(-50%, -50%);
        }
    }
}

@media screen and (min-width: 800px) {
    .Ordenar {
        display: flex;
        flex-wrap: wrap;
        width: 99%;
        padding-top: 10%;
    }

    .card {
        top: 50%;
        left: 50%;
        transform: translate(0%, -50%);
        width: 360px;
        height: 208px;
        margin: 0 2% 2% 0.5%;
    }

    .card .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .card .image img {
        width: 100%;
        transition: .5s;
    }

    .card:hover .image img {
        opacity: .5;
        transform: translateX(30%);
        /*100%*/
    }

    .card .details {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        /*100%*/
        height: 100%;
        background: #ffc107;
        transition: .5s;
        transform-origin: left;
        transform: perspective(2000px) rotateY(-90deg);
    }

    .card:hover .details {
        transform: perspective(2000px) rotateY(0deg);
    }

    .card .details .center {
        padding: 20px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .card .details .center h1 {
        margin: 0;
        padding: 0;
        color: #ff3636;
        line-height: 20px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .card .details .center h1 span {
        font-size: 14px;
        color: #262626;
    }

    .card .details .center p {
        margin: 10px 0;
        padding: 0;
        color: #262626;
    }

    .card .details .center ul {
        margin: 10px auto 0;
        padding: 0;
        display: table;
    }

    .card .details .center ul li {
        list-style: none;
        margin: 0 5px;
        float: left;
    }

    .card .details .center ul li a {
        display: block;
        background: #262626;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform: .5s;
    }

    .card .details .center ul li a:hover {
        background: #ff3636;
    }


    .container1 {
        /*width: 90vw;*/
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider {
        height: 750px;
        width: 90vw;
        display: flex;
        perspective: 1000px;
        position: relative;
        align-items: center;
    }

    .box1 {
        background: url('https://www.pngfind.com/pngs/m/150-1506020_file-html-logo-html5-css3-logo-png-transparent.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box2 {
        background: url('https://upload.wikimedia.org/wikipedia/commons/2/27/PHP-logo.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box3 {
        background: url('https://www.freepnglogos.com/uploads/logo-mysql-png/logo-mysql-mysql-logo-png-transparent-svg-vector-bie-supply-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box4 {
        background: url('https://facucast.github.io/Porfolio/images/visualbasic.png');
        background-position: center;

        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;
    }

    .box5 {
        background: url('https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: #ece9e9;
        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }

    .box6 {
        background: url('https://facucast.github.io/Porfolio/images/access.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;

        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }
    .box7 {
        background: url('https://facucast.github.io/Porfolio/images/wordpress.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;

        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }
    .box8 {
        background: url('https://facucast.github.io/Porfolio/images/Python.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #ece9e9;

        border-top: 1px solid #ffc107;
        border-right: 1px solid #ffc107;
        border-bottom: 1px solid #ffc107;
        border-left: 1px solid #ffc107;

    }

    .slider [class*="box"] {
        /*   float: left; */
        overflow: hidden;
        border-radius: 20px;
        transition: all 1s cubic-bezier(0.1, 0.5, 0.27, 1.55);
        position: absolute;
    }

    .slider [class*="box"]:nth-child(6),
    .slider [class*="box"]:nth-child(1) {
        width: 0vh;
        height: 0vh;
        transform: scale(0.2) translate(-50%, -50%);
        top: 10%;
        z-index: 1;
    }

    .slider [class*="box"]:nth-child(2),
    .slider [class*="box"]:nth-child(6) {
        width: 0vh;
        height: 0vh;
        top: 20%;
        z-index: 2;
    }

    .slider [class*="box"]:nth-child(3),
    .slider [class*="box"]:nth-child(5) {
        width: 90vh;
        height: 60vh;
        transform: scale(0.6) translate(-50%, -50%);
        top: 30%;
        z-index: 3;
    }

    .slider [class*="box"]:nth-child(4) {
        width: 40vw;
        height: 40vh;
        border-color: #c92026;
        color: #fff;
        transform: scale(1) translate(-50%, -50%);
        top: 50%;
        z-index: 4;
    }

    .slider [class*="box"]:nth-child(1) {
        left: -3%;
    }

    .slider [class*="box"]:nth-child(2) {
        left: 5%;
    }

    .slider [class*="box"]:nth-child(3) {
        left: 10%;
    }

    .slider [class*="box"]:nth-child(4) {
        left: 50%;
    }

    .slider [class*="box"]:nth-child(5) {
        left: 61%;
    }

    .slider [class*="box"]:nth-child(6) {
        left: 0%;
    }

    .slider .firstSlide {
        -webkit-animation: firstChild 1s;
        animation: firstChild 1s;
    }

    /*Animation for buyers landing page slider*/
    @-webkit-keyframes firstChild {
        0% {
            left: 100%;
            transform: scale(0.2) translate(-50%, -50%);
        }

        100% {
            left: -13%;
            transform: scale(0.2) translate(-50%, -50%);
        }
    }

    @keyframes firstChild {
        0% {
            left: 100%;
            transform: scale(0.2) translate(-50%, -50%);
        }

        100% {
            left: -13%;
            transform: scale(0.2) translate(-50%, -50%);
        }
    }
}
/* Estilos generales */
#google_translate_element {
    display: inline-block;
}

/* Estilos del selector de idioma */
.goog-te-gadget-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.goog-te-gadget-simple {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed:hover {
    background-color: #f2f2f2;
}

/* Flecha hacia abajo */
.VIpgJd-ZVi9od-xl07Ob-lTBxed span[aria-hidden="true"] {
    margin-left: 5px;
}

/* Ajuste de estilo para la flecha */
.skiptranslate .goog-te-gadget {
    line-height: 1.2;
}
.VIpgJd-ZVi9od-ORHb {
    display: none !important;
  }