* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;  
    position: relative;
    
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
::-moz-selection { 
    background:#000;
    color:#fff;
}
::selection { 
    background:#000;
    color:#fff;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
                /* To Top */
.cd-top {
  display: inline-block;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
    border-radius: 50%;
  white-space: nowrap;
  background: #414042 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
    z-index: 30;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #414042;
  opacity: 1;
}
                /* Container */
.main-container{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
                /* The logo */
.the-logo{
    margin: 0 auto 25px;
}
.the-logo img{
    max-width: 100%;
    height: auto;
}
img#main-logo{
    max-width: 100%;
    height: 80px;
    display: block;
    margin: 0 auto 45px;
}
                /* Header *
header{
    background-image: url(img/header/bodas-header.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.header-container{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.layer{
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 45px;
    right: 0;
    width:80%;
}
.layer h1{
    font-weight: 100;
    font-size: 2.6em;
    color: #fff;
    padding: 55px 25px 5px 0;
    text-align: right;
}
.layer h1 span{
    font-weight: 900;
}
                /* Nav */
header{
    height: 280px;
    z-index: 10;
}
.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
nav{
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 2px 2px 4px rgba(0,0,0,0);
    transition: all 0.3s ease;
}
nav img{
    float: left;
    max-width: 100%;
    height: 80px;
}
.menu{
    float: right;
    padding-top: 15px;
}
.menu li{
    display: inline-block;
    margin-left: 20px;
    color: #000;
    line-height: 60px;
    font-weight: 300;
    transition: all 0.3s;
}
.menu li:hover{
    color: rgba(0,0,0,0.6);
}
.menu a{
    color: #000;
    transition: all 0.3s;
}
.menu a:hover{
    color: rgba(0,0,0,0.6);
}
                /* Banner */
.section-banner{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}
#first-banner{background-image: url(img/header/first-banner.png);}



.last-banner{
    margin-bottom: 10px;
}
.banner-background{
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
}

#que-te-falta{background-image: url(img/elementos/ProyectoB_LandingPorveedor-12.png);}
.banner-right{
    width: 50%;
    float: right;
    background: rgba(0,0,0, 0.6);
    color: #fff;
    text-align: center;
    padding: 95px 0;
    height: 100%;
}
.banner-right h1{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 6px;
    font-size: 2.4em;
    margin-bottom: 20px;
}
.banner-right h1 span{
    font-weight: 900;
}
.banner-right p{
    font-weight: 100;
    font-size: 1.6em;
}
                /* Menu */
.section-menu{
    padding: 45px 0;
    display: block;
    position: relative;
}
.section-menu h1{
    color: #414042;
    margin:  0 auto 75px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid #414042;
    border-bottom: 2px solid #414042;
    font-size: 1.6em;
    padding: 20px 0;
    letter-spacing: 3px;
    width: 640px;
}
.section-menu h1 span{
    font-weight: 900;
}
            /* Proveedores */
.underline{
    border-bottom: 2px solid #414042;
    width: 640px;
    margin: 45px auto;
}
.underline-top{
    border-top: 3px solid #414042;
    width: 640px;
    margin: 45px auto;
}
ul.proveedores-grid li{
    width: 31.5%;
    float: left;
    margin-right: 1.5%;
}
ul.proveedores-grid a{
    color: #414042;
}
ul.proveedores-grid h2{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 900;
}
ul.proveedores-grid p{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 2px;
}
.image-item{
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}
.image-inner{
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.8s ease;
}
.image-item:hover > .image-inner{
    transform: scale(1.2);
}

#flores{background-image: url(img/proveedores/ProyectoB_Landing-05.png);}
#weddingplanner{background-image: url(img/proveedores/ProyectoB_Landing-06.png);}
#lunademiel{background-image: url(img/proveedores/ProyectoB_Landing-07.png);}
#salon{background-image: url(img/proveedores/ProyectoB_Landing-08.png);}
#invitaciones{background-image: url(img/proveedores/ProyectoB_Landing-09.png);}
#salondos{background-image: url(img/proveedores/ProyectoB_Landing-10.png);}

                /* Form */
.section-form{
    color: #414042;
    text-align: center;
    margin-bottom: 75px;
}
.proveedor-form{
    background: #414042;
    padding: 20px 0;
}
.section-form h1{
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-form h1 span{
    font-weight: 900;
}

/*input {
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/
form{
    width: 400px;
    margin: 0 auto;
}
input,
textarea{
    font-family: FontAwesome, 'Heebo', sans-serif;
    border:none;
    border-bottom: 1px solid #414042;
    width: 100%;
    background: transparent;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    font-size: 0.8em;
}
.proveedor-form input,
.proveedor-form textarea{
    border-bottom: 1px solid #fff;
    color: #fff;
}
textarea{
    font-family: 'Heebo', sans-serif;
    height: 35px;
    width: 100%;
}
input:focus,
textarea:focus{
    outline: none;
    border-bottom: 1px solid rgba(65, 64, 66, 0.6);
}
.proveedor-form input:focus,
.proveedor-form textarea:focus{
    outline: none;
    border-bottom: 1px solid rgba(255,255,255, 0.6);
}
.btn-contacto{
    border: 1px solid #414042;
    background: transparent;
    color: #414042;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    margin: 0 auto;
    display: block;
    transition: all 0.5s ease;
}
.btn-proveedor{
    border: 1px solid #fff;
    color: #fff;
}
.btn-contacto:hover{
    background: #414042;
    color: #fff;
    cursor: pointer;
}
                    /* PLACEHOLDER */
::-webkit-input-placeholder {
    color: #414042;
}
:-moz-placeholder { /* Firefox 18- */
   color: #414042;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #414042;  
}
:-ms-input-placeholder {  
   color: #414042;  
}

.proveedor-form ::-webkit-input-placeholder {
    color: #fff;
}
.proveedor-form :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.proveedor-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.proveedor-form :-ms-input-placeholder {  
   color: #fff;  
}
                /* Footer */
footer{
    background: #dedddc;
    padding: 30px 0;
    text-align: center;
    color: #414042;
    text-transform: uppercase;
    
}
footer h1{
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: 5px;
}
footer h2{
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
footer a{
    color: #414042;
    font-weight: 900;
    font-size: 1.1em;
    letter-spacing: 4px;
    text-decoration: underline;
}
/* 
-------------------------------
LANDING PROVEEDOR 
-------------------------------
*/ 
.proveedor-header{
    margin: 45px auto;
    color: #414042;
}
.proveedor-header h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3em;
    letter-spacing: 4px;
}
.proveedor-header h1 span{
    font-weight: 900;
}
.proveedor-header h2{
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
}
img.proveedor-logo{
    max-width: 100%;
    height: 70px;
    display: block;
    margin: 0 auto 20px;
}
.proveedor-header h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 2px;
}
.proveedor-header h4{
    text-align: left;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 900;
    letter-spacing: 2px;
}
.proveedor-container{
    display: block;
    width: 490px;
    margin: 0 auto;
}
.proveedor-header ul{
    margin: 0 auto 20px;
}
.proveedor-header li{
    text-align: left;
    letter-spacing: 2px;
    font-size: 1.3em;
}
.proveedor-header p{
    letter-spacing: 2px;
    font-size: 1.3em;
}

.proveedor-banner img{
    max-width: 100%;
    
    /*background-size: cover;
    background-position: center;
    height: 600px;*/
}
/*#bonitosmomentos{background-image: url(img/proveedores/bonitosmomentos/bonitos-momentos-banner.png);}*/
                /* Cita */
.section-cita{
    color: #414042;
    text-align: center;
    text-transform: uppercase;
}
.section-cita h1{
    font-size: 2.2em;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 40px;
}
.section-cita a{
    color: #414042;
    border: 2px solid #414042;
    display: block;
    width: 440px;
    margin: 0 auto 55px;
    font-size: 1.2em;
    letter-spacing: 4px;
    padding: 10px 0;
}
.section-cita a span{
    font-size: 2.2em;
    letter-spacing: 6px;
    font-weight: 900;
}
.section-cita h2{
    font-weight: 300;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
                /* Second footer */ 
.second-footer{
    margin: 75px auto;
}
.second-footer h1{
    text-align: center;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
                /* Gracias */
.section-gracias{
    text-align: center;
    padding: 105px 0;
    color: #414042;
}
.section-gracias h1{
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 900;
}
.section-gracias h2{
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.section-gracias a{
    border: 1px solid #414042;
    background: transparent;
    color: #414042;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    margin: 0 auto;
    display: block;
    width: 200px;
    transition: all 0.5s ease;
}
.section-gracias a:hover{
    background: #414042;
    color: #fff;
    cursor: pointer;
}

