
.footer {
  height: 37px;
  padding: 10px;
}
.pull-left{
  margin:0;
  padding: 0;
  bottom: 0px;
}
.container {
  width: 100%;
  height: auto;

}
.logo {
  margin-top: 20px;
  left: 40px;
}
.IlustacionIzquierda {
  margin-top: 130px;
  right: 90px;
  bottom: 20px;
  width: 120%;
}
.ilustracion-izquierda {
  width: 110%;
  float: right;
}
.ColumnaExterior {
  margin-top: 10px;
  justify-content: center;
  align-content: center;
  width: 40%;
  height: auto;
  border-radius: 39px;
  border: solid 1px #c5cfd6;
  background-color: #ffffff;
  bottom: 40px;
  left: 30px;
}

.columnaDerecha {
  width: 30%;
  float: right;
  height: auto;
  margin: 0;
  padding: 0;
  bottom: 50px;
  right: 26px;
}
.Planta-Derecha-2 {
  width: 94%;
}

#planta-derecha {
  width: 69%;
  padding-left: 25px;
  float: right;
  object-position: 80px;
  margin: 0;
}

.Ilustracion-2-cards {
  bottom: 66px;
  width: 80%;
  height: auto;
  left: 22px;
}
#Ilustracion {
  width: 35%;
  height: auto;
  object-position: 9px;
  float: right;
}
.columnaDerechaFilaDos {
  width: 30%;
  float: right;
  height: auto;
  margin: 0;
  padding: 0;
  top: 160px;
  right: 16px;
}
.Planta-baja {
  width: 37%;
  float: right;
  left: 580px;
}

#Planta-baja {
  float: right;
  object-position: 65px;
}
.Puntos {
  width: 20%;
  height: auto;
  top: 20px;
  float: right;
  position: relative;
  left: 552px;
}

#Points {
  float: right;
  position: relative;
  left: 600px;
}
.Planta-derecha-baja {
  width: 10%;
  float: right;
  left: 550px;

}
.text1 {
  top: 60px;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.48px;
  text-align: center;
  color: #253446;
  font-family: "San Francisco", "Segoe UI", "Open Sans", "Helvetica Neue",
    sans-serif;
  font-weight: 500;
}
.text2 {
  font-family: "Barlow", sans-serif;
  font-size: 15.6px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.48px;
  text-align: center;
  color: #253446;
  margin-top: 75px;
}

.columnaInterior {
  padding: 0px;
  margin: 0;
  width: 100%;
  left: 130px;
  height: 10%;
}
.login {
  margin-top: 50px;
  width: 70%;
}
#login {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 7px 26px 0 rgba(78, 140, 147, 0.34);
  background-image: linear-gradient(87deg, #ee7e2d, #ff6a00b7);
  margin-top: 10px;
  border: transparent;
  font-style: "San Francisco", "Segoe UI", "Open Sans", "Helvetica Neue",
    sans-serif;
}
.Reset {
  margin-top: 70px;
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  font-family: "San Francisco", "Segoe UI", "Open Sans", "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  text-decoration: underline #072d58;
  color: #072d58;
}

#loginform-username {
  border-radius: 39px;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  background: transparent;
  outline: none;
  margin-bottom: 30px;
}
#loginform-password {
  border-radius: 39px;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  background: transparent;
  outline: none;
}
.field-loginform-username > .control-label {
  display: none;
}
.field-loginform-password > .control-label {
  display: none;
}
.Desarrollado {
  width: 100%;
  height: auto;
  font-family: "San Francisco", "Segoe UI", "Open Sans", "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  font-weight: 640;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #072d58;
  bottom: 150px;
}
#DesarrolloDentro {
  position: relative;
  right: 130px;
}
.Politicas {
  width: 100%;
  height: auto;
  font-family: "SourceSansPro";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #072d58;
  text-decoration: underline #072d58;
  right: 354px;
  bottom: 195px;
}
.site-login {
  background-color: transparent;
}

/* Responsive */

