/*
 Theme Name:     Divi child theme by Artifices.net
 Theme URI:      https://www.artifices.net
 Description:    Child Theme personalizado para clientes de Artifices.net
 Author:         Jesus Cortes
 Author URI:     https://www.artifices.net
 Template:       Divi
 Version:        1.0.7
 Text domain:    artifices
 GitHub Theme URI: https://github.com/artifices/artifices-child-divi
*/


/* = TUS ESTILOS PERSONALIZADOS A PARTIR DE AQUÍ
------------------------------------------------------- */

/* ESTILOS DE CONTACT FORM 7 */

.wpcf7-captchar, .wpcf7-text, .wpcf7-textarea {
	background-color: #eee !important;
	border: none !important;
	width: 50% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wpcf7-number {
	background-color: #eee !important;
	border: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wpcf7-submit {
	color: #ccc !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: 0 0;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}

.wpcf7-submit:hover {
	background-color: #000;
	padding: 6px 20px !important
}

@media only screen and (max-device-width:480px) {
	.wpcf7-captchar, .wpcf7-text, .wpcf7-textarea {
		width: 100% !important
	}
}

/* ESTILOS DEL PERSONALIZADOR DE WORDPRESS */

:root {
	--fuente: inherit;
	--color-corporativo-principal: #73243D;
	--color-corporativo-dark: #501829;
	--color-corporativo-ligh: #F4EAEE;
	--color-corporativo-secundario-principal: #F8B21B;
	--color-corporativo-secundario-dark: #D99608;
	--color-corporativo-secundario-light: #FAD075;
	--color-corporativo-terciario-principal: #53575B;
	--color-corporativo-terciario-dark: #27292B;
	--color-corporativo-terciario-light: #DBE0E4;
	--sombra: none;

	/* TIPOGRAFIA 
    --hero1-size: ;
    --hero1-weight: ;
    --hero1-line-height: ;
    --hero2-size: ;
    --hero2-weight: ;
    --hero2-line-height: ;
    --hero3-size: ;
    --hero3-weight: ;
    --hero3-line-height: ;
    --eyebrow-size: ;
    --eyebrow-weight: ;
    --eyebrow-line-height: ;
    --button-size: ;
    --button-weight: ;
    --button-line-height: ;
    --button-big-size: ;
    --button-big-weight: ;
    --button-big-line-height: ;
    --text-size: 16px;
    --text-weight: 600;
    --text-line-height: 1em;
    --small-size: ;
    --small-weight: ;
    --small-line-height: ;
    --lead-size: ;
    --lead-weight: ;
    --lead-line-height: ;
    --heading1-size:;
    --heading1-weight:;
    --heading1-line-height:;
    --heading2-size:;
    --heading2-weight:;
    --heading2-line-height:;
    --heading3-size:;
    --heading3-weight:;
    --heading3-line-height:;
    --heading4-size:;
    --heading4-weight:;
    --heading4-line-height:;
    --heading5-size:;
    --heading5-weight:;
    --heading5-line-height:;
    --heading6-size:;
    --heading6-weight:;
    --heading6-line-height:;
    --strong-size:;
    --strong-weight:;
    --strong-line-height:;
    --blockquote-size:;
    --blockquote-weight:;
    --blockquote-line-height:;

   PENDIENTE DE TERMINAR Y DEFINIR */

	/* TABLEPRESS */
	--main-color: white;
	--font-color: #27292B;
	--font-color-secondary: #F4EAEE;
	--line-color: 1px solid rgba(83, 87, 91, 0.2);
	--head-font-weight: 600;
	--head-font-size: 18px;
	--main-font-weight: 300;
	--main-font-size: 14px;

	/* MOBILE */

}

/* COMPONENTES */

/* HERO */
div.seccion_hero h1 {
	color: #ffffff !important;
}

/* GRADOS alinear botones bottom */
.align-bottom-column .et_pb_column {
	padding-bottom: 24px;
}

.align-bottom-column .et_pb_button_module_wrapper {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	margin-top: auto;
}

/* TOGGLES */
.et_pb_toggle_title:before {
	content: "3";
	transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "3";
	transform: rotate(180deg);
}

/* TOOGLE GRADOS */
.estudios-toggle p {
	border-bottom: 0.5px solid rgba(83, 87, 91, 0.5);
	padding: 1em 0 !important;
}

.estudios-toggle p:last-of-type {
	border: none !important;
}

/* PINPOINT RESERVAS */
.DOPBSPCalendar-container {
	font-family: Inter, Helvetica, Arial, sans-serif !important;
}

/* FORMULARIOS */

/*
a 2 columnas
*/
#formulario {
	max-width: 1200px
		/*-- change this to get your desired form width --*/
	;
	margin: 0 auto;
	width: 100%;
}

.formulario-fila {
	width: 100%;
}

.columna-mitad, .columna-total {
	float: left;
	position: relative;
	margin-top: 26px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type=submit] {
	margin-top: 24px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #27292B;
	text-align: center;
	padding: 16px;
	background: #FFFFFF;
	border: 0.5px solid #53575B;
	box-sizing: border-box;
	border-radius: 100px;
	width: 15em;

}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	background-color: #fff;
	border: 1px solid rgba(83, 87, 91, 0.5) !important;
	padding: 16px;
	color: #53575B;
	box-sizing: border-box;
	border-radius: 4px;
	width: 96%
}

.wpcf7::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #53575B !important;
	opacity: 1;
}

