/*
Theme Name: Orbital Hijo
Theme URI: http://seobide.com
Version: 4.0
Description: Tema hijo del Orbital
Author: Seobide
Author URI: http://seobide.com
Template: orbital
*/


.vc_custom_heading.vc_gitem-post-data-source-post_title h4 a {
    color: inherit; /* Mantiene el color original del título */
    text-decoration: none; /* Quita el subrayado si no lo quieres */
}
  
.vc_custom_heading.vc_gitem-post-data-source-post_title h4 a:hover {
    text-decoration: underline; /* Añade subrayado al pasar el mouse si lo deseas */
}
  


.captchaDiv {
    display: flex;
    flex-direction: row-reverse;
    margin: 15px 0;
}
.btnColoresInver {
    background: linear-gradient(to left, rgba(209,4,255,1) 0%, rgba(58,179,255,1) 100%) !important;
}
.wpb_text_column.wpb_content_element.parrafo.listaFoto li {
    position: relative;
    padding-left: 40px;
}
.wpb_text_column.wpb_content_element.parrafo.listaFoto ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.wpb_text_column.wpb_content_element.parrafo.listaFoto li:before {
    content: "✔";
    color: white;
    content: "✓";
    position: absolute;
    left: 0px;
    padding: 3px 10px;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    border-radius: 100%;
    font-size: 14px;
}
.casoEstudio .titulo p {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: inherit;
    margin-bottom: -3px;
    font-family: 'Gilroy-Light';
    color: #707070;
    font-size: 17px;
}
/*asdasdasdasdasdadas */
html {
  scroll-behavior: unset !important;
}

/* FUENTES */
@font-face {
  font-family: "rubik";
  src: url("font/Rubik-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "rubik-light";
  src: url("font/Rubik-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "gilroy-light";
  src: url("font/Gilroy-Light.otf");
  font-display: swap;
}

@font-face {
  font-family: "gilroy-extrabold";
  src: url("font/Gilroy-ExtraBold.otf");
  font-display: swap;
}

@font-face{
    font-family: "Rubik-light-italic";
    src: url("font/Rubik-LightItalic.ttf");
    font-display: swap;
}

.enseñarMovil{
	display: none;
}

/* SEPARACION DE COLUMNAS */
.separacion > div:nth-child(1) {
    padding-right: 37px !important;
}

.separacion > div:nth-child(2) {
    padding-left: 37px !important;
}

.separacionTres > div:nth-child(1) {
    padding-right: 40px !important;
}
.separacionTres > div:nth-child(2) {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.separacionTres > div:nth-child(3) {
    padding-left: 40px !important;
}

@media screen and (max-width: 750px){
	.separacion > div:nth-child(1) {
	    padding-right: 0px !important;
	}

	.separacion > div:nth-child(2) {
	    padding-left: 0px !important;
	}

    .separacionTres > div:nth-child(1) {
        padding-right: 0px !important;
    }
    .separacionTres > div:nth-child(2) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .separacionTres > div:nth-child(3) {
        padding-left: 0px !important;
    }
}

/* BOTON SUBIR ARRIBA */

div#arrowArriba img {
    object-fit: contain;
}

div#arrowArriba {
    height: 50px;
    width: 50px;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    padding: 10px;
    display: flex;
    border-radius: 5px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
    z-index: 9999;
}

.opacidadArriba{
    opacity: 1 !important;
}

/* CABECERA DE LA PAGINA MENU PRINCIPAL */
#cabecera{
    background: transparent;
}

ul.sub-menu li a:before {
    content: '';
    display: none !important;
}

@media (min-width: 1200px){
	.cabeceraSticky{
    	background-color: white !important;
    	position: fixed;
    	width: 100%;
    	box-shadow: 0px 1px 10px -5px rgba(0,0,0,0.75);
	}

	.rowMenuHijosSticky {
    	position: fixed !important;
    	left: 15px !important;
    	transform: translateY(-30px);
    	z-index: 50;
	}

	.paddingTop{
		padding-top: 115px;
	}

	ul.sub-menu {
    	background-color: black !important;
    	right: -2.5rem !important;
	}

	ul.sub-menu li a {
    	color: white !important;
	}

	.site-navbar .sub-menu li:hover {
    	background-color: unset !important;
	}

	.site-navbar .sub-menu li:hover a:after {
		content: '';
	    height: 2px;
	    width: 80%;
	    background-color: white;
	    position: absolute;
	    display: inline-block;
	    margin: auto !important;
	    left: 0;
	    right: 0;
	    transition: 0.3;
	    bottom: 10px;
	}
}

.rowMenuHijos {
    position: absolute !important;
    transform: translateY(-30px);
    z-index: 10;
}

header.site-header {
    border: none;
    padding: 25px 0px;
    z-index: 9999;
}



.current_page_item a {
    position: relative;
}
.current_page_item a:after {
    content: '';
    height: 2px;
    width: 80%;
    background-color: #707070;
    position: absolute;
    display: inline-block;
    margin: auto !important;
    left: 0;
    right: 0;
    bottom: 10px;
}

.menu-item{
	position: relative;
}

.menu-item:hover a:before {
    content: ' ';
    height: 2px;
    width: 80%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    animation: fadein 0.3s;
    top: 44px;
}

@keyframes fadein {
    from { opacity: 0; width: 0%; }
    to   { opacity: 1; width: 80%;}
}

h1, h2, h3 {
    margin: unset !important;
}

.listaMenuInteriorMovil{
    display: none;
}

.default-header{
	display: none;
}

nav.site-navbar {
    margin-left: unset;
    font-family: 'rubik';
}

nav.site-navbar-right ul li a {
    color: #707070;
}

.site-logo img {
    margin-right: 6rem;
    max-width: 190px !important;
}

.formaMovil img{
    display: none;        
}

/* SUBMENU */



.menuHijos * {
    color: white;
    font-family: 'Rubik';
    font-weight: 500;
}

.menuHijos {
    display: flex;
    width: fit-content;
    padding: 10px;
    padding-right: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
}

.listHijos ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.listHijos ul a{
    float: left;
}

.listHijos ul a li{
    margin: 0px;
}

.listHijos ul a:not(:last-child){
    margin-right: 50px;
}

.listHijos {
    margin-left: 510px;
}

.tituloPagina {
    width: 288px;
    margin-left: 200px;
}

h1.titPagina {
    position: absolute;
    left: 0px;
    margin-left: 205px !important;
    font-size: 14pt;
    line-height: 20pt;
}

/* IMAGENES */
.imgventanaCodigo {
    width: 612px;
    transform: translateX(45px) translateY(331px);
    position: absolute;
    z-index: 10;
}
.nuevoEbook {
    width: 530px;
    transform: translateX(-63px) translateY(112px);
}
img.bgForma {
    position: absolute;
    top: -340px;
    right: -505px;
    transform: rotate(100deg) scale(0.8) translateY(-75px) translateX(-40px);
    /*z-index: 5;*/
}

.bgFormaGuitarra {
    position: absolute;
    top: -340px;
    right: -505px;
    transform: rotate(193deg) scale(0.6) translateY(720px) translateX(-695px);
    z-index: 0;
}

.imgContornoForma {
    position: absolute !important;
    z-index: 0;
    display: block;
    transform: translateX(-130px) translateY(-430px);

}

.bgFormaDos {
    position: absolute;
    top: 100px;
    left: -476px;
    transform: rotate(-92deg) scale(0.6) translateY(-75px) translateX(-40px);
    z-index: 0;
}

.bgFormaTres {
    position: absolute;
    top: 100px;
    left: -476px;
    transform: rotate(-92deg) scale(0.6) translateY(-358px) translateX(600px);
    z-index: 0;
}

.bgFormaCuatro {
    position: absolute;
    transform: rotate(33deg) scale(0.6) translateY(-1358px) translateX(1430px);
    z-index: 0;
}

.imgFlecha img{
	max-height: 45px;
    width: auto;
}

.iconPequeño {
    margin-bottom: 30px;
}

.iconEstilo img{
	max-width: 84px !important;
}

.imgVentana2 img {
    position: absolute;
    transform: scale(2.1) translateY(100px) translateX(-150px);
}

.imgMovilIzquierda img {
    transform: scale(1.35) translateY(-35px) translateX(-100px);
}

.trazoDos {
    position: absolute;
    right: -410px;
    margin-top: -515px;
}

.trazoTres {
    position: absolute;
    left: -300px;
    transform: rotate(-130deg);
    margin-top: -500px;
}

.trazoCuatro {
    position: absolute;
    margin-top: -500px;
    right: -780px;
    transform: scale(0.5);
}

.imgWaves img {
    transform: translateY(65px);    
    width: 100vw;
}

