
html {
    scroll-behavior: smooth;
 }

body{
	font-family: 'Lato', sans-serif !important;
	overflow-x: hidden;
}

h1{
	font-family: 'Lato', 
		sans-serif !important;
}

h2{
}

h3{
	font-family: 'Lato', sans-serif !important;
}

h4{
	font-family: 'Lato', sans-serif !important;
}

h5{
	font-family: 'Lato', sans-serif !important;
}

h6{
	font-family: 'Lato', sans-serif !important;
}

a{
	cursor: pointer !important;
	font-family: 'Lato', sans-serif;
}





/* Para navegadores basados en Webkit (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Para todos los navegadores modernos */
input[type="number"] {
    appearance: textfield;
}


input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
    opacity: 0.5;
}






#branding{
	display:block !important;
	width:195px !important;
	-webkit-box-flex: .15 0;
  -ms-flex: .15 0;
  -webkit-flex: .15 0;
  flex: .1 0;
}

#top-section-widget{
	display:none !important;
}

#branding .identity + #site-text{
	display:none;
}

.site-header-inside{
	width:100%;
	max-width:100%;
}

.solohome{
	display:none;
}

.tapon{
	width: 100% !important;
  position: relative;
	background:#ffffff;
	min-height: 115px;
	z-index:99;
}

.tapon table{
	width:100% !important;
	height:100% !important;
}

.tapon td{
	width:100% !important;
	height:100% !important;
}

.slidetotales{
	height:100%;
}

.slidetotales table{
	padding:0;
	margin:0;
}

.contieneslide{
	width: 100%;
  height: 100%;
  height: 750px;
}

.contieneslide.shift{
  min-height: 600px;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.contieneslide td{
	border:0 !important;
	padding:0 !important;
}


.thinking{
	width:100% !important;
}

.thinking img {
    width: 100% !important;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.25);
}

#vvsliderb {
    width: 100%;
		height: 100%;
		position:relative;
		overflow:hidden;
}

#vvsliderb img {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0s ease-in-out;
}

#vvsliderb img.active {
    opacity: 1;
}

#vvsliderb video.active {
    opacity: 1;
}


#vvsliderb-img {
    width: 100%;
		height: 620px;
		position:relative;
		overflow:hidden;
}

#vvsliderb-img img {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0s ease-in-out;
}

#vvsliderb-img img.active {
    opacity: 1;
}

.fullscreen-video-banner {
    position: relative;
    width: 100%;
    height: 100%; /* Ajusta esta altura según necesites */
    overflow: hidden;
}


#vvsliderb video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover; /* Esto asegura que el video cubra todo el espacio sin distorsión */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
		border-radius:0;
}

#vvsliderb video.active {
    opacity: 1;
    z-index: 2;
}







.hidden { 
	opacity: 0; 
	pointer-events: none;
	position: absolute; 
}

.visible { 
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transition: opacity 2s;
}


.slider-bullets {
    display: flex;
    justify-content: center;
		align-items: center;
    padding: 0; 
    list-style: none;
		height:40px;
}

.slider-bullets li {
    margin: 0 3px;
		font-size:35px;
		cursor:pointer;
}

.slider-bullets-img {
    display: flex;
    justify-content: center; 
    padding: 0; 
    list-style: none;
}

.slider-bullets-img li {
    margin: 0 3px;
		font-size:35px;
		cursor:pointer;
}

.cuadro-parente{
	  width: 25%;
    height: 300%;
		max-height:500px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.55);
    z-index: 9;
    top: -170%;
    right: 12%;
		border-radius:25px;
}

.cuadro-parente h1{
	color:#161616;
	font-size:3.2em;
}

.slogan-slide{
	font-size:40px;
	text-align:center;
	line-height:43px;
	padding:3% 8% 0 8%;
	min-height:150px;
	margin-bottom:20px;
}

.identity img{
	width:120px;
}

.cuadrito-slide{
 	/*background: rgba(255, 255, 255, 0.65);*/
}

.cuadrito-slide a{
	width:65%;
	color:#ffffff;
	padding: 7px 40px;
	background-color: #2eb2d2;
	display: inline-block;
	font-size:14px;
}

.cuadrito-slide ul li{
	Float:left;
	list-style:none;
	font-size:1.5em;
}

.cuadrito-slide ul .activo{
	color:#2eb2d2;
}

.avatarmini{
	width: 50px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.boton-cuadro{
	width:75%;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.boton-cuadro a{
	float:none;
}


.ordenador{
	display:block !important;
}

.lp-slider{
	display:none;
}

.lp-text{
	display:none;
}

.porquenesec{
	width:100%;
	margin:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:120px 0;
}

.seccion-gris{
	background:#dbd9d9;
}

.porquenesec .resalta-blue{
	font-weight:bold;
	color:#2eb2d2;
	font-size:1.2em;
}

.resalta-gray{
	font-weight:750;
	color:#434344;
	font-size:1.2em;
	line-height:1.3em;
}

.porquenesec table{
	display:table;
	width:90%;
	margin:auto;
	max-width:1150px;
}

.porquenesec h1{
	line-height:1.2em;
}

.designpage h1{
	line-height:1.2em;
}

.porquenesec table td{
	width:50%;
}

.resaltado{
	font-weight:bold;
	font-size:1.2em;
}

.pocotext{
	font-size: 1.2em;
  line-height: 1.3em;
  margin: auto;
  width: 95%;
  max-width: 680px;
  margin-top: 15px;
}


.clientesycuentas{
	width: 90%;
  max-width: 1200px;
  margin: 75px auto;
  position: relative;
  overflow: hidden;
 	height: 320px;
}

.clientesycuentas table{
	width:100%;
	height:100px;
}

.clientesycuentas td{
	text-align:center;
	width:50%;
}

.clientesycuentas td h1{
	font-size:30px;
}

.clientesycuentas h6{
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 1;
		font-weight:bold;
}

.clientesycuentas .flecha{
    text-align:center;
		display:flex;
}

.clientesycuentas .flecha img{
    width: 30px;
    margin: 20% auto;
		cursor:pointer;
}

#nav-toggle{
	display:none !important;
}
	
.movil{
	display:none !important;
}

.site-header-bottom{
	//escondi el menu
	display:none !important;
}

.site-header-top, .site-header-bottomm{
	//escondi el menu
	display:none !important;
}

.lp-slider{
	display:none;
}

#lp-blocks1{
	display:none;
}


#lp-boxes-1{
	display:none;
}

#lp-boxes-2{
	display:none;
}

#lp-posts{
	display:none;
}
.lp-text {
    background-color: #ffffff !important;
}

#lp-text-two{
	display:none;
}

.lp-text-title{
	//display:none;
}

#header-image-main img{
   display:none;
}

#header-image-main .cuarto img{
    width:70% !important;
}

#site-copyright{
	display:none !important;
}

.footer-inside{
	display:none !important;
}


.mnhamburguer{
	width:6%;
	float:left !important;
	text-align:center;
	padding: 20px 0;
	cursor:pointer;
	position:relative;
}

.mnhamburguer a img{
	width:70px;
	margin:auto;
}

.mnhamburguer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  width: 1px;
  height: 45%;
  background-color: #fff;
}

.tope{
		width:100%;
	}


.medio{
	width:50%;
	float:left;
}

.lacasita{
	float: left;
  height: 70px;
  margin: 5px 4px 5px 12px;
}

.boton-inicio{
	width:6%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-top:20px;
	float:left;
}

.tercio{
	width:33%;
	float:left;
}

.cuarto{
	width:25%;
	float:left;
}

.quinto{
	width:20%;
	float:left;
}

.sexto{
	width:16.6%;
	float:left;
}

.decimo{
	width:10%;
	float:left;
}

.2tercios{
	width:66%;
	float:left;
}

.setenta{
	width:70%;
	float:left;
}

.treinta{
	width:70%;
	float:left;
}

.cuarenta{
	width:40%;
	float:left;
}

	.cuarentaycinco{
		width: 45%;
		float:left;
	}

	.cincuentaycinco{
		width: 55%;
		float:left;
	}

.sesenta{
	width:60%;
	float:left;
}

.veinte{
	width:20%;
	float:left;
}

.diez{
	width:10%;
	float:left;
}

.botohub{
	margin-top:42px;
	width:14%;
	float:left;
	text-align:center;
}

.botohub a{
	width: 80% !important;
  margin: auto;
  color: #ffffff;
  padding: 0 10px;
  max-width: 130px;
  background: #000000;
  border-radius: 5px;
  text-align: center;
	float:left;
}

.menuimgs{
	width:85%; 
	/*float:left;
	width:80%;*/
	max-width:950px;
	float:right;
	background-image: url('/wp-content/themes/roseta/resources/images/barra-menu-top.png'); 
  background-size: 100% auto;   
  background-repeat: no-repeat; 
  background-position: top center;
  margin-top: 25px;
}

.menuimgs .medio{
	/*padding:25px 10px;*/
}

.banderita{
	  width: 45%;
    margin: 0 auto;
    padding: 0;
    height: 45px;
		float:left;
}

.banderita img{
    height: 45px;
    margin: 3px 0;
}

.textpais{
	font-size:10px;
	text-align:left;
	width: 45%;
	float:left;
	padding: 11px 0px;
}

.logogroup{
	height: 45px;
}

.logogroup img{
	height: 45px;
}

.separamenu{
	border-left:solid 1px #666666;
	padding-left:5px;
}

.menuflag{
	padding-left:15px;
}

.contenedor{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}

.contenedorscroll{
	width: 100%;
  height: auto;
	min-height: 440px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.contenedorajedrez{
	width:90%;
	max-width:1300px;
	margin:auto;
	height:auto;
	overflow:hidden;
	position:relative;
}

.titulomenutop{
	font-size: 12px;
  margin: 0;
  padding: 0;
}

.linearriba{
	font-size:12px;
	width:100%;
	float:none;
}

.linearriba select{
	  height: 24px;
    padding: 0 7px;
}

.linearriba .idiomas{
	float:right;
	width:150px;
}

#footer{
	background:#534f4f;
	padding-bottom: 0;
	margin:0;
}

.menuresponsive{
	position:fixed;
	top:0;
	left:0;
	background:#666666;
	max-width:410px;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
}

.menuresponsive ul{
	padding: 0 85px 25px 85px;
}

.menuresponsive li .submenu{
	display:none;
}

.menuresponsive .submenu{
	padding: 0 0 7px 0;
}

.menuresponsive .submenu li{
	border-bottom: solid #9e9e9e 0.2px;
}

.menuresponsive .submenu li a{
	font-size:10px
}

.menuresponsive li{
	padding:0;
  list-style: none;
	line-height: 1.18em;
	border-bottom:1px solid #f4f4f4;
}


.menuresponsive li a{
  color: #ffffff;
	font-size:11px;
}


.hovermnresponsive{
	padding:25px;
	position:relative;
	z-index:999999999999;
	width:50px;
	height:50px;
}

.cerrarrp{
     font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 40px;
    margin: auto;
}

.logoblanco{
	padding:20px 0;
	text-align:center;
}

.logoblanco img{
	height:145px;
	margin:auto;
}

.cerrarrp:hover{
    /*color: #d66541;*/
}


.bannerpaises{
	 display:none;
}

.bannerpaises img{
    width:100% !important;
		max-width:5000px !important;
		display:none;
}

.menumedio{
     width: 75%;
    height: 170px;
    margin: auto;
    max-width: 1080px;
    position: relative;
    margin-top: -175px;
}

.menumedio .cuarto{
     text-align:center !important;
	padding-top:25px;
}

.menumedio .cuarto img{
    width:	70%;
		margin:auto;
	
}


.carrusel{
	min-height:200px;
	border-bottom:1px solid #666666;
	padding-bottom:80px;
}

.carrusel h1{
	width:85%;
	margin:auto;
	text-align:center;
	padding:0;
}


.carrusel img{
	width:100px;
	margin:auto;
}

.carrusel .quinto{
	text-align:center;
}

.carrusel-foot{
	padding:0;
	margin:5% 0 0 0;
	line-height:0;
}

.img-foot{
	padding:0;
	margin:0;
	line-height:0;
	display:none;
}

.img-foot img{
	width:100%;
	background-size: cover !important;
}


.contenedor-flecha{ 
	position: relative; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	cursor:pointer;
}

.flecha-left { 
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent; 
	border-bottom: 20px solid transparent; 
	border-right: 30px solid #333;
	position: relative;
  z-index: 10;
} 

.flecha-right { 
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent; 
	border-bottom: 20px solid transparent; 
	border-left: 30px solid #333;
	position: relative;
   z-index: 10;
}


.item-carrusel-people {
  width: 100%;
  background-image: url("/wp-content/themes/roseta/resources/images/fondo-pared.png");
  background-size: 100% auto;   
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;

  overflow-x: auto; /* Scroll horizontal si hay overflow */
  white-space: nowrap; /* Evita saltos de línea */
}

