/*===================================== 

======================================*/
/*Colores FEDEP*/
:root{
	--blanco: #fff;
	--negro: #000;
	--verde: #cfdb00;
	--blanco: #fff;
}
/*Fuente FEDEP*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

body, h1, h2, h3, h4, h5, h6, p{
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	color: var(--negro);
}
/**/
.welcomeMessage{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999999;
    top: 0;
    left: 0;    
}
.welcomeMessage .close-message:nth-child(1){
    position: absolute;
    top: 10%;
    right: 15%;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}
.welcomeMessage .box-welcome .close-message{
    cursor: pointer;
}
.welcomeMessage .box-welcome{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 1000px;
    width: 100%;
}
.welcomeMessage .box-welcome img{
    margin-bottom: 5px;
    max-width: 270px;
}
.welcomeMessage .box-welcome p{
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
}
.welcomeMessage .box-welcome .title{
    font-size: 35px;
}
.welcomeMessage .box-welcome .text{
    font-size: 30px;
	color: var(--verde);
}

/* Welcome 2022 | Message Fixed */
.welcome_pas_2022 .close-message.icon{
    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
	z-index: 9999;
}
@media screen and (max-width: 640px){
	.welcome_pas_2022 .close-message.icon{
		top: 2%;
	}
}
.welcome_pas_2022 .close-message{
    cursor: pointer;
}
.welcome_pas_2022{
	background: #fff;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 9999999;
	position: fixed;
	top: 0;
	left: 0;
}
.welcome_pas_2022 .contentMessage{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 1200px;
    width: 100%;
}
/* @media screen and (max-width: 640px){
	.welcome_pas_2022 .contentMessage{
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
} */
.welcome_pas_2022 .logoWelcome{
	margin-bottom: 40px;
    max-width: 270px;
}
@media screen and (max-width: 640px) {
	.welcome_pas_2022 .logoWelcome{
		margin-bottom: 20px;
		max-width: 250px;
	}
}
.welcome_pas_2022 .flexBoxes{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 640px){
	.welcome_pas_2022 .flexBoxes{
		flex-direction: column;
	}
}
.welcome_pas_2022 .squareBox{
	background: transparent;
	padding: 30px;
	border: 1px solid var(--verde);
	margin: 0 30px;
	min-height: 370px;
	display: flex;
	align-items: center;
	flex: 0 0 40%;
	width: 40%;
	max-width: 40%;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.welcome_pas_2022 .squareBox{
		min-height: auto;
		flex: 0 0 90%;
		width: 90%;
		max-width: 90%;
		margin: 0 0 20px;
		padding: 15px;
	}
}
.welcome_pas_2022 .squareBox .contentText{
	min-height: 225px;
}
@media screen and (max-width: 640px) {
	.welcome_pas_2022 .squareBox .contentText{
		min-height: auto;
	}
}
.welcome_pas_2022 .squareBox .text{
    font-size: 25px;
	color: #000;
}
@media screen and (max-width: 640px) {
	.welcome_pas_2022 .squareBox .text{
		font-size: 18px;
	}
}
.welcome_pas_2022 .squareBox .btn-transparent{
	background: var(--verde);
	color: #fff;
	transition: .5s ease-in-out;
}
.welcome_pas_2022 .squareBox .btn-transparent:hover{
	border: 1px solid var(--verde);
	background: transparent;
	color: #000;
}
.welcome_pas_2022 .boxSite p{
	margin: 40px auto 0;
	width: 600px;
	font-size: 25px;
	padding: 15px;
}
@media screen and (max-width: 640px) {
	.welcome_pas_2022 .boxSite p{
		font-size: 18px;
		width: 350px;
		margin: 0px auto;

	}
}
/* End */

.btnTopHeader{
	background: transparent;
	border: 1px solid var(--verde);
	padding: 5px 30px;
	color: var(--negro);
	width: fit-content;
	transition: .5s ease-in-out;
	font-weight: 500;
	font-size: 14px;
	margin-left: 15px;
}
@media screen and (max-width: 764px) {
	.btnTopHeader{
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-bottom: 5px;
		padding: 5px 10px;
	}
	.contentLinks .btnTopHeader:last-child{
		margin-bottom: 0;
	}
}
.btnTopHeader:hover{
	color: var(--verde);
	background: var(--negro);
	border: 1px solid var(--negro);
}


