@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

body {
	color:#4d4d4d;
	font-family: 'Oswald', sans-serif;
}

/*Links*/
a {
    text-decoration:none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	outline:none; border:0px;
}

/*Navbar*/
.nav-link {color: #333 !important; font-weight: 600;}
.nav-link:hover {color: #C00 !important;}
.nav-link:active {color: #C00;}
.navbar-social a {color:#333;}
.navbar-social a:hover {color: #C00;}
.active {color: #C00 !important;}
.navbar-toggler {
	outline:none !important;
	border:none !important;
}

/*Borders*/
.border-primary { border-color:#ccc !important;}
.vr {width:3px;}

/*Carousel*/
.carousel-caption {
    bottom: 2rem;
    padding-bottom: 0rem;
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
}

/*Backgrounds*/
.bg-orange {background-color:#ff583d !important;}
.bg-primary {background-color:#111f44 !important;}
.bg-secondary {background-color:#0c1735 !important;}
.bg-light {background-color:#f2f2f2 !important;}
.bg-dark {background-color: #000 !important;}

/*Accordion*/
.accordion-button:not(.collapsed) {
    color: #000;
	font-weight:bold;
    background-color: #ECECEC;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/*Text*/
.text-primary {color:#111f44 !important;}
.text-gray {color:#ccc !important;}
.text-orange {color:#ff583d !important;}
.text-yellow {color:#ffff00 !important;}
.fs-6 {font-size:4.5em !important;}

/*Btns*/
.btn-primary {background-color:#111f44; border:0px; border-radius:4px;}
.btn-orange {background-color:#ff583d; border:0px; border-radius:4px;}

/*Cards*/
.card-img-overlay { pointer-events: none;}
.card-footer {background-color: transparent; border-top: 0px solid rgba(0,0,0,.125); border-radius:0px !important; border:0px !important;}

/*Border*/
.w-10 {width: 10% !important;}
.vr {width: 2px; min-height: .5em; opacity: .15;}

/*Swiper*/
#swpmarcas {
  width:auto;
  height:200px;
}

#prods {
    width:auto;
    height:350px;
  }

/*Form*/
#results,
#error,
#success,
#loading {
	display:none;
}
.alert-error {
	border-radius: 0;
	color: #fff;
	border: 0;
	background-color:#06F !important;
}
.alert-success {
	border-radius: 0;
	color: #fff;
	border: 0;
	background-color: #9C0 !important;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    margin-bottom: 1rem;
}

/*Footer*/
.footer a {color: #ffffff;}
.footer a:hover {color:#ffff00 !important;}
.footer .active {color:#ffff00 !important;}
.redes-footer a {color: #ffff00;}