.imgCobete img {
    width: 100vw;
    margin-bottom: -155px !important;
    margin-top: -275px;
}

.imgTajoGris {
    margin: 0px;
    margin-bottom: -25px !important;
    margin-top: -250px;
}

.imgTajoGris img {
    width: 100vw;
}

.quitarOverflow{
	overflow: inherit !important;
}

.quitarRelative{
	position: unset !important;
}

.subirMigraciones {
	max-width: 900px;
    padding: 0px 10px;
    margin: auto !important;
    margin-top: -110px !important;
}

.imgGrafico img {
    transform: scale(1.4) translateX(85px) translateY(50px);
}

.imgSuperiorWeb {
    margin: 0px !important;
}

.imgSuperiorWeb img {
    margin: 0px !important;
    transform: translateY(16px) !important;
}

/* GALERIA HERRAMEINTAS */

.zonaPartners img {
    /*max-height: 60px;*/
}

.zonaPartners ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zonaPartners ul li {
    display: contents;
}


.zonaPartners ul li:nth-child(1) img {
    height: 59px;
    width: 136px;
}

.zonaPartners ul li:nth-child(2) img {
    height: 55px;
    position: relative;
    width: 127px;
    top: 4px;
}

.zonaPartners ul li:nth-child(3) img {
    height: 68px;
    width: 157px;
    position: relative;
    top: -5px;
}

.zonaPartners ul li:nth-child(4) img {
    height: 48px;
    width: 113px;
    position: relative;
    top: 2px;
}

.zonaPartners ul li:nth-child(5) img {
    width: 125px;
    position: relative;
    top: -20px;
}

/* ANCHO MAXIMO DE PANTALLA */

.anchoMaximo {
    max-width: 900px;
    padding: 0px 10px;
    margin: auto !important;
}

/* FORMATO FUENTES */
.topTitulo p {
    font-family: 'Gilroy-Light';
    color: #707070;
    font-size: 20px;
}

.titulo p {
    font-family: 'gilroy-extrabold';
    font-size: 40px;
    line-height: 38pt;
    color: #000000;
}

span.tituloSpan {
    font-size: 60px;
    line-height: 60px;
}


h2.tituloSpan {
    font-size: 60px;
}

.titulo h1 {
	font-family: 'gilroy-extrabold';
    font-size: 60px;
    line-height: 60px;
    color: #000000;
}

span.titulo {
    font-family: 'gilroy-extrabold';
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}

.titulo h2 {
	font-family: 'gilroy-extrabold';
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}

.parrafo p {
	font-family: 'Rubik-light';
    font-size: 18px;
    line-height: 30px;
    color: black;
}

p.parrafo {
	font-family: 'Rubik-light';
    font-size: 18px;
    line-height: 30px;
    color: black;
}

.parrafoEnfatizado p,
.parrafoEnfatizado li {
	font-family: 'Rubik-light';
    font-size: 25px;
    line-height: 30px;
    color: black;
}


h2.tituloPequeño {
    font-family: 'Rubik-light';
    font-size: 25px;
    font-weight: 500;
    color: black;
    display: block;
    z-index: 10;
    position: relative;
    margin-bottom: 15px !important;
}

.tituloPequeño {
    font-family: 'Rubik-light';
    font-size: 25px;
    font-weight: 500;
    color: black;
    display: block;
    z-index: 10;
    position: relative;
    margin-bottom: 15px !important;
}

