:root {
	--template-yellow: #FEB71A;
}

h4 {
	font-family: 'Poppins';
}

#sp-top-bar .container-inner > .row > div {
	width: auto;
}
#sp-top-bar .container-inner > .row {
	justify-content: end;
	align-items: center;
}
.sp-contact-info li {
	margin: 0px 30px 0px 0px;
}
.sp-contact-info li:last-child {
	margin-right: 0;
}
#sp-header {
	position: absolute;
	background: rgb(255 255 255 / 50%);
	backdrop-filter: blur(10px);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	text-transform: uppercase;
	padding: 0;
}
.sp-megamenu-parent>li:last-child>a {
	padding: 0px 0px 0px 0px;
}
.sp-megamenu-parent>li:not(:last-child) {
	margin-right: 40px;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
	color: var(--template-yellow);
}
.sppb-addon-title strong {
	color: var(--template-yellow);
	font-weight: normal;
}
ul.sp-dropdown-items a {
	font-weight: 400 !important;
	text-transform: capitalize !important;
	padding-bottom: 10px !important;
}
#sp-main .sppb-btn {
	font-family: 'Poppins';
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding-left: 18px;
	padding-right: 18px;
	box-shadow: -5px 5px 0px 0px rgb(0 0 0)!important;
	border-width: 2px;
}
#sp-main .btn-primary, #sp-main .sppb-btn-primary:not(.sppb-btn-outline) {
	border-color: var(--template-yellow);
	background-color: var(--template-yellow);
	color: black;
}
#sp-main .btn-primary, #sp-main .sppb-btn-primary:not(.sppb-btn-outline):hover {
	background: black;
	border-color: black;
	color: white;
}
.custom-btn .sppb-btn-primary:hover {
	background: white !important;
	color: black !important;
	border-color: white !important;
}
#sp-main .custom-btn .sppb-btn-primary:hover {
	box-shadow: -5px 5px 0px 0px #ffc107 !important;
}
#sp-main .sppb-btn:hover {
	box-shadow: -5px 5px 0px 0px #ffc107 !important;
}
#sp-main .sppb-btn-primary.sppb-btn-outline {
	box-shadow: none!important;
	border-color: var(--template-yellow);
	color: var(--template-yellow);
}
#sp-main .sppb-btn-secondary {
	background-color: white;
	color: black;
	border-color: black;
}
#sp-main .light .sppb-btn-secondary:hover {
	border-color: var(--template-yellow);
	box-shadow: -5px 5px 0px 0px #ffffff !important;
}
#sp-main .sppb-btn-secondary:hover {
	background: var(--template-yellow);
}
#sp-main .outline-btn .sppb-btn-secondary:hover {
	background: black;
	color: white;
}
.no-hoverct:hover {
	background: var(--template-yellow) !important;
	color: black !important;
}
#sp-main .light .btn-primary, #sp-main .light .sppb-btn-primary {
	box-shadow: -5px 5px 0px 0px white!important;	
}
#sp-main .light .sppb-btn-secondary {
	border-color: white;
	box-shadow: -5px 5px 0px 0px var(--template-yellow)!important;	
}
#sp-main .card-services {
	background-color: white;
	padding: 30px 20px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
#sp-main .card-services:hover {
	background: url(img/Mask-group.png) black repeat center center;
	background-size: 100%;
}
#sp-main #sp-component .card-services * {
	transition: all ease-in-out .3s;
}
#sp-main #sp-component .card-services:hover * {
	color: white!important;
}
#sp-main .card-services > .sppb-column-addons {
	display: flex;
	flex-direction: column;
}
#sp-main .card-services .addon-root-image {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#sp-main .card-services .addon-root-image + .addon-root-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
#sp-main #sp-component .card-services:hover .addon-root-image {
	opacity: 0;
	visibility: hidden;
}
#sp-main #sp-component .card-services:hover .addon-root-image + .addon-root-image {
	opacity: 1;
	visibility: visible;
}
#sp-main .card-services .addon-root-image > div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sp-main .card-services .addon-root-image > div img.sppb-img-responsive {
	width: 35px;
}
#sp-main #sp-component .sppb-btn-link {
	box-shadow: none !important;
	border: 0;
	color: black!important;
	background: url(img/flecha-izquierda-black.png) no-repeat right center;
	background-size: 20px;
	padding-right: 30px;
	font-weight: 500;
}

#sp-main #sp-component .card-services:hover .sppb-btn-link {
	background: url(img/flecha-izquierda-white.png) no-repeat right center;
}


