body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
b {
	font-weight: bold;
}
a, a:active, a:hover, a:focus, a:visited {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
}
article.cuerpo {
	position: relative;
	margin: 0 auto;
	max-width: 1530px;
	padding-left: 15px;
	padding-right: 15px;
}
div.limpiar {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 0;
}
.ssbp-wrap .ssbp-list li:first-of-type {
	margin-left: 0 !important;
}
.ssba-share-text {
	font-size: 16px !important;
	line-height: 21px;
	font-weight: 100 !important;
	color: #4b4b4b;
}
/*--------------------MOLDES COMUNES--------------------*/
h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 100;
	color: #4b4b4b;
	margin-bottom: 25px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #4b4b4b;
	margin-bottom: 25px;
}
p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #4b4b4b;
	margin-bottom: 16px;
}
p.grande {
	font-size: 18px;
	line-height: 23px;
}
a.btn {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #fff;
	background: #008cb4;
	border: 1px solid #008cb4;
	display: block;
	text-align: center;
	max-width: 210px;
	padding: 10px 0;
	margin-top: 30px;
}
a.btn:hover {
	background: transparent;
	color: #008cb4;
}
.after:after {
	content: "";
	position: relative;
	height: 8px;
	background: #008cb4;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 85px;
}
/*--------------------FIN MOLDES COMUNES--------------------*/

/*--------------------CABECERAS--------------------*/
header#masthead {
	padding-top: 20px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.70s cubic-bezier(0, 0, 0.58, 1);
}
header#masthead .cuerpoheader {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
header#masthead .flexcontainer {
    justify-content: space-between;
    align-items: center;
}
header#masthead .partetop {
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
}
div#logotop {
	float: left;
	width: fit-content;
}
div.logotopder {
	float: right;
	width: fit-content;
	padding-top: 8px;
}
header#masthead .cuerpoheader .parte-der {
	padding-top: 20px;
}
nav#site-navigation {}
nav#site-navigation .menu-menu-1-container ul li {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #fff;
	float: left;
	padding-right: 24px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
nav#site-navigation .menu-menu-1-container ul li:last-child {
	padding-right: 0;
}
nav#site-navigation .menu-menu-1-container ul li.current-menu-item:before,
nav#site-navigation .menu-menu-1-container ul li.current-menu-ancestor:before,
nav#site-navigation .menu-menu-1-container ul li.activo:before {
	content: "";
	position: relative;
	height: 4px;
	margin-bottom: -4px;
	background: #008cb4;
	display: block;
	width: 100%;
	top: -22px;
}
nav#site-navigation .menu-menu-1-container ul li ul.sub-menu {
	display: none;
}
div#cabecera-pagina {
	position: relative;
	top: 0;
}
div#cabecera-pagina section.cabecera-home {
	height: 100vh;
	z-index: -10;
	background-image: url(../../../../wp-content/uploads/cabecera-home.jpg);
	background-size: cover;
	background-position: center center;
}
div#cabecera-pagina section.cabecera-home.dos {
	background-image: url(../../../../wp-content/uploads/cabecera-home-dos.jpg);
}
div#cabecera-pagina section.cabecera-home.tres {
	background-image: url(../../../../wp-content/uploads/cabecera-home-tres.jpg);
	background-position: center right;
}
section.cabecera-home article.cuerpo {
	position: static;
}
section.cabecera-home .contenedor {
	max-width: 1530px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -85px;
	padding: 0 15px;
}
section.cabecera-home .contenedor h1 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
section.cabecera-home .contenedor p {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
	max-width: 1000px;
	margin-bottom: 0;
}
section.cabecera-home .contenedor a.btn:hover {
	color: #fff;
	border-color: #fff;
}
div#cabecera-pagina section .flecha-bajar {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
div#contacto-cabecera {
	float: right;
}
div#contacto-cabecera p {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #fff;
}
div#contacto-cabecera p a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #fff;
}
div#contacto-cabecera p img {
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 18px;
}
div#contacto-cabecera p img:first-child {
	margin-left: 0;
}
section.cabecera-interior {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
}
section.cabecera-interior article.cuerpo {
	position: static;
}
section.cabecera-interior .contenedor {
	max-width: 1530px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -85px;
	padding: 0 15px;
}
section.cabecera-interior .contenedor h1 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	max-width: 740px;
}
section.cabecera-interior .contenedor p {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	color: #fff;
	max-width: 1000px;
	margin-bottom: 0;
}
section.cabecera-interior .flecha-bajar {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
/*--------------------FIN CABECERAS--------------------*/

/*--------------------BLOG--------------------*/
#cuerpo-blog .entry-content p{
	text-align: justify;
}
#cuerpo-blog .entry-content ul li{
	text-align: justify;
}
section.cabecera-interior.novedades {
	background-image: url(../../../../wp-content/uploads/cabecera-novedades.jpg);
}
#cuerpo-blog {
	padding: 80px 0;
}