.tituloPequeñoRainbow:before {
    content: '';
    width: 125px;
    height: 30px;
    background: linear-gradient(to right, #3AB5FF, #CF04FF);
    position: absolute;
    border-radius: 50px;
    transform: rotate(-14deg) translateX(-29px) translateY(-21px) rotateY(1deg);
    z-index: -1;
}

span.textoPequeño {
    font-family: 'Rubik-light';
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 64px !important;
    color: black;
}

.owl-item {
    display: flex;
    align-items: center;
    height: 150px;
}

.owl-carousel .owl-item img {
    max-height: 75px;
    object-fit: contain;
}

.txtNegro p a{
    color: black !important;
}

.txtBlanco p{
	color: white !important;
}

.txtBlanco span{
	color: white !important;
}

.mitadPantalla > div {
    width: 100%;
    max-width: 425px;
}

/* OPCIONES */
.quitarMargen {
    margin: 0px !important;
}

.quitarPadding {
    padding: 0px !important;
}


/* CARD POR QUE ELEGIRNOS */

.cardPorQueElegirnos {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-3186 .cardPorQueElegirnos,
.page-id-3181 .cardPorQueElegirnos,
.page-id-3208 .cardPorQueElegirnos,
.page-id-3213 .cardPorQueElegirnos{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pqeIzquierda {
    max-width: 75%;
    float: left;
    padding-right: 65px;
}

.pqeIzquierdaCien {
    max-width: 100% !important;
}

.pqeDerecha {
    width: 35%;
    float: right;
    position: relative;
}

span.numeracion {
    position: absolute;
    font-size: 80pt;
    color: #3AB5FF;
    font-family: 'gilroy-extrabold';
    font-weight: 900;
    margin-left: -100px;
    margin-top: -85px;
    opacity: 0.2;
}

.tituloPorQueElegirnos {
    font-family: 'rubik-light';
    color: black;
    font-size: 25px;
    margin-bottom: 10px !important;
    font-weight: 500;
}

span.textoPorQueElegirnos {
    font-family: 'rubik-light';
    color: black;
    font-size: 18px;
    line-height: 30px;
}

span.textoPorcentaje {
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gilroy-extrabold';
    font-weight: 900;
    font-size: 60pt;
    display: block;
    margin-bottom: -20px;
    line-height: 75px;
}

.pqeDerecha:before {
    content: '';
    position: absolute;
    background: #707070;
    width: 1px;
    left: -30px;
    height: 100%;
}

/* BOTON */
.btnColores {
    border: none;
    border-radius: 50px;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    font-family: 'gilroy-extrabold';
    font-size: 20px;
    color: white;
    cursor: pointer;
    height: 38px;
    padding: 0px 20px;
}

.btnColoresCTA {
    border: none;
    border-radius: 50px;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    font-family: 'gilroy-extrabold';
    color: white;
    cursor: pointer;
    padding: 5px 14px;
}

input.btnColores{
    max-width: unset !important;
}

button.botonBlanco {
    border: none;
    padding: 5px 14px;
    border-radius: 50px;
    background: white;
    font-family: 'gilroy-extrabold';
    color: black;
    cursor: pointer;
}

/* ZONA INTERLINKING */
.cajaInterlinking {
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
}

.cajasInter {
    display: flex;
}

.interIzquierda {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid #707070;
}

.interDerecha {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 1px solid #707070;
}

.cajaInter {
    width: 100%;
    background-color: white;
    padding: 55px 25px;
    overflow: hidden;
    position: relative;
}

.interText {
    padding-left: 100px;
}

.textoPequeloInterlin {
    font-family: 'Rubik-light';
    font-size: 13pt;
    display: block;
    margin-top: 15px;
    color: black;
}

.interImg img {
    position: absolute;
    width: 110px;
    left: -15px;
    bottom: -20px;
    box-sizing: border-box;
    overflow: hidden;
}

.interText img {
    position: absolute;
    transform: translateY(-33px) translatex(-30px);
}

/* FOOTER */
footer.site-footer {
    max-width: 900px;
    margin: auto;
    border: none;
}

span.tituloFooter {
    text-transform: uppercase;
    font-family: 'Gilroy-extrabold';
    font-size: 12pt;
    color: #A8A8A8;
    margin-bottom: 20px;
    display: block;
}

ul.listaLinksFooter li a {
    margin-bottom: 10px;
    font-family: 'rubik';
    color: #A8A8A8 !important;
}

ul.listaLinksFooter li a:hover{
    transition: 0.3s;
    color: black !important;
}

img.iconoFooter {
    width: 45px !important;
    display: block;
    position: absolute;
    margin-top: -75px;
}

span.nombFooter {
    text-transform: uppercase;
    font-family: 'Gilroy-extrabold';
    font-size: 12pt;
    color: black;
    margin-bottom: 20px;
    display: block;
}

span.dirFooter {
    font-family: 'gilroy-light';
    color: black;
    font-size: 13pt;
}

.subfooter {
    background-color: #E0E0E0;
    padding: 30px 0px;
}

.copiSeobide {
    width: 30%;
}

.textLegal {
    text-align: right;
    width: 100%;
}

.containerSubFooter {
    display: flex;
    width: 900px;
    margin: auto;
}

.textLegal a {
    margin-left: 20px;
    color: black;
}

/* SUBIR ICONOS DE 3 CARACTERISTICAS ARRIBA */

.subirIconosArriba {
    margin-top: -135px !important;
}

.imgColum3 img {
    max-height: 85px;
    width: auto;
}

/* LINK */
a.linkAzul {
    margin-top: 15px !important;
    display: block;
    font-family: 'Gilroy-extrabold';
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    color: #3AB5FF;
}

/* QUOTE */


.quoteAlt{
	font-family: 'Rubik-Light' !important;
	font-size: 18px;
}

.quote {
    color: white;
    border-left: 2px solid white;
    padding: 0px 0px 0px 45px;
    margin: 0px;
    font-family: 'Rubik-light-italic';
}

.quoteBlack {
    color: black !important;
    border-left: 2px solid black !important;
}

.quote .tituloPequeño{
	font-family: 'Rubik-light-italic' !important;
}

/* LISTA LENGUAJES PROGRAMACION */
ul.listaLenguajes li {
    margin: 10px 0px;
    margin-right: 80px;
}

ul.listaLenguajes {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
}

img.imgAcento {
    position: absolute;
    transform: translateY(-60px) translatex(-100px) scale(0.5) rotate(1deg);
    z-index: 5;
}

/*  */
.fotoBannerCarrito img {
    transform: scale(1.7) translateY(55px) translateX(-107px);
}

.botonBlancoPresupuesto * {
    margin-bottom: 0px;
}
.botonBlancoPresupuesto {
    text-align: right;
    display: flex !important;
    align-items: center !important;
}


/* CAROUSEL */
.backgroundCarouselImagenes {
    background-color: #E6EBF1;
    padding: 30px 0px;
    display: flex;
    width: 100%;
}

.backgroundCarouselImagen {
    display: flex;
    width: 100%;
    transform: translateY(20px);
}

.boton {
    height: 56px;
    width: 56px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    transform: translateY(28px);
    transition: 0.3s;
    cursor: pointer;
    font-size: 18pt;
    font-weight: 900;
}

.boton:hover{
	background: linear-gradient(to right, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
	color: white;
}

.zonaImagen > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 100%;
}
.zonaTexto > div {
    padding-right: 60px;
}

.sombra {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
}

.zonaTexto .titulo {
    margin-bottom: 20px;
    display: block;
}

img.imagenCarousel {
    max-height: 440px;
    max-width: 440px;
    height: 100%;
    object-fit: cover;
}

.zonaTexto {
    width: 100%;
}

img.iconoImg {
    position: absolute;
    display: inline-flex;
}

img.decoracionGaleria {
    position: absolute;
    right: -120px;
    bottom: -75px;
    z-index: 0;
}

.zonaImagen {
    z-index: 5;
}

.miniSubGaleria {
    position: absolute;
    margin-top: -130px;	
}

.miniSubGaleria ul {
    padding: 0px;
    list-style: none;
    display: flex;
    margin-left: 295px;
}

.miniSubGaleria ul li img {
    object-fit: contain;
    max-height: 50px;
    padding: 0px 30px;
    filter: grayscale(1);
    transition: 0.3s;
}

.miniSubGaleria ul li img:hover {
    filter: grayscale(0);
}


/* ZONA PROCESO */
.quitarMargenProceso > div > div {
    padding: 0px !important;
}
.quitarMargenProceso * {
    margin-bottom: -15px !important;
}

.lineaProcesoTitulos {
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    padding: 5px;
    border-radius: 50px;
    text-align: center;
}

.cuarto:not(:last-child):after {
    content: '>';
    position: absolute;
    right: -3px;
}

.cuarto {
    display: inline-block;
    position: relative;
    width: 25%;
    text-align: center;
    font-family: 'Rubik-light';
    color: white;
    font-size: 25px;
}

span.txtProceso {
    font-size: 12pt;
    display: block;
    margin-top: 20px;
}

/* SEO */

.cabeceraGrisTop {
    margin-bottom: -76px;
    overflow: unset !important;
}

.trazoLadrillos img {
    max-width: 700px !important;
}
.trazoLadrillos {
    margin: 0px;
    margin-bottom: -24px !important;
}

.backgroundMarcoGris {
    position: absolute;
    top: -265px;
    z-index: 0;
    max-width: 1490px;
    padding: 0px 10px;
    margin: auto !important;
}

.vc_row.wpb_row.vc_row-fluid.lienzoBlancoSobreMarco {
    z-index: 10;
    position: relative;
    background-color: white;
    max-width: 1078px;
    min-height: 425px;
    display: flex;
    border: 1px solid #707070;
    border-bottom: none;
    margin: auto;
    justify-content: center;
    align-items: center;
    top: 30px;
}

/* MARKETING ONLINE */

.imgAltavoz {
    position: absolute;
    max-width: 490px;
    margin: auto !important;
    left: 0;
    right: 0;
    top: -220px;
}

.separadorRainbow {
    margin: auto;
    margin-bottom: 55px;
    display: block;
    height: 123px;
    width: 3px;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
}

/* CONTACTO */
.fondoDegradado {
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
}

.formRow {
    margin-bottom: 10px;
    width: 100% !important;
    display: flex;
}

.formParteTexto {
    width: 35% !important;
    display: inline-block;
    align-self: center;
    color: #434770;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: 600;
    padding-right: 25px;
}

.formParteForm textarea {
    border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none;
    resize: none;
}

.formParteForm textarea:focus {
    background-color: white !important;
    position: relative;
}

.mensajeTexto {
    align-self: unset;
}

.formParteForm {
    width: 65%;
    position: relative;
}

.formularioContacto {
    padding: 10px 20px;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
    border-radius: 5px;
    background-color: white;
    position: relative;
    z-index: 2;
}

.formParteForm input {
	border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none !important;
    height: 45px;
}

.formParteForm input:focus:before {
    content: ' ';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: block;    
}

.formParteForm textarea {
    margin-bottom: -8px;
}

.formParteForm:hover:before {
    content: ' ';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    animation: fadeinraya 0.3s;
    z-index: 50;
}

@keyframes fadeinraya {
    from { opacity: 0; width: 0%; }
    to   { opacity: 1; width: 100%;}
}

.botonEnviar {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
}

.botonEnviar input {
    width: 100%;
    max-width: 300px;
    border: none;
    color: white;
    padding: 12px 0px;
    border-radius: 5px;
    font-weight: 600;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
}

.formParteForm textArea {
    height: 135px;
}

.fondoDegradado:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 230px solid #fff;
    border-right: 2000px solid transparent;
    pointer-events: none;
    z-index: 1;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 10pt;
}

.formularioContacto * {
    font-family: 'Rubik-light';
}



/* CONTACTO ALTERNATIVO */
.cardCA {
    width: 100%;
    max-width: 400px;
    display: flex;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
}

.imgCA img {
    object-fit: contain;
}

.imgCA {
    width: 100%;
    display: flex;
    max-width: 25%;
}

span.titCA {
    display: block;
    margin-bottom: 15px;
    font-size: 14pt;
    font-weight: 600;
}

.txtCA {
    padding-left: 20px;
    max-width: 75%;
}

/* List Empresas */
ul.listaEmpresasContacto li img {
    max-height: 55px;
    float: left;
}
ul.listaEmpresasContacto li {
    display: inline-block;
    margin: auto;
}

ul.listaEmpresasContacto {
    list-style: none;
    padding: 0px;
    display: block;
    text-align: center;
}

.znUnete > div {
    display: flex;
    justify-content: center;
    padding-left: 30px !important;
}

span.tituloForm {
    font-weight: 600;
    font-size: 17pt;
}

span.tituloForm a{
    color: black;
}

.clickable{
    cursor: pointer;
}

span.txtLegal {
    font-size: 8pt;
    line-height: 12px;
    display: block;
    margin-top: 25px;
    margin-bottom: -20px;
    color: gray;
}

span.txtFom {
    font-size: 16pt;
    margin-top: 23px;
    display: block;
}

div#wpcf7-f344-p339-o1 {
    max-width: 650px;
    margin: auto;
}

.formParteForm input::placeholder {
    color: #cccccc;
}

.formParteForm textArea::placeholder {
    color: #cccccc;
}

.credits.row {
    display: none !important;
}

/* GALERIA QUIENES SOMOS */
.cajaFoto {
    width: 100%;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.sombraFotoQuienesSomos {
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -390px;
    transition: 0.7s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sombraFotoQuienesSomos:after {
    content: "";
    background-image: url(/wp-content/uploads/2019/08/1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    z-index: -1;
    max-width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cajaFoto:hover .sombraFotoQuienesSomos {
	top: 0px;
}

.linkedIn img {
    height: 30px;
}

span.sep {
    width: 10px;
}

.linkedIn {
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 80pt;
}

.linkedIn:hover {
    color: white;
}

.infoEmp {
    width: 100%;
    max-width: 300px;
    margin: auto;
    font-family: 'Rubik';
}

span.nombEmp {
    display: block;
    font-size: 18pt;
    font-weight: 600;
    margin-top: 15px;
}

span.puesto {
    color: gray;
    font-size: 11pt;
    display: block;
    margin-top: -5px;
}

.textLegal span{
    cursor: pointer;
    margin: 0px 5px;
}

.modal {
    display: none;
    transition: 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: rgba(0,0,0,0.9);
}

@keyframes scale {
    from { transform: scale(0); }
    to   {	transform: scale(1); }
}

.modalFlex{
    display: flex !important; 
    justify-content: center;
    align-items: center !important;
}

.fondoImg {
    padding: 40px;
    background-image: url(/wp-content/uploads/2019/09/Componente-2-–-1.png);
    background-position: center;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 700px;
    max-width: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    animation: scale 0.3s;
}

.cajaForm {
    width: 100%;
    max-width: 730px;
    padding: 55px;
    background-color: white;
    border-radius: 5px;
}

span.btnCerrarModal {
    position: absolute;
    right: -35px;
    top: -60px;
    height: 35px;
    width: 35px;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-weight: 900;
    cursor: pointer;
}

/* PORTFOLIO */
.imgPortfolioIzquierda {
    transform: translateY(65px) translateX(-110px) scale(1.4);
}

.imgPortfolioDerecha {
    transform: translateY(65px) translateX(110px) scale(1.4);
}

.manchaBackImgeIzquierda img {
    position: absolute;
    z-index: -1;
    transform: rotate(-115deg) translateX(480px) translateY(-300px) scale(1.47);
}

.manchaRara {
    transform: scale(2.3) translateX(195px) translateY(-110px);
    position: absolute;
    z-index: -1;
}

.zArriba > div{
    z-index: 999;
}

/* CTA */
.bgRainbow{
	background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
}

.imgBottomPortfolio img {
    position: absolute;
    transform: rotate(-65deg) translateX(290px) translateY(-373px) scale(0.85);
}

/* SEM */
.imgCabeceraSEM img {
    position: absolute;
    right: -385px;
    top: -395px;
    transform: scale(0.5);
}

.imgManchaGrisHeader {
    position: absolute;
    transform: scale(0.52) translateX(565px) translateY(-1649px);
    z-index: -1;
}

.imgManchaIzquierdaSEM {
    position: absolute;
    top: -500px;
}

.imgManchaIzquierdaSEM img {
    max-height: 500px;
    width: auto;
}

/* PORTFOLIO */

.cabeceraGrisTop:before {
    content: '' !important;
    height: 500px;
    width: 100%;
    position: absolute;
    background: #e0e0e0 !important;
    margin-top: -160px !important;
    display: block !important;
    z-index: -1;
}

#content-wrapper {
    background-color: transparent !important;
}
.site-header{
	background-color: transparent;
    transition: 0.3s;
}

.imgPortfolioHeader img {
    width: 100% !important;
    max-width: 915px !important;
    right: 0;
    position: absolute;
}

.derImgHeaderPortfolio{
    position: unset !important;
}



.imgGaleriaPartners img {
    height: 40px;
}

.imgGaleriaPartners {
    display: contents;
}

.galeriaEmpresasPartner {
    width: 100%;
    max-width: 725px;
    height: 75px;
    padding: 14px 0px;
    text-align: right;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    float: left;
    position: absolute;
    margin-top: -25px;
    left: 227px;
}

.carouselIconos {
    position: relative;
}

.imgGaleriaPartners img {
    margin-right: 45px;
}

.logoImgEmpresa {
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flechaIzquierdaSlider {
    height: 2px;
    width: 25px;
    background-color: black;
    position: absolute;
    top: 80px;
}

.flechaDerechaSlider {
    height: 2px;
    width: 25px;
    background-color: black;
    position: absolute;
    top: 80px;
    right: 0;
}

.logoImgEmpresa img {
    position: absolute;
    max-width: 250px;
    transform: scale(0);
}

.mosLoEmp{
	transform: scale(1) !important;
}

/* CAMBIOS DEFINITIVOS */



[class*='col-'] {
    width: 100%;
    padding: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.banner.desktop {
    margin: 0 !important;
}



.site-navbar .menu-item-has-children:before{
    display: none !important;
}

.site-navbar .menu-item-has-children:after{
    display: none !important;
}

@media screen and (min-width: 1200px) and (max-width: 1500px){
    .imgventanaCodigo {
        transform: translateY(75px) scale(1) !important;
    }
}

/* GLOSARIO SEO */
.contenedor-entrada {
    max-width: 875px !important;
    margin: auto;
    padding: 0 25px;
}

.titulo-entrada-glosario {
    font-family: 'gilroy-extrabold';
    font-size: 60px;
    line-height: 60px;
    color: #000000;
}

span.card-taxo {
    margin-right: 10px;
    background-color: red;
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
    text-transform: capitalize;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    cursor: pointer;
}

.contenedor-entrada p {
    font-family: 'Rubik-light';
    font-size: 25px;
    line-height: 36px;
    color: black;
    margin-top: 25px;
}

.contenedor-entrada li {
    font-family: 'Rubik-light';
    font-size: 25px;
    line-height: 36px;
    color: black;
    margin-top: 25px;
}

.single-post img.bgForma {
    z-index: -1;
}

span.subtitulo-dicconario {
    font-family: 'Gilroy-Light';
    color: #707070;
    font-size: 20px;
    display: block;
    line-height: 36px;
}

.nube-de-tags > span {
    margin-bottom: 10px !important;
    cursor: pointer;
}
.nube-de-tags {
    margin: auto;
    max-width: 868px;
}

.card-taxo {
    margin-bottom: 0 !important;
    width: fit-content;
}

.card-diccionario a {
    display: block;
}

.card-diccionario .tituloPequeño:hover{
    text-decoration: underline;
}

.card-diccionario .tituloPequeño {
    margin: 0 !important;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block !important;
}

.grid_entradas.diccionarios {
    display: flex;
    flex-wrap: wrap;
}

.card-diccionario {
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    margin: 5px;
    width: 100%;
}

.grid_entradas.diccionarios {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-letra-separadora {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 85px;
    text-transform: uppercase;
}

span.card-taxo.card-taxo-interior a {
    color: white;
}

.numeracion-diccionario{
    position: absolute;
    font-size: 80pt;
    color: #3AB5FF;
    font-family: 'gilroy-extrabold';
    font-weight: 900;
    margin-top: -85px;
    opacity: 0.2;
    left: -35px;
}

.cards-tags-dicc span {
    font-size: 12px;
}

.interlinking-diccionario-seo {
    display: flex;
    margin: 35px 0 55px 0;
    border-radius: 25px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    flex-wrap: wrap;
}

.interlinking-diccionario-seo a {
    width: 50%;
    display: flex;
    flex-direction: column;
    color: black;
    position: relative;
    line-height: 25px;
    padding: 15px;
    padding-left: 65px;
    height: 110px;
    justify-content: center;
}

.box-texto-interlinking-diccionario {
    display: flex;
    flex-direction: column;
    position: relative;
}

span.pregunta-inter-diccionario {
    font-family: 'Gilroy-Light';
    color: #707070;
    font-size: 20px;
    display: block;
    line-height: 20px;
}

span.tit-inter-diccionario {
    font-family: Rubik-light;
    font-size: 25px;
    font-weight: 500;
    color: black;
    display: block;
    z-index: 10;
    position: relative;
}

a.box-class-interlinking:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: lightgray;
    right: -1px;
    top: 0;
}

a.box-class-interlinking:nth-last-child(n+3):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: lightgray;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-texto-interlinking-diccionario:before {
    content: '';
    width: 168px;
    height: 57px;
    background-size: contain;
    position: absolute;
    display: block;
    background-image: url(/wp-content/uploads/2019/08/Rectángulo-6.png);
    background-repeat: no-repeat;
    left: -43px;
    top: -5px;
}

.titulo-terms-relacionados-glosario {
    display: block;
    margin-top: 75px;
}

.box-todas-las-definiciones {
    margin: auto;
    max-width: 868px;
    margin-top: 75px;
}

@media screen and (max-width: 750px){
    .interlinking-diccionario-seo a:before {
        display: none;
    }

    .interlinking-diccionario-seo a {
        width: 100%;
    }

    a.box-class-interlinking:nth-last-child(n+2):after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: lightgray;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .titulo-entrada-glosario {
        font-size: 42px;
        line-height: 45px;
    }
}
a.enlace-footer {
    color: #333 !important;
}

.content-wrapper-blog h1 {
    font-family: 'gilroy-extrabold';
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 35px !important;
}

.content-wrapper-blog {
    max-width: 930px;
    padding: 0 25px;
    margin: auto;
}

.content-wrapper-blog div#content-wrapper {
    padding: 15px 0;
}

.info-blog {
    display: flex;
    margin-bottom: 25px;
}

span.ico-author {
    font-size: 18px;
}

.info-autor-blog {
    font-size: 18px;
}

span.ico-publicacion {
    margin-left: 15px;
}

.content-wrapper-blog #content-wrapper .entry-content {
    max-width: 100% !important;
    flex-basis: unset;
}

@media screen and (max-width: 750px){
    .content-wrapper-blog h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .content-wrapper-blog h2 {
        font-size: 31px;
        line-height: 33px;
    }    
    .content-wrapper-blog h3 {
        font-size: 26px;
        line-height: 30px;
    } 
    .content-wrapper-blog h4 {
	    font-size: 23px;
	}
}

.content-wrapper-blog p{
    font-family: 'Rubik-light';
    font-size: 25px;
    line-height: 30px;
    color: black;
    margin-bottom: 35px;
}

.content-wrapper-blog ul li {
    font-family: 'Rubik-light';
    font-size: 25px;
    line-height: 30px;
    color: black;
    margin-bottom: 35px;
}

.content-wrapper-blog h3 {
    margin-bottom: 15px !important;
    display: block;
}

.boc-numeracion-blog span.numeracion {
    top: 40px;
}

.imagen-degradado:before {
    content: '';
    width: 100%;
    height: 115px;
    background: linear-gradient(0deg, white, white, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.imagen-degradado {
    position: relative;
}

.boc-numeracion-blog > div {
    position: relative;
}

.boc-numeracion-blog h3.tituloPorQueElegirnos {
    font-weight: 700;
}

.boc-numeracion-blog span.textoPorQueElegirnos{
    font-size: 25px;    
}

.boc-numeracion-blog {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.content-wrapper-blog h2 {
    margin-bottom: 35px !important;
}

img.img-autor {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    border: 2px solid;
    object-fit: cover;
}

.post-template-templatepage-blog-php main#content {
    padding-top: 0;
}

.boc-numeracion-blog span.numeracion {
    top: 15px;
    margin-top: 0;
}

#grid-entradas .vc_pageable-slide-wrapper.vc_clearfix {
    display: flex;
    flex-direction: column;
}

#grid-entradas .vc_grid-item {
    width: 96%;
    border: 1px solid #00000021;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0px 11px rgb(0 0 0 / 8%);
}

.barra-lateral-post img {
    display: none;
}

#grid-entradas .vc_grid-item:first-child .vc_gitem-zone.vc_gitem-zone-a {
    max-height: 450px;
}

#grid-entradas h4 {
    margin: 0;
    font-size: 32px;
    margin-bottom: 25px;
}

#grid-entradas .vc_gitem_row .vc_gitem-col {
    padding: 25px;
}

#grid-entradas .vc_btn3-container.vc_btn3-left a {
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    border: none;
    font-size: 15pt;
    border-radius: 50px;
    padding: 10px 25px;
    line-height: 015pt;
}


