/*================================================================================
* Colores este anio:2025
Primario: #611232
Primario Light: #9b2247
Secundario: #a57f2c
Negro: #161a1d
Gris: #98989A
Verde: #002f2a
================================================================================ */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Patria';
    font-style: normal;
    font-weight: 400;
    src: url("https://framework-gb.cdn.gob.mx/applications/cms/fonts/Patria_Regular.otf") format("opentype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

:root {
  --primary-color: #9b2247;
  --primary-light-color: #611232;
  --primary-strong-color:#691a32;
  --secondary-color: #f3e8ca;
  --third-color: #ae851c;
  --font-size-large: 1rem;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,400;0,600;0,700;1,300;1,900&display=swap');
html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

IMG.responsive{
  height:auto;
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}
@media only screen and (max-width: 1024px){
        IMG.responsive{
          height:100%;
          width:100%;
        }
}

IMG.responsiveblock{
	border:0 solid #000;
/*	max-width:100%; */
	height:auto;
	margin-left:auto;
    margin-right:auto;
    width:auto;
}
.laformita{
	width:50%;

}

body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 16px;
    min-width: 1280px;
    height: 100%;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.clearFloat{
    clear: both;
}

header{
    display: block;
    background-color: #163a6a;
    background: url('../img/head12.png') repeat-x left top;
    height: 110px;
}
.headerTitleText{
  font-family: 'Raleway', sans-serif;
   font-weight: bold;
   border:0 solid #000;
   position:absolute;
   margin-left:25%;
   padding-top:5px;
   font-size:2em;
   color:#fff;
   text-align:center;
   min-width:45%;
}
#indexno{
   background: rgb(82,64,71);

}

.logo, .logo_op,.logo_cr,.logo_sd{
    width: 100%;
    height: 110px;
}

.logo, .logo_op:hover, .logo_cr:hover, .logo_sd:hover{
    cursor:pointer;
}

.logo_op{
   background: url('../img/header_opciones.jpg') no-repeat;
}
.logo_cr{
   background: url('../img/header_centros.jpg') no-repeat;
}
.logo_sd{
   background: url('../img/header_sedes.jpg') no-repeat;
}
.logo_morado{
   background: url('../img/header.jpg') no-repeat;
}
.logo{
  background: url('../imagenes/banner.png') no-repeat left center;
  /*background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;*/
  /*
         -webkit-background-size: auto 100%;
    background-size: auto  100%;
*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
 
.globosFila1{
  border:0 solid #000;
    float:right;
    margin-right: 30px;
    margin-top: 20px;
    width: 530px;
}


.globosFila2{
  border:0 solid #000;
    float:right;
    margin-right: 30px;
    margin-top: -25px;
    width: 525px;
}

.globoColbach{
    background: url(../img/globos/header/verde.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-right: 20px;
}

.globoConalep{
    background: url(../img/globos/header/conalpverde.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-right: 30px;
}

.globoDGB{
    background: url(../img/globos/header/dgbazul.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-right: 30px;
}
.globoDGTA{
    background: url(../img/globos/header/dggtaverde.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-right: 30px;
}
.globoDGECyTM{
    background: url(../img/globos/header/dgcytem.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-right: 50px;
}


.globoDEGETI{
    background: url(../img/globos/header/ddgetii.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-left:40px;
}

.globoIPN{
    background: url(../img/globos/header/ipnrojo.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-left: 30px;
}

.globoUNAM{
    background: url(../img/globos/header/unambei.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-left: 30px;
}

.globoSE{
    background: url(../img/globos/header/edmex.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-left: 30px;
}

.globoUAEM{
    background: url(../img/globos/header/amarillo.png) no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    margin-left: 30px;
}



.contenedor{
    display: table;
    width: 100%;
    height: 100%;
}

nav{

    background-color: rgb(0, 146, 188);
    display: table-cell;
    width: 200px;
    font-size: 12px;
    vertical-align: top;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    height: 50px;
    padding: 10px 0 10px 10px;
    cursor:pointer;
    box-sizing: border-box;
}

nav .icon{
  font-size: 35px;
  float: left;
}

.linea{
  width: 156px;
  height: 5px;
  background: url('../img/linea.png') no-repeat;
  display: block;
  margin: 0 auto;
}

.lineaMayor{
  width: 200px;
  height: 5px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #c6c6c6;
}

.menuTexto{
  border:0px solid #fff;
  width:120px;
  display: inline-block;
  margin: 10px;
  font-size: 14px;
}

.menuTexto2{
  border:0px solid #fff;
  width:125px;
  margin-left:10px;
  display: inline-block;
  font-size: 14px;
}
a.likemenu:link,a.likemenu:visited,a.likemenu:active{
   color:#ccc;
}
a.likemenu:hover{
   color:#fff;
}

.menuDescarga{
    height: 65px;
}

.cerrarCuadroBusqueda {
  width:15px;
  height:15px;
  color:#8031A7;
  float:right;
  margin:5px 10px;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}

.menuBusqueda, .menuCercanas, .menuLocalidad, .menuInstitucion, .menuEspecialidad, .menuModalidad, .menuAvanzada, .menuDescarga{
    color:#fff;
    text-decoration:none;
}

.menuBusqueda:hover, .menuCercanas:hover, .menuLocalidad:hover, .menuInstitucion:hover, .menuEspecialidad:hover, .menuModalidad:hover, .menuAvanzada:hover, .menuDescarga:hover{
    color:#8031a7;
    text-decoration:underline;
}


.detectaUbicacion{
  color:#FFFFFF;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.contenido{
    display: table-cell;
    overflow: hidden;
}

aside{
    display: table-cell;
    width: 200px;
    vertical-align: top;
}

.opciones{
    text-align: center;
    font-size: 12px;
    color:#8031A7;
}

#opcionesSeleccionadas{
    list-style: none;
    padding: 0; margin: 0;
    overflow-y: scroll;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#opcionesSeleccionadas li{
    padding: 5px 0 5px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    display: none;
    font-size:10px;
}

#opcionesSeleccionadas li:hover a.removeOption{
    opacity:1.0;
}

#opcionesSeleccionadasNombreOpcion{
    cursor:pointer;
}

a.removeOption{
  opacity: 0.0;
}

a.removeOption:hover{
  background-color: transparent;
}

.separador{
  width:80%;
  border-bottom: 1px solid #dedede;
  margin:0 auto;
}

input[type="text"]:focus, input[type="submit"]:focus {
  outline: none;
}

.enviaCorreo{
    padding: 10px 10px 0 10px;
    background-color: #c6c6c6;
    height: 100px;
    width: 180px;
}

.enviaCorreo input{
    margin: 4px 0 0 5px;
    padding: 7px 5px;
    border: none;
    width:140px;
    float:left;
}

.enviaCorreoBoton{
    position: relative;
    top: 0;
    left: 145px;
    background: url('../img/btnenviar.png') no-repeat;
    width: 35px;
    height: 35px;
    cursor:pointer;
}

.orange-flat-button {
    position: relative;
    vertical-align: top;
    width: 180px;
    height: 32px;
    padding: 0;
    font-size: 12px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #6666cc;
    border: 0;
    border-bottom: 2px solid #6633cc;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #6633cc;
    -moz-box-shadow: inset 0 -2px #6633cc;
    box-shadow: inset 0 -2px #6633cc;
}
.orange-flat-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gray-flat-button {
    position: relative;
    vertical-align: top;
    width: 180px;
    height: 32px;
    padding: 0;
    font-size: 12px;
    color: black;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #CCCCCC;
    border: 0;
    border-bottom: 2px solid #aaaaaa;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #aaaaaa;
    -moz-box-shadow: inset 0 -2px #aaaaaa;
    box-shadow: inset 0 -2px #aaaaaa;
}
.gray-flat-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn_small{
  font-size:.8em;
  min-width:10px;
  padding-left:5px;
  padding-right:5px;
  margin:auto;
  height:40px;
  font-size:0.85em;
  font-weight:bolder;
  border-radius: 10px;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
}
.btn_small:hover{
  cursor:pointer;
}
.btn_azul{
  background-color: #fff;
  border: 1px solid #8031A7;
  color: #8031A7;
}
.btn_morado{
  background-color: #66c;
  border: 1px solid #66c;
  color: #fff;
}
.btn_2016{
  background-color: rgb(128, 49, 167);
  border: 1px solid rgb(128, 49, 167);
  color: #fff;
}

.bgNaranja{
    background-color: #fff !important;
    color:#0092BC;
}

.consulta{
    display: none;
}

.cuadroBusqueda{
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    top: 110px;
    left: 50px;
    width: 450px;
}

div.visible{
    display: block !important;
}

.busquedaSimple, .busquedaCercanas, .busquedaLocalidad, .busquedaInstitucion, .busquedaEspecialidad, .busquedaModalidad, .busquedaAvanzada{
    display: none;
    width: 450px;
}

.inputBusqueda{
    display: block;
    margin:10px auto;
    padding:5px;
    font-size: 0.85em;
    width: 400px;
}

.buscarCercanas{
    background: url(../img/btnmostrarubicacion.png) no-repeat;
    color: white;
    width: 465px;
    height: 24px;
    position: relative;
    top: 10px;
    left: 15px;
    padding: 10px 0 0 10px;
    font-size: .75em;
    cursor: pointer;
}

#overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.85);
    z-index: 99999;
}

.listaOpciones{
  border:0px solid #000;
  padding-left:5px;
    height: calc(100% - 280px);
  height: -moz-calc(100% - 280px);
  height: -webkit-calc(100% - 280px);
  height: -o-calc(100% - 280px);
  height: -ms-calc(100% - 280px);
    /*overflow-y:scroll;*/
}

#opcionesEducativasHeader, #opcionesEducativas {
    width: 437px;
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
   
    
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#opcionesEducativasHeader{
    width:440px;
    margin-bottom:-1px;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#opcionesEducativasHeader th{
    border-bottom:none !important;
}

