/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,100,200,300,400,600,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,100;1,200;1,300;1,400;1,600;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,600;1,700&display=swap');*/

body {
	color: #222222;
	font-style: normal;
	font-size: 17px;
	line-height: 20px;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
	max-width: 100vw;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: -0.3px;
}
/*#ltas-fondo-super{
	background: transparent url('../imagenes-ligerittas/fondo-repeat.jpg') scroll repeat center 0px;
	opacity: 0.5;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	z-index: -1;
}*/

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}
ul, li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.ancla-posicion{
	position: absolute;
	top: -100px;
}
.cntn-o{
	background: transparent url('../imagenes-continue/simbolo-c-crono.png') scroll no-repeat center -9px;
	background-size: 102px auto;
	content: '';
	height: 95px;
	width: 80px;
	font-size: 0px;

	display: inline-block;
  
    vertical-align: middle; /* Alinea la imagen con el texto */

}

/*TEXT SIZE*/
.cntn-t1{
	font-size: 100px;
	line-height: 105px;
	font-weight: 700;
	letter-spacing: normal;
}
.cntn-t2{
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: normal;
}
.cntn-t3{
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom:20px;
	letter-spacing: normal;
}
.cntn-t4{
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom:20px;
	letter-spacing: normal;
}


.cntn-txt-normal{
	font-size: 24px;
	line-height: 27px;
	letter-spacing: normal;
}
.cntn-txt-ch{
	font-size: 22px;
	line-height: 25px;
	letter-spacing: normal;
}

.cntn-txt-min{
	font-size: 15px;
	line-height: 18px;
	letter-spacing: normal;
}

.overflow-hidden{
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: block;
}

/*TEXT WEIGHT*/
.cntn-txt-regular{
	font-weight: 100;
}
.cntn-txt-medium{
	font-weight: 400;
}
.cntn-txt-bold{
	font-weight: 600;
}




/*TEXT COLOR*/
.txt-negro{
	color: #021533;
}
.txt-blanco{
	color: #FFFFFF;
}
.txt-rosa{
	color: #FF004F;
}
.txt-azul{
	color: #0060FF;
}
.txt-azul-claro{
	color: #0060FF;
}


.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}


/*CLASS*/
.cntn-seccion{
	position: relative;
}

.back-azul{
	background-color: #102558;
	/*background-color: #0A255B; INSTITUCIONAL*/
}
.back-azul-ocuro{
	background-color: #061431;
}
.back-azul-claro{
	/*background-color: #275DF6;*/
	background-color: #0060FF;
}
.back-gris-oscuro{
	background-color: #4D545F;
}
.back-azul-gris{
	background-color: #5DADDB;
}
.back-gris-claro{
	background-color: #D5D5D5;
}

.back-gris-claro .cntn-colot-texto-ns{
	color: #222222;
}

.cntn-btn{
	background-color: #275DF6;
	color: #FFFFFF;
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	padding: 0px 30px;
	font-weight: 400;
	width: max-content;
	font-size: 17px;
	letter-spacing: normal;
}
.cntn-btn:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.cntn-txt-dinamic p{
	
}

.equal-height {
    display: flex; /* Activa Flexbox en el contenedor */
}

.equal-height > div {
    display: flex; /* Asegura que los hijos usen flexbox */
    flex-direction: column; /* Permite que el contenido se alinee en columna */
}

.equal-height > div > .content {
    flex: 1; /* Hace que las alturas se igualen */
}



.cntn-row-padre{
	display: flex;
}
.cntn-min-h-padre{
   display: flex;           /* Activamos Flexbox en la columna para que el hijo pueda alinearse */
  align-items: center;     /* Centra el contenido verticalmente */
 
}
.cntn-align-vh{
   display: flex;
   align-items: center; /* Alineación vertical */
   justify-content: center; /* Alineación horizontal */
}
.cntn-align-v{
   display: flex;
   align-items: center; /* Alineación vertical */
}
.cntn-sec-ptop{
	padding-top: 50px;
}
.cntn-sec-pbottom{
	padding-bottom: 50px;
}
.cntn-sec-ptop-2{
	padding-top: 100px;
}
.cntn-sec-pbottom-2{
	padding-bottom: 100px;
}
.cntn-relative{
	position: relative;
}
.cntn-circular{
	border-radius: 50%;
}
.cntn-sombra{
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); /* Sombra */
}
.cntn-inline-block{
	display: inline-block;
}



#cntn-cont-1{
	background-image: url('../imagenes-continue/back-figura-1.jpg'), url('../imagenes-continue/back-figura-2.jpg');
	background-color: transparent;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
}
#cntn-cont-2{
	/*background: transparent url('../imagenes-continue/back-figura-1.jpg') fixed no-repeat 0px bottom;
	background-size: 100% auto;*/
}


/*HEADER****************************************************************************/
#cntn-menu-lista  > li{
	height: 70px;
	padding-top: 13px;
}
#cntn-menu-lista li:hover > .cntn-menu-link{
	border: 1px solid #FFFFFF;
}

#cntn-menu-lista li:hover  .cntn-submenu a.cntn-menu-link{
	border: 1px solid transparent;

}
.cntn-submenu a.cntn-menu-link:hover{
	/*color: #102558;*/
	text-decoration: underline;
}
.cntn-con-submenu{
	position: relative;
}
.cntn-submenu{
	display: none;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 180px;
	/*background-color: rgba(16, 37, 88, 0.9);*/
	background-color: #1A56EC;
	padding-bottom: 20px;
}
.cntn-submenu-2{
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 400px;
	/*background-color: rgba(16, 37, 88, 0.9);*/
	background-color: #1A56EC;
	padding-bottom: 20px;
}
.cntn-submenu li{
	width: 100%;
	display: block !important;
    margin: 0px 0px !important;
    position: relative;
}

.cntn-submenu li a.cntn-menu-link, .cntn-menu-link:hover {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0px;
}


/* Mostrar submenús al pasar el mouse */
.cntn-con-submenu:hover > .cntn-submenu{
	display: block;
}
.cntn-con-submenu:hover > .cntn-submenu-2{
	display: block;
}
.cntn-con-indicador:hover > .cntn-con-indicador-link::after{
	content: '>';
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #FFFFFF;
}







#cntn-header{
	background-color: rgba(16, 37, 88, 0.9);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
}
#cntn-header-centro{
	height: 70px;
	position: relative;
	display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}
#cntn-header-soporte{
	height: 70px;
	position: relative;
}
#cntn-header-logo{
	background: transparent url('../imagenes-continue/logo-continue-it.png') scroll no-repeat 0px center;
	background-size: contain;
	width: 192px;
	height: 44px;
	display: block;
	font-size: 0px;
	position: absolute;
	left: 40px;
	top: 13px;
}
.cntn-menu-link, .cntn-menu-link:hover{
	color: #FFFFFF;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 20px;
}
.cntn-menu-link:hover{
	border: 1px solid #ffffff;
	border-radius: 20px;
}
#cntn-menu{
	width: max-content;
}
#cntn-menu-lista{
	width: max-content;
}
#cntn-menu-lista li{
	display: inline-block;
	margin: 0px 10px;
}



