/*nav*/

.fullmenu {
	display: none;
	position: fixed;
	width: 34%;
	min-width: 300px;
	height: 74%;
	left: -100%;
	/* margin-bottom: 10%; */
	top: 90px;
	text-align: center;
	/* background: #000; */
	overflow: scroll;
	z-index: 10000;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	/*background: #d39e0a;
	background: -webkit-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 20%, rgba(211, 158, 10, 0.7) 20%);
	background: -o-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 20%, rgba(211, 158, 10, 0.7) 20%);
	background: -moz-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 20%, rgba(211, 158, 10, 0.7) 20%);
	background: linear-gradient(to right, rgba(255, 255, 255, .9) , rgba(255, 255, 255, .9) 35%, rgba(211, 158, 10, 0.9) 35%);*/
	background: #FFFFFF;
}
.fullmenu img { 
	opacity: 1;
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0; 
	width: 50%;
	max-width: 319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/

	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/

	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -4px;
	margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
	padding-top: 62px;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin: .3em 0;
	/* font-family: 'Segoe UI', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #c9962a;
	font-size: 1.2em;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #000; */
	padding-left: 40px;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	background: #001f5b;
	color: #fff;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #FCA503; */
}
.fullmenu>ul>li>ul>li a {
    display: flex !important;
    align-items: center;
}

.fullmenu>ul>li>ul>li img {
    width: 18%;
}
/*termina nav*/



/*lines button*/



button.lines-button {
	display: none;
	position: fixed;
	top: 48px;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: #d39e0a;
	border: 0;
	z-index: 10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/*termina lines button*/



div#layerslider_1 ,
.ls-inner ,
.ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
}


@media screen and (max-width:1920px) {
.mod_frase {
    /* background: #d39e0aad; */
    /* width: 180%; */
    /* padding: 10px; */
    /* margin-top: 0px; */
    /* margin-left: -36%; */
    /* padding-left: 20% !important; */
}
div#djslider139 {
    margin-top: 5%;
}
}

@media screen and (max-width:1600px) {
.ls-inner {
    margin-top: 7% !important;
}
.mod_frase {
    /* padding-left: 36% !important; */
}
div#djslider139 {
    margin-top: 93px;
}
}


@media screen and (max-width:1450px) {
div#layerslider_1{
    font-size: .9em;
}
#djslider-loader92 {
    height: 430px !important;
}
.video_banner {
    margin-top: -8% !important;
}
div#djslider139 .slide-desc-text-default {
    padding: 0;
    top: 26% !important;
}
.item-page.pag_inicio:after {
    top: 30%;
}
}
@media screen and (max-width:1366px) {
.celsNum {
    margin: 0 0 1px;
}
/*.video_banner {
    margin-top: -13% !important;
}*/
.cel:after {
    width: 22%;
}
	.bg_amarillo p {
    font-size: 1.6em;
}
.slide-desc-text-default {
    padding: 0;
}
.cont-text.bg-amarillo h2 {
    font-size: 3.5em;
}
div#djslider139, div#djslider139 li {
    height: 600px !important;
}
.djslider-loader-default {
    padding-bottom: 0 !important;
}
  p.ls-l.text_desp, p.ls-l.text_desp2 {
    margin: 0 auto;
    left: 359px !important;
}
.mainmenu ul li a {
    font-size: .9em;
}
.banner_interior .slide-text h2 {
    font-size: 3em;
}
.item-page.pag_inicio:after {
    top: 27%;
}
}
@media screen and (max-width:1280px) {
header.header .mainmenu ul li a {
    padding: 40px 4px 20px 10px;
    font-size: .95em;
}
img#prev102 {
    left: 45%;
    background: rgba(26,40,87,0.65);
}
}
@media screen and (max-width:1247px) {
.btns_contacto a {
    font-size: 1em;
}
#servicios-footer .custom {
    background-size: 72%;
}
div#botonesForm .custom div.btns_contacto a {
    padding: 0;
}
header.header.woodheader .mainmenu ul li a {padding: 0 10px 010px;}
div#mod_servicios .custom {
    max-width: 96% !important;
}

#djslider-loader92 .slide-text {
    width: 91% !important;
    margin-left: 9%;
}
.item-page.pag_inicio:after {
    top: 23%;
}
img#prev92 {
    left: 80%;
    background: rgb(255 255 255 / 65%);
}
header.header .mainmenu ul li a {
    padding: 40px 10px 20px 10px;
}

/*iv#djslider139 {
    margin-top: 98px;
}*/

.cont-text.bg-amarillo {
    height: auto;
}

div#djslider139 li:nth-child(1) .cont-gral {
    height: auto;
}
}
@media screen and (max-width:1200px) {
  div#layerslider_1 ,
.ls-inner ,
.ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
}
.item-page.pag_inicio:after {
    top: 30%;
}
.back p {
    font-size: .7em;
}
.mainmenu {
	display: none;
}
.fullmenu {
	display: block;
}
button.lines-button {
	display: block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
}
.lines:before,  .lines:after {
	width: 40px;
	height: 4px;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 40px;
}
.header, header.header.woodheader {
	/* height: 93px; */
	/* background: #d39e0a; */
}
.logo, header.header.woodheader .logo {
    top: 0;
    width: 200px;
    height: 90px;
    padding: 10px;
    background: #FFFFFF;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.logo:after {
    /* content: ''; */
    position: absolute;
    top: 0;
    right: 100%;
    width: 700px;
    height: 100%;
    background: #FFFFFF;
}
div#banner_interior, div#banner_interior_clientes {
    margin-top: 90px;
}
.mod_redes, header.header.woodheader .mod_redes {
    top: 0;
    margin-right: 39px;
    /* position: absolute; */
}
.mod_redes .cel {
    /* margin: 25px 0; */
    display: inline-flex;
    vertical-align: middle;
}
header.header.woodheader .mod_redes p {
    font-size: 1em;
    line-height: 1.45;
}
.flip-container .flipper .back .center{
    font-size: .9em;
}
.flip-container .flipper .back .center a.btnPlus {
    color: #c8952a;
    background: #fff;
    border-radius: 50%;
    padding: 0px 6px 2px;
}
.flip-container .flipper .back .center a.btnPlus .fa {
    font-size: .8em;
}
/*SLIDER INICIO==============*/
img#img_logo1, img#esconder {
    left: 1% !important;
    width: 65% !important;
}
img#tranquilidad {
    top: 486.9px !important;
    left: 8% !important;
    width: 50% !important;
}
}
@media screen and (max-width:1100px) {
.banner_interior .slide-text h2 {
    font-size: 2.8em;
}
.pag_internacional a.btn{
    font-size: 1.4em !important;
} 
.descripcion_cont .tituloSec {
    font-size: 1.5em !important;
    line-height: 127%;
}
/*SLIDER INICIO ================*/
#txt_con_amplios {
    top: 387.16px !important;
    left: 240px !important;
}
#txt_resolvemos  {
    top: 435.28px !important;
    left: 240px !important; 
}
#txt_vives {
    left: 295.5px !important;
    font-size: 3.5em !important;
}
#txt_te_apoyamos {
    left: 249px !important;
    font-size: 1.7em !important;
}
#txt_de_forma {
    top: 432.3px;
    left: 367.5px !important;
    font-size: 1.7em !important;
}
img#img_logo1, img#esconder {
    width: 57% !important;
}
img#tranquilidad {
    width: 47% !important;
}
img#prev102 {
    left: 44%;
}
img#next102 {
    right: 44%;
}
img#prev92 {
    left: 45%;
}
img#next92 {
    right: 45%;
}

}
@media screen and (max-width:1024px) {
	
	div#djslider103, ul.djslider-in > li, div#djslider104, ul.djslider-in > li, div#djslider105, ul.djslider-in > li, div#djslider106, ul.djslider-in > li {
    height: 363px !important;
}
 /* .header {	background: -webkit-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 34%, rgba(211, 158, 10, 0.7) 34%);
	background: -o-linear-gradient( right, rgba(255, 255, 255, 0.70) , rgba(255, 255, 255, 0.7) 34%, rgba(211, 158, 10, 0.7) 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, 0.9) 34%);
}*/
p.ls-l.text_desp, p.ls-l.text_desp2 {
    margin: 0 auto;
    left: 290px !important;
}
/*cambios OCTUBRE*/

