/* label color */

body input:not([type]):focus:not([readonly]),
body input[type=text]:not(.browser-default):focus:not([readonly]),
body input[type=password]:not(.browser-default):focus:not([readonly]),
body input[type=email]:not(.browser-default):focus:not([readonly]),
body input[type=url]:not(.browser-default):focus:not([readonly]),
body input[type=time]:not(.browser-default):focus:not([readonly]),
body input[type=date]:not(.browser-default):focus:not([readonly]),
body input[type=datetime]:not(.browser-default):focus:not([readonly]),
body input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
body input[type=tel]:not(.browser-default):focus:not([readonly]),
body input[type=number]:not(.browser-default):focus:not([readonly]),
body input[type=search]:not(.browser-default):focus:not([readonly]),
body textarea.materialize-textarea:focus:not([readonly]){
	border: 0;
	box-shadow: 0px 0px 0px 1px rgba(44, 111, 207,0.3);
}

.input-field {
	color: #FFC72B;
}
/* label focus color */
.input-field input[type=text]:focus+label {
	color: #FFC72B;
}
/* label underline focus color */
.input-field input[type=text]:focus {
	border-bottom: 1px solid #FFC72B;
	box-shadow: 0 1px 0 0 #FFC72B;
}
/* valid color */
.input-field input[type=text].valid {
	border-bottom: 1px solid #FFC72B;
	box-shadow: 0 1px 0 0 #FFC72B;
}
/* invalid color */
.input-field input[type=text].invalid {
	border-bottom: 1px solid #FFC72B;
	box-shadow: 0 1px 0 0 #FFC72B;
}
/* icon prefix focus color */
.input-field .prefix.active {
	color: #FFC72B;
}
.btn_send {
	background-color: 	#00145c;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 12px;
	width: 100%;
}
.btn_send2 {
	background-color: #FFC72B;
	margin-top: 10px;
	margin-bottom: 20px;
}
.icon_check {
	float: right;
}
.icon_telefono {
	float: center;
}

.col.s5.l4.header{
	height: auto;
	margin: 20px 0 6px 0;
	float: left;
	max-width: 205px;
	min-width: 150px;
}

.logo {
	width: 100%;
	max-width: 180px;
	margin-left: -10px;
}
.logo-amazon {
	width: 100%;
	max-width: 180px;
	margin-left: 2px;
	margin-bottom: -10px;
}
.btn_card {
	padding-top: 15px;
	border-radius: 10px;
	background-color: #A7A9AC;
	border-radius: 10px;
}
.btn_card:hover {
	background-color: #484949;
	border-radius: 10px;
}

input{
	font-size: 9pt;
}

input::placeholder {
	color: black;
}
.img_thumb {
	max-height: 50px;
}
.combo_drop {
	margin-top: 25px;
	font-size: 12px;
	font-weight: bolder;
}
.infotext {
	text-align: center;
	font-size: 18pt;
	color: #000000;
}
.infotext2 {
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
	color: #000000;
}
.infotext3 {
	text-align: center;
	font-size: 15px;
	color: #000000;
}
.infocont {
	color: #024f99;
}
.dividergreen {
	border-style: solid;
	border-width: thin;
	border-color: #429B3B;
}
.dividerblue {
	border-style: solid;
	border-width: thin;
	border-color: #88ADE3;
}
.dividergold {
	border-style: solid;
	border-width: thin;
	border-color: #FFC627;
}
.dividerplatinum {
	border-style: solid;
	border-width: thin;
	border-color: #7E90C4;
}
.dividerbasica {
	border-style: solid;
	border-width: thin;
	border-color: #8AB8DA;
}
.dividergold2 {
	border-style: solid;
	border-width: thin;
	border-color: #CBB578;
}
.dividerplatinum2 {
	border-style: solid;
	border-width: thin;
	border-color: #AE98BF;
}
.dropdown-content li>a, .dropdown-content li>span {
	font-size: 16px;
	color: #000000;
	display: block;
	line-height: 10px;
}
.dropdown-content li {
	min-height: 40px;
	line-height: 1.5rem;
}
#dropdown1 {
	margin-top: 62px;
	border-radius: 10px;
}
#droptext {
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #024F99;
	color: #ffffff;
}
.rangetext {
	text-align: center;
	font-size: 9pt;
}

.carddesc {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10pt;
}
.precard {
	border-radius: 10px;
	background-color: #024F99;
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	font-size: 12pt;
}
.cardrew {
	background-color: #F1F2F2;
	margin: 10px 10px 10px 10px;
}
.form_box {
	border-radius: 2px;
	border: 1px solid #e2e2e0;
	width: 90%;
	padding: 10px
}

.btn:focus, .btn-large:focus, .btn-floating:focus {
	background-color: #024F99;
}
.header {
	height: 90px;
}
.header2 {
	height: 90px;
	margin-bottom: 5px;
}
.reque {
	font-size: 9px;
	margin: 5px;
}
.terms {
	font-size: 9px;
	margin: 5px;
	text-align: justify;
}
.termsoffer {
	font-size: 11px;
	margin: 5px;
	text-align: justify;
}
.solicitud {
	font-size: 12;
	text-align: center;
	margin-bottom: 10px;
}
.termsfilter {
	text-align: center;
}
.infotextfilbig {
	font-size: 20pt;
	text-align: center;
}
.infotextfil {
	font-size: 12pt;
	text-align: center;
}
.opacity {
	opacity: 0.5;
}
.infotextfilbig2 {
	font-size: 17pt;
	text-align: center;
}
#slidecont {
	max-height: 271.25px;
}
.cardt{
	max-height: 200px;
}
p{
	margin: 0 0 0 0;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	flex: 1 0 auto;
}
.space{
	margin-top: 80px;
}
.space2{
	margin-top: 40px;
}
.page-footer{
	background-color: #0d233f;
	margin-top: -25px;
}
a{
	text-decoration: none;
	word-break: break-all;
}
.termsthank{
	color: #FFFFFF;
}
textfooter{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
}
.grayrec{
	border-style: solid;
	border-color: #c8c8c8;
	border-width: medium;
	margin-top: 15px;
}
.row{
	margin-bottom: 4px;
}
.aprove {
	font-size: 16pt;
}

