/* General */
html {
  position: relative;
  min-height: 100%;
}
html{
width:100%;
height:100%;
}
    

body{
	width:100%;
	height:100%;
	font-size:14px;
	font-family: "Libre Baskerville", serif;
  	margin: 0;
  	background: #ffffff;
}
body:has(dialog[open]) { 
        overflow: hidden; 
	}
.textoblanco{
	color:#fff !important;
}
.botoneraAbs{
        position:absolute;
        bottom: -1.4rem;
        right: 1rem;
    }
.btn-edit{
        position: absolute;
        bottom: 0vh;
        background-color: #fff;
        border-radius: 50%;
        padding: 2px 5px;
        left: calc(50vw - -10vh);
    }
/*loader*/
    input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}
#overlay{
    position: fixed;
    display:none;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index:101;
}
.spinner{
    position: relative;
    border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #56b3c2;
  
    left:50%;
    top:50%;
    height:60px;
    width:60px;
    margin:0px;
    -webkit-animation: rotation .6s linear infinite;
    -moz-animation: rotation .6s linear infinite;
    -o-animation:rotation .6s linear infinite;
    animation: rotation .6s linear infinite;
    z-index:102;
}

@-webkit-keyframes rotation{
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation{
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation{
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(359deg);}
}

@keyframes rotation{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(359deg);}
}
/*fin loader*/

.sin-bordes:focus
{
       border-color: transparent !important;
       box-shadow:none;
}

.usermenu
{
	color:#5bbdb0!important;
}



[v-cloak] {
  display: none;
}

h1 {
  font-size: 3rem;
  font-family: "Libre Baskerville", serif;
  color: #000000;
}

h2 {
  font-size: 2.5rem;
  font-family: "Libre Baskerville", serif;
  color: #206562;
  font-weight:600;
}

h3 {
/*	
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  
*/
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    font-size: 2.0rem;
    color: #206562!important;
  
}

h4 {
  font-size: 1.9rem;
  font-family: "Libre Baskerville", serif;
  color: #206562;
}

h5 {
  font-size: 1.8rem;
  font-family: "Libre Baskerville", serif;
  color: #206562;
}

h6 {
  font-size: 1.5rem;
  font-family: "Libre Baskerville", serif;
  color: #206562;
}

hr {
  text-align: center;
  border-top: 1px solid #d1d1d1;
}

