@charset "utf-8";
/* CSS Document */
body, html {
	width: 92%;
	margin: 0 auto;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
header, section, div {
	box-sizing: border-box;
}
body {
	margin-top: 4%;
	margin-bottom: 4%;
	min-width: 340px;
	max-width: 1200px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
img {
	max-width: 100%;
}
a:link {
	color: rgb(30, 85, 124);
}
a:hover {
	color: rgb(51, 190, 51);
}


/*
 *
 * header
 *
 */

.header {
	box-shadow: 0 4px #7d97ad;
	width: 100%;
	padding-bottom: 0px;
	font-family: Arial, Verdana, "sans-serif";
}
.header__logo {
	width: 5%;
	float: left;
	min-width: 60px;
	margin: 5px 0px 0px 0px;
}
.header__title {
	width: 93%;
	font-weight: 300;
	font-size: 2.5em;
	display: block;
	color: #2d3c49;
	margin: 0px 5px 0px auto;
	text-align: left;
    transition: .5s font-size;
}
.header__subtitle {
	width: 93%;
	font-weight: 500;
	font-size: 1.4em;
	display: block;
	color: #2d3c49;
	text-align: left;
	margin: 0px 4px 5px auto;
    transition: .5s font-size;
}

/*
 *
 * .presentation
 *
 */
#presentation {
	width: 100%;
	position: relative;
	background-image: url(image_principal.png);
	background-size: cover;
	min-height: 360px;
	margin-top: 3%;
	font-weight: 300;
}
#presentation__description {
	box-sizing: border-box;
	background-color: rgba(45, 60, 73, 0.7);
	position: absolute;
	bottom: 0;
	height: 65%;
	width: 100%;
	color: beige;
	padding: 1em;
	font-weight: 400;
	font-size: 1.2em;
    border-radius: 8px;
}
#presentation__description h3 {
	font-weight: 400;
}
#presentation__description p {
	/*font-family: "Bookman", Cambria, Times, "Times New Roman", "serif";*/
    font-size: 18px;
}
/*/*
 *
 * .portfolio
 *
 */

#portfolio {
	display: block;
	width: 100%;
}
#portfolio__title {
	margin: 24px 0 12px 0;
	font-size: 2.0em;
	font-weight: 400;
	color: #7d97ad;
}
#software_portfolio__title {
	margin: 24px 0 12px 0;
	font-size: 2.0em;
	font-weight: 400;
	color: #7d97ad;
}
#work3__title {
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 12px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	color: rgb(30, 85, 124);
}
.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  	border-style: none none dotted none;
 	border-width: 2px;
 	border-color: rgba(45, 60, 73, 0.2);
  	border-radius: 0px;
  	margin-bottom: 24px;
 	padding: 24px 0px 24px 0px;
}
.thumbnail {
	margin-bottom: 4%;
}
.thumbnail__left {
	display: inline-block;
	width: 31%;
	height: auto;
	margin: 0 auto 0 0;
}
.thumbnail__left img {
	display: block;
	margin: 0 auto 0 0;
    border: solid 4px rgba(126, 139, 127, 0.0);
	border-radius: 0px;
}
.thumbnail__center {
	display: inline-block;
	width: 31%;
	margin: 0 auto;
}
.thumbnail__center img {
	display: block;
	margin: 2px auto auto auto;
    border: solid 1px rgba(75, 226, 83, 0.7);
	border-radius: 4px;
}
.thumbnail__right {
	display: inline-block;
	width: 31%;
	margin: 0 0 0 auto;
}
.thumbnail__right img {
	display: block;
	margin: 2px auto auto auto;
    border: solid 1px rgba(75, 226, 83, 0.7);
	border-radius: 4px;
}

.thumbnail__center_right {
	display: inline-block;
	width: 62%;
	margin: 0 auto;
}
.thumbnail__center_right img {
	display: block;
	margin: 2px auto auto auto;
    border: solid 1px rgba(75, 226, 83, 0.7);
	border-radius: 4px;
}

.thumbnail__link h4 {
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 6px;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
	color: rgb(30, 85, 124);
}
.thumbnail__link a {
	display: block;
	margin: 0 auto 6px;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	font-family: Ember,sans-serif;
	padding: 0.25rem;
}
.isbn {
	text-align: center;
}
.instructions_txt p {
	margin-bottom:0in;
	margin-block-start: 0em;
	margin-block-end: 0em;
	line-height:normal;
}

#cpp_free_container {
	background-color: rgba(206, 205, 191, 0.7);
	border-radius: 0px;
}

#cpp_free_text h4 {
	color: rgb(30, 85, 124);
	text-align: center;
}
#cpp_free_text h5 {
	color: rgb(30, 85, 124);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#badge_cpp_free {
  border: 0px;
  border-radius: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  width: auto;
}


#cpp_pro_container {
	background-color: rgba(12, 77, 161, 0.7);
	border-radius: 0px;
}

#cpp_pro_text h4 {
	color:whitesmoke;
	text-align: center;
}
#cpp_pro_text h5 {
	color:whitesmoke;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#badge_cpp_pro {
  border: 0px;
  border-radius: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  width: auto;
}

/* #cpp_pro2 {
  border-style: none none none none;
  margin-bottom: 0px;
} */

