main{
    background-image: url(../img/fondocontacto.png);
    background-position: top;
    background-repeat: repeat-y;
    min-height: calc(100vh - 81px); /* alto total (con respecto a la ventana) menos alto header */
    background-size: contain;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0;
}
    
h1 {
    font-family: "Rubik";
    color: #FFFFFF;
    font-size: 25px;
    width: 385px;
    height: 45px;
    padding-left: 61px;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url('../img/bgktitulovioleta.png') no-repeat;
}

.contacto {
	width: 385px;
    background-size: cover;
    font-size: 0;
    margin: auto;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, .7)
   
}

.fondo2{
    height: 327px;
    width: 338px;
    margin: auto; 
    background-image: url(../img/bgkcontacto.png);
    padding-top: 15px;
}

h2 {
    margin: 0 auto;
    width: 100%;
    font-family: "Rubik";
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}
    
.formulario{
    margin-top: 10px;
    padding: 0 15px;
}

.formulario h2{
    text-align: left;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
 }

form{
    margin: auto;
    box-sizing: border-box;
}

input, textarea{
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: black;
    
}

textarea{
    height: 70px;
    max-width: 100%;
}
    
.botonera{
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 15px;
    bottom: 50px;
    width: 100%;
	display: block;
   }
    
.botonera a{
	width: 100%;
	display: block;
    margin-bottom: 15px;
    text-align: center;
  
}
    
h3 {
    font-family: "Rubik";
    color: #FFFFFF;
    font-size: 25px;
    width: 385px;
    height: 45px;
    padding-left: 61px;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url('../img/bgktitulovioleta.png') no-repeat;
}

.texto{
    padding: 20px 20px 10px 20px;
    /*background-image: url(../img/bgkcontenedor.png);*/
    background-color: rgba(255, 255, 255, .7);
}    
.texto p{
    font-family: "Rubik",sans-serif;
    color: black;
    font-size: 13px;
    text-align: justify;
}

.subtitulo {
    font-family: "Rubik";
    color: #632369;
    font-size: 15px;
    font-weight: 700;
}

.textofinal{
    padding: 10px 20px 10px 20px;
    /*background-image: url(../img/bgkcontenedor.png);*/
    background-color: rgba(255, 255, 255, .7);
    padding-bottom: 30px;
}    
.textofinal p{
    font-family: "Rubik",sans-serif;
    color: black;
    font-size: 13px;
    text-align: justify;
}

.fondomapa{
 background-color: rgba(255, 255, 255, .7);
	width: 100%;
    padding: 20px;
}

