/*fonts*/


/*terminan fonts*/

/*estilos generales*/
html, body {
	height: 100%;
}

#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}
#push {
    height: 70px;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight:100;
	font-style: normal;
	/* background-color:#DEDEDE; */
}
*, body {
	/* -webkit-font-smoothing: antialiased; */
}
p {
    line-height: 1.7;
}
section {
	position: relative;
	text-align: center;
	overflow: hidden;
	 z-index: 1;
}

   
.wrapper {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 2em;*/
	/* padding-top: 8em; */
}
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: 'Lato', sans-serif;
	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;
}
img {
    width: 100%;
}
/*terminan estilos generales*/

/*header*/
.header {
	display: flex;
	background: rgba(0, 0, 0, 0.44);
	border-bottom: 1px solid #f9f9f991;
	position: fixed;
	z-index: 1005;
	width: 100%;
	padding: 40px 0 10px;
	/*opacity: .7;*/
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
}

div#top_contacto {
    position: fixed;
    background: black;
    margin: 0 auto;
    width: 100%;
    /* height: 30px; */
    padding: 8px;
    text-align: right;
    /* top: 0; */
    z-index: 1010;
    color: #ffffff99;
    font-size: 80%;
}

div#top_contacto .custom {
    margin:  0 auto;
    max-width: 1176px;
    width: 90%;
}

header.header .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

div#top_contacto span {
    display: inline-block;
    margin-left: 1em;
}

div#top_contacto i {
    margin-right: 15px;
}
header.header.woodheader {
    background: rgb(0, 0, 0);
}
.logo {
	width: 260px;
}
.logo img {
	display: block;
	/* width: 100%; */
}
/*REDES*/
.redes {
    text-align: center;
    font-size: 1.2em;
    position: fixed;
	z-index: 102;
    top: 160px;
    right: 0;
}

.redes a:nth-child(odd) {
    display: block;
    background: black;
}

.redes a:nth-child(even) {
    background: #4ac0e7 !important;
    display: block;
}

.redes a{ padding:5px}
   

/*termina header*/

/*nav*/


