@charset "utf-8";
/* CSS Document */

@font-face {
   font-family: Montserrat;
   src: url("Montserrat-Regular.ttf");
  }
  *{
    font-family: Montserrat !important;
  }
@media screen and (min-width: 668px){  
  body {

    background: url(../hall.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #4B4B4B;
      background-position-y: 40%;
      background-position-x: center;
  }
}
@media screen and (max-width: 679px){  
  body {

    background: url(../hall_mobile.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #4B4B4B;
  }
}
	input[type=text],input[type=email],select{
		width: 100%;
		max-width: 100%;
	}
  .container{
    height: 60vh;
    margin-top: 10%;
/*    padding-top: 15%;*/
  }
  .botonera{
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 11px;
    max-height: 80vh;
  }
  iframe{
    width: 100%;
    max-height: 100%;
    height: 240px;
    border: 0;
  }
  .btn-danger, .btn-warning{
    background: #3f6ea6;
  }
  .btn-danger:hover, .btn-warning:hover{
    background: #2a4b73;
    border-color: #05407a;
  }
  .btn-info{
    background: #05407a;
  }
  .btn-info:hover{
    background: #03274a;
  }
  .volver{
    background: #d9534f;
  }
  #main{
    top: 20%;
    background: transparent;
    box-shadow: none;    
  }
  .botonardo{
    background: #3f6ea6;
    border: 0;
    padding: 15px;
    box-shadow: 2px 2px 11px black;
    width: 100%;
    max-width: 210px;
    font-size: 150%;
    color: white;
    border-radius: 0;
    margin-bottom: 20px;
    outline: none;
  }
  .botonardo p{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 90%;
    text-align: center;
    margin: auto;
  }