/*! GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #036;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #369;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #036;
}
.img-centered {
    margin: 0 auto;
}
section {
    padding: 40px 0;
}
@media(min-width:992px) {
    section {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
    }
}
::-moz-selection {
    text-shadow: none;
    background: #ddd;
}
::selection {
    text-shadow: none;
    background: #ddd;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #ddd;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
.e30 {
	margin-top: 30px;
}

/* NAVEGACION */
.navbar-default {
	background-color: #fff;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	padding: 0px;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 168px;
	margin-top: 10px;
	margin-left: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 10px;
}
.navbar-default .navbar-collapse {
	border-top-width: 1px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #fff;
	margin-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #369;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .nav li a {
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #fff;
	background-color: #036;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #fff;
    background-color: #036 !important;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}
.icono-tel-top {
	font-size: 15px !important;
	margin-right: 6px;
	margin-left: 6px;
	color: #036;
}
.insta-top,
.face-top {
	font-size: 24px !important;
	line-height: 24px !important;	
}
.link-shop-top {
	display: inline-block;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	color: #666;
}
.link-fono-top {
	display: inline-block;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	color: #036;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}
@media(min-width:992px) {
    .navbar-default {
		background-color: transparent;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
    }
	.navbar-default .navbar-collapse {
		border:none;
	}	
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 51px;
		width: 268px;
		margin-left: 0px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		margin-top: 20px;
		margin-bottom: 20px;
	}		
	.tel-top {
		font-size: 16px;
		color: #036;
		line-height: 20px;
	}
	.navbar-default .nav li a {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 31px;
		color: #666;
	}
	.navbar-default .nav li a:hover,
	.navbar-default .nav li a:focus {
		outline: 0;
		color: #036;
		background-color: #fff;
	}
	.navbar-default.navbar-shrink  {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		background-color: #CCC;
    }	
	.navbar-default.navbar-shrink .navbar-brand {
		background-image: url(../imagenes/logo-1.jpg);
		height: 51px;
		width: 268px;
		margin-top: 10px;
		margin-bottom: 10px;
    }
	.navbar-default.navbar-shrink .nav li a {
		margin-top: 21px;
	}	
	.navbar-default.navbar-shrink .area-top {
		margin-top: 8px;
	}	
	.navbar-right {
		background-color: transparent;	
	}
	.cabecera {
		padding-right: 30px;
		padding-left: 30px;
		background-color: #fff;
    }
	.menu-top {
		text-align: center;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		text-transform: uppercase;
		background-color: rgba(255,255,255,.7);
		font-size: 14px;
		line-height: 16px;
	}
	.menu-top a {
		padding-right: 12px;
		padding-left: 12px;
		padding-top: 14px;
		padding-bottom: 13px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		margin: 0px;
		letter-spacing: 1px;
		display: inline-block;
		color: #333;
	}
	.menu-top a:hover,
	.menu-top a:focus{
		color: #036;		
	}
	.menu-top ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;		
	}
	.menu-top li {
		display: inline-block !important;	
	}

	.area-top {
		font-size: 14px;
		margin-top: 18px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999;
		line-height: 28px;
		margin-right: 15px;
		padding-right: 15px;
		text-align: right;
	}
	.tel-top {
		font-size: 17px;
		color: #036;
		line-height: 20px;
	}
	.icono-tel-top {
		font-size: 15px !important;
		margin-right: 7px;
		margin-left: 7px;
		color: #036;
	}
	.insta-top,
	.face-top {
		font-size: 28px !important;
		line-height: 28px !important;	
	}
	.face-nav a{
		padding: 0px !important;
		margin-right: 16px;
	}
	.insta-nav a {
		padding: 0px !important;
		margin-right: 16px;
	}
	.in-nav a {
		padding: 0px !important;
	}
}	
@media(min-width:1200px) {	
	 .cabecera {
		padding-right: 50px;
		padding-left: 50px;
    }
	.area-top {
		font-size: 15px;
		margin-top: 18px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999;
		line-height: 28px;
		margin-right: 30px;
		padding-right: 30px;
		text-align: right;
	}
	.tel-top {
		font-size: 18px;
		color: #036;
		line-height: 20px;
	}
	.icono-tel-top {
		font-size: 16px !important;
		margin-right: 7px;
		margin-left: 7px;
		color: #036;
	}
}
@media(min-width:1360px) {
    .cabecera {
		padding-right: 110px;
		padding-left: 110px;
    }
	.menu-top a {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.portfolio-modal .modal-content {
	padding: 60px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255,255,255,1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.portfolio-modal .modal-content img {
	margin-bottom: 20px;
}
.area-tel-modal {
	display: block;
	margin-bottom: 24px;
}
.area-tel-modal p {
	font-size: 16px;
	line-height: 20px;
}
.area-tel-modal p a{
	margin-bottom: 6px;
	display: inline-block;
}
.area-tel-modal i{
	margin-right: 7px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .6;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 25px;
    margin-left: 25px;
    background-color: #036;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 25px;
    background-color: #036;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-recetas {
	cursor: pointer;	
}
.dropdown .dropdown-menu {
	background-color: #eee !important;
	margin: 0px;
	border: none;
	border-radius:0px !important;	
		box-shadow:none !important;
}
.dropdown .dropdown-menu li a {
	margin: 0px;
	font-size: 14px !important;
	line-height: 18px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	color: #036 !important;
	background-color: #eee;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a.active {
	border-radius: 0px;
	color: #fff !important;
	background-color: #036 !important;
}
.dropdown .dropdown-toggle {
	background-color: #fff !important;
	color: #333 !important;
	padding-bottom: 8px;

}
.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active,
.dropdown .dropdown-toggle.active {
	background-color: #eee !important;
	color: #036 !important;

}
.dropdown .dropdown-toggle.activo {
	color: #fff !important;
	background-color: #036 !important;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		background-color: #eee !important;
		margin: 0px;
		border: none;
		border-radius:0px !important;	
	}
	.dropdown .dropdown-menu li {
		display:block !important;
	}	
	.dropdown .dropdown-menu li a {
		margin: 0px;
		font-size: 14 px !important;
		line-height: 18px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		color: #036 !important;
		background-color: #eee;
		display:block !important;
	}
	.dropdown .dropdown-menu li a:hover,
	.dropdown .dropdown-menu li a:focus,
	.dropdown .dropdown-menu li a:active,
	.dropdown .dropdown-menu li a.active {
		border-radius: 0px;
		color: #fff !important;
		background-color: #036 !important;
	}
	.dropdown .dropdown-toggle {
		background-color: transparent !important;
		color: #333 !important;
		padding-bottom: 13px;	
	}
	.dropdown .dropdown-toggle:hover,
	.dropdown .dropdown-toggle:focus,
	.dropdown .dropdown-toggle:active {
		background-color: transparent !important;
		color: #036 !important;
	
	}
	.dropdown .dropdown-toggle.activo {
		color: #036 !important;
		font-size: 15px;
		font-weight: 700;
		background-color: transparent !important;
	}
}
.boton-activo a {
	font-size: 15px;
	font-weight: 700;
	color: #036;
	background-color: transparent !important;
}
.boton-activo a:hover,
.boton-activo a:focus,
.boton-activo a:active,
.boton-activo a.active {
	color: #369 !important;
	background-color: transparent !important;
}
.boton-activo-2 a{
	font-size: 15px;
	font-weight: 700;
	color: #fff !important;
	background-color: #036 !important;
}
.boton-activo-2 a:hover,
.boton-activo-2 a:focus,
.boton-activo-2 a:active,
.boton-activo-2 a.active{
	color: #fff !important;
	background-color: #369 !important;
}
/*!*/

/*!ENCABEZADO */
.panel-header {
	padding-left: 0px;
	display: block;
	margin-top: 70px;

}
.titulo-header {
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	color: #036;
	text-transform: uppercase;
	display: block;
	font-family: 'Lato', sans-serif;
	background-color: rgba(255,255,255,.7);
	padding: 10px;
}
.btn-1  {
	font-size: 15px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 15px;
	font-weight: 600;
	background-color: #369;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	text-transform: uppercase;
	border: none;
	margin-top: 25px;
	display: inline-block;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #036;
	color: #fff;
	box-shadow:none;
	padding-right: 20px;
}
.icono-btn-1 {
	margin-left: 10px;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}
.btn-1:hover i,
.btn-1:focus i,
.btn-1:active i,
.btn-1.active i {
	margin-left: 20px;	
}
@media(min-width:768px) {
	.panel-header {
		padding-left: 0px;
		display: block;
		margin-top: 90px;
	}
	.titulo-header {
		font-size: 45px;
		line-height: 45px;
		font-weight: 900;
		color: #036;
		text-transform: uppercase;
		display: block;
		font-family: 'Lato', sans-serif;
		padding: 0px;
		background-color:transparent;
	}
	.btn-1  {
		font-size: 16px;
		color: #fff;
		text-shadow:none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		line-height: 16px;
		font-weight: 600;
		background-color: #369;
		padding-top: 13px;
		padding-right: 40px;
		padding-bottom: 13px;
		padding-left: 40px;
		text-transform: uppercase;
		border: none;
		margin-top: 25px;
		display: inline-block;
	}
	.btn-1:hover,
	.btn-1:focus,
	.btn-1:active,
	.btn-1.active {
		background-color: #036;
		color: #fff;
		box-shadow:none;
		padding-right: 20px;
	}
	.icono-btn-1 {
		margin-left: 10px;	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;	
	}
	.btn-1:hover i,
	.btn-1:focus i,
	.btn-1:active i,
	.btn-1.active i {
		margin-left: 30px;	
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-left: 0px;
		display: block;
		margin-top: 180px;
	}
	.titulo-header {
		font-size: 50px;
		line-height: 50px;
		font-weight: 900;
		color: #036;
		text-transform: uppercase;
		display: block;
		font-family: 'Lato', sans-serif;
		padding: 0px;
		background-color:transparent;
	}
}
@media(min-width:1200px) {
	.panel-header {
		padding-left: 0px;
		display: block;
		margin-top: 230px;
	}
	.titulo-header {
		font-size: 60px;
		line-height: 60px;
		font-weight: 900;
		color: #036;
		text-transform: uppercase;
		display: block;
		font-family: 'Lato', sans-serif;
		padding: 0px;
		background-color:transparent;
	}
}
/*!*/

/*! DESTACADO */

#destacado p {
	font-size: 18px;
	line-height: 26px;
	color: #036;
}
#destacado {
	padding-top: 30px;
	padding-bottom: 0px;
}
.btn-2  {
	font-size: 16px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 16px;
	font-weight: 600;
	background-color: #333;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 13px;
	padding-left: 40px;
	text-transform: uppercase;
	border: none;
	margin-top: 25px;
	display: inline-block;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #036;
	color: #fff;
	box-shadow:none;
	padding-right: 20px;
}
.btn-2:hover i,
.btn-2:focus i,
.btn-2:active i,
.btn-2.active i {
	margin-left: 30px;	
}
@media(min-width:992px) {
	#destacado {
		padding-top: 60px;
		padding-bottom: 0px;
	}	
	#destacado p {
		font-size: 21px;
		line-height: 30px;
	}
}
/*!*/

