:root {
  --color-primary: #6e7567;
  --color-gradient-start: #6e7567;
  --color-gradient-stop: #474c41;
}

@font-face {
  font-family: 'Brand';
  src: url('/fonts/Brand.eot');
  src: url('/fonts/Brand.eot?#iefix') format('embedded-opentype'),
      url('/fonts/Brand.woff2') format('woff2'),
      url('/fonts/Brand.woff') format('woff'),
      url('/fonts/Brand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Segoe UI';
  src: url('/fonts/SegoeUI.eot');
  src: url('/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
      url('/fonts/SegoeUI.woff2') format('woff2'),
      url('/fonts/SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}


body {
  font-family: 'Segoe UI';
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #666;
}

html {
  scroll-behavior: smooth;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Segoe UI';
  color: #000;
}

a {color: #6e7567;}

.h1, h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2, h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3, h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.h4, h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5em;
}

.h5, h5 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7em;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
  color: #0a0a0a;
}

.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mainbar-wrap {
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-brand {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff !important;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.main-nav > li.is-active {
  border-bottom: 2px solid #fff;
}

.contact-form select,
.contact-form input,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
  color: #424242;
}

.ld-pf-item .ld-pf-bg {
  background: rgba(255, 200, 11, 0.9);
}

.main-footer {
  color: #c4ec9c;
}

.main-footer a:not(.btn) {
  color: #c4ec9c;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}


.header-module img {
  max-width: 460px;
}

#lugar {padding-top: 13em;}
#lugar img {max-width: 160px;}

#mesa {padding-top: 13em;}
#mesa img {max-width: 200px;}

#hospedaje {padding-top: 13em;}
#hospedaje .logo img {max-width: 170px; margin: 0 auto;}
#hospedaje .hotel { margin: 20px 0;}


#belleza {padding-top: 13em;}
#belleza .logo img {max-width: 170px; margin: 0 auto;}
#belleza .hotel { margin: 20px 0;}


#restaurante {padding-top: 13em;}
#restaurante .logo img {max-width: 170px;     margin-bottom: 20px;}
#restaurante p { text-align: left;}

#covid {padding-top: 13em;}
#covid p{color: white; text-align: center;}
#covid img {max-width: 160px;}


.contact-form-button-block input[type=submit], .contact-form-button-block button[type=submit] {
  text-align: center;
  background: white;
  color: #6e7567;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
  max-width: 230px;
  border-radius: 40px;
  height: 55px;
  font-size: 12px !important;

}

.splash {
  background-image: url('/images/inicio.jpg');
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  transition: 3s all cubic-bezier(0.86, 0, 0.07, 1);
  top: 0;
  z-index: 999999;
}
.splash.seen {
  top: -100%;
}
.center {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 350px;
  margin: auto;
  height: 120px;
  line-height: 35px;
  font-size: 25px;
  text-align: center;
}
.center a {
  color: #fff;
  display: block;
}

.radio {
  display: inline-grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  color: var(--color);
  background: white;
  padding: 20px;
  border-radius: 35px;
}
.radio:focus-within .radio__label {
  transform: scale(1.05);
  opacity: 1;
}

.radio__label {
  line-height: 1;
  transition: 180ms all ease-in-out;
  opacity: 0.8;
  color: #707769;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.radio__input {
  display: flex;
}
.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}


.radio-gradient input:checked + .radio__control {
  background: radial-gradient(currentcolor 100%, rgba(255, 0, 0, 0) 51%);
}

.radio-before .radio__control {
  display: grid;
  place-items: center;
}
.radio-before input + .radio__control::before {
  content: "";
  width: 12.9em;
  height: 3.7em;
  box-shadow: inset 10.6em 3.7em currentColor;
  border-radius: 50px;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
  margin-top: -0px;
  margin-left: -32px;
  border: none;
}
.radio-before input:checked + .radio__control::before {
  transform: scale(1);
}

.radio__control {
  display: block;
  width: 14.3em;
  height: 3.7em;

  border-radius: 60px;
  /* border: 0.1em solid currentColor; */
  transform: translateY(-0.05em);
  position: absolute;
  top: 0;
  left: 0;
}

.btn-lg > span {
  padding: .8em 2.2em;
}

.btn_rsvp {
  background: #f2f2f2;
  padding: 1px 30px;
  font-family: 'Brand';
  font-weight: normal;
  font-style: normal;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}


.btn-green {
  background: #6e7567;
    border: none;
    border-right: 5px solid #fff;
    background-color: #6e7567;
    color: #fff;
    border-bottom: 4px solid #fff;
    border-radius: 40px;
    padding: 4px 10px;
    font-family: 'Brand';
    line-height: 3px;
    font-size: 28px;
}


.copyright { text-align: center; background: #505d43; color: #fff;
  padding: 10px;
  font-size: 12px;}
.iconbox-heading-sm h3 {   
  font-family: 'Brand';
  color: #fff;
  text-shadow: 0 0 10px black;
}

.iconbox-heading-sm p { 
  color: #fff;
  line-height: 18px;
  text-shadow: 0 0 10px black;
}

#belleza .iconbox-heading-sm p, #restaurante .iconbox-heading-sm p, #covid .iconbox-heading-sm p{
  text-shadow: none
}

#covid .iconbox-heading-sm h3{
  text-shadow: none
}


@media (max-width: 414px) {

.main-header { background: #6e7567;}
.navbar-brand img {
  max-width: 230px;
    margin-right: 70px;
}
  .main-nav .link-txt .txt { color: white;}

  #lugar { padding-top: 0;}
  #mesa{ padding-top: 0;}
  #hospedaje{ padding-top: 20px;}
  #restaurante{ padding-top: 0;}
  #lugar{ padding-top: 0;}
  #covid{ padding-top: 0;}


  .splash {  background-image: url('/images/inicio_cel.jpg'); }
  .radio {    width: 100%;
    text-align: center;}

    .radio__control {width: 100%;}

    .radio-before input + .radio__control::before {width: 100%;; margin-left: 0;}
}