/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 * Modificaciones realizadas por Fernando Palarea para TenerifeBodas.
 */

@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');

body {
  padding-top: 56px;
}

/* Para futuros cambios en el diseño se ha creado esta clase para la cabecera donde está la frase
mensaje{
 
}

*/

h1.titulo {
  margin: 0 auto;
  margin-left: 22%;
  padding: 40px;
  font-size:36px;
  font-weight: 600;
  color:black;
  width: 80%;
  font-family: 'Nothing You Could Do', cursive;
}


h2.titulo {
  font-size:22px;
  font-weight: 600;
  color:#e59de4;
  font-family: 'Nothing You Could Do', cursive;
}

div#banner{
	width: 100%;
	margin-top: 20px;
	padding: 20px;
}

label.etiqueta{
	width: 6em;
}

.centrado{
	width: 100%;
	text-align: center;
	font-family: 'Nothing You Could Do', cursive;
}

.justificado{
	text-align: justify;	
}

#banner{
	background-image: url('../recursos/cabecera.jpg');
	min-height: 128px;
}

.msjOculto{
    visibility: hidden;
}

.msjError{
    visibility: visible;
    color: red;
    text-align: center;
}

.txtIntereses{
    width: 100%;
    resize: none;
}

.mensaje{
    padding-bottom: 20px;
}

.msjNoLeido{
    font-weight: bold;
}

.msjTexto{
    background-color: aliceblue;
}

.txtArea{
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    width: 100%;
    resize: none;
}

.flotante{
    width: 40%;
    z-index: 1000;
    padding-left: 20px;
}   

.fondo{
	margin-top: 50px;
	background-color: black;
    padding: 20px;
}

.copyright {
  color: white;
  font-size:16px;
  font-weight:500;
  width: 80%;
  font-family: 'Nothing You Could Do', cursive;
}

.row{
	margin-bottom:20px;
}

