:root{
	--texto-corrido: 'Montserrat', sans-serif;
	--titulo:  'Raleway', sans-serif;
	--error: #f43b3b;
	--sucess: #3F699C;
	--claro: #FFF1F1;
	--primary: #3098CF;
	--text: #414141;
	--black: #000;
	--white: #fff;
	--padding-rp: 0 6%;
	--padding-rp-hd: 0 12%;
	--radius: 5px;
	--sombra: 0 0 10px rgba(0,0,0,.2);
}
html {
	scroll-behavior: smooth;
}
html,
body{

	overflow-x: hidden !important;
}
body {
	margin: 0;
	padding: 0;
}

body p {
	color: var(--text);
	font-family: var(--texto-corrido)
} 

.entry-content {
	margin: 0 auto !important;
	max-width: 100%;
	width: 1170px;
}

.page {
	margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: var(--titulo);
	position: relative;

}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li::marker {
	color: var(--sucess); /* bullet color */
}
strong{
	font-weight: 800;
}

a{text-decoration: none; display: block;} 
a:link {  text-decoration: none !important}
a:hover {  text-decoration: none !important }
a:visited {  text-decoration: none !important}
*{outline:none !important;}*:focus {outline: none !important;}textarea:focus, input:focus{outline: none !important;}    

