/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* Import CSS */
@import url(css/bootstrap.min.css);
@import url(css/font-awesome.min.css);

/* Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 500; }

p {
  font-family: 'Libre Baskerville', serif;
  color: #969696;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 500;
  font-size: 16px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Padding */
.section-padding-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.section-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 20px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-70-0 {
  padding-top: 70px;
  padding-bottom: 0px; }

.section-padding-70-100 {
  padding-top: 70px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.section-padding-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.section-padding-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

/* Extras */
@media (min-width: 1024px) and (max-width: 4000px) {
  .secc_phone{
    display: none !important;
  }

  .section-padding-personalizado{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner {
    position: relative;
    top: 0;
    left: 0;
  }

  .foto {
    position: relative;
    top: 0;
    left: 0;
  }

  .logo {
    position: absolute;
    top: 15%;
    left: 45%;
    width: 200px;
  }

  .webmadewell {
    background-color: transparent;
  }

  .sample-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url("img/banner01.jpg");
    background-position: 100% 70%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .sample-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0.3;
  }

  .sample-header-section {
    position: relative;
    padding: 15% 0 10%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
  }

  .sample-section-wrap {
    position: relative;
    bottom: 100px;
    background-image: url(img/fondo_arriba.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .sample-section {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px;
    padding-bottom: 50px;
  }

  .text01{
    color: #214a35;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    letter-spacing: 2px;
  }

  .img01{
    float: left;
    width: 100%;
  }

  .text02{
    color: #214a35;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .text-mes{
    color: #214a35;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    position: relative;
    left: 20%;
    top: 10%;
  }

  .text-dia{
    color: #214a35;
    text-align: center;
    font-size: 110px;
    font-weight: 700;
    position: relative;
    bottom: 15%;
  }

  .text-year{
    color: #214a35;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    position: relative;
    right: 20%;
    top: 10%;
  }

  .bar01{
    width: 7px;
    height: 150px;
    float: right;
  }

  .bar02{
    width: 7px;
    height: 150px;
    float: left;
  }

  .icon-boda01{
    background-image: url(img/icon01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 130px;
    height: 130px;
    transition: .6s ease-in-out;
  }

  .icon-boda01:hover{
    background-image: url(img/icon01-hover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 130px;
    height: 130px;
    transition: .6s ease-in-out;
  }

  .text03{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    color: #214a35;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .text04{
    text-align: center;
    color: #214a35;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
  }

  .btn-map{
    width: 180px;
  }

  .icon-boda02{
    background-image: url(img/icon02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    height: 130px;
    transition: .6s ease-in-out;
  }

  .icon-boda02:hover{
    background-image: url(img/icon02-hover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    height: 130px;
    transition: .6s ease-in-out;
  }

  .fondo-timer{
    background-image: url(img/CuentaRegresiva.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .fondo-general{
    background-image: url(img/fondo_general.jpg);
    background-repeat: repeat;
    background-size: 100% auto;    
  }

  .img02{
    width: 500px;
    margin-bottom: 20px;
  }

  .galeria{
    font-size: 30px;
    color: #214a35;
    text-align: center;
    margin-top: 50px;
  }

  .galeria-img{
    width: 100%;
  }

  .mover-img03{
    position: relative;
    bottom: 100px;
    z-index: -1;
  }

  .img03{
    width: 100%;
  }

  .text-song{
    color: #214a35;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .form{
    display: flex;
  }

  .btn-song, .btn-song:hover, .btn-song:focus{
    background: transparent;
    color: #214a35;
    border: 2px solid #214a35;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .form-control{
    background-color: transparent;
    font-weight: 700;
    height: 50px;
    width: 100%;
    color: #214a35;
    border: 2px solid #214a35;
    border-radius: 0px;
    margin-right: 40px;
  }

  .form-control:focus{
    background-color: transparent;
    font-weight: 700;
    height: 50px;
    width: 100%;
    color: #214a35;
    border: 2px solid #214a35;
    border-radius: 0px;
    margin-right: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ::placeholder {
    color: #214a35 !important;
    letter-spacing: 1px;
  }

  .contenedor {
    position: relative;
    text-align: center;
  }

  .texto-modal {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer{
    width: 60%;
  }

  .titulo01{
    color: #214a35;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
  }

  .texto01{
    color: #214a35;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
  }

}

/* Countdown Timer */
li {
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  font-family: 'Libre Baskerville', serif;
  display: block;
  font-size: 4.5rem;
}

@media (min-width: 200px) and (max-width: 767px) {
  li {
    font-size: 11px;
  }
  
  li span {
    font-size: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  li {
    font-size: 15px;
  }
  
  li span {
    font-size: 70px;
  }
}

@media all and (max-width: 768px) {
}


/* :: 3.4.0 Preloader */
.loading{
  width: 500px;
}

.text-loading{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e4af59;
  margin-top: 20px;
  text-align: center;
}

.preloader {
  background-color: #214a35;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #ffffff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  width: 250px;
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}