/*------------------------ Configurações Gerais------------------------*/
@charset "UTF-8";

body {
  font-family: "Roboto", sans-serif;
}

.row {
  margin: 0;
}

.container {
  padding: 70px 0px;
}

p,
li {
  color: #444;
  font-size: 17px;
}

/*------------------------Barra de navegação ------------------------*/

header,
.navbar {
  /*background-color: #0e0466;*/
  background-image: linear-gradient(to right, rgb(1, 3, 99) , rgb(3, 3, 0))
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
  width: 160px;
}


#logo {
  width: 160px;
  height: 100px;
  margin-left: 40px;
}

.navbar-brand {
  padding: 0;
  color: #3ec1d5;
}

.fa-bars {
  color: white;
  font-size: 40px;
  outline-color: white;
}

.navbar-brand:hover {
  color: #fff;
}

#navbar-links a {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 1.5rem;
}

.nav-item.active {
  border: 3px solid #fff;
}



/*------------------------ Slider------------------------*/
/* primeiro elemento que adicionei para testar */
#myCarousel {
  max-width: 1200px;
  margin: 0 auto;
}


#myCarousel .carousel-inner {
  background: #111;
}

#myCarousel .carousel-indicators {
  bottom: -13px !important;
}

#myCarousel .carousel-item {
  padding-bottom: 25px;
}

video {
  width: 100%;
}

#myCarousel .carousel-caption {
  top: 30%;
}

#myCarousel .carousel-caption h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

#myCarousel .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 30px;
  font-weight: 300;
  margin-bottom: 100px;
  color: #fff;
}

/* fim teste */

.container-fluid {
  padding: 0;
}

#main-slide .carousel-inner,
#main-slide .carousel-item {
  height: 90vh;
}

#main-slide .carousel-caption {
  top: 30%;
}

#main-slide .carousel-caption h2 {
  font-size: 2.8em;
  margin-bottom: 30px;
}

#main-slide .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 30px;
  font-weight: 300;
  margin-bottom: 100px;
  color: #fff;
  z-index: 1;
}
/*
#main-slide .carrousel-inner,
#main-slide .carousel-item::after {
  content:'';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 22) , transparent);
  position: absolute;
  top: 0;
  left: 0;
}
*/

.main-btn {
  background-color: #65daf9;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: 0.5s;
  text-decoration: none;
}

.main-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border-color: #65daf9;
}

.carousel-indicators .active {
  background-color: #65daf9;
}

/*------------------------ Sobre a empresa------------------------ */

#about-area {
  background-color: #f9f9f9;
}

.main-title {
  color: #444;
  margin: 0 0 80px 0;
  font-size: 3em;
  text-align: center;
  border-bottom: 2px solid #3ec1d5;
}

.about-title {
  font-size: 1.1em;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

#about-list {
  list-style: none;
  padding-left: 0;
}

#about-list li {
  line-height: 25px;
}

#about-list i {
  color: #65daf9;
  margin-right: 15px;
}

/* ------------------------Serviços---------------------------*/

.service-box {
  text-align: center;
  margin-bottom: 50px;
}

.service-box i,
.service-box h4 {
  transition: 0.5s;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #444;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-box:hover > i,
.service-box:hover > h4 {
  color: #65daf9;
}

/*-------------------Dados------------------------*/

.circle-box div {
  padding: 0 40px;
}

.progressbar-text {
  font-weight: bold;
  font-size: 32px;
}

#data-area p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}

#data-area {
  background-image: url(../images/myparalax.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 10px 8px #000000;
}

/*.................Nosso Time.....................*/


.card {
  border: 1px solid black;
  border-radius: 25px;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.466);
}

.card > img {
  border-radius: 25px 25px 0 0;
}

.card > video {
  border-radius: 25px 25px 0 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

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

.card-body > h5 {
  font-weight: bold;
}

.card-wapper .video1 {
  border-radius: 25px 25px 0 0;
}

.card:hover .video1 {
  opacity: 1;
}

.card-wapper:not(:hover) .video1 {
  /* estilos quando o mouse não está sobre o elemento */
  display: none;
  animation: play 0.5s forwards;
}

@keyframes play {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------
.card .video1 {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/*------------Trabalhe Conosco------------*/

#apply-area {
  height: 500px;
  margin-bottom: 100px;
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#apply-area,
#apply-area .row {
  height: 100%;
}

#apply-area .apply-box {
  padding: 70px 50px;
  text-align: center;
}

#company-img {
  background-image: url(../images/casas-paralax.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#pattern-img h4,
#pattern-img p {
  color: #fff;
}

#pattern-img h4 {
  margin-top: 4%;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#pattern-img p {
  margin-bottom: 15px;
}