.entry-footer, .site-info{
	display: none;
}
/*--------------------------------------------------------------
>>>MENÚ NAVEGACIÓN:
--------------------------------------------------------------*/
#masthead a.correo{
	display: none;
}
a.correo {
    margin: 0 20px;
	display:flex;
	align-items: center;
}
.top-info{
	background-color: var(--primary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--padding-rp-hd);
	height: 45px;
}
.top-info a{
	color: var(--white);

}
.top-info a:hover{
	color: var(--white);
	font-weight: 600;
	transition: .4s all ease;
}
.top-info p{
	margin: 0;
	display: flex;
}
.top-info .reds{
	display: flex;
}
.top-info .reds a {
	background-color: var(--white);
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	object-fit: contain;
	margin: 5px 8px;
	transition: .4 all ease;
}
.top-info .reds a:hover {
	background-color: var(--claro);
	width: 28px;
	height: 28px;
	box-shadow: var(--sombra);
}
.top-info a img {
	margin-right: 10px;
}
.top-info .reds a img {
	margin-right: 0;
}
#toggle{
	display: none;
}
.main-navigation{
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: var(--padding-rp-hd);
	background: var(--white);
	padding-top: 20px;
	padding-bottom: 15px;
}
header#masthead {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}
header#masthead ul#primary-menu {
	width: 550px;
	justify-content: space-between;
}
header#masthead ul#primary-menu a {
	color: var(--sucess);
	text-transform: capitalize;
	font-weight: 600;
	text-align: center;
}
header#masthead ul#primary-menu li {
	transition: .4s all ease;
	min-width: 70px;
}
header#masthead ul#primary-menu li.current-menu-item a {
	font-weight:700;
	margin-top: -5px;
	border-bottom:2px solid var(--primary);
	color: var(--primary);

}
header#masthead ul#primary-menu li:hover a {
	font-weight:700;
	margin-top: -5px;
	border-bottom:2px solid var(--primary);
	color: var(--primary);
}
header#masthead ul#primary-menu li:last-child {
	border:2px solid var(--sucess);
	border-radius: 10px 5px 10px 5px;
	padding: 0px 10px;
}
header#masthead ul#primary-menu li:last-child:hover {
	background-color:  var(--sucess);
	border-radius: 10px 5px 10px 5px;
	padding: 0px 10px;
}
header#masthead ul#primary-menu li:last-child:hover a {
	color: var(--white);
}
header#masthead ul#primary-menu li:last-child a{
	border-bottom: none;
	margin-top: 0;
}
/*--------------------------------------------------------------
>>>Home:
--------------------------------------------------------------*/
.bannerHome{
	height: 80vh;
	background-repeat: no-repeat;
	background-size:70% auto;
	background-position:right top;
	z-index: 1;
}
.bannerHome .info h1{
	color: #0062A6;
	font-size: 3.7rem;
	line-height: 2rem;
	margin: 0;
	font-weight: bold;
}
.bannerHome .info h2{
	color: var(--sucess);
	font-size: 2.5rem;
	margin: 0;
	font-weight: 800;
}
.bannerHome .info p{
	font-size: 1.3rem;

}
.blues{
	color: var(--primary);
}
.accion{
	background: var(--sucess);
	border: 2px solid var(--sucess);
	border-radius: 10px 5px 10px 5px;
	color: var(--white) !important;
	max-width: 200px;
	padding: 5px 20px;
	position: relative;
	transition: .4s all ease;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	font-weight: 700;
}
.accion::after {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/05/Icon-ionic-md-arrow-dropright.svg);
	margin-left: 10px;
	transition: .4s all ease;
}
.accion:hover{
	background: var(--primary);
	border: 2px solid var(--primary);
	border-radius: 10px 5px 10px 5px;
	max-width: 205px;
	padding: 5px 20px 5px 18px;
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.accion:hover::after{
	margin-left: 15px;
}
.colOur img{
	box-shadow: 0 0 30px rgb(0 0 0 / 30%);
	border-radius: 30px ;
}
.aparta-int,
.apartado {
	position: absolute;
	background: var(--white);
	width: 200px;
	border-radius: 30px 5px 30px 5px;
	padding: 2rem 2rem 4rem 2rem;
	text-align: center;
	right: 40px;
	top: 30%;
	box-shadow: var(--sombra);
}
.apartado::after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: -15px;
	right: -15px;
	background: var(--sucess);
	border-radius: 30px 5px 30px 5px;
	z-index: -1;
}
.apartado p {
	color: var(--primary);
	font-weight: bold;
}
.apartado >.wpb_wrapper{
	position: relative;
}
.apartado >.wpb_wrapper::after{
	content: url(https://asesorasisa.es/wp-content/uploads/2022/05/familia.svg);
	position: absolute;
	bottom: -170px;
	left: calc(50% - 80px);
}


.asesor-row{
	margin: 100px auto 20px;
}
.asesor-row h3{
	color: var(--sucess);
	font-weight: bold;
}
.asesor-row img{
	min-height: 100px;
}
.asesor-row >.wpb_column > .vc_column-inner > .wpb_wrapper{
	padding: 2rem;
	border-radius: 30px;
	background-color: #fff;
	transition: .4s all ease-out;
}

.asesor-row > .wpb_column >.vc_column-inner:hover >.wpb_wrapper {
	padding: 2rem;
	box-shadow: var(--sombra);
	margin-top: -10px;
	position: relative;
}
.asesor-row > .wpb_column >.vc_column-inner:hover >.wpb_wrapper{
	padding: 2rem;
	box-shadow: var(--sombra);
	margin-top: -30px;
	position: relative;
}
.asesor-row > .wpb_column >.vc_column-inner:hover >.wpb_wrapper::after{
	content:"";
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -30px;
	left: -20px;
	background: var(--primary);
	border-radius: 30px 5px 20px 5px;
	z-index: -1;
}
.simpleAccion{
	color: var(--primary) !important;
	text-align: center;
	font-weight: bold;
}
.simpleAccion::after{
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/Icon-ionic-md-arrow-dropright.svg);
	margin-left: 15px;
}
.simpleAccion:hover::after{
	margin-left: 20px;
}
.simpleAccion:hover{
	font-weight: bold;
}
.atencion-tipos h3{
	color: var(--sucess);
	font-weight: bold;
	font-size: 1.8rem;
}
.atencion-tipos p{
	margin-left: 20%;
}
.atencion-tipos img{
	border-radius: 30px 5px 30px 5px;
	box-shadow: var(--sombra);
}
.sello{
	padding: 4rem 0;
}
.sello .vc_figure{
	position: relative;
}
.sello .vc_figure::after{
	content:"";
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: -30px;
	left: -20px;
	background: var(--primary);
	border-radius: 25px 5px 15px 5px;
	z-index: -1;
}
.bannerHome .info h1::before{
	content:url(https://asesorasisa.es/wp-content/uploads/2022/05/decor.svg);
	width: 70px;
	height: 70px;
	position: absolute;
	top: -50px;
	left: -80px;
	z-index: -1;
	filter: saturate(8);
}
.colOur::after,
.inversion::after,
.cruz::after{
	content:url(https://asesorasisa.es/wp-content/uploads/2022/05/decor.svg);
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 55%;
	z-index: -1;
}
.colOur{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.colOur::after{
	top: initial;
	left: 30%;
	bottom: 30px;
}
.seguro{
	margin: 80px auto;
	padding: 2rem ;
	box-shadow: var(--sombra);
	border-radius: 30px;
	background-color: #fff;
}
.seguro h3{
	font-size: 1.8rem;
}
.seguro a{
	margin: 0 auto;
}
.top-cuad::before,
.seguro::before{
	content:"";
	width: 170px;
	height: 170px;
	position: absolute;
	bottom: -30px;
	left: -30px;
	background: var(--primary);
	border-radius:5px 30px 5px 30px ;
	z-index: -1;
	opacity: .2;
}
.seguro::after{
	content:"";
	width: 170px;
	height: 170px;
	position: absolute;
	top: -30px;
	right: -30px;
	background: var(--primary);
	border-radius:5px 30px 5px 30px ;
	z-index: -1;
	opacity: .2;
}
.seoApt > .vc_column-inner::after{
	content:url(https://asesorasisa.es/wp-content/uploads/2022/05/umbrella.svg);
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 1;

}
/*--------------------------------------------------------------
>>>Footer:
--------------------------------------------------------------*/
#colophon{
	background: var(--sucess);
	color: var(--white);
	padding: 2rem 0 0;
}
#colophon a{
	color: var(--white);
}
#colophon .footer-content {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
#colophon .footer-content .footer-area-one img {
	margin: 30px auto;
	max-width: 300px !important;
	display: block;

}
#colophon  .top-info {
	background-color: transparent;
	align-items: center;
	padding: 0 0 16px;
	height: 45px;
	border-bottom: 0.7px solid;
}
#colophon ul#menu-menu-principal,
#colophon ul#menu-politicas{
	display: flex;
	justify-content: center;
}
#colophon ul#menu-menu-principal li,
#colophon ul#menu-politicas li{
	margin:0 15px;
}
#colophon ul#menu-menu-principal li a,
#colophon ul#menu-politicas li a{
	font-weight: 600;
	text-transform: capitalize;
}
#colophon ul#menu-menu-principal li a:hover,
#colophon ul#menu-politicas li a:hover{
	font-weight: 800;
}
.copymk{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
/*--------------------------------------------------------------
>>>INTERNAS:
--------------------------------------------------------------*/
.banner-internas{
	height: 65vh;
	background-size: 66% auto;
}
.banner-internas .info h2 {
	font-size: 5rem;
	font-weight: bold;
}
.banner-internas .info p {
	margin-top: 0;
}
.banner-internas .info h2 {
	font-size: 5rem;
}
.aparta-int{
	top: initial;
	bottom: -20px;
	width: 250px;
	padding: 1rem 2rem 2rem;
	font-weight: 500;
}
.aparta-int p{
	font-size: 1.6rem;
	color: var(--sucess);
	line-height: initial;
}
.tts-inter h2{
	color: var(--sucess);
	font-size:2rem;
}
.box-shad .texto{
	padding: 2rem 4rem 2rem 0;
}
.box-shadow,
.box-shad {
	box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
	border-radius: 20px;
	margin: 0px auto;
	height: 500px;
	overflow: hidden;
	background: var(--white);
}
.box-shadow{
	margin: 70px auto !important;
}
.box-shadow .vc_column-inner,
.box-shad .vc_column-inner {
	padding: 0 !important;
}
.box-shadow .wpb_wrapper ,
.box-shadow .wpb_column.vc_column_container,
.box-shad .wpb_wrapper ,
.box-shad .wpb_column.vc_column_container{
	max-height: 100%;
}

.box-shad .wpb_single_image.vc_align_left {
	text-align: left;
	margin-bottom: 0;
	max-height: 100%;
}
.box-shad .wpb_single_image .vc_figure{
	max-width: 90%;
}
.box-shadow .wpb_single_image .vc_figure,
.box-shadow .wpb_single_image .vc_single_image-wrapper,
.box-shadow .wpb_single_image img,
.box-shad .wpb_single_image .vc_figure,
.box-shad .wpb_single_image .vc_single_image-wrapper,
.box-shad .wpb_single_image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.box-shadow h4,
.box-shad h4 {
	color: var(--sucess);
	font-size: 1.5rem;
}
.box-shadow h3,
.box-shad h3 {
	color: var(--primary);
	font-size: 2rem;
	line-height: 1.5rem;
	font-weight: 800;
}
.box-shadow .info{
	margin: 0 auto;
	max-width: 80%;
}
.box-shad .cruz {
	max-width: 80%;
}
.box-shadow  img,
.box-shad  img {
	box-shadow: var(--sombra);
	border-radius: 20px;
}
.adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper{
	padding: 2rem;
	box-shadow:0 10px 20px rgb(0 0 0 / 20%);
	margin:20px 5px;
	position: relative;
	border-radius: 30px;
	background-color: #fff;
	min-height: 400px;
	transition: .4s all ease-out;
}
.adj-row h3 {
	color: var(--primary);
	font-size: 1.3rem;
}
.vida-seguro .wpb_content_element {
	margin-bottom: 0;
}
.vida-seguro h3{
	color: var(--sucess);
}
.fondoint{
	background-size: 60% 80%;
	background-position: center right;
	background-repeat: no-repeat;
}
.adoons::before{
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: -30px;
	left: -20px;
	background: var(--sucess);
	border-radius: 25px 5px 15px 5px;
	z-index: 9;

}
section.vc_section.lifematters {
	margin: 20px auto 50px;
}
.lifeguard{
	margin: 100px auto;
	padding-bottom: 5rem;
}
.lifebox p{
	font-size: 1.4rem;
	line-height: initial;
}
.lifeguard a{
	font-size: initial;
}
.lifebox img {
	border-radius: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
}

.border{
	border-top: 2px solid #c1c1c17a;
	padding: 40px;
}

.box-sombra{
	box-shadow: var(--sombra);
	padding:1rem 3rem;
	border-radius: 20px;
}
.box-sombra strong{
	color: var(--sucess);
}
.box-sombra .imag .vc_column-inner::after {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/Grupo-familiar.svg);
	position: absolute;
	bottom: -25px;
	right: 0;
}
.descAsisa .seguro{
	margin: 100px auto 20px;
	padding: 1rem 5rem;
	box-shadow: var(--sombra);
	border-radius: 30px 2px;
	background-color: var(--sucess);
}
.descAsisa .seguro p{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: initial;
}
.descAsisa .seguro .cruz::after {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/cruz-blanca.svg);
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	top: initial;
	left: 25%;
	z-index: 9;
	opacity: .8;
}
.descAsisa .seguro .cruz::before {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/cruz-blanca.svg);
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	top: initial;
	left: 55%;
	z-index: 9;
	transform: scale(2);
	opacity: .2;
}
.btnCenter a{
	margin: 0 auto;
}
.blue-fondo {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 90% 90%;
}
.funeraria h3{
	font-weight: 500;
	margin-left: 30px;
}
.quote .box-sombra{
	padding: 3rem 7rem !important;
	border-radius: 20px;
	margin: 50px;
}
.quote .box-sombra p{
	font-size: 1.8rem;
	line-height: initial;
	font-weight: 600;
}
.quote .box-sombra .vc_column-inner::before {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/Grupo-856.svg);
	position: absolute;
	top: 20px;
	right: 20%;
}
.quote .box-sombra .vc_column-inner::after {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/Grupo-856.svg);
	position: absolute;
	transform: rotate(180deg);
	bottom: 20px;

}

