/* fallback */
@font-face {
  font-family: 'Circular Std';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/circular/CircularStd-Book.woff2') format('woff2');
}

@font-face {
  font-family: 'Circular Book';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/circular/CircularStd-Book.woff2') format('woff2');
}

@font-face {
  font-family: 'Circular Medium';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/circular/CircularStd-Medium.woff2') format('woff2');
}

.circularstd {
  font-family: 'Circular Std';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.circularBook {
  font-family: 'Circular Book';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.circularMedium {
  font-family: 'Circular Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  font-family: 'Circular Std';
}

body {
  background: #0c1019;
  background: radial-gradient(ellipse at center, #707686 0%, #0b0b0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1019', endColorstr='#0b0b0e', GradientType=1);
  font-family: 'Circular Std';
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  background-image: url(../../img/b_1024.png);
  background-size: cover;
}

body .container_inner {
  width: 300px;
  margin: 0 auto;
  width: 100% !important;
}

body .container_inner__login {
  height: 100vh;
  -webkit-perspective: 800px;
  perspective: 800px;
}

body .container_inner__login .tip {
  color: #81AECE;
  opacity: 0;
  transition: all .4s;
  font-size: 10px;
  position: relative;
  font-weight: 100;
  height: 0px;
  overflow: hidden;
  top: -27px;
  line-height: 24px;
}

body .container_inner__login .tick {
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  transition: all 0.35s cubic-bezier(0.65, 1.88, 0.51, 0.69);
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
}

body .container_inner__login .tick img {
  width: 50px;
}

body .container_inner__login .hide {
  opacity: 0 !important;
}

body .container_inner__login .bulge {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  top: 50px !important;
  transition: all .4s;
  -webkit-animation: bulge 1s .25s forwards !important;
  animation: bulge 1s .25s forwards !important;
}

body .container_inner__login .login_check {
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  color: white;
  color: #BFBFCE;
  position: absolute;
  display: none;
  left: -26px;
  top: 160px;
  height: 280px;
  width: 278px;
  margin: auto;
  right: 0;
}

body .container_inner__login .login_check img {
  opacity: 0.9;
  width: 180px;
  margin-bottom: 30px;
}

body .container_inner__login .login_check span {
  color: #FF133D;
  line-height: 20px;
}

body .container_inner__login .login {
  position: absolute;
  left: 0;
  top: 50%;
  transition: all .2s;
  width: 220px;
  -webkit-transform-origin: 110px -30px;
  transform-origin: 110px -30px;
  margin: auto;
  -webkit-transform: scale(1) translateY(-50%) rotatex(360deg) rotatey(360deg);
  transform: scale(1) translateY(-50%) rotatex(360deg) rotatey(360deg);
  right: 0;
  width: 360px;
}

body .container_inner__login .login .center {
  top: 100px !important;
}

body .container_inner__login .login_profile {
  border-radius: 100px;
  height: 80px;
  /* width: 60px; */
  /* background: white; */
  margin-bottom: 40px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: logo_in 1s .9s forwards;
  animation: logo_in 1s .9s forwards;
}

body .container_inner__login .login_profile img {
  position: relative;
  top: 18px;
}

body .container_inner__login .login_profile .logo {
  z-index: 2;
  width: 400px !important;
  margin-left: -20px;
}

body .container_inner__login .login_profile .pulse {
  width: 160px;
  position: relative;
  top: -85px;
  display: none;
  left: -42px;
  z-index: 1;
}

body .container_inner__login .login_desc {
  color: #BFBFCE;
  font-size: 10px;
  margin-top: -5px;
  -webkit-animation: pop .5s 1.3s forwards;
  animation: pop .5s 1.3s forwards;
  position: relative;
  opacity: 0;
}

body .container_inner__login .login_desc h3 {
  height: 30px;
  width: 100%;
  opacity: 0.6;
  color: #FFFFFF;
  font-family: "Circular Std";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1.34px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-top: 60px;
}

body .container_inner__login .login_desc span {
  color: #FF133D;
  font-weight: 600;
}

body .container_inner__login .login_inputs {
  margin-top: 40px;
}

body .container_inner__login .login_inputs form {
  margin: 0;
  padding: 0;
}

body .container_inner__login .login_inputs form label {
  -webkit-animation: pop .5s 1.6s forwards;
  animation: pop .5s 1.6s forwards;
    opacity: 0;
}
body .container_inner__login .login_inputs form input[type="password"], body .container_inner__login .login_inputs form input[type="text"], body .container_inner__login .login_inputs form input[type="email"] {
  width: 100%;
  padding: 10px;
  color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 10px;
  text-align: center;
  -webkit-animation: pop .5s 1.6s forwards;
  animation: pop .5s 1.6s forwards;
  position: relative;
  opacity: 0;
  font-size: 16px;
  outline: none;
  font-weight: 300;
  letter-spacing: -0.89px;
  height: 56px;
  text-align: center !important;
  border: .5px solid #CFD8DC;
}

.ipcuenta {
  padding: 10px 10px 10px 20px !important;
  text-align: left !important;
}

.ipassword {
  padding: 10px 10px 10px 20px !important;
  border-radius: 0 0 10px 10px !important;
  text-align: left !important;
}

.verified {
  border-radius: 10px 10px 0 0 !important;
}

.form-label {
  display: block;
  position: absolute;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
  z-index: 1;
}

body .container_inner__login .login_inputs form input[type="button"] {
  margin-top: 30px;
  cursor: pointer;
  border: 0px solid rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  padding: 10px 10px;
  -webkit-animation: pop .5s 1.9s forwards;
  animation: pop .5s 1.9s forwards;
  position: relative;
  opacity: 0;
  position: relative;
  font-weight: 100;
  color: white;
  font-family: montserrat;
  background: rgba(0, 0, 0, 0.5);
  /* box-shadow: 0px 2px #69091A, 0px 0px 3px rgba(2, 2, 2, 0.17), 0px 0px rgba(255, 255, 255, 0.13) inset; */
  font-size: 11px;
  transition: all .24s;
  height: 40px;
  width: 115px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  float: right;
  font-family: 'Circular Std';
  font-size: 14px;
}

body .container_inner__login .login_inputs a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  -webkit-animation: pop .5s 2.2s forwards;
  animation: pop .5s 2.2s forwards;
  position: relative;
  opacity: 0;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  transition: all .24s;
}

body .container_inner__login .login_inputs a:hover {
  color: #6b79de;
}

@-webkit-keyframes brightflash {
  0% {
    background: #141416;
  }

  50% {
    background: white;
  }

  100% {
    background: #141416;
  }
}

@keyframes brightflash {
  0% {
    background: #141416;
  }

  50% {
    background: white;
  }

  100% {
    background: #141416;
  }
}

@-webkit-keyframes bulge {
  0% {
    width: 60px;
  }

  20% {
    width: 110px;
  }

  40% {
    width: 67px;
  }

  60% {
    width: 84px;
  }

  80% {
    width: 78px;
  }

  100% {
    width: 80px;
  }
}

@keyframes bulge {
  0% {
    width: 60px;
  }

  20% {
    width: 110px;
  }

  40% {
    width: 67px;
  }

  60% {
    width: 84px;
  }

  80% {
    width: 78px;
  }

  100% {
    width: 80px;
  }
}

@-webkit-keyframes logo_in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  60% {
    -webkit-transform: scale(1.012);
    transform: scale(1.012);
  }

  80% {
    -webkit-transform: scale(0.995);
    transform: scale(0.995);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes logo_in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  60% {
    -webkit-transform: scale(1.012);
    transform: scale(1.012);
  }

  80% {
    -webkit-transform: scale(0.995);
    transform: scale(0.995);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    top: 4px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    top: 4px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

/*

*/
.column {
  color: white;
  opacity: 0.1;
  float: left;
  position: relative;
}

.column:nth-of-type(1) {
  top: -9px;
}

.column:nth-of-type(2) {
  top: -134px;
}

.column:nth-of-type(3) {
  top: -55px;
}

.column:nth-of-type(4) {
  top: -53px;
}

.column:nth-of-type(5) {
  top: -258px;
}

.column:nth-of-type(6) {
  top: -76px;
}

.column:nth-of-type(7) {
  top: -11px;
}

.column:nth-of-type(8) {
  top: -77px;
}

.column:nth-of-type(9) {
  top: -59px;
}

.column:nth-of-type(10) {
  top: -32px;
}

.column:nth-of-type(11) {
  top: -160px;
}

.column:nth-of-type(12) {
  top: -159px;
}

.column:nth-of-type(13) {
  top: -26px;
}

.column:nth-of-type(14) {
  top: -84px;
}

.column:nth-of-type(15) {
  top: -168px;
}

.column:nth-of-type(16) {
  top: -164px;
}

.column:nth-of-type(17) {
  top: -114px;
}

.column:nth-of-type(18) {
  top: -77px;
}

.column:nth-of-type(19) {
  top: -158px;
}

.column:nth-of-type(20) {
  top: -134px;
}

.column:nth-of-type(21) {
  top: -52px;
}

.column:nth-of-type(22) {
  top: -175px;
}

.column:nth-of-type(23) {
  top: -6px;
}

.column:nth-of-type(24) {
  top: -238px;
}

.column:nth-of-type(25) {
  top: -233px;
}

.column:nth-of-type(26) {
  top: -200px;
}

.column:nth-of-type(27) {
  top: -71px;
}

.column:nth-of-type(28) {
  top: -216px;
}

.column:nth-of-type(29) {
  top: -243px;
}

.column:nth-of-type(30) {
  top: -163px;
}

.column:nth-of-type(31) {
  top: -125px;
}

.column:nth-of-type(32) {
  top: -92px;
}

.column:nth-of-type(33) {
  top: -90px;
}

.column:nth-of-type(34) {
  top: -183px;
}

.column:nth-of-type(35) {
  top: -134px;
}

.column:nth-of-type(36) {
  top: -50px;
}

.column:nth-of-type(37) {
  top: -233px;
}

.column:nth-of-type(38) {
  top: -171px;
}

.column:nth-of-type(39) {
  top: -178px;
}

.column:nth-of-type(40) {
  top: -68px;
}

.column:nth-of-type(41) {
  top: -299px;
}

.column:nth-of-type(42) {
  top: -222px;
}

.column:nth-of-type(43) {
  top: -18px;
}

.column:nth-of-type(44) {
  top: -271px;
}

.column:nth-of-type(45) {
  top: -191px;
}

.column:nth-of-type(46) {
  top: -100px;
}

.column:nth-of-type(47) {
  top: -4px;
}

.column:nth-of-type(48) {
  top: -101px;
}

.column:nth-of-type(49) {
  top: -204px;
}

.column:nth-of-type(50) {
  top: -268px;
}

.column:nth-of-type(51) {
  top: -258px;
}

.column:nth-of-type(52) {
  top: -144px;
}

.column:nth-of-type(53) {
  top: -223px;
}

.column:nth-of-type(54) {
  top: -204px;
}

.column:nth-of-type(55) {
  top: -165px;
}

.column:nth-of-type(56) {
  top: -288px;
}

.column:nth-of-type(57) {
  top: -165px;
}

.column:nth-of-type(58) {
  top: -226px;
}

.column:nth-of-type(59) {
  top: -183px;
}

.column:nth-of-type(60) {
  top: -157px;
}

.column:nth-of-type(61) {
  top: -26px;
}

.column:nth-of-type(62) {
  top: -243px;
}

.column:nth-of-type(63) {
  top: -193px;
}

.column:nth-of-type(64) {
  top: -226px;
}

.column:nth-of-type(65) {
  top: -8px;
}

.column:nth-of-type(66) {
  top: -185px;
}

.column:nth-of-type(67) {
  top: -111px;
}

.column:nth-of-type(68) {
  top: -85px;
}

.column:nth-of-type(69) {
  top: -190px;
}

.column:nth-of-type(70) {
  top: -205px;
}

.column:nth-of-type(71) {
  top: -254px;
}

.column:nth-of-type(72) {
  top: -70px;
}

.column:nth-of-type(73) {
  top: -135px;
}

.column:nth-of-type(74) {
  top: -18px;
}

.column:nth-of-type(75) {
  top: -265px;
}

.column:nth-of-type(76) {
  top: -110px;
}

.column:nth-of-type(77) {
  top: -58px;
}

.column:nth-of-type(78) {
  top: -218px;
}

.column:nth-of-type(79) {
  top: -137px;
}

.column:nth-of-type(80) {
  top: -171px;
}

.column:nth-of-type(81) {
  top: -255px;
}

.column:nth-of-type(82) {
  top: -144px;
}

.column:nth-of-type(83) {
  top: -190px;
}

.column:nth-of-type(84) {
  top: -105px;
}

.column:nth-of-type(85) {
  top: -188px;
}

.column:nth-of-type(86) {
  top: -182px;
}

.column:nth-of-type(87) {
  top: -266px;
}

.column:nth-of-type(88) {
  top: -258px;
}

.column:nth-of-type(89) {
  top: -7px;
}

.column:nth-of-type(90) {
  top: -230px;
}

.column:nth-of-type(91) {
  top: -12px;
}

.column:nth-of-type(92) {
  top: -149px;
}

.column:nth-of-type(93) {
  top: -241px;
}

.column:nth-of-type(94) {
  top: -213px;
}

.column:nth-of-type(95) {
  top: -85px;
}

.column:nth-of-type(96) {
  top: -175px;
}

.column:nth-of-type(97) {
  top: -288px;
}

.column:nth-of-type(98) {
  top: -213px;
}

.column:nth-of-type(99) {
  top: -300px;
}

.column:nth-of-type(100) {
  top: -112px;
}

.column .row {
  height: 10px;
  margin-left: 130px;
  margin-top: 20px;
  font-size: 10px;
  position: relative;
  margin-bottom: -10px;
  opacity: 0;
}

.column .row:nth-of-type(1) {
  -webkit-animation: fade 4s 0.25s infinite;
  -moz-animation: fade 4s 0.25s infinite;
  -o-animation: fade 4s 0.25s infinite;
}

.column .row:nth-of-type(2) {
  -webkit-animation: fade 4s 0.5s infinite;
  -moz-animation: fade 4s 0.5s infinite;
  -o-animation: fade 4s 0.5s infinite;
}

.column .row:nth-of-type(3) {
  -webkit-animation: fade 4s 0.75s infinite;
  -moz-animation: fade 4s 0.75s infinite;
  -o-animation: fade 4s 0.75s infinite;
}

.column .row:nth-of-type(4) {
  -webkit-animation: fade 4s 1s infinite;
  -moz-animation: fade 4s 1s infinite;
  -o-animation: fade 4s 1s infinite;
}

.column .row:nth-of-type(5) {
  -webkit-animation: fade 4s 1.25s infinite;
  -moz-animation: fade 4s 1.25s infinite;
  -o-animation: fade 4s 1.25s infinite;
}

.column .row:nth-of-type(6) {
  -webkit-animation: fade 4s 1.5s infinite;
  -moz-animation: fade 4s 1.5s infinite;
  -o-animation: fade 4s 1.5s infinite;
}

.column .row:nth-of-type(7) {
  -webkit-animation: fade 4s 1.75s infinite;
  -moz-animation: fade 4s 1.75s infinite;
  -o-animation: fade 4s 1.75s infinite;
}

.column .row:nth-of-type(8) {
  -webkit-animation: fade 4s 2s infinite;
  -moz-animation: fade 4s 2s infinite;
  -o-animation: fade 4s 2s infinite;
}

.column .row:nth-of-type(9) {
  -webkit-animation: fade 4s 2.25s infinite;
  -moz-animation: fade 4s 2.25s infinite;
  -o-animation: fade 4s 2.25s infinite;
}

.column .row:nth-of-type(10) {
  -webkit-animation: fade 4s 2.5s infinite;
  -moz-animation: fade 4s 2.5s infinite;
  -o-animation: fade 4s 2.5s infinite;
}

.column .row:nth-of-type(11) {
  -webkit-animation: fade 4s 2.75s infinite;
  -moz-animation: fade 4s 2.75s infinite;
  -o-animation: fade 4s 2.75s infinite;
}

.column .row:nth-of-type(12) {
  -webkit-animation: fade 4s 3s infinite;
  -moz-animation: fade 4s 3s infinite;
  -o-animation: fade 4s 3s infinite;
}

.column .row:nth-of-type(13) {
  -webkit-animation: fade 4s 3.25s infinite;
  -moz-animation: fade 4s 3.25s infinite;
  -o-animation: fade 4s 3.25s infinite;
}

.column .row:nth-of-type(14) {
  -webkit-animation: fade 4s 3.5s infinite;
  -moz-animation: fade 4s 3.5s infinite;
  -o-animation: fade 4s 3.5s infinite;
}

.column .row:nth-of-type(15) {
  -webkit-animation: fade 4s 3.75s infinite;
  -moz-animation: fade 4s 3.75s infinite;
  -o-animation: fade 4s 3.75s infinite;
}

.column .row:nth-of-type(16) {
  -webkit-animation: fade 4s 4s infinite;
  -moz-animation: fade 4s 4s infinite;
  -o-animation: fade 4s 4s infinite;
}

.column .row:nth-of-type(17) {
  -webkit-animation: fade 4s 4.25s infinite;
  -moz-animation: fade 4s 4.25s infinite;
  -o-animation: fade 4s 4.25s infinite;
}

.column .row:nth-of-type(18) {
  -webkit-animation: fade 4s 4.5s infinite;
  -moz-animation: fade 4s 4.5s infinite;
  -o-animation: fade 4s 4.5s infinite;
}

.column .row:nth-of-type(19) {
  -webkit-animation: fade 4s 4.75s infinite;
  -moz-animation: fade 4s 4.75s infinite;
  -o-animation: fade 4s 4.75s infinite;
}

.column .row:nth-of-type(20) {
  -webkit-animation: fade 4s 5s infinite;
  -moz-animation: fade 4s 5s infinite;
  -o-animation: fade 4s 5s infinite;
}

.column .row:nth-of-type(21) {
  -webkit-animation: fade 4s 5.25s infinite;
  -moz-animation: fade 4s 5.25s infinite;
  -o-animation: fade 4s 5.25s infinite;
}

.column .row:nth-of-type(22) {
  -webkit-animation: fade 4s 5.5s infinite;
  -moz-animation: fade 4s 5.5s infinite;
  -o-animation: fade 4s 5.5s infinite;
}

.column .row:nth-of-type(23) {
  -webkit-animation: fade 4s 5.75s infinite;
  -moz-animation: fade 4s 5.75s infinite;
  -o-animation: fade 4s 5.75s infinite;
}

.column .row:nth-of-type(24) {
  -webkit-animation: fade 4s 6s infinite;
  -moz-animation: fade 4s 6s infinite;
  -o-animation: fade 4s 6s infinite;
}

.column .row:nth-of-type(25) {
  -webkit-animation: fade 4s 6.25s infinite;
  -moz-animation: fade 4s 6.25s infinite;
  -o-animation: fade 4s 6.25s infinite;
}

.column .row:nth-of-type(26) {
  -webkit-animation: fade 4s 6.5s infinite;
  -moz-animation: fade 4s 6.5s infinite;
  -o-animation: fade 4s 6.5s infinite;
}

.column .row:nth-of-type(27) {
  -webkit-animation: fade 4s 6.75s infinite;
  -moz-animation: fade 4s 6.75s infinite;
  -o-animation: fade 4s 6.75s infinite;
}

.column .row:nth-of-type(28) {
  -webkit-animation: fade 4s 7s infinite;
  -moz-animation: fade 4s 7s infinite;
  -o-animation: fade 4s 7s infinite;
}

.column .row:nth-of-type(29) {
  -webkit-animation: fade 4s 7.25s infinite;
  -moz-animation: fade 4s 7.25s infinite;
  -o-animation: fade 4s 7.25s infinite;
}

.column .row:nth-of-type(30) {
  -webkit-animation: fade 4s 7.5s infinite;
  -moz-animation: fade 4s 7.5s infinite;
  -o-animation: fade 4s 7.5s infinite;
}

.column .row:nth-of-type(31) {
  -webkit-animation: fade 4s 7.75s infinite;
  -moz-animation: fade 4s 7.75s infinite;
  -o-animation: fade 4s 7.75s infinite;
}

.column .row:nth-of-type(32) {
  -webkit-animation: fade 4s 8s infinite;
  -moz-animation: fade 4s 8s infinite;
  -o-animation: fade 4s 8s infinite;
}

.column .row:nth-of-type(33) {
  -webkit-animation: fade 4s 8.25s infinite;
  -moz-animation: fade 4s 8.25s infinite;
  -o-animation: fade 4s 8.25s infinite;
}

.column .row:nth-of-type(34) {
  -webkit-animation: fade 4s 8.5s infinite;
  -moz-animation: fade 4s 8.5s infinite;
  -o-animation: fade 4s 8.5s infinite;
}

.column .row:nth-of-type(35) {
  -webkit-animation: fade 4s 8.75s infinite;
  -moz-animation: fade 4s 8.75s infinite;
  -o-animation: fade 4s 8.75s infinite;
}

.column .row:nth-of-type(36) {
  -webkit-animation: fade 4s 9s infinite;
  -moz-animation: fade 4s 9s infinite;
  -o-animation: fade 4s 9s infinite;
}

.column .row:nth-of-type(37) {
  -webkit-animation: fade 4s 9.25s infinite;
  -moz-animation: fade 4s 9.25s infinite;
  -o-animation: fade 4s 9.25s infinite;
}

.column .row:nth-of-type(38) {
  -webkit-animation: fade 4s 9.5s infinite;
  -moz-animation: fade 4s 9.5s infinite;
  -o-animation: fade 4s 9.5s infinite;
}

.column .row:nth-of-type(39) {
  -webkit-animation: fade 4s 9.75s infinite;
  -moz-animation: fade 4s 9.75s infinite;
  -o-animation: fade 4s 9.75s infinite;
}

.column .row:nth-of-type(40) {
  -webkit-animation: fade 4s 10s infinite;
  -moz-animation: fade 4s 10s infinite;
  -o-animation: fade 4s 10s infinite;
}

.column .row:nth-of-type(41) {
  -webkit-animation: fade 4s 10.25s infinite;
  -moz-animation: fade 4s 10.25s infinite;
  -o-animation: fade 4s 10.25s infinite;
}

.column .row:nth-of-type(42) {
  -webkit-animation: fade 4s 10.5s infinite;
  -moz-animation: fade 4s 10.5s infinite;
  -o-animation: fade 4s 10.5s infinite;
}

.column .row:nth-of-type(43) {
  -webkit-animation: fade 4s 10.75s infinite;
  -moz-animation: fade 4s 10.75s infinite;
  -o-animation: fade 4s 10.75s infinite;
}

.column .row:nth-of-type(44) {
  -webkit-animation: fade 4s 11s infinite;
  -moz-animation: fade 4s 11s infinite;
  -o-animation: fade 4s 11s infinite;
}

.column .row:nth-of-type(45) {
  -webkit-animation: fade 4s 11.25s infinite;
  -moz-animation: fade 4s 11.25s infinite;
  -o-animation: fade 4s 11.25s infinite;
}

.column .row:nth-of-type(46) {
  -webkit-animation: fade 4s 11.5s infinite;
  -moz-animation: fade 4s 11.5s infinite;
  -o-animation: fade 4s 11.5s infinite;
}

.column .row:nth-of-type(47) {
  -webkit-animation: fade 4s 11.75s infinite;
  -moz-animation: fade 4s 11.75s infinite;
  -o-animation: fade 4s 11.75s infinite;
}

.column .row:nth-of-type(48) {
  -webkit-animation: fade 4s 12s infinite;
  -moz-animation: fade 4s 12s infinite;
  -o-animation: fade 4s 12s infinite;
}

.column .row:nth-of-type(49) {
  -webkit-animation: fade 4s 12.25s infinite;
  -moz-animation: fade 4s 12.25s infinite;
  -o-animation: fade 4s 12.25s infinite;
}

.column .row:nth-of-type(50) {
  -webkit-animation: fade 4s 12.5s infinite;
  -moz-animation: fade 4s 12.5s infinite;
  -o-animation: fade 4s 12.5s infinite;
}

.column .row:nth-of-type(51) {
  -webkit-animation: fade 4s 12.75s infinite;
  -moz-animation: fade 4s 12.75s infinite;
  -o-animation: fade 4s 12.75s infinite;
}

.column .row:nth-of-type(52) {
  -webkit-animation: fade 4s 13s infinite;
  -moz-animation: fade 4s 13s infinite;
  -o-animation: fade 4s 13s infinite;
}

.column .row:nth-of-type(53) {
  -webkit-animation: fade 4s 13.25s infinite;
  -moz-animation: fade 4s 13.25s infinite;
  -o-animation: fade 4s 13.25s infinite;
}

.column .row:nth-of-type(54) {
  -webkit-animation: fade 4s 13.5s infinite;
  -moz-animation: fade 4s 13.5s infinite;
  -o-animation: fade 4s 13.5s infinite;
}

.column .row:nth-of-type(55) {
  -webkit-animation: fade 4s 13.75s infinite;
  -moz-animation: fade 4s 13.75s infinite;
  -o-animation: fade 4s 13.75s infinite;
}

.column .row:nth-of-type(56) {
  -webkit-animation: fade 4s 14s infinite;
  -moz-animation: fade 4s 14s infinite;
  -o-animation: fade 4s 14s infinite;
}

.column .row:nth-of-type(57) {
  -webkit-animation: fade 4s 14.25s infinite;
  -moz-animation: fade 4s 14.25s infinite;
  -o-animation: fade 4s 14.25s infinite;
}

.column .row:nth-of-type(58) {
  -webkit-animation: fade 4s 14.5s infinite;
  -moz-animation: fade 4s 14.5s infinite;
  -o-animation: fade 4s 14.5s infinite;
}

.column .row:nth-of-type(59) {
  -webkit-animation: fade 4s 14.75s infinite;
  -moz-animation: fade 4s 14.75s infinite;
  -o-animation: fade 4s 14.75s infinite;
}

.column .row:nth-of-type(60) {
  -webkit-animation: fade 4s 15s infinite;
  -moz-animation: fade 4s 15s infinite;
  -o-animation: fade 4s 15s infinite;
}

.column .row:nth-of-type(61) {
  -webkit-animation: fade 4s 15.25s infinite;
  -moz-animation: fade 4s 15.25s infinite;
  -o-animation: fade 4s 15.25s infinite;
}

.column .row:nth-of-type(62) {
  -webkit-animation: fade 4s 15.5s infinite;
  -moz-animation: fade 4s 15.5s infinite;
  -o-animation: fade 4s 15.5s infinite;
}

.column .row:nth-of-type(63) {
  -webkit-animation: fade 4s 15.75s infinite;
  -moz-animation: fade 4s 15.75s infinite;
  -o-animation: fade 4s 15.75s infinite;
}

.column .row:nth-of-type(64) {
  -webkit-animation: fade 4s 16s infinite;
  -moz-animation: fade 4s 16s infinite;
  -o-animation: fade 4s 16s infinite;
}

.column .row:nth-of-type(65) {
  -webkit-animation: fade 4s 16.25s infinite;
  -moz-animation: fade 4s 16.25s infinite;
  -o-animation: fade 4s 16.25s infinite;
}

.column .row:nth-of-type(66) {
  -webkit-animation: fade 4s 16.5s infinite;
  -moz-animation: fade 4s 16.5s infinite;
  -o-animation: fade 4s 16.5s infinite;
}

.column .row:nth-of-type(67) {
  -webkit-animation: fade 4s 16.75s infinite;
  -moz-animation: fade 4s 16.75s infinite;
  -o-animation: fade 4s 16.75s infinite;
}

.column .row:nth-of-type(68) {
  -webkit-animation: fade 4s 17s infinite;
  -moz-animation: fade 4s 17s infinite;
  -o-animation: fade 4s 17s infinite;
}

.column .row:nth-of-type(69) {
  -webkit-animation: fade 4s 17.25s infinite;
  -moz-animation: fade 4s 17.25s infinite;
  -o-animation: fade 4s 17.25s infinite;
}

.column .row:nth-of-type(70) {
  -webkit-animation: fade 4s 17.5s infinite;
  -moz-animation: fade 4s 17.5s infinite;
  -o-animation: fade 4s 17.5s infinite;
}

.column .row:nth-of-type(71) {
  -webkit-animation: fade 4s 17.75s infinite;
  -moz-animation: fade 4s 17.75s infinite;
  -o-animation: fade 4s 17.75s infinite;
}

.column .row:nth-of-type(72) {
  -webkit-animation: fade 4s 18s infinite;
  -moz-animation: fade 4s 18s infinite;
  -o-animation: fade 4s 18s infinite;
}

.column .row:nth-of-type(73) {
  -webkit-animation: fade 4s 18.25s infinite;
  -moz-animation: fade 4s 18.25s infinite;
  -o-animation: fade 4s 18.25s infinite;
}

.column .row:nth-of-type(74) {
  -webkit-animation: fade 4s 18.5s infinite;
  -moz-animation: fade 4s 18.5s infinite;
  -o-animation: fade 4s 18.5s infinite;
}

.column .row:nth-of-type(75) {
  -webkit-animation: fade 4s 18.75s infinite;
  -moz-animation: fade 4s 18.75s infinite;
  -o-animation: fade 4s 18.75s infinite;
}

.column .row:nth-of-type(76) {
  -webkit-animation: fade 4s 19s infinite;
  -moz-animation: fade 4s 19s infinite;
  -o-animation: fade 4s 19s infinite;
}

.column .row:nth-of-type(77) {
  -webkit-animation: fade 4s 19.25s infinite;
  -moz-animation: fade 4s 19.25s infinite;
  -o-animation: fade 4s 19.25s infinite;
}

.column .row:nth-of-type(78) {
  -webkit-animation: fade 4s 19.5s infinite;
  -moz-animation: fade 4s 19.5s infinite;
  -o-animation: fade 4s 19.5s infinite;
}

.column .row:nth-of-type(79) {
  -webkit-animation: fade 4s 19.75s infinite;
  -moz-animation: fade 4s 19.75s infinite;
  -o-animation: fade 4s 19.75s infinite;
}

.column .row:nth-of-type(80) {
  -webkit-animation: fade 4s 20s infinite;
  -moz-animation: fade 4s 20s infinite;
  -o-animation: fade 4s 20s infinite;
}

.column .row:nth-of-type(81) {
  -webkit-animation: fade 4s 20.25s infinite;
  -moz-animation: fade 4s 20.25s infinite;
  -o-animation: fade 4s 20.25s infinite;
}

.column .row:nth-of-type(82) {
  -webkit-animation: fade 4s 20.5s infinite;
  -moz-animation: fade 4s 20.5s infinite;
  -o-animation: fade 4s 20.5s infinite;
}

.column .row:nth-of-type(83) {
  -webkit-animation: fade 4s 20.75s infinite;
  -moz-animation: fade 4s 20.75s infinite;
  -o-animation: fade 4s 20.75s infinite;
}

.column .row:nth-of-type(84) {
  -webkit-animation: fade 4s 21s infinite;
  -moz-animation: fade 4s 21s infinite;
  -o-animation: fade 4s 21s infinite;
}

.column .row:nth-of-type(85) {
  -webkit-animation: fade 4s 21.25s infinite;
  -moz-animation: fade 4s 21.25s infinite;
  -o-animation: fade 4s 21.25s infinite;
}

.column .row:nth-of-type(86) {
  -webkit-animation: fade 4s 21.5s infinite;
  -moz-animation: fade 4s 21.5s infinite;
  -o-animation: fade 4s 21.5s infinite;
}

.column .row:nth-of-type(87) {
  -webkit-animation: fade 4s 21.75s infinite;
  -moz-animation: fade 4s 21.75s infinite;
  -o-animation: fade 4s 21.75s infinite;
}

.column .row:nth-of-type(88) {
  -webkit-animation: fade 4s 22s infinite;
  -moz-animation: fade 4s 22s infinite;
  -o-animation: fade 4s 22s infinite;
}

.column .row:nth-of-type(89) {
  -webkit-animation: fade 4s 22.25s infinite;
  -moz-animation: fade 4s 22.25s infinite;
  -o-animation: fade 4s 22.25s infinite;
}

.column .row:nth-of-type(90) {
  -webkit-animation: fade 4s 22.5s infinite;
  -moz-animation: fade 4s 22.5s infinite;
  -o-animation: fade 4s 22.5s infinite;
}

.column .row:nth-of-type(91) {
  -webkit-animation: fade 4s 22.75s infinite;
  -moz-animation: fade 4s 22.75s infinite;
  -o-animation: fade 4s 22.75s infinite;
}

.column .row:nth-of-type(92) {
  -webkit-animation: fade 4s 23s infinite;
  -moz-animation: fade 4s 23s infinite;
  -o-animation: fade 4s 23s infinite;
}

.column .row:nth-of-type(93) {
  -webkit-animation: fade 4s 23.25s infinite;
  -moz-animation: fade 4s 23.25s infinite;
  -o-animation: fade 4s 23.25s infinite;
}

.column .row:nth-of-type(94) {
  -webkit-animation: fade 4s 23.5s infinite;
  -moz-animation: fade 4s 23.5s infinite;
  -o-animation: fade 4s 23.5s infinite;
}

.column .row:nth-of-type(95) {
  -webkit-animation: fade 4s 23.75s infinite;
  -moz-animation: fade 4s 23.75s infinite;
  -o-animation: fade 4s 23.75s infinite;
}

.column .row:nth-of-type(96) {
  -webkit-animation: fade 4s 24s infinite;
  -moz-animation: fade 4s 24s infinite;
  -o-animation: fade 4s 24s infinite;
}

.column .row:nth-of-type(97) {
  -webkit-animation: fade 4s 24.25s infinite;
  -moz-animation: fade 4s 24.25s infinite;
  -o-animation: fade 4s 24.25s infinite;
}

.column .row:nth-of-type(98) {
  -webkit-animation: fade 4s 24.5s infinite;
  -moz-animation: fade 4s 24.5s infinite;
  -o-animation: fade 4s 24.5s infinite;
}

.column .row:nth-of-type(99) {
  -webkit-animation: fade 4s 24.75s infinite;
  -moz-animation: fade 4s 24.75s infinite;
  -o-animation: fade 4s 24.75s infinite;
}

.column .row:nth-of-type(100) {
  -webkit-animation: fade 4s 25s infinite;
  -moz-animation: fade 4s 25s infinite;
  -o-animation: fade 4s 25s infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.site-header.float-header {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px;
  top: 0px;
}

.site-header.float-header #mainnav {
  padding: 0;
}

.site-header.float-header #mainnav>ul>li>a {
  height: 70px;
  line-height: 70px;
}

.site-header.float-header .logo {
  margin: 20px 0;
}

/* navigation */
#mainnav {
  display: block;
  float: right;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'Circular Std';
  margin: 33px 5px 50px 5px;
  /* background: red; */
  /* height: 300px; */
  z-index: 999;
  right: 0;
}
}

#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav li {
  float: left;
  padding: 0 14px;
}

