﻿body {
    font-family: 'Open Sans', sans-serif;
}
.reves {
    background: linear-gradient(321deg, rgba(255,222,89,1) 24%, rgba(255,246,157,0.6783088235294117) 51%, rgba(255,255,255,1) 82%);
    background-size: 200% 200%;
    animation: movimiento2 5s linear infinite alternate;
    border-radius: 3%;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

@keyframes movimiento2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 100%;
    }
}

footer {
    background: #343a40;
    color: white;
    z-index: 2;
}

    footer a {
        color: white;
        text-decoration: none;
    }

        footer a:hover {
            color: #ffde59;
            text-decoration: none;
        }


.titulo {
    font-weight: bolder;
    font-size: 2.75rem;
}

h2 {
    font-weight: bold;
}

.Clientes {
    max-height: 90px;
}

.Quien {
    max-height: 13vh;
    margin: 0 3vh 0 3vh;
}

.BotonPrueba {
    background: ghostwhite;
    border-radius: 1.5rem;
    border: none;
}

    .BotonPrueba:hover {
        background-color: #ffde59;
        transition: all 1s linear;
        transition-delay: 0.25s;
    }

    .BotonPrueba a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        padding: 5px 1rem 5px 1rem;
    }

        .BotonPrueba a:hover {
            color: black;
            text-decoration: none;
        }


.enfasis {
    margin: 0 2% 0 2%;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    border: none;
}

.Itemnumerico {
    font-size: 3rem;
    font-weight: bolder;
}

.Itempalabra {
    font-size: 1.75rem;
}

.Fondo {
    background-image: url("Imagenes/Home_new/mesa.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 92.75vh;
    z-index: 0;
}

.pruebaiframe {
    background-image: url("Imagenes/Home_new/Movil.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
}

iframe {
    margin-top: 10%;
    max-width: 36.5vh;
    min-height: 75vh;
    border-radius: 3rem;
    margin-left: -3.5%;
}


/*.Movil {*/
/*background-image: url("Imagenes/Home_new/Movil.png");
    background-repeat: no-repeat;*/
/*z-index: 20;
    min-height: 604px;
    max-height: 604px;
    width: -webkit-fill-available;
    background-size: contain;
    position: fixed;
    bottom: 0;
    left: 20%;
}*/

.Contenido {
    z-index: 21;
    position: fixed;
    top: 23.4%;
    left: 48%;
    width: 29vh;
    min-height: 479px;
    border-radius: 2rem;
    perspective: 128rem;
    transform: rotate(0.25deg);
}
/*Edita acorceon index*/
.card {
    border: none !important;
}

.card-header {
    background-color: #ffde59e4;
}

.btn:focus {
    /*box-shadow: inset 1px 0px 19px 6px #ffde595e;*/
    box-shadow: none;
}

/*
.Contenido {
    position: relative;
    padding-bottom: 100%;
    height: 100%;

    .iframedemo {
    border: none;
    border-radius: 1rem;
    transform: rotateX(8deg);
}*/
/*.iframedemo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}*/

/*.iframedemo {
    left: 50%;
    height: 63vh;
}*/


@media screen and (max-width: 750px) {
    iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
