.contenedor-kits {
	padding: 2px;
	width:100%;
}

.kit-item {
	float: left;
	margin: 1px;
	padding: 2px;
	border: 1px solid grey;
	background-color: silver;
}

.kit-item a {
	font-size: 9pt;
}

.modal-body{
  height: 100%;
  width: 100%;
  overflow-y: auto;
}


.banner-desktop {
	display:none;
}
.banner-mobile {
        display:none;
}

@media(min-width:160px){
        .banner-mobile {
                display:block;
        }
        .banner-desktop {
                display:none;
        }
}

@media(min-width:576px){
	.banner-mobile {
        	display:block;
	}
        .banner-desktop {
                display:none;
        }
}

@media(min-width:768px){
        .banner-mobile {
                display:none;
        }
        .banner-desktop {
                display:block;
        }
}

.sobreNos{
	
	margin-top:2rem;
margin-bottom:1rem;
	
}

.sobreNosIzq{
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #052754;
	color: white;
}

.whatsa{
	font-size: 0.8rem;
	color:white;	
	
}

.whatsa span{
	color:#25D366;
	font-weight:bold;
}

.redes{
	background-color:white;
	color:#95989d;
	margin-bottom: 1rem;
	border-top:8px solid #052754;
}

.menu-colegios ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* text-transform: capitalize !important; */

}

.menu-colegios a{
	line-height: 1.8rem;
  
  }
  .menu-colegios li{
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 5px !important;
  }

.tit-paginas{
	background-color: skyblue;
	padding: 1.5rem 0;
}

.tit-paginas h1{
	color: white;
	padding: 0 2rem;
}

.sobreNosInt{
	background-color: #052754;
	color: white;
	
}

.sobreNosInt h3{
	padding: 0 2rem;
	
}

.sobreNosInt p{
	padding: 2rem 2rem 0 2rem;
	
}

.trayectoria h2{
/* 	text-align:center; */
	font-weight:bold;
	margin-left:2rem;
	padding: 1rem 0;
	color:#3a7daa
}

.trayectoria h6{
	padding: 0 2rem;
	
}

.trayectoria p{
	padding: 1rem 2rem 0 2rem;
	color:#777777;
	font-weight: 300;
}

.dts-ct{
	padding: 4rem;
	background-color: #e0e6e9;
	color:#777777;
}

.dts-ct h3{
	padding: 1rem 0;
	color:#052754;
	font-weight:bold;
}

.dts-ct h4{
	padding-top: 1rem;
}

.form-ct{
	padding: 4rem;
	
}


.form-ct  input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.form-ct  input[type=submit] {
  background-color: #1f9fe1;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-ct  input[type=submit]:hover {
  background-color: #45a049;
}

.product-price{
	color: #052754 !important;
}

.chat-flotante{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.chat-flotante:hover{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.text-grisesito {
	color: #ccc;
}

.nro-carrito{
font-size: 13px;
background-color: #05275421;
padding: 5px 10px;
border-radius: 31px;
}


.mercado-pago .form-check-input{
	position: relative !important;
}

.mercado-pago p, .acl{
	margin-bottom: 0 !important;
	text-transform: uppercase;
	color: #9fa4a9;
	font-weight: 300;
	padding-bottom: 0.3rem;
}

.sil{
	color: #9fa4a9;
	font-weight: 300;
	font-size: 10px;
}

.navbar{
	box-shadow: 3px 3px 7px rgb(96 138 206 / 20%);
}


.modal-content {
	text-align: center;
	padding: 20px;
}
.modal-body p {
	font-size: 1em;
}
.modal-header {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.modal-title {
	font-size: 1.4em;
}
.store-buttons {
	margin-top: 10px;
}
.btn-primary {
	font-size: 1em;
	padding: 10px 20px;
}
@media (max-width: 576px) {
	.modal-content {
		padding: 10px;
	}
	.btn-primary {
		width: 100%;
		font-size: 1em;
	}
}

.store-selection-section {
	background-color: #f8f9fa; /* Color de fondo */
	padding: 2rem; /* Relleno */
	border-radius: 0.5rem; /* Bordes redondeados */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
}