/*bg custom*/
.ivory-light {
    background-color: #faf1e3;
}
.bg-red {
    background-color: #d62828;
}

/*text hxx*/
.h1a {
    font-size: 3.6em;
    line-height: 52px;
    margin: 0 0 32px 0;
    margin-bottom: 32px;
}

.h1b {
    font-size: 2.3em;
    line-height: 40px;
    margin: 0 0 32px 0;
    margin-bottom: 32px;
}

/*altura del font text e=.5 per le icone hostpot */ 
.lh-1e {
	font-family:simple-line-icons;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1.2 !important;
}

/*align object*/
/*alinea objetos verticalmente al centro*/
.row-avc {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row-avc-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row-avc-05 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/*no espacios entre columnas*/
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*cascading-images-wrapper*/
.cascading-images-wrapper1 {
    display: inline-block;
    padding: 12% 15%;
}

/*columnas*/
.col-half-section1 {
    width: 100%;
    min-height: 1px;
    padding-left: 100px;
    padding-right: 15px;
    position: relative;
    max-width: 655px;
    margin-left: 100px;
    margin-right: 0;
}

@media (max-width: 600px) {
    .col-half-section {
        max-width: 500px;
        margin: 0 auto !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
}

/*btn custom*/
:root {
    --btn-width-sm: 100px;
    --btn-width-sl: 160px;
    --btn-width-md: 240px;
    --btn-width-lg: 320px;
    --btn-width-xl: 400px;
}

.btn-mod {
    background-color: var(--tertiary);
    color: var(--quaternary--200);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background-position: -13px -15px;
    background-repeat: no-repeat;
    background-size: auto 70px;
    border-radius: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: var(--btn-width-md);
    height: 50px;
    /*margin-top: 40px;*/
    padding: 10px 40px;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    display: flex;
}

.btn-mod.width-sm {
    width: var(--btn-width-sm);
}

.btn-mod.width-sl {
    width: var(--btn-width-sl);
}

.btn-mod.width-lg {
    width: var(--btn-width-lg);
}

.btn-mod.width-xl {
    width: var(--btn-width-xl);
}

/**MODAL MOD**/
.modal-footer1 {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    /*border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);*/
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/**Hospot map**/
.mapped-container {
    position: relative;
    width: 100%;
    max-width: 550px;
}

.mapped-image {
    width: 100%;
    height: auto;
}

.mapped-icon {
    position: absolute;
    cursor: pointer;
}

.icon-image {
    width: 30px;
    /* Ajusta el tamaño del icono según sea necesario */
    height: 30px;
    /* Ajusta el tamaño del icono según sea necesario */
}

.mapped-image-display {
    text-align: center;
    position: relative;
}

.mapped-display-image {
    max-width: 100%;
    height: auto;
}

/* Image Hotspots img */
.image-hotspots {
    position: relative;
}

.image-hotspot1 {
    cursor: pointer;
    position: absolute;
}

.image-hotspot1 strong {
    color: #FFF;
    z-index: 5;
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-weight: 600 !important;
}

.image-hotspot1 .img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    margin: -0.666em auto auto -0.666em;
    background: #CCC;
    border-radius: 50%;
    opacity: 0.6;
    transform-origin: 50% 50%;
    transition: opacity .2s ease-in, transform .1s ease-out;
    color: white;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.image-hotspot1 .ring1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 0.9);
    opacity: 0;
    animation: hotspot-pulsate 3s ease-out infinite;
}

.image-hotspot strongblack {
    color: #070000 !important;
    z-index: 5;
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-weight: 600 !important;
}
.image-hotspot strongwhite {
    color: #f8efef !important;
    z-index: 5;
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-weight: 600 !important;
}

/*rotate things*/	
.r--45 {
	transform: rotate(-45deg);
}
.r-45 {
	transform: rotate(45deg);
}
.r-90 {
	transform: rotate(90deg);
}
.r--90 {
	transform: rotate(-90deg);
}
.r-110 {
	transform: rotate(110deg);
}
.r--140 {
	transform: rotate(-140deg);
}
.r-180 {
	transform: rotate(-180deg);
}
.r-215 {
	transform: rotate(-215deg);
}

/** FRAMES **/
.rounded-top-dx {
  border-radius: 0px 405px 0px 0px !important;
}

/*css para el hostpot*/

.popover .popover-body {
  text-align: center; /* Centrar el texto y la imagen */
}

.popover img {
  max-width: 100%; /* Asegurar que la imagen no sea más ancha que el popover */
  height: auto; /* Mantener la proporción de la imagen */
}

/* Puedes ajustar el ancho del popover si lo necesitas */
.popover {
  max-width: 750px; /* Cambiar según tus necesidades */
}

.image-hotspot strong1 {
	color: #070000 !important;
	z-index: 5;
	font-size: 1.3em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-weight: 600 !important;
  }

  .image-hotspot strong2 {
    color: #ee6666 !important;
    z-index: 5;
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-weight: 600 !important;
  }