.mainmenu ul {
	display:inline-block;
      font-size: 12px;
}
.mainmenu ul li{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.mainmenu ul li a, span.separator{
	font-weight: 400;
	font-size: 1em;
	color: #FFF;
	/* letter-spacing: .1em; */
	text-align: center;
	padding: 3px 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.mainmenu ul li a:hover, span.separator:hover{color: #4AC0E7;}

.mainmenu ul li.current a{color: #4AC0E7;}
a.current {	
}
.mainmenu ul li a:hover:before {
    bottom: -17px;
    opacity: 1;
}

.mainmenu ul li a:before {
    content: "";
    background: url(../../../images/iconos/q.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    padding-top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.15s;
    z-index: 1;
}
/*2o nivel*/
.mainmenu>ul>li>ul {
	position:absolute;
	left:0;
	top:100%;
	visibility:hidden;
	opacity:0;
	background: #272727;
	padding:15px 0;
	margin:0;
	list-style:none;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
	transform:translateY(20px);
}
.mainmenu>ul>li:hover>ul {
	transform:translateY(0);
	visibility:visible;
	opacity:1;
}
.mainmenu>ul>li.parent:before {
	/* content:''; */
	position:absolute;
	left:50%;
	bottom:-2px;
	border-bottom:15px solid #00246A;
	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: 1.1em;
}
.mainmenu>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>span {
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0 20px;
	color:#B9B9B9;
	font-size:  12px;
	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: #39c0e7;
	/* background:#ddd; */
}
/*--------*/
.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;
}
/*termina nav*/
/*COLUMNAS ====================================*/
.columnas {
	margin: 0 -14px 15px;
}
.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%;
}
.col1 {
	width: 8.33333334%;
}

/*terminan columnas*/

/*======================
	 titulos-subtitulos
============================*/
h1 {
	font-size:3em;
	font-weight:bold;
	text-align:left;
}
h2 {
	font-weight:bold;
	font-size: 1.3em;
}
h3 {
	font-size: 1.25em;
	font-weight:bold;
}
h4 {
	font-size: 1.12em;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}

h2.title {
    display: block;
    /* position: relative; */
    color: #fff;
    padding-bottom: .4em;
    vertical-align: middle;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    background: url(../../../images/iconos/q.png) left bottom no-repeat;
    background-size: contain;
    padding-left: 40px;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 1.2em;
      letter-spacing: 2px;
}

.title {
    display: inline-block;
    position: relative;
    color: #fff;
    max-width: 1200px;
    padding-bottom: 1em;
    vertical-align: middle;
    margin-bottom: 0;
}
h2.title:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 14px;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background: #4AC0E7;
}
h3.subtitulos {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #4ac0e7;
}


/*==========================
		 BOTONES 
 ===========================*/
a.button.button_pasos {
    margin: 2em auto;
}
.nos_cont a {
    display:  block;
    max-width:  max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.button {
    border: 1px solid #fff;
    text-align: center;
    padding: 1.5% 15%;
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 13px;
    max-width: 1200px;
    width: 52%;
    border-radius: 12px;
}
.button_enfoque, .button_nosotros {
    border: 1px solid #fff;
    text-align: center;
    padding: 0.5% 15%;
    position: relative;
    font-weight: 800;
    font-size: 13px;
    width: max-content;
    border-radius: 12px;
    /* display:  block; */
    margin: 1em auto;
}
.button:hover, .button_enfoque:hover, .button_nosotros:hover {
    background: #4ABDE4;
    color: #fff !important;
}
.slide-text a.button.button_pasos {
    border-color: #fff;
    position:  absolute;
    left:  0;
    bottom: 0;
    right: 0;
}
a.button.button_pasos:hover {
    background: #fff;
    color: #4ABDE4 !important;
}

/*==========================
		BANNER - HOME 
===========================*/
.slide-desc {
    HEIGHT: 100%;
    DISPLAY:  FLEX;
    align-items:  center;
    width:  100%;
}

.slide-desc-in {
    height:  100%;
    width: 100%;
    text-align:  center;
}

.slide-desc-text.slide-desc-text-default {
    display:  flex;
    height:  100%;
    align-items:  center;
    text-align:  center;
}
.slide-desc-bg-default {
    background: rgba(0, 0, 0, 0.68);
}
.slide-text {
    width: 100%;
    text-transform: uppercase;
}

.inicio .slide-text p {
    line-height: 1.2;
    letter-spacing: 3px;
}

.slide-text p {
    line-height: 1.2;
}
.txt_top{
	font-weight:700;
	font-size:2em;
}
.txt_mid{
	font-weight:500;
	font-size:3.55em;
}
.txt_btm{
	font-weight:100;
	font-size:2.4em;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    top: 90%;
    left: 0;
    margin: auto;
    text-align: center;
}
/*======================
	SEC - NOSOTROS
====================*/

#nosotros {
    position: relative;
    z-index: 1;
    background: black;
    text-align: center;
    PADDING: 3%;
}

#nosotros:after {
    content: "";
    background: url(../../../images/iconos/cara_nosotros.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    top: 0;
    text-align: center;
	    z-index: -1;
}
.nos_cont p {
    margin-bottom: 2em;
}

.item-page.pag_nosotros p {
    margin-bottom: 18px;
}

/* ==============
	servicios
==================*/
.item-page.pag_servicios p, {
    margin-bottom: 18px;
}

.servicios {
    text-align: center;
    padding: 4em 0;
    background: url(../../../images/fondos/servicios.jpg) center center no-repeat;
    background-size: cover;
    /* height: 430px; */
    margin: 0 auto;
    position: relative;
}
.servicios .slide-desc-bg-default {
    background: none;
}
div#djslider-loader103 {
    padding-bottom: 0 !important;
    position:  relative;
    z-index: 1;
}
div#navigation103 img {
    width: auto;
}
.servicios h2 {
	z-index: 1;
	margin: 0 auto;
}
#servicios .slide-text:after {
    content: "";
    display:  block;
    position:  absolute;
    width: 112%;
    height:  1px;
    background: #ffffff52;
    top: 37%;
    left:  0;
    right:  0;
    z-index: -1;
}
#servicios:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.81);
    z-index: -;
}
.insdustrias .contenido{
	z-index:1;
	position:relative;
}
/*
.paso_1 {
    margin-left: 0 !important;
}

.paso_4 {
    margin-right: 0 !important;
}


.cont_pasos {
    display: inline-flex;
    text-align: center;
    justify-content: space-between;
    width: 100%;
}
.cont_pasos > div {
    width: calc((100% -15px) /4);
    display:  flex;
    align-items: center;
    justify-content:  stretch;
    background: rgba(255, 255, 255, 0.78);
    margin: 0px 10px;
    height: 100%;
    color: #444;
    text-align: center;
    position: relative;
    margin: auto 5px;
    min-height: 250px;
}*/
.caja_icono {
    width: 46px;
    height: 46px;
    display: block;
    margin: 1em auto 2em;
    background: #000000ab;
    padding: 15px;
    border-radius: 100%;
    border: 1px solid #909090;
}
.cont_pasos > div > div {
    margin: auto;
}