#sp-main .card-services > .sppb-column-addons .addon-root-text-block {
	flex: 1;
}
#sp-main .card-services .sppb-addon-text-block .sppb-addon-content {
	font-size: 15px;
	padding-top: 15px;
	border-top: 1px solid black;
	margin-bottom: 15px;
}
#sp-main .card-services .sppb-addon-title {
	font-size: 24px;
	clear: both;
	margin-bottom: 15px;
}
span.sp-copyright {
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
span.sp-copyright * {
	color: white;
}
#sp-bottom .info-contact-footer ul li {
	margin: 0;
	padding-left: 20px;
}
#sp-bottom .info-contact-footer ul li:not(:last-child) {
	background: url(img/phone-icon.svg) no-repeat left center;
	background-size: 13px;
	display: flex;
	gap: 0px 5px;
}
#sp-bottom .info-contact-footer ul li:last-child {
	background: url(img/email-icon.svg) no-repeat left center;
	background-size: 13px;
}
.speasyimagegallery-album > div > a:after {
	display: none;
}
.speasyimagegallery-album-title {
	color: black!important;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 24px;
}
.speasyimagegallery-album > div {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.speasyimagegallery-album-meta {
	display: none;
}
.speasyimagegallery-album-info {
	background: white;
}
.speasyimagegallery-album {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
section#project-section .speasyimagegallery-album {
	transition: transform 0.4s ease;
}
section#project-section .speasyimagegallery-album:hover {
	transform: scale(1.03);
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: var(--template-yellow);
}

/*---ABOUT-TEAM---*/

.bxshadow-team {
	padding-bottom: 20px;
}
.bxshadow-team .sppb-person-image {
	box-shadow: 4px 4px 4px 0px rgba(0 0 0 / 15%);
	border-radius: 20px;
}

/*---JOB---APPLY--*/

.job-card {
	background: white;
	padding: 35px;
	border-radius: 25px;
	box-shadow: 0px 0px 14px 4px rgba(0 0 0 / 10%) !important;
}
.job-tabs .sppb-nav-modern>li>a {
	border-radius: 50px;
	background: #ffffff;
	border-color: #FEB71A;
	color: black;
	margin-bottom: 20px;
}
.job-tabs .sppb-nav-modern>li.active>a {
	background: #030303;
	color: white;
	border-color: black;
}
.job-tabs .sppb-nav-modern>li:not(.active) > a:hover {
	background: var(--template-yellow);
	border-color: var(--template-yellow);
}
.job-tabs .fa-circle {
	font-size: 8px;
	padding-right: 5px;
}
.job-tabs .sppb-tab-icon {
	position: relative;
	top: -2px;
}

/*--FORMULARIO--JOB--*/

.col-form-label {
	display: none;
}
section#job-form .rsform .form-control, .form-select {
	width: 133%;
	border-color: #9f9f9f;
}
section#job-form .form-container {
	background: white;
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0px 0px 14px 4px rgba(0 0 0 / 10%) !important;
}
section#job-form .rsform .rsform-block-cv {
	flex-direction: column;
	gap: 10px;
}
section#job-form .rsform .rsform-block-cv:before {
	content: "Upload CV/Resume (*)";
	font-weight: 400;
	padding-left: 20px;
}
section#job-form .rsform button#Submit {
	padding: 10px 28px;
	border: none;
	border-radius: 0;
	background: var(--template-yellow);
	color: black;
	box-shadow: -5px 5px 0px 0px rgb(0 0 0) !important;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
}
section#job-form .rsform button#Submit:hover {
	background: black;
	border-color: black;
	color: white;
	box-shadow: -5px 5px 0px 0px #ffc107 !important;
}

/*----PROJECTS---PAGE---*/

