* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
/*comocomprar?*/
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300&display=swap');
  .videoscomocomprar1{
    width: 560px;
    height: 315px;
    border-radius: 14px;
  }

  .cajaimagencomocomprrar1{
    color: aliceblue;
    display: block;
    overflow-x: clip; 
    font-family: 'Unbounded', cursive;
    FONT-SIZE: 11PX;
    transition:display 500ms ,width  300ms ;
  }
  .cajaimagencomocomprrar11{
    display: none;
    margin: 7px 6px;
      overflow-x: clip;
      font-size: 17px;
    transition: all 500ms;
  }
  .cajacomocomprar1{
    width: 100px;
    margin: 0px auto;
    border-radius: 50px;
    height: 100px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: all 150ms ;
    background: rgb(6 145 243);
    OVERFLOW: HIDDEN;
  
  }
  .comocomprarvideo1{
    position: fixed;
      top: 20%;
      right: 0px;
      z-index: 100;
  }
  .cajacomocomprar1:hover {
    width: 575px;
    height: 330px;
    background: rgb(37, 81, 148);
    transition: all 300ms ;
    border-radius: 14px;
  }
  
  .cajacomocomprar1:hover > .cajaimagencomocomprrar11{
    display: block;
    transition: display 400ms ;
  }
  .cajacomocomprar1:hover > .cajaimagencomocomprrar1{
    width: 0PX;
    display: NONE;
    transition: display 300ms, width 4s ;
     ;
  }
  
/*fincomocomprar*/
/*nuevo whasapp*/
.icono{
  width:40px;
}


.primero{
}
.primero1{
  display: none;
  margin: 7px 6px;
    overflow-x: clip;
    font-size: 17px;
  transition: display all 3s;

}
.segundo{
  width: 40px;
  margin: 0px auto;
  border-radius: 40px;
  height: 40px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: all 150ms ;

}
.terceso{
  position: fixed;
    bottom: 80px;
    right: 26px;
    z-index: 999;
}
.segundo:hover {
  width: 240px;
  background: rgb(255, 255, 255);
  transition: all 100ms ;

}

.segundo:hover > .primero1{
  display: block;
  transition: display all 3s !important;
  font-size: 14px;
}

.enlace{
  text-decoration: none;
  color: black;
  text-align: center;
}
/*fin nuevo whatsapp*/
.titulo {
	text-align: center;
	color: teal;
	margin: .5em 0;
} 

.containercard{
	
	display: grid;
	grid-template-columns: 1fr 1fr;
} 

 
.tarjeta-producto {
	position: relative;	 
	width: 320px;
	height: 340px;
	margin: auto;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,.25);
	overflow: hidden; 
}

.tarjeta-producto__header {
	top: auto;
}
.tarjeta-producto__img {
	display: block;
	width: 99%;
  background: rgb(0,212,255);
  background: linear-gradient(90deg, rgba(0,212,255,0.3617822128851541) 13%, rgba(34,102,217,0.40940126050420167) 42%, rgba(0,56,254,0.21332282913165268) 100%);
	margin: 20px auto 0;
	border-bottom: 1px solid green;
}
.tarjeta-producto__detalles {
  background: rgb(0,212,255);
  background: linear-gradient(90deg, rgba(0,212,255,0.3617822128851541) 13%, rgba(34,102,217,0.40940126050420167) 42%, rgba(0,56,254,0.21332282913165268) 100%);
	position: absolute;
	width: 100%;
	padding: 3px 10px;
	top: 220px;
	transition: all .5s;
}
.tarjeta-producto:hover .tarjeta-producto__detalles {
	top: 70px;
  background: rgba(255, 215, 0,0.9);
	box-shadow: 0 -5px 15px rgba(0,0,0,.25);
}

