*{
	margin: 0;
	padding: 0;
	font-family: Calibri;	
	box-sizing: border-box;
}

a:link{text-decoration:none;}
a:hover{text-decoration: underline;}
a:active, a:active *{outline: none !important; -moz-outline-style: none !important;}
a:focus, a:focus *{outline: none !important; -moz-outline-style: none !important;}

html{
 	height:100%;
 	min-height: 100%;
}

body{
	background-image: url("../img/fondo.png"); 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.contenedor{
	min-height: calc(100vh - 150px);
}

.logo{
	width: 100%;
	display: flex;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #fff;
}

.ocultar{
	display: none !important;
}

.banner{
	margin-top: -9px;
	width: 100%;
	height: 48px;
/*	background: #003F98;*/
	background-color: #FFE600;
}

.infp1{
}

.titulo{
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: -2.5px;	
}

.titulo label{	
	color: #34495E;
	font-size: 26.5px;
	font-weight: bold;
}

.sel-1{
	width: 33%;
	padding: 10px;
	border: solid 5px rgba(255, 255, 255, 0.0);	
	border-radius: 10px;
}

.buscar{
	display: block;
	width: 100%;
	margin-top: 15x;
	text-align: left;
	padding: 30px;
	border: solid 1px #7F7F7F;
	border-radius: 10px;
	background-color: #4169E1;
/*	background-color: rgba(65, 105, 225, 1);*/
}

.buscar label{
	font-size: 16px;
	color: #34495E;
	color: white;
}

#btn-consultar{
	width: 100%;
	background-color: #FFE600;
	margin-left: 0px;
	transition: all .3s ease;
}

#btn-consultar:hover{
	background-color: #FFC107;
}

.info{	
	width: 65%;
	height: auto;
	background: #EFF0F2;
	display: none;
	border-radius: 10px;
	text-align: left;
	padding: 15px;
}

.duplex{
	width: 100%;
	display: flex;
}

.duplex div{
	width: 50%;	
}

.triplex{
	width: 100%;
	display: flex;
}

.triplex div{
	width: 33.3%;
}

.campo{
	display: inline-flex;
	width: 132px;
	color: #34495E;
	font-weight: bolder;
	font-size: 14pt;
}

.valor{
	font-size: 14pt;
	font-weight: bolder;
}

.listado{
	width: 100%;
	height: auto;
	display: block;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

.titulo-listado{
	text-align: center;
}

.titulo-listado label{	
	color: #34495E;
	font-size: 15pt;
	font-weight: bold;
}

.encabezado{
	width: 100%;
	height: auto;
	background: #003F98;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
}

.titulo-mensualidades{
	width: 50%;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.titulo-mensualidades label{
	font-size: 18px;
}

.titulo-valores{
	width: 50%;
	height: 40px;
	display: flex;
	text-align: center;	
	line-height: 40px;
}

.titulo-valores label{
	width: 33.3333%;
	font-size: 18px;
}

.notap{
	width: 100%;
	display: flex;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.notap p{
	margin: 0 auto; 
	font-style: italic; 
	font-size: 18px; 
	color: red;
}

.sel-2{
	width: 100%;
	padding: 5px;
	border: solid 5px white;
	border-radius: 10px;
}

.desc{
	display: flex;
	height: 50px;
	line-height: 60px !important;	
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

ul li{	
	list-style: none;
	border-bottom: solid 1px #214;
}

ul li:hover{
	background: #DEF7FF;
}

.descripcion{
	width: 50%;
	line-height: 50px;	
	display: flex;
	text-align: center;
	margin-left: 10px;
}

.descripcion label{
	font-size: 18px;
}

.ico-des{
	margin-left: 5px;
	margin-right: 5px; 
	color: #003F98;
	visibility: hidden;
}

.descripcion-transa{
	width: 100%;
	line-height: 50px;	
	display: flex;
}

.descripcion-transa label{
	width: 100%;
	font-weight: bold;	
	font-size: 18px;
	margin: 0 auto;
}

.proceso{
	width: 100%;
	display: flex;
	text-align: center;
}

#proceso{
	width: 100%;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}

.valores{
	width: 50%;
	line-height: 50px;	
	display: flex;
	justify-content: space-around;
}

.valores div{
	width: 33.33%;
}

footer {
	width: 100%;
	height: auto;
/*  	position: absolute;*/
  	bottom: 0px;  
	background-color: #FFE600;  	
}

footer label{
	font-weight: bold;
}

hr{
	width: 60%;
}

.conte-iconos{
	width: 60%;
	padding-top: 15px;
	display: flex;
}

.iconos{
	width: 50%;
	display: flex;
	padding: 10px;
	text-align: left;
}

.bancos{	
	width: 50%;
	padding: 10px;
	text-align: right;	
}

.div-btn-pagar{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	display: none;
	align-items: center;
}

.sel-3{
	width: 35%;
	margin: 0 auto;
	padding: 6px;
	border: solid 5px white;
	border-radius: 10px;
}

.btn-pagar-des{
	width: 100% !important;
	height: 45px;
	margin: 0 auto;
	padding: 5px;
	background-color: #C7C7C7;
	border: solid #C7C7C7;
	border-radius: 5px;
	font-size: 18px;
	color: white;
	text-align: center;
	cursor: not-allowed;
}

.btn-pagar-des:hover{
	background-color: #C7C7C7;
	border: solid #C7C7C7;
}

.btn-pagar-act{
	width: 100%;
	height: 45px;
	background-color: #228800;
	border: solid #228800;
	border-radius: 5px;
	font-size: 18px;
	color: white;
	text-align: center;
	cursor: pointer;
}

.btn-pagar-act:hover{
	background-color: #276A16;
	border: solid #276A16;
}

/*.container-fluid{
    margin-top: 18.5px;
}*/

.tif{
    width: 50%;
    margin-left: 10px;
    border: solid 1px #000;
}

.tif label{
    font-weight: bold;
}

/*.container-fluid input, select, textarea{
    width: 30% !important;    
    font-size: 14px !important;
}*/

.texto{
	margin-top: 8px;
	width: 98%;
	height: 35px;
	border: solid 2px #BDC3C7;
	border-radius: 5px;
	text-indent: 11px;
	color: #34495E;
	font-size: 13pt;
}

.texto:focus{
	outline: solid 4px #bbdafb;
}

#cardnumber{
    margin-top: 8px;
    width: 98%;
    height: 35px;
    border: solid 2px #BDC3C7;
    border-radius: 5px;
    text-indent: 11px;
    color: #34495E;
    font-size: 13pt;
}

#cardnumber:focus{
    outline: solid 4px #bbdafb;
}

.ivm{
	 width: 120px; 
	 margin-top: -3px; 
	 margin-left: 17px;
}

.row{
    margin-bottom: 20px;
}

.col{
    display: flex;
}

.col label{
    padding-left: 10px;
    width: 165.5px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.requerido{
    color: red;
}

.col_btn{
    width: 100%;
    text-align: center;
}

#btn_siguiente{
    width: 100px;
}

#btn_pagar{
    width: 25%;
}