/*FOOTER****************************************************************************/
#cntn-footer-centro{
	padding: 40px 0px;
	font-size: 14px;
	line-height: 17px;
}
#cntn-footer-logo{
	background: transparent url('../imagenes-continue/logo-continue-it.png') scroll no-repeat 0px 0px;
	background-size: contain;
	width: 192px;
	height: 35px;
	display: block;
	font-size: 0px;
	position: relative;
	margin: 0px auto 40px;
}
.cntn-footer-menu-lista a, .cntn-footer-menu-lista a:hover{
	color: #FFFFFF;
	font-weight: 100;
	line-height: 30px;
	display: block;
	letter-spacing: normal;
}
.cntn-footer-menu-lista a.cntn-footer-menu-link-padre, .cntn-footer-menu-lista a.cntn-footer-menu-link-padre:hover{
	font-weight: 600;
	letter-spacing: normal;
}
.cntn-footer-menu-lista a:hover{
	text-decoration: underline;
}
#cntn-footer-pie{
	padding: 40px 15px 0px;
}
#cntn-footer-padre-grid{
	display: flex; /* Hacer que los elementos hijos estén en línea */
    flex-wrap: nowrap; /* Evitar que los elementos se rompan a la siguiente línea */
    /*justify-content: flex-start; /* Opcional: Alinear los elementos al inicio */
    justify-content: space-between; /* Espacio equitativo entre elementos */
    /*gap: 10px; /* Espacio entre los divs (opcional) */
}
.cntn-footer-menu-bloque{
	flex-grow: 1;
    /*white-space: nowrap; /* Evitar que el contenido se quiebre en varias líneas */
    padding: 0px 15px; /* Opcional: Añade relleno al contenido */
    /*border: 1px solid #ccc; /* Opcional: Borde para visualización */
}
.cntn-footer-menu-bloque{
	border-left: 1px solid #FFFFFF;
}
.cntn-footer-menu-bloque:first-of-type{
	border-left: 0px;
}
.cntn-footer-link-redes {
	
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 0px;
}
.cntn-footer-link-redes:last-of-type{
	margin-right: 0px;
}
.cntn-footer-instagram{
	background: transparent url('../imagenes-continue/btn-instagram.png') scroll no-repeat 0px 0px;
	background-size: contain;
}
.cntn-footer-facebook{
	background: transparent url('../imagenes-continue/btn-facebook.png') scroll no-repeat 0px 0px;
	background-size: contain;
}
.cntn-footer-youtube{
	background: transparent url('../imagenes-continue/btn-youtube.png') scroll no-repeat 0px 0px;
	background-size: contain;
}
.cntn-footer-linkedin{
	background: transparent url('../imagenes-continue/btn-linkedin.png') scroll no-repeat 0px 0px;
	background-size: contain;
}
#cntn-footer-pie br{
	display: none;
}

/*HOME****************************************************************************/
.cntn-banner-sec{
	height: 700px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
#cntn-banner-home.cntn-align-v{
	align-items: flex-start;
}
#cntn-banner-home h1{
	text-align: right;
	margin-top: 120px;
	line-height: 80px;
	text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5); /* Desplazamiento y sombra */
}
.cntn-banner-link, .cntn-banner-link:hover{
	background-color: #FFFFFF;
	border-radius: 20px;
	color: #222222;
	display: block;
	font-size: 17px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 50px;
	width: 250px;
	padding-left: 20px;
	padding-right: 45px;
}
.cntn-banner-hablar{
	bottom: 130px;
}
.cntn-banner-inicia{
	bottom: 60px;
}

.cntn-banner-hablar::after{
	background: transparent url('../imagenes-continue/icon-whatsapp.png') scroll no-repeat 0px 0px;
	background-size: contain;
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	right: -2px;
	top: -13px;
}
.cntn-banner-inicia::after{
	background: transparent url('../imagenes-continue/icon-cohete.png') scroll no-repeat 0px 0px;
	background-size: contain;
	content: '';
	width: 95px;
	height: 95px;
	position: absolute;
	right: -19px;
	top: -25px;
}

/*HOME QUE******/
.cntn-imagen-aro{
	position: relative;
	display: flex;            /* Activa el modo Flexbox */
	align-items: center;      /* Centra verticalmente */
    justify-content: center;  /* Centra horizontalmente (opcional, si también lo quieres centrar horizontalmente) */
}
.cntn-imagen-aro{
	background: transparent url('../imagenes-continue/simbolo-c.png') scroll no-repeat center center;
	background-size: contain;
}
.cntn-iai{
	position: relative;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
}
.cntn-iai img{
	  width: 102%;
	  height: 102%;
	  object-fit: cover;
	  /*object-position: center;*/
}
#cntn-home-que-aro{
	float: right;
	width: 460px;
	height: 460px;
	overflow: hidden;
	/*margin-top: -120px;*/
}
/*#cntn-home-que-aro:after{
	background-size: 104% auto;
}*/
#cntn-home-que-aro .cntn-iai{
	/*65*/
	height: 358px;
	width: 358px;
	
}
#cntn-home-que-aro{
	margin-top: -100px;
}
#cntn-home-sec-que{
	padding-top: 50px;
}
#cntn-home-ransomware-img{
	width: 460px;
	height: 460px;
}
.cntn-img-cover{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
}
#cntn-home-que-aro .cntn-img-cover{
	  width: 101%;
	  height: 101%;
	  object-fit: cover;
}
#cntn-home-ransomware-decora{
	background: #000000 url('../imagenes-continue/simbolo-c-ransomware.png') scroll no-repeat center center;
	background-size: 90% auto;
	border-radius: 50%;
	left: -10px;
	bottom: -10px;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 1;
}
#cntn-home-ransomware-img{
	margin-top: -60px;
}
#cntn-home-sec-que{
	/*background: transparent url('../imagenes-continue/back-figura-2.jpg') fixed no-repeat right top;
	background-size: 100% auto;*/
}
#informacion-sobre-ransomware{
	/*background: transparent url('../imagenes-continue/back-figura-1.jpg') fixed no-repeat right bottom;
	background-size: 100% auto;*/
}

/*Ciberneticos******/
#cntn-home-sec-ciberneticos-int{
	background: transparent url('../imagenes-continue/back-ciber-1.jpg') fixed no-repeat center center;
	background-size: cover;
	padding-bottom: 200px;
}
#carrousel-ciberneticos{
	position: relative;
	margin-top: -30px;
}
.cntn-home-ciberneticos-ficha{
	background-color: #061431;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 50px 100px 0px;
	min-height: 640px;
}
#carrousel-ciberneticos .owl-dots{
	display: none;
}

