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

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'Perpetua Titling MT';
    src: url('../fonts/subset-PerpetuaTitlingMT-Light.woff2') format('woff2'),
        url('../fonts/subset-PerpetuaTitlingMT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua Titling MT';
    src: url('../fonts/subset-PerpetuaTitlingMT-Bold.woff2') format('woff2'),
        url('../fonts/subset-PerpetuaTitlingMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua Titling MT';
    src: url('../fonts/subset-PerpetuaTitlingMT-Light.woff2') format('woff2'),
        url('../fonts/subset-PerpetuaTitlingMT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	/* font-family: 'Perpetua Titling MT'; */
	font-family: 'Merriweather', serif;
	font-weight: 300;
	vertical-align: baseline;
	color: #6D6E71;
	font-size: 1.2rem;
}
a:link {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:visited {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #E8D5C0;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:active {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Navegacion */
#logotipo {
	margin-top: 30px;
	width: 100%;
	min-height: 120px;
	text-align: center;
}
#logotipo img {
	width: 100px;
	max-width: 100px;
}

#frase {
	width: 90%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E8D5C0;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8D5C0;
	color: #6D6E71;
}
.navbar-nav {
	position: relative;
	margin-top: 0px;
}
.navbar-default {
    border-color: transparent;
    color: #000000;
    width: 100%;
    margin: auto;
	min-height: 40px;
	max-height: 40px;
	background-color: #FFFFFF;
}

.navbar-default .navbar-brand {
	font-family: 'Merriweather';
	color: #E8D5C0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
	position: absolute;
	top: 0px;
}
.navbar-collapse {
	z-index: 2;
	background-color: rgba(232, 213, 192, 1);
	width: 100%;
	text-align: center;
	position: relative;
	top: -40px !important;
}
.navbar-default {
}
.navbar-toggle {
    border-color: #E8D5C0;
    background-color: #E8D5C0;
	position: absolute;
	top: 10px;
	right: 10px;
}
.navbar-toggle {
	z-index: 100;
	position: absolute;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #E8D5C0;
}
.nav div {
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 0px;
}
.navbar-default .nav div a {
	width: 100%;
    position: relative;
    margin-top: 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}

.navbar-default .nav div a:hover,
.navbar-default .nav div a:focus {
    outline: 0;
	color: #FFFFFF;
	text-decoration: none;
}

.navbar-default .navbar-nav>.active> a {
    border-radius: 0;
    color: #FFFFFF;
    background-color: #E8D5C0;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #6D6E71;
    background-color: #E8D5C0;
}

/* Generales */
#limpia {
	clear: both;
}
#contenedor {
	width: 100%;
	margin-top: 30px;
}
#espacio {
	width: 100%;
	margin-bottom: 30px;
}
#espacio_02 {
	width: 100%;
	margin-bottom: 30px;
}
.texto_centrado {
	text-align: center;
}
.albaricoque {
	letter-spacing: 1px;
}
.albaricoque div {
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#home_principal {
	width: 90%;
	margin: auto;
	margin-top: 20px;
	font-weight: 300;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-transform: none;
}
#lineas_titulo {
	position: relative;
	margin-top: 50px !important;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E8D5C0;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8D5C0;
	border-right: 0px;
	border-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: center;
}
.lineas_titulo {
	border: 0px !important;
}
#ver_todo {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.fondo_gris {
	width: 100%;
	background-color: #E6E7E8;
}

/* Bodas */

#bodas_grid_tres {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bodas_grid_tres {
	position: relative;
	padding-bottom: 75%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#bodas_grid_tres div {
	margin-bottom: 10px;
}
#bodas_informacion {
	position: absolute;
	padding: 3% 4% 3% 4%;
	bottom: 0px;
	margin-bottom: 0px !important;
	width: 100% !important;
	background-color: rgba(232, 213, 192, 1);
	color: #FFFFFF;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
#bodas_informacion i {
	position: relative;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1rem;
	text-transform: uppercase !important;
}
#bodas_informacion b {
	font-weight: 400;
}