.logo-header img, .logo-footer img{
	width: 230px;
}
.cssload-container img{
	width: 270px;
}
.bckgd-1{
	background-color: #f2f2f2;
}
.green{
	color: var(--verde);
}
button.scroltop{
	color: var(--verde);
}
button.scroltop:focus, button.scroltop:visited{
	outline: none;
}
.btn-transparent, .btn-form, .btn-subscribe-footer, .btn-subscribe-home{
	background: transparent;
	border: 1px solid var(--verde);
	padding: 8px 30px;
	color: var(--negro);
	width: fit-content;
	transition: .5s ease-in-out;
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin: 0 auto;
}
.btn-transparent.btn-faq{
	color: var(--blanco);
	padding: 8px 50px;
}
.btn-subscribe-home{
	margin: 30px 0 0 auto;
	cursor: pointer;
}
.btn-form{
	margin: 30px 0 0;
	cursor: pointer;
}
.btn-subscribe-footer{
	margin: 0px 0 0;
	cursor: pointer;
}
.btn-transparent:hover, .btn-form:hover, .btn-subscribe-footer:hover, .btn-subscribe-home:hover{
	color: var(--verde);
	background: var(--negro);
	border: 1px solid var(--negro);
}
.btn-transparent.btn-faq:hover{
	color: var(--verde);
	background: var(--blanco);
	border: 1px solid var(--verde);
}
.header-style-3 .is-fixed .main-bar{
	padding: 35px 0;
	transition: .5s ease-in-out;
}
.is-fixed.color-fill .main-bar{
	/* padding: 15px 0; */
	padding: 0;
	transition: .5s ease-in-out;
}
.header-nav .nav > li.active > a, .header-style-3 .is-fixed .header-nav .nav > li.active > a{
	color: var(--verde);
}
.header-nav .nav > li:hover > a, .header-style-3 .is-fixed .header-nav .nav > li:hover > a{
	color: var(--verde);
}
.header-style-3 .is-fixed .main-bar.no-padding-top{
	padding-top: 0;
}
.topHeader{
	background: #fff;
    padding: 10px 0;
	border-bottom: 2px solid var(--verde);
	/* transform: translateY(-130px); */
}
.topHeader .hDesktop{
	display: none;
}
@media screen and (max-width: 764px) {
	.topHeader{
		height: 0;
		margin-bottom: 65px;
		padding: 0;
		position: relative;
		animation: minHeight 1s ease-in-out forwards;
	}
	.topHeader.active{
		padding: 0;
		animation: fullHeight 1s ease-in-out forwards;
	}
	.topHeader .hDesktop{
		display: block;
	}
	.topHeader .contentLinks{
		height: 0;
		overflow: hidden;
		padding: 5px 0;
		animation: minHeight 1s ease-in-out forwards;
	}
	.topHeader .contentLinks a:nth-child(1){
		flex: 0 0 49%;
	}
	.topHeader .contentLinks a:nth-child(2){
		flex: 0 0 49%;
	}
	.topHeader .contentLinks a:nth-child(3){
		flex: 0 0 100%;
	}
	.topHeader .contentLinks.active{
		animation: fullHeight 1s ease-in-out forwards;
	}
	@keyframes minHeight{
		0%{height: 90px;}
		100%{height: 0;}
	}
	@keyframes fullHeight{
		0%{height: 0;}
		100%{height: 90px;}
	}
	.topHeader .before{
		position: absolute;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
		border-radius: 50%;
		background: var(--verde);
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		transition: .5s ease-in-out;
	}
	.topHeader .before i{
		transition: .5s ease-in-out;
	}
	.topHeader .before.active i{
		transform-origin: center;
		transform: rotate(180deg);
		transition: .5s ease-in-out;
	}
	.topHeader .after{
		content: "";
		background: var(--verde);
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 30px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
}
.topHeader .contentLinks{
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 680px) {
	.topHeader .contentLinks{
		/* flex-direction: column; */
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
}
.title-slide{
	font-size: 50px!important;
	font-weight: 500!important;
	line-height: normal!important;
	color: var(--blanco);
	white-space: pre-line!important;
}
.subtitle-slide{
	font-size: 27px!important;
	font-weight: 500!important;
	line-height: normal!important;
	color: var(--verde);
}
#about-home .flex-col{
	display: flex;
	align-items: center;
}
#about-home .about4-section-pic img{
	border-left: 10px solid var(--verde);
    border-bottom: 10px solid var(--verde);
    padding-left: 20px;
    padding-bottom: 20px;
}
#about-home .contentBx .title{
	color: var(--verde);
	white-space: pre-line;
	font-size: 35px;
	line-height: normal;
	margin-bottom: 35px;
}
#about-home .contentBx .subtitle{
	color: var(--negro);
	font-size: 25px; 
	line-height: normal;
	margin-bottom: 35px;
}
#about-home .contentBx .description{
	color: var(--negro);
	font-size: 18px; 
	line-height: 28px;
	text-align: justify;
}
#about-home .contentBx .description:last-child{
	margin-bottom: 0;
}

#video-home .contentBx{
	margin: 0 auto;
}
@media screen and (max-width: 992px) {
	#video-home .contentBx{
		margin-bottom: 35px;
	}
}


#services .contentBx .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
	color: var(--negro);
}
#services .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
#services .contentBx .subtitle{
	color: var(--negro);
	font-size: 18px;
}
#services-explain .contentBx h2{
	font-size: 17px;
	font-weight: 500;
	color: var(--verde);
	line-height: normal;
	margin-bottom: 20px;
}
#services-explain .contentBx p{
	font-size: 16px;
	color: var(--negro);
}

#clients{
	background-color: #fff!important;
    padding-top: 0!important;
}
#clients .contentBx .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 0;
	position: relative;
	color: var(--negro);
}
#clients .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
#clients .ow-client-logo{
	background: transparent!important;
}
.owl-carousel .owl-dots .owl-dot.active span{
	background-color: var(--verde);
}
.owl-carousel .owl-dots .owl-dot:hover span{
	background-color: var(--verde);
}
#clients .owl-carousel .owl-dots .owl-dot span{
	border: 1px solid var(--verde);
}

#subscribe-home{
	background: #fff;
	position: relative;
}
#subscribe-home img.watermark{
	position: absolute;
	left: 0;
	width: 550px;
	height: 100%;
	top: 0;
	opacity: .2;
}
#subscribe-home p{
	text-align: right;
	font-size: 35px;
	line-height: normal;
	margin-bottom: 0;
	white-space: pre-line;
}

#twitterTimeline{
	background: var(--negro);
}
#twitterTimeline .flex-col{
	display: flex;
	justify-content: center;
}

#circulares-home .contentBx .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 0;
	position: relative;
	color: var(--negro);
}
#circulares-home .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
#circulares-home .contentBx .subtitle{
	color: var(--negro);
	font-size: 18px;
}
.blog-post.latest-blog-3{
	display: flex;
	align-items: center;
}
.wt-post-title .post-title a{
	color: var(--negro);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	white-space: pre-line;
}
.wt-post-title .post-title.white a{
	color: var(--blanco);
	font-size: 22px;
}
.wt-post-text{
	margin-bottom: 0;
}
.wt-post-text p{
	color: var(--verde);
	font-size: 16px;
}
#circulares-home .btn-transparent{
	margin-top: 30px;
}

