/* --- Fonts 

    font-family: 'Carrois Gothic SC', sans-serif;

    font-family: 'Poiret One', sans-serif;

    font-family: 'Roboto Condensed', sans-serif;

    font-family: 'Source Sans Pro', sans-serif;


-----*/

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "kawoszeh";
  src: url('{!! asset('build/fonts/kawoszeh.otf') !!}')
  url('{!! asset('build/fonts/kawoszeh.svg') !!}') format("svg"), /* Legacy iOS */
  url('{!! asset('build/fonts/kawoszeh.ttf') !!}') format("truetype"), /* Safari, Android, iOS */
  url('{!! asset('build/fonts/kawoszeh.woff') !!}') format("woff"), /* Modern Browsers */
  url('{!! asset('build/fonts/kawoszeh.woff2') !!}') format("woff2"); /* Modern Browsers */;
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "OpenSans";
  src: url('{!! asset('build/fonts/OpenSans-Regular.eot')!!}') /* IE9 Compat Modes */
    url('{!! asset('build/fonts/OpenSans-Regular.otf') !!}') format("opentype"), /* Open Type Font */
    url('{!! asset('build/fonts/OpenSans-Regular.svg') !!}') format("svg"), /* Legacy iOS */
    url('{!! asset('build/fonts/OpenSans-Regular.ttf') !!}') format("truetype"), /* Safari, Android, iOS */
    url('{!! asset('build/fonts/OpenSans-Regular.woff') !!}') format("woff"), /* Modern Browsers */
    url('{!! asset('build/fonts/OpenSans-Regular.woff2') !!}') format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


/* ---Nav---*/
body { 
    padding-top: 50px;
    padding-bottom: 90px;
 }


.navbar-default .navbar-nav >{

    background-color: transparent;
    color: #fff !important;

}

#Empresa{
 font-family: 'kawoszeh', sans-serif;
}

#Texto-nav{
	font-family: '"Source Sans Pro","Helvetica Neue",Helvetica,Arial',sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight:bold;
}

#Texto-nav:hover{
	font-family: '"Source Sans Pro","Helvetica Neue",Helvetica,Arial', sans-serif;
	font-size: 15px;
	text-decoration: underline;
}

#Icono-nav{
	color: #fff;
}


.main-title{
	color: #fff !important;
	font-size: 30px;
}

.notificacion{
	z-index: 1 !important;
	text-align: right !important;
}

.navbar-default {
    background-color: #00996D !important;
    border-color: #000;
    border-radius: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 1.5em;
}

.navbar {
    border-width: 0 0px 2px 0px !important;
}

.descripcion{
	margin: 10px 10px 10px 10px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 15px;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #00996D;
    border: 1px solid #cccccc;
    border: 1px solid #000;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 2px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}



/*-----Slider-----*/
.navbar{
	margin-bottom: 0px;
}

#Texto-slide{
	font-family: 'Poiret One', sans-serif;
	font-size: 3em;
	font-weight: bold;
}

#Texto-tienda{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

/*Catalogo-----------*/
#Nombre-producto{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 1.3em;
	text-align: center;
}

#Precio-producto{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 1em;
	text-align: center;
}

#Detalle-producto{
	font-family: '"Source Sans Pro","Helvetica Neue",Helvetica,Arial',sans-serif;
	font-size: 12px;
	padding-top: 5px;
	color: #000;
}

#Boton-prducto{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 0.8em;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #e7e7e7;
	margin-top: 5px;
}

#Boton-prducto:hover{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



#products {
position: relative;
max-width: 100%;
width: 100%;
}

img {
width: 100%;
max-width: 100%;
height: auto;
}

.white-panel {
position: absolute;
background: white;
/*box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
padding: 10px;
}

.white-panel h1 {
font-size: 1em;
}

.white-panel h1 a {
color: #A92733;
}

.white-panel:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/*Inicio de Sesion----------*/

#Titulo-sesion{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 2em;
	text-align: center;
}

/*Detalle Producto----------*/
.panel {
    border: 1px solid #e7e7e7;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-width: 2px 1px 2px 1px;
}

/*------Carrito----*/

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #eeeeee;
}


#Titulo{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 2em;
	text-align: center;
}

#Costo-envio{
	font-weight: bold;
}

#Forma-pago{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 1em;
	text-align: center;
}

#Pago-total{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 2em;
	text-align: center;
	text-decoration: underline;
}


#Boton-vaciar{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #e7e7e7;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-width: 2px 1px 2px 1px;
}

#Boton-vaciar:hover{
	font-family: 'Roboto Condensed', sans-serif ;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 0px;
	border: 1px solid #e7e7e7;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-width: 2px 1px 2px 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.table-cart{
	background: #fff;
	border-radius: 1em;
}

.table-responsive{
	background: #fff;
	border-radius: 1em;
}

.table-cart img{
	width: 50px;
}


/* ---footer---*/

footer{
	background: #00996D;
	text-align: center;
	border-top: 1px solid #8e8682;
}

#Titulo-footer{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#Texto-footer {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}

#Contacto-correo{
	text-decoration: none;
	color: #000;
}

footer p{
	text-align: justify;
}

ul.redes li{
	display: inline-block;
}

ul.redes li a{
	color: #fff;
}

.redes{
	text-align: center;
}

#Titulo-footer {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

#Contacto-correo {
    text-decoration: none;
    color: #fff;
}

.footer {
    width: 100%;
    height: 90px;
    margin-top: 90px;
    bottom: 0;
    position: fixed;
}

.avatar{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    /*float: left;*/
    text-align: center;
}

.icono {
    color: #fff;
}

.formulario{
    border:2px solid rgba(0,153,109,60);
    margin: 10px 10px 10px 10px;
}

.terminos{
	border:3px solid #00996D;
}

.header-form{
    background-color: #00996D;
    color: #fff;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.txt-head-form{
    font-size: 2em;
}

.frm{
    margin: 10px 10px 10px 10px;
}

#contactos ul{
    list-style: none;
}

.txt-contacto{
    font-size: 1.5em;
}

a:link {color:#000;}
a:visited {color:#000;}
a:active {color:#000;}
a:hover {color:#000;}

@media only screen and (max-width:640px) {

body {
    padding-top: 50px;
    padding-bottom: 0px;
}

.footer {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    bottom: 0;
    position: relative;
}
 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #28b62c;
}

 #Empresa {
    font-family: 'kawoszeh', sans-serif;
    font-size: 1.5em;
}

#Texto-slide {
    font-family: 'Poiret One', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

#Texto-tienda {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

#Contacto-correo {
    text-decoration: none;
    color: #fff;
}

}