@media screen and (min-width: 320px){
		*{
			box-sizing: border-box;
			margin: 0;
			padding: 0;
		}

		html{
			font-size: 62.5%;
		}

		body{
			font-family: "BundayClean-Regular";
			font-size: 1.5rem;
			margin: auto;
		}

		iframe{
			border: 0;
		  }

		#header .action-box{
			top: -10px;
		}

		@font-face {
			font-family: 'Lato';
			font-style: normal;
			font-weight: 400;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
			unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		  }
		  /* latin */
		  @font-face {
			font-family: 'Lato';
			font-style: normal;
			font-weight: 400;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		  }
		  /* latin-ext */
		  @font-face {
			font-family: 'Lato';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
			unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		  }
		  /* latin */
		  @font-face {
			font-family: 'Lato';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		  }


		@font-face{
			font-family:"BundayClean-SemiBold";
			src: url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-SemiBold.eot"); 
			src: local('?'),
				url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-SemiBold.woff") format("woff"),
				url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-SemiBold.ttf") format("truetype");
		}
		@font-face{
			font-family:"BundayClean-ExtraBoldItalic";
			src: url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-ExtraBoldItalic.eot");
			src: local('?'),
				url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-ExtraBoldItalic.woff") format("woff"),
				url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-ExtraBoldItalic.ttf") format("truetype");
		}
		@font-face{
			font-family:"BundayClean-Regular";
			src: url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-Regular.eot");
			src: local('?'),
				url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-Regular.woff") format("woff"),
				url("/static/contenido/HotSale/LandingPreHotSale/css/fonts/BundayClean-Regular.ttf") format("truetype");
		}

		/* somx */
		#main{
			margin-top:0 !important;
		}
		#main > .container{
			padding:0px !important;
			width: 100% !important;
			max-width: 100% !important;
		}
		#main > .container > .col-md-12{
			padding: 0;
		}
		.section-header{
			position: relative;
		}
		/* main#main{
			background-color: #f5f5f5;;
		  } */
		/* somx */

		#wrapper {
			width: 100%;
			/* max-width: 964px; */
			position: relative;
		  }
		  
		  #carousel {
			overflow: auto;
			scroll-behavior: smooth;
			scrollbar-width: none;
		  }
		  
		  #carousel::-webkit-scrollbar {
			height: 0;
		  }

		#content {
			display: grid;
			justify-content: left;
			grid-gap: 16px;
			grid-auto-flow: column;
			margin: auto;
			box-sizing: border-box;
		  }

	.cardcontainer1{
		display: flex;
		justify-content: center;
		margin: 10px 18.5px 10px 18.5px;
	}

	.item {
		width:  20rem;
		height: 22rem;
		/* background: green; */
		border: 1px solid gray;
		border-radius: 10px;
		text-align: center;
		overflow: hidden;
		display: grid;
		justify-content: center;
	  }

	  .item-img {
		width:  20rem;
		height: 10rem;
		/* background: green; */
		/* border: 1px solid gray;
		border-radius: 10px; */
	  }

	  .circleColor{
		width: 35px;
		height: 35px;
		background-color: #0D5FAD;
		z-index: 1;
		/* position: absolute; */
		display: grid;
		align-self: end;
		border-radius: 100%;
		margin-block-end: 2px;
		margin-inline-start: 2px;
	  }

	  .pasos{
		display: grid;
    	justify-content: flex-start;
		color: #ffffff;
		margin-block-start: 9px;
		font-weight: bold;
		z-index: 2;
	  }

	  .pasos-especial{
		display: grid;
    	justify-content: flex-start;
		color: #ffffff;
		margin-block-start: 9px;
		font-weight: bold;
		z-index: 2;
	  }

	  .pasos-especial-5 {
		display: grid;
    	justify-content: flex-start;
		color: #ffffff;
		margin-block-start: 9px;
		font-weight: bold;
		z-index: 2;
	  }

	  .item p{
		font-size: 1.3rem;
		padding: 0px 15px;
	  }

	  .iframeCortinas p{
		font-size: 35px;
		font-weight: 800;
		font-family: 'Lato';
		margin: 20px 15px 20px 15px;
	  }
	
	  .iframeCortinas{
		height: 700px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		/* border: 2px red solid; */
		margin-top: 20px;
	  }  
	
	}