@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Light.woff2') format('woff2'),
        url('fonts/Nexa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/NexaRegular.woff2') format('woff2'),
        url('fonts/NexaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Bold.woff2') format('woff2'),
        url('fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body{
    font-family: 'Nexa';
}
.vision_taller {
	padding: 2em;
}
.vision_taller .logo-leverboxvision {
	height: 5em;
	background-image: url('../img/leverbox-vision.svg?v=1');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.vision_taller p {
    color: #525252;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    margin: 1em auto;
}
.vision_taller label {
	display: block;
    margin: 0 auto;
}
.vision_taller label > img {
	display: block;
    box-shadow: 2px 2px 10px #dedede;
}
.vision_taller label > span {
	display: block;
	background-color: #ff7712;
	color: #ffffff;
	font-size: 1.5rem;
	margin: 1rem auto;
	border-radius: 0.5rem;
	text-align: center;
    padding: 0.5rem;
    width: 80%;
}
.vision_taller .comunicate{
    color: #ff7712;
    margin: 0 auto;
    margin-bottom: 1em;
}
.vision_taller .comunicate img{
    height: 1.2em;
    vertical-align: middle;
}
.vision_taller .comunicate p {
    margin: 0;
}
.vision_taller .comunicate a {
    text-decoration: none;
    color: #ff7712;
}
.vision_taller .comunicate i {
    font-size: 1.2rem;
}
.loading{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    background: #70707080;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
}
.loading i{
    color: #ffff;
    font-size: 2.5rem;
}
.error{
    display: flex;
    align-items: center;
    background: #48484880;
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height : 100vh;
    z-index : 99999999;
}
.error > div {
    background: #FFF;
    color: #ff7712;
    text-align: center;
    padding: 1rem 2rem;
    width: 30%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}
.error h4{
    font-size: 1.8rem;
    line-height: 2rem;
    color: #ff7712;
    font-weight: 500;
}
.error p{
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.error span{
    display: inline-block;
    color: #ff7712; 
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.vision_taller .modal_container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    background: #70707080;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
}
.vision_taller .modal_content{
    background: #ff7712;
    color: #ffffff;
    width: 80%;
    border-radius: 0.5em;
    text-align: center;
    padding: 1.5rem 1rem;
}
.vision_taller .modal_content > h4{
    font-size: 1.5rem;
}
.vision_taller .modal_content > p{
    font-size: 2rem;
    color: #ffffff;
    border-radius: 0.5rem;
    border:2px dashed;
    width: 50%;
    margin: 2rem auto;
    padding: 1rem;
}
.vision_taller .modal_content > span{
    display: block;
}
.vision_taller .modal_content > button{
    display: block;
    background-color: #ffffff;
    border: none;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    color: #ff7712;
    padding: 0.5rem 1rem;
    cursor:pointer;
    margin: 0.5rem auto;
}
.vision_taller .modalMsg{
    display: flex;
    align-items: center;
    padding-top: 28vh;
    flex-direction: column;
    position: fixed;
    background: #f8f8f8de;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    cursor: pointer;
}
.vision_taller .modalMsg p{
    color: #525252;
    font-size: 1.6rem;
    line-height: 1.7rem;
    width: 90%;
}
.vision_taller .modalMsg img{
    height: 5em;
    display: block;
    margin: 1em auto;
}
.vision_taller .modalMsg .otherPhoto{
    height: 10em;
}


/* #00 mobile - landscape */
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (min-device-height: 300px) and (max-device-height: 768px) and (orientation: landscape) {

}

/* #00 ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .vision_taller .logo-leverboxvision {
        height: 4.5em;
    }
    .vision_taller p {
        font-size: 1.5rem;
        line-height: 1.2rem;
        width: 85%;
    }
    .vision_taller label {
        width: 80%;
        margin: 1em auto;
    }
    .vision_taller label > span{
        margin: 1.5em auto;
    }
    .vision_taller .comunicate{
        width: 80%;
    }
    .vision_taller .comunicate p{
        width: unset;
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .vision_taller .modal_content{
        width: 70%;
        padding: 2em 0;
    }
    .vision_taller .modal_content > button{
        margin: 1.5rem auto;
    }
    .vision_taller .modal_content > span{
        font-size: 1.2rem;
        width: 90%;
        margin: 0 auto;
    }
}

/* #00 ipad - landscape */
/* @media only screen and (min-device-width: 1020px) and (max-device-width: 1024px) and (orientation: landscape) {

} */

/* #00 ipad pro - portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1028px) and (orientation: portrait) {
    .vision_taller{
        padding: 4em 0;
    }
    .vision_taller .logo-leverboxvision{
        height: 7em;
    }
    .vision_taller p {
        margin: 1.5em auto;
    }
    .vision_taller label {
        width: 70%;
        margin: 4em auto;
    }
    .vision_taller .comunicate p{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .vision_taller .modalMsg .otherPhoto{
        height: 15em;
    }
    .vision_taller .modalMsg p{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
}

/* #00 ipad pro - landscape */
/* @media only screen and (min-device-width: 1360px) and (max-device-width: 1366px) and (min-device-height: 1020px) and (max-device-height: 1024px) and (orientation: landscape) {

} */

/* #00 desktop 1360px min */
@media only screen and ( min-width: 1360px ) and ( max-width: 1920px ){
    .vision_taller .logo-leverboxvision {
        height: 4em;
    }
    .vision_taller label {
        width: 25%;
    }
    .vision_taller .comunicate{
        width: 40%;
    }
}

/* #00 desktop 1920px min */
@media only screen and ( min-width: 1920px ) and ( max-width: 2000px ){
    .vision_taller p {
        margin: 2em auto;
    }
    .vision_taller label {
        width: 25%;
    }
    .vision_taller .comunicate{
        width: 35%;
        margin: 2em auto;
    }
}
