﻿
@media screen and (max-width:1080px) {

    .cabecera {
        font-size: 30px;
    }

    .barra_normal a {
        display: none;
        height: auto;
        width: auto;
        font-size: 40px;
    }

        .barra_normal a.icon {
            float: right;
            display: block;
        }

    .barra_normal .activo {
        display: block;
        background-color: #474B4E;
        color: white;
        font-weight: bold;
        flex-grow: 2;
    }

        .barra_normal .activo:hover, .icon:hover {
            background-color: #474B4E;
            transition: none;
            transform: none;
        }

    .barra_normal.exp {
        position: relative;
        display: block;
    }

        .barra_normal.exp a {
            float: none;
            display: block;
            text-align: left;
            margin-left: 10px;
        }

            .barra_normal.exp a:hover {
                transition: none;
                transform: none;
            }

        .barra_normal.exp .icon {
            position: absolute;
            right: 14%;
            ;
            top: 0;
        }

    .cabecera h1 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .cuerpo {
        display: block;
        text-align: center;
    }

    .capa_inicio {
        display: block;
        background-color: #ADD8E6;
        margin: 20px;
        margin-top: 40px;
        border-radius: 10px;
        text-align: center;
        align-content: center;
        width: 90%;
        padding:20px;
    }

        .cuerpo #sim1 {
            padding-top: 0px;
        }


    .capaenc {
        display: block;
        width: auto;
    }

    .menusim {
        display: none;
    }

    button {
        font-size: 40px;
    }

    form {
        font-size: 40px;
    }

    input {
        font-size: 40px;
    }

    .player {
        width: 80%;
        background-color: #474B4E;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: relative;
        top: 5%;
        margin-top: 20px;
        border: 4px solid #474B4E;
        left: 10%;
    }

    #barra_video {
        background-color: white;
        border-radius: 0px;
        border: 0px solid #474B4E;
        width: 100%;
        position: relative;
    }

    .container {
        text-align: center;
        padding: 10px 20px;
        color: white;
    }

    .polaroid {
        width: 55%;
        background-color: #474B4E;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        position: relative;
        left: 22.5%;
        margin-top: 20px;
    }

    #avanzar {
        position: relative;
        left: 15%;
        background-image: url("flecha.png");
        background-size: 46px,46px;
        width: 50px;
        height: 50px;
        background-color: #ADD8E6;
        border: none;
        background-repeat: no-repeat;
        -webkit-user-select: none;
    }

    #retroceder {
        position: relative;
        right: 15%;
        background-image: url("flecha2.png");
        background-size: 46px,46px;
        width: 50px;
        height: 50px;
        background-color: #ADD8E6;
        border: none;
        background-repeat: no-repeat;
        -webkit-user-select: none;
    }

    .centrado-vert2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        position: relative;
        bottom: 10%;
    }

    #boton {
        visibility:visible;
    }

    #infor {
        position: relative;
        bottom: 175px;
        left: 25%;
        background-color: white;
        opacity: 0.8;
        padding: 1%;
        display: none;
        border-radius: 5px;
    }

    #sim2, #sim1 {
        display:block;
    }

    .capa_sim {
        width:95%;
    }

    .texto_sim {
        width:95%;
        margin-top:20px;
    }

    .capa_sim1 {
        width:95%;
    }

    #im1, #im2 {
        width:80%;
        height:80%;
        display:block;
    }

    .fotext {
        display:flex;
        flex-wrap:wrap;
    }

}
