header {
    height: 60px;
    background: #009d93;
}
header .logo img {
    height: 80px;
}
.boton-sorteo.escritorio {
    z-index: 1;
    position: absolute;
    top: 15%;
    right: 27%;
    text-align: right;
}
.boton-sorteo > a {
    outline: 0;
}
.boton-sorteo.escritorio img {
    width: 220px;
}
@media only screen and (max-width: 1495px){ 
	.boton-sorteo.escritorio {
		right: 28%;
	}
}
@media only screen and (max-width: 1400px){ 
	.boton-sorteo.escritorio {
		right: 30%;
	}
}
@media only screen and (max-width: 979px){ 
	.boton-sorteo.escritorio {
		right: 35%;
	}
}
.carousel {
    margin-bottom: 0px;
}
.carousel, .item, .active {
    height: 100%;
}
.carousel {
    height: calc(100vh - 60px);
}
.carousel-indicators {
    bottom: 40% !important;
    left: 50%;
	justify-content: left;
	margin: 1px;
}
.carousel-indicators li{
	background-color: #fff;
	border: 0;
	width: 10px;
    height: 10px;
	border-radius: 10px;
	opacity: 1;
	
}
.carousel-indicators li.active{
	background-color: #626262;
    border: 0;
    width: 10px;
    height: 10px;
	opacity: 2;
}



.carousel-inner {
    height: 100%;
}
.carousel .carousel-inner .bg1{
	background-image: url('http://tierravintage.com.ar/assets/images/background/fondo1.jpg');
    background-position: center center;
}
.carousel .carousel-inner .bg2{
	background-image: url('http://tierravintage.com.ar/assets/images/background/fondo2.jpg');
    background-position: center center;
}
.carousel .carousel-inner .bg3{
	background-image: url('http://tierravintage.com.ar/assets/images/background/fondo3.jpg');
    background-position: center center;
}
.carousel .carousel-inner .bg{
	background-repeat: no-repeat;
    background-size: cover;
}
.carousel .item {
    background-color: #777;
}
.header-text{
	position: absolute;
    top: 8%;
    left: auto;
    right: auto;
    width: 100%;
    color: #fff;
    margin: auto;
}
.mobile{
	display: none !important;
}
.escritorio{
	display: block !important;
}
.card-default {
    border-color: #ddd;
    background-color: transparent;
    margin-bottom: 24px;
}
.carousel-control{
	top: 40%;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
	font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-control-prev {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    left: 2%;
}
.carousel-control-prev .carousel-control-prev-icon{
    margin-left: -5px;
    margin-top: -2px;
	height: 30px;
	width: 30px;
	font-size: 30px;
}
.carousel-control-next {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    right: 2%;
}
.carousel-control-next .carousel-control-next-icon{
    margin-right: -3px;
	margin-top: -2px;
	height: 30px;
	width: 30px;
	font-size: 30px;
}



.formulario.estatico.escritorio {
    width: 25%;
}
.formulario {
    padding-right: 4%;
}
.formulario.estatico {
    position: absolute;
    top: 15%;
    right: 0%;
}
@media only screen and (max-width: 1495px){ 
	.formulario.estatico.escritorio {
		width: 26%;
	}
	.formulario {
		padding-right: 3%;
	}
}

@media only screen and (max-width: 1400px){ 
	.formulario.estatico.escritorio {
		width: 28%;
	}
}

@media only screen and (max-width: 1260px){ 
	.formulario.estatico.escritorio {
		width: 30%;
	}
}

@media only screen and (max-width: 979px){ 
	.formulario.estatico.escritorio {
		padding-right: 15px;
	}
}

.card-default {
    border: 0;
}

.card-default > .card-header {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.card-default > .card-header, .card-default > .card-footer {
    color: #333;
    background-color: #ddd;
}

.card .card-header {
    border-radius: 6px 6px 0 0;
    padding: 8px;
}

.card-default > .card-header {
    border-bottom: 0;
    padding: 8px;
    background: #266aad;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 20px 20px 0 0;
}

.card-default > .card-body {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 20px 20px;
}

.card .card-body {
    display: table;
    width: 100%;
    padding: 12px;
}

form {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.form-group label {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

textarea.form-control {
    height: 70px;
}

.btn-default {
    color: #fff;
    background-color: #266aad;
    border-color: #266aad;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
}

.btn-default:hover {
    color: #fff;
    background-color: #244d75;
    border-color: #244d75;
}


.image-header {
	z-index: 999;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    position: absolute;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.formulario.estatico.mobile {
    position: absolute;
    top: 12%;
    left: 0%;
    right: 0%;
}

.fondo-azul {
    background: #266aad;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
	font-size: 13px;
}

.imagenes-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
	display: inline-flex;
    width: 100%;
}
.imagenes-mobile img {
    width: 50px;
}

.redes {
    position: absolute;
    width: 100%;
    bottom: 65px;
}
.redes img {
    width: 80px;
}

.textos-azules {
    background: #266aad;
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 15px;
}

footer {
    height: 50px;
    background: #009d93;
    padding-right: 8px;
    padding-top: 8px;
}
.footer-image {
    height: 30px;
    margin-right: 5px;
}
footer a {
    color: #fff;
	text-decoration: none;
}
footer a:hover {
    color: #fff;
    opacity: 0.7;
	text-decoration: none;
}
@media (max-width: 1200px){
	.container{
		max-width: 1200px;
	}
}

@media only screen and (max-width: 768px){ 
	.escritorio {
		display: none !important;
	}
	.carousel {
	    height: calc(100vh - 50px);
	}

	.mobile {
		display: block !important;
	}
	.carousel-indicators {
		display: none;
	}
	.boton-sorteo.mobile {
		left: -15px;
	}
	.formulario.estatico.mobile {
		padding-right: 0px;
		margin-right: 35px;
    	margin-left: 35px;
		padding-bottom: 30px;
		padding-top:20px;
	}
	.card-default > .card-body {
		border-radius: 20px;
		padding: 0;
	}
	.form-group {
		margin-bottom: 10px;
	}
	textarea.form-control {
		height: 35px;
	}
	.carousel-control{
		width: 35px;
		height: 35px;
	}
	.carousel-control-next {
		right: 2%;
	}
	footer img {
		height: 20px;
	}
}

@media only screen and (max-width: 979px){ 
	.card-default > .card-header {
		font-weight: 600;
	}
}
@media only screen and (max-width: 1210px){ 
	.card-default > .card-header {
		font-size: 20px;
	}
	.redes img {
		width: 50px;
	}
	.textos-azules{
		font-size: 11px;
	}
}