@import url(https://fonts.googleapis.com/css?family=Belleza);

#containerPop {
    margin: 0px auto;
    width: 100%;
    height: 0px;
    background-color: #126697;
    text-align: center;
}

.popoverInitial {
    display: none;
}

#popoveriPhone {
    position: fixed;
    left: calc((100% - 220px) / 2);
    width: 208px;
    min-height: 80px;
    padding: 10px;
    background-color: #11324d;
    border: 2px solid #ff502f;
    -webkit-border-radius: 5px;
    z-index: 9999 !important;
    text-align: center;
    -webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;

}

#popoveriPad {
    position: fixed;
    top: 20px;
    left: calc((100% + 340px) / 2);
    width: 208px;
    height: 180px;
    min-height: 80px;
    padding: 10px;
    background-color: #11324d;
    border: 2px solid #ff502f;
    -webkit-border-radius: 5px;
    z-index: 9999;
    text-align: center;
    -webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
}

@media screen and (min-width: 1024px){
    #popoveriPad {
        left: calc((100% + 508px) / 2);
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { 
    #popoveriPad {
        left: calc((100% + 610px) / 2);
    }
}

@media screen and (min-width: 1366px){
    #popoveriPad {
        left: calc((100% + 848px) / 2);
    }
}

#popoverAndroid {
    position: fixed;
    margin: 0px auto;
    width: 208px;
    left: 20%;
    min-height: 80px;
    padding: 10px;
    background-color: #11324d;
    border: 2px solid #ff502f;
    -webkit-border-radius: 5px;
    z-index: 9999;
    text-align: center;
    -webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
}

#popoveriPhone::after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    left: 43%;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff502f;
    z-index: 9999;
}

#popoveriPad::after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    left: 43%;
    top: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-bottom: 20px solid #ff502f;
    z-index: 9999;
}

#popoveriPhone p, #popoverAndroid p, #popoveriPad p {
    color: white;
    text-shadow: 0px -2px 0px #00234C;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.popover-close-icon {
    position: absolute;
    width: 0px;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: bolder;
    color: white;
    text-shadow: 0px -1px 1px #00234C;
    cursor: pointer;
}