#carrousel-ciberneticos .owl-carousel .owl-nav button.owl-prev{
	background: transparent url('../imagenes-continue/flecha-izq.png') scroll no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0%;
	top: 50%;
	display: block;
	z-index: 100;
	width: 30px;
	height: 35px;
	font-size: 0px;
	margin-left: 30px;
	margin-top: -17px;
}
#carrousel-ciberneticos .owl-carousel .owl-nav button.owl-next{
	background: transparent url('../imagenes-continue/flecha-der.png') scroll no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0%;
	top: 50%;
	display: block;
	z-index: 100;
	width: 30px;
	height: 35px;
	font-size: 0px;
	margin-right: 30px;
	margin-top: -17px;
}
#carrousel-ciberneticos .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: transparent url('../imagenes-continue/flecha-izq.png') scroll no-repeat center center;
    background-size: contain;
    color: #FFF;
    text-decoration: none;
}
#carrousel-ciberneticos .owl-theme .owl-nav [class*=owl-next]:hover {
    background: transparent url('../imagenes-continue/flecha-der.png') scroll no-repeat center center;
    background-size: contain;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .owl-item img.cntn-home-ficha-img{
	width: 100%;
	margin: 0px auto;
}
#cntn-home-ciberneticos-circulos{
	margin-top: -150px;
	position: relative;
}
.cntn-home-ciberneticos-circulo{
	background: #000000 url('../imagenes-continue/simbolo-c-md-1.png') scroll no-repeat center center;
    background-size: 95% auto;
	border-radius: 50%;
	height: 360px;
	text-align: center;
	position: relative;
	padding-top: 75px;
}
.cntn-home-ciberneticos-circulo.c2{
	background: #000000 url('../imagenes-continue/simbolo-c-md-2.png') scroll no-repeat center center;
    background-size: 95% auto;
}
.cntn-home-ciberneticos-circulo-int{
	background-color: #000000;
	width: 210px;
	height: 210px;
	margin: 0px auto;
	border-radius: 50%;
}
.cntn-home-ciberneticos-circulo-int.c-blanco{
	background-color: #FFFFFF;
}
.cntn-hac-txt{
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: normal;
}
.cntn-hac-num{
	font-size: 95px;
	line-height: 95px;
	font-weight: 700;
	letter-spacing: normal;
}

.ltas-carrusel-marcas .item img{
	width: 130px;
	height: 130px;
	margin: 0px auto;
	object-fit: contain;

}
#cntn-home-marcas-cont{
	width: 130px;
	text-align: center;
	padding-top: 0px;
	overflow: hidden;
	height: 130px;
}
#cntn-home-marcas-cont .owl-dots{
	display: none;
}

/*Servicios*/
.cntn-home-servicio{
	width: 100%;
	display: block;
	height: 300px;
	background-size: 100% auto;
	border-radius: 30px;
	margin-bottom: 40px; 
	padding-top: 95px;
	border: 1px solid #FFFFFF;
	background-position: center center;
	transition: all 0.4s ease-in-out;

}
.cntn-home-servicio:hover{
	background-size: 120% auto;
	background-position: center center;
}
.cntn-home-servicio:hover .cntn-home-servicio-int{
	background-color: rgba(0, 0, 0, 1);
}
.cntn-home-servicio-int{
	transition: all 0.4s ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	width: 80%;
	height: 110px;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 100;
	margin: 0px auto 0px;
	position: relative;
	text-decoration: none;
	letter-spacing: normal;

}
.cntn-home-servicio:hover{
	text-decoration: none;
}

.cntn-home-servicio-int:after{
	background: transparent url('../imagenes-continue/simbolo-c-mini.png') scroll no-repeat center center;
    background-size: contain;
	content: '';
	height: 66px;
	width: 66px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -33px;
}
.cntn-home-servicio-int h3{
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: normal;
}



/*PROYECTOS*/
#variedad-de-proyectos2{
	background: transparent url('../imagenes-continue/back-proyectos.jpg') fixed no-repeat center top;
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 80px;
}
.cntn-home-proyecto h3{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: normal;
}
.cntn-home-proyecto{
	font-weight: 100;
	letter-spacing: normal;
}
.cntn-home-proyecto-img img{
	height: 140px;
	width: 140px;
	object-fit: cover;
	margin-bottom: 30px;
}
.cntn-home-proyecto-caja{
	background-color: #EAEAEA;
	border-radius: 30px;
}
.cntn-home-pc-txt{
	padding: 30px 30px;
}
.cntn-home-proyecto-caja-top{
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	padding: 30px 30px 1px 30px;
}
#cntn-home-cajas{
	position: relative;
	margin-top: -80px;
}


/*CRONOGRAMA*/
.cntn-hc-txt{
	border-radius: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	padding: 40px 30px 30px 30px;
	text-align: center;
	width: 80%;
	margin: 0px auto;
}
.cntn-hc-year{
	background-color: #0060FF;
	color: #FFFFFF;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	border-radius: 20px;
	padding: 15px 0px;
	text-align: center;
	width: 150px;
	margin: 0px auto;
	position: relative;
	margin-bottom: -20px;
	letter-spacing: normal;
}
.cntn-hc-txt h5{
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: normal;
}

#cntn-cro-2019{
	margin-top: 230px;
}
#cntn-cro-2020{
	margin-top: -60px;
}
#cntn-cro-2021{
	margin-top: -50px;
}
#cntn-cro-2021-2{
	margin-top: 60px;
}
#cntn-cro-2021-3{
	margin-top: 210px;
}
#cntn-cro-2021-4{
	margin-top: 80px;
}
#cntn-cro-2022{
	margin-top: 120px;
}
#cntn-cro-2023-2{
	margin-top: 80px;
}
.cntn-hc-year:before{
	background: transparent url('../imagenes-continue/simbolo-c-crono.png') scroll no-repeat center center;
	background-size: contain;
	content: '';
	height: 140px;
	width: 140px;
	position: absolute;
	left: -220px;
	top: -36px;
	z-index: 2;
}
.cntn-hc-year.arriba:before{
	left: 5px;
    top: -160px;
}

.cntn-hc-year:after{
	background-color: #0060FF;
	content: '';
	height: 4px;
	width: 110px;
	position: absolute;
	left: -110px;
	top: 28px;
	z-index: 1;
}
.cntn-hc-year.arriba:after{
	height: 50px;
	width: 4px;
	left: 73px;
	top: -50px;
}