#grid-entradas .vc_btn3-container.vc_btn3-left a:hover {
    border: none;
}

#grid-entradas .vc_grid-item:not(:first-child) .vc_grid-item-mini.vc_clearfix {
    display: flex;
    flex-direction: row;
}

#grid-entradas .vc_grid-item:not(:first-child) .vc_gitem-animated-block {
    width: 25%;
}

#grid-entradas .vc_grid-item:not(:first-child) .vc_gitem-zone.vc_gitem-zone-c {
    width: 75%;
}

#grid-entradas .vc_grid-item:not(:first-child) .vc_gitem-zone.vc_gitem-zone-a {
    height: 100%;
}

a.btn-enlace-shopi.MSI_ext_nofollow {
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    border: none;
    font-size: 15pt;
    border-radius: 50px;
    padding: 10px 25px;
    line-height: 015pt;
    color: white;
    margin-top: 25px;
    display: inline-block;
}



/*Nueva landing*/
.cajasInter.nuevaLanding .interText {
    padding-left: 30px;
}
.txtBlanco strong, 
.txtBlanco h2,
.txtBlanco b {
    color: white;
}
.txtBlanco h2{
    margin-bottom: 30px !important;
}
div#comentarios .wpb_raw_code {
    padding: 10px;
    margin-bottom: 0px;
}
div#comentarios .wpb_raw_code .wpb_wrapper {
    border-radius: 4px;
    background: white;
    padding: 20px;
}