#mainnav ul ul li {
  padding: 0;
}

#mainnav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}

#mainnav ul li a:hover {
  color: #d65050;
}

#mainnav ul ul a {
  width: 180px;
  font-family: "Source Sans Pro", sans-serif !important;
}

#mainnav>ul>li:last-child {
  padding-right: 0;
}

#mainnav ul li {
  position: relative;
}

#mainnav ul li ul {
  width: 180px;
  position: absolute;
  top: 100%;
  left: initial;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainnav ul li ul ul {
  top: 0;
}

#mainnav ul li ul:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}

#mainnav ul li ul ul:after {
  top: 0;
}

#mainnav ul li ul li ul {
  left: 100%;
}

#mainnav li:hover>ul {
  opacity: 1;
  padding-top: 10px;
  visibility: visible;
  left: auto;
  display: block !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainnav li:hover>ul ul {
  padding-top: 0;
  left: 100%;
}

#mainnav .sub-menu {
  z-index: 99999;
}

#mainnav .sub-menu li a {
  color: #fff;
  display: block;
  line-height: 30px;
  background: #1c1c1c;
  padding: 0 18px;
  border-top: 1px solid #252525;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainnav .sub-menu li:hover>a {
  color: #fff;
}

#mainnav li:hover>.sub-menu>li>a {
  padding: 8px 18px;
}