#contacto .contact-home4-left{
	background: #fff;
}
#contacto .contact-home4-left .title{
	font-size: 35px;
	line-height: normal;
	white-space: pre-line;
	color: var(--negro);
	margin-bottom: 30px;
}
#form-footer .form-control{
	color: #000;
}
/*Placeholder*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000!important;
  opacity: 1!important;
  font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000!important;
  opacity: 1!important;
  font-weight: 500;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000!important;
  opacity: 1!important;
  font-weight: 500;
}
#contacto{
	position: relative;
}
#contacto:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
#contacto .conntact-home{
	display: flex;
	align-items: center;
}
#contacto .opening-block{
	padding-left: 35%;
	border-color: var(--verde);
}
#contacto .contact-home4-right .contentBx{
	display: flex;
	color: var(--blanco);
	margin-bottom: 25px;
	font-size: 16px;
	text-align: left;
}
#contacto .contact-home4-right .contentBx:last-child{
	margin-bottom: 0;
}
#contacto .contact-home4-right .contentBx i{
	color: var(--verde);
	margin-right: 15px;
	width: 20px;
	font-size: 25px;
}
#contacto .contact-home4-right .contentBx a, #contacto .contact-home4-right .contentBx p{
	color: var(--blanco);
	white-space: pre-line;
	display: block;
	text-align: left;
	margin-bottom: 0;
}


.widget-title::after{
	background-color: var(--verde);
}
#footer .widget{
	margin-bottom: 0;
}
#footer .widget_social_inks{
	margin-top: 40px;
}
#footer .widget-post{
	display: flex;
	align-items: center;
}
#footer .wt-post-date span{
	color: var(--negro);
	font-size: 20px;
}
#footer .post-title a{
	white-space: pre-line;
	color: var(--negro);
}
#footer .widget_services ul li a{
	color: var(--negro);
	transition: .5s ease-in-out;
}
.social-icons.social-square.social-darkest a:hover{
	color: var(--verde);
	background: var(--negro);
}
#copyright{
	background: var(--negro);
	margin: 0;
	padding: 20px 0;
}
#copyright .flex-col{
	display: flex;
	align-items: center;
}
#copyright .flex-col .footer-left{
	text-align: left;
}
#copyright .flex-col .footer-center{
	text-align: center;
}
#copyright .flex-col .footer-right{
	text-align: right;
}
#copyright .flex-col .footer-right img{
	width: 140px;
}
#copyright .flex-col p,
#copyright .flex-col a{
	color: var(--blanco);
	font-size: 14px;
	margin-bottom: 0;
}

/**//**//**//**//**//**//**//**//**//**//**//**/
#header-interior .top-bar{
	background: var(--negro);
}
#header-interior .info-list-header li a i{
	color: var(--verde);
}
#header-interior .social-header li a{
	color: var(--blanco);
	border: 1px solid var(--verde);
	transition: .5s ease-in-out;
}
#header-interior .social-header li a:hover{
	color: var(--verde);
	background: var(--blanco);
}


#banner-nosotros{
	background-position-y: 50%;
}
#video-nosotros .contentBx{
	margin: 0 auto;
	float: none;
}
#video-nosotros .contentBx .title{
	color: var(--negro);
	font-size: 30px;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
#about-fedep .flex-col{
	display: flex;
	align-items: center;
}
#about-fedep .contentBx .title{
	color: var(--negro);
	font-size: 30px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
#about-fedep .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	bottom: 0;
	left: 0;
}
#about-fedep .contentBx .description{
	text-align: justify;
	color: var(--negro);
	margin-bottom: 0;
	font-size: 18px;
	line-height: 30px;
}
.about-com-pic::after{
	border-color: var(--verde);
	background-color: var(--verde);
}
.about-com-pic:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.col-1 .about-com-pic:before{

	background: linear-gradient(to right, rgba(255,255,255, 0.7) 0%, transparent 30%);
}
.col-2 .about-com-pic:before{
	background: linear-gradient(to left, rgba(255,255,255, 0.7) 0%, transparent 30%);
}

.special-offer-outer::after{
	background: var(--negro);
}
.special-offer-outer-square{
	background: var(--negro);
}
#our-mission .bckgd-mission{
	background-position-x: 115%;
}
#our-mission .contentBx .title{
	font-size: 35px;
	line-height: normal;
}
#our-mission .contentBx .description{
	font-size: 16px; 
	line-height: 25px;
	margin-bottom: 0;
	text-align: justify;
}

#our-history .contentBx .title{
	color: var(--negro);
	font-size: 30px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
#our-history .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	bottom: 0;
	left: 0;
}
#our-history .contentBx .subtitle{
	color: var(--negro);
	font-size: 18px;
	line-height: normal;
	margin-bottom: 30px;
}
#our-history .contentBx .item-history{
	display: flex;
	align-items: flex-start;
}
#our-history .contentBx .item-history img{
	margin-right: 15px;
	width: 40px;
}
#our-history .contentBx .item-history:not(:last-child){
	margin-bottom: 30px;
}
#our-history .contentBx .description{
	text-align: justify;
	color: var(--negro);
	margin-bottom: 0;
	font-size: 16px;
	line-height: normal;
}
#our-history .contentBx .description .boldText{
	font-weight: 600;
}
#our-history .about-com-pic:after{
	left: 10px;
}

#our-team{
	position: relative;
}
#our-team .float-image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: fit-content;
	max-width: 40%;
	object-fit: cover;
}
#our-team .contentBx .title{
	font-size: 35px;
	margin-bottom: 30px;
	color: var(--negro);
}
#our-team .contentBx .description{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 30px;
	text-align: justify;
	text-align-last: right;
}
#numbers-team li{
	padding-left: 20px;
	padding-right: 0;
}
#numbers-team .contentBx{
	display: flex;
	align-items: center;
}
#numbers-team .contentBx .number{
	color: var(--verde);
	font-size: 45px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
#numbers-team .contentBx .description{
	font-size: 16px;
	white-space: pre-line;
	margin-bottom: 0;
	line-height: 20px;
	color: var(--negro);
}