#cuerpo-blog a.btn-blog {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #fff;
	background: #008cb4;
	border: 2px solid #008cb4;
	display: block;
	text-align: center;
	max-width: 210px;
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 58px;
}
#cuerpo-blog a.btn-blog:hover {
	background: transparent;
	color: #008cb4;
}
.cuerpo-blog-izq {
	float: left;
	width: 64%;
}
.sidebar-blog {
	float: right;
	width: 31%;
}
div#calendar_wrap {
	border: 1px solid #ededed;
	padding: 25px;
}
table#wp-calendar caption {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 25px;
	font-weight: 100;
	color: #4b4b4b;
	margin-bottom: 25px;
}
table#wp-calendar td, table#wp-calendar th {
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
}
table#wp-calendar td a {
	font-weight: 600;
	color: #008cb4;
}
table#wp-calendar td#prev, table#wp-calendar td#next {
	padding: 0;
	text-align: inherit;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: #008cb4;
}
section#recent-posts-2 {
	margin-top: 70px;
}
section#recent-posts-2 h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	color: #4b4b4b;
	text-transform: capitalize;
}
section#recent-posts-2 ul li {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #008cb4;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 12px;
}
section#recent-posts-2 ul li a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
}
.single #cuerpo-blog .entry-content ul li {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
	margin-bottom: 12px;
	margin-left: 20px;
	list-style-type: disc;
}
#cuerpo-blog h2.entry-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    margin-top: 20px;
}
.single #cuerpo-blog .entry-content ol li {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
	margin-bottom: 12px;
	margin-left: 20px;
	list-style-type: decimal;
}
.single #cuerpo-blog .entry-content ol ul li {
	list-style-type: disc;
	margin-left: 45px;
}
.single #cuerpo-blog .entry-content h2 {
	margin-top: 30px;
}
.single #cuerpo-blog .entry-content h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
}
.single #cuerpo-blog .entry-content p {
	font-weight: 100;
}
.single #cuerpo-blog .entry-content p a {
	font-weight: 600;
	color: #008cb4;
}
.single #cuerpo-blog .post-thumbnail {
	margin-bottom: 25px;
}
.single #cuerpo-blog h1 {
	font-size: 40px;
	line-height: 55px;
}
.single #cuerpo-blog strong {
	font-weight: 600;
}
.single #cuerpo-blog em {
	font-style: italic;
}
.blog h1, .blog h2, .blog ul li, .archive h1, .archive h2, .archive ul li {
	font-size: 16px;
	line-height: 21px;
	font-weight: 100;
	color: #4b4b4b;
	margin-bottom: 16px;
}
.blog .entry-content,
.single #cuerpo-blog {
	font-size: 16px;
	line-height: 21px;
	font-weight: 100;
	color: #4b4b4b;
}
.single #cuerpo-blog .ssba {
	margin-top: 90px;
}
/*--------------------FIN BLOG--------------------*/

