/*
	Template Name 	: Olivia - Coming soon HTML Template with Countdown
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

html {
  height: 100%;
}

body {
  font-size: 16px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h2{
	font-size: 50px;
    margin-bottom: 50px;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

.f-25{
	font-size: 25px;
}

.comming-soon {
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.comming-soon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
}

.countdown-timer-wrapper {
  text-align: center;
}

.timer .timer-wrapper {
  display: inline-block;
  width: 126px;
  margin: 0;
  text-align: center;
  vertical-align: top;
}

.timer .timer-wrapper .time {
  font-size: 46px;
  color: #6C6C6C;
  font-weight: 700;
  line-height: 1em;
}

.timer .timer-wrapper .text {
  color: #6C6C6C;
  font-size: 15px;
  font-weight: 300;
}

.comming-soon-info {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* z-index: 2; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comming-soon-inner {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.comming-soon-inner .logo {
  margin: 60px 0;
  
}

.logo img {
	width: 350px;
}

.site-info h2 {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6C6C6C;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5em;
}

.site-info h2 span {
  display: block;
  font-weight: 700;
}

.site-info p {
  margin-top: 40px;
  line-height: 1.8em;
  color: #6C6C6C;
  font-weight: 300;
}

.contact-form {
  width: 50%;
  /* background: linear-gradient(53deg,#e02856,#e53b4d,#eb4d44); */
  background: linear-gradient(135deg, #f3772b, #ffdab9);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 40px;
  display: flex;
  align-items: center;
}

.contact-box {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.title {
  text-transform: uppercase;
  font-size: 34px;
  color: #6C6C6C;
  padding-bottom: 20px;
  background: url(../images/title-bg.png) no-repeat bottom center;
  margin-bottom: 40px;
}

.contact-box p {
  color: #6C6C6C;
  font-weight: 300;
}

.contact-box form {
  margin-top: 50px;
}
.contact-box .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #6C6C6C;
  height: auto;
  padding: 14px;
  margin-bottom: 30px;
  resize: none;
}

.contact-box .form-control::-webkit-input-placeholder {
  color: #6C6C6C;
}

.contact-box .form-control:-moz-placeholder {
  color: #6C6C6C;
}

.contact-box .form-control::-moz-placeholder {
  color: #6C6C6C;
}

.contact-box .form-control:-ms-input-placeholder {
  color: #6C6C6C;
}

.btn-submit {
  background: #6C6C6C;
  text-transform: uppercase;
  color: #e53a4e;
  font-weight: 500;
  border: none;
  padding: 14px 30px 12px;
  transition: all 0.4s;
}

.btn-submit:hover {
  background: #212121;
  color: #6C6C6C;
}

.container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center; /* Centrar horizontalmente */
	align-items: center; /* Centrar verticalmente */
	flex-direction: column; /* Alinear los elementos en columna */
	height: 100%; /* Asegúrate de que ocupe toda la altura disponible */
	gap: 121px;
  }

  .container > :last-child {
    margin-bottom: -121px;
}
  
  

.footer p{
	color: #6C6C6C;
}
