@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700');

body {
	font-family: 'MyriadWebPro', sans-serif;
	margin:0;
	background-color:#626570;
	color:#FFF;
}

@font-face {
	font-family: MyriadWebPro;
	src: url(font/MyriadWebPro.ttf) format(‘truetype’);
}

.marbot10 {
	margin-bottom:10px;
}

.marbot15 {
	margin-bottom:15px;
}

.marbot20 {
	margin-bottom:20px;
}

.marbot25 {
	margin-bottom:25px;
}

.martop10 {
	margin-top:10px;
}

.martop15 {
	margin-top:15px;
}

.martop20 {
	margin-top:20px;
}

.martop25 {
	margin-top:25px;
}

.padbot10 {
	padding-bottom:10px;
}

.padbot15 {
	padding-bottom:15px;
}

.padbot20 {
	padding-bottom:20px;
}

.padbot25 {
	padding-bottom:25px;
}

.padbot140 {
	padding-bottom:140px;
}

.padtop10 {
	padding-top:10px;
}

.padtop15 {
	padding-top:15px;
}

.padtop20 {
	padding-top:20px;
}

.padtop25 {
	padding-top:25px;
}

.padtop70 {
	padding-top:70px;
}

.titulo {
	text-align:center;
	padding-top:30px;
}

.titulo p {
	display:inline-block;
}

.titulo img {
	text-align:center;
	margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

h1 {
	display:inline-block;
	font-size:26px;
	font-weight:bold !important;
}

h2 {
	font-size:16px;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

h1, h2 {
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
}

#rsvp {
	width: 100%;
}

#mapa_info {
	width: 100%;
	padding-bottom:30px;
}

.legal {
	font-size:12px;
	font-style:italic;
	font-weight:normal !important;
	margin-bottom:15px;
}

@media only screen and (min-width:0px) and (max-width:600px) {
.titulo img {
	display:none;
}

h2 {
	width:90%;
	margin:0 5%;
}
}

/*HEADER*/
#navegador {
	width:100%;
	position: fixed;
    top: 0;
	text-align:center;
}

.bg_color_header {
	background-color:0;
}

.changeColor {
   background-color:rgba(0,0,0,.50);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.topnav {
  overflow: hidden;
}

.topnav p {
  margin:0px;
}

.topnav a, .topnav p {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
	text-decoration:underline;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 860px) {

.topnav {
	background-color:rgba(0,0,0,.50);
}

.changeColor {
   background-color:rgba(0,0,0,.1);
}
	
.topnav a:not(:first-child) {
	display: none;
}

.topnav a.icon {
    float: right;
    display: block;
}

.topnav a {
	display: none;
}

.topnav a.icon {
    float: right;
    display: block;
}

.topnav.responsive {
	position: relative;
}

.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav.responsive a, .topnav.responsive p {
    float: none;
    display: block;
    text-align: left;
}

}
/*FIN HEADER*/

/* BANNER */
#banner_at {
	width: 100%;
	overflow:hidden;
}

.bck_banner {
	background:no-repeat;
	background-image:url(../imagen/flores_bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.bg_color {
	width: 100%;
    height: 100%;
	background:rgba(255,109,109,.85);
}

.bg_color img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.bg_color p {
	text-align:center;
	font-size:16px;
	color:white;
	margin-top:0;
}

@media only screen and (max-width: 700px) {
	
.logo_AA {
	display:none !important;
}

}

@media only screen and (min-width: 701px) {
	
.logo_AA_2 {
	display:none !important;
}

.bg_color p {
	margin-top:15px;
}

}
/* FIN BANNER */

/* CUENTA REGRESIVA */
#tiempo {
	width: 100%;
	margin:0;
	background:rgba(255,109,109,1)
}

.cuenta_regresiva {
	width:960px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}

.ds-element-days, .ds-element-hours, .ds-element-minutes, .ds-element-seconds {
	float:left;
	width:25%;
	text-align:center;
	color:#FFF;
}

.ds-element-title {
	font-size:18px;
	text-transform:uppercase;
}

.ds-element-title {
	letter-spacing:3px;
}

.ds-element-value {
	font-size:48px;
	font-weight:bold;
}

@media only screen and (max-width: 960px) and (min-width: 481px) {

.cuenta_regresiva {
	width:100%;
}	
	
}

@media only screen and (max-width: 480px) and (min-width: 0px) {

.cuenta_regresiva {
	width:100%;
}	

.ds-element-days, .ds-element-hours, .ds-element-minutes, .ds-element-seconds {
	width:50%;
}
	
}
/* FIN CUENTA REGRESIVA */

/* RSVP */
.bg_rsvp {
	width: 100%;
    height: 100%;
	background:rgba(255,109,109,.85);
	padding-bottom:30px;
}

.rsvp_form {
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

.rsvp_form form {
	width:100%;
	text-align:center;
}

.rsvp_form p {
	margin:0;
	padding:0;
}

input {
    padding: 0 8px;
	height: 50px;
}

textarea {
    padding: 20px 8px;
}

#rsvp .rsvp_form select {
	padding: 0 20px;
	height: 50px;
	color: #838897;
}

input, textarea, #rsvp .rsvp_form select {
	font-family: 'MyriadWebPro', sans-serif;
	border: 0px;
	background:white;
}

input, textarea, input[type=submit], #rsvp .rsvp_form select {
	width: 33%;
	margin: 8px 0;
	border-radius: 4px;
	outline: none;
	box-sizing: border-box;
}

input[type=submit] {
    background-color: #626570/*rgba(255,109,109,1)*/;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
	font-size:14px !important;
}

input[type=submit]:hover {
	background-color: #3A3C45;
}

input::placeholder {
  color: #838897;
}

@media only screen and (min-width:0px) and (max-width:960px) {

.rsvp_form {
	width:90%;
	margin:0 5%;
}

}

@media only screen and (min-width:481px) and (max-width:960px) {

input, textarea, input[type=submit], #rsvp .rsvp_form select {
	width: 60%;
}

}

@media only screen and (min-width:0px) and (max-width:480px) {

input, textarea, input[type=submit], #rsvp .rsvp_form select {
	width: 90%;
}

}
/* FIN RSVP */

/* MAPA */
#mapa {
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#mapa .info_dia {
	margin-top:30px;
}

.info_dia .info {
	width:50%;
	float:left;
}

.info h3 {
	margin:0;
	font-size:18px;
	font-weight: 700;
	margin-left:10px !important;
}

.info img {
	margin-left:10px !important;
}

.info p {
	margin-bottom:30px;
	margin-left:10px;
	line-height: 1.7em;
	font-size:14px;
	margin-top:5px;
}

.info p strong {
	margin:0 !important;
}

#mapa iframe {
	width:50%;
}

@media only screen and (min-width:0px) and (max-width:960px) {

#mapa {
	width:90%;
	margin:0 5%;
}

.info_dia .info {
	width:100%;
	float: none;
	text-align:center;
}

#mapa iframe {
	width:100%;
}	

}
/* FIN MAPA */

/* CODIGO NOVIOS */
#codigo_novios {
	width: 100%;
	margin:0;
}

.info_codigo {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px !important;
}

#codigo_novios input[type=submit] {
    background-color: rgb(255,109,109);
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
	font-size:14px !important;
}

#codigo_novios input[type=submit]:hover {
	background-color: rgb(240,84,93);
}

@media only screen and (min-width:0px) and (max-width:960px) {

.info_codigo {
	width:90%;
	margin:0 5%;
}

}
/* FIN CODIGO NOVIOS */

