/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Lato", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Georgia, "Times New Roman", serif;
	font-display: auto;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
	background-color: #1e3480;
	
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.youtube {
	background-color: #000;
	/* margin-bottom: 30px; */
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.84%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

/* DESDE ACA ES MIO */
.telefono {
	color: #1e3480;
	font-size: 1.625rem;
	font-style: italic;
}
.bg-darkblue {
	background: #1e3480!important;
	border-color: #1e3480;
	color: #fff;
}
.bg-darkblue a {
	background: #1e3480!important;
	color: #fff;
}
.btn-darkblue {
	background: #1e3480;
	border-color: #1e3480;
	color: #fff;
}
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue:active, .btn-darkblue.active, .btn-darkblue.disabled, .btn-darkblue[disabled] {
	background: #ec1c24;
	border-color: #ec1c24;
	color: #fff;
}
.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}
.texto{
	font-size: .87rem;
}
.social_icon ul li {
	display: inline-block;
	padding: 5px 8px;
}
.social_icon ul {
	padding: 0px;
	margin: 0px;
}
ul {
	font-size: 15px;
	line-height: 20px;
}
.social_icon ul li a {
	font-size: 20px;
	transition: all 0.5s ease;
}
.social_icon {
	float: left;
}
.payment_social {
	padding: 20px 0px;
}
.payment_option a img {
	max-height: 35px;
}
.payment_option {
	float: left;
}
.payment_option a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 90px;
}
.dropdown-item{
	background: #1e3480!important;
	border-color: #1e3480;
	color: #fff;
}
.dropdown-item:hover{
	background: #d2091e!important;
	border-color: #d2091e;
	color: #fff;
}
.dropdown-menu{
	background: #1e3480!important;
	border-color: #1e3480;
	color: #fff;
}
.footer-content h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}
.footer-content ul {
	padding-inline-start: 0px;
	list-style-type: none;
}
.socialtop i{
	color: #ccc;
}
.sociallogo i{
	color: #1e3480;
}
.btn-product {
	border: thin solid #733235;
	color: #fff;
	background-color: #d2091e;
}
.btn-product:hover {
	border: thin solid #d2091e;
	color: #d2091e;
	background-color: #fff; /* #ec1c24; */
}
.title-product {
	font-size: 1.4em;
	color: #1e3480;
}

.articlelist {
	list-style-type: disc;
	color: #1e3480;
}
.copete{
	
}
/*  */

.banner-mobile-ccusa, .hablamos-espanol-sm, .logo-horizontal, .trust-pilot, .google-reviews-sm, 
.blue-seal-96-50-colorcopiesusa-92009924, .bbb, .review-us-on-yelp
{ max-width: 100%; background-size: 100%; background-image: url('/v2/images/sprite.png'); }
 
.banner-mobile-ccusa { background-position: 0 0%; background-size: 100%; }
.hablamos-espanol-sm { background-position: 0 60.453401%; background-size: 234.532374%; }
.logo-horizontal { background-position: 0 66.069142%; background-size: 260.8%; }
.trust-pilot { background-position: 0 71.518987%; background-size: 465.714286%; }
.google-reviews-sm { background-position: 0 82.876712%; background-size: 652%; }
.blue-seal-96-50-colorcopiesusa-92009924 { background-position: 0 90.384615%; background-size: 679.166667%; }
.bbb { background-position: 0 95.56962%; background-size: 749.425287%; }
.review-us-on-yelp { background-position: 0 100%; background-size: 1278.431373%; }
.btn-rojo { background-color: #d2091e; color: #fff; border-color: #d2091e; }