/* bof tw index */
/*FONT*/
@font-face {
    font-family: 'Montserrat-bold';
    src: url('../fonts/montserrat/Montserrat-Bold.eot');
    src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.eot');
    src: url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
.btn:not(.btn-link), 
.breadcrumb li:last-child, 
.bold, 
.m-bold {
    font-family: 'Montserrat-bold';
    font-weight: bold !important;
    font-style: normal;
}
.m-light{
	font-family: 'Montserrat';
    font-weight: 300 !important;
}
.text-white, 
#footer_nav a,
#dropdown_menu_search{
	color: #fff !important;
}
.text-black{
	color:#1a1b1c !important;
}
/*---------------------------------*/
.white-space{
	margin-bottom:50px !important;
}
.white-space-top{
	margin-top:50px;
}
.btn {
    font-family: "Montserrat-bold";
	transition:.2s ease;
}
input[name="search"]{
	border:none;
}
.button_search{
	border: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	height: 34px;
    color: #757575 !important;
	font-size:14px !important;
}
.login-modal .form-group{
	margin-bottom:25px !important;
}
/*navbar*/
.navbar-brand{
	padding: 0 !important;
    padding-top: 8px !important;
}
/*footer*/
.categories_title{
    margin-top: 15px ;
}
.extra_margin_bottom{
	margin-bottom: 20px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
	width: 100%;
	margin: auto;
}
.padding_zero{
	padding-left:0 !important;
	padding-right:0 !important;
}
.margin_top{
	margin-top: 20px;
}
.margin-left{
	margin-left: 15px;
}
.form-group{
	margin-bottom:0px !important;
}
.navbar-header {
	text-align: center;
}
.navbar_option_box{
	height: 40px !important;
	z-index: 10;
}
.carousel-control {
    background-image: none !important;
}
.form-control{
	-webkit-appearance:none !important;
}
.list-ustyled{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flex-center-center{
	display: flex;
	flex-flow:wrap;
    align-items: center;
    justify-content: center;
}
.control-label {
	text-align: left !important;
}
/* eof tw index */
/* bof rediseño 2024 */
/* bof menu */
#header{
	position:sticky;
	top:0;
	z-index: 16;
}
/* eof menu */
/* bof index */
.categories > a .category_title{
	color: #1b276d;
}
.categories > a:hover .category_title{
	color: #384cbb;
}
.category_container{	
	position:relative;
	overflow:hidden;
	border-radius: 15px;
}
.main-categories{
	display:flex;
	flex-wrap: wrap;
}
.categories_img{
	width: 100%;
	transition:.15s ease-in-out;
}
.category_title .glyphicon{
	font-size:25px;
}
.category_title span:not(.glyphicon){
	font-family: "Montserrat-bold";
	margin-left: 8px;
}
.categories a:hover .categories_img{
	transform:scale(1.03);
}
.category_title{
	position: absolute;
	margin-bottom: 15px;
	bottom: 0;
	right: 0;
	margin-right: 15px;
	padding:15px;
	border-radius: 35px;
	background-color:#fff;
	display:flex;
	align-items: center;
	min-width: 50%;
}
/* eof index */
/* bof categorie list */
.img_business_card {
	width: 100%;
	height: 120px !important;
	object-fit: contain;
  }
.business_card_desc h4 {
	color: #1a1b1c !important;
	font-size: 16px;
}
.btn_pay_service {
	margin-top: auto;
	padding: 0 !important;
}
.btn_pay_service a:last-child {
	margin-top: 10px;
}
.btn_pay_service a {
	display: block;
}
.categorie-heading{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	border-bottom: 1px solid #ebf0fa;
  	padding-bottom: 15px;
}
.breadcrumb{
	margin-bottom:0 !important;
}
.service_cont > div{
	border-color: #f5f5f5;	
	border-radius: 5px;
	box-shadow: 3px 4px 13px -3px rgba(217, 227, 245, 0.5);
	padding:5px;
	height: 100%;
}
.flexCategorieList{
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}
.img_div_business_card, .business_card_desc{
	padding:0 !important;
	margin-bottom:15px;
}
.business_card_body, .business_card_body > .row{
	height:100%;
}
.business_card_body > .row{
	display: flex;
  flex-wrap: wrap;
}
.breadcrumb li:last-child::before {
	content: '';
	padding: 0;
}
.breadcrumb li:last-child {
	display: block;
	font-size: 40px;
  }