.cntn-hc-linea-h{
	background-color: #0060FF;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
#cntn-linea-2017{
	width: 210px;
	right: -210px;
}
#cntn-linea-2017-2{
	width: 250px;
	right: -458px;
	transform: rotate(50deg);
	transform-origin: left center; 
	margin-top: -3px;
}
#cntn-linea-2019{
	width: 200px;
	left: -360px;
	transform: rotate(-35deg);
	transform-origin: right center; 
	margin-top: 40px;
}
#cntn-linea-2019-2{
	width: 310px;
	left: -631px;
	margin-top: 154px;
}
#cntn-linea-2019-3{
	width: 150px;
	left: -780px;
	margin-top: 154px;
	transform: rotate(-48deg);
	transform-origin: right center; 
}
#cntn-linea-2020{
	width: 114px;
	right: -114px;
}
#cntn-linea-2020-2{
	width: 246px;
	right: -358px;
	transform: rotate(48deg);
	transform-origin: left center;
}
#cntn-linea-2020-3{
	width: 200px;
	right: -476px;
	margin-top: 180px;
}
#cntn-linea-2021-1{
	width: 100px;
	left: -50px;
	margin-top: -20px;
}
#cntn-linea-2021-2{
	width: 100px;
	left: -50px;
	margin-top: 40px;
}
#cntn-linea-2021-3{
	width: 4px;
	left: 50%;
	margin-left: 20px;
	top: 100%;
	margin-top: 0px;
	height: 80px;
}
#cntn-linea-2021-4{
	width: 250px;
	left: 100%;
	margin-top: -100px;
	margin-left: -50px;
}
#cntn-linea-2021-5{
	width: 138px;
	left: 100%;
	margin-top: -100px;
	margin-left: 198px;
	transform: rotate(-48deg);
	transform-origin: left center;
}
#cntn-linea-2021-6{
	width: 165px;
	left: 100%;
	margin-top: -53px;
	top: 0%;
	margin-left: 288px;
}

#cntn-linea-2022-1{
	width: 350px;
	right: 100%;
	margin-top: -120px;
	margin-right: -40px;
	transform: rotate(-48deg);
	transform-origin: right center;
}
#cntn-linea-2023-1{
	width: 198px;
	left: -148px;
	margin-top: -40px;
}
.cntn-img-home-blog{
	border-radius: 30px;
	border: 2px solid #FFFFFF;
	width: 100%;
	margin: 0px auto;
}
#cntn-home-sec-webinars{
	background: transparent url('../imagenes-continue/back-webinar-blog.png') scroll no-repeat 0px 100px;
	background-size: 75% 900px;
}
#cntn-home-sec-podcast-int{
	background: transparent url('../imagenes-continue/banner-web-podcast-continueit.jpg') scroll no-repeat center center;
	background-size: cover;
	border-radius: 30px;
	height: 500px;
	position: relative;
}
#cntn-home-podcast-play{
	background: transparent url('../imagenes-continue/podcast-play.png') scroll no-repeat center center;
	background-size: contain;
	height: 300px;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
	cursor: pointer;
}




#cntn-home-podcast-info{
	padding-top: 150px;
	width: 290px;
}
.cntn-podcast-youtube{
	background: transparent url('../imagenes-continue/icon-youtube.png') scroll no-repeat center center;
	background-size: contain;
	width: 60px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.cntn-podcast-spotify{
	background: transparent url('../imagenes-continue/icon-spotify.png') scroll no-repeat center center;
	background-size: contain;
	width: 60px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
}






/*SERVICIOS*****************************************************************************************/
.cntn-banner-txt{
	font-size: 25px;
	line-height: 28px;
	font-weight: 100;
	text-align: center;
	letter-spacing: normal;
}
.cntn-banner-txt-right h1{
	text-align: center;
}
.cntn-banner-txt-right .cntn-banner-txt{
	text-align: center;
}
.cntn-banner-txt-right .cntn-banner-txt-padre{
	width: 50%;
	margin-left: 50%;

}
.cntn-banner-txt-left h1{
	text-align: center;
}
.cntn-banner-txt-left .cntn-banner-txt{
	text-align: center;
}
.cntn-banner-txt-left .cntn-banner-txt-padre{
	width: 50%;
	margin-left: 0%;

}

.cntn-banner-txt-right.w60 .cntn-banner-txt-padre{
	width: 60%;
	margin-left: 40%;
}
.cntn-banner-txt-left.w60 .cntn-banner-txt-padre{
	width: 60%;
	margin-left: 0%;
}
.cntn-banner-txt-right.w70 .cntn-banner-txt-padre{
	width: 70%;
	margin-left: 30%;
}
.cntn-banner-txt-left.w70 .cntn-banner-txt-padre{
	width: 70%;
	margin-left: 0%;
}
.cntn-banner-txt-right.w80 .cntn-banner-txt-padre{
	width: 80%;
	margin-left: 20%;
}
.cntn-banner-txt-left.w80 .cntn-banner-txt-padre{
	width: 80%;
	margin-left: 0%;
}


.capa-derecha div.cntn-banner-servicio-capa{

	 width: 56%;
    height: 700px; /* Ajusta el alto según necesites */
    background-color: rgba(6, 20, 49, 0.85); /* Color azul */
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);

     position: absolute;
     left: 44%;
     top: 0%;

     backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
	
}

.capa-derecha.w80 div.cntn-banner-servicio-capa{
	width: 85%;
	left: 15%;
}

.capa-izquierda div.cntn-banner-servicio-capa{
	width: 56%;
    height: 700px; /* Ajusta el alto según necesites */
    background-color: rgba(6, 20, 49, 0.85); /* Color azul */
    clip-path: polygon(0% 0, 75% 0, 100% 100%, 0% 100%);
     position: absolute;
     left: 0%;
     top: 0%;
     backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
}
.cntn-banner-circulo-bottomAAAA{
	background: transparent url('../imagenes-continue/simbolo-c-servicio.png') scroll no-repeat center center;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	top: 525px;
	display: block;
	height: 350px;
	width: 350px;
	margin-left: -175px;
}
.cntn-banner-circulo-bottom{
	background: transparent url('../imagenes-continue/simbolo-c-servicio.png') scroll no-repeat center center;
	background-size: contain;
	content: '';
	position: relative;
	margin: 0px auto;
	margin-top: -175px;
	
	display: block;
	height: 350px;
	width: 350px;
	
}


