@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,700&display=swap');

/*
font-family: 'Lato', sans-serif;
*/

#wpadminbar * {
	font-size: 13px !important;
}

#wpadminbar .ab-icon {
	font-size: 20px !important;
}

html {
	margin-top: 0px !important;
}

* {
	font-family: 'Lato', sans-serif;
	font-size: 18px !important;
	color: #000000;
}

p {
	text-align: justify;
}

a:hover {
	text-decoration: none !important;
	color: #000000;
}

.app {
	display: none !important;
}

.web {
	display: inline-block !important;
}

.grecaptcha-badge {
	z-index: 999;
}

@media(max-width: 769px) {
	.app {
		display: block !important;
	}

	.web {
		display: none !important;
	}
}

/* BOTON WHATSAPP */

.btn-ws {
	background-color: #4FCE5D;
	z-index: 9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 12px 15px;
	border-radius: 100px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.btn-ws::before {
	content: "1";
	display: flex;
	padding: 6px 10px;
	border-radius: 1000px;
	color: #FFFFFF;
	position: absolute;
	top: -15px;
	right: 0px;
	font-size: 15px;
	line-height: 15px;
	animation: 3s ease-in-out infinite  bolita;
}

@keyframes bolita {
	0% {background: #ff0000;}
	10% {background: #a30404;}
	20% {background: #ff0000;}
	100% {background: #ff0000;}
}

.btn-ws i {
	font-size: 40px !important;
	color: #FFFFFF !important;
}

.btn-ws ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* /.BOTON WHATSAPP */

/* TOP BAR */

.cont-top-bar {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

.cont-top-bar .top-bar .menu-contactos {
	display: none !important;
}

.cont-top-bar .top-bar .menu-menu-social-container {
	border: none;
	padding: 0px;
	text-align: center;
}

.cont-top-bar .top-bar ul {
	margin: 0px;
	padding: 0px;
}

.cont-top-bar .top-bar ul li {
	display: inline-block;
	padding: 5px 5px;
}

.cont-top-bar .top-bar ul li a {
	color: #FFFFFF;
}

.cont-top-bar .top-bar ul li a i {
	color: #69A6FF;
	font-size: 19px !important;
}

/* /.TOP BAR */

/* HEADER */

header {
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0px;
	z-index: 9;
	position: relative;
	width: 100%;
	background-image: url(../images/bg-header.jpg);
	background-size: cover;
}

header .header {
	width: 95%;
	max-width: 1280px;
	margin: 0px auto;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

@media (max-width: 1190px) {
	header {
		background-position: left;
	}	
}
/* /.HEADER */

/* HEADER LOGO */

header .header .logo {
	min-width: 196px;
	height: auto;
	display: inline-block;
	justify-content: center;
	align-items: center;
}

header .header .logo a {
	width: 100%;
	display: inline-block;
}

header .header .logo img {
	width: 100%;
	height: 100%;
	max-width: 196px;
}

@media (max-width: 769px) {
	header .header .logo a {
		padding: 10px 10px;
	}
}

/* /.HEADER LOGO */

.menuytopbar {
	width: calc(100% - 200px);
	display: inline-block;
}

/* HEADER MENÚ */

header .header .menu-principal {
	width: 100%;
	text-align: right;
	display: block;
	padding: 0px 0px 15px 0px;
}

header .header .menu-principal .menu {
	margin: 0px;
	padding: 0px;
}

header .header .menu-principal .menu li {
	display: inline-block;
	vertical-align: middle;
	position: relative !important;
	padding: 0px 0px;
}

header .header .menu-principal .menu >li::after {
	content: " ";
	display: inline-block;
	width: 2px;
	height: 10px;
	background-color: #FFFFFF;
	margin: 0px 10px;
}

header .header .menu-principal .menu li:last-child::after {
	display: none;
}

header .header .menu-principal .menu li a {
	text-align: center;
	color: #FFFFFF;
	display: inline-block !important;
	padding: 17px 5px;
	transition: ease-in-out 300ms;
	font-family: 'Lato', sans-serif;
}

header .header .menu-principal .menu a:hover {
	background: rgba(0, 0, 0, 0.09);
}

header .header .menu-principal .menu li:hover>ul {
	display: block;
}

header .header .menu-principal .menu li ul {
	width: 200px;
	padding: 0px;
	display: none;
	background: #69A6FF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 60px;
	left: 0px;
}

header .header .menu-principal .menu li ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

header .header .menu-principal .menu li ul li a {
	width: 100%;
	padding: 20px 5px;
	color: #05368B;
}

header .header .menu-principal .menu li ul li a:hover {
	background: rgba(0, 0, 0, 0.05);
}

header .header .menu-principal .menu li ul li ul{
	top: 0px;
	left: -200px;
}

header .header .btn-menu-movil {
	display: none;
}

header .header .menu-principal li.nomenu {
	display: none;
}

@media (max-width: 1190px) {
	header .header .menu-principal {
		display: none;
	}

	header .header .btn-menu-movil {
		display: block;
		margin: 0px 10px 0px 0px;
		text-align: right;
	}

	header .header .btn-menu-movil i {
		color: #FFFFFF;		
	}
}

@media (max-width: 610px) {
	header .header .btn-menu-movil i {
		color: #05368B;		
	}
}

/* /.HEADER MENÚ */

/* MENU MOVIL */

#menu-movil-mostrar {
	display: none;
}

@media (max-width: 1190px) {
	#menu-movil-mostrar .menu-movil {
		background: rgba(5, 54, 139, 0.98);
		position: fixed;
		z-index: 999;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: scroll;
		padding: 80px 0px;
		text-align: center;
	}

	#menu-movil-mostrar .menu-movil .btn-menu-movil-cerrar {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#menu-movil-mostrar .menu-movil .btn-menu-movil-cerrar i {
		color: #FFFFFF;
		font-size: 30px !important;
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container {
		width: 80%;
		max-width: 300px;
		margin: auto;
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container ul {
		padding: 0px !important;
		margin: 0px;
		list-style: none;
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container ul li {
		background-color: rgba(0, 0, 0, 0.1);
		margin: 5px 0px;
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container ul li a  {
		padding: 10px 25px 10px 25px;
		color: #FFFFFF;
		font-size: 24px !important;
		display: block !important;
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container ul li ul {
		background-color: rgba(255, 255, 255, 0.15);
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container ul li ul li a {
		padding-left: 35px;
	}

	#menu-movil-mostrar .menu-movil .menu-menu-principal-container ul li ul li ul li a {
		padding-left: 70px;
	}
}

/* /.MENU MOVIL */

/* SUB-HEADER */

.sub-header {
	padding: 100px 60px 100px 60px;
	text-align: center;
	background-image: url(../images/bg-sub-header.jpg);
	box-sizing: border-box;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sub-header .titulosub-header {
	color: #05368B;
	font-size: 40px!important;
	font-family: 'Lato', sans-serif;
	line-height: 42px;
	font-weight: bold;
}

.sub-header .titulosub-header::after {
	content: " ";
	background-image: url(../images/linea-after-titulos-azul-oscuro.png);
	display: block;
	width: 114px;
	height: 15px;
	margin: auto;
}

@media (max-width: 769px) {
	.sub-header {
		padding: 50px 30px 50px 30px;
	}

	.sub-header .titulosub-header {
		font-size: 35px!important;
	}
}

/* /.SUB-HEADER */

/* CON-CONTENIDO */

.cont-contenido {
	width: 100%;
	background: #FFFFFF;
	background-size: 100%;
	background-position: center center;
}

.cont-contenido .contenido {
	width: 85%;
	max-width: 1280px;
	margin: auto !important;
}

.panel-padding {
	padding: 70px 0px 70px 0px;
}

/* /.CON-CONTENIDO */

/* FOOTER */

footer {
	background-image: url(../images/bg-footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 5px 30px 5px;
	box-sizing: border-box;
	background-size: cover;
	z-index: 1;
	position: relative;
}

footer .footer {
	width: 95%;
	max-width: 1280px;
	margin: auto;
	text-align: center;
}

footer .footer #footer1 {
	width: calc(43% - 5px);
	display: inline-block !important;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0px 25px;
	text-align: left;
}

footer .footer #footer2 {
	width: calc(23% - 5px);
	display: inline-block !important;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0px 25px;
	text-align: left;
}

footer .footer #footer3 {
	width: calc(33% - 5px);
	display: inline-block !important;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0px 25px;
	text-align: right;
}

footer .footer .panelfooter h4 {
	font-size: 25px!important;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 600 !important;
}

footer .footer .panelfooter a {
	color: #05368B;
}

footer .footer .panelfooter i {
	color: #05368B;
	font-size: 27px!important;
}

footer .footer .panelfooter ul {
	padding: 0px;
}

footer .footer .panelfooter ul li {
	list-style: none;
}

footer .footer .panelfooter ul li ul {
	padding: 0px 0px 0px 25px;
}

footer .footer #footer1 ul li {
	padding: 1px 0px;
}

footer .footer  #footer1 i{
	padding: 9px 5px 9px 0px;
}

footer .footer  #footer2 ul li {
	display: inline-block;
	padding: 20px 20px 20px 0px;

}

@media(max-width: 940px) {
	footer {
		padding: 20px 10px 20px 10px;
	}

	footer .footer {
		padding: 20px 0px 0px 0px;
	}

	footer .footer .panelfooter ul {
		margin: 0px;
	}

	footer .footer #footer1, footer .footer #footer2, footer .footer #footer3 {
		width: 100%;
		padding: 20px 10px;
		text-align: center;
	}

	footer .footer .panelfooter h4::after {
		margin: auto;
	}
}

/* /.FOOTER */

/* CREDITOS */

.creditos {
	background: #05368B;
	text-align: center !important;
	padding: 10px 5px 10px 5px;
	position: relative;
}

.creditos .textos {
	width: 95%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 5px 60px 5px 60px;
}

.creditos p {
	text-align: center;
	color: #FFFFFF !important;
	display: inline-block;
	margin: 0px;
}

.creditos p a {
	color: #FFFFFF;
}

/* /.CREDITOS */

/* SIDE BAR */

.sidebar {
	padding: 0px 15px;
	border-radius: 5px;
	background-color: #CBCBCB;
}

.sidebar .widget {
	padding: 20px 0px 20px 0px;
}

.sidebar .widget .widget-title {
	font-size: 28px !important;
	margin: 0px 0px 10px 0px !important;
	color: #05368B;
}

.sidebar .widget input[type=text] {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 5px;
	border: none;
}

.sidebar .widget input[type=submit] {
	margin-top: 10px !important;
	background: #69A6FF;
	color: #FFFFFF;
	border: none;
	padding: 5px 20px;
}

.sidebar .widget ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.sidebar .widget ul li {
	padding: 5px 0px;
}

.sidebar .widget ul li ul {
	padding: 0px 0px 0px 25px;
}


.sidebar .widget ul li a {
	color: #000000;
}

.sidebar .widget .screen-reader-text {
	display: none;
}

.sidebar .wp-block-search__inside-wrapper {
	display: block;
}

.sidebar [type=search] {
	display: block;
	width: 100%;
}

/* /.SIDE BAR */

/* CONTENIDO BLOG */

.entrada-home {
	padding: 0px 20px 55px 0px;
	width: calc(50% - 5px);
	display: inline-block;
}

.entrada-home img, .publicacion-home img {
	padding: 0px 0px 30px 0px;
	width: 100%;
	height: 100%;
}

.entrada-home ul.datos-post, .publicacion-home ul.datos-post{
	padding: 0px;
}

.entrada-home ul.datos-post li, .publicacion-home ul.datos-post li {
	padding: 0px 10px 0px 0px;
	list-style: none;
	display: inline-block;
}

.entrada-home ul.datos-post li a, .publicacion-home ul.datos-post li a {
	color: #000000;
}

.resultados-busqueda {
	padding: 20px 0px;
}

.entrada-home:nth-child(1) {
	width: 100%;
	padding: 0px 0px 55px 0px;
}

.entrada-home h3 {
	font-family: 'Lato', sans-serif;
	font-size: 25px!important;
	color: #05368B;
}

@media(max-width:769px) {
	.entrada-home {
		width: 100%;
		padding: 0px 0px 55px 0px;
	}

	.entrada-home:nth-child(1)>div {
		width: 100%;
		display: block;
		padding: 0px 0px 0px 0px;
	}

	.entrada-home:nth-child(1) .imagen-destacada-home {
		width: 100%;
	}

	.entrada-home:nth-child(1) .imagen-destacada-home img{
		padding: 0px 0px 30px 0px;
	}
}

/* /.CONTENIDO BLOG */

/* TITULOS H */

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 50px !important;
	line-height: 52px !important;
	color: #05368B;
	font-weight: 700 !important;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 42px !important;
	line-height: 44px !important;
	color: #05368B;
	font-weight: 700 !important;
	margin-bottom: 15px !important;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 36px !important;
	line-height: 38px !important;
	font-weight: 700 !important;
}

h4 {
	font-family: 'Lato', sans-serif;
	font-size: 28px !important;
	line-height: 30px !important;
	color: #69A6FF;
	font-weight: 700 !important;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: 23px !important;
	line-height: 25px !important;
	color: #69A6FF;
	font-weight: 700 !important;
}

h6 {
	color: #69A6FF;
	font-size: 19px !important;
	font-weight: bold !important;
}

.lineatituloclaro h2::after {
	content: " ";
	background-image: url(../images/linea-after-titulos-azul-claro.png);
	display: block;
	width: 114px;
	height: 15px;
	margin-top: 15px;
}

.lineatituloclaroderecho h2::after {
	content: " ";
	background-image: url(../images/linea-after-titulos-azul-claro.png);
	display: block;
	width: 114px;
	height: 15px;
	margin-left: auto;
	margin-top: 15px;
}

.lineatituloclarocentrado h2::after {
	content: " ";
	background-image: url(../images/linea-after-titulos-azul-claro.png);
	display: block;
	width: 114px;
	height: 15px;
	margin: auto;
	margin-top: 15px;
}

@media(max-width:769px) {
	h1{
		font-size: 48px !important;
		line-height: 50px !important;
	}

	h2 {
		font-size: 37px !important;
		line-height: 39px !important;
	}

	h3 {
		font-size: 30px !important;
		line-height: 32px !important;
	}

	h4 {
		font-size: 20px !important;
		line-height: 22px !important;
	}
}

/* /.TITULOS H */

/* FORMULARIOS */

.wpcf7 {
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	padding: 50px 40px;
}

.wpcf7 p {
	margin: 0px!important;
}

.wpcf7 span{
	display: block;
	padding: 0px 0px 15px 0px;
}

.wpcf7 input, .wpcf7 textarea{
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #CBCBCB;
	border-radius: 0px;
	text-align: center;
}

.wpcf7-spinner {
	display: none!important;
}

.wpcf7 a {
	color: #05368B !important;
}

.wpcf7 input[type="submit"] {
	background-color: #05368B;
	color: #FFFFFF;
	padding: 5px 20px;
	border: none !important;
	display: inline-block;
	font-weight: bold;
}

.wpcf7 .texto-formulario, .wpcf7 .texto-formulario a {
	text-align: center;
	font-size: 14px!important;
	padding: 0px 0px 20px 0px;
}

@media(max-width:769px) {
	.wpcf7 {
		padding: 40px 20px;
	}
}

/* /.FORMULARIOS */

/* CONTENIDO*/

.espacioscontenidos {
	padding-top: 80px;
}

.boton {
	background-color: #69A6FF;
	color: #FFFFFF;
	padding: 5px 20px;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.panel-banner {
	height: 100%;
	min-height: 650px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.instalacionprecio {
	background-color: #05368B;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 80px;
}

.titulouno {
	font-size: 45px !important;
	line-height: 47px;
	color: #FFFFFF;
	font-weight: 700;
}

.titulodos {
	color: #FFFFFF;
	text-decoration: line-through;
}

.paddingcontenidointerno {
	padding: 50px 100px !important;
}

.quitarespacios .vc_align_center {
	margin: 0px;
}

.quitarespacios .vc_column-inner {
	padding: 0px !important;
}

.tamanominimo .vc-hoverbox {
	min-height: 400px;
}

.tamanominimo {
	margin-bottom: 30px;
}

.paddingarriba {
	padding-top: 70px;
}

.paddingabajo {
	padding-bottom: 70px;
}

.listas ul li {
	padding-left: 10px;
	color: #69A6FF;
	padding-bottom: 10px;
}

.listas ul li::marker {
	content: url(../images/icono-listas.png);
}

.imagencompleta .vc_column-inner {
	height: 100%;
	min-height: 400px;
}

h3.wpmtst-testimonial-heading {
	text-align: center !important;
	color: #05368B;
}

.botondecontacto a {
	font-size: 30px !important;
	font-weight: bold;
}

.blanco p {
	color: #FFFFFF;
}

.blanco h3 {
	color: #FFFFFF;
	font-style: italic;
}

.blanco strong {
	font-size: 32px !important;
	color: #FFFFFF;
}

.textoimplante {
	margin: 0px !important;
}

.imagenimplante .vc_column-inner {
	height: 100%;
	background-position: top center !important;
	padding-top: 0px !important;
	margin: 0px 1px;
}

.telefono, .telefono i {
	color: #69A6FF;
}

.imagen-fondo .vc_column-inner {
	height: 100%;
}

@media(max-width:1106px) {
	.paddingcontenidointerno {
		padding: 50px 50px !important;
	}
}

@media(max-width:769px) {
	.paddingcontenidointerno {
		padding: 30px 25px !important;
	}

	.tamanominimo .vc-hoverbox {
		min-height: 440px;
	}

	.paddingarriba {
		padding-top: 40px;
	}

	.imagenimplante {
		padding: 10px;
	}

	.textoimplante {
		padding: 30px 0px 20px 0px;
	}

}

/* /.CONTENIDO */