.btnPrinc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    min-width: 150px;
    max-width: 200px;
    height: 40px; 
    margin: 0 5px 15px 5px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: #8B1E1E;
  }
  .b-border{
    border: 2px solid #fff;
    border-radius: 10px;
  }
  
  .btnPrinc span {
    z-index: 1; 
    margin: 0px 20px 0px 0px;
  }
  
  .s-block {
    width: 35px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btnPrinc .s-block i {
    color: #8B1E1E;
    font-size: 20px; 
    position: static; 
    transform: none; 
      top: auto; 
    right: auto; 
    display: flex; 
    justify-content: center;
    align-items: center;
}

 
 .btnPrinc .corner {
    position: absolute;
    top: 0; 
    right: 35px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent; 
    border-right: 40px solid #fff; 
    z-index: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-right-color 0.3s ease;
  }

  .btnPrinc img{
    width:15px;
  }
  
  .btnPrinc:hover {
    background-color: #3D1A1B; 
    transform: scale(1.05); 
    color: #fff;
  }

/*BOTON NEGRO*/
.btnPrincBlack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 0px 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  min-width: 150px;
  max-width: 200px;
  height: 40px; 
  margin: 0 5px 15px 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  background: #000;
}

.btnPrincBlack span {
  z-index: 1; 
  margin: 0px 20px 0px 0px;
}

.s-block {
  width: 35px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnPrincBlack .s-block i {
  color: #000;
  font-size: 20px; 
  position: static; 
  transform: none; 
    top: auto; 
  right: auto; 
  display: flex; 
  justify-content: center;
  align-items: center;
}


.btnPrincBlack .corner {
  position: absolute;
  top: 0; 
  right: 35px;
  width: 0;
  height: 0;
  border-top: 80px solid transparent; 
  border-right: 40px solid #fff; 
  z-index: 1; 
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-right-color 0.3s ease;
}

.btnPrincBlack img{
  width:15px;
}

.btnPrincBlack:hover {
  background-color: #3D1A1B; 
  transform: scale(1.05); 
  color: #fff;
}


/*BOTON ROJO*/
.btnPrincRed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    min-width: 150px;
    max-width: 200px;
    height: 40px; 
    margin: 0 5px 15px 5px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: #8B1E1E;
    border: 2px solid #fff;
  }
  .b-border{
    border: 2px solid #fff;
    border-radius: 10px;
  }
  
  .btnPrinc span {
    z-index: 1; 
    margin: 0px 20px 0px 0px;
  }
  
  .s-block {
    width: 35px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btnPrincRed .s-block i {
    color: #8B1E1E;
    font-size: 20px; 
    position: static; 
    transform: none; 
      top: auto; 
    right: auto; 
    display: flex; 
    justify-content: center;
    align-items: center;
}

 
 .btnPrincRed .corner {
    position: absolute;
    top: 0; 
    right: 35px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent; 
    border-right: 40px solid #fff; 
    z-index: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-right-color 0.3s ease;
  }

  .btnPrincRed img{
    width:15px;
  }
  
  .btnPrincRed:hover {
    background-color: #3D1A1B; 
    transform: scale(1.05); 
    color: #fff;
  }

  /**REGRESO*/
.btnBack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  min-width: 150px;
  max-width: 200px;
  height: 40px; 
  margin: 0 5px 15px 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  }
.btnBack .corner {
  position: absolute;
  top: 0;
  left: 35px;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-left: 40px solid #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-right-color 0.3s ease;
}

.btnBack span {
  z-index: 2; 
  margin: 0px 0px 0px 20px;
}

.s-block {
  width: 35px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnBack i {
  font-size: 20px; 
  color: #8B1E1E; 
}

.btnBack img{
  width:15px;
}

.btnBack:hover {
  background-color: #3D1A1B; 
  transform: scale(1.05); 
  color: #fff;
}




/*Botón Secundario*/
.btn-secundario {
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
  max-width: 200px;
  height: 40px; 
  margin: 0 5px 15px 5px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

.iconSec {
  width: 20px; 
  height: auto;
  margin-left: 10px; /* Espacio entre el texto y el ícono */
}
.btn-secundario i {
  width: 20px;
  height: 20px;
}

.btn-secundario:hover {
  background-color: #3D1A1B; 
  transform: scale(1.05); 
  color: #fff;
}