.portfolio-custom {
	box-shadow: 0px 3px 5px 3px rgba(0 0 0 / 12%);
	border-radius: 30px;
}
.portfolio-custom .sppb-addon-subtitle {
	background: var(--template-yellow);
	color: black;
	padding: 10px 15px;
	font-weight: 500;
	border-radius: 10px;
	position: relative;
	top: -10px;
	font-size: 14px;
}
.portfolio-custom .title-subtitle-top-right {
	padding: 10px;
	border-radius: 30px;
}
.portfolio-custom .overlay-image-title,
.portfolio-custom .overlay-image-title h4,
.portfolio-custom .sppb-addon-subtitle {
	opacity: 1 !important;
	visibility: visible !important;
}
.portfolio-custom .overlay-image-button-wrap {
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
	text-align: center;
	top: 42px;
}
#sp-main .portfolio-custom a {
	font-size: 0;
	box-shadow: none !important;
	background-color: var(--template-yellow) !important;
	color: black !important;
	border-radius: 25px;
}
#sp-main .portfolio-custom a:hover {
	box-shadow: none !important;
	background-color: white !important;
	color: black !important;
}
#sp-main .portfolio-custom i {
	font-size: 15px;
}
.portfolio-custom.sppb-addon-overlay-image:hover .overlay-image-button-wrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.portfolio-custom .overlay-image-title {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	gap: 10px;
}
.portfolio-custom .sppb-addon-subtitle {
	align-self: flex-end;
	text-align: right;
	margin-left: auto;
}
.portfolio-custom .overlay-image-button-wrap {
	align-self: center;
	margin-top: 12px;
}

/*----CONTACT---PAGE---*/
.section-icons {
	padding: 75px 0 40px !important;
}
.section-icons .sppb-row-column .sppb-column {
	padding: 20px 30px !important;
}
.section-icons .sppb-row-column:after {
	content: '';
	display: block;
	position: absolute;
	width: 87%;
	height: 100%;
	top: 23px;
	left: -5px;
	z-index: 0;
	background: url(img/Mask-group.png) no-repeat 50% 50% black;
	background-size: cover;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.section-icons .sppb-row-column:hover::after {
	top: 25px;
	left: -15px;
	background-color: #444242;
}
.section-icons .sppb-row-column a {
	color: black;
	
}
/* .section-icons .sppb-row-column a:hover {
	font-weight: 500;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
} */
.section-icons .sppb-addon-single-image {
	width: 15%;
	margin: 0 0 18px;
}
.section-contact .sppb-column.col-image {
	padding: 73px 40px;
	border-radius: 30px;
	background: url(img/background2.jpg) no-repeat 50% 50% ;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.section-contact .sppb-column.col-image h3 {
	margin: 0 0 30px !important;
}
.section-contact .sppb-column.col-image strong {
	font-weight: 600;
	color: var(--template-yellow);
}
.section-contact .sppb-addon-single-image {
	margin: 10px 0 0;
}
/* Form */
.section-contact input, .section-contact select, .section-contact textarea {
	border: 1px solid !important;
	width: 100%;
}
.section-contact .formControls {
	width: 100%;
}
.section-contact button#Submit {
	border-radius: 0;
	padding: 7px 40px;
	background: var(--template-yellow);
	box-shadow: -5px 5px 0px 0px rgb(0 0 0) !important;
	border: none;
	color: black;
	text-transform: uppercase;
	font-weight: 500;
}
.section-contact button#Submit:hover {
	background: black;
	color: white;
	box-shadow: -5px 5px 0px 0px #FEB71A !important;
}



/*----______________RESPONSIVE___________---------*/


@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1170px;
	}
	h1 {
		font-size: 50px !important;
	}
}


@media (max-width: 1199px) {
	#sp-main .employ-column2 {
		padding-top: 0;
	}
	.sppb-row-container {
		max-width: 1070px;
	}
	h1 {
		font-size: 35px !important;
	}
	h2 {
		font-size: 30px !important;
	}
	/*---ABOUT---*/
	
	section#text_introsec .sppb-row {
		justify-content: center;
	}
	section#image_section .sppb-row {
		flex-wrap: nowrap;
	}
	/*--INTERN--PAGES---*/
	
	.intern-image .sppb-row {
		flex-wrap: nowrap;
	}
	section#section_projects .sppb-row-column {
		max-width: 50%;
	}
	.footer-logos1 img, .footer-logos2 img {
		width: 121px !important;
	}
	div#nucor_sectioninfo .sppb-row-column:nth-child(1) {
		max-width: 34%;
	}
	div#nucor_sectioninfo .sppb-row-column:nth-child(2) {
		max-width: 80%;
		flex-basis: 66%;
	}
	div#nucor_sectioninfo .sppb-row-column:nth-child(3) {
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 1024px) {
	/* Contact */
	.section-icons .sppb-row-column .sppb-column .sppb-addon-content {
		font-size: 12px;
	}
	#sp-main h1 {
		font-size: 30px;
	}
	#sp-main h2 {
		font-size: 28px;
	}
	p {
		font-size: 14px;
	}
	.subtitle-text p {
		font-size: 17px;
	}
	.sppb-row-container {
		max-width: 920px;
	}
}