.item-carrusel-people ul {
  display: flex;
  flex-wrap: nowrap;  
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-carrusel-people li {
  display: inline-block;
  flex: 0 0 auto;
  width: 14.2857%; 
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
	padding-top:25px;
}

.item-carrusel-people li img {
  max-width: 100%;
  height: auto;
  display: block;
	position:relative;
	bottom:0;
	margin-top:10px;
}

.item-carrusel-people li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.item-carrusel-people::-webkit-scrollbar {
  display: none; /* Oculta scrollbar en Chrome/Safari/Edge */
}
.item-carrusel-people {
  -ms-overflow-style: none;  /* Oculta scrollbar en IE/Edge */
  scrollbar-width: none;  /* Oculta scrollbar en Firefox */
}


.item-carrusel-people table{
	margin:0;
}




.cifras{
	width: 85%;
  margin: auto;
  padding: 80px 0 0 0;
}


.footerrb{
	text-align:center;
	color:#ffffff;
}

.footerrb i{
	margin-right:7px;
}

.clientes{
	margin: 120px 0 25px 0;
	display:none;
}

.clientes table{
	width:100%;
}


.clientes td{
	border-left:1px solid #e2dcdc;
	border-bottom:1px solid #e2dcdc;
	width:25%;
	padding:25px 0;
	height:280px;
}

.clientes td img{
	height:125px;
	width:auto;
}

.clientes h1{
	color:#666666;
	text-align:center;
}

.subclientes{
	margin: 25px 0 25px 0;
	display:none;
}

.subclientes table{
	width:100%;
	margin:0;
}

.subclientes td{
	border-left:1px solid #e2dcdc;
	border-bottom:1px solid #e2dcdc;
	width:25%;
	padding:25px 0;
	height:280px;
}

.subclientes td img{
	height:125px;
	width:auto;
}


.subclientes h6 {
	text-align:center;
	margin:25px 0;
}

.subclientes h6 a{
	color:#d66541;
	font-weight:bold;
}

.wp-show-posts-entry-header h2 a{
	font-size:1,2em !important;
}

.schema-image{
	display:block!important;
	margin:0;
}

.single .entry-title, #header-page-title .entry-title {
		font-family: 'Lato', sans-serif !important;
    font-size: 1.2em;
	  padding:12px;
}


#header-image-main {
    margin-bottom: 25px;
}

.cat-item-1 {
   display: none;
}

.widget-title span{
	font-family: 'Lato', sans-serif !important;
}

#colophon{
	margin-bottom:25px;
}

.main .entry-content p{
	line-height: 24px;
  font-size: 16px;
	color: #000000;
	margin: 7px 0;
}

a.wp-show-posts-read-more{
	color:#ffffff !important;
	background:#22aaa1 !important;
	border:none !important;
	float:right;
	padding: 8px 50px;
  font-size: 15px;
}

a.wp-show-posts-read-more:hover{
	color:#ffffff !important;
	background:#d66541 !important;
}

.wpsp-read-more {
    display: block !important;
}

.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 6em;
}

p.frimerfarrafo::first-letter{
	font-size:3em;
	font-family:serif;
}

.icondep{
	padding: 2%;
  text-align: center;
  height: 190px;
	cursor:pointer;
}

.icondep img{
	height: 85px;
  background: #f3f1f1;
  padding: 10px;
  border-radius: 22px 0 0;
}


.icondep h6{
  text-align: center;
  font-size: 13px;
}

.roseta-stripped-table .main td{
	border-color:#ffffff !important;
}

.innovapp{
		width:100%;
    text-align: right;
    position: relative;
    overflow: hidden;
}

.innovapp .tercio{
	text-align:center;
	min-height:80px;
}

.innovapp .tercio img{
	width:55%;
	border-radius: 7px;
}

.innovapp .tercio h4{
	font-size: .5em;
	text-decoration:none;
	margin:0;
	padding:0;
}

.botomengest{
	width: 840px;
  margin:auto;
}

.botomengest li{
	float: left;
  width: auto;
  min-width: 400px;
  list-style: none;
  padding: 10px;
  text-align: center;
}

.slideteam{
	 width: 100%;
   background: #FCFBF9;
   padding: 0;
	 margin:-30px 0 0 0;
   line-height: 0;
}

.slideteam td{
	margin:0;
	padding:0;
}


.slideteam td a{
	text-decoration:none !important;
}

.slideteam .testoadicional{
	font-size:15px;
	line-height: 16px !important;
	font-style: italic;
	color:#666666 !important;
	text-align:center !important;
}

.slideteam img{
	width:100%;
}

.tbsnsm{
	width:100%;
	margin:0;
	padding:0;
}

.tbsnsm td{
	width:50%;
}

.tbsnsm a{
	text-decoration:none !important;
}

#modssns{
	height:auto;
	overflow:hidden;
	position:relative;
}

.paginado85{
	width:75%;
	height:auto;
	margin:auto;
	overflow:hidden;
	position:relative;
}

#equipo{

}


#equipo table{
	margin:0;
	padding:0;
}

#vervidinsti{
	margin-bottom: 50px;
  height: 80px;
  padding: 25px;
}

.vervidinsti a{
	border-radius: 35px;color:#ffffff;
	padding: 17px 33px;
	height: 30px;
	font-size: 16px;
	font-weight:bold;
	background:#666666;
}

article.hentry{
margin-bottom:0 !important;}

#colophon{
	display:none;
}

.clickhamburger{
	z-index:99999999;
	width:70px;
	height:80px;
}

.relativeclickhamburger{
	position:relative;
}

.floatclickhamburger{
	position: fixed;
  top: 25px;
	left: 25px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
	display:none;
	border-radius:10px;
}

.logomod ul{
	height:45px;
	margin-left: 0 !important;
	padding: 0;
}

.logomod li{
	float:left;
	width:auto;
	margin-right:3px;
	list-style:none;
	height:45px;
}

.logomod img{
	height: 100%;
	float:left;
}

.imgbt{
	cursor:pointer;
}

.parrafointro{
		width: 90%;
    margin: 0 auto;
    text-align: justify !important;
    padding: 25px;
}

.ision{
	width:100% !important;
	background:#f4f4f4;
	margin:0 !important;
}

.ision h1{
	margin:8px 0 !important;
	padding:8px 0 !important;
}

.pretitulo{
	width:100%;
	text-align:center!important;
	margin-bottom: 0!important;
	font-size: 20px!important;
}

.aconcepto{
	margin:auto;
	float:left;
}

.entry-content h1{
	color:#666666;
}

.piecontact{
	text-align: left;
  width: 60%;
  float: left;
  padding: 0 40px 30px 40px;
}

.pieqr{
	text-align: left;
  width: 40%;
  float: left;
  padding: 40px 40px 30px 40px;
}

.pieqr img{
	height:200px;
	float:right;
}

.pieqr img {
    width: auto;
		height:200px;
		float:right;
		margin:auto;
}


.piecert{
	text-align:left;
	width:100%;
	float:left;
}

.piecert .quinto{
	text-align: center;
  /*border: 0.4px solid #858585;*/
  padding: 2%;
}

.piecert .quinto img{
	height:100px;
	margin:auto;
}

.piecert .cuarto{
	text-align: center;
  padding: 2%;
}

.piecert .cuarto img{
	height:120px;
	margin:auto;
}

.piecert .tercio{
	text-align: center;
  padding: 2%;
}

.piecert .tercio img{
	height:120px;
	margin:auto;
}

.piecert h4{
	text-align: left;
  color: #ffffff !important;
  font-size: 1.4em;
  width: 88%;
  margin-bottom: 15px;
  border-bottom: .5px solid #ffffff;
}


.footerrb p{
	 line-height: 1.5em;
   padding-bottom: 10px;
   font-size: .9em;
}

.footerrb h3{
	font-size:1.5em;
}

.footerrb h4{
	font-size:1.15em;
}

.copyrightrb{
	border-top: 1px #b1b1b1 solid;
  padding: 20px 0;
  text-align: center;
  margin-top: 15px;
	font-size:14px;
}

.copyrightrb a{
	color:#ffffff;
	margin-right:15px;
	font-size:14px;
}

#footer-bottom{
	 padding: 0 4%;
   max-width: 1715px;
   margin: auto;
}

.sgs img{
	width:250px;
	margin:12px auto 0 auto;
	border-radius:20px;
}

.iso img{
	
}

.infoOV{
	background:#f4f4f4;
}

.iconOV{
	text-align: center;
  min-height: 165px;
  margin-bottom: 50px;
}

.iconOV img{
	height:65px;
	margin:auto;
}

.iconOV h6{
	margin:0;
	padding:0;
	font-size:13px;
}

.infoOV .primerafila{
	width:90% !important;
	margin:20px auto;
}

.infOV{
	padding:5%;
	font-size:14px;
}

.infOV .logo{
	padding:0 50px;
}

.infOV .logo img{
	float:right;
}

.infOV .textlist{
	font-size:14px;
	text-align:left;
}

.infOV .textlist li{
	font-size:14px;
}

.infOV .logomodulo{
	padding: 8px 50px;
	border-left:1px #c7c7c7 solid;
}

.infOV .logomodulo h3{
	font-size: 24px;
  width: auto;
  float: left;
  line-height: 28px;
	padding: 7px 0;
}

.infOV .logomodulo img{
	width: auto;
  height: 30px;
  float: left;
	margin-left: 5px;
}

.infsgestion .logo {
	padding:2%;
}

.infsgestion .modescripcion {
	padding:0;
}

.infsgestion .modescripcion .logomodulo h4{
	float:left;
	font-size: 1.25em;
	line-height: 27px;
}

.infsgestion .modescripcion .logomodulo img{
	width: 40px;
	float:left;
}

.infsgestion .modescripcion .contentmodulo{
	padding: 5% 10%;
}

.modescripcion{
	padding:5% 0 0 0;
}

.modescripcion table{
	display:table;
	background:none !important;
	margin:0;
	padding:0;
}

.modescripcion td{
	width:50%;
}

.modescripcion .img img{
	width: 80%;
  border-radius: 150px;
}

.modescripcion .textlist{
	padding:5%;
}

.modescripcion li{
	line-height:24px;
}

.infopsp{
	padding:5%;
	width: 100%;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.infopsp .logomodulo{
	padding-top:13px;
}

.infopsp .logomodulo h5{
	width:auto;
	float:left;
}

.infopsp .logomodulo img{
	height:25px;
	margin:7px;
	width:auto;
	float:left;
}

.infopsp .modescripcion {
    padding: 2% 0 0 0;
}

.infopsp .modescripcion table td{
}

.infopsp .modescripcion .text{
	padding:5%;
}

.infopsp .modescripcion ul li{
    font-size:14px;
}

.infopsp .modescripcion .iconde img{
    height:50px;
}

.infopsp .modescripcion .ajedrez table{
    width:100%;
		margin:0;
		display:table;
}

.infopsp .modescripcion .ajedrez td{
    width:50%;
		height:auto;
		position:relative;
		overflow:hidden;
}

.ajimg{
    line-height:0 !important;
}

.infopsp .modescripcion .ajedrez td .ajimg{
    line-height:0;
}

.infopsp .modescripcion .ajedrez td img{
    width:100%;
}

.infopsp .itemlightvox {
    margin-top: 10px;
		margin-bottom:20px;
}

.infopsp .cuarto{
    margin-bottom:25px;
}

.infopsp .cuarto h6{
    padding:0 !important;
}


.lightbox{
	display:none;
	width: 100%;
	height: 100%;
  position: fixed;
  z-index: 999999; 
}

.lightbox table{
	width:100%;
	height:100%;
	background:rgba(34, 34, 34, 0.4);
}

.lightbox img{
	width:200px;
	margin:auto;
}

.lightbox a{
	background:#666666;
	color:#ffffff;
	padding:10px 40px;
}

.lightbox p{
	text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

.network360{
	padding-top:35px;
}

.network360 table{
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
}

.network360 td{
	width:50%;
	margin:0;
	padding:0;
	line-height:0;
}

.network360 td img{
	width:100%;
}

.network360 .izquierda .texto{
	width:85%;
	margin:center;
}

.network360 .izquierda p{
	text-align:left;
}


.celulargrande{
  margin: auto;
  padding: 0 2%;
}

.celulargrande .tercio h4{
	color:#ffffff;
}

.celulargrande .tercio a{
	text-decoration:none;
}

.celulargrande .tercio br{
	display:none;
}

.borderight{
	border-right:solid 1px #666666;
}


.formcontacto{
	width: 75%;
  margin: 10px auto;
	padding: 60px 0 0 0;
}

.formcontacto input{
	width:100%;
	margin-bottom:20px;
}

.formcontacto textarea{
	width:100%;
	margin-bottom:5px;
}

.formcontacto select{
	width:100%;
	margin-bottom:5px;
}

.formcontacto h3{
	font-size: 22px;
  padding: 0;
  margin: 0 0 15px;
}

.contacto-content{
	padding:0 !important;
	margin:0 !important;
}

.contacto-content td{
	min-height:250px;
}

.datoscontacto h3{
	color:#ffffff;
	margin:0;
	padding:0;
}

.datoscontacto p{
	color:#ffffff !important;
}


.direccion{
	padding: 8px 25px;
}

.direccion td{
	height:150px;
	background:none !important;
	border:none !important;
	color:#ffffff;
	padding:0;
	margin:0 0 25px 0;
}

.direccion td img{
	width: 80%;
	margin:auto;
	border:1px solid #f4f4f4;
	padding:2%;
}

.direccion td p{
	font-size: 15px !important;
  line-height: 22px !important;
}

.direccion table{
	display:table;
	margin:0 !important;
	padding:0 !important;
}
.icontitulo img{
	height:70px;
	margin:auto
}

#parrafolightbox ul{
	padding: 5px 25px;
  width: 60%;
  min-width: 250px;
  margin: auto;
  background: #f4f4f4;
  border-radius: 7px;
}

#parrafolightbox li{
	list-style:decimal;
	padding:7px;
	line-height: 16px;
}

