/*---Fuentes---*/

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


:root {
	
	--red: #f9443e;
	--black: #000000;
	--white2: #F5F5F5;
	--font1: "Roboto", sans-serif;
	--fw400: 400;
	--fw700: 700;
	--fw300: 300;
	--color1: #e61e1d;
	
}

body {
	font-family: var(--font1);
	font-weight: var(--fw300);
}

/*--------H1, H2, H3...----*/

h1, h2, h4 {
	font-family: var(--font1) !important;
	font-weight: 700;
}

h3 {
	font-weight: 400 !important;
	font-family: var(--font1) !important;
}




/*-----Header---*/

#sp-header {
	height: 140px;
}

#sp-logo {
	padding-top: 26px;
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
	justify-content: end;
}

.sp-megamenu-parent {
	list-style: none;
	padding-top: 30px;
	margin: 0px -68px;
}

/*----Menu---*/

.phone-icon {
	background: url(img/redlight-phone.svg) no-repeat 0% 50%;
	background-size: 18px;
	padding-left: 32px !important;
	margin-left: 10px !important;
}

.sp-menu-item {
	font-weight: 400;
}


/*---------_____________HOME PAGE______------*/


/*-----SECOND SECTION---*/


.sppb-carousel-extended-nav-control .nav-control {
	position: absolute;
	left: 41rem;
	border: none;
}

/*----Arrows---*/

.fa.fa-angle-left {
	font-size: 0;
}

.prev-control.nav-control {
	background: url(img/second-whiteL.svg) no-repeat 0 50%;
	background-size: 30px;
}

.fa.fa-angle-right {
	font-size: 0;
}

.next-control.nav-control {
	background: url(img/second-iconR.svg) no-repeat 0 50%;
	background-size: 30px;
}


/*----THIRD SECTION---*/


.second-header2 {
	padding: 0px 150px 60px 150px;
}

.custom-img {
	width: 70px;
	margin: 0 auto;
}

.heading3-icons {
	padding: 30px 70px 0px 70px;
}


.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, img {
	border-radius: 0 !important;
}


/*----Fourth Section---*/

.col-sect4 {
	padding: 60px;
	margin: 0px 33px 0px 33px;
	width: 89.4%;
}

.special-hd4 {
	padding-bottom: 40px;
}

.sec4-button {
	position: absolute;
	left: 112px;
	bottom: -79px;
}

.border-btn1:hover {
	border: solid 1px black;
}

/*----CTA CONTACT US TODAY---*/


.contact-section {
	margin-top: 50px !important;
	padding-left: 30px !important;
}



/*----FOOTER----*/

div#sp-bottom1 {
	height: 34em;
}

input.input-nl {
	border: solid 1px var(--color1) !important;
	color: black !important;
	/* width: 70% !important; */
}

input.submit-nl {
	background: var(--color1);
	border: none;
	padding: 7px 30px;
	border-radius: 4px;
	font-size: 16px;
	color: white;
	margin-top: 10px;
	text-transform: uppercase;
}

/*----PAGINA INTERNA CONTACT US----*/

.sppb-addon.sppb-addon-text-block ul {
	line-height: 11px;
}

.form-control {
	border-color: var(--black);
}

.form-control:hover {
	border-color: var(--red);
}

.form-select {
	border-color: var(--black);
}

.form-select:hover {
	border-color: var(--red);
}

.col-form-label {
	color: var(--red);
	font-weight: 700;
	display: none;
}

.btn-primary, .sppb-btn-primary {
	width: 100%;
}

.col-sm-9 {
	width: 100%;
}

/*-----BLOG PAGE----*/


.sppb-addon-articles .sppb-addon-article {
	margin-bottom: 30px;
	background: white;
	padding: 20px;
	border: solid 1px #f9443e54;
	box-shadow: 0px 11px 20px 0px rgb(0 0 0 / 10%);
}

.sppb-article-info-wrap {
	padding-top: 20px;
}

h3 a {
	font-size: 22px;
	font-weight: 500;
}

.sppb-article-info-wrap h3 {
	order: 2;
}

.sppb-article-info-wrap {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}

.sppb-article-meta {
	order: 1;
}

.sppb-readmore {
	order: 3;
}

.sppb-meta-date {
	border-right: solid 1px;
	padding-right: 20px;
	margin-right: 10px !important;
}

.sppb-article-meta {
	order: 1;
	font-weight: 500;
}

.sppb-meta-date {
	color: var(--black) !important;
}

.sppb-meta-author {
	color: var(--red) !important;
}

/*----Button--*/

.sppb-readmore {
	background: var(--red);
	width: 50%;
	text-align: center;
	color: white !important; 
	font-weight: 400;
	padding: 8px 41px 8px 41px;
	border-radius: 4px;
	margin-top: 20px;
}

.sppb-readmore:hover {
	background: var(--black);
	color: white;
}

/*----pagina interna-blogs--*/

.article-details .article-full-image {
	display: flex;
	justify-content: center;
}

/*--button-next--*/

.pagenavigation .pagination .next {
	float: right;
	background: var(--red);
	border: none;
	padding: 8px 41px 8px 41px;
	font-size: 20px;
	text-transform: uppercase;
}

.pagenavigation .pagination .next:hover {
	background: var(--black);
}

/*--button-previous--*/

.pagenavigation .pagination .previous {
	background: var(--red);
	border: none;
	padding: 8px 41px 8px 41px;
	font-size: 20px;
	text-transform: uppercase;
}

