/*
 * Globals
 */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  
}

.cover-container {
  /*max-width: 42em;*/
  width: 100%;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/* CSS ADICIONAL */

#myVideo{
  height: 100%;
  background-color: #3e3e3d;
}

#m-error{
  color: red;
  margin-top: 10px;
}

.btn-enviar{
  background-color: #3e3e3d;
  color: #ffffff;
  border-radius: 25px;
  padding: 15px 20px;
  margin-top: 25px;
  border-color: #3e3e3d;
}

.btn-enviar:hover, .btn-enviar:active, .btn-enviar:focus{
  background-color: #3e3e3d;
  color: #ffffff;
  border-color: #3e3e3d;
}

.text-title{
  color: #3e3e3d;
  text-transform: uppercase;
}

.text-black{
  color: #3e3e3d;
}

.input-cod{
  width: 50%;
}

.logo-sol{
  margin-bottom: 20px;
}

.pcontenedor{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pvideo{
  display: block;
}

.dnone{
  display: none;
}

@media (min-width: 1281px) {
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  #myVideo{
    width: 100%;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .input-cod{
    width: 50%;
  }

  #myVideo{
    width: 100%;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .input-cod{
    width: 40%;
  }

  #myVideo{
    height: 100%;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {
  
  .input-cod{
    width: 100%;
  }

  #myVideo{
    width: 100%;
  }

 
}