/*! AREAS */
#areas hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#areas h2 {
	padding-bottom: 0px;
	font-size: 30px;
}
.panel-area {
	background-color: #036;
	margin-bottom: 20px;
	max-width:300px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding-bottom: 20px;
}
.panel-area-2 {
	background-color: #369;
	margin-bottom: 20px;
	max-width:300px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding-bottom: 20px;
}
.cuadro-area {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-left: auto !important;
	margin-right: auto;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.cuadro-area a {
	color: #FFF;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.cuadro-area a:hover .panel-area,
.cuadro-area a:hover .panel-area-2 {
	box-shadow: 0px 5px 14px #666;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	
}
.icono-panel-area {
	font-size: 60px;
	display: block;	
}
.titulo-area {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 20px;
	height: 48px;
	padding-right: 20px;
	padding-left: 20px;
}
.mas-info {
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
}
.mas-info i {
	padding-left: 10px;	
}
.cuadro-th-area {
	padding-right: 20px;
	padding-left: 20px;	

}
.panel-th-area {
	max-width:300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media(min-width:992px) {
	.titulo-area {
		height: 72px;		
	}
	.cuadro-area {
		width: 33%;
	}
}
@media(min-width:1200px) {
	.panel-area,
	.panel-area-2 {
	}
	.titulo-area {
		height: 48px;		
	}
	.cuadro-area {
		width: 24%;
	}
}
/*!*/

/*! PROFESIONALES Y CORRESPONSALIAS HOME */
#procor {
	color: #FFF;
	background-color: #333;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/bg-procor.jpg);
	background-repeat: no-repeat;
}	
#procor h2 {
	color: #FFF;
	padding-bottom: 0px;
	font-size: 30px;	
}
#procor hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
	margin-left: 0px;
}
.panel-procor {
	padding-right: 20px;
	padding-left: 20px;	
}
.panel-procor-2 {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 60px;
}
.btn-3  {
	font-size: 16px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 16px;
	font-weight: 600;
	background-color: transparent;
	padding-top: 12px;
	padding-right: 39px;
	padding-bottom: 12px;
	padding-left: 39px;
	text-transform: uppercase;
	border: 1px solid #FFF;
	margin-top: 25px;
	display: inline-block;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	background-color: #369;
	color: #fff;
	box-shadow:none;
	padding-right: 20px;
	border-color: #369
}
.btn-3:hover i,
.btn-3:focus i,
.btn-3:active i,
.btn-3.active i {
	margin-left: 30px;	
}
@media(min-width:992px) {
	.panel-procor-2 {
		margin-top: 0px;
	}
}
.icono-prof {
	margin-right: 6px;	
}
/*! */