.clienteAt{
	margin:10px auto 100px ;
}
.clienteAt .adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper{
	padding: 2rem;
	margin: 20px auto;
	position: relative;
	min-height: 350px;
	max-width: 300px;
}

.banContact{
	height: 100% !important;
}
.bannerHome.banContact .info p {
	font-size: 1rem;
	max-width: 80%;
}
.formContact{
	background: #fff;
	box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
	padding: 3rem;
	margin: 4rem 0;
	border-radius: 40px 0 40px 0;
}
.mas-row .col2 > .vc_column-inner::after,
.mas-row .col3 > .vc_column-inner::after,
.clienteAt .adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper::after,
.formContact::before{
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: var(--primary);
	border-radius: 25px 5px 15px 5px;
	z-index: 9;
}
.clienteAt .adj-row > .col1 >.vc_column-inner>.wpb_wrapper::after{
	z-index: -1;
	top: initial;
	bottom: -20px;
	left: -20px;
	border-radius: 25px 0px 15px 0px;
}
.clienteAt .adj-row > .col2 >.vc_column-inner>.wpb_wrapper::after{
	z-index: -1;
	top:  -20px;
	left: initial;
	right: -20px;
	border-radius: 0px 25px 0px 15px ;
}
.clienteAt .adj-row > .col3 >.vc_column-inner>.wpb_wrapper::after{
	z-index: -1;
	top:  initial;
	left: initial;
	bottom: -20px;
	right: -20px;
	border-radius: 0px 25px 0px 15px ;
}
.clienteAt .adj-row h4{
	font-weight: bold;
	color: var(--sucess);
	font-size: 1.1rem;
	line-height: initial;
}
.clienteAt .adj-row a{
	font-weight: bolder;
	color: var(--primary);
}
.formContact h3{
	color: var(--sucess);
	font-size: 1.8rem;
	padding-top: .5rem;
	text-align: center;
	line-height: initial;
}
.formContact p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto 0 0;
}
.formContact p span{
	width: 48%;
}