/* Icons */
#mainnav ul li::before {
  font-family: Fontawesome;
  color: #fff;
  float: left;
  margin: 5px 5px 0 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

#mainnav ul li a {
  float: left;
}

#mainnav .sub-menu li:before {
  content: '';
  margin: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#mainnav-mobi ul li a {
  float: none;
}

#mainnav-mobi ul li::before {
  content: '';
}

/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 28px;
  background-color: #1c1c1c;
  margin-top: 15px;
  z-index: 1000;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid #252525;
  cursor: pointer;
}

#mainnav-mobi ul>li>a {
  display: block;
  text-decoration: none;
  padding: 10px 50px;
  color: #fff;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  background-color: #161625;
}

#mainnav-mobi>ul>li>ul>li, #mainnav-mobi>ul>li>ul>li>ul>li {
  position: relative;
  border-top: 1px solid #252525;
  background-color: #222;
}

#mainnav-mobi>ul>li>ul>li>a {
  padding-left: 70px !important
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
  padding-left: 90px !important
}

#mainnav-mobi ul.sub-menu>li>a {
  display: block;
  text-decoration: none;
  padding: 5px 60px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover, #mainnav-mobi>ul>li>ul>li.active>a {
  color: #fff;
}

#mainnav>ul>li>a.active, #mainnav>ul>li>a:hover {
  color: #d65050;
}

