/*boda*/
body{
	background: #2A2A2A;
}
header{
	background: #2A2A2A;	
}
header .wrapper .container-header .h-boton{
	margin: 10px;
	background: none;
    border: 0px solid white;
}
header .wrapper .container-header .h-boton a{
	border-radius: 30px;
}
footer{
	margin-top: 30px;
}
footer .back {
	padding: 10px;
}
footer .back .unete{
	border: 0; 
	background: white;
	border-radius: 10px;
    font-weight: bold;
    max-width: 400px;
    margin: 0 auto;
    line-height: 30px;
}
footer .back .unete a{
    color: black;
}
header .wrapper .container-header{
	padding: 0;
}
header .h-boton {
	background: white;
	border: 0px solid white;
}
header .h-boton a{
	background: white;
	color: black;
	line-height: 40px;
}
header nav {
	padding: 10px 0;
}
header nav li {
	color: white	;
}
header nav a{
	color: white;
}
header nav a:hover{
	color: #6210E0;
}
.slider{
	padding: 0;
	background: white;
	background: #2A2A2A;
}
.slider .wrapper p{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 10px;
	font-family: cursive;
	font-size: 20px;
}
.slider-unete h1 span,
.slider-unete div p span{
	color: #E01059;
}
.slider .invitaciones .general p{
	width: calc(100% - 20px);
}
.slider .invitaciones a {
	color: white;
	font-size: 30px;
}
.slider .invitaciones a h2{
	padding-bottom: 10px;
}
.slider .invitaciones img{
	max-width: 1000px;
    margin: 0 auto;
}
.slider .foto a{
	color: black;
}
.slider .owl-nav{
	display: none;
}
.slider .owl-dots{
	background: white;
    padding: 10px 0;
}
.slider button.owl-dot{
	background: black;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.slider button.owl-dot.active{
	background: red;
}
.grid .fila{
	column-gap: 0;
}

.grid .fila .col1 a, 
.grid .fila .col2 a{
	display: block;
	border: 2px solid white;
	padding: 10px;
	margin: 10px;
	border-radius: 30px;
}
@media only screen and (max-width: 500px){
	.grid .fila .col1 a, 
	.grid .fila .col2 a{
		padding: 5px;
		margin: 10px 5px;
		border-radius: 10px;		
	}
}
.grid .fila .col1  img,
.grid .fila .col2  img{
	border-radius: 30px;
}
@media only screen and (max-width: 500px){
	.grid .fila .col1  img,
	.grid .fila .col2  img{
		border-radius: 10px;
	}	
}
.grid .fila .col1 .container-txt,
.grid .fila .col2 .container-txt{
	background: rgba(224, 16, 89, 0.8);
    color: white;
    font-weight: 100;
    padding: 10px;
    width: calc(100% - 62px);
    bottom: 25px;
    border-radius: 30px;
}
@media only screen and (max-width: 500px){
	.grid .fila .col1 .container-txt,
	.grid .fila .col2 .container-txt{
		border-radius: 10px;
        width: calc(100% - 19px);
        position: initial;		
	}
}
.grid .fila .col1 .container-txt .etiqueta,
.grid .fila .col2 .container-txt .etiqueta{
	font-size: 12px;
	margin-bottom: 5px;
}
.testimonios{
	background: white;
}
.testimonios .wrapper div p strong{
	color: #E01059;
}
.tabla .container table .table-title td{
	background: #E01059; 
}
.contacto div a{
	background: #E01059; 
}
footer{
	padding: 10px 0;
	background: #E01059;
	font-weight: 12px;
	color: white;
}
footer p{
	margin: 10px;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: center;
}
footer p a{
	color: white;
}
.title-blog{
	background: #00B2E0;
}
.h-logo{
	padding: 10px;
}