@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #0D301F;
}
.roboto, .roboto p, .roboto a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5 {
	font-weight: 700 !important;
}
.bg-gray {
	background-color: #D8D8D8;
}
.bg-green {
	background-color: #24873A;
}
.bg-green-24 {
	background-color: rgb(132 181 79 / 24%);
}
.bg-green-dark {
	background-color: #0D301F;
}
.bg-gray-opacity {
	background-color: rgb(194 194 194 / 11%);
}
.bg-green-opacity {
	background-color: rgb(0 103 38 / 11%);
}
.bg-yellow {
	background-color: #FCDC3E;
}
.bg-pink {
	background-color: #FDD2B2;
}
.border-green {
	border-color: #24873A;
}
.text-gray {
	color:#707070 !important;
}
.text-green-dark {
	color: #0D301F;
}
.text-yellow {
	color: #FFE100;
}

.text-green-light {
	color: #248A3B;
}
.text-green {
	color: #268C3C;
}
.text-green-2 {
	color: #00864D;
}

.text-green-dark-2{
	color: #0D3323;
}
.slider-home .slick-prev {
    left: 25px;
}
.slider-home .slick-next {
    right: 25px;
}
.mw-175 {
	min-width: 175px;
}
.list-footer {
	column-count: 5;
	list-style: none;
}
.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}
.solid-container {
	height: 80vh;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 48 31 / 15%);
}
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}
.let {
    text-transform: lowercase;
}
.let:first-letter {
    text-transform: uppercase;
}
ul.icon-check {
  list-style-image: url('/images/productos/icon-check.webp');
}
.number-asociado {
	font-size: 58px; 
	color: #cfd7c6;
}
.text-shadow {
	text-shadow: 3px 3px 3px white;
}
.bg-cta-contact {
	background-image: url(/images/promociones/bg-contact.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-blog {
	background-image: url(/images/home/cover-blog.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-asociado {
	background-image: url(/images/asociado/bkasociados.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-product {
	background-image: url(/images/productos/banner-product-ahorro.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-product-interna {
	background-image: url(/images/productos/cotiza_y_disfruta_de_nuestros_beneficios.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-form {
	background-image: url(/images/home/bannerFooter.webp);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-testimoniales {
	background-image: url(/images/home/img05.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-circulos {
	background-image: url(/images/home/circulos01.webp);
	background-position: left center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-soluciones {
	background-image: url(/images/home/soluciones.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-beneficios {
	background-image: url(/images/home/img03.webp);
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-asociados {
	background-image: url(/images/home/cover-ser-asociado.webp);
	background-position: top left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-valores {
	background-image: url(/images/quienes-somos/bg-valores.webp);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
#menu-top .nav-link {
	color: #0D301F;
}
#navbar-principal .nav-link {
	color: #0D301F;
	text-transform: uppercase;
}
#navbar-principal .nav-link.active, #navbar-principal .nav-link:hover {
	background-color:#D8D8D8;
/*	font-weight: bold;*/
}
.hover-opacity:hover {
	opacity: 0.8;
}
.hover-white:hover {
	color: white !important;
}
.hover-yellow:hover {
	color: #FFE100 !important;
}
.text-justify {
	text-align: justify;
}
.hover-green:hover {
	color: #24873A !important;
}
.img-news {
    height: 135px;
    object-fit: cover;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #198754;
}
.bg-yellow {
	background-color: #FFE100;
}
.mw-800 {
	max-width: 800px;
    width: 70%;
}
.img-local {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-next:before, .slick-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 30px;
    color: #0d301f;
}
.slick-next:before {
    content: "\f054";
}
.slick-prev:before {
    content: "\f053";
}
.line::before{
	content: " ";
    width: 90px;
    top: 51%;
    left: -105px;
    display: inline-block;
    border-top: solid 1.8px #268C3C;
    position: absolute;
}
.line-right::before{
	content: " ";
    width: 75%;
    top: 60%;
    right: 0px;
    display: inline-block;
    border-top: solid 1.8px #adb5bd;
    position: absolute;
}
.line::after{
	content: " ";
    width: 90px;
    top: 51%;
    right: -105px;
    display: inline-block;
    border-top: solid 1.8px #268C3C;
    position: absolute;
}
.hover-scale:hover {
	border-radius: 15px;
	transform: scale(1.1);
	transition: all 0.8s;
}
.bg-gray-70 {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(194,194,194,0.11) 80%);
}
#news .card-img-top {
	height: 300px;
	width: auto;
	object-fit: cover;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0.25rem;
}
.img-beneficios {
    max-width: 90px;
    width: 100%;
    height: auto;
}
.img-play-video {
    max-width: 80px;
    width: 100%;
    height: auto;
}
.img-play-video-white {
    max-width: 75px;
    width: 100%;
    height: auto;
}
.bg-contacto {
	background-image: url('/images/contacto/background-contacto.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
 #form-contacto>*>*, #form-contacto>*>*>* {
	border-radius: 0;
}

.bg-gray-gradient {	
	background: rgb(194,194,194);
	background: linear-gradient(180deg, rgba(194,194,194,0.11) 40%, rgba(255,255,255,1) 30%);
}

.shadow-light {
	z-index: 105;
	box-shadow: 1px 2px 14px 0px rgba(0,0,0,0.30);
	-webkit-box-shadow: 1px 2px 14px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 1px 2px 14px 0px rgba(0,0,0,0.30);
}

.nav-pills .nav-link.active {
	background-color: rgba(163, 161, 161, 0.164);
	color: #00864D !important;
}

.bg-promos {
	z-index: 100;
	margin-top: -50px;
	position: relative;
	background-image: url('/images/cotizar/background-promos.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}

@media(max-width:425px){
	.mw-350 {
		max-width: 290px;
		width: 100%;
	}
	.line::before {
	    width: 30px;
	    left: -35px;
	}
	.line::after {
	    width: 30px;
	    right: -35px;
	}
	.mw-550 {
		max-width: 500px;
		width: 100%;
	}
	.list-footer {
		column-count: 2;
	}
	.slick-prev {
	    left: 5px;
	}
	.slick-next {
	    right: 5px;
	}
	.img-play-video {
	    max-width: 70px;
	}
	.img-play-video-white {
	    max-width: 55px;
	}
	.bg-form {
	    background-image: none;
	}
}
@media(min-width: 425px) and (max-width: 575px) {
	.mw-350 {
		max-width: 300px;
		width: 100%;
	}
	.line::before {
	    width: 40px;
	    left: -45px;
	}
	.line::after {
	    width: 40px;
	    right: -45px;
	}
	.mw-550 {
		max-width: 525px;
		width: 100%;
	}
	.list-footer {
		column-count: 2;
	}
	.slick-prev {
	    left: 5px;
	}
	.slick-next {
	    right: 5px;
	}
	.contacto-map {
		width: 400px;
		height: 300px;
	}
	.img-play-video {
	    max-width: 75px;
	}
	.img-play-video-white {
	    max-width: 55px;
	}
	.bg-form {
	    background-image: none;
	}
}
@media(min-width: 575px) and (max-width: 768px) {
	.mw-350 {
		max-width: 350px;
		width: 100%;
	}
	.mw-550 {
		max-width: 550px;
		width: 100%;
	}
	.list-footer {
		column-count: 4;
	}
	.slick-prev {
	    left: 5px;
	}
	.slick-next {
	    right: 5px;
	}
	.img-play-video {
	    max-width: 80px;
	}
	.img-play-video-white {
	    max-width: 65px;
	}
	.bg-form {
	    background-image: none;
	}
}
@media(min-width: 768px) and (max-width: 992px) {
	.mw-550 {
		max-width: 550px;
		width: 100%;
	}
	.list-footer {
		column-count: 5;
	}
	.img-play-video {
	    max-width: 90px;
	}
	.img-play-video-white {
	    max-width: 65px;
	}
	.bg-form {
	    background-image: none;
	}
}
@media(min-width: 992px) and (max-width: 1200px) {
	.list-footer {
		column-count: 5;
	}
}
@media(min-width: 1200px) and (max-width: 1400px) {
	.list-footer {
		column-count: 5;
	}
}
@media(min-width: 1400px) {
	
}