#tipo2{
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	.infotext {
		text-align: center;
		font-size: 15pt;
		color: #000000;
	}
}
@media screen and (min-width: 750px) {
	.infotext {
		text-align: center;
		font-size: 17pt;
		color: #000000;
	}
}
@media screen and (min-width: 800px) {
	.infotext {
		text-align: center;
		font-size: 19pt;
		color: #000000;
	}
}
@media screen and (min-width: 992px) {
	.infotext {
		text-align: center;
		font-size: 20pt;
		color: #000000;
	}
}
@media screen and (min-width: 360px) {
	.icon_check {
		float: right;
		max-height: 20px;
	}
}
@media screen and (max-width: 601px) {

	.combo_drop {
		margin-top: 10px;
		font-size: 12px;
		font-weight: bolder;
	}
	.header2 {
		height: 30px;
		margin-top: -35px;
	}
	.img_thumb {
		margin-top: 0px;
		max-height: 25px;
	}
	.infotext {
		text-align: center;
		font-size: 8pt;
		color: #000000;
		margin-top: -10px;
	}
	.infocont {
		padding-top: 5px;
		color: #024f99;
	}
	.infotext3 {
		text-align: center;
		font-size: 10px;
		color: #000000;
	}
	.infotext2 {
		text-align: center;
		font-size: 10px;
		color: #000000;
	}
	.aprove {
		font-size: 10pt;
	}
	.carddesc {
		margin-bottom: 10px;
		text-align: center;
		font-size: 8pt;
	}
	.reque {
		font-size: 10px;
		margin: 5px;
	}
	.terms {
		font-size: 10px;
		margin: 5px;
	}
}
.backdrop{
	background-color: #a8aaac;
}
.grayrec{
	margin-top: -5px;
}
.rowPreaprobada  {
	width: 91.6666666667%;
	margin-left: auto;
	left: auto;
	right: auto;
	text-size-adjust: none;
	font-size: 12px;
}

.rowNombreTarjeta {
	width: 100%;
	margin-left: auto;
	left: auto;
	right: auto;
	text-size-adjust: none;
	font-size: 7px;
}

.rowNombreTarjetaDesk {
	width: 100%;
	margin-left: auto;
	left: auto;
	right: auto;
	text-size-adjust: none;
	font-size: 10px;
}

.responsive-tarjeta {
	max-width: 70%;
	height: 70%
}

/* Manejo de los estilos en los Input */
input {text-transform: uppercase;} /*Al escribir transforma las letras a Mayúsculas */
input::-webkit-input-placeholder {text-transform: none;}  /* Deja el texto tal cual esta definido en el placeholder */

/* Popup Chat*/
.popup-body{margin:5px}
#chat-popup-box.popup-body iframe{min-height:250px;width:100%}
#chat-popup-box.chat-button{
	width:31px;
	background:#51b2ef;
	/*background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYjJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTkyZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(left,#51b2ef 0,#2192e8 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#51b2ef),color-stop(100%,#2192e8));
	background:-webkit-linear-gradient(left,#51b2ef 0,#2192e8 100%);
	background:-o-linear-gradient(left,#51b2ef 0,#2192e8 100%);
	background:-ms-linear-gradient(left,#51b2ef 0,#2192e8 100%);
	background:linear-gradient(to right,#51b2ef 0,#2192e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#51b2ef',endColorstr='#2192e8',GradientType=1);
	color:white;
	overflow:hidden;
	height:100%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
}
#chat-teaser-box #footer_box_message div{
	background: #FAFAFA;
	height: 15%;
	width: 93%;
	margin: 4%;
	cursor: pointer;
	border-radius: 3px;
}

#footer_box_message{
	height: 80%;
	width: 80%;
	border: 0px;
	background: rgba(0, 0, 0, 0.51);;
	position:fixed;
	right: 0;
	bottom: 85px;
	z-index: 2000;
	display: none;
	border-radius: 3px;
}

#footer_btn_notify{
	background: rgb(0,29,68);
	padding: 0.5%;
	width: 19.5%;
	height: 1.5%;
	text-align: center;
	right: 5%;
	left: 80%;
	top : 20px;
	bottom: 0px;
	border-bottom-right-radius: 10px;
	z-index: 2001;
	cursor: pointer;
}

.container > .row:first-child{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.container > .row:first-child::after{
	display: none;
}

.col.s6.header2 {
	float: right;
	width: 26%;
	max-height: 50px;
	margin: 30px 0 0 0;
	min-width: 260px;
	text-align: right;
}

.col.s6.header2 > div{
	float: none;
	display: inline-block;
	width: 32%;
}

@media only screen and (max-width: 768px){
	.col.s6.header2{
		height: 100%;
		margin-top: 0;
		max-height: none;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		align-self: center;
	}
	.col.s6.header2 > div{
		float: none;
		display: inline-block;
		width: 100%;
		max-width: 70px;
		margin: 0;
	}

	.etiqueta-add{
		font-size: 13px!important;
	}
}

@media only screen and (max-width: 375px){
	.col.s5.l4.header{
		min-width: 120px;
	}
	.col.s6.header2{
		min-width: 200px;
		height: 68px;
	}
}

.col.s6.header2 > div a {
	float: left;
	top: 0;
	position: relative;
	transition: all .3s ease 0s;
}

.col.s6.header2 > div{
	position: relative;
}

.col.s6.header2 > div:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 65%;
	background: #080808;
	height: 8px;
	border-radius: 100%;
	filter: blur(5px);
	opacity: 0;
	transform: translateX(-50%);
	transition: all .3s ease 0s;
}

@media only screen and (max-width: 768px){
	.col.s6.header2 > div:before{
		opacity: .3;
	}
}

@media only screen and (min-width: 768px){
	.col.s6.header2 > div a:hover {
		top: -10px;
		transition: all .3s ease 0s;
	}
	.col.s6.header2 > div:hover::before{
		opacity: 0.3;
		transition: all .3s ease 0s;
	}
}

.col.s6.header2 > div a img.grow{
	max-width: none;
	max-height: 50px;
	width: 100%;
}

hr.borde {
	float: left;
	width: 100%;
	border: 0;
	background: #dee1f1;
	height: 1px;
	margin-bottom: 28px;
}

.barra{
	margin: 0 0 28px;
	float: left;
	width: 100%;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

.platinumcard .barra{
	margin-top: 28px;
	padding-bottom: 28px;
	float: left;
	margin-left: 221px;
	font-size: 26px;
	font-weight: 500;
}


#BluetitleMob {
	margin: 0x;
	padding: 2px;
	background-color: rgb(0,29,68);
}
#BluetitleDesk {
	margin: 0x;
	padding: 10px;
	background-color: rgb(0,29,68);
}

.owl-carousel div.owl-nav button.owl-next{
	background-image: url("../images/carousel/flechaSlideDer.jpg");
	height: 45px;
	width: 30px;
	background-size: cover;
	background-position: center;
	float: right;
	position: absolute;
	right: -100px;
}

.owl-carousel div.owl-nav button.owl-prev{
	background-image: url("../images/carousel/flechaSlideIzq.jpg");
	height: 45px;
	width: 30px;
	background-size: cover;
	background-position: center;
}

.owl-carousel div.owl-nav button[class*="owl-"]{
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.owl-next span{
	display: none;
}


.owl-prev span{
	display: none;
}
.owl-stage-outer {
	margin-left: 50px;
	margin-right: -50px;
}

/* estilos */