.mainmenu ul li a {
    padding: 0 11px 20px 5px;
}
.slide-desc-in {
    margin: 0;
    width: 94%;
}
div#slider-container92 {
    width: 90%;
}
.servicios {
    width: 32%;
}
img#prev92 {
    left: 45%;
}

img#next92 {
    right: 45%;
}
.conText, .conImg, .ContFormularios {
    width: 48%;
}
.formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"] {
    font-size: 1.4em !important;
}
div#banner_interior .slide-desc-in {
    margin: 0 auto;
}

.item-page.pag_nosotros .columnas, .item-page.pag_internacional .columnas {
    width: 100% !important;
    margin: 0 -33px !important;
}

.front h4 {
    font-size: 1em;
} 
div#banner_interior h2, div#banner_interior_clientes h2 {
    font-size: 3em;
}
div#djslider100 {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 306px;
}
div#contacto .columna {
    padding: 10px;
}

div#contacto .columnas {
    width: 100%;
}
.mod_redes, header.header.woodheader .mod_redes {
    top: 0;
    right: 42px;
    margin-right: 30px !important;
}
.mod_frase {
    margin-top: 0;
}
 /* ALTURA SLIDER INTERNACIONAL Y clientes por ID =====================-->*/
#djslider-loader109, #djslider-loader110 {
    height: 300px;
    width: 100% !important; 
    overflow: hidden;
    position: relative;
 }
#djslider-loader109>div, #djslider-loader109 .djslider, #djslider-loader110>div, #djslider-loader110 .djslider {
    position: absolute;
    width: 100% !important;
    height: 100% !important;  
}
#djslider-loader109 .djslider-in, #djslider-loader109 .djslider-in li, #djslider-loader110 .djslider-in, #djslider-loader110 .djslider-in li {
    height: 100% !important;
    /* width: 100% !important; */
}
.banner_interior .djslider-in li img{
    height: 100% !important;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
}
/* termina ALTURA SLIDER INTERNACIONAL Y clientes ========================-->*/
div#djslider139, div#djslider139 li {
    height: 470px !important;
}
.item-page.pag_inicio:after {
    top: 16%;
}
} 
@media screen and (max-width:1000px) {
.item-page.pag_servicios .bg_azul_servicios {
    height: 1355px;
}
.columnaServicios.columnas .col7>.col3 {
    width: 100%;
    padding: 0 5px 5px 5px;
}
.columnaServicios.columnas .col5 {
    width: 100% !important;
}
/*SLIDER INICIO =============*/
#txt_vives {
    left: 225.5px !important;
} 
#txt_de_forma {
    left: 295.5px !important;
}
#txt_te_apoyamos {
    left: 188px !important;
    font-size: 1.7em !important;
}
}
@media screen and (max-width:950px) {
img#prev92 {
    left: 44%;
}
img#next92 {
    right: 44%;
}
}
@media screen and (max-width:930px) {
.columnaServicios.columnas {
    height: 600px !important;
}
}
@media screen and (max-width:900px) {
.btns_contacto {
    width: 45%;
    margin: 0 3% 24px 0 !important;
}  
  p.ls-l.text_desp, p.ls-l.text_desp2 {
    margin: 0 auto;
    left: 190px !important;
    font-size: 1.7em !important;
}
p.ls-l.text_desp2 {
        width: 40% !important;
}
.mainmenu ul li a {
    font-size: .8em;
}
div#contacto .columnas {
    width: 100%;
    margin: 0 auto !important;
}
div#contacto .columna {
    padding: 15px 4px;
}
div#contacto .columnas.tarjetas_credito {
    margin: 0 -10px;
}
div#contacto .columnas.tarjetas_credito .columna {
    padding: 10px;
}
div#contacto .columnas.tarjetas_credito .columna img {
    max-width: 176px;
    max-height: 100% !important;
}
.item-page.pag_servicios .bg_azul_servicios {
    height: 1425px; 
}
.columnaServicios.columnas {
    height: 621px !important;
}
.hide_in_900 { 
   display:none !important;
} 
.show_in_900 {
   display:block !important;
}
a.btn, .btn {
    font-size: 1.5em !important; 
}
div#mod_testimonios .conImg {
    margin-top: 0;
	display: inline-block;
    vertical-align: bottom;
}
.btns_contacto.ocultar_en_900 {
    display: none !important;
}
.btns_contacto.mostrar_en_900 {
    display: inline-block !important;
}
}

@media screen and (max-width:850px) {
#txt_te_apoyamos {
    left: 15% !important;
    width: 70% !important;
}
#txt_de_forma {
    left: 27% !important;
}
#txt_vives {
    left: 20% !important;
}
  p#txt_beneficios {
    font-size: 2.5em;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
}
}
@media screen and (max-width:810px) {
.pag_internacional a.btn{
    font-size: 1.2em !important;
}
/*SLIDER INICIO ==============*/
img#cdr_fonod_azul2, img#cdr_fonod_azul {
    width: 90% !important;
    left: 5% !important;
    height: 57% !important;
}
#txt_de_forma {
    left: 27% !important;
    top: 458px !important;
}
#txt_te_apoyamos {
    left: 15% !important;
    width: 70% !important;
    font-size: 1.7em !important;
    top: 412px !important;
}
#txt_vives {
    left: 20% !important;
    top: 331px !important;
}
img#cdr_fondo_bco1, img#cdr_fondo_bco {
    top: 207px !important;
    width: 90% !important;
    left: 5% !important;
    height: 54% !important;
}
img#justicia  {
    top: 166.5px !important;
    width: 45% !important;
    height: auto !important;
}
img#img_logo1, img#esconder {
    width: 53% !important;
    height: 150px !important;
}
img#tranquilidad {
    top: 230px !important;
    left: 15% !important;
    width: 41% !important;
    height: 69.6px !important;
    object-fit: contain !important;
} 
#txt_con_amplios {
    top: 387.16px !important;
    left: 100px !important;
}
#txt_resolvemos {
    top: 435.28px !important;
    left: 100px !important;
}
#txt_despacho {
    top: 306.4px;
    left: 65%!important;
    font-size: 2em !important;
}
img#prev92 {
    left: 43%;
}
img#next92 {
    right: 43%;
}
}
@media screen and (max-width:780px) {
.columnaServicios.columnas {
    height: 657px !important;
}
.item-page.pag_servicios .bg_azul_servicios {
    height: 1465px;
}
.conTestimonio a.btn {
    font-size: 1.2em !important;
}
ul.nav-child.unstyled.small {
    padding-top: 0;
    padding-top: 0;
}

.fullmenu ul li a {
    padding: 0 7px;
}

.fullmenu ul li ul li a {
    padding: 0 30px;
}
}
@media screen and (max-width:768px) {
	.info_servicios {
    width: 40%;
    margin: 0;
}

div#mod_servicios h2.titt {
    width: 100%;
}

.item-page.pag_inicio:after {
    top: 22%;
}

.item-page.pag_inicio .columnas {
    width: 91%;
}

.item-page.pag_inicio .columnas .conImg {
    width: 51% !important;
}

div#mod_testimonios .conImg p {
    font-size: 1.2em;
    width: 100%;
}

div#mod_testimonios .conImg a.btn {
    width: 60%;
}

.columna.col8.servicios_foot {
    width: 95%;
    padding: 0;
}
section.contacto .conText, .conForm {
    width: 100%;
    margin-bottom: 1em;
}
/*TELEFONOS ==============================*/
.mod_redes {
    right: 42px !important;
    margin-right: 61px !important;
}
.item-page.pag_inicio .conText, .item-page.pag_inicio .conImg, .item-page.pag_inicio .columna.col6.conText {
    width: 100%;
    /* padding: 15px !important; */
}
div#mod_servicios .custom {
    /* padding: 0 15px; */
    box-sizing: border-box;
}
/* SLIDER =====================================*/

div#djslider92 {
    height: 467px !important;
    width: 87% !important;
}
ul#slider92 .slide-text img {
    width: 100%;
	height: auto;
}
div#djslider100, ul.djslider-in > li {
    /* max-height: 323px; */
}
div#djslider-loader100 {
    height: 301px !important;
}
#djslider100 .slide-desc {
    top: 0 !important;
}
div#djslider103, div#djslider104, div#djslider105,  div#djslider106 {
    height: 323px !important;
}
.slide-text h2 {
    font-size: 2.5em;
}
.servicios {
    width: 28%;
}
img#prev92 {
    left: 43%;
}
img#next92 {
    right: 33%;
}
.columna.col3.colizq {
    height: 526px;
}
p#txt_vives {
    font-size: 2em !important;
    text-shadow: 2px 2px 2px #000;
}