.menulineas{
	width:90%; 
	margin:auto; 
	height:auto; 
	position:relative;
	overflow:hidden;
	padding:50px 0 100px 0;
}

.menulineas .quinto{
	min-height:250px;
}

.menulineas .quinto h6{
	 font-size: 14px;
   text-align: center;
   margin: 0 auto;
   padding: 0;
   width: 175px;
}

.menulineas .quinto h6:hover{
	color:#d66541;
}

.bordeado{
	border:solid 1px #666666;
	padding:25px;
}

#conceptolinea{
	padding:0;
}

#conceptolinea p{
	font-size:15px;
	line-height:17px;
	text-align:justify;
}

.botonesec{
	font-family: 'Lato', sans-serif !important;
	cursor:pointer;
}

.sesentaycinco{
	width:65%;
}

.setenta{
	width:70%;
}

.treintaycinco{
	width:35%;
}

.treinta{
	width:30%;
}

.scrollalineas br{
	display:none;
}

.scrollalineas i{
	font-size: 30px;
	padding:7px;
}

.titulovideo{
	background:none !important;
}

#titulolightbox{
	font-size: 1.2em;
	margin-top: 15px;
}

#titulolightbox img{
	width: 45px;
	padding:0 7px;
}

.comprimido{
	width: 65%;
	margin:auto;
	background: #f4f4f4;
  border-radius: 7px;
	padding: 7px 15px;
}

.conjuntolineas{
	width: 100%;
	margin:0;
	padding:0;
	display:table;
}

.adnp{
	display:none;
}

.masksalirresponsive{
	width: 100%;
	height:100%;
	position: fixed;
	opacity: 0;
	background: #000000;
	z-index: 99;
	display:none;
}

.botowin{
	  display:table;
}

.botowin td{
	  text-align: center;
    width: 33%;
    height: 80px;
    padding: 0 2%;
    margin: 0;
    line-height: 15px;
		border:1px solid #828282;
		cursor:pointer;
}


.botowin .submenu td{
    height: 100px;
}

.botowin td:hover{
		background: #00acc9;
}


.botowin td a{
	font-size:12px;
	color:#ffffff;
	width:100%;
	height:100%;
	line-height:12px;
}

.botowin td span{
	font-size:10px;
	color:#ffffff;
	width:80%;
	margin:auto;
	height:100%;
	line-height:10px !important;
}

.botowin td img{
	height: 40px;
  margin: auto;
  padding: 5px 0;
	fill:#ffffff !important;
}

.backmenu{
	text-align:center;
}

.backmenu a{
	color:#f4f4f4;
	font-size:14px;
	padding:7px;
}

.backmenu a:hover{
	color:#00adc8;
}


.titusubmenu{
	text-align:center;
}

.titusubmenu h6{
	color:#ffffff;
}

.titusubmenu .titmenuimg{
	width:150px;
	margin:auto;
}

.intropage{
	width:85%;
	text-align:justify;
}

.grupoasistencias{
		margin-top:35px;
}

.grupoasistencias p{
		width: 90%;
    max-width: 600px;
    margin: auto !important;
    text-align: justify;
    padding: 25px;
    font-size: 14px !important;
    line-height: 18px !important;
}

.grupoasistencias h4{
		text-align: center;
    color: #666666;
    padding: 35px 0 35px 0;
}

.grupoasistencias p strong{
		font-style:italic;
		line-height:25px;
}

.grupoasistencias .tercio{
		line-height:0;
		padding:0;
		margin:0;
}

.grupoasistencias img{
		line-height:0;
		padding:0 60px;
		margin:0;
}

.grupoasistencias .tercio p{
		display:none;
}

.grupoasistencias .tercio td{
		padding:0;
		margin:0;
}

.datebox{
	display:table;
	top:0;
	left:0;
	z-index:99999;
	width:100%;
	height:100%;
}

.datebox .contenedor{
	z-index:99999;
}

.titservice{
	padding:7px; 
	width:80%;
	margin:auto;
	min-height:100px;
	border-radius:12px;
	cursor:pointer;
}

.titservice h6{
	color: #666666;
  font-size: .75em;
	min-height:25px;
}

.titservice .vermas{
	padding: 15px 7px;
  background: #6db4d3;
  color: #ffffff;
  width: 75%;
  font-size: 15px;
}

.valerios .medio{
	padding: 60px;
}

.obj{
	
}

.obj .tercio{
	padding:40px 0;
	min-height: 50px;
}


.obj .tercio h1{
	color:#d66541;
	font-size:60px;
	border: 2px solid #d66541;
	border-radius:60px;
	margin:auto;
	width:75px;
}

.obj .tercio p{
	font-weight:bold;
	font-style:italic;
}

.obj .tercio img{
	height:70px;
}

.cubo{
	width: 90%;
  min-height: 440px;
	height:auto;
  background: #ffffff;
  padding: 0;
  max-width: 800px;
}

.cubo .tercio{
	padding: 7px;
  border-right: solid 1px #e2e2e2;
  margin-bottom: 35px;
  min-height: 100px;
}


.cubo .cuarto{
	padding: 7px;
  border-right: solid 1px #e2e2e2;
  margin-bottom: 35px;
  min-height: 100px;
}

.cubo .quinto{
	padding: 7px;
  border-right: solid 1px #e2e2e2;
  margin-bottom: 35px;
  min-height: 100px;
}

.contenedorscroll::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
	border: 2px solid #f1f2f3;
}

.cubo .servicio{
	margin-bottom:75px;
	padding: 7px;
  border-right: solid 1px #e2e2e2;
  margin-bottom: 35px;
  min-height: 100px;
}

.cubo .medio h6{
	font-size: 12px;
  line-height: 15px;
  min-height: 45px;
  padding: 7px 10%;
}

.cubo .tercio h6{
	font-size: 12px;
  line-height: 15px;
  min-height: 45px;
  padding: 7px;
}

.cubo .cuarto h6 {
    font-size: 12px;
    line-height: 15px;
    min-height: 45px;
    padding: 7px;
}


.cubo .quinto h6 {
    font-size: 12px;
    line-height: 15px;
    min-height: 45px;
    padding: 7px;
}

.cubo .itemlightvox{
	margin-top:25px;
}

.cubo .itemlightvox img{
	width:50%;
	margin:auto;
	border-radius:12px;
}

.botverayudas{
	cursor:pointer;
}

.asistenciayuda{
	padding:15px;
}

.asistenciayuda img{
	height: 40px;
  width: auto;
}

.asistenciayuda .titulo{
	padding:0 0 20px 0;
}

.asistenciayuda .titulo img{
	float:left;
	height:70px;
}


.asistenciayuda .titulo table{
	height:70px;
	background:0;
}

.asistenciayuda i{
	padding: 0 0px 0 10px;
  color: #bf9b9b;
  font-size: 14px;
}

.asistenciayuda span{
	font-size:10px;
}

.pielightvox {
	width:90%;
	max-width:600px;
	padding: 0 0 25px 0;
	border-top:1px solid #d0d0d0;
}

.asistenciayuda .pielightvox img{
	height: 30px;
}

.asistenciayuda .pielightvox span{
	float: right;
	padding: 5px 2px;
}

.asistenciayuda .pielightvox a:hover{
	background:#d66541;
}

.asistenciayuda .pielightvox .medio{
	padding: 20px 45px;
}


.equipoteam ul{
	margin:auto !important;
	width:800px;
	height:auto;
	overflow:hidden;
	position:relative;
	z-index:99;
	background:#ffffff;
	cursor:pointer;
}

.equipoteam li{
	width: 80px;
  float: left;
  list-style: none;
  text-align: center;
  padding: 9px 5px;
	border-right:1px #e4e4e4 solid;
	cursor:pointer;
}

.equipoteam li img{
	height:32px;
	cursor:pointer;
}

.equipoteam li h6{
	font-size: 10px;
  margin: 0;
  padding: 0;
	color: #666666;
	cursor:pointer;
}

.equipoteam li h6:hover{
	color: #d66541;
}

.equipoteam li p{
	display:none;
}

.equipoteam li img{
	cursor:pointer;
}

.equipoteam .titulo{
	text-align:center;
}

.slideteam .contenedor img{
	width:100%;
}

.psp .sexto{
	text-align:center;
}

.psp .sexto img{
	height:50px;
}


.psp .sexto h6{
	margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
}

.psp .conceptosolo{
	padding: 120px;
}


.abm .obj{
	padding:0;
}

.abm .obj .tercio{
	text-align:center;
	padding:0 50px;
	margin-bottom:30px;
}

.abm .obj .tercio .contienebox{
	text-align: justify;
  line-height: 20px;
  padding: 10px 0;
  height: 100px;
	font-size: 14px;
}


.contienebox{
	float:left;
	width:auto;
}

.contienebox span{
	text-align:left;
}


.iconositems a{
    padding: 10px 35px;
		background: #666666;
    color: #ffffff;
    width: 75%;
    font-size: 15px;
		text-decoration: none !important;
}

.iconositems .titulo{
	text-align:center;
}

.iconositems .titulo img{
	 height: 110px;
   padding: 15px;
   margin-top: 10px;
}


.psp .iconositems .sexto{
	padding:2%;
	margin-bottom:30px;
}

.iconositems h2{
    margin:0;
		padding:0 0 30px 0;
		color:#666666;
}

.contieneboton{
	margin-top:15px;
}

.contienetexto{
	min-height:30px;
}


.conceptservices table{
	width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  min-height: 420px;
}

.serviciospsp{
	background:#f4f4f4;
}

.conceptservices td{
	width:50%;
	font-size:14px;
	line-height:16px;
	text-align:justify;
	padding:7% 5%;
	background:#ffffff !important;
	border: none !important;
}

.iconajedrez{
	text-align:center;
}

.iconajedrez img{
	 width: 50%;
   max-width: 200px;
   margin: auto;
   border: 2px solid #666666;
   border-radius: 100px;
}

.imgsvg{
	width: 50%;
  float: left;
  text-align: left;
}

.serviciotext{
	width: 85%;
  text-align:left;
}

.solotexto{
	margin-right:3px;
}

.filoright{
	border:none !important;
}

.pielightbox img{
	width:95% !important;
	margin:auto;
	height:auto;
}

.vervideoejemplo{
	cursor:pointer;
}

.iconositems{
	 width: 90%;
   margin: auto;
   padding: 120px 0;
}

.boxservices .tercio{
	 	text-align:center;
}

.boxservices .tercio p{
		text-align: justify;
    padding: 1% 12%;
}

.boxservices .tercio img{
	 	width:100px;
		margin:auto;
}

.conceptosolo{
  padding: 0 75px;
}

.conceptosolo img{
	height:50px;
	margin:auto;
}

.conceptosolo p{
	width:90%;
	max-width:560px;
	margin:auto !important;
	text-align:justify;
}

.conceptosolo h1{
	width:90%;
	max-width:560px;
	margin:auto !important;
}

.conceptosolo h2{
	width:90%;
	max-width:560px;
	margin:auto !important;
}


.conceptosolo h3{
	width:90%;
	max-width:560px;
	margin:auto !important;
}

.conceptosolo h4{
	width:90%;
	max-width:560px;
	margin:auto !important;
}

.conceptosolo h5{
	width:90%;
	max-width:560px;
	margin:auto !important;
}

.conceptosolo h6{
	width:90%;
	max-width:560px;
	margin:auto !important;
}

.abm .conceptosolo h4{
	font-size:22px;
}

.conceptosolo .titulo{
	margin-top:50px;
}

.describe p{
  color: #ffffff !important;
	font-size:14px !important;
}

.describeclaro ul{
	background:#1bbbd7;
}

.describeclaro ul li{
  font-size: 15px;
  padding: 10px;
	padding: 15px 25px;
	color:#ffffff;
	border:1px solid #ffffff;
	margin-left:0;
	line-height:18px;
}

.titimg{
  text-align:center;
}

