/*
Theme Name: Eventus
Description: Eventus is designed and developed by Tansh.
Author: Tansh
*/
/*General CSS structure and layout*/
/* Default styles
1. Typography and other common styles
2. Basic columns and margin adjust classes
3. Image styles
4. List style
5. wrapper
	5.1 header_top
	5.2 header
			- text
			- subscribe
	5.3 slideshow
			- slider
	5.4 speakers
			- three columns for speakers
	5.5 agenda
			- tables
	5.6 sub_footer
			- partners / gallery
			- social
			- contact info
	5.7 footer
			- copyright
--------------------------------------------------------------------------*/


/*1. Typography and other common styles/
/*---------------------------------------------------------------------------*/
/*Font families*/
body,
h5,
#subform input {
	font-family: Arial, Helveticaneue, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: Arial, Helveticaneue, sans-serif;
	font-weight: 700;
}

/*Rest styles*/
body {
	background: url(../images/body-bg.jpg) repeat #332c2e fixed;
	font-size: 15px;
	font-weight: normal;
	color: #454242;
	line-height: 1.6em;
	text-shadow: 0 1px 0 #fff;
}

p {
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #363232;
	line-height: 1em;
	font-weight: 700;
}

h1 {
	font-size: 28px;
	margin-bottom: 5px;
	text-align: center;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	margin-bottom: 0;
	text-align: center;
}

h4 {
	font-size: 21px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

a {
	color: #2C3E50;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #454242;
	text-decoration: underline;
}

span {
	color: #2C3E50;
}

.sub_heading {
	font-size: 12px;
	color: #958f8f;
	font-style: italic;
	text-align: center;
}

.clear {
	clear: both;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*2. Basic columns and margin adjust classes*/
/*---------------------------------------------------------------------------*/
/*two columns*/
.column_2 {
	width: 370px;
	margin-right: 20px;
	float: left;
}

/*three columns*/
.column_3 {
	width: 240px;
	margin-right: 20px;
	float: left;
}

/*four columns*/
.column_4 {
	width: 175px;
	margin-right: 20px;
	float: left;
}

.column_center {
    width: 240px;      /* Ajusta el ancho que necesites */
    float: none;       /* Quitamos float para que pueda centrarse */
    margin: 0 auto;    /* Centrado horizontal */
    text-align: center; /* Opcional: centra el contenido interno */
}


/*twothird and onethird columns*/
.column_onethird {
	width: 240px;
	margin-right: 20px;
	float: left;
}

.column_twothird {
	width: 500px;
	float: left;
}

/*-----margin adjust classes-----*/
.alpha {
	margin-right: 0 !important;
}

.omega {
	margin-left: 0 !important;
}

.beta {
	margin-bottom: 0 !important;
}

/*3. Image styles*/
/*---------------------------------------------------------------------------*/
/*all image styles given here are not used in template, 
some additional styles are given if you need to use while customization*/
.image_left {
	float: left;
	margin-right: 10px;
}

.image_right {
	float: right;
	margin-left: 10px;
}

/*4. List styles*/
/*---------------------------------------------------------------------------*/
.bullet {
	padding-top: 5px;
}

.bullet li {
	background: url(../images/bullet-checkmark.png) no-repeat 0 6px;
	padding-left: 23px;
	font-style: italic;
	line-height: 2em;
	list-style: none;
}

.bulletCirculo {
	padding-top: 5px;
}

.bulletCirculo li {
	background: url(../images/bullet-circle2.png) no-repeat 0 6px;
	padding-left: 23px;
	font-style: italic;
	line-height: 2em;
	list-style: none;
}

.bulletLine {
	padding-top: 5px;
}

.bulletLine li {
	background: url(../images/bullet-line2.png) no-repeat 0 6px;
	padding-left: 23px;
	font-style: italic;
	line-height: 2em;
	list-style: none;
}
    .encabezado-cursos th {
        background-color: #38495B!important; /* AZUL */
        color: #ffffff;            /* TEXTO BLANCO */
        vertical-align: middle;    /* CENTRADO VERTICAL */
        text-align: center;        /* CENTRADO HORIZONTAL */
        padding: 15px;             /* ESPACIADO PARA QUE SE VEA BONITO */
    }

	  .tabla-cursos {
      width: 80%;
      margin: 0 auto;
      border-collapse: collapse;
	        border: none!important; /* Invisible */

	  font-size: 13px!important;
	font-weight: normal;
  }

  .tabla-cursos td {
      padding: 10px 5px;
      border: none!important; /* Invisible */
      font-size: 13px;
  }

  .tabla-cursos .col-curso {
      width: 80%;
      text-align: left;
  }

  .tabla-cursos .col-precio {
      width: 20%;
      text-align: right;
      white-space: nowrap;
      font-weight: bold;
  }
/*5. Wrapper/
/*---------------------------------------------------------------------------*/
#wrapper {
	width: 760px;
	background: url(../images/pattern.jpg) repeat #f3f2f1;
	padding: 30px 20px;
	margin: 0 auto;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

/*5.1 header_top/
/*----------------------------------------*/
#header_top {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	display: inline-block;
}

.date {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.venue {
	font-size: 12px;
	font-style: italic;
	line-height: 1.2em;
	margin: 0;
}

/*5.2 header/
/*----------------------------------------*/
#header {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}

/*-----text-----*/
.text {
	width: 450px;
	margin-right: 20px;
	float: left;
}

.text h4 {
	margin-bottom: 0;
}

/*-----subscribe-----*/
.subscribe_bg {
	width: 270px;
	padding: 9px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}

.subscribe {
	padding: 30px;
	background: url(../images/form-bg-pattern.jpg) repeat #c4c4bd;
}

.subscribe h3 {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}

/*subscribe form*/
#subform fieldset {
	border: none;
	background: none;
}

#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}

#subform input {
	background: url(../images/sub-input.png) no-repeat;
	width: 198px;
	height: 20px;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 1.6em;
	background: #ffffff;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

#subform .sub_submit {
	background: url(../images/register-btn.png) no-repeat 0 0;
	width: 210px;
	height: 36px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}