img.ls-bg.ls-preloaded {
    height:  100% !important;
    width: 100% !IMPORTANT;
    margin: 0 !important;
}
/*intro*/

ul#slider92 .slide-desc-text-default {
    margin: 0;
    padding: 0;
}

.flip-container, .front, .back {
    width: 100%;
    height: 510px;
    overflow: hidden;
}
.ContFormularios {
    width: 100%;
    padding: 0;
}
.formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"] {
    font-size: 1.2em !important;
    WIDTH: 100%;
}
.flip-container .flipper .back .center {
    font-size: .8em;
}
.back p {
    font-size: .8em;
    line-height: 93%;
}
.front h4 , .back h4{
    font-size: .9em;
}
.btns_contacto {
    position: relative;
    /*width: 80%;*/
    margin: 0 auto 25px !important;
    /*display: block;*/ 
    vertical-align: top;
    height: auto;
}
  p.ls-l.text_desp, p.ls-l.text_desp2 {
    margin: 0 auto;
    left: 160px !important;
    font-size: 1.5em !important;
}
p.ls-l.text_desp2 {
        width: 40% !important;
}
  li.row-fluid {
    width: 100% !important;
}

div#categoria_contacto~.art-post {
    width: 100%;
}

.logo img {
    height:  auto;
}
div#categoria_contacto {
    width: 100%;
    margin: 0 auto 2em;
} 
.columnaServicios.columnas {
    height: 720px !important;
}
.item-page.pag_servicios .bg_azul_servicios {
    height: 1624px; 
}
ul#slider92 .slide-text img {
    width: 100%;
    max-width: 100px !important;
    height: auto;
} 
/*SLIDER INICIO =================*/
div#layerslider_1 {
    font-size: .8em;
}
div#layerslider_1, .ls-inner, .ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
    height: 401px !important;
    overflow: hidden;
}
img#cdr_fondo_bco {
    top: 170px !important;
}
#txt_vives {
    left: 61% !important;
    top: 174px !important;
}
#txt_te_apoyamos {
    left: 15% !important;
    width: 70% !important;
    font-size: 1.7em !important;
    top: 325px !important;
}
#txt_de_forma {
    left: 27% !important;
    top: 373px !important;
}
#txt_con_amplios {
    top: 327px !important;
    left: 100px !important;
}
#txt_resolvemos {
    top: 359px !important;
    left: 100px !important;
} 
#barra_amarilla {
    right: 0 !important;
    left: initial !important;
    width: 35px !important;
    height: 100% !important;
}
img#prev102 {
    left: 42%;
} 
img#next102 {
    right: 42%;
} 
.centrar_txt {
    font-size: .95em;
}
/*.contTextServ {
        font-size: .8em;
}*/
.mod_redes .cel {
    margin: 0;
}
div#mod_servicios {
    margin-top: 0;
}
header.header.woodheader .mod_frase {
    /* margin-top: 8px; */
}
div#djslider139, div#djslider139 li {
    height: 368px !important;
}
}
@media screen and (max-width:740px) {
footer {
    padding: 0;
}
div#banner_interior h2, div#banner_interior_clientes h2 {
    font-size: 2.2em;
}
.pag_internacional .col6 {
    width: 100%;
}
.jicons-icons img{
    width: 20px !important;
    height: auto !important;
}
.item-page.pag_servicios .bg_azul_servicios {
    height: auto;
    padding-bottom: 85px;
}
.bg_azul_servicios .columnaServicios.columnas, .bg_azul_servicios .columnas.columnas2 {
    width: 100%;
    height: auto !important;
    padding: 0;
}
.columnaServicios.columnas .col7 {
    padding: 0;
    height: auto;
    display: block;
    flex-wrap: initial;
    position: relative;
}
.columnaServicios.columnas .columna.col3.colizq {
    height: auto;
}
.columnaServicios.columnas .col3, .columnaServicios.columnas .col7, .columnaServicios.columnas .col5, .columnas.columnas2 .col3, .columnas.columnas2 .col7, .columnas.columnas2 .col5 {
	width: 100%;
    float: none;
    display: block;
}
.flip-container, .front, .back {
    min-height: 300px;
    height: 300px !important;
}
.columnaServicios.columnas .columna.col3.colizq .col12 {
    width: 100% !important;
	    float: none;
    display: block; 
}
/*SLIDER INICIO =====================*/
div#layerslider_1, .ls-inner, .ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
    height: 620px !important;
    overflow: hidden;
}
#txt_vives {
    font-size: 3em !important;
    left: 22% !important;
    top: 245px !important;
}
#txt_te_apoyamos {
    left: 18% !important;
    width: 50% !important;
    font-size: 1.5em !important;
    top: 319px !important;
}
#txt_de_forma {
    left: 30% !important;
    top: 362px !important;
    font-size: 1.5em !important;
}
img#cdr_fondo_bco1, img#cdr_fondo_bco {
    top: 175px !important;
    width: 90% !important;
    left: 5% !important;
    height: 54% !important;
}
#txt_durante {
    font-size: 3em !important;
}
#txt_tresmil  {
    left: 229px !important;
}
#txt_en_todo {
    top: 358px !important;
    left: 229px !important;
}
img#tranquilidad {
    top: 365.9px !important;
}
#txt_con_amplios {
    top: 307px !important;
    left: 100px !important;
}
#txt_resolvemos {
    top: 342px !important;
    left: 100px !important;
}
#txt_despacho {
    top: 247.4px !important;
    left: 97.4px !important;
}
#txt_beneficios {
    font-size: 3em !important;
}
#txt_atencion {
    left: 156.5px !important;
    font-size: 1.5em !important;
}
#txt_hacemos { 
    font-size: 1.5em !important;
}
}
@media (orientation:landscape) and (max-width:740px) {
.fullmenu ul {
    padding-top: 0;
}
.fullmenu ul li a {
    font-size: 1em;
    line-height: 160%;
}
}
@media screen and (max-width:700px) {
img#prev92 {
    left: 42%;
}
img#next92 {
    right: 42%;
}
}

@media screen and (max-width:680px) {
  /***ABRIL 2025***/
  .djslider-default {
    height: 400px !IMPORTANT;
}

.container {
    flex-direction: column;
}

.rspbld-text-block.text-left {
    padding: 15px;
}

.span6.duration-500 {
    width: 100% !IMPORTANT;
    max-width: 100%;
}
  /*******/
img#prev102 {
    left: 42%;
}
img#next102 {
    right: 42%;
}
div#sidebar-der {
    width: 100%;
    display: block;
}
div#banner_interior {
    height: 300px;
}

div#banner_interior .djslider-loader-default, div#banner_interior .djslider-default {
    height: 300px !important;
}

.item-page.pag_servicios {
    width: 100%;
}

.bg_amarillo {
    width: 100%;
    margin-top: 74px;
}

div#footer-servicios .cont-internas > .columnas {
    padding: 1.2em;
    box-sizing: border-box;
}

div#footer-servicios .cont-internas .cel p, div#footer-servicios .cont-internas .tel p {
    margin-left: 1em;
}
}
@media screen and (max-width:650px) {
	header.header .wrapper {
    width: 100%;
}
.formResponsive select, .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"] {
    /*display: block !important;*/
    width: 95% !important;
}
div#btn-mapas {
    width: 100%;
}
}
@media screen and (max-width:600px) {
	.btn-telefonos {
    padding: 20px;
}

.btn-telefonos .custom p a {
    margin: 1em 0;
    padding: 10px;
}
	.rspbld-page .row-fluid {
    width: 90%;
    margin: 0 auto 1em;
}

.rspbld-page section:first-child .row-fluid {
    width: 100%;
}

.cont_direcc.direccion {
    flex-direction: column;
    width: 90%;
}

.btns_contacto.facebook a {
    padding: 10px;
    box-sizing: border-box;
}

.row-fluid.animation-container.secc_contacto {
    width: 100%;
}

.row-fluid.animation-container.secc_estacionamiento {
    width: 100%;
    padding-bottom: 72px;
    margin-bottom: 0;
}
.page-content section:first-child {
    margin-top: 109px;
}

.secc_contac:before {
    height: 98%;
}
/***BLOG***/
.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 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 1em;
}

.blog.pag_blog {
    width: 100%;
}
/*********/
	footer .columnas {
    padding: 15px;
}

.columnas.copyright {
    padding-bottom: 70px !important;
    padding: 0;
}

