body {
    font-family: 'Lato', sans-serif;
}
p, h1, h2, h3, h4 {
    color: #333;
}

h6 {
    color: #333;
    
}

b {
    color: #000;
}

p {
	font-size: 1.3em;
}

li {
	font-size: 1.3em;
}

#reajuste_h2 {
    font-size: 1.0rem;
}

#reajus {
    padding: 10px;
}

.cabecera {
    background: url(img/bg-cabecera4.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cabecera .container {
    text-align: center;
    padding: 100px 0px 50px 0px;
}
.cabecera h1,
.cabecera h1 b {
    color: #FFF;
    font-size: 3.6rem;
    text-transform: capitalize;
    line-height: 1.4rem;
}
.cabecera h2 {
    color: #FFF;
    font-size: 1.5rem;
	line-height: 1;
}
.cabecera .btn.big {
    background-color: #FF2800;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 4px;
    padding: 20px 80px;
    /*font-size: 1.9em; /*Habilitarlo el lunes */
    font-size: 1.9em;
	margin-bottom: 1em;
}
.cabecera .btn.big:hover {
    background-color: #FF593A;
    color: white;
}
.cabecera .btn.medium {
    background-color: #FF2800;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 30px;
	font-size: 1.2em;
}

.cabecera .btn.medium.part {
    background-color: #FF2800;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 20px;
    font-size: 1em;
}

.cabecera .btn.medium:hover {
    background-color: #FF593A;
}
.cabecera .botones {
    padding: 20px 0px;
	
}
.cabecera .botones .left {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 60px;
}
.cabecera .botones .right {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 60px;
}

.introduccion {
    background-color: #FAFAFA;
}
.introduccion .container {
    text-align: center;
    padding: 50px 0px;
}
.introduccion .container p {
    width: 60%;
    margin: 0 auto;
}

.modalidades {
    background-color: #FFF;
}
.modalidades .container .texto  {
    padding: 50px 80px 50px 20px;
}
.modalidades .container .bg-img {
    background: url(img/bg1.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}
.modalidades .btn.medium {
    background-color: #FF2800;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 14px 60px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}
.modalidades .btn.medium:hover {
    background-color: #FF593A;
}

.acordeon1,
.acordeon2 {
    background-color: #FAFAFA;
}
.acordeon1 .container,
.acordeon2 .container {
    padding: 50px 0px;
}
.acordeon1 a:hover,
.acordeon2 a:hover {
    text-decoration: none;
}
.acordeon1 .panel-heading,
.acordeon2 .panel-heading {
    text-align: center;
    padding: 20px 0px;
}
.acordeon2 .panel-heading {
    border-bottom: 1px solid #F1F1F1;
}
.acordeon1 .panel-heading:hover,
.acordeon2 .panel-heading:hover {
    background-color: #DDD;
}
.acordeon1 h2,
.acordeon2 h2 {
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 1rem;
}

.acordeon1 .panel-link h2:after,
.acordeon2 .panel-link h2:after {
    top: 20px;
    right: -10px;
    content: "";
    position: relative;
    display: inline-block;
    background: url(img/down.png) no-repeat;
    height: 40px;
    width: 60px;
}
.acordeon1 .panel-link.activo h2:after,
.acordeon2 .panel-link.activo h2:after {
    background: url(img/up.png) no-repeat;
}
.acordeon1 .panel-body .row {
    margin: 30px 0px;
}
.acordeon1 .panel-body {
    height: 440px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#background{
    width: 100%;
    height: 100%;
}

#background_antofa {
    width: 86%;
    height: 86%;
}

.acordeon1 .item {
    display: block;
    position: relative;
    background-color: #FFF;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}
.acordeon1 .item h3 {
    font-size: 1rem;
}
.como-votar .texto {
    padding: 50px 80px 50px 20px;
    background-color: #FFF;
}
.como-votar .bg-img {
    background: url(img/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}
.como-votar .texto2 {
    padding: 50px 20px 50px 80px;
    background-color: #FFF;
}
.como-votar .bg-img2 {
    background: url(img/bg3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}

.video {
    background: url(img/bg-video.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video .container {
    text-align: center;
    padding: 150px 0px;
}
.video .container button {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 2rem;
}
.video .container a:hover {
    text-decoration: none;
}
.modal.show .modal-dialog {
    padding-top: 10%;
}
.modal-content {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #ff2800;
}
.footer .container {
    padding: 50px 0px;
    text-align: center;
}
.footer .container h3 {
    color: #FFF;
	font-size: 1.6em;
}

.como-votar .bg-img3 {
    background: url(img/bg4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}

.como-votar .bg-img4 {
    background: url(img/bg5.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}

.como-votar .bg-img5 {
    background: url(img/bg6.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}

.btnmesa {
	background-color: #ff2800;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	line-height: 1.5em;
}

.btnmesa p {
	color: #fff;
	font-size: 1.6em;
}

.tmesa p{
	color: #000;
	font-size: 1.7em;
	font-weight: 800;
}

.intro {
	font-size: 1.4em;
}
@media (min-width: 320px) and (max-width: 767px) {
    .modalidades .container .texto,
    .como-votar .texto,
    .como-votar .texto2 {
        padding: 30px 10px 30px 10px ;
    }
    .modalidades .container .bg-img,
    .como-votar .bg-img4,
    .como-votar .bg-img3,
    .como-votar .bg-img2,
    .como-votar .bg-img {
        height: 400px;
    }

    #text_consult {
        font-size: 1.5rem;
    }
	
	.modalidades {
    padding: 0;
}

.acordeon2 h2 {
	font-size: 1.4em;
}

    .acordeon1 .item {
        margin: 10px;
    }
    .acordeon1 .panel-body .row {
        margin: 0px;
    }
    .modal.show .modal-dialog {
        padding-top: 40%;
    }
    .cabecera .botones .right {
        padding-left: 10px;
    }
    .cabecera .botones .left {
        padding-right: 10px;
    }

    .cabecera .btn.big.consulta{
        font-size: 1.1rem;
        padding: 5px;
    }
	
	.cabecera h1,
.cabecera h1 b {
    color: #FFF;
    font-size: 3.5rem;
    text-transform: capitalize;
    line-height: 3.5rem;
}
}
