.tarjeta {
    border: 1px solid black;
    border-radius: 5%;
    
}

.card {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    transition: background-color .9s ease;
    background-color: #D0D3D4;
    
    height: 130px!important;
}

.btn-secondary a  {
    background-color: #868ea5!important;
}





.card {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    transition: background-color .9s ease;
    background-color: #D0D3D4;
    
    height: 130px!important;
}





.card:hover {
    background-color: rgba(0, 0, 0, 0.493);
background: rgba(0, 0, 0, 0.493);
color: rgba(0, 0, 0, 0.493);
cursor: pointer;
}


/** NAVEGACION **/
.navegacion {
    background-color: #D0D3D4;
}
.navbar-light .navbar-toggler{
    background-color: #ffffff;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #ffffff;
}




.nav-link  {
    color: #868ea5;
    /* font-size: 1.4rem; */
   transition: all .2s ease-in-out;
   font-family: 'Righteous', cursive;
   text-transform: uppercase;
}

.dest {
    color: #23272B;
}



.nav-link:hover  {
    border-bottom: 1px solid #868ea5; 
    color: #868ea5;
}

.uno {
    background-color: #868ea5;
}

.carousel-caption h2 {
    font-family: 'Righteous', cursive;
    /* font-size: 2rem;
    font-weight: 900; */
    color: #fff;

}

.carousel-caption h5 {
    font-family: 'Righteous', cursive;
    /* font-size: 2rem;
    font-weight: 900; */
    color: #fff;
    

}

h4 {
    font-family: 'Righteous', cursive;
}



.borde {
    border-bottom: 1px solid #868ea5;
}

/** Sociales **/
.sociales ul {
    list-style: none;
    margin:0;
    padding:0;
}
.sociales ul li {
    position: relative;
    display: inline-block;
}
.sociales ul li a::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    padding: 0.4rem;
    content: '\f08e';
    -webkit-font-smoothing: antialiased;
    font-size: 2rem;
    color: #23272B;
}

nav ul li a {
    color: #868ea5;
}


.sociales ul li a[href*="facebook.com"]::before{
    content: '\f230';
}
.sociales ul li a[href*="twitter.com"]::before{
    content: '\f081';
}
.sociales ul li a[href*="instagram.com"]::before{
    content: '\f16d';
}
.sociales ul li a[href*="pinterest.com"]::before{
    content: '\f0d2';
}
.sociales ul li a[href*="youtube.com"]::before{
    content: '\f16a';
}


/* footer */
.copyright {
    color:black;
    font-size: .8rem;
}

.footer-sitio {
    background-color: #fff;
    color: black;
    font-family: 'Righteous', cursive;
}


.logo-footer {
    width: 80%;
}

.enlace {
    list-style: none;
}

.enlace a {
    text-decoration: none;
    color: black;
}

.enlace a:hover {
    color: #E0A300;
}

.borde {
    border-bottom: 1px solid #7B057E;
}



@media (min-width: 1024px) {
    .logo-marcas {
        height: 100px;
    }

    .card {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    transition: background-color .9s ease;
    background-color: #D0D3D4;
    
    height: 180px!important;
}
}