body, a {
    color: #FFF;
    font-family: 'Raleway', sans-serif  !important;
    font-weight: 400;
    letter-spacing: 0.03em;
}
h1 {
    font-size: 2em;
    color: #A5CA46;
    font-weight: 400;
    margin: 50px 0px 30px;
}
h5 {
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255 , 1) ;
    -webkit-animation: boom 5s 1; /* Safari 4+ */
    -moz-animation:    boom 5s 1; /* Fx 5+ */
    -o-animation:      boom 5s 1; /* Opera 12+ */
    animation:         boom 5s 1; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.BarN {
    background-color: #232323;
    border-radius: 0px 25px 0px 0px;
    height: 70px;
}
.nav {
    margin: -50px 20px 15px;
    position: relative;
}
.nav-pills .nav-link.active {
    background-color: #D63062;
}
a.nav-link {
    font-size: 0.8em;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 740px;
    width: 260px;
    z-index: 100;
}
.centrado {
    text-align: center;
    margin: auto;
}
.rosa {   
    background-color: #D63062;
}
.gris {
    background-color: #353535;
    border-radius: 0px 25px 0px 0px;
}
.SubRosa, .SubGris {
    float: right;
    border-left: 2px dotted #fff;
    height: 400px;
    padding: 50px 50px;
    width: 95%;
}
#filosofia {
    text-align: left;
    margin-right: 0px;
}
#variedad, #supermarcas {
    margin: 60px 0px 90px;
}
.libretas, .blocks, .cuadernillos {
    height: 335px;
    padding-top: 30px;
    margin: 15px;
}
.libretas {
    background: url("../imgs/libretasCH.jpg") center;
}
.blocks {
    background: url("../imgs/blocksCH.jpg") center;
}
.cuadernillos {
    background: url("../imgs/cuadernillosCH.jpg") center;
}
.fb {
    font-size: 1.2em;
    color: #353535;
    margin: 20px;
}
.fb:hover {
    text-decoration: none;
}
.puntoBack {
    background: url("../imgs/backPuntoVenta.jpg") center;
    height: 300px;
    margin: 0px auto 120px;
    padding: 40px;
    border-radius: 0px 25px 0px 0px;
}
.punto {
    background-color: #FFF;
    z-index: 200;
    margin: 20px auto 0px;
    position: relative;
    padding: 20px;
}
a.puntoLiga, a.puntoLiga:hover  {
    color: #000;
}
.clearfix {
    clear: both;
}
#contacto {
    background-color: #5AC3CE;
    border-radius: 0px 25px 0px 0px;
    margin-right: 0px;
    margin: 60px 0px 0px;
}
#legales {
    background-color: #5AC3CE;
    font-size: 0.8em;
    padding: 100px 15px 10px;
}
.SubContacto {
    text-align: left;
    padding-top: 50px;
    width: 96%;
    border-left: 2px dotted #fff;
    font-size: 1em;
}
.TitContacto {
    font-size: 2em;
    border-bottom: 2px solid white;
    margin-bottom: 40px;
}
.centradoB {
    text-align: center;
}
.an {
    margin: 0px 15px 0px 30px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 2em;
  border: none;
  outline: none;
  background-color: #D63062;
  color: white;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 6px;
}
#myBtn:hover {
  background-color: #555;
}
.nav-link:hover {
  color: #D63062;
}
.titVar {
    font-size: 1.3em;
    margin-bottom: 20px;
    text-shadow: 0 0 50px #000;
}
.conoce, .compraA, .compraB, .compraC {
    padding: 7px 20px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.conoce {
    font-size: 0.8em;
    border: 1px solid white;
    margin-bottom: 20px;
    color: rgba(255, 255, 255 , 1) ;
    -webkit-animation: boom 5s 1; /* Safari 4+ */
    -moz-animation:    boom 5s 1; /* Fx 5+ */
    -o-animation:      boom 5s 1; /* Opera 12+ */
    animation:         boom 5s 1; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes boom {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.conoce:hover, .compra:hover {
    background-color: rgba(0,0,0,.35);
    color: #FFF;
    text-decoration: none;
}
.compra {
    padding: 7px 40px;
    background-color: #a5ca46;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.carousel-caption {
    bottom: 70px;
    text-shadow: 0 0 50px #000, 0 0 5px #000;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.titulos {
    font-size: 1.8em;
}
.imgsCentro {
    padding: 0px;
}
.right2 {
    float: right;
}
.left2 {
    float: left;
}    
a:hover {
    text-decoration: none;
}
.right4 {
    float: right;
    margin: 15px 15px 0px;
}
.facebook{
    margin: 50px 0px;
}



@media only screen and (max-width : 630px) {
.logo {
    position: relative;
    z-index: 1;
}
.BarN {
    display: none;
}
.nav {
    margin: 0px 0px 5px;
}
a.nav-link {
    color: #AAA;
}
a.nav-link:hover {
    background-color: #a4ba54;
    color: #FFF;
}
}

@media only screen and (min-width : 860px) {
.right3 {
    text-align: right;
}
.left3 {
    text-align: left;
    padding: 20px 0px;
}
}





.conte {
    margin: 60px auto 0;
    color: #000;
}
.cuadroGde {
    font-size: 1em;
}
.lema {
    margin-left: 30%;
}
.compraA {
    background-color: #5AA9B5;
}
.compraA:hover {
    background-color: #50959E;
}
.compraB {
    background-color: #D63062;
}
.compraB:hover {
    background-color: #A73554;
}
.compraC {
    background-color: #a5ca46;
}
.compraC:hover {
    background-color: #8AA646;
}
.compraA, .compraB, .compraC {
    border-radius: 3px;
    margin-left: 30%;
}
.compraA:hover, .compraB:hover, .compraC:hover {
    color: #FFF;
}
.azulC {
    color: #5AA9B5;
}
.rosaC {
    color: #D63062;
}
.verdeC {
    color: #a5ca46;
}
.left {
    float: left;
    height: 260px !important;
}
.right {
    float: right;
    height: 260px !important;
    position: relative;
    top: -26px;
}




.intGris {
    background-color: #a5ca46;
    border-radius: 0px 30px 0px 0px;
    margin: 0 0 70px;
}
.intGris2 {
    background-color: #353535;
}
.intRosa {
    background-color: #D63062;
    border-radius: 0px 30px 0px 0px;
}
.grisSub, .rosaSub {
    border-left: 2px dotted #fff;
    width: 94%;
    margin: auto;
    padding: 60px 30px;
    color: #FFF;
}
.ico{
    float: left;
    width: 15%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.beneficios {
    list-style: none;
}
.iconos {
    margin-left: 10px;
}
.blanco {
    color: #FFF;
}
.blancoC {
    color: #FFF;
    text-align: center;
}