@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

 .login-footer a, .login-footer2 a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
 }

/* inicio contacto */
.titulo-principal{
  font-weight: 600;
  color: blue;
}

.imagen-disenio-1{
  width: 100%;  
}
.contacto img{
  height: 200px;
}

:root {
  --brand-orange: #e85c0d;
  --brand-orange-dark: #df5029;
  --dark-blue:#0e557a;
  --max-login-width: 420px;
  --brand-blue: #1b5499;
}

header {
  display: none;
}


.navbar {
  display: flex;
  padding: 0 !important;
  height: 110px;
}

.header1 {
  width: 30%;
  background-color: #EEF6FC;
  height: 110px;
  display: flex;
  align-items: right;
  justify-content: right;
  box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.43);
}

.header2 {
  width: 70%;
  background: linear-gradient(45deg, #1b5499, #30303c);
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.43);
  padding-right: 2rem;
}

.top-actions-res,.lang-wrapper-log{
  display:none;
}

.logo-header {
  height: 100px;  
  padding-right: 10px;
}

.enlace_blanco2 {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 300ms;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: var(--brand-orange);
    justify-content: center;
    width: 100px;
}

.enlace_blanco2:hover {
  background-color: var(--brand-orange-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(232, 92, 13, 0.3);
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

.main-content>.row>.col-12 {
  padding: 0;
}

.main-content {
  padding: 0;
}

.main-content>.row>.col-12 .container-fluid {
  padding: 0;
}

.thumbnail-page {
  max-height: 100px;
  max-width: 100px;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 150px;
  flex-grow: 1;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(232, 92, 13, 0.05) 0%, rgba(232, 92, 13, 0.02) 100%);
  overflow-y: auto;
}

.login-body {
  width: 100%;
  max-width: var(--max-login-width);
  position: relative;
}

.login-title { 
  text-align: center;
  margin-bottom: 2rem;
}

.login-title p { 
  font-weight: 700; 
  color: #333;
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

.login-title span  { 
  font-weight: 600; 
  color: #666;
  font-size: 1rem;
  margin: 0;
}

.form-bx {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.12);
  overflow: hidden;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.form-header {
  height: 40px;
  background: var(--brand-orange);
  border-radius: 12px 12px 0 0;
}

form {
  padding: 1.5rem;
}

.form-control { 
  padding: .75rem 1rem; 
  border-radius: 6px; 
  border: 1px solid #ddd; 
  width: 100%;
  font-size: 0.95rem;
}

.form-control:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 0.2rem rgba(232, 92, 13, 0.25);
}

.login-subtitle { 
  margin-bottom: 1.5rem; 
  color: var(--dark-blue);
  font-weight: 700; 
  letter-spacing: .6px;
  font-size: 1.25rem;
  text-align: center;
}
.btn-login {
  display: block;
  width: 100%;
  background: var(--brand-orange);
  color: #fff;
  border: none;
  padding: .9rem 1.25rem;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  transition: background .15s ease, transform .08s ease;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.btn-login:active { 
  transform: translateY(1px); 
}

.btn-login:hover { 
  background: var(--brand-orange-dark);
}

.btn-form{
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-form-2{
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-form-2:hover{        
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: #fff;
}

.btn-form:hover{
    background-color: var(--brand-orange-dark);
    border-color: var(--brand-orange-dark);
    color: #fff;
}

.login-footer {
  background: linear-gradient(90deg, rgba(231, 88, 13, 1) 10%, rgba(164, 51, 20, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.login-footer2{
  background: linear-gradient(90deg, rgba(231, 88, 13, 1) 10%, rgba(164, 51, 20, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  margin-top: auto;
  text-align: center;
}

.login-footer2__support,
.login-footer2__copyright {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.login-footer2__support {
  font-weight: 600;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 5.5rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  z-index: 30;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .navbar {
    flex-direction: column;
    height: auto;
  }
  
  .header1 {
  width: 100%;
  height: 80px;
  background: linear-gradient(45deg, #1b5499, #30303c);
  display: flex;                
  align-items: center;         
  justify-content: space-between;
  padding: 0 1.5rem; 
  box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.43);
  }
  
  .header2 {
    width: 100%;
    height: 50px;
    padding-right: 1rem;
    display: none;
  }
  
  .logo-header {
    max-width: 100px;
    height: 70px;
    padding: 0;
    border-radius: 8px;
  }
  
  .top-actions-res, .lang-wrapper-log{
    display:block;
  }
  
  .login-body { 
    max-width: 100%;
  }
  
  .login-title p {
    font-size: 1.3rem;
  }
  
  .login-title span {
    font-size: 0.9rem;
  }
  
  .form-header { 
    height: 30px; 
  }
  
  .login-wrapper {
    min-height: 100vh;
  }
  
  form {
    padding: 1.25rem;
  }
  
  .login-footer, .login-footer2 { 
    font-size: 12px;
    padding: 1rem 0.75rem;
    gap: 0.35rem;
  }

  .login-footer2__support,
  .login-footer2__copyright {
    width: 100%;
  }

  .whatsapp-float {
    right: 0.85rem;
    bottom: 5rem;
    width: 52px;
    height: 52px;
  }

  .whatsapp-float img {
    width: 24px;
    height: 24px;
  }
}