#mainnav ul li ul:after {
  background-color: #d65050;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#mainnav .sub-menu li:hover>a {
  background-color: #d65050;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid #3F51B5;
  cursor: pointer;
}

#mainnav ul li:hover {
  border: thin solid rgba(255, 255, 255, .35);
  border-radius: 18px;
  padding: 5px 20px;
}

#mainnav ul li a:hover {
  color: #ffffff !important;
  font-size: 17px;
}

#mainnav ul li a {
  font-size: 17px;
}

#mainnav ul li {
  padding: 5px 20px;
  border: thin solid transparent;
  margin: 0 10px;
}

#mainnav ul li a {
  font-family: "Circular Std" !important;
  font-size: 17px !important;
  font-weight: 100 !important;
  letter-spacing: -0.95px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 0 15px;
}

#mainnav ul li:last-child {
  border: thin solid rgba(255, 255, 255, .35);
  border-radius: 18px;
  padding: 5px 20px;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.hidden {
  display: none !important;
}

._message_active {
  min-height: 34px !important;
  font-size: 13px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  background: #6b79de;
  padding: 5px;
  border-radius: 9px;
  text-shadow: 0 0 2px rgba(0, 0, 0, .7);
}

.text-center {
  /* text-align: center; */
  text-align: center !important;
  display: block !important;
  flex: none;
  text-decoration: none;
  color: white;
  margin-top: 110px;
}

