

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1200px)  {
  	.menu{
	font-size:16px  !important;
}
  }

@media only screen 
  and (min-width: 425px) 
  and (max-width: 1024px)  {
  	.menu{
	font-size:12px  !important;
}

.navbar-brand {
    font-size: 30px !important;
}

#slogan{

    font-size: 15px !important;
}

#titulorecuadro{
    width: 350px !important;
}

  }

@media only screen 
and (min-width: 0px) 
  and (max-width: 425px) { 

.navbar-brand {
    font-size: 25px !important;
}

#slogan{

    font-size: 13px !important;
}

#titulorecuadro{
    width: auto !important;
}

.enviogratis p {
    line-height: 25px !important;
}

	}  

@font-face {
    font-family: geosanslight;
    src: url(../fonts/GeosansLight.ttf);
}

body {
    padding-bottom: 20px;
}

a{
	color:#000;
}

p {
	font-size: 25px;
	    font-family: geosanslight;
}

.aemail{
	font-size: 18px;
}



#inicio{
	    padding-top: 140px;
}

.geosansfont, .primeralinea, .segundalinea  {
    font-family: geosanslight;
}

.robotofont, h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	font-weight:900;
}

#slogan{
	display: block;
    margin-top: 10px;
    transform: skewX(-10deg);
    font-size: 22px;
}

.navbar{
	min-height:100px;
    background-color: #fff;
    margin-top: 20px;
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.6);
}


.navbar-brand {
    font-size: 44px;
    color: #000;
}

.menu{
	margin-top:12px;
	font-size:25px;
	color:#000;
}

.menutext {
	margin-top:4px;
}

.rotatedcart {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.enviogratis{
	    background: url(../img/tic-tac-toe.png);
	    margin-top: 50px;
	    margin-bottom:50px;
}

.enviogratis p{
		font-size:26px;
		line-height: 10px;
		margin-bottom:28px;
}

#recuadro{
	    border: 1px solid #5a4f4f;
	    padding: 30px 40px;
}

#recuadro .row{
	    padding-bottom: 20px;
}

#titulorecuadro{
	font-family: geosanslight;
	padding: 0 15px;
    width: 500px;
    top: 14px;
    font-size: 26px;
    color: #666;
    letter-spacing: 2px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}

#recuadro h1 {
	line-height: 10px;
}

.segundalinea {
	font-size: 20px;
	line-height: 0px;
}

.primeralinea {
	font-size: 25px;
	line-height: 20px;
}

#cotizar{
    margin: 0 auto;
    position: relative;
    bottom: 20px;
    letter-spacing: 1px;
}

#fila-car{
	margin-top: 30px;
}
#galeria{
	margin-top: 50px;
	padding-top: 140px;
	padding-bottom: 50px; 
	background: url(../img/green_dust_scratch.png);
}

.thumbnail{
	border-radius: 3px;
	padding:0;
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
}

#contacto{
	margin-top: 20px;
	min-height: 400px;

} 

#contacto1 p {
	font-size: 25px;
	    font-family: geosanslight;
}