/*====================
 		Clientes 
 ======================*/
.clientes{
	position:relative;
	z-index:1;
	background:white;
}
.clientes .grad{
	text-align:center;
}
.item-page.pag_inicio {
    background: #000;
    position:  relative;
}
.clientes_cont{
	display:flex;
	flex-wrap:wrap;
	max-width: 1200px;
	margin:  0 auto;
	/* position:  relative; */
}

div#clientes {
    font-size: 2.5em;
}

.clientes_izq{
	width: 36%;
	/* max-width: 300px; */
	height: 100%;
	background:url(../../../images/fondos/clientes.jpg);
	background-size:cover;
	text-align:right;
	box-sizing:border-box;
	padding-right:2em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	/* flex-wrap:wrap; */
	/* align-items:center; */
}
.clientes_izq:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.85);
}

.clientes_der{
	width: 100%;
	background: #000;
	box-sizing:border-box;
	padding-left: 400px;
	padding-top: 2em;
	padding-bottom: 2em;
}
/*==================
LISTAS
====================*/
ul li {
    list-style: none;
}
.cont_1 ul li, .cont_2 ul li {
    position:  relative;
    list-style: circle;
}
ul.list {
    padding-left: 20px;
}
.caja_txt h2 {
    margin: 1em 0;
    font-size: 1em;
    color: #fff;
}
.caja_txt p:nth-child(2) {
    /* border-bottom: 1px solid #ffffff57; */
    padding-bottom: 1em;
    text-transform: initial;
    color: #fff;
}
.cont_1 ul li:before, .cont_2 ul li:before, .soluciones ul li:before {
    /* content: ""; */
    background: url(../../../images/iconos/q.png) center center no-repeat;
    background-size: contain;
    left: -23px;
    margin: 0 auto;
    width: 4%;
    height: 100%;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}
.cont_1 {
    border-right: 1px solid;
}

.cont_2, .cont_1 {
    width: 49%;
    float: left;
    text-align: left;
    line-height: 24px;
    font-weight: lighter;
    font-size: 14px;
}
.cont_1:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 10%;
    justify-content: center;
    margin-left: -18px;
    transform: rotate(-90deg);
    position: relative;
    margin-left: 26%;
    /* margin-top: 3%; */
    padding-top: 0;
}

/*==================
INDUSTRIAS
====================*/
/* NUESTRO ENFOQUE */

.enfoque_desc {
    /* background: url(../../../images/fondos/enfoque.jpg) center center no-repeat; */
    padding: 3% 0 !important;
    content: "";
    position: relative;
    background-size: cover;
}

.nuestro_enfoque{
	text-align:center;
}
.enfoque_desc:after{
	background:black;
}
.enfoque_desc h2{
	margin-bottom:2em;
}
.enfoque_desc p{
	/* width:80%; */
	margin:0 auto;
	padding-bottom: 0.7em;
}

.enfoque_desc:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}

.button:hover{
	background: #4ABDE4;
	color: #fff !important;
}

.button_enfoque, .button_nosotros {
    border: 1px solid #fff;
    text-align: center;
    padding: 0.5% 15%;
    position: relative;
    font-weight: 800;
    font-size: 13px;
    width: 40%;
    border-radius: 12px;
}

.button_enfoque:hover, .button_nosotros:hover{
	background: #fff;
	color: #4ABDE4 !important;
}

p span {
    font-weight: bold;
}

/*enfoque 2*/

.txt_1 > div {
    width: 38%;
    display: inline-block;
    border-left: 1px solid;
}

.txt_1, .txt_2 {
	/* display: flex; */
	position:relative;
	padding-bottom: 14px;
	justify-content:  center;
	align-items:  center;
}
.txt_1 > div:first-child {
    border: none;
}
.icon_enfoque {
	    padding: 16px;
	    margin: 0 auto;
	    width: 22%;
	    display:  inline-block;
	    vertical-align:  middle;
}

