* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(86, 179, 241, 0.55); 
}

h1 {
  margin-bottom: 1rem;
}

h2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 2px 2px 0 #fff;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.enlace {
  color:rgb(42, 169, 253);
}

/* MENÚ */
.menu {
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgb(0, 0, 0);
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 7rem;
}

.menu a {
  color: white;
  transition: all 1s ease-in;
  padding: 1rem;
  text-decoration: none;
}

.left {
  background-color: #0b0b0b;
  align-self: center;
}

.right {
  display: flex;
  justify-content: space-around;
  padding-left: 1rem;
  align-self: center;
  width: 100%;
  font-size: 0.9rem; 
  text-align: center;
}

.menu a:hover {
  background-color: rgb(22, 59, 163);
}

.left img {
  filter: contrast(1.5);
}

/* PARA MENU BOTON DESPLEGABLE */
.right-toggle {
  display: none;
}

.right-icon { 
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/* SLIDER */
.slider {
  width: 100%;  
  position:inherit;
  margin-top: 7rem;
  overflow: hidden;
  align-items: center; 
  background-color: rgba(3, 3, 3, 0.801);
}

.slides {
  width: 500%;
  height: 100%;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 0.6s;
}

.slide img {
  width: 100%;
  height: 100%;
}

.navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #f9fafa;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40d3dc;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

/* SLOGAN */
.slogan {
  background-color: rgba(12, 148, 238, 0.801);
  padding: 2rem;
  text-shadow:  0 0 10px white;
  text-align: center;
  transition: all 1s ease-in;
  font-size: 1.5rem; 
  color: #000;
  text-shadow: 1px 1px 0 rgb(248, 246, 246), 1px 1px 0 rgb(248, 246, 246), 2px 2px 0 rgb(248, 246, 246);
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
} 


.slogan:hover {
  font-size: 2.5rem;
}

/* PORTAFOLIO */
.nuestro_portafolio {
  width: 100%;
  background-color: rgba(86, 179, 241, 0); 
  padding-top: 3rem;
  display:flex;
  flex-direction: row;
  padding-left: 6%;
  padding-right: 6%;
  margin-right: auto;
  margin-left: auto;
}

.portafolio {
  display: flex;
  flex-direction: column;
}

.portafolio .producto {  
  width: 100%;
  border-radius: 0.8rem; 
  gap: 3rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; 
  transition: all 0.2s ease;
}

.portafolio .producto:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.portafolio .producto img {
  width: 50%;
  cursor: pointer; 
}

/* DIFERENCIAL */
.diferencial { 
  background-color: rgba(12, 148, 238, 0.801); 
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.diferencias {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-around;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 2rem;
}

.diferencias .diferencia {
  width: 20%;
  text-align: center;
}

.diferencias .diferencia img { 
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);  
}

/* CHATBOT */
.chatbot {
  position: fixed;
  bottom: 5rem;
  right:1rem;
  cursor: pointer;
}

/* FOOTER */
.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: black;
  color: white;
  height: 2.5rem;
  width: 100%;
  height: 8rem;
  font-size: 0.9rem;
}
 
.footer a {
  text-decoration: none;
}
 
.footer1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-self: center;
  text-align: center;
}
 
.footer2 {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 0.5rem;
  align-self: center;
  text-align: center;
}
 
.footer3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-self: center;
  text-align: center;
}
 
.footer4 {
  display: flex;
  flex-direction: column;
  width: 20%;
  align-self: center;
  text-align: center;
}
 
.iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-self:center;
  padding-top: 1rem;
}
 
.iconos img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
} 
 
.footer .footer1 button {
  background-color: rgb(42, 169, 253);
  border-color: rgb(42, 169, 253);
  color: white;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  margin: 0.5rem;
}

/* MEDIA QUERY *****************************************************/
@media (max-width: 931px) {

/* MENU BOTON DESPLEGABLE*/
.right {
  display: none;
  flex-direction: column; 
  position: absolute;
  top: 3rem;
  right: 0;
  background-color: rgb(6, 6, 31);
  text-align: center;
  width: 25%;
  font-size: 0.7rem;  
  padding-left: 0%;   
}

.right-toggle {
  display: none;
}

.right-icon {
  position:absolute;
  right: 0;
  margin-top: 1.2rem;
  font-size: 24px;
  cursor: pointer;
  display: block;
}

.right a {
  border: 0.5px solid rgb(239, 249, 250);
  color: white;
  text-decoration: none;
  padding: 0.7rem;
  display: block;
}

.right a:hover {
  background-color: rgb(22, 59, 163);
}

.right-toggle:checked + .right-icon + .right {
  display: flex;
}

/* TITULOS Y PARRAFOS */
p {
  font-size: 0.9rem;
}
  
h2 {
  font-size: 1.5rem; 
}
  
h3 {
  font-size: 1rem;
}

/* SLOGAN */
.slogan {
  transition: all 1s ease-in;
  font-size: 1rem;  
}
   
.slogan:hover {
  font-size: 1.5rem;
}

/* PORTAFOLIO */
.nuestro_portafolio {
  padding-top: 0%;
  display:flex;
  flex-direction: column;  
}
 
.portafolio {
  display: flex;
  flex-direction: row;  
}

/* CHATBOT */
.chatbot {
  bottom: 3rem;
}

/* FOOTER */
.footer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 2rem;
  background-color: rgb(3, 3, 3);
  color: white;
  font-size: 0.9rem;
}
  
.footer2 {
  width: 100%;
}

.footer3 {
  width: 100%; 
} 
    
.footer4 {
  width: 80%;
}

}



    
