
/* 
========================================================================
This css file will over write bootstarp css
------------------------------------------------------------------------
# Template Name: GRAPE
# Template URI: http://codepassenger.com/
# Author: CodePassenger
# Author URI: http://codepassenger.com/
# Description: GRAPE App Landing HTML Template by CodePassenger
# Version: 1.0
# License: GPL v2 or later
# License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# Tags: html, template, app landing, marketing, GRAPE, CodePassenger
---------------------------------------------------------------------- 
========================================================================
*/

/*
========================================================================
Index
------------------------------------------------------------------------

# 1 - General styles
# - 1.1 - Heading styles
# - 1.2 - Button styles
# 2 - Header styles
# - 2.1 - Menu styles
# - 2.2 - App styles
# 3 - Banner styles
# 4 - Intro styles
# 5 - Tiendas styles
# 6 - Marcas styles
# 7 - Contact styles
# - 7.1 - Contact-form
# 8 - Footer styles
*/

/*
========================================================================
# 1 - General styles
------------------------------------------------------------------------
*/

html, 
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #798289;
  line-height: 1.6;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  color: #00a7dd;
}
a:hover {
  color: #017298;
}
ul, li {
  list-style: none;
  margin:0 0 4px;
  padding: 0;
}
.white {
  background: #fff;
}
.sub-head {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #373636;
  text-transform: uppercase;
}
.title {
  display: block;
  text-align: center;
}
.title h2 {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 30px 10px;
  color: #0aabe1;
}
.title h2:after {
  background: none repeat scroll 0 0 #0aabe1;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 50px;
}
.title h2:hover:after { 
  left: 0;
  margin-left: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.app:before,
.app:after {
  display: table;
  content: " ";
}
.app:before,
.app:after {
  clear: both;
}
.video .trans-bg {
  padding: 0;
}
.trans-bg {
  position: relative;

  padding: 80px 0;
}

::-moz-selection { background: #A9D0F5; color: #5F5A5A }
     ::selection { background: #A9D0F5; color: #5F5A5A } 

/*------ For solid background color-----*/
section.solid-bg, #footer.solid-bg {
  background: #166183;
  padding: 120px 0;
}


/*
========================================================================
# - 1.1 - Heading styles
------------------------------------------------------------------------
*/
h1, h2, h3, h4 {
  /*font-family: 'Dosis', sans-serif;*/
  margin: 10px 0;
  text-transform: uppercase;
} 

h1 {
  font-size: 60px;
}
h2 {
  font-size: 46px;
}
h3 {
  font-size: 24px; 
}
h4 {
  font-size: 20px;
  color: #373636;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}

/*
========================================================================
# - 1.2 - Button styles
------------------------------------------------------------------------
*/

.btn {
  color: #373636;
  background: transparent;
  border: 1px solid #373636;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  background: #020202;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
.btn:hover:after {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn:hover,
.btn.active,
.btn:active {
  color: #fff;
  z-index: 1;    
}





/*
========================================================================
# 2 - Header styles
------------------------------------------------------------------------
*/

header {
  padding: 25px 0;
  background-color: transparent;
}
header .navbar-default {

}
header .navbar-default .navbar-toggle {
  border-color: #00a7dd;
  border: 0;
  border-radius: 2px;
  margin: 0;
}
header .navbar-default .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background: transparent;
}
header .navbar-default .navbar-toggle .icon-bar {
  background: #373636;
}
header .navbar {
  border-radius: 0;
  margin-bottom: 0;
}
header ul > li  {
  margin-bottom: 0px;
}

/*
========================================================================
# - 2.1 - Menu styles
------------------------------------------------------------------------
*/
header h1 {
  margin: 0;
  font-size: 0;
}
header .nav > li > a {
  font-family: 'Dosis', sans-serif;
  text-transform: capitalize;
  padding: 12px 15px;
  border-radius: 2px;
}


header .navbar-default .navbar-nav > li > a {
  color: #373636;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #017298;
}
header .navbar-default .navbar-nav > .active > a, 
header .navbar-default .navbar-nav > .active > a:hover, 
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #373636;
  color: #fefefe;
}
header .navbar-default .navbar-nav > li > a:hover, 
header .navbar-default .navbar-nav > li > a:focus {
  color: #373636;
  border:none;
}

@media screen and (max-width: 767px) {

  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }

  header {
  padding: 10px 0;
  background-color: #fff;
  }

  header .navbar-default .navbar-nav > li > a:hover {
    background-color: #373636;
    color: white;
  }

}


@media screen and (min-width: 768px) {

  header .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  header .navbar-default .navbar-nav > li > a:hover {
    color: #606D7A;
  }
  header .navbar-default .navbar-nav > .active > a, 
  header .navbar-default .navbar-nav > .active > a:hover, 
  header .navbar-default .navbar-nav > .active > a:focus {
    background-color: #FED136;
    color: #fefefe;
  }
  header .navbar-default .navbar-nav > li > a:hover, 
  header .navbar-default .navbar-nav > li > a:focus {
    color: #FED136;
    border:none;
  }

  .navbar-nav{
    float: right;
    margin-right: 80px;
  }

  .navbar-shrink{
    padding: 10px 0px;
    background-color: #fff;
    -webkit-box-shadow:0 0 9px -5px #000;
    -moz-box-shadow:0 0 9px -5px #000;
    box-shadow:0 0 15px -5px #000;
  }

  .navbar-shrink .navbar-nav > li > a{
    color: #373636 !important;
  }

  .navbar-shrink .navbar-nav > .current > a,
  .navbar-shrink .navbar-nav > .current > a:hover,
  .navbar-shrink .navbar-nav > .current > a:focus{
    background-color: #373636;
    color: #FEFEFE !important;
  }

}

/*
========================================================================
# - 2.2 - App styles
------------------------------------------------------------------------
*/
.app {
  text-align: center;
}
header .app li {
  float: left;
  margin-left: 10px;
} 
.app li .fa {
  font-size: 20px;
}

.center{
  text-align: center;
}

/*
========================================================================
# 3 - Banner styles
------------------------------------------------------------------------
*/

.banner-carousel .trans-bg {
  padding: 0 0px 40px;
}
.banner .container-fluid {
  position: relative;
}
.banner {
  background-image: url('../images/principal.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#logo{
  width: 350px;
  position: absolute;
}

#logo1{
  width: 160px;
  margin-left: 20px;
  margin-top: 10px;
}

.logo1{
  margin-left: 20px;
  margin-top: 10px;
}

.logo4{
  margin-left: 15px;
  margin-top: 10px;
}

#logo3{
  width: 140px;
  margin-left: 11px;
}

#titulo{
  padding: 60px
}

