/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*
============================
General
============================
*/

/* Disarquen List Check */
.disarquen-list ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.disarquen-list ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.disarquen-list ul li:last-child {
	margin-bottom: 0;
}

.disarquen-list ul li::marker {
	content: none;
}

.disarquen-list ul li::before {
	content: "\f058";
	font-family: "fontawesome";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 1;
	color: #FD6319;
}

/* Icon Wetransfer */
.wetransfer-icon {
	width: 20px;
	min-width: 20px;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -3px;
	text-align: center;
	margin-right: 5px;
}

/* Slider 1 */
.rs-subtitle {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  color: #ff6420;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rs-title-main {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rs-title-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rs-description {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}

.rs-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 28px;
  box-sizing: border-box;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

  border-radius: 0.5rem;
  transition: all 0.25s ease;
}

.rs-btn-primary {
  min-width: 280px;
  background: #ff6420;
  color: #ffffff;
  border: 2px solid #ff6420;
  box-shadow: 0 3px 7px rgba(0,0,0,0.25);
}

.rs-btn-primary:hover {
  background: #085E78;
  border-color: #085E78;
  color: #ffffff !important;
}

.rs-btn-outline {
  min-width: 210px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ff6420;
}

.rs-btn-outline:hover {
  border-color: #085E78;
  color: #ffffff !important;
}

/* =========================
   Responsive - Tablet
   ========================= */
@media (max-width: 1024px) {

  .rs-subtitle {
    font-size: 28px;
    line-height: 1.1;
  }

  .rs-title-main {
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.5px;
  }

  .rs-title-secondary {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: 0.3px;
  }

  .rs-description {
    font-size: 22px;
    line-height: 1.4;
  }

  .rs-buttons {
    gap: 22px;
  }

  .rs-btn {
    min-height: 54px;
    padding: 0 24px;
    font-size: 19px;
  }

  .rs-btn-primary {
    min-width: 245px;
  }

  .rs-btn-outline {
    min-width: 190px;
  }

}


/* =========================
   Responsive - Mobile
   ========================= */
@media (max-width: 767px) {

  .rs-subtitle {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0.3px;
  }

  .rs-title-main {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .rs-title-secondary {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .rs-description {
    font-size: 17px;
    line-height: 1.45;
  }

  .rs-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .rs-btn {
    min-height: 48px;
    padding: 0 22px;
    font-size: 16px;
    border-radius: 0.45rem;
  }

  .rs-btn-primary,
  .rs-btn-outline {
    min-width: 230px;
  }

}


/* =========================
   Responsive - Mobile chico
   ========================= */
@media (max-width: 480px) {

  .rs-subtitle {
    font-size: 18px;
  }

  .rs-title-main {
    font-size: 32px;
  }

  .rs-title-secondary {
    font-size: 25px;
  }

  .rs-description {
    font-size: 16px;
  }

  .rs-btn {
    min-height: 46px;
    font-size: 15px;
    padding: 0 20px;
  }

  .rs-btn-primary,
  .rs-btn-outline {
    min-width: 210px;
  }

}

/*
============================
Proyectos
============================
*/
#proyectos {
	
}

#proyectos h3 {
color: #25282b;
text-align: center;	
}

/*
============================
Nosotros
============================
*/
#nosotros {
	
}

#nosotros h2 {
	color: #085E78;
}

/*
============================
Nuestros Servicios
============================
*/
#nuestros-servicios {
	
}

#nuestros-servicios h2 {
	text-align: center;	
}

/*Box*/
#nuestros-servicios .box {
	border-radius: 0.6rem;
	background: var(--color-content-bg);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	overflow: hidden;
}

#nuestros-servicios .box .wpb_text_column {
	color:#4f5459;
	padding: 1.5rem;
	text-align: center;
}

#nuestros-servicios .box h4 {
	color: #085E78;
	text-align: center;
	margin-bottom: 0.8rem;
}

/*
============================
Como Trabajamos
============================
*/
#como-trabajamos {
	
}

#como-trabajamos h2 {
	color: #085E78;
	text-align: center;
}

#como-trabajamos .box {
	text-align: center;
}

#como-trabajamos .step {
  width: 50px;
  height: 50px;
  background-color: #ffce2a;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 25px;
}

#como-trabajamos .box h4 {
	color: #085E78;
	text-align: center;
	margin-bottom: 0.8rem;
}

/*
============================
Envio de Archivos
============================
*/
#envio-de-archivos {
	
}

@media (max-width: 899px) {
	#envio-de-archivos {
	  text-align: center;
	}
}


/*
============================
Universo Disarquen
============================
*/
#universo-disarquen {
	background: #2e0041;
}

#universo-disarquen h3, #universo-disarquen p {
	color: #fff;
}

/*Box*/
#universo-disarquen .box {
	border-radius: 0.6rem;
	background: var(--color-content-bg);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	overflow: hidden;
}

#universo-disarquen .box .wpb_text_column {
	color:#4f5459;
	padding: 1.5rem;
	line-height: 1.4;
}

#universo-disarquen .box h5 {
	margin-bottom: 0.5rem;
}

#universo-disarquen .box p {
	font-size:0.9rem;
	color: #000;
}

/*Youtube*/

#universo-disarquen .ver-youtube .w-iconbox-link:hover {
	color: #ff0000;	
}

#universo-disarquen .ver-youtube .w-iconbox-icon {
	color: #ff0000;
	font-size: 2.5rem;
	text-align: center;
}
#universo-disarquen .ver-youtube h3 {
	font-size: 1rem;
}

/*
============================
Novedades
============================
*/
#novedades {

}

#novedades h2 {
	color: #085E78;
	text-align: center;
}

#novedades .box {
	margin-top: 2rem;
	padding: 1.5rem;
}

/*
============================
Novedades - Entrada
============================
*/
#entrada {

}

#entrada h1 {
	font-size: 2rem;
}

/*
============================
Contacto
============================
*/
#contacto {
	background:#fafafa;
}

#contacto h2 {
	color: #085E78;
	text-align: center;
}

#contacto .box {
	background: #fff;
	padding: 1.5rem;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

/*
============================
Footer
============================
*/
#footer {
	border-bottom: 1px solid #085e78;
	font-size:0.9rem;
	line-height: 1.6;
}

#footer .logo {
	width: 300px;
}

#footer .w-socials {
	font-size: 1.4rem;
	--gap: 0.3em;
}

#footer .w-socials-item-link {
	color: #ffce2a;
}

#footer .titulo {
	font-size: 1.2rem;
	color: #ffce2a;
}

#footer .w-iconbox-icon {
	font-size: 1.2rem;
	color: #ffce2a;
	margin-right: calc(10px + 0.2em);
}

/*
============================
Copyright
============================
*/
#copyright {
	text-align: center;
	font-size: 0.8rem;
}