.cntn-t-azul{
	background-color: #265DF6;
	color: #FFFFFF;
	padding: 25px 25px;
	border-radius: 20px;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.cntn-sc{
	display: block;
	position: relative;
	width: 80%;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	height: 300px;
	overflow: hidden;
	margin-bottom: 50px;
	background-color: #EAEAEA;

}


.cntn-sc-txt{
	width: 68%;
	display: block;
	float: left;

}
.cntn-sc-img{
	width: 32%;
	display: block;
	float: left;
	height: 100%;
}
.cntn-sc-img img{
	object-fit: cover;
	width: 101%;
	height: 101%;
}
.sc-img-mobile{
	display: none;
}
.cntn-sc.cntn-sc-full{
	width: 100%;
}
.cntn-sc.cntn-sc-full .cntn-sc-txt{
	width: 74%;
}
.cntn-sc.cntn-sc-full .cntn-sc-img{
	width: 26%;
}

.cntn-sc-t{
	padding: 0px 40px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	height: 90px;
	display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;    /* Centra verticalmente */
    position: relative;
}
.cntn-sc-t h4{
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 30px;
}
.cntn-sc-t h4.txt-negro{
	color: #021533;
}
.cntn-sc-p{
	background-color: #EAEAEA;
	padding: 0px 50px;
	height: 210px;
	display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;    /* Centra verticalmente */
    flex-direction: column;
    
}
.cntn-sc-p p{
	margin-bottom: 20px;
}
.cntn-sc-p {
	    padding: 20px 50px;
	    height: auto;
	  
	}
	
	.cntn-sc {
	    height: auto;
	    display: flex;
	}
	.cntn-sc-txt{

	}
	.cntn-sc-img {
	    height: auto;
	    flex: 1;
	    float: initial;
	     
	}
	.cntn-sc-txt.sc-right {
		order: 2;
	}
	.cntn-sc-img{
		order: 1;
	}








.cntn-sc.cntn-sc-gde{
	height: auto;
	display: flex; /* Activa Flexbox */
    align-items: stretch; /* Asegura que los hijos tengan la misma altura */
}

.cntn-sc.cntn-sc-gde .cntn-sc-txt{
	flex: 2;
	/*width: 74%;*/
	box-sizing: border-box;
	float: none;
	height: auto;
}
.cntn-sc.cntn-sc-gde .cntn-sc-img{
	flex: 1;
	/*width: 26%;*/
	box-sizing: border-box;
	float: none;
	height: auto;
}
.cntn-sc.cntn-sc-gde .cntn-sc-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cntn-sc.cntn-sc-gde .cntn-sc-p{
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sc-caja-right{
	float: right;
}
.sc-right{
	float: right;
}
.clear, .clearfix{
	clear: both;
}


#cntn-servicio-porque{
	height: 700px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.cntn-servicio-porque-ha-it{
	/*background-image: url('../imagenes-continue/ha-it-back-porque.jpg');*/
}
#cntn-ha-it-decora-porque{
	left: -35px;
    bottom: 300px;
}
#cntn-ha-it-porque-txt-1{
	padding: 50px 0px 0px 0px;
}
#cntn-ha-it-porque-linea{
	background: transparent url('../imagenes-continue/ha-it-porque-linea.png') scroll no-repeat 0px 0px;
	background-size: auto 58px;
	height: 94px;
	width: 54%;
	right: 0px;
	position: absolute;
}
#cntn-ha-it-porque-linea-2{
	background: transparent url('../imagenes-continue/ha-it-porque-linea-2.png') scroll no-repeat right 0px;
	background-size: auto 58px;
	height: 94px;
	width: 54%;
	position: relative;
	padding-top: 54px;
	padding-right: 100px;
}
.cntn-static{
	position: static;
}
.cntn-linea-complemento{
	background-color: #0060FF;
	height: 4px;
	width: 100%;
	margin-left: 200px;
}
.cntn-linea-complemento-2{
	background-color: #0060FF;
	height: 4px;
}
.cntn-img-circulo-md{
	width: 400px;
	height: 400px;
}
.cntn-img-decora-md{
	background: #000000 url('../imagenes-continue/simbolo-c-ransomware.png') scroll no-repeat center center;
	background-size: 90% auto;
	border-radius: 50%;
	left: 0px;
	bottom: 0px;
	width: 120px;
	height: 120px;
	position: absolute;
	z-index: 1;
}
.cntn-servicio-caja-3{
	width: 90%;
	margin: 0px auto 40px;
}
.cntn-servicio-caja-3 h3{
	margin-bottom: 10px;
}
.cntn-sc3-icon{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	margin-bottom: 30px;
}
.cntn-sc3-icon.sc3-icon-1{
	/*background-image: url('../imagenes-continue/ha-it-porque-1.png')*/
}
.cntn-sc3-icon.sc3-icon-2{
	/*background-image: url('../imagenes-continue/ha-it-porque-2.png')*/
}
.cntn-sc3-icon.sc3-icon-3{
	/*background-image: url('../imagenes-continue/ha-it-porque-3.png');*/
}
#cntn-ha-it-cont-t-soluciones{
	padding-top: 100px;
	padding-bottom: 100px;
}
#cntn-ha-it-soluciones-linea-1{
	background: transparent url('../imagenes-continue/ha-it-linea-soluciones-1.png') scroll no-repeat right 0px;
	background-size: auto 175px;
	height: 175px;
	width: 50%;
	padding-top: 115px;
	right: 50%;
	position: absolute;
	top: 30px;
	margin-right: 170px;
}
#cntn-ha-it-soluciones-linea-2{
	background: transparent url('../imagenes-continue/ha-it-linea-soluciones-2.png') scroll no-repeat 0px 0px;
	background-size: auto 105px;
	height: 105px;
    width: 50%;
    left: 50%;
    top: 121px;
    position: absolute;
    padding-top: 0px;
    margin-left: 180px;
}
.cntn-linea-soluciones-complemento-1{
	background-color: #0060FF;
	height: 4px;
	margin-right: 106px;
}
.cntn-linea-soluciones-complemento-2{
	background-color: #0060FF;
	height: 4px;
	margin-left: 388px;
}

#cntn-ha-it-cont-t-servicios{
	padding-top: 100px;
	padding-bottom: 150px;
}
#cntn-ha-it-servicios-linea-1{
	background: transparent url('../imagenes-continue/ha-it-linea-servicios-1.png') scroll no-repeat right 0px;
	background-size: auto 100px;
	height: 100px;
	width: 50%;
	padding-top: 33px;
	right: 50%;
	position: absolute;
	top: 180px;
	margin-right: 180px;
}
.cntn-linea-servicios-complemento-1{
	background-color: #0060FF;
	height: 4px;
	margin-right: 270px;
}
#cntn-ha-it-servicios-linea-2{
	background: transparent url('../imagenes-continue/ha-it-linea-servicios-2.png') scroll no-repeat 0px 0px;
	background-size: auto 85px;
	height: 40px;
    width: 50%;
    left: 50%;
    top: 60px;
    position: absolute;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 97px;
}
.cntn-linea-servicios-complemento-2{
	background-color: #0060FF;
	height: 4px;

}
.cntn-servicio-footer{
	background: transparent url('../imagenes-continue/servicio-footer.jpg') scroll no-repeat center 0px;
	background-size: cover;
	padding: 100px 0px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: normal;
}


