/* Generales *************************************************/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
body {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    margin-bottom: 40px;
}
body {
    font-family: Montserrat;
    font-weight: normal;
    font-style: normal;
}

.form-control{
    border: 1px solid #eee;
    border-radius: 44px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 9px 20px;
    font-size: 15px;
    height: 42px;
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: inherit;
}

.dropdown-menu{
  border-radius: 0px;
}

.btn-primary:hover{
  background-color: #fccb25;
  border-color: #fccb25;
}

.btn-primary{
  border-color: #006cb9;
}

.button, input[type="submit"] {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 35px;
  border: 0;
  border-radius: 3px;
}

input.btn{
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
}

.page-title {
    margin-top: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 40px;
}

label{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: black;
  margin: 10px 0;
}

.bootstrap-datetimepicker-widget{
  color: black
}

a:hover, a:focus{
  color: inherit;
  text-decoration: none;
}
/* Fin Generales *************************************************/


/*Header Superior *******************************************/
.top-header{
  background-color: #f9f9f9;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
}
.top-bar-menu {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}
.top-bar-menu.right {
    float: right;
}

.top-bar-menu.left{
  margin-left: 40px;
}

.top-bar-menu>li {
    display: inline-block;
    padding: 15px 0;
    float: left;
}

.top-bar-menu li {
    list-style: none;
    position: relative;
}

.top-bar-menu>li:first-child>a {
    padding-left: 0;
}

.top-bar-menu>li>a {
    display: inline-block;
    padding: 0 15px;
    color: #505050;
    position: relative;
}

a {
    color: #8e8e8e;
    text-decoration: none;
  }

.menu-item a .icon {
    float: left;
    line-height: inherit;
    width: 15px;
    font-size: 15px;
    text-align: center;
    margin-right: 12px;
}

.top-bar-menu .menu-item a .icon {
    margin-right: 8px;
    font-size: inherit;
    width: auto;
}

.top-bar-menu .menu-item a .icon {
    font-size: 28px;
}

/* Fin Header Superior *******************************************/

/* Header Inferior *******************************************/
.header-content .logo, .header-content .header-search-box, .header-content .header-control, .header-content .box-header-nav {
    display: table-cell;
    vertical-align: middle;
}
.logo img{
  max-width: 350px;
}

.form-search .btn-search:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f002";
}

.form-search .btn-search {
    background-color: #fccb25;
    color: white;
    border: 8px solid #fccb25;
    border-radius: 0 44px 44px 0;
    width: 60px; 
}

.header-search-box{
  width: 100%;
  padding-left:70px;  
}

.header-search-box form{
  float: left;
  width: 63%;
}

.header-search-box .input-group{
  width:100%;
}

.header-nav{
  margin: 20px 0;
  width: 100%;
  height: 60px;
  background-color: #006cb9;
}

.cuadro-boda-seleccionado{
  color:white;
  padding: 19px;
  box-sizing: border-box;
  text-align: center;
}

.cuadro-boda-seleccionado span{
  text-align: center;
  margin-left: 10px;
}

.cuadro-boda-seleccionado .boda-novios{
  font-family: 'Dancing Script', serif;
  font-size: 28px;
}

.boda-code{
  text-align: center;
}

.boda-code-title{
  display: block;
  font-size: 14px;
}
.boda-code-codigo{
  font-size: 24px;
  color: #000;
}
/* Fin Header Inferior *******************************************/

/* Cuerpo ********************************************************/
.page-title-colored{
  text-transform: uppercase;
  color: white;
  background-color: #006cb9;
  border-radius: 4px 4px 0 0;
  padding: 15px 60px;
  font-size: 18px;
  width: 187px;
  box-sizing: content-box;
}

.title-bar{
  border-bottom:1px solid #f0f0f0;
  margin-top: 20px;
}

.image-select{
  background-color: #f3f3f3;
  display: table;
  width: 100%;
  height: 200px;
  padding: 20px 0;
}

.image-contenedor{
  display: table-row;
  vertical-align: middle;
  text-align: center;
}

.image-contenedor .btn{
  background-color: #fccb25;
  color: #fff;
  margin-top: 20px;
}