._demoModal {
  color: #8c8c8c;
}

._demoModal .p_1 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
  font-family: "Circular Book";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1.34px;
  line-height: 30px;
}

._demoModal div {
  margin: 0;
  padding: 0;
  text-align: left;
}

.btn-close-modal {
  /* width: 75px; */
  /* height: 75px; */
  background: white;
  padding: 0 !important;
  border: thin solid #ffffff !important;
  float: right;
}

.btn-close-modal:active, .btn-close-modal:hover, .btn-close-modal:focus {
  color: #ccc !important;
  background-color: white !important;
  border-color: white !important;
}

.btn-close-modal span {
  font-size: 50px;
  color: #ccc;
  font-weight: normal;
  border: thin solid #ffffff !important;
}

._demoModal .form-control {
  font-family: 'Circular Book', sans-serif;
  /* color: red; */
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #FFFFFF;
  height: 56px;
  margin: 9px 7px;
  padding: 0px 25px;
  font-weight: lighter;
  border: thin solid #dddddd;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 23px;
}

._demoModal .form-control::placeholder {
  color: #b3b3b3;
}

._demoModal h3 {
  color: rgba(0, 0, 0, 0.85);
  word-spacing: -5px;
  font-family: "Circular Medium";
  font-size: 48px;
  font-weight: bold;
  font-weight: 100;
  letter-spacing: -2.68px;
  line-height: 61px;
}

