/*
 * Author 	: GABRIEL BERESTINAS
 * Email 		: gabriel@mixtecpro.com.br 
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/*
 * Basic CSS starts 
 */

body {
  color: #474747;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
}

a {
  color: #898989;
  text-decoration: none;
}

a:hover {
  color: #676767;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

/*hr{

}*/

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.pad {
  padding: 60px 0;
}

.elementor-section {
  position: relative;
}

/* 
 * Basic CSS ends 
 */

.twoColumns {
  content: "";
  display: table;
  clear: both;
}

.dualColumn_66 {
  float: left;
  padding: 10px;
  height: auto;
  width: 66%;
}

.date_autor_blog {
  margin-right: auto;
  margin-left: auto;
}

.dualColumn_33 {
  float: left;
  height: auto;
  width: 33%;
  text-align: center;
  position: relative;
  bottom: 50px;
}

.dualColumn_50L {
  float: left;
  height: auto;
  width: 50%;
}

.dualColumn_50R {
  float: left;
  height: auto;
  width: 50%;
  text-align: center;
  position: relative;
  bottom: 1px;
}

.dualColumn_33_conical {
  float: left;
  height: auto;
  width: 33%;
  text-align: center;
  position: relative;
  bottom: 1px;
}

header .navbar-default {
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}
header .navbar-brand {
  display: inline-block;
  margin-right: 60px;
}
header .navbar-brand img {
  max-width: 190px;
  position: relative;
  top: -20px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
header .navbar-default .navbar-nav > li > a {
  border-left: 1px solid #d3d3d3;
}
header .navbar-default .navbar-nav li:last-child a {
  border-right: 1px solid #d3d3d3;
}

header .navbar-form .form-control {
  box-shadow: none !important;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

/*
 * main area
 */

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff url("../img/back_001.png") center center no-repeat fixed; /*back_001*/
}

.main-content_proj {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/Projetos.png") center no-repeat fixed;
}

.main-content_scale {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/scaleUp_008.png") center no-repeat fixed;
}

.main-content_cfd {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/cfd.png") center no-repeat fixed;
}

.main-content_fea {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/FEA_capa.png") center no-repeat fixed;
}

.main-content_treinamento {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/treinamento_1.png") center no-repeat fixed;
}

.main-content_dem {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/DEM.png") center no-repeat fixed;
}

.main-content_trab {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/trabalhos.jpg") center no-repeat fixed;
}

.main-content_calc {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/bookshelf.jpg") center no-repeat fixed;
}

.main-content_blog_1 {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background: #fff url("../img/blog_2.jpg") center no-repeat fixed;
}

.main-content.bottom-0 {
  padding-bottom: 0;
}
/*
 * banner
 */

.banner {
  padding-top: 60px;
  padding-bottom: 180px;
  text-align: center;
}

.banner_page {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.banner_page h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.banner h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.banner_page h2 span {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 12px;
  font-size: 38px;
  font-weight: 600;
  color: #474747;
}

.banner h2 span {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 12px;
  font-size: 38px;
  font-weight: 600;
  background: #0692d7;
  color: #fff;
}

.banner p {
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.banner_page p {
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

/* 
 * hero
 */

.hero {
  background: #fff;
  text-align: center;
}

.hero .hero-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .hero-content p {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-style: italic;
  color: #ec971f;
  font-size: 14px;
}

.hero .hero-content .btn {
  margin-top: 20px;
  padding: 7px 25px;
  border-radius: 30px;
  font-weight: 600;
}

/*
 * default heading
 */

.default-heading {
  margin-bottom: 30px;
  text-align: center;
}
.default-heading h2 {
  display: inline-block;
  margin-top: 0;
  padding: 0 20px;
  padding-bottom: 10px;
  font-size: 35px;
  border-bottom: 2px solid #ddd;
}

/*
 * benefits
 */

.benefits {
  padding-top: 0px;
  background: #fff;
}

.benefits .benefits-item {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.benefits .benefits-item i {
  display: block;
  width: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  color: #ec971f;
}

.benefits .benefits-item h3 {
  margin-bottom: 20px;
}

/*
 * cta
 */

.cta {
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
}

.cta h3 {
  margin-top: 0;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-size: 20px;
  line-height: 25px;
}

.cta h3 span {
  background: #ec971f;
  padding: 0 5px;
  color: #fff;
}

.cta .cta-content p {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-style: italic;
  color: #ec971f;
}

/*
 * testimonial
 */

.testimonial .carousel-inner .item {
  text-align: center;
}
.testimonial .carousel-inner .item h3 {
  margin-top: 0;
  font-size: 23px;
  margin-bottom: 10px;
}

.testimonial .carousel-inner .item p {
  max-width: 920px;
  margin: 0 auto;
  letter-spacing: 0.01em;
  font-size: 15px;
  font-style: italic;
  line-height: 27px;
}

.carousel-control.left,
.carousel-control.right {
  top: 50%;
  width: 5%;
  margin-top: -10px;
  background: transparent;
  text-shadow: none;
  opacity: 1;
}

/*
 * blog
 */

.blog {
  padding-bottom: 80px;
  background: #fff;
}
.blog .entry {
  max-width: 580px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.blog .entry .entry-pic {
  max-width: 220px;
  padding: 1px;
  border: 1px solid #ec971f;
  border-radius: 5px;
  float: left;
}
.blog .entry .entry-pic img {
  border-radius: 4px;
}
.blog .entry .entry-post {
  margin-left: 240px;
}
.blog .entry .entry-post .meta {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-style: italic;
  color: #ec971f;
}

.blog .entry .entry-post h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}
.blog .entry .entry-post p {
  line-height: 22px;
}

.blog .blog-btn {
  margin-top: 80px;
  text-align: center;
}
.blog .blog-btn .btn {
  padding: 8px 25px;
  font-size: 18px;
  border-radius: 30px;
}

/*
 * login & registration page content
 */

.main-content .login-area,
.main-content .register-area {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.main-content .login-area h3,
.main-content .register-area h3 {
  margin-top: 0;
  padding-top: 30px;
  font-size: 22px;
}

.main-content .login-area form,
.main-content .register-area form {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.main-content .login-area form .form-control,
.main-content .register-area form .form-control {
  box-shadow: none !important;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.main-content .login-area form .btn {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.main-content .register-area form .btn {
  margin-top: 5px;
}

/*
 * footer
 */

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #353535;
}

footer p {
  color: #bbb;
  font-size: 13px;
  line-height: 24px;
}

/*
 * Responsive CSS 
 */

/*
 * Mobile phones 
 */
@media (max-width: 480px) {
  .blog .entry .entry-pic {
    float: none;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .blog .entry .entry-post {
    margin-left: 0;
  }
}

/*
 * Tablets 
 */
@media (max-width: 767px) {
  header .navbar-form {
    display: block !important;
  }
}

/*
 * Desktop 
 */
@media (max-width: 991px) {
  header .navbar-form {
    display: none;
  }
}

.dualColumn_L {
  float: left;
  height: auto;
  width: 66%;
  position: relative;
}

.dualColumn_S {
  float: left;
  height: auto;
  width: 33%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.mySlides {
  display: none;
}

.mySlides_2 {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container_2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot_2 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active,
	.dot:hover {
		background-color: #717171;
	}*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.pad_p {
  padding: 60px 0px 10px 0px;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
}

.frame {
  display: flex;
  width: 40vw;
  height: 100vh;
}
.frame > * {
  flex: 1 1 50%;
}
#editor {
  font-family: monospace;
  padding: 0.5em;
  background: #444;
  color: white;
}
canvas {
  width: 100%;
  height: 100%;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.container_form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
