/* -------------------- */
/* Margin / Padding */
/* -------------------- */

@media screen and (min-width: 1200px) {

	.padding-index-banner {
		padding-top: 95px;
	}
}


@media screen and (max-width: 1199.85px and min-width: 992px) {

	.padding-index-banner {
		padding-top: 80px;
	}	
	
}

@media screen and (max-width: 991.85px) {

	.padding-index-banner {
		padding-top: 60px;
	}
}




.p-3px {
	padding: 3px;
}

.p-5px {
	padding: 5px;
}

.p-3-10px {
	padding: 3px 10px;
}

/* margin left */

.ml-5px {
	margin-left: 5px;
}

.ml-10px {
	margin-left: 10px;
}

.ml-15px {
	margin-left: 15px;
}

.ml-20px {
	margin-left: 20px;
}

/* margin right */

.mr-5px {
	margin-right: 5px;
}

.mr-10px {
	margin-right: 10px;
}

.mr-15px {
	margin-right: 15px;
}

.mr-20px {
	margin-right: 20px;
}

.mr-25px {
	margin-right: 25px;
}

/* margin top */


.mt-0 {
	margin-top: 0 !important;
}

.mt-5px {
	margin-top: 5px !important;
}

.mt-10px {
	margin-top: 10px !important;
}

.mt-15px {
	margin-top: 15px !important;
}

.mt-20px {
	margin-top: 20px !important;
}

.mt-25px {
	margin-top: 25px;
}

.mt-30px {
	margin-top: 30px;
}

.mt-35px {
	margin-top: 35px;
}

.mt-40px {
	margin-top: 40px;
}

.mt-45px {
	margin-top: 45px;
}

.mt-50px {
	margin-top: 50px;
}


/* margin bottom */

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5px {
	margin-bottom: 5px !important;
}

.mb-10px {
	margin-bottom: 10px !important;
}

.mb-15px {
	margin-bottom: 15px !important;
}

.mb-20px {
	margin-bottom: 20px !important;
}

.mb-25px {
	margin-bottom: 25px;
}

.mb-27px {
	margin-bottom: 27px;
}

.mb-30px {
	margin-bottom: 30px;
}

.mb-35px {
	margin-bottom: 35px;
}

.mb-40px {
	margin-bottom: 40px;
}

.mb-45px {
	margin-bottom: 45px;
}

.mb-50px {
	margin-bottom: 50px;
}


.mcancel-50px {
	margin-top: -50px;
	margin-bottom: -50px !important;
}