/**--Media query ----**/
@media only screen and (min-width: 48em) {
	.columna-mitad {
		width: 50%;
	}
}


/* TIPOGRAFIA */

/* BOTONES */

/* boton amarillo */
a.boton-amarillo {
	display: inline-block;
	background: #F8B21B;
	border-radius: 100px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	align-items: center;
	color: #FFFFFF;
	padding: 16px 24px;
	margin: 24px 0px;

}

/* enlaces basicos */
.enlaces-basicos-boton {
	width: 100%;
	line-height: 1em !important;
	padding: 32px !important;
}

a.enlaces-basicos-boton {
	font-size: 28px;
	line-height: 32px;
}

a.boton-blanco,
a.boton-blanco-linea,
a.botoncillo-categoria,
a.boton-amarillo-primario {
	line-height: 1em !important;
}

a.boton-blanco-linea {}

a.botoncillo-categoria {}

a.boton-amarillo-primario {}

/* TEXTOS */
div.eyebrow-blanco .et_pb_text_inner p {
	color: #fff !important;
}

.et_pb_text_0.et_pb_text {
	color: #fff !important;
}

/* FLEX */
.flex-inline {
	display: inline-flex;
}

/* LETRA CAPITAL */

/* tipo A */

.letra-capital-a::first-letter {
	font-family: inter;
	font-weight: 600;
	font-size: 86px;
	line-height: 88px;
	letter-spacing: -0.02em;
	margin: 0 48px 48px 48px;
	float: left;
}

/* TIPO NUMERO SUPERIOR*/

.letra-capital-hero {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 86px;
	line-height: 88px;
	letter-spacing: -0.02em;
	color: #27292B;
}

/* iconos material design */
/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}


/* CABECERA */

/* HEADER */
#main-header .container {
	width: 96vw !important;
	max-width: 1200px;
}

/* LOGO */
#logo, .et-fixed-header #logo {
	max-height: 72px !important;
}

/* menu */
#top-menu li.menu-item a {
	font-weight: 400 !important;
	font-size: 16px !important;
}

#top-menu li.menu-item a:hover {
	text-decoration: underline;

}

/* TABLEPRESS /////// */

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: none !important;
}

.entry-content tr th, .entry-content tr td {
	padding: 9px 9px;

}

.tablepress thead th,
.tablepress tfoot th {
	background-color: var(--main-color);
	color: var(--font-color);
	font-size: var(--head-font-size);
}

.tablepress tbody td {
	font-size: var(--main-font-size);
	font-weight: var(--main-font-weight);
	color: var(--font-color);
}

.tablepress .row-hover tr:hover td {
	background-color: var(--font-color-secondary);
}

.tablepress tr {
	border-bottom: var(--line-color) !important;
}

#main-content .tablepress tbody td a {
	text-decoration: underline;
}

/* END TABLEPRESS ///////// */

/* HOME BLOG */
.et_pb_blog_grid .column {
	min-height: 210px;
	/*display: flex;*/
}

/* MENU FOOTER */

/*.material-icons {
	display: inherit!important;
}*/
a.enlaces-basicos-icon {
	vertical-align: middle;
	margin-bottom: 0.75em;
}

a.enlaces-basicos-text {}

/* PLAN DE ESTUDIOS TABLA ESCRITORIO */