.testimonio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.testimonio img {
    width: 25%;
    border-radius: 100px;
}
.testimonio span {
    width: 70%;
    font-weight: bold;
}
div#comentarios .wpb_column {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.acordeones,.dudas {
    margin-top: 40px !important;
    color: black;
}
.acordeones a{
    color: black !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.subirMigraciones.nuevaLanding {
    margin: auto !important;
    border-radius: 4px;
    box-shadow: -1px 0px 15px 0px #e6ebf1;
    overflow: hidden;
}
.nuevaLanding h3 {
    font-size: 22px;
    line-height: 30px;
}

@media(max-width: 1200px){
    .vc_row.wpb_row.vc_row-fluid.acordeon.quitarOverflow.vc_row-no-padding {
        z-index: 99;
        background: white;
    }
    
}
#plan{
        z-index: 1;
    }
ul.ulEsc li {
    margin-bottom: 0px;
}
div#wpcf7-f344-p2848-o1 {
    max-width: 800px;
    margin: auto;
    margin-top: 31px;
    width: 100%;
}
.ctaCaso {
    position: relative;
    z-index: 9999;
}
.ctaCaso .wpb_wrapper{
    background: transparent !important;
}
.ctaCaso .wpb_wrapper a{
    color: white;
    transition: 0.2s;
}
.ctaCaso .wpb_wrapper a:hover{
    color: black;
}
@media(max-width: 900px){
    .wpb_raw_code.wpb_content_element.wpb_raw_html.htmlCss {
        text-align: center;
    }
}

button.btnColores.nuevo img {
    width: 15px;
    height: 19px;
    object-fit: contain;
    margin: 0px 5px;
    transition: 0.2s;
    filter: invert(1) !important;
}
button.btnColores.nuevo {
    background: rgb(0,105,255);
    border-radius: 2px;
    padding: 10px 30px;
    height: auto;
    transition: 0.2s;
}
button.btnColores.nuevo:hover img {
    filter: none !important;
}
button.btnColores.nuevo:hover {
    background: white;
    color: black;
}
button.btnColores.nuevo.contacto img {
    transform: rotate(-90deg);
}

@media(max-width: 900px){
    .vc_row.wpb_row.vc_row-fluid.quitarOverflow.vc_custom_1569826129679.vc_row-no-padding {
        margin-top: -113px !important;
    }
    .page-id-2570 span.custom-logo-link,
    .page-id-2570 .site-logo img {
        display: block !important;
    }
    button.btnColores.nuevo{
        padding: 10px 15px;
    }
    .page-id-2570 .site-logo {
        z-index: 9999;
    }
}
@media(min-width: 900px){
    .subTajo {
        margin-top: -120px !important;
    }
    .planVisible{
        overflow: visible !important;
    }
}


.vc_row.wpb_row.vc_row-fluid.quitarOverflow.vc_custom_1569826129679.vc_row-no-padding {
    z-index: -1;
}

.idPaginaS{
    display: none;
}
#overlaySector {
    display: none;
    /**overflow-y: scroll;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000054;
    z-index: 999999999 !important;
}
#overlaySector > .fondoOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000054;
}
#overlaySector .contentForm {
    top: 85px;
    position: relative;
    max-width: 600px;
    display: flex;
    justify-content: center;
    z-index: 9;
    margin: auto;
    width: 100%;
}


/*Antes*/

.contentForm.ebook {
    background: white;
    border-radius: 4px;
}
.contentForm.ebook *{
    font-family: 'Rubik-light' !important;
}
.contentForm.ebook label {
    width: 35% !important;
    display: inline-block;
    align-self: center;
    color: #434770;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: 600;
    padding-right: 25px;
}
.contentForm.ebook ._row._checkbox-radio {
    display: flex;
    align-items: baseline;
}
.contentForm.ebook input#email {
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none !important;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 2px !important;
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
}
.contentForm.ebook ._x41904060 label {
    margin: 0px !important;
    display: inline-block !important;
        font-size: 12pt !important;
}

