/*fonts*/
@font-face {
	font-family: 'TeXGyrePagella-Bold';
    src: url('../fonts/original_texgyrepagella-bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_texgyrepagella-bold.woff') format('woff'),
         url('../fonts/original_texgyrepagella-bold.ttf') format('truetype'),
         url('../fonts/original_texgyrepagella-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TeXGyrePagella-Regular';
    src: url('../fonts/original_texgyrepagella-regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_texgyrepagella-regular.woff') format('woff'),
         url('../fonts/original_texgyrepagella-regular.ttf') format('truetype'),
         url('../fonts/original_texgyrepagella-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*terminan fonts*/

/*estilos generales*/
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
	/* font-family: 'TeXGyrePagella-Regular'; */
	font-size: 16px;
	line-height: 1em;
	font-weight:100;
	font-style: normal;
	color: #000;
}
p {font-family: 'Open Sans', sans-serif;}
*, body {
	-webkit-font-smoothing: antialiased;
}
body.fixedbody {
}
section {
	position: relative;
	text-align: center;
	overflow: hidden;
	 z-index: 1;
}

   
.wrapper {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	/*padding-top: 2em;*/
	/* padding-top: 6em; */
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	/* font-family: 'TeXGyrePagella-Regular'; */
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 .1em;
}
* {
	outline: none;
}
a {
	text-decoration: none;
	color: #FFF;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
}
.item-page.pag_inicio .columna.col6.conText {
    background: #7d0204;
    color: #fff;
    padding: 5%;
    width: 47%;
}

.item-page.pag_inicio .conImg img {
    max-width: 300px;
}
.item-page.pag_inicio p {
    margin: 0em 0;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    /* padding: 10px 41px; */
}
.item-page.pag_inicio .columnas {
    position: relative;
    display: flex;
    align-items: center;
}

.item-page.pag_inicio:after {content: "";display: block;position: absolute;width: 40%;height: 3px;/* background: #d59e0f; */top: 34%;right: 0;}
.item-page.pag_inicio .columna.col6.conText img {
    max-width: 400px;
    width: 65%;
    margin-left: 2em;
}

.pag_inicio .columna.col6.conImg a.btn {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.item-page.pag_inicio .conImg {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 58%;
}
.conImg {
    /* padding-right: 0 !important; */
}

p {
    line-height: 1.45;
    color: #888;
}
p.nombre {
    color: #fff;
}

.slide-text p {
    font-family: 'Open Sans', sans-serif;
}
.conForm.pag_contact {
    margin: 0 auto;
    max-width: 1200px;
    display: block;
    width: 90%;
}

/*terminan estilos generales*/

/**** HEADER TOP ***/
.Top {
    background: #7d0204;
}

.Top .wrapper {
    justify-content: space-between !important;
    height: auto !important;
    color:#fff;
    
}

/*header*/
.header {
	position: fixed;
	width: 100%;
	/* height: 85px; */
	top: 0;
	left: 0;
	z-index: 10003;
	background: #fff;
	/* background: -webkit-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 34%, rgba(211, 158, 10, 1) 34%); */
	background: -o-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 34%, rgba(211, 158, 10, 1) 34%);
	background: -moz-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 34%, rgba(211, 158, 10, 0.7) 34%);
	/* background: linear-gradient(to right, rgba(255, 255, 255, .9) , rgba(255, 255, 255, .9) 34%, rgba(211, 158, 10, 1) 34%); */
	/* opacity: .7; */
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
}
.logo {
	/* position: absolute; */
	/* width: 200px; */
	/* top: 15px; */
	/* left: -10px; */
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}
.mod_redes {
    /* position: absolute; */
    text-align: left;
    color: #fff;
    padding: 0;
    top: 0;
    right: 0;
    /* display: flex; */
    /* background: #bc8929; */
}
  .celsNum, .tel p, .direccion p, .contacto .cel p, .contacto i {
    display: inline-flex;
    color: #fff;
    vertical-align: middle;
    margin-left: 0;
    margin-bottom: 0 !important;
    font-size: .8em;
}

.mod_redes i {
    color: #fff;
    font-size: 1em;
    /* vertical-align:  middle; */
    /* background: #000; */
    /* align-self: center; */
    /* height: 100%; */
    /* padding: 22.5% 0px; */
    position: relative;
    margin: 0 12px
}

.tel {
    margin-top: 10px;
}  

header.header.woodheader {
	height: auto;
	/* line-height: 110%; */
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
}
header.header .mainmenu ul li a {
    /* height: 100px; */
    /* padding: 40px 11px 20px 10px; */
    font-size: .95em;
    line-height: 1.3;
    /* width: 100%; */
}
header.header.woodheader .mainmenu ul li a {
	/* height: 90px; */
	/* line-height: 110%; */
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
      display: flex;
    align-items: center;
}
.mainmenu>ul>li>ul>li>a {
    display: flex !important;
    align-items: center;
}
.mainmenu ul li a img {
    width: 20%;
}
header.header.woodheader .logo {
    top: 10px;
    width: 200px;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
}

header.header.woodheader .mod_redes p {
    font-size: .9em;
    line-height: 1.1;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}
header.header.woodheader .tel {
    margin-top: 0;
}

header.header.woodheader .mod_redes {
    /*padding: 0 15px;
     top: -10px; */
}
header.header.woodheader .cel:after {
    height: 98%;
}
/*termina header*/

/*nav*/

.mainmenu {
	/* position:absolute; */
	/* right: 300px; */
	top:0;
	display: flex;
	align-items: center;
	width: 10;
}
.mainmenu ul {
	position:relative;
	display:inline-block;
	/* background: #d39e0a; */
}
.mainmenu ul:after {
	/* content: ''; */
	/* position: absolute; */
	top: 0;
	left: 100%;
	width: 1000px;
	height: 100%;
	/* background: #d39e0a; */
}
.mainmenu ul li{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.mainmenu ul li a{
	display:
	block;
	/* max-width: 129px; */
	/* height: 91px; */
	line-height: 107px;
	padding: 0 20px 20px 10px;
	padding: 0 11px;
	font-family: 'Merriweather Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #222;
	/* letter-spacing: .1em; */
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mainmenu ul li a:hover{
	color: #d59e0f;
	/* background: #001f5b; */
	transition: .7s;
	/* border-bottom-width:1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #FCA503; */
}

.mainmenu ul li.current a{
	color: #d7a41f;
	/* background: #001f5b; */
	/* border-bottom-width:1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #FCA503; */
}

/*2o nivel*/
.mainmenu>ul>li>ul {
	position:absolute;
	left:0;
	top: 100%;
	width: 300%;
	visibility:hidden;
	opacity:0;
	display: none;
	background: #c8952a;
	/* padding:15px 0; */
	margin:0;
	list-style:none;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
	transform:translateY(20px);
	z-index: 1;
}
.mainmenu>ul>li:hover>ul {
   display: block;
	transform:translateY(0);
	visibility:visible;
	opacity:1;
  	height: 400px;
   	overflow-y: scroll;
}
.mainmenu>ul>li.parent:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:-2px;
	border-bottom:15px solid #c8952a;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	margin-left:-15px;
	transition:.5s;
	transform:translateY(10px);
	opacity: 0;
}
.mainmenu>ul>li:hover:before {
	transform:translateY(0);
	opacity:1;
}
.mainmenu>ul>li>ul>li {
	position:relative;
	display:block;
	font-size: 1em;
	margin-bottom: 10px;
}
.mainmenu>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>span {
	position:relative;
	display:block;
	text-align: left;
	/* height:40px; */
	/* line-height:40px; */
	/* overflow:hidden; */
	padding: 0 10px;
	color:#ffffff;
	/* white-space: nowrap; */
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
}
.mainmenu>ul>li>ul>li.active>a, .mainmenu>ul>li>ul>li:hover>a, .mainmenu>ul>li>ul>li.active>span, .mainmenu>ul>li>ul>li:hover>span {
	color:#00246A;
	background: #dddddd;
	/* padding: 0; */
}
/*--------*/
.mainmenu ul ul li.item-304 a, .mainmenu ul ul li.item-305 a, .mainmenu ul ul li.item-551 a {
    color: #fff;
    text-transform: uppercase;
    background: rgba(32, 73, 148, 0.34);
}
.mainmenu ul ul li.item-304 a:hover, .mainmenu ul ul li.item-304 a:active, .mainmenu ul ul li.item-305 a:hover, .mainmenu ul ul li.item-305 a:active, .mainmenu ul ul li.item-305 a:hover, .mainmenu ul ul li.item-551 a:active {
    color: #fff;
    background: rgba(32, 73, 148, 0.7);
}
.mainmenu ul ul li.item-304 img, .mainmenu ul ul li.item-305 img, .mainmenu ul ul li.item-551 img {
    vertical-align: middle;
    width: 30px;
    margin: 0 5px 0 -8px;
}
/*3er nivel*/
.mainmenu>ul>li>ul>li>ul {
	position:absolute;
	left:100%;
	visibility:hidden;
	opacity:0;
	top:0;
	background:#ddd;
	margin:0;
	list-style:none;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
	transform:translateX(-50px);
}
.mainmenu>ul>li>ul>li:hover>ul {
	transform:translateX(0);
	visibility:visible;
	opacity:1;
    width: auto;
}
.mainmenu>ul>li>ul>li>ul>li {
	position:relative;
	display:block;
}
.mainmenu>ul>li>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>ul>li>span {
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0 20px;
	color:#00246A;
	white-space:nowrap;
	transition:.2s;
}
.mainmenu>ul>li>ul>li>ul>li>a:hover, .mainmenu>ul>li>ul>li>ul>li.ative>a, .mainmenu>ul>li>ul>li>ul>li>span:hover, .mainmenu>ul>li>ul>li>ul>li.ative>span {
	background:rgba(255,255,255,.5);
}
/*4to nivel*/
.mainmenu>ul>li>ul>li>ul>li>ul {
	position:absolute;
	left:100%;
	visibility:hidden;
	opacity:0;
	top:0;
	background:#ddd;
	margin:0;
	list-style:none;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
	transform:translateX(-50px);
}
.mainmenu>ul>li>ul>li>ul>li:hover>ul {
	transform:translateX(0);
	visibility:visible;
	opacity:1;
}
.mainmenu>ul>li>ul>li>ul>li>ul>li {
	position:relative;
	display:block;
}
.mainmenu>ul>li>ul>li>ul>li>ul>li>a {
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0 20px;
	color:#00246A;
	white-space:nowrap;
	transition:.2s;
}
.mainmenu>ul>li>ul>li>ul>li>ul {
    position: absolute;
    display: block;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    color: #00246A;
    white-space: nowrap;
    transition: .2s;
}


.cel:after {
    background: #7d0204;
    content: "";
    width: 24%;
    /* height: 100%; */
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    animation: none;
}

i.fa.fa-phone {
    /* background: #d39e0a; */
}
.cel:nth-child(2)::after {
    background: #d39e0a;
}
a.current {
	color:#919191 !important;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FCA503;	
}
.mod_redes p a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
/*BOTONES =========================================*/
.custom.btn-Servicio {
    position: relative;
    text-align: center;
}

a.btn, .btn, button#enviar {
    border: 1px solid #ffffff !important;
    padding: 15px 14px !important;
    color: #c9962a;
    /* text-transform: uppercase; */
    font-family: 'Open Sans', sans-serif;
    display: flex;
    width: max-content;
    align-items: center;
    letter-spacing: 1px;
    font-size: 1em !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.custom.btn-Servicio p:last-child {
    padding: 0;
}
.form h2:hover {
    background: #bc8929;
    transition: .7s;
}
a.btn:hover, .btn:hover {
	background: #bc8929 !important;
	transition: .7s;
	}
/*termina nav*/



/*COLUMNAS ====================================*/
.columnas {
	margin: 0 auto;
	max-width: 1200px;
	width: 85%;
	/* margin: 0 -30px; */
	/* background: rgba(26, 40, 87, 0.70); */
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
	height:auto;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {

	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
} 

.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {
	width:5%;
}
/*terminan columnas*/
/* FOOTER SIEMPRE ABAJO */
html, body {
    height: 100%;
}
#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
}
#push {
    /* height: 46px; */
}
i.fa.fa-check {
    margin-left: 0;
    margin-right: 1em;
}
/* termina FOOTER SIEMPRE ABAJO */
/* titulos-subtitulos*/
h1 {
	font-size:3em;
	text-align:left;
}
h2 {

	font-size: 2em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.12em;
	margin: 1em 0;
}
.tituloSec {
    /* max-width: 50%; */
    margin: 0 auto;
    color: #061f5c;
    padding: 0;
    display: inline-block;
    /* border-bottom: 1px solid #c9962a; */
    margin: 0 0 1em;
    font-size: 1.5em;
}
div#descripcion_cont h2 {
    color: #5b5b5b !important;
}
.columna.col6.conTestimonio h2.tituloSec {margin-top: 0;color: #ffff;}
div#btn-tel-0743, div#btn-wp-3379 {
    width: 99%;
}
.item-page h2.tituloSec {
    color: #5b5b5b !important;
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px solid #c9962a;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 1.8em;
    line-height: 1.4;
}
.item-page.pag_servicios h2.tituloSec {
    color: #fff !important;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px solid #c9962a;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 1.8em;
}
.custom.btn-Servicio p:last-child a img {
    max-height: 1em;
    width: auto;
    margin: 0 1em;
}

