/*** section identificacion **/
section.identificacion.content{
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    height: 100vh;      
    background-color: #00000073;
    overflow: auto;
}

section.identificacion .popup{
    background-color: #ffffff;
    display: none;
    width: 400px;
    max-width: 95%;
    min-height: 200px;
    border-radius: 7px;
    margin: 100px auto;
    position: relative;
}

section.identificacion .popup i.closePopup{
    display: block;
    position: absolute;   
    right: 10px;
    top: 10px;
    color: #ffffff;
    cursor: pointer;
}

section.identificacion .popup i.closePopup.black{
    color: #444444;
}


    /*login*/
section.identificacion .popup.login{
    width: 700px;
    max-width: 95%;
}
section.identificacion .popup.login .header-popup{
    display: block;
    background-color: #009ed1;    
    border-radius: 7px 7px 0px 0px;
    padding: 20px 0px;
}

section.identificacion .popup.login .header-popup h2{
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0px;
    text-align: center;
}
section.identificacion .popup.login .header-popup h2 span{
    font-weight: 900;
    line-height: 1.6rem;
    font-size: 1.7rem;
}

section.identificacion .popup.login .body-popup{
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    min-height: 300px;
    padding: 50px 0px;
}

section.identificacion .body-popup a.text-link{
    margin: 20px 0px ;
    font-size: 15px;
    cursor: pointer;
}

section.identificacion .popup.login .body-popup .registrate{
    color: #808080;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    padding: 0px 10px;
}

section.identificacion .popup.login .body-popup .registrate span{
    color: #ff6600;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 0px 2px;    
    letter-spacing: -1px;
}

    /*Rescuperar*/
 section.identificacion .popup.recuperar{
    width: 600px;
    max-width: 95%;
}

section.identificacion .popup.recuperar .body-popup{
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    min-height: 300px;
    padding: 50px 0px 20px 0px;
}

section.identificacion .popup.recuperar .body-popup form{
    margin: 10px 0px 10px 0px;
}

section.identificacion .popup.recuperar .mensaje{
    display: none;
}

section.identificacion .popup.recuperar .btn.principal{
    margin: 0px 0px 20px 0px;
}



section.identificacion .popup.recuperar .body-popup .registrate{
    color: #808080;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    padding: 0px 10px;
}

section.identificacion .popup.recuperar .body-popup .registrate span{
    color: #ff6600;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 0px 5px;
}

section.identificacion .popup.recuperar .body-popup .mensaje{
    padding: 100px 28px;
    text-align: center;
}
.no-scroll{
    overflow: hidden;
    background-position: left bottom;
    background-size: 100%;
}


    /*Registro*/
section.identificacion .popup.registro{
    width: 700px;
    max-width: 95%;
    margin: 20px auto;
}
section.identificacion .popup.registro .triangulo-center{
    height: 30px;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    z-index: 3;
    position: relative;
}
section.identificacion .popup.registro .header-popup{
    display: block;
    background-color: #009ed1;    
    border-radius: 7px 7px 0px 0px;
    padding: 10px 0px;
}
section.identificacion .popup.registro .header-popup h2{
    color: #ffffff;
    font-size: 25px;
    /* line-height: 2rem; */
    margin: 0px;
    text-align: center;
    /* font-weight: 600;*/
}
section.identificacion .popup.registro .header-popup h2 span{
    color: #222222;
}
section.identificacion .popup.registro .body-popup{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    min-height: 300px;
    padding: 0px 0px 0px 0px;
}

section.identificacion .popup.registro .body-popup form{
    margin: 10px 0px 30px 0px;
}

section.identificacion .popup.registro form.identificacion .row  .input-es.cod-pais{
    width: 15%;
}
section.identificacion .popup.registro form.identificacion .row  .input-es.cod-area{
    width: 32%;
}
section.identificacion .popup.registro form.identificacion .row  .input-es.telefono{
    width: 48%;
}


section.identificacion .popup.registro form.identificacion .row  .input-es.direccion{
    width: 76%;
}
section.identificacion .popup.registro form.identificacion .row  .input-es.altura{
    width: 22%;
}


form.identificacion .input-es input::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 0 !important;
}
form.identificacion .input-es input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 0 !important;
 }
 form.identificacion .input-es input::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 0 !important;
 }
 form.identificacion .input-es input::-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 0 !important;
}

    
   

section.identificacion .popup.registro .body-popup .registrate{
    color: #808080;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    padding: 0px 10px;
    display: block;
}
section.identificacion .popup.registro .body-popup .registrate span{
    color: #ff6600;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 0px 2px;
    letter-spacing: -1px;
}

  /*checkbox*/
section.identificacion .popup.registro form.identificacion .checkbox{
    margin: 20px 0px;
}
section.identificacion .popup.registro form.identificacion .checkbox .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.identificacion .popup.registro form.identificacion .checkbox .container p{
    font-size: 15px;
    margin: 0px 0px;
}
section.identificacion .popup.registro form.identificacion .checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} 
section.identificacion .popup.registro form.identificacion .checkbox  .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 2px;
} 
section.identificacion .popup.registro form.identificacion .checkbox  .container:hover input ~ .checkmark {
    background-color: #ddd;
}