.btn_submit {	
    background-color: #2C3E50;
    width: 210px;
    height: 36px;
    margin: 10px auto;        /* <-- Centra el botón */
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;            /* Centrar texto interno */
    justify-content: center;
    align-items: center;
    text-decoration: none;    /* Para <a> */
}

.btn_submit:hover {
    background-color: #1A252F; /* Mantener buen efecto */
    color: #ffffff;
    opacity: 1 !important;
    text-decoration: none;
}



/*errors*/
#subform label.error {
	font-size: 0px;
	display: none !important;
}

#subform input.error {
	border: 1px solid #f7a8a8;
}

/*placeholder*/
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8a8a8a;
	opacity: 1;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8a8a8a;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8a8a8a;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8a8a8a;
	opacity: 1;
}

#subform .antispam {
	display: none;
}

#subformresult {
	margin-top: 10px;
	color: #2C3E50;
}

/*5.3 slideshow/
/*----------------------------------------*/
#slideshow {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}

#slider_bg {
	width: 740px;
	padding: 9px;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#slider {
	width: 740px;
	height: 280px;
}

/*5.4 speakers/
/*----------------------------------------*/
#speakers {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0 20px 0;
	text-align: center;
	display: inline-block;
}

.speaker_bg {
	background: url(../images/speaker-photo-bg.png) no-repeat;
	width: 100px;
	height: 100px;
	padding: 11px;
	margin: 20px auto 10px auto;
}

#speakers h5 {
	margin-bottom: 0;
}

.info {
	font-size: 12px;
}

/*5.5 agenda/
/*-----------------------------------------*/
#agenda {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}

table {
	border-collapse: collapse;
	width: 100%;
	float: left;
}

.table th,td{
	border: 1px solid #000;
}

td {
	padding: 5px;
	line-height: 1.4em;
}

.table_1 {
	width: 364px;
	padding-right: 15px;
	text-align: right;
	float: left;
}

.table_2 {
	width: 364px;
	padding-left: 15px;
	text-align: left;
	float: left;
}

.table_1 h4,
.table_2 h4 {
	font-size: 16px;
	color: #2C3E50;
	margin: 15px 5px 15px 0;
}

.table_2 h4 {
	margin: 15px 0 15px 5px;
}

.divider_vert {
	background: url(../images/vertical-divider.jpg) repeat-y;
	width: 2px;
	height: 215px;
	margin-top: 15px;
	float: left;
}

/*5.6 sub_footer/
/*-----------------------------------------*/
#sub_footer {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}

#sub_footer p {
	padding-bottom: 15px;
}

/*-----partners / gallery-----*/
.gallery li {
	width: 95px;
	height: 60px;
	padding: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
	float: left;
}

/*-----social-----*/
.social-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helveticaneue, sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.social-list li {
	display: block;
	margin-bottom: 10px;
}

.social-list li::before {
	content: "\2192";
	margin-right: 8px;
}

/*5.7 footer/
/*----------------------------------------*/
#footer {
	width: 100%;
	padding: 20px 0;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	display: inline-block;
}