html { 
    /*font-family: 'Revalia', cursive;*/
    font-family: 'Paytone One', sans-serif;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow:hidden;
    margin: 0px;
    padding:0px;
}
body{
    background-color: #D8D8D8;
    background-image: url('../images/web/fons.png');
    overflow: hidden;
    overflow-y: auto;
    font-size: 13pt;
    color: #3e72e8;
    background-color: #eaf7fc;
    margin: 0px;
    padding:0px;
    overflow:hidden;

}
div{
    margin: 0;  
}
#logoMyPhotoCode{
    width: 50%;
    margin-top: 4%;
    position: absolute;
    z-index: 50;
    display: none;
}
.logoMini{
    width: 80%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.page{
    width:100%;
    height:100%;
    overflow : hidden;
    display: inline;
    float:left;
    overflow-y: auto;
}
.page2{
    width:0;
    height:100%;
    overflow : hidden;
    display: inline;
    float:left;
    overflow-y: auto;
}
#pagePhoto{
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
}
#pagePHOTO p{
    margin-top: 8px;
    margin-left: 20px;
    font-weight: bolder;
    font-size: 13pt;
    text-shadow: 0px 1px 0px white;
}
.login{
    margin: auto;
    position: relative;
    width: 250px;
    height: 250px;
    border: 2px solid gainsboro;
    margin-top: 20%;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    padding:25px;
}
.avisos{
    position: relative;
    width: 400px;
    height: 300px;
}
.login input{
    box-shadow: 5px 5px 18px black !important;
    border-radius: 10px !important;
    width:90%;
    margin: auto;
    _margin-left: 10%;
    _margin-top: 3px;
    _margin-bottom:3px;
    display: block;
    padding-left: 10px;
    height: 50px;
    font-size: 18px;
    font-weight: bolder;

}
.login1{
    margin: auto;
    position: relative;
    width: 250px;
    height: 250px;
    border: 2px solid gainsboro;
    margin-top: 20%;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    padding:20px;
}

.login1 input{
    box-shadow: 5px 5px 18px black !important;
    border-radius: 10px !important;
    width:90%;
    margin: auto;
    _margin-left: 10%;
    _margin-top: 3px;
    _margin-bottom:3px;
    display: block;
    padding-left: 10px;
    height: 50px;
    font-size: 18px;
    font-weight: bolder;
}

.phonePrefix {
    margin: auto 2px auto auto;
    position: relative;
    width: 75px;
    height: 40px;
    border: 2px solid gainsboro;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    text-align: center;
}

.phoneNumber {
    margin: auto 0 auto 2px;
    position: relative;
    width: 200px;
    height: 40px;
    border: 2px solid gainsboro;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
}

.phoneNumberWithPrefix {
    margin: auto 0 auto auto;
    position: relative;
    width: 200px;
    height: 40px;
    border: 2px solid gainsboro;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    padding-left: 5px;
}

.emailText {
    margin: auto 0 auto auto;
    position: relative;
    width: 250px;
    height: 40px;
    border: 2px solid gainsboro;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    padding-left: 4px;
}

.sendButton{
    margin: auto auto auto 2px;
    position: relative;
    width: 64px;
    height: 40px;
}

.smsSend{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
/*21-D-03-Total-Share-Whatsapp*/
.whatsappSend{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.emailSend{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

#loginButton{
    margin-top: 7px;
}
#loginButton2{
    margin-top: 30px;

}
.regForg{
    margin-left: 30%;
    position: relative;
    text-align: center;
    width: 40%;
    top: 25px;
}
.error{
    color: #FF0000;
    margin-left: 30%;
    position: relative;
    text-align: center;
    width: 40%;
    top: 25px;
}
#errors {
    bottom: 3px;
    color: #FF0000;
    left: 10px;
    position: absolute;
}
h1{
    font-size : 28pt;
    margin-top:20px;
    margin-left: 20px;
    text-shadow:2px 2px 0px black;
    color:white;
}
h2{
    font-size: 20pt;
    margin-left: 20px;
    margin-left:20px;
    color:white;
}
h3{
    margin-left: 20px;
    font-size: 15pt;
    text-shadow: 1px 1px 0px white;
}
#backgroundPopup
{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#034fa5;
    z-index:101;
}

#popup
{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    /*border:1px dotted #a3a3ae;*/
    /*background:#f4f4f4;*/
    z-index:103;	
}

