/*
Template Name: Shortly
Version: 1.0.0
Theme URL: https://angrystudio.com/themes/shortly-free-coming-soon-page-template/
Author: AngryStudio
License: AngryStudio License 
License URI: https://angrystudio.com/license/
*/
html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

body,
html {
	height: 100%;
}

body {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/bg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	position: relative;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #dcdcdc;
}

::-moz-placeholder {
	color: #dcdcdc;
}

:-ms-input-placeholder {
	color: #dcdcdc;
}

.highlight {
	color: #ff303c;
}

/*-- loader --*/
#preloader {
	display: none; /* Elimina la animación de carga */
}

/*-- loader --*/

.content-wrap {
	margin: 20px auto 40px auto;
	max-width: 700px;
	padding: 0 15px;
	text-align: center;
}

.logo-box img {
	max-width: 110px;
}

.cta-box {}

.cta-box h1 {
	color: #fff;
	font-size: 58px;
	font-weight: 800;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.cta-box p {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    padding: 0 10px;
    text-decoration: none;
}

.social-icons a:hover,
.social-icons a:active,
.social-icons a:visited {
    color: #fff;
}

.social-icons svg {
    fill: #fff;
    transition: all 0.2s ease-in-out;
    width: 20px;
}

.social-icons a:hover svg {
    transform: scale(1.1);
}

@media screen and (min-width:1200px) {
	.content-wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 700px;
	}
}

@media screen and (max-width:767px) {
	.content-wrap {
		margin-top: 80px;
		width: 100%;
	}
	.cta-box h1 {
		font-size: 28px;
	}
	.cta-box p {
		font-size: 17px;
	}
}