a.btn img, .btn img, button#enviar img {
    height: 1em;
    width: auto !important;
}

.item-page.pag_inicio .columna.col6.conText a {
    color: #fff;
    border-color: #fff !important;
    margin-top: 3em;
}
.tituloSec:after {
    content: "";
    display: block;
    position: absolute;
    /* border-bottom: 1px solid #c9962a; */
    width: 50%;
    bottom: -15px;
}
.item-page.pag_inicio h2:before {
    content: "";
    background: url(../images/jm.png) top left no-repeat;
    background-size: contain;

    position: absolute;
    width: 153px;
    height: 91px;
    display: block;
    top: 0;
}
/* terminan titulos-subtitulos*/


/*CUSTOM SLIDER home*/

img.dj-image {
    width: 100% !important;


}

.slide-text h2 {
    text-transform: uppercase;
    /* font-family: 'TeXGyrePagella-Bold'; */
    color: #fff;
    /* max-width: 70%; */
    font-size: 4em;
}
div#djslider-loader139 {
    padding: 0 !IMPORTANT;
}
ul#slider92 .slide-desc {
    top: 0% !important;
    display: flex;
    align-content: flex-end;
    pointer-events: none;
}
.slide-desc-in {
    /*max-width: 1200px;
    width: 88%; */
    margin: 0 auto;
}
.slide-desc-in {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
}
ul#slider92 .slide-text .servicios:nth-child(2) {
    border: none;
}
.slide-desc-bg-default { 
    background: none; 
}
.djslider-default .slide-desc {
    top: 26% !important;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    top: 90%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
div#djslider-loader87 .slide-text:after, div#djslider103 .slide-text:after,  div#djslider104 .slide-text:after,  div#djslider105 .slide-text:after,  div#djslider106 .slide-text:after, div#djslider109 .slide-text:after, div#djslider110 .slide-text:after {
    content: "";
    display: block;
    position: absolute;
    /* border-bottom: 1px solid #c9962a; */
    width: 50%;
    bottom: -30px;
}
div#cust-navigation100 {
    top: 80%;
    text-align: left;
}
div#djslider103 .slide-text, div#djslider87 .slide-text, ul#slider104 .slide-text,  ul#slider105 .slide-text, ul#slider106 .slide-text, ul#slider109 .slide-text, ul#slider110 .slide-text  {
    /* border-bottom: 1px solid #c9962a; */
    /* padding-bottom: 20px; */
}

ul#slider92 .slide-text, ul#slider92 .slide-text h4 {
    text-align: center;
}
span.load-button.load-button-active {background:#ca9629;opacity: 1;}

.djslider-default .load-button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #5f6a8a;
    border: none;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
/*BANNER TESTIMONIOS ===============*/
.slide-text img {
    width: auto;
}
div#djslider-loader100 {
    margin-top: 0;
}
p.right img {
    position: absolute;
    right: 0;
    bottom: -4px;
}
p.frase {
    color: #c2c3c4;
    font-style: italic;
    line-height: 1.3;
    margin: 1em 0;
}
div#banner_interior {
    margin-top: 110px;
}
/*MODIFICADO====================================================================*/
/*BANNER SERCIVIOS*/
/*div#navigation92 {
    top: 90% !important;
}

div#slider-container92 {
    border: 1px solid #c9962a;
    border-bottom: none;

    height: 96%;
}*/
/*.servicios {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: center;
    min-height: 451px;
    padding: 15px;
    box-sizing: border-box;
    border-left: 1px solid #c9962a;
    border-right: 1px solid #c9962a;
    border-collapse:  collapse;
}
div#djslider92, div#djslider92 ul.djslider-in > li {
    height: 471px !important;
}*/
img#prev92 {
    /* left: 46%; */
}

img#next92 {
    /* right: 46%; */
}
img#next92:hover, img#prev92:hover {
    background: rgba(219, 171, 82, 0.35);
    transition: .5s;
}
div#slider-container92 .slide-desc-bg-default {
    /* border-left: 1px solid #c9962a; */
}
/*ul#slider92 .slide-desc-text-default .servicios:hover {
    background: rgba(26, 40, 87, 0.7);
}

ul#slider92 .slide-desc-text-default {
    padding: 0;
}
div#slider-container92:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #c9962a;
    width: 43%;
}
div#slider-container92:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right:0;
    border-bottom: 1px solid #c9962a;
    width: 43%;
}*/
.banner_servicios {
    width: 51%;
    display: inline-block;
    vertical-align: middle;
}

.info_servicios {
    width: 36%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3em;
    background: #eee;
}

.custom.btn-Servicio {
    background: #eeeeee;
    /* max-width: 357px !important; */
    text-align: justify;
    margin: 0 auto;
    padding: 3em;
    box-sizing: border-box;
    height: 100%;
}

.custom.btn-Servicio p {
    padding: 0 0 2em;
    /* color: #fff; */
    width: 90%;
    margin: 0 auto;
}

.custom.btn-Servicio p:last-child a {
    display: flex;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
}
div#mod_servicios {
    /*border-top: 5px solid #fff;*/
    border-bottom: 5px solid #fff;
    background: linear-gradient(-180deg, #01173a 70%, #fff 30%);
    /* background: url(../../../images/bg_azul_servicios_home.png) center top no-repeat; */
    background-size: 100% 100%;
    position: relative;
    /* display: flex; */
    padding-top: 7%;
    /* margin-top: 5%; */
    margin-bottom: 5%;
}
div#mod_servicios:before {
    /* content: ""; */
    position: absolute;
    display: block;
    width: 95%;
    max-width: 1300px;
    height: 100%;
    background: rgba(26, 40, 87, 0.70);
    margin: 0 auto;
    left: 0;
    right: 0;
}
div#mod_servicios .custom {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

ul#slider92 .slide-text h4 {
    font-size: 1.57em;
    margin-top: 0;
}

ul#slider92 .slide-text p {
    /* background: #fff; */
    font-family: 'Open Sans', sans-serif;
    /* max-width: 85%; */
    /* margin: 0 0 0 15%; */
    padding: 15px;
    color: #333;
}
/*SECC nosotros home ======================================*/
.item-page.pag_inicio {
    color: #fff;
    border-bottom: 5px solid;
    background: url(../../../images/Site2022/jm-nosotros2022.jpg);
    background-size:
    cover;
    position: relative;
    margin-bottom: 3%;
    /* padding: 3%; */
}
.item-page.pag_contact .wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
}

.item-page.pag_contact .wrapper p {
    /* color: #111; */
}
.conTestimonio {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
    display: block;
}
.conText, .conImg, .columna.conTestimonio, .ContFormularios {
    float: none;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: left;
    color: #fff;
    padding: 0;
}
.item-page.pag_inicio .columna.col6.conText {
    background: #7d0204;
    color: #fff;
    padding: 5%;
}
.item-page.pag_inicio .columnas:before {
    content: "";
    display: block;
    position: absolute;
    width: 63%;
    max-width: 1200px;
    height: 100%;
    /* background: rgba(26, 40, 87, 0.70); */
    /* background: rgba(26,40,87,1); */
    background: -moz-radial-gradient(center, ellipse cover, rgba(26,40,87,1) 0%, rgba(38,34,39,1) 100%);
    /* background: -webkit-radial-gradient(center, ellipse cover, rgba(26,40,87,1) 0%, rgba(38,34,39,1) 100%); */
    background: -o-radial-gradient(center, ellipse cover, rgba(26,40,87,1) 0%, rgba(38,34,39,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(26,40,87,1) 0%, rgba(38,34,39,1) 100%);
    /* background: #7d0204; */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2857', endColorstr='#262227', GradientType=1 );
    margin: 0 auto;
    top: 0;
    right: 0;
    /* left: 0; */
    opacity: 1;
}
section.contacto .conText {
    padding-right: 15px !important;
}

/*TESTIMONIOS ==========================================*/
div#mod_testimonios .conImg img {
    /* max-width: 405px; */
    margin: auto;
}
div#mod_testimonios .conImg p {
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    width: 70%;
    padding: 10px 20px;
    font-style: italic;
    font-family: 'TeXGyrePagella-Bold';
}

div#mod_testimonios .conImg:before {content: "";display: block;width: 100%;height: 100%;/* background: rgb(6 31 92 / 56%); */position: absolute;}
.columna.col6.conTestimonio {
    padding-right: 0;
    width: 40%;
    color: #fff;
    /* background: #01173a; */
    padding: 3% 14px 4% 0;
}
.columna.col6.conTestimonio p {
    color: #fff;
}
div#mod_testimonios .conImg a.btn {
    display: block;
    text-align: center;
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1em !important;
}

.columna.col6.conTestimonio:before {content: "";display: block;position: absolute;width: 46%;height: 75%;/* background: #eee; */right: -6px;top: 4%;}
div#djslider100 {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 290px;
}

div#djslider100 .slide-desc-text.slide-desc-text-default {
    padding: 0;
}
div#mod_testimonios {
    /* border-bottom:5px solid #fff; */
    /* background: #d39e0a; */
    /* background: -webkit-linear-gradient( right, rgba(211, 158, 10, 0.9) , rgba(211, 158, 10, 0.9) 50%, rgb(0, 31, 91)50%); 
    background: -o-linear-gradient( right, rgba(211, 158, 10, 0.9) , rgba(211, 158, 10, 0.9) 50%, rgb(0, 31, 91)50%);
    background: -moz-linear-gradient( right,rgba(211, 158, 10, 0.9) , rgba(211, 158, 10, 0.9) 50%, rgb(0, 31, 91)50%);*/
    background: linear-gradient(to right, #01173a 39%, #ffffff00 33%);
    position: relative;
    margin-bottom: 3%;
}
.owl-carousel.nav-light.owl-nav.owl-loaded.owl-drag {
    display: none;
}

.custom .owl-carousel {
    display: block !important;
}

.reviews-block__slide {
    min-height: 335px;
    padding: 0;
    flex-wrap: wrap-reverse !important;
    display: flex;
    align-items: flex-end;
    box-shadow: 1px 0px 8px rgb(51 51 51 / 18%);
}

.reviews-block__text {
    /* font-style: italic; */
    line-height: 1.3;
    padding: 0 3em;
    font-size: 1em;
}

.reviews-block__person-name {
    color: #01173a;
    font-size: 1.9em;
    margin: 0 1em;
    font-weight: 400;
    width: 100%;
    font-family: 'Open Sans';
}

.reviews-block__person:before {
  content: "";
  display: block;
	width: 32px;
    height: 40px;
    background: #ffffff;
}

.reviews-block__person {
    align-items: flex-end;
    margin-bottom: 1.5em;
    font-size: .6em;
}

.reviews-block__text::after {
    display: none;
}
div#mod_testimonios .conImg {
    padding: 0;
    margin-top: -15px;
    width: 59%;
}
div#mod_testimonios:before {
    content: "";
    background: #eee;
    position: absolute;
    background-size: contain;
    width: 70%;
    height: 100%;
    top: 11%;
    right: 0;
    z-index: -1;
}