/* Fila encabezados */
.tabla-plan-encabezado {}

/* Fila de datos */
.tabla-item .name {
	display: none;
}

/* Columna genérica */
.table-columna {}

/*Columna código */
.table-columna-codigo {}

/*Columna asignatura */
.table-columna-asignatura {
	width: 20% !important;
}

/*Columna creditos */
.table-columna-creditos {
	width: 6% !important;
}

/*Columna semestre */
.table-columna-semestre {
	width: 8% !important;
}

/*Columna tipo */
.table-columna-tipo {
	width: 4% !important;
}

/*Columna profesor */
.table-columna-profesor {
	width: 20% !important;
}

/* JIVOCHAT */

jdiv.__jivoMobileButton {
	bottom: 90px;
}

/* ESTILOS MÓVILES 
////////////////// */

@media only screen and (max-width: 981px) {

	/* HEADER FIXED */
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {

		position: fixed;

	}

	/* HEADER */

	#main-header .container {
		width: 90% !important;
	}

	/* LOGO */
	#logo {
		content: url("https://www.cesag.org/wp-content/uploads/2021/06/logo-cesag-mobile-min.png");
		max-height: 65px !important;
	}

	/* HAMBURGUER MENU */
	.mobile_menu_bar:before {
		color: #53575B;
	}

	/* Columnas en Mobile
	 */
	.dos-columnas {
		width: 50% !important;
	}

	.cuatro-columnas .et_pb_column {
		width: 25% !important;
	}

	.five-columns .et_pb_column {
		width: 20% !important;
	}

	/* TABLESPRESS ESTILOS MOVILES ///// */
	.tablepress-responsive-stack-phone tr {
		border-bottom: 1px solid rgba(83, 87, 91, 0.5) !important;
	}

	/* COMPONENTES */

	/* GRADOS alinear botones bottom */

	.align-bottom-column .et_pb_column {
		padding-bottom: 24px;
	}

	.align-bottom-column .et_pb_button_module_wrapper {
		position: relative;
		bottom: inherit;
		left: inherit;
		right: inherit;
		margin-top: auto;
	}

	/* HOME */
	/* BLOG */
	.et_pb_blog_grid .column {
		min-height: 210px;
		display: inherit;
	}

	/* MENU FOOTER */
	.menu-footer .et_pb_column_1_4 {
		margin: 0 !important;
	}

	.material-icons {
		display: inline-flex !important;
	}

	a.enlaces-basicos-icon {
		text-align: center;
	}

	a.enlaces-basicos-icon .material-icons.md-24 {}

	a.enlaces-basicos-text {
		font-size: 11px;
		display: block;
		line-height: 1.3em;
	}

	/* PLAN DE ESTUDIOS TABLA MOBILE ///////////////////////// */
	.tabla-item .name {
		display: block;
	}

	/*Columna código */
	.table-columna-codigo {}

	/*Columna asignatura */
	.table-columna-asignatura {
		width: inherit !important;
	}

	/*Columna creditos */
	.table-columna-creditos {
		width: inherit !important;
	}

	/*Columna semestre */
	.table-columna-semestre {
		width: inherit !important;
	}

	/*Columna tipo */
	.table-columna-tipo {
		width: inherit !important;
	}

	/*Columna profesor */
	.table-columna-profesor {
		width: inherit !important;
	}

}

.otgs-development-site-front-end {
	display: none !important;
}

/** latepoint */

body .latepoint-w {
	font-family: Inter, Helvetica, Arial, sans-serif !important;
}

body .dp-timeslot {
	border-radius: 4px;
	transition: all 0.3s ease;
}

body .timeslots {
	gap: 2px;
}

body .summary-box.summary-box-agent-info {
	display: none !important;
}

body .os-dates-w {
	margin: 0;
}

.rw-latepoint-admin-wrapper {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dp-timeslot.is-off {
	max-width: 10% !important;
}

.dp-timeslot.is-booked {
	display: none;
}

.rw-latepoint-admin-wrapper a {
	display: inline-block;
	color: #fff;
	background-color: #73243d;
	padding: 10px 20px;
	border-radius: 5px;
}

.customer-bookings-tiles .customer-booking-buttons {
	gap: 15px;
}

body .customer-bookings-tiles .customer-booking-buttons .latepoint-btn i+span {
	margin-left: 2px;
}

body .os-booking-limit-reached {
	position: initial;
}
