body {
	font-family: 'Verdana', sans-serif;
	background-color: #3d4951;
	background-image: url("/static/img/bg_sbp_0918.c39bae92ee3d.jpg");
	color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#page-content-wrapper {
	height: 100%;
}

.emph {
	font-family: 'Oswald', sans-serif;
}

.emph .buscas {
	font-size: 1.3em;
}

.emph .producto-servicio {
	font-size: 0.9em;
}

.requirements_legend {
	color: #fff;
	/*width: 165px;*/
}

.successfull_cases {
	color: #fff;
	/*width: 135px;*/
}

.requirements_legend:hover, .successfull_cases:hover {
	color: #fff;
	text-decoration: none;
}

.badge-notify {
	background:red;
	position:relative;
	top: 14px;
	left: -135px;
}

.badge-successfull {
	background:red;
	position:absolute;
	top: 14px;
	left: 95px;
}

.bold {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.bold--regular {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.btn.fullwidth {
	width:	100%;
}

.btn-primary {
	color: white;
	background-color: #00cccc;
	border-color: #00cccc;
}

/* overrides rebootcss */
a:not([href]).btn-primary {
	color: white;
}

.table-hover tbody tr:hover {
	background-color: #142835;
}

.popover {
	max-width: 75%
}

/* sicolorpri: somos industria primary color: blue */
.sicolorpri {
	color: #00cccc;
}

/* sicolor: somos industria secundary color: orange */
.sicolorsec {
	color: #ff9900;
	font-weight: 500;
}

.sicolorsec-bg {
	background-color: #ff9900;
}

/* somos industria navbar */
.sinavbar {
	display: block;
	margin: 0;
	padding: 0 0;
}

.sinavbar__top {
	display: none;
	width: 100%;
	padding: 1rem 1.5rem;
	justify-content: space-between;
	background-color: black;
	line-height: 1.2rem;
	font-size: 0.9em;
}

.sinavbar__top-stats {
}

.sinavbar__top-ctl {
}

.sinavbar__login {
	background-color: black;
}

.sinavbar__top-vdivider {
	margin: auto 0.5em auto;
}

.sinavbar__top-vdivider:before {
	content: "|"
}

.sinavbar__main {
	display: flex;
	width: 100%;
	margin: 0;
	justify-content: space-between;
	background-color: #FEC40E;
}

.sinavbar__menu {
	text-align: center;
	justify-content: flex-end;
	background-color: #3d4951;
}

.sinavbar__menu-contact {
	border-width: 1px 0;
	border-color: white;
	border-style: solid;
}

.sinavbar__vdivider {
	width: 0;
	height: 0;
	background-color: white;
}

.sinavbar__brand {
	margin: 0;
	padding: 0;
}

.navlogo {
	font-size: 1.2rem;
}

.sidebar-nav {
	font-family: 'Quicksand', sans-serif;
}

/* bs4 breakpoints */
@media (max-width: 575.98px) {
	.sinavbar__menu {
		position: absolute;
		top: 113px;
		left: 0;
		width: 100%;
		font-size: 23px;
		z-index: 100;
	}
}

/* on >=sm devices */
@media (min-width: 576px) {
	.sinavbar__top {
		display: flex;
	}

	.sinavbar__main {
		padding: 0 34px;
	}

	.sinavbar__menu {
		margin-top: auto;
		background-color: #FEC40E;
	}

	.sinavbar__vdivider {
		width: 2px;
		height: auto;
		background-color: white;
	}

	.nav-item {
		background: rgba(0,0,0,.4);
	}

	.nav-item:hover,
	.nav-item--active {
		background: rgba(0,0,0,.6);
	}

}

.sinavbar__title {
	width: 9em;
	margin: auto auto auto 1em;
}

.sinavbar__link {
	color: white !important;
}

.sinavbar__toggle {
	margin-right: 15px;
}

.sinavbar__toggle-icon {
	color: white;
}

.home-container {
	margin: 113px auto;
	padding: 24px 71px;
	background-color: rgba(0, 0, 0, 0.6);
	max-width: 670px;
}

.home-container__title {
	color: white;
    margin-bottom: 1rem;
}

.home-container__input {
}

/* option section */
.home-container__opt {
}

.home-container__opt-col {
	margin-top: 23px;
}

.sicontainer {
	margin: 41px 34px;
}

.sititle {
	color: white;
	margin-bottom: 1rem;
}

/* generic block of elements */
.gblock {
	margin-bottom: 15px;
}

.row {
	margin-bottom: 10px;
}

/* columns that are expected to wrap should be inside this: add margin between them */
.sirow-wrap {
	margin-top: -5px;
	margin-bottom: 5px;
}

.sicol-wrap {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sicom {
}

.sicom__img {
	height: 140px;
	width:	140px;
}

.sicom__banner {
	height: 300px;
	width:	300px;
}

.sicom__name {
}

.sicom__contact {
}

.sicom__contact-name {
	margin-bottom: 0;
}

.sicom__contact-email {
}

.sipubreq__req {
	color: white;
}

.siplan {
}

.siplan__name {
	padding-top: 34px;
	padding-bottom: 29px;
	color: white;
	background-color: #2A3338;
}

.siplan__content {
	height: calc(100% - 101px);
	margin-top: -17px;
	padding: 25px;
	font-weight: bold;
	color: black;
	background-color: #EBEDED;
}

.siplan__content-row {
	height: 100%;
	align-content: space-between;
}

.siplan__button {
	font-size: 1.5em
}

.sivend__ctl {
	height: 100%;
}

.popover__holder {
	display: none;
}

.suscription__status--active {
	color: #6BEE9C
}
.suscription__status--inactive {
	color: #FF8B73
}
.suscription__status--soon-to-expire {
	color: #FFB273
}
.suscription__status--validate {
	color: #67E6E6
}

.application__status--active {
	color: #6BEE9C
}
.application__status--inactive {
	color: #FF8B73
}
.application__status--soon-to-expire {
	color: #FFB273
}
.application__status--validate {
	color: #67E6E6
}

@media (min-width: 768px) {
	.sinavbar__link {
		max-width: 12em;
	}
}

.big-text {
	font-size: 2em;
	color: white;
}

.regular-price {
	text-decoration: line-through;
}

.prime-price {
	font-size: 1.4em;
}

.iva {
	font-size: 0.6em;
}

.tables {
	font-family: 'Oswald';
	font-weight: 300;
}

.tables td {
	padding: .5rem;
}

.fotter-container {
	margin-top: 4em;
	width: 100%;
}

.footer {
	background-color: rgba(42,43,45,0.7);
	color: white;
	overflow: hidden;
	padding: 0.85em 3em;
}

.white-text {
	color: white !important;
}

.logo_sind {
	height: 74px;
	margin: 0 0.3rem;
}

.logos_group {
	width: 95px;
	margin: 0 0.3rem 0.2rem 0.3rem;
}

.copy {
	line-height: 2em;
}

.tiny {
	font-size: 0.7rem;
}


/* Planes landing styles */
.background-gray {
    background-color: #4A4B4D;
}

.background-gray-light {
    background-color: #605E5E;
}

.background-white {
    background-color: #ffffff;
}

.background-yellow {
    background-color: #FEC40E;
}

.background-yellow-button {
    background-color: #F7AC00;
    border-color: #F7AC00;
}

.background-black-button {
    background-color: #000000;
    border-color: #000000;
}

.planes-title {
    padding: .7rem 1rem
}

.planes-foot-a {
    padding: 0rem 0rem 2rem 0rem;
}

.planes-foot-b {
    padding: 2rem 1rem 2rem 1rem;
}

.planes-text {
    font-family: Helvetica, Arial, sans-serif;
}

.planes-text-content {
    font-size: .85rem;
}

.dato-plan {
    line-height: 1.8rem;
}

.planes-text-content-black {
    font-size: .85rem;
    color: #000000;
}

.plan-line {
    color: white;
    background-color: white;
    width: 50%;
    height: .1rem;
}

.plan-line-dark {
    color: #000000;
    background-color: #000000;
    width: 50%;
    height: .1rem;
}

.plan-line-container {
    margin: 2rem 0rem 4rem 0rem;
}

.plan-basic-text {
    margin: 3rem 0rem;
}

.plan-basic-text-y {
    margin: 3rem 0rem;
    color: #F7AC00;
}

.plan-gratis-text {
    margin: 3.5rem 0rem;
}

.plan-button {
    color: white;
    font-weight: bold;
    padding: .4rem 2.5rem .4rem 2.5rem;
    margin: 2rem 0rem 2.5rem 0rem;
}

.planes-text-precio {
    font-weight: bold;
    font-size: 1.08rem;
    margin-top: 3rem;
    color: #000000;
}

.planes-cifra {
    font-weight: bold;
    font-size: 2.3rem;
    margin-top: 1rem;
    color: #F7AC00;
}

.planes-cifra-b {
    font-weight: bold;
    font-size: .8rem;
    margin-top: 0rem;
    color: #F7AC00;
    line-height: .50rem;
}

.planes-cifra-c {
    font-weight: bold;
    font-size: .8rem;
    margin-top: 0rem;
    color: #F7AC00;
}

.planes-cifra-d {
    font-size: .8rem;
    margin-top: .7rem;
}

.planesyoutube {
    padding: 0rem 0rem;
}

.checkbox-expired .form-check-label {
	text-decoration: line-through;
}

.checkbox-expired .tag {
	color: darkred;
}
/*End Planes landing styles*/


/* landing relevant */

.wrapper-logo {
}

.landing-container .requirements-legend {
	font-size: 3.2rem;
}

.spec {
	font-size: .8em;
}

.btn-signup-container {
	margin: 2rem auto;
}

.btn-signup {
	font-size: 2rem;
	padding: 1rem 3rem;
}

.amount-req {
	font-size: 1.3em;
	font-weight: bold;
}

.yellow {
	color: #FEC40E;
}

.separator {
	border: none;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}

.requiere {
	color: #FEC40E;
	font-style: italic
}
/* end landing relevant */

.notification-alarm {
	-webkit-animation: invisible 1.8s ease-in 0s infinite alternate;
	-o-animation: invisible 1.8s ease-in 0s infinite alternate;
	animation: invisible 1.8s ease-in 0s infinite alternate;
}

@keyframes invisible {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}