section.contacto {
    padding: 3em 0 0;
    border-bottom: 5px solid #fff;
    /* background-size: cover !important; */
    background: url(/testsites/juridico/images/imagenes-contacto.jpg) center center no-repeat;
    background-size: cover;
    /* position: relative; */
    border-top: 0;
}
.contacto .wrapper {
    color: #fff;
    width: 100%;
    max-width: 100%;
    background: #eee;
    display: flex;
}
.contacto .columna.col6.conText p {
    margin-bottom: 1em;
}
.contacto .tel {
    /* margin-bottom: 10px; */
}
.contacto i {color: #ffffff;font-size: 1.5em;}
.cel {
    margin: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
}
div#mod_mapa, div#mod_mapa .custom, div#mod_mapa .custom p {
    /* border-bottom: 5px solid #fff; */
    /* background-color: #0b1948; */
    /* border-color: #c99629; */
    text-align: center;
    height: 100%;
}
div#btn-mapas .columnas .indicaciones p {
    width: 18%;
    color: #fff;
    background: #d39e0a;
    text-align: center;
    padding: 10px 28px;
    box-shadow: 0px 0px 10px #00000061;
}

.columna.col3.aplicaciones {
    display: flex;
    /* background: #fff; */
    /* box-shadow: 0px 0px 10px #00000061; */
    width: 20%;
    padding: 0;
}

.columna.col3.aplicaciones img {
    margin:  auto;
}

.indicaciones {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}

div#btn-mapas {
    margin-bottom: 2em;
    margin-top: -2em;
    position: relative;
}
div#contacto p {
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
div#contacto:before {
    display: block;
    position: absolute;
    width: 95%;
    height: 95%;
    /* border: 2px solid #c9962a; */
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

section.contacto .columnas .columna p, .copyright a {
    /* padding: 0px 15px; */
    text-align: left;
    color: #333;
}
div#contacto {
    padding: 0;
    /* background: #fff; */
    padding: 3% 3% !important;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 1px 10px rgb(51 51 51 / 40%);
}
.cont_direcc.direccion p {
    width: 55%;
}

.contfollow {
    margin-left: 1em;
}
footer {
    text-align: left;
    /* padding: 15px; */
    font-size: 74%;
    color: #fff !important;
    /* background: url(../../../images/bg_footer_rojo.jpg) center center no-repeat; */
    background: #0009;
    background-size: cover;
}
footer p {
    /* color: #fff !important; */
}
div#botonesForm .custom {
    display: flex;
    align-content: stretch;
}

iframe {
    width: 100%;
    height: 200px;
}

.contvideo {
    width: 117% !important;
}

.contfollow a {
    width: 100%;
}

.contfollow a img {
    margin: 0 1em;
}
.columna.col6.conText {
    /* padding-left: 0; */
}
div#servicios-footer .custom:before {
    background: url(/testsites/juridico/images/imagenes-contacto.jpg);
    content: "";
    width: 70%;
    height: 91%;
    display: block;
    position: absolute;
    top: 0;
}

div#servicios-footer .custom:after {
    width: 70%;
    height: 91%;
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(0 0 0 / 64%);
    top: 0;
}

div#servicios-footer .custom {
    position: relative;
}

div#servicios-footer .columnas {
    position: relative;
    z-index: 10;
}
/*FORMULARIOS =====================================*/
.formResponsive input, .formResponsive textarea, .formResponsive select {
    width: 94.2%;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px !important;
    box-sizing: content-box !important;
    background: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 0 !important;
}
.form h2 {
    text-align: center;
    font-size: 1.7em !important;
    background: #c9962a;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    margin-bottom: .5em;
}
.formResponsive {
    margin: 0 !important;
}
.rsform-block.rsform-block-cuando .formControlLabel {
    DISPLAY: BLOCK;
}
.formControlLabel {
    DISPLAY: NONE;
}
.formResponsive .formHorizontal .formControls {
    MARGIN: 0;

}
.formResponsive .formHorizontal .rsform-block {
    MARGIN-BOTTOM: 0;
}
.formResponsive .formBody {
    display: flex;
}
.formResponsive .formHorizontal .formControlLabel {
    float: left;
    width: 182px;
    padding-top: 20px;
    text-align: left;
}
input, textarea#Mensaje, select#CUANDO {
    color: #1a2857 !important;
    font-style: italic;
	    font-family: 'Open Sans', sans-serif;
		font-weight:bold;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4d577b;
      font-family: 'Open Sans', sans-serif;		font-weight:bold;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4d577b; 
      font-family: 'Open Sans', sans-serif;		font-weight:bold;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4d577b;
      font-family: 'Open Sans', sans-serif;		font-weight:bold;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4d577b;
      font-family: 'Open Sans', sans-serif;		font-weight:bold;
}

fieldset#rsform_4_page_0, fieldset#rsform_3_page_0 {
    position: relative;
    opacity: 0;
    display: none;
    z-index: 1;
    top: 50%;
    bottom: 50%;
}
fieldset#rsform_4_page_0.opened, fieldset#rsform_3_page_0.opened{    
	top: 0;
    bottom: 0;
    opacity: 1;
    display: block;
}
.conForm {
    vertical-align: top;
    height: 89%;
}
/*INTERANAS =====================================*/
.item-page.pag_servicios, .item-page.pag_nosotros, .item-page.pag_contact {
    /* padding-top: 6em; */
    border-bottom:5px solid #fff;
}
.pag_nosotros p {
    padding: 6px;
}
.item-page .wrapper {
    padding: 3% 0;
}
.item-page.pag_inicio h2 {
    text-transform: capitalize;
    margin-top: 0;
    /* background: url(../images/jm.png) top left no-repeat; */
    /* background-size: contain; */
    color: #fff !important;
    font-weight: 100;
}

/**************POP UP ARTICULOS ********************/
#jcemediabox-popup-page {
    z-index: 100006;
}
.titulo {
    text-align: center !important;
    padding-bottom: 1em !important;
    border-bottom: 10px solid #c8952a !important;
    background: #fff;
    box-shadow: 0px 0px 10px #ccccc67d;
}
  
.contTextServ {
    background: #1a2857 !important;
    color: #fff !important;
    padding: 30px !important;
}
.contTextServ p {
    color: #fff;

}
body.contentpane {
    background: #1a2857;
    font-family: 'Open Sans', sans-serif;
}

ul.list li:before, ul.bulls li:before, .rspbld-page ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #c8952a;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: -14px;
}

ul.list li, ul.bulls li, .rspbld-page ul li {
    position: relative;
    vertical-align: middle;
    list-style: none;
    padding-bottom: 15px;
    line-height: 1.5;
    margin-left: 16px;
}
.titulo h1 {
    text-align: center;
    font-family: 'TeXGyrePagella-Regular' !important;
}

/*COLUMNAS INTERNAS SERVICIOS GRID==========================================================*/
.columnaServicios.columnas {
    width: 100%;
    padding: 0;
}
.columnaServicios.columnas .col3 {
    width: 19.75%;
}
.columnaServicios.columnas .col3:first-child {
    padding-left: 0;
}
.columnas2 .col7 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.columnas2 .col5 {
    padding: 0 0 5px 5px!important;
}

.front h4 {
    color: #f5f5f5;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 0;
}
.columnaServicios.columnas .col3, .columnaServicios.columnas .col5, .columnaServicios.columnas .col7 {
    padding: 5px;
}
.columnaServicios.columnas .col7 > .col3 {
    width: 33.3%;
    padding: 0 5px 5px 5px;
}
.columnaServicios.columnas .col7 > .col3:last-child {
    padding: 5px;
}
.columnaServicios.columnas .col7 {
    padding: 0;
    height: 559px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: stretch; */
    padding: 5px 0;
    width: 60.5%;
}
.columnaServicios.columnas .col5 {
    width: 66.6% !important;
    /* padding-left: 0; */
}
.columnaServicios.columnas .col7 .flip-container, .columnaServicios.columnas .col7 .flip-container .front, .columnaServicios.columnas .col7 .flip-container .back,.columnaServicios.columnas .col12 .flip-container, .columnaServicios.columnas .col12 .flip-container .front, .columnaServicios.columnas .col12 .flip-container .back {
    height: 100% !important;
}
.columnaServicios.columnas .col3:last-child {
    padding-right: 0;
}
.columnaServicios.columnas .col3 > .col12 {
    padding: 0 0 5px;
    height: 50%;
}
.columnas.columnas2 {
    width: 100%;
}
.columnas.columnas2 .columnaServicios.columnas .col7 > .col3 {
    padding-top: 5px;
}

.columnas.columnas2 .columnaServicios.columnas .col7 > .col3:first-child {
    padding-top: 0;
}
.columnas.columnas2 .columnaServicios.columnas .col7 > .col3:last-child {
    padding-right: 0;
}
.columna.col3.colizq {
    height: 560px;
}
.columnaServicios.columnas .col3 > .col12:last-child {
    padding-top: 5px;
}
/*FIN COLUMNAS INTERNAS SERVICIOS GRID==========================================================*/
/*EFECTO DE FLIP - GIRAR IMAGENES SERVICIOS========================================================================================================*/

/*  entire container, keeps perspective */

.flip-container {
	perspective: 1000px;
	-webkit-perspective: 1000px; /* Chrome, Safari, Opera */
}
/* flip the pane when hovered */

.flip-container:hover .flipper, .flip-container.hover .flipper {
	/*transform: rotateY(180deg);*/

	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	height: 546px;
	overflow: hidden;
}
.columnas.columnas2 .col3 .front, .columnas.columnas2 div#DerechoCivil {
    height: 544px;
}
/* flip speed goes here */

.flipper {
	/*transition: 0.6s;*/
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
	position: relative;
	height: 100%;
}
/* hide back of pane during swap */

.front, .back {
	/*backface-visibility: hidden;*/

	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */

.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	border: 2px solid #eee;
	box-sizing: border-box;
	text-align: center;
	display: flex;
}
.front .center {
    width: 70%;
    margin: auto;
}
/* back, initially hidden pane */

.back, .back.nino {
	/*transform: rotateY(180deg);*/

	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.back {
	background: url("../../../images/servicios/bg_servicio1_03.png") center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	display: flex;
}
.back p {
    text-align: left;
    color: #fff;
    margin-bottom: 1.3em;
    font-size: .81em;
}
.back .center {
    margin: auto;
}
.front img {
    max-width: 100px;
    margin: 0 auto;
}
.back h4 {
    text-align: left;
    MARGIN-TOP: 0;
}

a.btnPlus {
    color: #c8952a;
    background: #fff;
    border-radius: 50%;
    padding: 3px 12px 8px;
}
/*termina EFECTO DE FLIP - GIRAR IMAGENES SERVICIOS---------------------------------------------*/

.item-page.pag_servicios {
    /* background: url(../../../images/jurdico_fondo-07.jpg) center center no-repeat; */
    background-size: cover;
    border-top: 5px solid #fff;
    position: relative;
}
/*.item-page.pag_servicios:before {
    content: "";
    position: absolute;
    display: block;
    width: 93%;
    max-width: 1300px;
    height: 100%;
    background: rgba(26, 40, 87, 0.70);
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}*/
.item-page.pag_servicios .bg_azul_servicios {
    position: relative;
    width: 100%;
}
.item-page.pag_servicios .bg_azul_servicios:before {
    content: "";
    position: absolute;
    display: block;
    width: 93%;
    max-width: 1300px;
    height: 100%;
    /* background: rgba(26, 40, 87, 0.70); */
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#djslider100 .slide-desc {
    bottom:37% !important;
}
/*ESTILOS FORMULARIOS CONTACTO*/
.contacto div#form_escribenos, div#form_llamanos {
    display: inline-block;
    width: 96.5%;
}
img.dj-image {
    object-fit: cover;
    height: 100% !important;
}
.rsform-block.rsform-block-quiero-que-me-llamen, .rsform-block.rsform-block-quiero-que-me-escriban {
    width: 48%;
    display: inline-block;
}
.formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"] {
    text-align: center;
    font-size: 1.7em !important;
    background: #c9962a;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: .5em;
    color: #fff;
    line-height: 1;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}
