body {
	background: #fff;
	padding-bottom: 0;
	
}

a,
input:hover
input:active, 
input:focus, 
textarea:active,
textarea:hover,
textarea:focus, 
button:focus,
button:active,
button:hover
{
    outline:0px !important;
}

a {cursor: pointer;}

.clear {
	clear: both;
}

.content {
	min-height: calc(100vh - 5rem);
}

.campana {
	padding-top: 101px;
}


.cover {
	text-align: center;
}

.cover-heading {
	color: #88b52a;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.cover_productos {
	padding: 40px 0;
}

.lead {
	color: #3d3d3d;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.btn_call {
	background: #88b52a;
	border-radius: 18px;
	border: solid 6px #d5e2b8;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	padding: 16px;	
	text-transform: uppercase;
}

.btn_call:hover {
	color: #88b52a;
	background: #fff;
	border: solid 6px #88b52a;
}

.btn_call:focus, .btn_call.focus {
	background: none;
	border: none;
	color: #fff;
	

}


.glyphicon-chevron-left:before {
  	background: url("img_n/nav_left.png") no-repeat;
  	width: 28px;
  	height: 48px;
  	display: block;
  	font-size: 0;
}

.glyphicon-chevron-right::before {
	background: url("img_n/nav_right.png") no-repeat;
	width: 28px;
	height: 48px;
	display: block;
	font-size: 0;

}

.carousel-indicators {
	display: none;
}

.bg-video {
   background: transparent url('img_n/poster_video_abogados.jpg') 50% 50% / cover no-repeat ;
 }
 
 .poster_v {
	 width: 100%;
	 z-index: 9999999;
}

.box-video{
  position: relative;
  width: 100%;
  margin:0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}

 
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.content_rrss {
	background: #f7e03b;
	max-width: 1130px;
	margin: auto;
	padding: 20px;
	text-align: center;
	margin-top: 18px;
}

.content_rrss h1 {
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
}

.content_rrss span {
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	
	text-transform: uppercase;
	font-size: 25px;
}

.rrss_comp {
	display: inline-block;
	margin-top: 20px;
	margin-right: 50px;
}

.rrss_comp img {
	width: 100%;
	max-width: 338px;
}

.txt_edad {
	font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding-top: 16px;
    text-transform: uppercase;
    
}



#filtro-edad {
    color: #333;
    font-weight: normal;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

#filtro-edad h1 {
    color: #000;
    font-size: 48px;
    margin-top: 88px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#filtro-edad h2 {
    font-size: 36px;
    color: #000;
    margin: 0;
    margin-bottom: 44px;
}

#filtro-edad p.texto1 {
    font-size: 36px;
    line-height: 38px;
    margin: 220px auto 20px;
    max-width: 635px;
}


#filtro-edad input {
	border: none;
    font-size: 34px;
    font-weight: 200;
    height: 86px;
    letter-spacing: 40px;
    padding-left: 35px;
    width: 157px;
    
}

.input_age_1 {
	background: url("../img/bg_age_1.png") no-repeat;
	color: #fff;
	
}
.input_age_2 {
	background: url("../img/bg_age_2.png") no-repeat;
	color: #59b831;
	
}
.input_age_3 {
	background: url("../img/bg_age_3.png") no-repeat;
	color: #fff;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.filtroedad {
	background: url("../img/bg_filtro_edad2.jpg") no-repeat #70B500;
	background-size: cover;
	background-position: center -22px;
    color: #fff;
    min-height: auto;
    position: relative;
    text-align: center;
    	
}

.logo_filtroedad {
	text-align: center;
}

.btn_shandy {
   background-color: transparent;
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    color: #ffffff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 36px !important;
    padding: 14px 56px 6px !important;
}



.btn_shandy:hover,
.btn_shandy:focus,
.btn_shandy:active,
.btn_shandy.active,
.open .dropdown-toggle.btn_shandy {
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  text-decoration: none;
}

.btn_shandy:active,
.btn_shandy.active,
.open .dropdown-toggle.btn_shandy {
  background-image: none;
  text-decoration: none;
}

.btn_entrar_home {
    margin-top: 30px;
}

.txt_cookies {
	color: #000;
    margin: 40px auto;
    max-width: 500px;
    text-align: center;
    width: 100%;
}

.lata_home_left {
	display: inline-block;
	float: left;
}

footer {
	margin-top: 0;
}



.nav_footer {
	display: table;
	margin: 10px auto 10px;
	
}

.nav_footer > li > a {
	padding: 0 4px 10px;
	text-decoration: underline;
}

.lata_home {
	position: absolute;
	bottom: -50px;
	right: 0;
}


.footerm {
	position: relative;
	bottom: 0;
	text-align: center;
	background: #1E1E1D;
	font-size: 10px;
	text-align: center;
	min-height: 5rem;
}

.footerm ul li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.footerm ul li a:hover {
	background: transparent!important;
	color: #C5C4C8;
}

.footerm p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 2px;
	text-align: center;
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}



@media (max-width: 1400px) {
	#filtro-edad {
		bottom: -89px;
	}

}

@media (max-width: 1116px) {
  #filtro-edad h1 {
    font-size: 38px;
    color: #333;
  }
  
  #filtro-edad h2 {
	  font-size: 26px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
	#filtro-edad {
		bottom: 0;
	}
	
	.filtroedad {
		background-size: 100%;
	}
	
	.lata_home {
		bottom: -50px;
	}

}

