/* fonts */

@font-face {
    font-family: 'mccain_sunshine_proregular';
    src: url('../fonts/mccainsunshinepro-webfont.woff2') format('woff2'),
         url('../fonts/mccainsunshinepro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.h1_back
{
	float: left;
    margin-top: 60px;
    width: 100%;
    height: 5px;
    background-color: #fedd14;
    margin-bottom: -80px;

}

/* reset */
*
{
	margin: 0;
	padding: 0;
}

/* objetos comunes */

h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,.btn
{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

a
{
	color: #5f5e5b;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

input
{
	background-color: #FFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    color: #5f5e5b;
    border: 0 none;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    font-style: italic;
}

/**/.containerTre
{
	width: 100%;
	z-index: 100;
	background-color: #fff;
	overflow: hidden;
}

.containerTre .header
{
	float: left;
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
}

.containerTre .header h1
{
    font-family: mccain_sunshine_proregular;
    font-size: 50px;
    line-height: 130px;
    text-align: center;
    color: #FFF;
    background-image: url(../img/general/h1_background_left.png), url(../img/general/h1_background_right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 60%;
}

.page
{
	float: left;
	width: 90%;
	margin-left: 5%;
	background-color: #FFF;
}

/* botones */
.btn {
    font-size: 15px;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    color: #555;
    background-color: #ffde00;
    cursor: pointer;
    border-radius: 0;
}


.btn:hover
{
	color: #ffde00;
	background-color: #000;
}

.btn.md
{
	font-size: 20px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn.lt
{
	font-size: 14px;
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.btn_img
{
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 200%;
	cursor: pointer;
}
.btn_img:hover
{
	background-position: bottom;
}

/* top */
.containerTre .top_c
{
	float: left;
	width: 100%;
	height: 60px;
	background-color: #555;
	background-image: url(../img/general/top/background.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.containerTre .top_c
{
	float: left;
	width: 100%;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #555;
	z-index: 3000;
	position: fixed;
	border-bottom: 1px solid #FFF;
}

.containerTre .top_c .logo
{
	position: fixed;
	margin-top: 8.5px;
	width: 104px;
	z-index: 3500;
	cursor: pointer;
}

.containerTre .top_c .user_data
{
	float: right;
    border-left: 1px solid #d7d7d7;
    height: 60px;
    border-right: 1px solid #d7d7d7;
}

.containerTre .top_c .user_data p
{
	float: left;
    margin-left: 15px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 11px;
    color: #FFF;
    margin-right: 35px;
}

.containerTre .top_c .user_data p .chances
{
	color: #fedd14;
}

.containerTre .top_c .hamburger_menu
{
	float: right;
    /* border-left: 1px solid #d7d7d7; */
    font-size: 20px;
    height: 36px;
    width: 50px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    margin-left: 14px;
    margin-right: 0;
    background-image: url(../img/general/menu.png);
    height: 36px;
    margin-top: 10px;
}
.containerTre .top_c .hamburger_menu:hover
{
    color: #555;
}

.containerTre .top_area
{
	width: 100%;
	height: 60px;
}

.menu
{
	position: fixed;
	left: 0;
	top: 60px;
	overflow: hidden;
	z-index: 900;
	background-image: url(../img/general/pixel_FFF_60.png);
	background-repeat: repeat;
	background-color: #FFF;
    border-bottom: 1px solid #ccc;
}

.menu .item
{
	float: left;
	margin-left: calc(50% - 200px);
	margin-bottom: 10px;
	width: 400px;
	line-height: 50px;
	color: #555;
	border-bottom: 1px solid #555;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
	font-family: serif;
}
.menu .item:hover
{
	color: #fedd14;
	font-size: 22px;
}

/* footer */

.containerTre .footer_c
{
	width: 100%;
    overflow: hidden;
}

.containerTre .footer_c .footer
{
	width: 100%;
	background-color: #231f20;
	overflow: hidden;
	padding-top: 10px;
    padding-bottom: 10px;
}

.containerTre .footer_c .footer .logo
{
	float: left;
	margin-left: calc(50% - 272px);
	height: 50px;
}

.containerTre .footer_c .footer h6
{
	float: left;
	margin-left: 10px;
	font-size: 15px;
	line-height: 50px;
	font-weight: 300;
	color: #FFF;
}

/* pop */

.pop_c
{
	position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pop_c .pop
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.pop_c .pop .back
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #424241;
	opacity: .3;
}

.pop_c .pop .msg
{
	position: absolute;
	left: calc(50% - 260px);
	width: 500px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
	overflow: hidden;
}

.pop_c .pop .msg .btn_img
{
	position: absolute;
	top: 6px;
    right: 6px;
	width: 19px;
	height: 19px;
	background-image: url(../img/general/pop/close.png);
}

.pop_c .pop .msg p
{
	font-size: 21px;
	line-height: 25px;
	font-weight: 700 Italic;
	color: #5f5e5b;
	text-align: center;
}



/* PORTRAIT */

@media all and (orientation: portrait){
	.containerTre .top_c
	{
		background-size: cover;
	}

	.containerTre .top_c .logo
	{
		width: 80px;
	}

	.menu
	{
		position: fixed;
		left: 0;
		top: 60px;
		height: calc(100% - 60px);
		overflow: hidden;
		z-index: 900;
		background-image: url(../img/general/pixel_FFF_60.png);
		background-repeat: repeat;
	}

	.menu .item
	{
		float: left;
		margin-left: 5%;
		margin-bottom: 20px;
		width: 90%;
		line-height: 40px;
		color: #555;
		border-bottom: 1px solid #555;
		font-size: 16px;
		text-align: center;
		font-weight: 700;
		font-style: italic;
	}

	.menu .item:first-child
	{
		margin-top: 20px;
	}

	.containerTre .swiper-containerTre
	{
	    height: 330px;
	}
	/* footer */
	.containerTre .footer_c .footer
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.containerTre .footer_c .footer .logo
	{
		float: left;
		margin-left: calc(50% - 35px);
		width: 70px;
	}

	.containerTre .footer_c .footer h6
	{
		float: left;
		margin-left: 5%;
		margin-top: 10px;
		width: 90%;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
	}

	/* pop */
	.pop_c .pop .msg
	{
		    left: 6%;
    		width: calc(88% - 20px);
	}

	.containerTre .top_c .user_data p
	{
		display: none;
	}

}

/* Tolerancia del Menú aumentada */
@media (max-height: 630px) {
	
	.menu .item:first-child {
		margin-top: 3px !important;
	}
	
	.menu .item {
		margin-bottom: 3px !important;
	}
}


/* LOOK&FEEL */

/*-- SeccionBene --*/

.guia{
	border: solid 1px red;
}
.paddBene{
	padding: 0 5px;
}
.sinNada{
	padding: 0;
	margin: 0;
}
.model01{
	width: 100%;
	height: 165px;
	margin-bottom: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.model02{
	width: 100%;
	height: 225px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.model03{
	width: 100%;
	height: 400px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.backBene{
	background: #ededed;
	height: auto;
	width: 100%;
	padding: 40px;
}
.imgBene01{
	background: url('../img/pages/home/contBene/notasTips.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 123px;
	cursor: pointer;
}
.imgBene02{
	background: url('../img/pages/home/contBene/jugaCompra.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 183px;
	cursor: pointer;
}
.imgBene03{
	background: url('../img/pages/home/contBene/miraParticipa.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 123px;
	cursor: pointer;
}
.imgBene04{
	background: url('../img/pages/home/contBene/pediDemo.jpg') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 183px;
	cursor: pointer;
}
.bgSlid01{
	background: url('../img/pages/home/contBene/slid01.png') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 358px;
	cursor: pointer;
}
.bgSlid02{
	background: url('../img/pages/home/contBene/slid02.png') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 358px;
	cursor: pointer;
}
.bgSlid03{
	background: url('../img/pages/home/contBene/slid03.png') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 358px;
	cursor: pointer;
}
.bgSlid04{
	background: url('../img/pages/home/contBene/slid04.png') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 358px;
	cursor: pointer;
}
.bgSlid05{
	background: url('../img/pages/home/contBene/slid05.png') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 358px;
	cursor: pointer;
}
.bgSlid06{
	background: url('../img/pages/home/contBene/slid06.png') center center no-repeat #000;
	background-size: cover;
	width: 100%;
	height: 358px;
	cursor: pointer;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffcf00;
    border: 0;
}
.textBene{
    background: #ffffff;
    height: auto;
    padding: 1px;
    text-align: center;
    border-top: solid 5px #ffd800;
}
.lineHe{
	line-height: 0px;
}
@media only screen and (max-width: 1360px) {
	.imgBene01, .imgBene03{
		height: 90px;
	}
	.imgBene02, .imgBene04{
		height: 120px;
	}
	.bgSlid01, .bgSlid02, .bgSlid03, .bgSlid04, .bgSlid05, .bgSlid06{
		height: 263px;
	}
	.model01{
		width: 100%;
		height: 131px;
		margin-bottom: 10px;
	    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.model02{
		width: 100%;
		height: 163px;
		margin-bottom: 10px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.model03{
		width: 100%;
		height: 304px;
		margin-bottom: 10px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
}
@media only screen and (max-width: 1025px) {
	.respText{
		font-size: 10px;
	}
	.model01{
		width: 100%;
		height: 118px;
		margin-bottom: 10px;
	    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.model02{
		width: 100%;
		height: 128px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.model03{
		width: 100%;
		height: 256px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.respText{
		font-size: 10px;
	}
	.imgBene01{
		height: 80px;
	}
	.imgBene02{
		height: 90px;
	}
	.imgBene03{
		height: 80px;
	}
	.imgBene04{
		height: 90px;
	}
	.bgSlid01, .bgSlid02, .bgSlid03, .bgSlid04, .bgSlid05, .bgSlid06{
		height: 218px;
	}
	.backBene {
	    background: #ededed;
	    height: auto;
	    width: 100%;
	    padding: 40px 0;
	}
}
@media only screen and (max-width: 769px) {
	.padRes, .paddBene{
		padding: 0;
	}
	.respText {
	    font-size: 20px;
	}
	.model01{
		width: 100%;
		height: 128px;
		margin-bottom: 20px;
	    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.model02{
		width: 100%;
		height: 138px;
		margin-bottom: 20px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.model03{
		width: 100%;
		height: 266px;
		margin-bottom: 20px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	
}
