/* config.css*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');
*,
*:after,
*:before {
  box-sizing: border-box;
}
* { margin: 0px; padding: 0px; }
body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}
@-webkit-keyframes fadeIntro { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIntro { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIntro { from { opacity:0; } to { opacity:1; } }
.hoverImagen:hover{opacity: 1;}
.imgTransparente{opacity: 0.8;}
.invisible{opacity: 0; display: inline-block; margin: 0 0.5rem;}
.oculto{display: none!important}
.w25{width: 25px}
.w20{width: 20px}
.imgMiddle{vertical-align: middle}
.mano{cursor: pointer}
#slide_wrapp {
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
	background: #fff;
  position: fixed;
  z-index: 0;
}
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s linear, transform 14.5s linear;
  position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#slide_wrapp img{width: 100vw}
@media (max-width: 720px) {
  #slide_wrapp img{height: 100vh; width: auto;}
}
.container-register{
  position: absolute;
  margin: 0;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.promocion_container{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 65px;
	background: #121F3D;
	color: #fff;
	text-align: center;
	font-size: 16px;
	z-index: 3;
}
.btn-promo{
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  color: #fff !important;
	background: #FF5500;
  cursor: pointer;
  font-size: 16px;
}
.btn-promo:hover{
  background-color: #ff6e25;
}
.logosesion{
  height: 80px;
}
.button-registrar{
	padding: 10px 60px;
	color: #fff !important;
  cursor: pointer;
	font-weight: 600;
  font-size: 16px;
	background: var(--main-a-color);
}
.button-whatsapp{
	position: fixed;
  right: 20px;
  bottom: 10px;
	cursor: pointer;
	z-index: 999;
}
.button-aceptar{
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 40px;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
}
.button-aceptar:hover{
  color: #fff;
  opacity: 0.9;
}
select {
  border: 1px solid #aaa;
  border-radius: 2px;
  color: #444444;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.seleccionar {
  width: 100%;
  padding: 10px;
  background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1.0em + 2px),
    calc(100% - 15px) calc(1.0em + 2px),
    calc(100% - 10em) 1.0em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  font-size: 16px;
}
select.seleccionar:focus {
  background-image:
    linear-gradient(45deg, #008FD5 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #008FD5 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1.0em,
    calc(100% - 20px) 1.0em,
    calc(100% - 10em) 1.0em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #008FD5;
  outline: 0;
}
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000;}
.terminos{
	color: blue;
  border-bottom: 1px solid rgba(0,0,0,0);
}
.terminos:hover{
  border-bottom: 1px solid #fff;
}
.check-terminos{
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#fondoModal {
  background: #000000;
  display: none;
  position: fixed;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  opacity:.80;
  z-index:100;
  overflow:hidden;
}
#contenidoModal {
  display: none;
  position: fixed;
  padding: 0px;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  z-index: 101;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  margin-left: auto;
  margin-right: auto;
  top: calc(-50vw + 50%);
  bottom: calc(-50vw + 50%);
  margin-top: auto;
  margin-bottom: auto;
}
#cerrarModal {
  color: #ffF;
  position: absolute;
  top: -25px;
  right: 0;
  text-align: right;
  font-size: 14px;
  font-family: Tahoma;
  background: #444;
  padding: 2px 7px;
  border: 0;
  display: block;
  cursor: pointer;
  z-index: 102;
}
#cerrarModal:hover{background: #E63642;}
.pdf-terminos{
  width: 100%;
  height: calc(100% - 40px);
}
.btn-terminos{
  width: 100%;
  height: 40px;
  text-align: right;
  padding-top: 4px;
}

.hide {
  display: none;
}

.wrapper {
	font-family: 'Montserrat', sans-serif;
  background: rgba(18,31,61,1);
	background: -webkit-linear-gradient(to right, rgba(43, 46, 54,0.4), rgba(43, 46, 54,0.7));
	background: linear-gradient(to right, rgba(43, 46, 54,0.4), rgba(43, 46, 54, 0.7));
  /*
  background: var(--main-a-color);
	background: -webkit-linear-gradient(to right, rgba(42,194,210,0.5), rgba(0,177,97,0.8));
	background: linear-gradient(to right, rgba(42,194,210,0.5), rgba(0,177,97,0.8));
  */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
  position: relative;
  width: 850px;
  height: 350px;
  margin: 0 auto;
  margin-top: calc(25% - 180px);
  border-radius: 4px;
}

.left,
.right {
  width: 50%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.back-header,
.back-p {
  margin: 30px 40px;
  color: #fff;
  text-align: center;
}

.back-header {
	padding-top: 15px;
  font-size: 24px;
  font-weight: bold;
}

.back-p {
  font-size: 16px;
  line-height: 20px;
  margin-right: 60px;
}

.background .left button {
  left: 20px;
}

.form-container {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -25px;
  left: 15px;
}

.back-btn {
  width: 240px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  border-radius: 3px;
  background: transparent;
  border: 1px solid white;
  color: #fafafa;
  transition: 0.3s all;
}

.back-btn:hover {
  background-color: #D91361;
  border: 1px solid #D91361;
  cursor: pointer;
}

/* helpers/grid1.css */
.grid1 {
  position: absolute;
  width: 400px;
	/*background: rgba(30, 37, 45, 0.6);*/
	background: white;
	padding: 40px 50px;
  border-radius: 2px;
  left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
  z-index: 9;
}
@media (max-width: 1120px) {
  .wrapper{
    margin-top: 100px;
  }
}
@media (max-width: 880px) {
  .wrapper{
    margin-top: 70px;
    width: 100%;
  }
}
@media (max-width: 770px) {
  /*.grid1 {
    width: 80%;
  }*/
  .wrapper{
    position: absolute;
    height: 500px;
    top: 300px;
  }
  .background{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
  }
  .right{
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .form-container{
    left: 50%;
    transform: translate(-50%, -50%);
    top: -100px;
  }
  .login-sync{
    width: 80%;
  }
}
@media (max-width: 600px) {
  .grid1 {
    width: 95%;
    padding: 30px 30px;
  }
  .login-sync{
    width: 95%;
  }
}
/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: #eee;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

/* modules/form.css */

input {
  background-image: none;
  border: 0;
  color: #34495E;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type='button'] {
  cursor: pointer;
}

.form {
  margin: -14px;
  margin: -0.875rem;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='button'] {
  width: 100%;
}

.form-register {
  margin: 20px;
}

.form-register input[type='password'],
.form-register input[type='text'],
.form-register input[type='button'] {
  width: 100%;
}


.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__field h4{
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
	text-align: center;
	width: 100%;
  padding-top: 20px;
  margin: 0;
  height: 60px;
}

.form__register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	color: #444;
}
.form__register h4{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	width: 100%;
  margin: 0;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login {
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
}

.login label{
  padding: 13px;
}
.login input[type='text'],
.login input[type='password']{
  border-radius: 0.25rem;
  padding-left: 15px;
}

.login label {
  background-color: var(--main-a-color);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.login input[type='password'],
.login input[type='text'] {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid var(--main-a-color);
  height: 50px;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  border: 1px solid #2AC2D2;
}

.login input[type='button'] {
  padding: 10px;
  background-color: var(--main-a-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.login input[type='button']:focus,
.login input[type='button']:hover {
  background-color: var(--main-b-color);
}

/* modules/text.css */

.text--center {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: center;
}
.text--center img{
	width: 90px;
}
.text--right {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: #fff;
}
.m20{margin: 20px 0;}
.m10{margin: 10px 0;}
