/*
 * Globals
 */

.opacity-1 {
  opacity:0.3!important;
}
.txtC {
  color: #000;
}

h1 {
    font-size: 4vw;
    font-weight: 300;
	margin-top: 46px;
}
h4 {
    color: #cd2653;
	font-weight: 100;
	font-size: 40px;
}
blockquote {
    border-color: #cd2653;
    border-style: solid;
    border-width: 0 0 0 0.9rem;
    color: inherit;
    font-size: 1.2em;
    margin: 4rem 0;
	margin-left: 10px;
    padding: 0.5rem 0 0.5rem 2rem;
	text-align: left;
	text-transform: uppercase;
}
.casa {
    border-color: #cd2653;
    border-style: solid;
    border-width: 0 0 0 0.1rem;
    color: inherit;
	text-align: left;
	color: #480b14;
	margin-left: 20px;
}
ul {
  list-style-image: url("img/punto.png");
}
.home-image {
  background-image: url("img/casa_ferrador_vista_casa.jpg"); 
  background-color: #cccccc; 
  height: 600px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; /* erres-  Escalado de la imagen de fondo */
}
.foto {
border-radius: .3rem;
}
.erre {
    font-weight: 990;
	padding-top: 60px;
	font-size: 30px;
	/* font-size:3vw; */
}
.erre4 {
    font-weight: 990;
	font-family: Georgia, times, serif;
	
	font-size: 16px;
	/* font-size:3vw; */
}
.erre2 {
    font-weight: 100;
	font-family: 'PT Serif', Georgia, times, serif;
}

.erre3 {
	padding-top: 30px;
    font-weight: 100;
	text-align: left;
	color: #6b6b6b;
	font-family: 'PT Serif', serif;
	font-style: normal;
	font-size:18px;
}
.erre13 {
margin-top: 30px;
}
.erre_link3 {
color:#fff;
text-decoration: underline;
}
.erre_link3:hover {
    color: #ccc;
}

.erre_link2 {
text-decoration: underline;
color: #ad840a;
}
.erre_link2:hover {
    color: #a0817c;
}

.erre_link {
text-decoration: underline;
color: #bb102c;
}

.erre_link:hover {
    color: #a0817c;
}
/* Links */
a,
a:focus,
a:hover {
  color: #333;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #333;
}



/*
 * Base structure

html,
body {
  height: 100%;
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
 */
.cover-container {
  max-width: 92%;
}



/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;

}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 450;
  font-size: 13px;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
text-transform: uppercase;
color: #6d4d5c;
letter-spacing: 1px;
padding-left: 12px;
margin-top: 14px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
 color: #b1b1b1;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #333;
  border-bottom-color: #444;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: #333;
}

/*
 * benjamin fondo
 */
 .fondo_01 {
  background: #333;
}
 .titulo {
  color: #fff;
}
