/*
Theme Name: Tecnova IT Solutions
Theme URI: https://www.tecnova.cl
Author: Multidev
Author URI: https://multidev.cl
Description: Template customizado para Tecnova
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tecnova IT Solutions
Text Domain: Tecnova IT Solutions
*/

		/*:::::CSS BOTÓN WHATSAPP - AGOSTO 2026::::*/

		.boton-flotante{
			display:flex;
			align-items:center;
			gap:8px;
			position:fixed;
			right:72px;
			bottom:18px;
			z-index:9999;
		}



.logo-partner-footer {
    width: 100%;
    max-width: 286px !important;
    display: flex;
    /* justify-content: left;*/
}

strong:hover{
	color:#EE2D73  !important;
}

li::marker {
  	color:#EE2D73 !important;
	font-weight: 700 !important;
	font-size: 18px !important;

}

.caso-exito a.btn.btn-primary{
	background-color:#c25486 !important;
}

.bloque-calugas-texto {
    padding-bottom: 7%;
}

.gform_confirmation_message_2,
.gform_confirmation_message{
	color:#ffffff !important;
}

.extractoNoticia{
	font-size:16px !important;
}

.cuerpoNoticiaSimple{
	font-size:16px !important;
}

#cuerpoNoticia{
	font-size:16px !important;
}

/*===================================
 CSS DISEÑOS CASOS DE EXITO 2 COLUMNAS
Contiene CAJAS-BOX con bordes redondeados
Y textos personalizados para armar gráficos y
páginas con Bootstrap
=====================================
 */
.espacio10{
	width:100%;
	height:10px;
}

.espacio30{
	width:100%;
	height:30px;
}

.espacio50{
	width:100%;
	height:50px;
}

.text-celeste{
	color:#009bdb !important;
}

.text-azul{
	color:#0a073c;
}

.text-rosa{
	color:#f22771;
}

.text-neutral-900{
	color:#515151;
}

.text-bronze{
	color:#c45c00 !important;
	font-weight:400 !important;
	font-size:24px !important;
}

.text-silver{
	color:#8e8e8e !important;
	font-weight:400 !important;
	font-size:24px !important;
}

.text-gold{
	color:#d0a600 !important;
	font-weight:400 !important;
	font-size:24px !important;
}

.color-bronze{
	color:#c45c00 !important;
}

.color-silver{
	color:#8e8e8e !important;
}

.color-gold{
	color:#d0a600 !important;
}

ul.listaprecios{
	min-height:127px;
	padding:0 16%;
}

ul.listaprecios li{
	font-size:13px !important;
	text-align:left !important;
	line-height:21px !important;
}

.box00{
	background-color:#ffffff;
	width:30.6% !important;
	border-radius: 7px;
	height:auto;
	padding:15px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	transition: 0.7s;
}

.box00:hover{
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #b1b1b1;
	-webkit-box-shadow: 2px 2px 5px #b1b1b1;
	-moz-box-shadow: 2px 2px 5px #b1b1b1;
}

.box01{
	background-color:#ffffff;
	width:46% !important;
	border-radius: 7px;
	height:auto;
	padding:15px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	transition: 0.7s;
}

.box01:hover{
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #b1b1b1;
	-webkit-box-shadow: 2px 2px 5px #b1b1b1;
	-moz-box-shadow: 2px 2px 5px #b1b1b1;
}

.box01 h2{
	font-weight:bold;
	font-weight:700;
	text-align:center;
	font-size: 3rem;
}

.box01 h5{
	font-weight:bold;
	font-weight:900;
	text-align:center;
}

.box02{
	background-color:#ffffff;
	width:45% !important;
	border-radius: 7px;
	height:auto;
	padding:35px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	transition: 0.7s;
}

.box02:hover{
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #b1b1b1;
	-webkit-box-shadow: 2px 2px 5px #b1b1b1;
	-moz-box-shadow: 2px 2px 5px #b1b1b1;
}

.box02 h2{
	font-weight:bold;
	font-weight:900;
	text-align:center;
}



.box03{
	background-color:#ffffff;
	width:46% !important;
	border:1px dashed #cccccc;
	border-radius: 7px;
	height:auto;
	padding:15px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	transition: 0.7s;
}

.box03:hover{
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #d1d2d3;
	-webkit-box-shadow: 2px 2px 5px #d1d2d3;
	-moz-box-shadow: 2px 2px 5px #d1d2d3;
}

