*{
    margin: 0;
    padding: 0;
 max-width: 100%;
}

body{
	margin: 0;
	padding: 0;
}

P{
	text-align: justify;
	font-family: 'Roboto Flex', sans-serif;

  font-weight: normal !important;
  }
  
  
  h1{
	
	font-family: 'Montserrat', sans-serif;
	
	}
  
  
  
	h2, h3, h4, h5, h6{
   text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
  }

h2{
font-weight: bold!important;
font-size: 32px!important;
}
  h3 {

    margin: 0 0 10px 0;

    padding: 0;


    text-align: center;

    color: #ce0e2d;

}
.separator {
  width: 10%;
  height: 3px;
  background-color: rgb(18, 226, 254);
  margin: 20px auto;

}
.rain{
    width: 150px;
    height: 150px;
}
.bar-sup1{
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: left;
    width: 200px;
    color: rgb(157, 216, 243);
    font-size: 25px;
    font-weight: 500;
}
.bar-sup2{
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: right;
    width: 200px;
    color: rgb(157, 216, 243);
    font-size: 25px;
    font-weight: 500;
}







/*etiquetasrfid*/

.fondo3{
    background-image: url("../img/fondo2.webp");
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;


	
}




.card-text{
    font-size: 14px;
    text-align: justify;
}
.card-body{
	background-color: #ffffff;
}
.sub-card{
    color:white;
}

.card-header{
    color:white;
	
}

.btn {
    background-color: #ce0e2d !important;
    border-color:rgb(18, 226, 254) !important;
}
.cont-header{
	border-radius: 20px 20px 0  0;
	padding-top:3%;
	background-color:#ce0e2d;
}

.card1
{
    min-height: 16cm;
	border-color: black; 
	border-width: 3px; 
	 box-shadow: rgba(0, 0, 0, 0.275) 0px 15px 25px, rgba(18, 226, 254, 0.053) 0px 5px 10px;
		border-radius: 20px;
}


/* ELEMENTOS RFID */

.whatsapp-button {
  display: grid;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  
}

.whatsapp-button:hover {
  transform: scale(1.1);
}



.text-uhf{
	padding:0 50px;
}









.card{
    border: none !important;
}

 .card .icon {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #ffffff;

}
.img-requisitos {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

   width: 30%;

 

}

 .card .slide {

    width: 75%;

    height: 250px;

    transition: 0.5s;

	
}
 .card .slide.slide1 {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 1;

    transition: .7s;

    transform: translateY(100px);

    margin: auto;

    background-color: aliceblue;




}

 .card:hover .slide.slide1{

    transform: translateY(0px);

}

 .card .slide.slide2 {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 20px;

    box-sizing: border-box;

    transition: .8s;

    transform: translateY(-100px);

    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    margin: auto;

    background-color: #ce0e2d;

    border-radius: 20px;

}

 .card:hover .slide.slide2{

    transform: translateY(0);

}

 .card .slide.slide2::after{

    content: "";

    position: absolute;

    width: 30px;

    height: 4px;

    bottom: 15px;

    left: 50%;

    left: 50%;

    transform: translateX(-50%);

    background: #ffffff;

}

 .card .slide.slide2 .content p {

    margin: 0;

    padding: 0;

    text-align: justify;

    color: white;

}

@media only screen and (max-width: 768px) {
	.card .slide {
	  width: 100%;
	  height: 200px;
	}

	.text-uhf{
		padding-left: 0!important;
		padding-right: 0!important;
	}
  }
  
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
	.card .slide {
	  width: 90%;
	  height: 300px;
	}
	.text-uhf{
		padding-left: 0!important;
		padding-right: 0!important;
	}
  }
  
  @media only screen and (min-width: 1025px) {
	.card .slide {
	  width: 75%;
	  height: 250px;
	}
	.text-uhf{
		padding-left: 0!important;
		padding-right: 0!important;
	}
  }
    
  