/* eof categorie list */
/* bof footer */
#footer_about {
    background-color: #384cbb;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}
#footer_nav li{
	margin-bottom:8px;
}
#footer_about hr{
	margin-top: 15px;
	margin-bottom:15px;
	opacity:30%;
}
.last_footer + a{
	margin-left: 0 !important;
	margin-right: 0 !important;
	vertical-align: middle;
}
.last_footer + a span{
	font-size:20px;
}
.pci-footer{
	margin: 0 0 0 auto;
}
/* eof footer */
/* bof modal login */
.no-account .control-label,
.abcRioButton {
		text-align: center !important;
}
.abcRioButton {
	width: 100% !important;
}
/*.login_pts_tab,
.login_social_tab{
	float: inherit !important;
}*/
.pass-forget {
	text-align: center !important;
}
.or {
	position: relative;
	border-bottom: 1px solid #03a0fd;
	text-align: center;
	display: block;
}
.or span {
	position: absolute;
	bottom: -10px;
	background-color: #fff;
	margin-left: -15px;
	padding: 0 15px;
	
 }
 .login-modal .form-group {
	margin-bottom: 25px !important;
  }
/* eof modal login */
/* bof my account */
#my_account_menu {
	margin-bottom: 25px;
}
.menu_myaccount {
	margin-right: 5px;
	margin-bottom: 8px !important;
	border-radius: 20px !important;
	font-size: 12px !important;
  }
/* eof my account */
/* bof contact form */
.contctUsStyle {
	padding-top: 30px;
	padding-bottom: 30px;
  }
  .no-glow .heading {
	margin-top: 5px;
	margin-bottom: 0;
  }
  .btnWrapper {
	flex-direction: column;
	margin-top: 35px;
	margin-bottom: 15px;
  }
  .btnWrapper .btn:not(.btn-link) {
	padding: 15px 15px;
	border-radius: 60px;
  }
/* eof contact form */
/* bof product info */
#payment_method{
	background-color:#fcfcfe;
	display: flex;
	flex-wrap: wrap;
}
#payment_method > div:first-child{
	padding:35px 15px;
}
.first-step{
	margin-bottom:30px;
}
.first-step, 
.second-step{
	background-color:#fff;
	border: 1px solid #ebedf8;	
	padding:30px 15px;
	border-radius: 4px;
}
.first-step, 
.second-step{
	box-shadow: 0px 0px 8px 0px rgba(1, 42, 124, 0.10);
}
.radio_payment_method {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
  }
#terminal_layout .alert{
	margin-top:20px;
	margin-bottom:20px;
}
#terminal_layout .number-step{
	color:#e1e4f5;
	background-color:#384cbb;
}
.terminal-disabled{
	background-image: url('../../img/custom/second_payment_design_img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.terminal-disabled > .categories_title{
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.3);
	padding: 20px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
/* bof product info template 1 */
.service-info .business_name{
	margin-top:80px;
	margin-bottom:40px;
}
/*.terminal-body label{
	margin-bottom:15px;
}*/
.compra-segura{
	margin-top: 30px;
	margin-bottom: 35px;
}
/*.col-info, .col-button{
	width:45% !important;
	margin-bottom:30px !important;
	margin-left: 0!important;
}
.col-button{
	padding:0 !important;
}*/
/*#subtotals .col-info:nth-child(2), 
#subtotals .col-info:nth-child(4){
	margin-right: 10% !important;
}*/
.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}
.radio_payment_method{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.step-text{
	font-size: 22px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	border-bottom: 1px solid #cfdfe8;
	padding-bottom: 15px;
}
#terminal_layout .step-text{
	justify-content: center;
}
.text-blue{
	color: #384cbb !important;
}
#service-panel{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.number-step{
	border-radius: 50%;
	color:#384cbb;
	background-color: #e1e4f5;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* terminal web*/