@media only screen and (max-width: 375px) and (min-width: 5px) {
  .Politicas {
    bottom: 267px;
    left: 130px;
    text-align: center;
  }
  .Desarrollado {
    left: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    width: 100%;
    bottom: 400px;
  }
  #DesarrolloDentro {
    position: relative;
    top: 200px;
    left: -2px;
  }
  .ilustracion-izquierda {
    display: none;
  }
  .Planta-Derecha2 {
    display: none;
  }
  .Ilustracion-2-cards {
    display: none;
  }
  .Planta-baja {
    display: none;
  }
  .Puntos {
    display: none;
  }
  .Planta-derecha-baja {
    display: none;
  }
  .Logo {
    margin: 0;
    padding: 0;
    width: 25%;
    position: relative;
    left: 20px;
  }
  #logo {
    width: 220%;
  }
  .site-login {
    background-color: transparent;
  }

  .ColumnaExterior {
    border-radius: 39px;
    border: solid 1px #c5cfd6;
    background-color: #ffffff;
    bottom: 50px;
    width: 98%;
    left: 3px;
    height: 550px;
  }

  .text1 {
    font-size: 17.4px;
    padding: 0;
  }
  .text2 {
    font-size: 13px;
    padding: 0px;
  }
  .columnaInterior {
    margin: 0;
    padding: 0;
    width: 130%;
    height: auto;
    position: relative;
    left: 20px;
  }
  .site-login {
    width: 100%;
    background-color: transparent;
  }
  .login {
    margin: 0;
    padding: 0;
  }
  #login-form {
    margin: 0;
    padding: 0;
    position: relative;
    right: 0px;
    height: 10%;
  }
  #login {
    margin-top: 20px;
  }
  .Reset {
    left: 2px;
    bottom: 25px;
    width: 100%;
    height: 10%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 376px) {
  .Politicas {
    bottom: 225px;
    left: 150px;
    text-align: center;
  }
  .Desarrollado {
    bottom: 140px;
    font-size: 15px;
    left: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #DesarrolloDentro {
    position: relative;
    left: 2px;
  }
  .ilustracion-izquierda {
    display: none;
  }
  .Planta-Derecha2 {
    display: none;
  }
  .Ilustracion-2-cards {
    display: none;
  }
  .Planta-baja {
    display: none;
  }
  .Puntos {
    display: none;
  }
  .Planta-derecha-baja {
    display: none;
  }
  .Logo {
    margin: 0;
    padding: 0;
    width: 25%;
    position: relative;
    left: 20px;
  }
  #logo {
    width: 220%;
  }

  .ColumnaExterior {
    margin: 0px;
    justify-content: center;
    align-content: center;
    height: auto;
    border-radius: 39px;
    border: solid 1px #c5cfd6;
    width: 95%;
    left: 10px;
    bottom: 20px;
  }

  .text1 {
    font-size: 21.5px;
    text-align: center;
    padding: 0px;
  }
  .text2 {
    font-size: 14px;
    margin-left: 5px;
  }
  .columnaInterior {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;

    left: 10px;
  }
  .site-login {
    width: 100%;
    left: 170px;
    background-color: #fff;
  }
  .login {
    margin: 0;
    padding: 0;
    position: relative;
    left: -5px;
    width: 100%;
  }
  #login-form {
    margin: 0;
    padding: 0;
    position: relative;
    left: 40px;
    height: 50%;
    width: 80%;
  }
  #login {
    margin-top: 20px;
    width: 100%;
  }
  .Reset {
    padding: 0;
    left: -10px;
    bottom: 25px;
  }
}
/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {


  .ilustracion-izquierda {
    display: none;
  }
  .Planta-Derecha2 {
    display: none;
  }
  .Ilustracion-2-cards {
    display: none;
  }
  .Planta-baja {
    display: none;
  }
  .Puntos {
    display: none;
  }
  .Planta-derecha-baja {
    display: none;
  }

  .logo {
    align-items: center;
    width: 60%;
    height: auto;
    left: 2px;
    display: none;
  }
  #logo {
    width: 40%;
  }
  .ColumnaExterior {
    margin-top: 0px;
    width: 90%;
    height: auto;
    border-radius: 39px;
    border: solid 1px #c5cfd6;
    background-color: #ffffff;
    position: relative;
    left: 40px;
    bottom: 10px;
  }

  .login {
    width: 80%;
    padding: 0;
    margin: 0;
    position: relative;
    left: 50px;
  }

  .columnaInterior {
    left: 10px;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
    bottom: 0px;
  }

  #login {
    right: 210px;
    margin-top: 20px;
    padding: 0;
  }
  .site-login {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0px;
    background-color: transparent;
  }
  #loginform-username,
  #loginform-password,
  #login {
    width: 70%;
    left: 50px;
    margin-top: 20px;
    position: relative;
  }
  #login-form {
    margin: 0;
    padding: 0;
    width: 90%;
    position: relative;
    left: 27px;
    height: 30%;
    bottom: 0px;
  }

  .help-block {
    position: relative;
    left: 70px;
    margin: 0;
    padding: 0;
  }
  .Reset {
    right: 10px;
    bottom: 30px;
  }
  .text1 {
    right: 0px;
    text-align: center;
  }
  .text2 {
    text-align: center;
  }
  .Politicas {
    bottom: 230px;
    left: 230px;
    text-align: center;
  }
  .Desarrollado {
    bottom: 150px;
    left: 90px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
/*Notebook*/
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  html,
  body,
  .warp{
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
    height: 102%;
  }

   #section {
     display: contents;

  } 
  .IlustacionIzquierda {
    top: 25px;
    position: relative;
    left: -17px;
  }
  .ilustracion-izquierda {
    width: 130%;
    position: relative;
    left: 15px;
    margin-top: 60px;
  }

  .Planta-Derecha-2 {
    width: 600%;
  }
  #PlantaDerecha {
    position: relative;
    margin-top: 60px;
  }
  #planta-derecha {
    width: 80%;
    float: right;
    object-position: 20px;
    margin-top: 0px;
    position: relative;
    top: 20px;
  }
  .Ilustracion-2-cards {
    width: 80%;
    padding: 0;
    margin: 0;
    float: left;
    height: 100px;
    position: relative;
    left: 30px;
    bottom: 30px;
  }
  #PlantaDerecha {
    top: 50px;
    position: relative;
    left: 75px;
    width: 100%;
  }
  #Ilustracion {
    position: relative;

    object-position: 0;
    right: 70px;
    height: 90px;
    width: 45%;
  }
  .Planta-baja {
    position: relative;
    left: 2px;
    bottom: 80px;
  }
  #Planta-baja {
    width: 240%;
    float: right;
    object-position: 50px;
    margin-top: 100px;
    position: relative;
    top: 60px;
    left: 20px;
  }
  .Puntos {
    width: 22%;
    left: 32px;
    bottom: 610px;
  }
  #Points {
    top: 140px;
    left: 10px;
  } 
   .Planta-derecha-baja {
    left: 287px;
    margin: 0;
    padding: 0;
    bottom:2px;
    height: auto;
    width: 100%;
  } 
  .Planta-derecha-bottom{
    margin: 0;
    padding: 0;
    left: -300px;
  }
  #Parte-Baja{
    position: relative;
    bottom: 45px;
    margin: 0;
    padding: 0;
  }
  .logo {
    align-items: center;
    width: 60%;
    height: auto;
    left: 2px;
    display: none;
  }
  #logo {
    width: 100%;
  }
  .ColumnaExterior {
    margin-top: 60px;
    top: 50px;
    width: 40.5%;
    height: auto;
    border-radius: 39px;
    border: solid 1px #c5cfd6;
    background-color: #ffffff;
    position: relative;
    left: 70px;
  }

  .login {
    width: 80%;
    padding: 0;
    margin: 0;
    position: relative;
    left: 40px;
  }

  .columnaInterior {
    top: 2px;
    margin: 0px;
    left: 1px;
    padding: 0;
    width: 100%;
    height: 350px;
    bottom: 10px;
  }

  #login {
    right: 210px;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
  }
  .site-login {
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0px;
    background-color: transparent;
    margin-top: 5px;
  }
  #loginform-username,
  #loginform-password,
  #login {
    margin-top: 5px;
    width: 90%;
    left: 20px;
    position: relative;
  }

  #login-form {
    margin: 0;
    padding: 0;
  }
  .Reset {
    left: 0px;
    bottom: 50px;
    height: 10%;
  }
  .text1 {
    margin-top: 21px;
    text-align: center;
    font-size: 22px;
    padding: 0;
  }
  .text2 {
    text-align: center;
    font-size: 12px;
    padding: 0px;
    margin-top: 70px;
    left: 10px;
    width: 100%;
  }

  .Politicas {
    bottom: 195px;
    right: 210px;
    text-align: center;
    position: block;
  }
  .Desarrollado {
    right: 180px;
    padding: 0;
    text-align: center;
    bottom: 170px;
    margin-top: 40px;
  }
  .Reset {
    margin-top: 60px;
    padding: 0px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2559px) {
  html,
  body,
  .wrap {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }

  
  .ColumnaExterior {
    top: 144px;
    margin-top: 30px;
    padding: 0px;
    height: 550px;
  }
  .login {
    position: relative;
    left: 70px;
    margin-top: 0px;
    padding: 0;
    width: 90%;
  }
  .columnaInterior {
    position: relative;
    left: -3px;
    height: 250px;
    bottom: 20px;
  }
  .Desarrollado {
    bottom: 210px;
    right: 220px;
    position: relative;
  }
  #DesarrolloDentro {
    left: 30px;
    text-align: center;
  }

  .columnaInterior {
    top: 30px;
  }
  #loginform-username,
  #loginform-password,
  #login {
    top: 10px;
    width: 70%;
    position: relative;
    left: 80px;
  }
  .Reset {
    bottom: 50px;
    right: 30px;
  }
  .help-block {
    position: relative;
    left: 80px;
    margin-top: 20px;
  }
  .ilustracion-izquierda {
    top: 70px;
    position: relative;
    left: 20px;
  }
  #planta-derecha {
    position: relative;
    top: 15px;
    object-position: 60px;
    width: 75%;
  }
  #Ilustracion {
    position: relative;
    top: 5px;
    object-position: 0px;
    right: 30px;
    width: 45%;
  }
  #PlantaDerecha {
    margin-top: 120px;
  }
  .Planta-baja {
    bottom: 90px;
    position: relative;
    left: 640px;

  }
  #Planta-baja {
    object-position: 15px;
    width: 150%;

  }
  .Puntos {
    position: relative;
    margin: 0;
    padding: 0;
    left: 660px;
    width: 50%;
  }
  #Points {
    position: relative;
    left: -5px;
    top: 1px;
    width:30%;
  }
  .Planta-derecha-baja {
    position: relative;
    bottom:120px;
    left: 550px;
  }
  #Planta-derecha-bottom{
    width: 100%;
  }

  .text1 {
    font-size: 36px;
  }
  .text2 {
    font-size: 16px;
  }
  .Planta-Derecha2{
    bottom: 25px;
  }
  .Ilustracion-2-cards{
    bottom: 100px;
    left: 10px;
  }

}
@media only screen and (min-width: 2560px) {
  html,
  body,
  .warp {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
  .ColumnaExterior {
    margin-top: 110px;
    position: relative;
    left: 90px;
    height: 800px;
    top: 40px;
  }
  .text1 {
    margin-top: 25px;
    font-size: 55px;
  }
  .text2 {
    font-size: 25px;
  }
  #loginform-username,
  #loginform-password,
  #login {
    width: 100%;
    height: 100%;
    font-size: 25px;
  }
  .Reset {
    font-size: 24px;
  }
  .Desarrollado {
    bottom: 430px;
    right: 900px;
  }
  #DesarrolloDentro {
    font-size: 20px;
    left: -20px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .help-block {
    font-size: 23px;
  }
  .Planta-baja {
    width: 100%;
    position: relative;
    bottom: 110px;
    left: -10px;
  }
  #Planta-baja {
    width: 50%;
    position: relative;
    object-position: 100px;
  }
  .Puntos {
    position: relative;
    bottom: 360px;
    left: -790px;
  }
  #Points {
    width: 80%;
    position: relative;
    bottom: 250px;
    right: 30px;
  }
  .Planta-derecha-baja {
    position: relative;
    bottom: 340px;
    left: -50px;
  }
  #Planta-derecha-bottom {
    width: 100%;
  }
  #PlantaDerecha {
    margin-top: 145px;
    width: 100%;
    position: relative;
    left: 40px;
  }
}