#apply-btn {
  display: block;
  height: auto;
  width: 180px;
  margin: auto;
  margin-top: 40px;
  background-color: transparent;
  border-color: #fff;
}

#apply-btn:hover {
  border-color: #65daf9;
  background-color: #65daf9;
}

/*-----------area de portifólio----------------*/
.project-box {
  margin-bottom: 30px;
}

.img-fluid {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.575);
}

#filter-btn-box {
  margin-bottom: 50px;
  text-align: center;
}

#portfolio-area .filter-btn {
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  text-transform: none;
  margin: 0 20px;
  min-width: 100px;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

#portfolio-area .filter-btn.active,
#portfolio-area .filter-btn:hover {
  color: white;
  background-color: #65daf9;
  border-color: #65daf9;
}

/*----------news letter----------*/

#news-area {
  text-align: center;
  background-color: #f9f9f9;
}

#news-area p {
  font-size: 1.5em;
  margin-bottom: 40px;
}

#email-input {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #65daf9;
  display: inline;
  box-sizing: border-box;
  width: 40%;
  height: 40px;
}

#news-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #65daf9;
  background-color: #65daf9;
  text-transform: uppercase;
  color: white;
  height: 40px;
  padding: 0 30px;
  margin-left: -140px;
  position: absolute;
  transition: 0.5s;
}

#news-btn:hover {
  background-color: white;
  color: #65daf9;
}

/*-------------------call to action---------------*/

#call-area {
  background-color: #65daf9;
  text-transform: uppercase;
}

#call-area .container {
  padding: 40px 100px;
}

#call-area .row {
  display: block;
  text-align: center;
}

#call-area p {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  width: auto;
  letter-spacing: 0.3em;
  margin-bottom: 0;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

#call-area #call-btn {
  background-color: white;
  color: #65daf9;
  font-weight: bold;
  font-size: 1.4em;
  margin-left: 30px;
  width: auto;
  letter-spacing: 0.3em;
}

/*------------Rodapé--------------*/

#contact-area {
  text-align: center;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
}

.contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 4px solid #3ec1d5;
  display: flex;
  align-content: center;
}

.contact-box i {
  color: #ffffff;
  border: 1px solid #444;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 20px;
}

.contact-title {
  font-weight: bold;
  color: #ffffff;
}

#msg-box p {
  text-align: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center !important;

}

#imagem-lateral {
  text-align: center;
  width: 60%;
  align-content: center;
  float: right;
  margin-left: auto;
}

@media (max-width: 768px) {
  #imagem-lateral {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}


/*-------------------copy------------¨*/

#copy-area {
  background-color: #f1f1f1;
}

#copy-area .container {
  padding: 10px 0;
  text-align: center;
}

#copy-area .container p {
  margin-bottom: 0;
}

#copy-area .container a {
  font-weight: bold;
  color: #444;
  transition: 0.5s;
}

#copy-area .container a:hover {
  text-decoration: none;
  color: #3ec1d5;
}

#login-menu {
  background-color: #01032d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

#login-menu:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgb(255, 255, 255);
  color: #030000;
}

#login-menu:active {
  transform: scale(0.95);
  background-image: linear-gradient(to bottom, #058b1b, #83f5ad);
}

/*------------responsive-------------*/

@media (max-width: 768px) {
  /*---------Geral-----------*/

  .container {
    padding: 20px 0;
  }

  /*-------slider---------*/

  #main-slide .carousel-inner,
  #main-slide .carousel-item {
    height: auto;
  }

  #main-slide .carousel-caption h2 {
    font-size: 5rem;
  }

  #main-slide .carousel-caption p {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .carousel-caption {
    left: 10%;
    right: 10%;
  }

  .w-100 {
    height: 80vh;
  }

  /*    about   */
  #about-area img {
    margin-top: 200px;
  }

  /* data */
  .circle-box div {
    padding: 0 10px;
  }

  #data-area p {
    font-size: 16px;
  }

  /*-----team -----*/

  .card-title {
    font-size: 14px;
  }

  .card {
    height: 500px;
    margin-bottom: 30px;
  }

  .card-text {
    font-size: 12px;
  }

  /*apply*/

  #apply-area .apply-box {
    padding: 50px 25px;

  }

  #pattern-img p {
    font-size: 14px;
  }

  /*news*/
  #news-area p {
    width: 80%;
    font-size: 17px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: -40px;
  }

  #email-input {
    width: 70%;
  }

  #call-area .container {
    margin-top: 30px;
    padding: 30px;
  }

  #call-area p, #call-area #call-btn {
    font-size: 16px;
  }

}

