main {
	overflow-x: hidden;
	position: relative;
}

a:hover {
	text-decoration: none;
}

.home-portada {
	background: #ed3230;
	color: #fff;
}

.home-portada h1 {
	font: normal bold 1.6rem 'Lato', sans-serif;
	text-transform: uppercase;
	position: relative;
}

.home-portada h2 {
	font: normal bold 1.9rem'Lato', sans-serif;
}


.home-portada h1:before {
	content: '';
	width: 2rem;
	height: .3rem;
	background: #fff;
	position: absolute;
	bottom: 0rem;
}

.home-sorteos {
	background: #eeeeee;
}

.home-sorteos .ultimo-sorteo,
.home-sorteos .planes,
.home-sorteos .adjudicados {
	border-radius: .5rem;
	padding: 2rem 1rem;
	vertical-align: middle;
}

.home-sorteos .ultimo-sorteo {
	border: 2px solid #404273;
	color: #404273;
}

.home-sorteos .adjudicados {
	border: 2px solid #404273;
}

.home-sorteos .planes {
	background: #404273;
	color: #fff;
}

.home-sorteos .adjudicados {
	background: url(images/home-adjudicados.png);
	color: #fff;
	text-shadow: -2px 0px 7px #000000;
}

.home-sorteos .ultimo-sorteo h4 {
	font: normal normal 1.5rem'Lato', sans-serif;
	text-transform: uppercase;
}

.home-sorteos .ultimo-sorteo h4 span{
	font: normal 900 2rem'Lato', sans-serif;
}

.home-sorteos .planes h4,
.home-sorteos .adjudicados h4 {
	font: normal 900 2rem'Lato', sans-serif;
}

.home-sorteos .ultimo-sorteo p,
.home-sorteos .planes p,
.home-sorteos .adjudicados p {
	font: normal bold 1rem'Lato', sans-serif;
	text-decoration: underline;
}

.home-atencion {
	background: #ed3230;
	color: #fff;
	font: normal normal 1.2rem'Lato', sans-serif;
}

.home-atencion h4 {
	font: normal 900 2.31rem'Lato', sans-serif;
}

.home-atencion img {
	width: 1rem;
	margin: 0 .8rem;
	vertical-align: baseline;
}

.home-atencion a {
	color: #fff;
	text-decoration: underline;
}

.home-adjudicados {
	background: #eeeeee;
}

.footer {
	background: #404273;
	color: #fff;
	padding: 2rem 1rem;
}

.footer p {
	font: normal normal 1.2rem/1.6rem 'Lato', sans-serif;
	padding: .1rem 0;
	margin: 0;
}

.footer a {
	color: #fff;
}

.footer .datos img {
	width: .8rem;
	margin-right: .8rem;
}

.footer .afip img {
	width: 5rem;
}

.carousel-indicators {
	bottom: -2.5rem;
}

.carousel-indicators li {
	background: rgba(64,66,115,.5)
}

.carousel-indicators .active {
	background: #404273;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 35px;
	height: 35px;
}

.navbar {
	position: sticky;
	top:0;
	background: #fff;
	z-index: 999;
}

.navbar-brand img{
	width: 5rem;
}

.navbar-collapse {
	background: #404273;
}