.contentForm.ebook form {
    max-width: 600px !important;
    margin: 0px !important;
    padding: 40px 30px !important;
}
.contentForm.ebook button#_form_3_submit {
    width: 100%;
    max-width: 300px;
    border: none;
    color: white;
    padding: 5px 0px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%) !important;
}
.contentForm.ebook ._button-wrapper._full_width {
    text-align: right;
    margin-top: 26px;
}

/*Despues*/


._form_3 {
    background: white;
    border-radius: 4px;
}
._form_3 *{
    font-family: 'Rubik-light' !important;
}


._row._checkbox-radio > input {
    margin-right: 9px;
    top: 6px;
}
._form_element._x06182372._full_width label {
    font-size: 9pt !important;
    line-height: 15px;
    display: block;
    margin-top: 25px;
    margin-bottom: -20px;
    color: gray;
    font-weight: normal;
    width: 100% !important;
    margin-bottom: 21px;
    margin: auto;
}
._form_3 label {
    width: 35% !important;
    display: inline-block;
    align-self: center;
    color: #434770;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: 600;
    padding-right: 25px;
}
._form_3 ._row._checkbox-radio {
    display: flex;
    align-items: baseline;
}
._form_element._x41904060._full_width {
    display: flex;
}
._form_3 input#email {
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none !important;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 2px !important;
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
}
._form_element._x41904060._full_width ._field-wrapper:hover:before {
    content: ' ';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    animation: fadeinraya 0.3s;
    z-index: 50;
}
._form_element._x41904060._full_width ._field-wrapper{
    width: 65%;
    position: relative;
}

._form_3 ._x41904060 label {
    margin: 0px !important;
    display: inline-block !important;
        font-size: 12pt !important;
}

._form_3 form {
    max-width: 600px !important;
    margin: 0px !important;
    padding: 40px 30px !important;
}
._form_3 button#_form_3_submit {
    width: 100%;
    max-width: 300px;
    border: none;
    color: white;
    padding: 5px 0px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%) !important;
}
._form_3 ._button-wrapper._full_width {
    text-align: left;
    margin-top: 26px;
}

#overlaySector .cerrarOverlay {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100%;
    background: white;
    border: 1px solid black;
    padding: 2px 10px;
    cursor: pointer;
    z-index: 99;
    transition: 0.2s;
}
#overlaySector  .cerrarOverlay:hover {
    color: white;
    background: black;
}

@media(max-width: 780px){
    ._form_element._x41904060._full_width {
        display: block;
    }
    ._form_element._x41904060._full_width > * {
        width: 100% !important;
        margin-top: 14px;
    }
}





._form_9 {
    background: white;
    border-radius: 4px;
}
._form_9 *{
    font-family: 'Rubik-light' !important;
}


._row._checkbox-radio > input {
    margin-right: 9px;
    top: 6px;
}
._form_element._x06182372._full_width label {
    font-size: 9pt !important;
    line-height: 15px;
    display: block;
    margin-top: 25px;
    margin-bottom: -20px;
    color: gray;
    font-weight: normal;
    width: 100% !important;
    margin-bottom: 21px;
    margin: auto;
}
._form_9 label {
    width: 35% !important;
    display: inline-block;
    align-self: center;
    color: #434770;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: 600;
    padding-right: 25px;
}
._form_9 ._row._checkbox-radio {
    display: flex;
    align-items: baseline;
}
._form_element._x41904060._full_width {
    display: flex;
}
._form_9 input#email {
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none !important;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 2px !important;
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
}
._form_element._x41904060._full_width ._field-wrapper:hover:before {
    content: ' ';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    animation: fadeinraya 0.3s;
    z-index: 50;
}
._form_element._x41904060._full_width ._field-wrapper{
    width: 65%;
    position: relative;
}

._form_9 ._x41904060 label {
    margin: 0px !important;
    display: inline-block !important;
        font-size: 12pt !important;
}

._form_9 form {
    max-width: 600px !important;
    margin: 0px !important;
    padding: 40px 30px !important;
}
._form_9 button#_form_9_submit {
    width: 100%;
    max-width: 300px;
    border: none;
    color: white;
    padding: 5px 0px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%) !important;
}
._form_9 ._button-wrapper._full_width {
    text-align: right;
    margin-top: 26px;
}


@media(max-width: 780px){
    ._form_element._x41904060._full_width {
        display: block;
    }
    ._form_element._x41904060._full_width > * {
        width: 100% !important;
        margin-top: 14px;
    }
}

.page-id-3313 .anchoMaximo ._form_element._x98746112._full_width._clear,
.page-id-3313 .anchoMaximo ._form_element._x73303722._full_width._clear {
    display: none;
}

.page-id-3313 ._form_3 {
    background: #f8fcff;
    border-radius: 4px;
    margin: 40px 0px;
    padding: 0px 20px;
    border: 1px solid #f3f3f3;
}
.page-id-3313 ._form_3 form{ 
    max-width: 100% !important;
}
.page-id-3313 ._form_3  ._button-wrapper._full_width button {
    font-size: 19px !important;
    max-width: 350px !important;
}
.page-id-3313 ._form_3  ._button-wrapper._full_width {
    text-align: center !important;
}
.page-id-3313 ._form_3 ._x41904060 label {
    font-size: 25px !important;
}
@media(min-width: 1100px){

    .site-navbar .megamenuSEO.menu-item-has-children:hover>.sub-menu {
        position: absolute;
        left: 0px;
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        top: 82px;
        padding: 30px 50px;
        background-color: #f9fbff !important;
        border: none !important;
        min-height: 580px;
    }
    .megamenuSEO.menu-item-has-children:hover>.sub-menu .sub-menu {
        display: block !important;
         position: absolute;
        left: 0px;
        top: auto;
        width: 100%;
        padding-left: 15px;
    }


}

.megamenuSEO{
    position: inherit !important;
}
.megamenuSEO > a{
    position: relative;
}


.megamenuSEO > .sub-menu > li{
    width: 18% !important;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 10px;
}
.megamenuSEO.msD > .sub-menu > li{
    width: 23% !important;
}

.megamenuSEO ul.sub-menu li a{
    color: #292929 !important;
}
.titSeo > a {
    font-weight: 600;
    text-align: left;
    cursor: default;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.titSeo ul.sub-menu li {
    width: 100% !important;
}
.titSeo ul.sub-menu a {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 5px;
    line-height: 24px;
}
.megamenuSEO ul.sub-menu a:before,
.megamenuSEO ul.sub-menu a:after {
    display: none !important;
}
.titSeo ul a:hover {
    text-decoration: underline;
}
.site-navbar .megamenuSEO > ul > li:nth-child(1){

    background-color: #fffdfa !important;
    border: none; 
    background-image:url('/wp-content/themes/orbital-child/img/1.png') ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;   
}
.site-navbar .megamenuSEO > ul > li:nth-child(2) {
    background-color: #f2f8ff !important;
    border: none;    
    background-image:url('/wp-content/themes/orbital-child/img/2.png') ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.site-navbar .megamenuSEO > ul > li:nth-child(3){
    background-color: #f2fafb !important;
     border: none;  
     background-image:url('/wp-content/themes/orbital-child/img/3.png') ;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;  
}
.site-navbar .megamenuSEO > ul > li:nth-child(4){
    background-color: #f2f5f9 !important;
     border: none;  
     background-image:url('/wp-content/themes/orbital-child/img/4.png') ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;  
}
li#menu-item-3370{
    background-color: #e9eff8 !important;
     border: none;    
}
.megamenuSEO > .sub-menu > li#menu-item-3495,
.megamenuSEO > .sub-menu > li#menu-item-3495 a,
.megamenuSEO > .sub-menu > li#menu-item-3499,
.megamenuSEO > .sub-menu > li#menu-item-3499 a{
    padding: 0px;
}
.megamenuSEO > .sub-menu > li#menu-item-3495 img,
.megamenuSEO > .sub-menu > li#menu-item-3499 img{
    padding: 0px;
    border-radius: 4px;
    width: 100%;
    object-fit: contain;
}

.megamenuSEO ul.sub-menu li *{
    background: none !important;
    border: none !important;
}

header#cabecera {
    position: relative !important;
    background: white !important;
}
 header#cabecera.cabeceraSticky {
    position: fixed !important;
}

li#menu-item-5505 a {
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    color: white !important;
    border-radius: 100px;
    padding: 13px 15px !important;
    text-align: center;
}


@media (min-width: 1200px) and (max-width: 1300px) {
    .site-navbar .megamenuSEO.menu-item-has-children:hover>.sub-menu{
        top: 71px !important;
    }
}


.wpb_raw_code.wpb_content_element.wpb_raw_html {
    position: relative;
}
.wpb_raw_html .calendly-inline-widget {
    z-index: 9999;
}



/*Caso Exito Video*/

