/** basic default styles **/
html { margin: 0; padding: 0; }

a { color: #4681da; text-decoration: none; }
a:hover { text-decoration: underline; }

h2 {
    background: none repeat scroll 0 0 #355088;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 2.6em;
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 0px;
    margin-bottom: 3%;
    margin-left: 27%;
    padding: 3%;
    text-align: right;

}

h3 {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 10px;
    margin-top: 2%;
}

span.chyron { font-size: 1.2em; padding-top: 10px; }
.logo{
    float: left;margin: 0.5%;
}
/** main blocks **/
.container {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 2%;
    padding: 20px 15px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.containerBlue {
    background: #355088;
    color:#ffffff;
    font-size: 1.5em;
    font-weight: normal;
}


/** the form elements **/
#hongkiat-form { box-sizing: border-box; }
#hongkiat-form .errors li{
    background: none repeat scroll 0 0 #355088;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 5px;
    margin-left: -8%;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}


#hongkiat-form .txtinput {
    border-color: #DEDEDE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #777777;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1.55em;
    margin-bottom: 12px;
    padding: 5px 3px 3px 4px;
    text-align: center;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.monto{
    width: 100%;
    display: block;
}
.meta{
    width: 100%;
    display: block;
}
.nombre{
    display: inline;
    margin-right: 10px;
    width: 42%;
}
.apellidos{
    display: inline;
    margin-right: 10px;
    width: 42%;
}
.numeroTarjeta{
    display: inline;
    margin-right: 8px;
    width: 33%
}
.cvv{
    width: 12%;
    display:inline;
    margin-left: 1.7%;
}
.email{
    display: block;
    width: 88.5%;
}
.calleno{
    display: inline;
    width: 64%;
    margin-right: 2.4%
}
.cp{
    display: inline;
    width: 20%;
}
.address{
    display: inline;
    width: 43%;
}
#hongkiat-form .txtinput:focus{
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    outline: 0 none;
}
#hongkiat-form .select{
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    font-size: 1.55em;
    padding: 3px 3px 3px 4px;
    width: 102%;
    color: #777;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form .select:focus{
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    outline: 0 none;
}
#hongkiat-form .select2{
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #777777;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1.48em;
    margin-bottom: 20px;
    margin-right: 8px;
    padding: 3px 3px 3px 4px;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    width: 17%;
}
.fechatc{
    display:block;
    width:108%
}
.separador{
    font-size: 3em;
    margin-left: -9px;
    margin-top: 0;
    position: absolute;
    color: #777777
}

#hongkiat-form textarea {
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin-bottom: 15px;
    font-size: 1.5em;
    padding: 11px 25px;
    padding-left: 55px;
    width: 90%;
    height: 180px;
    color: #777;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    outline: 0 none;
}
#hongkiat-form textarea.txtblock {
    /* background: #fff url('https://manager.pagofacil.net/css/tpvc/images/speech.png') 5px 4px no-repeat;*/
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned {
    box-sizing: border-box;
    margin: 0px 0px 0px 9%;
    width: 83%;
}
#hongkiat-form #aside {
    float: left;
    width: 250px;
    padding: 0;
    box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }



/** custom buttons **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
    display: block;
    float: left;
    color: #515151;
    text-shadow: -1px 1px 0px #fff;
    margin: 0 7%;
    height: 3em;
    padding: 0 1em;
    outline: 0;
    font-weight: bold;
    font-size: 1.3em;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    border: 1px solid #969696;
    box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    width:40%;
}

#buttons #resetbtn:hover {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #818181;
    background-color: #fff;
    background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
    background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border-color: #aeaeae;
    box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    width:40%;
}

.submitbtn {
    display: block;
    margin: 0 28%;
    height: 3em;
    padding: 0 1em;
    border: 1px solid;
    outline: 0;
    font-weight: bold;
    font-size: 1.3em;
    color:  #fff;
    text-shadow: 0px 1px 0px #222;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #334f8c #334f8c #000;
    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    background-color: #334f8c;
    width: 40%;
}
.submitbtn:hover, #buttons .submitbtn:active {
    border-color: #7c9826 #7c9826 #000;
    color: #fff;
    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    background-color: #112B63;
    width: 40%;
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.info{
    font-size: 115.5%;
}
.block_features .feature {
    float: left;
    margin-left: 10px;
    width: 31%
}
.block_features .columns {
    float: left;
    margin-left: 10px;
    width: 50%
}
.block_footer .feature h3 {
    font-size: 14px;
    padding-bottom: 10px;
    color:#000000;
    font-weight: bold;
}
.block_footer .columns {
    float: left;
    margin-left: 3%;
    width: 45%;
    font-size: 111.15%;
}
.block_footer .feature h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color:#000000;
    font-weight: bold;
}
.img{
    position: relative;
    float: left;
    margin-right: 4%;
    top: -26%;
    width: 14%;
}
.error{
    background:#F2D5D5;
}
.mensaje{
    font-size: 1.5em;
    font-weight: normal;
}
.response{
    font-size: 1.2em;
    font-weight: normal;
}
.response h4{
    font-size: 1.5em;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-12 {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.resumen{
    color: #575655;
    font-size: 22px;
    font-weight: normal;
    display: block;
    padding: 0 0 0 35px;
    position: relative;
}
h4.resumen{
    text-decoration: none;
    vertical-align: middle;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 10px;
    color: #575655;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.col-md-6 {
    width: 50%;
}
.summary{ 
    font-size: 10pt;
    margin: auto;
}
.summary th{
    text-align: left;
    color: #ffffff;
    background-color: #536992;
    border-bottom: solid 1px #999;
}
.summary td{
    text-align: left;
    font-color:#ffffff;
    background-color: #ffffff;
    border-bottom: 1px solid #536992;
    border-top: 1px solid #536992;
}