div#form_llamanos p {
    color: #fff;
    text-align: center;
}
span.flip-clock-label {
    color: #fff !important;
}
.clock.flip-clock-wrapper {
    margin: 2em auto !important;
    width: 56%;
}
.formResponsive input[type="button"]:hover, .formResponsive button[type="button"]:hover, .formResponsive input[type="reset"]:hover, .formResponsive button[type="reset"]:hover, .formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    background: #bc8929 !important;
    color: #fff;
}

.flip-clock-wrapper ul li a div div.inn {
  background-color: #001f5b !important;
  }
  .flip-clock-dot {
    background: #cccccc !important;
}


p.frase img {
    max-width: 20px;
    /* float: left; */
    display:  inline-block;
}

/*ANIMACIONES*/
.mod_redes .fa-phone, .mod_redes .fa-whatsapp {/* -webkit-animation:spin 700ms linear infinite; *//* animation: spin 700ms linear infinite; *//* transform-style: preserve-3d; */}

@-webkit-keyframes spin 
{
  100% { -webkit-transform: rotateY(360deg); }
}

@keyframes spin 
{
  100% { transform: rotateY(360deg); }
}
.item-page.pag_internacional {
    background: url(../../../images/tramites_legales_en_puebla.jpg)center center;
    color: white;
    background-size: cover;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.item-page.pag_internacional p, .item-page.pag_internacional h2 {
    color: #fff !important;
    padding: 10px;
}

/*estilos contacto */
li.row-fluid {
    width: 32%;
    float: left;
    list-style: none;
    box-shadow: -1px 0px 8px #33333352;
    margin: 5px 5px 30px;
    box-sizing: border-box;
    color: #fff;
}

ul.category.row-striped .span2 {
    text-align: center;
    border-bottom: 4px solid #d59f11;
    padding: 1em 0;
}

.list-title.span7.col-md-7 {
    padding: 15px;
}

.span3.col-md-3, .list-title.span7.col-md-7 {
    padding: 15px;
    background: #1a2857;
}

.list-title a, .list-title span a {display: block;margin-bottom: 0;}

.list-title a {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
}

.list-title span a {
    font-size: 1em;
    display: block;
    margin: 1em 0 0;
    font-weight: 100;
    letter-spacing: 0;
}

.list-title.span7.col-md-7 {
    padding-bottom: 0;
}

ul.category.row-striped:after {
    content: "";
    display: block;
    clear: both;
}



.contact-category .cat-children {
    width: 21%;
    margin-right: 26px;
    margin-top: 5px;
}


ul.list-striped.list-condensed li {
    list-style: none;
    margin: 1em auto;
    width: 70%;
    padding: 15px;
    border-bottom: 2px solid #d59f11;
}

ul.list-striped.list-condensed li a {
    color: #888;
}

.cat-children h3 {
    background: #1a2857;
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
}

.cat-children {
    border: 2px solid #d59f11;
}

span.badge.badge-info.pull-right {
    display: none;
}

ul.list-striped.list-condensed li h4 {
    margin: 0;
}
div#descripcion_cont {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 2em;
}

div#categoria_contacto {
    width: 19%;
    margin-right: 26px;
    margin-top: 5px;
    border: 2px solid #d59f11;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
}

div#categoria_contacto ~ .art-post {
    width: 77%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
}

div#categoria_contacto ~ article.art-post.art-messages {
    display: none;
}
div#banner_interior_clientes {
    margin-top: 110px;
}
div#banner_interior_clientes ~ .articulo {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

div#categoria_contacto:before {
    content: "Categorias";
    background: #1a2857;
    width: 100%;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

div#categoria_contacto li {
    list-style: none;
    margin: 1em auto;
    width: 70%;
    padding: 15px;
    border-bottom: 2px solid #d59f11;
}

div#categoria_contacto li a {
    color: #888;
}
#categoria_contacto li.active a, #categoria_contacto li a:hover {
    color: #d59f11;
}
.span3.col-md-3:before {
    color: #d4a51f;
    margin: 0 4px;
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list-title span a:before {
    content: "\f0e0";
    color: #d4a51f;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
}
div#slide-contact a {
    color: #888;
    font-weight: 500;
    margin: 0 !important;
}

.accordion-heading {
    margin-bottom: 1em;
    border-bottom: 1px solid #c9962a;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 1.8em;
    padding: 10px 0;
}
/*AJUSTES CAMPO A QUE HORA TE LLAMAMOS formularios========*/
.formResponsive .formHorizontal .rsform-block.rsform-block-llamar .formControlLabel {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    padding-top: 0;
}
/* botones contacto landings =============*/
div#btn-tel-0743, div#btn-wp-3379 {
    display: flex;
    align-items: center;
    width: 49%;
}

div#btn-tel-0743 div, div#btn-wp-3379 div {
    padding: 10px;
    display: flex;
}

div#btn-tel-0743 {
    border-color: #d39e0a;
}

div#btn-wp-3379 {
    height: 100%;
    border-color: #d39e0a;
    margin-left: 1em;
}
.col_datos i, #contacto i {
    color: #d39e0a;
    font-size: 1.3em;
    /* display: inline-flex; */
    vertical-align: middle;
    /* float: left; */
    /* position: absolute; */
    margin: 0;
    position: relative;
    z-index: 1;
}
/*.btns_contacto {
    position: relative;
    width: 40%;
    margin:0 8% 24px 0 !important;
    display: inline-block;
    vertical-align: top;
    height: auto;
    text-align: center !important;
}*/
.btns_contacto {
    position: relative;
    width: 33%;
    /* margin: 0 8% 24px 0 !important; */
    margin: 0;
    /* display: inline-flex; */
    vertical-align: top;
    height: auto;
    text-align: center !important;
    border: 2px solid #333;
}
/*.btns_contacto a {
	padding:9px 5px 8px;
    background: #d4a51f;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/

.btns_contacto a {
	position: relative;
	padding: 0;
	color: #d4a51f;
	/* text-transform: uppercase; */
	font-family: 'Open Sans', sans-serif;
	/* text-align: center; */
	text-align: left;
	/* width: 100%;*/
	/* width: 168px !important; */
	/* height: 100%; */
	display: flex;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	color: #333;
}
.telefonos  a:hover {
    background: none !important;
}

.telefonos a {
    margin-top: .4em;
    margin-bottom: .4em;
    color: #d39e0a;
}
div#btn-wp-3379:before {
    content: "";
    width: 19%;
    height: 102%;
    max-width: 40px;
    position: absolute;
    /* background: #7d0204; */
    z-index: 0;
    top: -1px;
    left: -1px;
}
div#btn-tel-0743:before {
    content: "";
    width: 19%;
    height: 102%;
    max-width: 40px;
    position: absolute;
    color: #d39e0a;
    z-index: 0;
    top: -1px;
    left: -1px;
}
.btns_contacto a:hover {
    background: #bc8929 !important;
}
.btns_contacto i {
    /* margin: 0 16px; */
    padding: 26px 10px;
    font-size: .91em;
    color: #fff;
    position: relative;
}
.pag_penal .btns_contacto a {
    color: #fff;
    background: #1a2857;
}
.pag_penal .btns_contacto i  {
    color: #d4a51f;
}
.pag_penal .btns_contacto a:hover {
    background: #08133a !important;
}
.cont_direcc {
    position: relative;
    margin: 0;
    border-top: 1px solid #7d0204;
    margin-top: 1em;
}
.cont_direcc i {
    color: #d4a51f !important;
}
/*#contacto .cont_direcc.direccion i.fa.fa-map-marker{
    float: left;
    position: relative;
    top: 5px;
    left: 0;
}*/
#contacto .cont_direcc.direccion i.fa.fa-map-marker {
    /* float: left; */
    position: relative;
    top: 5px;
    left: 0;
    display: inline-block;
    vertical-align: top;
}
.cont_direcc.direccion p{
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/* WHATSAPP IZQUIERDA BOTTOM ===========================*/
.custom.whats_helper i {
    background: no-repeat;
}
.custom.whats_helper {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-align: center;
    font-size: 3em;
    /* padding: 6px; */
    background: #18c139;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

/**/
div#slider-container92 {
    width: 100%;
    margin: 0 auto !important;
    right: 0;
}
/* ANCHO DE POPUPS ===============*/
/*div#jcemediabox-popup-body {
    width: 90% !important;
}*/

/*div#jcemediabox-popup-content {
    width: 98% !important;
}*/

/*cambios octubre*/
.pag_nosotros .columnas, section.contacto .columnas  {
    width: 100%;
    /* margin: 0 -30px !important; */
}
/*div#jcemediabox-popup-content {
    width: 98% !important;
    overflow: scroll;
}*/
li.row-fluid.cat-list-row0 {
    width: 43%;
}
ul.category.row-striped a {
    font-size: 14px;
    line-height: 1.5;
}
li.row-fluid {
    width: 48% !important;
}
.group dt, .group dd {
    display: inline-block;
    vertical-align: top;
}
.group {
    margin-bottom: 1em;
}
.accordion-heading a {
    color: #888;
    font-weight: 400; 
}
span.show_webpage.jicons-icons {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(/images/jch-optimize/iconos_clientes_juridico-ubicacion.png);
}
span.short-descrip p {
    padding: 3px 0;
    background: #1a2857;
    color: #fff;
    font-size: .8em; 
}
/* BOTON DE LLAMADA FOOTER LEFT ======================*/
#icon_llamar {
    position: fixed;
    left: 62px;
    bottom: 8px;
    width: 48px;
    z-index: 10000;  
}
.txt_minusculas, .btns_contacto.txt_minusculas a {
    text-transform: initial !important;
}
/*CUSTOM ========================*/
.pag_trabaja_nos button#enviar, .pag_testimonios button#enviar {
    margin-top: 20px !important;
} 
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.075);
}
.pag_clientes_orgs {
    padding-bottom: 58px;
}
.pag_clientes_orgs .row-fluid p {
    color: #fff !important;
}
.pag_clientes_orgs .row-fluid p.telephone {
    display: inline-block;
    margin-bottom: 20px; 
}
.pag_clientes_orgs .group dd {
    margin-inline-start: 5px !important;
}
.pag_clientes_orgs .accordion-heading {
    margin-bottom: 1em;
    border-bottom: 1px solid #c9962a;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 1.8em;
    padding: 10px 0;
    line-height: 105% !important;
}
a.list-title,
ul.category.row-striped .span2 img  {
    pointer-events: none;
} 
/* POPUPS servicios ===========*/
/*div#jcemediabox-popup-content {
    width: 98% !important;
    overflow: auto;
}  */
/*#jcemediabox-popup-content iframe#jcemediabox-popup-iframe .contTextServ {
    font-size: 1em !important;
} */
.hide_in_900 {
   display: block !important;
}
.show_in_900 {
   display: none !important;
}
/* CLIENTES ===============*/
.category.row-striped .row-fluid .span2 a {
    pointer-events: none;
}
ul.category.row-striped .span2 {
    background: #fff;
}

.span3.col-md-3 {
    font-size: .8em;
    padding-top: 0;  
}
 
.span3.col-md-3:before {
    display: none;
}
p.telephone:before, p.webpage:before, p.adress:before {
	content: "";display: inline-block;vertical-align: middle;width: 20px;height: 20px;
}