.page-id-3529 #filaTitu .topTitulo p{
    color: rgba(40,36,88,.35);
    font-size: 27px;
    text-align: center;
    font-weight: 700;
}
.page-id-3529 #filaTitu .titulo {
    margin-top: 22px;
}
.page-id-3529 #filaTitu .titulo p{
    text-align: center;
    font-size: 45px;
    line-height: 53px;
}

.page-id-3529 .anchoMaximo.nuevo{
    max-width: 1200px;
}
.page-id-3529 .txtForm{
    margin-bottom: 15px;
}
.page-id-3529 .txtForm p {
    color: rgba(40,36,88,.35);
    font-size: 25px;
    font-weight: 400;
    margin-top: -2px;
    line-height: 26px;
}

.page-id-3529 span.wpcf7-list-item {
    margin: 0px;
    margin-top: 12px;
}
.page-id-3529 .formularioContacto{
    box-shadow: none;
}
.page-id-3529 .botonEnviar input {
    cursor: pointer;
}
.page-id-3529 .imgVid img {
    border-radius: 5px;
}

.page-id-3529 div#filaIconos {
    padding: 40px 10px;
    max-width: 1200px;
}
.page-id-3529 div#filaIconos p {
    padding-left: 40px;
    position: relative;
}
.page-id-3529 div#filaIconos p:before {
    color: white;
    content: "✓";
    position: absolute;
    left: 0px;
    font-size: 14px;
    padding: 3px 10px;
    background: linear-gradient(to left, rgb(58, 179, 255) 0%, rgb(209, 4, 255) 100%);
    border-radius: 100%;
    top: 3px;
}
.page-id-3529 ._form_29 {
    background: white;
    border-radius: 4px;
}
.page-id-3529 form#_form_633D6EFAA4274_ {
    padding: 25px 5px !important;
}
.page-id-3529 ._form_29 *{
    font-family: 'Rubik-light' !important;
}


.page-id-3529 ._row._checkbox-radio > input {
    margin-right: 9px;
    top: 6px;
}
.page-id-3529 ._form_element._x06182372._full_width label {
    font-size: 9pt !important;
    line-height: 15px;
    display: block;
    margin-top: 25px;
    margin-bottom: -20px;
    color: gray;
    font-weight: normal;
    width: 100% !important;
    margin-bottom: 21px;
    margin: auto;
}
.page-id-3529 ._form_29 label {
    width: 35% !important;
    display: inline-block;
    align-self: center;
    color: #434770;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: 600;
    padding-right: 25px;
}
.page-id-3529 ._form_29 ._row._checkbox-radio {
    display: flex;
    align-items: baseline;
}
.page-id-3529 ._form_element._x41904060._full_width,
.page-id-3529 ._form_element._x44342222._full_width {
    display: flex;
}
.page-id-3529 ._form_29 input#email,
.page-id-3529 ._form_29 input#firstname {
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none !important;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 2px !important;
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
}
.page-id-3529 ._form_element._x41904060._full_width ._field-wrapper:hover:before,
.page-id-3529 ._form_element._x44342222._full_width ._field-wrapper:hover:before {
    content: ' ';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    animation: fadeinraya 0.3s;
    z-index: 50;
}
.page-id-3529 ._form_element._x41904060._full_width ._field-wrapper,
.page-id-3529 ._form_element._x44342222._full_width ._field-wrapper{
    width: 65%;
    position: relative;
}

.page-id-3529 ._form_29 ._x41904060 label,
.page-id-3529 ._form_29 ._x44342222 label {
    margin: 0px !important;
    display: inline-block !important;
    font-size: 12pt !important;
}

.page-id-3529 ._form_29 form {
    max-width: 600px !important;
    margin: 0px !important;
    padding: 25px 5px !important;
}
.page-id-3529 ._form_29 button#_form_29_submit {
    width: 100%;
    max-width: 350px;
    border: none;
    color: white;
    padding: 5px 0px;
    border-radius: 50px !important;
    font-weight: 600;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%) !important;
    text-transform: uppercase;
    font-size: 17px;
}
.page-id-3529 ._form_29 ._button-wrapper._full_width {
    text-align: right;
    margin-top: 26px;
}
.page-id-3529 ._form_29 ._row._checkbox-radio {
    align-items: flex-start !important;
}
.page-id-3529 ._form_29 ._row._checkbox-radio label{
    width: 100% !important;
}
.page-id-3529 .imgVid{
    text-align: center !important;
}
@media(max-width: 850px){
    .page-id-3529 #filaTitu .topTitulo p{
        font-size: 23px;
    }
    .page-id-3529 .imgVid {
        margin-bottom: 0px;
    }
    .page-id-3529 #filaTitu .titulo p {
        font-size: 30px;
        line-height: 38px;
    }
    .page-id-3529 .imgVid img{
        height: auto;
    }
    .page-id-3529 .txtForm {
        margin-bottom: 30px !important;
    }
    .page-id-3529 .formularioContacto {
        box-shadow: none;
        padding: 15px 0px;
    }
    .girar > div:first-child{
        order: 1;
    }
}

.page-id-3529 .anchoMaximo > div > ._form_29 {
    background: #f8fcff;
    border-radius: 4px;
    margin: 40px 0px;
    padding: 0px 20px;
    border: 1px solid #f3f3f3;
}
.page-id-3529 .anchoMaximo > div > ._form_29 form{ 
    max-width: 100% !important;
}
.page-id-3529 .anchoMaximo > div > ._form_29 ._button-wrapper._full_width button {
    font-size: 19px !important;
    max-width: 380px !important;
    text-transform: uppercase;
}
.page-id-3529 .anchoMaximo > div > ._form_29 ._button-wrapper._full_width {
    text-align: center !important;
}
.page-id-3529 ._row._checkbox-radio label {
    font-size: 10px !important;
    line-height: 17px;
}
/*Fin caso Exito Video*/

.vc_toggle_title>div {
    font-size: 1.25rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    text-rendering: optimizeLegibility;
    /* margin-bottom: 1rem; */
    /* margin-top: 2.5rem; */
    display: inline;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.htmlCss {
    max-width: 900px;
    margin: auto;
    margin-bottom: 25px;
        position: relative;
    z-index: 9;
}
.titulo h1 {
    font-size: 40px;
    line-height: 38pt;
}
.txtTitulo p {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px !important;
}
.vc_tta-panel-title.vc_tta-controls-icon-position-right {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}
.fondoBlanco .backgroundCarouselImagenes {
    background-color: white;
}

.page-id-3529 .cardPorQueElegirnos {
    display: flex;
    justify-content: flex-start;
}
h3.vc_tta-title-text {
    font-size: 18px;
}







/*SFP*/

.page-id-3693 #filaTitu .topTitulo p{
    color: rgba(40,36,88,.35);
    font-size: 27px;
    text-align: center;
    font-weight: 700;
}
.page-id-3693 #filaTitu .titulo {
    margin-top: 22px;
}
.page-id-3693 #filaTitu .titulo p{
    text-align: center;
    font-size: 45px;
    line-height: 53px;
}

.page-id-3693 .anchoMaximo.nuevo{
    max-width: 1200px;
}
.page-id-3693 .txtForm{
    margin-bottom: 15px;
}
.page-id-3693 .txtForm p {
    color: rgba(40,36,88,.35);
    font-size: 25px;
    font-weight: 400;
    margin-top: -2px;
    line-height: 26px;
}

.page-id-3693 span.wpcf7-list-item {
    margin: 0px;
    margin-top: 12px;
}
.page-id-3693 .formularioContacto{
    box-shadow: none;
}
.page-id-3693 .botonEnviar input {
    cursor: pointer;
}
.page-id-3693 .imgVid img {
    border-radius: 5px;
}

.page-id-3693 div#filaIconos {
    padding: 40px 10px;
    max-width: 1200px;
}
.page-id-3693 div#filaIconos p {
    padding-left: 40px;
    position: relative;
}
.page-id-3693 div#filaIconos p:before {
    color: white;
    content: "✓";
    position: absolute;
    left: 0px;
    font-size: 14px;
    padding: 3px 10px;
    background: linear-gradient(to left, rgb(58, 179, 255) 0%, rgb(209, 4, 255) 100%);
    border-radius: 100%;
    top: 3px;
}
.page-id-3693 ._form_33 {
    background: white;
    border-radius: 4px;
}
.page-id-3693 form#_form_633D6EFAA4274_ {
    padding: 25px 5px !important;
}
.page-id-3693 ._form_33 *{
    font-family: 'Rubik-light' !important;
}