#popupWait
{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    border:1px dotted #a3a3ae;
    background:#f4f4f4;
    width:40px;
    height:40px;
    z-index:102;
    text-align:left;
    padding: 16px 0px 0px 16px;	
}

#popupClose
{
    width:39px;
    height:39px;
    background: url('../assets/images/popup_close.png');
    cursor: pointer;
    z-index: 50;
}
.option{
    background-color : transparent;
    color : black;
    z-index: 200;
    color : black;
    float: right;
    cursor: pointer;
}
.actions{
    margin-right:8px;
    margin-top: 10px;
    margin-bottom:20px;
}
.photoButton{
    width: 20%;
    margin-bottom: 20px;
    margin-top: 28px;
    border: 0px;
    margin-right: 0px;

}
.photoButton2{
    width:20%;
    margin:0px;
    border: 0px;
    margin-top: 7px;
}
.banner2D{
    display: block;
    max-width: 500px;
    margin-left: auto;
    border-radius: 22px;
    margin-top:30px;
    margin-left:20px;
}

.banner3D {
    display: block;
    max-width: 500px;
    margin-left: auto;
    border-radius: 22px;
    margin-top:30px;
    margin-left:20px;
}

.submitButton{
    border: 3px solid #0A5747;
    background-color: darkcyan;
    color: white;
    bottom: 3px;
    height: 25px;
    position: absolute;
    right: 20px;
}
.register{
    background-color: #D2E6FC;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 12px 8px #000000;
    color: #00008B;
    font-size: 13pt;
    font-weight: bolder;
    margin: 20px auto !important;
    padding: 0 20px;
    position: relative;
    width: 500px;
    font-family: Trebuchet MS;
}
.register input{
    font-family: Trebuchet MS;
    border-radius: 0;
    display: block;
    font-size: 12pt;
    font-weight: bolder;
    height: 30px;
    margin: 10px auto;
    padding-left: 10px;
    width: 90%;
}
#registerButton{
    border: 3px solid #0A5747;
    background-color: darkcyan;
    color: white;
    height:25px;
    cursor:pointer;

}
a{

    text-decoration: none;
    margin:0;
    padding:0;
    margin-right:10px;
    border: 0;
    border-color: transparent;
}
a > img{

    margin-top: 15px;
}
.selec{

}

.share{
    display: inline;
    float: left;
    height: 140px;
    text-align: center;
    background-repeat: no-repeat;
}
#videoShare{
    background-image: url('../images/web/shareVideo.png');
    float: left;
    width: 365px;
    *width: 410px;
    _width:410px;
    padding-left: 90px;
    *padding-left: 70px;
    _padding-left: 70px;
    margin-left:20px;

}
#videoShare3D{
    background-image: url('../images/web/shareVideo3D.png');
    float: right;
    padding-left: 100px;
    display:none;
    float:left;
    margin-left:20px;
    width:368px;
}
#photoShare{
    float: left;
    background-image: url('../images/web/sharePhoto.png');
    padding-left: 70px;
    *padding-left: 45px;
    _padding-left: 45px;
    *padding-right: 25px;
    _padding-right: 25px;
    width: 330px;
    *width:410px;
    _width:410px;
    margin-left:9px;
}


#photoShare .photoButton{
    margin-left: 3px;
}
#photoShare2D{
    float: left;
    background-image: url('../images/web/sharePhoto2D.png');
    padding-left: 60px;
    *padding-left: 45px;
    _padding-left: 45px;
    *padding-right: 25px;
    _padding-right: 25px;
    width: 335px;
    *width:410px;
    _width:410px;
    margin-left:10px;
}


#photoShare2D .photoButton{
    margin-left: 3px;
}

#photoShare3D{
    float: left;
    background-image: url('../images/web/sharePhoto3D.png');
    padding-left: 29px;
    width: 280px;
    display:none;
    margin-left:20px;
}

#photoShare3D .photoButton{
    margin-left: 3px;
}

