@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v9/8vIJ7ww63mVu7gt79mT7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'todayshop-lightitalicregular';
	font-display: swap;
    src: url('Fonts/TodayShop/todayshop-lightitalic-webfont.woff2') format('woff2'),
         url('Fonts/TodayShop/todayshop-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;	 
}

@font-face {
    font-family: 'academy_sansregular';
	font-display: swap;
    src: url('Fonts/AcademySans/academysans-webfont.woff2') format('woff2'),
         url('Fonts/AcademySans/academysans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 20px;
}
body {
    font-family: 'academy_sansregular';
	font-display: auto;
    font-weight: bolder;
    background-color: black;
    background-image: url("images/diseno/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
    color: black;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
p {
    color: black;
    font-size: .9rem;
    margin: 0px;
}
.notas {
    color: gray;
    font-size: .75rem;
    margin: 0px;
}
ul {
    font-size: .9rem;
}
.linkBlanco {
    color: white;
}
.linkBlanco:hover {
    color: #D08000;
    ;
}
.TextMin {
    color: white !important;
    font-size: .6rem;
}
.Today {
    font-family: 'todayshop-lightitalicregular';
    font-weight: bolder;
    font-size: 1.2rem;
}
.Cita {
    font-size: 24px;
}
.blanco {
    color: white;
}
.boton {
    background-color: #D08000;
    border-color: #D08000;
}
.boton:hover {
    background-color: #F0A021;
    border-color: #F0A021;
}
img{
	pointer-events: none;
}
.img-bn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.comingsoon {
    background-color: red;
    position: absolute;
    left: 10%;
    top: 80%;
    width: 80%;
    z-index: 100;
}
#Menu {
    background-color: black !important;
}
.nav-item {
    color: white !important;
    font-family: 'todayshop-lightitalicregular';
}
.padding {
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}
#Somos {
    background-image: url("images/diseno/Foto-somos.webp");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.card {
    border: solid #6F6F6E 2px;
    border-radius: 25px;
    overflow: hidden;
    min-height: 450px;
}
/* Animaciones */
.div-img .hidden {
    overflow: hidden;
}
.div-img .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.div-img:hover .img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.div-img .opacity{
	opacity: 0.5;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.div-img:hover .opacity{
	opacity: 1;
}

/* Media Querys*/
@media (max-width: 576px){
	html{
		font-size: 14px;
	}
/*	body {
		background-image: url("images/diseno/background.webp");
		background-repeat: repeat-y;
		background-size: contain;
		background-position: top;
		background-attachment: fixed;
	}*/
	.card {
    	min-height: auto;
		height: auto;
	}
}