img, .img-fluid {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.terms ul li {
    margin-top: 14px;
    font-size: 1rem;
    color: #65737e;
}
fieldset legend{
	color:#206562;
	margin-bottom: 2rem;
}

h4.panel-title {
    background: #5bbdb0!important;
    color: #fff!important;
    text-align: left;
    padding: 0.75rem;
    font-size: 18px;
    font-family: inherit;
    padding-left: 2%;
}
footer svg{
	color:#56b3c2;
}
dialog {
    border: 2px solid #56b3c2;
    border-radius: 1rem;
    overflow: hidden;
}
dialog hr{
	width: calc(100% + 32px);
    margin-left: -16px;
}
dialog menu{
	margin-bottom: 0;
    text-align: end;
}
dialog h4{
	font-size:1.5rem !important;
}
dialog h5{
	font-size:1.4rem;
	color:#56b3c2;
}
/*
.btn-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#56b3c2), to(#7edca7));
  background-image: linear-gradient(to right, #56b3c2, #7edca7);
  color: #ffffff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #56b3c2;
  transition: background-image 0.5s ease-in-out;
}
.btn-primary:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edca7), to(#56b3c2));
  background-image: linear-gradient(to right, #7edca7 ,#56b3c2);
  border: 1px solid #56b3c2;
}
.btn-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(#56b3c2), to(#7edca7));
  background-image: linear-gradient(to right, #56b3c2, #7edca7);
  color: #ffffff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #56b3c2;
}
*/
.btn-secondary,.btn-secondary:focus{
        background-color:#daf1f3 !important;
        color:#57b3c3 !important;
        background-image:none;
        border:none !important;
        font-weight: 600;
        width: auto;
        text-align:center;
        box-shadow:none;
    }
    .btn-secondary:hover{
        border:1px solid #00c4ca;
        background-color:#00c4ca;
        color:#fff;
    }
    .btn-secondary-outline{
        background-color:#fff;;
        color:#57b3c3;
        background-image:none;
        border: 1px solid #57b3c3;
        font-weight: 600;
        width: auto;
        box-shadow:none;
    }
    .btn-secondary-outline:hover{
        background-color:#daf1f3;
        color:#57b3c3;
    }
    .btn-primary:hover{
        background-color:#fff ;
        color:#56B3C2;
        background-image:none;
        border:1px solid #56B3C2;
    }
    .btn-primary,.btn-primary:focus{
        background-color:#56B3C2 !important;
        background:none;
        color:#fff !important;
        border:none !important;
        font-weight: 600;
        width: auto ;
        box-shadow:none;
    }
    .btn-primary-outline{
        background-color:#fff !important;
        color:#56B3C2 !important;
        background-image:none;
        border:1px solid #56B3C2;
        width: auto;
        font-weight: 600;
        box-shadow:none;
    }
    .btn-primary-outline:hover{
        background-color:#56B3C2 !important;
        background:none;
        color:#fff !important;
    }
    .d-grid .btn{
    	width:100% !important;
    }
    .botones{
    	text-align:left;
    }
    .botones .btn{
    	width: auto;
    	text-align:center;
    }

.btn-sociallogin {
  color: #ffffff;
  background-color: #1f6660;
  border-radius: 25px;
  padding: 8px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 11px;
}

.btn-sociallogin:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-sociallogin.btn-sociallogin-google {
  background-color: #f16c5f;
}

.btn-sociallogin.btn-sociallogin-facebook {
  background-color: #4267b2;
}

.btn-input-number-left, .btn-input-number-left:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#56b3c2), to(#7edca7));
  background-image: linear-gradient(to right, #56b3c2, #7edca7);
  color: #ffffff;
  font-size: 8px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: 0 !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-input-number-right, .btn-input-number-right:focus {
  background-image: -webkit-gradient(linear, right top, left top, from(#56b3c2), to(#7edca7));
  background-image: linear-gradient(to left, #56b3c2, #7edca7);
  color: #ffffff;
  font-size: 8px;
  text-align: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: 0 !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.transparent-button {
  background-color: transparent;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px;
}

.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.img-top-separator {
  margin-bottom: 10px;
  z-index:1;
  margin-top:10px;
}

.ellipse-convex {
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
}

/* header */
header {
    height: 30vh;
    display: flex;
}
@media (max-width: 992px){
header {
    height: auto;
    display: flex;
}
	}
/**/

#contact-map .ellipse-concave {
	z-index:-1;
}

.fill-cyan {
  fill: #5bbdb0;
}

.fill-white {
  fill: #ffffff;
}




.table th {
  border-top: 0;
}

.table > tbody > tr > td {
  vertical-align: middle;
}



.modal-dialog .modal-content {
  border-radius: 15px;
}

.modal-dialog .modal-content .modal-left-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.modal-dialog .modal-content .modal-top-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 240px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.modal-dialog .modal-content .list-group-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  border: 0;
}


.modal-dialog .modal-content .list-group-item img {
  height: 10px;
  padding-right: 10px;
}

/* Custom icons and images */
.mln {
  padding: 0px 8px;
}

.mln.mln-lugar::before {
  content: url("../images/icono-lugar.png");
}

.mln.mln-mail::before {
  content: url("../images/icono-mail.png");
}

.mln.mln-telefono::before {
  content: url("../images/icono-telefono.png");
}

.mln.mln-corazon::before {
  content: url("../images/icono-corazon.png");
}

.mln.mln-borrar::before {
  content: url("../images/icono-borrar.png");
}

.mln.mln-editar::before {
  content: url("../images/icono-editar.png");
}

.mln.mln-menu-select::before {
  content: url("../images/icono-menu-select.png");
}

.mln.mln-top-separator-cyan {
  content: url("../images/separador-cyan.png");
}

.mln.mln-top-separator-white {
  content: url("../images/separador-blanco.png");
}

.mln.mln-title-decorator-left {
  content: url("../images/icono-formulario-izquierda.png");
}

.mln.mln-title-decorator-right {
  content: url("../images/icono-formulario-derecha.png");
}

.mln.mln-quote-decorator-top {
  content: url("../images/quotes-adornos-arriba.png");
}

.mln.mln-quote-decorator-bottom {
  content: url("../images/quotes-adornos-abajo.png");
}

.mln.mln-quote-left {
  content: url("../images/icono-comillas-izquierda.png");
}

/* Header */
.header {
  background-color: #ffffff;
}
.header hr {
  margin: 30px auto 0 auto;
}

.header .navbar {
  background-color: #ffffff;
}
.header #mainNavigation {
  margin: 0;
}
.header #mainNavigation ul{
	gap:0.5rem;
}
.header #mainNavigation .nav-link,
.header #mainNavigation .btn-link {
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word !important;
  white-space: normal;
}
.header #mainNavigation .nav-highlight {
  color: #5bbdb0;
  text-decoration: underline;
}
.header #mainNavigation .nav-link, .header #mainNavigation .btn-link {
	font-size:0.9rem;
}
.header #mainNavigation .dropdown-menu, .header #mainNavigation .dropdown-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Footer */
.footer {
  background-image: url("../images/footer-regalos-izquierda.png"), url("../images/footer-regalos-derecha.png");
  bottom: 0;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  padding: 150px 0 250px 0;
  background-color: #ffffff;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 512px, 512px;
}

