/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
/*body {*/
/*  !*background: url('https://paperpull.com/wp-content/uploads/2018/11/plain-apple-green-colour-wallpaper.jpg') no-repeat center center fixed;*!*/
/*  !*-webkit-background-size: cover;*!*/
/*  !*-moz-background-size: cover;*!*/
/*  !*background-size: cover;*!*/
/*  !*-o-background-size: cover;*!*/
/*}*/
html, body{
    height:100%;
    margin: 0;
    background-image: url("../img/fondo-oficina.png");
    background-repeat: repeat;
    background-size: cover;
}

.container{
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    /*min-height: 100vh; !* real browsers *!*/
}
.container > .item1{
    flex: 1 1 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*height: 100% !important;*/
}
.container > .item2{
    flex: 1 1 0;
}
#loadImg{position:absolute;z-index:999;}
#loadImg div{display:table-cell;width:579px !important;height:95vh;background:#fff;text-align:center;vertical-align:middle;}
.item2 > iframe{
    /*position: relative;*/
    /*margin-top: -50px;*/
    /*transform: scale(1, 1);*/
    width: 411px !important;
    background-color: white;
    height: 740px;
    /*width:calc(100%); !* This will calculate the 100% viewport height minus 50px *!*/
    /*height: auto; !* real browsers *!*/
    /*min-height: 100%; !* real browsers *!*/
    /*height: 95vh;*/
    /*min-height: 99%;*/
    /*top: 104px;*/
    /*left: 37px;*/
    /*border-width: 0px;*/
    max-width: 579px;
    border: 2px solid #c1c1c1;
}
.container > .item3{
    flex: 1 1 0;
    flex-direction: column;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1536px) and (min-width: 1905px){
    .item2 > iframe{
        min-height: 740px;
    }
    .container {
        top: 50%;
    }
}

@media only screen and (max-width: 1439px){
    .item2 > iframe{
        min-height: 740px;
    }
    .container {
        top: 28rem;
    }
    body{
        background-repeat: repeat;
    }
}