#testimonialNosotros{
	position: relative;
}
#testimonialNosotros .box{
	position: relative;
	padding: 80px 40px 40px;
	transition: .5s ease-in-out;
	text-align: center;
	background: #f2f2f2;
	margin-top: 40px;
	margin-bottom: 40px;
}
#testimonialNosotros .box:before{
	content: "";
	position: absolute;
	top: 20px;
	right: 40px;
	background: url('../archivos/iconos/quotes.png');
	transition: .5s ease-in-out;
	pointer-events: none;
	opacity: 0.05;
	background-size: contain;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
}
#testimonialNosotros .box:hover:before{
	transform: translateY(-60px);
	opacity: 1;
}
#testimonialNosotros .box:after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 40px;
	background: url('../archivos/iconos/quotes.png');
	transition: .5s ease-in-out;
	pointer-events: none;
	opacity: 0.05;
	background-size: contain;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	transform: rotate(180deg) translateY(0px);

}
#testimonialNosotros .box:hover:after{
	transform: rotate(180deg) translateY(-60px);
	opacity: 1;
}
#testimonialNosotros .box:hover{
	background: var(--verde);
}
#testimonialNosotros .box .imgBox{
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid var(--verde);
}
#testimonialNosotros .box .imgBox img{
	width: 80px;
	height: auto;
}
#testimonialNosotros .box p{
	margin: 0;
	padding: 0;
	transition: .5s ease-in-out;
	font-size: 16px;
	line-height: 23px;
	min-height: 170px;
}
#testimonialNosotros .box p .boldText{
	font-weight: 600;
}
#testimonialNosotros .box h4{
	margin: 20px 0 0;
	padding: 0;
	transition: .5s ease-in-out;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
#testimonialNosotros .box h4 span{
	font-weight: 600;
	font-size: 15px;
	color: var(--negro);
	transition: .5s ease-in-out;
}
#testimonialNosotros .box:hover p,
#testimonialNosotros .box:hover h4,
#testimonialNosotros .box:hover h4 span{
	color: #fff;
}


#banner-servicios{
	background-position-y: 15%;
}
#asesoria-y-defensa .title{
	font-size: 35px;
	margin-bottom: 50px;
	margin-top: 0;
}
#asesoria-y-defensa img{
	width: 420px;
}

#servicios-interior .flexRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 992px) {
	#servicios-interior .flexRow{
		flex-direction: column;
		align-items: center;
	}
}
#servicios-interior .card{
	position: relative;
	height: 420px;
	background: #fff;
	display: flex;
	width: 46%;
	margin: 30px 0;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
@media screen and (max-width: 992px) {
	#servicios-interior .card{
		max-width: 100%;
		height: auto;
		width: 100%;
		flex-direction: column;
		background: transparent;
		margin: -20px 0;
		box-shadow: none;
	}
	#servicios-interior .flexRow .card:last-child{
		margin-bottom: 70px;
	}
}
#servicios-interior .card .imgBx{
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.1);
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	/* z-index: 1; */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
	transition: .5s ease-in-out;
}
@media screen and (max-width: 992px) {
	#servicios-interior .card .imgBx{
		position: relative;
		width: 80%;
		height: 200px;
		top: 100px;
		z-index: 1;
		left: 10%;
	}
}
#servicios-interior .card:hover .imgBx{
	height: 200px;
	width: 200px;
	left: -75px;
	top: calc(50% - 75px);
}
@media screen and (max-width: 992px) {
	#servicios-interior .card:hover .imgBx{
		width: 80%;
		height: 200px;
		top: 80px;
		left: 10%;
	}
}
#servicios-interior .card .imgBx img{
	max-width: 140px;
	width: 140px;
	/* filter: invert(1); */
	transition: .5s ease-in-out;
	opacity: .3;
}
@media screen and (max-width: 992px) {
	#servicios-interior .card .imgBx img{
		position: relative;
		opacity: 1;
		max-width: 100px;
	}
}
#servicios-interior .card:hover .imgBx img{
	width: 75px;
	opacity: 1;
}
@media screen and (max-width: 992px) {
	#servicios-interior .card:hover .imgBx img{
		max-width: 100px;
	}
}
#servicios-interior .card .content{
	position: absolute;
	right: 0;
	width: calc(100% - 75px);
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 992px) {
	#servicios-interior .card .content{
		position: relative;
		width: 100%;
		background: #fff;
		box-shadow: none;
		border-radius: 20px;
		padding: 20px 15px 40px;
		border-top: 100px solid #fff;
	}
}
#servicios-interior .card .content h3{
	color: var(--verde);
	margin-bottom: 5px;
	font-size: 23px;
	margin-top: 0;
	line-height: normal;
}
#servicios-interior .card .content p{
	margin-bottom: 15px;
}
#servicios-interior .card .content a{
	display: inline-block;
	margin-top: 0px;
	padding: 8px 20px;
	border-radius: 5px;
	background: #000;
	text-decoration: none;
	color: var(--verde);
	font-weight: 500;
	transition: .5s ease-in-out;
}
#servicios-interior .card .content a:hover{
	background: var(--verde);
	color: #fff;
}


#defensa-legal .contentBx{
	margin-bottom: 50px;
}
#defensa-legal .contentBx:last-child{
	margin-bottom: 0;
}
#defensa-legal .contentBx .box-title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#defensa-legal .contentBx .box-title img{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#defensa-legal .contentBx .box-title .title{
	font-size: 25px;
	color: var(--verde);
	margin-bottom: 0;
	line-height: normal;
}
#defensa-legal .contentBx .description{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
	text-align: justify;
}
#defensa-legal .contentBx .description:last-child{
	margin-bottom: 0;
}


#banner-asistencia-legal{
	background-position-y: 25%;
}
#area-legal .contentBx{
	margin-bottom: 50px;
}
#area-legal .contentBx:last-child{
	margin-bottom: 0;
}
#area-legal .intro p{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}
#area-legal .intro p:last-child{
	margin-bottom: 50px;
}
#area-legal .contentBx .box-title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#area-legal .contentBx .box-title img{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#area-legal .contentBx .box-title .title{
	font-size: 25px;
	color: var(--verde);
	margin-bottom: 0;
	line-height: normal;
}
#area-legal .contentBx .description{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
	text-align: justify;
	padding-left: 55px;
}
#area-legal .contentBx .description:last-child{
	margin-bottom: 0;
}
#area-legal .list-area-legal{
	padding-left: 70px;
}
#area-legal .list-area-legal li{
	color: var(--verde);
	margin-bottom: 20px;
	text-align: justify;
}
#area-legal .list-area-legal li p{
	color: var(--negro);
	margin-bottom: 0;
	font-size: 16px;
	line-height: 23px;
}