@media screen and (min-width: 768px){
	.responsive-img.tarjeta.col.s10.offset-s1 {
		width: 360px;
		margin-left: 17%;
		margin-top: 35px;
	}

	.col.s12.carddesc.rowNombreTarjetaDesk {
		font-size: 15px !important;
		margin-top: 7px !important;
		color: #afabac;
		margin-left: 7px;
	}


	.monto {
		color: #356dc2;
		font-weight: 300;
		font-size: 41px;
	}


	.monedero {
		color: #316bc5;
		font-weight: 300;
		font-size: 20px;
	}

	.ultimo {
		font-weight: 300;
		font-size: 28px;
	}

	.liverpool {
		color: #2d68c8;
	}

	.regalo {
		color: #a7aaa8;
	}

	.col.s10.offset-s1.infotext-2 {
		margin-left: -70px;
		margin-top: 37px;
		float: right;
		text-align: left;
	}

	/*form.form_box.col.s12 {
		width: 534px;
		margin-top: 20px;
		height: 390px;
	}*/

	p.col.s10.offset-s1.infotext3.rowNombreTarjetaDesk {
		font-size: 16px;
		color: #aba7a8;
		margin: 20px 0;
		width: 100%;
		text-align: left;
		padding: 0;
	}

	p.terminos {
		text-align: center;
		margin-left: 260px;
		font-size: 10px;
		color: #c2c2c3;
	}

	.owl-carousel.owl-theme.owl-loaded.owl-drag {
		margin-left: -99px;
		margin-top: 19px;
	}
	.campos-formulario {
		width: 100%!important;
		height: 30px!important;
		background-color: #f2f2f2!important;
		margin-left: 0px!important;
		border-bottom: none !important;
	}
	label.etiqueta-form {
		font-size: 10px;
		margin-bottom: 0px;
		color: #121212;
	}
	a.btn.tooltipped {
		background-color: transparent;
		border: transparent;
		box-shadow: none;
		color: black;
		font-size: 9px;
		margin-top: -30px;
		margin-left: -29px;
		text-decoration: underline;
		text-transform: capitalize;
	}

}


@media screen and (max-width: 1330px){
	/*form.form_box.col.s12 {
		width: 484px;
		margin-top: 40px;
		height: 390px;
	}*/
	.owl-carousel.owl-theme.owl-loaded.owl-drag {
		margin-left: -60px;
		margin-top: 41px;
		height: 320px;
	}
	span.col.s10.offset-s1.infotext {
		margin-top: 30px;
	}
	footer.footer-amex {
		padding-top: 80px;
	}
	.col.s12.carddesc.rowNombreTarjetaDesk{
		margin-left: 8%;
	}
	p.parrafo-desktop {
		margin-left: 80px;
	}

	.termsoffer{
		font-size: 0.8rem;
	}
}


@media screen and (max-width: 1130px){
	.campos-formulario {
		width: 100%!important;
		height: 23px!important;
		background-color: #f2f2f2!important;
		margin-left: 0px!important;
	}
	/*form.form_box.col.s12 {
		width: 444px;
		margin-top: 40px;
		height: 390px;
	}*/
	.responsive-img.tarjeta.col.s10.offset-s1 {
		width: 360px;
		margin-left: 8%;
		margin-top: 35px;
	}
	.ultimo {
		font-weight: 300;
		font-size: 28px;
	}
	.monto {
		color: #356dc2;
		font-weight: 300;
		font-size: 41px;
	}
}


@media screen and (max-width: 1070px){

	.platinumcard .barra {
		margin-top: 28px;
		padding-bottom: 28px;
		float: left;
		margin-left: 10%;
		font-size: 26px;
		font-weight: 500;
	}
	.ultimo {
		font-weight: 300;
		font-size: 28px;
	}
}


@media screen and (max-width: 1029px) and (min-width: 1004px){
	.ultimo {
		margin-left: 8px;
		font-weight: 300;
		font-size: 28px;
	}
	.monto {
		color: #356dc2;
		font-weight: 300;
		font-size: 37px !important;
	}
	.ultimo {
		margin-left: 58px;
		font-weight: 300;
		font-size: 27px !important;
	}
	/*form.form_box.col.s12 {
		width: 385px;
		margin-top: 40px;
		height: 390px;
	}*/
}

@media screen and (max-width: 1003px){
	.ultimo {
		margin-left: 68px;
		font-weight: 300;
		font-size: 23px;
	}
	.monedero {
		color: #316bc5;
		font-weight: 300;
		font-size: 25px;
	}

	.col.s12.carddesc.rowNombreTarjetaDesk {
		font-size: 12px;
	}
	/*form.form_box.col.s12 {
		width: 390px;
		margin-top: 40px;
		height: 390px;
	}*/
}

