/* 
	1. Agergar la siguiente posición en el templateDetails.xml de la plantilla
	<position>menu-contact</position>
	
	2. en el header.php de la ruta headers/style-1. Agregar la siguiente línea de código
	<div class="contact-card">
		<jdoc:include type="modules" name="menu-contact" style="sp_xhtml" />
	</div>
	
	// Abajo de la línea de: <div id="sp-menu" class="<?php echo $menuClass; ?>">
*/
:root {
	--light-blue: #00afe8;
	--orange: #fd8e3c;
	--green: #88c755;
	--pink: #8b2b79;
	--light: #d9f3fa;
	--blue: #00b4a2;
}

.sp-pagebuilder-page-edit {display: none !important;}
a {
	color: var(--light-blue);
}

/* Theme override */
.btn-primary, .sppb-btn-primary {
    border-color: var(--blue);
    background-color: var(--blue);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover, a:hover, a:focus, a:active, .sp-module ul>li>a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color:var(--blue);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control), textarea {
    background: #f2f2f2!important;    border-radius: 40px;
    padding: 12px 20px!important;
}
body {line-height: 27px;}
#sp-header:before, .text-grid:before, .text-grid:after, #sp-footer:after, .sppb-panel-collapse:after {
	content: '';
	width: 100%;
	height: 6px;
	display: block;