.cont-text.bg-amarillo h2 {
    font-size: 2em;
}

.cont-text.bg-amarillo p {
    font-size: 1.4em;
}
	footer .columnas {
    padding: 15px;
    box-sizing: border-box;
}

.columnas.copyright {
    padding-bottom: 70px !important;
    padding: 0;
}
	.item-page.pag_inicio .columnas .conImg {
    width: 100% !important;
}

.grup-iconos {
    width: 100%;
}

div#jd_skillset148 {
    flex-direction: column;
}

.counter-sub-container>div {
    width: 100% !important;
}

.telefonos {
    flex-direction: column;
}

div#btn-tel-0743, div#btn-wp-3379 {
    width: 100%;
    margin-bottom: .6em !important;
}

.btn-telefonos .custom p {flex-direction: column;}
.colIzq, .colCentro, .colDerecha, .colizq {
    width: 100%;
    float: none;
    box-sizing: border-box;
}

.colCentro .flip-container, .colCentro .front, .colCentro .back {
    margin-bottom: .5em;
}
div#botonesForm .btns_contacto.cel {
    width: 100%;
    margin-bottom: 1em !important;
    display: block !important;
}
	div#contacto {
    padding: 10% !important;
}

.pag_nosotros .columnas, section.contacto .columnas {
    margin: 0 auto !important;
}

.btn-telefonos .custom {
    display: block;
}

.btns_contacto i {
    margin-left: 0;
}

div#btn-mapas .columnas .indicaciones p {
    width: 100%;
}

.indicaciones {
    width: 100%;
    flex-wrap: wrap;
}

div#btn-mapas .columnas {
    flex-wrap: wrap;
}

.indicaciones {}

.columna.col3.aplicaciones {
    width: 100%;
}

div#servicios-footer .custom {
    background-size: contain;
}

.columna.col8.servicios_foot {
    padding: 0;
    margin: 0 auto;
}

.columna.col8.servicios_foot .columnas {
    box-sizing: border-box;
    flex-wrap: wrap;
}

.columna.col8.servicios_foot .columnas .columna {
    width: 100%;
}

.columna.col3.all-s p {
    justify-content: center;
    width: 100%;
}
	div#contacto {
    padding: 10% !important;
}

.pag_nosotros .columnas, section.contacto .columnas {
    margin: 0 auto !important;
}

.btn-telefonos .custom {
    display: block;
}

.btns_contacto i {
    margin-left: 0;
}
	div#contacto {
    padding: 10% !important;
}

.pag_nosotros .columnas, section.contacto .columnas {
    margin: 0 auto !important;
}
	.banner_servicios {
    width: 100%;
    display: block;
    background: #01173a;
}

.info_servicios {
    width: 100%;
    margin: 0 auto !important;
    padding: 1.5em 0;
}

.custom.btn-Servicio {
    margin: auto !important;
    padding: 0 !important;
}

.item-page.pag_inicio .columnas {
    flex-wrap: wrap;
}

.item-page.pag_inicio .columnas:before {
    width: 100%;
}

.item-page.pag_inicio p {
    padding: 0 10px;
}

.item-page.pag_inicio:after {
    top: 54%;
    width: 55%;
}

#djslider-loader92 .slide-text {
    width: 100% !important;
    margin: 0;
}

.columna.col6.conTestimonio:before {
    width: 100%;
    z-index: -1;
    opacity: 0;
}

.top_30, p.top_30 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

div#mod_testimonios:before {
    top: 8%;
    width: 59%;
}
header.header.woodheader .mod_redes {
    opacity: 0;
}

div#djslider-loader139 {
    padding-bottom: 0 !important;
}
	.mod_redes, header.header.woodheader .mod_redes {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #7d0204;
}

.mod_redes i {
    padding: 16px 0;
    /* margin-left: 3em; */
}
h2.ls-l {
    font-size: 1.5em;
} 
.thumbnail.pull-right{ 
    float: none !important;
    display: block;
}
.contTextServ .columnas, .pag_servicios .columnas{
    max-width: 100%;
    margin: 0 auto;
}
.contTextServ .columnas .columna.col6, div#jcemediabox-popup-content .columna.col6, .pag_servicios .columna.col6 {
    width: 100% !important;
    float: none !important;
	    display: block;
}
div#layerslider_1, .ls-inner, .ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
    height: 475px !important;
    overflow: hidden;
}
/*SLIDER INICIO  ==============*/
img#cdr_fondo_bco1, img#cdr_fondo_bco {
    top: 139px !important;
    width: 90% !important;
    left: 5% !important;
    height: 54% !important;
}
#txt_durante {
    font-size: 3em !important;
    top: 213px !important;
    left: 87px !important;
}
#txt_tresmil {
    left: 89px !important;
    top: 266px !important;
}
#txt_en_todo {
    top: 292px !important;
    left: 89px !important;
}
img#justicia {
    top: 116.5px !important;
    width: 45% !important;
    height: auto !important;
    /* right: 20px !important; */
}
img#tranquilidad {
    top: 289.9px !important;
}
#txt_despacho {
    top: 197.4px !important;
    left: 97.4px !important;
}
#txt_con_amplios {
    top: 255px !important;
    left: 72px !important;
}
#txt_despacho {
    top: 197.4px !important;
    left: 70px !important;
}
#txt_resolvemos {
    top: 288px !important;
    left: 72px !important;
}
img#cdr_fonod_azul2, img#cdr_fonod_azul {
    width: 90% !important;
    left: 5% !important;
    height: 57% !important;
    top: 125px !important;
}
#txt_beneficios {
    font-size: 3em !important;
    top: 198px !important;
    left: 105px !important;
}
#txt_atencion {
    left: 108.5px !important;
    font-size: 1.5em !important;
    top: 275px !important;
}
#txt_hacemos {
    font-size: 1.5em !important;
    top: 243px !important;
    left: 109px !important;
}
#txt_vives {
    font-size: 2.2em !important;
    left: 22% !important;
    top: 194px !important;
}
#txt_te_apoyamos {
    left: 12% !important;
    width: 50% !important;
    font-size: 1.3em !important;
    top: 248px !important;
}
#txt_de_forma {
    left: 25% !important;
    top: 277px !important;
    font-size: 1.3em !important;
}
img#prev102 {
    left: 38%;
}
img#next102 { 
    right: 42%;
}
.hide_in_600, #djslider-loader102, #djslider-loader92  {
    /* display: none; */
}
.show_in_600, #djslider-loader124 {
    display: block;
}
img#next124 {
    right: 39%;
}
img#prev124 {
    left: 39%; 
}
.centrar_txt {
    font-size: 1em !important;
}
/*SLIDER SERVICIOS RESPONSIVO =====================*/
 /* MODIFICAR ALTURA SLIDER TESTIMONIOS HOME ========================-->*/
#djslider-loader124 {
    height: 415px !important;
    width: 85% !important;
    /*overflow: hidden;*/
    position: relative;
    display: none;
 }
	div#mod_servicios> div {
    flex-direction: column;
}
#djslider-loader100>div, #djslider-loader124 .djslider {
    position: absolute;
    width: 100% !important;
    height: 100% !important;  
}
#djslider-loader124 .djslider-in, #djslider-loader124 .djslider-in li {
    height: 100% !important;
    width: 100% !important; 
}
/*.mainbanner .djslider-in li img{
    height: 100% !important; 
    -webkit-object-fit: cover;
    -moz-object-fit: cover; 
    object-fit: cover;
}*/
/* termina MODIFICAR ALTURA SLIDER TESTIMONIOS HOME ========================-->*/  
#jcemediabox-popup-body, #jcemediabox-popup-container, #jcemediabox-popup-content, #jcemediabox-popup-iframe, #jcemediabox-popup-img, #jcemediabox-popup-loader, #jcemediabox-popup-object, #jcemediabox-popup-overlay, #jcemediabox-popup-page {
   padding: 0 12px 0 3px !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#jcemediabox-popup-iframe{
    padding: 0 0px 0 3px !important;
}
section.contacto .columna.col3:last-child,
.columnas.tarjetas_credito .columna {
    width: 100%;
}
  
.item-page.pag_llamen {
    padding: 2em;
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
}

