/*general component*/
body{
    font-family: sans-serif;
}
.wp-icon{
 position: fixed;
 bottom: 15px;
 right: 15px;
 cursor: pointer;
 z-index: 999999;
}
.wrapper{
    /*  max-width: 1100px; */
    width: 95%;
    margin: 0 auto;
}
.sepa{
    width: 100%;
    height: 60px;
}
select.ui-state-error,input.ui-state-error{
  border-color: #FF3300;
  border-style: inset;
}

/*modal component*/
.modal-content{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 500;
    background-color: rgba(0,0,0,0.65);
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
#ing_nrocelular{
  text-align: left;
  font-size: small;
  font-weight: bolder;
}
#ing_nrocelular p{
  margin-bottom: 15px;
}
#modal-vid{
    max-width: 800px;
    box-sizing: border-box;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* .modal{
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    overflow: hidden;
    display: none;
}   */
.top-modal{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 17px 20px;
    display: flex;
    justify-content: space-between;
    background-color: #899947;
    font-weight: bold;
    color: #fff;
}
.form-reg{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 17px 20px;
    text-align: center;
}
.form-reg p{
    font-size: 12px;
    font-weight: bold;
}
.inputstyle{
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ccc;
}
.pais{
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ccc;
}
.cont-btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.btn{
    box-sizing: border-box;
    padding: 10px;
    background-color: #F3B25D;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.btn:hover{
    cursor: pointer;
    background-color: #8B3D36;
}

.modal{
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    overflow: hidden;
    display: none;
}
.form-log{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 17px 20px;
    text-align: center;
}
.form-log p{
    font-size: 12px;
    font-weight: bold;
}
.top-modal img{
    cursor: pointer;
}

/*header component*/
.header{
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.input-head{
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
}
.input-head div{
  display: flex;
  justify-content: space-between;
}
.twoline{
 display: flex;
 justify-content: space-between;
 margin-top: 5px;
}
.twoline span{
  width: 100%;
  text-align: right;
  font-size: small;
}
.twoline input{
  width: auto !important;
}
.modal-content .twoline{
  width: 100%;
}
.modal-content input[name="pin"]{
  float: left;
}
input[name="pin"]{
  text-align: center;
  width: 65px;
}
input[name="repin"]{
  text-align: center;
  width: 90px !important;
}
.input-head input[name="celular"]{
  text-align: center;
  width: 130px;
}
.input-head select{
  width: auto;
  margin-bottom: 0px !important;
}
.input-head input{
 margin-bottom: 0px !important;
}
div[disabled]{
 background-color: #CCCCCC !important;
}

#entrar{
  width: 80px !important;
}

.head{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.app-logo{
    height: 40px;
}
.app-menu{
    width: 40px;
    height: 40px;
    display: none;
}
.menu-content-inicio{
   /*  width: 280px; */
    display: flex;
    justify-content: space-between;
}
.btn-head{
    width: 135px;
    height: 40px;
    margin-left: 15px;
    border-radius: 5px;
    background-color: #F3B25D;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-head:hover{
    cursor: pointer;
    background-color: #8B3D36;
}

/*banner component*/
.banner{
    width: 100%;
    height: 400px;
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/bg.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vid-cont{
    width: 150px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 16px;
}
.vid-cont p{
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}
.vid-cont:hover{
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

/*message component*/
.top-card{
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 34px;
    color: #777;
    line-height: 1.4;
}
.top-card span{
    color: #899947;
    font-weight: bold;
}

/*cards component*/
.card-content{
    width: 100%;
    background-color: #899947;
    padding-top: 60px;
    padding-bottom: 60px;
}
.card-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.card{
    width: 30%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    overflow: hidden;
}
.img-card{
    width: 100%;
    height: 180px;
    background-color: #ccc;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.card1{
    background-image: url("../img/card1.jpg");
}
.card2{
    background-image: url("../img/card2.jpg");
}
.card3{
    background-image: url("../img/card3.jpg");
}
.text-card{
    padding: 15px;
    padding-bottom: 25px;
    text-align: center;
}
.text-card h1{
    font-weight: bold;
    font-size: 22px;
}

.btn-prod{
    width: 250px;
    text-align: center;
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 23px;
    margin: 0 auto;
    color: #fff;
    background-color: #F3B25D;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.btn-prod:hover{
    background-color: #8B3D36;
    cursor: pointer;
}

.block{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.text-block{
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-block h1{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.img-block{
    width: 40%;
    height: 350px;
    background-color: #333;
    border-radius: 5px;

}
.fot1{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/fot1.jpg");
}
.fot2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/fot2.jpg");
}
.der{
    text-align: right;
}
.sep{
    height: 5px;
    border-radius: 5px;
    background-color: #F3B25D;
    margin-top: 80px;
}

/*footer component*/
.footer{
    width: 100%;
    background-color: #8B3D36;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    font-weight: 700;
}
.verMenu{
    display: block;
}

@media screen and (max-width: 800px){
    .wrapper{
        width: 95%;
    }

    

    .inputstyle{
        margin-bottom: 10px;
        padding: 5px;
    }

    .btn{
        font-size: 12px;
    }

    .head{
        flex-direction: column;
        justify-content: center;
    }
    .app-logo{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .app-menu{
        display: block;
    }
    .menu-content-inicio{
        width: 100%;
        margin-top: 10px;
        display: none;
    }
    .btn-head{
        width: 48%;
    }
    .banner{
        height: 200px;
    }
    .top-card{
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .card-content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .card-inner{
        display: block;
        margin-bottom: 20px;
    }
    .card{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .text-card h1{
        font-size: 16px;
    }
    .btn-prod{
        width: 95%;
        max-width: 320px;
    }
    .block{
        flex-direction: column;
        margin-top: 30px;
    }
    .img-block{
        width: 100%;
        height: 250px;
        border-radius: 0;
    }
    .text-block{
        width: 95%;
        margin: 0 auto;
        display: block;
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }
    .block1{
        justify-content: flex-end;
    }
    .der{
        order: 2;
    }
    .sep{
        margin-top: 30px;
    }
}