/*! CONTACTO */
#contacto h2 {
	color: #369;
	padding-bottom: 0px;
	font-size: 30px;	
}
#contacto hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#contacto a {
	color: #666;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}
#contacto a:hover {
	color: #369;	
}
.panel-dato-contacto {
	display: block;
	margin-bottom: 50px;
	margin-top: 10px;
}
.panel-dato-contacto i  {
	font-size: 40px;
	color: #999;
	padding-bottom: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.panel-dato-contacto a i  {
	color: #999;
}
.panel-dato-contacto a:hover i  {
	color: #369;
}
.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
	background-color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius:0px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 252px;
}

.form-control:focus {
    border-color: #369;
    box-shadow: none;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    color: #666 !important;
}

:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    color: #666 !important;
}

::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    color: #666 !important;
}

:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    color: #666 !important;
}
.text-danger {
    color: #c00;
}
.form-group #area {
	background-color: #fff;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	height: auto;
	border-radius: 0px;
	font-weight: 400;
	color: #666;

}
.btn-4  {
	font-size: 15px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 15px;
	font-weight: 600;
	background-color: #369;
	padding-top: 18px;
	padding-right: 40px;
	padding-bottom: 18px;
	padding-left: 40px;
	text-transform: uppercase;
	border: none;
	margin-top: 25px;
	display: inline-block;
	border-radius:0px;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
	background-color: #036;
	color: #fff;
	box-shadow:none;
	padding-right: 30px;
}
.btn-4:hover i,
.btn-4:focus i,
.btn-4:active i,
.btn-4.active i {
	margin-left: 20px;	
}
.destacado-contacto {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #369;
	display: block;
	margin-bottom: 30px;
}
/*! */