@media screen and (min-width: 993px){
	.movil{
		display: none;
	}
	.barra2{
		display: none;
	}
}

@media screen and (min-width: 992px){
	.movil-basica {
		display: none;
	}
}


@media screen and (max-width: 992px){
	.monto {
		color: #356dc2;
		font-weight: 300;
		font-size: 34px;
		margin-left: -92px;
	}

	/*form.form_box.col.s12 {
		width: 100%;
		margin-top: 40px;
		height: 390px;
	}*/
	.blanco{
		display: none;
	}
	.campos-formulario {
		width: 100%!important;
		height: 23px!important;
		background-color: #f2f2f2!important;
		margin-left: 0px!important;
		border-bottom: transparent!important;
	}
	label.etiqueta-form {
		font-size: 10px;
		margin-bottom: 0px;
		color: #121212;
	}
	p.barra {
		text-align: center;
		font-size: 25px;
	}
	.rowNombreTarjeta {
		font-size: 11px;
		margin-left: 26px!important;
	}
	.col.s12.carddesc.rowNombreTarjetaDesk{
		margin-left: initial;
	}
	.barra{
		display: none;
	}
	p.col.s12.m12.aplica {
		padding-top: 30px;
		color: #a7aaa8;
	}
	a.btn.tooltipped {
		background-color: transparent;
		border: transparent;
		box-shadow: none;
		color: black;
		font-size: 10px;
		margin-top: -30px;
		margin-left: -29px;
		text-decoration: underline;
		text-transform: capitalize;
	}
	span.col.s10.offset-s1.infotext-2 {
		display: none;
	}
	span.col.s10.offset-s1.infotext {
		display: none;
	}
	.owl-nav{
		display: none;
	}

	span.financiamiento-texto {
		color: #a7aaa8;
		font-weight: 300;
		font-size: 21px;
		line-height: 0;
	}
	.box-text{
		display: none;
	}
}


@media screen and (max-width: 600px){
	.monto2 {
		color: #356dc2;
		font-weight: 300;
		font-size: 22px !important;
	}
	.monedero2 {
		color: #316bc5;
		font-weight: 300;
		font-size: 25px !important;
	}
	.ultimo2 {
		font-weight: 300;
		font-size: 24px !important;
	}
	.col.s12.m12.aplica {
		padding-top: 30px;
	}
	.col.s10.offset-s1.responsive-tarjeta {
		padding-top: 40px;
	}
	.nombremovil{
		text-align: center;
	}
	.responsive-tarjeta {
		max-width: 100%;
		height: 70%;
	}
	.col.s12.m12.aplica {
		padding-bottom: 40px;
	}
	.owl-carousel .owl-item img {
		display: block !important;
		width: 93% !important;
		margin: auto !important;
		margin-left: 17px!important;
		z-index: 9999999999;
	}

	/*GRCC UPGRADES*/
	.preaprobada{
		color: #aba7a8;
		margin: 20px 0;
		width: 100%!important;
		text-align: center!important;
		padding: 0;
		font-size: 1.1rem!important;
		margin-top: 1px!important;
		margin-bottom: 5px!important;
	}

	.regalo2 {
		color: #a09996;
		font-size: 17px!important;
		line-height: 125%;
	}

	.texto-azul-1{
		font-size: 19px!important;
		text-align: center;
		margin-top: -25px;
		line-height: 125%;
	}
}

@media screen and (max-width: 450px){
	.col.s5.l4.header {
		width: 92px;
	}
	p.col.s12.m12.aplica {
		padding-top: 0px;
		color: #a7aaa8;
	}
	.col.s12.m12.aplica {
		padding-bottom: 0px;
	}
	p.col.s12.nombremovil {
		font-size: 12px;
	}
	/*form.form_box.col.s12 {
		width: 100%;
		margin-top: 0px;
		height: 320px;
	}*/
	.header {
		height: 60px;
	}
	.goldaero p.col.s12.m12.aplica{
		padding-bottom: 0px!important;
		margin-top: 0px !important;
	}
	.parrafo-movil {
		text-align: center;
		line-height: 1.3;
	}
	.monedero2 {
		font-size: 20px !important;
	}
	footer.footer-amex {
		padding-top: 0px;
	}

	h5.header.col.s12.movil-text-1 {
		font-size: 17px !important;
		text-align: center;
		margin-top: -3px;
	}
	img.responsive-img.tarjeta-inicio {
		width: 42%;
		display: block;
		margin: auto;
		margin-top: -15px;
	}

	.termsoffer {
		font-size: 0.5rem;
	}
}


@media screen and (max-width: 380px){

	.ultimo2{
		font-size: 20px !important;
	}
	.monedero2 {
		color: #316bc5;
		font-weight: 300;
		font-size: 20px !important;
	}
}


@media screen and (max-width: 360px){

	.ultimo2{
		font-size: 21px !important;
	}
	.monedero2 {
		color: #316bc5;
		font-weight: 300;
		font-size: 21px !important;
	}
}

.parrafo-movil{
	text-align: center;
}

.aplica{
	text-align: center;
}


.monto2 {
	color: #356dc2;
	font-weight: 300;
	font-size: 41px;
}


.monedero2 {
	color: #316bc5;
	font-weight: 300;
	font-size: 28px;
}

.ultimo2 {
	font-weight: 300;
	font-size: 28px;
}

.liverpool2 {
	color: #2d68c8;
}

.regalo2 {
	color: #a09996;
	font-size: 1.6rem
}
.texto-azul-1{
	font-size: 1.8rem;
	color: #266dd3;
}

.barra2 {
	font-size: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
	font-weight: bold;
}

p.col.s12.nombremovil {
	color: #a7aaa8;
}

.icon_check {
	float: right;
	max-height: 20px;
	margin-top: -25px;
}




.consulta-term {
	text-decoration: underline;
}


.blanco {
	padding-bottom: 90px;
}

.financiamiento-basica{
	color: #b4abac;
	font-size: 23px;
}

p.basica-text {
	color: #356dc2;
	font-size: 38px;
}