.footer .card {
  background: transparent;
  border: none;
  margin: 16px auto;
}

.footer .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.footer .card .card-body {
  margin: 0;
  padding: 15px;
}

.footer hr {
  margin: 50px auto;
}

@media only screen and (max-width: 1024px) {
  .footer {
    background-image: none !important;
  }
}





/* Hero image */
.hero-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

.hero-image-standard {
  position: relative;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  height: 300px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

/* Home Page */
#hero-image h1{
	font-weight:600;
	font-size:2.5rem !important;
}
#placeSearch{
	min-height:0px;
	margin-top:3rem;
}
#placeSearch table tr td:nth-child(3){padding-left: 55px;}
#placeSearch .btn{
	width:100% !important;
}
.search-section p {
  font-size: 1.3rem;
 
}

.search-section h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

.search-section input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  font-size: 12px;
}

.search-section .form-control:focus {
  outline: 0 !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-section .btn {
  color: #5bbdb0;
  background-color: #ffffff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border: none;
}
	.search-section {
		position:absolute;
	    color: #ffffff;
	    background-color: #fff;
	    -webkit-box-shadow: 0px 5px 10px -5px #9B9B9B; 
		box-shadow: 0px 5px 10px -5px #9B9B9B;
	    min-height: 10vh;
	    bottom:0vh;
	    display:inline-grid;
	    border-radius:13px;
    }
    .search-form{
    	display:flex;
    	flex-direction:row;
    	gap:5px;
    	justify-content:center;
    }
    .search-form .input-group{
    	width:auto;
    }
	.search-section h2{
		font-size:1.2rem !important;
		color: #56b3c2 !important; /*#5bbdb0 ;*/
		font-family: "Libre Baskerville", serif;
		font-weight:bold;
		margin: 0;
	    line-height: 1.5rem;
	    margin-top: auto;
	    margin-bottom: auto;
	}
	.search-section span{
		font-size:1.2rem !important;
		color: #56b3c2 !important; /*#5bbdb0 ;*/
		font-family: "Libre Baskerville", serif;
		font-weight:bold;
		margin: 0;
	    line-height: 1.5rem;
	    margin-top: auto;
	    margin-bottom: auto;
	}
	.search-section input{
		font-size:1rem;
	 	padding-left: 1px;
	 	padding-right:1px;
	    text-align: start;
	    max-width:300px;
	    min-width:300px !important;
	}
	.search-section input::placeholder {
	    color: #6c757d;
	    opacity: 1;
	    text-align: start;
	    font-size: 1rem;
	    border-bottom:1px dotted #6c757d;
	}
	.search-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #6c757d;
	    opacity: 1;
	    text-align: start;
	    font-size: 1rem;
	    border-bottom:1px dotted #6c757d;
	}
	.search-section input::-moz-placeholder { /* Firefox 19+ */
	  color: #6c757d;
	    opacity: 1;
	    text-align: start;
	    font-size: 1rem;
	    border-bottom:1px dotted #6c757d;
	}
	.search-section input:-ms-input-placeholder { /* IE 10+ */
	  color: #6c757d;
	    opacity: 1;
	    text-align: start;
	    font-size: 1rem;
	    border-bottom:1px dotted #6c757d;
	}
	.search-section input:-moz-placeholder { /* Firefox 18- */
	  color: #6c757d;
	    opacity: 1;
	    text-align: start;
	    font-size: 1rem;
	    border-bottom:1px dotted #6c757d;
	}
/* */


.about-us-section {
  position: relative;
  min-height: 100vh;
}

.about-us-section h2 {
  color: #1f6660;
  margin-bottom: 20px;
}

.about-us-section h3 {
  font-size: 20px;
}

.about-us-section p {
  margin-bottom: 30px;
  font-size:16px;
}

.about-us-section #about-us-content {
  padding: 50px auto 50px auto;
}

.about-us-section #about-us-content p {
  color: #65737e;
}

.services-section {
  color: #ffffff;
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
 
}
.services-section:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.services-section .como-cards{
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
	justify-content:center;
}
.services-section .card{
	width:25% !important;
}
.services-section .dark-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.services-section .container {
  position: relative;
}