.page-id-3693 ._row._checkbox-radio > input {
    margin-right: 9px;
    top: 6px;
}
.page-id-3693 ._form_element._x06182372._full_width label {
    font-size: 9pt !important;
    line-height: 15px;
    display: block;
    margin-top: 25px;
    margin-bottom: -20px;
    color: gray;
    font-weight: normal;
    width: 100% !important;
    margin-bottom: 21px;
    margin: auto;
}
.page-id-3693 ._form_33 label {
    width: 35% !important;
    display: inline-block;
    align-self: center;
    color: #434770;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: 600;
    padding-right: 25px;
}
.page-id-3693 ._form_33 ._row._checkbox-radio {
    display: flex;
    align-items: baseline;
}
.page-id-3693 ._form_element._x41904060._full_width,
.page-id-3693 ._form_element._x44342222._full_width {
    display: flex;
}
.page-id-3693 ._form_33 input#email,
.page-id-3693 ._form_33 input#firstname {
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: none !important;
    border-bottom: 1px solid black !important;
    color: gray;
    box-shadow: none !important;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 2px !important;
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
}
.page-id-3693 ._form_element._x41904060._full_width ._field-wrapper:hover:before,
.page-id-3693 ._form_element._x44342222._full_width ._field-wrapper:hover:before {
    content: ' ';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    animation: fadeinraya 0.3s;
    z-index: 50;
}
.page-id-3693 ._form_element._x41904060._full_width ._field-wrapper,
.page-id-3693 ._form_element._x44342222._full_width ._field-wrapper{
    width: 65%;
    position: relative;
}

.page-id-3693 ._form_33 ._x41904060 label,
.page-id-3693 ._form_33 ._x44342222 label {
    margin: 0px !important;
    display: inline-block !important;
    font-size: 12pt !important;
}

.page-id-3693 ._form_33 form {
    max-width: 600px !important;
    margin: 0px !important;
    padding: 25px 5px !important;
}
.page-id-3693 ._form_33 button#_form_33_submit {
    width: 100%;
    max-width: 350px;
    border: none;
    color: white;
    padding: 5px 0px;
    border-radius: 50px !important;
    font-weight: 600;
    background: linear-gradient(to left, rgba(58,179,255,1) 0%, rgba(209,4,255,1) 100%) !important;
    text-transform: uppercase;
    font-size: 17px;
}
.page-id-3693 ._form_33 ._button-wrapper._full_width {
    text-align: right;
    margin-top: 26px;
}
.page-id-3693 ._form_33 ._row._checkbox-radio {
    align-items: flex-start !important;
}
.page-id-3693 ._form_33 ._row._checkbox-radio label{
    width: 100% !important;
}
.page-id-3693 .imgVid{
    text-align: center !important;
}

.titulo h2,
h2.heading.h-element {
    font-size: 65px;
    padding: 10px;
    line-height: 75px;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.queHacemosEM {
    margin-bottom: 50px;
}
@media(max-width: 850px){
    .page-id-3693 #filaTitu .topTitulo p{
        font-size: 23px;
    }
    .page-id-3693 .imgVid {
        margin-bottom: 0px;
    }
    .page-id-3693 #filaTitu .titulo p {
        font-size: 30px;
        line-height: 38px;
    }
    .page-id-3693 .imgVid img{
        height: auto;
    }
    .page-id-3693 .txtForm {
        margin-bottom: 30px !important;
    }
    .page-id-3693 .formularioContacto {
        box-shadow: none;
        padding: 15px 0px;
    }
    .girar > div:first-child{
        order: 1;
    }
    .titulo h2,
    h2.heading.h-element {
        font-size: 40px !important;
        padding: 10px;
        line-height: 50px !important;
    }
}

.page-id-3693 .anchoMaximo > div > ._form_33 {
    background: #f8fcff;
    border-radius: 4px;
    margin: 40px 0px;
    padding: 0px 20px;
    border: 1px solid #f3f3f3;
}
.page-id-3693 .anchoMaximo > div > ._form_33 form{ 
    max-width: 100% !important;
}
.page-id-3693 .anchoMaximo > div > ._form_33 ._button-wrapper._full_width button {
    font-size: 19px !important;
    max-width: 380px !important;
    text-transform: uppercase;
}
.page-id-3693 .anchoMaximo > div > ._form_33 ._button-wrapper._full_width {
    text-align: center !important;
}
.page-id-3693 .cardPorQueElegirnos {
    display: flex;
    justify-content: flex-start;
}
.page-id-3693 ._row._checkbox-radio label {
    font-size: 10px !important;
    line-height: 17px;
}
/*Fin SFP*/


.page-id-427 .formularioContacto {
    width: 90%;
    margin: auto;
    margin-top: 26px;
    max-width: 800px;
}

.page-id-1413 .wpb_content_element a{
    color: #2196f3;
}


div#whatsapp p {
    text-align: center;
}
div#whatsapp a {
    background: black;
    font-weight: bold;
    padding: 9px 30px;
    display: inline-block;
    border-radius: 5px;
    color: white;
    background: #00b66c;
}


.kitDigital {
    display: block;
    text-align: center;
    max-width: 100%;
}
.kitDigital img {
    max-width: 100%;
    object-fit: contain;
}

/* Autores */
.author-container {
    max-width: 1366px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.author-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.author-header img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.author-header h1 {
    font-size: 24px;
    margin-top: 30px;
}
.author-description {
    margin-top: 10px;
    font-size: 14px;
}
.author-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    list-style: none;
    padding: 0;
}
.author-posts li {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.author-posts li a {
    display: block;
    color: #0073aa;
    text-decoration: none;
}
.author-posts li img {
    width: 100%;
    height: 30%;
}
.author-posts li h2 {
    font-size: 18px;
    padding: 10px;
}
.author-posts li small {
    display: block;
    padding: 0 10px 10px;
    color: #555;
}

/* Media Queries para dispositivos móviles */
@media (max-width: 768px) {
    .author-header, .author-description {
        width: 100%;
    }
    .author-header img {
        width: 80px;
        height: 80px;
    }
    .author-header h1 {
        font-size: 20px;
    }
    .author-posts {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}


.post-template-templatepage-blog-php.no-sidebar .content-wrapper-blog p,
.post-template-templatepage-blog-php.no-sidebar .content-wrapper-blog li {
    font-size: 21px;
    line-height: 30px;
}
#filacinco .wpb_text_column.wpb_content_element {
    background: #f9f9f9;
    padding: 40px;
}
#filacinco .wpb_text_column.wpb_content_element strong {
    font-size: 22px;
    line-height: 25px;
}
#filacinco ul{
    padding: 0px;
    list-style: none;
}
#filacinco  li {
    position: relative;
    padding-left: 28px;
    list-style: none;
}
#filacinco  li:before {
    content: "✔";
    color: #d104ff;
    content: "✓";
    position: absolute;
    left: 0px;
    padding: 3px 10px;
    border-radius: 100%;
    font-size: 14px;
}
.page-id-5435 .titulo h3.heading.h-element,
.page-id-5533 .titulo h3.heading.h-element{
    text-align: center;
    font-size: 45px;
    padding: 10px;
    line-height: 50px;
    max-width: 455px;
    margin: auto !important;
}
.center{
    text-align: center;
}
.paddIz {
    padding: 0px 15px;
}
.filaCorteIc .wpb_single_image.wpb_content_element.vc_align_left.iconPequeño {
    margin-top: 35px;
}

.formcin {
    max-width: 1000px;
    margin: auto !important;
    /* width: 100% !important; */
    left: auto !important;
    text-align: center;
}
div#fotoForm * {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
@media(max-width: 800px){
    div#logosN .vc_row{
        margin: auto !important;
    }
    div#markOnline {
        margin-bottom: 65px;
    }
    .page-id-5435 .cajaBl p{
        padding-left: 0px;
    }
    #filacinco .wpb_text_column.wpb_content_element {
        margin-bottom: 0px;
    }
	.page-id-2288 .vc_gitem-zone img{
		display: block !important;
        width: 100% !important;
        visibility: visible;
	}
	.page-id-2288 .vc_gitem-zone:before{
		padding: 0px !important;
	}	
	.page-id-2288 #grid-entradas .vc_grid-item:not(:first-child) .vc_gitem-zone.vc_gitem-zone-a {
	    height: 100%;
	    width: 100% !important;
	}
	.page-id-2288 #grid-entradas .vc_grid-item:not(:first-child) .vc_grid-item-mini.vc_clearfix {
	    display: flex;
	    flex-direction: column;
	}
	.page-id-2288 #grid-entradas .vc_grid-item:not(:first-child) .vc_grid-item-mini.vc_clearfix > div{
	    width: 100%;
	    background: none;
	}
    .formcin {
        max-width: 100%;
    }
}

a#btnUno h1 {
    font-size: 17px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
b,strong {
    color: inherit !important;
}