/* degradados y fondos */

.gradiente-g{
background-image: url(//cdn2.hubspot.net/hubfs/53/assets/hubspot.com/_style-guide/sword-sprocket/page-header__screenshot-circle-bg.svg),
linear-gradient(to top, hsl(188, 100%, 37%), hsl(172, 100%, 37%));
color:var(--grihs);
}

.gradiente-o-d{
background-image: url(https://cdn2.hubspot.net/hubfs/416379/ASJ/ASJ_Background-01.svg), linear-gradient(to top, var(--naranja-dark), var(--naranja-light));
color:hsl(0,100%,100%);
background-size:cover;	
}


.gradiente-o-y {
   background-image: url(https://cdn2.hubspot.net/hubfs/416379/ASJ/ASJ_Background-01.svg), linear-gradient(to top, hsl(44, 100%, 50%), hsl(49, 100%, 67%));
    color: hsl(0,100%,100%);
    background-size: cover;
}


.gradiente-n{
    background-image: linear-gradient(225deg, hsl(12, 100%, 67%), hsl(20, 100%, 67%));
	  background-image: linear-gradient(225deg, hsl(49, 100%, 79%), hsl(44, 100%, 71%));
   /* color:var(--grihs); */
}

.blanco{
background-color: hsl(0,100%,100%); 
}

.BG-image{
padding-top: 4rem;
padding-bottom: 4rem;	
background-size:cover;
background-repeat: no-repeat;
background-position: center center;
color: hsl(0,100%,100%);	
	
}

.gradient-text{background-image: linear-gradient(-155deg, #179fda 0%, #002a57 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

.animate-bg{

    -webkit-animation: floatCircle 20s linear infinite;
    animation: floatCircle 20s linear infinite;

}

/* animación de los circulos */

@keyframes floatCircle{

	0%{background-position: 0% -100%;}
	100%{background-position: 0% 300%;}
}


/*menu sticky */

.header-container-wrapper{
    position: sticky;
    top: 0;
    box-shadow: 0 -7px 60px 10px #333d4842;
    z-index: 50;
}


.jumpdown{

	padding-bottom:6rem;

}

/*=== Header y elementos internos */

.header{
padding-top: 6rem;
padding-bottom: 5rem;

}

.header h1{

	font-size: 2.4rem;
	font-weight:600;

}

.header p{
    line-height: 1.5;
    font-size: 1.26em;
    margin: 0 auto;
    max-width: 740px;
    font-weight: 500;
}


/* Esquema de secciones */

.section{
padding-top: 2rem;
padding-bottom: 2rem;

}

.section-titulo {
    text-align: center;
    padding: 2.25em 0 1em;
}

.section-titulo h2{
font-weight: 700;

}


.section-separador {
padding:	2.1875rem 0;

}

.section-interna{

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 	2.1875rem 0;
    border-top: 1px solid var(--grihs);
}

.section.last{
padding-top: 5rem;
padding-bottom: 6rem;
	
}

/*==== cartas ===*/

.card{
padding: 1em;
}

.card .h4 + p {
font-size: 0.875rem;
line-height: 1.625rem;
margin-top: 1.5em;
}


/* imagen en bloque naranja */

.section_img img {
    display: block;
    min-width: 100%;
    position: relative;
    top: -11px;
    right: -10px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	  padding: 2rem;
}

.gradiente-n .section-interna h3,
.gradiente-n .section-interna h6{
	font-weight:700;
}

.gradiente-n .section-interna p{
    font-size: 0.9em;
    line-height: 1.53em;
    letter-spacing: -0.01em;
}

.products-growth-stack__banner{
    text-transform: uppercase;
    background: #fff;
    padding: 2px 8px;
    color: var(--bluedeep);
    font-weight: 700;
    font-size: 10px;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
	  margin-bottom: 6px;
}

.stack_cta span {

    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.body-container-wrapper .cta--medium{
    margin-left: 120px;
    white-space: nowrap;
    -webkit-align-self: center;
    align-self: center;
	  color: var(--bluedeep);
	  font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
	  background-color: #fff;
	  cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    border: 0;
    border-radius: .1875rem;
    transition: 0.15s color ease-out, 0.15s background-color ease-out, 0.15s border-color ease-out;
}

.body-container-wrapper .cta--medium:hover{
background-color: rgba(255,255,255,0.9);
text-decoration:none;	
}

/*===== CTA uno */


.call-to-action-asj{
text-align:center;
}

.BG-image.cta-one{
 background: url(https://cdn2.hubspot.net/hubfs/416379/ASJ/ASJ-CTA-Right.png) no-repeat left bottom / contain, #fff;
	    color: var(--bluedeep);
	position:relative;
	z-index:2;
}

.BG-image.cta-one::before{
content: "";
    background: url(https://cdn2.hubspot.net/hubfs/416379/ASJ/ASJ-CTA-Right.png) no-repeat right bottom / auto;
    position: absolute;
    width: 100%;
    height: 166%;
    bottom: 0;
    z-index: -1;
    right: 0;

}

@media (max-width:767px){
.BG-image.cta-one{
 background: #fff;
	}

}