.services-section h2 {
  color: #ffffff;
  margin-bottom: 20px;
  z-index:1;
}

.services-section h3 {
  font-size: 18px;
  margin:0;
}

.services-section .card {
  
  border-style: solid;
  border-color: #5bbdb0;
  border-width: 2px;
}
.como-cards .card-body img{
	width:50px;
	max-height:50px;
	margin-left:auto;
	margin-right:auto;
}
.como-cards .card-body{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    text-align:center;
}
.services-section a{
	text-decoration:none;
}
.services-section .card .card-text {
  font-size: 15px;
}

.services-section .services-subtitle p {
  margin-bottom: 30px;
  font-size:16px;
}

.services-section .nav-pills .nav-item .nav-link {
  background: #f7eada;
  font-size: 12px;
  color: #815634;
  width: 160px;
  text-align: center;
  border-radius: 10px;
  padding: 12px;
  margin-top: 30px;
}

.services-section .nav-pills .nav-item .nav-link.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#56b3c2), to(#7edca7));
  background-image: linear-gradient(to right, #56b3c2, #7edca7);
  color: #ffffff;
}
.services-section{
  background-image:url('../images/fondo-flores-mi-lista-de-novios.2e16d0ba.fill-1920x1200.webp')
}
.contact-map-section{
  background-image:url('../images/mi-lista-de-novios-regalo-contacto-1.webp');
  min-height: 100vh;
  z-index: 1;
}

.testimonials-section {
  position: relative;
  min-height: 100vh;
}

.testimonials-section h2 {
  color: #1f6660;
}

.testimonials-section .testimonials-subtitle p {
  padding-bottom: 20px;
  font-size:16px;
}

.testimonials-section .card .card-title {
  font-size: 16px;
}

.testimonials-section .card .card-text {
  font-size: 14px;
}

.contact-map-section {
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
}

.contact-map-section .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-map-section .contact-form {
	background-color: #ffffff;
  	display: inline-block;
    width: 450px;
  	padding: 50px 50px 30px;
  	border-radius: 8px;
  	box-shadow:0px 0px 50px rgba(0,0,0,0.25);
}
.div-contact{
	min-height: 475px;
    justify-content: center;	
}
.table.table-hover {
	margin: 5px 0 0;
}

textarea.form-control{
	resize:none;
}
#dialogConfirmacion{
	min-width: 300px !important;
    max-width: 350px !important;
}	
.dialog-botones{
	display:flex;
	flex-direction:column;
	gap:0.25rem;
	
}
#search-results{
	padding-top:30px;
}

#gifts-received-title-top{
	font-family: "Abril Fatface", cursive;
    font-weight: 500;
    font-size: 40px;
}

.gifts-received h2.mx-auto.text-center{
	font-weight: 100;
	font-size:22px;
	font-family:"Libre Baskerville", serif;
}

.izquierda{
	margin:0 0 20px;
}



.contact-map-section .contact-form .contact-form-title {
  padding-bottom: 40px;
  font-size: 4px !important;
}

.contact-map-section .contact-form .contact-form-title h2 {
  display: inline !important;
  font-size: 20px;
  font-family: 'Libre Baskerville', serif;
}


.contact-map-section .contact-form .form-group .form-control {
  border-radius: 25px;
  font-size: 16px;
}

.contact-map-section .map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Standard Page */
.body-standard {
  padding: 80px 0 80px 0;
}

.body-standard h2 {
  color: #1f6660;
}

.body-standard h4 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
}

.body-standard p {
  font-size: 14px;
  color: #65737e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-standard .quote-block {
  margin-top: 45px;
  margin-bottom: 45px;
}

.body-standard .quote-block p {
  margin-bottom: 30px;
}

.body-standard .quote-block .mln {
  padding: 0;
}

/* User Profile */
.body-userprofile {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 80px;
  border: 3px solid #e9e4e0;
}
.userprofile-body h2 {
    color: #1f6660;
    margin-bottom: 0px;
}
.userprofile-body {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-top: 80px;
}
.userprofile-body label{
	color: #1f6660;
	font-weight: 600;
}
.userprofile-body .form-control{
	height: 3rem;
}
.userprofile-body .custom-select{
	height: 3rem;
}
.userprofile-body .form-group{
	margin-bottom: 3rem;
}
.body-userprofile h2 {
  color: #1f6660;
}

.body-userprofile #userdetails_form {
  margin-top: 80px;
}

.body-userprofile #userdetails_form .form-group {
  margin-bottom: 80px;
}

.body-userprofile #userdetails_form .form-group label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #424242;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.body-userprofile #userdetails_form .form-group .form-control {
  font-size: 0.9rem;
}

