.paddingI {
	padding-left: 6%
}
.paddingI2 {
	padding-left: 11%
}
.paddingIR {
	padding: 0 10px
}
.paddingPlanes {
	padding: 10% 0 13% 0
}
.paddingBloque {
	padding: 0 0 2% 0
}
.plantillasCrea {
	height: 1500px;
	width: 100%;
	margin-top: -70px;
}
.negro {
	color: #000;
}
.fondoBlanco {
	background-color: #fff;
}
.grisclaro {
	background-color: #f5f5f5 !important;
}
.sinBold {
	font-weight: 300;
	margin-bottom: 40px;
}
.sinBoldPrecio {
	font-weight: 300;
	margin-bottom: 0 !important;
}
.conBold {
	font-weight: 600 !important;
}
.sinFondo {
	background-color: transparent !important;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.anchoMenu {
	width: 117%;
}
.anchoDominio {
	width: 100%;
	font-size: 24px;
}
.anchoDominio::placeholder {
color:#000;
}
@media (max-width:769px) {
.anchoDominio {
	font-size: 15px;
}
.button {
	font-size: 15px;
}
.bg-opacity
	{
	padding: 5px;
}
	}
.Header {
	position: relative;
	height: 500px;
	display: block;
	background-image: url(../images/content/header-crea-tu-web-1b.png)
}
.Header-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(19deg, var(--color-1), var(--color-2));
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	overflow: hidden;
	z-index: -1
}
.Header-background::after, .Header-background::before {
	display: block;
	position: absolute;
	content: '';
	width: 80%;
	height: 33.333333333333336%;
	opacity: .3;
	-webkit-filter: blur(15px);
	filter: blur(15px)
}
.Header-background::before {
	background: var(--color-1);
	right: 0
}
.Header-background::after {
	background: var(--color-2);
	bottom: 0
}
.Header-content {
	text-align: center;
	padding: 4rem 4rem;
	margin: 0 auto
}

@media (min-width:58rem) {
.Header-content {
	text-align: left;
	padding: 10rem 4rem;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto
}
}
.Header-hero h1, .Header-hero p {
	color: #000
}
.Header-hero h1 {
	margin: 0;
	font-size: 3rem
}
.Header-hero p {
	font-size: 1.5rem;
	margin-bottom: 2rem
}
.Header-visuals {
	position: relative;
	margin-top: 5rem
}

@media (min-width:58rem) {
.Header-visuals {
	margin: 0
}
}
.Button {
	padding: 1.5rem 2rem;
	border: 0;
	color: var(--color-3);
	font-size: 1.2rem;
	font-weight: 700;
	background: #fff;
	border-radius: 3px;
	transition: all .2s;
	cursor: pointer;
	box-shadow: 0 1.75rem 2rem -.4rem rgba(50,0,100,.15)
}
.Button:hover {
	color: var(--color-4);
	box-shadow: 0 1.75rem 3rem 0 rgba(50,0,100,.1);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.Button:active {
	box-shadow: 0 1.75rem 2.5rem -.2rem rgba(50,0,100,.125);
	-webkit-transform: scale(1.025);
	transform: scale(1.025)
}
.Iphone {
	display: inline-block;
	background: #fff;
	padding: 4rem .6rem 0;
	border-radius: 2rem;
	box-shadow: -1rem 1.75rem 2rem -.4rem rgba(50,0,100,.1), -.2rem .2rem .5rem rgba(50,0,100,.05), inset .5rem -.5rem .5rem -.4rem rgba(50,0,100,.1);
	text-align: center
}
.Iphone::after, .Iphone::before {
	content: '';
	display: block
}
.Iphone::before {
	background-color: var(--color-3);
	background-image: linear-gradient(0deg, var(--color-3) 0, var(--color-4) 100%);
	width: 16rem;
	padding-top: 177.5%
}
.Iphone::after {
	display: inline-block;
	margin: .6rem;
	padding: 1.4rem;
	border: 1px solid #f1f1f1;
	border-radius: 2rem;
	box-shadow: inset -.05rem .05rem .5rem 0 rgba(50,0,100,.05)
}

.margenTitulo1 {
	margin: 10px 0px 4px 4px;
	font-size: 18px !important;
	font-weight: 400 !important;
}
.margenTitulo2 {
	margin-left: 5px;
	font-size: 20px !important;
	font-weight: 400 !important;
}
#domainPricing {
	padding: 80px 0
}
#domainPricing table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0
}
#domainPricing table thead {
	background-color: #39F;
	color: #fff
}
#domainPricing table thead th {
	padding: 15px 0
}
#domainPricing table tr {
	border: 1px solid #ddd;
	padding: 5px
}
#domainPricing table th, #domainPricing table td {
	padding: 10px;
	text-align: center
}
#domainPricing table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px
}
#domainPricing table tbody td {
	background-color: #fff
}
#domainPricing table tbody tr:nth-child(even) td {
	background-color: #f8f8f8
}
#domainPricing table tbody td:first-child {
	font-size: 16px
}
#domainPricing table tbody td .labelText {
	display: none
}
@media screen and (max-width: 991px) {
#domainPricing {
	padding-bottom: 50px
}
#domainPricing table {
	border: 0
}
#domainPricing table thead {
	display: none
}
#domainPricing table tr {
	margin-bottom: 30px;
	/*display: block;*/
	border-bottom: 2px solid #ddd;
	background-color: #fff
}

#domainPricing table tbody tr:nth-child(even) td {
	background-color: #fff
}
#domainPricing table td {
	/*display: block;*/
	text-align: left;
	font-size: 13px;
	border-bottom: 1px dotted #ccc
}
#domainPricing table td:last-child {
	border-bottom: 0;
	font-size: 16px;
}
#domainPricing table td span.labelText {
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: 700
}
#domainPricing table th {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
	background-color: #ddd;
}
}


::placeholder {
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  color: #6b6d6f !important;
  font-size: 14px !important;
}

.about-desc-content {
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  color: #6b6d6f !important;
  font-size: 10px !important;
}
.about-desc-content h3{
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
  color: #6b6d6f !important;
  font-size: 12px !important;
  line-height: 0px !important;

}
.about-desc-content p{
    margin: -8px 0 0px;
}
.swal2-popup {
	font-size: 2rem!important;
	width: 40em!important;
}