p.basica-text-movil {
	text-align: center;
	font-size: 33px;
	margin-top: -40px;
	padding-bottom: 30px;
	color: #356dc2;
	line-height: 1;
}


span.financiamiento-basica-movil {
	color: #a7aaa8;
	font-size: 26px;
}

.movil-basica {
	text-align: center;
}

.responsive-img.tarjetaswitch.col.s12.offset-s1 {
	width: 100%;
	float: left;
	margin: auto;
	display: block;
	max-width: 450px;
}

.tarjeta {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

p.parrafo-desktop {
	float: right;
	text-align: initial;
	width: 100%;
}

/* aero gold */

.goldaero p.parrafo {
	float: right;
	text-align: left;
	width: 100%;
}

.goldaero .monto2 {
	color: #356dc2;
	font-weight: 300;
	font-size: 34px;
}

.goldaero .monedero2 {
	color: #316bc5;
	font-weight: 300;
	font-size: 26px;
}


.goldaero .ultimo2 {
	font-weight: 300;
	font-size: 26px;
}

.goldaero p.col.s12.m12.aplica {
	padding-bottom: 40px;
	font-size: 16px;
	color: #aba7a8;
}


/* basica*/

.basica span.col.s10.offset-s1.infotext {
	line-height: 0.8;
	float: right;
	text-align: initial;
}

p.basica {
	font-size: 35px;
	color: #356dc2;
	font-weight: 500;
}

.basica .movil{
	text-align: center;
}


span.financiamiento-texto {
	color: #a7aaa8;
	font-weight: 300;
}

/* tooltit*/

.requi{
	text-align: justify;

}

.material-tooltip {
	width: 500px;
}

.backdrop{
	background-color: #010002;
}

ul.lista-requi{
	text-align: left;
	list-style: disc;
}

.titulo-requisitos{
	font-size: 25px;
}

.lista-requi li {
	color: white;
	padding-left: 20px;
	list-style-type: circle;
}

.lista-requi li::before {
	content: "•";
	color: white;
	left:-10px;
	position:relative;
}

.latarjetaaeromexico .monto2 {
	color: #356dc2;
	font-weight: 300;
	font-size: 31px;
}

a.waves-light.btn.btn_send-2 {
	display: block;
	margin: auto;
	width: 350px;
	background-color: #00145c !important;
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 12px;
}

#gea a.waves-light.btn.btn_send-2 {
	font-size: 0.75rem;
}

.blanco{
	display: none!important;
}

.btn_send:hover{
	background-color: #00145c !important;
	color: white;
}



/* estilos Thanks */

@media screen and (max-width: 450px){
	.titulo-thanks-1{
		font-size: 20px !important;
		font-weight: 300!important;
		padding-top: 20px!important;
	}
	.titulo-thanks-2{
		font-size: 33px!important;
	}
	.titulo-thanks-3{
		font-size: 26px!important;
	}

	#gea .titulo-thanks-1{
		font-size: 16px !important;
		font-weight: 300!important;
		padding-top: 20px!important;
	}
}


.margin{
	padding-top: 50px;
}

.margin2{
	padding-top: 10px;
}

@media screen and (max-width: 600px){
	.logorcp {
		height: 40px!important;
		margin-top: -10px!important;
	}
	hr.espacio-header {
		margin-top: -2%!important;
	}
	.texto-negro-1{
		font-size: 15px !important;
		text-align: center;
	}
	.col.s12.m7.push-m5.centrado {
		text-align: center;
		padding: 10px 15px!important;
	}
}

@media screen and (min-width: 768px){
	h5.header.col.s12.movil-text-1 {
		height: 30px;
	}
	img.responsive-img.tarjeta-inicio {
		width: 370px;
		display: block;
		margin: auto;
	}
}


@media only screen and (max-width: 768px){
	.margin{
		padding-top: 10px;
	}
	.margin2{
		padding-top: 10px;
	}

}

@media screen and (min-width: 769px) and (max-width: 992px){
	.margin{
		padding-top: 5px;
	}
	.margin2{
		padding-top: 5px;
	}
	.push-m5>p{
		font-size: 2.2em!important;
	}
}

@media screen and (min-width: 993px) and (max-width: 1130px){
	.margin{
		padding-top: 30px;
	}
	.margin2{
		padding-top: 5px;
	}
	.push-m5>p{
		font-size: 2.5em!important;
	}
}

.fech-nac{
	display: inline-block;
	width: 32%;
}

.date {
	float: left;
	width: 100%;
}

.preaprobada{
	color: #aba7a8;
	margin: 20px 0;
	width: 100%;
	padding: 0;
	font-size: 1.3rem;
}




/** Landing espejo Amazon **/
.amazon .header .logo{
	margin-top: 16px;
}

.box-text .texto-one{
	font-weight: 300;
	font-size: 40px;
	color: #356dc2;
}

.box-text .texto-two{
	color: #316bc5;
	font-weight: 300;
	font-size: 28px;
}

.box-text .texto-gray{
	color: #a7aaa8;
	font-weight: 300;
	font-size: 28px;
}

/*Gold Card Switch*/

@media only screen and (max-width:767px){
	.gc-switch .col.s5.l4.header{
		width: 100%;
		max-width: 150px;
	}

	.gc-switch .logo{
		height: auto;
		width: 100%;
	}
}

.gc-switch .col.s6.header2{
	text-align: center;
}

@media screen and (max-width: 992px){
	.gc-switch .col.s6.header2{
		margin-right: 0;
		width: 100%;
		max-width: 200px;
	}
}

.gc-switch form.form_box.col.s12{
	height: auto;
}

.gc-switch .cards-switchs {
	float: left;
	width: 100%;
	margin: 30px 0 20px 0;
}

.gc-switch .cards-switchs > div {
	display: inline-block;
	width: 48%;
	text-align: center;
}

.gc-switch .cards-switchs .switch1{
	margin-bottom: 25px;
}

