html,
body,
header,
.view {
  height: 100%;
}

@media (max-width: 740px) {

  html,
  body,
  header,
  .view {
    height: 1000px;
  }
  .banner-portada2{
    height:50% !important;
    /*background-size: contain !important;*/
  }
}

@media (min-width: 800px) and (max-width: 850px) {

  html,
  body,
  header,
  .view {
    height: 650px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1C2331 !important;
  }
}

.hvr-grow {
  color: #111;
  font-weight: bold;
}

@media (max-width: 940px) {
  .submenuview {
    display: none;
  }
}

/*FORMULARIO REGISTRO Y LOGIN*/
.register-section .register-box {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 45px 40px 35px;
  background: #f9f8f8;
}

.sec-title .title {
  font-size: 35px;
}

.register-section .register-box .styled-form {
  max-width: 600px;
  margin: 0 auto;
}

.styled-form .form-group input {
  position: relative;
  height: 50px;
  padding: 6px 30px;
  width: 100%;
  color: #222;
  font-size: 16px;
  border-radius: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px #eee;
}



/*CONTACTOS*/
.contact-page-section .contact-comment-box .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f1f1f1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #767676;
  background: #fff;
  padding: 10px 18px;
}

.contact-page-section .rs-contact-box .address-item .address-text .label {
  display: block;
  color: #101010;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

.opt-menu-boton-active{
  background-color: #becdff;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
.opt-menu-boton{
  background-color: #eef1fc;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}


.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.gnx-button-menu-izquierda{
  display:block;
  
  padding-left:5px;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom: 1px solid #494786;
  color:#ffffff;
}
.gnx-button-menu-izquierda:hover{
  background-color: #494786;
  color:#ffffff;
}

.banner-portada2{
  width:100%;
  height:75%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y:90px;
  background-position-x:center;
  background-attachment: fixed;
}

.banner-portada2-texto{
  color:#112958;
  text-shadow: 1px 1px 2px #ffffff;
  text-align:center;
  font-weight:bold;
  font-size:30px;
  background-color: rgba(255, 255, 255, 0.605);
  border-radius:20px;
  display:inline-block;
  padding:5px 5px;
}
