@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AMX';
    src: url('../font/AMX-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AMX';
    src: url('../font/AMX-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}
body, html {
	font-family: 'AMX','Roboto',sans-serif;
	color: #3C3C3C;
	background-color: #fff;
    height: 100%;
	display: flex;
	flex-direction: column;
    overflow-x: hidden;
}
header .jumbotron-fluid {
	background-position: center;
    background-size: cover;
	height: 250px;
}
h1 {
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
	line-height: 1.1;
	font-size: 2rem;
}
p {
    line-height: 1.2;
}
h2 {
    font-size: 1.6rem;
    margin-top: 10px;
	color: #073182;
	font-weight: bold;
}
h3 {
    font-size: 1.4rem;
}
a {
    cursor: pointer;
	text-decoration: underline !important;
}
a:hover {
	text-decoration: none;
}

.superior {
    padding: 150px;
    min-height: 1px;
}

@media (min-width: 768px) {
    .superior {
        padding: 0;
        min-height: 300px;
    }
    .medio {
        margin: 30px 0px!important;
    }
    #label_condiciones_1 {
     font-size: 28px!important;
	 margin-top: 30px;
	 margin-bottom: 30px;
	}
	#label_condiciones_2 {
	 margin-bottom: 30px;
	}
	#label_condiciones_3 {
	font-size: 20px!important;
	 margin-bottom: 60px;
	}
	#label_condiciones_4 {
	font-size: 20px!important;
	 margin-bottom: 10px!important;
	}
	.numero{
		margin-bottom: 30px!important;
	}
	.btn{
    font-size: 40px!important;
    margin-bottom: 60px!important;
	}
	#label_condiciones_5 {
	font-size: 20px!important;
	 margin-bottom: 30px!important;
	}
}

.medio {
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
    margin: 10px 10px;
    padding: 10px 15px;
    border-radius: 10px;
}

.condiciones{
    color: #000000;
}

#label_condiciones_1 {
  font-size: 18px; 
}

#label_condiciones_2 {
  font-size: 20px; 
}

#label_condiciones_3 {
  font-size: 14px; 
}

#label_condiciones_4 {
  font-size: 18px;
  margin: 0px 10px; 
}

#label_condiciones_5 {
  color: #000000;  
  font-size: 14px; 
  margin: 10px;
}

#visit_msisdn{
  color: #000000;  
  font-size: 14px; 
  margin: 10px;
}

#display_number{
    color: #000000;  
    font-size: 14px; 
    margin: 10px;
}

#success_title{
    color: #000000;  
    font-size: 20px; 
    margin: 10px;
}

#success_display_number{
   color: #000000;  
  font-size: 14px; 
  margin: 10px;
}

.pin-boxes{
    margin: 20px 0px;
} 

.captcha-container{
    background-color: #333333;
    border: 1px solid #333333;
    margin: 10px 0;
    padding: 5px 0;
}
.captcha-container img{
    margin-top: 5px;
}
#captcha-input {
    margin-top:  10px;
}
.footer {
    background-color: #000;
    color: #fff;
    padding-right: 20px;
    padding-top: 1rem;
	padding-bottom: 1rem;
    width: 100%;
	font-size: .8rem;
}
.header {
    padding: 0 0 1.5rem;
}

.jumbotron-fluid {
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.aviso {
	background-color: #fff6f6;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: row;
    align-items: center;
}
.aviso img{
	padding-right: 20px;
	border-right: 1px solid #e5e7e8;
}
.aviso p{
	text-align: left;
	padding-left: 10px;
	padding-top: 14px;
	font-size: 14px;
}
.btn{
	background-color: #26b0da;
    color: #ffffff;
    border: 0 none;
    border-radius: .5rem;
	color: #ffffff;
	font-weight: bold;
    font-size: 24px;
}

#success_btn{
    background-color: #35a73f;
    border: 0 none;
    box-shadow: none;
}

.btn-block{
    width: 80%;
    margin:0 auto;
}

.btn small {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-top: -4px;
}

.input-group.numero {
    width: 80%;
    margin: 0 auto;
}

.btn:active, .btn:focus, .btn:hover{
    background-color: #35a73f;
    border: 0 none;
    box-shadow: none;
}
.btn-primary:disabled {
    color: #91979f;
    background-color: #ececec;
    border: 0 none;
}
.modal-content {
	align-items: left;
}
.modal-title {
	font-weight: bold;
    align-items: left;
}
.modal-header{
	border-bottom: 0 none;
}
.modal-footer{
	border-top: 0 none;
}
.form-control {
	margin:0 auto;
    width: 80%;
    align-self: center;
	border-radius: .5rem;
	padding: 20px 0;
}

.form-group {
    margin-bottom: 0.5rem;
}
.form-check-label{
	margin-bottom: 0.5rem;
    font-size: 0.8rem;
    position: relative;
}
.captcha{
	text-align: center;
    margin-bottom: 0.5rem;
}
input{
	text-align: center;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    z-index: 9;
}

header .jumbotron-fluid {
    background-position: center;
    background-size: cover;
    height: 270px;
}
.cuota {
		font-size: 16px;
		font-weight: normal;
}
.footer h3{
		display: flex;
		align-items: center;
		gap: 6px;
		margin-bottom: 0;
		font-size: 1.2rem;
}

@media (max-width: 576px) {
    h1 {
        margin-top: 0;
        margin-left: 0;
    }
    header .jumbotron-fluid {
        background-position: center;
        background-size: cover;
        height: 350px;
    }
}