.formContact p span.Mensaje,
.formContact p span.Asunto{
	width: 100%;
}
.formContact  .Terms [type="checkbox"]{
	width: initial !important;
}
.formContact input,.formContact textarea, .formContact select{
	width: 100%;
	margin: 10px 0;
	height: 50px;
	background-color: #F7F7F7 !important;
	padding: 10px !important;
	border: 0 solid !important;
}
.formContact p span.acceptance,
.formContact p span.acceptance span,
.formContact p span.acceptance input{
	width: initial !important;
}
.formContact p span.acceptance label{
	display: flex;
	justify-content: baseline;
}
.formContact p span.acceptance a{
	color: var(--primary);
	font-weight: 600;
}
.formContact input::placeholder{
	color: #666;
}
.formContact input[type="submit"]{
	background-color:  var(--sucess) !important;
	border-radius: 15px 3px 15px 3px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	max-width: 200px;
	font-size: 18px;
	text-align: center;
	margin: 10px auto;
	box-shadow: var(--sombra);
	transition: .4s all ease;
	cursor: pointer;
}
.formContact input[type="submit"]:hover{
	background-color: var(--primary) !important;
	color: #fff;
	box-shadow: 0 0 10px #c1c1c1;
}
.formContact textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	background-color: transparent;
}