.titimg img{
  width:90% !important;
	max-width:450px;
	padding:12px;
	margin:auto;
}


.imgajedrez{
	padding:0 !important;
	margin:0 !important;
	line-height: 0 !important;
}

.imgajedrez img{
	width:100%;
}

.botoimg{
	cursor:pointer;
}

.testope {
	line-height: 18px !important;
	font-size: 14px !important;
}

.testoh2 {
	margin:0 !important;
	padding:0 !important;
}

.botocentrado{
	text-align:center;
	margin-top:25px;
}

.tercio .botocentrado{
	margin-top:12px;
}

.cuarto .botocentrado{
	margin-top:12px;
}

.boto-line{
	padding: 12px 40px;
  background: #828282;
  color: #ffffff !important;
  width: 75%;
  font-size: 15px;
	cursor:pointer;
}

.boto-line:hover{
  background: #d66541;
	color:#ffffff;
}

.scrolling{
  overflow: auto;
}

.posted-by.vcard.author {
	display: none !important;
}

.nombresteam{
	margin-top:20px;
	z-index:99;
	position: relative;
}

.nombresteam ul{
	margin-bottom: -80px;
}

.nombresteam li{
	width: 14.1%;
  float: left;
  list-style: none;
  text-align: center;
  height: 50px;
  padding: 15px 0;
}


.nombresteam li a{
	color:#000000;
	/*font-family: 'MonteCarlo', cursive;*/
	font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size:1.3em;
}


.iconotopov{
	width: 190px;
  margin: auto;
  height: 100px;
}

.dimensionov {
    width: 90%;
    min-height: 420px;
    height: auto;
    margin: auto;
}

.resena {
    max-width: 700px;
    width: 90%;
    position: relative;
    overflow: hidden;
    margin: 60px auto 30px auto;
}

.resena h1{
   text-align:center;
}

.resena h2{
   text-align:center;
}

.resena h3{
   text-align:center;
}

.resena h4{
   text-align:center;
}

.resena h5{
   text-align:center;
}

.resena h6{
   text-align:center;
}


.bigote-naranja {
    height: 5px;
    background: #f26541;
    width: 10%;
    margin: 0 auto;
    padding: 0;
		margin-top:15px;
}

.contenidoov{
    width:95%;
		margin:auto;
}

.contenidoov .resena h4 {
    text-align: center;
    margin: 15px auto 0 auto;
}

.tipoaplicacion .dosopciones {
    margin-top: 35px;
    padding: 15px;
		border: #cccccc 1px solid;
    width: 90%;
    min-height: 300px;
    margin: auto;
    border-radius: 15px;
}


.tipoaplicacion .dosopciones .medio {
    padding: 25px 50px;
    text-align: center;
}

.tipoaplicacion .dosopciones .medio img {
    height: 120px;
    margin: 25px auto 0 auto;
}


.formpaso {
    min-height: 300px;
    font-weight: bold;
}

.formpaso form {
   width:100%;
	 margin:0;
	 box-shadow:none;
	 border:none;
}

.formpaso form select{
   width:98%;
}

.formpaso form input{
   width:98%;
}


.formpaso input, textarea { 
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.formpaso .tercio img { 
    width:100px;
		margin:auto;
}


.headformpaso {
    min-height: 70px;
}

.menuniac{
   padding-top:50px;
}

.menuniac .tercio{
  text-align:center;
	cursor:pointer;
}


.drag-drop {
    width: 145px;
    border: 1px #cccccc solid;
    text-align: center;
    color: white;
    position: relative;
    margin: 0px auto 1em;
}


.marcapasos {
    padding: 0;
    text-align: right;
}

.marcapasos ul {
    width: auto;
    float: right;
}

.marcapasos ul li {
    list-style: none;
    float: left;
    width: auto;
    padding: 8px 20px;
    background: #1cbfdb;
    color: #ffffff;
    margin-left: 5px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    font-size: 1.1em;
}

.marcapasos li {
		max-width:70px !important;
}

.marcapasos ul li a{
	padding:0;
	font-size:25px;
	color:yellow;
}

.marcapasos ul li span{
	color:#ffffff;
}

.conjunto {
    border: 1px solid #cccccc;
    min-height: 100px;
    padding: 3% 3% 2% 3%;
    margin: 12px 0 30px 0;
    position: relative;
    overflow: hidden;
		border-radius:12px;
}


.taboptimus {
    width: 620px;
    margin: 10px auto 25px auto;
}


.contienelineacompa{
    width: 37%; 
		float: left; 
		height: 65px;
}

.linecompa{
    width: 100%;
		margin: 28px 0;
		height:1px; 
		border:solid 1px #cccccc;
}

.contieneimaov{
    width: 26%; 
		float: left; 
		height: 65px;
}

#ov .boto-line {
    background: #cd6c40;
}

.tipoaplicacion .boto-line {
    padding: 10px 65px;
}

.mapareas{
	max-width:1300px;
}

.mapareas .oficinas {
    min-height: 300px;
}

.mapareas .oficinas .cuarto {
    padding: 25px 0;
    text-align: center;
    min-height: 230px;
}

.botonarea {
    background: rgba(244, 244, 244, .5);
    padding: 30px 15px;
    border-radius: 20px;
    width: 90%;
    margin: auto;
    min-height: 172px;
    border: 1px solid #cccccc;
		cursor:pointer;
}

.botonarea:hover {
    background: rgb(225 225 225);
}

.mapareas .oficinas .cuarto a {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.mapareas .oficinas .cuarto img {
    height: 72px;
    margin: auto;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mapareas .oficinas .cuarto h5 {
    padding: 5px;
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.msjhomeov{
		width:90%;
		max-width:1300px;
		margin:auto;
}

.contenidoov .resena .msjhomeov{
    text-align:center;
}


.dimensionov .msjhomeov h6{
    text-align:center;
}

.lightboxcargando{
    display:none;
}

.lightboxcargando table{
    width:100%;
		height:100%;
		position:fixed;
		z-index:9999;
		background: rgba(34, 34, 34, 0.2)
}

.imagenprofile img{
   width: 60px;
   margin: auto;
   padding: 20px 0;
}

.titapli h3{
   	font-size:15px;
		text-align:center;
}

.titapli h3 span{
   	color: #ef6541;
}


.taboptimus {
    width: 620px;
    margin: 10px auto 25px auto;
}


.taboptimus ul li {
    float: left;
    width: auto;
    font-size: 14px;
    padding: 8px 12px;
    margin-left: 2px;
    list-style: none;
    border-right: 1px solid #cccccc;
    background: #f4f4f4;
    text-decoration: none;
}

.taboptimus a{
	text-decoration:none !important;
	color:#666666;
}

.mmmovil{
	display:none;
}

.lamapa{
	width:100%;
	height:320px;
	text-align: center;
}

#map { 
	width: 800px;
	margin:auto;
	height: 320px;
}

#map{}

.mapboxgl-canvas{
	width:800px !important;
	height:auto !important;
}


.medioformright{ 
		text-align:right !important; 
}

.labelright h6{ 
		margin-left:15px; 
}

.appboto{ 
		width:100%; 
}

.appboto li{ 
    list-style: none;
    text-align:left;
}

.appboto li img{ 
		width:35px;
		margin-right:7px;
}

.appboto a{ 
		font-size:12px; 
}


.todossubclientes{ 
		display:none; 
}

.separador{
	width: 85%;
	margin: 0 auto 25px auto; 		height: 1px;
	border-bottom: 1px solid #d3d3d3; 
}

.separadorlg{
	width: 95%;
	max-width: 600px;
	margin: 0 auto 25px auto; 		height: 1px;
	border-bottom: 1px solid #d3d3d3; 
}

.coverseparador{
	width: 100%;
	margin: 0 auto 25px auto; 		height: 1px;
	border-bottom: 1px solid #d3d3d3; 
}

.intromensajep{
	font-size: 16px !important;
	text-align: center !important;
	margin:30px 0;
}

.intromensajep p{
	text-align: center !important;
	width:100%;
}

#dubicacion{
	display:none;
}

#dcontacto{
	display:none;
}

#dadicionales{
	display:none;
}

.roseta-magazine-two #content-masonry article.hentry {
    width: 100%;
}

.continue-reading-link span{
    display: none;
}

.tabacademico ul{
    height:40px;
}

.tabacademico li{
    float:left;
		list-style:none;
		margin:25px;
		width:33%;
		margin:0;
		text-align:center;
}

.tituloform{
		margin:0 !important;
		font-size:1.5em !important;
}

#imagenprofile{
		color:#666666;
		font-size:10px;
}

.ingresa2{
		display:none;
}


.ingresa3{
		display:none;
}

.ligasadc {
  float: left;
  width: auto;
  height: 50px;
  position: relative;
  margin-top: 15px;
  margin-left: 9px;
  padding-left: 11px;
}

.ligasadc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7%;
  height: 60%; /* 80% - 20% = 60% del alto */
  width: 1px;
  background-color: #ffffff;
}

.ligasadc img{
	float: left;
  height: 15px;
  margin-right: 2px;
  margin-top: 12px;
}

.ligasadc ul{
	float:right;
}

.ligasadc li{
	 float: left;
    width: auto;
    list-style: none !important;
    /* border: 1px solid #666666; */
    padding: 0 5px;
    min-width: 60px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
}

.ligasadc li a{
	font-size:.6em;
	color:#ffffff;
}

.ligasadc li a:hover{
	color:#2eb2d2;
}


.redestop{
	float:right;
	width:auto;
	height:50px;
	position:relative;
	margin-top:45px;
	margin-right:20px;
}

.redestop ul{
	float:right;
}

.redestop li{
	float: left;
  width: auto;
  list-style: none !important;
  padding: 0 10px;
}

.redestop li a img{
	height:30px;
}


.itemtech{
	float:right;
	height:50px;
	position:relative;
	margin-top:45px;
	margin-right:20px;
}

.itemtech ul{
	margin-left:0;
}

.itemtech li{
	float: left;
  width: auto;
	margin-left:7%;
  list-style: none !important;
  padding: 0 10px;
}

.itemtech li a{
	color:#000000;
}


.article-inner li{
	color:#000000;
	font-size:16px;
}

.wp-block-embed__wrapper{
	color:#000000 !important;
	font-size:16px !important;
}

.wp-block-embed{
	color:#000000 !important;
	font-size:16px !important;
}

.tabcontenidos{
	padding: 75px 0 0 0;
}

.tabcontenidos .medio{
	text-align:center;
	cursor:pointer;
}

.tabcontenidos .cuarto{
	text-align:center;
	cursor:pointer;
}

.tabcontenidos .contenedor:hover{
	background:#1895AF;
	color:#ffffff !important;
}


.bigote{
	width:50%;
	margin:auto;
	height:10px;
}

.article-inner li {
   	font-size: 14px;
    line-height: 30px;
    padding: 10px;
    min-width: 100px;
}

.cuerpoanuncio ul li{
	list-style:none !important;
}

.cuerpoanuncio .inforight li{
	float:right !important;
}

.cuerpoanuncio .infoleft ul{
	margin-left:0 !important;
}

.cuerpoanuncio .conjunto{
	margin:none !important;
}

.cuerpoanuncio td{
	width:50%;
}

.cuerpoanuncio td span{
	padding-left:7px;
}

.bigotebot{
	width:100%;
	height:2px;
	background:#22aaa1;
}

.tipoabm{
	margin-top:70px;
}

.tipoabm td{
	border-right: 1px solid #22aaa1 !important;
}

.footsociales img{
	width:40px;
	padding:0 2px;
}

.checkbox-label {
   	float: left;
  	margin-top: -9px;
		margin-left: 5px;
 }

.laboractual input[type="checkbox"]{
	width: auto;
  float: left;
  transform: scale(2);
  margin: 15px 50px;
}

.listarvacantes{
	width:90%;
	max-width:1300px;
	margin:auto;
	overflow:visible;
}

.listarvacantes .tercio{
	min-height:300px;
}

.listarvacantes .tercio .cargo{
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:12px;
}

.listarvacantes .conjunto{
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
	border:none;
}

.listarvacantes .conjunto img{
	width:75%;
	margin:auto;
	border-radius:15px;
}

.viewanuncio{
	position:absolute;
	right:3%;
	bottom:6%;
}

.cuadrotpa h4{
	margin:0;
	padding:0;
	font-size:10px !important;
	line-height:24px;
}


.contenido-linea {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
		min-height:95px;
}

.contenido-linea.shift {
    height: 120px; 
}

.contenido-linea img {
    max-width: 90%; 
}


.contenido-linea-img {
    display: flex;
    justify-content: center;
    align-items: center;
		height:60%;
}

.contenido-linea-img.shift {
    height: 120px; 
}

.contenido-linea-img img {
    max-width: 75%; 
}


.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    position: relative;
    /*background-color: #000;*/
    border-radius: 10px;
    overflow: hidden;
    width: auto;
    max-height: 400px;
    aspect-ratio: 16/9; /* Dimensiones horizontales */
}

