body, html {
    /*overflow:hidden;*/
		/* height: 100%; */
		max-width: 100%; 
  	overflow-x: hidden !important;
		background-color: #000; 
		
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #FFF;
	background-color: #000 !important; 
}
img{
	border: 0;
}
h1,h2,h3,h4,h5,h6,ol,p,ul{
	margin: 0;
	padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#debug{
	display: block;
	width: 100px;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	/* background: #CCC; */
	color: #000;
	z-index: 99999;
}

.fondo01{
	background: #000;
}
.fondo02{
	background: #F00;
}
.fondo03{
	background: #FFF;
}
.box01{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.box02{
	width: 100%;
	max-width: 1400px;
	margin: auto;
}


.rotativo span{
	color: #FB0000;
}
.boxMenu{
	display: block;
	position: fixed;
	top: 0;
	z-index: 2;
	background: #000;
}

.logo{
	width: 50px;
}
.menu{
	display: inline-block;
	width: 50px;
}
#cajaMenu{
	display: block;
	position: fixed;
	padding-top: 20px;
	top: 70px;
	right: 0px;
	width: 250px;
	height: 300px;
	background-color: #000;
	z-index: 9999;
}

ul.m{
  list-style-type: none;
  padding: 0;
}

ul.m li a{
  font-family: 'Helvetica Neue LT Medium';
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
  text-decoration: none;
}

ul.m li a .menu-texto{
  display: inline-block;
  width: auto;
  min-width: 145px;
  text-align: right;
  line-height: 1.35;
}

ul.m li a .menu-texto span{
  color: #FB0000;
}

/* Solamente la flecha */
ul.m li a > span{
  color: #FB0000;
  padding-left: 20px;
}

.info01 h2{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Bold';
	font-size: clamp(16px, 8vw, 42px) !important;
	color: #FFF;
}
.info01 h2 span{
	color: #FB0000;
}
.info01 h3{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Bold';
	font-size: clamp(18px, 8vw, 20px);
	color: #FB0000;
}
.info01 h4{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Thin';
	font-size: clamp(16px, 8vw, 22px);
	color: #FFF;
}


.info02 h2{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Bold';
	font-size: clamp(18px, 8vw, 42px) !important;
	color: #FFF;
}
.info02 p{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue LT Medium';
	font-size: clamp(16px, 8vw, 18px) !important;
	color: #DDD;
}

.info03 p{
	/* margin: 0;padding: 0; */
	font-family: 'Helvetica Neue LT Medium';
	font-size: clamp(14px, 8vw, 16px) !important;
	color: #FFF;
}

.info04 h2{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Bold';
	font-size: clamp(16px, 8vw, 42px) !important;
	color: #000;
}
.info04 h2 span{
	color: #FB0000;
}
.info04 h3{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Bold';
	font-size: clamp(18px, 8vw, 20px);
	color: #FB0000;
}
.info04 h4{
	margin: 0;padding: 0;
	font-family: 'Helvetica Neue Thin';
	font-size: clamp(16px, 8vw, 22px);
	color: #000;
}