.ventajas .adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper {
	padding:3rem 3rem 1rem;
	margin: 20px auto 40px;
	position: relative;
	min-height: 380px;
	max-width: 300px;
}
.ventajas h3 {
	color: #0062A6;
}
.top-cuad::before {
	content: "";
	height: 100px;
	width: 100px;
	top: 0px;
	left: 10px;
	background: var(--primary);
	border-radius:  30px 5px 30px 5px;
	z-index: -1;
	opacity: .2;
}
.bottom-cuad::after{
	content:"";
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: var(--primary);
	border-radius: 30px 5px 30px 5px ;
	z-index: -1;
	opacity: .2;
}
.item-bottom .seguro .tts-inter{
	margin-bottom: 0;
}
.item-bottom .seguro{
	border: 1px solid var(--primary);
}
.item-bottom  .seguro::after,
.item-bottom  .seguro::before {
	content: "";
	width: 100px;
	height: 100px;
	opacity: .1;
}
.masc{
	padding: 2rem 0 0;
}
.masc  p{
	font-size: 1.5rem;
	color: var(--sucess);
	font-weight: 500;
}
.mas-row .col2 > .vc_column-inner,.mas-row .col3 > .vc_column-inner{
	background-color: var(--white);
	box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
	padding: 2rem 2rem 1rem ;
	margin: 30px auto;
	border-radius: 30px;
	max-width:450px;
	min-height: 280px;
	position: relative;
}
.mas-row{
	padding: 2rem;
}
.mas-row h3{
	color: var(--sucess) !important;
	font-size: 1.5rem;
}
.mas-row .col3 > .vc_column-inner{
	margin-top: 80px !important;
}
.mas-row .col3 > .vc_column-inner::after{
	z-index: -1;
	top:  -20px;
	left: initial;
	right:  -20px;
	border-radius:0px 25px 0px 25px  ;
	background-color: var(--sucess);
}
.mas-row .col2 > .vc_column-inner::after{
	z-index: -1;
	top:  initial;
	left: initial;
	bottom: -20px;
	right: -20px;
	border-radius:25px 0px 25px 0px  ;
}
.need {
	margin: 100px auto;
	background-color: var(--white);
}
.need > .vc_column-inner {
	padding: 2rem 3rem 1rem !important;
}
.lifematters > .vc_column-inner h3,
.need > .vc_column-inner h4 {
	font-size: 1.8rem;
	line-height: initial;
}
.lifematters h3 strong,
.bienestar h4 strong,
.need > .vc_column-inner h4 strong {
	color: var(--sucess);
}
.need > .vc_column-inner::after {
	content: "";
	position: absolute;
	bottom: -35px;
	right: -50px;
	border-radius: 25px 0px 25px 0px;
	background-image: url(https://asesorasisa.es/wp-content/uploads/2022/06/playa.jpg);
	width: 300px;
	height: 350px;
	background-size: cover;
	box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
}
.need::after {
	content: "";
	width: 170px;
	height: 170px;
	position: absolute;
	bottom: -30px;
	left: -30px;
	background: var(--primary);
	border-radius: 5px 30px 5px 30px;
	z-index: -1;
	opacity: .2;
}
.bienestar h4 {
	font-size: 1.3rem;
	line-height: initial;
}
.bienestar a {
	float: right;
}
.bienestar > .vc_column-inner {
	padding: 2rem 3rem !important;
}

.bienestar > .vc_column-inner::after {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/doggie.svg);
	position: absolute;
	bottom: -10px;
	left: 0px;

}
.limits p{
	color: var(--sucess);
	font-weight: 600;
	text-align: center;
	line-height: initial;
}

