/* ----------------------------------------------------------------
	VAXINA FONTS
-----------------------------------------------------------------*/

@font-face {
	font-family: "hbhue";
	src: url("../fonts/HBHueLight.ttf") format("truetype");
	font-weight: lighter;
	font-style: lighter;
}


body,
small,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary { font-family: 'IBM Plex Sans', sans-serif !important; }


h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.menu-link,
.header-misc a,
.font-display { font-family: 'hbhue', serif !important;  font-weight: lighter !important;}



input::placeholder {
	color:#ddd !important;
}



/* ----------------------------------------------------------------
	VAXINA
-----------------------------------------------------------------*/

.font-display-carnet{
		font-weight: bold !important;
}
.font-carnet-home{
	font-size: 30px;
}
.font-carnet-perfil{
	font-size: 20px;
}
.menu-link, .header-misc a {
	 font-size: 1.1rem;
	text-transform: none;
}

.bg-color-2 { background-color: #fff !important; border: 2px solid #000 !important; text-transform: capitalize;}
.bg-color-3 { background-color: #AB88FF !important;}
.color-2 { color: #FFCD8C !important; }

.vx-color-gray{color:#ccd3d5 !important;}
.vx-color-graydark{color:#9daea3 !important;}
.vx-color-green{color:#57d790 !important;}
.vx-color-blue{color:#6cc2e1 !important;}
.vx-color-purple{color:#ab88ff !important;}
.vx-color-pink{color:#ff777c !important;}
.vx-color-orange{color:#ffa45d !important;}

.vx-bgcolor-gray{background-color:#ccd3d5 !important;}
.vx-bgcolor-graydark{background-color:#9daea3 !important;}
.vx-bgcolor-green{background-color:#57d790 !important;}
.vx-bgcolor-blue{background-color:#6cc2e1 !important;}
.vx-bgcolor-purple{background-color:#ab88ff !important;}
.vx-bgcolor-pink{background-color:#ff777c !important;}
.vx-bgcolor-orange{background-color:#ffa45d !important;}
.vx-bgcolor-white{background-color:#fff !important;}

.vx-bgcolor-gray_02{background-color:#a2a8aa !important;}



.slider-element { background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(70,193,176, .7)), url('../images/bg-slider-01.jpg') no-repeat 90% 100% / auto 100%; }

@media (min-width: 992px) {
	.slider-element {
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(70,193,176, 0.17)), url('../images/bg-slider-01.jpg') no-repeat 90% 100% / auto 100%;
	}
}

.feature-box-border .feature-box { position: relative; }

.feature-box-border .feature-box:not(.noborder)::after {
	content: "";
	position: absolute;
	top: calc(64px + 16px);
	left: 59px;
	width: 2px;
	height: calc(100% - 16px);
	background-color: #EEE;
	z-index: 0;
}

.feature-box-border .fbox-color.feature-box:not(.noborder)::after { background-color: #0F6458; }

.feature-box-border .fbox-icon i,
.feature-box-border .fbox-border.fbox-light .fbox-icon i {
	line-height: 60px;
	font-size: 24px;
	z-index: 1;
	text-align: center;
}

.fbox-border.fbox-light .fbox-icon a { background-color: #FFF; }

.fbox-border.fbox-effect .fbox-icon i::after {
	background-color: #0F6458;
}

.bg-color-50 {
	background-color: rgba(15, 100, 88, 0.4) !important;
	background-color: #0f645852 !important; /* Or, less accurately, #ff08 */
}

.dark .line { border-color: rgb(255, 205,140, .2) !important; }

.section-mobile {
	width: calc(100vw - 30px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.section-mobile {
		width: calc(100vw - 60px);
	}
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #FFCD8C50;
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #FFCD8C50;
}

.pricing-price { font-size: 5rem; }

/* ----------------------------------------------------------------------------
	Nav - About Page
---------------------------------------------------------------------------- */
.nav-pills .nav-link {
	margin-bottom: 10px;
	border-radius: 3px;
}
.nav-pills .nav-link.active {
	background-color: #fff;
	border:1px solid #000;
	padding: 10px 25px;
}

.nav-pills .nav-link h3 {
	display: block;
	font-size: 22px;
	font-weight: 400;
	margin-top:8px;
	color: #000;
}

.nav-pills .nav-link.active h3 {
	color: #000;
	font-weight: 500;
}

.nav-pills .nav-link p {
	display: none;
	visibility: hidden;
	font-size: 14px;
	line-height: 1.6 !important;
	margin-bottom: 0;
	color: #EEE;
}

.nav-pills .nav-link.active p {
	display: block;
	visibility: visible;
}

.strong{
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.nav-pills .nav-link:not(.active) p {
		display: block;
		visibility: visible;
		color: #444;
	}

	.nav-pills .nav-link,
	.nav-pills .nav-link.active {
		padding: 1px 20px;
		margin-bottom: 8px;
		border-bottom: 1px solid #e9e9e9;
		border-radius: 0px;
		margin-bottom: 0px;
	}
	.nav-pills .nav-link.active {
		background-color: #fff;
		border:1px solid #000;
		border-radius: 0px;
	}

}

.bg-pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bg-pattern ~ * {
	position: relative;
	z-index: 1;
}






.alileft{
	text-align: left;
}


.p10{
	padding:10px;
}
.bggrayvx{
	background-color: #f2f2f2;
}
.bgwhitevx{
	background-color: #fff;
}
.bgcolor{
	background-color: #f0f;
}

.border {
  border: 1px #666 solid !important;
}
.borderrad{
	border-radius: 10px;
}


.mlr-10{
	margin-left: 10px;
	margin-right: 10px;
}
.space-referido{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.space-referido:last-child{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: none;
}
.mb-100{
	margin-bottom: 100px;
}
.ptb-30{
	padding-top:30px;
	padding-bottom:30px;
}
.mtb-10{
	margin-top:10px;
	margin-bottom:10px;
}
.line-top{
	border-top: 1px solid #555;
}

.mousecursor{
	cursor: pointer;
	border: 1px #666 solid !important;
	background-color: #fff;
	color:#555;
}
.mousecursor:hover, .mousecursor.active{
	border: 1px #fff solid !important;
	background-color: #000;
	color:#fff;
}
.mousecursor.active{
	cursor: auto;
}

/* ----------------------------------------------------------------
	VAXINA CONTROL
-----------------------------------------------------------------*/

.user_wrap_control{
	margin-bottom: 10px;
	padding: 10px;
}
.user_miid{
	margin-bottom: 5px;
	padding: 5px;
}
.user_sexo{
	margin-bottom: 10px;
	padding: 10px;

}
.user_grales{

}

.wtpad{
	padding:0px !important;
}

.bd-left{
	border-left: 1px #666 solid !important;;
}
.bd-top, .flex-container-vx{
	border-bottom: 1px #666 solid !important;;
}

.itmvx, .itmvxa {
  margin: 0px;
  width: 100%;
  min-height:50px;
}
.itmvx {
  min-height:100px;
}
.itmvx-min50 {
  min-height:50px !important;
}
.itmvx-min0{
	min-height:0px !important;	
}

.itmvx_ini{
	font-weight: bold;
	text-align: center;
	width: 30% !important;
}
.itmvx_mini{
	width: 75% !important;
}
.itmvx_date{
	text-align: center;
}

.flex-container-vx:last-child{
	border-bottom: none !important;	
}

.flex-container, .flex-container-vx, .flex-container-vxd, .flex-container-in {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin:0px;
	padding:0px;
	color:#222;
}
.flex-container-in{
	display: inherit;
}
.flex-container{
	margin-bottom: 30px;
	overflow:hidden;
}
.flex-container-vx{
	justify-content: space-around;
	align-items: stretch;
}
.flex-container-vxd{
	flex-direction: column;	
}
.vx-nm{
	font-weight: bold;
}
.vx-home-fs{
	font-size: 1.6rem;
}
.minitexto{
	font-weight: lighter;
	font-size: 1rem;
	line-height: 1.5rem;
}
.minitexto_2{
	font-weight: lighter;
	font-size: 0.7rem;
	line-height: 1rem;
}


.section-full-imp{
	width: 100% !important;
	border-radius:0px !important;
}
.back-gray-01{
	background-color: #E9E9E9;
}
.back-gray-02{
	background-color: #C2CACC;
}
.back-gray-03{
	background-color: #E9E9E9;
}

.txt-blanco{
	color:#fff;
}
.txt-negro{
	color:#000;
}

.foot-links li{
	display: block !important;
	font-size: 17px;
}
.footer-p{
	font-size: 0.8rem;
}

.bene-ul{
	padding-left: 30px;
	line-height: 30px;
}
.bene-ul li{
	font-size: 26px;
	line-height: 40px;
}

.entry-title a{
	font-size: 22px;
}

.overflow-home{
	height: 600px;
	overflow: scroll;
}

.profile-sep{
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #ddd;
	margin-top:20px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 2px solid #aaa;
}
.solo-profile-sep{
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #aaa;
}

.opa-vaxina{
	opacity: 1;
}
.opa-vaxina-dis{
	opacity: 0.5;
}

.logo_prov{
	width: 70%;
	padding: 0px 20px 0px 20px;
}
.logo_prov_2{
	width: 70%;
	padding: 0px 20px 0px 20px;
}
.vaxina-mini-desc {
	text-align: left;
	font-size: 12px;
}
.txt-vacunas{
	padding:0px 30px;
}
.icon-vacunas{
	width: 35%;
	margin:0px auto;
}

.littlewarn{
	font-size: 11px;
	color:#aaa;
}
.mini{
	font-size:10px;
}

.promocion, .comple{
	font-size: 50px;
	margin: 20px 10px 0px 0px;
}

.fs-1r{
	color:#000;
	font-size: 1rem;
}
.fs-2r{
	color:#000;
	font-size: 2rem;
}
.fs-3r{
	color:#000;
	font-size: 3rem;
}
.fs-4r{
	color:#000;
	font-size: 4rem;
}
.metodos{
	width: 60%;
	margin:50px auto 30px auto;
}
.metodos h5{
	font-size: 20px;
}

.text-right-home{
	text-align: right !important;
	padding-right: 30px;
}
.text-left-home{
	text-align: left !important;
	padding-left: 30px;
}
.minitexto{

}

/* acordion */
.accordion-item{
	padding:0px 20px 20px;
}
.accordion-button{
    font-weight: bold;
    font-size: 1.2em;
}

.posabsr{
	position: absolute;
	right: 0;
	
}
.pl-20{
	padding-left: 30px;
}
.separador{
	border: 1px solid #838583;
	margin:10px 0;
}

.mapagoogle{
	width: 100%;
	height: 250px;
}
.mapaconsul{
		display: none;
}
.imgconsul{
	display: inline-block;
}
.comment{
	font-size:0.8rem !important;
}

.hidden{
	display: none;
}

.cart_val{
    position: relative;
    background-color: #000;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    left: -2px;
    top: -12px;
    color: #fff;
    padding-top: 1px;
}

.itm_vxn_cart{
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}





@media (max-width: 820px) {
	.vx-home-fs{
		font-size: 1rem;
	}
	.minitexto{
		font-size: 1rem;
		line-height: 1rem;
	}
	.prevenirtxt{
		font-size: 0.8rem;
	}
	.font-carnet-home{
		font-size: 28px;
	}
	.text-left-home{
		padding-left:10px;
		font-size: 1rem;
	}
	.foot-links li{
		padding:5px 0px;
		font-size: 20px;
	}
	.logo_prov_2{
		width: 100%;
		padding: 0px 20px 0px 20px;
	}


}

@media (max-width: 480px) {
	.vx-home-fs{
		font-size: 0.7rem;
		min-height: 140px;
	}
	.minitexto{
		font-size: 0.7rem;
		line-height: 1rem;

	}
	.prevenirtxt{
		font-size: 0.6rem;
		min-height: 140px;
	}
	.font-carnet-home{
		font-size: 21px;
	}
	.text-left-home{
		padding-left:0px;
		font-size: 0.8rem;
	}
	.foot-links li{
		padding:10px 0px;
		font-size: 16px;
	}
}


.semibtn{
	background-color:#fff;
	border-color:#AB88FF;	
	color:#AB88FF;
}
.btn-primary-disabled{
	cursor:default !important;
}


.no-bgcolor{
  width: 200px !important;
  margin: 0px auto !important;
  margin-top: 20px !important;
	background-color: transparent;
}
.no-bgcolor:hover{
	background-color: transparent;	
}


.btn-calendar, .btn-calendar-mini {
        display:block;
        width:50px;
        color: #fff;
        position: fixed;
        right:20px;
        bottom:120px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
      	z-index:998;
}
.btn-calendar-mini{
	width:30px;
	height: 30px;
	position: relative;
	right:5px;
	bottom:5px;
	line-height:0px;
	float: right;
}
.prev-calendar-mini{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.btn-whatsapp {
        display:block;
        width:50px;
        color: #fff;
        position: fixed;
        right:20px;
        bottom:65px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
      	z-index:999;
}


.msjwhats, .msncalen{
	display: none;
	width:400px;
	height: auto;
	position: fixed;
	right:90px;
	bottom:85px;
	background-color: #fbfbfb;
	border-radius: 10px;
	color:#555;
	z-index: 997;
	box-shadow:
    inset 0 -0.5em 0.5em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
.msncalen{
	bottom:135px;
}
.msjwhats h4, .msncalen h4{
    color:#fff;
    padding: 20px;
    background-color: #00b22d !important;
    font-size: 22px;
    border-radius: 10px 10px 0px 0px;
}
.msncalen h4{
    background-color: #ff777c !important;
}
.msjwhats ul, .msncalen ul{
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin:0px;
	padding:0px 20px 20px;
}
.msjwhats li p, .msncalen li p{
	margin:0px; 
	padding:0px;
	width:100%;
	text-align: center;
	font-size: 1.1rem;
}
.linewd{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin:10px 0px;
}
.i40{
	width: 40px;
	display: block;
}
.i60{
	width: 60px;
}
@media (max-width: 420px) {
	.msjwhats, .msncalen{
		max-width: 210px;
		border-radius: 5px;
	}
	.msjwhats h4, .msncalen h4{
		padding: 10px;
		font-size: 20px;
		border-radius: 5px 5px 0px 0px;
	}
	.msjwhats ul, .msncalen ul{
		padding:0px 10px 10px
	}
	.i40{
		display: none;
	}
	.i60{
		width: 40px;
	}
	
}

.btn-pink{
    background-color:#ff777c !important;
    color:#fff !important;
    border-color:#fff !important;
}

.btn-sol-vac{
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.handy{
	cursor: pointer;
}
.minh-rec{
	min-height: 280px;
}
.btn-rec{
	
    position: absolute;
    bottom: 20px;
    right: 30px;

}
.subra{
	text-decoration: underline !important;
}
.pos-rel{
	position:relative;
}