.body-userprofile #userdetails_form button[type="submit"] {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.body-userprofile #userprofile_info p {
  margin-bottom: 40px;
  font-size: 0.9rem;
}



.header #mainNavigation .btn-link, button, input, optgroup, select, textarea{
	font-family: "Libre Baskerville", serif;
}



body .text-secondary{
	font-size:1.1rem;
}



header.entry-header, div#secondary {
    display: none!important;
}

.tprice{
		display:inline-block;
		margin-left:10px;
	}

.fill-white {
    fill: #ffffff;
}
.ellipse-concave {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
}
.fill-cyan {
    fill: #5bbdb0;
}
 /* formulario */
 .contact-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem;
}
.contact-form textarea.form-control {
    height: auto !important;
}
/* index */
.contact-form{
  margin: 0px auto;
}

/* faq */

/* agregado */
.alert-success{
	background-color:#d5f6df;
	color:#0f4930;
	border-radius:1rem;
	border:none;
}
.alert-success img{
	padding:0.5rem 1rem;
}
.hero-image1 {
  background-image: url('../images/foto-bg.webp');
}

.novios-h1{
	color:#fff;
	font-size:3rem !important;
}
.btn-primario {
    background-image: -webkit-gradient(linear, left top, right top, from(#56b3c2), to(#7edca7));
    background-image: linear-gradient(to right, #56b3c2, #7edca7);
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    padding: 10px 15px;
    border: none;
    min-width: 150px;
}
.btn-secundario {
    background: #f7eada;
    color: #000;
    font-size: 1rem;
    text-align: center;
    padding: 10px 15px;
    border: none;
    min-width: 150px;
}
.btn-secundario:hover {
	color:#fff;
}
	

    

.hero-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 65vh;
}
.hero-image h3{
	color: #ffffff !important;
	font-family: "Libre Baskerville", serif;
}
.hero-image p {
	font-size:1rem;
}
.hero-image1 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
}
.hero-image2 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 30vh;
  padding-top: 1vh;
  padding-bottom:1vh;
}
.registro-image{
  	position: relative;
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	min-height: 30vh;
  	padding-top: 1vh;
  	padding-bottom:1vh;
}
.registro-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.hero-image1 h3{
	color: #ffffff !important;
	font-family: "Libre Baskerville", serif;
}
.hero-image1 p {
	font-size:1rem;
}

.hero-text span{
	display:inline-block;
}
.btn-edit{
        position: absolute;
        bottom: 0vh;
        background-color: #fff;
        border-radius: 50%;
        padding: 2px 5px;
        left: calc(50vw - -10vh);
    }
/* */

.navbar{
	z-index:10;
}
.header-botones{
		flex-direction:row;
		display:flex;
		justify-content:center;
	}
.header-botones .btn{
	max-width:200px;
	width:200px;
	margin:5px;
}
.hero-image .bold{
	font-weight:900;
}
.hero-image p {font-size: 1.3rem;}


	    .modal-left-img {
            background-image: url(gifts/img/popup-bg.webp);
        }
	    .signup-content .list-group-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    border: 0;
}
.fondo-mobile{
    background-color:#00c4ca;
}
.mobile .color-blanco{
    color:#fff;
}
.mobile .form-control{
border-radius: 0.25rem;
}
.mobile{
background: rgb(255,255,255);
background: linear-gradient(330deg, rgba(255,255,255,1) 50%, rgba(0,197,204,1) 50%);
}
.mobile .card{
    background-color: transparent;
    border: none;
}
.mobile .card-body{
        background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 16px 0px rgb(0 0 0 / 15%);
}
.mobile .card-footer{
    background-color: transparent;
    border: none;
    padding: 0;
}
.mobile .card-footer .btn-mobile{
    border-radius:0.5rem;
    background-color: #5a57cb;
    background-image: linear-gradient(to right, #56b3c2, #7edca7);
    font-size: 1.25rem !important;
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 24%);
}
.mobile .input-group-text{
    background-color: #fff;
        min-width: 9vw;
}
.mobile .input-group-text{
    background-color: #fff;
    min-width: 10vw;
}
.mobile .input-group-append .btn{
    min-width: 8vw;
}

.userprofile-body {
    margin-top:0rem;
}


