@charset "UTF-8";
/* CSS Document */

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.img1 {
    background: url(/vistas/premios/fondo-premios-region.jpg);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.content--layout {
    grid-template-columns: 100%;
    padding-top: 2em;
}
.checkbox, .radio {
    position: inherit !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content {
    position: relative;
    display: grid;
    justify-content: center;
    align-content: center;
    /*height: 100vh;
    overflow: hidden;*/
    min-height: 650px;
    margin: 0 auto;
}
.section .h1, h1 {
    font-size: 31px;
}
.form-text {
    margin-left: 15px;
}
.formulario-premios .form-control {
    height: 44px;
	padding: 17px 12px;
	font-size: 16px;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    
}
.formulario-premios .btn-default {
    color: #fff;
    background-color: #a40d08;
    border-color: #a40d08;
	border-radius: 0px !important;
	padding: 17px 31px;
font-size: 19px;
font-weight: 500;

}

.colorform1 { color:#fff;}
.colorform2 { color:#A40D08;}

@media screen and (max-width:700px) {
.colorform1 { color:#A40D08;}
.fullpage-wrapper{padding-top: 20px;}
}


.days_text,.hours_text,.minutes_text,.seconds_text {
  color: #FFF !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
  
.modal {
  text-align: center;
  padding: 0!important;
}