/* ========================================
   ESTILOS PRINCIPALES - LP Administración UTEL
   ======================================== */

/* --- Reset y Base --- */
body {
  overflow-x: hidden;
  background: #FFF;
  color: #1a1a1a;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

a {
  color: #000 !important;
}

h2 {
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
}

h3 {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

/* Componentes específicos - overrides por ID */
#il7dc {
  margin-top: 40px;
}

@media (max-width: 9999px) and (min-width: 992px) {
  /* Desktop overrides si se necesitan */
}

.container {
  max-width: 100%;
  width: 1170px !important;
  margin: 0 auto !important;
  float: none !important;
}

/* --- Header --- */
.fondo-blanco {
  background-color: #fff;
  border-bottom: 4px solid #06B706;
}

.utel-header {
  padding-bottom: 10px;
  padding-top: 20px;
}

.utel-logo-lp {
  max-width: 150px;
}

.utel-logo-align {
  text-align: left;
}

.btn-blanco {
  border-radius: 8px;
  border: 0.5px solid #4E4E4E;
  background: #FFF;
  color: #4E4E4E;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

/* --- Hero Banner --- */
.hero-header-image {
  background-image: url("https://mas-utel-col.inconcertcc.com/d/56a73477-ceef-4b16-a0e2-ac2738026dd3");
  height: 840px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.encabeza {
  padding-left: 200px;
}

.encabezado h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: normal;
  color: #fff;
  text-shadow: 2px 2px .5px #000;
}

.encabezado p {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 44px;
  color: #fff;
  margin-top: -30px;
}

/* --- Formulario --- */
.formulario {
  border-radius: 8px;
  background-color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 10px;
  padding-top: 30px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
  padding: 5px 8px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #d1d6dc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #000 !important;
  background-color: #f7f7f7;
}

select {
  background-position: 98% center;
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #949494 !important;
}

form label {
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 1px !important;
}

.mb-2 {
  text-align: left;
}

.custom-select {
  display: inline-block !important;
  width: 100% !important;
  height: calc(2.55rem + 2px) !important;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
  line-height: 1.5 !important;
  color: rgba(150, 150, 150, 1.0) !important;
  background-color: #f7f7f7 !important;
  font-size: 14px !important;
  font-family: 'Work Sans', sans-serif !important;
  border: 2px solid #d1d6dc !important;
  border-radius: 0.25rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.btn-success {
  font-size: 16px;
  padding: 12px 12px;
  margin: 8px 10% !important;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
  background-color: #FFB937 !important;
  color: #4E4E4E !important;
  width: 80% !important;
  height: 52px !important;
}

.btn-success:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

#terms-link {
  color: #3b8860 !important;
}

/* --- Sección Capacidades (fondo morado) --- */
.fondo-morado {
  padding: 100px !important;
  padding-top: 120px !important;
  background: url('https://mas-utel-pe.inconcertcc.com/d/9a3bb87a-b8b7-4ed5-8633-ac92e70bf353');
  margin-right: 0px;
  margin-left: 0px;
  height: 600px;
  margin-top: -50px;
}

.textBlancoM {
  font-size: 31px;
  color: #fff;
}

.textBlancoCh {
  font-size: 20px;
  color: #fff;
}

.icon-box {
  background-color: #fff !important;
  border-radius: 12px !important;
  padding-left: 36px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-right: 30px !important;
  min-height: 96px !important;
  font-size: 20px;
}

.img-icon {
  width: 60px;
}

/* --- Razones para estudiar --- */
.hero-image-morado {
  background-color: #FFF !important;
  margin-right: 0px;
  margin-left: 0px;
}

.viveDigital {
  padding: 100px;
  padding-right: 50px;
}

.viveDigital h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: normal;
  color: #000 !important;
}

.viveDigital p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-left: -20px;
}

/* --- Para quién es (fondo verde) --- */
.fondo-verde2 {
  padding: 100px !important;
  padding-bottom: 0px !important;
  background: #06B706;
  margin-right: 0px;
  margin-left: 0px;
  background-repeat: no-repeat;
  padding-top: 50px !important;
}