.gc-switch .cards-switchs > div label{
	display: inline-block;
	line-height: 25px;
	position: relative;
	padding-left: 30px;
	color: #ffffff;
	padding: 10px 10px 10px 30px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255,.7);
	text-transform: uppercase;
	font-size: 12px;
	width: 125px;
}
.gc-switch .cards-switchs > div label:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50px;
	border: 2px solid #dab1a5;
	margin: 0;
	z-index: 2;
	background: #ffffff;
	left: 10px;
	top: 12px;
}
.gc-switch .cards-switchs > div label:after {
	content: "";
	float: left;
	width: 10px;
	height: 10px;
	background: #dab1a5;
	border-radius: 50px;
	position: absolute;
	left: 15px;
	top: 17px;
	border: 0;
	transform: scale(0);
	transition: all .3s ease 0s;
	margin: 0;
	z-index: 2;
}

.gc-switch .cards-switchs > div input:checked + label:after{
	transform: scale(1);
	transition: all .3s ease 0s;
}

.gc-switch .cards-switchs > .switch2 label:after{
	background: #ccbb7a;
}

.gc-switch .cards-switchs > .switch2 label:before{
	border-color: #ccbb7a;
}

.gc-switch  .col.s6.header2 .col.s4 a {
	position: relative;
}

@media screen and (min-width: 768px){
	.gc-switch  .col.s6.header2 .col.s4 a:before {
		content: "";
		width: 70px;
		height: 0px;
		position: absolute;
		bottom: -15px;
		box-shadow: 3px -4px 12px 1px black;
		transition: all .5s ease 0s;
		opacity: 0;
	}
	.gc-switch  .col.s6.header2 .col.s4 a .grow:hover {
		padding-bottom: 0;
		transform: none;
		border-bottom: 0;
		margin-top: 15px;
	}

	/*  Modal Landings UPGRADE */

	.modalcard{
		margin-top: 10px; width: 250px;
	}
	.modalheader{
		color: #0071cb;
		font-size: 25px;
		font-weight: 500;
	}

	.modalmsg{
		color: #969fa6;
		font-size: 25px;
	}

	/*                      */
}

.gc-switch  .col.s6.header2 .col.s4 a .grow:hover{
	border: 0;
	padding: 0;
}

.gc-switch  .col.s6.header2 .col.s4 a:hover::before {
	transition: all .5s ease 0s;
	opacity: 1;
}

.gc-switch  .col.s6.header2 .col.s4 a .grow{
	transform: none;
}

.gc-switch .hide-on-small-only{
	overflow: hidden;
}

.gc-switch .hide-on-small-only > img{
	display: block !important;
}

.gc-switch .hide-on-small-only > img[style="display: block;"] {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	position: static;
	transition: all 1s ease 0s;
}

.gc-switch .hide-on-small-only > img[style="display: none;"] {
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all 1s ease 0s;
	height: auto;
	margin: -1px
}

.gc-switch .owl-stage-outer {
	margin-left: 0;
	margin-right: 0;
}

.gc-switch .owl-carousel div.owl-nav button.owl-prev {
	left: -30px;
}

.gc-switch .owl-carousel div.owl-nav button.owl-next {
	right: -30px;
}

.gc-switch .row.form-gcs .col.s12.l6{
	padding: 0 40px;
}

.gc-switch form.checkradio{
	border: 0;
}

.gc-switch form.checkradio span.anuns {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	color: #000;
	border-bottom: 1px solid #e2e2e0;
	padding-bottom: 5px;
	font-weight: 300;
}

.gc-switch .cards-switchs .switch1 label{
	background: #dab1a5;
}

.gc-switch .cards-switchs .switch2 label{
	background: #ccbb7a;
}

@media only screen and (min-width: 993px){
	.gc-switch .row.form-gcs .col.s12.l6{
		width: 55%;
	}
}

@media only screen and (max-width: 980px){
	.gc-switch .row.form-gcs .col.s12.l6{
		margin-top: 50px;
	}
}

@media only screen and (min-width: 980px){
	.gc-switch .row.form-gcs{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 980px){
	.gc-switch .col.s10.offset-s1.m12.l5.hide-on-small-only {
		width: 60%;
		margin: auto;
		display: block;
		float: none;
	}
}

@media screen and (min-width: 768px){
	.gc-switch .owl-carousel.owl-theme.owl-loaded.owl-drag {
		margin-left: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px){
	.gc-switch .owl-carousel.owl-theme.owl-loaded.owl-drag {
		margin: 0 0 30px 0;
		height: auto;
	}

	.gc-switch .owl-nav {
		display: block;
	}


	/*  Modal Landings UPGRADE */

	.modalcard{
		margin-top: 10px; width: 250px;
	}
	.modalheader{
		color: #0071cb;
		font-size: 1.1rem;
		font-weight: 500;
	}

	.modalmsg{
		color: #969fa6;
		font-size: 1.1rem;
	}

	/*                      */
}

/* ThePlatinumCreditCard-dv360 */

.tpcc sup.sup-subtit{
	color: #818181;
	top: 5px;
	font-size: 12px;
}

.tpcc span.col.s10.offset-s1.infotext{
	margin: 0;
	width: 100%;
	font-size: 20px;
	display: block;
}

.tpcc span.col.s10.offset-s1.infotext .box-text{
	margin-top: 0;
	text-align: left;
	display: block;
}

.tpcc span.col.s10.offset-s1.infotext .box-text > span{
	float: left;
	width: 100%;
}

.tpcc span.regalo2.enmonedero {
	margin-bottom: 20px;
	margin-top: -10px;
}

.tpcc .barra{
	display: block;
}

.tpcc p.infotext3.rowNombreTarjetaDesk {
	font-size: 12px;
	margin-top: 20px;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 993px){
	.col.s12.m6.l7 {
		float: left;
		width: 100%;
	}
	.tpcc span.col.s10.offset-s1.infotext .box-text{
		text-align: center;
	}

	.tpcc div.clockdiv,
	.tpcc .clockdiv p#textos{
		text-align: center;
	}
}


/*------------*/

div.clockdiv{
	float: left;
	width: 100%;
	color: #356dc2;
	text-align: left;
}

.clockdiv p#textos{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #120D87;
	margin-bottom: 20px;
}

.clockdiv .clock-block{
	margin: 0;
	padding: 0;
}

