/*  Wolfram Technology in Brazil (Same from Ecuador)

   	developer:  keegand
   	updated by: EstevaoT (Feb 2024)
   	requires:   /common/framework/css/framework.en.css
   					/css/global-marketing-responsive.css.en
   ========================================================================== */
:root {
	--default-gap: max(15px,1rem);
}
/* Shared */
address { font-style:normal; }
img { max-width:100%; }
.image-border { border:1px solid #e0e0e0; }


/* Info section */

section.info .grid.cols-2 {
	grid-template-columns: .7fr .5fr;
	align-items: flex-start;
}

section.info .side-box {
	width: 100%;
}

/*  */
.wolfram-cloud p {
	color: #535353;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}
.wolfram-cloud h3 {
	color: #333;
	font-size: 1.5rem;
	font-style: normal;
	text-transform: none;
}
.wolfram-cloud h4 {
	color: #333;
	font-size: 1rem;
	margin: 0;
	text-transform: uppercase;
}
.wolfram-solutions-industry a:not(.red-link a) div {
	max-width: 280px;
}
.wolfram-solutions-industry a:not(.red-link a),
.wolfram-solutions-education a span,
.carousel a span,
.heirs-chevron-after>*:after {
	color: #737373;
}
.wolfram-solutions-education a span {
	color: #222;
	font-size: .875rem;
	line-height: 1.4;
	margin-top: 0.2rem;
}
.wolfram-solutions-industry a:not(.red-link a):hover,
.wolfram-solutions-education a:hover span {
	color: var(--orange);
}
.wolfram-products h3 {
	color: #333333;
	font-size: 1.125rem;
	text-transform: uppercase;
}
.wolfram-products img {
	vertical-align: top;
}
.wolfram-products h3,
.wolfram-products p:not(.orange) {
	max-width: 12.875rem;
}
.wolfram-products p:not(.orange) {
	color: #222;
	font-size: .875rem;
	line-height: 1.4;
	margin-top: .2rem;
	min-width: 10rem;
}
.wolfram-cloud {
	background: #f3f3f3;
	border: 1px solid #959595;
	margin: 2.1875rem 0 1.5625rem;
	padding: 1.875rem 3.125rem;
}
.heirs-square-before>*:before {
	font-size: 0.6rem;
	padding-right: 0.125rem;
	vertical-align: middle;
}
.wolfram-solutions-industry p+div {
	max-width: 980px;
	width: 100%;
	display: inline-block;
	padding-right: 5px;
}

.wolfram-solutions-industry img {
	border: 1px solid #e0e0e0;
	height: auto;
	max-width: 310px;
	width: 90%;
}
.wolfram-solutions-education h3 + div > a {
    line-height: 2;
}
.wolfram-products a.sub-header {
	font-size: 1.6875rem;
    font-weight: 300;
    line-height: 1.5;
}
.wolfram-products a:hover h3 {
    color: #f77700;
}
.wolfram-cloud a div {
	display: inline-block;
	margin-bottom: 2rem;
	vertical-align: top;
}
.wolfram-products a.heirs-display-ib {
	margin-bottom: 2.5rem;
}
.wolfram-leaders img+div {
	max-width: 260px;
	width: 100%;
}

/* ==========================================================================
   Grid
   ========================================================================== */
main :not(.box) >.grid { 
	display:grid;
	gap: var(--default-gap); 
}
main .grid::before { display:none; }
main .grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
main :not(.box) > .grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

.media-with-text {
	display: grid;
	grid-template-columns: 65px 1fr;
	gap: var(--default-gap); 
}

.box {
    display: inline-block;
    padding: 1.875rem 3.125rem;
}
.box h3 {
    font-size: 1.5rem;
    color: #333;
    text-transform: none;
    font-style: normal;
}
.box h4 {
    font-size: 1rem;
    font-weight: 700;
}
.box .blurb {
    width: 72%;
    margin: 0 0 0 0.625rem;
}


/* ==========================================================================
   responsiveness overrides
   ========================================================================== */
.inner {
	max-width: 1000px;
	width: inherit;
}
.academia .third,
.learn-with-wolfram .third,
.solutions .third,
.contact .third {
	width: 90%;
}
.stories img,
.tutorials img,
.resources img,
.solutions img,
.learn-with-wolfram img {
	max-width: 90%
}
.stories img,
.tutorials img,
.resources img,
.solutions img,
.learn-with-wolfram img {
	max-width: 100%;
}
.learn-with-wolfram .third {
	max-width: 287px;
}
.academia .third,
.solutions .third,
.contact .third {
	max-width: 313px;
}
.carousel.hide__900 .next:hover {
	color: #f77700;
}
.academia .blurb {
	width: 70%;
}
.products .half {
	width: 100%;
	margin: 3.5% 0 3.5% -3.5%;
}
.contact .row {
	display: inline-block;
}
.side-box {
	margin: inherit;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {

	/* grid for 600	*/
	main .grid.cols-3 { grid-template-columns: repeat(2,1fr); }

	/*	*/
	.flag-wrapper img {
		max-width: 75px;
	}
	.wolfram-cloud p.description {
		max-width: 100%;
	}
	.wolfram-solutions-industry span {
		/* max-width: 300px; */
	}
	.wolfram-leaders img+div {
		max-width: 250px;
		/* width: 100%; */
	}
	.flag-wrapper {
		max-width: 70px;
	}
	.title-wrapper {
		max-width: 400px;
	}
	.carousel.hide.show__900 .next:hover {
		color: #f77700;
	}
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {

	/* grid for 600	*/
	main .grid.cols-2,
	main section.info .grid.cols-2,
	main .grid.cols-3 { grid-template-columns: 1fr; }
	.wolfram-products .grid.cols-3 { gap: 2.5rem 1rem; }

	/* overwriting global-marketing	*/
	.inner { padding: 50px 30px; }

	/* */
	.wolfram-products .wolfram-cloud p {
		margin-bottom: 1.5rem;
	}
	.wolfram-products .wolfram-cloud p.description {
		max-width: 100%;
	}
	.wolfram-products h3 {
		max-width: 100%;
		margin-bottom: 1rem;
	}
	.mobile-view span {
		color: #737373;
		font-size: 1rem;
		line-height: 1.4;
	}
	.contributors a div {
		margin-bottom: 4rem;
		max-width: 24rem;
	}
	.wolfram-cloud a div {
		display: inline-block;
		margin-bottom: 0;
	}
	.wolfram-solutions-industry a:not(.red-link a) div {
		max-width: 100%;
	}
	.wolfram-products p:not(.orange) {
		min-width: unset;
	}
	.wolfram-products h3,
	.wolfram-products p:not(.orange) {
		max-width: unset;
	}
	.wolfram-products a div {
		width: 70%;
	}
	.wolfram-cloud a div {
		width: 80%;
	}
	.wolfram-cloud {
		margin: 1.1875rem 0 0.5625rem;
		padding: 0.875rem 1.125rem;
	}
	.wolfram-leaders img+div {
		max-width: unset;
		width: 100%;
	}

}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
	.wolfram-cloud a div {
		width: 75%;
	}
}
/* printer styles
   ========================================================================== */

@media print {}