/*CLOUT ID********************************************/
.cntn-sc-t h4 div{
	font-weight: 400;
	line-height: 20px;
	font-size: 20px;
	letter-spacing: normal;
}
.cntn-servicio-porque-cloud-it{
	/*background-image: url('../imagenes-continue/cloud-it-back-porque.jpg');*/
}
#cntn-servicio-separado{
	position: relative;
	height: 100px;
	margin-bottom: 20px;
}
#cntn-servicio-decora-line-1{
	background: transparent url('../imagenes-continue/ha-it-porque-linea-2.png') scroll no-repeat right 0px;
	background-size: auto 58px;
	height: 58px;
	width: 50%;
	position: relative;
	padding-top: 54px;
	padding-right: 100px;
}
#cntn-servicio-decora-line-2{
	background: transparent url('../imagenes-continue/servicio-decora-line-2.png') scroll no-repeat left 0px;
	background-size: auto 58px;
	height: 58px;
	width: 50%;
	position: relative;
	padding-top: 0px;
	padding-right: 100px;
	margin-left: 50%;
}
.cntn-linea-complemento-1{
	background-color: #0060FF;
	height: 4px;
}
.cntn-servicio-complemento-2{
	background-color: #0060FF;
	height: 4px;
	margin-left: 99px;
}
.cntn-linea-2-arriba{
	margin-top: -20px;
}

.cntn-sc3-icon.sc3-icon-4{
	/*background-image: url('../imagenes-continue/cloud-it-tecnologia-avanzada.png')*/
}
.cntn-sc3-icon.sc3-icon-5{
	/*background-image: url('../imagenes-continue/cloud-it-soporte-personalizado.png')*/
}
.cntn-servicio-porque-gestion-it{
	/*background-image: url('../imagenes-continue/gestion-it-back-porque.jpg');*/
}
.cntn-sc3-icon.sc3-icon-6{
	/*background-image: url('../imagenes-continue/gestion-it-transparencia.png')*/
}





#cntn-servicio-decora-line-3{
	background: transparent url('../imagenes-continue/servicio-decora-linea-3.png') scroll no-repeat right 0px;
	background-size: auto 58px;
	height: 58px;
	width: 50%;
	position: relative;
	padding-top: 0px;
	padding-right: 100px;
}
#cntn-servicio-decora-line-4{
	background: transparent url('../imagenes-continue/servicio-decora-linea-4.png') scroll no-repeat left 0px;
	background-size: auto 58px;
	height: 58px;
	width: 50%;
	position: relative;
	padding-top: 54px;
	padding-right: 100px;
	margin-left: 50%;
}
.cntn-linea-complemento-3{
	background-color: #0060FF;
	height: 4px;
}
.cntn-servicio-complemento-4{
	background-color: #0060FF;
	height: 4px;
	margin-left: 99px;
	width: 100%;
}

/*ASSESSMENT*************************/
.cntn-servicio-porque-assessment-it{
	/*background-image: url('../imagenes-continue/assessment-it-back-porque.jpg');*/
}
#cntn-assessment-it-servicios-linea-1{
	background: transparent url('../imagenes-continue/assessment-it-servicios-linea-1.png') scroll no-repeat right 0px;
	background-size: auto 98px;
    height: 98px;
    width: 50%;
    padding-top: 94px;
    right: 50%;
    position: absolute;
    top: 80px;
    margin-right: 160px;
}
.cntn-linea-servicios-assessment-complemento-1{
	background-color: #0060FF;
	height: 4px;
	margin-right: 143px;
}
#cntn-assessment-it-servicios-linea-2{
	background: transparent url('../imagenes-continue/assessment-it-servicios-linea-2.png') scroll no-repeat 0px 0px;
	background-size: auto 88px;
	height: 88px;
    width: 50%;
    left: 50%;
    top: 100px;
    position: absolute;
    padding-top: 0px;
    margin-left: -160px;
    padding-left: 0px;
}
.cntn-linea-servicios-assessment-complemento-2{
	background-color: #0060FF;
	height: 4px;
	margin-left: 557px;
	width: 200%;
}

#cntn-assessment-it-cont-t-servicios{
	padding-top: 50px;
	padding-bottom: 100px;
}



#cntn-secure-it-cont-t-servicios{
	padding-top: 50px;
	padding-bottom: 100px;
}
#cntn-secure-it-servicios-linea-1{
	background: transparent url('../imagenes-continue/secure-it-titulo-linea-1.png') scroll no-repeat right 0px;
	background-size: auto 77px;
    height: 77px;
    width: 50%;
    padding-top: 7px;
    right: 50%;
    position: absolute;
    top: 15px;
    margin-right: 200px;
}
.cntn-linea-servicios-secure-complemento-1{
	background-color: #0060FF;
	height: 5px;
	margin-right: 271px;
}
#cntn-secure-it-servicios-linea-2{
	background: transparent url('../imagenes-continue/secure-it-titulo-linea-2.png') scroll no-repeat 0px 0px;
	background-size: auto 60px;
	height: 60px;
    width: 50%;
    left: 50%;
    top: 100px;
    position: absolute;
    padding-top: 0px;
    margin-left: 50px;
    padding-left: 0px;
}
.cntn-linea-servicios-secure-complemento-2{
	background-color: #0060FF;
	height: 4px;
	margin-left: 215px;
	
}

#cntn-archieve-it-cont-t-servicios{
	padding-top: 90px;
	padding-bottom: 100px;
}
#cntn-archieve-it-servicios-linea-1{
	background: transparent url('../imagenes-continue/archieve-it-linea-1.png') scroll no-repeat right 0px;
	background-size: auto 14px;
    height: 14px;
    width: 55%;
    padding-top: 5px;
    right: 45%;
    position: absolute;
    top: 200px;
    padding-right: 14px; 
}
.cntn-linea-servicios-archieve-complemento-1{
	background-color: #0060FF;
	height: 5px;

}
#cntn-archieve-it-servicios-linea-2{
	background: transparent url('../imagenes-continue/ha-it-linea-servicios-2.png') scroll no-repeat 0px 0px;
	background-size: auto 85px;
	height: 40px;
    width: 50%;
    left: 50%;
    top: 60px;
    position: absolute;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 97px;
}
.cntn-linea-servicios-archieve-complemento-2{
	background-color: #0060FF;
	height: 4px;

}


#cntn-archieve-c1-txt{
	padding-top: 100px;
}
#cntn-archieve-it-decora-c1{
	left: 300px;
    bottom: 10px;
}
#cntn-archieve-c2-img{
	padding-top: 20px;
}
.cntn-archieve-it-decora-c3{
	left: 0px;
    bottom: 10px;
}
#cntn-archieve-c3-txt{
	padding-top: 30px;
}
#cntn-archieve-c4-txt{
	padding-top: 50px;
}