#btn_atras{
    width: 25%;
}

footer label{
	text-align: center;
	font-size: 12pt;
}

.ocultar{
	display: none;
}

#infp2{
	margin-top: 35px;	
	padding: 0px;
	margin-bottom: 40px;
}

.contenedor-fluido{
	width: 70%;
	margin: 0 auto;	
	padding: 0px;
    border: solid 5px #EFF0F2;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

.infp1 .btn, .infp2 .btn{
    margin: 0px 10px;
    width: auto;
}

.imgpago {
    width: 200px;
}

.ifpagouno{
    width: 100%;
    height: 700px;
}

.ifpagodos{
    width: 100%;
    height: 700px;
}

.datos{
    border: #000 solid 1px;
}

.payment-title{
    width: 100%;    
    height: 35px;
    line-height: 35px;
    display: flex;
    text-align: center;
    margin-top: 20px;
}

.tp1{
    font-size: 22px;
    font-weight: 450;
    margin: 0px auto;
}

.tp1 i{
    margin-right: 20px;
}

.dc1{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

    .data-invoice{
        width: 50%;
        height: auto;
    }

        .tp2{       	
        	width: 100%;
        	text-align: justify;
        }

        #dpago{
        	font-size: 20px;
        	font-weight: bold;
        }

        .img-invoice{
            width: 100%;
            text-align: center;
        }

        .img-invoice img{
            width: 180px;
            margin-top: -50px;
        }

        .costos{
            width: 100%;
        }

        #monto{
            display: none;
        }

        .lcosto{
            font-size: 18px; 
            font-weight: 600;          
            height: 35px;
        }
        
        .costo{
        	font-size: 18px;
            text-align: right;
            padding-right: 20px;
        }

        #ttotal{
        	font-size: 22px;
        	font-weight: bold;
        }

        #total{
        	font-size: 22px;
        	font-weight: bold;
        }
    .data-card{
        width: 50%;
    }

        .container{
            width: 100% !important;
        }

        .creditcard{
            margin: 0px auto !important;
            height: 280px !important;
            margin-bottom: 10px;         
        }

        .form-container{
            width: 80%;
            margin: 0px auto;
        }
        
        .datacard #name{
            width: 100% !important;            
        }

        .form-container label{
            margin-bottom: -5px;
        }

        .fc{
            width: 100%;
            display: flex;
        }

        .tfc{           
        	width: 100%; 
            margin-bottom: 20px;
        }

        .fccn{
            width: 100%;
        }

            .fccn input{
                width: 100% !important;
            }
            
            .ict{
            	width: 35%; 
            	text-align: center;            
            	padding-top: 25px;
            }

            .ccicon{
            	float: right;
            }

        .fce{
            width: 70%;
        }
            .fce input{
                width: 65% !important;
                text-indent: 0px;
                text-align: center;
            }

        .fcsc{
            width: 30%; 
        }
            .fcsc label{
            	width: 24px;
            	height: 28px;
            	margin: 0px;
            	padding: 0px;
            }

            .fcsc input{
                width: 55% !important;
                margin: 0 auto;
                text-indent: 0px;
                text-align: center; 
            }

        .country-zip{
            width: 100%;
            display: none;
        }

            .country{
                width: 65%;
            }
                .country select{
                    width: 90% !important;
                    text-indent: 0px;
                }

            .zip{
                width: 35%;
            }
                .zip input{
                    width: 80% !important;
                }

