/*
	Template Name 	: Creative - Agency Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	     General css		 ****/
/************************************/

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;
}

img {
  /* max-width: 100%; */
  max-width: 158px;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  height: 100%;
  margin: 0;
}

.comming-soon {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.comming-soon-info {
  width: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  flex: 1; /* Ocupa el espacio restante */
}

.comming-soon-inner {
  max-width: 629px;
  margin: 0 auto;
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.site-info {
  margin-top: 40px;
}

.site-info h2 {
  text-transform: uppercase;
  color: #03b403;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 6px;
}

.site-info p {
  line-height: 1.5em;
  color: #4d4a4a;
  font-size: 1.5em;
  font-weight: 500;
}

.intro-video {
  max-width: 320px;
  border: 4px solid #03b403;
  position: relative;
  margin-top: 30px;
}

.intro-video a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.intro-video a i {
  color: #03b403;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-info {
  width: 58%;
  background-color: #03b403;
  padding: 50px;
  display: flex;
  display: grid;
	column-gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.contact-info h3 {
  grid-column: 1;
  font-size: 30px;
  color: #4d4a4a;
}

.contact-info .contact-details {
  grid-column: 2; /* Segunda columna */
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info span {
  display: flow-root;
  vertical-align: top;
  font-size: 30px;
  color: #4d4a4a;
  position: relative;
  font-weight: 500;
}

.contact-info p {
  font-size: 29px;
  color: #4d4a4a;
  font-weight: 900;
}

.contact-info span:after {
  /* content: '/'; */
  color: #4d4a4a;
  padding: 0 6px 0 10px;
}

.social-link {
  display: inline-block;
  vertical-align: top;
}

.social-link a {
  color: #4d4a4a;
  margin-right: 4px;
  transition: all 0.3s;
}

.social-link a:hover {
  color: #03b403;
}

.coming-soon-image {
  width: 50%;
  background: url(../images/coming-bg.jpg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  body {
    background: url(../images/coming-bg.jpg) no-repeat top center fixed;
    background-size: cover;
  }

  .site-info h2 {
    font-size: 46px;
  }

  .coming-soon-image {
    display: none;
  }

  .comming-soon-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    display: block;
    min-height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }

  .comming-soon-info:after {
    display: none;
  }

  .comming-soon-inner {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }

  .contact-info {
    position: absolute;
    left: 50%;
    top: 75%;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 90%; 
    grid-template-columns: 1fr; 
    gap: 10px; 
  }

  .contact-info h3 {
    grid-column: 1;
		padding-bottom: 15px;
    text-align: center; /* Centrar el texto */
  }

  .contact-info .contact-details {
    grid-column: 1;
  }
}

@media only screen and (max-width: 480px) {
  .comming-soon-inner {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
    transform: translate(0, 0);
  }

	.contact-info {
    position: absolute;
    left: 50%;
    top: 75%;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 90%; 
    /* grid-template-columns: 1fr;  */
    gap: 10px; 
		padding: 0 !important;
  }
	
}
