/*******************************************************************************
*              Core Seguros
*      Author: Francisco "Pacho" Gonzalez
*  Created on: Junio 2015
*     Project: CORE SEGUROS
*   Copyright: Espacios de México 2015 Copyright
*******************************************************************************/
/* General */
body{
	font-family: 'Helvetica', sans-serif;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
#sp-top-bar p{
	margin: 0 !important;
}
#sp-top-bar .promo-btn .su-button{
	margin-right: -40%;
}
/* Header */
#sp-header-sticky-wrapper{
	height: auto !important;
}
#sp-header{
	height: auto;
}
#sp-logo .logo{
	display: block;
}
#sp-logo .logo h1{
	display: block;
}
#sp-logo .logo img{
	margin-top: 10px;
}
.sp-default-logo{
	width: 100%;
}
ul.social-icons{
	float: right;
}

/* Menu */
.sp-megamenu-parent >li{
	display: block;
	float: left;
}
.sp-megamenu-parent >li> a{
	font-weight: bold !important;
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0.5px;
	position: relative;
	padding: 40px 0px;
	text-align: center;
	word-wrap: break-word;
	width: 100px;
}
.sp-megamenu-parent >li:first-child a,
.sp-megamenu-parent >li:last-child a{
	padding-bottom: 56px;	
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a{
	background: #ed7600;
	color: #fff !important;
}
.sp-megamenu-parent >li>a:before{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 50, 84, 0);
	border-top-color: #003254;
	border-width: 10px;
	margin-left: -10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.sp-megamenu-parent >li.active>a:before,
.sp-megamenu-parent >li:hover>a:before{
	border-color: rgba(237, 118, 0, 0);
	border-top-color: #ed7600;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

/* Slider */
#sp-slider .container{
	position: relative;
	width: 100%;
}

/* Feature / Bienvenida */
#sp-feature{}
#sp-feature h1{color: #003355;}
#sp-feature h3{color: #6b96ad;}
#sp-feature p{}

/* Content */
.itemid-101 #sp-main-body{
	display: none;
	visibility: hidden;
}
#sp-main-body{
	padding: 35px 0;
}
#sp-component .page-header{
	margin-top: 0;
	padding-bottom: 0;
	color: #035;
	border-bottom: 5px solid #ed7600; 
}
#sp-component .entry-header{
	margin-top: 0;
	padding-bottom: 0;
	color: #035;
	border-bottom: 5px solid #ed7600; 
}

/* Responsive table */
div[itemprop="articleBody"] table { 
  width: 100%; 
  border-collapse: collapse; 
}
div[itemprop="articleBody"] thead{
	font-weight: bold;
	color: #035;
}
div[itemprop="articleBody"] tr:nth-of-type(odd) { 
  background: #e6f9ff; 
}
div[itemprop="articleBody"] th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
div[itemprop="articleBody"] td, th { 
  padding: 6px; 
  text-align: left; 
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	div[itemprop="articleBody"] table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	div[itemprop="articleBody"] thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	div[itemprop="articleBody"] tr { border: 1px solid #ccc; }
	
	div[itemprop="articleBody"] td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
		white-space: break-word;
		min-height: 60px;
		height: auto;
		max-height: 110px;
	}
	
	div[itemprop="articleBody"] td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		word-wrap: break-word;
	}
	
	/* Label the data */
	td:before{font-weight: bold;color: #035;}
	td:nth-of-type(1):before { content: "COBERTURAS"; }
	td:nth-of-type(2):before { content: "Integral"; }
	td:nth-of-type(3):before { content: "Amplio"; }
	td:nth-of-type(4):before { content: "Limitado"; }
	td:nth-of-type(5):before { content: "Responsabilidad Civil"; }
}

/* Carusel */
#showbiz_1_2{
	border-top: 10px solid #da7739;
}
.showbiz-container ul li{
	border: none !important;
}
.showbiz-container ul li .darkhover{
	opacity: 0;
}
.showbiz-container ul li .darkhover .detailholder{
	background-color: transparent !important;
	height: 100%;
	display: table;
}
.showbiz-container ul li .darkhover:hover{
	opacity: 1;
	background: rgba(211,123,0,.7)!important;
	width: 94% !important;
	height: 94% !important;
	margin-top: 3%;
	margin-left: 3%;
}
.showbiz-container ul li .darkhover h3{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	white-space: pre-wrap;
	font-size: 20pt;
}
.showbiz-container ul li .darkhover h3 a{
	color: #fff;
}

/* Carusel 2 */
#showbiz_3_1{}

/* Footer */
#sp-footer{
	font-size: 10pt;
	letter-spacing: 1px;
}
#sp-footer #sp-footer1{
	text-align: left;
}

/* Menú responsivo */
#offcanvas-toggler{
	display: none;
	line-height: initial;	
}
#offcanvas-toggler >i{
	color: #fff;
	font-size: 30pt;
	padding: 0;
	margin: 30px 0 0 0;	
}
#offcanvas-toggler >i:before{}

/* Responsivo */
@media (min-width: 1200px) {
	#sp-top1{
		width: 5%;
	}
	#sp-top2{
		width: 70%;
	}
}

@media (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.sp-megamenu-parent{
		display: none;
		visibility: hidden;
	}
	#offcanvas-toggler{
		display: block;
	}
}

@media (max-width: 979px) {}

@media screen and(max-width: 768px){
	#sp-logo img{
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	#sp-top3{
		display: none;
	}
	#sp-top2,
	#sp-top1{
		text-align: center;
		float: none;
	}
	ul.social-icons{
		float: none;
	}
	#sp-logo img{
		width: 30%;
	}
	#offcanvas-toggler >i{
		color: #fff;
		font-size: 25pt;
		padding: 0;
		margin: 40px 0 0 0;	
	}
	#sp-footer1,
	#sp-footer2 p{
		text-align: center !important;
	}	
}

@media screen and (max-width: 480px) {
	#sp-top3{
		display: none;
	}
	#sp-top2,
	#sp-top1{
		text-align: center;
		float: none;
	}
	ul.social-icons{
		float: none;
	}
	#sp-logo img{
		width: 45%;
	}
	#sp-footer1,
	#sp-footer2 p{
		text-align: center !important;
	}
}

@media screen and (max-width: 320px) {
	#sp-top3{
		display: none;
	}
	#sp-top2,
	#sp-top1{
		text-align: center;
		float: none;
	}
	ul.social-icons{
		float: none;
	}
	#sp-logo img{
		width: 75%;
	}
	#sp-footer1,
	#sp-footer2 p{
		text-align: center !important;
	}
}


/*@media (max-width: 375px) {}*/
/*@media (max-width: 320px) {}*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all{
	#sp-header .sp-default-logo {
	  display: inherit !important;
	}
}
	