._demoModal h4 {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Circular Medium";
  font-size: 20px;
  font-weight: 100;
  letter-spacing: -1.12px;
  line-height: 32px;
}

._demoModal h5 {
  color: rgba(0, 0, 0, 0.7) !important;
  font-family: "Circular Book";
  font-size: 24px;
  font-weight: 100;
  letter-spacing: -1.34px;
  line-height: 32px;
}

.text-purple {
  color: #6676e3;
}

.text-slider .maintitle, .text-slider .subtitle {
  color: #ffffff;
  text-shadow: none !important;
}

.padding_modal_info_left {
  padding: 0 0 0 25% !important;
  padding: 0 12% 0 12% !important;
}

.padding_modal_info_right {
  padding: 0 25% 0 0 !important;
  padding: 0 12% 0 12% !important;
}

.padding_modal_btn_top {
  padding: 2% !important;
}

.padding_modal_info_right .col-lg-6, .padding_modal_info_right .col-lg-12 {
  padding-left: 7px;
  float: left;
  padding-right: 7px;
}

.show-on-hover:hover>ul.dropdown-menu {
  display: block;
  /* width: 100%; */
  /* background: red; */
  font-family: 'Circular Std', sans-serif;
  font-size: 17px;
  color: #b3b3b3;
  margin-left: 5px;
  margin-top: -1px;
  text-transform: none;
  display: block;
  width: 90%;
  padding: 5px 15px;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background: white;
  /* color: red; */
  border-radius: 6px;
  background: #ffffff;
  margin: 9px 7px;
  /* padding: 0px 25px; */
  height: 56px;
  display: block;
  font-weight: lighter;
  border: thin solid #dddddd;
}