@media screen and (max-width:568px) {
.contacto .wrapper, div#botonesForm .custom {
    flex-direction: column;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before, .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 7px;
}
.lines:after {
	top: -7px;
}
.lines-button:hover .lines:before {
    top: 7px;
}
.lines-button:hover .lines:after {
    top: -7px;
}
.conText, .conImg, .conTestimonio, .conForm {
    width: 100%;
}
div#mod_testimonios {
    border-bottom:5px solid #fff;
    /* background: rgba(201,151,42,1); */
    background: -moz-linear-gradient(top, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    :;1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    /* background: linear-gradient(to bottom, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 47%, rgba(26,40,87,1) 0%, rgba(26,40,87,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9972a', endColorstr='#1a2857', GradientType=0 );
    /* background: linear-gradient(to bottom, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 47%, rgba(26,40,87,1) 0%, rgba(26,40,87,1) 100%); */
}
.columna.col6.conTestimonio {
    padding: 15px;
}
img#prev92 {
    left: 18px;
    height: 34px !important;
}
img#next92 {
    right: 18px;
    width: auto;
    height: 34px !important;
}
div#djslider-loader92 {
    padding-bottom: 0 !important;
}
.djslider-default .slide-desc {
    /* top: 5% !important; */
}
div#djslider103, div#djslider104, div#djslider105, div#djslider106 {
    height: 235px !important;
    width: 100% !important;
}

  p.ls-l.text_desp2, p.ls-l.text_desp {
    font-size: 1.3em !important;
    width: 69% !important;
    top: 200px !important;
    left: 69px !important;
}
p.ls-l.text_desp {
    top: 150px !important;
    white-space: normal !important;
}
  p.ls-l.text_benef {
    font-size: 1em !important;
    width: 71% !important;
    left: 0;
    right: 0 !important;
    margin: 0 auto !important;
}

h1.ls-l.titulo_beneficios {
    font-size: 3em !important;
    width: 81%;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 76px !important;
}
  h1.ls-l.titulo_ext {
    font-size: 2em !important;
    text-align: center;
    left: 0 !important;
    right: 0;
    top: 90px !important;
}


h2.ls-l.text_ext {
    width: 80% !important;
}
  /*fin de cambios 19*/
img.ls-bg.ls-preloaded {
    height:100% !important;
    width: 100% !important;
    margin: 0px !important;
}
#slider92 .slide-desc-in {
    margin: 0 !important;
}
div#djslider92 {
    height: 500px !important;
}
div#layerslider_1 img {
    object-fit: cover;
    object-position: 10%;
}
div#layerslider_1 img#img_logo1, div#layerslider_1 img#esconder {
    object-fit: contain !important;
}
/*GRID SERVICIOS */
.columnaServicios.columnas .col3, .columnaServicios.columnas .col5, .columnaServicios.columnas .col7, .columnaServicios.columnas .col7 > .col3 {
    width: 100% !important;
    height: 100%;
}

.flip-container, .front, .back {
    height: 100%;
}
.columnaServicios.columnas .col3:first-child {
    padding-left: 5px !important;
}
.columnaServicios.columnas .col3:last-child {
    padding-right: 5px;
}
.columna.col5 {
    padding: 5px !important;
}
.columnas.columnas2 .columnaServicios.columnas .col7 > .col3:last-child {
    padding: 5px;
}
/*
banner servicios*/
.servicios {
    font-size: .7em;
    width: 28.9%;
	    word-break: break-word;
}
.servicios img {
    width: 100%;
}
.servicios h4 a {
    font-size: 75%;
}
.rsform-block.rsform-block-quiero-que-me-llamen, .rsform-block.rsform-block-quiero-que-me-escriban {
    width: 48% !important;
    display: inline-block;
}
.ContFormularios {
    width: 100%;
    padding: 0;
}
/*POP UPS */
body.contentpane {
    width: 300px !important;
}
.columna.col6 {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
}
.flip-container, .front, .back {
    min-height: 278px;
    height: 278px !important;
} 
/*OTROS ==*/
.item-page.pag_nosotros .columnas, .item-page.pag_internacional .columnas {
    width: 100% !important;
    margin: 0 auto !important;
}
.mod_redes, header.header.woodheader .mod_redes {
    left: 0;
    right: initial;
    top: 58px;
    width: 100%;
    margin: 0 auto !important;
} 
.mod_redes .custom {
    text-align: center;
    justify-content: space-between;
    /* flex-direction: column; */
}
.mod_redes .cel {
    margin: 5px 0;
    font-size: .9em;
}
.mod_redes p, header.header.woodheader .mod_redes p {
    line-height: 110%;
}
.logo, header.header.woodheader .logo {
    width: 130px;
    height: 51px;
}
.header, header.header.woodheader {
    /* height: 52px; */
}
header .wrapper, header.header.woodheader .wrapper {
    padding-top: 0;
}
button.lines-button { 
    padding: 15px 20px;
}
div#mod_testimonios .conImg img {
    /* max-width: 299px; */
    margin: auto;
} 
#djslider-loader100 .djslider-default .navigation-container .prev-button {
    left: -50px !important;
}
#djslider-loader100 .djslider-default .navigation-container .prev-button {
    left: -50px !important;
}
div#mod_testimonios {
    /* overflow: hidden; */
    background: linear-gradient(to bottom, #01173a 79%, #ffffff00 33%);
    height: 100%;
    max-height: max-content !important;
}
div#mod_testimonios .conImg {
    display: block;
    position: relative;
    /* overflow:hidden; */
}
div#mod_testimonios .columnas {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
div#mod_testimonios .columnas .columna {
    width: 93%;
    margin: 0 auto 0;
    display: block;
    padding: 25px 0 0;
}
div#mod_testimonios .conImg:before {
    /* content: ""; */
    /* background: #c9972a; */
    /* position: absolute; */
    /* width: 200%; */
    /* height: 100%; */
    /* top: 0; */
    /* left:-50%; */
    /* z-index: 0; */
}
div#mod_testimonios .conImg img {
    /* position: relative; */
    /* z-index: 1; */
}
div#mod_testimonios .columnas .columna.conTestimonio {
    padding-bottom: 35px;
}
#djslider-loader100 { 
    width: 90% !important;
}
.centrar_txt {
    font-size: 1.4em !important;
}
.centrar_txt h4 {
    font-size: 1.5em;
    margin: 1em 0;
}
  .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;
}
}
@media (orientation:landscape) and (max-width:568px) {
.fullmenu ul li a {
    font-size: 1em;
    line-height: 120%;
}
.fullmenu ul {
    padding-top: 4px;
}
div#djslider139, div#djslider139 li {
    height: 400px !important;
    background: #20243c !important;
}
div#djslider139 li img {
    width: auto !important;
    object-fit: contain !important;
    height: 165px !important;
}
.b-uno {
    margin: 52% auto;
    width: 90%;
    background: #202640;
    margin-bottom: 0;
}
.b-uno .btn {
    font-size: 1em !important;
}
  .b-dos, .b-tres, .b-cinco {
    width: 90% !important;
    float: none !important;
    font-size: 1em !important;
    margin-top: 48% !important;
}
.b-cuatro h1 {
    text-align: center !important;
    font-size: 1.5em !important;
}
.b-cuatro {
    margin-top: 56% !important;
}
.cont-text.b-dos h1, .b-tres h1, .b-cinco h1 {
    font-size: 1.5em;
}
}


@media screen and (max-width:480px) {
button.lines-button {
	padding: 24px 15px;
	line-height: 2px;
	top: 0;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,  .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 30px;
}
div#slider-container92:after, div#slider-container92:before {
    width: 34%;
}
div#mod_testimonios .conImg {
    margin-top: -37px;
}
div#mod_testimonios .conImg img {
    /* max-width: 322px; */
    margin: auto;
}
section.contacto .conText {
    padding: 15px !important;
    box-sizing: border-box;
}
section.contacto .tituloSec {
    margin-left: 15px;
}
.tituloSec, .form h2 {

    font-size: 1.5em !important;
}
div#main_banner {
    margin-top: 21;
}
.slide-text h2 {
    font-size: 1em;
    text-align: center;
}
div#djslider-loader87 .slide-text:after, div#djslider103 .slide-text:after {
    bottom: -14px;
}
.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    width: 70% !important;
}
/*slider*/
#djslider100 .slide-desc {
    top: 0 !important;
}
div#djslider100 {
    /* min-height: 420px; */
}

