body {
  font-family: 'Lora';
  background: linear-gradient(rgba(47, 23, 15, 0.15), rgba(47, 23, 15, 0.15)), url("../img/principal.jpg");  /* pone una capa oscura a la imagen  */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.9);   /* Texto de la ultima linea */
}

.button {
  background-color: rgba(50,156, 226, 0.5); /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  padding-bottom:.5rem;

}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 50;
}


.section-heading .section-heading-under {
  display: block;
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
  margin-top:.5rem;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.8);
}
/* color de la barra verde */
#mainNav {
  background-color: rgba(88, 184, 240, 0.7);  /*  Color de la barra de menu */
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: #ffffff;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    /* color: rgba(50,156, 226, 0.9); */
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}


.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 550;    /* Distancia desde izquierda primer cuadro  */
    width: 60%;
    margin-top: 1rem;
    background-color: rgba(44, 162, 241, 0.8);  /* (24, 64, 8) cuadro superior   */
    color: cornsilk;
    position: absolute;
    
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
 
}


@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* background-color: rgb(242, 245, 240);  /* (242, 245, 240) Barra blanca de Abajo se la quité  */
  
}
/* Este es el recuadro del centro  Bienvenido a mundo cristiano */
.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(44, 162, 241, 0.8);    /*  24,64,8  verde   cuadro de  abajo  */
  color: cornsilk;
}

/* unvisited link */
a:link { color: #dcf1f1; }

/* visited link */
a:visited { color: #f3e1e1; }

/* mouse over link */
a:hover { color: #f5f5fa; }

/* selected link */
a:active { color: #0000ff; }


@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}
/*   temaños para productos  */
@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}



@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
   background-color: rgba(50,156, 226, 0.5);     /* Verde    47,23,15  */ 
}



.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}



.font-weight-light {
  font-weight: 100 !important;
}

.mbtm{
  padding-top: 5rem;
}

.mbt{
  padding-top: 2rem;
}

.mbt1{
  padding-top: 1.25rem;
}

a.link{
  color: rgba(255, 255, 255, 0.9);
}

a.link:hover{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.section-content{
  font-family: 'Lora' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

ul.errorlist{
  padding-top: .75rem;
  font-style: italic;
  color: red;
}

/*  codigo  password  */
/*  codigo  password  */
/*  codigo  password  */
/*  codigo  password  */
/*  codigo  password  */
/*  codigo  password  */

* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color: #FDFAF9; /*3498DB */
padding: 50px;
}
.login {
margin: 20px auto;
width: 600px;          /* ancho del bloque */
background-color: rgba(26, 158, 224, 0.5);
}
.login-screen {
background-color: rgba(26, 158, 224, 0.5);  /* #FFF; */
padding: 20px;
border-radius: 5px
}

.app-title {
text-align: center;
color: rgb(255, 251, 251);
}

.login-form {
text-align: center;
background-color: rgba(239, 241, 243, 0.5);


}
.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
/* width: 250px; */
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn-primary {
  display: block;
  border: 2px solid transparent;
  background: #1c83c7;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 12px;
  box-shadow: none;
  transition: 0.25s;
 
  /* width: 150px; */
  margin: 0 auto;
  width: auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}
/*   ----------- */
/*   ----------- */
/*   ----------- */
/*   ----------- */
/* Pretty Printed */

/* /* style.css */
.navbar-default, .btn, .form-control, .panel {
    border-radius: 0;
}
.navbar-default {
    background-color: rgba(245, 245, 220, .7);
    border-color: rgba(245, 245, 220, .9);
    box-shadow: 0px 3px 3px 0px #ddd;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background-color: rgba(245, 245, 220, .8);
    border-bottom: 4px solid #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: rgba(245, 245, 220, .7);
    border-color: rgba(245, 245, 220, .6);
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
}
.panel-footer {
    background-color: rgba(245, 245, 220, .5);
    border-color: rgba(245, 245, 220, .4);
}
.panel {
    box-shadow: 0px 3px 3px 0px #ddd;
}
a.navbar-brand, .panel-title {
    font-weight: bolder;
}

.wrapper {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   grid-column-gap: 10px;
   grid-row-gap: 1em;
}
* {box-sizing: border-box;}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 1em;

  border: 2px solid #f76707;
  border-radius: 5px;
  background-color: #fff4e6;
}

.wrapper > div {
  border: 2px solid #ffa94d;
  border-radius: 5px;
  background-color: #ffd8a8;
  padding: 1em;
  color: #d9480f;
}


.ArribaDerecha { 
  padding-top: 10px;
  padding-right: 15px;  /* Padding es marco */
  padding-bottom: 15px;
  padding-left: 5px;
  background-position: right;
  background-color: orange;
  text-align: right;
  margin: 2m;
  border: orange 2px solid;
  
  position: absolute;   /* Usuario, Password y nombre. Parte superior derecha  */
  background-color: rgba(50,156, 226, 0.5);
  width: auto;
  /* background-color: rebeccapurple; */
 
} 


.box {
  padding: 30px;
  width: calc(50% - 30px);
  background-color: rgb(48, 129, 204);
  color: white;
}

.principal {
  background-color: rgba(226, 140,25, .80);
  padding: 20px;
  border-radius: 5px
  }

  .btn1 {
    background-color:  rgb(58, 137, 211);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 28px;
}

.containermaps {
  background: #fff;
  box-shadow: 0 0 10px #000;
  border-radius: 10px;
  height: 500px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 900px;
  
}

.capas {
  border: 1px solid #000;
  display: inline-block;
  height: 500px;
  vertical-align: top;
   width:480px;
}


  