video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}


#popupVideo {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}

#popupContent {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
}


#popupVideoPlayer {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: black;
}

.sidebar {
  width: 30%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  /*background: #333;*/
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}

/* Estilo del video dentro del sidebar */
.sidebar video {
  width: 100%;
  height: auto;
}

/* Contenido principal */
#content {
  transition: margin-right 0.3s ease-in-out;
}

/* Header y contenido ajustados */
#header.shift, #content.shift {
  width: 70%; /* Mantén el contenido en el 70% del ancho */
  transition: width 0.3s ease; /* Animación al cambiar el ancho */
}

/* Sidebar visible */
.sidebar.open {
  transform: translateX(0); /* Sidebar completamente visible */
}

/* Ajuste del ancho del body */
body.shift {
  width: 70%; /* Cambia el ancho del body al 70% */
  transition: width 0.3s ease;
  overflow-x: hidden; /* Evita scroll horizontal */
}

.closeSidebar{
	position:fixed;
	width:auto;
	height:auto;
	right:5px;
	top:5px;
	z-index:9999;
	cursor:pointer;
	display:none;
}

.cuadrito-slide .shift a{
	font-size:12px !important;
}

.avatarmini .shift img{
	display:none !important;
}


.tapon .dinamic-cuadro{
	top: 12%!important;
}

.vfiveform-container {
      max-width: 70%;
      margin: 0 auto;
     	text-align: center;
 }

 .vfiveform-container h1 {
     font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 10px;
 }

.vfiveform-container p {
     	font-size: 1em;
			line-height:1.2em;
     	margin-bottom: 20px;
 }

.vfiveform-container .textoformfrom {
    width:100%;
		max-width:500px;
		margin:auto;
 }

.vfiveform-group {
     margin-bottom: 10px;
     text-align: left;
 }

.vfiveform-container input, textarea {
     border-radius: 7px;
 }

.vfiveform-container input, select {
     width: 100%;
     padding: 10px;
     box-sizing: border-box;
     border: 1px solid #ccc;
     border-radius: 7px;
 }





	


.select-servicios {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(200, 220, 230, 0.6);
  background: linear-gradient(135deg, #f9f9f9, #e0f7fa);
  color: #006064;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Flecha personalizada clara */
.select-servicios::after {
  content: "▾";
  font-size: 14px;
  color: #0097a7;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  text-shadow: 0 0 2px rgba(0, 150, 167, 0.5);
}

/* Hover suave */
.select-servicios:hover {
  border-color: #00acc1;
  box-shadow: inset 0 0 10px rgba(0, 150, 167, 0.1), 0 2px 6px rgba(0, 150, 167, 0.2);
  color: #007c91;
}

/* Focus elegante */
.select-servicios:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 12px rgba(0, 188, 212, 0.4), 0 0 24px rgba(0, 188, 212, 0.2);
  color: #006064;
}

/* Opciones internas con fondo gris oscuro y letras blancas */
.select-servicios option {
  background: #2c2c2c;
  color: #ffffff;
  padding: 12px;
  font-size: 15px;
  border: none;
}












.vfiveform-container textarea {
     width: 100%;
 }

.vfiveform-container input[type="submit"] {
     background-color: #7bcde1;
     color: white;
     border: none;
     cursor: pointer;
 }

.vfiveform-container input[type="submit"]:hover {
    background-color: #005bb5;
 }

.vfiveform-container a {
    color: #7bcde1;
    text-decoration: none;
 }


.vfiveform-container .phone-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vfiveform-container .phone-input select{
   width:20%;
	 float;left;
	height:40px;
}

.vfiveform-container .phone-input input{
   width:80%;
	 float;left;
		height:40px;
}

.vfiveform-container #phone-code {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.vfiveform-container #telefono {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}




.carrusel-entidades {
    overflow: hidden;
    width: 80%;
    float: left;
    position: relative;
    height: 300px;
}

.carouselentidades {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.3s ease;
}

.carouselentidades li {
    flex: 0 0 auto;
    width: 200px;
}

.carouselentidades img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0;
}


.grupos-entidades {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5px 0 5px 65px;
}

.grupos-entidades ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.grupos-entidades li {
    margin: 0;
    line-height: 1;
		color: gray;
    font-size: 20px;
    transition: color 0.3s ease;
		width:25px;
		cursor:pointer;
}

.grupos-entidades .activo {
    font-weight: bold;
		color:orange;
		font-size: 22px !important;
}




.one-column{
    max-width:100% !important;
}

.main{
	padding:0 !important;
}


.listar-asistencias.grupo1, .listar-asistencias..grupo2 {
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}
.listar-asistencias.grupo1 {
    visibility: visible;
    opacity: 1;
    position: relative;
}
.listar-asistencias.grupo2 {
    visibility: hidden; 
    opacity: 0;
    position: absolute;
		display:block;
}
.listar-asistencias.grupo1 .tercio img, .listar-asistencias.grupo2 .tercio img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}
.bullets-asistencias {
   color: #666666;
	 cursor: pointer;
}
.bullets-asistencias .bullet:hover {
    color: orange;
}

.bullets-asistencias .bullet.active {
    color: #007BFF;
}


/* Estilos del popup */
.asistencia-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: none; /* Inicialmente oculto */
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

/* Estilo para la barra de desplazamiento */
.asistencia-popup::-webkit-scrollbar {
    width: 8px; /* Ancho de la barra de desplazamiento */
}

.asistencia-popup::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Color de la parte deslizable */
    border-radius: 10px; /* Bordes redondeados */
}

.asistencia-popup::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color del fondo de la pista */
    border-radius: 10px; /* Bordes redondeados */
}

.asistencia-popup img {
    width: 100%;
    height: auto;
}

/* Fondo oscuro detrás del popup */
.asistencia-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none; /* Inicialmente oculto */
}

/* Estilo para la animación de entrada */
.asistencia-popup-show {
    animation: fadeIn 0.5s ease-in-out;
}

/* Animación de desvanecimiento */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}


.listar-servicios-psp{
	width:80%;
}

.bullets-servicios-psp .bullet {
    color: #666666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.bullets-servicios-psp{
	width:100px;
	margin:auto;
}

.bullets-servicios-psp li {
		float:left;
		list-style:none;
	  font-size:1.2em;
}

.bullets-servicios-psp .bullet:hover {
    color: #5590cc;
}

.bullets-servicios-psp .bullet.active {
    color: #007BFF;
    font-weight: bold;
}

.listar-servicios-pf{
	width:70%;
}

.fijoenbase {
    position: absolute;
    bottom: 0;
}

.interiores #contenido-linea{
	height:100% !important;
}

.asistencia .videoeitems{
	width:80%;
	height:auto;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.asistencia .videoeitems .cuarto{
	text-align:center;
}

.asistencia .videoeitems .tercio{
	text-align:center;
}

.asistencia .videoeitems .cuarto a img{
	width:75%;
	height:auto;
	margin:auto;
}

.asistencia .videoeitems .tercio a img{
	width:65%;
	height:auto;
	margin:auto;
}

.psp .videoeitems{
	width:80%;
	height:auto;
	margin:50px auto 0 auto;
	position:relative;
	overflow:hidden;
}

.psp .videoeitems .tercio{
	text-align:center;
}

.psp .videoeitems .tercio a img{
	width:75%;
	height:auto;
	margin:auto;
}

.videoeitems table{

}

.videoeitems table .video{
	width:30%;
}

.videoeitems table .resto-contenido{
	width:70%;
 	justify-content: center;
  align-items: flex-end;
  position: relative;
}

.videoeitems table .resto-contenido .tercio{

}

.videoeitems table .resto-contenido .tercio img{
	width:60%;
	margin:auto;
}

.videoeitems table .resto-contenido .medio{
	margin-bottom:55px;
}

.videoeitems table .resto-contenido .medio img{
	width:85%;
	margin:auto;
}

.bullets-asistencias{
	width:50px !important;
}

.bullets-asistencias li{
	float:left;
	padding:3px;
	list-style:none;
	min-width:10px;
	font-size:25px;
}

.pasoscube{
	width:80%;
	margin:auto;
}

.pasoscube img{
	width:95%;
	margin:auto;
}

.comolohacemos{
	padding:60px 0 100px 0;
}

.seccionrb .titulo{
	width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.titulo h1{
	font-weight:400;
}

.seccionrb .titulo h1{
	font-size:3em;
}

.titulo h1 span{
	font-weight:900;
}

.titulofeo{
	width:40%;
	max-width:700px;
	padding:35px 50px;
	margin:auto;
	text-align:center;
}

.gris{
	background:#666666;
}

.cian{
	background:#2eb2d2;
}

.titulofeo h1{
	font-size:19px;
	color:#ffffff;
	margin:0;
	padding:0;
}

.grupo1{
	display:block
}

.grupo2{
	display:none;
}

.one-column{
	 display:none !important;
}

.cerrar-roundblack{
		background: #000000;
   	padding: 0 10px;
   	border-radius: 20px;
		width:35px;
    height: 35px;
    line-height:32px;
}


.sidebar .cerrar-roundblack{
		width:35px;
		height: 35px;
}

.seccionrb .mediomedio{
	width:90%;
	margin:25px auto;
}

.seccionrb .mediomedio td{
	width:50%;
}

.seccionrb .mediomedio img{
		width:100% !important;
	}

.seccionrb .mediomedio a img{
		padding:0;
		margin:0;
		line-height:0;
		vertical-align:baseline;
	}


.cuadros-total a img{
		padding:0;
		margin:0;
		line-height:0;
		vertical-align:baseline;
	}
	
	.cuadros-total img{
		width:100% !important;
		width:100%;
	}


		.cuadros-total td{
			width:50% !important;
		}
	
	


.contactvfour td{
	width:50%;
	line-height:0;
	text-align:center;
}

.footov{
	width:100%;
}

.tinteriores-gray{
	background:#f2efed;
	text-align:center;
	padding: 20px 0;
	min-height:105px;
}

.tinteriores-gray h1{
	line-height:.8em;
	padding-top:8px;
	font-size:3em;
}

.tinteriores-gray p{
	line-height: 1.4em;
  font-size: 1.2em;
}

.tinteriores-gray img{
	height:80px;
	padding:0;
	margin-top:15px;
}

.videocontinental{
	width:90%;
	max-width:800px;
	margin:auto;
	padding: 65px 0 45px 0;
}

.videocontinental video{
	    background-color: #a7a2a2 !important;
    padding: 5px;
}

.contenedor-bot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.botext-volver {
    display: inline-flex;
    align-items: center;
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    max-width: 280px;
    min-width: 100px;
    text-align: center;
    transition: background-color 0.3s;
		cursor:pointer;
		margin-top:50px;
}

.botext-volver:hover {
    background-color: #ddd;
}

.botext-volver a{
	color:#666;
}

.icon-pretex {
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
		margin-top:-4px;
}

.olimpia{
	background:#f2efed;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	padding:40px 0;
}

.olimpia h1{
	text-align:center;
}

.viewasis_contenedor {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.viewasis_carrusel {
    display: flex;
    align-items: center;
    position: relative;
}

.viewasis_carrusel-contenedor {
    display: flex;
    overflow: hidden;
		width:100%;
    max-width: 1000px;
    margin: 0 auto;
}

.viewasis_carrusel-contenedor.shift {
		width:67%;
}

.viewasis_carrusel-items {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.viewasis_cuarto {
    flex: 0 0 auto;
    width: 24%; 
    margin-right: 15px;
}

.viewasis_cuarto img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.viewasis_flecha {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    position: absolute;
}

.viewasis_flecha:hover{
	background:none !important;
}

.viewasis_flecha.viewasis_izquierda {
    left: 50px;
}

.viewasis_flecha.viewasis_derecha {
    right: 50px;
}

.viewasis_carrusel button img{
	height:35px;
}

.viewasis_carrusel button:hover{
	background-color:none;
}

.flotante{
	position:fixed;
}

.volveire{
	text-align:center;
	margin-top:50px;
}

.dgn-dropdown {
		position: relative;
   display: inline-block;
   width: auto;
   margin: 0px 12px;
}
        
.dgn-dropbtn {
   background-color: transparent !important;
   color: #ffffff;
   font-size: 12px;
   border: none;
   cursor: pointer;
   border-radius: 4px;
	 font-family:'Lato', sans-serif !important;
	font-weight:400;
	padding:0;
}

.dgn-dropbtn:hover {
   color: #2eb2d2;
	font-weight:bold;
}
        
.dgn-dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 999;
	padding: 12px;
	min-width:200px;
	left:33px;
}
        
.dgn-dropdown-content a {
   color: black;
	 font-size:11px;
   padding: 4px;
   text-decoration: none;
   display: block;
	 z-index: 999;
	 float:left;
	 text-align:left;
}

.dgn-dropdown-content li {
   list-style:none;
}

        
.dgn-dropdown-content a:hover {
    background-color: #f1f1f1;
 }
        
.dgn-dropdown:hover .dgn-dropdown-content {
    display: block;
}
        
.dgn-dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
        
.dgn-itemtech.sesenta {
    margin-top: 30px;
}
        
.dgn-itemtech.sesenta ul {
    list-style-type: none;
    padding: 0;
}

.dgn-menu-container{
	margin-top:15px;
	margin-left:15px;
	width:auto;
	float:left;
	text-align:center;
}

.dgn-dropdown-content .log-emp{
	width:30%;
	float:left;
	display:none;
}

.dgn-dropdown-content .log-emp img{
	height:35px;
	padding-top:7px;
}

.dgn-dropdown-content .text-emp{
	width:70%;
	float:left;
}

        
.itemtech.sesenta li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
 }
        
.itemtech.sesenta li a:hover {
   background-color: #eee;
}

#site-wrapper{
	overflow:visible!important;
}

.site-header-top .site-header-inside{
	overflow:visible !important;
}

.grayparallax {
    position: relative;
    height: 1030px;
    overflow: hidden;
}

.grayparallax p{
	width:50%;
	margin:auto;
	color:#ffffff;
	height:auto;
	overflow:hidden;
}

.grayparallax table{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	min-height:150PX;
}

.logos-holding {
	width:1400px;
	margin:0 auto 75px auto;
	min-height:260px;
	z-index:4;
	position:relative;
}

.logos-holding .logo{
	text-align:center;
	min-height:110px;
	margin-bottom:25px;
}

.logos-holding .cuarto{
	position:relative;
}

.borde-logo{
	width:80%;
	height: 100%;
	margin:auto;
	border:2px solid #666666;
	padding:5%;
	border-radius:12px;
	display: flex;
  justify-content: center;
  align-items: center;
	position:relative;
}

.logos-holding .logo img{
	height:80px;
	margin:auto;
}

.solo-logo-centro{
	width:220px;
	margin:40px auto;
	padding:20px;
}

.modal-holding{
	position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 230%;
  background: #fff;
  z-index: 9;
  padding: 5%;
  border-radius: 7%;
}

.modal-holding .describempresa{
	line-height:1.05em;
	font-size:14px;
	margin:3px;
}

.modal-holding .describempresa ul{
	list-style:circle;
	list-style-type: disc;
	text-align:left;
}

.describempresa{
	text-align:left;
}

.describempresa h4{
	margin-bottom:10px;
}



.modal-holding .describempresa ul li{
	list-style:circle;
	list-style-type: disc;
	padding-bottom:7px;
}

.cerrarModal{
	position: absolute;
  top: 3%;
  right: 3%;
  background: red;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 1px 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 99;
  font-size: 11px;
}

.cuadros-total table{
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
}

.parallax-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.parallax-content {
   position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin-top: 5%;
}

.texto-imagen {
    max-width:250px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
}

.slogan-startup{
	font-size:1.3em;
}

.video-recorrido{
	width:300px;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.bandas{
	width:100%;
	padding:5%;
}

.bandas table{
	width:100%;
}

.bandas td{
	width:100%;
	height:300px;
}

.bandas td video{
	width:90%;
	max-width:700px;
	height:auto;
	margin:auto;
}

.logo-company{
	width:150px;
	margin:auto;
	text-align:center;
}


.logo-company img{
	width:140px;
	margin:auto;
	padding:0;
}


#hubVideo{
box-shadow: 8px 0 20px 0 rgba(0, 0, 0, 0.3);
}


#hubVideo::-webkit-media-controls-panel {
    background: transparent !important;
}