#opcionesEducativas {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#opcionesEducativas tbody tr{ cursor: pointer; }

#opcionesEducativasHeader th, #opcionesEducativas td {padding:18px 0; text-align:center; }

#opcionesEducativasHeader th {font-size: 10px; padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}

#opcionesEducativas td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;font-size: 9px;}

#opcionesEducativas tr.odd-row td, li.odd-row {background:#f6f6f6;}

#opcionesEducativas td.last {border-right:none;}

#opcionesEducativas td {
    
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

#opcionesEducativas tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

#opcionesEducativasHeader th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}

#opcionesEducativasHeader tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}

#opcionesEducativasHeader tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}

#opcionesEducativas tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

#opcionesEducativas tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

#opcionesEducativas tr:hover td{
    background: rgb(0, 146, 188,0.6) !important;

}

#opcionesEducativas tr.selected td{
    background: #0092BC !important;
    color:#fff;
}

.selectIzquierda{
  float: left;
  width: 45%;
  margin-left: 15px;
}

.selectDerecha{
  float: right;
  width: 45%;
  margin-right: 15px;
}

.selectIzquierda .dropdown, .selectDerecha .dropdown{
  width: 200px;
}

.dropdown {
  display: block;
  position: relative;
  overflow: hidden;
  height: 28px;
  margin: 10px auto;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: none; 
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

.recomendacion{
  text-align:center;
  font-size:0.75em;
  font-weight:bolder;
  color:#8031A7;
  padding:10px;

}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

/*########################################################*/
.linea2017{
  background-color:#975d62;
  height:10px;
  width:100%;
}
.contenedor_landing{
  /*font-family: 'Dosis', sans-serif;*/
  font-family: 'Raleway', sans-serif;
    width: 100%;
    min-height: 350px;
    height: 80%;
  position:relative;
    background-image: url('../imagenes/fondo.png');
  background-repeat:no-repeat;
  background-position: left top;
  background-color: transparent;
  background-size: 100% 100%;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

#section_app{
  border:0 solid #000;
  vertical-align:bottom;
  position:absolute;
  min-height:470px;
  
  /*background-image: url('../img/landing/imagenderechaappdow.png');
  background-repeat:no-repeat;
  background-position: right top;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  
  top:0;
  right:0;
  z-index:2;
}

#section_opts, #section_download{
  border:0 solid #000;
  
}
#section_opts{
  padding-top:30px;
  width:50%;
}
#section_download{
  padding-top:10%;
  z-index:1000;
  text-shadow: 2px 2px 2px rgba(250, 250, 250, 1);
}
.section_row{
  width:100%;
  border:0 solid #000;
  display: table;
  text-align:center;
  
}
.section_celda{
  border:0 solid #000;
  display:table-cell;
  width:49%;
  text-align:center;
}

.section_appinfo{
  width:100%;
  border:0 solid #000;
  text-align:center;
  padding:10px;
}
.section_appinfo p{
  width:100%;
  border:0 solid #000;
  text-align:center;
   border-collapse: collapse;
}

.styloForma{
  border:0 solid #000;
  height:250px; 
  width:80%;
  margin-left:0;
  margin-top:20px;
  background-color:var(--primary-light-color);
  padding-left:5px;
  padding-top:30px;
  position:relative;
  border-radius: 60px 60px 60px 60px;
-moz-border-radius: 60px 60px 60px 60px;
-webkit-border-radius: 60px 60px 60px 60px;

  /*background-image: url('../imagenes/cuadrogristrans.png');
  background-repeat:no-repeat;
  background-position: left top;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.rowForma1{
  border:0 solid #163a6a;
  padding-left:50px;
  padding-bottom:10px;
}
.labelForma1{
  font-size:1.5em;
  font-weight:bolder;
  color:#fff;
}
.inputForma1{
  font-size:1.3em;
  font-weight:bolder;
  color:#000;

  border:0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  padding:2px 5px;
}
.btn_redondo {
    background-color: #163a6a;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.secctionLoginrow{
  vertical-align:top;
  border:0 solid #000;
  padding-top:50px;
  padding-left:2%;
}
.sectionTitleLoginrow{
  position:absolute;
  top:30px;
  z-index:10000;
  right:25%;
}


@media only screen and (min-width : 481px)  and (max-width : 1024px) {
  
  .styloForma{
    height:300px; 
    width:100%;
  }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .rowForma1{
    padding-left:10px;
  }
  .inputForma1{
    width:90%;
  }

}

/* media query tabletas y mas grandes */
@media only screen and (max-width:767px){ 
	IMG.responsiveblock{
	/*	max-width:100%; */
		height:auto;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	
	#section_opts{
		width:0;
	}
	.headerTitleText{
		width:100%;
		border:1px solid #000;
		margin-left: 0;
	}
	.contenedor_landing {
		background-position: right top;
		background-size: cover;
	}
	.laformita{
		width:100%;
		padding-right:10%;
	}
}


/*=======================================================*/
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  gap: 20px;
  position: relative;
  margin: auto;
  border: 0 solid #000;
  width: 100%;
  box-sizing: border-box;
}

.logo-left, .logo-right {
  flex: 0 0 auto;
  min-width: 120px;
}

.headerTitleText {
  flex: 1;
  text-align: center;
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap;
}

.header-logo {
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
}

/* Los logos desaparecen en pantallas menores a 900px */
@media (max-width: 899px) {
  .logo-left, .logo-right {
      display: none;
  }
  
  .headerTitleText {
      flex: none;
      width: 100%;
      text-align: center;
      font-size: clamp(18px, 6vw, 24px);
  }
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .header-container {
      flex-direction: column;
      text-align: center;
      gap: 15px;
  }
  
  .headerTitleText {
      order: -1;
      font-size: clamp(18px, 6vw, 22px);
      white-space: normal;
  }
}

@media (max-width: 480px) {
  .header-container {
      padding: 0 10px;
  }
  
  .headerTitleText {
      font-size: clamp(16px, 5vw, 20px);
  }
}