body {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #979797;
    background-color: #fff;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

::selection {
    background: #40C0F2;
    color: #fff;
    text-shadow: none;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.g-recaptcha-response {
	display: block !important;
	position: absolute;
	margin: -78px 0 0 0 !important;
	width: 302px !important;
	height: 76px !important;
	z-index: -999999;
	opacity: 0;
}

.g-recaptcha {
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: right;
}

/* estilos para que el footer esté abajo del todo */
html{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    height: 100%;
}
header{
   /* We want the header to have a static height, 
   it will always take up just as much space as it needs.  */
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 0 0 auto;
}

.main-content{
   /* By setting flex-grow to 1, the main content will take up 
   all of the remaining space on the page. 
   The other elements have flex-grow: 0 and won't contest the free space. */
   /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 1 0 auto;
}

footer{
   /* Like the header, the footer will have a static height - it shouldn't grow or shrink.  */
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 0 0 auto;
}
/* jota css */

.top{
	background:#353434;
	color:#fff;
}
.infotop{
	color:#fff;
	font-size:15px;
	font-weight:600;
	padding:10px 0;
}

.infotop a{
	color:#fff;
	display:inline-block;
	margin-left:20px;
	font-weight:400;
}
.infotop a:hover{
	color:#40C0F2;
	text-decoration:none;
}
.infotop i{
	font-size:18px;
	padding-top:2px;
	color:#40C0F2;
	margin-right:4px;
}
.calltac_top{
	text-align:right;
}
.calltac_top a:not(.llamar){
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	display:inline-block;
	padding:11px 30px 11px 55px;
	color:#fff;
    background: -webkit-linear-gradient(right, #2089d9 0%, #40C0F2 60%);
    background: linear-gradient(to left, #2089d9 0%, #40C0F2 60%);
	position:relative;
}

.calltac_top a span{
	background:url(img/ico_calltoaction.png) no-repeat center center;
	display:inline-block;
	width:41px;
	height:39px;
	position:absolute;
    top: 4px;
    left: 9px;
}
.calltac_top a:hover{
    background: -webkit-linear-gradient(right, #2089d9 0%, #2089d9 100%);
    background: linear-gradient(to left, #2089d9 0%, #2089d9 100%);
	text-decoration:none;
}
.logo{
	text-align:center;
	padding:30px 0;
}

@media only screen and (max-width: 767px) {
.infotop{
	text-align:center;
}
.calltac_top{
	text-align:center;
}
.calltac_top a{
	width:100%;
}
.col-sm-6.calltac_top{
	padding-left:0px;
	padding-right:0px;}
}
/*menu*/

.navbar-default{
	background:#fff;
	border-bottom:none;
	text-align:center;
}
.navbar-nav{
	text-align:center;
}
.navbar-nav{
	float:none;
}
.navbar-nav>li{
	float:none;
	display:inline-block;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
    color: #484848;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #40C0F2;
    background: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #40C0F2;
}
.nav>li {
    padding: 0px 40px;
}
.nav>li>a {
    padding:20px 0px 0px 0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background:none;
    color: #40C0F2;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #40C0F2;
    text-decoration: none;
    background: none;
}
.dropdown-menu {
    position: absolute;
    top: 119%;
    left: 39px;
}


@media only screen and (max-width: 991px) {
.nav>li {
    padding: 0px 20px;
}
.navbar-default .navbar-toggle {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
    color: #484848;
	padding:40px;
}
.navbar-toggle {
	padding:9px 25%;
	float:none;
}
}

@media only screen and (max-width: 767px) {
.navbar-default{
	border:none;
	z-index: 1;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #40C0F2;
	color:#fff;
}
.navbar-nav>li{
	display:block;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
	padding-right: 0;
	padding-left: 0;-webkit-box-shadow: 0px 9px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 25px -12px rgba(0,0,0,0.75);
box-shadow: 0px 9px 25px -12px rgba(0,0,0,0.75);
}
.nav>li {
    padding: 0px 0px;
}
.nav>li:last-child {
	padding-bottom: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	text-align:center;
}
.dropdown-menu .divider {
    width: 50%;
    margin: 1px auto;
}
.navbar-nav {
    margin: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
}


/*footer */

.footer{
	background:#f8f8f8;
	padding:30px 0;
}
.menufooter{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
    color: #484848;
}
.menufooter a{
    color: #484848;
}
.menufooter a:hover{
    color: #40C0F2;
	text-decoration:none;
}
.menufooter ul{
	padding-left:0px;
}
.menufooter li{
	list-style:none;
	margin-bottom:10px;
}
.menufooter li ul{
	margin-bottom:15px;
}
.menufooter li ul li{
	padding-left:20px;
}

.menufooter li ul li a{
	color:#696969;
}
.logofooter{
	text-align:center;
	font-size:14px;
	color:#363636;
	line-height:1.6em;
}

.logofooter a{
    color: #363636;
}
.logofooter a:hover, .menu_legal a:hover{
    color: #40C0F2;
	text-decoration:none;
}
.logofooter img{
	display:block;
	margin:auto;
	margin-bottom:15px;
}
.menu_legal{
	text-align:right;
}
.menu_legal a{
	color:#474747;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	display:block;
	margin-bottom:5px;
}

@media only screen and (max-width: 991px) {
	.logofooter{
		margin-bottom:25px;}
}

/*inicio*/

.slider{
	min-height:396px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center center;
    max-width: 100%;
	background-image:url(img/inicio/bg_slider.jpg);
}

.tit_slider{
	background:rgba(254,253,253,0.95);
	margin-top:65px;
	font-family: 'Montserrat', sans-serif;
}
.tit_slider h1{
	padding:20px 0px 14px 30px;
	font-size:42px;
	color:#232323;
	position:relative;
	display:inline-block;
	font-weight:400;
}
.tit_slider h1::after{
	content:'Colegiada nº 403';
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color:#979797;
	font-weight:300;
	font-style:italic;
	position:absolute;
	bottom:0;
	right:0;
}
.tit_slider h2{
	padding:10px 0px 35px 30px;
	font-size:40px;
	margin:0px;
	color:#40C0F2;
	font-weight:400;
}
.tit_slider a{
	display:block;
	background:#40C0F2;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:15px 0;
}
.tit_slider a:hover{
	text-decoration:none;
	background:#2089d9;
}
.call_telefono{
	background:#f8f8f8;
	padding:0px 0 30px 0;
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	color:#696969;
	text-align:center;
	margin-bottom:30px;
	position:relative;
}
.call_telefono a:not([href^='tel']){
	display:inline-block;
	line-height:1em;
	padding-bottom:1px;
	color:#696969;
	font-size:20px;
	border-bottom: 1px solid #40C0F2;
}
.call_telefono a:hover{
	color:#40C0F2;
	text-decoration:none;
}
.call_telefono span{
	display:inline-block;
	width:68px;
	height:68px;
	margin-top:-30px;
	position:absolute;
	top:8px;
	left:48%;
	left:calc(50% - 34px);
	z-index:1;
	color:#fff;
}
.call_telefono span::after{
    width: 48px;
    height: 48px;
    position: absolute;
    top: -2px;
    right: 11px;
    background: #40C0F2;
    content: '';
    z-index: -1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.call_telefono p {
    margin: 0 0 -10px;
}

.call_telefono::after{
    width: 47px;
    height: 23px;
    position: absolute;
    top: 153px;
    right: 48%;
	right:calc(50% - 23px);
    content: '';
	background: url(img/inicio/flecha_tlf.png) no-repeat center center;
}

.textoincio{
	text-align:center;
	font-weight:300;
	font-size:24px;
	font-style:italic;
	margin-bottom:45px;
}
.textoincio h3{
	font-size:24px;
	font-weight:600;
}

.textoincio strong{
	font-weight:500;
}
.servicios{
	text-align:center;
	margin-bottom:30px;
}
.servicios h4{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#232323;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
}

.servicios h4::after{
    content: "";
    background: #40C0F2;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 42%;
    left: calc(50% - 25px);
}

.servicios a{
    color: #40C0F2;
	margin-top:15px;
	background:#fff;
	display:inline-block;
	padding:5px 25px;
	border:1px solid #cfcfcf;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}
.servicios a:hover{
    color: #fff;
	background:#40C0F2;
	border:1px solid #40C0F2;
	text-decoration:none;
}
a.serv_representacion{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width:115px;
	height:115px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:center center;
}
a.serv_representacion:hover{
	background-repeat:no-repeat;
	background-position:center center;
}
a.s-one{
	background-image:url(img/inicio/ico1.png);
}
a.s-one:hover{
	background-image:url(img/inicio/ico1_over.png);
}
a.s-two{
	background-image:url(img/inicio/ico2.png);
}
a.s-two:hover{
	background-image:url(img/inicio/ico2_over.png);
}
a.s-three{
	background-image:url(img/inicio/ico3.png);
}
a.s-three:hover{
	background-image:url(img/inicio/ico3_over.png);
}

.servicios p{
	min-height:66px;}
	
.ctoaction{
	margin-top:20px;
}
.img-granada{
	min-height:578px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center center;
    max-width: 100%;
	background-image:url(img/inicio/procurador-granada.jpg);
}
.formct{
	padding:30px;
	background:#40C0F2;
	color:#fff;
	min-height:578px;
}
.formct h4{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#fff;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
}

.formct h4::after{
    content: "";
    background: #fff;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.formct input, .formct textarea{
	padding:10px 15px;
	width:100%;
	background:#fff;
	border:none;
	font-size:16px;
	font-weight:400;
	color:#363636;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	background-position:8px 50%;
	background-repeat:no-repeat;
	margin-bottom:15px;
}

.formct input::-webkit-input-placeholder, .formct textarea::-webkit-input-placeholder{
    color:#363636;
}

.formct input:focus::-webkit-input-placeholder, .formct textarea:focus::-webkit-input-placeholder{
    color:#adadad;
}
.formct input:focus, .formct textarea{
	outline: none;
}
.poli-cta{
	font-size:15px;
} 
.poli-cta input{
	width:auto;
}
.poli-cta label{
	margin-left:4px;
	font-weight:400;
}
.poli-cta label a{
	color:#fff;
	font-weight:600;
}
.formct input[type=submit]{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color:#40C0F2;
	text-align:center;
	width:auto;
	float:right;
	border:1px solid #fff;
	font-size:14px;
	padding:8px 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.formct input[type=submit]:hover{
	background:#40C0F2;
	color:#fff;
	border:1px solid #fff;
}

@media only screen and (max-width: 767px) {
	.tit_slider{
		text-align:center;
	}
	.tit_slider h1, .tit_slider h2{
		font-size:30px;
		padding:15px;
	}
	.tit_slider h1::after{
		right:30%;
	}
	.textoincio{
		font-size:18px;
		font-weight:400;
	}
	.textoincio strong{
		font-size:18px;
		font-weight:600;
	}
	.servicios p{
		min-height:inherit;
	}
	.img-granada{
		min-height:210px;}
	.formct h4 br, .servicios h4 br{
		display:none;}
	.formct input[type=submit]{
		float:none;
		text-align:center;
	}
	.env_in{
		text-align:center;}
}
@media only screen and (max-width: 450px) {
	.calltac_top a span{
		left: 6%;
	}
}

.tits_top{
	height:146px;
	text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center center;
    max-width: 100%;
	background-image:url(img/servicios/bg_tits.jpg);
	margin-bottom:44px;
}
.outer{
	height:146px;
}
.outer .inner_tits{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner_tits{
	 color:#fff;
    vertical-align: middle;
    text-align: center;
}
.inner_tits h1{
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	font-weight:400;
	color:#fff;
	position:relative;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	margin-bottom:10px;
}

.inner_tits h1::after{
    content: "";
    background: #fff;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 42%;
    left: calc(50% - 25px);
}
.inner_tits h2{
	padding:0px;
	margin:0px;
	font-style:italic;
	font-size:24px;
	font-weight:300;
}
.textserv {
	color:#767676;
	font-size:16px;
	line-height:1.8em;
}
.textserv ul{
	padding:0px;
	margin:0px;
	margin:30px 0;
}

.textserv ul li{
	padding:0px;
	margin:0px;
	list-style:none;
	font-weight:600;
	font-size:18px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #f2f2f2;
	padding-left:33px;
	background:url(img/servicios/ico_procuradora.png) no-repeat 0px 1px;
}

.ver_mas_ser{
	text-align:center;
	color:#979797;
	margin-bottom:40px;
}

.ver_mas_ser a{
	color:#40C0F2;
	font-weight:600;
	display:inline-block;
	border-bottom:2px solid #d3ecff;
}
.ver_mas_ser a:hover{
	color:#40C0F2;
	text-decoration:none;
	border-bottom:2px solid #40C0F2;
}

.calltoaction{
	background:#f8f8f8;
	padding:25px;
	margin-bottom:40px;
}

.calltoaction h3, .tribunales h2, .contacto h2{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:400;
	color:#3d3d3d;
	position:relative;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	margin-bottom:25px;
}

.calltoaction h3::after, .tribunales h2::after, .tribunal_cont h3::after, .contacto h2::after{
    content: "";
    background: #40C0F2;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.calltoaction input, .calltoaction textarea, .contacto input, .contacto textarea{
	padding:10px 15px;
	width:100%;
	background:#fff;
	border:none;
	font-size:16px;
	font-weight:400;
	color:#363636;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	background-position:8px 50%;
	background-repeat:no-repeat;
	margin-bottom:15px;
	border:1px solid #40C0F2;
}

.calltoaction input::-webkit-input-placeholder, .calltoaction textarea::-webkit-input-placeholder. , .contacto input::-webkit-input-placeholder, .contacto textarea::-webkit-input-placeholder{
    color:#363636;
}

.calltoaction input:focus::-webkit-input-placeholder, .calltoaction textarea:focus::-webkit-input-placeholder, .contacto input:focus::-webkit-input-placeholder, .contacto textarea:focus::-webkit-input-placeholder{
    color:#adadad;
}
.calltoaction input:focus, .calltoaction textarea, .contacto input:focus, .contacto textarea{
	outline: none;
}
.calltoaction .poli-cta input, .contacto .poli-cta input{
	width:auto;
}
.calltoaction .poli-cta label, .contacto .poli-cta label{
	font-size:14px;
}

.calltoaction .poli-cta label a, .contacto .poli-cta label a{
    color:#40C0F2;
}

.calltoaction input[type=submit]{
	color:#40C0F2;
	text-align:center;
	width:100%;
	margin-top:10px;
	border:1px solid #cfcfcf;
	font-size:14px;
	padding:8px 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.calltoaction input[type=submit]:hover{
	background:#40C0F2;
	color:#fff;
	border:1px solid #fff;
}


.tribunales h2 span, .contacto h2 span{
	color:#40C0F2;
}
.map_tribunales{
	height:650px;
	margin-bottom:40px;
}
.t_con_in{
	margin-bottom:40px;
}
.t_con_in img{
	max-width:100%;
	height:auto;
}
.tribunal_cont {
	margin-bottom:40px;
	padding-left:25px;
}

.tribunal_cont h3{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#3d3d3d;
	position:relative;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	margin-bottom:15px;
}
@media only screen and (max-width: 771px) {
	.tribunal_cont {
		padding-left: inherit;
		margin-bottom:20px;
	}
	.t_con_in{
		margin-bottom:20px;
	}
	.tribunal_cont br{
		display:none;
	}
}

.map_tribunales_sta_fe{
	height:430px;
	margin-bottom:40px;
}
.google_carmen{
	text-align:center;
	font-size:14px;
	color:#767676;
	font-weight:500;
	font-family: 'Open Sans', sans-serif;
}
.google_carmen h5{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#3d3d3d;
	position:relative;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.google_carmen span{
	display:block;
	background:#40C0F2;
	color:#fff;
	padding:3px 15px;
	margin:auto;
	margin-top:10px;
}

.listadopartidos{
	border-top:1px solid #dcdcdc;
	padding-top:25px;
}
.listadopartidos h4{}



.listadopartidos h4{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	text-align:center;
	font-weight:400;
	color:#3d3d3d;
	position:relative;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	margin-bottom:25px;
}

.listadopartidos h4::after{
    content: "";
    background: #40C0F2;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 42%;
    left: calc(50% - 25px);
}

.listadopartidos ul{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.listadopartidos ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}
.listadopartidos ul li:first-child{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#3d3d3d;
	padding:7px 0px 7px 10px;
	background:#ebebeb;
}
.listadopartidos ul li.direc_part{
	border-bottom:1px solid #ededed;
	padding:10px 0 10px 25px;
	background:url(img/tribunales_granada/ico_loc.png) no-repeat 3px 10px;
}
.listadopartidos ul li.telf_part{
	padding:10px 0 10px 25px;
	background: url(img/tribunales_granada/ico_telf.png) no-repeat 0px 10px;
}
.resultado_email{
	display:none;
	color: red;
}

.direc_carmen{
	padding:15px 0;
	text-align:center;
	margin-bottom:15px;
	color:#333333;
	background:#f6f6f6;
	font-size:18px;
	font-weight:400;
}

.contacto{
	margin-bottom:40px;
}
.contacto .poli-cta{
	padding-top:20px;
}

.contacto input[type=submit]{
	color:#40C0F2;
	text-align:center;
	width:auto;
	margin-top:10px;
	border:1px solid #cfcfcf;
	font-size:14px;
	padding:12px 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contacto input[type=submit]:hover{
	background:#40C0F2;
	color:#fff;
	border:1px solid #fff;
}
.env_con{
	text-align:right;
}
.tel_contacto{
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	color:#696969;
}
.tel_contacto a{
	font-size:18px;
	margin:0px 0px 20px 0px;
	color:#696969;
	border-bottom:1px solid #40C0F2;
	display:inline-block;
}
.tel_contacto a:hover{
	text-decoration:none;
	color:#40C0F2;
}
.tel_contacto span{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	display:block;
	color:#767676;
}
.logo_dtic{
	margin-top:20px;
}
@media only screen and (max-width: 991px){
.navbar-default .navbar-toggle {
    padding: 10px 100px;
}
}
.alert-contacto {
	display: none;
	margin-top: -20px;
	font-size: 12px;
}