/* 
Theme: Luco Ibañez 
Author: Austral Labs
*/

.accionTips {
    margin: 1em 0;
    text-align: center;
}
.accionTips .btn {
    font-size: 18px;
    padding: 1em 2em;
}
body, html{
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
}
.btn{
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
}
.btnGreen {
    background: #2ea530;
    color: #fff!important;
}
.btnGreen:hover {
    background: #19751e;
}
.btnRed {
    background: #d14d2d;
    color: #fff!important;
}
.btnRed:hover {
    background: #962b10;
}
.cta {
    background: #d14d2d;
    padding: 2em 0;
    text-align: center;
    color: #fff;
}
.cta .btn {
    font-size: 20px;
    padding: .5em 2em;
}
.cta h2{
	margin-top: 0;
	font-weight: 600;	
}
.detallesFiesta {
    margin-bottom: 10px;
}
.detallesFiesta .col-sm-6{
	padding-left: 0;
}
.detallesFiesta .icon{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.detallesFiesta .txtFiesta{
	width: 75%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.fiesta .col-sm-6 {
    padding: 0;
}
footer {
    background: #2b2b2b;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: .5em 0;
}
footer p {
    margin-bottom: 0;
}
.infoFiesta {
    padding-left: 30px!important;
}
.infoNovios {
    text-align: center;
    padding-top: 80px;
    color: #fff;
}
.infoNovios .btn {
    font-size: 20px;
    padding: .5em 2em;
}
.infoNovios h1 {
    font-size: 40px;
    font-weight: 700;
}
.infoNovios p {
    font-size: 18px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
}
.infoNovios .fotoNovios {
    width: 180px;
    margin: auto;
    border-radius: 100%;
    background: #fff;
}
.infoNovios img{
    border-radius: 100%;
    border: solid 6px #fff;
}
.infoFiesta, .infoProyectos{
	max-width: 550px;
	position: relative;
	padding: 2em 0;
}
.infoProyectos{
	padding-left: 50px;
}
.infoFiesta h2, .infoProyectos h2 {
    font-size: 30px;
    border-bottom: solid 1px #d14d2d;
    padding-bottom: 15px;
}
.infoFiesta h2 span, .infoProyectos h2 span {
    border-bottom: solid 5px #d14d2d;
    padding-bottom: 8px;
}
.infoFiesta p, .infoProyectos p {
    font-size: 18px;
}
.infoFiesta .txtFiesta p, .infoProyectos .txtFiesta p{
	font-size: 16px;
}
.logo {
    width: 120px;
    position: absolute;
    z-index: 999;
}
.mapWrap {
    padding-left: 0;
}
.proyectos .col-sm-6 {
    padding: 0;
}
section.topSection {
    min-height: 670px;
    background: url(../img/slide01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.trama {
    position: absolute;
    background: url(../img/trama.svg);
    height: 30px;
    width: 100%;
}
.trama2 {
    position: absolute;
    background: url(../img/trama2.svg);
    width: 30px;
    height: 100%;
    background-repeat: repeat-y;
}
.trama.tramaUp{
	top: 10px;
}
.trama.tramaDown{
	bottom: 10px;
}
.tramaLeft {
    left: 10px;
}
.tramaRight {
    right: -50px;
}
.playWrap {
    position: absolute;
    width: 150px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 150px;
}
.playWrap img {
    width: 100%;
    outline: none!important;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.videoLucos {
    background: url(../img/bgvideo.jpg);
    min-height: 550px;
    background-position: 50% center;
    position: relative;
}
.datos-cuenta {
    max-width: 300px;
    margin: 20px auto;
}
.datos-cuenta h4 {
    font-weight: 600;
    border-bottom: solid 3px #d14d2d;
    padding-bottom: 5px;
}
.datos-cuenta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.datos-cuenta ul li {
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    padding: .5em 0;
}
.datos-cuenta ul li:last-child {
    border-bottom: 0;
}
.infoNovios .modal-header {
    text-align: left;
    color: #000;
}

@media only screen and (max-width:970px){
	section.topSection {
		height: auto;
	}
}
@media only screen and (max-width:767px){
	.mapWrap{
		height: 200px!important;
		overflow: hidden;
	}
}

.copyright
{
    padding: 15px;
}