background: rgb(0,175,232);
background: -moz-linear-gradient(left, rgba(0,175,232,1) 1%, rgba(0,175,232,1) 25%, rgba(253,142,60,1) 25%, rgba(253,142,60,1) 50%, rgba(136,199,85,1) 50%, rgba(136,199,85,1) 75%, rgba(140,44, 122,1) 75%, rgba(140,44, 122,1) 100%);
background: -webkit-linear-gradient(left, rgba(0,175,232,1) 1%,rgba(0,175,232,1) 25%,rgba(253,142,60,1) 25%,rgba(253,142,60,1) 50%,rgba(136,199,85,1) 50%,rgba(136,199,85,1) 75%,rgba(140,44, 122,1) 75%,rgba(140,44, 122,1) 100%);
background: linear-gradient(to right, rgba(0,175,232,1) 1%,rgba(0,175,232,1) 25%,rgba(253,142,60,1) 25%,rgba(253,142,60,1) 50%,rgba(136,199,85,1) 50%,rgba(136,199,85,1) 75%,rgba(140,44, 122,1) 75%,rgba(140,44, 122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe8', endColorstr='#ff68aa',GradientType=1 );
}
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    border: 0!important;
    color: #000;
    font-size: 14px;
    padding: 0 35px 0 0px;
}
span.sppb-panel-title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}
.sppb-panel-modern {
    border: 0;
    margin-bottom: 30px!important;
}
.sppb-panel-body {
    padding: 15px 0 0;
    border-top: 0;
}
#sp-top-bar {display: none;}
#sp-menu>.sp-column {height: auto;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {/*padding: 0 21px; */line-height: 20px;}
.sp-megamenu-parent > li:not(:last-child) > a, .sp-megamenu-parent > li:not(:last-child) > span {border-right: 1px solid #666;}
.sp-megamenu-parent>li:last-child>a {padding: 0px 0px 0px 21px;}
.sp-megamenu-parent > li:first-child > a {padding-left: 0;}
.sppb-row-container {padding-left: 28px;padding-right: 28px;}
.container {padding-left: 28px;padding-right: 28px;}
.sppb-addon-title span {font-weight: 300;}
.sppb-btn {
	border-radius: 100px;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	padding: 0.4em 1.5em;
	line-height: normal;
	font-weight: 400;
}
.sppb-btn-default {color: #ffffff;background-color: var(--light-blue);border-color: var(--light-blue);}
.sppb-btn-default:hover {color: #ffffff;background-color: var(--green);border-color: var(--green);}
.sppb-btn-default.focus, .sppb-btn-default:focus {color: #fff;box-shadow: 0 0 0 3px rgb(239 241 244 / 80%);}
.sppb-carousel-pro-text {text-align: center;}
.sppb-carousel-pro-inner-content .sppb-col-sm-0.sppb-col-xs-12 {display: none;}
.sppb-carousel-arrow {width: 80px;}
.sppb-carousel-arrow i {transform: translate(0%, -50%);width: 46px;height: 39px;}
.sppb-carousel-arrow i:before {display: none;}
.sppb-carousel-arrow.left i {background: url(../images/arrows-left.svg) no-repeat center center;}
.sppb-carousel-arrow.right i {background: url(../images/arrows-right.svg) no-repeat center center;}
#sp-footer .container-inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #00b5a2;
	position: absolute;
	top: -10px;
}
#sp-footer .container-inner {
	padding: 30px 0;
	border-top: 11px dashed rgba(217, 243, 250, 0.38);
	position: relative;
}
.sp-scroll-up {display: none!important;}

/* Custom styles */
.text-grid:after {transform: rotate(180deg);}
.menu-contact ul li.icon-phone {background: url(../images/phone.svg) no-repeat left center;background-size: 25px;}
.menu-contact ul li.icon-email {background: url(../images/mail.svg) no-repeat left center;background-size: 25px;}
.menu-contact ul {
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 5px;
}
.menu-contact ul li {
	margin-left: 40px;
	text-align: left;
	line-height: 17px;
	padding-left: 30px;
	position: relative;
}
.menu-contact ul li > span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 10px;
}
.menu-contact ul li a {
	display: block;
	width: 100%;
}
.menu-contact ul li a {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.contact-card {margin-top: 18px;}
.img-service {padding: 6% 12%;background: url(../images/elipse-border.svg) no-repeat center;background-size: 87%;}
.title-section .sppb-addon-title {text-transform: uppercase;}
.bg-grid {padding: 20% 0;}
.text-grid .sppb-column-addons {padding: 80px 4.3rem;max-width: 640px;margin: 0 auto;}
.colum-footer li {float: left;width: 50%;margin-bottom: 6px!important;}
.follow-us a {display: flex;justify-content: center;}
.follow-us a:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/facebook.svg) no-repeat center center;
	background-size: 100%;
	margin-right: 10px;
}
span.sp-copyright {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: var(--orange);
}
.sp-megamenu-parent>li:hover>a {
    color: var(--pink);
}
h2.sp-page-title-heading {
	font-size: 48px!important;
	text-transform: uppercase;
	font-family: "Lato";
	font-weight: 900;
	text-align: center;
	color: #323232!important;
}
.sp-page-title {
	padding-top: 50px;
	padding-bottom: 50px;
}
.sp-page-title ol.breadcrumb {
	display: none;
}
.pd-categories-view .pd-cb, .pd-hr {
	display: none!important;
}
.pd-categories-view {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}
#phoca-dl-categories-box div.pd-categoriesbox {
	flex: 0 0 33.33%;
	margin: 0 18px 15px;
	max-width: calc(33.33% - 36px);
	background: #f2f2f2!important;
	border: 0!important;
}
.pd-title a {
	color: var(--gray);
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	display: block;
}
#phoca-dl-categories-box div.pd-categoriesbox:hover {
	background: var(--light-blue)!important;
}

#phoca-dl-categories-box div.pd-categoriesbox:hover * {
	color: #fff!important;
}
.pd-filebox:nth-child(even) {
	background: #f2f2f2;
}
#phoca-dl-category-box .pd-filebox {
	border-bottom: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 0;
}
.pd-button-download a {
	background: var(--light-blue);
	border-color: var(--light-blue);
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.pd-button-download a:hover {background: var(--orange);border-color: var(--orange);}
.pd-filebox > div.pd-buttons {
	align-content: flex-end!important;
}

.pd-filebox > div {
}
.pd-filebox {
	display: flex!important;
}


@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1280px;}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1280px;}
	.sppb-row-container {max-width: 1280px;}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {max-width: 1190px;}
}





@media (max-width: 1200px) {
	.sp-megamenu-parent>li:last-child>a {
	    padding: 0px 0px 0px 15px;
	}
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	    padding: 0 15px;
	}
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 16px;
	}
}


@media (max-width: 1024px) {
	.logo-image {
	    height: 60px;
	}
}