@media (max-width: 847px)  {
	.content {
		min-height: calc(100vh - 5rem);
  }
	.filtroedad {
		background-size: 140%;
	
	}
	
	.filtro-edad-mobil .mayor_edad {
		margin-bottom: 69px!important;
	}
	
	 #filtro-edad {
		bottom: 240px!important;
  }

	
}




@media (max-width: 991px) {
  .img_slider_c {
    left: 0;
    
  }
  .navbar-nav {
 	 margin-left: 27px;
  }
  .rrss_comp {
	  display: block;
	  margin-right: 0;
  }
}

@media (max-width: 768px) {
    
   #filtro-edad h1 {
    font-size: 34px;
  }
  
  #filtro-edad h2 {
	  font-size: 22px;
  }
  .content {
		min-height: calc(92vh - 5rem);
  }

  
  .filtro-edad-mobil .mayor_edad {
		margin-bottom: 69px!important;
	}
	
	 #filtro-edad {
		bottom: 290px!important;
  }
  .lata_home {
		bottom: -124px;
	}


  
  
}

@media (max-width: 767px) {
  .navbar-brand img {
	  width: 79px;
  }
  .navbar-brand {
	  padding-top: 6px;
	  
  }
  
  .nav_rrss {
	  display: none;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
  border-bottom: none;
  	color: #000;
  	background: transparent;
  }

	.navbar-default .navbar-nav > li > a {
	  color: #000;
	  font-family: 'Josefin Sans', sans-serif;
	  font-size: 14px;
	  font-weight: 600;
	  padding-bottom: 4px;
	  text-transform: uppercase;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  border-bottom: 2px solid #f7e03b;
  color: #000;
  }
  
  
  
  
  
  
  

  
}




@media (max-width: 660px) {
  .img_slider_c  {
    width: 200px;
    float: none;
    display: block;
  }
  
  .carousel-caption {
    right: 0;
    left: 132px;
    width: 300px;
  }
  
  .content_rrss h1 {
	  font-size: 20px;
  }
  
  .cover_productos {
	  padding-top: 0;
  }
  .bg-video {
   background: transparent url('img_n/poster_video_abogados_mb.jpg') 50% 50% / cover no-repeat ;
 }
 
  #filtro-edad h1 {
    font-size: 24px;
  }
  
  #filtro-edad h2 {
	  font-size: 22px;
  }
  .content {
		min-height: calc(100vh - 5rem);
  }
  
  .filtro-edad-mobil {
	  text-align: center;
  }

  
  .filtro-edad-mobil .mayor_edad {
		margin-bottom: 59px!important;
	}
	
	 #filtro-edad {
		bottom: -30px!important;
		padding-right: 50px;
		padding-left: 30px;
  }
  
  .btn_shandy {
	  border: 2px solid rgba(255, 255, 255, 0.4);
	  font-size: 20px !important;
	  padding: 10px 52px 6px !important;
   }
   
   .lata_home img {
	   width: 120px;
   }
   
   .btn_edad_o {
   
	  
   }



}

@media (max-width: 420px) {

	.filtroedad {
		  background-position: center 0px; 
	}
	.content {
		min-height: calc(90vh - 5rem);
  }


	 .filtro-edad-mobil .mayor_edad {
		margin-bottom: 59px!important;
	}
	
	 #filtro-edad {
		bottom: 130px!important;
		padding-right: 30px;
		padding-left: 10px;
  }

	
}


@media (max-width: 391px) {
	.sep_footer {
		display: none!important;
	}
}


@media (max-width: 380px) {
	.footerm ul li a {
		padding-right: 4px;
		padding-left: 4px;
	}
}

@media (max-width: 360px) {
  .img_slider_c  {
    width: 200px;
    float: none;
    display: block;
    left: -70px;
  }
  
  .carousel-caption {
    right: 0;
    left: 82px;
    width: 200px;
    margin-top: 60px;
  }

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) { 
	.filtro-edad-mobil {
		margin-top:  40px;
		position: relative;
		z-index: 9999999;
		height: 500px;
		padding-top: 300px;			
		
		}
		.lata_home {
			bottom: 0;
		}
		.content {min-height: 400px;}
		
		.filtro-edad-mobil .mayor_edad {
			margin-bottom: 40px!important;
			
		}
		


 }
 
 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) { 
	.filtro-edad-mobil {
		margin-top:  40px;
		position: relative;
		z-index: 9999999;
		height: 500px;
		padding-top: 200px;				
		}
		
		.lata_home {
			bottom: -40px;
		}
		
		.content {min-height: 330px;}
		.filtro-edad-mobil .mayor_edad {
			margin-bottom: 40px!important;
			
		}


		
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

	.filtro-edad-mobil {
		margin-top:  40px;
		position: relative;
		z-index: 9999999;
		height: 500px;
		padding-top: 170px;			
		
		}
		.lata_home {
			bottom: -40px;
		}
		.content {min-height: 400px;}
		
		.filtro-edad-mobil .mayor_edad {
			margin-bottom: 40px!important;
			
		}

	
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.filtro-edad-mobil {
		margin-top:  40px;
		position: relative;
		z-index: 9999999;
		height: 500px;
		padding-top: 330px;			
		
		}
		.lata_home {
			bottom: -60px;
		}
		.content {min-height: 400px;}
		
		.filtro-edad-mobil .mayor_edad {
			margin-bottom: 40px!important;
			
		}

 }