p.telephone:before {
    background: url(https://juridicomartinez.com/images/jch-optimize/iconos_clientes_juridico-llamar.png) center center;
    background-size: contain;
}

p.webpage:before {
    background: url(https://juridicomartinez.com/images/jch-optimize/iconos_clientes_juridico-web.png) center center;
    background-size: contain;
}

p.adress:before {
    background: url(https://juridicomartinez.com/images/jch-optimize/iconos_clientes_juridico-ubicacion.png) center center;
    background-size: contain;
}
/*CUSTOM POPUPS servicios ===========*/
body.contentpane {
    min-width: 220px !important;
    width: 100% !important;
}
/* FONDOS PAGINA SERVICIOS ===========================*/
.bg_amarillo {
    background: rgb(255 188 0 / .8);
    width: 50%;
    margin: 0;
    padding: 3%;
    box-sizing: border-box;
}
.cdr_derecho_penal { 
    background: url(../../../images/servicios/derecho_penal_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_civil { 
    background: url(../../../images/servicios/derecho_civil_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_familiar { 
    background: url(../../../images/servicios/derecho_familiar.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_amparo { 
    background: url(../../../images/servicios/derecho_amparo_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_mercantil {
    background: url(../../../images/servicios/derecho_mercantil_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_contractual { 
    background: url(../../../images/servicios/derecho_contractual_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_internacional { 
    background: url(../../../images/servicios/derecho_internacional_puebla_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_laboral { 
    background: url(../../../images/servicios/derecho_laboral_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_judicial { 
    background: url(../../../images/servicios/derecho_cobranza_judicial_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_negocios { 
    background: url(../../../images/servicios/derecho_negocios_inmobiliarios_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_gestiones { 
    background: url(../../../images/servicios/derecho_gestiones_administrativas_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_avaluos { 
    background: url(../../../images/servicios/servicio_de_avaluos_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_admin { 
    background: url(../../../images/servicios/derecho_administrativo_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_derecho_agrario { 
    background: url(../../../images/servicios/derecho_agario_jm.jpg) center center no-repeat;
    background-size: cover;
}
.cdr_peritajes { 
    background: url(../../../images/servicios/servicio_de_peritajes_jm.jpg) center center no-repeat;
    background-size: cover;
}
.front:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    /*background: rgba(26,40,87,0.65);*/
	background: rgba(26,40,87,0.35);
	z-index:2;
}
.front .center {
    z-index: 3;
}
.bg_amarillo p {
    color: #fff;
    font-size: 2em;
    font-style: italic;
    text-align: center;
}

.bg_amarillo h2 {
    border: 0;
    font-size: 3.6em;
    text-align: center;
    color: #1e2b58;
    margin-bottom: .5em;
}
/*CUSTOM PARA HOME ==================*/
.conTestimonio a.btn {
    margin-top: 20px !important;
    color: #fff;
    border-color: #fff !important;
}
#navigation100 { 
    top: 30.428571% !important;
}
#djslider-loader100 .djslider-default .navigation-container .prev-button {
    left: -25px !important;
}
#djslider-loader100 .djslider-default .navigation-container .next-button {
    right: -25px !important;
}
#djslider-loader100  {
    overflow: visible !important;
}
.top_30, p.top_30 {
    margin-top: 30px !important;
    width: 84%;
    margin-bottom: 6%;
}
 /* MODIFICAR ALTURA SLIDER TESTIMONIOS HOME ========================-->*/
#djslider-loader100 {
    height: 240px !important;
    width: 100% !important;
    overflow: hidden;
    position: relative;
 }
#djslider-loader100>div, #djslider-loader100 .djslider {
    position: absolute;
    width: 100% !important;
    height: 100% !important;  
}
#djslider-loader100 .djslider-in, #djslider-loader100 .djslider-in li {
    height: 100% !important;
    /* width: 100% !important; */
}
/* termina MODIFICAR ALTURA SLIDER TESTIMONIOS HOME ========================-->*/  
/* FORMULARIOS ERRORES INPUTS =================*/
.formResponsive .formHorizontal .formValidation {
    display: block;
    width: 100% !important;
    float: none;
    clear: both;
    *display: inline;
    margin-bottom: 0;
    *zoom: 1;
}
/* SLIDER SERVICIOS HOME CUSTOM ==============================================*/
.servicios.cdrs_imagen  {
	position:relative;
    display: block;
    width: 100%;
    text-align: center;
    min-height: 351px; 
    padding: 15px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 0; 
    border-right: 0;
    border-collapse: collapse; 
}
.servicios.cdrs_imagen:after {
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(26,40,87,0.7);
    z-index: 0; 
}
.centrar_txt {
    position: relative;
    z-index: 1;
}
div#navigation102 {
    top: 90% !important;
}
img#prev102 { 
    left: 46%;	
    background: rgba(26,40,87,0.65);
}
img#next102 {
    right: 46%;
    background: rgba(26,40,87,0.65);	
}
#djslider-loader102 .djslider-default .slide-desc {
    top: 0 !important;
}
/*#djslider-loader102 .slide-desc-in {
    width: 100% !important;
}*/
#djslider-loader102 .slide-desc-text-default {
    padding: 0 !important;
}
#djslider-loader102 .djslider-in li {
    /*border-right: .5px solid #c9962a !important;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	/*width: 33.33% !important;*/
}
.servicios.cdrs_imagen:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.centrar_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 -20px;
}
 /* MODIFICAR ALTURA SLIDER SERVICIOS HOME ========================-->*/
#djslider-loader102 {
	width: 90% !important;
	max-width: 1200px !important;	
	overflow: visible !important;
    /*height: 351px !important;
    position: relative;
    padding-bottom: 0 !important;*/
}
/*#djslider-loader102>div, #djslider-loader102 .djslider {
    position: absolute;
    width: 100% !important;
    height: 100% !important;  
}
#djslider-loader102 .djslider-in {
    width: 100% !important;
	border-top: 1px solid #c9962a !important;
	border-left: .5px solid #c9962a !important;	
    border-bottom: .5px solid #c9962a !important;
	    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#djslider-loader102 .djslider-in, #djslider-loader102 .djslider-in li {
    height: 100% !important;
} */
/* termina MODIFICAR ALTURA SLIDER SERVICIOS HOME ========================-->*/  
#djslider-loader102 .slide-desc-text-default {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
#djslider-loader102 .slide-text {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important; 
}
.servicios.cdrs_imagen {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
	border: 1px solid #c9962a !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
 #djslider102{ 
    width: 100% !important;
}
 #djslider-loader102 .slide-desc-in {
    margin: 0;
    width: 100% !important;
}
#djslider-loader102 .djslider-default .slider-container {
	/*border: .5px solid #c9962a !important;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 
ul#slider102:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
/* CAMBIO DE SLIDERS CAMBIAR =======================================================================================================*/
.hide_in_600, #djslider-loader102, #djslider-loader92 {
    display: block;
}
.show_in_600, #djslider-loader124 {
    display: none;
}
/*SLIDER RESPONSIVO 600 ============================================================================================================*/
div#navigation124 {
    top: 90% !important;
}
img#prev124 { 
    left: 46%;	
    background: rgba(26,40,87,0.65);
}
img#next124 {
    right: 46%;
    background: rgba(26,40,87,0.65);	
}
#djslider-loader124 .djslider-default .slide-desc {
    top: 0 !important;
}
/*#djslider-loader102 .slide-desc-in {
    width: 100% !important;
}*/
#djslider-loader124 .slide-desc-text-default {
    padding: 0 !important;
}
#djslider-loader124 .djslider-in li {
    /*border-right: .5px solid #c9962a !important;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	/*width: 33.33% !important;*/
}
#djslider-loader124 {
	width: 90% !important;
	max-width: 1200px !important;	
	overflow: visible !important;
    /*height: 351px !important;
    position: relative;
    padding-bottom: 0 !important;*/
}
#djslider-loader124 .slide-desc-text-default {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
#djslider-loader124 .slide-text {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important; 
}
.servicios.cdrs_imagen {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
	border: 1px solid #c9962a !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
 #djslider124{ 
    width: 100% !important;
} 
 #djslider-loader124 .slide-desc-in {
    margin: 0;
    width: 100% !important;
}
#djslider-loader124 .djslider-default .slider-container {
	/*border: .5px solid #c9962a !important;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
ul#slider124:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}  
/* SLIDER SERVICIOS HOME CUSTOM 2222 ==============================================================================================================*/

div#navigation92 {
    top: 46% !important;
    text-align: right !important;
}
img#prev92 {
    /* left: 85%; */
    background: rgb(255 255 255 / 65%);
}
img#next92 {
    /* right: 4%; */
    background: rgb(255 255 255 / 65%);
}
div#mod_servicios  h2.titt {
    color: #fff;
    padding: 21px 1em;
    font-weight: 400;
    width: 33%;
    border-bottom: 3px solid #bc8929;
    margin: 0 auto 2em;
    text-transform: uppercase;
}
div#mod_servicios> div {
    display: flex;
}

div#mod_servicios h2, div#mod_servicios h2 a {
    text-align: center;
    color: #01173a;
}

div#mod_servicios h2.titt:after {
    width: 85%;
    height: 3px;
    background: #bc8929;
    position: absolute;
    bottom: -12px;
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
}
#djslider-loader92 .djslider-default .slide-desc {
    /* top: 0 !important; */
}
#djslider-loader92 .slide-desc-in {
    width: 100% !important;
    /* height: 100% !important; */
}
#djslider-loader92 .slide-desc-text-default {
    padding: 0 !important;
}
#djslider-loader92 .djslider-in li {
   /* border-right: .5px solid #c9962a !important;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	width: 100% !important;
}
 /* MODIFICAR ALTURA SLIDER SERVICIOS HOME ========================-->*/
#djslider-loader92 {
	width: 100% !important;
	/* max-width: 1200px !important; */
	overflow: visible !important;
	height: 436px !important;
	position: relative;
	padding-bottom: 0 !important;
}
#djslider-loader92>div, #djslider-loader92 .djslider {
    position: absolute;
    width: 100% !important;
    height: 100% !important;  
}

#djslider-loader92 .djslider-in {
    width: 100% !important;
    /* border-top: 1px solid #c9962a !important; */
    /* border-left: .5px solid #c9962a !important; */
    /* border-bottom: .5px solid #c9962a !important; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#djslider-loader92 .djslider-in, #djslider-loader92 .djslider-in li {
    height: 100% !important;
} 
/* termina MODIFICAR ALTURA SLIDER SERVICIOS HOME ========================-->*/  
#djslider-loader92 .slide-desc-text-default {
    position: absolute !important;
    width: 100% !important;
    /* height: 100% !important; */
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: flex;
    align-items: flex-end;
}
#djslider-loader92 .slide-text {
    position: relative !important;
    width: 75% !important;
    padding: 3em;
    margin: auto;
    display: block;
    /* height: 100% !important; */
    top: 0 !important;
    bottom: 0 !important;
    /* left: 0 !important; */
    background: #ffffffb3;
    right: 0 !important;
}
#djslider-loader92 .servicios.cdrs_imagen {
	position: relative !important;
    width: 33.33% !important;
    height: 100% !important;
    display: table-cell;
    vertical-align: middle;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border: 1px solid #c9962a !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
 #djslider92{ 
    width: 100% !important;
}
 #djslider-loader92 .slide-desc-in {
    margin: 0;
    width: 100% !important;
    display: flex;
    align-items: flex-end;
}
#djslider-loader92 .djslider-default .slider-container {
	/*border: .5px solid #c9962a !important;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 
ul#slider92:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
/*CUSTOM FORMULARIOS ======================*/
.formResponsive .formBody {
    display: block !important;
}
div#rsform_error_3 p, div#rsform_error_4 p {
    color: #ffffff !important;
}
/* CUSTOM TARJETAS DE SERVICIOS ==============================*/
.front h4 {
	background: rgb(128 43 38 / .8);
	padding: 17px;
	/* width: 85%; */
	/* margin-left: 15%; */
	margin-bottom: 0;
	font-size: 2em;
	font-style: italic;
	color: #c9962a;
	/* padding: 5px; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
.back:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,40,87,0.72);
    z-index: 0;
} 
.back .center { 
    z-index: 1;
}
/*#jcemediabox-popup-content {
    overflow: auto;
}*/
/* CUSTOM POPUPS MAPAS HOME ===============*/
.cont_mapa {
    width: 100% !important; 
}
.cont_mapa img.fullwidth, .fullwidth {
    width: 100% !important;
    height: auto;
} 
#jcemediabox-popup-caption a {
	position:relative;
    color: #1a2857 !important;
    font-size: .8em !important;
    font-weight: 800 !important;
	padding-left: 25px !important;
}
#jcemediabox-popup-caption a:before {
    content: '';
    position: absolute;
    color: #1a2857;
    top: 0; 
    left: 3px;
    width: 20px;
    height: 20px;
    background: url(/images/icon_zoom.svg) center center no-repeat;
    background-size: contain; 
}
.btns_contacto.ocultar_en_900 {
    display: inline-block !important;
}
.btns_contacto.mostrar_en_900 {
    display: none !important;
}
/* AJUSTES TARJETAS SERVICIOS 22-11-2019=======================*/
.flip-container .front:after  {
    background: rgba(26,40,87,0);
}
.flip-container .front h4 {
    margin-bottom: 0;
}
.flip-container .front .center {
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
}