/*--------------------CONTACTO--------------------*/
section.cabecera-interior.contacto {
	background: url(../../../../wp-content/uploads/cabecera-contacto.jpg);
	background-size: cover;
	background-position: center center;
}
section.intro-contacto {
	padding: 100px 0;
}
section.intro-contacto h1 {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
section.intro-contacto h1:after {
	display: none;
}
section.intro-contacto p.intro {
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: 100;
}
section.intro-contacto ul {
	text-align: center;
	margin-bottom: 80px;
	margin-top: 30px;
}
section.intro-contacto ul li {
	display: inline-table;
	font-size: 16px;
	line-height: 21px;
	font-weight: 100;
	color: #4b4b4b;
	margin: 0 15px;
	margin-bottom: 8px;
}
section.intro-contacto ul li img {
	vertical-align: middle;
	margin-right: 8px;
}
section.intro-contacto .formulario {
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
section.intro-contacto .formulario .col {
	float: left;
	width: 26%;
	margin-right: 4%;
}
section.intro-contacto .formulario .col.ultima {
	width: 40%;
	margin-right: 0;
}
section.intro-contacto .formulario .col p {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #4b4b4b;
}
section.intro-contacto .formulario .col p span {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #4b4b4b;
	display: block;
	margin-bottom: 8px;
}
section.intro-contacto .formulario .col input[type="text"] {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #4b4b4b;
	background: transparent;
	border: 1px solid #d1d1d1;
	width: 100%;
	border-radius: 0;
	padding: 4px 8px;
}
section.intro-contacto .formulario .col textarea {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #4b4b4b;
	background: transparent;
	border: 1px solid #d1d1d1;
	width: 100%;
	border-radius: 0;
	padding: 4px 8px;
	min-height: 115px;
}
section.intro-contacto .formulario .col p.polpriv {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #4b4b4b;
	text-align: right;
}
section.intro-contacto .formulario .col p.polpriv input[type="checkbox"] {

}
section.intro-contacto .formulario .col p.polpriv label {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #4b4b4b;
}
section.intro-contacto .formulario .col p.polpriv a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #4b4b4b;
	text-decoration: underline;
}
section.intro-contacto .formulario .col .boton {
	text-align: right;
}
section.intro-contacto .formulario .col .boton input.btnform {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #fff;
	background: #008cb4;
	border: 1px solid #008cb4;
	border-radius: 0;
	padding: 8px 36px;
	cursor: pointer;
}
section.intro-contacto .formulario .col .boton input.btnform:hover {
	background: #fff;
	color: #008cb4;
}
/*--------------------FIN CONTACTO--------------------*/

/*--------------------PLUGIN BLOG HOME--------------------*/
section.blog-home {
	padding: 80px 0;
}
section.blog-home h2.intro {
	text-align: center;
}
section.blog-home p.intro {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 40px;
}
.cajon-novedades .wp-show-posts-inner {
	background: #fff;
	border: 1px solid #dbdbdb;
}
.cajon-novedades .wp-show-posts-inner h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 100;
	color: #222222;
}
.cajon-novedades .wp-show-posts-entry-summary {
	font-size: 17px;
	line-height: 22px;
	font-weight: 100;
	color: #4b4b4b;
}
.cajon-novedades a.btn-leer-mas {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #008cb4;
}
header.wp-show-posts-entry-header, .wp-show-posts-entry-summary, .wpsp-read-more {
	padding: 0 15px;
}
header.wp-show-posts-entry-header {
	padding-top: 20px;
}
.wpsp-read-more {
	padding-bottom: 40px;
}
/*--------------------FIN PLUGIN BLOG HOME--------------------*/

/*--------------------POLITICAS--------------------*/
section.cuerpo-politicas {
	padding: 60px 0;
}
.cabecera-politicas {
	background: #4b4b4b;
	height: 148px;
}
section.cuerpo-politicas h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	color: #4b4b4b;
	margin-top: 40px;
	margin-bottom: 26px;
}
section.cuerpo-politicas p a {
	color: #008cb4;
	font-weight: 600;
}
div#legales {
	padding: 16px 0;
	background: #008cb4;
}
div#legales ul {
	text-align: center;
}
div#legales ul li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	color: #fff;
}
/*--------------------FIN POLITICAS--------------------*/