#banner-compras{
	background-position-y: 70%;
}
#reduccion-contribuciones .contentBx{
	margin-bottom: 50px;
}
#reduccion-contribuciones .contentBx:last-child{
	margin-bottom: 0;
}
#reduccion-contribuciones .contentBx .box-title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#reduccion-contribuciones .contentBx .box-title img{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#reduccion-contribuciones .contentBx .box-title .title{
	font-size: 25px;
	color: var(--verde);
	margin-bottom: 0;
	line-height: normal;
}
#reduccion-contribuciones .contentBx .description{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
	text-align: justify;
}
#reduccion-contribuciones .contentBx .description:last-child{
	margin-bottom: 0;
}
#reduccion-contribuciones .list-reduccion{
	padding-left: 15px;
}
#reduccion-contribuciones .list-reduccion li{
	color: var(--verde);
	margin-bottom: 35px;
	text-align: justify;
}
#reduccion-contribuciones .list-reduccion li p:first-child{
	text-transform: uppercase;
	font-size: 17px;
}
#reduccion-contribuciones .list-reduccion li p{
	color: var(--negro);
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 23px;
}
#reduccion-contribuciones .list-reduccion li p:last-child{
	margin-bottom: 0;
}


#compras .contentBx{
	margin-bottom: 50px;
}
#compras .contentBx:last-child{
	margin-bottom: 0;
}
#compras .contentBx .box-title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#compras .contentBx .box-title img{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#compras .contentBx .box-title .title{
	font-size: 25px;
	color: var(--verde);
	margin-bottom: 0;
	line-height: normal;
}
#compras .list-compras{
	padding-left: 15px;
}
#compras .list-compras li{
	color: var(--verde);
	margin-bottom: 20px;
	text-align: justify;
}
#compras .list-compras li p{
	color: var(--negro);
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 23px;
}


#mas-servicios .contentBx{
	margin-bottom: 50px;
}
#mas-servicios .contentBx:last-child{
	margin-bottom: 0;
}
#mas-servicios .contentBx .box-title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#mas-servicios .contentBx .box-title img{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#mas-servicios .contentBx .box-title .title{
	font-size: 25px;
	color: var(--verde);
	margin-bottom: 0;
	line-height: normal;
}
#mas-servicios .list-mas-servicios{
	padding-left: 15px;
}
#mas-servicios .list-mas-servicios li{
	color: var(--verde);
	margin-bottom: 20px;
	text-align: justify;
}
#mas-servicios .list-mas-servicios li p{
	color: var(--negro);
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 23px;
}

#banner-afiliaciones{
	background-position-y: 30%;
}
#afiliaciones .contentBx{
	position: relative;
}
#afiliaciones .contentBx .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
	color: var(--negro);
}
#afiliaciones .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
#afiliaciones .contentBx .description{
	font-size: 16px;
	line-height: 25px;
	padding: 0px;
	text-align: justify;
	margin-bottom: 20px;
	text-align-last: center;
}
#afiliaciones .contentBx .description:last-child{
	margin-bottom: 0px;
}
#afiliaciones .contentBx .description.smallTitle{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
}
#afiliaciones .contentBx .description.phraseBig{
	font-size: 20px;
	line-height: 30px;
}
#afiliaciones .contentBx .description .link{
	/* color: var(--verde); */
	text-decoration: underline;
	transition: .5s ease-in-out;
}
#afiliaciones .contentBx .description .link:hover{
	color: var(--verde);
}
#planes-afiliaciones{
	padding: 70px 0;
}
#planes-afiliaciones .section-info{
	min-height: 350px;
}
@media screen and (max-width: 992px) {
	#planes-afiliaciones .section-info{
		min-height: auto;
	}
}
#planes-afiliaciones .plan-4{
	margin-top: 40px;
}
#planes-afiliaciones .plan-4 .section-info{
	min-height: auto;
}
#planes-afiliaciones .plan-1 .contentBx .overlay-wraper{
	background: var(--verde);
	position: relative;
}
#planes-afiliaciones .plan-1 .contentBx,
#planes-afiliaciones .plan-2 .contentBx,
#planes-afiliaciones .plan-4 .contentBx{
	border: none;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
