* {
	box-sizing: border-box;
}

:root {
	--anchoGaleria: 100%;
}

section.carrusel.container-slider[id^='carrusel'] {
	--color-recurso: #048abf;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 90%;
	max-width: 900px;
	margin: 2rem auto;
	overflow: hidden;
	box-shadow: 0 0 0 10px #fff, 0 15px 50px;
	position: relative;
}

section.carrusel.container-slider[id^='carrusel'] {
	text-align: center;
}

section.carrusel.container-slider[id^='carrusel'] .sliderCarrusel {
	display: flex;
	height: 21rem;
	margin-left: -100%;
}

section.carrusel.container-slider#carrusel1 .sliderCarrusel {
	/* desplazamiento del ancho de cada imagen */
	width: var(--anchoGaleriacarrusel1);
}

section.carrusel.container-slider#carrusel2 .sliderCarrusel {
	/* desplazamiento del ancho de cada imagen */
	width: var(--anchoGaleriacarrusel2);
}

section.carrusel.container-slider#carrusel3 .sliderCarrusel {
	/* desplazamiento del ancho de cada imagen */
	width: var(--anchoGaleriacarrusel3);
}

section.carrusel.container-slider#carrusel4 .sliderCarrusel {
	/* desplazamiento del ancho de cada imagen */
	width: var(--anchoGaleriacarrusel4);
}

section.carrusel.container-slider[id^='carrusel'] .slider__section {
	width: 100%;
	padding: 20px;
	background: #eee;
	display: flex;
	flex-direction: column;
	flex: 1;
}

section.carrusel.container-slider[id^='carrusel'] .slider__section .imagenPie {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem;
}

section.carrusel.container-slider[id^='carrusel'] .slider__section .imagenPie img {
	width: 100%;
	max-width: 600px;
	height: 750px;
	max-height: 50%;
}

section.carrusel.container-slider[id^='carrusel'] .slider__section .imagenPie img+p {
	font-size: 0.75em;
	text-align: center;
	margin: 20px 0;
	overflow-wrap: anywhere;
}

section.carrusel.container-slider[id^='carrusel'] .slider__img {
	display: block;
	width: 100%;
	height: 90%;
	object-fit: contain;
	/* cover: la imagen no se deforma, pero se recorta; contain: la imagen no se deforma, pero queda con margenes a los 4 lados */
}

section.carrusel.container-slider[id^='carrusel'] .slider__btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background: rgba(4, 138, 191, 1);
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: bold;
	font-family: monospace;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s ease;
}

section.carrusel.container-slider[id^='carrusel'] .slider__btn:hover {
	color: #048abf;
    background: #fff;
	opacity: 1;
	transform: scale(1.2, 1.2) translateX(0) translateY(-40%);
}

section.carrusel.container-slider[id^='carrusel'] .slider__btn__regresa {
	left: 10px;
}

section.carrusel.container-slider[id^='carrusel'] .slider__btn__avanza {
	right: 10px;
}

section.carrusel.container-slider[id^='carrusel'] .xs-text {
	font-size: 75%;
	text-align: center;
	padding-top: 3em;
}

section.carrusel.container-slider[id^='carrusel'] p {
	margin: 0 1em 1em 1em;
	line-height: normal;
}

section.carrusel.container-slider[id^='carrusel'] .puntos {
	width: 100%;
	padding: 0.4em;
	margin: 1em 0 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

section.carrusel.container-slider[id^='carrusel'] .punto {
	width: 20px;
	height: 10px;
	border: 1px solid #048abf;
    background-color: #fff;
	margin: 0 6px;
	list-style: none;
	border-radius: 100px;
	cursor: pointer;
	transition: background-color 0.6s ease;
}
section.carrusel.container-slider[id^='carrusel'] .punto:hover {
	width: 20px;
	height: 10px;
	border: 1px solid #048abf;
    background-color: #048abf;
	margin: 0 6px;
	list-style: none;
	border-radius: 100px;
	cursor: pointer;
	transition: background-color 0.6s ease;
}

section.carrusel.container-slider[id^='carrusel'] .punto.activo {
	background-color: var(--color-recurso);
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* @media screen and (min-width: 1281px) {
	body {
        background-color: orange;
    }
} */

/* ---------------- */
/* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */
/* @media screen and (min-width: 1025px) and (max-width: 1280px) {
	body {
        background-color: khaki;
    }
} */

/* ---------------- */
/* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */
/* @media screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		background-color: lightgreen;
	}
} */

/* ---------------- */
/* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */
/* @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	body {
		background-color: grey;
	}

	section.carrusel.container-slider#carrusel1 .slider {
		height: 75vh;
	}
} */

/* ---------------- */
/* 
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */
/* @media screen and (min-width: 481px) and (max-width: 767px) {
	body {
		background-color: coral;
	}

	section.carrusel.container-slider#carrusel1 .slider {
		height: 70vh;
	}
} */

/* ---------------- */
/* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */
@media screen and (max-width: 480px) {
	body#crm {
		/* background-color: red; */
		min-width: 350px;
	}

	/* section.carrusel.container-slider#carrusel1 .slider {
		height: 220px;
	} */

	section.carrusel.container-slider#carrusel1 .sliderCarrusel,
	section.carrusel.container-slider#carrusel2 .sliderCarrusel {
		height: 15rem;
       
		/* desplazamiento del ancho de cada imagen */
	}
}