.banner h2 {
  text-align: center;
  margin-bottom: 25px;
}

.banner h3 {
  text-transform: capitalize;
  margin-bottom: 50px;
}
.banner-title {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.historia p {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.lg-logo:hover img, .banner h2 .lg-logo:hover img {
  position: relative;
  z-index: 2;
}
.lg-logo img {
	width: 50px;
	height:50px;
}
.lg-logo, .banner h2 .lg-logo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/*.banner h2 .lg-logo.default-color {
  -webkit-box-shadow: 0px 0px 0px 10px rgb(114, 173, 189);
     -moz-box-shadow: 0px 0px 0px 10px rgb(114, 173, 189);
          
   box-shadow:0px 0px 0px 10px rgb(114, 173, 189); 
}*/

.lg-logo, .banner h2 .lg-logo {
  /*position: relative;*/
  display: inline-block;
 /* background: rgb(228, 240, 243);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(16, 23, 26, 0.21);
     -moz-box-shadow: 0px 0px 0px 10px rgba(16, 23, 26, 0.21);
          box-shadow:0px 0px 0px 10px rgba(16, 23, 26, 0.21);
  border-radius: 50%;
  padding: 10px;*/
  line-height: 35px;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
}


.app, .banner .app {
  text-align: center;
}
.app li, .banner .app li {
  display: inline-block;
  margin: 0 33px; 
}
.app li .fa, .banner .app li .fa  {
  color: #fff;
  font-size: 30px;
}
.app li .fa:hover, .banner .app li .fa:hover {
  color: #086176;
}






/*----banner image Version----*/

.fondo-principal {
  background: rgba(0, 0, 0, .7);
  background: rgba(0, 0, 0, .4);
}

.fondo-mujer {
  background: rgba(208, 0, 0, .75);
  padding-top: 60px;
}

.fondo-hombre {
  background: rgba(0, 0, 0, .80);
  padding-top: 60px;
}

.fondo-historia {
  background: rgba(0, 0, 0, .80);
  padding-top: 60px;
  padding-bottom: 130px;
}

.fondo-bolsos {
  background: rgba(160, 103, 33, .85);
  padding-top: 60px;
}

/*
========================================================================
# 4 - Intro styles
------------------------------------------------------------------------
*/
.intro {
  overflow: hidden;
  padding: 40px 0;
}
h2 {
  font-weight: 800;  
  margin-bottom: 50px;
  color: #fff;
  font-size: 30px;
}
h3 {
  font-size: 25px;
  font-weight: 800; 
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px; 
}
.intro .fa {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 10px;
  padding: 22px;
  color: #00a8e0;
  border: 2px solid #00a8e0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition:  all ease-in .4s;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
}
.app-block {
  text-align: center;
  margin-bottom: 30px;
}
.app-block:hover .fa {
  color: #fff;
  box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -webkit-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -moz-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  border: 2px solid transparent;
}

/*
========================================================================
# 5 - Tiendas styles
------------------------------------------------------------------------
*/

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .maps{
    width: 300px;
    height: 100px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    text-align: center;
  }

}

@media screen and (max-width: 767px) {
  .modal-dialog{
    width: 80%;
  } 

  .maps{
    width: 90%;
    border-style: solid;
    border-width: 2px;
    border-color: white;
  }

  .col-sm-4 {
    padding: 0;
  }
}



.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal .modal-content {
  background: rgba(0, 0, 0, .89);
}

.modal .modal-header {
  border: 0;
  color: #fff;
}

.modal-header .close{
  color: #FFF;
}

.modal-title{
  font-size: 15px;
  color: white;
}

.modal .modal-footer{
  border-color: rgba(0, 0, 0, .85);
  color: #fff;
  font-size: 14px;
}

.modal-text p:first-child{
  padding-top: 7px;
}

.modal button {
  border-color: white;
  color: #fff;
}

.modal button:hover {
  border-color: white;
  color: #fff;
}

.modal-title{
  text-align: center;
}

.text-center{
  text-align: center;
}


.mapa{
  padding-bottom: 30px;
}

#primera-tienda{
  background-image: url("../images/tiendas/001.jpg");
}
#segunda-tienda{
  background-image: url("../images/tiendas/002.jpg");
}
#tercera-tienda{
  background-image: url("../images/tiendas/003.jpg");
}
#cuarta-tienda{
  background-image: url("../images/tiendas/004.jpg");
}
#quinta-tienda{
  background-image: url("../images/tiendas/005.jpg");
}
#sexta-tienda{
  background-image: url("../images/tiendas/006.jpg");
}
#tienda-online{
  background-image: url("../images/tiendas/999.jpg");
}