#planes-afiliaciones .plan-1 .contentBx .overlay-wraper img,
#planes-afiliaciones .plan-2 .contentBx .overlay-wraper img,
#planes-afiliaciones .plan-4 .contentBx .overlay-wraper img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	width: 120px;
}
#planes-afiliaciones .plan-4 .contentBx .overlay-wraper img{
	width: 90px;
	right: 20px;
}
#planes-afiliaciones .plan-4 .contentBx .overlay-wraper img{
	opacity: .3;
}
#planes-afiliaciones .plan-1 .contentBx .title-plan,
#planes-afiliaciones .plan-2 .contentBx .title-plan,
#planes-afiliaciones .plan-4 .contentBx .title-plan{
	white-space: pre-line;
	font-size: 27px;
	line-height: 40px;
	color: var(--blanco);
	margin: 0;
	padding: 20px 30px;
}
#planes-afiliaciones .plan-4 .contentBx .title-plan{
	padding: 20px 30px;
}
#planes-afiliaciones .plan-1 .contentBx .title-plan strong{
	color: var(--negro);
	font-size: 35px;
}
#planes-afiliaciones .plan-1 .pricingtable-features,
#planes-afiliaciones .plan-2 .pricingtable-features,
#planes-afiliaciones .plan-4 .pricingtable-features{
	padding: 0 45px 0 55px;
}
#planes-afiliaciones .plan-1 .pricingtable-features li,
#planes-afiliaciones .plan-2 .pricingtable-features li,
#planes-afiliaciones .plan-4 .pricingtable-features li{
	color: var(--verde);
	padding-top: 0;
	padding-bottom: 15px;
	text-align: left;
}
#planes-afiliaciones .plan-1 .pricingtable-features li:last-child,
#planes-afiliaciones .plan-2 .pricingtable-features li:last-child,
#planes-afiliaciones .plan-4 .pricingtable-features li:last-child{
	padding-bottom: 0;
}
#planes-afiliaciones .plan-1 .pricingtable-features li p,
#planes-afiliaciones .plan-2 .pricingtable-features li p,
#planes-afiliaciones .plan-4 .pricingtable-features li p{
	color: var(--negro);
	margin-bottom: 0;
}
#planes-afiliaciones .plan-1 .pricingtable-features li p a,
#planes-afiliaciones .plan-2 .pricingtable-features li p a,
#planes-afiliaciones .plan-4 .pricingtable-features li p a{
	text-decoration: underline;
	transition: .5s ease-in-out;
}
#planes-afiliaciones .plan-1 .pricingtable-features li p a:hover,
#planes-afiliaciones .plan-2 .pricingtable-features li p a:hover,
#planes-afiliaciones .plan-4 .pricingtable-features li p a:hover{
	color: var(--verde);
}
#planes-afiliaciones .plan-2 .contentBx .overlay-wraper{
	background: var(--negro);
	position: relative;
}
#planes-afiliaciones .plan-2 .contentBx .title-plan strong{
	color: var(--verde);
	font-size: 35px;
}
#planes-afiliaciones .plan-4 .contentBx .overlay-wraper{
	background: #646464;
	position: relative;
}
#planes-afiliaciones .plan-4 .contentBx .title-plan strong{
	color: var(--verde);
	font-size: 30px;
}
#planes-afiliaciones .btn-transparent{
	margin: 40px auto 0;
}
#requisitos .plan-3{
	margin: 0 auto;
	float: none;
}
#requisitos .plan-3 .contentBx .overlay-wraper{
	background: #f2f2f2;
	position: relative;
}
#requisitos .plan-3 .contentBx{
	border: none;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
#requisitos .plan-3 .contentBx .overlay-wraper img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	width: 200px;
}
#requisitos .plan-3 .contentBx .title-plan{
	white-space: pre-line;
	font-size: 27px;
	line-height: 40px;
	color: var(--negro);
	margin: 0;
	padding: 50px 40px;
}
#requisitos .plan-3 .contentBx .title-plan strong{
	color: var(--verde);
	font-size: 35px;
}
#requisitos .plan-3 .pricingtable-features{
	padding: 0 45px 0 55px;
	margin-top: 20px;
}
#requisitos .plan-3 .pricingtable-features li{
	color: var(--verde);
	padding-top: 0;
	padding-bottom: 15px;
	text-align: left;
}
#requisitos .plan-3 .pricingtable-features li:last-child{
	padding-bottom: 0;
}
#requisitos .plan-3 .pricingtable-features li p{
	color: var(--negro);
	margin-bottom: 0;
}
.include{
	color: var(--verde);
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: left;
	padding: 0 40px;
}
#faq-mini{
	background: var(--negro);
	padding: 40px 0;
}
#faq-mini .flex-col{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#faq-mini .description p{
	color: var(--blanco);
	margin-bottom: 0;
	line-height: normal;
	font-size: 20px;
}
#faq-mini .description p:last-child{
	color: var(--verde);
}


#circulares .contentBx{
	position: relative;
}
#circulares .contentBx .smallTitle{
	color: var(--verde);
	font-size: 25px;
	margin-bottom: 10px;
}
#circulares .contentBx .title{
	font-size:35px;
	line-height: 45px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
	color: var(--negro);
	white-space: pre-line;
}
#circulares .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
#box-circulares{
	margin-top: 20px;
}
#box-circulares .contentBx .wt-icon-box-wraper{
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	text-align: center;
	padding: 30px 40px;
}
#box-circulares .contentBx .title-circular{
	font-size: 18px;
	margin-bottom: 20px;
	min-height: 125px;
}
#box-circulares .contentBx .subtitle-circular{
	color: var(--verde);
	font-size: 16px;
	margin-bottom: 20px;
}
#box-circulares .animate_line:hover::after, 
#box-circulares .animate_line:hover::before{
	background-color: var(--negro);
}


#banner-publicaciones{
	background-position-y: 65%;
}

#prensa .rowHeaderSection .title{
	font-size:35px;
	line-height: 45px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
	color: var(--negro);
	white-space: pre-line;
	margin-top: 0;
}
#prensa .rowHeaderSection .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
#prensa .rowHeaderSection .content .description{
	padding: 10px 50px;
	font-size: 20px;
	line-height: 30px;
	background: #f2f2f2;
	margin: 0 auto 60px;
}
#prensa .contentBx{
	float: none;
	margin: 0 auto;
}
/*#prensa .contentBx .video{
	max-width: 80%;
	margin: 0 auto;
	height: 500px;
}*/
#prensa .row-videos .contentBx{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--verde);
}
#prensa .row-videos .contentBx:last-child{
	border-bottom: none;
}
#prensa .contentBx .box-info{
	margin-top: 40px;
}
#prensa .contentBx .box-info .title{
	font-size: 25px;
	line-height: normal;
	margin-bottom: 15px;
}
#prensa .contentBx .box-info .date{
	font-size: 16px;
	margin-bottom: 20px;
	color: var(--verde);
}
#prensa .contentBx .box-info .description{
	font-size: 16px;
	margin-bottom: 25px;
}
#prensa .contentBx .box-social a{
	border: 1px solid var(--verde);
	background: var(--blanco);
	padding: 5px;
	transition: .5s ease-in-out;
	margin-right: 10px;
}
#prensa .contentBx .box-social a:last-child{
	margin-right: 0;
}
#prensa .contentBx .box-social a i{
	color: var(--negro);
	transition: .5s ease-in-out;
	width: 15px;
	height: 15px;
	text-align: center;
}
#prensa .contentBx .box-social a:hover{
	background: var(--negro);
}
#prensa .contentBx .box-social a:hover i{
	color: var(--verde);
}

