@font-face{
	font-family:"Pacifico";
	src: url(../font/Pacifico-Regular.ttf);
}
@font-face{
	font-family:"Montserrat";
	src: url(../font/Montserrat-Regular.ttf);
}
@font-face{
	font-family:"Montserrat";
	font-weight: bold;
	src: url(../font/Montserrat-Bold.ttf);
}

*{
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	background-color: white;
}
/*---------------Estilos base-----------------*/
img{
    display: block;
    width: 100%;
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.container{	
    width: 100%;
    margin: auto;
	border-radius: 5%;
}
.group .container{
	margin-top: 20px;
}
.container--flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	
}
.column{
    width: 100%;
}
/*---------------Estilos header-----------------*/
.main-header{
    width: 100%;  
    }
.logo {
	text-align: center;
   	font-size: 2em;
    color: black;
    padding: 10px;
    font-family: 'P','Montserrat', sans-serif;
    font-weight: 100;
}
.main-header__contacinfo__phone{
    background:#3361FF;
    color: white;
    margin: 0 auto;
    padding: 10px;
	font-size: .9em;
	text-decoration: none;
}
.main-header__contacinfo__address{
    padding: 10px;
    margin: 0;
	font-size: .9em;
	
}
/*--------------acomodacion de iconos-----------------*/
.main-header[class*="icon-"]:before {
    position: relative;
    top:2px;
    right: 5px;
}
/*---------------Estilos de menu-----------------*/
.main-nav {
    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
    }
.icon-menu{
    display: block;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
}
.menu {
    background: rgba(0,0,0,.60);
	position: absolute;
    top: 60px;
    left:0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 0;/*Ocultamos el menu junto con el overflow 0*/
    overflow: hidden;
    transition: height .3s linear;/*transsicion en segundos en base a la altura en pixeles*/
}
.menu__link{
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}
.menu__link--select {
   background:#C0C0C0 ; 
}
.menu__link:hover {
     background:#808080; 
}
.mostrar {
   height: 196px; /*Altura del menu al mostrarse se modificara si se agregan mas items al menu*/
}
/*---------------iconos sociales----------------*/
.social-icon{
    display: flex;
    justify-content: space-between;
    }
.social-icon [class*="icon-"]{
    color: black;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
}
.social-icon__link{
    text-decoration: none;
    }
/*---------------Estilos del banner----------------*/
.banner{
    margin-top: -55px;
    position: relative;

}
.banner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;    
}
.banner__img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.banner__contenido{
    width: 90%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
}     
/*---------------Estilos  principales----------------*/
.group--color .container{
	background: #C0C0C0;
	color: black;
	padding: 10px;
	text-align: center;
}
.main__title{
	margin: 15px;
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}
.column__title{
	font-size: 1.3em;
}
.main__about__description .column:nth-child(2){
	padding: 10px;
	text-align: center;	
}
.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	color: white;
	background: #3361FF;
	padding: 10px;
}
.btn:hover {
	background:#33F9FF;
}

.group__title{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 100;
	font-size: 1.8em;
	margin: 30px;
}
.today-special .column{
	margin-bottom: 30px;
	text-align: center;
	border-radius: 50px;
	background:#C0C0C0;
	
	
}
.today-special__img{
	margin: auto;
	max-width: 250px;
	border-radius: 50px;
}
.today-special__title{	
	font-size: 1em;
	padding-top: 10;
	padding-bottom: 20px;
}
.today-special__detalle{
	font-size: 1em;
	color: #DE423A; 
	font-weight: bold;
}
/*---------------Estilos  del footer----------------*/
.main-footer{
	background: black;
	color: white;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: .7em
}
.copy{
	text-align: center;
	margin: auto;
	margin-top: 15px;
}
.main-footer [class*="icon-"]{
	color: white;
	text-decoration: none;
	}
.main-footer [class*="icon-"]:before{
	position: relative;
	top: 1px;
	right: 5px;
}
/*---------------Estilos  Responsive  480px----------------*/
@media screen and (min-width:480px){
	.logo{
		color: white;
		font-size: 1.5em;
	}
	.main-header__contacinfo{
		text-align: right;
	}
	.banner{
		margin-top: -200px;
		z-index: -1000;
	}
	.banner__img{
		height: 500px;
	}
	.banner__contenido{
		font-size: 2em;
	}
	.main {
		padding-bottom: 15px; 
	}
	.main-header__contacinfo__phone{
		background: none;
		
	}
	.main-header__contacinfo__address{
		color: white;
	}
	
	.main__about__description .column:nth-child(2){
		padding-left: 20px;
		font-size: .9em;
      }
	.main__about__description .btn{
		margin: 0;
		}
	
	.today-special .column {
		border: 5px solid #ddd;
		padding: 5px;
	}
	.today.special__img{
		height: 200px;
		object-fit: cover;
	}	
	.main-footer .container--flex{
		align-items: flex-start;/*Alineacion de los articulos de manera vertical*/
	}
	
	.column--50{
		width: 49%;
	    	}
	
	.main-nav{
		background: rgba(0,0,0,0.85);
	}
	.column--50-25{
		width: 49%;
	}
	.column--33{
		width: 31%;
	}
}
/*---------------Estilos  Responsive  768px--------------*/
@media screen and (min-width:768px){
	.logo{
		font-size: 2.5em;
		padding: 0;
		margin-left: 30px;
	}
	.main-header__contacinfo__phone{    
    color: white;
    margin: 0 auto;
    padding: 10px;
	font-size: 1em;
}
.main-header__contacinfo__address{
   color: white;
    margin: 0 auto;
    padding: 10px;
	font-size: 1em;
}
	.main .container{
		margin-top: 10px;
	}
	.main__title{
		font-size: 30px;
	}
	.main__about__description{
		margin-top: 30px;
	}
	.main__about__description .column--50:nth-child(2){
		font-size: 1em;
	}
	.main__about__description .column--50:nth-child(2) .column__txt{
		line-height: 25px;
	}
	.column--50-25{
		width: 24.5%;
	}
	.column__title{
		font-size: 1.em;
	}
	.group__title{
		font-size: 2.2em;
	}
}
/*---------------Estilos  Responsive 1024px--------------*/
@media screen and (min-width:1024px){
	.container{
		width: 1000px;
	}
	.logo{
	    font-weight: 550;
		font-size: 3em;
		padding: 0;
	}
	.main-header__contacinfo__phone,.main-header__contacinfo__address{
		padding-right: 0;
		font-size: 1.15em;
	}
	.main-nav{
		padding: 0;
	}
	.banner__contenido{
        font-size: 2.5em;
	}

	.icon-menu{
		display: none;
	}
	.menu{
		position: static;
	    display: flex;
		height: auto;
		width: auto;
	}
	.menu__link{
		padding: 20px;
	}
	.group--color .container{
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 20px;
	}
	.main__title{
		font-size: 2.6em;
	}
	.main__about__description .column--50:nth-child(2) .column__txt{
		line-height: 40px;
	}
	.today-special__price{
		font-size: 1.8em;
	}
	.main-footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
}
/*---------------Estilos  Responsive 10600px--------------*/
@media screen and (min-width:1600px){
	.comtainer{
		width: 1400px;
	}
	.main__about__description .column:nth-child(1) .img{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}

	
}