.dropdown-toggle {
  font-family: 'Circular Std', sans-serif;
  font-size: 17px;
  color: #b3b3b3;
  margin-left: 17px;
  margin-top: 7px;
  text-transform: none;
}

.dropdown-menu li {
  border-bottom: thin solid #cccccc;
  padding: 5px;
}

.dropdown-toggle .btn:hover {
  color: #5a68c8;
  text-decoration: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "\f107";
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.btn_large {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 50px;
}

body {}

@media (max-width: 900px) {
  .padding_modal_info_left {
    padding: 10px 10% 10px 10% !important;
  }

  .padding_modal_info_right {
    padding: 10px 6% 10px 2% !important;
  }
}

.entry-content {
  overflow: hidden;
}

.container {
  max-width: 100% !important;
}

._demoModal2 .modal-dialog {
  max-width: 50% !important;
  height: 90% !important;
  top: 10% !important;
}

._demoModal2 {
  color: #8c8c8c;
}

._demoModal2 .form-control {
  font-family: 'Circular Std', sans-serif;
  font-size: 17px;
  /* color: red; */
  border-radius: 4px;
  background: #ffffff;
  margin: 9px 7px;
  padding: 0px 25px;
  font-weight: lighter;
  border: thin solid #dddddd;
}

._demoModal2 .form-control::placeholder {
  color: #b3b3b3;
}

.p_2 {
  font-size: 14px;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  width: 100% !important;
  max-width: 100%;
}

._demoModal>div .row {
  margin: 0;
  padding: 0;
}

._w100 {
  display: block;
  width: 100%;
}

.btn_third {
  background: #6274d2;
  border: thin solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  font-family: "Circular Medium";
  font-size: 19px;
  letter-spacing: -1.1px;
  line-height: 24px;
  min-height: 50px;
}

.btn_third:hover {
  background: #6274d2;
  border: thin solid #ffffff;
  color: #ffffff;
}

._error {
  color: #e15122;
  margin-left: 5px;
}

._agradecimiento {
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: white;
  width: 100%;
  z-index: 1;
}

._agradecimiento h2 {
  padding: 10% 0 0 0 !important;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Circular Medium";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -2.23px;
  line-height: 51px;
  text-align: center;
}

#_formContact input:focus {
  border-color: #6b79de;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

._content_100 {
  display: block;
  height: 70vh;
  width: 360px;
  background: white;
  border-radius: 20px;
  max-width: 360px;
  margin-left: calc(50% - 180px);
}

.visible {
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

.icon_left {
  max-width: 60px;
  display: block;
}

._content_100 {
  padding: 2% 1%;
}

._content_100 a {
  text-align: left;
  display: block;
  color: #000000 !important;
  opacity: .5;
  position: absolute;
  left: 30px;
  top: 30px;

}

._content_100 a em {
  font-size: 40px;
}

._content_100 img {
  opacity: .5;
  margin: auto;
  margin: 10px auto;
}

._content_100 h1 {
  font-family: 'Circular Std';
  display: block;
  color: #444444;
  font-weight: bold;
  margin: 10px auto;
  font-size: 24px;
}

._content_100 p {
  display: block;
  color: #666666;
  font-size: 16px;
  margin: 10px auto;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hidden {
  display: none !important;
}

.css_input {
  background: white;
    border-radius: 10px;
  border-bottom: thin solid #cccccc !important;
  padding: 10px 20px;
  box-shadow: none;
  height: 55px;
}

.css_input:focus {
  box-shadow: none;
  background: white;
  border-bottom: thin solid #cccccc !important;
}

.control-label {
  color: #000000;
  text-align: left;
  display: block;
}

.btn-large, .btn-large:active, .btn-large:focus {
  background: #6274d2;
  border-color: #6274d2;
}

.btn-large:hover {
  background: #6271B5;
  border-color: #6271B5;
}

.btn-large {
  float: right;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  #mainnav {
    margin: 10px 5px 20px 5px;
  }

  ._content_100 {
    max-width: 90%;
    margin-left: 5%;
    width: 90%;
    height: 100vh;
  }

  ._content_100 {
    padding: 10% 5%;
  }

  ._content_100 img {
    margin: 10px;
  }

  ._content_100 h1 {
    text-align: left;
    ;
  }

  ._content_100 p {
    text-align: left;
    ;
  }

  ._content_100 a {
    left: 10px;
    top: 10px;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  #mainnav {
    margin: 10px 5px 20px 5px;
  }

  ._content_100 {
    padding: 10%  5%;
  }

  ._content_100 img {
    margin: 10px;
  }

  ._content_100 h1 {
    text-align: left;
    ;
  }

  ._content_100 p {
    text-align: left;
    ;
  }

  ._content_100 a {
    left: 10px;
    top: 10px;
  }

  body {
    overflow: auto;
    background-size: 110% 110vh;
  }

  .btn-large {
    width: 100%;
    display: block;
  }
}