/*
.superior-part, .terminal-body{
	border-radius: 50px;
	border: 2px solid #03a0fd;
}
.superior-part {
	border-bottom: none;
}
.ticket {
	margin: 15px 0;
	background-color: #2fb2fc;
	background-image: linear-gradient(#2fb2fc, #0088d6);
	width: 60%;
	height: 20px;
	border-radius:25px;
}
.terminal-body{
	padding: 50px 30px!important;
	padding-bottom:0 !important;
	border-left: none;
	border-right: none;
}
.terminal-body div{
	margin-bottom: 15px;
}
.terminal-logo{
	background-color: #a6d7f4;
	padding: 5px !important;
	border: 2px solid #03a0fd;
}
.terminal-logo, .col-info, .terminal-form-row{
	border-radius: 10px;
}
.terminal-form-row{
	background-color: #a6d7f4;
	padding: 30px 10px;
	padding-bottom: 10px;
	color: #384cbb;
}
.col-info {
	border: 1px solid #384cbb;
	background-color: #D0D5F1;
	padding: 5px 15px;
}
.inferior-part{
	height: 20px;
	border: 2px solid #03a0fd;
	border-top:none;
}
.card{
	background-color: #2fb2fc;
	background-image: linear-gradient(#2fb2fc, #0088d6);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
*/
.icon-size img{
	width: 20px;
	margin-right: 20px;
}
#dropdown_menu_search{
	color:#fff;
}
.number-btn{
	margin-bottom: 10px !important;
	padding: 10px 0 !important;
   /* max-height: 58px;
	*/
}
.btn-success.number-btn{
	border-color: #3a801b;
	transition: 0.2s;
	box-shadow: 0 6px #8ab2ca;
	height:auto;
	background: linear-gradient(45deg, #2bd059, #367e15);
	background-size: 400% 400%;

	-webkit-animation: payBtn 4s ease infinite;
	-moz-animation: payBtn 4s ease infinite;
	animation: payBtn 4s ease infinite;
}
.btn-success.number-btn:focus,
.btn-success.number-btn:active{
	box-shadow: 0 0 #8ab2ca;
	transform: translateY(5px);
}
@-webkit-keyframes payBtn {
	0%{background-position:0% 49%}
	50%{background-position:100% 52%}
	100%{background-position:0% 49%}
}
@-moz-keyframes payBtn {
	0%{background-position:0% 49%}
	50%{background-position:100% 52%}
	100%{background-position:0% 49%}
}
@keyframes payBtn {
	0%{background-position:0% 49%}
	50%{background-position:100% 52%}
	100%{background-position:0% 49%}
}
.btn-default.btn-payment-method{
	background-image: linear-gradient(#fdfafa, #f0f0f0);
	border-color: #D7D7D7;
	border-width:2px;
}
.btn-default.btn-payment-method:hover{
	border-color:#384cbb;
}
.btn-default.btn-payment-method.active{
	background-image: linear-gradient(#f8f8f8, #dfdfdf);
    webkit-box-shadow: inset 0px 4px 15px 6px #bbb !important;
    box-shadow: inset 0px 4px 15px 6px #bbb !important;
}
#terminal_layout #subtotals,
#terminal_layout .col-button{
	border-top: 2px dashed #bed8e8;
	margin-top: 15px;
	padding-top: 25px;
}
#data_client > div,
#fieldsetMercadoPagoCc > div{
	margin-bottom: 15px;
}
.col-info > div{
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #c0e6ff;
	padding: 8px 12px;
	border-radius: 8px;
}
.col-info > div > span{
	margin-top:8px;
	margin-bottom:0;
	color:#1a1b1c;
	display:block;
}
.nopadding{
	padding: 0 !important;
}
/*leyend fieldset*/
#payment_total{
	height: 40px;
	font-size: 18px;
	font-weight: 700;
}