/** proyectos **/
.proyecto-imagen {
    position: relative;
    width: 100%;
    min-height: 350px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

.proyecto-enlaces {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    gap: 50px;

    padding: 30px 35px;

    color: #fff;
    font-size: clamp(14px, 8vw, 16px);
    line-height: 1;
}

.proyecto-enlaces a {
    color: #fff;
    text-decoration: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.proyecto-enlaces a:hover {
    color: #CCC;
    opacity: 0.7;
		text-decoration: none;
}

.proyecto-ver {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.proyecto-flecha {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    line-height: 0.8;
    transition: transform 0.25s ease;
}

.proyecto-ver:hover .proyecto-flecha {
    transform: translateX(8px);
		text-decoration: none;
}

.proyecto-redes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .proyecto-imagen {
        min-height: 350px;
        background-position: center;
    }

    .proyecto-enlaces {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;

        padding: 25px 20px;

        font-size: 18px;
        line-height: 1.3;
    }

    .proyecto-flecha {
        font-size: 32px;
    }

    .proyecto-redes {
        gap: 7px;
    }
}


/** estadísticas **/
.estadisticas {
    background-color: #fff;
    color: #000;
    padding: 20px 35px;
}

.estadistica-item {
    position: relative;
    min-width: 0;
}

.estadistica-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #ff1a1a;
}

.estadistica-contenido {
    min-height: 350px;
    padding: 10px 30px 30px;
    text-align: center;
}

.estadistica-numero {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    font-family: 'Helvetica Neue Bold';
    font-size: clamp(90px, 10vw, 120px);
    font-weight: 700;
    /* line-height: 0.82; */
    line-height: 90%;
    letter-spacing: -0.08em;
    white-space: nowrap;
}

.estadistica-sufijo {
    margin-left: 10px;
    margin-bottom: 10px;

    font-size: 0.35em;
    line-height: 1;
    letter-spacing: 0;
}

.estadistica-titulo {
    /* margin-top: 10px; */

    font-family: 'Helvetica Neue Bold';
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
}

.estadistica-descripcion {
    margin-top: 28px;

    font-family: 'Helvetica Neue Thin';
    font-size: clamp(16px, 1.35vw, 18px);
    font-weight: 400;
    line-height: 1.08;
}

@media (max-width: 991.98px) {
    .estadisticas {
        padding: 10px;
    }

    .estadistica-contenido {
        min-height: 330px;
        padding: 25px 18px;
    }

    .estadistica-numero {
        font-size: clamp(80px, 17vw, 140px);
    }

    .estadistica-item:nth-child(2)::after,
    .estadistica-item:nth-child(4)::after {
        display: none;
    }

    .estadistica-item {
        border-bottom: 2px solid #ff1a1a;
    }

    .estadistica-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .estadisticas {
        padding: 0px 15px;
    }

    .estadistica-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .estadistica-item::after {
        display: none;
    }

    .estadistica-contenido {
        min-height: auto;
        padding: 45px 15px;
    }

    .estadistica-numero {
        /* font-size: clamp(80px, 32vw, 80px); */
        font-size: 95px;
    }

    .estadistica-titulo {
        font-size: 27px;
    }

    .estadistica-descripcion {
        margin-top: 20px;
        font-size: 20px;
    }
}


/** contacto **/
.contacto-crecimiento {
    background-color: #ff120d;
    overflow: hidden;
}

.contacto-crecimiento__izquierda {
    background-color: #ff120d;
    color: #fff;
}

.contacto-crecimiento__contenido {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    min-height: 900px;
    padding: clamp(55px, 7vw, 110px);
}

.contacto-crecimiento__titulo {
    margin: 0;

    font-family: 'Helvetica Neue Bold';
    font-size: clamp(44px, 7.3vw, 78px);
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: -0.065em;
    color: #fff;
}

.punto-negro {
    color: #000;
}

.contacto-crecimiento__texto {
    margin-top: clamp(45px, 5vw, 75px);

    font-family: 'Helvetica Neue Thin';
    font-size: clamp(20px, 2.3vw, 22px);
    font-weight: 300;
    line-height: 1.35;
    color: #fff;
}

.contacto-crecimiento__texto p {
    margin: 0;
}

.contacto-crecimiento__texto strong {
    font-family: 'Helvetica Neue Bold';
    font-weight: 700;
}

.contacto-crecimiento__boton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: min(100%, 300px);
    min-height: 90px;

    margin-top: clamp(45px, 6vw, 70px);
    padding: 10px 35px;

    border: 1px solid #fff;
    border-radius: 999px;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

    font-family: 'Helvetica Neue Bold';
    font-size: clamp(14px, 1.7vw, 14px);
    font-weight: 700;
    letter-spacing: 0.15em;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.contacto-crecimiento__boton:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    text-decoration: none;
}

.contacto-crecimiento__flecha {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;

    transition: transform 0.25s ease;
}

.contacto-crecimiento__boton:hover .contacto-crecimiento__flecha {
    transform: translateX(10px);
}

.contacto-crecimiento__whatsapp {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-top: clamp(70px, 8vw, 115px);
}

.contacto-crecimiento__whatsapp-icono {
    flex: 0 0 auto;

    font-size: clamp(18px, 4vw, 32px);
    line-height: 1;
    color: #fff;
}

.contacto-crecimiento__whatsapp-texto {
    display: flex;
    flex-direction: column;
    gap: 2px;

    font-family: 'Helvetica Neue Thin';
    line-height: 1.15;
}

.contacto-crecimiento__whatsapp-texto > span {
    font-size: clamp(14px, 1.8vw, 16px);
    font-weight: 300;
    color: #fff;
}

.contacto-crecimiento__whatsapp-texto a {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #000;
    text-decoration: none;

    font-size: clamp(14px, 1.8vw, 16px);
    font-weight: 300;
    letter-spacing: 0.04em;
}
.contacto-crecimiento__whatsapp-texto a:hover{
    color: #FFF;
    text-decoration: none;
}