@media(max-width: 626px) {

  /* slider */
  #main-lide {
    margin-top: 190px;
  }

  #main-slide .carousel-caption {
    top: 50%;
  }

  #main-slide .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #main-slide .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    font-size: 14px;
  }

  /* about */
  .main-title {
    font-size: 30px;
  }

  #about-area img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #about-area p {
    text-align: justify;
  }

  /* data */
  .circle-box {
    width: 50%;
  }

  #team-area .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  .card {
    height: 550px;
  }

  /* apply */
  #apply-area {
    height: auto;
  }

  #company-img {
    height: 37vh;
  }

  /* filter */
  #portfolio-area .filter-btn {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-box {
    width: 50%;
  }

  /* news */
  #news-area .main-title {
    font-size: 24px;
    color: #fff;
  }

  #news-area p {
    font-size: 16px;
  }

  #email-input {
    width: 80%;
  }

  /*cta*/

  #call-area #call-btn {
    font-size: 14px;
    ;
  }

  #call-area p {
    text-align: center;
    font-size: 1em;
    letter-spacing: 0;
  }

  #call-area #call-btn {
    margin: 0;
    width: 50%;
  }

  /* contact */
  .contact-box {
    border: none;
    margin-bottom: 0;
  }

}
/* Formulario 
form {
  width: 100%;
  max-width: 30rem;
}

#contalabel,
input,
textarea,
button {
  display: block;
}

input,
textarea,
button {
  width: 100%;
  font: inherit;
  padding: 1.25rem;
  font-weight: 700;
}

input,
textarea {
  margin-bottom: 1rem;
  color: white;
  background: #323644;
  border: 0.125rem solid transparent;
  border-radius: 1.125rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border-color: #1d90f5;
  box-shadow: 0 0 0 0.3125rem #26344a;
}

label {
  margin-bottom: 0.5rem;
  color: #84868f;
}

textarea {
  min-height: 12.5rem;
  resize: vertical;
}

button {
  border: none;
  border-radius: 99px;
  color: white;
  background: #1d90f5;
  cursor: pointer;
  transition: 0.3s;
}

button:hover,
button:focus {
  outline: none;
  background: #1c70d3;
}

button:disabled {
  cursor: not-allowed;
  background: #253d76;
}

.success,
.error {
  text-align: center;
}

.success {
  color: rgb(12, 2, 102);
}

.error {
  color: rgb(145, 25, 4);
}
*/

/* efeito reveal */

.efeitotxt-empresa, .efeitoimg-empresa, .efeitotxt2-empresa, .col-12, .service-box1, .service-box2, .service-box3,
.service-box4, .service-box5, .service-box6 {
  visibility: hidden;

}

footer {
  background-color: #01032d;
  color: #fff;
  padding: 30px 0;
}

footer .line-footer1 {
  text-align: center;
}

footer .main-title {
  color: #fdf9f9;
  margin: 0 0 80px 0;
  font-size: 3em;
  text-align: center;
  border-bottom: 2px solid #3ec1d5;
}

footer .box-line-footer img{
  max-width: 20em;
}

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

form {
  max-width: 500px;
  margin: o auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

input,
textarea,
button {
  width: 100%;
  font: inherit;
  padding: 1.25rem;
  font-weight: 700;
  text-align: center;
}

form input, textarea {
  width: 100%;
  background-color: #88a3f532;
  border: 0;
  outline: 0;
  padding: 20px 15px;
  border-radius: 15px;
  color: #f1f1f1;
  font-size: 18px;
  font: inherit;
  padding: 1.25rem;
  font-weight: 700;
}

form textarea {
  padding: 10px;
  height: 200px;
  resize: none;
  max-height: 300px;
  font-size: 15px;
}

label {
  margin-bottom: 0.5rem;
  color: #dde2f7;
  font: bold;
}

form button {
  border: none;
  border-radius: 99px;
  color: white;
  background: #1d90f5;
  cursor: pointer;
  transition: 0.3s;
  width: 120px;
  display: block;
  text-align: center;
}

button:hover,
button:focus {
  outline: none;
  background: #1c70d3;
}

button:disabled {
  cursor: not-allowed;
  background: #253d76;
}

.success,
.error {
  text-align: center;
}

.success {
  font: medium;
  text-align: center;
  margin-top: 10px;
  display: block;
  color: rgb(16, 169, 46);
}

.error {
  font:medium;
  text-align: center;
  margin-top: 10px;
  display: block;
  color: rgb(145, 25, 4);
}

form button[type="submit"] {
  margin: 0 auto;
  display: block;
}