section.identificacion .popup.registro form.identificacion .checkbox .container input:checked ~ .checkmark {
    background-color: #009ed1;
    border: 2px solid #008ab8;
}

section.identificacion .popup.registro form.identificacion .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
section.identificacion .popup.registro form.identificacion .checkbox .container input:checked ~ .checkmark:after {
    display: block;
}

section.identificacion .popup.registro form.identificacion .checkbox .container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
    /*fin checkbox*/
section.identificacion .popup.registro form.identificacion span.legales{
    display: block;
    width: 95%;
    font-size: 0.78rem;
    margin: auto;
    line-height: 1rem;
}
section.identificacion .popup.registro form.identificacion .btn.principal{
    font-size: 16px;
    padding: 13px 19px ;
}
section.identificacion .popup.registro form.identificacion span.terminos{
    
    display: block;
    width: 95%;
    font-size: 0.9rem;
    margin: 20px auto 0px auto;
    line-height: 1rem;
}


    /** PopUp **/
section.identificacion .popup.demo,section.identificacion .popup.errorDemo{
    width: 600px;
    padding: 15px 25px 0px 25px;
    max-width: 80%;
    font-size: 20px;
    text-align: center;
}

.row{
    width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
/*Formularios*/
form.identificacion{
    display: block;
    width: 500px;
    max-width: 95%;
    padding: 0px;
}
form.identificacion .personales{
    display: block;
    margin: 40px 0px -10px 0px;
}
form.identificacion .input-es{
    display: block;
    padding: 10px 0px 5px 0px ;
    position: relative;
    height: 50px;
    margin: 10px 0px 0px 0px;
}
form.identificacion .input-es label{
    position: absolute;
    font-size: 0.9rem;
    top: 25px;
    left: 5px;
    -webkit-transition: all 0.3s; /* Safari prior 6.1 */
    transition: all 0.3s;
}
form.identificacion .input-es input{
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #cacaca;
    padding: 10px 0 5px 5px;
    border-radius: 0px;
    outline: none;
    margin: 0px auto;
    position: absolute;
    box-sizing: border-box;
    max-width: 100%;
    bottom: 8px;
}

form.identificacion .input-es input.error{
    border-bottom: 1px solid #ff4747;    
}

form.identificacion .input-es input.error:focus {
    border-bottom: 1px solid #ff4747;
}

form.identificacion span.msjError{
    display: none;
    color: #f90000;
    font-size: 13px;
}

form.identificacion .input-es input[type=number]::-webkit-inner-spin-button, 
form.identificacion .input-es  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
form.identificacion .input-es  input[type=number]{ 
    
        -moz-appearance:textfield;
    
}

form.identificacion .row  .input-es {
    width: 48%;
}
form.identificacion .input-es input:focus {
    border: 0px solid #929292;    
    border-bottom: 1px solid #0dc9e3;    
    box-shadow: 0px 0px 0px 0px transparent;
}
form.identificacion .input-es.active label{
    font-size: 0.75rem;
    top: 0px;
}
form.identificacion .content-buttons{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 15px 0px 10px 0px;

}
form.identificacion .content-buttons a.btn{
    margin: 10px;
}


/*** Activar orden de compra gratis ***/
section.activar-oc{    
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    z-index: 999999;
    background-color: #00b6dc;
    display: none;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    align-content: stretch;
    transition: all ease 0.5s;
}
section.activar-oc.show{
    display: flex;
}
section.activar-oc .texto p{
    max-width: 95%;
    margin: 10px auto 0px auto;
    font-size:22px;
    color:#fff;
    text-align: center;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

section.activar-oc .mensaje {
    font-weight: 300;
}

section.activar-oc .mensaje strong {
    font-weight: 600;
}


section.activar-oc .target {
    max-width: 85%;
    margin: 0 auto;
}
section.activar-oc .target h1 {
    margin: 10px 0;
    text-align: center;
    color: #bef7ff;
}
.avion {
    position: absolute;
    width: 80px;
    left: -500px;
    top: 300px;

    -webkit-animation-name: fly; 
    -webkit-animation-duration: 4s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: fly;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: fly; 
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;

    animation-name: fly;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fly {
    from {
        left: -500px;
        top: 400px;
        -webkit-transform: rotate(0deg);
    }
    to { 
        left: 2000px;
        top: 10px;
        -webkit-transform: rotate(45deg);
    }

}

@-moz-keyframes fly {
    from {
        left: -500px;
        top: 400px;
        -moz-transform: rotate(0deg);
    }
    to { 
        left: 2000px;
        top: 10px;
        -moz-transform: rotate(45deg);
    }
}

@keyframes fly {
    from {
        left: -500px;
        top: 400px;
        transform: rotate(0deg);
    }
    to { 
        left: 2000px;
        top: 10px;
        transform: rotate(45deg);
    }
}


/****/

.avion2 {
    position: absolute;
    width: 110px;
    left: -500px;
    top: 650px;

    -webkit-animation-name: fly2; 
    -webkit-animation-duration: 3.2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: fly2;
    -moz-animation-duration: 3.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: fly2; 
    -o-animation-duration: 3.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;

    animation-name: fly2;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fly2 {
    from {
        left: -500px;
        top: 650px;
        -webkit-transform: rotate(0deg);
    }
    to { 
        left: 2000px;
        top: 150px;
        -webkit-transform: rotate(30deg);
    }

}

@-moz-keyframes fly2 {
    from {
        left: -500px;
        top: 650px;
        -moz-transform: rotate(0deg);
    }
    to { 
        left: 2000px;
        top: 150px;
        -moz-transform: rotate(30deg);
    }
}

@keyframes fly2 {
    from {
        left: -500px;
        top: 650px;
        transform: rotate(0deg);
    }
    to { 
        left: 2000px;
        top: 150px;
        transform: rotate(30deg);
    }
}

/****/
.avion3 {
    position: absolute;
    width: 75px;
    left: -500px;
    top: 100px;

    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);

    -webkit-animation-name: fly3; 
    -webkit-animation-duration: 2.8s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: fly3;
    -moz-animation-duration: 2.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: fly3; 
    -o-animation-duration: 2.8s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;

    animation-name: fly3;
    animation-duration: 2.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fly3 {
    from {
        left: -500px;
        top: 100px;
        -webkit-transform: rotate(20deg);
    }
    to { 
        left: 2000px;
        top: 150px;
        -webkit-transform: rotate(60deg);
    }

}

@-moz-keyframes fly3 {
    from {
        left: -500px;
        top: 100px;
        -moz-transform: rotate(20deg);
    }
    to { 
        left: 2000px;
        top: 150px;
        -moz-transform: rotate(60deg);
    }
}

@keyframes fly3 {
    from {
        left: -500px;
        top: 100px;
        transform: rotate(20deg);
    }
    to { 
        left: 2000px;
        top: 150px;
        transform: rotate(60deg);
    }
}

/****/

@media (max-width: 1000px) {

}

/****/
.avion4 {
    position: absolute;
    width: 80px;
    right: -100px;
    top: 200px;

    -webkit-transform: rotate(250deg);
    -moz-transform: rotate(250deg);
    transform: rotate(250deg);

    -webkit-animation-name: fly4; 
    -webkit-animation-duration: 2.6s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: fly4;
    -moz-animation-duration: 2.6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: fly4; 
    -o-animation-duration: 2.6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;

    animation-name: fly4;
    animation-duration: 2.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@-webkit-keyframes fly4 {
    from {
        right: -100px;
        top: 200px;
        -webkit-transform: rotate(250deg);
    }
    to { 
        right: 1800px;
        top: 10px;
        -webkit-transform: rotate(200deg);
    }

}

@-moz-keyframes fly4 {
    from {
        right: -100px;
        top: 200px;
        -moz-transform: rotate(250deg);
    }
    to { 
        right: 2000px;
        top: 10px;
        -moz-transform: rotate(200deg);
    }
}

@keyframes fly4 {
    from {
        right: -100px;
        top: 200px;
        transform: rotate(250deg);
    }
    to { 
        right: 2000px;
        top: 10px;
        transform: rotate(200deg);
    }
}

/****/
.avion5 {
    position: absolute;
    width: 120px;
    right: -100px;
    top: 400px;

    -webkit-transform: rotate(250deg);
    -moz-transform: rotate(250deg);
    transform: rotate(250deg);

    -webkit-animation-name: fly5; 
    -webkit-animation-duration: 4s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: fly5;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: fly5; 
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;

    animation-name: fly5;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@-webkit-keyframes fly5 {
    from {
        right: -100px;
        top: 400px;
        -webkit-transform: rotate(250deg);
    }
    to { 
        right: 2000px;
        top: 300px;
        -webkit-transform: rotate(200deg);
    }

}

@-moz-keyframes fly5 {
    from {
        right: -100px;
        top: 400px;
        -moz-transform: rotate(250deg);
    }
    to { 
        right: 1800px;
        top: 300px;
        -moz-transform: rotate(200deg);
    }
}

@keyframes fly5 {
    from {
        right: -100px;
        top: 400px;
        transform: rotate(250deg);
    }
    to { 
        right: 2000px;
        top: 300px;
        transform: rotate(200deg);
    }
}

/****/

.space {
    position: relative;
    width: 100%;
    height: 0px;
    margin: 0 auto;
}


/***/

@media (max-width: 700px) {

.space {
height: 75px;
}

.target h1 {
margin: 60px 0;
}

.mensaje {
font-size: 20px;
}

}


@media(max-width: 700px){
    section.identificacion .popup.registro form.identificacion .row  .input-es.cod-pais{
        width: 22%;
    }
    section.identificacion .popup.registro form.identificacion .row  .input-es.cod-area{
        width: 24%;
    }
    section.identificacion .popup.registro form.identificacion .row  .input-es.telefono{
        width: 49%;
    }

}

