@charset "utf-8";
/* CSS Document */
	.degradadoFondo {
	/*min-height: 964px;*/
	background: -webkit-linear-gradient(left top,  #a01d31, #906f74); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #a01d31, #906f74); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #a01d31, #906f74); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #a01d31, #906f74); /* Standard syntax */
}	
		
			.div-img {
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		}
		.div-img .img {
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		  width: 100%;
		  max-width:880px;
		  transform: scale(1);
		  -ms-transform: scale(1);
		  -moz-transform: scale(1);
		  -webkit-transform: scale(1);
		  -o-transform: scale(1);
		  -webkit-transition: all 500ms ease-in-out;
		  -moz-transition: all 500ms ease-in-out;
		  -ms-transition: all 500ms ease-in-out;
		  -o-transition: all 500ms ease-in-out;
		}
		.div-img:hover .img {
		  transform: scale(0.8);
		  -ms-transform: scale(0.8);
		  -moz-transform: scale(0.8);
		  -webkit-transform: scale(0.8);
		  -o-transform: scale(0.8);
		  -webkit-border-radius: 10px;
		  -moz-border-radius: 10px;
		  border-radius: 10px;
		}
				.img-caption{
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  padding-top: 4.5em;
		  background: #A8A8A8;
		  background: rgba(0, 0, 0, .4);
		  color: #fff;

		  text-align: center; 
		  font-size: 1.2em;
		  border-radius: 5px;
		  transition: all 0.8s ease-out;
		}

		/*.parallax-frase {
			background-image:url(/BORRA/surtv/images/222.jpg);
			height: 350px;
		}*/
		
			label.error {
				display:none;
				font-weight:normal;
				color:red;
			}
			.requerido {
				color:red;
			}
		.narr{color:#e94a38}
				
		/*SEND MAU*/
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"] , input[type="number"], input[type="date"] {
	width: 100%;
	/*border: 0px;*/
	padding: 10px;
	background: none;
	line-height: 22px;
	color: inherit;
	font-family: inherit;
	border: 1px solid;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
input[type="text"], textarea, input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"] {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color:#000000;
	border-color: #dddddd;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	margin: 3px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="date"] {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-bottom: 1px solid;
	/*border-color: inherit;*/
	color: inherit;
	color: #000000;
	border-color: #dddddd;
}
.roll-button {
        position: relative;
        display: inline-block;
        /*font-family: "Raleway", sans-serif;*/
        font-size: 13px;
        line-height: 24px;
        font-weight: 700;
        padding: 12px 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

    }
    .roll-button.border:hover, .roll-button{background-color: #722221;}
    .roll-button.border, .roll-button{border-color: #722221;}
    .roll-button.border{border: 1px solid #d65050; text-transform: uppercase;}

