@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');


body {
	background: #28343C;
	font-family: 'Poppins', sans-serif;
	line-height: 1.8em;
    color: #504f4f;
    font-size: 11pt;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;    
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
strong {
	font-weight: 700;
}


.logo {
    display: block;
    width: 220px;
    text-align: center;
    margin: 0 auto 15px;
}



.container {
	max-width: 720px;
	background: #fff;
	margin: 0 auto;
}

fieldset.trip {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #232323;
	box-shadow:  0px 0px 0px 0px #232323;
}

legend.triplegend {
	font-size: 11px !important;
	font-weight: normal !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
	background: #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #232323;
	text-transform: uppercase;
}

.boton {
	background-color:#0D2C3D!important;color:#fff;width: 100%;
}

.boton:hover {
	background-color:#EFB61C!important;color:#fff;width: 100%;
}


.paymentform {
	width: 240px;
	margin: 20px auto;
}



.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.align-left {text-align: left;}
.align-right {text-align: right;}



.form-check-label {
    font-weight: 300;
    margin-right: 15px;
}