/*--------------------FORMULARIO INTERIORES--------------------*/
section.formulario-interiores {
	padding: 50px 0;
	background: #008cb4;
}
section.formulario-interiores .img-izq {
	float: left;
	width: 20%;
	text-align: center;
	display: none;
}
section.formulario-interiores .form-der {

}
section.formulario-interiores .form-der h3 {
	font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
	text-transform: uppercase;
	max-width: 600px;
}
section.formulario-interiores .form-der .col {
	float: left;
	width: 26%;
	margin-right: 4%;
}
section.formulario-interiores .form-der .col.ultima {
	width: 40%;
	margin-right: 0;
}
section.formulario-interiores .form-der .col p {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #fff;
}
section.formulario-interiores .form-der .col p span {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-bottom: 8px;
	display: none;
}
section.formulario-interiores .form-der .col input[type="text"] {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #fff;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	border-radius: 0;
	padding: 4px 8px;
	margin-bottom: 35px;
}
section.formulario-interiores .form-der .col textarea {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 0;
	padding: 4px 8px;
	min-height: 117px;
}
section.formulario-interiores .form-der .col input[type="text"]::placeholder,
section.formulario-interiores .form-der .col textarea::placeholder {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #fff;
}
section.formulario-interiores .form-der .col p.polpriv {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	text-align: right;
}
section.formulario-interiores .form-der .col p.polpriv input[type="checkbox"] {

}
section.formulario-interiores .form-der .col p.polpriv label {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
}
section.formulario-interiores .form-der .col p.polpriv a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}
section.formulario-interiores .form-der .col .boton {
	text-align: right;
}
section.formulario-interiores .form-der .col .boton input.btnform {
	font-size: 16px;
	line-height: 21px;
	font-weight: 100;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 35px;
	cursor: pointer;
}
section.formulario-interiores .form-der .col .boton input.btnform:hover {
	color: #008cb4;
	background: #fff;
}
/*--------------------FIN FORMULARIO INTERIORES--------------------*/

/*--------------------MENU MOVIL--------------------*/
#btn-menu-movil {
	float: right;
	display: none;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #fff;
}
.sidenav {
    padding: 15px;
    padding-top: 50px;
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #008cb4;
    overflow-x: hidden;
    transition: 0.5s;
    right: -300px;
}
.sidenav i {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 20px;
}
.sidenav li {
	font-size: 18px!important;
	line-height: 23px!important;
	font-weight: 500!important;
	color: #fff !important;
	margin-top: 10px;
}
.sidenav.mostrar {
	right: 0;
}
.sidenav .contacto-sidenav {
	position: absolute;
	bottom: 30px;
	display: none;
}
.sidenav .contacto-sidenav p {
	margin-bottom: 0;
	margin-top: 8px;
}
.sidenav .contacto-sidenav p a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #fff;
}
.sidenav .contacto-sidenav p img {
	margin-right: 6px;
	vertical-align: middle;
}
/*--------------------FIN MENU MOVIL--------------------*/

.blog .entry-content p {
    font-size: 18px;
    font-weight: 100;
}

/*--------------------RESPONSIVE--------------------*/
@media only screen and (max-width: 1400px) {
	section.cabecera-interior .contenedor h1,
	section.cabecera-interior.Bellabot .contenedor h1{
		font-size: 55px;
		line-height: 60px;
	}
	section.cabecera-interior p.peque,
	section.cabecera-interior.Bellabot p.peque{
		font-size: 25px !important;
		line-height: 30px !important;
		width: 50% !important;
	}
}
@media only screen and (max-height: 750px) {
	section.cabecera-home,
	section.cabecera-interior {
		height: 800px;
	}
	section.cabecera-interior .contenedor h1,
	section.cabecera-interior.Bellabot .contenedor h1{
		font-size: 55px;
		line-height: 60px;
	}
	section.cabecera-interior p.peque,
	section.cabecera-interior.Bellabot p.peque{
		font-size: 25px !important;
		line-height: 30px !important;
		width: 50% !important;
	}
}
@media only screen and (max-height: 570px) {
	.sidenav .contacto-slide {
		position: static;
		margin-top: 70px;
	}
}
@media only screen and (max-width: 1000px) {
	.cuerpo-blog-izq {
		float: none;
		width: inherit;
	}
	.sidebar-blog {
		float: none;
		width: inherit;
		margin-top: 40px;
	}
	#btn-menu-movil {
		display: block;
		margin-top: 12px;
	}
	nav#site-navigation {
		display: none;
	}
}
@media only screen and (max-width: 760px) {
	div#contacto-cabecera {
		display: none;
	}
}
@media only screen and (max-height: 600px) {
	div#cabecera-pagina section.cabecera-home {
		height: 600px;
	}
}
@media only screen and (max-width: 500px) {
	#cuerpo-blog .entry-content p{
		text-align: left;
	}
	#cuerpo-blog .entry-content ul li{
		text-align: left;
	}
}
/*--------------------FIN RESPONSIVE--------------------*/