.clockdiv .clock-block > *{
	display: inline-block;
	padding: 15px 0;
	font-weight: normal;
	font-size: 32px;
}

.clock-icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA5Ny4xNiA5Ny4xNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTcuMTYgOTcuMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz48Zz48cGF0aCBkPSJNNDguNTgsMEMyMS43OTMsMCwwLDIxLjc5MywwLDQ4LjU4czIxLjc5Myw0OC41OCw0OC41OCw0OC41OHM0OC41OC0yMS43OTMsNDguNTgtNDguNThTNzUuMzY3LDAsNDguNTgsMHogTTQ4LjU4LDg2LjgyMyAgICBjLTIxLjA4NywwLTM4LjI0NC0xNy4xNTUtMzguMjQ0LTM4LjI0M1MyNy40OTMsMTAuMzM3LDQ4LjU4LDEwLjMzN1M4Ni44MjQsMjcuNDkyLDg2LjgyNCw0OC41OFM2OS42NjcsODYuODIzLDQ4LjU4LDg2LjgyM3oiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiMzNTZEQzIiLz48cGF0aCBkPSJNNzMuODk4LDQ3LjA4SDUyLjA2NlYyMC44M2MwLTIuMjA5LTEuNzkxLTQtNC00Yy0yLjIwOSwwLTQsMS43OTEtNCw0djMwLjI1YzAsMi4yMDksMS43OTEsNCw0LDRoMjUuODMyICAgIGMyLjIwOSwwLDQtMS43OTEsNC00Uzc2LjEwNyw0Ny4wOCw3My44OTgsNDcuMDh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjMzU2REMyIi8+PC9nPjwvZz48L2c+IDwvc3ZnPg==);
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-right: 3%;
}


.price-promo{
	color: #818181;
	text-decoration: line-through;
}

span.col.s10.offset-s1.infotext {
	margin-left: 0;
	float: left;
	width: 100%;
	text-align: left;
}



/*****/

.rcp .owl-stage-outer{
	margin-left: 0;
	margin-right: 0;
}

.rcp .owl-carousel.owl-theme.owl-loaded.owl-drag{
	margin-left: 0;
	margin-top: 0;
}

.rcp .owl-nav {
	display: none;
}


.rcp .formulario-rcp {
	position: absolute;
	left: 4%;
	top: 0%;
	z-index: 15;
	width: 430px;
	background: transparent;
}

.rcp .form_box {
	background-color: rgba(255, 255, 255, 0.3);
	border: none;
}

.rcp .forma_cont{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
}

.rcp .btn_send {
	background-color: #006ecf;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	width: 100%;
}

.rcp label.etiqueta-form {
	font-size: 10px;
	margin-bottom: 0px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 3px;
}


.rcp .campos-formulario{
	background-color: #f2f2f2b3	!important;
}

.rcp .icon_check{
	position: relative;
}


.texto-rcp-header {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	color: #ffffff;
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (min-width: 768px){
	.texto-rcp-header{
		padding-left: 520px;
		width: 100%;
		top: 0;
		transform: none;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 25px;
	}
}

.texto-rcp-header h2{
	margin: 0px;
	font-weight: 600;
	margin-bottom: 10px;
}

.monto-rcp{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px){
	/*.texto-rcp-header{
		right: 0;
		top: 0;
		transform: none;
		padding: 25px;
	}*/
	.texto-rcp-header h2{
		font-size: 25px;
	}
	.monto-rcp{
		font-size: 22px;
	}
	.rcp .formulario-rcp {
		position: absolute;
		left: 2%;
		top: 0%;
		z-index: 15;
		width: 390px;
		background: transparent;
	}
	.rcp label.etiqueta-form{
		padding-bottom: 0px;
		padding-top: 0px;
	}
}

@media screen and (min-width: 992px){
	#carrousel-movil{
		display: none;
	}
}

@media screen and (max-width: 991px){
	#carrousel-desktop{
		display: none;
	}
}
/*Bloque 2*/


.icono-s2{
	display: block;
	margin: auto;
	width: 45px;
	margin-bottom: 30px;
}

.tarjeta-promos {
	margin-top: 85px;
}

img.icono-s2.segundos {
	margin-top: 30px;
}

.first-text{
	text-align: center;
	color: #747575;
	font-size: 16px;
	font-weight: 600;
}

sup.indice {
	font-size: 10px;
}

p.second-text {
	text-align: center;
	color: #a0a3a4;
}

.sup-text {
	height: 150px;
	max-height: 150px;
}

p.nombre-tarjeta{
	text-align: center;
	margin-top: 15px;
}

@media screen and (min-width: 1200px){
	.tarjeta-dorada {
		width: 80%;
		display: block;
		margin: auto;
	}
}

@media screen and (max-width: 1199px){
	.tarjeta-dorada {
		width: 100%;
	}
}

@media screen and (max-width: 1120px){
	img.icono-s2.segundos {
		margin-top: 70px;
	}
}


/* Bloque 3 */
.bloque-3 {
	background: #f2f2f0;
	margin-top: 50px;
	padding-bottom: 70px;
}

.iconos-3{
	margin-top: 40px;
}

.bloque-3 h2{
	text-align: center;
	color: #000000;
	font-size: 40px;
	padding-bottom: 60px;
	padding-top: 40px;
}

.icono-med{
	display: block;
	margin: auto;
	width: 70px;
}

/* footer */

.rcp footer.footer-amex {
	padding-top: 20px;
}

@media screen and (min-width: 993px){
	.texto-movil{
		display: none;
	}
}

.rcp .fech-nac{
	width: 30%;
	display: inline-flex !important;
	margin-right: 0 !important;

}

.rcp .campos-formulario{
	height: 25px !important;
}


.rcp .loader-text {
	position: fixed;
	color: white;
	text-align: center;
	font-size: 1.1rem;
	width: 100%;
	left: 0;
	top: 0;
	background: black;
	height: 100%;
}



/*Movil RCP*/

@media screen and (min-width: 993px){
	.movil{
		display: none;
	}
}