#hubVideo::-webkit-media-controls-enclosure {
    background: transparent !important;
    border-radius: 0 !important;
}


.xvideo{
box-shadow: 8px 0 20px 0 rgba(0, 0, 0, 0.3);
}


.xvideo::-webkit-media-controls-panel {
    background: transparent !important;
}


.xVideo::-webkit-media-controls-enclosure {
    background: transparent !important;
    border-radius: 0 !important;
}

.masinfo{
	margin-top:18px;
}

.masinfo a{
	width: 65%;
	max-width:200px;
	color: #ffffff;
	padding: 15px;
	background-color: #2eb2d2;
	display: inline-block;
}

.fondo-colado{
	padding: 0;
  background: #f4f4f4;
  height: 700px;
  position: relative;
	margin: -600px 0 0 0;
  overflow: hidden;
	z-index:1;
}

.history-slideshow-container {
  position: relative;
  width: 100%;
  /* Crea un cuadrado perfecto basado en el ancho */
  padding-top: 100%; /* Esto crea la altura igual al ancho */
  overflow: hidden;
}

.history-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen cubra el espacio manteniendo relación de aspecto */
  opacity: 0;
  animation: slideShow 12s infinite;
}

/* Resto del CSS de animaciones igual que antes */
.history-slide:nth-child(1) { animation-delay: 0s; }
.history-slide:nth-child(2) { animation-delay: 3s; }
.history-slide:nth-child(3) { animation-delay: 6s; }
.history-slide:nth-child(4) { animation-delay: 9s; }

@keyframes slideShow {
  0% { opacity: 0; z-index: 2; }
  8.33% { opacity: 1; }
  25% { opacity: 1; }
  33.33% { opacity: 0; }
  100% { opacity: 0; }
}

.history-slideshow-container:hover .history-slide {
  animation-play-state: paused;
}

.olimpia{
	font-weight: bold;
  font-size: 1.2em;
  line-height: 30px;
  width: 100%;
  margin: auto;
  background: #f4f4f4;
  color: #666666;
  border-radius: 0;
  padding: 60px;
}

.rbvideo-slide video{
		width: 100%;
		position:absolute;
		top:0;
		left:0;
    height: auto;
    display: block;
    margin: 0 auto;
    opacity: 1;
    z-index: 1;
		border-radius:0;
}

.infomenutopdos{
		width:22%;
		float:right;
		margin-top: 45px;
}

.infomenutopdos .dgn-dropdown{
		background-color: transparent !important;
  	border: none;
  	cursor: pointer;
    padding: 0;
		float:right;
		list-style:none;
		text-align:center;
		width:50%;
}


.infomenutopdos .dgn-dropdown a{
  	color: #000000;
  	font-size: 12.5px;
  	font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}

.cuadrado-video{
	border-radius:0;
	width:82%;
	float:left;
	margin:0;
	padding:15% 0;
}

#whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1001;
}

#whatsapp-btn a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25d366;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

#whatsapp-btn img {
    width: 70%;
    height: auto;
    padding: 6px 0;
		margin-top:-7px;
}

#whatsapp-chat {
    position: fixed;
    bottom: 50px;
    left: 90px;
    width: 300px;
    height: auto;
    min-height: 255px;
    max-width: 90%;
    background: #f0ede6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
    z-index: 1000;
    display: none;
    flex-direction: column;
    z-index: 999999999;
}

#whatsapp-chat img {
    width: 80px;
}

#whatsapp-chat .header {
    background-color: #ffffff;
    color: #666666;
    padding: 20px 30px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

#whatsapp-chat .header h3 {
    margin: 0;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

#whatsapp-chat .chat-box {
    padding: 10px;
    flex: 1;
    /* display: flex
; */
    flex-direction: column;
    justify-content: space-between;
}

#whatsapp-chat .chat-box textarea {
    width: 100%;
    height: calc(100% - 50px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: none;
		background:#ffffff;
}

#whatsapp-chat .chat-box button {
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#whatsapp-chat .header .close {
    cursor: pointer;
    font-size: 20px;
}

#whatsapp-chat .close {
    position: absolute;
    top: 0;
    right: 15px;
}

.received {
    border: 1px solid #dfdede;
    padding: 10px 15px;
    border-radius
Defines the radii of the outer border edge.
Learn more
Don't show
: 12px;
    width: auto;
    max-width: 80%;
    background: #fff;
    margin-bottom: 15px;
}

.subrayado-top{
	  border-bottom: solid 4px #2eb2d2;
	padding-bottom:5%;
}

.neoprodfin{
	margin-top:2%;

  flex-wrap: nowrap;
  overflow: hidden; 
}

.neoprodfin .item img{
	width:80%;
	margin:auto;
}

.neoprodfin .medio img{
	width:50%;
	float:left;
	margin-left:7%;
	border-radius:7%;
}

.neoprodfin .medio .testo {
		width: 45%;
    margin-top: 8%;
		margin-left:7%;
    float: left;
    position: relative;
    background: #ffffff;
    padding: 4%;
    margin-left: -10%;
    z-index: 9;
		box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
	border-radius:20px;
}

.neoprodfin .item{
		min-height:320px;
		margin-bottom:70px;
}


.neoprodfin .item .testo {
		width:65%;
		margin:-40px auto 0 auto;
    position: relative;
    background: #ffffff;
    padding: 4%;
    z-index: 9;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
	min-height:220px;
}


.neoprodfin .cuarto img{
	width:80%;
	margin:auto;
	border-radius:8%;
}

.neoprodfin .cuarto img:hover{
	
}

.neoprodfin .medio{
	transition: transform 0.4s ease;
	cursor:pointer;
}

.neoprodfin .medio:hover{
	transform: scale(1.05); 
}

.neoprodfin .tercio{
	transition: transform 0.4s ease;
	cursor:pointer;
	border-radius:8px;
}

.neoprodfin .tercio:hover{
	transform: scale(1.05); 
}

.neoprodfin .cuarto{
	transition: transform 0.4s ease;
	cursor:pointer;
}

.neoprodfin .cuarto:hover{
	transform: scale(1.05); 
}


.neoprodfin .cuarto p{
	line-height:20px;
	width:90%;
	margin:auto;
}

.neoprodfin .cuarto h4{
	font-size:1.2em;
}

.neoprodfin .cuarto .agueitar{
	margin-top:0;
}

.neoprodfin .tercio img {
    width: 50%;
		float: left;
    margin-left: 7%;
}

.neoprodfin .tercio video {
    width: 50%;
		float: left;
    margin-left: 7%;
		padding:0;
		position:relative;
		z-index:9;
		border-radius:30px;
}

.neoprodfin .tercio .testo {
    width: 45%;
    margin-top: 8%;
    float: left;
    position: relative;
    background: #ffffff;
    padding: 4%;
    margin-left: -5%;
    z-index: 9;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
		border-radius:5%;
}

.neoprodfin .chelulai{
    flex: 0 0 auto;
}

.neoprodfin .chelulai .testo {
    margin-top: 27% !important;
}

.neoprodfin .chelulai .testo p{
    min-height:0;
		font-size:12px;
}


.neoprodfin .tercio .testo h4 {
    text-align:center;
		font-size:1.1em;
}

.neoprodfin .tercio .testo p {
    line-height: 16px;
    margin-top: 6px;
    text-align: center;
}

.neoprodfin .tercio .testo .agueitar {
   	padding:7px 17px;
		margin-top:0;
		z-index:11 !important;
}

.chelulai{
	padding:1%;
}

.chelulai .agueitar{
	display:block;
	margin:auto;
}



.testo p{
	font-size:1em;
	line-height:1.3em;
	margin:.5em auto;
}

.designpage{
    padding:8% 0;
}

.designpage table {
    display: table;
    width: 90%;
    margin: auto;
    max-width:1400px;
}