.mundoMasc h3 {
	color: var(--sucess);
	font-weight: bold;
	font-size: 1.8rem;
}
.mundoMasc li::marker {
	color: var(--primary);
	font-weight: bold;
	font-size: 1.5rem;
}
.mundoMasc li {
	list-style: initial;
}
.mundoMasc img {
	border-radius: 30px;
	box-shadow: var(--sombra);
}
.opc li{
	color: var(--sucess);
}
.anciano{
	background-repeat: repeat-x;
	background-size:  auto 80%;
	background-position: center right;
}
.vida-seguro .seguro::after,
.vida-seguro .seguro::before{
	width: 100px;
	height: 100px;
}
.lifematters .seguro> .vc_column-inner {
	padding: 2rem 3rem 1rem !important;
}
.lifematters .seguro> .vc_column-inner::after {
	content: url(https://asesorasisa.es/wp-content/uploads/2022/05/ahorro.svg);
	position: absolute;
	bottom: -10px;
	right: 0px;
}
.lifematters .seguro a{
	float: left;
}
.mundoMasc .dif img {
	border-radius: none;
	box-shadow: none;
}
.lista li{
	padding: 1rem 2rem 1rem 4rem ;
	border-bottom: 1px solid var(--sucess);
	position: relative;
}
.lista li::before{
	content: url(https://asesorasisa.es/wp-content/uploads/2022/06/check.svg);
	position: absolute;
	left: 0;
	bottom: -7px;
}
.especial .wpb_column >.vc_column-inner>.wpb_wrapper{
	min-height: 290px;
	padding: 2rem 2rem 1rem;
}
.adj-row.especial h4{
	font-size: 1.3rem;
}
.adj-row.especial h3 {
	color: var(--sucess);
	font-size: 1.3rem;
}
.bluesCol >.vc_column-inner >.wpb_wrapper{
	background-color: var(--sucess) !important;
	color: #fff !important;
}
.bluesCol >.vc_column-inner >.wpb_wrapper p{
	color: #fff !important;
}
.secSalud img{
	border-radius: 30px;

}
.secSalud h3 {
	margin-left: 60px;
}

.rigt.sello .vc_figure::after {
	content: "";
	bottom: -30px;
	left: initial;
	right: -30px;
	background: var(--sucess);
	border-radius: 25px 5px 25px 5px !important;
}

.secSalud .sello .vc_figure::after {
	content: "";
	border-radius:5px 25px 5px 25px ;
}
.cobertura{
	margin: 100px auto;
}
.slider-macotas{
	margin: 20px auto 100px;
}
.slider-macotas h3{
	font-size: 1.3rem;
	color: var(--sucess);
}
.slider-macotas p{
	width: 80%;
	margin: 10px auto;
}
.slider-macotas img{
	box-shadow: var(--sombra);
	border-radius: 20px;

}
.slider-macotas{
	background-image: url(https://asesorasisa.es/wp-content/uploads/2022/06/Rectangulo-fondo.svg);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

.slider-macotas .owl-stage {
	display: flex;
}
.slider-macotas .owl-stage-outer {
	overflow: hidden;
}
.slider-macotas .owl-nav button {
	border: 1px solid;
	border-color: transparent;
	border-radius: 10px 0 10px;
	background: var(--sucess);
	color: #fff;
	line-height: initial;
	padding: 0 1rem;
	font-size: 2rem;
}

.slider-macotas .owl-dots{
	display: none;
}
.slider-macotas .owl-nav {
	position: absolute;
	top: 25%;
	width: 100%;
	justify-content: space-between;
	display: flex;
}
span.wpcf7-form-control.wpcf7-acceptance.optional > span {
	margin: 0;
}
span.wpcf7-form-control.wpcf7-acceptance input {
	height: auto;
	margin-right: 10px;
}
#masthead.fade-in{
	position: fixed;
	width: 100%;
	z-index: 9999999999;
}
















.bannerHome .info h1,
.bannerHome .info h1 strong{
  font-weight: 700;
}

.bannerHome .info h1{
  line-height: 40px;
}

.bannerHome .info h1 em{
  font-style: normal;
  color: var(--sucess);
  font-size: 2.5rem;
  margin: 0;
  font-weight: 800;
}



.banner-internas .info h1{
  line-height: 85px;
}
.banner-internas .info h1 em{
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
}




/*--------------------------------------------------------------
>>>RESPONSIVE:
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.main-navigation {
		padding: 15px 12%;
	}
	.bannerHome .info h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.bannerHome .info h2 {
		color: var(--sucess);
		font-size: 2rem;
	}
	.bannerHome {
		height: 70vh;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right top;
		-webkit-box-pack: end !important;
		-ms-flex-pack: end;
		justify-content: end !important;
	}
	.apartado {
		right: 5px;
		top: 50%;
	}
	.asesor-row {
		margin: 20px auto 20px;
	}
	.asesor-row >.wpb_column > .vc_column-inner > .wpb_wrapper {
		max-width: 300px;
		margin: 20px auto;
	}
	.adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper,
	.asesor-row > .wpb_column >.vc_column-inner:hover >.wpb_wrapper {
		padding: 2rem;
		box-shadow: var(--sombra);
		margin-top: -10px;
		position: relative;
	}
	.seguro {
		width: 80% !important;
	}
	#colophon .top-info {
		padding: 0 10px 16px;
		height: initial;
		border-bottom: 0.7px solid;
		max-width: 100%;
		flex-direction: column;
	}
	#colophon ul#menu-menu-principal,
	#colophon ul#menu-politicas{
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: 10px auto;
	}
	#colophon ul#menu-menu-principal li,
	#colophon ul#menu-politicas li{
		text-align: center;
	}
	.copymk {
		justify-content: center;
		align-items: center;
		padding: 10px ;
		flex-wrap: wrap;
	}
	#colophon a {
		color: var(--white);
		text-align: center;
	}
	.seguro > .vc_column-inner::after {
		bottom: -80px;
		right: -30px;
		transform: scale(.6);
	}
	.banContact {
		height: 100% !important;
		padding-top: 12rem !important;
	}
	.banContact .info {
		text-align: center;
	}
	.banContact .info p {
		text-align: center;
	}
	.bannerHome.banContact .info p {
		max-width: 100%;
	}
	.formContact p span {
		width: 100%;
	}
	.banner-internas {
		height: 60vh !important;
	}
	.descAsisa .seguro {
		padding: 1rem 1rem;
	}
	.descAsisa .seguro p {
		font-size: 1.3rem;
	}
	.box-sombra .imag .vc_column-inner::after {
		bottom: -100px;
		right: initial;
		transform: scale(.5);
	}
	.atencion-tipos p {
		margin-left: initial;
	}
	.funeraria h3 {
		font-weight: 500;
		margin-left: initial;
		line-height: initial;
	}
	.quote .box-sombra {
		padding: 1rem 1rem !important;
		border-radius: 20px;
		margin: initial;
	}
	.quote .box-sombra p {
		font-size: 1.3rem;
	}
	.tts-inter h2 {
		font-size: 1.8rem;
		line-height: initial;
	}
	.border {
		padding: 40px 20px;
	}
	.need > .vc_column-inner::after {
		bottom: 0;
		right: 0;
		width: 150px;
		height: 200px;
	}
	.bienestar > .vc_column-inner::after{
		bottom: -90px;
		left: -160px;
		transform: scale(.5);
	}
	#toggle{
		display: block;
		background-image: url(https://asesorasisa.es/wp-content/uploads/2022/06/toggle.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: transparent;
		border: none;
	}
	.adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper, .asesor-row > .wpb_column >.vc_column-inner:hover >.wpb_wrapper {
		padding: 2rem;
		box-shadow: var(--sombra);
		margin-top: initial;
		position: relative;
		max-width: 300px;
		margin: 20px auto;
	}
	.especial .wpb_column >.vc_column-inner>.wpb_wrapper {
		min-height: initial;
	}
	.lista ul{
		margin: 0;
	}
	.lista .wpb_content_element{
		margin-bottom: 0;
	}
	.lista .colOur {
		padding-top: 2rem;
		padding-bottom: 0rem;
	}
	.lifematters .seguro> .vc_column-inner::after {
		bottom: -45px;
		right: -120px;
	}
	.box-shadow, .box-shad {
		padding: 2rem;
	}
	.box-shadow img, .box-shad img {
		box-shadow: none;
		border-radius: 20px;

	}
	.box-shadow, .box-shad  {
		box-shadow: none;
		border-radius: 20px;
		height: auto;

	}
	.box-shad .cruz {
		max-width: 100%;
	}
	.box-shad .texto {
		padding: 3rem 1rem 0 0;
	}
	.box-shadow .info {
		margin: 0 auto 30px;
		max-width: 100%;
	}
	#masthead #primary-menu {
		position: absolute;
		background: #fff;
	}
	.box-sombra {
		box-shadow: none;
	}
	.main-navigation {
		flex-flow: wrap;
	}

	.menu-menu-principal-container {
		width: 100%;
		display: block;
	}

	ul#primary-menu.on {
		left: 0;
		width: 100% !important;
		position: relative !important;
		display: block;
		margin-top: 20px;
	}

	ul#primary-menu.on li {
		margin-bottom: 16px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
	.lifeguard {
		margin: 0px auto;
	}
	.adj-row > .wpb_column >.vc_column-inner>.wpb_wrapper {
		min-height: auto;
	}
	.lifebox img {
		position:relative;
		left: initial;
	}
	.sello {
		padding: 1em 0;
	}
	.secSalud h3 {
		margin-left: 0;
	}
	.need {
		margin: 30px auto;
	}
	.slider-macotas .owl-nav {
		position: absolute;
		top: 25%;
		width: 93%;
		justify-content: space-between;
		display: flex;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.asesor-row >.wpb_column > .vc_column-inner > .wpb_wrapper {
		max-width: 300px;
		margin: 0 auto;
		border: 1px solid #ebebeb;
		margin-bottom: 13px;
	}
	.seguro {
		margin: 20px auto;
	}
	.colOur {
		padding-top: 0;
		padding-bottom: 10rem;
	}
	.formContact {padding: 2rem;
		margin: 10px;} 
	.formContact::before {
		display: none;
	}
	section.vc_section.lifematters {
		margin:50px auto 50px;
	}
	.bienestar {
		margin-bottom: 100px;
	}
	header#masthead ul#primary-menu li:last-child {
		max-width: 200px;
		margin: auto;
	}
	header#masthead .topInf {
    display: none !important;
}
	.top-info {
    justify-content: center;

}
	.topInf {
    display: block !important;
}
}

.formContact p{
  align-items: center;
}
.formContact p span.wpcf7-spinner{
  width: 24px;
}

.formContact .wpcf7-not-valid-tip{
  display: none;
}

.formContact input.wpcf7-not-valid{
  border: 1px solid red !important;;
}


.atencion-tipos h2 ~ p {
  margin-left: 0%;
}