.radio_check {
	width: 49% !important;
	text-align: center;
}

.video_container {
	width: 100%;
	padding: 25px;
}

.none {
	display: none;
}

.headerForm{
    background-image: url("../img/header_formulario.png");
    background-size: cover;
    background-repeat: no-repeat;	
    margin-bottom: 50px;
}


.barraContacto{
    width: 100%;
    padding: 20px 0px;
    background-color: #096ddf;
    margin-top: 50px;  
    color: #fff;
    text-align: center;
}

.barraContacto ul li a{
    padding: 25px 10px;
    transition: 0.5s;
	color: #ffffff;
	font-size: 20px;
    margin: 0px;
    text-decoration: none;
}


.barraContacto ul li a:hover{
    color:  #109fdf;    
    background-color: rgba(0,0,0,0.1);
}

.loader {
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .9;
}
