<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===================================== 

======================================*/
/*Colores FEDEP*/
:root{
	--blanco: #fff;
	--negro: #000;
	--verde: #cfdb00;
	--blanco: #fff;
}
/*Fuente FEDEP*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;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;
}
.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;
	transition: .5s ease-in-out;
}
.header-nav .nav &gt; li.active &gt; a, .header-style-3 .is-fixed .header-nav .nav &gt; li.active &gt; a{
	color: var(--verde);
}
.header-nav .nav &gt; li:hover &gt; a, .header-style-3 .is-fixed .header-nav .nav &gt; li:hover &gt; a{
	color: var(--verde);
}
.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(--negro);
	white-space: pre-line;
	font-size: 35px;
	line-height: normal;
	margin-bottom: 35px;
}
#about-home .contentBx .subtitle{
	color: var(--verde);
	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;
	float: none;
}
#fedep-covid-19{
	padding: 70px 0 0;
}
#fedep-covid-19 .contentBx{
	margin: 0 auto;
	float: none;
}
#fedep-covid-19 .contentBx .title {
    font-size: 35px;
    line-height: normal;
    padding-bottom: 40px;
    margin-bottom: 30px;
    position: relative;
    color: var(--negro);
}
#fedep-covid-19 .contentBx .title:before {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--verde);
    width: 150px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#fedep-covid-19 .infoPerson p{
	color: var(--negro);
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}
#fedep-covid-19 .infoPerson p:last-child{
	margin-bottom: 20px;
}

#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: var(--negro);
}
#clients .contentBx .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 0;
	position: relative;
	color: var(--blanco);
}
#clients .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot.active span{
	background-color: var(--verde);
}
.owl-carousel .owl-dots .owl-dot:hover span{
	background-color: var(--verde);
}

#subscribe-home{
	background: #f2f2f2;
	position: relative;
}
#subscribe-home img.watermark{
	position: absolute;
	left: 0;
	width: 550px;
	height: 100%;
	top: 0;
}
#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: 40%;
	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: 25%;
}
#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);
}

.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 .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;
}
#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);
}


#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 .row .col-services:nth-child(3){
	margin-bottom: 50px;
}
#servicios-interior .contentBx .title{
	font-size: 17px;
	color: var(--verde);
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: normal;
}
#servicios-interior .contentBx .description{
	font-size: 15px;
	color: var(--negro);
	text-align: justify;
	text-align-last: center;
	line-height: 23px;
	margin-top: 0;
	min-height: 190px;
}
#servicios-interior .circle-green{
	color: var(--verde);
}


#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: 0 140px;
}
#afiliaciones .contentBx .description:last-child{
	margin-bottom: 50px;
}
#planes-afiliaciones .section-info{
	min-height: 310px;
}
#planes-afiliaciones .plan-1 .contentBx .overlay-wraper{
	background: var(--verde);
	position: relative;
}
#planes-afiliaciones .plan-1 .contentBx,
#planes-afiliaciones .plan-2 .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{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	width: 200px;
}
#planes-afiliaciones .plan-1 .contentBx .title-plan,
#planes-afiliaciones .plan-2 .contentBx .title-plan{
	white-space: pre-line;
	font-size: 27px;
	line-height: 40px;
	color: var(--blanco);
	margin: 0;
	padding: 50px 40px;
}
#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{
	padding: 0 45px 0 55px;
}
#planes-afiliaciones .plan-1 .pricingtable-features li,
#planes-afiliaciones .plan-2 .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{
	padding-bottom: 0;
}
#planes-afiliaciones .plan-1 .pricingtable-features li p,
#planes-afiliaciones .plan-2 .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{
	text-decoration: underline;
}
#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;
}
#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;
}
#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 .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: 90px;
}
#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 .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);
}



#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;
}





/*Responsive*/
/*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;}
  	.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{}
  	.slide2 .tp-bgimg{}
  	.slide3 .tp-bgimg{}
  	.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;}
	#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 .plan-1 .contentBx .overlay-wraper img, #planes-afiliaciones .plan-2 .contentBx .overlay-wraper img{width: 90px;}
	#afiliaciones .plan-1{margin-bottom: 50px;}
	#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;}
	
	#contacto{background-position-x: 60%!important; background-position-y: 380px!important;}
  	#contacto .conntact-home{display: block;}
  	

}

</pre></body></html>