.pagenavigation .pagination .previous:hover {
	background: var(--black);
}



/*_____----------RESPONSIVE------____*/


@media(max-width: 1280px) {
	
/*---FONTS--*/	
	
	h1 {
		font-size: 37px;
	}
	
	
/*----HOME---*/	
	
	.sppb-carousel-extended-nav-control .nav-control {
		left: 36rem;
	}
	
	.sec4-button {
		left: 74px;
	}
	
	.custom-img {
		width: 60px;
	}
	
	.col-sect4 {
		margin: 0px 31px 0px 31px;
		width: 88.4%;
	}
	
	.img-service {
		padding-bottom: 46px !important;
	}
	
	.button-service2 {
		margin-left: -51px;
	}
	
}

@media(max-width: 1024px){

/*---FONTS---*/

	h1 {
	    font-size: 29px;
    }

/*-----Header--*/
	
	#sp-menu.menu-with-social .sp-megamenu-wrapper {
		justify-content: center;
	}
	
	.logo-image {
		height: 60px !important;
	}

/*-----HOME---*/

	.sppb-carousel-extended-nav-control .nav-control {
		left: 28rem;
	}
	
	.second-header2 {
		padding: 0;
	}
	
	.heading3-icons {
		padding: 30px 0px 0px 0px;
	}
	
	.col-sect4 {
		margin: 0px 21px 0px 20px;
		width: 90.9%;
	}
	
	.col-sect4 {
		padding: 40px;
	}
	
	
	.special-hd4 {
		padding-bottom: 20px;
	}
	
	.sec4-button {
		left: 68px;
	}
	
	.sec4-button {
		bottom: -59px;
	}
	
	.img-service {
		padding-bottom: 20px !important;
	}	
	
	.col-img2 {
		padding-bottom: 46px !important;
	}
	
}

@media(max-width: 768px){
	
/*---FONTS--*/	
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 19px;
	}
	
/*---Home page--*/	
	
	.menu-child li {
		border-top: solid 1px #e1dddd;
		padding: 19px 0px;
	}
	
	.custom-img {
		width: 50px;
	}
	
	.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 10px !important;
	}
	
	#sp-header {
		height: 83px;
	}
	
	#sp-logo {
		padding-top: 16px;
	}
	
	.sppb-carousel-extended-nav-control .nav-control {
		left: 20rem;
	}
	
	.col-sect4 {
		margin: 0px 19px 0px 18px;
		width: 88.9%;
	}
	
	.col-sect4 {
		padding: 30px;
	}
	
	
	.sec4-button {
		bottom: -48px;
		left: 25px;
	}
	

/*----Services Page--*/

    .imglogos-service {
	    width: 160px;
    }
	
	.col-img2 {
		padding-bottom: 20px !important;
	}	
	
/*----FOOTER--*/
	
	div#sp-bottom1 {
		height: 100%;
	}
	
	
}



@media(max-width: 767px) {
	
	.container, .container-sm {
		max-width: 690px;
	}
	
	.sppb-row-container {
		max-width: 690px;
	}
	
	.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
		border-bottom: 1px solid #e1dddd;
	}
	
	.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	
	.item-305 {
		border-bottom: solid 1px #e1dddd;
		border-top: solid 1px #e1dddd;
		padding: 15px 15px;
	}
	
	.item-312 {
		border-bottom: solid 1px #e1dddd;
		padding: 15px 15px;
	}
	
	.item-310 {
		border-bottom: solid 1px #e1dddd;
		padding: 15px 15px;
	}
	
	.item-313 {
		border-bottom: solid 1px #e1dddd;
		padding: 15px 15px;
	}
	
	.item-311 {
		padding: 15px 15px;
	}
	
	
/*----FONTS--*/	
	
	h1 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	p {
		font-size: 15px;
	}
	
	
/*----HOME PAGE---*/
	
	.sppb-carousel-extended-nav-control .nav-control {
		left: 16.3rem;
	}
	
/*----SECCION 2 IMAGENES--*/
	
	.col-sect4 {
		padding: 40px;
	}
	
	.col-sect4 {
		margin: 0px 24px 0px 32px;
		width: 90.5%;
	}
	
	.sec4-button {
		bottom: -56px;
		left: 105px;
	}
	
	.sppb-readmore {
		color: white !important;
		width: 100%;
	}
	
	#sp-main-body {
		padding: 50px 0;
	}
	
	
}

@media(max-width: 430px) {
	
/*----FONTS--*/	
	
	h2 {
		font-size: 22px;
	}
	
/*----HOME---*/	
	
	.logo-image {
		height: 50px !important;
	}
	
	.sppb-carousel-extended-nav-control .nav-control {
		left: 14.4rem;
	}
	
	.col-sect4 {
		margin: 0px 24px 0px 19px;
		width: 89.5%;
	}
	
	.sec4-button {
		left: 45px;
	}
	
	.imglogos-service {
		width: 100% !important;
	}
	
	#mod-custom93 {
		padding: 0px 40px !important;
	}
	
}

@media(max-width: 390px) {
	
/*----HOME PAGE---*/
	
	.sppb-carousel-extended-nav-control .nav-control {
		left: 13.1rem;
	}
		
}

@media(max-width: 360px) {
	
	.sec4-button {
		left: 17px;
	}
	
	.col-sect4 {
		margin: 17px 24px 0px 12px;
		width: 92.5%;
	}
	
	.contact-section {
		padding: 40px 20px !important;
	}
	
	#mod-custom93 {
		padding: 0px 20px;
	}
	
}