.share a{
    margin-right: 0px;

}
.share a{
    margin-right: 0px;

}
.actions1{
    display:inline-block;
    width:140%;
    margin-top:20px;
}
.actions2{
    width:85%;
    _width:85%;
    *width:85%;
    display:inline-block;
    float:left;
    padding-left: 8%;
    _padding-left:22%;
    *padding-left:22%;
    margin-top:25px;
    text-align:center;
}
.actions3{
    width:80%;
    display:inline-block;
    float:left;
    padding-left:0px;
    margin-top:25px;
    text-align:center;
    margin-left:10%;
}
.errorsPestanya2{
    text-align: center;
    padding: 16px 20px 0px;
    margin: auto;
    position: relative;
    width: 430px;
    height: 53px;
    border: 2px solid gainsboro;
    margin-top: 3%;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    padding:15px;
}
.errorsPestanya{
    text-align: center;
    /*padding: 16px 20px 0px;*/
    margin: auto auto 20px auto;
    position: relative;
    width: 545px;
    height: 270px;
    border: 2px solid gainsboro;
    margin-top: 3%;
    _margin-left:40%;
    box-shadow: 5px 5px 18px black;
    border-radius: 10px;
    padding:20px;
}

.errorsPestanya input{
    /*padding-left: 10px;*/
    /*height: 40px;*/
    font-size: 14px;
    font-weight: bolder;
}

#closeErrors{
    width: 30px;
    margin-bottom: -12px;
    margin-left: 10px;
    cursor: pointer;
}

.content-popup2{
    background-color: rgba(0, 0, 0, 0);
    height: 65%;
    left: 34%;
    margin: auto;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    top: 18%;
    width: 31%;
    z-index: 104;
}
.content-popup p{
    margin-left: 10px;
}
.content-popup input[type='text']{
    width: 60%;
    margin-left: 29PX;
}
.content-popup input[type='radio']{
    margin-left:20%;

}
.content-popup hr{
    margin-left:5%;
    margin-right:5%;
    background-color:white;
    padding: 1px;
    border: 1px solid #0CF;
}
.popup{
    z-index: 100;
    width:100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    background-color:black;
    opacity: 0.6;
}
.photoOfAll{
    width:20%;
    margin:1%;
    overflow:hidden;
    display:inline;
    float:left;
    height:545px;
    cursor:pointer;
}
.allPhotos{
    display:none;
    width:99%;
    margin-left: 3px;
    height:100%;
    background-color: #005580;
    border: 2px solid white;
    overflow: auto;
}
.bSp {
    background-color: black;
    border-radius: 7px 7px 7px 7px;
    color: white;
    position: absolute;
    bottom: 5px;
    right: 20px;
    height: 20px;
    cursor: pointer;
    padding: 10px;
}

.info{
    border: 1px solid #585757;
    height: fit-content;
    background-color: white;
    color: black;
    _margin-left: 40%;
    border-radius: 10px;
    padding: 20px;
    margin: 2% auto;
    position: relative;
    /*width: 250px;*/
    color: #585757;
    font-size: 13px;
    font-family: calibri;
    text-align: center;
    width: 60%;
    display: none;
    width: fit-content !important;
}
.info_restart{
    border: 1px solid #44863f;
    height: fit-content;
    background-color: #e0efd8;
    color: black;
    _margin-left: 40%;
    border-radius: 10px;
    padding: 20px;
    margin: 2% auto;
    position: relative;
    /*width: 250px;*/
    color: #44863f;
    font-size: 15px;
    font-family: calibri;
    text-align: center;
    width: 25%;
    display: none;
    width: fit-content !important;
}

#d3photo{
    position:absolute;
    z-index:8;
    top:0px;
    left:-12%;    
    box-shadow: -7px -3px 25px gray;
    width: 270px;
}

#no3dphoto{
    width: 270px;
    position: absolute;
    z-index: 10;
    top:20px;
    box-shadow: -7px -3px 25px gray;
}


/*SHOOPPPP 20141105**/

.miniShop{
    width: 90%;
    height: auto;
    border: 2px solid gray;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-left:5%;
    background-color: white;
    margin-bottom: 20px;
    margin-top: -85px;
}
.shop{
    position:absolute;
    width: 30%;
    right:0;
    top: 13%;
    background-image:url('../shop/images/bgShop.jpg');
    border-radius: 10px 0px 0px 10px;
}


