﻿/* CSS para Denuncia iWorldCambio */

.HederIWordl1 {
  background-color: #f2f2f2;
  padding: 3px 30px !important;
  box-sizing: border-box;
}

  .HederIWordl1 .row {
    margin: 0 !important; /* Evita márgenes negativos */
  }

.HederIWordlText {
  color: #000000;
  font-size: 17px;
  text-decoration: none;
}

.HedIWordl2 {
  padding: 35px 30px !important;
  box-sizing: border-box;
}

.logo {
  max-height: 77px;
  width: auto;
}

.FootIWordl {
  background-color: #000000;
  box-sizing: border-box;
}

.FootIWordlContainer {
  padding-top: 25px;
  padding-bottom: 25px
}

.FootIWordlText {
  color: #ffffffdf;
  text-decoration: none;
}

.FootIWordlPolicy {
  color: #ffffffdf;
  text-decoration: none;
  font-size: 15px;
}

  .FootIWordlPolicy:not(:last-child) {
    margin-right: 15px
  }

    .FootIWordlPolicy:not(:last-child):after {
      border-right-style: solid;
      border-right-width: 1px;
      content: "";
      display: inline-block;
      height: 12px;
      opacity: 0.25;
      padding-left: 15px;
      width: 1px
    }

body {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0
}

p, li, ol, blockquote, th, td {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9
}


@media only screen and (max-width:900px) {
  p, li, ol, blockquote, th, td {
    font-size: 17.5609756098px
  }
}

@media only screen and (max-width:700px) {
  p, li, ol, blockquote, th, td {
    font-size: 16.3636363636px
  }
}

h1 {
  font-family: Poppins, sans-serif;
  font-size: var(--font-size-h1);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  text-transform: normal
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: var(--font-size-h2);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-transform: normal;
  padding-top: 22px
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: var(--font-size-h3);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: normal;
  padding-top: 20px
}

h4 {
  font-family: Poppins, sans-serif;
  font-size: var(--font-size-h4);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: normal;
  padding-top: 18px
}

h5 {
  font-family: Poppins, sans-serif;
  font-size: calc(var(--font-size-h5) / 1.25);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase
}

h6 {
  font-family: Poppins, sans-serif;
  font-size: var(--font-size-h6);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: normal
}

.form-group {
  padding: 2em;
}

:root {
  --font-size-h6: clamp(1rem, 0vw + 1rem, 1rem);
  --font-size-h5: clamp(1.15rem, 0.245vw + 1.101rem, 1.3rem);
  --font-size-h4: clamp(1.323rem, 0.6vw + 1.203rem, 1.69rem);
  --font-size-h3: clamp(1.521rem, 1.104vw + 1.3rem, 2.197rem);
  --font-size-h2: clamp(1.749rem, 1.808vw + 1.388rem, 2.856rem);
  --font-size-h1: clamp(2.011rem, 2.778vw + 1.456rem, 3.713rem)
}


.row--style-light {
  color: #000000;
  fill: #000000;
}

.btnIW {
  border: none;
  border-radius: 30px;
  padding: 20px 32px;
  /*cursor: pointer;
  text-decoration: none; 
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  vertical-align: middle;
  border: 0;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.25s ease*/
}

.btnIW {
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none
}

.btnIWNaranja {
  background: #FF6600;
  color: #fff
}

  .btnIWNaranja:hover {
    background: #e65c00;
    color: #fff
  }

.btnIWGris {
  background: #f2f2f2;
  color: #000000
}

  .btnIWGris:hover {
    background: #ebebeb;
    color: #000000
  }

.inputIW {
  border-radius: 4px;
  border: 0;
  padding: 8px 12px;
  background: #ededed;
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0
}

@media only screen and (max-width: 700px) {
  .inputIW {
    font-size: 16px
  }
}


.fondogris {
  background-color: #f2f2f2;
  /*padding: 10px 20px;
  margin-bottom: 0 !important;*/
}

.tablacliente {
  color: #222;
}

  .tablacliente thead {
    background-color: #ebebeb;
    border: none;
  }

    .tablacliente thead.linearoja {
      border-top: 3px solid #05a39e;
    }

tr.cabeceratablas th {
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none
}

#btnCrearResp {
  background-image: url(/Content/Imagenes/circulo-verde.png);
  height: 30px !important;
  width: 30px !important;
  border: hidden !important;
  background-repeat: no-repeat;
  padding: 0;
  display: flex;
  margin: auto;
}

#btnCrearRespiWorld {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  background-color: #FF6600;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

  #btnCrearRespiWorld:hover {
    background-color: #e65c00; /* Naranja más oscuro */
    transform: scale(1.1); /* Aumenta ligeramente el tamaño */
    transition: background-color 0.3s ease, transform 0.2s ease;
    color: #fff
  }

#ddlListaEstados.form-select.pendiente {
  color: #ff5900 !important;
}

td option.pendiente {
  color: #ff5900 !important;
}

#ddlListaEstados.form-select.completo {
  color: #009900 !important;
}

td option.completo {
  color: #009900 !important;
}

#ddlListaEstados.form-select.cancelado {
  color: #ff0000 !important;
}

td option.cancelado {
  color: #ff0000 !important;
}
