/* Generated by less 2.5.1 */
.pasos .persona {
  background: url('../img/persona2.png') no-repeat center;
  height: 163px;
  width: 163px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pasos .persona:hover {
  background: url('../img/persona.png') no-repeat center;
}
.pasos:hover p {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #267ad0;
}
.pasos p {
  color: #6D7F91;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pasos .tiempo {
  background: url('../img/reloj.png') no-repeat center;
  height: 163px;
  width: 163px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pasos .tiempo:hover {
  background: url('../img/reloj2.png') no-repeat center;
}
.pasos .pasarela {
  background: url('../img/tarjeta.png') no-repeat center;
  height: 163px;
  width: 163px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pasos .pasarela:hover {
  background: url('../img/tarjeta2.png') no-repeat center;
}
.caja-texto-paso {
  position: relative;
  height: 100%;
/*  margin-bottom: 40px;*/
    padding: 35px;
    margin-top: 5px;
}
.caja-texto-paso p {
  opacity: 0;
  color: #267ad0;
  position: absolute;
  top: 0;
  left: 0;
    padding-left: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cont img {
  margin: 9px 32px auto;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-jhan {
  border-radius: 0 !important;
  border: 3px solid #333 !important;
}
.modal-jhan .close {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  background: #FFF;
  color: #333;
  border: 3px solid #333;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
    font-size: 14px;
}
.modal-jhan .box-contact {
  padding: 30px;
}
.modal-jhan .box-contact form label {
  color: #6e95bc;
}
.modal-jhan .box-contact form input {
  border-radius: 0;
  height: 40px;
}
.modal-jhan .box-contact form textarea {
  border-radius: 0;
  resize: none;
  height: 100px;
}
.modal-jhan .box-contact form button {
  background: #fff;
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #36a2ea;
  border: 2px solid #36a2ea;
  margin-top: 10px;
  width: 100%;
}
.modal-jhan .box-contact form button:hover {
  background: none;
  color: inherit;
}
.modal-jhan .box-info {
  padding: 20px 0px;
}
.modal-jhan .box-info h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.modal-jhan .box-info ul {
  font-size: 20px;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.disabled img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.response h1 {
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 30pt;
  font-weight: 300;
  font-style: normal;
  color: #376ea5;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.response h1 span {
  color: #87898a;
  font-size: 30pt;
}
.resetsize {
  width: 250px !important;
}
#frame {
  height: 900px;
  border: none;
}
.margint20 {
  margin-top: 20px;
}
.margint40 {
  margin-top: 40px;
}
.margint100 {
  margin-top: 100px;
}
.formError {
  display: none !important;
}
.formError {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.formError + input,
.formError + textarea,
.formError + select {
  background: rgba(255, 229, 229, 0.9) !important;
  -webkit-box-shadow: 0 0 5px rgba(255, 229, 229, 0.9) !important;
  -moz-box-shadow: 0 0 5px rgba(255, 229, 229, 0.9) !important;
  box-shadow: 0 0 5px rgba(255, 229, 229, 0.9) !important;
  border: solid 1px rgba(255, 229, 229, 0.9) !important;
}
.formError + input:focus {
  background: rgba(255, 229, 229, 0.9) !important;
  -webkit-box-shadow: 0 0 5px rgba(255, 229, 229, 0.9) !important;
  -moz-box-shadow: 0 0 5px rgba(255, 229, 229, 0.9) !important;
  box-shadow: 0 0 5px rgba(255, 229, 229, 0.9) !important;
  border: solid 1px rgba(255, 229, 229, 0.9) !important;
}
.rituales h3 {
  font-family: 'Roboto Condensed', sans-serif;
}
.rituales span {
  text-align: center;
  color: #6e95bc;
  font-size: 18px;
}
.rituales .consulta .btn-face {
  margin-top: 0px;
  background: #3e5c98;
  color: #FFF;
  font-size: 12px;
  width: 100%;
}
.rituales .consulta .btn-face i {
  margin-right: 10px;
}
.rituales .consulta .btn-tw {
  margin-top: 0px;
  background: #22a9e0;
  color: #FFF;
  font-size: 12px;
  width: 100%;
}
.rituales .consulta .btn-tw i {
  margin-right: 10px;
}
.rituales .consulta form {
  padding-left: 100px;
  font-family: 'Roboto Condensed', sans-serif;
}
.rituales .consulta form option {
  font-family: 'Roboto Condensed', sans-serif;
  color: #6e95bc;
}
.rituales .consulta form label {
  color: #6e95bc;
}
.rituales .consulta form .form-control {
  border-radius: 0;
  height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6e95bc;
  font-size: 14px;
}
.rituales .consulta form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #6e95bc;
  font-size: 14px;
}
.rituales .consulta form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6e95bc;
  opacity: 1;
  font-size: 14px;
}
.rituales .consulta form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6e95bc;
  opacity: 1;
  font-size: 14px;
}
.rituales .consulta form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6e95bc;
  font-size: 14px;
}
.rituales .consulta form button {
  background: #407ccd;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  margin-top: 30px;
}
.rituales .consulta form button:hover {
  background: #407ccd;
  color: #FFF;
}
.rituales .tucarta {
  margin-top: 40px;
}
.rituales .tucarta h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #6e95bc;
}
.price span:last-of-type {
  color: green !important;
}
.catp {
  display: inline-block;
}
.catp a {
  margin-top: 0;
  font-size: 14px;
  display: inherit;
}
.btn-product {
  background: #407ccd;
  border-radius: 50px;
  font-size: 14px !important;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFF !important;
  border: none;
  margin-top: 30px;
}
.btn-product:hover {
  background: #407ccd;
  color: #FFF;
}
.single_add_to_cart_button {
  background-color: #407ccd !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  color: #FFF !important !important;
  border: none !important;
  margin-top: 30px;
}
.single_add_to_cart_button:hover {
  background: #407ccd !important;
  color: #FFF !important;
}
.tabs a {
  margin-top: 0 !important;
}
.entry-title {
  font-size: 30pt;
  font-style: normal;
  color: #376ea5;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.posted_in a {
  margin-top: 0;
  font-size: 14px;
  display: inherit;
}
#post-365 .entry-header {
  display: none !important;
}
#post-365 .entry-footer {
  display: none !important;
}
#post-365 .entry-content {
  margin-top: 0 !important;
}
.page-id-365 #secondary {
  display: none !important;
}
#post-364 .entry-header {
  display: none !important;
}
#post-364 .entry-footer {
  display: none !important;
}
#post-364 .entry-content {
  margin-top: 0 !important;
}
.page-id-364 #secondary {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px !important;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0px -28px !important;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 0px !important;
}
.producto-listado {
  min-height: 550px;
}
.categorias .pcd {
  text-align: center;
  width: 100%;
}
.categorias .pcd img {
  margin: 0 auto;
}
.categorias ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.categorias ul li {
  border-bottom: 1px solid #ccc;
}
.categorias ul li a {
  margin-top: 0px;
  font-size: 18px;
}
.categorias .btn-face {
  margin-top: 0px;
  background: #3e5c98;
  color: #FFF;
  font-size: 12px;
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.categorias .btn-face i {
  margin-right: 10px;
}
.categorias .btn-tw {
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
  background: #22a9e0;
  color: #FFF;
  font-size: 12px;
  width: 50%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.categorias .btn-tw i {
  margin-right: 10px;
}
.related {
  border-top: 1px solid #ccc;
}
.related h2 {
  margin-top: 20px !important;
}
.transito h2 {
  text-align: left !important;
}
.transito h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.transito ul.tabs {
  margin: 10px 0;
  padding: 0px;
  list-style: none;
}
.transito ul.tabs a {
  background: none;
  color: #332;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.transito ul.tabs a.current {
  color: #222;
  position: relative;
  height: 100%;
}
.transito ul.tabs a.current:before {
  position: absolute;
  content: url('../img/caret.png');
  left: -10px;
  top: 2px;
}
.transito .tab-content {
  display: none;
  padding: 15px;
  height: 100%;
}
.transito .tab-content h2 {
  font-weight: 400;
  font-size: 22px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {  /*******ojooooooooooooooooooooo*******/
	.transito .tab-content h2 { margin-top: 20px;}
}
.transito .tab-content.current {
  display: inherit;
}
.transito .box-transito {
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.transito .box-transito tbody a {
  display: block;
  width: 100%;
  height: auto;
}
.signotucarta img{
    max-height: 320px;
}
.crop a{
    margin-top: 0 !important;
}
.textogeneral h3 {
    font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 0px;
    color: #c4c4c4;
}
.btn-leermas{
    background: #407ccd;
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 25px;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    margin-top: 30px;
    font-weight: 400;
}
.btn-leermas:hover{
    background: #407ccd;
}
.btnazul {
    border: none !important;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.text-slider{
    font-size: 42px;
    line-height: 45px;
	letter-spacing: -2px;
}
.box-text-btn{
    width: 100%;
}