/* responsive */
@media only screen and (max-width: 992px) {
	body{
		font-size:16px;}
    header {
        background-color:#00c4ca !important;
    }
    header .header{
        background-color:#00c4ca !important;
    }
    header .navbar {
        background-color:#00c4ca !important;
    }
    header .navbar .nav-link {
        color: #fff !important;
    }
    header .navbar img{
        max-height:40px;
    }
 
    .navbar-dark .navbar-toggler {
        border-color: #fff !important;
    }
    .mobile{
        background: rgb(255,255,255);
        background: linear-gradient(345deg, rgba(255,255,255,1) 50%, rgba(0,197,204,1) 50%);
    }
    
    .custom-select{
        height: calc(2.25rem + 10px);
        padding: 0.375rem 0.75rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
    }
    .custom-select .sel{
        color:#6c757d;
    } 
    .mobile p{
        text-align:center;
    }
    .mobile label{
    	font-size:0.9rem;
    }
    main{
        min-height: calc(100vh - 100px);
    }
    .footer{
        height:auto !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    footer h4{
        font-size:1.1rem;
        font-weight:500;
    }
    footer .footer-line{
        margin-top:1rem;
        margin-bottom:1rem;
    }
    footer .footer-subline{
        margin:0;
        margin-top:0.5rem;
        margin-bottom:0.5rem;
        width: 30vw;
        border-top: 3px solid #00c4ca;
        padding:0;
    }
    footer .list-group-horizontal .list-group-item {
        width: fit-content;
        color:#00c4ca;
        margin-right: 5px;
    }
    footer .copy{
        font-size:0.8em;;
    }
    footer a{
        color: #00c4ca;
    }

  	.body-userprofile {
	    padding-left: 40px;
	    padding-right: 40px;  }
	#placeSearch table tr td:nth-child(3) {
	    padding-left: 10px;}
}
@media only screen and (max-width: 576px) {
    .mobile{
        background: rgb(255,255,255);
        background: linear-gradient(330deg, rgba(255,255,255,1) 50%, rgba(0,197,204,1) 50%);
    }
    header .navbar img{
        max-height:35px;
    }
}
@media (max-width: 1280px) {
  html { font-size: 14px; }
}
@media only screen and (max-width: 992px) {
	#placeSearch{
		margin-top:0;
		
	}
	#placeSearch .btn-primary{ padding:15px 20px !important;}
}