.cntn-z1{
	z-index: 1;
	position: relative;
}
#archieve-it-linea-c1{
	background: transparent url('../imagenes-continue/archieve-it-linea-c1.png') scroll no-repeat 0px 0px;
	background-size: auto 61px;
	height: 61px;
    width: 500px;
    left: 0px;
    top: 10px;
    position: absolute;
    margin-left: 200px;
    z-index: 0;
}
#archieve-it-linea-c22{
	background: transparent url('../imagenes-continue/archieve-it-linea-c22.png') scroll no-repeat 0px 0px;
	background-size: auto 85px;
	height: 85px;
    width: 85px;
    left: 0px;
    top: 0px;
    position: absolute;
    margin-left: 200px;
    margin-top: 50px;
}
#archieve-it-linea-c2{
	background: transparent url('../imagenes-continue/archieve-it-linea-c2.png') scroll no-repeat 0px 0px;
	background-size: auto 110px;
	height: 110px;
    width: 562px;
    left: 0px;
    top: 0px;
    position: absolute;
    margin-left: -530px;
    margin-top: 300px;
    z-index: 0;
}
#archieve-it-linea-c4{
	background: transparent url('../imagenes-continue/archieve-it-linea-c4.png') scroll no-repeat 0px 0px;
	background-size: auto 180px;
	height: 180px;
    width: 270px;
    left: 0px;
    top: 0px;
    position: absolute;
    margin-left: 50px;
    margin-top: -100px;
    z-index: 0;
}
#archieve-it-linea-c3{
	background: transparent url('../imagenes-continue//simbolo-c-ransomware.png') scroll no-repeat 0px 0px;
	background-size: 90% auto;
	height: 120px;
    width: 120px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 0;
    margin-right: -260px;
    margin-bottom: -74px;
}

















/*CONTACTO*****************************************************************************************/
#cntn-banner-contacto.cntn-banner-sec{
	background-position: left center;
	height: 500px;
}
#cntn-banner-contacto h1{
	padding-bottom: 50px;
	text-align: right;
}
#cntn-banner-contacto.cntn-align-v{
	align-items: flex-end;
}
.cntn-contacto-point{
	height: 100px;
}
.cntn-contacto-point:before{
	background-image: url('../imagenes-continue/contacto-all.png');
	background-repeat: no-repeat;
	background-size: 210px;
	content: '';
	width: 70px;
	height: 70px;
	display: inline-block;
	margin-right: 10px;
}
.cntn-contacto-p2{
	border-left: 2px solid #707070;
	border-right: 2px solid #707070;
}
.cntn-contacto-p1:before{
	background-position: 0px 0px;
}
.cntn-contacto-p2:before{
	background-position: -70px 0px;
}
.cntn-contacto-p3:before{
	background-position: -140px 0px;
}
#cntn-contacto-mapa-img{
	background: transparent url('../imagenes-continue/contacto-mapa.png') scroll no-repeat 0px 0px;
	background-size: cover;
	padding-top: 56.11%;
	position: relative;
	border-radius: 42px;
}
.cntn-contacto-ubicacion{
	position: absolute;
}
.cntn-contacto-ubicacion .cntn-point{
	background: transparent url('../imagenes-continue/contacto-simbolo.png') scroll no-repeat center center;
	background-size: 75px auto;
	height: 60px;
	width: 60px;
	display: block;
	position: relative;
	z-index: 1;
}
.point-tijuana{
	left: 18.1%;
    top: 8.3%;
}
.point-monterrey{
	left: 53.7%;
    top: 39.2%;
}
.point-guadalajara{
	left: 46.7%;
    top: 61.2%;
}
.point-queretaro{
	left: 56.6%;
    top: 61.3%;
}
.point-cdmx{
	left: 57.2%;
    top: 69.3%;
}
.cntn-txt{
	position: absolute;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	border-radius: 0px 10px 10px 0px;
	left: 44px;
	top: 10px;
	padding: 0px 20px 0px 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.point-guadalajara .cntn-txt{
	left: initial;
	right: 44px;
	padding: 0px 20px 0px 20px;
	border-radius: 10px 0px 0px 10px;
}
#cntn-contacto-mapa-titulo{
	position: absolute;
	right: 50px;
	top: 50px;
	text-align: center;
	font-size: 23px;
	line-height: 23px;
	font-weight: 400;
}
#cntn-contacto-mapa-titulo h2{
	font-size: 46px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 0px;
	letter-spacing: normal;
}

#cntn-contacto-form{
	background-color: rgba(205, 205, 205, 0.1);
}
#cntn-contact-form-int{
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 40px 40px 20px;
}

#cntn-contact-form-int input, #cntn-contact-form-int textarea{
	width: 100%;
	background-color: transparent;
	border: 0px solid transparent;
	border-bottom: 1px solid #707070;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	margin-bottom: 30px;
}
#cntn-contact-form-int textarea{
	line-height: 20px;
	height: 140px;
	min-height: 140px;
    max-height: 140px;
    max-width: 100%;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cntn-btn-enviar{
	border: 0px;
	margin: 0px auto;
	width: 160px;
}



/*QUIENES SOMOS*****************************************************************************************/
#cntn-banner-quienes-somos.cntn-banner-sec{
	/*background-position: left center;*/
}
#cntn-banner-quienes-somos h1{
	text-align: right;
}
.cntn-img-circulo{
	width: 460px;
	height: 460px;
}
.cntn-img-decora{
	background: #000000 url('../imagenes-continue/simbolo-c-ransomware.png') scroll no-repeat center center;
	background-size: 90% auto;
	border-radius: 50%;
	left: 0px;
	bottom: 0px;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 1;
}
#cntn-qs-decora-top{
	left: -60px;
	bottom: 10px;
}
#cntn-qs-txt-1{
	padding: 40px 0px;
}
.cntn-linea-h{
	background-color: #0060FF;
	height: 4px;
}
#cntn-qs-linea-1{
	width: 50%;
	margin-top: -150px;
}
#cntn-qs-linea-2{
	width: 120px;
	margin-top: -4px;
	margin-left: -1px;
	left: 50%;
	position: relative;
	transform: rotate(40deg);
	transform-origin: left center;
}
#cntn-qs-linea-tiempo{
	margin-top: -80px;
	margin-bottom: 50px;
}