.e-mailit_toolbox.square.size32 {
    position: fixed !important;
    top: 25% !important;
    right: 0;
}

div[class^=e-mailit_btn_] {
    display: block !important;
    margin: 0 !important;
}


div#fraseFooter {
    width: 90%;
    position: fixed;
    padding: 1em 0;
    bottom: 0;
    z-index: 1000000;
    /* background: #ddd; */
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}

div#fraseFooter p {
    color: #fff !important;
    font-size: 1.52em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}


.mod_frase  {
    /* background: #d39e0aad; */
    width: 40%;
    padding: 10px;
    /* margin-top: 15px; */
    /* margin-left: -100px; */
    /* padding-left: 80px; */
}
.mod_frase p {
    color: #fff;
}


p.animated.fadeinText {animation: fadeinText cubic-bezier(0, -0.04, 1, 0.99) 18s backwards;animation-iteration-count: infinite;}
@keyframes fadeinText
{
    from { 
         transform: translateX(100%); 
         opacity: 0;
            }
    to { 
         transform: translateX(0%); 
         opacity: 1;
            }
}




/******************** LANDING ASESORIA **********************/
.asesoria {
    background: #1a2857;
}
.asesoria .columna.col6 {
    display: flex;
}
.asesoria .columna.col6 img {
    margin-right: 10%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
h2.amarillo {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d39e0a;
    font-weight: 800;
    letter-spacing: 2px;
}
.asesoria .columna.col6 p {
    color: #fff !important;
}
.columnas.amarillo {
    background: #d39e0a;
    width: 100%;
    box-shadow: 0 0 9px 1px #00000040;
      padding: 0 20px;
      margin-bottom: 5em;
}
.columnas.amarillo .formSpan4 {
    border: 1px solid #fff;
    margin: 20px;
    /* max-height: 300px; */
    /* height: 300px; */
    width: 90%;
    padding-left: 0;
    padding-top: 0;
    padding: 30px;
      border-left: 50px solid #1a2857;
      z-index: 1;
}
.columnas.amarillo .rsform-block.rsform-block-horario label.formControlLabel {
    display: block;
    position: absolute;
    color: #fff;
    padding-top: 0;
    padding: 13px;
    font-family: cursive;
    font-family: 'Open Sans', cursive;
    z-index: -1;
}
.num {
	align-items: center;
	background: #1a2857;
	height: 298px;
	top: -3px;
	left: 0;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
}
.num p {
    padding: 6em 0;
    color: #fff;
    font-weight: bold;
}
.cont-col {
    margin: 0;
    width: 100%;
    height: 100%;
}
.pago {
    display: flex;
    margin: 20px 0;
}
.pago img {
    margin: 15px;
    margin-left: 0;
}
.pago p {
    margin: 0 20px;
    border: 1px solid #fff;
    padding: 10px;
    width: 30%;
    height: 30%;
    margin-left: 0;
}
.pago p img {
  margin: 0;
  width: 55px;
}
.columnas.amarillo h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.3;
      margin-bottom: 20px;
}
.columnas.amarillo .formResponsive .formControls label img {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #fff;
    padding: 7px;
}
.columnas.amarillo .formResponsive fieldset {
    display: flex;
}

.columnas.amarillo .formSpan4:nth-child(4) {
    margin-right: 0 !important;
}
.formSpan4:nth-child(2) {
    margin-left: 0 !important;
}
.columnas.amarillo h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 9px 0;
    background: #fff;
    color: #d39e0a;
    font-family: 'Open Sans', sans-serif;
}
.cont-col table {
    width: 100%;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    border-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.cont-col table td {
    padding: 7px 0;
    border-color: #fff;
}
.cont-col table td span {
    color: #1a2857;
    font-weight: bold;
    font-size: 1.2em;
}
.columnas.amarillo textarea, .columnas.amarillo input {
    background: none !important;
    box-shadow: none;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 10px !important;
}
.columnas.amarillo ::placeholder{
        color: #fff !important;
  font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
}
.columnas.amarillo button#Enviar {
    background: #1a2857;
    width: 100%;
    font-size: 1.2em !important;
}
.columnas.amarillo input[type="checkbox"], .columnas.amarillo input[type="radio"] {
    position: absolute;
    width: 48px !important;
    height: 48px;
    margin: 10px !important;
    text-align: center;
  opacity: 0;
}
.columnas.amarillo p.rsformVerticalClear {
    text-align: center;
  color: #fff !important;
}
.columnas.amarillo .formSpan4:nth-child(1):before, .columnas.amarillo .formSpan4:nth-child(2):before,
.columnas.amarillo .formSpan4:nth-child(3):before {
content: "";
    position: absolute;
    background-size: cover !important;
    width: 56px;
    height: 101%;
    top: -2px;
    left: -16%;
    bottom: 0;
}

.columnas.amarillo .formSpan4 {
    position: relative;
}
.columnas.amarillo .formSpan4:nth-child(1):before {
    background: url("../../../images/landing-asesoria/numeros-1.png") center no-repeat;
}
.columnas.amarillo .formSpan4:nth-child(2):before {
    background: url("../../../images/landing-asesoria/numeros-2.png") center no-repeat;
}
.columnas.amarillo .formSpan4:nth-child(3):before {
    background: url("../../../images/landing-asesoria/numeros-3.png") center no-repeat;
}
/***************** LANDING FUNDACION *******************/
.pag_fundacion .columnas {
    width: 100%;
}
img.borde {
    width: 30%;
    margin: 0 auto;
    border: 1px solid #d39e0a;
    padding: 0 90px;
}
.cont-amarillo {
    background: #d39e0a;
    box-shadow: 0 0 9px 1px #00000040;
    height: 500px;
}
input {
    background: none !important;
}
.cont-amarillo input, .cont-amarillo textarea {
    background: none !important;
    box-shadow: none;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.cont-amarillo ::placeholder{
        color: #fff !important;

}
.cont-amarillo  button#enviar {
    background: #1a2857 !important;
}
.cont-amarillo h2 {
    text-transform: uppercase;
    margin: 20px 0;
    color: #1a2857;
    font-weight: 600;
}
div#djslider131 .slide-text, div#djslider132 .slide-text, 
div#djslider137 .slide-text{
    border-bottom: 1px solid #c9962a;
    padding-bottom: 20px;
}

div#djslider131 .slide-text:before, div#djslider132 .slide-text:before,
div#djslider137 .slide-text:before{
content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #c9962a;
    width: 50%;
    bottom: -30px;
}
h2.tit-landing {
    text-align: center;
    color: #1a2857;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #c9962a;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 1.8em;
    width: 80%;
    margin-bottom: 2em;
}

h2.tit-landing:after {
    content: "";
    /* display: block; */
    position: absolute;
    border-bottom: 1px solid #c9962a;
    width: 50%;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
div#djslider-loader131 .djslider-default .slider-container:after,
div#djslider-loader132 .djslider-default .slider-container:after, 
div#djslider-loader137 .djslider-default .slider-container:after{
    content: "";position: absolute;
    background: #1a28579e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 }

div#djslider-loader131 .djslider-default .slider-container,
div#djslider-loader132 .djslider-default .slider-container,
div#djslider-loader137 .djslider-default .slider-container{
    position: relative;
}
div#djslider131 .slide-desc, div#djslider132 .slide-desc,
div#djslider137 .slide-desc{
    z-index: 1;
}
.pag_arrendamiento .columnas {
    width: 100%;
}
.pag_arrendamiento  h2.tit-landing {
    text-align: left;
    width: 100%;
}
.pag_arrendamiento  h2.tit-landing:after {
    left: 0;
      right: auto;
}
strong.amarillo {
    color: #d39e0a;
}
.columna.col8 ul.list {
    line-height: 1.5;
    color: #888;
    font-family: 'Open Sans', sans-serif;
}
.icon {
    border: 1px solid #d39e0a;
    padding: 23px;
}
.icon img.borde {
    border: none;
    background: #d39e0a;
    padding: 15px;
    width: 80%;
    box-shadow: 0px 0 6px #00000073;
}
.columnas.top {
    margin-top: 4%;
}
.columna.col4.icon {
    width: 25%;
}
.columnas.top .columna.col8 {
    padding-top: 0;
}
/******** BANNER INICIO 2020 *********/
div#djslider139 .cont-gral {
   /* background: rgb(32 36 61 / 82%);*/
    background: rgb(211 158 10 / .8);
    width: 50%;
    margin: 0 auto;
    height: 300px;
    box-shadow: 0px 0 8px rgb(0 0 0 / 77%);
    padding: 20px;
    z-index: 1000;
}
div#djslider139 li:nth-child(1) .cont-gral {
    background: rgb(211 158 10 / .8);
    width: 50%;
    margin: 0;
}
.cont-text.bg-amarillo {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cont-text.bg-amarillo p {
    color: #fff;
    font-size: 2em;
    font-style: italic;
}

.cont-text.bg-amarillo h2 {
    color: #01173a;
}
.cont-text img {
    width: 100%;
}
div#navigation139 {
    top: 90% !important;
    width: 130px;
    left: 80%;
}
.cont-text {
    border: 1px solid #d39e0a;
    height: 300px;
    width: 100%;
    text-align: center;
    display: inline-grid;
    align-items: center;
}
div#djslider139 {
    margin-top: 94px;
}
.cont-text h1 {
    text-align: center;
    align-items: center;
    font-size: 2.3em;
    padding: 20px;
}
div#btn-mapas .columnas {
    width: 90%;
    margin: 0 auto;
    height: auto !important;
    display: flex;
}
div#btn-mapas .columnas {
    margin: 0 auto;
}
div#btn-mapas .columnas .columna.col6 {
    padding: 0 30px !important;
}
div#btn-mapas .columna img, div#btn-mapas img.fullwidth {
    width: 55%;
}
.mod_redes .custom {
    display: flex;
    height: 100%;
}
header.header .wrapper {
  /* padding-top: 6em; */
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* height: 93px; */
}

header.header.woodheader .mod_frase {
    margin-top: -3px;
}
/** nuevos banner **/
div#djslider139, div#djslider139 li {
    height: 625px !important;
}
.cont-gral.derecha {
    float: right;
    height: 450px !important;
    margin-top: -8% !important;
    margin-right: -3% !important;
    width: 41% !important;
}
.cont-gral.izquierda {
    float: left;
    height: 450px !important;
    margin-top: -8% !important;
    margin-left: -3% !important;
    width: 41% !important;
}
.cont-gral.derecha .cont-text, .cont-gral.izquierda .cont-text {
    height: 445px;
}
.cont-text h1 span {
    color: #d39e0a;
    font-weight: 600;
}
.cont-gral.boton-text {
    padding: 0 !important;
    height: 240px !important;
}

.cont-gral.boton-text .btn {
    width: 93%;
    margin: -22px auto;
    padding: 20px !important;
}

.cont-gral.boton-text .cont-text {
    border: none;
    height: 240px;
}

.cont-gral.boton-text h1 {
    border: 1px solid #d39e0a;
    margin: 20px;
    height: 146px;
    border-bottom: 0;
    margin-bottom: -12px;
    padding-bottom: 0;
}
.cont-gral.ancho {
    width: 100% !important;
    margin-left: -15px !important;
}
h2.titt-sevicio {
    /* background: rgb(128 43 38 / .8); */
    padding: 17px;
    /* width: 85%; */
    /* margin-left: 15%; */
    margin-bottom: 0;
    font-size: 2em;
    /* font-style: italic; */
    /* color: #c9962a; */
}
div#botonesForm .custom div {
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    justify-content: space-between;
    /* margin-left: 2em; */
    width: 100%;
    border: 0;
    color: #d4a51f !important;
}

.ContFormularios {
    /* padding: 0 1.5em; */
    box-sizing: border-box;
    /* height: 100%; */
}

