/* STYLE FOR PAOLA HERNÁNDEZ

font-family: 'Shadows Into Light Two', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;

*/

/* GEN POP */

body {
   font-family: 'Lato', sans-serif;
}
p {
	color: #6D6B6B;
	font-size: 16px;
}
a:hover {
   text-decoration: none;
}

/* HEADINGS */

h1, .h1 {
	color: #31313F;
}
h1.shadows {
   font-family: 'Shadows Into Light Two', cursive;
}
h1.banner {
   font-family: 'Shadows Into Light Two', cursive;
   font-size: 70px;
}
h1.banner.xs {
   font-size: 59px;
}
h2 {
   font-family: 'Montserrat', sans-serif;
   color: #91D27A;
}
h2.pink {
   color: #E5577D;
   font-family: 'Lato', sans-serif;
   font-weight: bold;
}
h2.shadows {
   font-family: 'Shadows Into Light Two', cursive;
   color: #716F6D;
}
h3 {
   color: #6E6C6A;
   font-weight: bold;
   font-style: italic;
   font-family: 'Lato', sans-serif;
   line-height: 150%;
}

/* COLORS */

.green {
   color: #5EBB3D;
}
.pink {
   color: #E5577D;
}
.bg-cream {
   background-color: #FCEFEF;
}
.light-green {
   color: #CFDE7E;
}
.dark {
   color: #3C3C3D;
   font-size: 18px; 
}
.blue {
   color: #0595BB;
}

/* RIBBONS */

.pink-ribbon {
   background: url('../img/bg-ribbon.jpg') repeat-x 0 0 #ECA1B6;
}
.pink-ribbon h1 {
   text-align: center;
   color: #FFF;
   margin-top: 0;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   font-size: 26px;
   padding-top: 12px;
}

/* BANNERS */ 

.banner-baberos {
   background: url('../img/bg-banner-baberos.jpg') no-repeat 100% 0;
   padding-top: 80px;
   padding-bottom: 80px;
}
.banner-bufanda {
   background: url('../img/bg-banner-bufanda.jpg') no-repeat 0 0;
   padding-top: 50px;
   padding-bottom: 50px;
}
.banner-libros {
   background: url('../img/bg-banner-libros.jpg') no-repeat 0 0;
   padding-top: 92px;
   padding-bottom: 110px;
}
.banner-portachupones {
   background: url('../img/bg-banner-portachupones.jpg') no-repeat 0 0;
   padding-top: 32px;
   padding-bottom: 22px;
}
.banner-box {
   padding-left: 60px;
   padding-right: 43px;
}
.banner-bufanda .banner-box {
   padding-left: 15px;
   padding-right: 0px;
}

/* BUTTONS */

.btn-send {
   background-color: #84C44A;
   border: 1px solid #84C44A;
   color: #fff;
   padding: 10px 25px;
   border-radius: 0;
   font-size: 17px;
   font-weight: 600;
}
.btn-send:hover,
.btn-send:focus {
   background-color: #6CA837;
   border: 1px solid #6CA837;
   color: #fff;
   padding: 10px 25px;
   border-radius: 0;
}
.btn-graypink {
   background-color: #F0F0F0;
   border: 1px solid #F0F0F0;
   color: #E5577E;
   padding: 10px 25px;
   border-radius: 0;
   font-size: 17px;
   font-weight: 600;
}
.btn-graypink:hover,
.btn-graypink:focus {
   background-color: #eee;
   border: 1px solid #eee;
   padding: 10px 25px;
   border-radius: 0;
}
.btn-whitepink {
   background-color: #fff;
   border: 1px solid #fff;
   color: #E5577E;
   padding: 10px 25px;
   border-radius: 0;
   font-size: 17px;
   font-weight: 600;
}
.btn-whitepink:hover,
.btn-whitepink:focus {
   background-color: #fff;
   border: 1px solid #fff;
   padding: 10px 25px;
   border-radius: 0;
}
.btn-graygreen {
   background-color: #F0F0F0;
   border: 1px solid #F0F0F0;
   color: #83C349;
   padding: 10px 25px;
   border-radius: 0;
   font-size: 17px;
   font-weight: 600;
}
.btn-graygreen:hover,
.btn-graygreen:focus {
   background-color: #eee;
   border: 1px solid #eee;
   padding: 10px 25px;
   border-radius: 0;
}
.btn-whitegreen {
   background-color: #fff;
   border: 1px solid #fff;
   color: #83C349;
   padding: 10px 25px;
   border-radius: 0;
   font-size: 17px;
   font-weight: 600;
}
.btn-whitegreen:hover,
.btn-whitegreen:focus {
   background-color: #fff;
   border: 1px solid #fff;
   padding: 10px 25px;
   border-radius: 0;
}

/* TYPO */

.lead {
   font-size: 25px;
}
.big {
   font-size: 20px;
}
.banner-bufanda p {
   font-size: 20px;
   color: #3C3C3D;
   margin-top: 25px;
}
p.creditLeft {
   text-align: right;
   font-size: 12px;
}
p.creditRight {
   font-size: 12px;
}
.txt-lg p {
   font-size: 25px;
}

/* POSITION */