@media (max-width: 991px) {
#phoca-dl-categories-box div.pd-categoriesbox {
	flex: 0 0 50%;
	max-width: calc(50% - 36px);
}
.sppb-carousel-arrow {
    width: 20px;
}
.sppb-carousel-pro-text .sppb-carousel-pro-content {
    font-size: 17px!important;
    line-height: 27px!important;
}
.sppb-carousel-pro-text h2 {
    font-size: 24px!important;
    line-height: 30px!important;
    margin: 0px 0px 20px 0px!important;
}
	.bg-grid {
	    padding: 35% 0;
	}
	.menu-contact ul li {
	    margin-left: 25px;
	}
	.menu-contact ul {
	    margin-right: 0;
	}
	#sp-menu {
	    position: absolute!important;
	    top: 8px;
	    right: 0;
	}
	.logo-image-phone {
	    height: 56px!important;
	}
	#sp-header .logo {
	    height: 80px;
	}
	#offcanvas-toggler {
	    height: 80px;
	    line-height: 80px;
	}
	#sp-header {
	    height: 80px;
	}
}



@media (max-width: 767px) {
#phoca-dl-categories-box div.pd-categoriesbox {
	flex: 0 0 100%;
	max-width: calc(100% - 36px);
}
#sp-footer {
    margin-top: -1px;
}
#sp-bottom3 .sp-module {
    margin: 0;
}
#section-services, #section-faqs {
    padding: 40px 0!important;
}
#section-services .sppb-col-md-4 .sppb-column-addons .sppb-addon-wrapper:last-child {
    margin-bottom: 30px;
}

#section-services .sppb-col-md-4 .sppb-column-addons .sppb-addon-wrapper:first-child {
    margin-bottom: 13px;
}
.title-section .sppb-addon-content {
    font-size: 19px;
    line-height: 23px;
}

.sppb-carousel-arrow i {
    transform: translate(0%, -50%);
    width: 26px;
    height: 20px;
}
.text-grid .sppb-column-addons {
    padding: 40px 20px;
}
.title-section .sppb-addon-title {
    font-size: 34px!important;
}
	#sp-header .container-inner .row {justify-content: space-between;}
	.menu-contact ul li > span {
	    line-height: 30px;
	}
	.menu-contact ul li {
	    height: 30px;
	    position: relative;
	}
	
	.menu-contact ul li a {
	    text-indent: -99999999999px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 100%;
	}
	.menu-contact ul li a span {
	    display: none;
	}
}



@media (max-width: 480px) {
	.menu-contact ul li {margin-left: 15px;}
	.menu-contact ul li > span {display: none;}
}

/*phocadownload*/

.pd-ctitle, .pd-filename, .pd-hr-cb {
	display: none;
}

.pd-filenamebox {
	width: 80%;
}
.pagination {
	justify-content: center;
}
.pginline select {
	display: inline-block !important;
	width: 250px !important;
    color: #000 !important;
    height: 45px !important;
    padding: 10px !important;
    border: 1px solid #000 !important;
    line-height: 1 !important;
}

.pd-subcategory, .pd-categoriesbox {
	float: left;
    display: block;
    width: 100px;
    height: auto;
    background: transparent !important;
    padding: 20px !important;
    text-align: center;
    border: 1px solid #F86DAE;
    border-radius: 10px;
    max-width: 80%;
}

.pd-subcategory:hover, .pd-categoriesbox:hover {
	background: #F86DAE !important;
	color: #fff;
}

.pd-subcategory:hover a, , .pd-categoriesbox:hover a {
	color: #fff;
}

#phoca-dl-category-box .pd-filebox {
	clear: both;
}

.pd-subcategory small {
	display: block;
}

.downloads #sp-component > .sp-column > div:last-child {
	display: none !important;
}

.pd-no-subcat, #phoca-dl-most-viewed-box {
	display: none;
}

.downloads .sp-page-title-heading, .downloads .breadcrumb *, .downloads .breadcrumb .float-start {
	color: #000;
}

.downloads .sp-page-title {
	height: 300px;
	background-size: cover;
	background-position: bottom center;
	background-blend-mode: overlay;
}

/*phocadownload end*/

#sp-micro-top {
	z-index: 99999;
	position: fixed;
	top: 21px;
	margin-bottom: -86px;
	left: 0;
	width: 100%;
}

#sp-header {
	z-index: 99;
}

#sp-menu {
	margin-top: 49px;
}

.pwdropdown {
	height: 55px !important;
}