/*! PIE */
footer {
	background-color: #eee;
	color: #555;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
footer a {
	color: #555;	
}
footer p {
	line-height: 24px;	
}
.logo-pie {
	margin-bottom: 30px;
	display: block;
}
footer hr {
	margin-top: 0px;
	border-color: #ccc;
	margin-bottom: 0px;
}
footer td {
	vertical-align: top;
	padding-right: 8px;
	padding-bottom: 8px;	
}
footer .col-md-4 {
	margin-top: 30px;	
}
.subir {
	font-size: 30px;
	text-align: center;
}
.redes-pie {
	font-size: 36px;
	margin-top: 20px;
	text-align: center;
}
.redes-pie i {
	margin-right: 6px;
	margin-left: 6px;	
}
.creditos {
	display: block;
	background-color: #ccc;
	padding-top: 18px;
	padding-bottom: 16px;
	text-align: center;
}
.creditos a {
	color: #555;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
	}
}
/*!*/

/*! EL ESTUDIO */
#estudio hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#estudio h2 {
	padding-bottom: 0px;
	font-size: 30px;
}
.destacado-estudio {
	font-size: 18px;
	line-height: 26px;
	color: #036;
}
.foto-estudio {
	background-image: url(../imagenes/img-estudio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
.detalle-estudio {
	margin-top: 50px;
	margin-bottom: 60px;
}
.copete-estudio {
	padding-top: 10px;
	font-size: 15px;
	line-height: 23px;	
}
.copete-estudio p {
	font-size: 15px;
	line-height: 23px;	
	padding-bottom: 10px;	
}
.destacado-areas2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #369;
	display: block;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	.foto-estudio {
		height: 300px;

	}
}
@media(min-width:992px) {
	.destacado-estudio {
		font-size: 21px;
		line-height: 30px;
	}
	.detalle-estudio {
		padding-right: 15px;
	}
	.copete-estudio {
		padding-right: 30px;
	}
	.foto-estudio {
		height: auto;
	}
	#detalle-estudio .row{
		display: table;
	}
	#detalle-estudio .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
}
/*!*/