.designpage img{
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.backgrey{
	width: 100%;
  height: 670px;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 3;
  background: #D9D9D9;
}

.sobre-backgrey{
	position:relative;
	z-index:4;
}

.neoservfin .testo{
		width: 340px;
    margin: auto;
		background: #ffffff;
    padding: 8%;
    z-index: 9;
		box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.neoprodfin .testo p, .neoservfin .testo p{
		min-height:70px;
}

.testo p{
		min-height:70px;
}

.margina-arriba{
	margin-top:40px;
}

.margina-abajo{
	margin-bottom:40px;
}

.neotools{
	background-image: url('/wp-content/themes/roseta/resources/images/fintech-page/fondo-neotecnotool.png');
	position: relative;
  width: 100%;
  height: auto;
	min-height:400px;
	overflow:hidden;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
   filter: brightness(0.9);
}


.neotoolsstartup{
	background-image: url('/wp-content/themes/roseta/resources/images/startup-page/omnicanalidad.png');
	position: relative;
  width: 100%;
  height: auto;
	min-height:400px;
	overflow:hidden;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
   filter: brightness(0.9);
}

.neotoolsmedtech{
	background-image: url('/wp-content/themes/roseta/resources/images/medtech-page/tecnologia-medica.png');
	position: relative;
  width: 100%;
  height: auto;
	min-height:400px;
	overflow:hidden;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
   filter: brightness(0.9);
}

.neotools h1{
	color:#ffffff;
	text-align:center;
}

.resalta-white{
	font-weight:750;
	color:#ffffff;
	font-size:1.2em;
	line-height:1.3em;
}


.testo h1, .testo h2, .testo h3, .testo h4{
		line-height:1.2em;
}

.startuphub .testo{
		width: 420px;
		height: auto;
    margin: auto;
    padding: 8%;
		text-align:center;
}

.startuphub .medio img{
		width: 90%;
		margin:auto;
}

.center-testo{
		width:80%;
		max-width: 540px;
		height: auto;
    margin: auto;
    padding: 8%;
		text-align:center;
		display: block;
  	overflow: visible;
}

.center-testo h1 {
  display: block;
  position: relative;
	line-height:1em;
	margin-bottom:.2em;
}


.center-testo h4{
		line-height:1.2em;
}

.center-testo p{
		line-height:1.3em;
		font-size:1em;
}

.seccion-giftcard {
  background-image: url(/wp-content/themes/roseta/resources/images/medtech-page/giftcard-background.png);
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.9);
}

.seccion-giftcard .center-testo{
	width:480px;
}

.seccion-giftcard .center-testo h1{
  color:#ffffff;
	line-height:1.2em;
}

.seccion-giftcard .center-testo p{
  color:#ffffff;
}


.seccion-giftcard table{
  margin:10% 0;
}

.seccion-giftcard td{
  width:50%;
}

.seccion-giftcard td img{
  width:50%;
}

.neo-asistencia .center-testo{
		width: 80%;
		max-width:540px;
}

.recompensaia{
	width: 100%;
    position: relative;
    background-image: url(/wp-content/themes/roseta/resources/images/startup-page/startup-tecnologia.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.recompensaia h1{
	text-align:center;
}

.recompensaia .testo{
		width: 420px;
		min-height: 270px;
    margin: auto;
		background: #ffffff;
    padding: 8%;
		text-align:center;
    z-index: 9;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    text-align: center:;
}

.describeconico{
	margin-top: 35px;
}

.describeconico .cuarto img{
	height:60px;
	fill:#666666;
}

.describeconico .tercio img{
	height:60px;
	fill:#666666;
}

.describeconico .cuarto .describe{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
}

.describeconico .tercio .describe{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
}

#menuprincipal img {
  filter: brightness(0) invert(1);
}

.svg-white {
  filter: brightness(0) invert(1);
}

.svg-gris {
  filter: brightness(1) invert(0);
}

.movil-menuhome{
	background:#ffffff;
	width:100%;
	height:50px;
}

.movil-menuhome a .icono {
  height: 20px;
  margin-top:-6px;
}

.movil-menuhome span {
  color:#666666;
}

.movil-menuhome .medio{
	width:50%;
	height:100%;
	float:left;
	text-align:center;
}

.movil-menuhome .medio a{
	width:auto;
	margin:auto;
	text-align:center;
}

.fijo-en-top {
   position: fixed !important;
   top: 0 !important;
   left: 0 !important;
   box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
   z-index: 9999;
}

.centradoxy{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo-tecno-about{
	 background-image: url(/wp-content/themes/roseta/resources/images/fondo-tecno-about.png--silenciado);
	background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
	height:700px;
}

.txvayaporlasombrita{
	text-shadow: 7px 5px 3px rgba(255, 255, 255, 0.5);
}

.toptreinta{
	margin-top:30px;
}

.topcuarenta{
	margin-top:40px;
}


.topsesenta{
	margin-top:60px;
}

.asistencia .designpage{
	margin:0 auto;
	padding:2% 0;
}

.asistencia .designpage .cuarto{
	margin-bottom:7%;
}

.asistencia .cuarto .agueitar{
	margin-top:5%;
}

.agueitar{
	width: 85%;
	max-width:146px;
  color: #ffffff;
  padding: 7px 40px;
  background-color: #2eb2d2;
  display: inline-block;
	margin-top:0;
	border-radius:20px;
	z-index:11;
	display:none;
}

.agueitar:hover{
  color: #ffffff;
  background-color: #666666;
}

.int-fintech .agueitar{
  margin-top:10px;
}


.movilineas{
	background:#f4f4f4;
	margin-top:100px;
}

.movilineas li{
	width:33%;
	float:left;
	text-align:center;
	list-style:none;
	padding:7px 0;
}

.videocartelera{
		width:80%;
		margin:-400px auto 0 auto; 		 max-width:1200px; 
		position: relative; 
		z-index: 99;
	}

.seccionseparadora{
		margin-top:40px;
		margin-bottom:40px;
	}

.doscuadros table{
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
}

.doscuadros table td{
	width:50%;
}

.doscuadros table .jintext{
	width:40%;
}

.doscuadros table .jinimg{
	width:60%;
}

.doscuadros table td img{
	width:100%;
}

.doscuadros table .jinimg img{
	width: 85%;
}

.doscuadros table td .agueitar{
	margin-top:15px;
}


.bordeado2c{
	padding:5% 2%;
}

  #caratula {
    transform: translateX(100%);
    transition: transform 0.8s ease;
    will-change: transform;
  }

  #caratula.visible {
    transform: translateX(0); 
  }

#caratula.visible-movil {
    transform: none;
    opacity: 1;
}

	#titulocaratula {
		opacity: 0;
		transition: opacity 3s ease 0s;
	}

	#titulocaratula.visible {
		opacity: 1;
	}

	#contenidoqof {
		opacity: 0;
		transition: opacity 1s ease 1s;
		width:100%;
		min-height:450px;
		display:table;
	}

	#contenidoqof.visible {
		opacity: 1;
	}

	#contenidoqof td{
		
	}

	.aparece {
		opacity: 0;
		transition: opacity .6s ease .6s;
	}

	.aparece.visible {
		opacity: 1;
	}


	#textport-historia {
		position: relative;
    z-index: 9;
		opacity: 0;
		transform: translateX(-100px);
		transition: transform 1.5s ease, opacity 1.5s ease;
	}

	#textport-historia.visible {
		opacity: 1;
		transform: translateX(0); 
	}


.difuminado-superior {
  -webkit-mask-image: linear-gradient(to top, black 70%, transparent 100%);
  mask-image: linear-gradient(to top, black 70%, transparent 100%);
}


.difuminado-inferior{
	-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.difuminado-superior-inferior {
  position: relative;
  overflow: hidden;
}


.difuminado-superior-inferior::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,     
    rgba(255,255,255,0.95) 20%, 
    rgba(255,255,255,0.8) 40%, 
    rgba(255,255,255,0.5) 60%, 
    rgba(255,255,255,0.2) 85%, 
    rgba(255,255,255,0) 100%   
  );
  z-index: 10;
}


.difuminado-superior-inferior::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(255,255,255,1) 0%,     
    rgba(255,255,255,0.95) 20%, 
    rgba(255,255,255,0.8) 40%, 
    rgba(255,255,255,0.5) 60%, 
    rgba(255,255,255,0.2) 85%, 
    rgba(255,255,255,0) 100%   
  );
  z-index: 10;
}



.difuminado-superior-inferior-min {
  position: relative;
  overflow: hidden;
}

.difuminado-superior-inferior-min::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;    /* altura del difuminado superior */
  width: 100%;
  pointer-events: none;
 background: linear-gradient(to bottom, rgba(255,255,255) 0%, transparent 100%);
  z-index: 10;
}

.difuminado-superior-inferior-min::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;    /* altura del difuminado inferior */
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(255,255,255) 0%, transparent 100%);
  z-index: 10;
}

.fondo-degradado-suave {
  position: relative;
  padding: 20px;
  color: #fff;
  background-color: #666666;
  overflow: hidden;
}

.fondo-degradado-suave::before,
.fondo-degradado-suave::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px; /* Altura del degradado */
  pointer-events: none;
  z-index: 1;
}

.fondo-degradado-suave::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
}

.fondo-degradado-suave::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent);
}


.fondo-con-degradado {
  background-image:
    linear-gradient(to top, rgba(255,255,255,0.2), transparent 50%),
    linear-gradient(to bottom, rgba(255,255,255,0.2), transparent 50%),
    linear-gradient(#666666, #666666);
  background-repeat: no-repeat;
  background-size: 100% 30px, 100% 30px, 100% 100%;
  background-position: top, bottom, center;
  color: white;
  padding: 20px;
}


.fondo-suave {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f9f9f9 5%,
    #f2f2f2 10%,
    #eaeaea 20%,
    #e2e2e2 30%,
    #dcdcdc 40%,
    #d8d8d8 50%,
    #dcdcdc 60%,
    #e2e2e2 70%,
    #eaeaea 80%,
    #f2f2f2 90%,
    #f9f9f9 95%,
    #ffffff 100%
  );
  padding: 5rem 2rem;
  border-radius: 0.5rem;
}


.fondo-suave-of {
 background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#e0e0e0 15%,
		#c0c0c0 30%,
		#a8a8a8 45%,
		#a8a8a8 55%,
		#c0c0c0 70%,
		#e0e0e0 85%,
		#ffffff 100%
	);
  padding: 2rem 2rem;
  border-radius: 0.5rem;
}


.fondo-suave .no-resaltado{
	color:#666666;
}

.fondo-suave .subtitulo{
	color:#666666;
}

.fondo-suave .cuerpo-texto{
	color:#666666;
}


.slogananimado {
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 1.2s ease-out;
}

.slogananimado.visible {
  left: 0;
  opacity: 1;
}

#site-header-main{
	background-color:none !important;
}

#masthead{
	position:relative;
	width:100%;
}


.deizquierdaaderecha,
.dederechaaizquierda {
  transition: transform 0.8s ease;
  position: relative;
  will-change: transform;
}

/* Posición inicial fuera de pantalla */
.deizquierdaaderecha {
  transform: translateX(-120%);
}

.dederechaaizquierda {
  transform: translateX(120%);
}

/* Al entrar al viewport: posición normal */
.desplazado-izquierda {
  transform: translateX(0);
}

.desplazado-derecha {
  transform: translateX(0);
}

.minimal{
	width:90%;
	max-width:1400px;
	margin-top:7%;
}

.titulo-minimal{
	width:80%;
	max-width:700px;
	height:auto;
	margin:0 auto 7% auto;
}

.minimal .tercio{
	text-align:center;
	margin-bottom:7%;
}

.minimal .tercio img{
	width:70%;
	margin:auto;
	border-radius:8%;
}

.minimal .tercio .testo{
	width: 60%;
  margin: -45px auto 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 5% 6% 5% 6%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.minimal .tercio .testo h4{
	min-height:50px;
}

.minimal .tercio .testo p{
	font-size:15px;
	line-height:22px;
}

.minimal .tercio .testo .resalta-gray{
	font-size: .9em;
  line-height: 1em;
}


.cuarto .testo{
	width: 70%;
  margin: -45px auto 0 auto;
  background: #fff;
  border-radius: 5%;
  padding: 7% 3% 7% 3%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  min-height: 190px;
  position: relative;
}



.cuarto .testo .agueitar {
    width: 90%;
		margin-top:10px;
}

.agueitar-pie{
	position: absolute;
  bottom: 10px;
	left:0;
	padding: 5px 0;
}

.subesube {
  transform: translateY(100px); 
  transition:transform 2s ease 0s;
}

.subesube.visible {
  transform: translateY(0);
}

#formulario-negocios-pie{
	width:85%;
	margin:auto;
	margin-bottom:8%;
}

#modallogo {
  position: absolute;
  display: none; 
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
  width: 320px;
	min-height:200px;
	height:auto;
	border-radius:20px;
}

#modalTitle{
	font-size:20px;
	line-height:24px;
	display:none;
}

#modalText{
	color:#666;
	font-size:14px;
	line-height:17px;
	width:90%;
}

#modalImage{
	height:155px;
	margin:auto;
}

#proyectos-omnicanalidad li{
	line-height: 1em;
	width:33%;
	float:left;
	padding:10px 3px;
	list-style:none;
	min-height:60px;
}

.text-con-icons img{
	max-height:40px;
	height:40px;
}

.enlace{
	cursor:pointer;
}

.contenidoov .testo{
	min-height:200px;
}

.ochenta{
	width:80%;
	float:left;
}

.ochenta-centrado{
	width:80%;
	margin:auto;
}

.carrusel-controles{
	position:absolute;
	top:30%;
	width:100%;
	z-index:1;
}

.btn-carrusel{
	cursor:pointer;
}

.carrusel-controles .btn-prev{
	float:left;
	margin-left:10px;
}

.carrusel-controles .btn-next{
	float:right;
	margin-right:10px;
}

.carruselapp .neoprodfin {
  display: flex;           /* elementos en fila */
  transition: transform 0.5s ease; /* transición suave */
  will-change: transform;  /* optimización */
  overflow: hidden;
}

.carruselapp .neoprodfin .tercio {
  flex: 0 0 33.3333%; /* si quieres 3 visibles */
}

.oculto{
	display:none;
}

.visible{
	display:block;
}

.todoelalto{
	padding:25px 0;
}

#unete .testo{
	min-height: 100px;
}

#unete .center-testo .agueitar{
	display:block !important;
}

#formaspirante .neoprodfin .testo .agueitar{
	display:block !important;
}

#formaspirante .neoprodfin .testo .resalta-gray{
	font-size:1.1em;
}