/* SERVICIOS */
.front h4 {
    font-size: 1em;
}
.columnaServicios.columnas .col7 > .col3, .columnaServicios.columnas .col7 > .col3:last-child, .columnaServicios.columnas .col5, .columnas.columnas2 .col3 {
    width: 100% !important;
}
.columnaServicios.columnas .col3 > .col12:last-child .flip-container, .columnaServicios.columnas .col3 > .col12:last-child .flipper {
    min-height: 192px !important;
}
.columnaServicios.columnas .col3 > .col12:last-child {
    padding-top: 0;
    padding-left: 5px;
}
.columnaServicios.columnas .col7 > .col5 {
    padding-top: 0 !important;
}
.columnaServicios.columnas .col7 > .col3:last-child {
    padding: 0 5px;
}
.columnas.columnas2 .columnaServicios.columnas .col7 > .col3:first-child, .columnas.columnas2 .columnaServicios.columnas .col7 > .col3:first-child .flipper {
    min-height: 234px !important;
}
.columnaServicios.columnas .col7 > .col3:nth-child(3) {
    width: 100% !important;
}
body.vp-center {
    height: auto;
}
.columnas.columnas2 .col12:nth-child(2) {
    width: 100% !important;
}
.columnas.btn-call .col6 {
    width: 92%;
    margin: 10px 0 !important;
}
.columnas.btn-call {
    margin: 10px 0;
    display: block;
}
.columna.col3.colizq {
    width: 100% !important;
}
.cont-internas .columnas.btn-call .col6:nth-child(1) {
    border-right: none;
}
.columna.col3.colizq .col12 {
    width: 50% !important;
}
.columnaServicios.columnas .columna.col3.colizq .col12 {
    width: 100% !important;
	    float: none;
    display: block;
}
.columnas.columnas2 .col3 {
    width: 100% !important;
}
.btns_contacto {
    position: relative;
    margin: 0 8% 25px 0 !important;
    width: 40%;
    vertical-align: top;
    height: auto;
}
footer .col4 {
    width: 49%;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.fullmenu ul li a {
    text-align: left;
    font-size: 1em;
}
div#banner_interior h2, div#banner_interior_clientes h2 {
    font-size: 2.3em;
    text-align: center;
    margin-top: 20px;
}
div#djslider103, div#djslider104, div#djslider105, div#djslider106 {
    height: 245px !important;
    width: 100% !important;
}
div#banner_interior, div#banner_interior_clientes {
    margin-top: 109px;
}
#djslider-loader109, #djslider-loader110 {
    height: 205px;
}
/*SLIDER INICIO =================*/
div#main_banner {
    /* margin-top: 80px; */
}
div#layerslider_1, .ls-inner, .ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
    height: 400px !important;
    overflow: hidden;
}
img#cdr_fondo_bco1, img#cdr_fondo_bco {
    top: 65px !important;
    width: 90% !important;
    left: 5% !important;
    height: 54% !important;
}
#txt_durante {
    font-size:2.3em !important;
    top: 133px !important;
    left: 51% !important;
}
#txt_tresmil {
    left: 52% !important;
    top: 177px !important;
    font-size: 1.8em !important;
}
#txt_en_todo {
    top: 199px !important;
    left: 58% !important;
    font-size: 1.8em !important;
}
img#justicia {
    top: 73.5px !important;
    width: 45% !important;
    height: auto !important;
}
img#tranquilidad {
    top: 211.9px !important;
    left: 7% !important;
    width: 46% !important;
    height: 69.6px !important;
    object-fit: contain !important;
}
#txt_despacho {
    top: 117.4px !important;
    left: 59px !important;
    font-size: 2.3em !important;
}
#txt_con_amplios {
    top: 161px !important;
    left: 60px !important;
}
#txt_resolvemos {
    top: 190px !important;
    left: 59px !important;
}
div#main_banner {
    /* margin-top: 86px; */
}
img#cdr_fonod_azul2, img#cdr_fonod_azul {
    width: 90% !important;
    left: 5% !important;
    height: 57% !important;
    top: 84px !important;
}
#txt_beneficios {
    font-size: 2.3em !important;
    top: 155px !important;
    left: 50px !important;
}
#txt_hacemos {
    font-size: 1.3em !important;
    top: 195px !important;
    left: 11px !important;
} 
#txt_atencion {
    left: 71.5px !important;
    font-size: 1.3em !important;
    top: 218px !important;
}
#txt_vives {
    font-size: 2em !important;
    left: -5% !important;
    top: 143px !important;
} 
#txt_te_apoyamos {
    left: 21% !important;
    width: 50% !important;
    height: auto !important;
    overflow: hidden;
    font-size: 1.3em !important;
    top: 190px !important;
    white-space: initial !important;
}
#txt_de_forma {
    left: 21% !important;
    top: 231px !important;
    font-size: 1.3em !important;
}
div#layerslider_1, .ls-inner, .ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
    height: 400px !important;
    overflow: hidden;
} 
img#prev102 {
    left: 33%;
}
img#next102 {
    right: 33%;
}
img#next124 {
    right: 36%;
}
img#prev124 {
    left: 36%;
}
.formResponsive select, .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"] {
    /*display: block !important;*/
    width: 93% !important;
} 
/****** landings*****/
  .columna.col6.cont-amarillo .rsform {
    width: 90%;
    margin: 0 auto;
}
.columna.col6.cont-amarillo h2 {
    text-align: center;
}
.columnas.amarillo .formResponsive fieldset {
    display: block;
}
.asesoria .columna.col6 {
    display: block;
}
.asesoria .columna.col6 img {
    width: 30%;
}
.columnas.amarillo .formSpan4 {
    margin: 20px;
    width: 68%;
    padding: 25px;
    border-left: 43px solid #1a2857;
  margin-right: 0;
    margin-left: 0;
}
.pago img {
    margin: 9px;
}
.columnas.amarillo .formResponsive .formRow [class*="formSpan"]:first-child {
    margin-left: 0;
    width: 95%;
}
.columna.col8 {
    width: 100%;
}
  .columna.col4.icon {
    width: 100%;
}
 .columnas.top .columna.col8 {
    padding-top: 30px;
}
div#djslider139, div#djslider139 li {
    height: 220px !important;
    /* background: #20243c; */
    margin-top: 6%;
}
/*div#djslider139 li img {
    width: auto;
    object-fit: contain;
    height: 165px !important;
}*/
div#djslider139 .cont-gral {
  width: 100% !important; 
  height: 160px;
    height: 155px !important;
}
  .cont-gral.boton-text .btn {
    width: 86%;
}
  .cont-gral.derecha {
    float: none;
    margin-top: 0 !important;
    margin-right: 0 !important;
}
  .cont-gral.izquierda {
    float: none;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
  .cont-gral.ancho {
    margin-left: 0 !important;
}
 div#djslider139 .slide-desc-text-default {
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
}
    div#navigation139 {
    padding-top: 44% !important;
}
a.btn, .btn, button#enviar {
    font-size: 1em !important;
}
.cont-text h1 {
    font-size: 1.5em;
}
.mod_frase {
    display: none;
    width: 148%;
    /*margin-top: 16px;*/
    /* position: absolute; */
    margin-left: 0;
    font-size: 12px;
}
header.header.woodheader .mod_frase {
    margin-top: -10%;
}
div#e-mailit_mobileToolBox {
    display: none;
}
div#mod_casos .custom {
    display: block;
}
.experiencia, .casos, .abogados {
    width: 100%;
}
.main_banner, .main_banner .djslider-default{
    height: auto !important;
}
.item-page.pag_blog {
    WIDTH: 100%;
}
body.contentpane {
    width: auto !important;
}
.btns_contacto {
    width: 90%;
}
}