#prensa .rowAudio{
	margin-bottom: 40px;
    padding-bottom: 40px;
	border-bottom: 1px solid var(--verde);
}
#prensa .rowAudio .imgAudio{
	position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
    max-width: 550px;
}
#prensa .rowAudio audio{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    width: 300px;
}
@media screen and (max-width: 640px) {
	#prensa .rowAudio audio{
		top: 85%;
		width: 80%;
	}
}

#prensa .rowArticle{
	padding-bottom: 15px;
	border-bottom: 1px solid var(--verde);
}
#prensa .rowArticle .headerArticle .smallTitle{
	color: var(--verde);
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

#prensa .rowArticle .headerArticle .title{
	position: relative;
	margin-top: 0;
}
#prensa .rowArticle .contentBx figure figcaption{
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
#prensa .rowArticle .contentBx .text{
	font-size: 17px;
	line-height: normal;
}
#prensa .rowArticle .contentBx .text.description{
	font-size: 18px;
}


#banner-faq{
	background-position-y: 35%;
}
#faq .acod-head .question{
	font-size: 17px;
}
#faq .acod-head .question.open{
	background: var(--negro);
	color: var(--verde);
}
#faq .acod-body .answer{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: justify;
}
#faq .acod-body .answer:last-child{
	margin-bottom: 0;
}


.pop-subscribe{
	display: none!important;
}
.pop-subscribe.show{
	display: block!important;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99;
}
.pop-subscribe.show .contentBx{
	display: block; 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px;
	width: 500px;
	margin: 0 auto;
	z-index: 9999;
}
.pop-subscribe.show .contentBx .subscription-form input.subscribe-input{
	width: 100%;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--verde);
    padding-bottom: 10px;
}
.pop-subscribe.show .contentBx .subscription-form .btn-subscribe-form{
	background: transparent;
	padding: 10px 30px;
	border: 1px solid var(--verde);
	transition: .5s ease-in-out;
	margin-top: 15px;
}
.pop-subscribe.show .contentBx .subscription-form .btn-subscribe-form:hover{
	background: #000;
	color: var(--verde);
	border: 1px solid var(--negro);
}
.pop-subscribe .widget,
.pop-subscribe ul{
	margin-bottom: 0;
}
.close-subscribe{
	position: absolute;
    top: -35px;
    right: -35px;
    font-size: 15px;
    font-weight: 600;
    width: 25px;
    line-height: normal;
    color: var(--blanco);
    border: 2px solid var(--verde);
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}


#posts-section .flex-posts{
	display: flex;
	align-items: center;
}
#posts-section .post--left{
	width: 70%;
}
.my-inner img{
	margin-bottom: 20px
}
.my-inner .contentBx .title{
	font-size: 23px;
	margin-bottom: 15px;
}
.my-inner .contentBx .date{
	font-size: 14px;
	color: var(--verde);
	font-weight: 600!important;
	margin-bottom: 15px;
}
.my-inner .contentBx .description{
	text-align: justify;
}
.my-inner .contentBx .link{
	background: transparent;
	border: 1px solid var(--verde);
	padding: 8px 30px;
	color: var(--negro);
	width: fit-content;
	transition: .5s ease-in-out;
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin: 0;
}
.my-inner .contentBx .link:hover{
	color: var(--verde);
	background: var(--negro);
	border: 1px solid var(--negro);
}
#posts-section .post--right{
	width: 30%;
	padding: 0 30px 0 50px;
}
.post--right .row-post-right{
	background: var(--blanco);
	box-shadow: 1px 1px 15px rgba(0,0,0,.7);
	padding: 15px 0;
}
.post--right .title-col{
	font-size: 20px;
	position: relative;
	line-height: normal;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.post--right .title-col:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 80px;
	top:100%;
	left: 0%;

}
.post--right .boxBlog2{
	margin-bottom: 5px;
}
.post--right .boxBlog2:last-child{
	margin-bottom: 0;
}
.post--right .boxBlog2 .my-inner2{
	padding: 8px;
	background: #f2f2f2;
}
.my-inner2 .contentBx{
	display: flex;
	align-items: center;
}
.my-inner2 .contentBx a p{
	margin-bottom: 15px;
	color: var(--negro);
}
.my-inner2 .contentBx a p:last-child{
	margin-bottom: 0;
}
.my-inner2 .contentBx a .date{
	color: var(--verde);
	font-size: 14px;
}
.my-inner2 .circle-post{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 10px;
}

/*Social Floats*/
.floatSocial{
	position: fixed;
    top: 70%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 9;
}
.floatSocial .floatLink{
	display: block;
	text-align: right;
}
.floatSocial .floatLink .imgFloat{
	width: 70px;
	height: auto;
}
p.linkMessage{
	color: #fff;
    position: absolute;
    padding: 3px 5px;
    background: var(--negro);
    letter-spacing: 1px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    margin: 0;
    transition: .5s ease-in-out;
}
a.floatLink:hover .linkMessage{
	opacity: 1;
	right: 60px;
}
.socialFooterMobile{
	display: none;
}
.floatSocial .btnFloat {
    padding: 5px 15px;
    background: var(--verde);
    color: #fff;
    margin-top: 15px;
    display: block;
    border: 1px solid var(--verde);
    transition: 0.5s ease-in-out;
}
.floatSocial .btnFloat:hover{
	background: transparent;
	color: var(--verde);
}