.nav-item {
	text-transform: uppercase;
	font: normal normal 1rem/1rem 'Lato', sans-serif;
	padding: 1rem;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.nav-item:last-child {
	border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	text-decoration: underline;
}

.navbar .telefono {	
	display: none;
}

.telefono-mobile {	
	font: normal normal 1.3rem/1.3rem 'Lato', sans-serif;
	color: #404273;
	padding: .8rem;
	width: 100%;
	background: #eeeeee;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.telefono-mobile p {
	margin:0;
}

.navbar .telefono img,
.navbar .telefono-mobile  img {
	width: 1.5rem;
	margin-right: .5rem;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.condiciones,
.formas-pago,
.sorteos,
.contacto  {
	background: #eeeeee;
}

.titulo {
	font: normal 900 2rem 'Lato', sans-serif;
	color: #404273;
	position: relative;
	text-transform: uppercase;
}

.titulo:before {
	content: '';
	width: 2rem;
	height: .3rem;
	background: #ed3230;
	position: absolute;
	top: -1rem;
}

.condiciones h3 {
	font: normal 900 1rem/1.5rem 'Lato', sans-serif;
	color: #404273;
	padding-top: .8rem;
}

.formas-pago h4{
	font: normal 900 1.5rem/1.5rem 'Lato', sans-serif;
	color: #404273;
	padding-top: 1rem;
}

.formas-pago p{
	font: normal normal 1rem/1.2rem 'Lato', sans-serif;
	color: #404273;
}

.premio div {
    font: 900 normal 1.2rem 'Lato', sans-serif;
    color: #000;
    border: 2px solid #ed3230;
    border-radius: 3px;
    padding: 1rem;
    margin: .5rem;
}

.sorteos .ultimo-sorteo {
	border-radius: 3px;
}

.sorteos .subtitulo {
	border-radius: 3px;
	font: normal 900 2rem 'Lato', sans-serif;
	color: #ed3230;
	text-align: center;
}

.sorteos .ultimo-sorteo h4 {
	background: #ed3230;
	font: normal normal 2rem 'Lato', sans-serif;
	color: #fff;
	width: 100%;
	padding: 2rem 3rem;
	margin: 0;
}

.sorteos .ultimo-sorteo h4 span {
	font: normal 900 2.8rem 'Lato', sans-serif;
	color: #fff;
}

.sorteos .ultimo-sorteo p {
	background: #404273;
	font: normal normal 1rem 'Lato', sans-serif;
	color: #fff;
	width: 100%;
	padding: 1rem 3rem;	
	margin: 0;
}

.subtitulo-2 {
	font: normal bold 1.3rem/1.5rem 'Lato', sans-serif;
	color: #404273;
	text-align: center;
	padding-top: 3rem;
}

.w-75 {
		width: 100%!important;
	}

.bg-blanco {
	background: #fff;
	padding: 2rem 0;
	border-radius: 3px;
}

.ganador .row{
	border: 1px solid #004dc0;
}

.ganador .col-12 {
	font: 900 normal 1.2rem 'Lato', sans-serif;
	padding: 1.5rem;
	border-bottom: 1px solid #004dc0;
	color: #ed3230;
}

.ganador .col-6 {
	font: 900 normal 1.1rem 'Lato', sans-serif;
	padding: 1rem;
	border-right: 1px solid #004dc0;
	color: #ed3230;
}

.ganador .col-6:last-child {
	border: none;
}

.ganador .col-6 span {
	font-size: 2.3rem;
}

.map {
	border: 6px solid #fff;
	border-radius: 3px;
}

.map iframe {
	width: 100%;
	height: 600px;
}

.contacto p,
.contacto p a {
	font: normal normal 1.3rem 'Lato', sans-serif;
	color: #000;
}
.contacto p span {
	color: #ed3230;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

	.home-portada h1 {
	    font: normal bold 1.3rem 'Lato', sans-serif;
	}
	.home-portada h1:before {
		bottom: 0;
	}

	.home-portada h2 {
    	font: normal bold 1.3rem'Lato', sans-serif;
	}

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.home-portada h1 {
	    font: normal bold 1.8rem 'Lato', sans-serif;
	}
	.home-portada h1:before {
		bottom: 0;
	}

	.home-portada h2 {
    	font: normal bold 2rem'Lato', sans-serif;
	}

	.home-sorteos .adjudicados {
		padding-top: 4rem;
	}

	.home-sorteos .planes {
		padding-top: 4rem;
	}

	.w-75 {
		width: 75%!important;;
	}

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

	.navbar {
		padding: 0;
	}

	.home-portada h1 {
		font: normal bold 2rem 'Lato', sans-serif;
		text-transform: uppercase;
		position: relative;
	}
	
	.home-portada h1:before {		
		bottom: -1rem;
	}

	.home-portada h2 {
    	font: normal bold 2.2rem'Lato', sans-serif;
	}

	.navbar-brand img{
		width: auto;		
		padding: .5rem;
	}

	.telefono-mobile {
		display: none;
	}

	.navbar .telefono {
		position: absolute;
		right: 0;
		top:1rem;
		font: normal normal 1.3rem/1.3rem 'Lato', sans-serif;
		color: #404273;
		padding: .8rem;
		display: block;
	}

	.nav-item {
		text-transform: uppercase;
		font: normal normal 1rem/1rem 'Lato', sans-serif;
		border-bottom: none;
		padding: .5rem;
	}

	.condiciones,
	.formas-pago,
	.sorteos  {
		padding:1rem;
	}

	.premio {
		background: #eee;
	}

	.premio div {
	    font: 900 normal 1.5rem 'Lato', sans-serif;
	    border: none;
	    border-right: 2px solid #ed3230;
	    padding: 1.5rem;
	    border-radius: 0;
	}



}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.home-portada-texto {
		padding: 1.4rem;
	}	 
	.home-portada h2 {
		font: normal bold 2.8rem'Lato', sans-serif;
	}

}

@media (min-width: 1600px) {
	.home-portada-texto {
		padding: 5rem;
	}	 

}