@media only screen and (max-width: 767px) {
	#placeSearch table thead tr, .gifts-received table thead tr, .gift-list-table table thead tr,
	.gift-list-body table thead tr{ display:none;}
	#placeSearch table tr td,
	.gifts-received table tr td,
	.gift-list-table table tr td,
	.gift-list-body table tr td{ display:block; text-align:center !important; font-size:14px !important; border-top:0 !important; padding-bottom:0;}
	#placeSearch table tr td::before,
	.gifts-received table tr td:before,
	.gift-list-table table tr td:before,
	.gift-list-body table tr td:before	{
		color: #212529;
		font-size: 12px !important;
		font-weight: 400;
		display: block;
		margin: 0 0 10px;
		font-weight: 600;
	}
	#placeSearch table tr td:nth-child(1), .gifts-received table tr td:nth-child(1){border-top:1px solid #dee2e6 !important;}
	#placeSearch table tr td:nth-child(1) img{ width:0; margin-left:-9px;}
	.gifts-received table tr td:nth-child(1) img{ display:none;}
	#placeSearch table tr td:nth-child(2){
		border-top:0 !important;
		padding-top:0 !important;
	}
	
	#placeSearch table tr td:nth-child(1):before{content:'Futuros novios';}
	#placeSearch table tr td:nth-child(2):before{content:''; margin:0;}
	#placeSearch table tr td:nth-child(3):before{content:'Fecha de Matrimonio';}
	#placeSearch table tr td:nth-child(4):before{content:''; margin:0;}
	#placeSearch .btn-primary, #post-48 table tr td .btn.btn-primary{ padding:8px 15px !important; display:inline-block !important;}
	#placeSearch table tr td:nth-child(4), .gifts-received table tr td:nth-child(4),
	.gift-list-table table tr td:nth-child(6){padding-bottom:0.75rem;}
	#gifts-received-title-top{ font-size:21px;}
	.gifts-received h2.mx-auto.text-center{ font-size:13px;}
	#placeSearch table tr td:nth-child(2){ padding-top:5px !important;}
	.gifts-received table tr td:nth-child(1):before{content:'NOMBRE';}
	.gifts-received table tr td:nth-child(2){display:none;}
	.gifts-received table tr td:nth-child(3):before{content:'CANTIDAD';}
	.gifts-received table tr td:nth-child(4):before{content:'PESOS';}
	.gifts-received .table.table-hover{ margin:0;}
	.gifts-received select.form-control {	width: 150px;	height: 30px;	font-size: 13px; cursor:pointer; margin:0; height:32px;}
	.izquierda{
		font-size: 21px;
		font-family: "Libre Baskerville", serif;
		color: #206562 !important;
		font-weight: 800;
	}
	.gifts-received p.text-center{ font-size:13px;}
	.gifts-received .text-right.col-md-5.col-md-offset-4{ text-align:left !important;}
	.gifts-received .text-right.col-md-5.col-md-offset-4 .btn-primary{ padding:8px 25px !important;}
	.gift-list-body table tr th{ font-size:12px !important;}
	.gift-list-table table tr td{ text-align:right !important;}
	.gift-list-table table tr td.text-center:first-child{ display:none !important;}
	.gift-list-table table tr td:nth-child(2):before{ content:"Regalo / Deseo"; }
	.gift-list-table table tr td:nth-child(3):before{ content:"Cantidad"; }
	.gift-list-table table tr td:nth-child(4):before{ content:"Precio"; }
	.gift-list-table table tr td:nth-child(5):before{ content:"Total Precio"; }
	.gift-list-table table tr:last-child td:nth-child(1){ display:block; padding:0.75rem;}
	.gift-list-table table tr:last-child td.text-right, .gift-list-body table tr td:nth-child(2){border-top:1px solid #dee2e6 !important;}
	.gift-list-table table tr td:before{ float:left; margin:0; text-align:left;}
	.gift-list-body table tr td:nth-child(1){display:none;}
	.gift-list-body table tr td:nth-child(2):before{content:"Nombre";}
	.gift-list-body table tr td:nth-child(3):before{content:"Cantidad"}
	.gift-list-body table tr td:nth-child(4):before{content:"Precio"}
	.gift-list-body .form-control.inputField{ margin:0 !important;}
	
	.gifts-received table.sortable tr td:nth-child(1) { padding-top:1.5rem !important; background-position:0 28px;}
	.gifts-received table.sortable tr td:nth-child(2){ display:block;}
	
	.gifts-received table.sortable tr td, .gift-list-body table tr td{ text-align:right !important; background-image:url(images/icono-corazon.png);
	background-repeat: no-repeat; background-position: 0 16px; margin:0 0 12px;}
	.gifts-received table.sortable tr td::before, .gift-list-body table tr td:before{ float:left; margin:0 0 0 5px;}
	.gifts-received table.sortable tr td:nth-child(3){ padding-bottom:0.75rem;}
	
	.gifts-received table.sortable tr td:nth-child(3):before{ content:"PESOS";}
	.gifts-received table.sortable tr td select.form-control,
	.gift-list-body table tr td .form-control{ border-radius:0; border:0; border-bottom:1px solid #ced4da; height: 20px;
	line-height: 20px;
	padding: 0 0 0 6px;
	width: 100px !important;
	display: inline-block;}
	.gifts-received table.sortable tbody:nth-child(3) tr td{ background:none;}
	.gifts-received table.sortable tbody:nth-child(3) tr td:nth-child(1){ border-top:0 !important; padding:0 !important; margin:0;}
	.gifts-received table.sortable tbody:nth-child(3) tr td:nth-child(1){ padding:0;}
	.gifts-received table.sortable tbody:nth-child(3) tr td:nth-child(2){margin:0; padding:0.75rem !important;}
	.gifts-received table.sortable tbody:nth-child(3) tr td:nth-child(1):before,
	.gifts-received table.sortable tbody:nth-child(3) tr td:nth-child(2):before{ content:"";}
	
	
	.gift-list-body table tr td{ display:block; width:100%  !important;}
	.gift-list-body table tr td:before{ text-transform:uppercase;}
	
}
@media (max-width: 992px) {
	#search-results {
	    padding-top: 20px;
	}
	.botones .btn{
    	width:100% !important;
    }
	#formRegistro .input-group{ border-bottom: 1px solid #999; }
	.search-section input::placeholder {    border-bottom:none;}
	.hero-image{
	  background-image: url('../images/homebgm.jpeg');
	}
	  html { font-size: 14px; }
	  .hero-image {
	  background-size: cover;
	  }
	  .hero-image1 {
	  background-size: initial;
	  }
	.hero-text span{
		display:block;
	}
  .about-us-section {
    padding-bottom: 5vh;
	}
	#search-bar {
    height: fit-content;
    }
  .search-section{
  	display: flex;
  	flex-direction:column;
  	min-height: 60px;
  	padding:0;
  	position: relative;
    box-shadow: none;
    bottom: -1vh;
    padding:2rem 1rem;
  }
  .search-form{
  	flex-direction:column;
  	text-align:center;
  	gap:1rem;
  }
  .search-form .input-group{
  		width: auto;
    	margin-left: auto;
    	margin-right: auto;
    	border-bottom: 1px solid #999;
  	}
  	.search-section span{
  		display:none;
  	}
  	.search-section h2{
  		font-size: 1.3rem !important;	
  	}
    
  	.hero-image p {
		font-size:1.1rem;
	}
  	.search-section span{
  		border-right:0px;
  		display:none;
  	}
  	.search-section form {
	    padding-left: 15px;
	    max-width: 350px;
    	margin-left: auto;
	}
	.search-section input{
		padding: 0.5rem 0.75rem;
	}
	.search-section input {
	    max-width: 280px;
	    min-width: 280px !important;
	}
	#placeSearch table tr td{
		border:none;
	}
	#placeSearch .btn {
	    width: auto !important;
	}
	.services-section .como-cards {
		flex-direction: column;
	    gap: 1rem;
	    margin: 0px 0px 2rem 0px;
	}

	
	.header-botones{
		flex-direction:column;
		text-align:center;
	}
	.header-botones .btn{
		margin-left:auto;
		margin-right: auto;
	}
	

	.hero-image {	
		height: fit-content;
    	min-height: 400px;
	}
	.hero-image1 {	
		height: 400px;
	}
	.services-section {
		padding-bottom:10vh;
	}
	.services-section .card {
		width: 50% !important;
        margin-left: auto;
        margin-right: auto;
  	}
  	.testimonials-section {
	    padding-bottom: 10vh;
	}
	.div-contact{
		min-height:auto;
	}
	.contact-map-section .contact-form {
    	width: 80%;
	  	position: relative;
	    top: 0;
  	}
  .novios-h1 {font-size: 1.5rem !important;}