@media screen and (max-width: 470px) {
/*SLIDER INICIO ===========================*/	
#txt_resolvemos {
    top: 208px !important;
    left: 59px !important;
}
div#mod_servicios {
    border-top: 0;
}
.rspbld-image.text-center {
    height: auto !important;
}
}
@media screen and (max-width:440px) {
body.contentpane {
    background: #1a2857;
    font-family: 'Open Sans',sans-serif;
    /* max-width: 300px !important; */
    min-width: 220px;
    width: 280px !important;
    width: 100% !important;
}
.back p {
    font-size: 1.1em;
    line-height: 140%;
}
/* SLIDER INICIO ======================*/
#txt_resolvemos {
    top: 208px !important;
    left: 11% !important;
    width: 62% !important;
}
#txt_con_amplios { 
    top: 161px !important;
    left: 60px !important;
    left: 11% !important;
    width: 62% !important;
}
#txt_despacho {
    top: 268.4px !important;
    left: 6% !important;
    font-size: 2.3em !important;
    line-height: 1em !important;
    text-shadow: 2px 2px 2px #000;
}
img#prev102 {
    left: 35%;
}
img#next102 {
    right: 35%;
}
div#mod_mapa .custom .columna.col3 {
    width: 100%;
}
div#mod_mapa .custom .columna.col8 {
    padding: 0;
}
.columna.col6.conImg iframe {
    width: 100%;
      height: 211px !important;
}
.item-page.pag_inicio .columna.col6.conImg {
    height: auto !important;
    /* padding: 0 !important; */
}
.rspbld-image.text-center img {
    height: auto;
}
.jd-col-12.jd-col-md-6.jd-col-lg-4 {
    margin: 7px 0;
}
.columnas.tarjetas_credito img {
    width: 23%;
}
.columnas.tarjetas_credito .columna:nth-child(3) {
    width: 100%;
}
.columna.col3.aplicaciones {
    width: 75%;
}
.cont_direcc.direccion {
    width: 100%;
}
.cont_direcc.direccion i {
    display: none;
}
.secc_contac a.btn {
    font-size: 1em !important;
}
.columnas.tarjetas_credito img {
    width: 100%;
}
.rspbld-page h1 {
    font-size: 2em;
}
div#sidebar-der {
    margin-bottom: 10%;
}
.secc_testimonios .slide-desc-text.slide-desc-text-default {
    width: 100%;
    margin: auto;
}
.e-mailit_toolbox.square.size32 {
    z-index: 1000;
}
div#servicios-footer .custom:after, 
div#servicios-footer .custom:before {
    width: 100%;
}
.columna.col8.servicios_foot h2 {
    color: #fff;
    width: 100%;
}
div#sidebar-der ul {
    height: 175px;
    overflow: hidden;
    overflow-y: scroll;
}
/* Tamano del scroll */
div#sidebar-der .nav::-webkit-scrollbar, .MenuCategoria .nav::-webkit-scrollbar{
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

 /* Estilos barra (thumb) de scroll */
div#sidebar-der .nav::-webkit-scrollbar-thumb, .MenuCategoria .nav::-webkit-scrollbar-thumb {
    width: 5px;
    height: 10%;
    margin: 0 auto;
    background-color: rgb(211 158 10);
}

 /* Estilos track de scroll */
div#sidebar-der .nav::-webkit-scrollbar-track, .MenuCategoria .nav::-webkit-scrollbar-track {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #9999994f;
}
.mod_frase {
    margin-top: 16px;
}
}
@media screen and (max-width:425px) {

section.contacto .conText {
    padding: 15px 0 !important;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btns_contacto {
    position: relative;
    margin: 0 auto !important;
    width: 46%;
    height: auto;
    display: inline-block;
}
.btns_contacto a {
    width: 100%;
    font-size: .95em;
    /* padding: 10px; */
}
div#djslider103, div#djslider104, div#djslider105, div#djslider106, div#djslider109, div#djslider110 {
    height: 220px !important;
    width: 100% !important;
}
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 {
    bottom: -10px;
}
div#banner_interior h2, div#banner_interior_clientes h2 {
    margin-top: 20px;
}
section.contacto .tituloSec {
    margin-left: 0;
    margin-right: 18px;
}
footer {
    text-align: left;
    background-size: contain;
    background-repeat: repeat;
}
footer .columnas {
    width: 100%;
}
.fullmenu ul {
    padding-top: 13px;
}
.mostrar_menu {
    top: 50px;
    z-index: 1000000000;
}
.back h4 { 
    font-size: 1.2em;
}
/* SLIDER INICIO =============================*/
#txt_atencion {
    left: 45.5px !important;
    font-size: 1.3em !important;
    top: 218px !important;
}
#txt_hacemos {
    font-size: 1.3em !important;
    top: 195px !important;
    left: -26.5px !important;
}
p#txt_beneficios {
    font-size: 1.65em !important;
    top: 288px !important;
    left: 12px !important;
    width: 50% !important;
}
#txt_vives {
    font-size: 2em !important;
    left: 21% !important;
    top: 63px !important;
}
#txt_te_apoyamos {
    left: 11% !important;
    width: 61% !important;
    height: auto !important;
    overflow: hidden;
    font-size: 1.3em !important;
    top: 190px !important;
    white-space: initial !important;
}
#txt_de_forma { 
    left: 11% !important;
    top: 231px !important;
    font-size: 1.3em !important;
}
#navigation100 {
    top: 17.428571% !important;
} 
img#prev102 {
    left: 31%;
}
img#next102 {
    right: 31%;
} 
#djslider-loader100 {
    width: 85% !important;
}
.cont-text.b-dos h1, .b-tres h1, .b-cinco h1 {
    font-size: 1.5em !important;
}
.video_banner {
    margin-top: -6% !important;
    height: auto !important;
}
.pag_landing .djslider-loader-default .djslider-default {
    height: 365px !important;
}
/*div#articulo_blog .wrapper {
    display: flex;
    flex-flow: row-reverse wrap-reverse;
}*/
div#sidebar-der {
    margin-right: 0;
}
div#djslider139, div#djslider139 li {
    height: 240px !important;
}
.conForm {
    /* display: none; */
}
div#botonesForm .custom div p {
    width: 100%;
    margin: 9px 0;
}
a.btn, .btn, button#enviar {
    width: 100%;
    box-sizing: border-box;
}
div#botonesForm .custom div {
    display: block;
    width: 100% !important;
    margin: 0;
}
h1.art-postheader {
    font-size: 2em;
}
.item-page.pag_internacional p {
    padding: 0;
}
.columna.col6.conImg {
    /* height: 160px; */
}
.secc_testimonios_land {
    width: 100% !important;
}
.header, header.header.woodheader {
    /* height: 84px; */
}
.secc_testimonios .slide-text {
    width: 100%;
    margin: 0 auto;
}
.row-fluid.animation-container .jd-col-lg-4 {
    padding: 0;
}
.pag_landing {
    position: relative;
}
.pag_landing:before {
    content: "";
    position: fixed;
    background: #fff;
    height: 62px;
    width: 20%;
    top: -2%;
    right: 0;
    z-index: 10000000;
}
iframe {
    width: 100% ! important;
    /* height: auto !important; */
}
  div#servicios-footer .custom:after {
    height: 100% !important;
}
  div#servicios-footer .custom {
    background-size: cover !important;
}
div#djslider139, div#djslider139 li {
    height: 240px !important;
    margin-top: 0;
}
}

@media screen and (max-width:414px) {
.item-page.pag_inicio:after {
    top: 52%;
  display: none;
}
.mod_redes i {
    padding: 15px 0;
}
.mod_frase {
    margin-top: 8px;
}
.mod_redes, header.header.woodheader .mod_redes {
    top: 57px;
}
div#mod_servicios {
    border-top: 0 !important;
}
div#contacto:before {
    height: 0;
}
div#footer-servicios .cont-internas:before {
    height: 99%;
}
.header, header.header.woodheader {
    /* height: 99px; */
}
}

@media screen and (max-width:375px) {
div#mod_testimonios .conImg a.btn {
    width: 100%;
}
	footer .columnas {
    padding: 15px;
}

.columnas.copyright {
    padding-bottom: 70px !important;
    padding: 0;
}

.cont-text.bg-amarillo h2 {
    font-size: 2em;
}

.cont-text.bg-amarillo p {
    font-size: 1em;
}

.item-page.pag_inicio:after {
    top: 49%;
}