.pestanyaShop{
    position: relative;
    left: -83px;
    top: 20px;
    width: 86px;
    height: 199px;
    background-image: url('../shop/images/bgShop.jpg');
    cursor: pointer;
    padding: 20px 0px;
    font-weight: bolder;
    font-size: 31pt;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    color: white;
    text-shadow: 0px 0px 2px black;
    padding-bottom: 46px;
}
.productMiniShop{
    position:relative;
    display:block;
    float:left;
    width: 100%;
    margin: 0 auto;
}
.imgProduct{
    position: absolute;        
    width:100%;
    top: -16px;
    left: 0;
    z-index: 2;
}
.photoMini{
    position:relative;
    z-index:1;
}
#AllPhotoDiv{
    width:100%;
    height: 100%;
    overflow-x : hidden;
    overflow-y: auto;
    background-color: transparent;
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
}
#img_left_div {
    width:22%;
    margin-left:7.5%;
    margin-top:20px;
    display:inline;
    float:left;
    position:relative;
    cursor:pointer;
}
#band3d {
    top:0px;
    left:-12%;
    z-index:9;
    position:absolute;
    width:20%;
}
#band {
    top:20px;
    left:0;
    z-index:11;
    position:absolute;
    width:20%;
}
#f3d {
    position:absolute;
    z-index:12;
    width: 35%;
    top: 300px;
    left: -28%;
}
#photo_div {
    width:270px;
    margin-left:7.5%;
    margin-top:20px;
    display:inline;
    float:left;
}
#content_div {
    position: absolute;
    display:inline;
    float:left;
    margin-left:20px;
    margin-top:20px;
    width:50%;
}
#backoption {
    position:absolute;
    right:20px;
    z-index:102;
}
#video2D {
    margin-left:4%;
}
#gif2D {
    margin-top: 30px;
    width: 43%;
    margin-left: 3%;
    position: relative;
}

.likeFB{
    width:100px; 
    height:65px;
    top: 2%;
    right: 130px;
    position: absolute;
    border:none; 
    overflow:hidden; 
}
#gif_download_btn{
    width: 70%;
    display: block;
    margin: 50% auto -10px auto;
}
#gif_mail_btn{
    width: 60%;
    display: block;
    margin: auto auto -10px auto;
}
#gif_twitter_btn{
    width: 64%;
    display: block;
    margin: auto auto -10px auto;
}
.videoM{
    width: 600px;
}
#photoShareMega{
    float: left;
    background-image: url('../../images/web/sharePhoto.png');
    padding-left: 70px;
    width: 330px;
    margin-left:15px;
}

.strip{
    width:270px;
    margin-left:7.5%;
    margin-top:20px;
    display:inline;
    float:left;
    position:relative;
    cursor:pointer;
}
#back_btn{
    cursor: pointer;
}
.photoButton{
    cursor: pointer;
}

.strips_horitzontal{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 205px;
    width: 623px;
}

/*@media all and (max-width: 1100px) {
    //2D
    h1 {
        font-size:11pt;
        margin-top:37px;
        width:170px;
    }
    h2{
        font-size:13pt;
        width:160px;
    }
    #photo_div {
        margin-top:85px;
        width:29%;
    }
    #photoShare {
        background-size:195px;
        padding-left:0px;
        margin-left:0px;
        width:215px;
        height:75px;
        margin-top:10px;
    }
    .actions1 {
        margin-top:0px;
        width:100%;
    }
    .photoButton {
        width:14%;
        margin-top:18px;
    }
    #video2D {
        margin-left:20px !important;
    }
    body {
        font-size:11pt;
    }
    #gif2D {
        margin-top:20px;
        width:77%;
    }
    .banner {
        width:340px;
        margin-top:60px;
        margin-left:-145px;
    }
    #back_btn {
        position:relative;
        width:80px;
        margin-top:-14px;
    }
    .likeFB{
        top: 10px;
        left:25px;
        right: auto;
    }
    #gif_download_btn{
    width: 31px;
    margin: 22px auto -10px auto;
    }
    #gif_mail_btn{
        width: 28px;
        margin: 23px auto -10px auto;
    }
    #gif_twitter_btn{
        width: 29px;
        margin: 23px auto -10px auto;
    }
}*/

/* ###### Confirma fotos - David - 7/02/2019 ################################*/

/*.element{
    width: 400px;
    border: 1px solid black;
    display: table-row;
}
.method{
    display: table-cell;
    float:left;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid black;
}
.contact{
    display: table-cell;
    float: left;
    border: 1px solid black;
    
}
.confirmcancel{
    display: table-cell;
    float:right;
    align-content: right;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid black;
}*/

.aball{
    position: absolute;
    bottom: 20px;
    width: inherit;
}


/* ###### Confirma fotos - David - 7/02/2019 ################################*/