/*! DERECHO LABORAL */
.foto-empresarial {
	background-image: url(../imagenes/img-empresarial.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
.foto-laboral-2 {
	background-image: url(../imagenes/img-laboral-2025.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
.copete-estudio table {
	margin-top: 6px;
	margin-bottom: 0px;
}
.copete-laboral table {
	margin-top: 0px;
}
.copete-estudio td,
.copete-laboral td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;	
}
.copete-estudio td i,
.copete-laboral td i {
	font-size: 16px;
	color: #369;
	margin-left: 4px;	
}
.copete-estudio span {
	font-size: 15px;
	line-height: 23px;		
}
.copete-laboral {
	padding-top: 0px;
	font-size:15px;
	line-height: 23px;	
}
.copete-laboral p {
	padding-bottom: 10px;	
	font-size: 15px;
	line-height: 23px;			
}
@media(min-width:768px) {
	.foto-empresarial {
		height: 300px;
	}
}
@media(min-width:992px) {
	.foto-empresarial {
		height: auto;
	}
	.copete-laboral {
		padding-top: 10px;
	}
	.copete-laboral table {
		margin-top: 6px;
	}
	.copete-estudio table {
		margin-bottom: 10px;
	}	
}
/*!*/

/*! DERECHO PREVISIONAL */
.subtitulo-previsional {
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
	color: #369;
	display: block;
	margin-bottom: 10px;
}
.detalle-previsional {
	margin-top: 30px;
	margin-bottom: 40px;
}
.item-previsional {
	font-size: 16px;
	font-weight: 600;
	color: #369;	
}
.copete-previsional table {
	margin-top: 0px;
}
.copete-previsional td {
	vertical-align: top;
	padding-right: 7px;
	padding-bottom: 14px;	
}
.copete-previsional {
	padding-top: 0px;
	font-size: 15px;
	line-height: 23px;
}
.foto-previsional {
	background-image: url(../imagenes/img-previsional.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
#detalle-previsional-2 {
	display: block;
	margin-top: 30px;	
}
@media(min-width:768px) {
	.foto-previsional {
		height: 300px;
	}
}
@media(min-width:992px) {
	.foto-previsional {
		height: auto;
	}
	#detalle-previsional-2 .row{
		display: table;
	}
	#detalle-previsional-2 .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
	.copete-previsional {
		padding-right: 30px;		
	}
}
.btn-faq  {
	font-size: 18px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 16px;
	font-weight: 600;
	background-color: #333;
	padding-top: 22px;
	padding-right: 44px;
	padding-bottom: 22px;
	padding-left: 44px;
	text-transform: uppercase;
	margin-bottom: 40px;
	display: inline-block;
	margin-top: -10px;
}
.btn-faq:hover,
.btn-faq:focus,
.btn-faq:active,
.btn-faq.active {
	background-color: #036;
	color: #fff;
	box-shadow:none;
	padding-right: 34px;
	border-color: #369
}
.btn-faq:hover i,
.btn-faq:focus i,
.btn-faq:active i,
.btn-faq.active i {
	margin-left: 20px;	
}
.btn-consulta  {
	font-size: 14px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 14px;
	font-weight: 600;
	background-color: #369;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	border: none;
	margin-top: 25px;
	display: inline-block;
}
.btn-consulta:hover,
.btn-consulta:focus,
.btn-consulta:active,
.btn-consulta.active {
	background-color: #036;
	color: #fff;
	box-shadow:none;
	padding-right: 10px;
}

.btn-consulta:hover i,
.btn-consulta:focus i,
.btn-consulta:active i,
.btn-consulta.active i {
	margin-left: 20px;	
}
/*!*/

/*! DERECHO SOCIETARIO*/
.foto-societario {
	background-image: url(../imagenes/img-societario-2025.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
.subtitulo-societario {
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
	color: #369;
	display: block;
	margin-bottom: -10px;
	margin-top: 20px;
}
.destacado-societario {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #369;
	display: block;
	margin-bottom: 30px;
}
@media(min-width:768px) {
	.foto-societario {
		height: 300px;
	}
}
@media(min-width:992px) {
	.foto-societario {
		height: auto;
	}
}
/*!*/

/*! SUCESIONES */
.foto-sucesiones {
	background-image: url(../imagenes/img-sucesiones.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
/*!*/

/*! SUCESIONES INTERNACIONALES */
.foto-suc-int {
	background-image: url(../imagenes/img-suc-int.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
	margin-top: 30px;
}
.copete-suc-int {
	padding-top: 10px;
	font-size: 15px;
	line-height: 23px;	
}
@media(min-width:768px) {
	.foto-suc-int {
		height: 300px;
	}
}
@media(min-width:992px) {
	.foto-suc-int {
		height: auto;
	}
	.copete-suc-int {
		padding-top: 30px;
		font-size: 15px;
		line-height: 23px;	
		padding-bottom: 20px;
		padding-right: 30px;
	}
}

/*! PROFESIONALES */
#profesionales hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#profesionales h2 {
	padding-bottom: 0px;
	font-size: 30px;
}
.cuadro-th-profesionales {
	padding-right: 20px;
	padding-left: 20px;
}
.panel-th-profesionales {
	max-width:300px;
	margin-bottom: 20px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}
.nombre-th-prof {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	display: block ;
	padding-top: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;		
}
.cuadro-th-profesionales img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;		
}
.cuadro-th-profesionales a:hover img {
	box-shadow: 0px 5px 14px #999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;		
}
.cuadro-th-profesionales a:hover .nombre-th-prof {
	color: #369;
}
.cv-profesional {
	display:block;
	margin-top:30px;
	font-size: 15px;
	line-height: 23px;		
}
/*!*/

#mapa {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}

/*! FAQ */
#faq hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#faq h2 {
	padding-bottom: 0px;
	font-size: 30px;
}
.contenido-faq {
	margin-top: 40px;	
}

#faq .panel {
	border-radius: 0px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
#faq .panel-default {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
#faq .panel .panel-default {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

#faq .panel-heading {
	background-color: #fff;
		border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;	
}
#faq .panel-title {
	text-transform: none;
		border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;	
}
#faq .panel-body {
	padding-left: 38px;
	padding-top: 0px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

.icono-btn-2 {
	font-size: 14px;
	margin-right: 8px;	
}
/*!*/
/*!
.panel-dato-contacto:hover i {
	color: #369 !important;	
}*/


/*! APUNTES */
#apuntes {
	
}
#apuntes hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#apuntes h2 {
	padding-bottom: 0px;
	font-size: 30px;
}
#apuntes h3 {
	padding-bottom: 0px;
	text-transform:none;
	font-size:22px;
	color: #069;
}
.copete-apuntes {
	padding-top: 0px;
	display: block;
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.copete-apuntes p {
	font-size: 15px;
	line-height: 23px;	
}
.autor {
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
}
.copete-apuntes table {
	margin-top: 14px;
	margin-bottom: 14px;	
}
.copete-apuntes td {
	vertical-align: bottom;
	padding-right: 14px;	
}
.btn-apuntes  {
	font-size: 14px;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 14px;
	font-weight: 600;
	background-color: #369;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	border: none;
	margin-top: 10px;
	display: inline-block;
}
.btn-apuntes:hover,
.btn-apuntes:focus,
.btn-apuntes:active,
.btn-apuntes.active {
	background-color: #036;
	color: #fff;
	box-shadow:none;
	padding-right: 10px;
}

.btn-apuntes:hover i,
.btn-apuntes:focus i,
.btn-apuntes:active i,
.btn-apuntes.active i {
	margin-left: 20px;	
}
#detalle-apuntes h2 {
	padding-bottom: 0px;
	font-size: 30px;
	text-transform: none;
}
#detalle-apuntes h3 {
	text-transform: none;
}
#detalle-apuntes hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
.detalle-apuntes {
	padding-top: 10px;
	display: block;
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.detalle-apuntes p {
	font-size: 15px;
	line-height: 23px;	
}
#apuntes2 {
	padding-top: 0px;
	margin-top: 0px;
}
@media(min-width:992px) {
	#apuntes2 {
	padding-top: 0px;
	margin-top: -50px;
}
}
#apuntes2 hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#apuntes2 h2 {
	padding-bottom: 0px;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
#apuntes2 h3 {
	padding-bottom: 0px;
	text-transform:none;
	font-size:22px;
	color: #069;
}
#apuntes3 {
	padding-top: 0px;
	margin-top: 30px;
}
@media(min-width:992px) {
	#apuntes3 {
	padding-top: 0px;
	margin-top: -10px;
}
}
#apuntes3 hr {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
}
#apuntes3 h2 {
	padding-bottom: 0px;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
#apuntes3 h3 {
	padding-bottom: 0px;
	text-transform:none;
	font-size:22px;
	color: #069;
}
/*!*/

.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
.icono-wa-contacto {
	font-size: 18px !important;
	line-height: 18px !important;
	margin-right: 6px;
	padding-bottom: 0px !important;
}