.tarjeta-producto__titulo {
	font-size: 20px;
	color: #194D5C;
	font-weight: 800;
	
}
.tarjeta-producto__titulo span {
	font-size: 14px;
	font-weight: 400;
	color: #ccc;
	font-weight: normal;
	letter-spacing: 1px;
	color: #194D5C;
	margin: 0;
	padding: 0;
}
.precioweb {
  width: 90px;
  height: 55px;
	color: red;
	font-weight: bold;
	font-size: 24px;
	font-weight: 600; 
	position: absolute;
	right: 10px;
	top: 3px;
  
  background-color: whitesmoke;
  border: 1px solid red;
  border-radius: 5px;
  
}
.precioweb2 {
  position: absolute;
  bottom: 3px;
  left: 3px;
color: black;
font-size: 12px;
font-weight: 500;
  
}
.precioweb3 {
  position: relative;
  width: 90px;
  height: 55px;
  text-align: center;
color: red;
background-color: white;
border: 1px solid red;
border-radius: 5px;
font-size: 22px;
font-weight: 600;
  
}
.preciopublico {
	color: white;
	font-weight: bold;
	font-size: 24px;
	font-weight: 600; 
	position: absolute; 
	left: 5px;
	top: 5px;  
  background-color: red;
  border: 1px solid red;
  border-radius: 5px;
  padding: 0 8px;
  
}
.preciopublico2 {
  width: 50%;
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-weight: 600; 
	position: relative;
	left: 5px;
	top: 5px;  
  background-color: red;
  border: 1px solid red;
  border-radius: 5px;
  padding: 0 8px;
  margin: 40px 0 0 0;
  z-index: 50;
  position: relative;
  top: -15px;
  
}
.rayado {
  padding: 0;
  margin: 0;
  position: relative;
  top: 30px;

  text-decoration: line-through;
  
}
.masdetalles {
	color: black;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 90px;
}
.idid {
	color: black;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 110px;
}
.tarjeta-producto__informacion label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}
.tarjeta-producto__informacion ul {
	display: flex;
}
.tarjeta-producto__informacion li {
	list-style: none;
	margin: 5px 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
} 
.tarjeta-producto__informacion li:first-child {
	margin-left: 0;
}
.tarjeta-producto__colores li {
	height: 16px;
	width: 16px;
}



.tarjeta-producto__buy {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: #194D5C;
	padding: 5px;
	margin-top: 15px;
	transition: all .5s;
}
.tarjeta-producto__buy:hover {
	background-color: red;
  cursor: pointer;
}
.float{
	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;
}
.floattext{
    position:fixed !important;
    width: 0px;
    height: 0px;
    bottom: 93px;
    right: 104px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 8px 8px 1px 8px;
    text-align: center;
    font-size: 17px;
    box-shadow: 6px 3px 11px #997;
    z-index: 100;
    display: none;
    transition: width 2s, height 4s !important;
}

.float:hover > .floattext{
  width: 177px;
  height: 38px;
  display: inline;
  transition: width 2s, height 4s !important;
}

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

span{
	letter-spacing: normal;
}
.sidebar{
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  
  z-index: 1;
  transition: all 0.5s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #194D5C;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #194D5C;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 0 0 150px 0;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}

/*****/


.sidebar .nav-links li{
  position: relative;
  list-style: none;
  border-radius: 13px;
  box-shadow: rgb(0 0 0 / 0%) 0px 2px 23px, rgb(0 0 0 / 26%) 0px 2px 3px;
  margin: 0px 0px 4px 0px;
  background-color: whitesmoke;
  background-image: -webkit-linear-gradient(45deg, #005ce5cc    50%, transparent 50%) ;
  background-image: linear-gradient(45deg, #005ce5cc    50%, transparent 50%) ;
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
} 


.sidebar .nav-links li:hover{
  background-position: 0 !important;
  transition: background 200ms ease-in-out;

}

/*****/

.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: gray;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: whitesmoke;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: rgba(255, 255, 255, 0);
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding: 2px 17px;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 1px solid;
  border-radius: 11px;
  margin: 3px;
  border: none;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
  color: black;
  background-color: #25d366;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #194D5C;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  background: #E4E9F7;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }
}

@media (max-width: 700px) {
  .float{
    width:40px;
    height:40px;
    bottom: 10px;
    right: 30px;
  }
  .my-float{
    position: relative;
    top: -10px;
  }
}


@media (max-width: 620px) {
  .cajacomocomprar1:hover {
      width: 360px;
      height: 237px;
  }
  .videoscomocomprar1 {
      width: 344px;
      height: 220px;
  }
  
  
}