/* padding top */
.pt-1-5-rem {
    padding-top: 5.5rem;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-5px {
	padding-top: 5px !important;
}

.pt-10px {
	padding-top: 10px !important;
}

.pt-15px {
	padding-top: 15px !important;
}

.pt-20px {
	padding-top: 20px !important;
}

.pt-25px {
	padding-top: 25px;
}

.pt-30px {
	padding-top: 30px;
}

.pt-35px {
	padding-top: 35px;
}

.pt-40px {
	padding-top: 40px;
}

.pt-45px {
	padding-top: 45px;
}

.pt-50px {
	padding-top: 50px;
}


/* padding bottom */
.pb-1-5-rem {
    padding-bottom: 1.5rem;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-5px {
	padding-bottom: 5px;
}

.pb-10px {
	padding-bottom: 10px !important;
}

.pb-15px {
	padding-bottom: 15px !important;
}

.pb-20px {
	padding-bottom: 20px !important;
}

.pb-25px {
	padding-bottom: 25px;
}

.pb-30px {
	padding-bottom: 30px;
}

.pb-35px {
	padding-bottom: 35px;
}

.pb-40px {
	padding-bottom: 40px;
}

.pb-45px {
	padding-bottom: 45px;
}

.pb-50px {
	padding-bottom: 50px;
}



/* -------------------- */
/* Fonts */
/* -------------------- */

.fs-10px {
	font-size: 10px;
}

.fs-11px {
	font-size: 11px;
}

.fs-12px {
	font-size: 12px;
}

.fs-14px {
	font-size: 14px;
}

.fs-16px {
	font-size: 16px;
}

.fs-18px {
	font-size: 18px;
}

.fs-20px {
	font-size: 20px;
}

/* -------------------- */
/* Flex */
/* -------------------- */

.flex-wrapped {
	flex-wrap: wrap;
}

.flex-social {
	max-width: 120px;
	cursor: pointer;
	color: #ffffff;
	background-color: #2f5b99;
}

.flex-social:hover {
	max-width: 125px;
	cursor: pointer;
	color: #2f5b99;
	background-color: #bbbbbb;
}

.flex-social .social-icon {
	font-size: 30px;
}

.flex-2 {
	flex-grow: 2;
}

/* -------------------- */
/* Misc */
/* -------------------- */



.gap-10-10 {
	gap: 10px 10px;
}


.gap-10-20 {
	gap: 10px 20px;
}


.opacity-7 {
	opacity: 0.7!important;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-normal {
	font-weight: 300;
}

.h0 {
	height: 0px !important;
}

.h100 {
	height: 100% !important;
}

.no-bg-brd {
	border: thin solid #C9C9C9;
}


.bg-no-order {
	background-color: #F4F4F4 !important;
}

.lovethis {
	color:#C3C3C3 !important;	
	background: rgba(255, 255, 255, .9);
	padding: 4px 4px 4px 5px;
	align-content: center;
	border-radius: 3px;
	border: thin solid #ffffff;
}

.lovethis:hover {
	color:crimson !important;
	background: rgba(255, 255, 255, .3);
}

.lovethis:active {
	color:aquamarine !important;
	background: rgba(255, 255, 255, .3);
}

.lovethisOn {
	color:crimson !important;
	background: rgba(255, 255, 255, .65)  !Important;
	padding: 4px 4px 4px 5px;
	align-content: center;
	border-radius: 3px;
	border: thin solid #ffffff;
}

.lovethisOn:hover {
	color:#C3C3C3 !important;
}

.lovethisOn:active {
	color:cornflowerblue !important;
}

.selectedtipo {
	background-color: #E1E1E1;
	padding: 3px 3px;
	border-radius: 3px;
}

.item-banner {
	padding: 3.5rem 0 2.5rem 0;
}

.slimheader {
	background-color: #263a4d;
	padding-top: 10px;
	color: #9AB4CD;
	font-size: 12px;
	
}

.Header-border-fix {
	border-top: 10px solid #263a4d;
}

/* bot´n del buscador */
#submitbtn{ 
	display:none;
}

.max-w-100 {
	max-width: 100px;
}

.max-w-150 {
	max-width: 150px;
}

.max-w800 {
	max-width: 800px;
}

.cursor-grab {
	cursor: -webkit-grab; cursor: grab;
}

.cursor-pointer {
	cursor: -webkit-pointer; cursor: pointer;
}

.border-thin-grey {
	border: thin solid #F0F0F0;
}



.CopyToClip {
	border:#FFFFFF;
	border: 0;
	color: darkslateblue;
	width: 100%;
	margin-bottom: 10px;
}

.line-height-normal {
	line-height: normal !important;
}

.bg-ashgreen {
	background-color: #F1FFEF;
}


.bg-comp-1 {
	background-color: #d6e5e8;
}

.bg-comp-2 {
	background-color: #e7eff1;
}

.bg-comp-3 {
	background-color: #fbf4ef;
}

.bg-comp-4 {
	background-color: #eee5db;
}

.bg-comp-5 {
	background-color: #f3f6f8;
}

.bg-comp-6 {
	background-color: #e6f2f0;
}



.admin-banner {
	padding: 120px 0 30px !important;
}

.video-iframe {
	width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.text-lightgrey {
	color: lightslategrey;
}

.text-hashblue {
	color:#4C6F82;
}

.text-ashgreen {
	color:#CEE7CB;
}


.min-h-58 {
	min-height: 58px;
}

.min-h-54 {
	min-height: 54px;
}

/* ---------------------- */
/* anchor sticky-menu fix */
/* ---------------------- */

html {
  scroll-padding-top: 75px;
}

.anchor-padding {
  scroll-margin-top: 75px;
}


/* ---------------------- */
/* Hidden | Show */
/* ---------------------- */

.collapsibleDiv {
	display: none;
}

.hidden {
	display: none !important;
}

.loggedin {
	display: none !important;
}

.loggedout {
	display: none !important;
}


.p-banner-xxl {
	padding-top: 95px;
}

.p-banner-lg {
	padding-top: 70px;
}

.p-banner-md {
	padding-top: 60px;
}



@media screen and (min-width: 1200px) {

	.hidden-if-xl {
		display: none;
	}
}


@media screen and (max-width: 1199.85px) {

	.hidden-if-xs-sm-md-lg {
		display: none;
	}
	
}



/* ---------------------- */
/* Truncate */
/* ---------------------- */


.truncate1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.truncate1a {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1;
   -webkit-box-orient: vertical;
}

.truncate2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.truncate3 {
   overflow: hidden;
   text-overflow: ellipsis;   
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.truncate4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
}


.truncate5 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5;
   -webkit-box-orient: vertical;
}


/* ---------------------- */
/* Heart-Checkbox */
/* ---------------------- */

input.heart[type="checkbox"] {
    display: none;
}


input.heart[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    display: inline-block;
	cursor: pointer;
}
 
input.heart[type="checkbox"] + label:before {
    content: url('/images/heartOff.png');
    top: 4px;
    left: 0px;   
    display: block;
    position: absolute;
	transition:  .5s ease;
	border: 1px solid transparent;
	
}

 
input.heart[type="checkbox"]:checked + label:before {
    border: 1px solid transparent;
    background-color: transparent;
}
 
input.heart[type="checkbox"]:checked + label:after {
    content: url('/images/heartOn.png');
    position: absolute;
    top: 5px;
    left: 1px;
	transition:  .5s ease;
}
/*                       */





/* -------------------- */
/* banner titulo height */
/* -------------------- */