#bodas_grid_uno {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bodas_grid_uno {
	position: relative;
	padding-bottom: 75%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#bodas_grid_uno div {
	margin-bottom: 10px;
}
#bodas_informacion_02 {
	position: absolute;
	padding: 3% 4% 3% 4%;
	bottom: 0px;
	margin-bottom: 0px !important;
	width: 100% !important;
	background-color: rgba(232, 213, 192, 1);
	color: #FFFFFF;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
#bodas_informacion_02 i {
	position: relative;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1rem;
	text-transform: uppercase !important;
}

/* Videos */
#videos_grid_uno {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#videos_grid_uno_01 {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#videos_grid_uno_01 div {
	margin-bottom: 10px;
}
.videos_grid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-top: 0px;
}
.videos_grid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#videos_grid_tres {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#videos_grid_tres_01 {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#videos_grid_tres div {
	margin-bottom: 10px;
}

/* Contacto */
#contacto_grid {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#contacto_grid label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contacto_grid input {
	border: 1px;
	border-color: #E8D5C0;
	border-style: solid;
	height: 55px;
	padding: 28px 20px 26px 55px;
	border-radius: 0px;
	font-size: 1.2rem;
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-color: #FFFFFF;
}
#contacto_grid select {
	border: 1px;
	border-color: #E8D5C0;
	border-style: solid;
	height: 55px;
	padding: 15px;
	border-radius: 0px;
	font-size: 1.2rem;
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-color: #FFFFFF;
}
#contacto_grid textarea {
	border: 1px;
	border-color: #E8D5C0;
	border-style: solid;
	width: 100%;
	height: 150px;
	padding: 14px 20px 12px 50px;
	border-radius: 0px;
	font-size: 1.2rem;
	background-repeat: no-repeat;
	background-position: -45px -55px;
	background-color: #FFFFFF;
}
.contacto_grid_100 {
	width: 100%;
}
.contacto_fecha {
	margin-left: 4%;
}
#contacto_grid_tres {
	display: grid;
	grid-template-columns: 33.33% 33.3% 33.3%;
	width: 100%;
	margin: auto;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#contacto_grid_div {
	width: 98%;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.form_nombre {
	background-image: url("../theme/form_nombre.svg");
}
.form_email {
	background-image: url("../theme/form_email.svg");
}
.form_lugar {
	background-image: url("../theme/form_lugar.svg");
}
.form_telefono {
	background-image: url("../theme/form_telefono.svg");
}
.form_texto {
	background-image: url("../theme/form_texto.svg");
}
#frmContact button {
	width: 100%;
	margin-top: 10px;
	border: 0px;
	padding: 14px;
	background-color: #E8D5C0;
	color: #FFFFFF;
	text-transform: capitalize;
}

/* Crew */
#crew_grid {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#crew_fotografia {
	border: 7px;
	border-style: solid;
	border-color: #E8D5C0;
	border-radius: 300px;
	width: 200px;
	height: 200px;
	margin: auto;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#crew_grid h3 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#crew_descripcion {
	font-weight: 300;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Redes */
#redes {
	border: 0px;
	border-top: 1px;
	border-top-color: #E8D5C0;
	border-top-style: solid;
	width: 90%;
	margin: auto;
	text-align: center;
	color: #6D6E71;
	font-size: 2rem;
}
#redes i {
	margin: 25px;
}
#redes a:link {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:visited {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:hover {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:active {
	color: #6D6E71;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer {
	background-color: #6D6E71;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
}
#footer div {
	width: 95%;
	margin: auto;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer i {
	color: #E8D5C0 !important;
}


/* Galeria */
#galeria {
	display: grid;
	grid-template-columns: 100%;
	position: relative;
	margin: auto;
	left: 0px;
	width: 90%;
    margin-top: 190px !important;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#galeria img {
	width: 100%;
	height: 100%;
}
#galeria div {
	position: relative;
	height: 150px;
	max-height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* testimonios */
#grid_testimonios {
	display: grid;
	grid-template-columns: 100%;
	width: 90%;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#grid_testimonios_img {
	border: 7px;
	border-style: solid;
	border-color: #E8D5C0;
	border-radius: 300px;
	width: 250px;
	height: 250px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#testimonios {
	width: 100%;
	text-align: center;
}
#testimonios i {
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
}