.txt_enfoque {
    text-align:  left;
    margin:  0 auto;
    padding:  0;
    width: 60%;
    vertical-align:  middle;
    display:  inline-block;
}

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

/* Soluciones */

.soluciones{
	background: #000000ba;
	/* background-size:cover; */
	padding: 4em 0;
	position:  relative;
	/* z-index: -1; */
}

.soluciones:after {
    content: "";
    background: url(../../../images/iconos/textura.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;

    right: 0;
    margin: 0 auto;
    top: 0;
    /* text-align: center; */
    /* z-index: -1; */
}

.titulo_sol {
    padding-bottom: 2em;
    text-align:center;
    position:  relative;
    z-index: 1;
}

.soluciones ul {
    /* max-width: 1200px; */
    /* width: 90%; */
    text-align: left;
    color: #fff;
    /* padding-left: 130px; */
}

.caja_txt {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    /* border-bottom:  1px solid; */
    border-top: 1px solid #ffffff57;
}

.caja_img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.52);
}

.cont_soluciones {
    display: inline-flex;
    /* text-align: center; */
    /* justify-content: stretch; */
    /* align-items: center; */
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
      margin-bottom: 45px;
}
div#soluciones {
    /* font-size: 2.5em; */
}
.soluciones .wrapper {
    display: flex;
    justify-content:  space-between;
    position:  relative;
    z-index: 1;
}
div#soluciones .custom:after {
    content: "";
    display:  block;
    position:  absolute;
    height:  100%;
    width:  100%;
    background-color: rgba(0, 0, 0, 0.44);
    top: 0;
}
.cont_soluciones > div {
	width: calc((100% ) /3);
	height: 119%;
	background: rgba(255, 255, 255, 0);
	margin: 0px 10px;
	color: #444;
	text-align: center;
	position:  relative;
}
.cont_soluciones > div .button {
    position:  absolute !important;
    left:  0;
    right:  0;
    bottom: 14px !important;
    margin: 1em auto;
    display:  block;
    color: #fff;
}

.caja_img {
    width: 100%;
    margin-right: 1em;
    overflow: hidden;
    position: relative;
    max-height: 255px;
}

.soluciones ul li, ul.list li {
    position:  relative;
    margin-bottom: .5em;
    line-height: 1.7;
}

.soluciones ul li:before , ul.list li:before{
    content: "";
    background: url(../../../images/iconos/q.png) center center no-repeat;
    /* background-color: black; */
    background-size: contain;
    left: -20px;
    top: 7px;
    /* float: left; */
    margin: 0 auto;
    width: 15px;
    height: 15px;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

span.rl_tabs-toggle-inner.nn_tabs-toggle-inner img {
    height: 40px;
    display:  block;
}

a#tab-servicios-juridicos-de-alta-especializacion {
    height:  auto;
}

.rl_tabs>ul.nav-tabs>li {
    height:  auto !important;
}

span.rl_tabs-toggle-inner.nn_tabs-toggle-inner {
    display:  inline-block;
    vertical-align:  middle;
      text-align: center;
}

span.rl_tabs-toggle-inner.nn_tabs-toggle-inner img {
    width: auto !important;
      margin: 0 auto;
}

/*===================
		FOOTER
==================*/

/* Footer */

footer {
    content: "";
    background: url(../../../images/fondos/footer.jpg) center center no-repeat;
    text-align: center;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    padding: 3% 0;
}

.cont_footer {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	/* font-size: 13px; */
	border-bottom: 1px solid #fff;
	justify-content:  space-around;
	text-align:  left;
}

footer p {
	/* float:left; */
	z-index:1000;
	/* position:relative; */
}

.texto {
    display:  flex;
    align-items: right;
}
.cont_footer > div {
    width: calc((100%) /3);
    /* display:  inline-flex; */
    /* align-items:  center; */
    margin: 15px 0 15px;
}
p.derechos {
	font-size:13px;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	margin-top: 1em;
	text-align: center;
}

.cont_footer p {
    color: #fff !important;
}

.caja_icon {
    /* position: relative; */
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 auto; */
    /* z-index:1000; */
    width: 20px;
    /* margin: 0 15px; */
}

.title_footer {
	position:relative
	text-aling: left;
	/* z-index:1000; */
	font-size: 1.7em;
    text-align: left;
    line-height: 1.2;
    font-weight: 350;
    letter-spacing: 2px;
}

