﻿/*----------------------------------------------------------------------------------------*/
.iframeCarga{ margin:0; padding:0; height:100%; }
.iframeCarga{ display:block; width:100%; border:none; }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    opacity: 1;
}

/*FONTS*/

@font-face {
    font-family: ArchivoBlack-Regular;
    src: url("fonts/ArchivoBlack-Regular.ttf");
}

	.ArchivoBR {
    font-family: ArchivoBlack-Regular !important;
	}
	
	
@font-face {
    font-family: Archivo-Regular;
    src: url("fonts/Archivo-Regular.ttf");
}

	.ArchivoR {
    font-family: Archivo-Regular !important;
	}
	

@font-face {
    font-family: Archivo-SemiBold;
    src: url("fonts/Archivo-SemiBold.ttf");
}

	.ArchivoSB {
    font-family: Archivo-SemiBold !important;
	}
	
	
@font-face {
    font-family: PermanentMarker-Regular;
    src: url("fonts/PermanentMarker-Regular.ttf");
}

	.PermanentMarker {
    font-family: PermanentMarker-Regular !important;
	}
	
	
	
	
	@font-face {
    font-family: CRUSH SVG;
    src: url("fonts/CRUSH SVG.otf");
}

	.CRUSHSVG {
    font-family: CRUSH SVG !important;
	}
	
	
	@font-face {
    font-family: CRUSH Regular;
    src: url("fonts/CRUSH Regular.ttf");
}

	.CRUSHR {
    font-family: CRUSH Regular !important;
	}



