/*
Theme Name:   bootScore Child
Description:  bootScore Child Theme
Author:       bootScore
Author URI:   https://bootscore.me
Template:     bootscore-main
Version:      5.2.0.0
Text Domain:  bootscore
*/

/* 
	All style editing is done via scss/_bscore_custom.scss
*/

body,
main {
		overflow: hidden;
}

*  {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	max-width: 100vw;
}

/*Oculta la firma del plugin*/
div[data-cky-tag="detail-powered-by"] {
    display: none!important;
}


/*COMMON*/
.pr-30 {
	padding-right: 30px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Oswald';
	font-weight: bold;
}

.list-decimal::after, .list-decimal::before {
	list-style-type: decimal !important;
}

.fide-list{
	margin-left: 15px;
}

.fide-list li{
	list-style-position: outside;
    padding-left: clamp(10px, 1vw, 10px);
	margin-left: 15px;
}

.number-list li,
.list li,
p, a {
	color: #000;
	font-size: 14px !important;
	line-height: 21px;
	font-weight: 300;
	font-family: Lexend;
	text-decoration: none;
}

a:hover {
	color: grey;
}

.one-line {
	clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.move-img {
	position: relative;
	transition: transform .5s cubic-bezier(.39, .58, .57, 1);
	transform: translateX(0)
}
	
.move-img:hover {
	transform: translateX(10px)
}
/*COMMON*/	

/*TITLES*/	
.p-title {
	color: #000 !important;
	text-align: center;
	font-family: 'Oswald';
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pre-title{
	font-family: 'Oswald';
	font-size: 15px !important;
	margin-bottom: 3px;
	font-weight: 300;
}

.page-title {
	font-size: 80px;
}

.title-black {
    font-size: 35px;
}

.title-icon{
	font-size: 20px;
    font-weight: bold;
}

.title-modules{
	font-size: 60px;
}

/*Black section*/
.section-h2 {
	font-size: 50px;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
}
	
.section-h3 {
	font-size: 45px;
}
	
.section-h4 {
	font-size: 30px;
}

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

.contact-h1 {
	color: #000;
	font-family: 'Oswald';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
/*Black section*/

.purple-text {
	color: #9C318F;
}

/*TITLES*/

/*GRADIENT*/
.fidegest-gradient {
	background-image: linear-gradient(to right, #FF7F22, #3F00E6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fidegest-text-gradient {
	background-image: linear-gradient(to right, #FF7F22, #3F00E6);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent !important;
	display: inline;
	font-family: "Oswald";
	font-size: 40px;
}

.border-fidegest {
	background-image: radial-gradient(circle at 100% 100%, transparent 11px, #FFFFFF 11px, #FFFFFF 13px, transparent 13px), linear-gradient(to right, #FFFFFF, #FF6633), radial-gradient(circle at 0% 100%, transparent 11px, #FF6633 11px, #FF6633 13px, transparent 13px), linear-gradient(to bottom, #FF6633, #3F00E6), radial-gradient(circle at 0% 0%, transparent 11px, #E221FF 11px, #3F00E6 13px, transparent 13px), linear-gradient(to left, #3F00E6, #3F00E6), radial-gradient(circle at 100% 0%, transparent 11px, #FC2169 11px, #3F00E6 13px, transparent 13px), linear-gradient(to top, #3F00E6, #FFFFFF);
		background-size: 13px 13px, calc(100% - 26px) 2px, 13px 13px, 2px calc(100% - 26px);
		background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
		background-repeat: no-repeat;
		padding: 40px 20px 40px 20px;
		height: 100%;
}

/*GRADIENT*/


/*ALINEACIÓN DEL TEXTO*/
.text-right {
	text-align: right;
}


/*COLORES*/
.color-white {
	color: #fff;
}
/*COLORES*/

/*FORMULARIOS*/
.some-page-wrapper {
	margin: 1rem 0;
	display: block !important;
}

.some-page-wrapper .form-column {
    position: relative;
    margin-bottom: 20px;
	width: 100%;
}

.some-page-wrapper .form-column p{
    line-height: 1.5;
}

.form-label {
    position: absolute;
    left: 0;
	top: -5px;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: white; 
    padding: 0 !important;
	margin: 0 !important;
}

.form-label.has-value {
	bottom: 25px;
	top: auto !important;
	left: 0;
	font-size: 11px !important;
	opacity: .8
}

.p-column-1 {
	padding: 1rem 0 !important;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-form p label a {
	font-size: 14px !important; 
	color: #3F00E6;
}
/*FORMULARIOS*/


/*=== Estilos para las migas de pan ===*/
.breadcrumbs-container {
	top: 8rem;
	margin-bottom: 50px;
}

.breadcrumb-text {
	display: flex;
	align-items: center;
}

.breadcrumb_last,
#breadcrumbs a{
	color: #000;
	font-family: 'Comfortaa' !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.breadcrumb_last {
	font-weight: 700 !important;
}

.breadcrumb-divider {
	margin: 0 0.5rem;
}
/*HEADER*/
#bg-header {
	background-color: #ffff;
}
.nav-link {
	font-family: "Lexend";
	color: #333;
	font-size: 16px;
}
	
#menu-menu-superior-derecha {
	list-style: none;
}
	
#menu-menu-superior-derecha a {
	font-family: "Oswald";
	font-weight: bold;
	color: #333;
	font-size: 15px;
	text-decoration: none;
}
	
.logo-desktop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	justify-content: center;
	align-items: center;
	width: 70%;
}
	
	@media (min-width: 768px){
		.logo-desktop {
			display: flex !important;
		}
	}

	@media (max-width: 990px) {
		.logo-desktop {
			position: static;
			margin: 0;
	}
}
		
.dropdown-item {
	font-size: 16px;
	padding: 1rem;
}
		
.dropdown-toggle::after {
	margin-left: .5em;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transition: all 1s ease-in-out;
}

.dropdown-menu[data-bs-popper] {
	margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-2 .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  background: #fff;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 2rem 2rem 2rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-2 .dropdown-menu.show >* {
	width: 25%;
	height: 250px;
}

#nav-main,
#bootscore-navbar,
.navbar>.container-fluid,
.navbar-expand-lg .offcanvas .offcanvas-body,
.navbar-nav .dropdown-menu-2 {
	position: initial;
}


.dropdown-menu.show {
	left: -5vw;
	width: 10vw;
	border: 0;
	border-radius: 0 !important;
}

#menu-item-2691-eu > a, #menu-item-2691-es > a,
#menu-item-3385-es > a, #menu-item-3385-en > a,
#menu-item-2688-eu >a, #menu-item-2688-en > a { 
	width: 3.7vw !important;
}



.dropdown-menu-1  > .dropdown-menu.show {
	left: 0 !important;
	width: auto !important;
}



.navbar-expand-lg .navbar-nav .dropdown-menu-1 .dropdown-menu.show {
  opacity: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 !important;
  border-radius: 0;
  border: 0 !important;
  background: #fff;

}

.navbar-expand-lg .navbar-nav .dropdown-menu-1 .dropdown-menu.show {
	padding: 0 1rem !important;
}


.submenu {
	margin: 1rem;
}

.submenu ul {
	padding-left: 1rem;
}

.submenu p {
	color: #A9A9A9;
	font-family: 'Lexend';
	font-size: 13px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.2rem;
}


@media (max-width: 991px) {
	.navbar-expand-lg .navbar-nav :not(.dropdown-menu-1) .dropdown-menu.show {
		flex-direction: column !important;
		position: static !important;
		margin: 1rem 0 !important;
		height: auto !important;
		padding: 0 !important;
	}
	
	
	.navbar-expand-lg .navbar-nav :not(.dropdown-menu-1) .dropdown-menu.show >* {
		width: auto; 
		height: auto;
	}
	
	
	.navbar-expand-lg .navbar-nav .dropdown-menu-1 .dropdown-menu.show {
		margin: 1rem 0 !important;
		padding: 0 !important;
		width: 250px !important;
	}
	
	
	.navbar-expand-lg .navbar-nav .menu-item .dropdown-item {
		margin: 0 0 1rem 0 !important;
		width: 250px !important;
	}
	
	.submenu {
		display: none;
	}
	
	.batuz-encabezado-height {
		height: 800px !important;
	}
	
	.h-40 {
		height: 600px !important;
	}
	
	#menu-item-2691-eu > a, #menu-item-2691-es > a,
    #menu-item-3385-es > a, #menu-item-3385-en > a,
    #menu-item-2688-eu >a, #menu-item-2688-en > a {
		width: 12vw !important;
	}
	
} 

.navbar-expand-lg .navbar-nav
.dropdown-item.active, .dropdown-item:active {
	background-color: #fff;
}

.navbar-expand-lg .navbar-nav
.menu-item .dropdown-item {
	margin: 1rem 2rem;
}


.navbar-expand-lg .navbar-nav
.dropdown-item {
	color: #000;
	font-family: 'Oswald';
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: start;
	width: 200px;
	padding: 0;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(90deg, #FF7F22 0%, #3F00E6 100%);
    border-image-slice: 1;
}
		
.header-actions button {
	all: unset;
}
		
.header-actions i {
	color: black;
	font-size: 1.5rem;
}

/*BTN*/
a:hover{
	border: 0;
}

.btn{
	font-weight: 400;
    letter-spacing: calc(3px + 3 * (100vw - 320px)/1080);
	text-transform: uppercase;
	transition: 0s;
    padding: 0 0 calc(10px + 3 * (100vw - 320px)/ 1080);
    font-size: calc(14px + 1 * (100vw - 320px)/1080);
    font-weight: 400;
    display: inline-block;
	border-radius: 50% 0 0 50%;
	border: 0;
}

.btn-check:focus+.btn, .btn:focus {
	background-color: transparent !important;
	border-color: none !important;
	box-shadow: none !important;
}


.btn:before {
    transition: .8s;
    z-index: 3;
    content: '';
    position: absolute;
    bottom: -1px;
    width: 40px;
    height: 3px;
    border-radius: 0 0 0 0;
    left: calc(-1px - 1.5 * (100vw - 320px)/ 1080);
}

.btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: calc(-1px - 1.5 * (100vw - 320px)/ 1080);
}

.btn:hover:before {
	width: 100%;
	border-radius: 50% 0 0 50%;
}

.btn-width {
	width: 263px;
}


.call-to-action-btn {
	display: block;
	height: 2.625rem;
	border-radius: 1.25rem;
	display: flex;
	justify-content: center;
}
	
.call-to-action-btn > span,
.call-to-action-btn > p

{
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	font-family: 'Oswald';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #FF7F22, #3F00E6);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent !important;
	display: flex;
	justify-content: center;
}

.call-to-action-btn > span:hover {
	background-image: linear-gradient(to right, white, white);
	color: #fff;
}

.secondary-call-to-action-btn {
	display: block;
	height: 2.625rem;
	border-radius: 1.25rem;
	display: flex;
	justify-content: center;
}

.secondary-call-to-action-btn > span {
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	font-family: 'Oswald';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	color: #000 !important;

	display: flex;
	justify-content: center;
}

.secondary-call-to-action-btn > span:hover {
    color: #fff !important;
}
	
.bg-white-btn {
  background: #fff; /* color de fondo */
  border-radius: 20px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}


.bg-white-btn::after {
  content: "";
  background: linear-gradient(90deg, #3F00E6 0.12%, #FF7F22 99.9%) !important;
  cursor: pointer;
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.3s ease;
}



.bg-white-btn:hover::after {
  transition: all 0.3s ease-out;
  transform: skewX(45deg) scale(1, 1);
}

@media (max-width: 767px) {
	.bg-white-btn::after {
	  padding: 40px 40px;
	}
	
	.call-to-action-btn > span, .call-to-action-btn > p {
		padding: 0.5rem 1rem !important;
	}
	
	.facturacion-btn > span {
		padding: 0.2rem !important;
	}
	
}


.btnFidegest:before {
	background: linear-gradient(to right, #FF7F22, #3F00E6) !important;
}

.btnFidegest > span {
	color: #000;
	text-align: start;
	white-space: nowrap;
}


.facturacion-btn {
	display: block;
	height: 2.625rem;
	border-radius: 1.25rem;
	display: flex;
	justify-content: center;
}



.facturacion-btn > span {
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	font-family: 'Oswald';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	background-clip: text;
	color: #fff !important;
	display: flex;
	justify-content: center;
}

.facturacion-btn > span:hover {
	background-image: linear-gradient(to right, #FF7F22, #3F00E6);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent !important;	
}

.gradient-btn {
  background: linear-gradient(90deg, #3F00E6 0.12%, #FF7F22 99.9%) !important;
  border-radius: 20px; 
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}



.gradient-btn::after {
  content: "";
  background: #fff;
  cursor: pointer;
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.3s ease;

}

.gradient-btn:hover::after {
  transition: all 0.3s ease-out;
  transform: skewX(45deg) scale(1, 1);
}




/*BTN*/

/*MODULES*/

.div-inferior {
  width: 100%;
}

.subcategory-header-icon {
  position: fixed;
  width: 40%; 
  height: auto; 
  display: block; 
  margin: 0 auto; 
}


@media (max-width: 1024px) and (min-width: 1000px){
	
	.subcategory-header-icon {
	 	width: 45% !important;
	    top: 20% !important;
	}
}

/*MODULES*/

/*FOOTER*/
footer, footer a {
	color: white;
}
	
.widget-title.h4,
.footer-title {
	font-family: 'Oswald', sans-serif;
	font-size: 20px !important;
	font-weight: bold;
	margin-bottom: 1rem;
}
	
.footer-list, .footer_widget a {
	list-style: none;
	padding-left: 0;
	line-height: 1.2;
}

#menu-menu-footer-es li a,
.footer-list li a {
	color: #FFF;
	font-family: 'Comfortaa';
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}
	
.bck-top-footer {
	background: linear-gradient(to right, #FF7F22, #3F00E6);
}
	
.top-footer {
	height: 350px;
	padding: 20px !important;
	display: grid;
	align-content: center;
}
	
.top-footer > div, .top-footer > div > div {
	margin-bottom: 0 !important;
	height: 100%;
}
	
.top-footer-titular {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}
	
.top-footer-buttons {
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0 !important;
	text-align: left;
	gap: 100px;
}

.center-footer {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, #FF7F22, #3F00E6);
	border-image-slice: 1;
	width:100%;
	--bs-gutter-x: 0;
}
	
.bottom-footer {
	display: flex;
	justify-content: center;
}
	
.bottom-footer li {
	font-family: "Comfortaa";
	font-size: 14px;
}
	
.footer-separator {
	width: 2px;
	background-color: white;
	height: 20px;
}
/*FOOTER*/

/*Oculta la firma del plugin*/
br,
div[data-cky-tag="detail-powered-by"] {
	display: none!important;
}

.grecaptcha-badge {
	visibility: visible !important;
	display: block !important;
	z-index: 100000;
}

.offcanvas-body {
	display: block !important;
}
/*Oculta la firma del plugin*/



/* === Clases para los contenedores ===*/
.black-container {
	background-color: #000;
	padding: 100px 70px 100px 70px;
}

@media (max-width: 768px)  {
	.black-container {
		padding: 3rem 1rem;
	}
}

.white-container {
	background-color: #fff;
	padding: 100px 70px 100px 70px;
}


.factura-white-container {
	background-color: #fff;
	padding: 0 70px 100px 70px;
}

.facturacion-encabezado-height {
	height: 500px;
}

.batuz-encabezado-height {
	height: 500px;
}


.facturae-encabezado-height {
	height: 500px;
}

.subcategoria-encabezado-height {
	height: 500px;
}

.recursos-humanos-encabezado-height {
		height: 500px;
}

.ventas-encabezado-height {
	height: 500px;
}

.white-background {
	background-color: white;
}

.encabezado-margin {
	margin-top: 10rem;
}


.fidegest-background {
	background: linear-gradient(90deg, #FF7F22 0%, #3F00E6 100%);
	padding: 5rem;

}


.svg-div:hover #svg svg {
		-webkit-animation: rotate 2s linear infinite;
			  animation: rotate 2s linear infinite;
	  -webkit-transform-origin: center center;
		  -ms-transform-origin: center center;
			  transform-origin: center center;
	  top: 0;
	  left: 0;
	  margin: auto;
}



.svg-div {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}



.tab-content {
	height: 100%;
}

.tab-content 
.fidegest-tabs {
	border: 0;
}

.nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px solid #E3E6E7;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border: 0;
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #FF7F22 0%, #3F00E6 100%);
    border-image-slice: 1;
}
.tab-text-container {
	position: relative;
	z-index: 1;
}

.batuz-table {
	border-radius: 5px;
	border: 1px solid #E3E6E7;
	background: #FFF;
}

.table>:not(caption)>*>* {
	padding: 1.5rem;
}

ul {
	list-style: inside;
}


.nav-link:hover {
	color: black;
}

@media (max-width: 1500px) {
	.tabs-container {
		padding-right: 0;
		margin-right: 0;
	}
	
}

.tab-image-container {
	position: absolute;
	width: 100vw;
	height: 675px;
	display: flex;
	justify-content: flex-end;
	padding: 0;
}


.list li,
#ex1-content ol li {list-style-type: disc;}

#ex1-content .number-list li {list-style-type: decimal;}

.list, .number-list {
	padding-left: 1rem;
}

.number-list li p,
.list li p {
	display: list-item;
	list-style:disc outside none;
}


.py-6 {
	padding: 6rem 0 6rem 0;
}

.facturae-img {
	transform: rotate(-90deg);
}

.z-index-2 {
	z-index: 2;
}

.wpcf7-spinner {
	display: none;
}

.h-20 {
	height: 250px;
}

.h-40 {
	height: 400px;
}

@media (max-width: 1199px) {
	.batuz-encabezado-height {
		height: 600px;
	}
}
 

@media (max-width: 1024px) and (min-width: 768px) {
	
	.h-20 {
		height: 280px;
	}
	
	.h-40 {
		height: 450px;
	}
	
	.top-footer {
		height: 300px;
	}
	
	.facturacion-encabezado-height {
		height: 450px;
	}
	
	.subcategoria-encabezado {
		margin-top: 14rem;
		height: 387px;
	}
	
	.bg-black {
		padding: 50px 0 50px 0;
	}
	
	.recursos-humanos-encabezado-height {
		height: 580px;
	}
	
	.ventas-encabezado-height {
		height: 450px;
	}
	
	.title-modules {
		font-size: 45px;
	}
}
@media (max-width: 767px) {
	.h-20 {
		height: 280px;
	}
	
	.odoo-icons {
		display: grid !important;
		grid-auto-flow: column;
		grid-template-rows: 50% 50%;
	}
	
	.facturacion-encabezado-height {
		height: 400px;
	}
	
	.recursos-humanos-encabezado-height {
		height: 580px;
	}
	
	.ventas-encabezado-height {
		height: 450px;
	}
	
	
	
	.section-h2 {
		line-height: 60px;
	}
	
	.bg-black {
		padding: 50px 0 50px 0;
	}
	
	.batuz-encabezado-height {
		height: 600px !important;
	}
	
	.title-modules {
		font-size: 33px;
	}
	
	.fidegest-background {
		padding: 4rem 2rem !important;

	}
	
}

@media (max-width: 451px) {
	.facturacion-encabezado-height {
		height: 450px;
	}
	
}


@media (max-width: 412px) {
	.batuz-encabezado-height-xs {
		height: 650px;
	}
	
	.h-40 {
		height: 700px;
	}
	
	.h-20 {
		height: 300px;
	}
}



.line-break {
	display: inherit;
}

.rc-anchor-normal-footer,
.rc-anchor-invisible-text {
	display: none !important;
}

.wpcf7 form.spam .wpcf7-response-output {
	margin: 0;
	padding: 0;
	margin-bottom: 1rem !important;
}

.h-400 {
	height: 400px;
}

.h-500 {
	height: 500px;
}