#cpp_pro2_container {
	background-color: rgba(1, 38, 94, 0.877);
	border-radius: 0px;
}

#cpp_pro2_text h4 {
	color:whitesmoke;
	text-align: center;
}
#cpp_pro2_text h5 {
	color:whitesmoke;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#badge_cpp_pro2 {
  border: 0px;
  border-radius: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  width: auto;
}

#cpp_antialiased_container {
	background-color: rgba(206, 205, 191, 0.7);
	border-radius: 0px;
}

#cpp_antialiased_text h4 {
	color: rgb(30, 85, 124);
	text-align: center;
}
#cpp_antialiased_text h5 {
	color: rgb(30, 85, 124);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#badge_antialiased_free {
  border: 0px;
  border-radius: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  width: auto;
}

#cpp_pro2_complement {
	padding-top: 0px;
}

#cpp_pro2_complement_text {
	font-size: 0.8rem;
	width: 100%;
}

/* Privacy message */
#privacy_message {
	left: 0px;
	right: 0px;
	padding: 1em;
	position: fixed;
	bottom: 0%;
	background: whitesmoke;
	padding: 24px 48px 24px 48px;
	
}
#privacy_text {
	font-weight: 500;
	font-size: 1.4em;
}
#privacy_button {
	float: right;
}
.button {
	background-color: #31bb36; /* Green */
	border: none;
	color: white;
	padding: 1em 2em;
	text-align: center;
	text-decoration: none;
}
  
#footer {
	/* position: fixed;
	padding: 10px 10px 10px 10px;
	bottom: 0;
	width: 90%; */
	display:block;
    font-size: 0.8rem;
	text-align: justify;
}

#nome__marcas {
    text-align:justify;
    clear: left;
}

#dig__badge {
    float: right;
}

#img_dig_badge {
    float: right;
    width: 75%;
    height: auto;
}

/* #language__link__div {
    display:inline-block;
} */

#cookie-notice-close {
    border-radius: 3px;
}

#copyright {
    clear:left;
}

.language__link {
	float: right;
	font-size: 1.0em;
}

@media screen and (max-width:580px) {
	.header__title {
		font-size: 2.0em;
		transition: 0.5s font-size;
	}
	.header__subtitle {
		font-size: 1.0em;
		transition: 0.5s font-size;
	}
	#presentation__description {
		height: 100%;
		transition: 0.5s height;
	}
	#presentation__description h3 {
		font-size: 26px;
		transition: 0.5s font-size;
	}
	#presentation__description p {
		font-size: 16px;
		transition: 0.5s font-size;
	}
	#portfolio__title {
		text-align: center;
		font-size: 34px;
		transition: 0.5s font-size;
	}
	.thumbnail {
		display: block;
		width: 100%;
		margin: 0 0 24px 0;
	}
	.thumbnail img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.thumbnail h4 {
		display: block;
		width: 100%;
		margin: 12px auto 0;
		font-size: 28px;
	}
    #nome__marcas {
        text-align:left;
    }

}

@media screen and (min-width:581px) and (max-width:750px) {
	#presentation__description {
		height: 80%;
		transition: 0.5s height;
	}
	#presentation__description h3 {
		font-size: 26px;
	    transition: 0.5s font-size;
	}
	#presentation__description p {
		font-size: 16px;
	    transition: 0.5s font-size;
	}
	#portfolio__title {
		text-align: center;
		font-size: 34px;
	    transition: 0.5s font-size;
	}
	.thumbnail {
		display: block;
		width: 100%;
		margin: 0 0% 36px 0;
	}
	.thumbnail img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.thumbnail h4 {
		display: block;
		width: 100%;
		margin: 12px auto 0;
		font-size: 28px;
	}
}


@media screen and (min-width: 751px) and (max-width:1000px) {
	h5 {
		font-size: 0.8em;
	}
	#presentation__description {
		height: 60%;
		transition: 0.5s height;
	}
	#presentation__description h3 {
		font-size: 26px;
	    transition: 0.5s font-size;
	}
	#presentation__description p {
		font-size: 16px;
	    transition: 0.5s font-size;
	}
	/*
	#presentation__description {
		height: 70%;
	}
	*/
	#portfolio__title {
		font-size: 34px;
		transition: .5s font-size;
	}
	/*
	.thumbnail {
		display: block;
		width: 100%;
		margin: 0 0% 8% 0;
		min-height: 180px;
	}
	.thumbnail img {
		display: inline-block;
		width: 50%;
		margin: 0 auto 12px;
	}
	.thumbnail__link {
		display: inline-block;
		position: relative;
		align-content: center;
		width: 40%;
		margin-top: 32px;
		margin-left: 24px;
	}
	*/
	.thumbnail h4 {
		font-size: 20px;
		transition: .5s font-size;
	}
	.thumbnail a {
		font-size: 16px;
		transition: .5s font-size;
	}

	#work3__title {
		margin-top: 0px;
	}

	#cpp_free_text h5 {
		font-size: 1.0em;
		transition: .5s font-size;
	}
	#cpp_pro_text h5 {
		font-size: 1.0em;
		transition: .5s font-size;
	}
	#cpp_pro2_text h5 {
		font-size: 1.0em;
		transition: .5s font-size;
	}
	
}