/*PHONE*/
@media screen and (max-width: 999px) {
.ocultar{
display:none;
}
.sidenav {
  background: linear-gradient(0deg, #fa3723 20%, #000 20%) !important;
}
.alinearDerechaCentro{
	text-align: center; 
	position: absolute;
    bottom: 6%;
    right: 13%;
}
.containerMenu{
	padding-top: 15%;
	width: 60% !important;
	min-width: 350px;
}
.OpcionMenu{
	color:#666666;
	font-size:25px;
	text-decoration:none !important;
}
.OpcionMenu:hover{
	color:#fff;
}
.OpcionMenuSelected{
	color:#fff !important;
	font-size:45px;
	text-decoration:none !important;
}
.centrar{
	text-align:-webkit-center !important;
	text-align:-moz-center !important;
}
.back-to-top {
  right: 10%;
}
.money .icon-box-aside {
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}
.money .icon-box-dont {
    padding-top: 40px;
    padding-left: 20px;
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}
.img-how{
	width:100%;
	height:40%;
}
.imgP1{
	width: 80%;
	min-width: 250px;
	max-width:500px; 
	padding-top:40%;
}
.paddTopMD{
	padding-top:200px;
}
.centerleft{
	text-align:center !important;
}
.centerright{
	text-align:center !important;
}
.leftcenter{
	text-align:left !important;
}
.leftright{
	text-align:left !important;
}
.ptw{
	padding-top:20%;
}
.imgHow{
	width:25%;
}
.fontS{
	font-size: 40px;
}
.whyTxt{
	width:100%;
	text-align:-moz-center; 
	text-align:-webkit-center;
}
}
/*PHONE*/

/*PC*/
@media screen and (min-width: 1000px) {
.no_ocultar{
display:none;
}
.alinearDerechaCentro{
	text-align: -webkit-right; 
	text-align:-moz-right;
	position: absolute;
    bottom: 30%;
    right: 13%;
}
.containerMenu{
	padding-top: 5%;
	width: 60% !important;
	min-width: 350px;
	line-height:2;
}
.OpcionMenu{
	color:#666666;
	font-size:40px;
	text-decoration:none !important;
}
.OpcionMenu:hover{
	color:#fff;
}
.OpcionMenuSelected{
	color:#fff !important;
	font-size:40px;
	text-decoration:none !important;
}
.back-to-top {
  right: 33%;
}
.money .icon-box-aside {
    padding-top: 20px;
    padding-left: 105px;
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}
.money .icon-box-dont {
    padding-top: 40px;
    padding-left: 105px;
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}
.img-how{
	width:70%;
	height:70%;
}
.imgP1{
	width: 40%;
	min-width: 250px;
	max-width:500px; 
	padding-top:7%;
}
.paddTopMD{
	padding-top:250px;
}
.centerleft{
	text-align:left !important;
}
.centerright{
	text-align:right !important;
}
.leftcenter{
	text-align:center !important;
}
.leftright{
	text-align:right !important;
}
.ptw{
	padding-top:10%;
}
.imgHow{
	width:40%;
}
.fontS{
	font-size: 55px;
}
.whyTxt{
	width:40%;
	text-align:-moz-center; 
	text-align:-webkit-center;
}
}
/*PC*/

.monos{
	width: 85%;
    max-width: 320px;
}

.botonLast{
	width:48%;
	float:left;
	font-size: 20px;
    padding-top: 15px;
	padding-bottom: 15px;
    border: solid black;
    background-color: #fff;
    color: black;
    text-decoration: none;
    cursor: pointer;
	transition:0.5s;
	font-family: ArchivoBlack-Regular !important;
}
.botonLast:hover{
	font-size: 20px;
    padding-top: 15px;
	padding-bottom: 15px;
    border: solid #fa3723;
    background-color: #fa3723;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	transition:0.5s;
	font-family: ArchivoBlack-Regular !important;
}

.botonNext{
	width:48%;
	float:right;
	font-size: 20px;
    padding-top: 15px;
	padding-bottom: 15px;
    border: solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    cursor: pointer;
	transition:0.5s;
	font-family: ArchivoBlack-Regular !important;
}
.botonNext:hover{
	font-size: 20px;
    padding-top: 15px;
	padding-bottom: 15px;
    border: solid #fa3723;
    background-color: #fa3723;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	transition:0.5s;
	font-family: ArchivoBlack-Regular !important;
}

.botonContactUs{
	font-size: 20px;
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
    border: solid black;
    background-color: #fff;
    color: black;
    text-decoration: none;
    cursor: pointer;
	transition:0.5s;
	font-family: ArchivoBlack-Regular !important;
}
.botonContactUs:hover{
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
    border: solid black;
    background-color: black;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	transition:0.5s;
	font-family: ArchivoBlack-Regular !important;
}


a:link, a:visited, a:active {
    text-decoration:none;
}


.STATIONERY{
	content: url(img/1_STATIONERY.png);
}
.ADVERTISING{
	content: url(img/2_ADVERTISING.png);
}
.PHOTOGRAPHY{
	content: url(img/3_PHOTOGRAOHY.png);
}
.WEB{
	content: url(img/4_WEB_DESIGN.png);
}
.ARCHITECTURE{
	content: url(img/5_ARCHITECTURE.png);
}
.INTERIORISM{
	content: url(img/6_INTERIORISM.png);
}

.imgRamon{
	content: url(img/Foto_Ramon_BN.png);
}
.imgRamon:hover{
	content:url(img/Foto_Ramon_Naranja.png);
}

.BotonPurpose{
	padding: 20px;background-color: black;color: white;font-size: 20px; text-decoration:none;transition:0.5s;
}
.BotonPurpose:hover{
	padding: 20px;background-color: #FA3723;color: white;font-size: 20px; text-decoration:none;transition:0.5s;
}

.BotonInspire{
	padding: 20px;background-color: black;color: white;font-size: 20px; text-decoration:none;transition:0.5s;
}
.BotonInspire:hover{
	padding: 20px;background-color: #FA3723;color: white;font-size: 20px; text-decoration:none;transition:0.5s;
}

.knowmore{
	color:#bbb;font-size: 18px; cursor:pointer; transition: 0.5s;
}.knowmore:hover{
	color:#FA3723;font-size: 18px; cursor:pointer; transition: 0.5s;
}

.bola{
    color: #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 30px;
    font-size: 25px;
}

.goandtellus{
    color: #fff;
    text-decoration: none !important;
    background-color: #000;
    padding: 20px;
    font-size: 20px;
	transition:0.5s;
}
.goandtellus:hover{
	text-decoration: none !important;
	background-color:#FA3723;
	transition:0.5s;
	color:#fff;
}
	
.textomenu{
	color:#fff;
	font-size:12px;
}

.amenu{
	width: 25px;
	padding: 5px 35px 0px 0px !important;
}
.imgMenu{
	width:25px;
}

.contactoMenu{
	color:#fff;
	font-size:12px;
}
/*SIDENAV*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999999999999999999;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #000 50%, #fa3723 50%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.5s;
}

#main {
  transition: margin-right .4s;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*SIDENAV*/

/*MODAL*/
.modal-backdrop.in{
	z-index: 0 !important;
}

/*MODAL*/

.loaderA{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    opacity: 1;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #fa3723;
  border-radius: 10px;
}



/*PCO*/
/*--------------------------------------------------------------
# WHY
--------------------------------------------------------------*/

/* CABECERA */

.cabecera .content .fire-red {
    color: #FA3723 !Important;
    font-family: PermanentMarker;
    font-size: 30px;
}

.cabecera .content .reason {
    color: #000000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 40px;
    line-height: 1;
}


.description{
	color: #000 !important;
}
.read-more{
	color: #000 !important;
}
.blackF{
	color: #000 !important;
}
/*--------------------------------------------------------------
# Purpose Services
--------------------------------------------------------------*/

.purpose .icon-box {
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}

.purpose .icon {
  margin-bottom: 15px;
}

.purpose .title {
  margin-bottom: 26px;
  font-size: 24px;
  font-family: ArchivoBlack-Regular !important;
  color: #000;
}

.purpose .plus {
    
}

.purpose .read {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: #FA3723;
    cursor: pointer;
    text-decoration: none;
}

.purpose .description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.purpose .autor {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: Archivo-SemiBold !important;
    color: #000;
}

.purpose .read-more {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.purpose .icon-box:hover a {
  color: #FA3723;;
}

.purpose .container .icon img {
  width: 500px;
}

/*--------------------------------------------------------------
# branding
--------------------------------------------------------------*/
/*PHONE*/
@media screen and (max-width: 999px) {

.branding .icon-box {
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}

.branding .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.branding .title {
    margin-bottom: 26px;
	font-size: 24px;
	font-family: ArchivoBlack-Regular !important;
	color: #000;
    text-align: left;
}

.branding .plus {
    text-align: left;
}

.branding .readBranding {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: #FA3723;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.branding .description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.branding .autor {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: Archivo-SemiBold !important;
    color: #000;
    text-align: left;
}

.branding .read-more {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: left;
}

.branding .icon-box:hover a {
  color: #FA3723;;
}

.branding .container .icon img {
    width: 450px;
}
}

/*PC*/
@media screen and (min-width: 1000px) {
.branding .icon-box {
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}

.branding .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.branding .title {
    margin-bottom: 26px;
	font-size: 24px;
	font-family: ArchivoBlack-Regular !important;
	color: #000;
    text-align: left;
}

.branding .plus {
    text-align: left;
}

.branding .readBranding {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: #FA3723;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.branding .description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: left;
}

.branding .autor {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: Archivo-SemiBold !important;
    color: #000;
    text-align: left;
}

.branding .read-more {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: left;
}

.branding .icon-box:hover a {
  color: #FA3723;;
}

.branding .container .icon img {
    width: 450px;
}
}


/*--------------------------------------------------------------
# Story
--------------------------------------------------------------*/

.story .icon-box {
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}

.story .icon {
  margin-bottom: 15px;
}

.story .title {
	margin-bottom: 26px;
	font-size: 24px;
	font-family: ArchivoBlack-Regular !important;
	color: #000;
}

.story .plus {
    
}

.story .readStory {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: #FA3723;
    cursor: pointer;
    text-decoration: none;
}

.story .description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.story .autor {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: Archivo-SemiBold !important;
    color: #000;
}

.story .read-more {
    font-size: 15px;
    font: italic;
    line-height: 16px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.story .icon-box:hover a {
  color: #FA3723;;
}

.story .container .icon img {
  width: 400px;
}

.story .container .imagen {
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# but
--------------------------------------------------------------*/

.but .content .big {
    color: #FA3723 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 30px;
}

.but .content .butWait {
    color: #000000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 34px;
    line-height: 0;
    min-width: 250px;
    margin-left: 0%;
}

.but .content {
    padding-top: 10%;
    padding-bottom: 25%;
}

/*--------------------------------------------------------------
# Money
--------------------------------------------------------------*/
.money {
    padding-top: 10%;
    padding-bottom: 15%;
}

.money .icon-box {
    padding-top: 40px;
    padding-left: 20px;
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}

.money .icon {
  margin-bottom: 15px;
}

.money .title {
    margin-bottom: 26px;
    font-size: 32px;
    font-family: ArchivoBlack-Regular !important;
    color: #000000;
    line-height: 0;
}

.money .plus {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: #FA3723;
}

.money .aside {
    font-size: 26px;
    font-family: ArchivoBlack-Regular !important;
    color: #000000;
    line-height: 1;
}




.money .wYou {
    margin-bottom: 0px;
    font-size: 28px;
    font-family: ArchivoBlack-Regular !important;
    color: #FA3723;
    margin-top: 0px;
}

.money .dont {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: gray;
}

.money .btnWe {
    padding-top: 40px;
}

.money .help {
    height: 60px;
    width: 250px;
    background-color: #000; 
    padding-top: 15px !important;
}

.money .ahelp{
    font-size: 16px;
    font-family: Archivo-SemiBold !important;
    color: #fff;
    text-align: center;
}

.money .description {
    font-size: 18px;
    font: italic;
    line-height: 30px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.money .autor {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: Archivo-SemiBold !important;
    color: #000;
}

.money .read-more {
    font-size: 15px;
    font: italic;
    line-height: 16px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: justify;
}

.money .ahelp:hover {
  color: #FA3723;
    background-color: #FA3723 !important;
}

.money .container .icon img {
  width: 400px;
}

.money .container .imagen {
  padding-bottom: 10px;
}

.money button {
    background-color: #000;
    border: none;
    font-family:Archivo-SemiBold !important;
    color:#fff;
    cursor: pointer;
    width: 200px;
    height: 60px;
}

.money button:hover{
    background-color: #FA3723 !important;
    border: none;
}

/*--------------------------------------------------------------
# END WHY
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PURPOSE
--------------------------------------------------------------*/

/* CABECERA */

.cabeceraPurpose .content {
    margin-top: 30%;
    margin-bottom: 30%;
}

.cabeceraPurpose .content .forget {
    color: #FA3723 !Important;
    font-family: PermanentMarker !important;
    font-size: 24px;
}

.cabeceraPurpose .content .inspiring {
    color: #000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 52px;
    line-height: 1;
}

.cabeceraPurpose .content .already {
    color: #000 !Important;
    font-family: Archivo-SemiBold !important;
    font-size: 20px;
}

/*--------------------------------------------------------------
# PURPOSE RULE
--------------------------------------------------------------*/
.purposeRule {
    padding-bottom: 30%;
}

.purposeRule .help {
    margin-bottom: 0px;
    font-size: 23px;
    font-family: ArchivoBlack-Regular !important;
    color: #000;
    line-height: 1.3;
}

.purposeRule .become {
    margin-bottom: 0px;
    font-size: 23px;
    font-family: ArchivoBlack-Regular !important;
    color: #000;
}

.purposeRule .toRed {
    margin-bottom: 0px;
    font-size: 23px;
    font-family: ArchivoBlack-Regular !important;
    color: #FA3723;
    line-height: 1.3;
}

.purposeRule .wait {
    padding-top: 60px;
    font-size: 18px;
    font-family: Archivo-Regular !important;
    color: gray;
    line-height: 1.3;
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team {
  padding-bottom: 15%;
}

.team .encabezado {
    padding-bottom: 15%;
}

.team .titulo {
    margin-bottom: 26px;
    font-size: 50px;
    font-family: ArchivoBlack-Regular !important;
    color: #000;
    line-height: 1;
}

.team .member {
    padding-left: 10%;
    padding-bottom: 10%;
}

.team .paleta {
    
}

.team .nombre {
    font-size: 30px;
    font-family: ArchivoBlack-Regular !important;
    color: #000;
    text-align: left;
}

.team .puesto {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
    font-family: Archivo-SemiBold !important;
    text-align: left;
    color: #000;
}

.team .mas {
    padding-top: 5%;
}

.team .teamMember {
    padding-right: 0px;
    padding-left: 0px;
}

.team .subtitulo {
    color: #FA3723 !Important;
    font-family: PermanentMarker !important;
    font-size: 22px;
}

.team .icon-box {
    text-align: right;
    font-family: ArchivoBlack-Regular !important;
    color: #000;
    font-size: 30px;
    padding-left: 25%;
    padding-right: 15%;
    padding-top: 
}

.team .icon {
  padding-bottom: 10%;
}

.team .icon img {
  width: 400px !important;
}

.team .title {
    margin-bottom: 26px;
    font-size: 24px;
    font-family: Archivo-SemiBold !important;
    color: #FA3723;
    text-align: right;
}

.team .plus {
    text-align: left;
}

.team .readBranding {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Archivo-Regular !important;
    color: gray;
    text-align: right;
    cursor: pointer;
    text-decoration: none;
}

.team .autor {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: Archivo-SemiBold !important;
    color: #000;
    text-align: right;
}

.team .read-more {
    font-size: 15px;
    font: italic;
    line-height: 16px;
    margin-bottom: 0;
    font-family: Archivo-Regular !important;
    text-align: left;
}

.team .icon-box:hover a {
  color: #FA3723;;
}

.team .container .icon img {
    width: 450px;
}

/*--------------------------------------------------------------
# ourpurpose
--------------------------------------------------------------*/

.ourpurpose button {
    background-color: #000;
    border: none;
    font-family:Archivo-SemiBold !important;
    color:#fff;
    cursor: pointer;
    width: 200px;
    height: 60px;
}

.ourpurpose button:hover{
    background-color: #FA3723 !important;
    border: none;
}

.ourpurpose .big {
    color: #FA3723 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 46px;
}

.ourpurpose .butWait {
    color: #000000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 46px;
    line-height: 0;
    min-width: 250px;
    margin-left: 0%;
}

.ourpurpose .hope {
    color: #000 !Important;
    font-family: Archivo-SemiBold !important;
    font-size: 16px;
}

.ourpurpose .btnWe {
    padding-top: 40px;
}

.ourpurpose {
  padding-bottom: 15%;
}

/*--------------------------------------------------------------
# END PURPOSE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# INSPIRE
--------------------------------------------------------------*/

/* CABECERA */

.inspireHeader .content {
    margin-top: 30%;
    margin-bottom: 35%;
}

.inspireHeader .content .start {
    color: #000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 45px;
    line-height: 1;
    min-width: 250px;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 0;
}

.inspireHeader .content .inspiring {
    color: #FA3723 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 45px;
    margin-top: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contactText .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .contactText .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .contactText .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .contactText .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contactText .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contactText .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .contactText .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .contactText .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contactText .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #e43c5c;
}

.contact .contactText .php-email-form input {
  height: 44px;
}

.contact .contactText .php-email-form textarea {
  padding: 10px 12px;
}

.contact .contactText .php-email-form button[type="submit"] {
  background: #e43c5c;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .contactText .php-email-form button[type="submit"]:hover {
  background: #d01d3f;
}

.contact .contactText button {
    background-color: #000;
    border: none;
    font-family: Archivo-SemiBold !important;
    color: #fff;
    cursor: pointer;
    width: 200px;
    height: 60px;
}

.contact .contactText .btnWe {
    padding-top: 40px;
}

.contact .contactText .info .contact-img {
    width: 25px;
    margin-right: 10px;
    cursor: pointer;
    transition: 2s;
}

.contact .icon-box-contact {
    padding-top: 20px;
    padding-left: 105px;
    border-radius: 8px;
    z-index: 1;
    text-align: left;
}

.contact .best{
    color: #000000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 40px;
    line-height: 1;
    min-width: 250px;
    width: 50%;
    margin-left: 25%;
    padding-bottom: 10px;
}

.contact .inspired {
    color: #FA3723 !Important;
    font-family: PermanentMarker !important;
    font-size: 18px;
}

.contact .info .tel .call, .contact .info .mail .write, .contact .info .follow .fire{
    color: #FA3723 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 18px;
    padding-bottom: 25px;
}

.contact .info .tel .phon, .contact .info .mail .correo{
    color: #000000 !Important;
    font-family: Archivo-SemiBold !important;
    font-size: 16px;
    padding-bottom: 25px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# WE
--------------------------------------------------------------*/
.we .container {
    margin-top: 0%;
    margin-bottom: 10%;
}

.we .container .fuel {
    color: #000000 !Important;
    font-family: PermanentMarker !important;
    font-size: 16px;
}

.we .container .keep{
    color: #000000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 30px;
    padding-bottom: 20px;
}

.we .container .line{
    color: #000000 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 30px;
    padding-bottom: 20px;
}

.we .container .karbon {
    color: #000000 !Important;
    font-family: Archivo-SemiBold !important;
    font-size: 14px;
}

/*--------------------------------------------------------------
# END INSPIRE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #FA3723;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}

#footer .mk-white {
    color: #fff !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 34px;
}

#footer .mk-red {
    color: #FA3723 !Important;
    font-family: ArchivoBlack-Regular !important;
    font-size: 34px;
}

#footer .fire-white {
    color: #fff !important;
    font-family: PermanentMarker !important;
    font-size: 22px;
}

#footer .fire-grey {
    color: grey;
    font-family: PermanentMarker !important;
    font-size: 20px;
    margin-bottom: 10px;
}

#footer .contact {
    color: gray !important;
    font-family: Archivo-Regular !important;
    font-size: 16px;
}

#footer .footer-img {
    width: 25px;
    margin-right: 10px;
    cursor: pointer;
    transition: 2s;
}

#footer .footer-logo {
    width: 150px;
}

#footer .ins-grey {
    color: gray;
    font-family: PermanentMarker !important;
    font-size: 20px;
    margin-bottom: 10px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 80px;
}


@font-face {
    font-family: ArchivoBlack-Regular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ArchivoBlack-Regular.ttf');
}

@font-face {
    font-family: Archivo-Regular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Archivo-Regular.ttf');
}

@font-face {
    font-family: Archivo-SemiBold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Archivo-SemiBold.ttf');
}

@font-face {
    font-family: PermanentMarker;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/PermanentMarker-Regular.ttf');
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ea6981;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: Archivo-SemiBold !important;
  font-size: 10px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .copyright {
   font-size: 10px;
    margin-top: 22px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: absolute!important;
  bottom: 0;
  transition: 0.5s;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background: #000000;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top:hover {
  
}

/*--------------------------------------------------------------
# END Footer
--------------------------------------------------------------*/

