
.parallax-header{
	background: #000;
	background: linear-gradient(
    rgba(0, 0, 0, .2),
    rgba(0, 0, 0, .4)
    ),
	
	url("../images/fondo_top.jpg");

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-content{
	padding: 50px 0 50px 0;
}

.tm-hero {
    min-height: 200px;
}

.tm-search-input {
    width: 360px;
    border-radius: 0;
    padding: 12px 15px;
    color: #009999;
    border: none;
}

.fa-search{
	background-color: 
}

.tm-search-btn {
    color: white;
    background-color: #009999;
    border: none;
    width: 100px;
    height: 50px;
    margin-left: -1px;
}

@media (max-width: 575px) {
    .tm-search-form {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        justify-content: center;
    }

}



.gallery{
	background-color: #dbdbdb;
	margin-bottom: 2px;
}

.card:hover{
	box-shadow: 4px 5px 5px 4px #888888;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.card-body h2{
	font-family: 'Fredoka One', cursive;
	color: #007BFF;
	font-size: 1.5rem;
}

.card-body p{
	font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic;
	color: #373737;
}

.media{
	text-transform: uppercase;
	color: #87013a;
	font-weight: 600;
}

.card-body .date_view{
	font-family: 'Poppins', sans-serif;	font-weight: 500; font-style: italic;
}

.modal-dialog h1{
	font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-style: italic;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.product_name{
	font-family: 'Fredoka One', cursive;
	font-size: 1.6rem;
	color: #021b6d;
	text-transform: uppercase;
}

.product_desc{
	font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic;
	color: #373737;
	font-size: 1.3rem;
}

.product_view{
	font-family: 'Poppins', sans-serif;	font-weight: 500; font-style: italic;

	text-transform: uppercase;

	font-size: .9rem;
	color: #3E3E3E;
}

.icon_num{
	font-size: 2rem;
	size: 2rem;

}


.num-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    color: #822306;
    font-weight: bolder;
    background-color: #f7ac8b;
    font-family: 'Acme', sans-serif;
    margin: 5px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.num-link:hover{
	background-color: #d08c6e;
	color: #822306;
}

.icon-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 3rem;
    color: #652620;
    
    margin: 5px 15px;
    
    text-decoration: none;
    transition: all 0.3s ease;
}

.icon-link:hover{
	color: #200C0A;
}

a.active{
	background: tomato;
	color: #fff;
}
/*
    font-family: 'Acme', sans-serif;
    font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic;
    font-family: 'Lato', sans-serif; font-weight: 700;
    font-family: 'Lato', sans-serif; font-weight: 900; font-style: italic;
    font-family: 'Lobster', cursive;
    font-family: 'Niconne', cursive;

    font-family: 'Poppins', sans-serif; font-weight: 400;
	font-family: 'Poppins', sans-serif;	font-weight: 400; font-style: italic;
	font-family: 'Poppins', sans-serif; font-weight: 500;
	font-family: 'Poppins', sans-serif;	font-weight: 500; font-style: italic;
	font-family: 'Poppins', sans-serif; font-weight: 800;
	font-family: 'Poppins', sans-serif;	font-weight: 800; font-style: italic;
	font-family: 'Poppins', sans-serif; font-weight: 900; font-style: italic;


	'Raleway', sans-serif; font-weight: 400;
	'Raleway', sans-serif; font-weight: 400; font-style: italic;
	'Raleway', sans-serif; font-weight: 500; font-style: italic;
	'Raleway', sans-serif; font-weight: 600;
	'Raleway', sans-serif; font-weight: 900;
	'Raleway', sans-serif; font-weight: 900; font-style: italic;

    font-family: 'Righteous', cursive;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-style: italic;
    font-family: 'Teko', sans-serif;
    font-family: 'Teko', sans-serif; font-weight: 700;

    font-family: 'Ubuntu', sans-serif;
	font-family: 'Ubuntu', sans-serif; font-style: italic;
	font-family: 'Ubuntu', sans-serif; font-weight: 700;
	font-family: 'Ubuntu', sans-serif; font-weight: 700; font-style: italic;

	font-family: 'Fredoka One', cursive;
*/
