*{
  font-family: 'Futura PT';
  outline: 0;
  font-weight: 300;
}
.logo-quipu02,
.logo-principal{
  font-family: 'Lato';
  outline: 0;
  font-weight: 300;
}
a,
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body{
  height: 100%;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Extra';
    src: url('../fonts/FuturaPT-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.p-relative{
  position: relative;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.container{
  max-width: 1480px;
}
.slick-dots{
  display: none;
}
.img-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.w-100{
  width: 100%;
}
#mainNav.nav-transparent{
    background: transparent;
    position: absolute;
    width: 100%;
}
.navbar-principal .container{
    padding: 0 30px 0 70px;
    max-width: 100%;
}
.logo-principal{
  font-size: 90px;
  font-weight: 900;
  color: #fff!important;
  line-height: 1;
}
.navbar-principal .parrafo-bottom{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -5px;
  left: 155px;
  margin: 0;
  display: table;
}
.navbar-principal .contenedor-nav.right{
    text-align: right;
}
.btn-registro{
  padding: 24px 5px;
  font-size: 24px;
  font-weight: 900;
  color: #fff!important;
  display: block;
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  text-transform: uppercase;
}
@media (max-width: 1450px){
  .navbar-principal .container {
    padding: 0 0 0 50px;
  }
  .logo-principal {
    font-size: 75px;
  }
  .navbar-principal .parrafo-bottom {
    top: -8px;
    left: 135px;
  }
  .btn-registro{
    padding: 16px 5px;
  }
}
@media (max-width: 1280px){
  .logo-principal {
    font-size: 65px;
  }
  .btn-registro{
    font-size: 20px;
  }
  .navbar-principal .parrafo-bottom {
    left: 115px;
  }
}
@media (max-width: 500px){
  .navbar-principal .parrafo-bottom{
    display: none;
  }
  .navbar-principal .container {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 400px){
  .logo-principal {
    font-size: 40px;
  }
  #mainNav.nav-transparent .col-8,
  #mainNav.nav-transparent .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.bg-fondo{
  background-color: #c1292f;
  height: 100vh;
  width: 100%;
  z-index: 2;
}
.bg-fondo .line{
  background-color: #fff;
  position: absolute;
}
.bg-fondo .line.line-white-top{
  top: 85px;
  width: 100%;
  height: 1px;
}
.bg-fondo .line.line-white-left{
  left: 60px;
  width: 1px;
  height: 100%;
}
.bg-fondo .line.line-white-right{
  right: 440px;
  width: 1px;
  height: 100%;
}
.bg-fondo .line.line-white-bottom{
  bottom: 50px;
  width: 100%;
  height: 1px;
}
@media (max-width: 1450px){
  .bg-fondo .line.line-white-left {
    left: 40px;
  }
  .bg-fondo .line.line-white-top {
    top: 70px;
  }
  .bg-fondo .line.line-white-right{
    right: 380px;
  }
}
@media (max-width: 1280px){
  .bg-fondo .line.line-white-top {
      top: 60px;
  }
  .bg-fondo .line.line-white-right{
    right: 350px;
  }
}
@media (max-width: 1050px){
  .bg-fondo .line.line-white-right,
  .bg-fondo .line.line-white-left {
    display: none;
  }
}
@media (max-width: 767px){
  .bg-fondo .line.line-white-bottom{
    display: none;
  }
}
@media (max-width: 400px){
  .bg-fondo .line.line-white-top {
      top: 38px;
  }
}

.content-standar-white p{
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.content-standar-white a{
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.footer-home{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  padding: 0 65px 0 75px;
}
.footer-home .content-standar-white p{
  margin: 0;
}
.footer-home .content-standar-white.right{
  text-align: right;
}
.footer-home .content-standar-white p,
.footer-home .content-standar-white a {
  font-size: 16px;
}
@media (max-width: 1450px){
  .footer-home {
    bottom: 12px;
  }
  .footer-home .content-standar-white p,
  .footer-home .content-standar-white a {
    font-size: 15px;
  }
  .footer-home {
    padding: 0 30px 0 50px;
  }
}
@media (max-width: 991px){
  .footer-home .footer-bottom .col-8,
  .footer-home .footer-bottom .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 800px){
  .footer-home {
    bottom: 0;
    border-top: 1px solid #fff;
    padding: 5px 5px 8px;
  }
  .footer-home .footer-bottom .col-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-home .content-standar-white p,
  .footer-home .content-standar-white a {
    text-align: center;
    padding: 2px;
  }
  .footer-home .footer-bottom .col-4{
    display: none;
  }
  .bg-fondo .line.line-white-bottom{
    display: none;
  }
}

.content-formulario{
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
}
.box-center{
  position: absolute;
  top: 50%;
  right: -4%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  max-width: 35vw;
}
.box-photography{
  position: absolute;
  top: 70px;
  right: 3.5vw;
  width: 100%;
  height: calc(100vh + -150px);
  height: -webkit-calc(100vh + -150px);
  height: -moz-calc(100vh + -150px);
  height: -o-calc(100vh + -150px);
  max-width: 60vh;
  min-width: 370px;
}
.content-formulario .register-card{
  background: transparent;
  border: 0;
  margin: 0 auto;
}
.content-formulario .register-card .card-body h4{
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.content-formulario .img-central{
  background-size: cover;
  background-repeat: no-repeat;
}
.box-login{
  min-width: 300px;
}
.box-login .input{
  display: block;
  width: 100%;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.box-login .form-control,
.box-login .input{
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  font-family: 'Lato';
  padding: 16px 10px;
}
.box-login .form-control::placeholder,
.box-login .input::placeholder{
  background: transparent;
  color: #fff;
}
.box-login .form-control:focus,
.box-login .input:focus{
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
@media (max-width: 1450px){
  .box-login .form-control,
  .box-login .input{
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media (max-width: 1280px){
  .box-login .form-control,
  .box-login .input{
    font-size: 14px;
    padding: 11px 10px;
  }
}
@media (max-width: 1050px){
  .box-photography {
    display: none;
  }

}
.box-login .login-submit{
  display: flex;
  margin: 0 auto;
  max-width: 250px;
}
.content-formulario .register-card .card-body{
  max-width: 450px;
}
.box-login .white-btn,
.box-login #wp-submit{
  background-color: #c1292f;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 0;
  height: 60px;
  border-radius: 50px;
  font-size: 18px;
  width: 100%;
  transition: all 0.4s;
  cursor: pointer;
}
.box-login .white-btn:hover,
.box-login #wp-submit:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: #c1292f;
  box-shadow: none;
  line-height: 0;
}
.box-login .white-btn:focus,
.box-login #wp-submit:focus{
    background-color: #c1292f;
    box-shadow: none;
    color: #fff;
    line-height: 0;
}
.box-login .login-remember{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
@media (max-width: 1450px){
  .content-formulario .register-card .card-body h4 {
    font-size: 35px;
  }
  .box-login .login-remember {
    font-size: 14px;
  }
  .box-login .white-btn,
  .box-login #wp-submit{
    height: 55px;
  }
}
@media (max-width: 1280px){
  .content-formulario .register-card .card-body h4 {
      font-size: 28px;
  }
  .box-login .white-btn,
  .box-login #wp-submit{
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1050px){
  .content-formulario .register-card {
      padding: 0!important;
  }
  .content-formulario .box-photography{
    display: none;
  }
}
@media (max-width: 991px){
  .content-formulario .register-card .card-body{
    padding: 0;
  }
}
@media (max-width: 400px){
  .content-formulario .register-card .card-body h4 {
    font-size: 25px;
  }
  .box-center {
      max-width: 100%;
      margin: 0 auto;
      display: table;
  }
}

.seccion-login-0 .login-remember{
  position: relative;
}


/* Checkboxes */
.seccion-login-0 .login-remember input[type=checkbox] {
    /* Reset */
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;

    width: 0;
    height: 0;
    margin: 0;
    margin-right: 25px;
    position: relative;
    text-align: center;

    font-size: 16px;
}
.seccion-login-0 .login-remember input[type=checkbox]:focus {
    box-shadow: none;
    outline: none;
}
.seccion-login-0 .login-remember input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: -16px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #fff;
    box-sizing: content-box;
    border-radius: 3px;
    background: #c1292f;
}
.seccion-login-0 .login-remember input[type=checkbox]:checked::before {
    border: 1px solid #fff;
    background: transparent;
    background: #c1292f;
}
.seccion-login-0 .login-remember input[type=checkbox]::after {
  content: '✓';
  text-indent: 3px;
  position: absolute;
  top: -16px;
  display: none;
  width: 22px;
  height: 22px;
  box-sizing: content-box;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}
.seccion-login-0 .login-remember input[type=checkbox]:checked::after {
    display: block;
    color: #c1292f;
}
/* / Checkboxes */
@media (max-width: 1480px){
  .seccion-login-0 .login-remember input[type=checkbox]::before {
      top: -15px;
      width: 18px;
      height: 18px;
  }
}


.navbar-principal-x2{
  padding: 12px 5px 11px;
  height: 65px;
}
.contenedor-search form{
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.contenedor-search form input{
  border: 0.5px solid #fff;
  padding: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  padding-left: 10px;
  padding-right: 50px;
  font-size: 13px;
  background: none;
  box-shadow: none;
  height: 40px;
  border-radius: 35px;
  font-size: 15px;
}
.contenedor-search form .btn-search{
  position: absolute;
  top: 0;
  right:0;
  border: 0.5px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 7px 13px;
  outline: 0;
  box-shadow: none;
  border-radius: 50px;
}
.contenedor-search form .btn-search i{
  font-size: 16px;
  color: #fff;
}
.contenedor-search .header-left{
  position: absolute;
  display: flex;
}
.contenedor-search .header-right{
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.contenedor-search .header-right .boton-borde{
  margin-bottom: 0;
}
.contenedor-search .header-right .boton-borde .btn-black{
  margin: 0;
}
.header-left .logo-quipu02{
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.header-right ul li{
  padding: 0;
  margin: 0;
  margin-left: 15px;
  display: inline-block;
}
.header-right .btn-black a{
  padding: 9px 25px;
  text-transform: uppercase;
}
.header-right .btn-user li a{
  position: absolute;
  top: 0;
  right:0;
  border: 0.5px solid #fff;
  background-color: transparent;
  cursor: pointer;
  padding: 8px 14px 7px;
  outline: 0;
  box-shadow: none;
  border-radius: 50px;
}
.header-right .btn-user li a i{
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1450px){
  .box-center{
    right: 2%;
  }
}
@media (max-width: 1400px){
  .columna-01{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .columna-02{
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .box-center{
    right: -20%;
  }
}
@media (max-width: 1350px){
  .columna-01{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .columna-02{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .box-center{
    right: -50%;
  }
}
@media (max-width: 1200px){
  .content-formulario .register-card .card-body{
    padding: 0;
  }
}
@media (max-width: 1150px){
  .box-photography {
    max-width: 36vw;
  }
}
@media (max-width: 1120px){
  .box-photography {
    max-width: 37vw;
  }
}
@media (max-width: 1100px){
  .box-center {
    right: -35%;
  }
}
@media (max-width: 1080px){
  .box-photography {
    max-width: 39vw;
  }
}
@media (max-width: 1050px){
  .columna-01{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-formulario .columna-02{
    display: none
  }
  .box-center {
    right: 50%;
  }
  .btn-registro {
    font-size: 20px;
    border-left: 1px solid #fff;
    padding: 15px 5px;
  }
}
@media (max-width: 400px){
  .btn-registro {
    font-size: 16px;
    max-width: 140px;
    padding: 7px 5px;
  }
  .navbar-principal .container {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 340px){
  .box-login .form-control,
  .box-login .input{
    padding: 6px 10px;
  }
  .box-login .white-btn,
  .box-login #wp-submit{
    height: 35px;
    font-size: 14px;
  }
  .content-formulario .register-card .card-body h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.content-plus{
  position: absolute;
  top: 50px;
  right: -5px;
  width: 200px;
  z-index: 9;
  border: 0.5px solid #aaa;
  border-radius: 10px;
  padding: 8px;
}
.btn-close{
  border: 0.5px solid #fff;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 8px 10px;
  position: relative;
  transition: all 0.4s;
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin: 5px 0;
  text-transform: capitalize;
}
.btn-close:hover{
  color: #fff;
  background-color: #000;
}
@media (max-width: 700px){
  .content-plus {
    top: 40px;
  }
  .content-plus .btn-black{
    display: block!important;
    padding: 9px 8px 8px;
  }
}
@media (max-width: 1050px){
  .box-center{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
    max-width: 450px;
  }
}
.box-photography .text{
  color: #fff;
  position: absolute;
  bottom: -24px;
  right: 3px;
  font-size: 15px;
  margin: 0;
}
@media (min-width: 1451px){
  .box-photography{
    height: calc(100vh + -180px);
    height: -webkit-calc(100vh + -180px);
    height: -moz-calc(100vh + -180px);
    height: -o-calc(100vh + -180px);
    top: 96px;
  }
}
@media (max-width: 1450px){
  .box-photography{
    height: calc(100vh + -163px);
    height: -webkit-calc(100vh + -163px);
    height: -moz-calc(100vh + -163px);
    height: -o-calc(100vh + -163px);
    top: 80px;
  }
}
@media (max-width: 1280px){
  .box-photography{
    top: 70px;
    height: calc(100vh + -150px);
    height: -webkit-calc(100vh + -150px);
    height: -moz-calc(100vh + -150px);
    height: -o-calc(100vh + -150px);
  }
}
@media (max-height: 850px){
  .box-photography{
    max-width: 59vh;
  }
}
.box-login .login-username label,
.box-login .login-password label{
  display: none;
}
.box-login .input:-webkit-autofill,
.box-login .input:-webkit-autofill:hover,
.box-login .input:-webkit-autofill:focus{
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #c1292f inset;
  transition: background-color 5000s ease-in-out 0s;
}