/* Acomodo diseño*/
@media(max-width:767px){
	.mobile-service-info{
		background-color: #F0F0F0;
		border-radius: 10px;
		padding: 30px 25px;
   }
	.service-info .business_name{
		margin-top:50px;
		margin-bottom:30px;
   }
	.step-text{
		font-size: 18px !important;
		margin-bottom:15px;
   }
   #terminal_layout > .sticky-div{
		border: 2px solid #d6e2ea;
		border-radius: 15px;
		background-color: #e9f4fb;
		padding: 20px !important;
		margin-bottom: 45px;
		box-shadow: 0px 0px 8px 0px rgba(1, 42, 124, 0.10);
   }
   .terminal-disabled .sticky-div{
		margin-top: 50px;
		margin-bottom: 50px !important;
		backdrop-filter: blur(10px);
  		background-color: rgba(255, 255, 255, 0.3) !important;
		border:none !important;
   }
   .btn-success.number-btn{
		font-size:24px;
   }
}
@media(min-width:768px){
	.principal_menu_2, .hide_logo{
		display: none !important;
   }
	/*.terminal-body{
		padding: 40px !important;
		padding-bottom: 0 !important;
   }
	.superior-part, .terminal-body{
		border-radius: 80px;
   }
	.terminal-body{
		padding: 40px !important;
		padding-bottom: 0 !important;
   }
	.superior-part, .terminal-body{
		border-radius: 80px;
   }*/
	.number-btn{
		font-size: 20px !important;
   }
}
@media(min-width:992px){
	#tittle_terminal{
		margin-top:0;
		padding:0;
   }
	.division{
		border-left: 2px solid #F0F0F0;
   }
	input.payment-input{
		height: 50px !important;
   }
   /* bof product info */
	#payment_method > div:first-child{
		padding:35px 60px;
	}  
	.first-step, 
	.second-step{
		padding:30px 25px;
}
   /* eof product info */
}
/* bof product info template 2 */

