:root {

  /* Principal Color Pallete */
  --midnight-Blue: #145DA0;
  --dark-Blue: #0C2D48;
  --blue: #2E8BC0;
  --baby-Blue: #B1D4E0;

  /* Background Color Pallete */
  --bg-sol-ligth: #ffffff;
  --bg-sol-dark: #212529;
  --bg-wave: #edecf2;
  --bg-grey-ligth: #dfdfdf;

  /* Transparent Background Pallete */
  --bg-tra-dark: rgba(20, 12, 0, 0.45);
  --bg_tra_ligth: rgba(255, 255, 255, 0.2);

  /* Font Color Pallete */
  --text-principal: #000000;
  --text-primary: #0275d8;
  --text-success: #5cb85c;
  --text-danger: #d9534f;
  --text-warning: #f0ad4e;
  --text-info: #5bc0de;
  --text-dark: #292b2c;
  --text-muted: #777777;
  --text-white: #f7f7f7;

}

/* MOBILE */
@media screen and (max-width:715px) {

  body {
    background-color: #f3f3f3;
    overflow-x: hidden;
  }

  .contenedor_mensaje_emergente {
    /* display: none !important; */
  }

  .modalboleta {
    display: none !important;
  }

  .container {
    width: 100%;
    max-width: 715px;
  }

  .top_header_left {
    height: 50px;
    background: var(--bg-wave);
    display: flex;
    align-items: center;
  }

  #menu_icon {
    margin-left: 8px;
    font-size: 32px;
  }

  .menu_sw {
    display: none !important;
  }

  .dropdownmenu {
    width: 100%;
    background: var(--bg-wave);
    z-index: 99999;
    position: absolute;
    top: 50px;
    padding-bottom: 10px;
  }

  .dropdownmenu ul, .dropdownmenu li {
    margin: 0;
    padding: 2px;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  

  header {
    background: white;
    text-align: center;
  }

  .logo img {
    height: 100px;
  }
  
  .menufilter {
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .contenedor_botones {
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .contenedor_mensaje_principal {
    width: 100%;
    background: var(--bg-wave);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .contenedor_mensaje_principal img {
    width: 150px;
    margin: 20px 0px;
  }


  .contenedor_mensaje_principal span {
    padding: 0px 10px;
  }

  .accesos_container .items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px;
  } 

  .contenedor_accesomodulos {
    background: var(--bg-wave);
  }
  
  .contenedor_fuerza_top {
    width: 100%;
    height: 200px;
    padding: 30px 0px;
    background-color: var(--bg-grey-ligth);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--text-dark);
  }

  .contenedor_boleta .card {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contenedor_imagen img {
    display: none;
  }

  .btn_conoce_boleta {
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    padding: 4px;
    margin: 10px;
  }


  .contendor_footer_cliente {
    background: var(--dark-Blue);
    padding: 40px;
  }

  .cols {
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 4px;
  }

  .col1 a, .col1 span, .col2 a, .col2 span, .col3 a, .col3 span {
    font-size: 12px;
    color: var(--text-white);
    letter-spacing: 1.5px;
    padding-bottom: 3px;
    text-decoration: none;
  }

  .contendor_footer_asesora {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--bg-sol-dark);
    font-size: 10px;
    color: var(--text-muted);
    text-transform: uppercase;
    padding: 30px;
  }

  .contendor_footer_asesora img {
    height: 50px;
  }

  .contenedor_interior_header{
    display: none;
  }

  .waveWhite {
    display: none;
  }

  .contenedor_interior_contenido {
    box-sizing: border-box;
    padding: 0 20px;
    margin: 20px 0px;
  }

  .contenedor_interior_header {
    height: 300px;
    display: flex;
    align-items: center;
  }

  .titulo_pagina_interior {
    width: 100%;
    padding: 20px 0px;
    background: var(--bg-tra-dark);
    font-size: 28px;
    color: var(--text-white);
    position: absolute;
    top: 55%;
  }


  /* CONTACTO */
  .contacto_width {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 25px 0px;
  }

  .contenedor_middle_header {
    height: 200px;
  }

  .contenedor_middle_header div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--text-white);
    background: var(--bg-tra-dark);
  }

  .contenedor_mensaje {

  }

  .contenedor_horario {
    background: #ffffff;
    border: 1px solid #f7f7f7;
    color: var(--bg-wave);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }

  .citar_open {
    display: none !important;
  }

  .citar_close {
    display: none !important;
  }

  .contacto_slogan {
    background: #ffffff;
    border: 1px solid #f7f7f7;
    color: var(--bg-wave);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 0px 2px var(--text-principal);
  }

  .contacto_datos {
    width: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:10px;
  }

  .item_contacto {
    height: 120px;
    padding: 10px;
    border-radius: 5px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0px 10px 1px rgba(90, 90, 90, 0.2);
  }

  .contacto_datos .material-symbols-outlined {
    width: 45px;
    height: 45px;
    background: var(--bg-wave);
    color: var(--text-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    
  }

  .contacto_datos .datos_texto {
    color: var(--bg-wave);
    font-size: 14px;
    font-weight: bold;
  }

  .contacto_formulario {
    width: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
  }

  .contacto_formulario div {
    margin-bottom: 10px;
  }

  .contacto_formulario label {
    background: var(--bg-wave);
    color: var(--text-principal);
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    left: 10px;
    top: 5px;
    padding: 2px 20px;
    border-radius: 20px;
  }

  .contacto_formulario input {
    border-radius: 20px;
    border: 0px;
    height: 30px;
    width: 100%;
    padding-left: 15px;
  }

  .contacto_formulario textarea {
    border-radius: 10px;
    border: 0px;
    width: 100%;
    padding-left: 15px;
  }

  .btn_formulario {
    width: 200px !important;
    background: var(--bg-wave);
    color: var(--text-principal);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
  }

  .fono_emergencia {
    color:#ff0000;
  }

  #btn_info_cortes {
    background-color: #bb0c0c;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    width: 80%;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    top: 10px;
  }

  .ayuda_video {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .contenedor_webpay {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .ayuda_video img {
    display: none !important;
  }

  .video_webpay_mobile {
    display: block;
    color: #5cb85c;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
  }
    
  .modal_video .close {
    display: flex;
    justify-content:space-between;
    text-align: center;
    width: 100%;
    color: white
  }

  .modal_video {
    border-radius: 5px;
    width: 410px;
    height: 370px;
    background-color: #000000ba;
    position: absolute;
    z-index: 99999;
    top: calc(50% - 172px);
    left: calc(50% - 210px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4px;
  }
  
}