/* ***** Global ***** */
:root {
	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	
	--lqd-color-primary: #667b68;
	--lqd-color-gradient-start: #274caf;
	--lqd-color-gradient-stop: #274caf;
	--lqd-color-link: #667b68;
	--lqd-color-link-hover: #274caf;
	--lqd-color-dark: #333333;
	--lqd-color-gray-700: #374151;
	--lqd-color-blue-900: #232a3b;
	--lqd-color-green-300: #7ad19e;
	--lqd-color-green-500: #0f5a64;
	--lqd-color-green-700: #094048;
	--lqd-color-green-50: #f5faf1;
	--lqd-color-gray-100: #f8f8f8;
	--lqd-color-slate-500: #64748b;
	--lqd-color-slate-700: #334155;
	--lqd-color-green-100: rgba(7, 124, 88, 0.11);
	--lqd-color-green-200: rgba(15, 90, 100, 0.13);
	--lqd-body-text-color: #707376;

	--lqd-mobile-sec-height: 0;
	--lqd-sticky-header-height: 75px;

	--lqd-row-gutter-x: 30px;
	--lqd-row-gutter-y: 0;

	--lqd-body-font-family: 'Jost', sans-serif;;
	--lqd-body-font-size: 17px;
	--lqd-body-font-weight: 400;
	--lqd-body-line-height: 1.47em;

	--lqd-heading-font-family: var(--lqd-body-font-family);
	--lqd-h1-font-family: 'Cormorant', serif;
	--lqd-h2-font-family: var(--lqd-h1-font-family);

	--lqd-heading-line-height: 1.2em;
	--lqd-h1-line-height: 1.05em;
	--lqd-h3-line-height: 1.05em;

	--lqd-heading-color: #667b67;
	--lqd-heading-font-weight: 500;
	--lqd-h1-font-weight: 400;
	--lqd-h2-font-size: 40px;
	--lqd-h2-font-weight: 400;
	--lqd-h3-font-size: 23px;
	--lqd-h4-font-size: 25px;
	--lqd-h6-font-size: 18px;
}

