html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #67c5df !important;
	background: url('../img/bghome.jpg') center top repeat;
	/* background-size: cover; */
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	font-size: 16px;
	color: #fff;
}

/* @media(min-width: 991px) and (max-width: 1400px) {
	body {
		background-size: 1570px auto;
		background-position: center -485px;
		zoom: .86;
	}
}

@media(min-width: 501px) and (max-width: 990px) {
	body {
		background-size: 1510px auto;
		background-position: center -530px;
		zoom: .82;
	}
} */

/* body.page-internal {
	background: url('../img/bghome.jpg') top center no-repeat;
	background-size: cover;
} */

.bg-dark {
	background: #3965a9 !important;
}

img {
	max-width: 100%;
}

#home p {
	max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
}

.bginterno .header-promo img {
	width: 380px;
}

.codigo-circulo {
	width: 168px;
	height: 168px;
	border-radius: 50%;
	border: 4px solid #fff;
	overflow: hidden;
}

.codigo-circulo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
@media(min-width: 1200px) {
	h2 {
		/* font-size: 30px; */
	}
}

.btn-primary {
	height: auto;
	padding: 10px 25px;
	border: 0 none;
	border-radius: 2em;
	transition: none;
	white-space: nowrap;
	background-color: #e50045;
	font-size: 22px;
	font-weight: bold;
	color: #fff
}
.btn-primary:hover {
	background-color: #fff;
	color: #e50045
}

.btn-style1 {
	width: 400px;
    height: 100px;
    padding: 0;
    background: url(../img/btnstyle1.webp) center no-repeat;
    line-height: 100px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-size: 100%;
	zoom: .8;
}
.btn-style1:hover {
	background-color: transparent;
	color: #113b63
}

.btn-style2 {
	position: absolute;
	bottom: 90px;
	left: 50%;
	margin-left: -290px;
	width: 580px;
    height: 90px;
    padding: 0;
    background: url(../img/btnstyle2.webp) center no-repeat;
    line-height: 90px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-size: 100%;
	zoom: .8;
}
.btn-style2:hover {
	background-color: transparent;
	color: #113b63
}

#home h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
}

.bginterno {
	padding-bottom: 50px;
    height: calc(100vh - 204px);
    min-height: fit-content;
}

.text-primary {
	color: #3965a9 !important;
}

.text-secondary {
	color: #f3e036 !important;
}

.lead {
	font-size: 20px;
}

.logo-desktop-small {
	max-height: 150px;
}

.productos-home {
	position: relative;
	padding-top: 40px;
}

.form a {
	text-decoration: underline;
	color: #fff;
}
.form-group {
	margin-bottom: 30px;
}
.form-control {
	height: 54px;
	margin: 0;
	padding-left: 20px;
	background: #123c63;
	/* border-radius: 2em; */
	border: 1px solid #fff;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #fff;
}
.form-control-round {
	border-radius: 2em;
}
.form-control-white {
	background: #fff;
	color: #333;
}
.form-control option {
	background: #fff;
	color: #000;
}
.form-control::placeholder {
	color: #fff;
}
.form-control-white::placeholder {
	background: #fff;
	color: #666;
}
.form-control:focus {
	background: #123c63;
	border-color: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,.2);
	color: #fff;
}

.modal-custom .modal-dialog {
	width: 1000px;
	max-width: 90%;
	position: relative;
	margin: 0 auto;
}
.modal-custom .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #421f15;
	font-size: 38px;
	line-height: 36px;
	border-radius: 2em;
	color: #421f15;
	z-index: 2;
}
.modal-custom .modal-content {
	padding: 8px;
	background: #fff;
	border-radius: 0;
}
.modal-custom .modal-body {
	background: #e50045;
	font-size: 14px;
	color: #fff;
}

#footer {
	/* background: url('../img/footer.webp') top center no-repeat; */
	background-color: #113b63;
	background-size: cover;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
#footer a {
	display: inline-block;
	margin-bottom: 6px;
	color: #fff;
}
#footer .social a {
	display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px;
    background: #67c6df;
    border-radius: 2em;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #113b63;
}

.btn-facebook-login, .btn-facebook-login:hover {
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 20px;
	background: #55649B url('../img/register-facebook-icon.svg') 8px 0px no-repeat;
	border: 0 none;
	font-size: 16px;
	color: #fff;
}
.btn-google-login, .btn-google-login:hover {
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 20px;
	background: #fff url('../img/google-icon.svg') 10px 4px no-repeat;
	background-size: 28px;
	border: 0 none;
	font-size: 16px;
	color: #666;
}

.lead-block {
	padding: 20px;
	background: #e50245;
	border: 5px solid #123c63;
	border-radius: 25px;
	display: block;
	font-size: 20px;
	margin: 0 auto;
	max-width: 450px;
}

.modal-backdrop {
	width: 100%;
	height: 100%;
}

.accordion .card {
	background: transparent;
	border: 0;
	text-align: left;
}

.accordion .card-header {
	background: transparent;
	border: 0 none;
    border-bottom: 2px solid #fff;
    padding-left: 0;
}

.accordion .card-body {
	font-size: 1.1em;
}

/* Plus / minus icon on accordion headers */
.accordion .card-header .btn-link{
    position: relative;
}

/* default = closed -> plus */
.accordion .card-header .btn-link::after{
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 600;
}

/* open (active item) -> minus */
.accordion .card-header .btn-link:not(.collapsed)::after{
    content: "−";
}

.btn-link {
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.btn-link:hover,
.btn-link:focus {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}