.prueba3Pasos {
margin-top: 6.66vw;
padding: 7.11vw 0 10vw 9.19vw;
display: flex;
align-items: center;
justify-content: space-between;
}
.p3pContent h1 {
max-width: 29.79vw;
}
.p3pContent p {
margin: 2.39vw 0 3vw;
max-width: 24.72vw;
}
.p3pVideo {
width: 49.58vw;
border: 10px solid #000;
border-radius: 30px;
}
.p3pVideoYT {
padding-right: 4.16vw;
}
.p3pVideoYT>iframe {
width: 49.58vw;
height: 28.11vw;
border: 10px solid #000;
border-radius: 30px;
margin: 0;
padding: 0;
}
.info3Pasos {
padding: 0 20.83vw;
margin-bottom: 3vw;
}
.i3pBox {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #eee;
padding: 2.08vw;
border-radius: 20px;
}
.i3pContent p {
width: 12.5vw;
}
.i3pContent>img {
margin-bottom: 1.18vw;
}
.pruebas {
display: flex;
align-items: center;
justify-content: space-between;
padding: 3.64vw 14.08vw 5.9vw;
}
.pruebas .card:nth-child(2) {
margin: 0 1.04vw;
}
.prueba {
background-color: transparent;
border-radius: 20px;
border: 3px solid #cc00ff;
width: 35.10vw;
max-width: 35.10vw;
height: auto;
min-height: 32.51vw;
padding: 3.12vw;
}
.prueba img {
width: 9.94vw;
}
.prueba h3 {
margin: 2.33vw 0 1.25vw;
}
.prueba p {
margin: 1.51vw 0;
}
.prueba:hover {
background-color: #7b0ece;
border: 3px solid #7b0ece;
}
.prueba:hover h3,
.prueba:hover p {
color: #fff;
}
.prueba:hover a {
background-color: #cc00ff;
} .gestionarLista {
display: flex;
align-items: unset;
justify-content: space-between;
width: 48.59vw;
margin: 2.13vw auto 0;
}
.gestionarLista ul li {
list-style: disc;
text-align: left;
line-height: 1.5;
} .formPrueba {
background-color: #460d97;
padding: 5.65vw 0;
margin: 6.09vw 0 0;
position: relative;
}
.formPrueba .circleStars {
bottom: 25vw;
}
#solicitaForm .wpcf7 {
background-color: #fff;
width: 37.86vw;
border-radius: 20px;
padding: 2.18vw 1.84vw;
margin: auto;
position: relative;
z-index: 9;
}
#solicitaForm .wpcf7 .wpcf7-mail-sent-ok,
#solicitaForm .wpcf7 .wpcf7-validation-errors {
font-family: poppins;
color: #000;
border: 1px solid #ff0000;
border-radius: 40px;
}
.conversaConNosotros input[name=empresaName] {
width: 34.06vw;
}
.conversaConNosotros input[name=cargo] {
width: 34.06vw;
}
.conversaConNosotros input[name=email2] {
width: 34.06vw;
}
.conversaConNosotros input[name=pais] {
width: 16.45vw;
}
.conversaConNosotros select[name=demo] {
padding: 0 2vw;
background-color: transparent;
border: 1px solid #7b0ece;
border-radius: 40px;
height: 3.12vw;
margin: 0.5vw 0 1vw;
font-family: assistant;
color: #606060;
}
.conversaConNosotros select::-ms-expand {
display: none;
}
.conversaConNosotros select[name=demo] {
width: 34.06vw;
-webkit-appearance: none;
appearance: none;
}
.conversaConNosotros select[name=demo] option {
color: #606060;
}
.conversaConNosotros .demo::before {
content: '';
position: absolute;
right: 1.2vw;
top: 0.2vw;
width: 1vw;
height: 1vw;
background-image: url(https://www.quanticotrends.com/wp-content/themes/quantico2020/img2020/arrowdown.png);
background-repeat: no-repeat;
background-size: 1vw;
z-index: -1;
}
.spPoliticas {
margin: 1.2vw 0 2.4vw;
}
.solicitaSlider {
position: relative;
width: 100%;
box-sizing: border-box;
pointer-events: none;
} .industrias {
padding: 0 18.80vw 5vw 23.12vw;
}
.industriasList {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 3.64vw auto 0;
}
.industriaColumna {
max-width: 17.86vw;
}
.industria {
display: flex;
align-items: center;
margin-bottom: 1.35vw;
}
.industria img {
width: 2.60vw;
margin-right: 1.45vw;
}
.cardsAfterForm {
margin: 5.72vw 0;
} .selected {
display: flex;
align-items: center;
padding: 0 2vw;
background-color: transparent;
border: 1px solid #7b0ece;
border-radius: 40px;
height: 3.12vw;
margin: 0.5vw 0 1vw;
font-family: assistant;
color: #606060;
width: 34.06vw;
-webkit-appearance: none;
appearance: none;
position: relative;
}
.selected::after {
content: '';
position: absolute;
right: 1.2vw;
top: 1vw;
width: 1vw;
height: 1vw;
background-image: url(https://www.quanticotrends.com/wp-content/themes/quantico2020/img2020/arrowdown.png);
background-repeat: no-repeat;
background-size: 1vw;
z-index: -1;
transition: all 0.4s;
}
.select-box {
display: flex;
flex-direction: column;
}
.select-box .options-container {
background: #fff;
color: #606060;
max-height: 0;
width: 100%;
visibility: hidden;
opacity: 0;
transition: all 0.4s;
border-radius: 18px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
padding: 0vw 2vw;
order: 1;
}
.select-box .options-container.active {
max-height: 10.88vw;
visibility: visible;
opacity: 1;
margin-bottom: 2vw;
}
.select-box .options-container.active+.selected::after {
transform: rotateX(180deg);
}
.select-box .option {
cursor: pointer;
border-bottom: 2px solid rgb(0 0 0 / .16);
display: flex;
align-items: center;
padding: 1vw 0;
}
.select-box .option:hover {
opacity: .5;
transition: all ease .5s;
}
.select-box .option label {
margin: 0;
}
.select-box label {
cursor: pointer;
}
.select-box .radio {
display: none;
} .socialListening {
margin: 6.66vw 0 4.68vw;
background-color: #7B1ACE;
background-image: url(https://www.quanticotrends.com/wp-content/themes/quantico2020/img2020/plataformaFondoPrincipal.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
text-align: center;
padding: 10.29vw 8vw;
}
.socialListening p {
margin: 1vw 0 4.11vw;
}
.socialListeningBtns {
display: flex;
align-items: center;
justify-content: center;
}
.socialListeningBtns .btnProbar {
background-color: #fff;
margin-right: 1.04vw;
}
.socialListeningBtns .btnProbar:hover {
color: unset;
}
.socialListeningBtns .btnAsesor {
background-color: #461097;
}
.socialListeningBtns .btnAsesor:hover {
opacity: 1 !important;
background-color: #cc00ff;
}
.plataformaSlider .card {
height: auto;
min-height: 38.11vw;
}
.plataformaServicios {
margin: 11.19vw 0;
}
.plataformaServicios .prueba {
min-height: 43.11vw;
}
.plataformaServicios .prueba img:nth-child(2) {
display: none;
}
.plataformaServicios .prueba:hover img:nth-child(2) {
display: block;
}
.plataformaServicios .prueba:hover img:nth-child(1) {
display: none;
}
.plataformaServicios .prueba p {
height: auto;
min-height: 16.6vw;
}
.nuestrasFuncionalidades {
padding: 0.1px 10vw;
}
.nuestrasFuncionalidades>h2 {
margin-bottom: 5.13vw;
}
.quanticoInsights>p {
margin: .2vw 0 1.04vw;
max-width: 27.6vw;
}
.quanticoInsights>p {
margin: .2vw 0 1.04vw;
max-width: 27.6vw;
}
.funcionalidadesLista {
max-width: 35.10vw;
margin-bottom: 1.92vw;
padding-left: 2vw;
}
.funcionalidadesLista li {
position: relative;
margin-bottom: .52vw;
}
.funcionalidadesLista li::before {
content: '';
background-image: url(https://www.quanticotrends.com/wp-content/uploads/2020/08/right-arrow.png);
background-repeat: no-repeat;
background-size: 100%;
width: 1.30vw;
height: 1.30vw;
position: absolute;
top: 0;
left: -2vw;
}
.funcionalidadesLista li p {
max-width: 100%;
margin: 0;
}
.quanticoAudience {
align-items: center;
justify-content: space-between;
}
.quanticoAudience .sBox {
margin: 0;
}  .secondViewUs {
position: relative;
padding: 9.11vw 10vw;
}
.figurasAndGirl {
position: absolute;
top: -1.1vw;
right: 1.3vw;
z-index: 1;
width: 18.75vw;
}
.magicoFondo {
position: absolute;
top: 4.9vw;
right: 1.3vw;
z-index: 1;
width: 93.197vw;
}
.svuInfo {
background-color: #F4EDFB;
padding: 4vw 6vw;
margin: 4vw 0;
}
.usQuote {
padding: 0 12.5vw;
background-image: url(https://www.quanticotrends.com/wp-content/themes/quantico2020/img2020/quote.png);
background-size: 80%;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 9.63vw;
}
.valoresSlidersBox {
padding: 0.1px 7.5vw;
}
.nuestrosValoresSlider {
position: relative;
width: 100%;
box-sizing: border-box;
pointer-events: none;
}
.nuestrosValoresSlider .card {
height: auto;
min-height: 38.11vw;
}
.nuestroEquipo {
margin: 11.19vw 0 0;
}
.nuestroEquipo .pruebas {
padding: 3.64vw 6.5vw 5.9vw;
}
.nuestroEquipo .prueba {
min-height: 44.41vw;
width: auto;
max-width: 27.74vw;
}
.nuestroEquipo .prueba img {
width: 9.53vw;
}
.nuestroEquipo .prueba:hover a {
background-color: unset;
}
.nuestroEquipo .nuestroEquipoSM {
display: flex;
}
.nuestroEquipo .prueba .nuestroEquipoSM a:nth-child(1) img:nth-child(2),
.nuestroEquipo .prueba .nuestroEquipoSM a:nth-child(2) img:nth-child(2) {
display: none;
}
.nuestroEquipo .prueba:hover .nuestroEquipoSM a:nth-child(1) img:nth-child(2),
.nuestroEquipo .prueba:hover .nuestroEquipoSM a:nth-child(2) img:nth-child(2) {
display: block;
}
.nuestroEquipo .prueba:hover .nuestroEquipoSM a:nth-child(1) img:nth-child(1),
.nuestroEquipo .prueba:hover .nuestroEquipoSM a:nth-child(2) img:nth-child(1) {
display: none;
}
.nuestroEquipo .nuestroEquipoSM a:hover {
opacity: .5;
transition: all ease .5s;
}
.nuestroEquipo .nuestroEquipoSM a {
margin-right: 0.52vw;
}
.nuestroEquipo .nuestroEquipoSM img {
width: 2.08vw;
} .sistemaDeGestion {
padding: 0 10vw 4vw;
}
.sistemaDeGestion__bordes {
border: 3px solid #cc00ff;
border-radius: 20px;
padding: 2vw;
}
.sistemaDeGestion h3 {
margin: 1vw 0;
}
.sistemaDeGestion ul {
padding-left: 3vw;
}
.sistemaDeGestion ul li {
font-family: assistant;
font-size: 1.4vw;
margin: .52vw 0;
color: #606060;
position: relative;
}
.sistemaDeGestion ul li::before {
content: '';
background-image: url(https://www.quanticotrends.com/wp-content/uploads/2020/08/right-arrow.png);
background-repeat: no-repeat;
background-size: 100%;
width: 1.30vw;
height: 1.30vw;
position: absolute;
top: .3vw;
left: -2vw;
}
.equipoFotos {
background-color: #460D97;
background-image: url(https://www.quanticotrends.com/wp-content/themes/quantico2020/img2020/fondoFotosTeam.png);
background-position: center;
background-repeat: no-repeat;
padding: 7.5vw 6.92vw;
animation-name: fondozoom;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes fondozoom {
from {
background-size: 70%;
}
to {
background-size: 100%;
}
}
.equipoCol1 {
display: flex;
align-items: center;
justify-content: space-between;
margin: 7vw 0 1.45vw;
}
.equipoCol1 img {
width: 20.52vw;
}
.equipoCol2 {
display: flex;
align-items: center;
justify-content: space-between;
}
.equipoCol2>img {
width: 42.29vw;
}
.ec2Group {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}
.ec2Group>img {
width: 20.52vw;
margin-bottom: 1.45vw;
margin-right: 1.354vw;
;
}
.ec2Group>img:nth-child(2) {
margin-right: 0;
}
.ec2Group>img:nth-child(3) {
margin-bottom: 0
}
.ec2Group a:hover {
opacity: .5;
transition: all ease .5s;
text-decoration: none;
}
.ec2Group .descubre {
width: 20.52vw;
height: auto;
padding: 7.11vw 3.13vw;
}
.ec2Group .descubre p {
text-align: right;
} .blogBienvenida {
margin: 6.66vw 0 4.68vw;
background-color: #7B1ACE;
background-image: url(https://www.quanticotrends.com/wp-content/uploads/2020/09/fondoBlog.png);
background-repeat: no-repeat;
background-size: 98%;
background-position: center;
text-align: center;
padding: 10.29vw 12vw;
}
.blogBienvenida p {
margin: 1vw 0 4.11vw;
}
.rdb {
margin: 0 0 2.60vw 6.30vw;
}
.blog2020 {
padding: 0 6.30vw 0 6.30vw;
display: flex;
}
.blogContainer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.b2020Interno .blogContainer {
width: 56vw;
}
.blog2020Nav {
margin-bottom: 10vw;
}
.blog2020Nav .screen-reader-text {
display: none;
}
.blog2020Nav .nav-links {
margin: auto;
text-align: center;
}
.blog2020Nav .page-numbers {
margin: 0 .5vw;
position: relative;
}
.blog2020Nav .page-numbers::before {
content: '|';
position: absolute;
top: 0.7vw;
right: -0.7vw;
font-size: 1vw;
}
.blog2020Nav .prev::before,
.blog2020Nav .next::before {
content: '';
}
.blog2020Nav .navigation span {
font-family: assistantBold;
color: #cc00ff;
font-size: 2.08vw;
}
.blog2020Nav .navigation a {
color: #606060;
font-family: assistantBold;
font-size: 2.08vw;
}
.entrada2020 {
background-color: #EEEEEE;
max-width: 25.93vw;
margin-bottom: 3.07vw;
border-radius: 35px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.entrada2020 img {
width: 100%;
height: auto;
border-top-left-radius: 35px;
border-top-right-radius: 35px;
}
.entrada2020Content {
padding: 1.45vw 2.5vw 2.03vw;
}
.entrada2020Content a {
text-decoration: none;
}
.entrada2020Content h2 {
height: auto;
min-height: 4.5vw;
}
.entrada2020Content>p {
margin: 1.97vw 0 1.45vw;
}
.entrada2020Content>span>p {
margin: 0 0 1.45vw;
height: auto;
min-height: 6vw;
}
.blog2020Aside {
margin-left: 3.33vw;
}
#search-3 {
position: absolute;
right: 6.30vw;
bottom: 0.7vw;
}
#search-3 label {
display: none;
}
#s {
border: none;
border-bottom: 2px solid #606060;
background-color: transparent;
padding: 0.52vw 1vw 0.52vw 0;
font-family: assistant;
font-size: 1.04vw;
}
#s::placeholder {
font-size: 1.04vw;
}
#searchsubmit {
border: none;
font-size: 0;
padding: 0;
background-image: url(https://www.quanticotrends.com/wp-content/uploads/2021/04/search.png);
background-color: transparent;
background-size: 1.5vw;
background-repeat: no-repeat;
width: 2vw;
height: 2vw;
cursor: pointer;
}
.cajaAside>.btnProbar {
margin: 3vw 0 3vw 7.33vw;
}
.blog2020Aside .btnTop100:hover {
text-decoration: none;
color: #fff;
}
.blog2020Aside h3 {
margin-bottom: 4.16vw;
}
.entrada2020Recent {
display: flex;
align-items: center;
margin-bottom: 2.60vw;
}
.entrada2020Recent a:nth-child(1) {
margin-right: 2.3vw;
}
.entrada2020Recent img {
width: 9.06vw;
height: auto;
border-radius: 25px;
}
.entrada2020Recent a:nth-child(2):hover {
text-decoration: none;
}
.entrada2020Recent h2 {
width: 15.82vw;
}
.blog2020Aside .screen-reader-text {
display: none;
}
.blog2020Aside #searchform>div {
display: flex;
align-items: center;
position: relative;
}
.blog2020Aside #searchform>div input[type="text"] {
background-color: #fafafa;
border-radius: 35px;
font-family: assistant;
font-size: 1.30vw;
color: #606060;
border: 1px solid #707070;
width: 27.19vw;
height: 2.85vw;
padding: 0 9.4vw 0 1vw;
}
.blog2020Aside #searchform>div input[type="text"]::placeholder {
font-family: assistant;
font-weight: lighter;
font-size: 1.30vw;
color: #606060;
}
.blog2020Aside #searchsubmit {
font-family: assistantBold;
border-radius: 35px;
border: 0;
background-color: #6919C7;
color: #fff;
padding: 0;
width: 9.40vw;
height: 2.85vw;
position: absolute;
right: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.blog2020Aside #searchsubmit:hover {
opacity: .5;
transition: all ease .5s;
}
.barraTemas {
padding: 6.30vw 6.30vw 0 6.30vw;
margin-bottom: 3vw;
position: relative;
}
.barraTemas ul li:nth-child(1) {
order: 3;
}
.barraTemas ul li:nth-child(2) {
order: 4;
}
.barraTemas ul li:nth-child(3) {
order: 2;
}
.barraTemas ul li:nth-child(4) {
order: 1;
}
.borderBottom {
border-bottom: 3px solid #CC23FF;
}
#categories-3 .current-cat {
border-bottom: 3px solid #CC23FF;
}
#categories-4 {
margin-bottom: 4vw;
}
#categories-3 h2 {
font-family: assistantBold;
font-size: 2.08vw;
color: #461097;
margin: 2vw 0 1vw;
border-bottom: 3px solid #B8B8B8;
}
#categories-4 h2 {
font-family: assistantBold;
font-size: 2.08vw;
color: #461097;
margin-bottom: 1vw;
}
#categories-3 ul {
display: flex;
align-items: center;
flex-wrap: wrap;
}
#categories-3 ul .children {
display: none;
}
#categories-3 li {
margin-bottom: .5vw;
margin-right: 2vw;
color: #606060;
}
#categories-3 li a {
color: #606060;
font-family: assistantBold;
font-size: 1.82vw;
text-decoration: none;
}
#categories-3 li a:hover {
border-bottom: 3px solid #CC23FF;
}
#cat .level-0 {
display: none;
}
#cat {
display: block;
font-size: 1.30vw;
font-family: assistant;
color: #606060;
line-height: 1.5;
padding: 0.3vw 1vw;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #707070;
border-radius: 35px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
}
#cat::-ms-expand {
display: none;
}
#cat:hover {
border-color: #6919C7;
}
#cat:focus {
border-color: #6919C7;
outline: none;
}
#cat option {
font-family: assistant;
} .innerPost {
margin: 6.66vw 0 5vw;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #EEEEEE; }
.innerPost>div {
padding: 4.16vw 0 4.16vw 8.85vw;
}
.innerPost>div>h1 {
margin: 1.30vw 0;
width: 47.03vw;
}
.innerPost>a>img {
width: 39.06vw;
height: auto;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}
.comparteSocialMedia p:nth-child(2) {
margin-bottom: 1vw;
}
.comparteSocialMedia img {
width: 2.08vw;
margin-right: .52vw;
}
.comparteSocialMedia a {
text-decoration: none;
}
.comparteSocialMedia a:hover {
opacity: .5;
transition: all ease .5s;
}
.autorInfo {
display: flex;
align-items: center;
}
.autorInfo>img {
border-radius: 50%;
width: 7.96vw;
height: auto;
margin-right: 2.23vw;
}
.entrada2020Inner p {
font-family: assistant;
font-size: 1.30vw;
color: #707070;
margin: 1vw 0;
}
.entrada2020Inner blockquote {
font-family: assistant;
font-weight: 700;
font-size: 1.82vw;
color: #6133A6;
margin: 1.5vw 0;
}
.entrada2020Inner blockquote p {
font-family: assistant;
font-weight: 700;
font-size: 1.82vw;
margin: 1.5vw 0;
color: #6133A6;
}
.entrada2020Inner h1,
.entrada2020Inner h2,
.entrada2020Inner h3,
.entrada2020Inner h4,
.entrada2020Inner h5 {
font-family: assistantBold;
font-size: 2.08vw;
color: #6919C7 !important;
margin: 2vw 0;
}
.entrada2020Inner p {
font-family: assistant;
font-size: 1.30vw;
}
.entrada2020Inner ul {
padding-left: 3vw;
}
.entrada2020Inner li {
font-family: assistant;
font-size: 1.30vw;
position: relative;
margin-bottom: 1vw;
}
.entrada2020Inner li::before {
content: '';
background-image: url(https://www.quanticotrends.com/wp-content/uploads/2020/08/right-arrow.png);
background-repeat: no-repeat;
background-size: 100%;
width: 1.30vw;
height: 1.30vw;
position: absolute;
top: .3vw;
left: -2vw;
}
.innerPostCta {
background-color: #EEEEEE;
border-radius: 35px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
width: 51.71vw;
padding: 2.08vw 3.49vw;
display: flex;
align-items: center;
justify-content: space-between;
margin-left: 6.30vw;
margin-bottom: 5vw;
margin-top: 5vw;
}
.innerPostCta>p {
text-align: justify;
margin-right: 3.80vw;
} .headerCurso {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
background-color: #fafafa;
width: 100%;
z-index: 9999999;
box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
}
.headerCurso img {
width: 15vw;
}
.programa {
margin-top: 5.72vw;
position: relative;
padding: 9.06vw 0 9.06vw 8.75vw;
background-color: #460D97;
background-image: url(https://www.quanticotrends.com/wp-content/uploads/2020/10/fondoProgramapv.png);
background-repeat: no-repeat;
background-size: 90%;
background-position: center;
z-index: 2;
animation: programaFondoAnimado 3s forwards ease-in-out;
}
@keyframes programaFondoAnimado {
from {
background-size: 0%;
}
to {
background-size: 90%;
}
}
.programa>div {
max-width: 36.87vw;
}
.programa h1 {
line-height: 1.2;
}
.programa h2 {
color: #47CDE8;
font-size: 2.34vw;
line-height: 1.2;
margin: 1vw 0;
max-width: 34.87vw;
}
.programaImg {
position: absolute;
top: 0;
right: 0;
width: 44.05vw;
}
.programaBotones {
display: flex;
align-items: center;
margin-top: 3.17vw;
}
.programaBotones .btnProbar {
background-color: #cc00ff;
margin-right: 1.40vw;
}
.programaBotones .btnAsesor {
background-color: transparent;
border: 2px solid #fff;
}
.programaBotones .btnAsesor>img {
margin-left: 1.40vw;
width: 0.59vw;
}
.informacionDelPrograma {
display: flex;
padding: 4.42vw 8.75vw;
position: relative;
}
.informacionDelPrograma .idp_card {
background-color: #EEEEEE;
max-width: 41.25vw;
width: 41.25vw;
border-radius: 1.04vw;
padding: 3.75vw 2.81vw;
margin-bottom: 4.03vw;
box-shadow: 0px 3px 6px rgb(0, 0, 0, 16%);
}
.idp_card img {
width: 9.94vw;
}
.idp_card h2 {
margin: 1.87vw 0;
}
.idp_card .funcionalidadesLista {
max-width: 27.03vw;
}
.idp_slider {
background-color: #EEEEEE;
max-width: 41.25vw;
width: 41.25vw;
border-radius: 1.04vw;
padding: 3.75vw 2.81vw;
margin-bottom: 4.03vw;
}
.idp_slider h2 {
margin-bottom: 2.91vw;
}
.idpSlider {
position: relative;
width: 100%;
box-sizing: border-box;
}
.idp_slider_card {
display: flex;
align-items: center;
justify-content: center;
}
.idp_slider_card img {
width: 9.53vw;
margin-right: 1.51vw;
}
.idp_slider_card h3 {
font-size: 1.56vw;
}
.idp_slider_card p {
max-width: 18.43vw;
}
.idp_card .btnAsesor {
background-color: #7b0ece;
margin-top: 2.08vw;
}
.idp_card .btnAsesor img {
width: .59vw;
margin-left: 1.11vw;
}
.cursoAside {
position: absolute;
top: 4.42vw;
right: 12.08vw;
z-index: 1;
max-width: 29.06vw;
width: 29.06vw;
box-shadow: 0px 3px 6px rgb(0, 0, 0, 16%);
border-bottom-left-radius: 1.04vw;
border-bottom-right-radius: 1.04vw;
}
.cursoAside h2 {
color: #FD425D;
font-size: 2.34vw;
display: flex;
align-items: center;
justify-content: space-between;
}
.cursoAside span:nth-child(1) {
text-decoration: line-through;
}
.cursoAside iframe {
height: 16.35vw;
width: 100%;
}
.cursoInfo {
text-align: center;
padding: 1.85vw 2.55vw 1.85vw 2.16vw;
}
.cursoInfo p:nth-child(2) {
font-size: 1.56vw;
color: #FD425D;
margin: 1vw 0;
}
.cursoInfo p:nth-last-child(2) {
font-weight: 600;
}
.activeFixed {
position: fixed;
top: 8vw;
}
.activeBottom {
position: absolute;
top: unset;
bottom: 25.7vw;
}
.btnComprar {
background-color: #7B0ECE;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 3.12vw;
border-radius: 1.56vw;
margin: 3.38vw 0;
}
.btnComprar:hover {
opacity: .5;
transition: all ease-out .5s;
}
.cursoInfo .btnComprar:nth-last-child(1) {
border: 2px solid #7B0ECE;
background-color: transparent;
margin: .5vw 0 0 0;
}
#wpcf7-f8135-o1 {
max-width: 41.25vw;
width: 41.25vw;
border-radius: 1.04vw;
padding: 3.75vw 2.81vw;
margin-bottom: 4.03vw;
box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
}
#wpcf7-f8135-o1 h3 {
margin-bottom: 3.12vw;
}
#wpcf7-f8135-o1 input {
width: 100%;
}
#wpcf7-f8135-o1 .emailPhoneBox input {
width: 95%;
}
#wpcf7-f8135-o1 .selected {
width: 100%;
}
#wpcf7-f8135-o1 .conversaConNosotros .acceptance-18 input {
width: auto;
}
#wpcf7-f8135-o1 .DNI,
#wpcf7-f8135-o1 .RUC,
#wpcf7-f8135-o1 .RazonSocial {
display: none;
}
#wpcf7-f8135-o1 .select-box .option:nth-child(2) {
border-bottom: none;
}
#wpcf7-f8135-o1 .conversaConNosotros textarea {
font-size: 1.04vw;
}
#wpcf7-f8135-o1 .wpcf7-submit {
appearance: none;
-webkit-appearance: none;
}
.compartirAprendizaje {
text-align: center;
margin-bottom: 5.52vw;
}
.compartirAprendizaje>h2 {
font-size: 1.56vw;
margin-bottom: 1.19vw;
}
.compartirAprendizaje img {
width: 2.96vw;
margin: 0 .78vw;
}
.byeCursoDesktop {
display: none;
}
.byeCursoMobile {
display: Initial;
} @media (max-width: 768px) {
.prueba3Pasos {
flex-direction: column;
padding: 18.3vw 7.2vw;
margin-top: 22.91vw;
}
.p3pContent h1 {
max-width: 100%;
}
.p3pContent p {
margin: 8.5vw 0 10vw;
max-width: 100%;
}
.p3pVideo {
width: 100%;
margin: 10vw 0;
}
.p3pVideoYT {
margin-top: 12vw;
padding-right: 0;
}
.p3pVideoYT>iframe {
width: 100%;
height: auto;
}
.info3Pasos {
padding: 0 7.2vw;
margin-bottom: 10vw;
}
.i3pBox {
flex-direction: column;
padding: 5vw;
}
.i3pContent {
margin-bottom: 5vw;
}
.i3pContent:nth-last-child(1) {
margin-bottom: 0;
}
.i3pContent p {
width: 100%;
}
.i3pContent>img {
margin-bottom: 2.5vw;
}
.pruebas {
flex-direction: column;
padding: 10vw 7.2vw;
}
.pruebas .card:nth-child(2) {
margin: 0 1.04vw;
}
.pruebaUltra {
margin-bottom: 10vw;
}
.prueba {
width: 100%;
max-width: 100%;
height: auto;
min-height: auto;
padding: 5vw;
}
.prueba img {
width: auto;
}
.prueba h3 {
margin: 5vw 0;
}
.prueba p {
margin: 5vw 0;
}
.prueba .btnProbar {
width: 100%;
} .gestionar {
padding: 0 7.2vw;
}
.gestionarLista {
flex-direction: column;
width: 100%;
margin: 5vw auto 0;
}
.gestionarLista ul {
margin-left: 7.5vw;
} .formPrueba {
padding: 10vw 3.2vw;
margin: 6.09vw 0 0;
}
#solicitaForm .wpcf7 {
width: 100%;
padding: 5vw 3vw;
position: unset;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.formPrueba .conversaConNosotros input {
width: 100%;
}
.conversaConNosotros select[name=pruebaForm] {
width: 87.6vw;
height: 12.26vw;
margin: 1vw 0 2.5vw;
}
.spPoliticas {
margin: 3vw 0 7vw;
}
.spPoliticas input {
width: 4vw !important;
}
.conversaConNosotros select[name=demo] {
height: 12.26vw;
width: 88vw;
}
.conversaConNosotros .demo::before {
right: 4.2vw;
top: 1vw;
width: 5vw;
height: 5vw;
background-size: 5vw;
}
.formPrueba .conversaConNosotros .acceptance-18 {
margin-right: 1vw;
} .industrias {
padding: 10vw 7.2vw;
}
.industriasList {
flex-direction: column;
margin: 3.64vw auto 0;
}
.industriaColumna {
max-width: 100%;
}
.industria {
display: flex;
align-items: center;
margin-bottom: 2.35vw;
}
.industria img {
width: auto;
margin-right: 3.45vw;
}
.cardsAfterForm {
margin: 10vw 0 5.72vw;
}
.solicitaSlider {
pointer-events: unset;
}
.selected {
padding: 0 4vw;
border-radius: 40px;
height: 12.26vw;
margin: 0.5vw 0 1vw;
width: 88vw;
}
.selected::after {
right: 3vw;
top: 3vw;
width: 7vw;
height: 7vw;
background-size: 7vw;
z-index: 1;
}
.select-box {
display: flex;
flex-direction: column;
}
.select-box .options-container {
border-radius: 18px;
padding: 0vw 4vw;
}
.select-box .options-container.active {
max-height: 58vw;
margin-bottom: 5vw;
}
.select-box .option {
padding: 5vw 0;
} .socialListening {
margin: 22.91vw 0 10vw;
background-size: cover;
background-image: none;
padding: 10vw 0;
}
.socialListening p {
margin: 3vw 0 10vw;
padding: 0 10vw;
}
.socialListeningBtns {
flex-direction: column;
}
.socialListeningBtns .btnProbar {
margin: 0;
}
.secondView>h2 {
margin-bottom: 10vw;
}
.plataformaSlider .card {
height: auto;
min-height: 127vw;
}
.plataformaServicios {
margin: 15vw 0;
}
.nuestrasFuncionalidades>h2 {
margin-bottom: 10vw;
}
.quanticoInsights>p {
margin: 2vw 0 5vw;
max-width: 100%;
}
.quanticoInsights img {
margin-top: 10vw;
margin-bottom: 10vw;
}
.funcionalidadesLista {
max-width: 100%;
margin-bottom: 10vw;
margin-top: 10vw;
padding-left: 6vw;
}
.funcionalidadesLista li {
margin-bottom: 5vw;
}
.funcionalidadesLista li::before {
width: 6vw;
height: 6vw;
top: 0.8vw;
left: -8vw;
}
.quanticoAudience {
flex-direction: column;
} .secondViewUs {
padding: 10vw 0;
}
.svuInfo {
margin: 10vw 0;
}
.figurasAndGirl {
top: 27.4vw;
width: 21vw;
}
.magicoFondo {
top: -5.1vw;
right: 0;
width: 100%;
}
.usQuote {
padding: 0 10vw;
background: unset;
margin: 10vw 0 20vw;
}
.nuestrosValores>p {
padding: 5vw 10vw 0;
}
.nuestrosValoresSlider {
pointer-events: unset;
}
.nuestrosValoresSlider .card {
height: auto;
min-height: 127.51vw;
}
.nuestroEquipo {
padding: 0 10vw;
}
.nuestroEquipo>p {
margin: 5vw 0;
}
.nuestroEquipo .pruebas {
padding: 0;
}
.nuestroEquipo .prueba {
min-height: 37.51vw;
width: 100%;
max-width: 100%;
}
.nuestroEquipo .pruebaGratis {
margin-bottom: 10vw;
}
.nuestroEquipo .prueba img {
width: auto;
}
.nuestroEquipo .nuestroEquipoSM a {
margin-right: 3vw;
}
.nuestroEquipo .nuestroEquipoSM img {
width: 10.66vw;
} .sistemaDeGestion {
padding: 0 10vw 4vw;
}
.sistemaDeGestion__bordes {
border: 3px solid #cc00ff;
border-radius: 20px;
padding: 5vw;
}
.sistemaDeGestion h3 {
margin: 5vw 0;
}
.sistemaDeGestion ul {
padding-left: 4vw;
}
.sistemaDeGestion ul li {
font-size: 5.86vw;
margin: 5vw 0;
}
.sistemaDeGestion ul li::before {
width: 6vw;
height: 6vw;
top: 1vw;
left: -7vw;
}
.equipoFotos {
padding: 10vw;
background-repeat: repeat;
}
.equipoCol1 {
flex-wrap: wrap;
margin: 8vw 0 0;
}
.equipoCol1 img {
width: 38vw;
margin-bottom: 3vw;
}
.equipoCol2 {
flex-direction: column;
}
.equipoCol2>img {
width: 100%;
}
.ec2Group {
justify-content: space-between;
}
.ec2Group>img {
width: 38vw;
margin: 3vw 0;
}
.ec2Group>img:nth-child(3) {
width: 100%;
margin: 0;
}
.ec2Group .descubre {
width: 100%;
padding: 7.11vw 9.13vw 18vw;
margin: 3vw 0;
} .blogBienvenida {
background-image: unset;
margin: 22.91vw 0 5vw;
}
.blog2020 {
flex-direction: column-reverse;
padding: 0 10vw;
}
.blogContainer {
max-width: 100%;
width: 100%;
}
.b2020Interno .blogContainer {
width: 100%;
}
.entrada2020 {
max-width: 100%;
margin-bottom: 8vw;
}
.entrada2020Content {
padding: 5vw;
}
.entrada2020Content>p {
margin: 5vw 0;
}
.entrada2020Content>span>p {
margin: 0 0 5vw;
}
.entrada2020Content .btnProbar {
width: 100%;
}
.blog2020Aside {
margin-left: 0;
margin-bottom: 8vw;
}
.cajaAside>.btnProbar {
margin: 10vw 0;
}
.entrada2020Recent {
margin-bottom: 10vw;
flex-direction: column;
}
.entrada2020Recent img {
width: 100%;
}
.entrada2020Recent a:nth-child(1) {
margin-right: 5vw;
margin-bottom: 5vw;
}
.entrada2020Recent h2 {
width: 100%;
}
.blog2020Nav .navigation span,
.blog2020Nav .navigation a {
font-size: 11vw;
}
.blog2020Nav .page-numbers {
margin: 0 2vw;
}
.blog2020Nav .page-numbers::before {
top: 1.7vw;
right: -3.8vw;
font-size: 7vw;
}
.blog2020Aside #searchform>div input[type="text"] {
width: 100%;
height: 13vw;
padding: 0 34vw 0 3vw;
font-size: 6.6vw;
}
.blog2020Aside #searchform>div input[type="text"]::placeholder {
font-size: 4.26vw;
}
.blog2020Aside #searchsubmit {
width: 34vw;
height: 13vw;
font-size: 6.6vw;
}
.barraTemas {
padding: 20vw 10vw 0;
}
#search-3 {
margin: 2vw 0 10vw;
position: unset;
}
#s {
font-size: 5.33vw;
padding: 2vw 2vw 2vw 0;
}
#s::placeholder {
font-size: 5.33vw;
}
#searchsubmit {
background-size: 7vw;
width: 7vw;
height: 7vw;
margin-left: 2vw;
}
#categories-4 {
margin-bottom: 10vw;
}
#categories-3 h2 {
font-size: 10.66vw;
margin: 5vw 0;
}
#categories-4 h2 {
font-size: 10.66vw;
margin: 5vw 0;
}
#categories-3 li {
margin-bottom: 4vw;
margin-right: 5vw;
font-size: 6.66vw;
}
#categories-3 li a {
font-size: 6.66vw;
}
#cat {
font-size: 5.33vw;
padding: 2vw 3vw;
} .innerPost {
flex-direction: column-reverse;
width: 100%;
height: auto; margin: 23.3vw 0 5vw;
}
.innerPost>a>img {
width: 100%;
border: 0;
}
.innerPost>div {
padding: 10vw;
width: 100%;
}
.innerPost>div>h1 {
margin: 5vw 0;
width: 100%;
word-break: break-word;
}
.ajusteDeTextosMobile .fs70 {
font-size: 9.33vw;
}
.ajusteDeTextosMobile .fs25 {
font-size: 5.33vw;
}
.autorInfo>img {
width: 25vw;
margin-right: 5vw;
}
.comparteSocialMedia p:nth-child(2) {
margin-bottom: 3vw;
}
.comparteSocialMedia img {
width: 8.66vw;
margin-right: 1.52vw;
}
.b2020Interno {
flex-direction: column;
}
.b2020Interno>.blogContainer {
margin-bottom: 10vw;
}
.entrada2020Inner h1,
.entrada2020Inner h2,
.entrada2020Inner h3,
.entrada2020Inner h4,
.entrada2020Inner h5 {
font-size: 8vw;
margin: 3vw 0;
}
.entrada2020Inner {
width: 100%;
max-width: 100%;
}
.entrada2020Inner p {
font-size: 5.33vw;
margin: 2vw 0;
}
.entrada2020Inner ul {
padding-left: 8vw;
}
.entrada2020Inner blockquote p {
font-size: 8vw;
margin: 2.5vw 0;
}
.entrada2020Inner li {
font-size: 6.66vw;
}
.entrada2020Inner li::before {
width: 6vw;
height: 6vw;
top: 4vw;
left: -7vw;
}
.innerPostCta {
flex-direction: column;
width: 100%;
max-width: 100%;
padding: 5vw 10vw;
margin: 0;
}
.innerPostCta>p {
margin: 0;
font-size: 5.73vw;
}
.innerPostCta>div {
margin-top: 5vw;
width: 100%;
}
.innerPostCta .btnProbar {
width: 100%;
}
.b2020Interno .blog2020Aside {
margin-top: 10vw;
} .headerCurso {
flex-direction: column;
padding-bottom: 5vw;
position: relative;
}
.headerCurso img {
width: 60vw;
}
.programa {
margin-top: 0;
padding: 10vw;
background-image: none;
}
.programa>div {
max-width: 100%;
}
.programa h1 {
line-height: 1.2;
margin-bottom: 8vw;
}
.programa h2 {
font-size: 12vw;
margin: 5vw 0;
max-width: 100%;
display: none;
}
.programaImg {
display: none;
}
.programaBotones {
margin-top: 8vw;
flex-direction: column;
}
.programaBotones .btnProbar {
margin-right: 0;
}
.programaBotones .btnAsesor>img {
margin-left: 5.4vw;
width: 3vw;
}
.informacionDelPrograma {
display: flex;
flex-direction: column-reverse;
padding: 5vw 8.75vw;
position: relative;
}
.informacionDelPrograma .idp_card {
max-width: 100%;
width: 100%;
border-radius: 5.33vw;
padding: 5vw;
margin-bottom: 5vw;
box-shadow: 0px 3px 6px rgb(0, 0, 0, 16%);
}
.idp_card img {
width: 35vw;
}
.idp_card h2 {
margin: 5vw 0;
}
.idp_card .funcionalidadesLista {
max-width: 100%;
}
.idp_slider {
background-color: #EEEEEE;
max-width: 100%;
width: 100%;
border-radius: 5.33vw;
padding: 5vw;
margin-bottom: 5vw;
}
.idp_slider h2 {
margin-bottom: 5vw;
}
.idp_slider_card {
flex-direction: column;
align-items: baseline;
}
.idp_slider_card img {
width: 48vw;
margin-right: 0;
}
.idp_slider_card h3 {
font-size: 8vw;
margin: 5vw 0;
}
.idp_slider_card p {
max-width: 100%;
}
.idp_card .btnAsesor {
margin-top: 6vw;
width: 100%;
}
.idp_card .btnAsesor img {
width: 3vw;
margin-left: 2vw;
}
.idp_slider .glide__arrow--left {
left: -12vw;
}
.idp_slider .glide__arrow--right {
right: -12vw;
}
.cursoAside {
position: relative !important;
top: unset;
right: unset;
z-index: 2;
max-width: 100%;
width: 100%;
box-shadow: 0px 3px 6px rgb(0, 0, 0, 16%);
border-bottom-left-radius: 5.33vw;
border-bottom-right-radius: 5.33vw;
margin-bottom: 8vw;
}
.cursoAside h2 {
font-size: 12vw;
flex-direction: column;
}
.cursoAside>p {
position: relative;
z-index: 2;
}
.cursoAside iframe {
height: 50vw;
}
.cursoInfo {
padding: 5vw;
}
.cursoInfo p:nth-child(2) {
font-size: 8vw;
margin: 2.5vw;
}
.btnComprar {
height: 11vw;
border-radius: 8vw;
margin: 8vw 0;
}
.cursoInfo .btnComprar:nth-last-child(1) {
margin: 2.5vw 0 0 0;
}
#wpcf7-f8135-o1 {
max-width: 100%;
width: 100%;
border-radius: 5.33vw;
padding: 5vw;
margin-bottom: 5vw;
box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
}
#wpcf7-f8135-o1 h3 {
margin-bottom: 5vw;
}
#wpcf7-f8135-o1 .emailPhoneBox input {
width: 100%;
}
#wpcf7-f8135-o1 input[name="COD"] {
font-size: 4.2vw;
}
#wpcf7-f8135-o1 .conversaConNosotros textarea {
font-size: 5.33vw;
}
.compartirAprendizaje {
margin-bottom: 5.52vw;
}
.compartirAprendizaje>h2 {
font-size: 8vw;
margin-bottom: 5vw;
}
.compartirAprendizaje img {
width: 12vw;
margin: 0 2vw;
}
.botonFixedMo {
background-color: #eee;
align-items: center;
flex-direction: column;
width: 100%;
position: fixed;
z-index: 1;
bottom: 0;
}
.botonFixedMo .btnComprar {
margin: 3vw 0;
}
.botonFixedMo p {
margin-bottom: 3vw;
font-size: 5.33vw;
color: #FD425D;
}
.byeCursoDesktop {
display: initial;
}
.byeCursoMobile {
display: none;
} }