.box04{
	background-color:#edf9fe;
	width:45% !important;
	border-radius: 7px;
	height:auto;
	padding:15px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	transition: 0.7s;
}

.box04:hover{
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #1d9fd5;
	-webkit-box-shadow: 2px 2px 5px #1d9fd5;
	-moz-box-shadow: 2px 2px 5px #1d9fd5;
}

.box04 ul li{
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 14px !important;
	text-align: left !important;
	margin-bottom: 5px !important;
}

.lista2 ul li{
	font-size: 14px !important;
	text-align: left !important;
}

.box05{
	background-color:#e8f8ff;
	width:30.6% !important;
	border:1px dashed #009BDB;
	border-radius: 7px;
	height:auto;
	padding:15px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	transition: 0.7s;
}

.box05:hover{
	background-color:#dbf4ff;
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #d1d2d3;
	-webkit-box-shadow: 2px 2px 5px #d1d2d3;
	-moz-box-shadow: 2px 2px 5px #d1d2d3;
}

.box06{
	background-color:#f4f4f4;
	width:30.6% !important;
	border:1px dashed #cccccc;
	border-radius: 7px;
	height:auto;
	padding:15px 5px 5px 5px;
	margin: 15px 10px;
	line-height:14px;
	text-align:center;
	transition: 0.7s;
}

.box06:hover{
	background-color:#e5e5e5;
	transform: translateY(-2px) translateX(-2px);
    transition: 0.5s;
	box-shadow: 2px 2px 5px #d1d2d3;
	-webkit-box-shadow: 2px 2px 5px #d1d2d3;
	-moz-box-shadow: 2px 2px 5px #d1d2d3;
}

.box100{
	background-color:#ffffff;
	width:99% !important;
	border-radius: 7px;
	height:auto;
	margin: 15px 10px;
	line-height:30px;
	text-align:center;
	box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	transition: 0.7s;
	font-weight:400;
}

.box100-2{
	background-color:#f8fafc;
	width:99% !important;
	border-radius: 7px;
	border: 1px solid #e2e8f0 !important;
	height:auto;
	margin: 15px 10px;
	padding:15px 35px 15px 25px;
	line-height:30px;
	transition: 0.7s;
	font-weight:400;
}

.box100-2:hover{
	background-color:#f8fafc;
	box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	transition: 0.7s;
	font-weight:400;
}

.box-white{
	background-color:#ffffff;
	width:99% !important;
	border-radius: 7px;
	border:1px solid #f2f2f2;
	height:auto;
	margin: 15px 10px;
	padding:15px 25px 10px 25px;
	line-height:30px;
	transition: 0.7s;
}
.box-white:hover{
	background-color:#ffffff;
	width:99% !important;
	border-radius: 7px;
	box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(173,173,173,0.28);
	transition: 0.7s;
	height:auto;
	margin: 15px 10px;
	padding:15px 25px 10px 25px;
	line-height:30px;
}

.box-border{
	background-color:#f2fbff;
	width:99% !important;
	border-radius: 7px;
	border:1px solid #c5e1ec;
	height:auto;
	margin: 15px 10px;
	padding:15px 25px 10px 25px;
	line-height:30px;
	transition: 0.7s;
}
.box-border:hover{
	border:1px solid #009bdb;
	box-shadow: -2px 1px 5px 2px rgba(161,211,231,0.28);
	-webkit-box-shadow: -2px 1px 5px 2px rgba(161,211,231,0.28);
	-moz-box-shadow: -2px 1px 5px 2px rgba(161,211,231,0.28);
	transition: 0.7s;
	height:auto;
	line-height:30px;
}
.box-border p{
	text-align:left !important;
}

th.tarea-tabla{
	font-weight:400 !important;
	text-align: left !important;
  	padding-left: 4% !important;
	line-height: 19px !important;
	padding-top: 14px !important;
}

.btn-primary:hover{
	background-color:#f22771 !important;
	border: 1px solid #f22771 !important;
	color:#ffffff !important;
	transition: 0.3s;
}

.news-card .btn:hover{
	background-color:#f22771 !important;
}

.thead-dark{
	background-color:#dbf4ff !important;
}

.table{
    --bs-table-bg: transparent !important;
	font-family: 'Raleway', sans-serif !important;
}

/*.box100 thead tr th{
	color:#009bdb !important;
}*/

@media only screen and (max-width: 1399px) {
	ul.listaprecios{
    min-height: 140px;
	padding:0 10%;
    }
	
	.navbar-nav .nav-item .nav-link{
	font-size: 12px !important;
	}
	
	.navbar-nav .nav-item{
	margin: 0 5px !important;
	}
	
}