.icon-nosotros p {
    font-size: 80%;
}
.secc_contac .columnas.btn-call .columna.col6 {
    padding: 0 !important;
    margin: 2px 0;
    width: 100%;
}
  .secc_contac .columnas.btn-call .columna.col6:last-child {
    margin-left: 0;
}
header.header.woodheader .mod_frase {
    margin-top: -7% !important;
}
.rspbld-module.landing_contact .columnas {
    display: block;
}
div#djslider92, div#djslider92 ul.djslider-in > li{
    /* height: 201px !important; */
}
div#slider-container92 {
    /* height: 186px  !important; */
}
.slide-desc-in { 
    max-width: 1200px;
    width: 91%;
    margin: 0 auto 0 0;
}
.servicios {
    font-size: .5em;
    width: 30.9%;
}
.formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"] {
    font-size: .8em !important;
}
div#djslider100 {
    min-height: 293px;
}
  /****** dj home ****/
  p.ls-l.text_benef {
    width: 78% !important;
}
dd a {
    font-size: .9em;
    word-break: break-word;
}
.back p {
    font-size: 1em;
    line-height: 140%;
}
/*SLIDER INICIO ============================*/
div#layerslider_1, .ls-inner, .ls-lt-container.ls-overflow-hidden {
    width: 100% !important;
    height: 370px !important;
    overflow: hidden;
}
div#layerslider_1 {
    font-size: .7em;
}
#txt_hacemos {
    font-size: 1.3em !important;
    top: 195px !important;
    left: 4.5px !important;
}
#txt_atencion {
    left: 32.5px !important;
    font-size: 1.3em !important;
    top: 200px !important;
}
img#cdr_fonod_azul2, img#cdr_fonod_azul {
    width: 90% !important;
    left: 5% !important;
    height: 57% !important;
    top: 77px !important;
}
#txt_vives {
    font-size: 2em !important;
    left: 21% !important;
    top: 63px !important;
}
#txt_te_apoyamos {
    left: 11% !important;
    width: 61% !important;
    height: auto !important;
    overflow: hidden;
    font-size: 1.3em !important;
    top: 162px !important;
    white-space: initial !important;
}
#txt_de_forma {
    left: 11% !important;
    top: 205px !important;
    font-size: 1.3em !important;
}
#txt_durante {
    font-size: 2.3em !important;
    top: 115px !important;
    left: 45px !important;
}
#txt_tresmil {
    left: 45px !important;
    top: 168px !important;
}
#txt_en_todo {
    top: 188px !important;
    left: 47px !important;
}
img#tranquilidad {
    top: 213.9px !important;
}
#txt_despacho {
    top: 235.4px !important;
    left: 11% !important;
    font-size: 2.3em !important;
}
#txt_con_amplios {
    top: 147px !important;
    left: 60px !important;
    left: 11% !important;
    width: 62% !important;
}
#txt_resolvemos {
    top: 191px !important;
    left: 11% !important;
    width: 62% !important;
}
#txt_beneficios {
    font-size: -4px !important;
    top: 135px !important; 
    left: -4px !important;
}
#txt_hacemos {
    font-size: 1.3em !important; 
    top: 175px !important;
    left: -13.5px !important;
}
#txt_atencion {
    left: 32.5px !important;
    font-size: 1.3em !important;
    top: 200px !important;
}
.centrar_txt {
    font-size: 1.7em !important;
}
img#next124 {
    right: 33%;
}
img#prev124 {
    left: 33%;
}
.servicios h4 a {
    font-size: 95%;
}
.mod_frase {
    /* margin-top: 8px; */
}
.rspbld-image.text-center {
    height: auto !important;
}
div#djslider139, div#djslider139 li {
    height: 218px !important;
    margin-top: 12%;
}
.mod_redes, header.header.woodheader .mod_redes {
    top: 50px;
}
header.header .wrapper {
    height: 84px;
}
div#contacto .columnas.tarjetas_credito .columna {
    padding: 0;
}
div#main_banner {
    /* margin-top: 82px; */
}
div#navigation139 {
    padding-top: 0 !important;
}
div#navigation139 {
    top: 65% !important;
    width: 75px;
    left: 75%;
    height: 20px;
}
div#navigation139 img {
    width: 50%;
}
div#djslider139 .slide-desc-text-default {
    padding-top: 30px;
}
.bg_amarillo p {
    font-size: 1.2em;
}
div#banner_interior h2, div#banner_interior_clientes h2 {
    font-size: 2em;
}
.titulo h1 {
    font-size: 2em;
}
.titulo img {
    width: 35%;
}
.btns_contacto.facebook {
    width: 102%;
}

}

@media screen and (max-width:335px) {
.btns_contacto a {
    width: 137px !important;
}
.header, header.header.woodheader {
    height: 139px;
}
}


@media screen and (max-width:320px) {
div#djslider100, ul.djslider-in > li {
    min-height: 600px;
}
div#slider-container92 {
    height: 82% !important;
}
div#djslider92, div#djslider92 ul.djslider-in > li, div#djslider92  .slide-desc {
    height: 1280px !important;
    overflow: visible;
}
.servicios {
    display: block;
    width: 86%;
    font-size: 1em;border-left: none;
}
img#prev92 {
    left: 32%;
}
img#next92 {
    right: 32%;
}
div#mod_testimonios {
    border-bottom: 5px solid #fff;
    background: rgba(201,151,42,1);
    background: -moz-linear-gradient(top, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(201,151,42,1)), color-stop(50%, rgba(201,151,42,1)), color-stop(50%, rgba(26,40,87,1)), color-stop(100%, rgba(26,40,87,1)));
    background: -webkit-linear-gradient(top, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    background: -o-linear-gradient(top, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 50%, rgba(26,40,87,1) 50%, rgba(26,40,87,1) 100%);
    background: linear-gradient(to bottom, rgba(201,151,42,1) 0%, rgba(201,151,42,1) 30%, rgba(26,40,87,1) 26%, rgba(26,40,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9972a', endColorstr='#1a2857', GradientType=0 );
}

.contacto div#form_escribenos, div#form_llamanos {
    display: inline-block;
    width: 100%;
}

.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: 1em !important;
}
/* SERVICIOS */
.columnaServicios.columnas .col3 > .col12:last-child .flip-container, .columnaServicios.columnas .col3 > .col12:last-child .flipper {
    MIN-HEIGHT: 268PX !IMPORTANT;
}
.columnas.columnas2 .columnaServicios.columnas .col7 > .col3:first-child, .columnas.columnas2 .columnaServicios.columnas .col7 > .col3:first-child .flipper {
    min-height: 280px !important; 
} 
.flip-container, .front, .back {
    min-height: 279px;
}
div#banner_interior h2, div#banner_interior_clientes h2 {
    margin-top: 0;
}
.ContFormularios .formResponsive input[type="text"], .ContFormularios .formResponsive input[type="password"], .ContFormularios .formResponsive textarea, .ContFormularios .formResponsive select, .ContFormularios .formResponsive input[type="tel"] {
    width: 85% !important;
}
.ContFormularios button#enviar {
    width: 94% !important;
}
.pag_clientes_orgs ul.category.row-striped a {
    font-size: 12px; 
} 
#navigation100 {
    top: 6.428571% !important;
}
#djslider-loader100 .djslider-default .navigation-container .prev-button {
    left: -40px !important;
}
.centrar_txt {
    font-size: 1em !important;
}
img#next124 {
    right: 29%;
}
img#prev124 {
    left: 29%;
} 
.centrar_txt {
    font-size: .9em !important;
}
#djslider-loader124 {
    height: 355px !important;
} 
.video_banner {
    margin-top: -37% !important;
}
.mod_redes i {
    padding: 0 0;
        margin: 7px;
}
#mute-video {
    bottom: 81%;
}
.header, header.header.woodheader {
    height: 103px;
}
}

/********************
ORIENTACION LANDSCAPE IPPHONE 12
************************/
@media only screen and (max-width: 860px) and (orientation: landscape)
 {
.mod_redes i {
    padding: 10px;
}
iframe {
    width: 100%;
}
button.lines-button {
    padding: 18px 20px;
    top: 0;
}

.logo, header.header.woodheader .logo {
    width: 109px;
    height: auto;
    padding: 0;
}

header.header .wrapper {
    height: 43px;
}
.item-page.pag_inicio:after {
    top: 14%;
}
#e-mailit_mobileToolBox{
    display: none !important;
}
div#btn-tel-0743, div#btn-wp-3379 {
    font-size: 83%;
}
div#btn-tel-0743, div#btn-wp-3379 {
    font-size: 83%;
}

.cont_direcc.direccion p {
    width: 163%;
}

section.contacto {
    background-repeat: repeat;
    background-size: contain;
}

section.contacto:before {content: "";display: block;width: 100%;height: 15%;background: #fff;position: absolute;top: 0;}
 
.columna.col3.all-s p a {
    font-size: 1em !important;
}

.columna.col8.servicios_foot {
    width: 66%;
    padding: 0;
}


div#servicios-footer .custom:before, div#servicios-footer .custom:after {
    width: 75%;
}

.icon-nosotros {
    font-size: 67%;
}

.item-page.pag_inicio p {
    font-size: 80%;
}
.columnas.copyright .wrapper {
    width: 64%;
}
.fullmenu ul {padding: 0;}


.fullmenu ul li a {
    font-size: 80%;
}

 }

/*terminan estilos responsive*/