@media (max-width: 991px) {
	
	ul.mod-menu__sub li {
		padding-bottom: 13px;
	}
	.sppb-row-container {
		max-width: 910px;
	}
	#sp-header {
		height: 80px;
		display: flex;
		align-items: center;
	}
	.logo-image {
		height: 50px!important;
	}
	#built-on-integrity .about-img {
		width: 414px;
	}
	#built-on-integrity .about-img {
		width: 414px;
		margin: 0 auto;
	}
	section#sp-bottom .container, footer#sp-footer .container {
		max-width: 920px;
	}
	.speasyimagegallery-album {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	/* Contact */
	.section-contact .sppb-row {
		flex-direction: column;
	}
	.section-contact .sppb-row .sppb-row-column {
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.section-contact .sppb-row .sppb-row-column:nth-child(2) {
		margin: 20px 0 0;
	}
	.section-contact .sppb-column.col-image {
		padding: 65px 40px;
	}
	.section-contact .sppb-addon-single-image {
		/* margin: 20px auto 0;
		width: 70%; */
		display: none;
	}
	/*---PAGE--INTERN---*/
	
	.intern-image .sppb-row {
		flex-wrap: wrap;
	}
	.column-page-image .sppb-column-addons {
		display: flex;
		gap: 0 30px;
	}
	.footer-logos1 img, .footer-logos2 img {
		width: 160px !important;
	}
	
}

@media (max-width: 768px) {
	
	.sppb-row-container {
		max-width: 670px;
	}
	h1 {
		font-size: 26px !important;
	}
	.section-icons .sppb-row .sppb-row-column {
		max-width: 50% !important;
		flex-basis: 50% !important;
	}
	.section-icons .sppb-row {
		grid-gap: 40px 0;
	}
	.speasyimagegallery-album-title {
		font-size: 19px;
	}
	.speasyimagegallery-album {
		padding-bottom: 20px !important;
	}
	/*---PAGE---INTERN---*/
	
	section#image_section .sppb-row {
		flex-wrap: wrap-reverse;
	}
	.footer-logos1 img, .footer-logos2 img {
		width: 122px !important;
	}
	
}

@media (max-width: 767px) {
	
	section#members_section .sppb-row-column:not(:first-child) {
		max-width: 49.33%;
	}
	div#nucor_sectioninfo .sppb-row-column:nth-child(2) {
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 590px) {
	
	div#footer_logos .sppb-row-column {
		max-width: 60%;
		flex-basis: 30%;
	}
	section#section_projects .sppb-row-column {
		max-width: 100%;
	}
	.section-icons .sppb-row .sppb-row-column:nth-child(3) {
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.speasyimagegallery-album {
		margin-bottom: 15px;
	}
	#sp-main .gallery-home .speasyimagegallery-col-xs-6 {
		width: 100%;
	}
	.speasyimagegallery-album-title {
		font-size: 25px;
	}
	#sp-main .sppb-btn {
		font-size: 13px;
	}
	#sp-top-bar {
		font-size: .8rem;
	}
	#sp-top-bar .container-inner > .row {
		justify-content: center;
	}
	#sp-top1 {
		padding-right: 0;
	}
	.sp-contact-info li {
		margin: 0px 20px 0px 0px;
		font-size: 80%;
	}
	#sp-header {
		height: 80px;
	}
	.section-icons .sppb-row .sppb-row-column {
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.section-contact .sppb-addon-single-image {
		width: 100%;
	}
	section#job-form .rsform .form-control, .form-select {
		width: 100%;
		border-color: #9f9f9f;
	}
	section#job-form .rsform .rsform-block-cv:before {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	
	.sppb-row-container {
		max-width: 440px;
	}
	.speasyimagegallery-album-title {
		font-size: 21px;
	}
	h2 {
		font-size: 25px !important;
	}
	h4 {
		font-size: 19px !important;
	}
	.column-page-image .sppb-column-addons {
		flex-wrap: wrap;
	}
}

@media (max-width: 390px) {
	
	section#members_section .sppb-row-column:not(:first-child) {
		max-width: 69.33%;
		margin: 0 auto;
	}
	section#responsive_nucorsec .sppb-row-column:nth-child(4) {
		max-width: 100%;
		flex-basis: 66%;
		margin: 0 auto;
	}
	section#responsive_nucorsec .sppb-row-column:nth-child(5) {
		max-width: 100%;
		flex-basis: 100%;
	}
	.nucor-btn {
		text-align: center !important;
	}
}