/*Responsive*/
@media only screen and (max-width: 1540px){
	#box-circulares .contentBx .wt-icon-box-wraper{padding: 30px 35px;}
  	#box-circulares .contentBx .title-circular{min-height: 125px;}
}
/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
  	
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
  	
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
  	.welcomeMessage .box-welcome{padding: 0 15px;}
  	.welcomeMessage .box-welcome .title{font-size: 18px;}
  	.welcomeMessage .box-welcome .text{font-size: 20px;}
  	.p-tb40-sm{padding: 40px 0;}
  	.p-tb50-sm{padding: 50px 0;}
  	.p-t40-sm{padding-top: 40px;}
  	.p-b80-sm{padding-bottom: 80px;}
  	.p-b0-sm{padding-bottom: 0;}
  	.m-b40-sm{margin-bottom: 40px;}
  	.m-b50-sm{margin-bottom: 50px;}
  	.d-none-mobile{display: none;}
  	.is-fixed .logo-header{width: 210px;}
  	.logo-header{width: 210px;}
  	.slide1 .tp-bgimg{background-position-x: 20%!important;}
  	/* .slide2 .tp-bgimg{}
  	.slide3 .tp-bgimg{} */
	.rev_slider img, .tp-simpleresponsive img{max-width: 100%!important;}
  	.title-slide{font-size: 24px!important; white-space: normal!important; padding-left: 0!important;}
	.subtitle-slide{font-size: 20px!important; padding-left: 0!important;}
	#about-home .flex-col{display: flex; flex-direction: column-reverse;}
	#about-home .about4-content.contentBx{margin-bottom: 40px;}
	#about-home .contentBx .title{font-size: 25px;}
	#about-home .contentBx .subtitle{font-size: 20px;}
	#services .wt-icon-box-wraper{margin-bottom: 30px;}
	#services .wt-icon-box-wraper .icon-md{margin-left: 0; margin-bottom: 25px;}
	#services .contentBx .title{font-size: 25px;}
	#clients .contentBx .title{font-size: 25px;}
	#circulares-home .contentBx .title{font-size: 25px;}
	.blog-post.latest-blog-3{display: block;}
	.latest-blog-3.blog-md .wt-post-info{width: 100%;}
	#subscribe-home p{font-size: 25px; text-align: center;}
	.btn-subscribe-home{margin: 30px auto 0;}
	#contacto .contact-home4-left .title{font-size: 25px;}
	#contacto .opening-block{padding-left: 25px; margin-top: 50px;}
	.opening-block{width: 100%;}
	#footer .widget{margin-top: 40px!important;}
	#copyright .flex-col{display: block;}
	#copyright .flex-col .footer-left{margin-bottom: 25px; text-align: center;}
	#copyright .flex-col p, #copyright .flex-col a{text-align: center;}
	#copyright .flex-col .footer-center{margin-bottom: 25px;}
	#copyright .flex-col .footer-right{text-align: center;}
	button.scroltop span{font-size: 23px;}
	#about-fedep .flex-col{display: flex; flex-direction: column-reverse;}
	#about-fedep .flex-col .col-2{margin-bottom: 40px;}
	#about-fedep .contentBx .title{font-size: 25px;}
	.special-offer{border:1px solid var(--verde)!important;}
	#our-history .contentBx .item-history img{margin-right: 10px; width: 25px;}
	#our-history .flex-col .col-1{margin-bottom: 40px;}
	#our-team .float-image{display: none;}
	#our-team .contentBx .description{text-align-last: left;}
	.site-footer p, .site-footer li{font-size: 16px;}
	#asesoria-y-defensa .title{font-size: 25px; margin-bottom: 25px; line-height: normal;}
	#asesoria-y-defensa img{width: 190px;}
	#servicios-interior .contentBx .description{min-height: auto;}
	#servicios-interior .row .col-services{margin-bottom: 50px;}
	#servicios-interior .row .col-services:last-child{margin-bottom: 0px;}
	#afiliaciones .contentBx .title{font-size: 25px;}
	#afiliaciones .contentBx .description{padding: 0;}
	.txt-justify-sm{text-align: justify; }
	#planes-afiliaciones .section-info{min-height: auto;}
	#planes-afiliaciones .plan-1 .contentBx .overlay-wraper img, #planes-afiliaciones .plan-2 .contentBx .overlay-wraper img{width: 90px;}
	#planes-afiliaciones .plan-1{margin-bottom: 50px;}
	/* #planes-afiliaciones .plan-2{margin-bottom: 40px;} */
	#requisitos .plan-3 .contentBx .overlay-wraper img{width: 90px;}
	#requisitos .plan-3 .contentBx .title-plan{line-height: normal; font-size: 25px;}
	#requisitos .plan-3 .contentBx .title-plan strong{font-size: 25px;}
	#faq-mini .flex-col{display: block;}
	#faq-mini .flex-col .description{text-align: center; margin-bottom: 30px;}
	#circulares .contentBx .title{font-size: 25px; line-height: normal; white-space: normal;}
	#defensa-legal .contentBx .box-title .title{font-size: 19px;}
	#area-legal .contentBx .box-title .title{font-size: 19px;}
	#area-legal .list-area-legal{padding-left: 15px;}
	#area-legal .contentBx .description{padding-left: 0;}
	#reduccion-contribuciones .contentBx .box-title .title{font-size: 19px;}
	#reduccion-contribuciones .list-reduccion{margin-bottom: 0;}
	#compras .contentBx .box-title .title{font-size: 19px;}
	#compras .list-compras{margin-bottom: 0;}
	#compras .list-compras li:last-child{margin-bottom: 0;}
	#mas-servicios .contentBx .box-title .title{font-size: 19px;}
	#mas-servicios .list-mas-servicios{margin-bottom: 0;}
	#mas-servicios .list-mas-servicios li:last-child{margin-bottom: 0;}
	#posts-section .flex-posts{flex-direction: column;}
	#posts-section .post--left{width: 100%;}
	.post--left .boxBlog{margin-bottom: 50px;}
	#posts-section .post--right{width: 100%; padding: 0 15px 0 15px;}
  	#box-circulares .contentBx .title-circular{min-height: auto;}
	
	#contacto{background-position-x: 60%!important; background-position-y: 380px!important;}
  	#contacto .conntact-home{display: block;}
  	.floatSocial{display: none;}
  	#copyright{padding: 20px 0 60px;}
  	.socialFooterMobile{z-index: 9999; display: flex; padding: 10px 15px; align-items: center; justify-content: center; position: fixed; bottom: 0; width: 100%; background-color: #25D366; border-top: 1px solid var(--blanco); left: 0;}
  	.socialFooterMobile i{font-size: 18px; color: var(--blanco); margin-right: 15px;}
  	.socialFooterMobile a{line-height: normal; font-size: 18px; color: var(--blanco);}
  	button.scroltop{bottom: 60px;}


}