.qslt-c{
	background-color: #061431;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	position: relative;
	/*float: right;*/
	margin: 0px auto;
	padding-top: 30px;
}
.qslt-c-int{
	background-color: #FFFFFF;
	background: linear-gradient(to bottom right, #CDCDCD 0%, #FFFFFF 55%, #FFFFFF 100%); /* Degradado */
	border-radius: 50%;
	height: 140px;
	width: 140px;
	margin: 0px auto;
	line-height: 140px;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #0060FF;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); /* Sombra */
	letter-spacing: normal;
}
.qslt-c-colores{
	background: #061431 url('../imagenes-continue/simbolo-c-md-1.png') scroll no-repeat center center;
	background-size: 240px auto;
}
.qslt-c:after{
	background-color: #0060FF;
	content: '';
	height: 4px;
	width: 160px;
	position: absolute;
	left: 100%;
	margin-left: -12px;
	bottom: 50px;
	z-index: 0;
	transform: rotate(35deg);
	transform-origin: left center;
}
.qslt-c.sqlt-c-ultimo:after{
	display: none;
}
.qslt-c.qslt-c-izq:after{
	left: initial;
	right: 100%;
	margin-left: 0px;
	margin-right: -12px;
	transform: rotate(-35deg);
	transform-origin: right center;
}
.qslt-txt{
	text-align: center;
	width: max-content;
    max-width: 85%;
	display: flex; /* Activa flexbox */
	flex-direction: column; /* Asegura que los hijos se coloquen verticalmente */
    justify-content: center; /* Centra verticalmente los hijos */
	height: 200px;
	font-size: 16px;
}
.qslt-titulo{
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: normal;
}
.qslt-year-der{
	float: right;
}
.qslt-txt-izq{
	float: right;
}
.qslt-img-fondo-izq{
	background-color: #061431;
	border-radius: 50%;
	height: 350px;
	width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	margin-top: -150px;
	margin-left: -400px;
	overflow: hidden;
}
.qslt-img-fondo-der{
	background-color: #061431;
	border-radius: 50%;
	height: 350px;
	width: 350px;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 0;
	margin-top: -150px;
	margin-right: -400px;
	overflow: hidden;
}
.qslt-img-fondo-izq img, .qslt-img-fondo-der img{
	width: 100%;
}
/*.qslt-c-izq{
	float: left;
}*/
#cntn-qs-lista-years .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1;
}
#cntn-qs-lista-years{
	padding-bottom: 200px;
}
#qntn-quienes-somos{
	overflow: hidden;
}
.qslt-decora-lateral{
	border-radius: 50px;
	height: 800px;
	width: 800px;
	transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    left: 100%;
    top: 100px;
    margin-left: -200px;
}
.qslt-decora-lateral.qslt-d-l-2{
	top: 1300px;
}
.qslt-decora-lateral.qslt-decora-lateral-izq{
	right: 100%;
    top: 700px;
    margin-right: -200px;

    left: initial;
    margin-left: 0px;
}
.qslt-decora-lateral.qslt-decora-lateral-izq.qslt-d-l-4{
    top: 3100px;
}


#cntn-qs-clientes{
	background: transparent url('../imagenes-continue/quienes-somos-back-clientes.jpg') scroll no-repeat center center;
	background-size: cover;
}
#cntn-qs-clientes h2{
	/*margin-bottom: 0px;*/
}
.cntn-qs-cliente{
	background: #061431 url('../imagenes-continue/simbolo-c-md-1.png') scroll no-repeat center center;
	background-size: 237px auto;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	position: relative;
	margin: 0px auto;
	padding-top: 30px;
}
.cntn-qs-cliente-int{
	background-color: #FFFFFF;
	background: linear-gradient(to bottom right, #CDCDCD 0%, #FFFFFF 55%, #FFFFFF 100%); /* Degradado */
	border-radius: 50%;
	height: 137px;
	width: 137px;
	margin: 0px auto;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.cntn-qs-cliente-int{
	display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.owl-carousel .owl-item .cntn-qs-cliente-int img{
	width: 120px;
}

.cntn-carousel-regular .owl-dots{
	display: none;
}

.cntn-carousel-regular .owl-carousel .owl-nav button.owl-prev{
	background: transparent url('../imagenes-continue/flecha-izq.png') scroll no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0%;
	top: 50%;
	display: block;
	z-index: 100;
	width: 30px;
	height: 35px;
	font-size: 0px;
	margin-left: -60px;
	margin-top: -17px;
}
.cntn-carousel-regular .owl-carousel .owl-nav button.owl-next{
	background: transparent url('../imagenes-continue/flecha-der.png') scroll no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0%;
	top: 50%;
	display: block;
	z-index: 100;
	width: 30px;
	height: 35px;
	font-size: 0px;
	margin-right: -60px;
	margin-top: -17px;
}
.cntn-carousel-regular .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: transparent url('../imagenes-continue/flecha-izq.png') scroll no-repeat center center;
    background-size: contain;
    color: #FFF;
    text-decoration: none;
}
.cntn-carousel-regular .owl-theme .owl-nav [class*=owl-next]:hover {
    background: transparent url('../imagenes-continue/flecha-der.png') scroll no-repeat center center;
    background-size: contain;
    color: #FFF;
    text-decoration: none;
}
/*.owl-carousel .owl-item img.cntn-home-ficha-img{
	width: 100%;
	margin: 0px auto;
}*/
.cntn-qs-testimonios{
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	padding: 0px 40px 60px;
}
.cntn-qs-testimonios-top{
	height: 60px;
	position: relative;
	width: 100%;
}
.cntn-qs-testimonios{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.cntn-qs-testimonios .qslt-titulo{
	margin-bottom: 20px;
}
.cntn-qs-testimonio-caja{
	position: relative;
}
.cntn-qs-testimonios .qslt-titulo:before{
	content: '“';
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 20px;
	width: 40px;
	font-size: 100px;
	line-height: 100px;
}
.cntn-qs-testimonios .qslt-titulo:after{
	content: '”';
	height: 40px;
	position: absolute;
	right: 50%;
	margin-right: -400px;
	top: 20px;
	width: 40px;
	font-size: 100px;
	line-height: 100px;
}
.cntn-qs-testimonios-txt{
	width: 500px;
	margin: 0px auto;
}
.cntn-qs-testimonio{
	background-color: #061431;
	background-size: 237px auto;
	border-radius: 50%;
	height: 180px;
	width: 180px;
	position: relative;
	margin: 0px auto;
	padding-top: 27px;
	margin-bottom: -30px;
	position: relative;
	top: -60px;
}
.cntn-qs-testimonio-int{
	background-color: #FFFFFF;
	background: linear-gradient(to bottom right, #CDCDCD 0%, #FFFFFF 55%, #FFFFFF 100%); /* Degradado */
	border-radius: 50%;
	height: 126px;
	width: 126px;
	margin: 0px auto;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.cntn-qs-testimonio-int{
	display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.owl-carousel .owl-item .cntn-qs-testimonio-int img{
	width: 100px;

}



/*BLOG*************************************/
.cntn-blog-item, .cntn-blog-item:hover{
	color: #222222;
	text-decoration: none;
	margin-bottom: 40px;
	display: block;
}
.cntn-blog-item h2{
	font-size: 17px;
	line-height: 20px;
	padding: 0px 10px;
}
.cntn-blog-item img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); /* Sombra */
	margin-bottom: 10px;
}
#cntn-blog-entrada-top{
	padding-top: 60px;
}
.cntn-blog-entrada-img{
	width: 100%;
	margin-bottom: 40px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); /* Sombra */
	margin-bottom: 40px;
	border-radius: 30px;
}
.cntn-blog-entrada-titulo{
	margin-bottom: 40px;
}
