.img-tiendas{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 225px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.fondo-tiendas{
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  background-color: rgba(0, 0, 0, .4);
}

.img-tiendas a:hover, .img-tiendas a:visited, .img-tiendas a:active, .img-tiendas a:link{
  text-decoration: none;
}

.img-tiendas a:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

.img-tiendas p:first-child{
  padding-top: 65px;
}


/*
========================================================================
# 6 - Marcas styles
------------------------------------------------------------------------
*/
@media screen and (min-width: 1024px) { 
  .feature-mujer {
  background: url(../images/mujer.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}
.feature-hombre {
  background: url(../images/hombre.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  overflow: hidden;
}
.feature-bolsos {
  background: url(../images/bolsos.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0%;
  overflow: hidden;
}
}


@media screen and (max-width: 1023px) { 
  .feature-mujer {
    background-color: #C3201A;
  }
  .feature-hombre {
    background-color: #353535;
  }
  .feature-bolsos{
    background-color: #D8B236;
  }
}



.columna {
  padding-left: 120px;
}
.lista-marcas li {
  color: #fff;
  font-size: 13px;
  
}
.lista-marcas li:first-child {
  padding-top: 3px;
}


/*
========================================================================
# 7 - Contact styles
------------------------------------------------------------------------
*/

section.contact {
  padding-top: 120px;
  padding-bottom: 0;
}
section.contact > .container {
  margin-top: -180px;
}
.contact .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.contact .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 9% 25px;
}
.contact .nav-tabs > li > a {
  background: transparent;
  margin: 0;
  position: initial;
}
.contact .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.contact .nav > li > a:hover, .contact .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.contact .nav-tabs li .fa {
  background: #373636;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  height: 100px;
  line-height: 2;
  width: 100px;
          box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
     -moz-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
}
.contact .nav-tabs > li.active > a,
.contact .nav-tabs > li.active > a:hover,
.contact .nav-tabs > li.active > a:focus {
  border: 1px solid transparent;
}

.contact-success {
  background: transparent;
  border: 1px solid #64AB89;
  border-radius: 2px;
  padding: 5px;
  color: #64AB89;
  text-align: center;
  display: none;
} 

.contact-error {
  background: transparent;
  border: 1px solid #A87C7C;
  border-radius: 2px;
  padding: 5px;
  color: #A87C7C;
  text-align: center;
  display: none;
}


/*
=============================================
# - 7.1 - Contact-form
--------------------------------------------
*/

.span-form {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.form-group .span-form:first-child {
  margin-left: 0;
}
.form-horizontal:after {
  content: "";
  display: table;
}
.form-horizontal:after {
  clear: both;
}
.contact .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.contact .form-horizontal {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
.contact .form-control {
  border: 1px solid #7C7C7C;
  border-radius: 0;
  height: 60px;
  box-shadow: 0 0px 0px transparent;
  margin-bottom: 10px;
}
.contact .form-control:focus {
  box-shadow: 0px 0px 0px 0px;
  border: 1px solid #9E6D2B;
}
.contact textarea.form-control {
  height: 135px;
}
.contact .btn {
  padding: 19px 10px;
}
.contact .btn:hover {
  background: #373636;
} 

.contact ul{
  color: #373636;
  padding-left: 30px;
}

.contact ul a{
  text-decoration: none;
  color: #373636;

}

.oficinas{
  margin-top: 60px;
}

/*
========================================================================
# 8 - Footer styles
------------------------------------------------------------------------
*/

#footer {
  background-color: #373636;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 30px;
}
.social-icon {
  margin-bottom: 60px;
}
.social-icon a {
  margin: 0 16px 20px 16px;
  display: inline-block;
}
.social-icon .fa {
  font-size: 30px;
  color: #0aabe1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  line-height: 2;
  border: 10px solid rgba(107, 197, 225, 0.48);
  transition:.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.social-icon a:active .fa,
.social-icon a.active .fa,
.social-icon a:hover .fa {
  border: 10px solid #fff;
  line-height: 2;
}
.norm-img .social-icon .fa {
  border: 10px solid rgba(32, 60, 69, 0.21);
}
.copyright {
  font-size: 16px;
  position: relative;
  font-family: 'Dosis', sans-serif;
  color: #fff;
}
.copyright span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.copyright p {
  margin: 40px 0;
}
.copyright:after {
  content: " ";
  position: absolute;
  bottom: 45px;
  left: 50%;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  background: #fff;
}