/* eof product info */
/* bof business info */
.col-payment-info .row > div:first-child > a img{
	border: 5px solid #d9e3f5;
	border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: contain;
	background-color: #fff;
}
.col-payment-info{
	border-radius: 8px;
	border: 1px solid #E7F0FF;
	background: radial-gradient(64.03% 95.55% at 9.33% 13.4%, #F5F9FF 0%, #FBFBFB 100%);
	padding:20px 20px;
}
.col-payment-info .business_name{
	font-size:32px;
	color:#1a1b1c !important;
	margin-top: 0;
}
.col-payment-info .business_links{
	margin-top:8px;
}
.col-payment-info .business_links a{
	margin-right:12px;
	font-family:'Montserrat-bold';
}
.col-payment-info small{
	color:#53535b;
}
.col-payment-info .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.col-payment-info{
	position: relative;
	overflow: hidden;
}
.absolute-img{
	position:absolute;
	opacity:.08;
	height: 130% !important;
	width: auto;
	object-fit: contain;
	top: -15%;
	right:0;
}
/* eof business info */
/* bof payment success */
.successWrapper, .basicBgImg{
	background-image: url('../img/pts/successBG.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.success-service-detail > div{
	margin-bottom:25px;
	border-radius: 8px;
	border: 1px solid #CDDBF5;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), radial-gradient(50% 50% at 50% 50%, rgba(190, 208, 236, 0.15) 0%, rgba(152, 174, 209, 0.15) 100%);
	box-shadow: 0px 0px 15px 0px rgba(1, 42, 124, 0.10);
	backdrop-filter: blur(1px);
	padding:30px 15px;
}
.success-service-detail > div .row, .btnWrapper{
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
.btnWrapper{
	flex-direction: column;
	margin-top:35px;
	margin-bottom:15px;
}
.btnWrapper .btn:not(.btn-link){
	padding:15px 15px;
	border-radius: 60px;
}
.success-service-detail .text-success{
	font-size:24px;
}
.success-service-detail .glyphicon-checkmark, .success-service-detail .glyphicon-warning-sign{
	border-radius: 25px;
	font-size: 25px;
	padding: 8px;
	display: inline-block;
	margin-bottom: 5px;
	color: #fff;
}
.success-service-detail .glyphicon-checkmark{
	background-color: #02a42f;	
}
.success-service-detail .glyphicon-warning-sign{
	background-color: #c70303;	
}
.success-service-detail .status{
	margin-bottom: 35px;
}
.success-service-detail .headings{
	margin-bottom:50px;
}
/* eof payment success */
/* bof contact us */
.no-glow{
	box-shadow:none !important;
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.no-glow .heading{
	margin-top:5px;
	margin-bottom:0;	
}
.contctUsStyle{
	padding-top:30px;
	padding-bottom:30px;
}
.contactUsLinkWrapper{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	justify-content: center;
	row-gap: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.contactUsLinkWrapper > div{
	flex-grow: 1;
	flex-basis: 0;
}
/* eof contact us */
/* eof rediseño 2024 */

@media(max-width:767px){
	#g-signin2{
		margin-bottom:25px;
	}
	.no-account .control-label,
	.abcRioButton {
		text-align: center !important;
	}
	.or {
		display: none;
	}
	/* bof menu */
	.navbar-brand {
		position: absolute;
		font-size: 26px !important;
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
		margin: auto;
	  }
	  #search-bar{
		padding-top: 15px;
		padding-bottom: 15px;
	  }
	  .logo-tw img{
		width: 60%;
	  }
	  .logo-tw{
		margin-top: 5px;
	  }
	  #gt_type_button{
		padding-left: 15px;
		padding-right: 15px;
	  }
	/* eof menu */
	.main-categories > div{
		width: 100%;
	}
	.white-space-top,
	.white-space {
		margin-top: 30px;
	  }
	.white-space {
	margin-bottom: 30px;
	}
	/* bof product listing */
	.categorie-heading{
		margin-top:0;
		margin-bottom: 25px !important;
	}
	.breadcrumb li:last-child {
		font-size: 24px;
		margin-bottom: 12px;
	  }
	/* eof product listing */
	/* bof product info */
	.col-payment-info .business_name{
        font-size:20px;
        margin-top:15px;
		text-align: center;
    }
	/* eof product info */
	/* bof myaccount */
	.success-service-detail {
		margin-left: 5px !important;
		margin-right: 5px !important;
	  }
	/* eof myaccount */
	/* bof footer */
	#footer_nav{
		padding-left:30px !important;
		padding-right: 30px !important;
	}
	/* eof footer */
}
@media(min-width:768px){
	.flex{
		display:flex;
	}
	.login-modal{
		max-width: 453px;
	}
	.navbar{
		padding:15px;
	}
	#navbar > .row{
		display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-align-items: center;
    	align-items: center;
	}
	#search-bar{
		float:none !important;
	}
	.gt-flag img{
		width: 25px;	
	}
	#hidden_button_login, .conect_with {
		display: none !important;
	}
	/* bof product info */
	#terminal_layout{
		background-color:#e9f4fb;
		padding:35px 25px;
		border-left: 1px solid #c0d7e6;
		box-shadow: 0px 0px 8px 0px rgba(1, 42, 124, 0.10);
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#terminal_layout .sticky-div{
		position:sticky;
		top:90px;
	}
	#payment_method{
		border: 1px solid #e1e4f5;
		border-radius: 8px;
	}
	/*.sticky-div{
		position:sticky;
		top:90px;
	}*/
	
	/* eof product info */
}
@media(min-width:992px){
	#myCarousel .carousel-control .glyphicon{
		font-size: 15px;
	}
	.carousel-control{
		width:8% !important;
	}
}
@media (max-width:1199px) and (min-width:768px){
	/* bof payment success */
	.successWrapper .col-payment-info .row > div:first-child > a img{
		height: 94px;
	}
	/* eof payment success */
}
@media (min-width:1200px){
	/* bof payment success */
	.successWrapper .col-payment-info .row > div:first-child > a img{
		height: 70px;
	}
	/* eof payment success */
}
/*bof pagina especial de precios*/
.top-carousel #myCarouselPrices .item .text-center * {
    color: #fff;
}
.top-carousel #myCarouselPrices .item iframe {
    width: 100%;
    height: 100%;
}
.index-link >.row {
    margin: 100px 0;
}
.first-row img, .index-payment-type img {
    margin-bottom: 25px !important;
}
.index-link li p {
    color: #757575;
    font-size: 16px;
}
.index-link li {
    color: #2bd059;
    font-size: 18px;
}
.index-link ul {
    padding: 0 0 0 20px;
}
.index-payment-type img {
    margin: 0 auto;
}
.first-row img, .index-payment-type img {
    margin-bottom: 25px !important;
}
#myCarouselPrices {
	background-image: url(../img/pts/bottom.jpg);
    background-position: center;
    align-content: center;
    padding: 10vh 0;
}
#myCarouselPrices iframe{
	width:100%;
	height:100%;
}
#myCarouselPrices .h1{
	background-color: #fff;
    padding: 8px 12px;
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
}
#myCarouselPrices .h3{
	color:#132484;
}
.extra-lh{
	line-height:1.37 !important;
}
.howtowork-page >.row {
    margin: 50px 0;
}
.step-process .h4{
	text-decoration:underline;
}
.howto-step{
	background-color: #96DAF3;
    color: #384cbb;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.howto-step.success{
	background-color:#98F396;
}
.text-gray{
	color:#757575 !important;
}
.text-black{
	color:#333 !important;
}
.flex-wrap{
	display: flex;
    flex-flow: wrap;
}
.howtowork-page .second-row {
	background-color: #f9f9f9;
}
.howtowork-page .second-row > div{
	padding-left:7px;
	padding-right:7px;
	margin-bottom:20px;
}
.howtowork-page .second-row > div > div{
	/*background-color: #f9f9f9;*/
    border-radius: 8px;
    padding: 20px 15px;
	height:100%;
	text-align:center;
}
.howtowork-page .second-row > div > div img{
	margin:0 auto;
}
.howtowork-page .third-row{
	background: radial-gradient(64.43% 58.32% at 75.35% 100.01%, #DDE2FF 32.29%, #F7F9FF 100%);
	padding:80px 30px;
}
.howtowork-page .third-row .h2{
	margin:0;
}
.howtowork-page .third-row ul{
	margin-top:30px;
	margin-bottom:50px;
}
.howtowork-page .third-row ul li:not(:last-child){
	margin-bottom:15px;
}
.howtowork-page .third-row img{
	object-fit: cover;
    height: 100%;
}
.howtowork-page ul li::marker {
     color: #2bd059;
    font-size: 22px;
}
.self-center{
	 align-self: center;
}
.up-down {
    -webkit-animation: action 1.5s infinite  alternate;
    animation: action 1.5s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@media (min-width: 768px){
	.index-payment-type >div:first-child {
    	margin-left: 12.5%;
	}
	.howtowork-page .first-row > .col-md-6:not(:first-child){
		border-left: 3px solid #C9D1FF;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	padding-left:30px;
    	margin-bottom: 30px;
	}
	.howtowork-page .first-row > .col-md-6 .step-process{
		margin-bottom:30px;
	}
	.triangle{
		width: 0;
		height: 0;
		border-width: 15px 15px 0 15px;
		border-color: #C9D1FF transparent transparent transparent;
		border-style: solid;
		position:absolute;
		left: -17px;
    	bottom: -2px;
	}
	.first-row .visible-md{
		border: 3px solid #C9D1FF;
		box-shadow: inset 0px 0px 30px #ebeeff;
		border-radius: 15px;
		padding: 30px 30px;
	}
}
@media (max-width:767px){
	#myCarouselPrices .h1{
		font-size: 22px;
	}
	#myCarouselPrices .h3{
		font-size: 18px;
	}
	.step-process{
		margin-bottom:15px;
		padding-left:15px;
		border-left:2px solid #CAF1FF;
		padding-top:10px;
		padding-bottom:10px;
	}
	.howtowork-page .first-row .h2{
		font-size:20px;
	}
	.howtowork-page .first-row .h3{
		font-size:18px;
	}
	.howtowork-page .first-row .col-sm-3, .index-payment-type .col-sm-3 {
    	margin-bottom: 50px;
	}
	.howtowork-page .sticky{
		position: -webkit-sticky;
    	position: sticky;
    	top: 58px;
    	height: 100%;
    	width: 100%;
		background-color:#fff;
	}
	.howtowork-page .third-row .col-sm-7{
		margin-bottom:30px;
	}
	/*.step-process.success{
		border: 3px solid #C9D1FF;
		box-shadow: inset 0px 0px 30px #ebeeff;
		border-radius: 15px;
		padding: 15px 15px;
	}*/
	.howtowork-page .third-row .col-sm-7 p:nth-child(2) {
    	font-size: 30px !important;
	}
	.howtowork-page .third-row {
    	padding: 30px 15px;
	}
	.howtowork-page .third-row .btn{
		margin-top:15px;
	}
}
@media(max-width:991px){
	.index-link >.row {
    	margin: 50px 0;
	}
	.howtowork-page .third-row .col-sm-7 p:first-child, .howtowork-page .third-row .col-sm-7 p:last-child{
		font-size:20px;
	}
	.howtowork-page .third-row .col-sm-7 p:nth-child(2){
		font-size:40px;
	}
	.howtowork-page .third-row .col-xs-12 .h3{
		font-size:38px;
    	margin-bottom:15px;
	}
	.howtowork-page .third-row .col-xs-12 .h6{
		font-size:18px;
	}
	.howtowork-page .third-row ul li{
		font-size:22px;
	}
	.howtowork-page .third-row hr{
		border-color:#9FB7FF;
    	margin-top:25px;
    	margin-bottom:25px;
	}
}
@media(min-width:992px){
	.howtowork-page .second-row .col-md-2{
		width: calc(100%/5) !important;
	}
	.howto-step.success {
    	font-size: 24px;
    	border-radius: 100px;
    	padding-left: 17px;
    	padding-right: 17px;
	}
	.first-row .step-process .h4{
		font-size:26px !important;
    	margin-bottom:15px;
	}
	.first-row .step-process p:last-child{
		font-size:22px;
	}
	.howtowork-page .third-row .col-sm-7 p:first-child, .howtowork-page .third-row .col-sm-7 p:last-child{
		font-size:28px;
	}
	.howtowork-page .third-row .col-sm-7 p:nth-child(2){
		font-size:60px;
	}
	.howtowork-page .third-row .col-xs-12 .h3{
		font-size:45px;
	}
	.howtowork-page .third-row .col-xs-12 .h6{
		font-size:28px;
	}
	.howtowork-page .third-row ul li{
		font-size:32px;
	}
	.howtowork-page .third-row hr{
		border-color:#9FB7FF;
    	margin-top:55px;
    	margin-bottom:55px;
	}
	.howtowork-page .third-row .btn-lg{
		font-size:36px;
	}
}
/* eof pagina especial de precios */
/* bof pagina especial de productos */
#myCarouselProducts {
	background-image: url(../img/pts/ProductCarousel.jpg);
    background-position: center;
    align-content: center;
    padding: 10vh 0;
}
.product-card{
	background-color: #f9f9f9;
    border-radius: 20px;
    margin-top: 50px;
	margin-bottom:30px;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-left:0 !important;
	margin-right:0 !important;
}
.center-flex-wrap{
	align-items: center;
    display: flex;
    flex-flow: wrap;
}
.products-page ul{
	padding-left: 24px;
}
.products-page ul li:not(:last-child){
	margin-bottom:5px;
}
.products-page ul li::marker {
     color: #2bd059;
    font-size: 22px;
}
.products-page img:not(.center-block){
	 align-self: flex-start;
}
.products-page .product-card > div > div{
	width:100%;
}
.products-page .product-card .btn-link{
	padding-left:0;
}
.products-page .btn-link.btn-lg{
	text-align:left !important;
}
@media(min-width:768px){
	.product-card{
		padding:60px 30px;
	}
}
@media (max-width:767px){
	#myCarouselProducts .h1{
		font-size:20px;
	}
	#myCarouselProducts .h3{
		font-size:16px;
	}
	.product-card .center-flex-wrap .h3{
		font-size:16px;
	}
	.product-card .col-sm-6:not(.product-card) .h3{
		font-size:18px;
	}
}
/* eof pagina especial de productos */