.bg-green-500 {background: #667b67;}

html {
	scroll-behavior: smooth;
  }

h2 {font-size: 3rem;     color: #404d41;}
h6 { color: var(--lqd-h6-color,var(--lqd-heading-color));}

hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}

.font-body {
	font-family: var(--lqd-body-font-family);
}

.font-title {
	font-family: var(--lqd-h1-font-family);
}
h1 {    color: #404d41;}
h2 {    color: #404d41;}

/* ***** Button ***** */
.btn-primary:hover {
	background-color: var(--lqd-color-green-500);
	color: #ffffff;
}

.btn-primary:hover .btn-icon {
	background-color: #ffffff;
	color: var(--lqd-color-green-500);
}

/* ***** BG Loader ***** */
.bg-loader {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-inline-start: -30px;
	opacity: .5;
	transition-property: opacity, visibility;
	transition-duration: .15s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

/* ***** Main Header ***** */
.main-header .main-nav {
	--lqd-menu-items-top-padding: 0;
	--lqd-menu-items-right-padding: 12px;
	--lqd-menu-items-bottom-padding: 0;
	--lqd-menu-items-left-padding: 12px;
}

.main-header .current-menu-item>a {
	color: rgba(0, 0, 0, .6);
}

.main-header .solid-row .btn-solid:hover {
	background-color: #077c58;
	border-color: #077c58;
	color: #ffffff;
}

.main-header .solid-row .btn-solid:hover .btn-icon {
	background-color: #ffffff;
	color: var(--lqd-color-green-500);
}

.main-header .btn-sm {
	--btn-pt: 0.65em;
	--btn-pe: 1.5em;
	--btn-pb: 0.65em;
	--btn-ps: 1.5em;

}

/* ***** Stickybar Right ***** */
.main-header .lqd-stickybar-right {
	padding-bottom: 20px;
}

.main-header .lqd-stickybar-right .btn.no-rotate {
	transform: rotate(180deg) translateX(-40%);
	text-align: start;
}

.main-header .lqd-stickybar-wrap .lqd-head-col>.module-button .btn.no-rotate {
	transform: rotate(180deg) translateX(-12%);
	box-shadow: 0px 0px 20px 0px rgba(65, 94, 148, 0.08);
}

.main-header .lqd-stickybar-right .btn:hover {
	color: #ffffff;
	background-color: var(--lqd-color-green-500);
}

.main-header .lqd-stickybar-right .btn:hover .btn-icon {
	background-color: rgba(255, 255, 255, 0.08);
}

/* ***** Hero ***** */
.hero {
	padding-top: 18vw;
	padding-bottom: 18vw;
}
.hero_2 {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;   /* <---- NEW    */
}
.hero_2:hover .row-bg-inner {
	transform: scale(1.075);
}
@media (max-width: 991px) {
	.hero {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
.shadow_txt { text-shadow: 0 0 10px black;}

.container_2 { position: absolute; max-width: var(--lqd-container-width-lg,1140px);
	top: 60%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    text-align: center;
	width: 100%;
    color: #363d36;
}

.underlined { text-decoration: underline;}

.bg-green { background: #00514f;}
.bg-light-green { background: #ced9cc;}

.text-light-green { color: #ced9cc;}

.border-black-10 {
    border-color: #b4ced347;
}

.banner {
	flex-direction: column;
	justify-content: center;
}
.banner .border-top{    border-color: #ffffff38;
    z-index: 1;}
.flex-end {align-self: flex-end;}
.clientes { margin-bottom: 20px; padding-top: 20px;}
.mg-auto {margin: auto;}

.flex-column {    flex-direction: column;}

.font-weight-400 { font-weight: 400;}

p { font-size: 1.4rem; line-height: 2.2rem;}
.text-16 { font-size: 1.4rem; line-height: 2.2rem;}
.text-14 { font-size: 1.2rem; }
.text-12 { font-size: 1.2rem; }

#change-log img {
	max-width: 200px;
    margin-top: 10px;
    display: block;
	max-height: 60px;
}

#change-log p {
	color: #717376;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

#insurance { padding: 180px 0;}
#insurance h1{
font-size: 3rem;
font-weight: 100;
color: #f0f7f3;
}

#change-log h1{
	font-size: 3rem;
	padding-top: 40px;
	width: 100%;
	}

@media (min-width: 1200px) {
	.is-stuck .lqd-head-sec-wrap {
		background: #fff;
	}
}

.text-122 { font-size: 3rem;}
.is-stuck {    background: #ced9cc;}

/* ***** Lity Modal ***** */
.lity-modal .ld-fancy-heading span {
	font-family: 'Cormorant', serif;;

}

.lity-modal .lqd-contact-form {
	--input-margin-bottom: 13px;
	--inputs-margin: 0 0 var(--input-margin-bottom) 0;
}

.lity-modal input:focus,
.lity-modal select:focus,
.lity-modal textarea:focus,
.lity-modal .ui-button.ui-selectmenu-button:hover {
	border-color: rgb(0, 0, 0);
}

.lity-modal .lqd-contact-form input:focus {
	color: #000000;
}

@media (max-width: 991px) {
	.lity-modal .ld-fancy-heading h2 {
		font-size: 48px;
		line-height: 0.75em;
	}
}


figure.snip1311 {
	position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: left;
    background-color: white;
    font-size: 16px;
    -webkit-perspective: 50em;
    perspective: 50em;
    padding: 20px 30px;
    border: 1px solid black;
    border-radius: 0px;
    min-height: 310px;
    display: flex;
	flex-direction: column;
    justify-content: center;
	text-align: center;
	transition: background-color 0.6s ease;
	margin-top: 30px;
}
figure.snip1311.mnh400{ min-height: 420px;}
  figure.snip1311 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
  }
  figure.snip1311 h1 {
	max-width: 100%;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	backface-visibility: hidden;
	margin-bottom: 0;
	font-size: 2rem;
	color: #363d36;
  }
  figure.snip1311 h1.fonfam {
	font-family: var(--lqd-body-font-family);
	font-size: 17px;
	font-weight: bold;
  }
  figure.snip1311 figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: rotateX(90deg) translate(0%, -50%);
	transform: rotateX(90deg) translate(0%, -50%);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 1;
	opacity: 0;
	padding: 0 30px;
  }
 
  figure.snip1311 h3 {
	margin: 0;
	font-weight: 800;
	text-transform: uppercase;
  }
  figure.snip1311 p {
	font-size: 15px; 
	color: var(--lqd-body-text-color);
	color: white;
	line-height: 23px;
    font-size: 18px;
  }
  figure.snip1311 .read-more {
	border: 2px solid #000;
	padding: 0.5em 1em;
	font-size: 0.8em;
	text-decoration: none;
	color: #000;
	display: inline-block;
  }
  figure.snip1311 .read-more:hover {
	background-color: #ffffff;
	color: #000000;
  }
  figure.snip1311:hover {
    background-color: #667b67;
	}

	figure.verdin1.snip1311:hover {background-color: #4d5d53;}
	 figure.verdin2.snip1311:hover {background-color: #738678 ;}
	 figure.verdin3.snip1311:hover {background-color: #8f9779;}

figure.snip1311:hover h1,
figure.snip1311.hover h1 {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

figure.snip1311:hover figcaption,
figure.snip1311.hover figcaption {
    -webkit-transform: rotateX(0deg) translate(0, -50%);
    transform: rotateX(0deg) translate(0, -50%);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}


.br20 img{    border-radius: 0px;}
.align-self-end {align-self: end;}

/* ***** Carousels ***** */
.carousel-items> :not([class*=col-]):not(.has-width) {
	flex: 1 0 100%;
}

.flickity-slider {
	position: absolute; 
	width: 100%;
	height: 100%;
}

.lqd-fb .ld-slideelement-hidden {
	opacity: 0;
	transition: opacity 1s cubic-bezier(.23, 1, .32, 1);
}

.lqd-fb:hover .ld-slideelement-hidden {
	opacity: 1;
}

.flickity-button {
	padding: 0;
	background-color: transparent;
}

/* ***** Banner ***** */
.fondo_home {
	background-image: url('../images_xb/sage.gif');
	background-size: cover;
	background-position: center;
}

.text-white { color: white !important;}
.w-100 { width: 100%;}

@media (max-width: 991px) {
	.banner .ld-fancy-heading h1 {
		font-size: 80px;
	}
}

@media (max-width: 575px) {
	.banner .ld-fancy-heading h1 {
		font-size: 47px;
	}
}

/* ***** Under Banner ***** */
@media (max-width: 991px) {
	.under-banner .ld-fancy-heading {
		margin-bottom: 15px;
	}
}

/* ***** About */
.about .iconbox-icon-container>svg {
	max-height: unset;
}

.carousel-nav.carousel-nav-sm .flickity-button {
	width: 16px;
	height: 16px;
}

.about .module-carousel:hover {
	box-shadow: 0 20px 50px 0 rgba(65, 94, 148, 0.09);
	background-color: #ffffff;
}

@media (max-width: 991px) {
	.about {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.about .module-bottom {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.about .carousel-items {
		margin-inline-start: -15px;
		margin-inline-end: -15px;
	}

	.about .carousel-item {
		padding-inline-start: 15px;
		padding-inline-end: 15px;
	}
}

/* ***** Companies ***** */
@media (max-width: 991px) {
	.companies {
		padding-bottom: 40px;
	}
}

/* ***** Counters ***** */
.counters .ld-fancy-heading .h1 {
	font-size: 62px;
}

/* ***** Services ***** */
.services .carousel-items {
	margin-inline-start: -8px;
	margin-inline-end: -8px;
}

.services .carousel-item {
	padding-inline-start: 8px;
	padding-inline-end: 8px;
}

.services .lqd-fb-style-1 .lqd-fb-bg {
	height: 100%;
	transform: translateY(0);
}

@media (max-width: 991px) {
	.services {
		padding-top: 70px;
		padding-bottom: 30px;
	}

	.services .module-bottom {
		padding-top: 35px;
	}
}

/* ***** Text Image Naked ***** */
@media (max-width: 991px) {
	.text-image-naked {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.text-image-naked .ld-fancy-heading h2 {
		font-size: 40px;
	}

	.text-image-naked .lqd-column-top-ontablet {
		margin-bottom: 30px;
	}
}

/* ***** Tab Items ***** */
.tab-items .lqd-tabs-nav li a.active {
	color: #103a40;
}

@media (max-width: 991px) {
	.tab-items {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.tab-items .ld-fancy-heading h2 {
		font-size: 40px;
	}
}

/* ***** Testimonials ***** */
.testimonials .module-testimonials {
	padding-right: 12%;
	padding-left: 12%;
}

.testimonials .carousel-nav.carousel-nav-sm .flickity-button {
	font-size: 20px;
	width: 35px;
	height: 35px;
}

@media (max-width: 1199px) {
	.testimonials .module-testimonials {
		padding-right: 7%;
		padding-left: 7%;
	}
}

@media (max-width: 991px) {
	.testimonials {
		padding-right: 15px;
		padding-left: 15px;
	}

	.testimonials .module-title h2 {
		font-size: 40px;
	}

	.testimonials .module-testimonials {
		padding: 35px 20px;
	}
}

@media (max-width: 767px) {
	.testimonials .module-testimonials .ld-fancy-heading h2 {
		font-size: 40px;
	}
}

/* ***** Help ***** */
@media (max-width: 991px) {
	.help {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* ***** Contact***** */
@media (max-width: 991px) {
	.contact .module-first {
		padding: 45px 20px;
	}

	.contact .ld-fancy-heading h2 {
		font-size: 40px;
	}
}

/* ***** Main Footer ***** */
.main-footer .ld-sf input[type="email"],
.main-footer .ld-sf input[type="text"] {
	background: rgba(15, 90, 100, 0.06);
	color: rgba(16, 58, 64, 0.55);
}

.main-footer .ld-sf button[type="submit"] {
	background: rgba(15, 90, 100, 0.15);
	color: #0f5a64;
}

.main-footer .ld-sf .submit-text+.submit-icon {
	margin-inline-start: 0;
}

.bg-accent {
    background-color: #bde7e4;
}

.titulo_light {    letter-spacing: -2px;
    font-weight: 300;}
.margincero { margin: 0; padding: 0;}
.pad20 { padding: 0 20px;}
.pt-100 { padding-top: 90px ;}
.centrar_vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-self: center;    <---- REMOVE */
	align-items: center;
}

#team h4{
	font-family: var(--lqd-h2-font-family, var(--lqd-heading-font-family));
	font-weight: 500;
	font-size: 26px;
}

.openModalBtn {  cursor:pointer;
    pointer-events: auto;}
.alsc {    align-self: center;}
.minus4l {     margin-left: -4px;}
.inline-block { display: inline-block;}
.titulos{   
	background: #667b67;
    padding: 10px 14px;
	font-size: 12px;
    color: #dbebdd;}
.lnk-pefil .bi:hover{ color: black;}

.lqd-pf-item {
	border: 1px solid;
    padding: 30px;
}

.logo_filtros{
	border: 1px solid #667b68;
    padding: 60px 30px;
	margin-bottom: 20px;
}
.logo_filtros:hover{
	background: #667b68;
}
.logo_filtros:hover img{
	filter: brightness(0) invert(1);
}

#funds h1 {
	color: #667b67;
	font-family: var(--lqd-body-font-family);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-top: 40px;
	text-decoration: underline;
}

#funds .btn_ghost {
	margin-bottom: 30px;
}

#funds .sbtit span {
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
}

.lqd-pf-single-meta-part>p:first-of-type { opacity: 1;}
.pb-0 { padding-bottom: 0;}

.empresas img { 
	max-width: 33.33%;
    float: left;
    padding: 40px 0;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
  }
  
  .modal-content {
	background-color: #fefefe;
	margin: 12% auto;
	padding: 0px 2% 0 0;
	border: 1px solid #888;
	width: 90%;
	position: relative;
	overflow: hidden;
  }
  
  .modal-content-empresas {
	background-color: var(--lqd-color-green-50);
    margin: 6% auto;
    padding: 0px;
    border: 1px solid #000;
    width: 50%;
	padding-bottom: 20px;
	position: relative;
  }
  
  .modal-content-empresas .rectan span {
	width: 100%;
    border-top: 1px solid;
    padding: 10px 11%;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .rectan { padding: 0 30px 0 0;}

  .modal-content-empresas img {
	max-width: 400px;
    margin: 0 auto;
    display: block;
    padding: 40px;
  }

  .modal p { line-height: 22px;}

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 300;
    color: black;
	position: absolute;
right: 10px;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  .text-22 {    font-size: 2rem;}
  .verde_sage {color: #667b67;}

.mx260  {    max-width: 260px;}

.verde_oscuro {color: #363d36;}
.verde_oscuro img { max-width: 380px;}
.navbar-brand-inner img { max-width: 170px; margin: 10px 0;}

.socialmedia { display: inline-block;}
.socialmedia .bi {
    color: #ced9cc;
    padding-right: 20px;
}

.socialmedia .bi:hover {color: #667b67;}

.btn_ghost { 
	background: #667b67;
    color: #a7baa8;
    padding: 8px 1px 11px 17px;
    border-radius: 70px;
}

.btn_ghost .bi {
	background: #a7baa8;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 28px;
    border: 1px solid #667b68;
    color: #667b68;
    /* float: right; */
    display: inline-block;
    margin-left: 10px;
    transform: rotate(55deg);
}

.invest_with p {
	color: #363d36;
    font-weight: 400;
    font-size: 1rem;
}
.invest_with .bi {
	background: #667b68;
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 28px;
    border: 1px solid #ced9cc;
    color: #ced9cc;
    margin-top: 10px;
    margin-bottom: 0;
	line-height: 20px;
    /* float: right; */
    display: inline-block;
    margin-right: 10px;
    transform: rotate(55deg);

}

.scroll-downs {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 110px;
	left: 0;
	margin: auto;
	
	width :34px;
	height: 55px;
  }
  .mousey {
	width: 2px;
	padding: 10px 15px;
	height: 30px;
	border: 2px solid #546b70;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
  }
  .scroller {
	width: 2px;
	height: 10px;
	border-radius: 25%;
	background-color: #546b70;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
  }
  @keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
  }


  #mouse-scroll {
	style: block;
  }
  #mouse-scroll {
	position: absolute;
    margin: auto;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    z-index: 9999;
  }
  #mouse-scroll span{
	display: block;
	width: 5px; 
	height: 5px;
	-ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 transform: rotate(45deg);
	border-right: 2px solid #363d36; 
	border-bottom: 2px solid #363d36;
	margin: 0 0 3px 5px;
  }
  #mouse-scroll .mouse {
	height: 21px;
	width: 14px;
	border-radius: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 2px solid #363d36;
	top: 170px;
  }
  #mouse-scroll .down-arrow-1 {
	margin-top: 6px;
  }
  #mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
	-webkit-animation: mouse-scroll 1s infinite; 
	  -moz-animation: mouse-scroll 1s infinite:
  }
  #mouse-croll .down-arrow-1 {
	 -webkit-animation-delay: .1s; 
	 -moz-animation-delay: .1s;
	 -webkit-animation-direction: alternate;
  }
  #mouse-scroll .down-arrow-2 {
	-webkit-animation-delay: .2s; 
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
  }
  #mouse-scroll .down-arrow-3 {
	 -webkit-animation-delay: .3s;
	 -moz-animation-dekay: .3s;
	 -webkit-animation-direction: alternate;
  }
  #mouse-scroll .mouse-in {
	height: 5px;
	width: 2px;
	display: block; 
	margin: 5px auto;
	background: #363d36;
	position: relative;
  }
  #mouse-scroll .mouse-in {
   -webkit-animation: animated-mouse 1.2s ease infinite;
	moz-animation: mouse-animated 1.2s ease infinite;
  }
  
  @-webkit-keyframes animated-mouse {
	0% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	   opacity: 0;
	  -webkit-transform: translateY(6px);
	  -ms-transform: translateY(6px);
	  transform: translateY(6px);
	}
  }
  @-webkit-keyframes mouse-scroll {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: .5;
	}
	100% {
	  opacity: 1;
	} 
  }
  @keyframes mouse-scroll {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 0.5;
	}
	100% {
	  opacity: 1;
	}
  }
  

  .object-cover {
	object-fit: cover;
	height: 100%;
	}