.email{
	margin-top: 20px;
}

#btn_pagar{
	height: 45px;
	font-size: 18px;
	padding: 10px;
}

#btn_atras{
	height: 45px;
	font-size: 18px;
	padding: 10px;
}

.modal-title{
    height: 70px;
    text-align: center;
    line-height: 70px !important;
    border-bottom: solid 1px #BFBFBF;
}
    .modal-title label{
        font-size: 18px;
        font-weight: 500;
    }
    
.modal-body{
    width: 100%;
    display: block;
    text-align: center;     
}
    .modal-body label{
        font-size: 28px;
        font-weight: 500;
    }

    #respuesta{
        text-align: left;
    }

    #autorizacion{
        display: none;
    }
    
.modal-footer{
    height: 70px;
}

#DialogoPago img{
    width: 45%;
    margin-top: 60px;
    margin-bottom: 60px;
}


/*------------------------------------------------------------------------------------------------------------------------------
/*PC*/
@media screen and (max-width: 1024px){

}

/*------------------------------------------------------------------------------------------------------------------------------
/*TABLET*/
@media (max-width: 800px){
	.contenedor{
		display: block;
		min-height: calc(100vh - 275px);
	}

	.sel-1{
		width: 90%;
	}

	.buscar{
		width: 100%;
		padding: 30px;
	}	

	.info{
		width: 90%;
	}

	.triplex{
		display: block;
	}

	.triplex div{
		width: 100%;
	}

	.ivm{
		margin-left: 10px;
	}

	hr{
		width: 90%;
	}

	.div-btn-pagar{

	}

	.sel-3{
		width: 90%;
	}

	.conte-iconos{
		width: 90%;
		display: block;
		margin: 0px auto;
	}

	.iconos{
		width: 100%;
		margin-bottom: 10px;
	}

	.iconos2{
		margin: 0px auto;
	}

	.bancos{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.bancos a{
		margin: 0px auto;
	}

	.encabezado{
		height: auto;
		display: block;
	}

	.titulo-mensualidades{
		width:100%;
		text-align: center;
	}

	.titulo-valores{
		width: 100%;
	}

	.desc{
		height: 100PX;
		display: block;		
	}

	.descripcion{
		width: 100%;
	}

	.valores{
		width: 100%;
	}

	.div-btn-pagar{
/*		width: 90%;
		padding-left: 0px;*/
	}

/*	.div-btn-pagar{
		width: 87%;
	}*/

	.btn-pagar-des{
		width: 100%;
		padding: 10px;	
		height: auto;		
	}

	.btn-pagar-act{
		width: 100%;		
		padding: 10px;	
		height: auto;		
	}

	.col_btn{        
        margin: 0px;
        padding: 0px 12px;
        display: block !important;
    }

    #btn_atras{
        width: 100%;
    }

    .contenedor-fluido{
    	width: 90%;
    }

    .payment-title{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: center;
    }

    .tp1{
        margin: 0px auto;
        font-size: 25px;        
    }

    .dc1{
        width: 100%;
        margin: 0px;
	    padding-left: 0px;
	    padding-right: 0px;        
        display: block;
    }

        .data-invoice{
            width: 100%;
            padding-left: 5px;
            padding-right: 5px;
            float: none;
        }

        .costo-total{
            padding-right: 0px;
        }

        .costo{
            padding-right: 0px;
        }

        .container{
            height: 330px;
        }

        .data-card{
            width: 100%;
            margin-bottom: 30px;
        }
            .form-container{
                width: 100%;
            }

            .creditcard{
                height: 200px !important;
            }

        .fccn{
            width: 100% !important;
        }
        	.ccicon{
        		padding: 0px;
        	}

			.ict{
				margin-left: -10px;
			}

        .fce{
            padding-right: 30%;
        }

        .country select{
            margin-top: 7px;
        }
    .btnf{
        display: flex;
    }

    .col_btn .btn{
        width: 90% !important;
    }

    #btn_pagar{
    	margin-bottom: 30px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------
/*CELULAR*/
@media (max-width: 500px){
	.info{

	}

	.duplex{
		display: block;
	}

	.duplex div{
		width: 100%;
	}
}