.producto-container{
  text-align: center;
  margin-top: 50px;
  max-height: 300px;
}

.producto-container img{
  margin-bottom: 20px;
}

.producto-container .producto-precio{
  font-size: 15px;
  color: #333;
  display: block;
}

.producto-container a{
  margin-bottom: 10px;  
  font-family: 'Open Sans',sans-serif;
  display: block;
  color: #1761ad;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.cuadro-registrese{
  height: 400px;
  background: url('../img/cuadro-azul.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  display: table;
  text-align: center;
}

.cuadro-registrese-inner{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.cuadro-lista-boda{
  margin-top: 40px;
  margin-left: -10px;
  height: 300px;
  width: 458px;
  background: url('../img/lista-bodas.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%; 
}



.titulo-registrese{
  font-family: 'Dancing Script', cursive;
  color: black;
  text-align: center;
  font-size: 36px;
}

.button-registrese button{
  text-align: center;
  display: inline-block;
  color: black;
  margin-top: 10px;
  padding: 5px 35px;
  border: 1px solid black;
  border-radius: 3px;
  background:none;
  font-size: 18px;
  font-weight: 600;
}

.boda-container{
  box-shadow: 0px 0px 5px #666;
  border-radius:4px;
  box-sizing: border-box;
  margin-top: 30px;
  text-align: center;
  font-family: 'EB Garamond', serif;
  padding-bottom: 20px;
}

.boda-container span{
  display: block;
}

.boda-container .boda-title{
  background-color: #006cb9;
  padding: 6px 40px;
  color: white;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
  box-shadow: 0px -2px 5px #393939 inset;
  position: relative;
}

.boda-container .boda-novios{
  font-family: 'Dancing Script', serif;
  font-size: 24px;
}

.boda-img{
  margin-top: 20px;

}

.boda-fecha{
  margin: 10px 0;
  color: #006cb9;
  font-size: 28px;
  font-family: 'Georgia',sans-serif;
  font-style: italic;
  position: relative;
}

span.boda-fecha::after{
  top: 0;
  left: 0;
  position: absolute;
  width: 30%;  
  border-bottom: 10px solid black;
  height: 2px;
}

.divisor-fecha{
  width: 30%;
  border-bottom: 1px solid black;
}

.boda-direccion{
  margin-bottom: 10px;
}

.divisor-fecha{
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  height: 14px;
  margin-bottom: 7px;
}

.button-editar{
  position: absolute;
  left: 5px;
  text-align: center;
  display: inline-block;
  font-family: 'Montserrat',sans;
  padding: 1px 20px;
  border-radius: 3px;
  background-color: #fccb25;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border:0;
}

.producto-seleccionado .list-group-item{
  font-size:11px;
  color:black;
}

.producto-seleccionado .list-group-item .button-remover{
  font-size: 11px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: 0px;
  color: #000;
  position: absolute;
  left: 0;
  top: -5px;
}

.seleccionado .page-title-colored{
  font-size: 11px;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -3px;
}

.divisor-bodas{
  margin-bottom: 60px;
}

.paginador{
  text-align: right;
}
/* Fin Cuerpo ****************************************************/

/* Footer ********************************************************/
footer{
  margin-top:100px;
  padding-top: 60px !important;
  padding-bottom: 30px !important;
  background-color: #006cb9 !important;
}

.contacto-title{
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #9ACFE8;
  border-radius: 5px;
  padding: 20px 25px;
  color: #fff;
  width: fit-content;
}

.contacto-info{
  color: #fff;
  line-height: 40px;
  margin-top: 20px;
  font-size: 40px;
}

.contacto-info ul, .menu-footer ul {
  list-style: none;
  padding-left: 0;
  line-height: 32px;
}

.menu-footer ul li a{
  color:white;
  text-decoration: none;
}

footer .menu-footer-title{
  color: #fccb25;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.socials a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    margin-right: 10px;
    margin-bottom: 10px;
}

.opt_twitter_link {
    background-color: #00acee;
}

.opt_fb_link {
    background-color: #415a99;
}

.copyright{
  margin-top: 20px;
  text-align: center;
}
/* Footer ********************************************************/