body {

    background: #333 url(../imagenes/Fondo-terra.jpg) no-repeat fixed;
    background-attachment: fixed;
    background-size: 100% 100%;    
}


  /*------------*/

  *{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'lato';
}

.slide-contenedor{
    max-width:100%;
    max-height: 100vh;
    width: 70%;
    height:50%;
    position: relative;
    overflow: hidden;
    /* margin: auto; */
}

/* .miSlider{
    display: none;
    transition: 2s;
    max-height: 100vh;
} */

.miSlider img{
    width: 100%;
    height: inherit;
    object-fit: cover;
    vertical-align: top;
    transition: 20s;
}

.direcciones{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.direcciones a{
    color: #fff;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}

.direcciones a:hover{
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.barras{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom:5px;
}

.barra{
    cursor: pointer;
    height:2px;
    width: 25px;
    margin: 0 2px;
    background: #dcdde1;
    display: inline-block;
    margin-left: 3px;
}

.active{
    background-color: #e74c3c;
}

.fade{
    animation-name: fade;
    animation-duration: 3s;    
}

@keyframes fade {
    from {opacity: .1;}
    to{opacity:1;}
}
  
  .topnav a:hover {
    background-color: #ddd;
    background-attachment: fixed;
  }



  .carousel{
      margin-top: 20px;
  }
  .carousel-item{
    width: center;
      text-align: center;
      min-height: 200px; /* Prevent carousel from being distorted if for some reason image doesn't load */
      
  }
  .bs-example{
    margin: 10px;main h1,p,h2{

    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #4b3621
    
    }
    
    main {
    
    margin:0 auto;
    
    
    }
  }

  
/*-----------*/