.contenido_txt {
    /* position: absolute; */
    left: 0;
    right: 0;
    /* bottom: 14px; */
    margin: 0 auto;
}

.cont_footer:before {
    /* content: ""; */
    position: absolute;
    height: 25px;
    border-bottom: 1px solid #f9f9f9;
    top: 31px;
    /* width: 100%; */
    justify-content: center;
    z-index:1000;
}

footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.68);
}
div#cont-contacto {
    position: relative;
    z-index: 10;
}
.cont_footer > div:first-child {
    width: 88%;
}

.cont_footer > div p {
    width: 80%;
    display:  inline-block;
    vertical-align:  middle;
    margin-left: 15px;
}

.cont_footer a {
    margin-left: 27px;
}
/* ================
	Formulario 
=================*/

.formulario {
	position:relative;
	z-index:2;
	max-width:  1200px;
	margin:  0 auto;
}

.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"] {
    border: 1px solid #fff;
    background: none;
    border-radius: 10px;
    /* height: 30px; */
    width: 100%;
    padding: 15px;
    box-sizing:  border-box;
    margin-bottom: 0;
    color: #fff;
}

button#Send, button.rsform-submit-button {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
    width: 50%;
    text-transform: uppercase;
}

button#Send:hover {
    background: #fff;
    color: #4ABDE4 !important;
    font-weight: 600;
}
div#formulario> div {width: 49%;display:  inline-block;vertical-align:  middle;}

.formRow, .formSpan12 {
    width:  100% !important;
}

.formResponsive .formHorizontal .rsform-block {
    margin: 0;
}

.formResponsive .formHorizontal .formControlLabel {
    display:  none;
    padding: 0;
}

.formResponsive .formHorizontal .formControls {
    /* width: 48%; */
    margin: 0;
    /* display:  inline-block; */
}

.rsform-block.rsform-block-name, .rsform-block.rsform-block-apellido, .rsform-block.rsform-block-email, .rsform-block.rsform-block-empresa {
    width: 49%;
    display: inline-block;
}

input::placeholder, textarea::placeholder {
    color: #fff !important;
}

.rsform-block.rsform-block-send {
    text-align:  right;
}

.formResponsive .formHorizontal p.formDescription {
    margin: 0;
}

/*******MENSAJES DE ERROR ******/

.formRed {
    color: #4ac0e7;
    margin-bottom: 1em;
}

.formResponsive .formError {
    color: #4ac0e7;
}

.formResponsive input.rsform-error, .formResponsive textarea.rsform-error, .formResponsive select.rsform-error {
    color: #ffffff;
    border-color: #4ac0e7;
}

/*============================
			INTERNAS
=============================*/
.item-page.pag_nosotros {
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
}
.titulo_internas img {
    max-width: 50px;
    margin:  1em auto;
}

.titulo_internas {
    text-align:  center;
    margin-top: 1em;
}

.titulo_internas h2 {
    color: #333;
}
ul#slider92  > li:before, ul#slider103 > li:before {
    display: none;
}
.djslider-default ul.djslider-in > li:before {
    content: "";
    display:  block;
    position:  absolute;
    width:  100%;
    height:  100%;
    background: rgba(0, 0, 0, .65);
}
.item-page.pag_servicios {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    color: #333;
    line-height: 1.7;
}
/*tabs*/

.rl_tabs .nav-tabs, .rl_tabs.outline_handles ul.nav-tabs>li a, .rl_tabs.outline_handles ul.nav-tabs>li a:hover {
    border-bottom: 1px solid #4ac0e7 !important;
}
.rl_tabs.top>ul.nav-tabs>li.active a, .rl_tabs.top>ul.nav-tabs>li.active a:hover {
    border-bottom-color: transparent !important;
}
.rl_tabs.top>ul.nav-tabs>li.active>a:focus, .rl_tabs.top>ul.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 -2px 2px rgb(74, 192, 231);
    -moz-box-shadow: 0 -2px 2px rgba(234,176,63,.5);
    box-shadow: 0 -2px 2px rgb(74, 192, 231);
}
.rl_tabs>ul.nav-tabs>li.active>a:focus, .rl_tabs>ul.nav-tabs>li>a:focus {
    outline: 0;
    border-color: #4ac0e7;
}
.rl_tabs.outline_content>.tab-content { border:none;}