.justificar{
	text-align: justify !important;
}
.theme-bioxnet-child header{
	height: 84px;
}

.wp-block-group.niveles-home-descripcion{
	height: 120px;
}
.ready-title-footer{
	font-size: 36px;
    font-weight: 800;
	line-height: 38px;
}

.theme-bioxnet-child .ico-whatsapp-fixed {
    bottom: 170px;
    right: 24px;
    z-index: 10;
}

/* Start Niveles colores
------------------------------------------ */

/*  Preschool / Preescolar  */
.page-id-307 .column:has(.footer-columna-reach-out) {
   background-color: var(--wp--preset--color--custom-color-1) !important
}

/*  Preschool / Preescolar  */
.page-id-205 .has-custom-color-1-background-color.bg-logo{
   background-color: var(--wp--preset--color--custom-color-5) !important
}
.page-id-205 .column:has(.footer-columna-reach-out) {
   background-color: var(--wp--preset--color--custom-color-5) !important
}
/*  Elementary / Primaria  */
.page-id-180 .has-custom-color-1-background-color.bg-logo{
   background-color: var(--wp--preset--color--custom-color-1) !important
}
.page-id-180 .column:has(.footer-columna-reach-out) {
   background-color: var(--wp--preset--color--custom-color-1) !important
}

/*  Junior High / Secundaria  */
.page-id-302 .has-custom-color-1-background-color.bg-logo{
   background-color: var(--wp--preset--color--custom-color-3) !important
}
.page-id-302 .column:has(.footer-columna-reach-out) {
   background-color: var(--wp--preset--color--custom-color-3) !important
}

/*  High School / Preparatoria  */
.page-id-304 .has-custom-color-1-background-color.bg-logo{
   background-color: var(--wp--preset--color--custom-color-4) !important
}
.page-id-304 .column:has(.footer-columna-reach-out) {
   background-color: var(--wp--preset--color--custom-color-4) !important
}
/* End Niveles colores
------------------------------------------ */

.contacto-formulario label {
    display: block;
    margin-bottom: 5px;
    color: #FFF;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 16px;
}
.contacto-formulario input[type="email"], 
.contacto-formulario input[type="number"], 
.contacto-formulario input[type="search"], 
.contacto-formulario input[type="text"], 
.contacto-formulario input[type="tel"], 
.contacto-formulario input[type="url"], 
.contacto-formulario input[type="password"], 
.contacto-formulario textarea,
.contacto-formulario select{
    margin-top: 4px;
	border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.contacto-formulario input[type="email"]:focus, 
.contacto-formulario input[type="number"]:focus, 
.contacto-formulario input[type="search"]:focus, 
.contacto-formulario input[type="text"]:focus, 
.contacto-formulario input[type="tel"]:focus, 
.contacto-formulario input[type="url"]:focus, 
.contacto-formulario input[type="password"]:focus, 
.contacto-formulario textarea:focus, 
.contacto-formulario select:focus{
	border-right: 2px solid var(--wp--preset--color--custom-color-2);
    border-left: 2px solid var(--wp--preset--color--custom-color-2);
    border-top: 2px solid var(--wp--preset--color--custom-color-2);
    border-bottom: 2px solid var(--wp--preset--color--custom-color-2);
}


.contacto-formulario input[type="submit"]{
	background-color: var(--wp--preset--color--custom-color-2);
	color: var(--wp--preset--color--custom-color-1);
	width:100%;
	border-radius:5px;
	height: 58px;
}
.contacto-formulario input[type="submit"]:hover{
	background-color: var(--wp--preset--color--custom-color-3);
	color: #FFF;
}
@media screen and (max-width: 800px) {
.bg-top-discover {
    min-height: inherit !important;
}
.bg-top-discover .wp-block-cover{
	padding: 22px !important;
    min-height: inherit;
}
.theme-bioxnet-child .frases-slider{
	padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 32px !important;
    line-height: 35px !important;
}
.theme-bioxnet-child .ico-whatsapp-fixed {
    bottom: 18px;
	left: 12px;
    right: inherit;
    z-index: 10;
}
}