@media only screen and (max-width: 1366px) {
	
	.navbar-nav .nav-item{
	margin: 0 !important;
	}
	
}

@media only screen and (max-width: 1070px) {
	
	.navbar-nav .nav-item .nav-link{
	font-size: 11px !important;
	}
	
	.navbar-nav .nav-item{
	margin: 0 !important;
	}
	
}


@media only screen and (max-width: 991px) {
	
	.navbar-toggler{
	display: flex !important;
	align-items:left !important;
	background-color: rgba(255,255,255,0.5) !important;
	position: absolute !important;
	left: 670px !important;
	}
	
	#menu-menu-principal{
	background-color: #0a073c !important;
	z-index: 99999999 !important;
    width: 215px !important;
	position: absolute !important;
	left: 520px !important;
	top: 75px !important;
	}
	
	
	ul.listaprecios {
    min-height: 200px;
	padding:0 5%;
    }
	
	.box05{
		width:30% !important;
	}
	
	.box06{
		width:30% !important;
	}
	
	.titulo-banner-main{
	padding-left: 10% !important;
	}
	
}

@media only screen and (max-width: 768px) {
	
	#navHeader {
    width: calc(100% - 58px) !important;
  	}
	
	.navbar-toggler{
	display: block !important;
	background-color: rgba(255,255,255,0.5) !important;
	position: absolute !important;
	width: 60px !important;
	right: 10% !important;
	left: 10% !important;
	}
			
	#menu-menu-principal{
	background-color: #0a073c !important;
	z-index: 99999999 !important;
    position: relative !important;
    width: 215px !important;
	left: 0px !important;
	}
	
	#navbarNav{
		background-color: transparent !important;
	}
	
	ul.listaprecios {
        min-height: 100px;
		padding:0 18%;
    }
	
	.box05{
		width:72% !important;
	}
	
	.box06{
		width:72% !important;
	}
}

@media only screen and (max-width: 681px) {
	
	#menu-menu-principal{
	top: 0 !important;
	}
	
	.navbar-toggler{
	right: -8% !important;
	top: 18% !important;
	}
	
	.navbar-toggler:focus{
	right: -8% !important;
	top: 0 !important;
	}
	
	
	.box00{
		width:96% !important;
	}
	.box01{
		width:96% !important;
	}
	.box02{
		width:96% !important;
	}
	.box03{
		width:96% !important;
	}
	.box04{
		width:96% !important;
	}
	.box05{
		width:96% !important;
	}
	.box06{
		width:96% !important;
	}
	
}

@media only screen and (max-width: 400px) {
	
	#menu-menu-principal{
	top: -33px !important;
	left: 38px !important;
	}
	
	.navbar-toggler{
	top: 10px !important;
	}
	
	.navbar-toggler:focus{
	top: 10px !important;
	}
	
}


.text-rpa{
	font-size:48px;
	line-height:54px !important;
}

.planes p{
    font-family: 'Raleway', sans-serif;
    font-weight: 350;
    font-size: 17px;
    line-height: 30px;
    padding: 0px;
}

.planes h3{
	text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;
    color: var(--main-pink-color);
    font-weight: 800;
    font-size: 40px;
}

h3 .titulo {
	text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;
    color: var(--main-bluesky-color);
    font-weight: 800;
    font-size: 40px;
}

.planes h4{
	text-transform:none;
    font-family: 'League Spartan', sans-serif;
	color: var(--main-bluesky-color) !important;
    font-weight: 700;
    font-size: 33px;
}

#gform_submit_button_1 .gform_button .button:hover{
	background-color: #009bdb !important;
	transition: 0.3s;
}

.button-banner:hover{
	background-color: #f22771 !important;
	transition: 0.3s;
}

.button-col-text{
	transition: 0.3s !important;
}

.button-col-text:hover{
	box-shadow: 5px 5px 11px -5px #BF1553;
	-webkit-box-shadow: 5px 5px 11px -5px #BF1553;
	-moz-box-shadow: 5px 5px 11px -5px #BF1553;
	transition: 0.3s;
}

.caso-exito a.btn.btn-primary {
    border:1px solid #c25486 !important;
}

.caso-exito a.btn.btn-primary:hover {
	background-color:#380559 !important;
    border:1px solid #380559 !important;
	transition: 0.3s;
}

.parrafo-button{
	padding-bottom:14% !important;
}