/* --- Estructura general del carrusel --- */
.carrusel-hub-soluciones {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Contenedor desplazable */
.carrusel-hub-soluciones-contenedor {
	display: flex;
	transition: transform 0.5s ease;
}

/* Cada elemento del carrusel */
.carrusel-hub-soluciones .tercio {
	flex: 0 0 33.3333%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

/* Imagen dentro de cada tercio */
.carrusel-hub-soluciones .tercio img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	width:75%;
	margin:auto;
}

/* Título */
.carrusel-hub-soluciones .tercio h4 {
	margin-top: 10px;
	font-size: 1.1em;
	color: #222;
}

/* --- Flechas de navegación --- */
.carrusel-hub-soluciones-flecha {
	position: absolute;
    top: 32%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    padding: 3px 16px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    z-index: 20;
    transition: background-color 0.3s 
ease;
    width: 40px;
}

.carrusel-hub-soluciones-flecha:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

/* Posiciones específicas */
.carrusel-hub-soluciones-prev {
	left: 0;
}

.carrusel-hub-soluciones-next {
	right: 0;
}

/* --- Responsividad --- */
@media (max-width: 900px) {
	.carrusel-hub-soluciones .tercio {
		flex: 0 0 50%;
	}
}

@media (max-width: 600px) {
	.carrusel-hub-soluciones .tercio {
		flex: 0 0 100%;
	}
}


.hub .seccionrb{
	padding:10% 0;
}

.hub .seccionrb h1, .hub .seccionrb h2, .hub .seccionrb h3, .hub .seccionrb h4{
	line-height:1.2em;
	padding:3% 0;
}

.carrusel-centrado-hub{
	width: 80%;
	margin: auto;
	max-width: 1300px;
	text-align: center;
}

.areas-empleo .minimal{
	width: 100% !important;
  max-width: 1120px;
 	margin: 10px auto;
}

.areas-empleo .neoprodfin .testo .agueitar{
	margin:auto;
	text-align:center;
  margin-top: 10px;
	display:block;
}

.contenidoov .dimensionov .areas-empleo .minimal  .testo{
	max-height:150px;
	min-height:100px;
}


.contenidoov .areas-empleo  .testo h4{
	/*min-height:0;*/
}

.contenidoov .areas-empleo  .testo span{
	font-size:.8em;
}

.contenidoov .areas-empleo  .testo .resalta-gray{
	font-size:.8em !important;
}


@media screen and (max-width: 1536px) {
	/* COMPU CANDY */
	.contieneslide{
		min-height: 500px;
		height: 500px;
	}
}


@media screen and (max-width: 1440px) {
	
	/* COMPU FRANCHESKA */
	.contieneslide{
		min-height: 500px;
		height: 500px;
	}
	
	.contieneslide.shift{
		min-height: 500px;
	}
	
	.fullscreen-video-banner {
    min-width: 1440px;
    width: 100vw;
		 margin: 0 auto;
	}
	
	 .vfiveform-container h1 {
			 font-size: 1.5em;
			line-height: 1.2em;
	 }
	
		.nombresteam li a{
			font-size:1.1em;
		}
	
		.slogan-slide{
			font-size:35px;
			line-height:37px;
			padding:0 4%;
			min-height: 25px;
		}
		
		.tapon{
			min-height:90px;	
		}
		
		.grayparallax {
			height: 950px;
		}
}


@media screen and (max-width: 1366px) {
	
	/* COMPU ROGER */
	.contieneslide{
		height: 480px;
		min-height:480px;
	}
	
	.contieneslide.shift{
		height: 500px;
		min-height: 500px;
	}
	
	.vfiveform-container h1 {
			 font-size: 1.5em;
			line-height: 1.2em;
	 }
	
	.nombresteam li a{
			font-size:1.1em;
		}
	
	.cuadro-parente{
			height:300%;
		  max-height:350px;
			top: -165%;
		}
	
	#branding .identity{
		float:none;
	}
	
	.logos-holding {
		width:1000px;
	}
	
	#vvsliderb-img {
		height: 550px;
	}
	
	.tapon{
		min-height:90px;
	}
	
	.doscuadros table .izquierda img{
			float:right;
	}

	.doscuadros table .derecha img{
		 float:left;
	}
	
	.doscuadros table .jintext{
			width:50%;
	}

	.doscuadros table .jinimg{
			width:50%;
	}
	
		.slogan-slide{
			padding:3% 4% 0 4%;
			margin-bottom:0;
		}

}


@media screen and (max-width: 719px){

	.medio{
    width: 100%;
		float:none;
	}
	
	.tercio{
    width: 100%;
		float:none;
	}
	
	.cuarto{
    width: 100%;
		float:none;
	}
	
	.quinto{
    width: 100%;
		float:none;
	}
	
	.sexto{
    width: 100%;
		float:none;
	}
	
	.2tercios{
		width: 100%;
		float:none;
	}

	.cuarenta{
		width: 100%;
		float:none;
	}

	.sesenta{
		width: 100%;
		float:none;
	}
	
	.ordenador, .solohome.ordenador{
    display:none !important;
	}
	
	.movil, .solohome.movil{
    display:block !important;
	}
	
	.piecontact{
    width: 100%;
		float:none;
	}
	
	.piecert{
    width: 100%;
		float:none;
		text-align:center;
	}
	
	.piecert h4{
    width: 100%;
	}
	
	.menumedio{
    width: 100%;
    height: auto;
    margin-top: 0;
	}
	
	.linearriba{
		width:100%;
		margin:auto;
	}
	
	.linearriba .idiomas{
		width:100%;
		height:35px;
		font-size:14px;
		margin-top:20px;
	}
	
	.mnhamburguer{
		padding:0;
		width:22%;
	}
	
	.tope{
		width:75%;
		margin:auto;
	}
	
	.responsivemenulogos li{
		float: left;
    margin: 0;
    width: 20%;
    list-style: none;
		text-align:center;
		display:none;
	}
	
	.responsivemenulogos li img{
		height:30px;
	}
	
	.floatclickhamburger{
		top: 7px;
		left: 7px;
	}
	
	.lamapa{
		text-align: center; 		 		 height:500px;
	}

	
	#map{
			width: 100%;
			height: 500px;
	}
	 
	.infOV .logomodulo img{
  	height: 30px;
	}
	
	.tipoaplicacion .boto-line {
    padding: 11px 45px;
	}
	
	
	.conceptservices td{
		padding:10%;
	}
	
	
	.listadocontenido li{
		line-height:25px !important;
		height:50px !important;
		list-style:none;
	}
	
	.listadocontenido li img{
		height:75px !important;
		float:left !important;
	}
	
	
	.menuresponsive{
		max-width:100%;
	}
	
	.botowin td {
    height: 85px;
	}
	
	.botowin td img {
		height: 45px;
	}
	
	.logoblanco {
		padding: 30px 0;
	}
	
	.intromensajep{
		font-size: 12px !important;
	}
	
	.psp .conceptosolo{
		padding: 70px;
	}
	
	.abm .obj .tercio{
		padding: 0;
	}
	
	.tipoabm{
		margin-top:0;
	}
	
	.slideteam{
		 margin:0;
	}
	
	tapon{
		width:100% !important;
	}
	
	.cuadro-parente {
    width: 100%;
    height: auto;
    top: 240px;
    left: 0;
	}
  .contieneslide {
     min-height: 430px;
  }
	
	.avatarmini-movil {
			width: 180px;
			height: auto;
			position: fixed;
			left: 0;
			bottom: 10px;
			z-index: 10;
	}
	
	.tapon {
    position: inherit;
		margin-top:75px;
	}
	
	.clientesycuentas{
		height: 240px;
		margin:30px auto;
	}
	
	.carouselentidades li {
    width: auto;
}
	
	.carouselentidades img{
		height: 50px;
		width:auto;
	}
	
	.contactvfour td{
		width:100%;
		display:table;
		text-align:center;
	}
	
	.videoeitems table .video{
	width:100%;
}

.videoeitems table .resto-contenido{
	width:100%;
	}
	
	.seccionrb .titulo h1{
	font-size:1.5em;
		line-height:1.5em;
	}
	
	.titulofeo{
		width:90%;
	}
	
	.titulofeo h1{
		line-height:19px;
	}
	
	.avatarmini{
		width:80px;
		display:none;
	}
	
	.avatarmini img{
		width:80px;
	}
	
	.avatarmini-movil{
		display:none !important;
	}
	
	.seccionrb .mediomedio td{
		width:50%;
		display:table;
	}
	
	.cuadros-total td{
		width:50%;
		display:table;
	}
	
	.seccionrb .mediomedio a img{
		padding:0;
		margin:0;
		line-height:0;
	}
	
	.cuadros-total a img{
		padding:0;
		margin:0;
		line-height:0;
		width:100%;
	}
	
	.seccionrb .mediomedio img{
		width:100% !important;
	}
	
	.cuadros-total img{
		width:100% !important;
		width:100%;
	}
	
	.vervidinsti a{
		font-size: 14px;
	}
	
	.porquenesec table td{
		width:100%;
	}
	
	#top-section-menu{
		display:none;
	}
	
	.site-header-inside {
		background-image: url('/wp-content/themes/roseta/resources/images/cabecera-fua-movil.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 100vw;
		height: auto;
	}
	
	
	.identity{
		display:none;
	}
	
	.cuadro-parente{
	  position: relative;
		top:0;
	}
	
	.slogan-slide{
		display:none;
	}
	
	#vvsliderb video{
		width: 100%;
		height:auto;
		min-height:auto;
		border-radius:0;
	}
	
	.contieneslide{
		height:150px;
		min-height:150px;
	}
	
	.slidetotales table {
    margin: 175px auto 0 auto;
	}
	
	.fullscreen-video-banner{
		height:150px;
	}
	
	.logos-holding{
		width:100%;
	}
	
	.porquenesec{
		padding:50px 0; 
	}
	
	.cuadrito-slide .contenido-linea{
		margin-top:90px;
	}
	
	.logomovil img{
		width:100%;
	}
	
	.fondo-colado {
		height: 160px;
		margin: -160px 0 0 0;
	}
	
	.boton-cuadro {
		margin: 15px auto 0 auto;
	}
	
	.resalta-gray {
    font-size: 1em;
	}
	
	.slider-bullets{
		margin-bottom:15px;
	}
	
	.videocartelera{
		width:90%;
		margin:25px auto 25px auto;
	}
	
	.fondo-tecno-about{
		height:auto;
		background-size:200%;
	}
	
	.seccionseparadora{
		margin-top:0;
		margin-bottom:0;
	}
	
	.porquenesec table td{
		height:450px;
	}
	
	#caratula {
			transform: translateX(0%);
	}
	
	#textport-historia {
		transform: translateX(0%);
	}
	
	.porquenesec table td {
     height: 200px;
   }
	
	.doscuadros table td{
		width:100%;
		float:left;
		min-height:220px;
	}
	
	.grayparallax {
    height: 1685px;
	}
	
	.parallax-content {
			height: 340px;
	}
	
	.deizquierdaaderecha {
		transform: translateX(0);
	}

	.dederechaaizquierda {
		transform: translateX(0);
	}
	
	#vvsliderb video {
		min-width:0;
	}
	 
	.doscuadros table .jintext{
		width:100%;
	}
	
	.doscuadros table .jinimg{
		width:100%;
	}
	
	.doscuadros table .jinimg img{
		width:100%;
	}
	
	.neoprodfin .medio .testo {
     width: 85%;
     float: none;
     margin: auto;
     box-shadow: none;
   }
	
	.neoprodfin .medio img{
		width: 85%;
    float: none;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
	}
	
	.desplazado-izquierda{
		transform: translateX(0);
	}
	
	.desplazado-derecha {
    transform: translateX(0);
	}
	
	/* Posición inicial fuera de pantalla */
	.deizquierdaaderecha {
		transform: translateX(0);
	}

	.dederechaaizquierda {
		transform: translateX(0);
	}
	
	.fullscreen-video-banner{
     min-width: 0;
     width: 100%;
     margin: 0 auto;
   }
	
	.carruselapp .neoprodfin .tercio {
			flex: 0 0 100%;
	}
	
	.center-testo {
		padding:0;
	}
	
		.center-testo .resalta-gray
		{
        font-size: .8em;
    }
	
	
	.titulo-minimal{
		width:100%;
	}
	
	.minimal .tercio img{
		width:100%;
	}
	.minimal .tercio .testo{
		width:100%;
	}
	
	.minimal .tercio {
			margin-bottom: 15%;
	}
	
	.cuadrado-video {
			width: 100%;
	}
	
	.difuminado-superior-inferior::before {
		background:none;
	}

	.difuminado-superior-inferior::after {
		background:none;
	}
	
	.minimal .tercio .testo h4{
		min-height:auto;
	}
	
	.pieqr{
		width: 100%;
		text-align:center;
	}
	
	.pieqr img {
    width: 80%;
		height: auto;
    float: none;
		margin:auto;
	}
}