.hero-image1 h3 {font-size: 1.5rem;}

.hero-image1 {height: 209px;}

.userprofile-body {margin-top: 0px;}

.userprofile-body .form-group {margin-bottom: 50px;}
}
@media only screen and (max-width: 540px) {
  
    .services-section .card {
		width: 60% !important;
        margin-left: auto;
        margin-right: auto;
  	}
	.hero-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;}
	.ellipse-concave {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100%;
    height: 24px;
    display: block;}
	.ellipse-convex {
    position: absolute;
    top: -0.5px;
    left: 0;
    width: 100%;
    height: 24px;
    display: block;}
	#bankBack {
    margin-bottom: 10px;}
	.rich-text {
    text-align: center;}
	.about-us-section #about-us-content {
    margin-top: 0px !important;}
	.services-section .nav-pills .nav-item .nav-link {margin-top: 0px !important;}
	.about-us-section,.services-section,.testimonials-section,.contact-map-section .container {
    padding-top: 40px !important;}
	.search-section h2{font-size:30px;}

	.hero-image-standard{height:100px;}
	.container-fluid.hero-image-standard .ellipse-concave{ z-index:-1;}

  	.contact-map-section .contact-form {
	    padding: 50px 20px 50px 20px !important;
	  }
		.btn.btn-info.createList.btn-primary {
	    margin: 7px;
	}
	#placeSearch table tr td:nth-child(3){padding-left: 10px;}
	.terms .rich-text {
	    text-align: left;
	}

	  .contact-map-section .contact-form .contact-form-title .mln-title-decorator-left, .contact-map-section .contact-form .contact-form-title .mln-title-decorator-right {
	    padding: 4px;
	    max-width: 25px;
	  }
	  .rich-text .alignnone.size-full {
	    width: 100%;
	    object-fit: cover;
	height: 160px;
	}
  
}
@media (max-width: 462px){

	.mobile-input {
        width:max-content !important;    
        margin-bottom:5px !important;
        display:inline-block;
        max-width: 100px !important;
    text-align: right;
    }
    .items-mobile .titulo{
        width: 80px !important;
            display: inline-block;
    }

}

@media only screen and (min-width: 992px) {
	.header img{
		max-height: 60px;
	}
	.header #logoNavbar {
	    padding-top: 0px; 
	}
	.navbar-brand{
		margin-left:auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px){
	
	.about-us-section{
		min-height: fit-content;
	    padding-top: 10vh;
	    margin-top:5vh;
	    padding-bottom: 5vh;
	}
	.services-section{
		min-height: fit-content;
	    padding-top: 5vh;
	    padding-bottom: 5vh;
	}
	.testimonials-section{
		min-height: fit-content;
	    padding-top: 5vh;
	    padding-bottom: 5vh;
	}
	.contact-map-section{
		min-height: fit-content;
	    padding-top: 5vh;
	    padding-bottom: 5vh;
	}
}