div#botonesForm .custom div.btns_contacto a {
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 13px;
    /* background: #d4a51f; */
}
div#botonesForm .custom div.btns_contacto a {
    color: #d39e0a;
    border: 2px solid;
    padding: 0;
}

div#botonesForm .custom div p {
    /* width: 47%; */
    /* margin: 0 10px 0 0; */
}

.btn-telefonos .custom {
    display: flex;
    width: 90%;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}

.btn-telefonos {
    background: #000c27;
    /* margin-top: 2em; */
}
.telefonos {
    display: flex;
    align-items: center;
}

.btn-telefonos .custom p {
    /* text-transform: uppercase; */
    color: #fff;
    /* font-style: italic; */
    font-size: 1.2em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-telefonos .custom p a {
    font-style: normal;
    margin-left: 1em;
    padding: 0 0 0 20px  !important;
    font-size: 1em !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#servicios-footer .custom {background-size: 75%;background-repeat: no-repeat;/*background: none !important;*/}

.columna.col8.servicios_foot h2 {
    color: #fff;
    width: 64%;
    font-size: 2.4em;
    border-bottom: 3px solid #c9962a;
    padding-bottom: 1em;
}

.columna.col8.servicios_foot {
    margin-bottom: 3%;
    margin-top: 3%;
}

.columna.col8.servicios_foot .columnas {
    background: #1a2857;
    margin: 0;
    width: 100%;
    display: flex;
    padding: 1em;
}
div#btn-mapas .columnas .indicaciones p {
    width: 18%;
    color: #fff;
    background: #d39e0a;
    text-align: center;
    padding: 10px 28px;
    box-shadow: 0px 0px 10px #00000061;
}

.columna.col3.aplicaciones {
    display: flex;
    /* background: #fff; */
    /* box-shadow: 0px 0px 10px #00000061; */
    width: 39%;
    padding: 0;
}

.columna.col3.aplicaciones img {
    margin:  auto;
    max-width: 100%;
}

.indicaciones {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}

div#btn-mapas {
    margin-bottom: 2em;
    margin-top: -2em;
    position: relative;
}

.columna.col8.servicios_foot .columnas .columna {
    width: 31%;
    text-align: center;
    border: 1px solid #fff;
    margin: 7px;
    padding: 0;
    float: none;
}

.columna.col8.servicios_foot .columnas .columna img {
    max-width: 130px;
    margin: 1em auto;
}

.columna.col8.servicios_foot .columnas .columna p {
    margin-bottom: 1em;
}
.columna.col8.servicios_foot .columnas:nth-child(2) {
    padding-bottom: 0 !important;
}

.columna.col3.all-s p {
    margin: 0 !important;
    height: 100%;
    box-sizing: border-box;
    align-self: center;
    display: flex;
}

.columna.col3.all-s {
    display: flex;
    background: #c9962a;
    border: 0 !important;
}

.columna.col3.all-s p a {
    align-self: center;
}
.columnas.copyright {
    width: 100%;
    max-width: 100%;
    background: #333;
    /* border-top: 7px solid #fff; */
}
div#servicios-footer .custom:before {
    background: url(/testsites/juridico/images/imagenes-contacto.jpg);
    content: "";
    width: 70%;
    height: 91%;
    display: block;
    position: absolute;
    top: 0;
    background-size: cover;
}

div#servicios-footer .custom:after {
    width: 70%;
    height: 91%;
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(0 0 0 / 64%);
    top: 0;
}

div#servicios-footer .custom {
    position: relative;
}

div#servicios-footer .columnas {
    position: relative;
    z-index: 10;
}
footer h3 {
    font-family: 'Open Sans';
    margin-bottom: 1em;
    letter-spacing: 2px;
}
.columnas.copyright .columna {
    padding: 10px 0;
}

.columnas.contFooter .columna {
    padding-left: 0;
}
.colIzq {
    width: 39%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.colCentro {
    width: 28%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}
.colCentro .flip-container, .colCentro .front, .colCentro .back {
    height: 264px;
    margin-bottom: 1em;
}

.colDerecha {
    width: 33%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.pag_servicios .wrapper:after {
    clear: both;
    display: block;
    content: "";
    position: initial;
}.item-page.pag_servicios .wrapper {
    padding: 0;
}
.colizq {
    padding: 1%;
    float: left;
    width: 42%;
}
.owl-nav.disabled {
    display: block !important;
    
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    opacity: 1;
}
.cont_direcc.direccion p {
    /* display: flex; */
    margin-top: 1em;
}
.grup-iconos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 88%;
    margin: 1em auto 0;
}

.icon-nosotros p {
    margin: 0 !important;
    padding: 3px 0 !important;
    color: #061f5c;
    font-weight: 800;
}

.icon-nosotros {
    border: 1px solid #d59e0f;
    width: 33%;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    HEIGHT: auto !important;
    background-image: none !important;
}

.icon-nosotros img {
    max-width: 75px !important;
    max-height: 50px;
    object-fit: contain;
    margin: 0 auto !important;
}
div#mod_casos .custom {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.experiencia, .casos, .abogados {
    text-align: center;
    width: 29%;
    border: 1px solid #ddd;
}

div#mod_casos {
    margin-bottom: 4%;
}

div#mod_casos p {padding: 5% 20%;text-align: center;min-height: 65px;align-items: center;display: flex;justify-content: center;}

.experiencia h4 {
    margin: 0;
    padding: 3%;
    background: #c9962a;
    color: #fff;
    font-size: 2em;
}

div#mod_casos h4 {
    color: #fff;
    font-size: 2em;
    padding: 5%;
    margin: 0;
    text-align: center;
}
.counter-number:before {
    content: "+ de";
    color: #fff;
    font-size: 1.5em;
    margin-right: 10px;
    /*margin-right: 37px;*/
}
/*p.counter-number:after {
    content: "de";
    position: absolute;
    color: #fff;
    font-size: 24px;
    left: 0;
    /* right: 0; */
    top: 6%;
    bottom: 0;
    width: 67%;
    margin: 0 auto;
    height: auto;
}*/
div#skillset-skillsets0-148 .counter-number {
    background: #c9962a;
}

div#skillset-skillsets1-148 .counter-number {
    background: #000000;
}

div#skillset-skillsets2-148 .counter-number {
    background: #7d0204;
}
.ContFormularios h4 {
    font-size: 1.42em;
    line-height: 1.4;
    font-family: 'TeXGyrePagella-Regular';
    font-style: italic;
    margin-top: 9% !important;
    text-align: center;
}

.btns_contacto.facebook {
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 0;
    background: #d39e0a;
    margin: 1em 0;
    color: #fff !important;
}

.btns_contacto.facebook a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}
.btn-telefonos .custom p a img {
    max-width: 37px;
    position: relative;
    z-index: 100;
  	animation: spin 1000ms linear infinite;
    transform-style: preserve-3d;
}
.contTextServ .columnas {
    width: 100%;
}
.telefonos a:hover {
    background: none !important;
}
.contTextServ .columnas .columna.col6 {
    padding-left: 7px;
}
p.counter-number {
    background: #7d0204;
    font-family: 'TeXGyrePagella-Regular';
}

.counter-sub-container>div {
    width: 33% !important;
    flex: 0 0 33%;
}

div#jd_skillset148 {
    width: 90%;
    margin: 0 auto;
    max-width: 1230px;
}

.jd-row .counter-text-container {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #ddd;
}
.custom.whats_helper p {
    line-height: 0;
}
.item-page.pag_servicios .columna.col8.servicios_foot {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
    background: #1a2857;
}

.item-page.pag_servicios .columnas {
    padding: 0 !important;
    margin: 0;
    width: 100%;
}

.item-page.pag_servicios .columna.col8.servicios_foot h2 {
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto 1em;
}

.item-page.pag_servicios .columna.col8.servicios_foot .columnas {
    justify-content: center;
}
.pag_servicios h2 {
    color: #000 !important;
}

.pag_servicios .columna.col8.servicios_foot {
    width: 100%;
    padding: 30px 0;
}
.item-page.pag_servicios .columna.col8.servicios_foot {
    width: 100%;
    margin: 5% 0 !important;
    background: none;
}
.pag_servicios .columna.col8.servicios_foot .columnas {
    width: 98%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px !important;
}

.ocultar {
    display: none;
}
.item-page.pag_internacional .columnas {
    width: 100%;
}
marquee span {
    color: #fff;
    padding: 0 6% 0 0;
}
marquee span {
    margin-left: 5% !important;
}

/*ANIMACIONES*/
.mod_redes .fa-phone, .mod_redes .fa-whatsapp {

   -webkit-animation:spin 700ms linear infinite;
  animation: spin 1000ms linear infinite;
transform-style: preserve-3d;
}

@-webkit-keyframes spin 
{
  100% { -webkit-transform: rotateY(360deg); }
}

@keyframes spin 
{
  100% { transform: rotateY(360deg); }
}
.mainmenu>ul>li>ul>li>a {
    padding: 3px 14px!important;
    max-width: 100%;
}
.columnas.tarjetas_credito img {
    max-height: 35px;
    object-fit: contain;
    display: inline-block;
    /* width: 50%;*/
}
/********* FOOTER INTERNAS *******/
div#footer-servicios {
    background: url(../../../images/bg_gris_contacto.png) center bottom no-repeat;
    background-size: cover;
    /*padding: 3% 0;*/
}
div#footer-servicios .cont-internas {
    background: #fff;
    padding: 0% 0;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    /* box-sizing: border-box; */
    position: relative;
    /* box-shadow: 0px 1px 10px rgb(51 51 51 / 40%); */
}

div#footer-servicios .cont-internas:before {
    display: block;
    position: absolute;
    width: 97%;
    height: 95%;
    border: 2px solid #c9962a;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.columnas.tarjetas_credito .columna {
    padding: 0;
    text-align: center;
    width: 25%;
}
div#articulo_blog .wrapper {
    /* display: flex; */
}

div#articulo_blog .sidebar-der a {
    color: #333;
    padding: 0;
    line-height: 1.3em;
    font-family: 'Open Sans';
  	display: flex;
    align-items: center;
}
div#articulo_blog .sidebar-der a img {
    width: 19%;
    margin-right: 10px;
}
div#articulo_blog .sidebar-der li {
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

div#sidebar-der {
    margin-right: 2em;
}

div#articulo_blog .sidebar-der li:hover {
    background: #ddd;
}

/*div#sidebar-der ul {
    padding: 1em;
    box-shadow: 0px 0px 10px #ccc;
}*/

div#articulo_blog {
    margin-top: 5%;
      margin-bottom: 5%;
}

div#sidebar-der h2 {/* content: "Todos los servicios"; */display: block;background: #c8952a;color: #fff;padding: 15px;font-size: 1.3em;}

div#articulo_blog .sidebar-der li.current {
    background: #ddd;
}
div#sidebar-der {
    width: 23%;
    display: inline-block;
}

.item-page.pag_servicios {
    width: 73%;
    display: inline-block;
    vertical-align: top;
}
 section.contacto .columna.col3:last-child img {
    width: 100%;
    padding: 0;
}
 section.contacto .columna.col3:last-child .col3 {
    width: 25%;
}
 section.contacto .columna.col3:last-child img {
    width: 100%;
    padding: 0;
}
section.contacto .columna.col3:last-child {
    width: 48%;
}
/************
AJUSTES LANDINGS
********************/
.page-content .bg_amarillo h2 {
    font-size: 2em;
}

.page-content .bg_amarillo p {
    font-size: 1em;
}

.page-content .slide-desc {
    display: flex;
    align-items: center;
}