.contacto-crecimiento__whatsapp-texto a span {
    display: inline-block;
    font-size: 1.4em;
    line-height: 0.8;
    
    transition: transform 0.25s ease;
}

.contacto-crecimiento__whatsapp-texto a:hover span {
    transform: translateX(8px);

}

/* Columna donde irá el formulario */
.contacto-crecimiento__derecha {
    min-height: 900px;
    padding-top: 115px;
    color: #FFF;
    font-family: 'Helvetica Neue LT Medium';
    font-size: 16px;
    /* background-color: #000; */
}

@media (max-width: 1199.98px) {
    .contacto-crecimiento__contenido {
        min-height: 800px;
        padding: 65px 50px;
    }

    .contacto-crecimiento__titulo {
        font-size: clamp(60px, 7vw, 95px);
    }

    .contacto-crecimiento__boton {
        min-height: 100px;
    }
}

@media (max-width: 991.98px) {
    .contacto-crecimiento__contenido {
        min-height: auto;
        padding: 70px 45px 90px;
    }

    .contacto-crecimiento__titulo {
        font-size: clamp(62px, 11vw, 105px);
    }

    .contacto-crecimiento__texto {
        font-size: clamp(24px, 4vw, 34px);
    }

    .contacto-crecimiento__boton {
        width: 100%;
        max-width: 400px;
    }

    .contacto-crecimiento__derecha {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .contacto-crecimiento__contenido {
        padding: 55px 24px 70px;
    }

    .contacto-crecimiento__titulo {
        /* font-size: clamp(45px, 17vw, 50px); */
        font-size: 55px;
        line-height: 0.92;
        letter-spacing: -0.055em;
    }

    .contacto-crecimiento__texto {
        margin-top: 35px;
        font-size: 22px;
        line-height: 1.4;
    }

    .contacto-crecimiento__boton {
        min-height: 80px;
        margin-top: 45px;
        padding: 15px 25px;

        gap: 10px;

        font-size: 14px;
        letter-spacing: 0.11em;
    }

    .contacto-crecimiento__whatsapp {
        align-items: flex-start;
        gap: 15px;
        margin-top: 60px;
    }

    .contacto-crecimiento__whatsapp-icono {
        font-size: 42px;
    }

    .contacto-crecimiento__whatsapp-texto > span {
        font-size: 18px;
        line-height: 1.2;
    }

    .contacto-crecimiento__whatsapp-texto a {
        margin-top: 4px;
        font-size: 21px;
    }
}

/** form **/
.formError{
    color: #000 !important;
    font-size: 12px !important;
    font-style: italic !important;
}
#Nombre, #Empresa, #Correo, #Telefono
{
    border: 0 !important;
    border-bottom: 1px solid #FFF !important;
    border-radius: 0 !important;
    background: none !important;
    font-family: 'Helvetica Neue Thin' !important;
    padding: 5px 2px !important;
    color: #FFF !important;
}
#Proyecto{
    border-radius: 0 !important;
    background: none !important;
    font-family: 'Helvetica Neue Thin' !important;
    border: 1px solid #FFF !important;
    color: #FFF !important;
}
.formControlLabel{
    font-family: 'Helvetica Neue Thin' !important;
}

#Enviar{
    background-color: #000 !important;
    color: #FFF !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-family: 'Helvetica Neue LT Medium' !important;
    font-size: 14px !important;
    padding: 15px 50px !important;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}
#Enviar:hover{
    background: #DDD !important;
    color: #000 !important;
}

.rsform-block-politica-de-privacidad{
    font-family: 'Helvetica Neue Thin' !important;
    color: #FFF !important;
    font-size: 14px !important;
}

.rsform-block-politica-de-privacidad a{
    color: #000 !important;
}
.rsform-block-politica-de-privacidad a:hover{
    color: #FFF !important;
    text-decoration: none;
}


.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
}

/* Universal selector */
::placeholder {
    color: #FFF !important;
    opacity: 1 !important;
    font-family: 'Helvetica Neue Thin' !important;
}

/* Target specific inputs or classes */
input.my-input::placeholder {
    color: #FFF !important;
    font-family: 'Helvetica Neue Thin' !important;
}





@media (max-width: 768px) {

}
@media (max-width: 480px) {
	.proyecto-imagen {
        min-height: 250px;
        background-position: center;
    }

}