.interiores .main-header .logo-default{ display: block;}
.interiores .main-header-overlay { background: white;}

.top80 { margin-top: 80px;}

.main-nav>li>a {color: #363d36;
    font-weight: 400;
    font-size: 1.1rem;}

@media (max-width: 575px) {
	.main-footer .ld-sf--button-inside:not(.ld-sf--button-naked) [type=submit] {
		position: relative;
		top: auto;
		left: auto;
	}
}

.show_cel { display: none;}


.fieldsin p{
	text-align: right;
    font-size: 12px;
    margin-top: 20px;
}
.lqd-contact-form-inputs-border-thick .ui-button.ui-selectmenu-button {
	text-align: left;
    font-size: 15px;
    color: black;
    border-bottom: 2px solid #dddddd;
}
.ui-front .ui-widget.ui-widget-content { max-width: 400px !important;}
.ui-menu .ui-menu-item-wrapper {
	max-width: 400px;
}

@media (max-width: 432px) {  


	.top-75 {    padding: 0 20px;}
	#insurance { padding: 100px 0; }
	#insurance .relative {
		align-items: center;
		justify-content: center;
	}
	#insurance .lqd-counter { margin-bottom: 40px;}
	#insurance .col { width: 100%;     flex: auto;}
	#insurance h1 { text-align: center; font-size: 2.2rem;}
	.navbar-brand-inner img {
		max-width: 100px;
		margin: 0px 0;
	}

	.hide_cel { display: none;}
	.show_cel { display: block;}

	.text-80 {
		font-size: 45px;
	}

	#cuadros .col-3 { width: 100%;}
	.col-sm-12 { width: 100% !important;}
}