.fondo-verde2 p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-left: 20px;
  padding-top: 10px;
}

.estudia {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: #FFFFFF;
}

.divBlanca {
  background: #FFF;
  padding: 5px;
  border-radius: 8px;
}

/* --- Programa académico --- */
.fondo-blanco2 {
  padding: 50px !important;
  background-color: #EFF2F6 !important;
  padding-left: 200px !important;
  padding-right: 200px !important;
  padding-bottom: 80px !important;
}

.tituloFondoMorado {
  background-color: #2a0091;
  color: #FFF;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
}

.iconosFondo {
  background-color: #FFF;
  padding: 20px;
}

.paddingDerecha {
  padding-right: 20px;
}

.paddingIzquierda {
  padding-left: 20px;
}

.viveDigital2 {
  padding: 20px;
}

.viveDigital2 h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: normal;
  color: #000 !important;
}

/* --- CTA (fondo verde oscuro) --- */
.fondo-verde {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 20px !important;
  background: #000 url('https://mas-utel-col.inconcertcc.com/d/c3c6432c-de35-4fd5-92b6-4c45cef52ad5');
  margin-right: 0px;
  margin-left: 0px;
  background-repeat: no-repeat;
}

.viveDigital3 {
  padding: 100px;
  padding-right: 50px;
  padding-bottom: 0px !important;
}

.viveDigital3 h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: normal;
  color: #FFF !important;
}

.btn-amarillo-top {
  padding: 10px 14px;
  background: #FFB937 !important;
  border-radius: 8px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000 !important;
}

.btn-amarillo-top:hover {
  background: #06B706 !important;
  color: #fff !important;
}

/* --- Footer --- */
.footer {
  background-color: #000000;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  color: #ffffff;
  font-size: 13px;
}

.footer a {
  color: #ffffff !important;
}

.footer a:hover {
  color: #ffb000 !important;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

/* --- Flex utilities --- */
.flex-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: center;
}

.flex-item {
  padding: 10px;
  flex: 80%;
  text-align: left;
}

/* --- Layout helpers --- */
.contenedorVertical {
  display: table;
}

.vertical {
  display: table-cell;
  vertical-align: middle;
}

.align-center {
  text-align: center;
}

.ocultarDesk {
  display: none;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 767px) {
  .fondo-verde2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  p {
    font-size: 18px !important;
  }

  .estudia {
    font-size: 31px !important;
  }

  .utel-logo-align {
    text-align: center;
  }

  .footer-left,
  .footer-right {
    text-align: center;
  }

  .hero-header-image {
    width: 100%;
    background-image: url("https://mas-utel-col.inconcertcc.com/d/a284e8ca-3344-4d9e-9262-d33e19c8d9de");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .utel-logo-lp {
    max-width: 120px !important;
  }

  .encabezado {
    padding-top: 0px;
  }

  .encabezado h1 {
    font-size: 30px;
    line-height: 42px;
    text-shadow: 2px 2px .5px #757575;
  }

  .btn-amarillo-top {
    font-size: 20px !important;
  }

  .fondo-morado {
    margin-right: 0px;
    margin-left: 0px;
    background: #2A0091;
    height: auto;
    margin-top: 700px;
    padding: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .textBlancoM {
    font-size: 31px !important;
  }

  .fondo-verde {
    padding: 10px !important;
    margin-right: 0px;
    margin-left: 0px;
  }

  .fondo-blanco2 {
    padding: 50px !important;
  }

  .paddingDerecha {
    padding-right: 0px;
  }

  .paddingIzquierda {
    padding-left: 0px;
  }

  .viveDigital {
    padding: 10px !important;
  }

  .viveDigital h2 {
    font-size: 31px !important;
    line-height: 37px !important;
  }

  .viveDigital p {
    font-size: 15px;
    line-height: 20px;
  }

  .hero-image-morado {
    padding-left: 50px !important;
    padding-right: 51px !important;
  }

  .encabeza {
    margin-top: 960px !important;
    padding-left: 20px !important;
  }

  .formulario {
    margin-top: 320px !important;
    border: 1px solid #718096;
  }

  .ocultarDesk {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