.m-top {
   margin-top: 25px;
}
.m-top-xs {
   margin-top: 5px;
}
.m-top-lg {
   margin-top: 50px;
}
.section {
   padding-top: 100px;
   padding-bottom: 100px;
}
p.box {
   padding-left: 30px;
   padding-right: 30px;
}

/* LISTS */

ul.squares {
   padding-left: 0;
}
ul.squares li {
   list-style-type: none;
   display: inline-block;
   vertical-align: top;
   margin-right: 5px;
   margin-left: 5px;
   width: 175px;
}
ul.squares li a h2 {
   font-family: 'Shadows Into Light Two', cursive;
   color: #716F6D;
   font-size: 28px;
}
ul.squares li a:hover img {
   opacity: 0.7;
}
ul.squares li a:hover h2 {
   color: #84C44A;
}
ul.caracteristicas {
   padding-left: 0;
}
ul.caracteristicas li {
   list-style-type: none;
   color: #6D6B6B;
   font-size: 16px;
   margin-bottom: 15px;
}
ul.caracteristicas li i {
   color: #E5577D;
}

/* HEADER */

.navbar-header {
   float: none;
   background: url('../img/bg-header-pattern.jpg') repeat-x 0 0 #FFE7E7;
   padding-top: 20px;
   padding-bottom: 20px;
}
.navbar-brand {
   float: none;
   height: 63px;
   width: 575px;
   text-align: center;
}
.navbar-default {
   background-color: #fff;
   border-color: transparent;
}
.navbar-nav {
   float: none;
   text-align: center;
}
.navbar-nav>li {
   float: none;
   display: inline-block;
   margin-left: 10px;
   margin-right: 10px;
}
.navbar-default .navbar-nav>li>a {
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
   color: #E5577D;
}
.navbar-default .navbar-nav>li.social {
   margin-left: 5px;
   margin-right: 5px;
}
.navbar-default .navbar-nav>li.social.first {
   margin-left: 30px;
}
.navbar-default .navbar-nav>li.social>a {
   padding: 10px 0px;
}
.dropdown-menu>li>a {
   padding: 7px 20px;
   color: #777;
   font-size: 16px;
}
.dropdown-menu {
   border: none;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
   color: #E5577D;
}

/* FOOTER */

.bg-pattern {
   background: url('../img/bg-header-pattern.jpg') repeat 0 0 #FFE7E7;
   padding-top: 30px;
   padding-bottom: 30px;
}
footer ul {
   padding-left: 0;
}
footer ul li {
   list-style-type: none;
   font-size: 18px;
   color: #6F6D6B;
   margin-bottom: 5px;
}
footer ul li a {
   color: #6F6D6B;
}
footer ul li a:hover,
footer ul li a:focus {
   color: #EF5583;
}
ul.socialFooter {
   padding-left: 0;
}
ul.socialFooter li {
   display: inline-block;
   vertical-align: middle;
   list-style-type: none;
   margin-right: 10px;
}
footer .section {
   padding-top: 40px;
   padding-bottom: 30px;
}

/* SLIDER */

.carousel-caption {
   background-color: rgba(250,250,250,0.7);
   top: 35%;
   bottom: auto;
}
.carousel-caption h1 {
   color: #E5577D;
   font-family: 'Montserrat', sans-serif;
   text-shadow: none;
}
.carousel-caption h3 {
   color: #6D6B6B;
   text-shadow: none;
   font-family: 'Lato', sans-serif;
   font-style: italic;
   font-weight: 400;
}
.carousel-indicators {
   width: 100%;
   background-color: rgba(250,250,250,0.7);
   left: 350px;
   bottom: 0;
   margin-bottom: 0;
   padding-top: 30px;
   padding-bottom: 20px;
}
.carousel-indicators .active {
   background-color: #F49FBB;
   border:none;
   width: 20px;
   height: 20px;
   margin-left: 10px;
   margin-right: 10px;
}
.carousel-indicators li {
   background-color: #C9C8C8;
   border:none;
   width: 20px;
   height: 20px;
   margin-left: 10px;
   margin-right: 10px;
}
.carousel.categorias .carousel-inner>.item>img {
   width: 100%;
}
#slider-restaurado .carousel-inner>.item>img {
   max-width: 100% !important;
}
.carousel.categorias span.glyphicon,
#slider-restaurado span.glyphicon {
   background-color: rgba(250,250,250,0.7);
   padding: 4px;
   width: 40px;
   height: 40px;
   color: #E5577D;
}
.carousel.categorias .carousel-control,
#slider-restaurado .carousel-control {
   opacity: 1;
   width: 8%;
   background-image: none;
}

/* TILES */

.tile {
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: 0 0;
   padding-top: 336px;
}
.tile p {
   background-color: rgba(250, 250,250,0.7);
   font-family: 'Shadows Into Light Two', cursive;
   font-size: 40px;
   text-align: right;
}
.tile.paseo {
   background-image: url('../img/img-de-paseo.jpg');
}
.tile.complementos {
   background-image: url('../img/img-complementos.jpg');
}

/* FORM */

.form-control {
   height: 40px;
   background-color: #F0F0F0;
   background-image: none;
   border: none;
   border-radius: 0;
   box-shadow: none;
}
.form-horizontal .control-label {
   color: #EF5583;
   font-size: 20px;
}