@media screen and (max-width: 992px){
	.rcp .owl-carousel.owl-theme.owl-loaded.owl-drag{
		height: 100%;
		overflow: hidden;
	}

	.rcp .owl-carousel .owl-item img{
		width: 100% !important;
		margin-left: 0px !important;	}

	.movil-container{
		width: 100%;
	}
	.movil-rcp{
		width: 100%;
	}
	p.second-text {
		text-align: center;
		color: #a0a3a4;
		width: 260px;
		display: block;
		margin: auto;
	}
	img.icono-s2.segundos {
		margin-top: 20px;
	}
	.icono-s2{
		margin-bottom: 10px;
	}
	.icono-med {
		display: block;
		margin: auto;
		width: 50px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.bloque-3 .second-text{
		margin-bottom: 50px;
	}
	.bloque-3 h2{
		padding-bottom: 40px;
	}

	/* FORMULARIO */

	.rcp .formulario-rcp {
		width: 90%;
		background: white;
		display: block;
		margin: auto;
		padding-bottom: 10px;
		margin-top: -50%;
		z-index: 9;
		position: relative;
		left: 0;
		max-width: 480px;
	}

	.rcp .form_box{
		background-color: #ffffff63;
		border: none;
		width: 90%;
		display: block;
		margin: auto;
		background: #fff;
	}

	.rcp label.etiqueta-form{
		color: #929292;
	}

	.rcp .campos-formulario {
		background-color: #ffffffb3 !important;
		border: 1px solid #bfbfbf !important;
	}

	.rcp .forma_cont {
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 10px;
		border: 1px solid  #bfbfbf;
	}

	.texto-movil h2 {
		color: #b3975b;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
	}

	p.first-text-movil {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
	}

	p.second-text-movil {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.rcp .texto-movil {
		padding-top: 20px;
	}

	.rcp .texto-rcp-header {
		display: none;
	}

	.rcp .desktop{
		display: none;
	}

	img.tarjeta-dorada.tarjeta-movil {
		width: 90%;
		display: block;
		margin: auto;
		margin-top: -120px;
	}

	.movil {
		margin-top: 40px;
	}

	.cuadro {
		background: #dbceb2;
		width: 95%;
		height: 150px;
		display: block;
		margin: auto;
		position: relative;
		z-index: -9;
	}

	p.nombre-tarjeta {
		text-align: center;
		margin-top: 5px;
	}

	.tarjeta-promos {
		margin-top: 60px;
	}


}

@media screen and (max-width: 348px){
	.rcp .fech-nac {
		width: 31.5% !important;
		display: inline-flex !important;
		margin-right: 0;
	}
}


.rcp .text-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*GoldRCP*/

.shinefx {
	position: relative;
	overflow: hidden;
	max-width: 650px;
}

.shinefx:before {
	content: "";
	width: 150px;
	height: 200%;
	position: absolute;
	background: white;
	top: -200px;
	left: 0;
	z-index: 1;
	transform: rotate(-35deg);
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.6) 51%, rgba(255,255,255,0) 100%);
	animation: shinefx 3s infinite linear;
}

@keyframes shinefx {
	20%, 100% {
		opacity: .4;
		transform: translate(500%, 0) rotate(-35deg);
	}
	0% {
		opacity: .4;
	}
	10% {
		opacity: .7;
	}
}

.gc-switch.gc-swt2 .cards-switchs .anuns{
	color: #ffffff;
	font-size: 1rem;
	padding: 0;
	border: 0;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000000;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

.gc-switch.gc-swt2 .responsive-img.tarjeta.col.s12.offset-s1{
	max-width: 650px;
	padding: 0;
}

.gc-switch.gc-swt2 .formulario-rcp .form_box{
	clear: both;
	text-align: left;
}

.gc-switch.gc-swt2 .cards-switchs{
	margin-top: 0;
}

.gc-switch.gc-swt2 form.form_box.col.s12{
	background: transparent;
}

.gc-switch.gc-swt2 .cards-switchs .switch1 label {
	background: rgba(218, 177, 165,0.8);
}

.gc-switch.gc-swt2 .cards-switchs .switch2 label {
	background: rgba(204, 187, 122, .8);
}

.gc-switch.gc-swt2 .header-rcp {
	position: relative;
	text-align: center;
}

.gc-switch.gc-swt2 .header-rcp .texto-rcp-header > div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (min-width: 992px){
	.gc-switch.gc-swt2 div#carrousel-desktop img{
		min-height: 450px;
	}
}

@media only screen and (max-width: 768px){
	.gc-switch.gc-swt2 .cards-switchs .anuns{
		color: #afabac;
		text-shadow: none;
		font-weight: normal;
	}
	.gc-switch.gc-swt2 .responsive-tarjeta{
		height: auto;
		max-width: 415px;
		width: 100%;
		margin: 15px auto 0px auto;
		display: block;
	}

	.clockdiv .clock-block > *{
		font-size: 22px;
	}
}

/*goldelitpage payback*/

.goldelitpage.pbamex .col.s3.l2.header.payback {
	float: left;
	width: 60%;
	display: flex;
	align-items: center;
	height: auto;
}

.goldelitpage.pbamex .col.s3.l2.header.payback img{
	width: 100%;
	max-width: 125px;
	vertical-align: middle;
}

.goldelitpage.pbamex .col.s6.header2{
	min-width: 140px;
}



body.platinumcreditcard.gc-switch form.form_box.col.s12{
	margin-top: 0;
}

body.platinumcreditcard.gc-switch .cards-switchs{
	margin-top: 0;
}

body.platinumcreditcard.gc-switch .cards-switchs .switch1 label{
	background: #f49706;
}

body.platinumcreditcard.gc-switch .cards-switchs .switch2 label{
	background: #dd2991;
}

body.platinumcreditcard.gc-switch .cards-switchs > .switch1 label:after,
body.platinumcreditcard.gc-switch .cards-switchs > .switch2 label:after{
	background: #0e1659;
}

body.platinumcreditcard.gc-switch .infocont.hide-on-small-only{
	text-align: center;
}

body.platinumcreditcard.gc-switch .infocont.hide-on-small-only > * {
	display: inline-block;
	float: none;
	width: auto;
}