.page-content a.btn {
    color: #fff;
    margin-top: 1em;
    font-size: 1em !important;
    background: none;
    margin-left: 18px;
}
.page-content p.counter-title {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rspbld-page ul li {
    color: #888;
    margin-left: 2.2em;
    /* list-style: none; */
    font-family: 'Open Sans';
    /* padding-left: 1em; */
}
.secc_testimonios_land {
	width: 90% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
    left: 0 !important;
    right: 0 !important;
    float: none !important;
}
.columna.col6.conTestimonio p {
    color: #fff;
}
.secc_testimonios p {
    text-align: center;
    line-height: 1.45;
    color: #888;
}
.secc_faqs {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto !important;
}

.accordion-group {
    border: 0 !IMPORTANT;
    box-shadow: none !important;
}

.rspbld-accordion .accordion-heading .accordion-toggle:hover, .rspbld-accordion .accordion-heading .accordion-toggle:focus {
    text-decoration: none;
}

.rspbld-accordion .accordion-inner {
    text-align: left;
    border: 0;
    padding: 0;
    font-family: 'Open Sans';
    color: #888;
    line-height: 1.3;
    box-shadow: none;
  padding: 20px;
}
.secc_contac {
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: left;
    background: #fff;
    padding: 5%;
    box-sizing: border-box !important;
    position: relative;
}
.secc_contac:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 96%;
    height: 93%;
    margin: auto;
    position: absolute;
    border: 2px solid #d39e0a;
}

.row-fluid.animation-container.secc_contacto {
    background-size: contain !IMPORTANT;
    background-repeat: repeat !IMPORTANT;
    padding: 6% 0;
}

.rspbld-module.landing_contact .columnas {
    width: 100%;
}

.columnas.tarjetas_credito .col3 strong {
    display: block;
    text-align: center;
    margin: .5em 0;
}

.columnas.tarjetas_credito .col3 .columnas.tarjetas_credito .col3 img {
    width: 100%;
    /* margin-top: .4em; */
}

.columnas.tarjetas_credito .columna:nth-child(3) {
    width: 50%;
}

.columnas.tarjetas_credito .col3 .columnas.tarjetas_credito .col3 {
    width: 25%;
}
.secc_estacionamiento {
    background: #09225e;
}

.secc_estacionamiento a.btn {
    margin: 0;
    padding: 0 !important;
    padding-left: 1em !important;
}

.secc_estacionamiento p {
    color: #fff;
}

.secc_estacionamiento img {
    max-width: 31px;
}
.cel p {
    margin-left: 5px;
}

.columnas.btn-call {
    margin: 0 -10px;
    display: flex;
    width: 104%;
}

.columnas.btn-call .col6 {
    padding: 0;
    margin: 1em;
    font-size: 80%;
    width: 50%;
    text-align: center;
}

div#footer-servicios .cont-internas > .columnas {
    width: 100%;
}
.cel p {
    margin-left: 14px;
}

.columnas.btn-call {
    margin: 0 -10px;
    display: flex;
    width: 100%;
}
.cont-internas .columnas.btn-call .col6 {
    background: #c9962a;
    padding: 0;
    margin: 0;
}

.cont-internas .columnas.btn-call .col6:nth-child(1){
    border-right: 8px solid #fff;
}
.columnas.btn-call .col6 {
    padding: 0;
    margin: 1em;
    font-size: 80%;
    width: 50%;
    text-align: center;
}

div#footer-servicios .cont-internas > .columnas {
    width: 96%;
}
.columnas.tarjetas_credito {
    margin: 0;
    width: 100%;
}

.columnas.logo_tarjetas_credito img {
    width: 100%;
}

.columnas.logo_tarjetas_credito .col3 {
    width: 25% !important;
}

.columnas.logo_tarjetas_credito {
    width: 100%;
}
/****CAMBIOS 2021 SERVICIOS****/
.item-page.pag_servicios_gral {
    width: 100%;
}

.item-page.pag_servicios_gral .wrapper {
    width: 100%;
}
/****BLOG****/
.blog.pag_blog {
    width: 72%;
    display: inline-block;
    vertical-align: top;
}

.blog.pag_blog img {
    width: 100%;
}
p.readmore {
    display: block;
    background: #c8952a;
    color: #fff;
    padding: 5px 10px;
    margin: 1em 0;
    text-align: center;
}
.item {
    position: relative;
    width: 41%;
    display: inline-block;
    margin: 0 1em 1em;
    padding: 10px;
    box-shadow: 0px 1px 17px #0000002b;
}
.img-intro-left {
    height: 180px;
    width: 93%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}

.img-intro-left img {
    height: 100%;
    object-fit: cover;
}
.item h1 {
    /* background: #6f6f6f; */
    font-size: 1em;
    padding: 10px;
    /* position: absolute; */
    width: 98%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin-top: 190px;
    font-weight: 800;
    border-bottom: 1px solid #c8952a;
}
.item-page.pag_blog {
    WIDTH: 73%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10%;
}

h1.art-postheader a {
    color: #001739;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}

h1.art-postheader a:after {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background: #c8952a;
    position: absolute;
    bottom: -28px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.item h1.art-postheader a:after {
    display: none;
}
.item-page.pag_blog img {
    width: 100%;
    margin: 1em auto;
}
.item h1.art-postheader a {
    color: #12143d !important;
    margin-bottom: 0;
}
div#btn-tel-0743 p {
    margin-left: 25px;
}
.item .art-article {
    height: 70px;
    margin: 20px 0;
}
.art-postcontent.clearfix p {
    margin-bottom: 10px;
    line-height: 1.8;
}

/*** nuevos landing ***/
.secc_contacto {
    padding: 0 !important;
}
.secc_contac {
    padding: 20px !important;
}
.secc_estacionamiento p {
    color: #fff !important;
}
.secc_contac a.btn {
	height: 100% !important;
    padding: 20px !important;
    margin: 0;
    width: 100%;
    font-size: 1em !important;
    line-height: 1.3;
    padding-bottom: 11px !important;
}
.secc_contac .columnas.btn-call .columna.col6:nth-child(1) {
    border-right: none;
}

.secc_contac p {
    width: 100%;
}
.secc_contac .columnas.btn-call .columna.col6 {
    padding: 0 !important;
    margin: 2px;
}
.columnas.btn-call {
    margin: 10px 0;
}
.secc_contac .columnas.btn-call .columna.col6:last-child {
    margin-left: 20px;
}
.rspbld-page h1 {
    margin-bottom: 20px;
    /* border-bottom: 1px solid #061f5c; */
    padding-bottom: 10px;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
}
.rspbld-page p {
    color: #444;
}
.rspbld-page li {
    color: #444 !important;
}
.rspbld-image img {
    height: 70vh;
    object-fit: cover;
}

/*ul.nav-child.unstyled.small img {
    display: none;
} */

/**** video ****/
.video_banner {
    width: 100%;
    margin-top: -16%!important;
    /*height: 640px !important;*/
}
.slide-desc-bg-default {
    background: none !important;
}
#mute-video {
    position: absolute;
    color: #fff;
    font-size: 2em;
    opacity: .7;
    right: 15%;
    /* left: 0; */
    bottom: 40%;
    cursor: pointer;
    z-index: 100023;
}
.fa-volume-mute.audio:before {
    content: "\f028";
}
i#mute-video:before {
    content: "\f026";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.audio:before {
    content: "\f028" !important;
}

/**** nuevos 03/08/21 ****/
.rspbld-accordion .accordion-heading {
    margin: 0;
}
.rspbld-accordion h2.rspbld-title {
    margin-bottom: 1em;
}
.secc_testimonios {
    padding: 20px;
}
.secc_testimonios .slide-text {
    width: 80%;
    margin: 0 auto;
}
.secc_testimonios a {
    color: #061f5c;
    font-weight: 600;
}
.secc_testimonios .djslider-default .slider-container, 
.secc_testimonios .djslider-default .slider-container li, 
.secc_testimonios .djslider-default .slider-container ul {
    width: 100%;
    margin: 0 auto;
}
.secc_testimonios .slide-desc-text.slide-desc-text-default {
    width: 80%;
    margin: 0 auto;
}
.col6 iframe {
    width: 100%;
}

span.active {
    padding: 10PX;
}

.pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
}

.pagination a {
    color: #000;
    padding: 10px;
}

p.counter {
    margin-bottom: 15px;
}
.span6.duration-500 {
    margin: 0;
}
.rspbld-text-block {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
}
div#navigation139 {
    padding-top: 0 !important;
}
.pag_nosotros .columna.col6:nth-child(1) {
    padding-left: 0;
}
ol.list {
    color: #888;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
        margin-left: 6%;
}
ol.list ::marker {
    color: #d39e0a;
    font-weight: 800;
}
select#llamar {
    width: 100%;
}
.rsform-block.rsform-block-llamar label.formControlLabel {
    display: block !important;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.banner_interior .custom {
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 18px 0;
    margin-top: 10%;
   }
.cont_direcc.direccion p {
    width: 55%;
}

.contfollow {
    margin-left: 1em;
}

div#mod_mapa iframe {
    height: 100%;
}
section.contacto h2 {
    color: #fff;
    border-bottom: 3px solid #d39e0a;
    padding: 1em;
}

section.contacto h2:after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: #d39e0a;
}
section.contacto h2 {
    color: #fff;
    border-bottom: 3px solid #d39e0a;
    padding: 1em;
}

section.contacto h2:after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: #d39e0a;
}

.copyright .wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.columnas.copyright {
    background: #eee;
}
div#botonesForm {
    position: relative;
}
.contfollow a:hover {
    color: #fff;
}
.telefonos a {
    padding: 0 5px;
}
/*** blog nuevos ***/
article.art-post .items-more {
    display: none;
}
div#articulo_blog div#sidebar-der {
    box-shadow: 0px 0px 10px #ccc;
    padding: 1em;
    width: 21%;
}

div#articulo_blog div#sidebar-der .custom p {
    display: none;
}

ul.breadcrumb {
    background: #f1f1f1;
    display: flex;
    padding: 20px;
    list-style: none;
}

ul.breadcrumb li a {
    color: #000000 !important;
}

ul.breadcrumb span.divider {
    padding: 0 10px ;
}

ul.breadcrumb li.active {
    color: #c8952a !important;
    font-weight: 600;
}

label.element-invisible {
    display: none;
}

input#mod-search-searchword203 {
    width: 90%;
    margin: 10px 0;
    box-shadow: none;
    border: 1px solid #444;
    padding: 5px;
}

.art-postcontent.clearfix .search form#searchForm {
    margin-top: 3em;
}
.searchintro p strong {
    color: #000c27;
    font-size: 1.5em !important; 
}
/***FEB 2025***/
li.item-329.active.deeper.parent > a {
    background: #c8952a !IMPORTANT; 
    font-size: 1.4em;
    padding:10px !IMPORTANT;
}
li.item-329.current.active.deeper.parent {
    BACKGROUND: NONE ! IMPORTANT;
    padding: 0 !IMPORTANT;
}
li.item-329.active.deeper.parent {
    padding: 0 !IMPORTANT; 
}

li.item-329.active.deeper.parent:hover {
    background: none !IMPORTANT; 
}

/**ABR 2025**/
.relacionados {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
div#relacionados li {
    position: relative;
    width: 33%;
    display: inline-block;
    margin: 0 10px;
    padding: 10px;
    box-shadow: 0px 1px 17px #0000002b;
}

div#relacionados .mod-articles-category-readmore a {
    display: block;
    background: #c8952a;
    color: #fff !important;
    padding: 5px 10px;
    margin: 1em 0;
    text-align: center;
    min-height: auto;
}

ul.category-module.mod-list {
    display: flex;
    margin-top: 3em;
}

a.mod-articles-category-title {
    color: #12143d !important;
    margin-bottom: 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #c8952a;
    font-weight: 800;
    padding-bottom: 9px;
    min-height: 40px;
    margin-bottom: 1em;
}

p.mod-articles-category-introtext {
    min-height: 102px;
}

/*** quiero que me llamen ***/

.pag_llamen .rsform-block-titulo {
    font-weight: 700  !important;
}

.pag_llamen .rsform-block label {font-size: 20px;width: 100% !important;}

.pag_llamen select, .pag_llamen textarea, .pag_llamen input {
    border: 1px solid #eeeeee !important;
    margin: 30px 0  !important;
}

.pag_llamen input {
    box-shadow: none !important;
}
.item-page.pag_llamen {
    padding: 2em;
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    box-shadow: 0 0 11px #33333354;
    border-radius: 10px;
}

.pag_llamen input {
    box-sizing: border-box;
    width: 76% !IMPORTANT;
}

input#Nombre, select#Medio, input#telefono, input, textarea#Mensaje, select#CUANDO, input#Correo {
    box-sizing: border-box !IMPORTANT;
    height: 58px;
}


label.formControlLabel {
    width: 100% !important;
}